01KRB1QCBMDHW2RCZ5CSM539GC: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.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: 01KRB1QQX6PSN3QJJYNVMEG86D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T08:17:15.658Zjob assigned to worker 01KRB1QZJQMCBVADS48ZSB1EVR [factory aws, i-02a861e168fddab26] (queued for 49 s)
 
22026-05-11T08:17:21.701Zstarting task 0: "setup"
32026-05-11T08:17:21.706Z++ uname -s
42026-05-11T08:17:21.709Z+ kern=SunOS
52026-05-11T08:17:21.709Z+ build_user=build
62026-05-11T08:17:21.709Z+ build_uid=12345
72026-05-11T08:17:21.709Z+ work_dir=/work
82026-05-11T08:17:21.709Z+ input_dir=/input
92026-05-11T08:17:21.709Z+ [[ 0 == 12345 ]]
102026-05-11T08:17:21.709Z+ case "$kern" in
112026-05-11T08:17:21.709Z+ groupadd -g 12345 build
122026-05-11T08:17:21.712Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T08:17:23.716Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T08:17:23.870Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T08:17:23.874Z+ home_fs=zfs
162026-05-11T08:17:23.874Z+ [[ zfs == autofs ]]
172026-05-11T08:17:23.874Z+ mkdir -p /home/build
182026-05-11T08:17:23.874Z+ chown build:build /home/build /work
192026-05-11T08:17:24.874Z+ chmod 0700 /home/build /work
202026-05-11T08:17:24.877Zprocess exited: duration 3174 ms, exit code 0
 
212026-05-11T08:17:24.883Zstarting task 1: "rust-toolchain"
222026-05-11T08:17:24.888Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T08:17:24.888Z * rust toolchain channel = "1.94.1"
242026-05-11T08:17:24.888Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-11T08:17:24.888Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-11T08:17:24.888Z * rust toolchain profile = "default"
272026-05-11T08:17:24.888Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T08:17:24.893Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T08:17:24.893Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T08:17:25.032Zinfo: downloading installer
312026-05-11T08:17:26.386Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T08:17:26.386Zwarn: /home/build/.rustup/settings.toml
332026-05-11T08:17:26.387Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T08:17:26.387Zwarn: instead of the one inferred from the default host triple.
352026-05-11T08:17:26.399Zinfo: profile set to default
362026-05-11T08:17:26.399Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T08:17:26.401Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T08:17:26.529Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T08:17:26.532Zinfo: downloading 6 components
402026-05-11T08:17:42.128Z
412026-05-11T08:17:42.128Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
422026-05-11T08:17:42.155Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T08:17:42.155Z
442026-05-11T08:17:42.158Z
452026-05-11T08:17:42.158ZRust is installed now. Great!
462026-05-11T08:17:42.158Z
472026-05-11T08:17:42.158ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T08:17:42.158Zenvironment variable. This has not been done automatically.
492026-05-11T08:17:42.158Z
502026-05-11T08:17:42.158ZTo configure your current shell, you need to source
512026-05-11T08:17:42.158Zthe corresponding env file under $HOME/.cargo.
522026-05-11T08:17:42.158Z
532026-05-11T08:17:42.158ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T08:17:42.158Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T08:17:42.158Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T08:17:42.158Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T08:17:42.158Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T08:17:42.158Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T08:17:42.158Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T08:17:42.158Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T08:17:42.158Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T08:17:42.241Z+ rustup --version
632026-05-11T08:17:42.250Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T08:17:42.253Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T08:17:42.271Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T08:17:42.275Z+ cargo --version
672026-05-11T08:17:42.287Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T08:17:42.290Z+ rustc --version
692026-05-11T08:17:42.309Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T08:17:42.313Zprocess exited: duration 17427 ms, exit code 0
 
712026-05-11T08:17:42.318Zstarting task 2: "authentication"
722026-05-11T08:17:42.335Zprocess exited: duration 16 ms, exit code 0
 
732026-05-11T08:17:42.340Zstarting task 3: "clone repository"
742026-05-11T08:17:42.343Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T08:17:42.346Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T08:17:42.376ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T08:17:43.193Z+ cd /work/oxidecomputer/opte
782026-05-11T08:17:43.193Z+ git fetch origin a1bdb07ea675b8f2567bee78c70a37e044765d53
792026-05-11T08:17:43.450ZFrom https://github.com/oxidecomputer/opte
802026-05-11T08:17:43.450Z * branch a1bdb07ea675b8f2567bee78c70a37e044765d53 -> FETCH_HEAD
812026-05-11T08:17:43.455Z+ [[ -n renovate/nix-0.x-lockfile ]]
822026-05-11T08:17:43.458Z++ git branch --show-current
832026-05-11T08:17:43.458Z+ current=master
842026-05-11T08:17:43.458Z+ [[ master != renovate/nix-0.x-lockfile ]]
852026-05-11T08:17:43.458Z+ git branch -f renovate/nix-0.x-lockfile a1bdb07ea675b8f2567bee78c70a37e044765d53
862026-05-11T08:17:43.461Z+ git checkout -f renovate/nix-0.x-lockfile
872026-05-11T08:17:43.477ZSwitched to branch 'renovate/nix-0.x-lockfile'
882026-05-11T08:17:43.480Z+ git reset --hard a1bdb07ea675b8f2567bee78c70a37e044765d53
892026-05-11T08:17:43.493ZHEAD is now at a1bdb07 Update Rust crate nix to v0.31.3
902026-05-11T08:17:43.496Zprocess exited: duration 1153 ms, exit code 0
 
912026-05-11T08:17:43.502Zstarting task 4: "build"
922026-05-11T08:17:43.505Z+ source .github/buildomat/common.sh
932026-05-11T08:17:43.508Z++ rustup show active-toolchain
942026-05-11T08:17:43.511Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T08:17:43.511Z++ pushd xde
962026-05-11T08:17:43.514Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T08:17:43.514Z++ rustup show active-toolchain
982026-05-11T08:17:43.517Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T08:17:43.654Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T08:17:43.659Zinfo: downloading 6 components
1012026-05-11T08:17:57.471Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T08:17:57.548Z+++ rustup show active-toolchain -v
1032026-05-11T08:17:57.551Z+++ head -n 1
1042026-05-11T08:17:57.551Z+++ cut '-d ' -f1
1052026-05-11T08:17:57.603Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T08:17:57.604Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T08:17:57.604Z++ popd
1082026-05-11T08:17:57.607Z/work/oxidecomputer/opte
1092026-05-11T08:17:57.607Z+ TGT_BASE=/work
1102026-05-11T08:17:57.607Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-05-11T08:17:57.607Z+ REL_TGT=/work/release
1122026-05-11T08:17:57.607Z+ mkdir -p /work/release
1132026-05-11T08:17:57.607Z+ cargo --version
1142026-05-11T08:17:57.615Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1152026-05-11T08:17:57.618Z+ rustc --version
1162026-05-11T08:17:57.637Zrustc 1.94.1 (e408947bf 2026-03-25)
1172026-05-11T08:17:57.640Z+ header 'build xde and opteadm (release+debug)'
1182026-05-11T08:17:57.640Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-05-11T08:17:57.640Z# ==== build xde and opteadm (release+debug) ==== #
1202026-05-11T08:17:57.640Z+ ptime -m cargo xtask build --profile all
1212026-05-11T08:17:57.745Z Updating crates.io index
1222026-05-11T08:17:57.779Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-05-11T08:17:58.826Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-05-11T08:17:59.087Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-11T08:17:59.422Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-11T08:17:59.788Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-05-11T08:18:00.026Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-05-11T08:18:00.292Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-11T08:18:02.318Z Downloading crates ...
1302026-05-11T08:18:02.362Z Downloaded heck v0.5.0
1312026-05-11T08:18:02.365Z Downloaded toml_writer v1.1.1+spec-1.1.0
1322026-05-11T08:18:02.372Z Downloaded itoa v1.0.18
1332026-05-11T08:18:02.375Z Downloaded clap_lex v1.1.0
1342026-05-11T08:18:02.382Z Downloaded equivalent v1.0.2
1352026-05-11T08:18:02.392Z Downloaded errno v0.3.14
1362026-05-11T08:18:02.395Z Downloaded colorchoice v1.0.5
1372026-05-11T08:18:02.395Z Downloaded anstyle-query v1.1.5
1382026-05-11T08:18:02.395Z Downloaded utf8parse v0.2.2
1392026-05-11T08:18:02.395Z Downloaded is_terminal_polyfill v1.70.2
1402026-05-11T08:18:02.395Z Downloaded terminal_size v0.4.4
1412026-05-11T08:18:02.403Z Downloaded thiserror v2.0.18
1422026-05-11T08:18:02.408Z Downloaded thiserror-impl v2.0.18
1432026-05-11T08:18:02.408Z Downloaded cargo_metadata v0.23.1
1442026-05-11T08:18:02.414Z Downloaded cargo-platform v0.3.3
1452026-05-11T08:18:02.414Z Downloaded serde_spanned v1.1.1
1462026-05-11T08:18:02.417Z Downloaded strsim v0.11.1
1472026-05-11T08:18:02.420Z Downloaded zmij v1.0.21
1482026-05-11T08:18:02.424Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1492026-05-11T08:18:02.427Z Downloaded semver v1.0.28
1502026-05-11T08:18:02.427Z Downloaded serde_derive v1.0.228
1512026-05-11T08:18:02.430Z Downloaded anstyle v1.0.14
1522026-05-11T08:18:02.430Z Downloaded anstream v1.0.0
1532026-05-11T08:18:02.434Z Downloaded anstyle-parse v1.0.0
1542026-05-11T08:18:02.441Z Downloaded clap v4.6.1
1552026-05-11T08:18:02.453Z Downloaded anyhow v1.0.102
1562026-05-11T08:18:02.456Z Downloaded toml_parser v1.1.2+spec-1.1.0
1572026-05-11T08:18:02.456Z Downloaded quote v1.0.45
1582026-05-11T08:18:02.461Z Downloaded bitflags v2.11.1
1592026-05-11T08:18:02.464Z Downloaded camino v1.2.2
1602026-05-11T08:18:02.467Z Downloaded clap_derive v4.6.1
1612026-05-11T08:18:02.471Z Downloaded serde_core v1.0.228
1622026-05-11T08:18:02.478Z Downloaded proc-macro2 v1.0.106
1632026-05-11T08:18:02.481Z Downloaded unicode-ident v1.0.24
1642026-05-11T08:18:02.481Z Downloaded toml v1.1.2+spec-1.1.0
1652026-05-11T08:18:02.484Z Downloaded serde v1.0.228
1662026-05-11T08:18:02.488Z Downloaded indexmap v2.14.0
1672026-05-11T08:18:02.490Z Downloaded serde_json v1.0.149
1682026-05-11T08:18:02.495Z Downloaded memchr v2.8.0
1692026-05-11T08:18:02.508Z Downloaded hashbrown v0.17.0
1702026-05-11T08:18:02.531Z Downloaded winnow v1.0.2
1712026-05-11T08:18:02.537Z Downloaded clap_builder v4.6.0
1722026-05-11T08:18:02.559Z Downloaded syn v2.0.117
1732026-05-11T08:18:02.566Z Downloaded rustix v1.1.4
1742026-05-11T08:18:02.593Z Downloaded libc v0.2.186
1752026-05-11T08:18:02.640Z Compiling proc-macro2 v1.0.106
1762026-05-11T08:18:02.640Z Compiling serde_core v1.0.228
1772026-05-11T08:18:02.640Z Compiling quote v1.0.45
1782026-05-11T08:18:02.640Z Compiling unicode-ident v1.0.24
1792026-05-11T08:18:02.643Z Compiling libc v0.2.186
1802026-05-11T08:18:02.643Z Compiling rustix v1.1.4
1812026-05-11T08:18:02.643Z Compiling bitflags v2.11.1
1822026-05-11T08:18:02.643Z Compiling utf8parse v0.2.2
1832026-05-11T08:18:02.817Z Compiling zmij v1.0.21
1842026-05-11T08:18:02.832Z Compiling anstyle-parse v1.0.0
1852026-05-11T08:18:03.054Z Compiling serde v1.0.228
1862026-05-11T08:18:03.072Z Compiling thiserror v2.0.18
1872026-05-11T08:18:03.118Z Compiling colorchoice v1.0.5
1882026-05-11T08:18:03.160Z Compiling anstyle-query v1.1.5
1892026-05-11T08:18:03.228Z Compiling serde_json v1.0.149
1902026-05-11T08:18:03.232Z Compiling is_terminal_polyfill v1.70.2
1912026-05-11T08:18:03.260Z Compiling anstyle v1.0.14
1922026-05-11T08:18:03.323Z Compiling camino v1.2.2
1932026-05-11T08:18:03.395Z Compiling errno v0.3.14
1942026-05-11T08:18:03.456Z Compiling anstream v1.0.0
1952026-05-11T08:18:03.562Z Compiling memchr v2.8.0
1962026-05-11T08:18:03.659Z Compiling itoa v1.0.18
1972026-05-11T08:18:03.667Z Compiling anyhow v1.0.102
1982026-05-11T08:18:03.907Z Compiling syn v2.0.117
1992026-05-11T08:18:03.921Z Compiling strsim v0.11.1
2002026-05-11T08:18:03.966Z Compiling terminal_size v0.4.4
2012026-05-11T08:18:03.971Z Compiling clap_lex v1.1.0
2022026-05-11T08:18:03.984Z Compiling heck v0.5.0
2032026-05-11T08:18:04.114Z Compiling winnow v1.0.2
2042026-05-11T08:18:04.177Z Compiling clap_builder v4.6.0
2052026-05-11T08:18:04.531Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-05-11T08:18:04.557Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-05-11T08:18:04.804Z Compiling cargo-platform v0.3.3
2082026-05-11T08:18:04.856Z Compiling semver v1.0.28
2092026-05-11T08:18:05.427Z Compiling serde_spanned v1.1.1
2102026-05-11T08:18:05.585Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-05-11T08:18:05.827Z Compiling toml v1.1.2+spec-1.1.0
2122026-05-11T08:18:06.190Z Compiling serde_derive v1.0.228
2132026-05-11T08:18:06.198Z Compiling thiserror-impl v2.0.18
2142026-05-11T08:18:06.204Z Compiling clap_derive v4.6.1
2152026-05-11T08:18:07.834Z Compiling clap v4.6.1
2162026-05-11T08:18:09.026Z Compiling cargo_metadata v0.23.1
2172026-05-11T08:18:11.593Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-05-11T08:18:13.138Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.49s
2192026-05-11T08:18:13.233Z Running `target/debug/xtask build --profile all`
2202026-05-11T08:18:14.659ZBuilding opteadm (release).
2212026-05-11T08:18:14.753Z Compiling proc-macro2 v1.0.106
2222026-05-11T08:18:14.753Z Compiling unicode-ident v1.0.24
2232026-05-11T08:18:14.753Z Compiling quote v1.0.45
2242026-05-11T08:18:14.753Z Compiling serde_core v1.0.228
2252026-05-11T08:18:14.753Z Compiling libc v0.2.186
2262026-05-11T08:18:14.756Z Compiling cfg-if v1.0.4
2272026-05-11T08:18:14.756Z Compiling thiserror v2.0.18
2282026-05-11T08:18:14.756Z Compiling fnv v1.0.7
2292026-05-11T08:18:14.825Z Compiling ident_case v1.0.1
2302026-05-11T08:18:14.848Z Compiling strsim v0.11.1
2312026-05-11T08:18:14.868Z Compiling memchr v2.8.0
2322026-05-11T08:18:14.923Z Compiling regex-syntax v0.8.10
2332026-05-11T08:18:15.121Z Compiling equivalent v1.0.2
2342026-05-11T08:18:15.133Z Compiling anyhow v1.0.102
2352026-05-11T08:18:15.190Z Compiling zerocopy v0.8.48
2362026-05-11T08:18:15.276Z Compiling either v1.15.0
2372026-05-11T08:18:15.448Z Compiling aho-corasick v1.1.4
2382026-05-11T08:18:15.467Z Compiling hashbrown v0.17.0
2392026-05-11T08:18:15.489Z Compiling serde v1.0.228
2402026-05-11T08:18:15.533Z Compiling winnow v1.0.2
2412026-05-11T08:18:15.590Z Compiling itertools v0.14.0
2422026-05-11T08:18:15.957Z Compiling syn v2.0.117
2432026-05-11T08:18:15.990Z Compiling indexmap v2.14.0
2442026-05-11T08:18:16.055Z Compiling heapless v0.8.0
2452026-05-11T08:18:16.336Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-05-11T08:18:16.549Z Compiling regex-automata v0.4.14
2472026-05-11T08:18:16.553Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-05-11T08:18:16.615Z Compiling byteorder v1.5.0
2492026-05-11T08:18:16.799Z Compiling hash32 v0.3.1
2502026-05-11T08:18:16.839Z Compiling stable_deref_trait v1.2.1
2512026-05-11T08:18:16.906Z Compiling bitflags v2.11.1
2522026-05-11T08:18:16.928Z Compiling toml_edit v0.25.11+spec-1.1.0
2532026-05-11T08:18:16.964Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2542026-05-11T08:18:17.034Z Compiling syn v1.0.109
2552026-05-11T08:18:17.065Z Compiling smoltcp v0.11.0
2562026-05-11T08:18:17.114Z Compiling macaddr v1.0.1
2572026-05-11T08:18:17.180Z Compiling rustversion v1.0.22
2582026-05-11T08:18:17.309Z Compiling version_check v0.9.5
2592026-05-11T08:18:17.349Z Compiling getrandom v0.4.2
2602026-05-11T08:18:17.387Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2612026-05-11T08:18:17.535Z Compiling proc-macro-crate v3.5.0
2622026-05-11T08:18:17.560Z Compiling managed v0.8.0
2632026-05-11T08:18:17.583Z Compiling bitflags v1.3.2
2642026-05-11T08:18:17.586Z Compiling rand_core v0.10.1
2652026-05-11T08:18:17.643Z Compiling ref-cast v1.0.25
2662026-05-11T08:18:17.680Z Compiling rustix v1.1.4
2672026-05-11T08:18:17.740Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-05-11T08:18:17.941Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-05-11T08:18:17.960Z Compiling errno v0.3.14
2702026-05-11T08:18:18.095Z Compiling unicode-width v0.2.2
2712026-05-11T08:18:18.201Z Compiling regex v1.12.3
2722026-05-11T08:18:18.305Z Compiling once_cell v1.21.4
2732026-05-11T08:18:18.320Z Compiling utf8parse v0.2.2
2742026-05-11T08:18:18.374Z Compiling foreign-types-shared v0.3.1
2752026-05-11T08:18:18.414Z Compiling cpufeatures v0.3.0
2762026-05-11T08:18:18.472Z Compiling ipnetwork v0.21.1
2772026-05-11T08:18:18.520Z Compiling darling_core v0.21.3
2782026-05-11T08:18:18.587Z Compiling tracing-core v0.1.36
2792026-05-11T08:18:18.830Z Compiling chacha20 v0.10.0
2802026-05-11T08:18:19.057Z Compiling cstr-argument v0.1.2
2812026-05-11T08:18:19.094Z Compiling anstyle-parse v1.0.0
2822026-05-11T08:18:19.191Z Compiling tabwriter v1.4.1
2832026-05-11T08:18:19.583Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
2842026-05-11T08:18:19.692Z Compiling thiserror-impl v2.0.18
2852026-05-11T08:18:19.700Z Compiling zerocopy-derive v0.8.48
2862026-05-11T08:18:19.703Z Compiling serde_derive v1.0.228
2872026-05-11T08:18:19.792Z Compiling ref-cast-impl v1.0.25
2882026-05-11T08:18:19.966Z Compiling num_enum_derive v0.7.6
2892026-05-11T08:18:20.396Z Compiling foreign-types-macros v0.2.3
2902026-05-11T08:18:20.587Z Compiling tracing-attributes v0.1.31
2912026-05-11T08:18:20.639Z Compiling darling_macro v0.21.3
2922026-05-11T08:18:20.954Z Compiling num_enum v0.7.6
2932026-05-11T08:18:20.995Z Compiling cobs v0.3.0
2942026-05-11T08:18:21.000Z Compiling foreign-types v0.5.0
2952026-05-11T08:18:21.058Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2962026-05-11T08:18:21.058Z Compiling pretty-hex v0.4.2
2972026-05-11T08:18:21.172Z Compiling darling v0.21.3
2982026-05-11T08:18:21.179Z Compiling anstyle-query v1.1.5
2992026-05-11T08:18:21.200Z Compiling anstyle v1.0.14
3002026-05-11T08:18:21.237Z Compiling ingot-macros v0.1.1
3012026-05-11T08:18:21.258Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3022026-05-11T08:18:21.263Z Compiling colorchoice v1.0.5
3032026-05-11T08:18:21.360Z Compiling dyn-clone v1.0.20
3042026-05-11T08:18:21.437Z Compiling is_terminal_polyfill v1.70.2
3052026-05-11T08:18:21.503Z Compiling pin-project-lite v0.2.17
3062026-05-11T08:18:21.515Z Compiling anstream v1.0.0
3072026-05-11T08:18:21.521Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3082026-05-11T08:18:21.586Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-05-11T08:18:21.723Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-11T08:18:21.787Z Compiling tracing v0.1.44
3112026-05-11T08:18:21.914Z Compiling terminal_size v0.4.4
3122026-05-11T08:18:21.923Z Compiling rand v0.10.1
3132026-05-11T08:18:22.043Z Compiling uuid v1.23.1
3142026-05-11T08:18:22.098Z Compiling socket2 v0.6.3
3152026-05-11T08:18:22.239Z Compiling colored v3.1.1
3162026-05-11T08:18:22.420Z Compiling heck v0.5.0
3172026-05-11T08:18:22.642Z Compiling oxnet v0.1.5
3182026-05-11T08:18:22.695Z Compiling clap_lex v1.1.0
3192026-05-11T08:18:22.756Z Compiling clap_derive v4.6.1
3202026-05-11T08:18:22.776Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3212026-05-11T08:18:22.922Z Compiling postcard v1.1.3
3222026-05-11T08:18:22.979Z Compiling clap_builder v4.6.0
3232026-05-11T08:18:24.028Z Compiling ingot-types v0.1.2
3242026-05-11T08:18:24.347Z Compiling ingot v0.1.1
3252026-05-11T08:18:24.697Z Compiling clap v4.6.1
3262026-05-11T08:18:26.078Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-11T08:18:27.066Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-05-11T08:18:28.077Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-05-11T08:18:34.629Z Finished `release` profile [optimized + debuginfo] target(s) in 19.96s
3302026-05-11T08:18:34.656ZBuilding xde (release-lto).
3312026-05-11T08:18:34.904Z Updating crates.io index
3322026-05-11T08:18:34.996Z Downloading crates ...
3332026-05-11T08:18:35.048Z Downloaded rustc-demangle v0.1.27
3342026-05-11T08:18:35.058Z Downloaded getopts v0.2.24
3352026-05-11T08:18:35.062Z Downloaded addr2line v0.25.1
3362026-05-11T08:18:35.062Z Downloaded rustc-literal-escaper v0.0.7
3372026-05-11T08:18:35.064Z Downloaded adler2 v2.0.1
3382026-05-11T08:18:35.073Z Downloaded foldhash v0.2.0
3392026-05-11T08:18:35.080Z Downloaded miniz_oxide v0.8.9
3402026-05-11T08:18:35.090Z Downloaded memchr v2.7.6
3412026-05-11T08:18:35.104Z Downloaded hashbrown v0.16.1
3422026-05-11T08:18:35.138Z Downloaded gimli v0.32.3
3432026-05-11T08:18:35.142Z Downloaded object v0.37.3
3442026-05-11T08:18:35.175Z Downloaded libc v0.2.183
3452026-05-11T08:18:35.234Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3462026-05-11T08:18:35.237Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3472026-05-11T08:18:35.237Z Compiling proc-macro2 v1.0.106
3482026-05-11T08:18:35.237Z Compiling quote v1.0.45
3492026-05-11T08:18:35.237Z Compiling unicode-ident v1.0.24
3502026-05-11T08:18:35.237Z Compiling strsim v0.11.1
3512026-05-11T08:18:35.237Z Compiling ident_case v1.0.1
3522026-05-11T08:18:35.237Z Compiling serde_core v1.0.228
3532026-05-11T08:18:35.399Z Compiling fnv v1.0.7
3542026-05-11T08:18:35.403Z Compiling memchr v2.8.0
3552026-05-11T08:18:35.490Z Compiling regex-syntax v0.8.10
3562026-05-11T08:18:35.650Z Compiling serde v1.0.228
3572026-05-11T08:18:35.653Z Compiling thiserror v2.0.18
3582026-05-11T08:18:35.664Z Compiling zerocopy v0.8.48
3592026-05-11T08:18:35.784Z Compiling aho-corasick v1.1.4
3602026-05-11T08:18:36.017Z Compiling either v1.15.0
3612026-05-11T08:18:36.076Z Compiling heapless v0.8.0
3622026-05-11T08:18:36.205Z Compiling itertools v0.14.0
3632026-05-11T08:18:36.245Z Compiling smoltcp v0.11.0
3642026-05-11T08:18:36.424Z Compiling syn v2.0.117
3652026-05-11T08:18:36.463Z Compiling ref-cast v1.0.25
3662026-05-11T08:18:36.539Z Compiling crc32fast v1.5.0
3672026-05-11T08:18:36.669Z Compiling version_check v0.9.5
3682026-05-11T08:18:36.902Z Compiling regex-automata v0.4.14
3692026-05-11T08:18:37.021Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3702026-05-11T08:18:38.433Z Compiling regex v1.12.3
3712026-05-11T08:18:38.652Z Compiling darling_core v0.21.3
3722026-05-11T08:18:38.723Z Compiling darling_core v0.23.0
3732026-05-11T08:18:39.508Z Compiling serde_derive v1.0.228
3742026-05-11T08:18:39.508Z Compiling thiserror-impl v2.0.18
3752026-05-11T08:18:39.511Z Compiling zerocopy-derive v0.8.48
3762026-05-11T08:18:39.511Z Compiling ref-cast-impl v1.0.25
3772026-05-11T08:18:39.511Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-05-11T08:18:41.251Z Compiling darling_macro v0.23.0
3792026-05-11T08:18:41.262Z Compiling darling_macro v0.21.3
3802026-05-11T08:18:42.139Z Compiling darling v0.23.0
3812026-05-11T08:18:42.157Z Compiling darling v0.21.3
3822026-05-11T08:18:42.200Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-05-11T08:18:42.215Z Compiling ingot-macros v0.1.1
3842026-05-11T08:18:47.204Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3852026-05-11T08:18:49.247Z Compiling byteorder v1.5.0
3862026-05-11T08:18:49.247Z Compiling cfg-if v1.0.4
3872026-05-11T08:18:49.247Z Compiling macaddr v1.0.1
3882026-05-11T08:18:49.250Z Compiling stable_deref_trait v1.2.1
3892026-05-11T08:18:49.312Z Compiling cobs v0.3.0
3902026-05-11T08:18:49.312Z Compiling bitflags v1.3.2
3912026-05-11T08:18:49.344Z Compiling managed v0.8.0
3922026-05-11T08:18:49.432Z Compiling hash32 v0.3.1
3932026-05-11T08:18:49.580Z Compiling dyn-clone v1.0.20
3942026-05-11T08:18:49.601Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-05-11T08:18:50.848Z Compiling bitflags v2.11.1
3962026-05-11T08:18:50.848Z Compiling uuid v1.23.1
3972026-05-11T08:18:50.985Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-11T08:18:51.277Z Compiling postcard v1.1.3
3992026-05-11T08:18:52.074Z Compiling ingot-types v0.1.2
4002026-05-11T08:18:52.380Z Compiling ingot v0.1.1
4012026-05-11T08:18:53.874Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-05-11T08:18:57.517Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-05-11T08:19:06.226Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-05-11T08:19:34.247Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.56s
4052026-05-11T08:19:34.271ZLinking xde kmod...
4062026-05-11T08:19:34.822ZBuilding xde dev link helper (release).
4072026-05-11T08:19:34.979Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-05-11T08:19:34.979Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-05-11T08:19:34.979Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-05-11T08:19:45.884Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-05-11T08:19:48.194Z Finished `release` profile [optimized + debuginfo] target(s) in 13.34s
4122026-05-11T08:19:48.214ZBuilding opteadm (dev).
4132026-05-11T08:19:48.366Z Compiling serde_core v1.0.228
4142026-05-11T08:19:48.366Z Compiling libc v0.2.186
4152026-05-11T08:19:48.366Z Compiling cfg-if v1.0.4
4162026-05-11T08:19:48.366Z Compiling ident_case v1.0.1
4172026-05-11T08:19:48.369Z Compiling strsim v0.11.1
4182026-05-11T08:19:48.369Z Compiling fnv v1.0.7
4192026-05-11T08:19:48.369Z Compiling memchr v2.8.0
4202026-05-11T08:19:48.370Z Compiling syn v2.0.117
4212026-05-11T08:19:48.439Z Compiling regex-syntax v0.8.10
4222026-05-11T08:19:48.462Z Compiling serde v1.0.228
4232026-05-11T08:19:48.484Z Compiling hashbrown v0.17.0
4242026-05-11T08:19:48.660Z Compiling equivalent v1.0.2
4252026-05-11T08:19:48.731Z Compiling winnow v1.0.2
4262026-05-11T08:19:48.754Z Compiling zerocopy v0.8.48
4272026-05-11T08:19:48.937Z Compiling aho-corasick v1.1.4
4282026-05-11T08:19:49.010Z Compiling either v1.15.0
4292026-05-11T08:19:49.110Z Compiling indexmap v2.14.0
4302026-05-11T08:19:49.182Z Compiling itertools v0.14.0
4312026-05-11T08:19:49.195Z Compiling toml_datetime v1.1.1+spec-1.1.0
4322026-05-11T08:19:49.400Z Compiling byteorder v1.5.0
4332026-05-11T08:19:49.577Z Compiling heapless v0.8.0
4342026-05-11T08:19:49.694Z Compiling toml_parser v1.1.2+spec-1.1.0
4352026-05-11T08:19:49.735Z Compiling hash32 v0.3.1
4362026-05-11T08:19:49.856Z Compiling regex-automata v0.4.14
4372026-05-11T08:19:50.073Z Compiling toml_edit v0.25.11+spec-1.1.0
4382026-05-11T08:19:50.269Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4392026-05-11T08:19:50.363Z Compiling bitflags v2.11.1
4402026-05-11T08:19:50.384Z Compiling syn v1.0.109
4412026-05-11T08:19:50.490Z Compiling smoltcp v0.11.0
4422026-05-11T08:19:50.494Z Compiling stable_deref_trait v1.2.1
4432026-05-11T08:19:50.560Z Compiling rustversion v1.0.22
4442026-05-11T08:19:50.580Z Compiling macaddr v1.0.1
4452026-05-11T08:19:50.722Z Compiling proc-macro-crate v3.5.0
4462026-05-11T08:19:50.827Z Compiling bitflags v1.3.2
4472026-05-11T08:19:50.832Z Compiling rand_core v0.10.1
4482026-05-11T08:19:50.890Z Compiling darling_core v0.21.3
4492026-05-11T08:19:50.932Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4502026-05-11T08:19:50.979Z Compiling managed v0.8.0
4512026-05-11T08:19:50.982Z Compiling getrandom v0.4.2
4522026-05-11T08:19:51.131Z Compiling ref-cast v1.0.25
4532026-05-11T08:19:51.147Z Compiling version_check v0.9.5
4542026-05-11T08:19:51.408Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-05-11T08:19:51.461Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-05-11T08:19:51.629Z Compiling regex v1.12.3
4572026-05-11T08:19:51.770Z Compiling errno v0.3.14
4582026-05-11T08:19:51.944Z Compiling once_cell v1.21.4
4592026-05-11T08:19:52.027Z Compiling foreign-types-shared v0.3.1
4602026-05-11T08:19:52.068Z Compiling unicode-width v0.2.2
4612026-05-11T08:19:52.115Z Compiling thiserror-impl v2.0.18
4622026-05-11T08:19:52.180Z Compiling serde_derive v1.0.228
4632026-05-11T08:19:52.367Z Compiling zerocopy-derive v0.8.48
4642026-05-11T08:19:52.442Z Compiling num_enum_derive v0.7.6
4652026-05-11T08:19:52.985Z Compiling darling_macro v0.21.3
4662026-05-11T08:19:53.289Z Compiling ref-cast-impl v1.0.25
4672026-05-11T08:19:53.297Z Compiling thiserror v2.0.18
4682026-05-11T08:19:53.395Z Compiling cobs v0.3.0
4692026-05-11T08:19:53.432Z Compiling foreign-types-macros v0.2.3
4702026-05-11T08:19:53.518Z Compiling darling v0.21.3
4712026-05-11T08:19:53.593Z Compiling ingot-macros v0.1.1
4722026-05-11T08:19:53.675Z Compiling ipnetwork v0.21.1
4732026-05-11T08:19:53.875Z Compiling cpufeatures v0.3.0
4742026-05-11T08:19:53.943Z Compiling chacha20 v0.10.0
4752026-05-11T08:19:54.044Z Compiling foreign-types v0.5.0
4762026-05-11T08:19:54.212Z Compiling num_enum v0.7.6
4772026-05-11T08:19:54.215Z Compiling cstr-argument v0.1.2
4782026-05-11T08:19:54.297Z Compiling tabwriter v1.4.1
4792026-05-11T08:19:54.322Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4802026-05-11T08:19:54.379Z Compiling tracing-attributes v0.1.31
4812026-05-11T08:19:54.587Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-05-11T08:19:54.720Z Compiling tracing-core v0.1.36
4832026-05-11T08:19:54.877Z Compiling rustix v1.1.4
4842026-05-11T08:19:55.476Z Compiling postcard v1.1.3
4852026-05-11T08:19:55.573Z Compiling anyhow v1.0.102
4862026-05-11T08:19:55.646Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4872026-05-11T08:19:55.674Z Compiling pretty-hex v0.4.2
4882026-05-11T08:19:55.779Z Compiling pin-project-lite v0.2.17
4892026-05-11T08:19:55.806Z Compiling dyn-clone v1.0.20
4902026-05-11T08:19:55.859Z Compiling tracing v0.1.44
4912026-05-11T08:19:55.868Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4922026-05-11T08:19:55.970Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-05-11T08:19:56.086Z Compiling rand v0.10.1
4942026-05-11T08:19:56.092Z Compiling terminal_size v0.4.4
4952026-05-11T08:19:56.139Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-05-11T08:19:56.169Z Compiling uuid v1.23.1
4972026-05-11T08:19:56.235Z Compiling socket2 v0.6.3
4982026-05-11T08:19:56.239Z Compiling colored v3.1.1
4992026-05-11T08:19:56.306Z Compiling oxnet v0.1.5
5002026-05-11T08:19:56.473Z Compiling clap_derive v4.6.1
5012026-05-11T08:19:56.752Z Compiling ingot-types v0.1.2
5022026-05-11T08:19:56.805Z Compiling clap_builder v4.6.0
5032026-05-11T08:19:56.850Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-05-11T08:19:57.125Z Compiling ingot v0.1.1
5052026-05-11T08:19:58.590Z Compiling clap v4.6.1
5062026-05-11T08:19:58.732Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-05-11T08:20:01.196Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-05-11T08:20:02.338Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-05-11T08:20:06.699Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.48s
5102026-05-11T08:20:06.726ZBuilding xde (dev).
5112026-05-11T08:20:06.956Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-05-11T08:20:06.956Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-05-11T08:20:06.956Z Compiling proc-macro2 v1.0.106
5142026-05-11T08:20:06.956Z Compiling quote v1.0.45
5152026-05-11T08:20:06.959Z Compiling unicode-ident v1.0.24
5162026-05-11T08:20:06.959Z Compiling ident_case v1.0.1
5172026-05-11T08:20:06.959Z Compiling strsim v0.11.1
5182026-05-11T08:20:06.960Z Compiling serde_core v1.0.228
5192026-05-11T08:20:07.072Z Compiling memchr v2.8.0
5202026-05-11T08:20:07.081Z Compiling fnv v1.0.7
5212026-05-11T08:20:07.163Z Compiling regex-syntax v0.8.10
5222026-05-11T08:20:07.331Z Compiling zerocopy v0.8.48
5232026-05-11T08:20:07.339Z Compiling serde v1.0.228
5242026-05-11T08:20:07.352Z Compiling either v1.15.0
5252026-05-11T08:20:07.461Z Compiling thiserror v2.0.18
5262026-05-11T08:20:07.535Z Compiling aho-corasick v1.1.4
5272026-05-11T08:20:07.733Z Compiling itertools v0.14.0
5282026-05-11T08:20:07.746Z Compiling heapless v0.8.0
5292026-05-11T08:20:08.027Z Compiling syn v2.0.117
5302026-05-11T08:20:08.137Z Compiling smoltcp v0.11.0
5312026-05-11T08:20:08.145Z Compiling crc32fast v1.5.0
5322026-05-11T08:20:08.218Z Compiling version_check v0.9.5
5332026-05-11T08:20:08.475Z Compiling ref-cast v1.0.25
5342026-05-11T08:20:08.567Z Compiling regex-automata v0.4.14
5352026-05-11T08:20:08.580Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-05-11T08:20:10.109Z Compiling regex v1.12.3
5372026-05-11T08:20:10.290Z Compiling darling_core v0.21.3
5382026-05-11T08:20:10.290Z Compiling darling_core v0.23.0
5392026-05-11T08:20:11.284Z Compiling serde_derive v1.0.228
5402026-05-11T08:20:11.284Z Compiling thiserror-impl v2.0.18
5412026-05-11T08:20:11.284Z Compiling zerocopy-derive v0.8.48
5422026-05-11T08:20:11.287Z Compiling ref-cast-impl v1.0.25
5432026-05-11T08:20:11.287Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-05-11T08:20:12.858Z Compiling darling_macro v0.23.0
5452026-05-11T08:20:12.995Z Compiling darling_macro v0.21.3
5462026-05-11T08:20:13.791Z Compiling darling v0.23.0
5472026-05-11T08:20:13.856Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5482026-05-11T08:20:13.897Z Compiling darling v0.21.3
5492026-05-11T08:20:13.963Z Compiling ingot-macros v0.1.1
5502026-05-11T08:20:18.321Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-05-11T08:20:20.027Z Compiling byteorder v1.5.0
5522026-05-11T08:20:20.027Z Compiling cfg-if v1.0.4
5532026-05-11T08:20:20.027Z Compiling stable_deref_trait v1.2.1
5542026-05-11T08:20:20.027Z Compiling macaddr v1.0.1
5552026-05-11T08:20:20.094Z Compiling cobs v0.3.0
5562026-05-11T08:20:20.099Z Compiling managed v0.8.0
5572026-05-11T08:20:20.131Z Compiling bitflags v1.3.2
5582026-05-11T08:20:20.200Z Compiling hash32 v0.3.1
5592026-05-11T08:20:20.392Z Compiling dyn-clone v1.0.20
5602026-05-11T08:20:20.451Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-05-11T08:20:21.570Z Compiling bitflags v2.11.1
5622026-05-11T08:20:21.570Z Compiling uuid v1.23.1
5632026-05-11T08:20:21.700Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-05-11T08:20:21.979Z Compiling postcard v1.1.3
5652026-05-11T08:20:22.772Z Compiling ingot-types v0.1.2
5662026-05-11T08:20:23.049Z Compiling ingot v0.1.1
5672026-05-11T08:20:24.436Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-05-11T08:20:28.652Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-05-11T08:20:38.952Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-05-11T08:20:47.135Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.38s
5712026-05-11T08:20:47.157ZLinking xde kmod...
5722026-05-11T08:20:48.300ZBuilding xde dev link helper (dev).
5732026-05-11T08:20:48.459Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5742026-05-11T08:20:48.459Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5752026-05-11T08:20:48.459Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-05-11T08:20:58.804Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5772026-05-11T08:21:00.988Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.65s
5782026-05-11T08:21:01.010Z
5792026-05-11T08:21:01.013Zreal 3:03.365452333
5802026-05-11T08:21:01.013Zuser 8:54.879143615
5812026-05-11T08:21:01.014Zsys 57.275361642
5822026-05-11T08:21:01.014Ztrap 0.242698685
5832026-05-11T08:21:01.014Ztflt 0.900773874
5842026-05-11T08:21:01.014Zdflt 1.467082346
5852026-05-11T08:21:01.014Zkflt 0.003841745
5862026-05-11T08:21:01.014Zlock 30:01.914503004
5872026-05-11T08:21:01.014Zslp 20:40.717887501
5882026-05-11T08:21:01.014Zlat 21.610841618
5892026-05-11T08:21:01.014Zstop 31.460073940
5902026-05-11T08:21:01.014Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-05-11T08:21:01.014Z+ grep GOTPCREL
5922026-05-11T08:21:01.918Z+ header 'package opte'
5932026-05-11T08:21:01.921Z+ echo '# ==== package opte ==== #'
5942026-05-11T08:21:01.921Z# ==== package opte ==== #
5952026-05-11T08:21:01.921Z+ cargo xtask package --skip-build --profile all
5962026-05-11T08:21:02.058Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-05-11T08:21:02.062Z Running `target/debug/xtask package --skip-build --profile all`
5982026-05-11T08:21:02.270Z+ ./clean.sh
5992026-05-11T08:21:02.277Z+ mkdir -p proto/kernel/drv/amd64
6002026-05-11T08:21:02.280Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-05-11T08:21:02.284Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-05-11T08:21:02.284Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-05-11T08:21:02.298Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-05-11T08:21:02.328Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-05-11T08:21:02.335Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-05-11T08:21:02.335Z+ '[' -z ']'
6072026-05-11T08:21:02.335Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-05-11T08:21:02.355Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-05-11T08:21:02.427Z+ INC_DEBUG=
6102026-05-11T08:21:02.427Z+ typeset -ri TAG=0
6112026-05-11T08:21:02.430Z++ ./print-api-version.sh
6122026-05-11T08:21:02.433Z+ API_VSN=40
6132026-05-11T08:21:02.433Z+ PKG_VERSION=0.40.479-3.0
6142026-05-11T08:21:02.436Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.479-3.0/g opte.template.p5m
6152026-05-11T08:21:02.436Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-05-11T08:21:02.937Z+ pkgdepend generate -d proto opte.base.p5m
6172026-05-11T08:21:03.274Z+ mkdir -p packages
6182026-05-11T08:21:03.278Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-05-11T08:21:10.244Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-05-11T08:21:10.247Z+ pkgrepo create packages/repo
6212026-05-11T08:21:10.456Z+ pkgrepo add-publisher -s packages/repo helios
6222026-05-11T08:21:10.665Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-05-11T08:21:39.269Zpkg://helios/driver/network/opte@0.40.479,5.11-3.0:20260511T082110Z
6242026-05-11T08:21:39.269ZPUBLISHED
6252026-05-11T08:21:39.303Z+ pkgrecv -a -d packages/repo/opte-0.40.479-3.0.p5p -s packages/repo -v -m latest '*'
6262026-05-11T08:21:39.484ZRetrieving packages for publisher helios ...
6272026-05-11T08:21:39.487ZRetrieving catalog 'helios' ... Done
6282026-05-11T08:21:39.489ZRetrieving and evaluating 1 package(s)...
6292026-05-11T08:21:39.490ZFetching manifests: 1/1 100% complete
6302026-05-11T08:21:39.490ZFetching manifests: 1/1 100% complete
6312026-05-11T08:21:39.490Z
6322026-05-11T08:21:39.490ZArchiving packages ...
6332026-05-11T08:21:39.490Z Packages to add: 1
6342026-05-11T08:21:39.490Z Files to retrieve: 6
6352026-05-11T08:21:39.490ZEstimated transfer size: 36.08 MB
6362026-05-11T08:21:39.490Z
6372026-05-11T08:21:39.490ZPackages to archive:
6382026-05-11T08:21:39.490Zdriver/network/opte@0.40.479,5.11-3.0:20260511T082110Z
6392026-05-11T08:21:39.490Z
6402026-05-11T08:21:39.490ZDownload: 0/6 items 0.0/36.1MB 0% complete
6412026-05-11T08:21:39.554ZDownload: Completed 36.08 MB in 0.07 seconds (543M/s)
6422026-05-11T08:21:39.557ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6432026-05-11T08:21:39.570ZArchiving: Completed 36.11 MB in 0.01 seconds
6442026-05-11T08:21:39.608ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.479-3.0.p5p.
6452026-05-11T08:21:39.611Z+ banner copy
6462026-05-11T08:21:39.613Z
6472026-05-11T08:21:39.614Z #### #### ##### # #
6482026-05-11T08:21:39.614Z # # # # # # # #
6492026-05-11T08:21:39.614Z # # # # # #
6502026-05-11T08:21:39.614Z # # # ##### #
6512026-05-11T08:21:39.614Z # # # # # #
6522026-05-11T08:21:39.614Z #### #### # #
6532026-05-11T08:21:39.614Z
6542026-05-11T08:21:39.614Z+ pfexec mkdir -p /out
6552026-05-11T08:21:39.616Z+ pfexec chown 12345 /out
6562026-05-11T08:21:39.616Z+ PKG_NAME=/out/opte.p5p
6572026-05-11T08:21:39.617Z+ mv pkg/packages/repo/opte-0.40.479-3.0.p5p /out/opte.p5p
6582026-05-11T08:21:39.644Z+ sha256sum /out/opte.p5p
6592026-05-11T08:21:39.669Zprocess exited: duration 236166 ms, exit code 0
 
6602026-05-11T08:21:39.676Zfound 2 output files
6612026-05-11T08:21:39.676Zuploading: /out/opte.p5p (37877760 bytes)
6622026-05-11T08:21:40.881Zuploaded: /out/opte.p5p
6632026-05-11T08:21:40.881Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-05-11T08:21:41.888Zuploaded: /out/opte.p5p.sha256