01KM77HJ1CYA6MQ11B3BYRNN93: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/opte.p5p",
            series: "repo",
            name: "opte.p5p",
        },
        BasicConfigPublish {
            from_output: "/out/opte.p5p.sha256",
            series: "repo",
            name: "opte.p5p.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KM77KRPRE3T2M8BHH923PN1X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-21T03:43:39.084Zjob assigned to worker 01KM77RX16TG971J5QNX25Z431 [factory aws, i-0bdd706dddc71902e] (queued for 4 m 16 s)
 
22026-03-21T03:43:47.078Zstarting task 0: "setup"
32026-03-21T03:43:47.088Z++ uname -s
42026-03-21T03:43:47.096Z+ kern=SunOS
52026-03-21T03:43:47.096Z+ build_user=build
62026-03-21T03:43:47.096Z+ build_uid=12345
72026-03-21T03:43:47.096Z+ work_dir=/work
82026-03-21T03:43:47.097Z+ input_dir=/input
92026-03-21T03:43:47.097Z+ [[ 0 == 12345 ]]
102026-03-21T03:43:47.097Z+ case "$kern" in
112026-03-21T03:43:47.097Z+ groupadd -g 12345 build
122026-03-21T03:43:47.097Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-21T03:43:49.119Z+ zfs create -o mountpoint=/work rpool/work
142026-03-21T03:43:49.205Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-21T03:43:49.209Z+ home_fs=zfs
162026-03-21T03:43:49.209Z+ [[ zfs == autofs ]]
172026-03-21T03:43:49.209Z+ mkdir -p /home/build
182026-03-21T03:43:49.209Z+ chown build:build /home/build /work
192026-03-21T03:43:51.211Z+ chmod 0700 /home/build /work
202026-03-21T03:43:51.217Zprocess exited: duration 4135 ms, exit code 0
 
212026-03-21T03:43:51.229Zstarting task 1: "rust-toolchain"
222026-03-21T03:43:51.232Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-21T03:43:51.232Z * rust toolchain channel = "1.93.1"
242026-03-21T03:43:51.232Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-21T03:43:51.232Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-21T03:43:51.232Z * rust toolchain profile = "default"
272026-03-21T03:43:51.232Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-21T03:43:51.236Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-21T03:43:51.236Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-21T03:43:51.407Zinfo: downloading installer
312026-03-21T03:43:53.183Zwarn: It looks like you have an existing installation of Rust at:
322026-03-21T03:43:53.183Zwarn: /opt/ooce/bin
332026-03-21T03:43:53.183Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-21T03:43:53.183Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-21T03:43:53.187Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-21T03:43:53.187Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-21T03:43:53.187Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-21T03:43:53.187Zerror: cannot install while Rust is installed
392026-03-21T03:43:53.187Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-21T03:43:53.187Zwarn: It looks like you have an existing rustup settings file at:
412026-03-21T03:43:53.187Zwarn: /home/build/.rustup/settings.toml
422026-03-21T03:43:53.187Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-21T03:43:53.187Zwarn: instead of the one inferred from the default host triple.
442026-03-21T03:43:53.195Zinfo: profile set to default
452026-03-21T03:43:53.195Zinfo: default host triple is x86_64-unknown-illumos
462026-03-21T03:43:53.198Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-21T03:43:53.359Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-21T03:43:53.363Zinfo: downloading 6 components
492026-03-21T03:44:11.500Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-21T03:44:11.500Z
512026-03-21T03:44:11.533Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-21T03:44:11.533Z
532026-03-21T03:44:11.538Z
542026-03-21T03:44:11.538ZRust is installed now. Great!
552026-03-21T03:44:11.538Z
562026-03-21T03:44:11.538ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-21T03:44:11.538Zenvironment variable. This has not been done automatically.
582026-03-21T03:44:11.538Z
592026-03-21T03:44:11.538ZTo configure your current shell, you need to source
602026-03-21T03:44:11.538Zthe corresponding env file under $HOME/.cargo.
612026-03-21T03:44:11.538Z
622026-03-21T03:44:11.538ZThis is usually done by running one of the following (note the leading DOT):
632026-03-21T03:44:11.538Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-21T03:44:11.538Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-21T03:44:11.538Zsource "~/.cargo/env.nu" # For nushell
662026-03-21T03:44:11.538Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-21T03:44:11.538Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-21T03:44:11.538Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-21T03:44:11.538Zwarn: no default linker (`cc`) was found in your PATH
702026-03-21T03:44:11.538Zwarn: many Rust crates require a system C toolchain to build
712026-03-21T03:44:11.642Z+ rustup --version
722026-03-21T03:44:11.653Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-21T03:44:11.657Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-21T03:44:11.679Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-21T03:44:11.683Z+ cargo --version
762026-03-21T03:44:11.698Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-21T03:44:11.702Z+ rustc --version
782026-03-21T03:44:11.726Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-21T03:44:11.730Zprocess exited: duration 20504 ms, exit code 0
 
802026-03-21T03:44:11.737Zstarting task 2: "authentication"
812026-03-21T03:44:11.759Zprocess exited: duration 22 ms, exit code 0
 
822026-03-21T03:44:11.766Zstarting task 3: "clone repository"
832026-03-21T03:44:11.770Z+ mkdir -p /work/oxidecomputer/opte
842026-03-21T03:44:11.773Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-21T03:44:11.804ZCloning into '/work/oxidecomputer/opte'...
862026-03-21T03:44:12.627Z+ cd /work/oxidecomputer/opte
872026-03-21T03:44:12.634Z+ git fetch origin d66750995f77d2d6157a8e6d69e685a508be9634
882026-03-21T03:44:12.884ZFrom https://github.com/oxidecomputer/opte
892026-03-21T03:44:12.884Z * branch d66750995f77d2d6157a8e6d69e685a508be9634 -> FETCH_HEAD
902026-03-21T03:44:12.891Z+ [[ -n renovate/smoltcp-0.x ]]
912026-03-21T03:44:12.896Z++ git branch --show-current
922026-03-21T03:44:12.896Z+ current=master
932026-03-21T03:44:12.896Z+ [[ master != renovate/smoltcp-0.x ]]
942026-03-21T03:44:12.896Z+ git branch -f renovate/smoltcp-0.x d66750995f77d2d6157a8e6d69e685a508be9634
952026-03-21T03:44:12.900Z+ git checkout -f renovate/smoltcp-0.x
962026-03-21T03:44:12.921ZSwitched to branch 'renovate/smoltcp-0.x'
972026-03-21T03:44:12.924Z+ git reset --hard d66750995f77d2d6157a8e6d69e685a508be9634
982026-03-21T03:44:12.945ZHEAD is now at d667509 Update Rust crate smoltcp to 0.13
992026-03-21T03:44:12.948Zprocess exited: duration 1179 ms, exit code 0
 
1002026-03-21T03:44:12.955Zstarting task 4: "build"
1012026-03-21T03:44:12.959Z+ source .github/buildomat/common.sh
1022026-03-21T03:44:12.970Z++ rustup show active-toolchain
1032026-03-21T03:44:12.976Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-21T03:44:12.976Z++ pushd xde
1052026-03-21T03:44:12.976Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-21T03:44:12.976Z++ rustup show active-toolchain
1072026-03-21T03:44:12.984Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-21T03:44:13.175Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-21T03:44:13.179Zinfo: downloading 6 components
1102026-03-21T03:44:28.527Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-21T03:44:28.631Z+++ rustup show active-toolchain -v
1122026-03-21T03:44:28.634Z+++ head -n 1
1132026-03-21T03:44:28.635Z+++ cut '-d ' -f1
1142026-03-21T03:44:28.705Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-21T03:44:28.705Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-21T03:44:28.705Z++ popd
1172026-03-21T03:44:28.705Z/work/oxidecomputer/opte
1182026-03-21T03:44:28.711Z+ TGT_BASE=/work
1192026-03-21T03:44:28.711Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-03-21T03:44:28.711Z+ REL_TGT=/work/release
1212026-03-21T03:44:28.711Z+ mkdir -p /work/release
1222026-03-21T03:44:28.711Z+ cargo --version
1232026-03-21T03:44:28.721Zcargo 1.93.1 (083ac5135 2025-12-15)
1242026-03-21T03:44:28.725Z+ rustc --version
1252026-03-21T03:44:28.745Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1262026-03-21T03:44:28.749Z+ header 'build xde and opteadm (release+debug)'
1272026-03-21T03:44:28.749Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-03-21T03:44:28.749Z# ==== build xde and opteadm (release+debug) ==== #
1292026-03-21T03:44:28.749Z+ ptime -m cargo xtask build --profile all
1302026-03-21T03:44:29.001Z Updating crates.io index
1312026-03-21T03:44:29.022Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-03-21T03:44:29.664Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-03-21T03:44:30.303Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-03-21T03:44:30.672Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-03-21T03:44:30.967Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-03-21T03:44:31.456Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-03-21T03:44:31.744Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-03-21T03:44:33.967Z Downloading crates ...
1392026-03-21T03:44:34.023Z Downloaded toml_parser v1.0.9+spec-1.1.0
1402026-03-21T03:44:34.027Z Downloaded clap_lex v1.0.0
1412026-03-21T03:44:34.027Z Downloaded anstream v0.6.21
1422026-03-21T03:44:34.031Z Downloaded bitflags v2.11.0
1432026-03-21T03:44:34.038Z Downloaded zmij v1.0.21
1442026-03-21T03:44:34.038Z Downloaded strsim v0.11.1
1452026-03-21T03:44:34.039Z Downloaded equivalent v1.0.2
1462026-03-21T03:44:34.039Z Downloaded anstyle-parse v0.2.7
1472026-03-21T03:44:34.045Z Downloaded serde_derive v1.0.228
1482026-03-21T03:44:34.045Z Downloaded errno v0.3.14
1492026-03-21T03:44:34.054Z Downloaded semver v1.0.27
1502026-03-21T03:44:34.059Z Downloaded clap v4.5.60
1512026-03-21T03:44:34.063Z Downloaded anstyle-query v1.1.5
1522026-03-21T03:44:34.063Z Downloaded terminal_size v0.4.3
1532026-03-21T03:44:34.067Z Downloaded thiserror v2.0.18
1542026-03-21T03:44:34.071Z Downloaded itoa v1.0.17
1552026-03-21T03:44:34.071Z Downloaded thiserror-impl v2.0.18
1562026-03-21T03:44:34.077Z Downloaded colorchoice v1.0.4
1572026-03-21T03:44:34.077Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1582026-03-21T03:44:34.077Z Downloaded anstyle v1.0.13
1592026-03-21T03:44:34.078Z Downloaded clap_derive v4.5.55
1602026-03-21T03:44:34.085Z Downloaded camino v1.2.2
1612026-03-21T03:44:34.085Z Downloaded utf8parse v0.2.2
1622026-03-21T03:44:34.091Z Downloaded heck v0.5.0
1632026-03-21T03:44:34.091Z Downloaded is_terminal_polyfill v1.70.2
1642026-03-21T03:44:34.095Z Downloaded serde_spanned v1.0.4
1652026-03-21T03:44:34.101Z Downloaded cargo-platform v0.3.2
1662026-03-21T03:44:34.107Z Downloaded serde_core v1.0.228
1672026-03-21T03:44:34.111Z Downloaded toml_writer v1.0.6+spec-1.1.0
1682026-03-21T03:44:34.115Z Downloaded serde v1.0.228
1692026-03-21T03:44:34.115Z Downloaded proc-macro2 v1.0.106
1702026-03-21T03:44:34.119Z Downloaded cargo_metadata v0.23.1
1712026-03-21T03:44:34.124Z Downloaded quote v1.0.45
1722026-03-21T03:44:34.129Z Downloaded indexmap v2.13.0
1732026-03-21T03:44:34.133Z Downloaded unicode-ident v1.0.24
1742026-03-21T03:44:34.139Z Downloaded toml v1.0.6+spec-1.1.0
1752026-03-21T03:44:34.139Z Downloaded anyhow v1.0.102
1762026-03-21T03:44:34.148Z Downloaded hashbrown v0.16.1
1772026-03-21T03:44:34.154Z Downloaded memchr v2.8.0
1782026-03-21T03:44:34.162Z Downloaded serde_json v1.0.149
1792026-03-21T03:44:34.169Z Downloaded clap_builder v4.5.60
1802026-03-21T03:44:34.188Z Downloaded winnow v0.7.15
1812026-03-21T03:44:34.207Z Downloaded syn v2.0.117
1822026-03-21T03:44:34.224Z Downloaded rustix v1.1.4
1832026-03-21T03:44:34.246Z Downloaded libc v0.2.183
1842026-03-21T03:44:34.308Z Compiling proc-macro2 v1.0.106
1852026-03-21T03:44:34.308Z Compiling serde_core v1.0.228
1862026-03-21T03:44:34.325Z Compiling quote v1.0.45
1872026-03-21T03:44:34.325Z Compiling unicode-ident v1.0.24
1882026-03-21T03:44:34.325Z Compiling libc v0.2.183
1892026-03-21T03:44:34.325Z Compiling rustix v1.1.4
1902026-03-21T03:44:34.325Z Compiling bitflags v2.11.0
1912026-03-21T03:44:34.325Z Compiling zmij v1.0.21
1922026-03-21T03:44:34.546Z Compiling utf8parse v0.2.2
1932026-03-21T03:44:34.662Z Compiling anstyle-parse v0.2.7
1942026-03-21T03:44:34.884Z Compiling is_terminal_polyfill v1.70.2
1952026-03-21T03:44:34.890Z Compiling camino v1.2.2
1962026-03-21T03:44:34.929Z Compiling anstyle-query v1.1.5
1972026-03-21T03:44:34.949Z Compiling serde v1.0.228
1982026-03-21T03:44:34.957Z Compiling anstyle v1.0.13
1992026-03-21T03:44:35.044Z Compiling colorchoice v1.0.4
2002026-03-21T03:44:35.067Z Compiling serde_json v1.0.149
2012026-03-21T03:44:35.172Z Compiling thiserror v2.0.18
2022026-03-21T03:44:35.289Z Compiling anstream v0.6.21
2032026-03-21T03:44:35.318Z Compiling errno v0.3.14
2042026-03-21T03:44:35.382Z Compiling strsim v0.11.1
2052026-03-21T03:44:35.410Z Compiling clap_lex v1.0.0
2062026-03-21T03:44:35.850Z Compiling itoa v1.0.17
2072026-03-21T03:44:35.896Z Compiling winnow v0.7.15
2082026-03-21T03:44:36.057Z Compiling memchr v2.8.0
2092026-03-21T03:44:36.086Z Compiling heck v0.5.0
2102026-03-21T03:44:36.169Z Compiling syn v2.0.117
2112026-03-21T03:44:36.175Z Compiling terminal_size v0.4.3
2122026-03-21T03:44:36.223Z Compiling anyhow v1.0.102
2132026-03-21T03:44:36.350Z Compiling clap_builder v4.5.60
2142026-03-21T03:44:36.609Z Compiling toml_writer v1.0.6+spec-1.1.0
2152026-03-21T03:44:37.361Z Compiling semver v1.0.27
2162026-03-21T03:44:37.670Z Compiling cargo-platform v0.3.2
2172026-03-21T03:44:37.883Z Compiling toml_parser v1.0.9+spec-1.1.0
2182026-03-21T03:44:38.171Z Compiling serde_spanned v1.0.4
2192026-03-21T03:44:38.391Z Compiling toml_datetime v1.0.0+spec-1.1.0
2202026-03-21T03:44:38.611Z Compiling toml v1.0.6+spec-1.1.0
2212026-03-21T03:44:39.935Z Compiling serde_derive v1.0.228
2222026-03-21T03:44:40.026Z Compiling thiserror-impl v2.0.18
2232026-03-21T03:44:40.116Z Compiling clap_derive v4.5.55
2242026-03-21T03:44:42.317Z Compiling clap v4.5.60
2252026-03-21T03:44:44.112Z Compiling cargo_metadata v0.23.1
2262026-03-21T03:44:47.457Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-03-21T03:44:49.561Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.80s
2282026-03-21T03:44:49.661Z Running `target/debug/xtask build --profile all`
2292026-03-21T03:44:52.209ZBuilding opteadm (release).
2302026-03-21T03:44:52.341Z Compiling proc-macro2 v1.0.106
2312026-03-21T03:44:52.341Z Compiling quote v1.0.45
2322026-03-21T03:44:52.345Z Compiling unicode-ident v1.0.24
2332026-03-21T03:44:52.345Z Compiling serde_core v1.0.228
2342026-03-21T03:44:52.345Z Compiling libc v0.2.183
2352026-03-21T03:44:52.345Z Compiling cfg-if v1.0.4
2362026-03-21T03:44:52.345Z Compiling thiserror v2.0.18
2372026-03-21T03:44:52.345Z Compiling strsim v0.11.1
2382026-03-21T03:44:52.480Z Compiling memchr v2.8.0
2392026-03-21T03:44:52.625Z Compiling fnv v1.0.7
2402026-03-21T03:44:52.650Z Compiling ident_case v1.0.1
2412026-03-21T03:44:52.782Z Compiling regex-syntax v0.8.10
2422026-03-21T03:44:52.794Z Compiling equivalent v1.0.2
2432026-03-21T03:44:52.825Z Compiling zerocopy v0.8.42
2442026-03-21T03:44:52.870Z Compiling serde v1.0.228
2452026-03-21T03:44:53.086Z Compiling aho-corasick v1.1.4
2462026-03-21T03:44:53.259Z Compiling anyhow v1.0.102
2472026-03-21T03:44:53.265Z Compiling winnow v0.7.15
2482026-03-21T03:44:53.312Z Compiling hashbrown v0.16.1
2492026-03-21T03:44:53.436Z Compiling either v1.15.0
2502026-03-21T03:44:53.816Z Compiling itertools v0.14.0
2512026-03-21T03:44:53.942Z Compiling syn v2.0.117
2522026-03-21T03:44:54.004Z Compiling indexmap v2.13.0
2532026-03-21T03:44:54.103Z Compiling toml_datetime v1.0.0+spec-1.1.0
2542026-03-21T03:44:54.377Z Compiling heapless v0.9.2
2552026-03-21T03:44:54.740Z Compiling byteorder v1.5.0
2562026-03-21T03:44:54.830Z Compiling regex-automata v0.4.14
2572026-03-21T03:44:54.983Z Compiling hash32 v0.3.1
2582026-03-21T03:44:55.092Z Compiling toml_parser v1.0.9+spec-1.1.0
2592026-03-21T03:44:55.235Z Compiling syn v1.0.109
2602026-03-21T03:44:55.304Z Compiling macaddr v1.0.1
2612026-03-21T03:44:55.343Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2622026-03-21T03:44:55.551Z Compiling bitflags v2.11.0
2632026-03-21T03:44:55.580Z Compiling toml_edit v0.25.4+spec-1.1.0
2642026-03-21T03:44:55.610Z Compiling stable_deref_trait v1.2.1
2652026-03-21T03:44:55.628Z Compiling rustversion v1.0.22
2662026-03-21T03:44:55.681Z Compiling smoltcp v0.13.0
2672026-03-21T03:44:55.868Z Compiling getrandom v0.4.2
2682026-03-21T03:44:55.958Z Compiling rustix v1.1.4
2692026-03-21T03:44:56.127Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2702026-03-21T03:44:56.132Z Compiling version_check v0.9.5
2712026-03-21T03:44:56.182Z Compiling bitflags v1.3.2
2722026-03-21T03:44:56.251Z Compiling managed v0.8.0
2732026-03-21T03:44:56.336Z Compiling proc-macro-crate v3.5.0
2742026-03-21T03:44:56.386Z Compiling ref-cast v1.0.25
2752026-03-21T03:44:56.421Z Compiling rand_core v0.10.0
2762026-03-21T03:44:56.555Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-03-21T03:44:56.820Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-03-21T03:44:56.833Z Compiling errno v0.3.14
2792026-03-21T03:44:56.882Z Compiling foreign-types-shared v0.3.1
2802026-03-21T03:44:56.972Z Compiling utf8parse v0.2.2
2812026-03-21T03:44:56.995Z Compiling unicode-width v0.2.2
2822026-03-21T03:44:57.082Z Compiling regex v1.12.3
2832026-03-21T03:44:57.303Z Compiling ipnetwork v0.21.1
2842026-03-21T03:44:57.353Z Compiling cpufeatures v0.3.0
2852026-03-21T03:44:57.440Z Compiling once_cell v1.21.3
2862026-03-21T03:44:57.637Z Compiling darling_core v0.21.3
2872026-03-21T03:44:57.716Z Compiling tracing-core v0.1.36
2882026-03-21T03:44:57.776Z Compiling chacha20 v0.10.0
2892026-03-21T03:44:58.126Z Compiling cstr-argument v0.1.2
2902026-03-21T03:44:58.309Z Compiling tabwriter v1.4.1
2912026-03-21T03:44:58.450Z Compiling anstyle-parse v0.2.7
2922026-03-21T03:44:58.917Z Compiling anstyle v1.0.13
2932026-03-21T03:44:59.065Z Compiling pretty-hex v0.4.1
2942026-03-21T03:44:59.174Z Compiling dyn-clone v1.0.20
2952026-03-21T03:44:59.205Z Compiling is_terminal_polyfill v1.70.2
2962026-03-21T03:44:59.219Z Compiling colorchoice v1.0.4
2972026-03-21T03:44:59.299Z Compiling anstyle-query v1.1.5
2982026-03-21T03:44:59.327Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
2992026-03-21T03:44:59.336Z Compiling pin-project-lite v0.2.17
3002026-03-21T03:44:59.406Z Compiling anstream v0.6.21
3012026-03-21T03:44:59.435Z Compiling terminal_size v0.4.3
3022026-03-21T03:44:59.616Z Compiling thiserror-impl v2.0.18
3032026-03-21T03:44:59.634Z Compiling zerocopy-derive v0.8.42
3042026-03-21T03:44:59.635Z Compiling serde_derive v1.0.228
3052026-03-21T03:44:59.635Z Compiling foreign-types-macros v0.2.3
3062026-03-21T03:44:59.916Z Compiling num_enum_derive v0.7.5
3072026-03-21T03:45:00.372Z Compiling ref-cast-impl v1.0.25
3082026-03-21T03:45:00.411Z Compiling foreign-types v0.5.0
3092026-03-21T03:45:00.484Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3102026-03-21T03:45:00.764Z Compiling darling_macro v0.21.3
3112026-03-21T03:45:01.087Z Compiling tracing-attributes v0.1.31
3122026-03-21T03:45:01.198Z Compiling cobs v0.3.0
3132026-03-21T03:45:01.204Z Compiling num_enum v0.7.5
3142026-03-21T03:45:01.216Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3152026-03-21T03:45:01.321Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3162026-03-21T03:45:01.325Z Compiling darling v0.21.3
3172026-03-21T03:45:01.400Z Compiling ingot-macros v0.1.1
3182026-03-21T03:45:01.632Z Compiling rand v0.10.0
3192026-03-21T03:45:01.790Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3202026-03-21T03:45:01.948Z Compiling uuid v1.22.0
3212026-03-21T03:45:02.135Z Compiling socket2 v0.6.3
3222026-03-21T03:45:02.374Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3232026-03-21T03:45:02.482Z Compiling heck v0.5.0
3242026-03-21T03:45:02.531Z Compiling clap_lex v1.0.0
3252026-03-21T03:45:02.720Z Compiling colored v3.1.1
3262026-03-21T03:45:02.734Z Compiling oxnet v0.1.4
3272026-03-21T03:45:02.794Z Compiling tracing v0.1.44
3282026-03-21T03:45:03.141Z Compiling clap_derive v4.5.55
3292026-03-21T03:45:03.217Z Compiling clap_builder v4.5.60
3302026-03-21T03:45:03.434Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3312026-03-21T03:45:03.897Z Compiling postcard v1.1.3
3322026-03-21T03:45:05.768Z Compiling clap v4.5.60
3332026-03-21T03:45:05.929Z Compiling ingot-types v0.1.2
3342026-03-21T03:45:06.443Z Compiling ingot v0.1.1
3352026-03-21T03:45:08.790Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-03-21T03:45:08.980Zerror[E0423]: expected function, tuple struct or tuple variant, found struct `smoltcp::wire::Ipv6Address`
3372026-03-21T03:45:08.980Z --> crates/opte-api/src/ip.rs:792:20
3382026-03-21T03:45:08.980Z |
3392026-03-21T03:45:08.981Z792 | let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3402026-03-21T03:45:08.981Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3412026-03-21T03:45:08.981Z |
3422026-03-21T03:45:08.981Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:166:1
3432026-03-21T03:45:08.981Z |
3442026-03-21T03:45:08.981Z = note: `smoltcp::wire::Ipv6Address` defined here
3452026-03-21T03:45:08.981Zhelp: you might have meant to use an associated function to build this type
3462026-03-21T03:45:08.982Z |
3472026-03-21T03:45:08.982Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3482026-03-21T03:45:08.982Z792 + let sip6 = smoltcp::wire::Ipv6Address::new(_, _, _, _, _, _, _, _);
3492026-03-21T03:45:08.982Z |
3502026-03-21T03:45:08.982Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3512026-03-21T03:45:08.982Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_bits(_);
3522026-03-21T03:45:08.982Z |
3532026-03-21T03:45:08.982Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3542026-03-21T03:45:08.982Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_segments(_);
3552026-03-21T03:45:08.982Z |
3562026-03-21T03:45:08.982Z792 - let sip6 = smoltcp::wire::Ipv6Address(self.bytes());
3572026-03-21T03:45:08.982Z792 + let sip6 = smoltcp::wire::Ipv6Address::from_octets(_);
3582026-03-21T03:45:08.982Z |
3592026-03-21T03:45:08.982Z
3602026-03-21T03:45:09.068Zerror[E0119]: conflicting implementations of trait `From<Ipv4Address>` for type `ip::Ipv4Addr`
3612026-03-21T03:45:09.068Z --> crates/opte-api/src/ip.rs:507:1
3622026-03-21T03:45:09.068Z |
3632026-03-21T03:45:09.069Z495 | impl From<core::net::Ipv4Addr> for Ipv4Addr {
3642026-03-21T03:45:09.069Z | ------------------------------------------- first implementation here
3652026-03-21T03:45:09.069Z...
3662026-03-21T03:45:09.069Z507 | impl From<smoltcp::wire::Ipv4Address> for Ipv4Addr {
3672026-03-21T03:45:09.069Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv4Addr`
3682026-03-21T03:45:09.069Z
3692026-03-21T03:45:09.069Zerror[E0119]: conflicting implementations of trait `From<ip::Ipv4Addr>` for type `Ipv4Address`
3702026-03-21T03:45:09.069Z --> crates/opte-api/src/ip.rs:514:1
3712026-03-21T03:45:09.069Z |
3722026-03-21T03:45:09.069Z501 | impl From<Ipv4Addr> for core::net::Ipv4Addr {
3732026-03-21T03:45:09.069Z | ------------------------------------------- first implementation here
3742026-03-21T03:45:09.069Z...
3752026-03-21T03:45:09.069Z514 | impl From<Ipv4Addr> for smoltcp::wire::Ipv4Address {
3762026-03-21T03:45:09.069Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv4Address`
3772026-03-21T03:45:09.069Z
3782026-03-21T03:45:09.073Zerror[E0119]: conflicting implementations of trait `From<Ipv6Address>` for type `ip::Ipv6Addr`
3792026-03-21T03:45:09.073Z --> crates/opte-api/src/ip.rs:809:1
3802026-03-21T03:45:09.073Z |
3812026-03-21T03:45:09.073Z797 | impl From<core::net::Ipv6Addr> for Ipv6Addr {
3822026-03-21T03:45:09.073Z | ------------------------------------------- first implementation here
3832026-03-21T03:45:09.073Z...
3842026-03-21T03:45:09.073Z809 | impl From<smoltcp::wire::Ipv6Address> for Ipv6Addr {
3852026-03-21T03:45:09.073Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `ip::Ipv6Addr`
3862026-03-21T03:45:09.073Z
3872026-03-21T03:45:09.073Zerror[E0119]: conflicting implementations of trait `From<ip::Ipv6Addr>` for type `Ipv6Address`
3882026-03-21T03:45:09.073Z --> crates/opte-api/src/ip.rs:818:1
3892026-03-21T03:45:09.073Z |
3902026-03-21T03:45:09.073Z803 | impl From<Ipv6Addr> for core::net::Ipv6Addr {
3912026-03-21T03:45:09.073Z | ------------------------------------------- first implementation here
3922026-03-21T03:45:09.073Z...
3932026-03-21T03:45:09.073Z818 | impl From<Ipv6Addr> for smoltcp::wire::Ipv6Address {
3942026-03-21T03:45:09.073Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Ipv6Address`
3952026-03-21T03:45:09.073Z
3962026-03-21T03:45:09.262Zerror[E0599]: no method named `as_bytes` found for struct `Ipv4Address` in the current scope
3972026-03-21T03:45:09.262Z --> crates/opte-api/src/ip.rs:509:29
3982026-03-21T03:45:09.262Z |
3992026-03-21T03:45:09.262Z509 | let bytes = smolip4.as_bytes();
4002026-03-21T03:45:09.262Z | ^^^^^^^^ method not found in `Ipv4Address`
4012026-03-21T03:45:09.262Z
4022026-03-21T03:45:09.271Zerror[E0599]: no function or associated item named `from_bytes` found for struct `Ipv4Address` in the current scope
4032026-03-21T03:45:09.271Z --> crates/opte-api/src/ip.rs:516:15
4042026-03-21T03:45:09.271Z |
4052026-03-21T03:45:09.271Z516 | Self::from_bytes(&ip)
4062026-03-21T03:45:09.271Z | ^^^^^^^^^^ function or associated item not found in `Ipv4Address`
4072026-03-21T03:45:09.271Z |
4082026-03-21T03:45:09.271Znote: if you're trying to build a new `Ipv4Address` consider using one of the following associated functions:
4092026-03-21T03:45:09.271Z Ipv4Address::new
4102026-03-21T03:45:09.271Z Ipv4Address::from_bits
4112026-03-21T03:45:09.271Z Ipv4Address::from_octets
4122026-03-21T03:45:09.271Z core::net::parser::<impl Ipv4Address>::parse_ascii
4132026-03-21T03:45:09.271Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:495:5
4142026-03-21T03:45:09.272Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/parser.rs:336:5
4152026-03-21T03:45:09.272Zhelp: there is an associated function `from_bits` with a similar name
4162026-03-21T03:45:09.272Z |
4172026-03-21T03:45:09.272Z516 - Self::from_bytes(&ip)
4182026-03-21T03:45:09.278Z516 + Self::from_bits(&ip)
4192026-03-21T03:45:09.278Z |
4202026-03-21T03:45:09.278Z
4212026-03-21T03:45:09.291Zerror[E0599]: no method named `as_bytes` found for struct `Ipv6Address` in the current scope
4222026-03-21T03:45:09.291Z --> crates/opte-api/src/ip.rs:813:34
4232026-03-21T03:45:09.291Z |
4242026-03-21T03:45:09.291Z813 | let bytes: [u8; 16] = ip.as_bytes().try_into().unwrap();
4252026-03-21T03:45:09.291Z | ^^^^^^^^ method not found in `Ipv6Address`
4262026-03-21T03:45:09.291Z
4272026-03-21T03:45:09.297Zerror[E0599]: no function or associated item named `from_bytes` found for struct `Ipv6Address` in the current scope
4282026-03-21T03:45:09.297Z --> crates/opte-api/src/ip.rs:821:15
4292026-03-21T03:45:09.297Z |
4302026-03-21T03:45:09.297Z821 | Self::from_bytes(&ip)
4312026-03-21T03:45:09.297Z | ^^^^^^^^^^ function or associated item not found in `Ipv6Address`
4322026-03-21T03:45:09.297Z |
4332026-03-21T03:45:09.298Znote: if you're trying to build a new `Ipv6Address` consider using one of the following associated functions:
4342026-03-21T03:45:09.298Z Ipv6Address::new
4352026-03-21T03:45:09.298Z Ipv6Address::from_bits
4362026-03-21T03:45:09.298Z Ipv6Address::from_segments
4372026-03-21T03:45:09.298Z Ipv6Address::from_octets
4382026-03-21T03:45:09.298Z core::net::parser::<impl Ipv6Address>::parse_ascii
4392026-03-21T03:45:09.298Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/ip_addr.rs:1297:5
4402026-03-21T03:45:09.298Z --> /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/core/src/net/parser.rs:367:5
4412026-03-21T03:45:09.301Zhelp: there is an associated function `from_bits` with a similar name
4422026-03-21T03:45:09.301Z |
4432026-03-21T03:45:09.302Z821 - Self::from_bytes(&ip)
4442026-03-21T03:45:09.302Z821 + Self::from_bits(&ip)
4452026-03-21T03:45:09.302Z |
4462026-03-21T03:45:09.302Z
4472026-03-21T03:45:09.792ZSome errors have detailed explanations: E0119, E0423, E0599.
4482026-03-21T03:45:09.792ZFor more information about an error, try `rustc --explain E0119`.
4492026-03-21T03:45:09.826Zerror: could not compile `opte-api` (lib) due to 9 previous errors
4502026-03-21T03:45:09.859ZError: failed to build "opteadm"
4512026-03-21T03:45:09.859Z
4522026-03-21T03:45:09.860ZCaused by:
4532026-03-21T03:45:09.860Z failed to run (status exit status: 101)
4542026-03-21T03:45:09.865Z
4552026-03-21T03:45:09.865Zreal 41.112787297
4562026-03-21T03:45:09.865Zuser 2:50.628430069
4572026-03-21T03:45:09.865Zsys 23.744671380
4582026-03-21T03:45:09.865Ztrap 0.119328299
4592026-03-21T03:45:09.865Ztflt 0.328844289
4602026-03-21T03:45:09.865Zdflt 0.369241335
4612026-03-21T03:45:09.865Zkflt 0.003385181
4622026-03-21T03:45:09.865Zlock 8:51.964743908
4632026-03-21T03:45:09.865Zslp 7:08.930923167
4642026-03-21T03:45:09.865Zlat 8.316039571
4652026-03-21T03:45:09.865Zstop 15.676446009
4662026-03-21T03:45:09.865Zprocess exited: duration 56912 ms, exit code 1
 
4672026-03-21T03:45:09.875Zfound 0 output files
4682026-03-21T03:45:09.875Zupload error: rule "/out/opte.p5p" required a match, but was not used
4692026-03-21T03:45:09.875Zupload error: rule "/out/opte.p5p.sha256" required a match, but was not used