01KM77HJ1MR4GX6H340F32ZQ28: oxide-vpc

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

Buildomat Job: 01KM77KSJY7H9EZKDH45Z02QBN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-21T03:44:11.961Zjob assigned to worker 01KM77T1MGYD2EX5PR5PWPHKJ9 [factory aws, i-0f8081a0c9ef9e273] (queued for 4 m 48 s)
 
22026-03-21T03:44:19.745Zstarting task 0: "setup"
32026-03-21T03:44:19.765Z++ uname -s
42026-03-21T03:44:19.765Z+ kern=SunOS
52026-03-21T03:44:19.765Z+ build_user=build
62026-03-21T03:44:19.765Z+ build_uid=12345
72026-03-21T03:44:19.765Z+ work_dir=/work
82026-03-21T03:44:19.765Z+ input_dir=/input
92026-03-21T03:44:19.765Z+ [[ 0 == 12345 ]]
102026-03-21T03:44:19.765Z+ case "$kern" in
112026-03-21T03:44:19.765Z+ groupadd -g 12345 build
122026-03-21T03:44:19.765Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-21T03:44:21.753Z+ zfs create -o mountpoint=/work rpool/work
142026-03-21T03:44:22.023Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-21T03:44:22.057Z+ home_fs=zfs
162026-03-21T03:44:22.057Z+ [[ zfs == autofs ]]
172026-03-21T03:44:22.057Z+ mkdir -p /home/build
182026-03-21T03:44:22.057Z+ chown build:build /home/build /work
192026-03-21T03:44:23.922Z+ chmod 0700 /home/build /work
202026-03-21T03:44:23.928Zprocess exited: duration 4186 ms, exit code 0
 
212026-03-21T03:44:23.939Zstarting task 1: "rust-toolchain"
222026-03-21T03:44:23.948Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-21T03:44:23.948Z * rust toolchain channel = "1.93.1"
242026-03-21T03:44:23.948Z * rust toolchain profile = "default"
252026-03-21T03:44:23.949Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-21T03:44:23.949Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-21T03:44:23.949Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-21T03:44:23.949Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-21T03:44:23.949Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-21T03:44:24.077Zinfo: downloading installer
312026-03-21T03:44:25.550Zwarn: It looks like you have an existing installation of Rust at:
322026-03-21T03:44:25.550Zwarn: /opt/ooce/bin
332026-03-21T03:44:25.550Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-21T03:44:25.550Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-21T03:44:25.550Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-21T03:44:25.550Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-21T03:44:25.550Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-21T03:44:25.550Zerror: cannot install while Rust is installed
392026-03-21T03:44:25.550Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-21T03:44:25.550Zwarn: It looks like you have an existing rustup settings file at:
412026-03-21T03:44:25.550Zwarn: /home/build/.rustup/settings.toml
422026-03-21T03:44:25.551Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-21T03:44:25.551Zwarn: instead of the one inferred from the default host triple.
442026-03-21T03:44:25.561Zinfo: profile set to default
452026-03-21T03:44:25.561Zinfo: default host triple is x86_64-unknown-illumos
462026-03-21T03:44:25.561Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-21T03:44:25.710Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-21T03:44:25.713Zinfo: downloading 6 components
492026-03-21T03:44:42.442Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-21T03:44:42.442Z
512026-03-21T03:44:42.476Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-21T03:44:42.476Z
532026-03-21T03:44:42.482Z
542026-03-21T03:44:42.482ZRust is installed now. Great!
552026-03-21T03:44:42.482Z
562026-03-21T03:44:42.483ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-21T03:44:42.483Zenvironment variable. This has not been done automatically.
582026-03-21T03:44:42.483Z
592026-03-21T03:44:42.483ZTo configure your current shell, you need to source
602026-03-21T03:44:42.483Zthe corresponding env file under $HOME/.cargo.
612026-03-21T03:44:42.483Z
622026-03-21T03:44:42.483ZThis is usually done by running one of the following (note the leading DOT):
632026-03-21T03:44:42.483Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-21T03:44:42.483Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-21T03:44:42.483Zsource "~/.cargo/env.nu" # For nushell
662026-03-21T03:44:42.483Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-21T03:44:42.484Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-21T03:44:42.484Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-21T03:44:42.484Zwarn: no default linker (`cc`) was found in your PATH
702026-03-21T03:44:42.484Zwarn: many Rust crates require a system C toolchain to build
712026-03-21T03:44:42.585Z+ rustup --version
722026-03-21T03:44:42.595Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-21T03:44:42.602Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-21T03:44:42.625Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-21T03:44:42.632Z+ cargo --version
762026-03-21T03:44:42.638Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-21T03:44:42.645Z+ rustc --version
782026-03-21T03:44:42.670Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-21T03:44:42.678Zprocess exited: duration 18725 ms, exit code 0
 
802026-03-21T03:44:42.693Zstarting task 2: "authentication"
812026-03-21T03:44:42.718Zprocess exited: duration 24 ms, exit code 0
 
822026-03-21T03:44:42.733Zstarting task 3: "clone repository"
832026-03-21T03:44:42.737Z+ mkdir -p /work/oxidecomputer/opte
842026-03-21T03:44:42.737Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-21T03:44:42.773ZCloning into '/work/oxidecomputer/opte'...
862026-03-21T03:44:43.617Z+ cd /work/oxidecomputer/opte
872026-03-21T03:44:43.617Z+ git fetch origin d66750995f77d2d6157a8e6d69e685a508be9634
882026-03-21T03:44:43.880ZFrom https://github.com/oxidecomputer/opte
892026-03-21T03:44:43.880Z * branch d66750995f77d2d6157a8e6d69e685a508be9634 -> FETCH_HEAD
902026-03-21T03:44:43.889Z+ [[ -n renovate/smoltcp-0.x ]]
912026-03-21T03:44:43.896Z++ git branch --show-current
922026-03-21T03:44:43.896Z+ current=master
932026-03-21T03:44:43.896Z+ [[ master != renovate/smoltcp-0.x ]]
942026-03-21T03:44:43.896Z+ git branch -f renovate/smoltcp-0.x d66750995f77d2d6157a8e6d69e685a508be9634
952026-03-21T03:44:43.901Z+ git checkout -f renovate/smoltcp-0.x
962026-03-21T03:44:43.922ZSwitched to branch 'renovate/smoltcp-0.x'
972026-03-21T03:44:43.929Z+ git reset --hard d66750995f77d2d6157a8e6d69e685a508be9634
982026-03-21T03:44:43.944ZHEAD is now at d667509 Update Rust crate smoltcp to 0.13
992026-03-21T03:44:43.950Zprocess exited: duration 1215 ms, exit code 0
 
1002026-03-21T03:44:43.958Zstarting task 4: "build"
1012026-03-21T03:44:43.963Z+ source .github/buildomat/common.sh
1022026-03-21T03:44:43.968Z++ rustup show active-toolchain
1032026-03-21T03:44:43.973Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-21T03:44:43.973Z++ pushd xde
1052026-03-21T03:44:43.976Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-21T03:44:43.976Z++ rustup show active-toolchain
1072026-03-21T03:44:43.980Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-21T03:44:44.157Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-21T03:44:44.161Zinfo: downloading 6 components
1102026-03-21T03:44:58.449Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-21T03:44:58.485Z+++ rustup show active-toolchain -v
1122026-03-21T03:44:58.488Z+++ head -n 1
1132026-03-21T03:44:58.488Z+++ cut '-d ' -f1
1142026-03-21T03:44:58.557Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-21T03:44:58.557Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-21T03:44:58.557Z++ popd
1172026-03-21T03:44:58.561Z/work/oxidecomputer/opte
1182026-03-21T03:44:58.561Z+ cargo --version
1192026-03-21T03:44:58.567Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-21T03:44:58.571Z+ rustc --version
1212026-03-21T03:44:58.597Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-21T03:44:58.603Z+ cd lib/oxide-vpc
1232026-03-21T03:44:58.603Z+ header 'check style'
1242026-03-21T03:44:58.603Z+ echo '# ==== check style ==== #'
1252026-03-21T03:44:58.603Z# ==== check style ==== #
1262026-03-21T03:44:58.603Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-21T03:44:58.770Z
1282026-03-21T03:44:58.770Zreal 0.168296830
1292026-03-21T03:44:58.770Zuser 0.120477068
1302026-03-21T03:44:58.776Zsys 0.042299200
1312026-03-21T03:44:58.776Ztrap 0.000012626
1322026-03-21T03:44:58.776Ztflt 0.000024010
1332026-03-21T03:44:58.776Zdflt 0.000014363
1342026-03-21T03:44:58.776Zkflt 0.000001229
1352026-03-21T03:44:58.776Zlock 0.061583355
1362026-03-21T03:44:58.776Zslp 0.144947187
1372026-03-21T03:44:58.776Zlat 0.000246693
1382026-03-21T03:44:58.776Zstop 0.000117118
1392026-03-21T03:44:58.776Z+ header 'check docs'
1402026-03-21T03:44:58.776Z+ echo '# ==== check docs ==== #'
1412026-03-21T03:44:58.776Z# ==== check docs ==== #
1422026-03-21T03:44:58.776Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-21T03:44:58.776Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-21T03:44:58.859Z Updating crates.io index
1452026-03-21T03:44:58.861Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-21T03:44:59.741Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-21T03:45:00.029Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-21T03:45:00.390Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-21T03:45:00.767Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-21T03:45:00.986Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-21T03:45:01.218Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-21T03:45:03.310Z Downloading crates ...
1532026-03-21T03:45:03.365Z Downloaded dtrace-parser v0.3.0
1542026-03-21T03:45:03.373Z Downloaded embedded-io v0.6.1
1552026-03-21T03:45:03.397Z Downloaded cpufeatures v0.2.17
1562026-03-21T03:45:03.423Z Downloaded heapless v0.8.0
1572026-03-21T03:45:03.423Z Downloaded serde_core v1.0.228
1582026-03-21T03:45:03.423Z Downloaded block-buffer v0.10.4
1592026-03-21T03:45:03.430Z Downloaded dyn-clone v1.0.20
1602026-03-21T03:45:03.430Z Downloaded embedded-io v0.4.0
1612026-03-21T03:45:03.430Z Downloaded either v1.15.0
1622026-03-21T03:45:03.446Z Downloaded cfg-if v1.0.4
1632026-03-21T03:45:03.446Z Downloaded bitflags v2.11.0
1642026-03-21T03:45:03.455Z Downloaded usdt-macro v0.6.0
1652026-03-21T03:45:03.455Z Downloaded scroll_derive v0.13.1
1662026-03-21T03:45:03.455Z Downloaded ref-cast v1.0.25
1672026-03-21T03:45:03.455Z Downloaded defmt-parser v1.0.0
1682026-03-21T03:45:03.455Z Downloaded tabwriter v1.4.1
1692026-03-21T03:45:03.462Z Downloaded ref-cast-impl v1.0.25
1702026-03-21T03:45:03.462Z Downloaded defmt-macros v1.0.1
1712026-03-21T03:45:03.469Z Downloaded ident_case v1.0.1
1722026-03-21T03:45:03.477Z Downloaded plain v0.2.3
1732026-03-21T03:45:03.477Z Downloaded cobs v0.3.0
1742026-03-21T03:45:03.477Z Downloaded darling_macro v0.21.3
1752026-03-21T03:45:03.491Z Downloaded hash32 v0.3.1
1762026-03-21T03:45:03.492Z Downloaded fnv v1.0.7
1772026-03-21T03:45:03.492Z Downloaded version_check v0.9.5
1782026-03-21T03:45:03.492Z Downloaded generic-array v0.14.7
1792026-03-21T03:45:03.492Z Downloaded stable_deref_trait v1.2.1
1802026-03-21T03:45:03.492Z Downloaded defmt v0.3.100
1812026-03-21T03:45:03.492Z Downloaded macaddr v1.0.1
1822026-03-21T03:45:03.510Z Downloaded usdt v0.6.0
1832026-03-21T03:45:03.511Z Downloaded thread-id v5.1.0
1842026-03-21T03:45:03.511Z Downloaded dof v0.4.0
1852026-03-21T03:45:03.511Z Downloaded crypto-common v0.1.7
1862026-03-21T03:45:03.522Z Downloaded proc-macro-error-attr2 v2.0.0
1872026-03-21T03:45:03.522Z Downloaded strsim v0.11.1
1882026-03-21T03:45:03.522Z Downloaded managed v0.8.0
1892026-03-21T03:45:03.522Z Downloaded scroll v0.13.0
1902026-03-21T03:45:03.522Z Downloaded ipnetwork v0.21.1
1912026-03-21T03:45:03.546Z Downloaded pretty-hex v0.4.1
1922026-03-21T03:45:03.546Z Downloaded usdt-attr-macro v0.6.0
1932026-03-21T03:45:03.547Z Downloaded itoa v1.0.17
1942026-03-21T03:45:03.575Z Downloaded sha2 v0.10.9
1952026-03-21T03:45:03.575Z Downloaded zmij v1.0.21
1962026-03-21T03:45:03.575Z Downloaded usdt-impl v0.6.0
1972026-03-21T03:45:03.575Z Downloaded byteorder v1.5.0
1982026-03-21T03:45:03.575Z Downloaded ingot-types v0.1.2
1992026-03-21T03:45:03.576Z Downloaded bitflags v1.3.2
2002026-03-21T03:45:03.601Z Downloaded quote v1.0.45
2012026-03-21T03:45:03.601Z Downloaded defmt v1.0.1
2022026-03-21T03:45:03.601Z Downloaded thiserror v2.0.18
2032026-03-21T03:45:03.601Z Downloaded serde_tokenstream v0.2.3
2042026-03-21T03:45:03.601Z Downloaded thiserror-impl v2.0.18
2052026-03-21T03:45:03.601Z Downloaded ingot v0.1.1
2062026-03-21T03:45:03.617Z Downloaded proc-macro-error2 v2.0.1
2072026-03-21T03:45:03.617Z Downloaded memmap2 v0.9.10
2082026-03-21T03:45:03.617Z Downloaded crc32fast v1.5.0
2092026-03-21T03:45:03.617Z Downloaded darling v0.21.3
2102026-03-21T03:45:03.617Z Downloaded pest_generator v2.8.6
2112026-03-21T03:45:03.617Z Downloaded ingot-macros v0.1.1
2122026-03-21T03:45:03.617Z Downloaded digest v0.10.7
2132026-03-21T03:45:03.650Z Downloaded serde_derive v1.0.228
2142026-03-21T03:45:03.651Z Downloaded pest_derive v2.8.6
2152026-03-21T03:45:03.671Z Downloaded unicode-ident v1.0.24
2162026-03-21T03:45:03.671Z Downloaded ucd-trie v0.1.7
2172026-03-21T03:45:03.672Z Downloaded postcard v1.1.3
2182026-03-21T03:45:03.672Z Downloaded uuid v1.22.0
2192026-03-21T03:45:03.672Z Downloaded log v0.4.29
2202026-03-21T03:45:03.672Z Downloaded typenum v1.19.0
2212026-03-21T03:45:03.689Z Downloaded pest_meta v2.8.6
2222026-03-21T03:45:03.689Z Downloaded darling_core v0.21.3
2232026-03-21T03:45:03.689Z Downloaded proc-macro2 v1.0.106
2242026-03-21T03:45:03.705Z Downloaded smoltcp v0.13.0
2252026-03-21T03:45:03.705Z Downloaded memchr v2.8.0
2262026-03-21T03:45:03.722Z Downloaded serde v1.0.228
2272026-03-21T03:45:03.722Z Downloaded zerocopy-derive v0.8.42
2282026-03-21T03:45:03.785Z Downloaded aho-corasick v1.1.4
2292026-03-21T03:45:03.786Z Downloaded heapless v0.9.2
2302026-03-21T03:45:03.786Z Downloaded serde_json v1.0.149
2312026-03-21T03:45:03.786Z Downloaded regex v1.12.3
2322026-03-21T03:45:03.819Z Downloaded pest v2.8.6
2332026-03-21T03:45:03.819Z Downloaded itertools v0.14.0
2342026-03-21T03:45:03.819Z Downloaded goblin v0.10.5
2352026-03-21T03:45:03.835Z Downloaded unicode-width v0.2.2
2362026-03-21T03:45:03.835Z Downloaded syn v2.0.117
2372026-03-21T03:45:03.835Z Downloaded zerocopy v0.8.42
2382026-03-21T03:45:03.857Z Downloaded regex-automata v0.4.14
2392026-03-21T03:45:03.866Z Downloaded regex-syntax v0.8.10
2402026-03-21T03:45:03.879Z Downloaded libc v0.2.183
2412026-03-21T03:45:03.951Z Compiling proc-macro2 v1.0.106
2422026-03-21T03:45:03.951Z Compiling quote v1.0.45
2432026-03-21T03:45:03.965Z Compiling unicode-ident v1.0.24
2442026-03-21T03:45:03.965Z Documenting unicode-ident v1.0.24
2452026-03-21T03:45:03.965Z Compiling serde_core v1.0.228
2462026-03-21T03:45:03.965Z Compiling fnv v1.0.7
2472026-03-21T03:45:03.965Z Compiling ident_case v1.0.1
2482026-03-21T03:45:04.358Z Compiling strsim v0.11.1
2492026-03-21T03:45:04.409Z Compiling memchr v2.8.0
2502026-03-21T03:45:04.409Z Compiling thiserror v2.0.18
2512026-03-21T03:45:04.409Z Compiling serde v1.0.228
2522026-03-21T03:45:04.482Z Checking byteorder v1.5.0
2532026-03-21T03:45:04.510Z Compiling zerocopy v0.8.42
2542026-03-21T03:45:04.878Z Documenting proc-macro2 v1.0.106
2552026-03-21T03:45:04.911Z Compiling regex-syntax v0.8.10
2562026-03-21T03:45:04.911Z Compiling aho-corasick v1.1.4
2572026-03-21T03:45:05.241Z Checking syn v2.0.117
2582026-03-21T03:45:05.388Z Documenting quote v1.0.45
2592026-03-21T03:45:05.557Z Compiling either v1.15.0
2602026-03-21T03:45:05.761Z Compiling itertools v0.14.0
2612026-03-21T03:45:06.029Z Documenting syn v2.0.117
2622026-03-21T03:45:06.503Z Checking hash32 v0.3.1
2632026-03-21T03:45:06.552Z Documenting fnv v1.0.7
2642026-03-21T03:45:06.861Z Documenting ident_case v1.0.1
2652026-03-21T03:45:06.914Z Compiling regex-automata v0.4.14
2662026-03-21T03:45:07.128Z Documenting strsim v0.11.1
2672026-03-21T03:45:07.412Z Compiling heapless v0.9.2
2682026-03-21T03:45:07.525Z Checking stable_deref_trait v1.2.1
2692026-03-21T03:45:07.602Z Checking bitflags v2.11.0
2702026-03-21T03:45:07.712Z Documenting serde_core v1.0.228
2712026-03-21T03:45:07.790Z Documenting memchr v2.8.0
2722026-03-21T03:45:08.038Z Checking macaddr v1.0.1
2732026-03-21T03:45:08.079Z Checking darling_core v0.21.3
2742026-03-21T03:45:08.169Z Checking cfg-if v1.0.4
2752026-03-21T03:45:08.239Z Compiling smoltcp v0.13.0
2762026-03-21T03:45:08.691Z Documenting darling_core v0.21.3
2772026-03-21T03:45:08.707Z Documenting aho-corasick v1.1.4
2782026-03-21T03:45:09.025Z Compiling regex v1.12.3
2792026-03-21T03:45:09.580Z Documenting regex-syntax v0.8.10
2802026-03-21T03:45:09.906Z Checking bitflags v1.3.2
2812026-03-21T03:45:10.215Z Documenting darling_macro v0.21.3
2822026-03-21T03:45:10.215Z Checking managed v0.8.0
2832026-03-21T03:45:10.449Z Documenting serde_derive v1.0.228
2842026-03-21T03:45:10.553Z Compiling thiserror-impl v2.0.18
2852026-03-21T03:45:10.591Z Compiling serde_derive v1.0.228
2862026-03-21T03:45:10.982Z Compiling zerocopy-derive v0.8.42
2872026-03-21T03:45:11.107Z Documenting regex-automata v0.4.14
2882026-03-21T03:45:11.582Z Documenting zerocopy-derive v0.8.42
2892026-03-21T03:45:11.743Z Documenting thiserror-impl v2.0.18
2902026-03-21T03:45:11.758Z Compiling darling_macro v0.21.3
2912026-03-21T03:45:11.855Z Documenting byteorder v1.5.0
2922026-03-21T03:45:12.326Z Checking cobs v0.3.0
2932026-03-21T03:45:12.476Z Compiling darling v0.21.3
2942026-03-21T03:45:12.480Z Documenting darling v0.21.3
2952026-03-21T03:45:12.575Z Compiling ingot-macros v0.1.1
2962026-03-21T03:45:12.702Z Compiling crc32fast v1.5.0
2972026-03-21T03:45:12.730Z Compiling ref-cast v1.0.25
2982026-03-21T03:45:12.992Z Documenting zerocopy v0.8.42
2992026-03-21T03:45:13.086Z Documenting regex v1.12.3
3002026-03-21T03:45:13.145Z Documenting thiserror v2.0.18
3012026-03-21T03:45:13.155Z Documenting hash32 v0.3.1
3022026-03-21T03:45:13.885Z Compiling ref-cast-impl v1.0.25
3032026-03-21T03:45:14.087Z Documenting bitflags v2.11.0
3042026-03-21T03:45:14.428Z Documenting ingot-macros v0.1.1
3052026-03-21T03:45:14.644Z Documenting serde v1.0.228
3062026-03-21T03:45:14.865Z Checking postcard v1.1.3
3072026-03-21T03:45:15.083Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3082026-03-21T03:45:15.220Z Compiling heapless v0.8.0
3092026-03-21T03:45:15.267Z Checking unicode-width v0.2.2
3102026-03-21T03:45:15.376Z Checking ipnetwork v0.21.1
3112026-03-21T03:45:15.574Z Documenting cfg-if v1.0.4
3122026-03-21T03:45:15.598Z Documenting stable_deref_trait v1.2.1
3132026-03-21T03:45:15.789Z Compiling version_check v0.9.5
3142026-03-21T03:45:16.002Z Documenting macaddr v1.0.1
3152026-03-21T03:45:16.145Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3162026-03-21T03:45:16.357Z Documenting cobs v0.3.0
3172026-03-21T03:45:16.428Z Documenting managed v0.8.0
3182026-03-21T03:45:16.766Z Documenting heapless v0.9.2
3192026-03-21T03:45:16.938Z Checking tabwriter v1.4.1
3202026-03-21T03:45:16.947Z Checking ingot-types v0.1.2
3212026-03-21T03:45:17.037Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3222026-03-21T03:45:17.351Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-03-21T03:45:17.383Z Checking ingot v0.1.1
3242026-03-21T03:45:17.675Z Documenting postcard v1.1.3
3252026-03-21T03:45:17.686Z Documenting ingot-types v0.1.2
3262026-03-21T03:45:17.750Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-03-21T03:45:17.990Z Documenting ref-cast-impl v1.0.25
3282026-03-21T03:45:18.225Z Checking dyn-clone v1.0.20
3292026-03-21T03:45:18.343Z Documenting unicode-width v0.2.2
3302026-03-21T03:45:18.413Z Documenting smoltcp v0.13.0
3312026-03-21T03:45:18.444Z Documenting either v1.15.0
3322026-03-21T03:45:18.737Z Documenting ipnetwork v0.21.1
3332026-03-21T03:45:19.019Z Documenting crc32fast v1.5.0
3342026-03-21T03:45:19.439Z Documenting ingot v0.1.1
3352026-03-21T03:45:19.582Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-03-21T03:45:19.719Z Documenting ref-cast v1.0.25
3372026-03-21T03:45:19.900Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
3382026-03-21T03:45:19.900Z --> crates/opte-api/src/ip.rs:792:20
3392026-03-21T03:45:19.900Z |
3402026-03-21T03:45:19.900Z792 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3412026-03-21T03:45:19.900Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3422026-03-21T03:45:19.900Z |
3432026-03-21T03:45:19.900Z ::: /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:166:1
3442026-03-21T03:45:19.900Z |
3452026-03-21T03:45:19.900Z166 | pub struct Ipv6Addr {
3462026-03-21T03:45:19.900Z | ------------------- `smoltcp::wire::Ipv6Address` defined here
3472026-03-21T03:45:19.901Z |
3482026-03-21T03:45:19.901Zhelp: you might have meant to use an associated function to build this type
3492026-03-21T03:45:19.901Z |
3502026-03-21T03:45:19.901Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3512026-03-21T03:45:19.901Z792 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
3522026-03-21T03:45:19.901Z |
3532026-03-21T03:45:19.901Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3542026-03-21T03:45:19.901Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
3552026-03-21T03:45:19.901Z |
3562026-03-21T03:45:19.901Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3572026-03-21T03:45:19.901Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
3582026-03-21T03:45:19.901Z |
3592026-03-21T03:45:19.901Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3602026-03-21T03:45:19.901Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
3612026-03-21T03:45:19.901Z |
3622026-03-21T03:45:19.901Z
3632026-03-21T03:45:19.950Zerror[E0119]: conflicting implementations of trait `From<Ipv4Address>` for type `ip::Ipv4Addr`
3642026-03-21T03:45:19.950Z --> crates/opte-api/src/ip.rs:507:1
3652026-03-21T03:45:19.950Z |
3662026-03-21T03:45:19.950Z495 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
3672026-03-21T03:45:19.950Z | ------------------------------------------- first implementation here
3682026-03-21T03:45:19.950Z...
3692026-03-21T03:45:19.950Z507 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
3702026-03-21T03:45:19.950Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
3712026-03-21T03:45:19.950Z
3722026-03-21T03:45:19.954Zerror[E0119]: conflicting implementations of trait `From<ip::Ipv4Addr>` for type `Ipv4Address`
3732026-03-21T03:45:19.954Z --> crates/opte-api/src/ip.rs:514:1
3742026-03-21T03:45:19.954Z |
3752026-03-21T03:45:19.954Z501 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
3762026-03-21T03:45:19.954Z | ------------------------------------------- first implementation here
3772026-03-21T03:45:19.954Z...
3782026-03-21T03:45:19.954Z514 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
3792026-03-21T03:45:19.954Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv4Address`
3802026-03-21T03:45:19.954Z
3812026-03-21T03:45:19.954Zerror[E0119]: conflicting implementations of trait `From<Ipv6Address>` for type `ip::Ipv6Addr`
3822026-03-21T03:45:19.954Z --> crates/opte-api/src/ip.rs:809:1
3832026-03-21T03:45:19.954Z |
3842026-03-21T03:45:19.954Z797 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
3852026-03-21T03:45:19.954Z | ------------------------------------------- first implementation here
3862026-03-21T03:45:19.954Z...
3872026-03-21T03:45:19.954Z809 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
3882026-03-21T03:45:19.954Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
3892026-03-21T03:45:19.954Z
3902026-03-21T03:45:19.954Zerror[E0119]: conflicting implementations of trait `From<ip::Ipv6Addr>` for type `Ipv6Address`
3912026-03-21T03:45:19.954Z --> crates/opte-api/src/ip.rs:818:1
3922026-03-21T03:45:19.954Z |
3932026-03-21T03:45:19.954Z803 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
3942026-03-21T03:45:19.954Z | ------------------------------------------- first implementation here
3952026-03-21T03:45:19.954Z...
3962026-03-21T03:45:19.954Z818 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
3972026-03-21T03:45:19.954Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv6Address`
3982026-03-21T03:45:19.954Z
3992026-03-21T03:45:20.060Z Documenting itertools v0.14.0
4002026-03-21T03:45:20.215Zerror[E0599]: no method named `as_bytes` found for struct `Ipv4Address` in the current scope
4012026-03-21T03:45:20.215Z --> crates/opte-api/src/ip.rs:509:29
4022026-03-21T03:45:20.215Z |
4032026-03-21T03:45:20.215Z509 | let bytes = smolip4.as_bytes();
4042026-03-21T03:45:20.215Z | ^^^^^^^^ method not found in `Ipv4Address`
4052026-03-21T03:45:20.215Z
4062026-03-21T03:45:20.226Zerror[E0599]: no function or associated item named `from_bytes` found for struct `Ipv4Address` in the current scope
4072026-03-21T03:45:20.226Z --> crates/opte-api/src/ip.rs:516:15
4082026-03-21T03:45:20.226Z |
4092026-03-21T03:45:20.226Z516 | Self::from_bytes(&ip)
4102026-03-21T03:45:20.226Z | ^^^^^^^^^^ function or associated item not found in `Ipv4Address`
4112026-03-21T03:45:20.226Z |
4122026-03-21T03:45:20.226Znote: if you're trying to build a new `Ipv4Address` consider using one of the following associated functions:
4132026-03-21T03:45:20.226Z Ipv4Address::new
4142026-03-21T03:45:20.226Z Ipv4Address::from_bits
4152026-03-21T03:45:20.226Z Ipv4Address::from_octets
4162026-03-21T03:45:20.226Z core::net::parser::<impl Ipv4Address>::parse_ascii
4172026-03-21T03:45:20.226Z --> /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:495:5
4182026-03-21T03:45:20.226Z |
4192026-03-21T03:45:20.226Z495 | pub const fn new(a: u8, b: u8, c: u8, d: u8) -> Ipv4Addr {
4202026-03-21T03:45:20.226Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4212026-03-21T03:45:20.226Z...
4222026-03-21T03:45:20.226Z560 | pub const fn from_bits(bits: u32) -> Ipv4Addr {
4232026-03-21T03:45:20.226Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4242026-03-21T03:45:20.226Z...
4252026-03-21T03:45:20.230Z638 | pub const fn from_octets(octets: [u8; 4]) -> Ipv4Addr {
4262026-03-21T03:45:20.230Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4272026-03-21T03:45:20.230Z |
4282026-03-21T03:45:20.230Z ::: /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:336:5
4292026-03-21T03:45:20.230Z |
4302026-03-21T03:45:20.230Z336 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> {
4312026-03-21T03:45:20.230Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4322026-03-21T03:45:20.230Zhelp: there is an associated function `from_bits` with a similar name
4332026-03-21T03:45:20.230Z |
4342026-03-21T03:45:20.230Z516 - Self::from_bytes(&ip)
4352026-03-21T03:45:20.230Z516 + Self::from_bits(&ip)
4362026-03-21T03:45:20.230Z |
4372026-03-21T03:45:20.230Z
4382026-03-21T03:45:20.253Zerror[E0599]: no method named `as_bytes` found for struct `Ipv6Address` in the current scope
4392026-03-21T03:45:20.253Z --> crates/opte-api/src/ip.rs:813:34
4402026-03-21T03:45:20.254Z |
4412026-03-21T03:45:20.254Z813 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
4422026-03-21T03:45:20.254Z | ^^^^^^^^ method not found in `Ipv6Address`
4432026-03-21T03:45:20.254Z
4442026-03-21T03:45:20.263Zerror[E0599]: no function or associated item named `from_bytes` found for struct `Ipv6Address` in the current scope
4452026-03-21T03:45:20.263Z --> crates/opte-api/src/ip.rs:821:15
4462026-03-21T03:45:20.263Z |
4472026-03-21T03:45:20.263Z 821 | Self::from_bytes(&ip)
4482026-03-21T03:45:20.263Z | ^^^^^^^^^^ function or associated item not found in `Ipv6Address`
4492026-03-21T03:45:20.263Z |
4502026-03-21T03:45:20.263Znote: if you're trying to build a new `Ipv6Address` consider using one of the following associated functions:
4512026-03-21T03:45:20.263Z Ipv6Address::new
4522026-03-21T03:45:20.263Z Ipv6Address::from_bits
4532026-03-21T03:45:20.263Z Ipv6Address::from_segments
4542026-03-21T03:45:20.263Z Ipv6Address::from_octets
4552026-03-21T03:45:20.263Z core::net::parser::<impl Ipv6Address>::parse_ascii
4562026-03-21T03:45:20.263Z --> /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/ip_addr.rs:1297:5
4572026-03-21T03:45:20.263Z |
4582026-03-21T03:45:20.263Z1297 | pub const fn new(a: u16, b: u16, c: u16, d: u16, e: u16, f: u16, g: u16, h: u16) -> Ipv6Addr {
4592026-03-21T03:45:20.263Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4602026-03-21T03:45:20.263Z...
4612026-03-21T03:45:20.263Z1392 | pub const fn from_bits(bits: u128) -> Ipv6Addr {
4622026-03-21T03:45:20.263Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4632026-03-21T03:45:20.263Z...
4642026-03-21T03:45:20.263Z1485 | pub const fn from_segments(segments: [u16; 8]) -> Ipv6Addr {
4652026-03-21T03:45:20.263Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4662026-03-21T03:45:20.263Z...
4672026-03-21T03:45:20.263Z2050 | pub const fn from_octets(octets: [u8; 16]) -> Ipv6Addr {
4682026-03-21T03:45:20.263Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4692026-03-21T03:45:20.263Z |
4702026-03-21T03:45:20.267Z ::: /home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core/src/net/parser.rs:367:5
4712026-03-21T03:45:20.267Z |
4722026-03-21T03:45:20.267Z 367 | pub fn parse_ascii(b: &[u8]) -> Result<Self, AddrParseError> {
4732026-03-21T03:45:20.267Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4742026-03-21T03:45:20.268Zhelp: there is an associated function `from_bits` with a similar name
4752026-03-21T03:45:20.268Z |
4762026-03-21T03:45:20.268Z 821 - Self::from_bytes(&ip)
4772026-03-21T03:45:20.268Z 821 + Self::from_bits(&ip)
4782026-03-21T03:45:20.268Z |
4792026-03-21T03:45:20.268Z
4802026-03-21T03:45:20.385Z Documenting tabwriter v1.4.1
4812026-03-21T03:45:20.756Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4822026-03-21T03:45:20.812ZSome errors have detailed explanations: E0119, E0423, E0599.
4832026-03-21T03:45:20.812ZFor more information about an error, try `rustc --explain E0119`.
4842026-03-21T03:45:20.851Zerror: could not compile `opte-api` (lib) due to 9 previous errors
4852026-03-21T03:45:20.851Zwarning: build failed, waiting for other jobs to finish...
4862026-03-21T03:45:23.784Z
4872026-03-21T03:45:23.784Zreal 24.985564245
4882026-03-21T03:45:23.784Zuser 1:40.909862146
4892026-03-21T03:45:23.787Zsys 19.274703878
4902026-03-21T03:45:23.787Ztrap 0.058159960
4912026-03-21T03:45:23.787Ztflt 0.176825857
4922026-03-21T03:45:23.788Zdflt 0.062983572
4932026-03-21T03:45:23.788Zkflt 0.002830348
4942026-03-21T03:45:23.788Zlock 9:24.554929756
4952026-03-21T03:45:23.788Zslp 5:39.101354461
4962026-03-21T03:45:23.788Zlat 10.685622182
4972026-03-21T03:45:23.788Zstop 12.861371527
4982026-03-21T03:45:23.788Zprocess exited: duration 39814 ms, exit code 101
 
4992026-03-21T03:45:23.795Zfound 0 output files