01KXHXP25BHY030SKH4WAN32HB: 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: 01KXHXPG20SWCC1R5XF9QDX861

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-15T03:39:53.230Zjob assigned to worker 01KXHXPS2FTPJVX8899SDMS361 [factory aws, i-068422f75f6ac0f12] (queued for 52 s)
 
22026-07-15T03:39:59.789Zstarting task 0: "setup"
32026-07-15T03:39:59.792Z++ uname -s
42026-07-15T03:39:59.795Z+ kern=SunOS
52026-07-15T03:39:59.795Z+ build_user=build
62026-07-15T03:39:59.795Z+ build_uid=12345
72026-07-15T03:39:59.795Z+ work_dir=/work
82026-07-15T03:39:59.795Z+ input_dir=/input
92026-07-15T03:39:59.795Z+ [[ 0 == 12345 ]]
102026-07-15T03:39:59.795Z+ case "$kern" in
112026-07-15T03:39:59.795Z+ groupadd -g 12345 build
122026-07-15T03:39:59.798Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-15T03:40:01.801Z+ zfs create -o mountpoint=/work rpool/work
142026-07-15T03:40:01.875Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-15T03:40:01.878Z+ home_fs=zfs
162026-07-15T03:40:01.878Z+ [[ zfs == autofs ]]
172026-07-15T03:40:01.878Z+ mkdir -p /home/build
182026-07-15T03:40:01.878Z+ chown build:build /home/build /work
192026-07-15T03:40:03.878Z+ chmod 0700 /home/build /work
202026-07-15T03:40:03.881Zprocess exited: duration 4093 ms, exit code 0
 
212026-07-15T03:40:03.887Zstarting task 1: "rust-toolchain"
222026-07-15T03:40:03.891Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-15T03:40:03.891Z * rust toolchain channel = "1.96.1"
242026-07-15T03:40:03.891Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-15T03:40:03.891Z * rust toolchain profile = "default"
262026-07-15T03:40:03.891Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-15T03:40:03.891Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-15T03:40:03.895Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-15T03:40:03.895Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-15T03:40:03.984Zinfo: downloading installer
312026-07-15T03:40:05.399Zwarn: It looks like you have an existing rustup settings file at:
322026-07-15T03:40:05.399Zwarn: /home/build/.rustup/settings.toml
332026-07-15T03:40:05.399Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-15T03:40:05.399Zwarn: instead of the one inferred from the default host triple.
352026-07-15T03:40:05.411Zinfo: profile set to default
362026-07-15T03:40:05.411Zinfo: default host triple is x86_64-unknown-illumos
372026-07-15T03:40:05.414Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-15T03:40:05.559Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-15T03:40:05.562Zinfo: downloading 6 components
402026-07-15T03:40:19.917Z
412026-07-15T03:40:19.918Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-15T03:40:19.946Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-15T03:40:19.946Z
442026-07-15T03:40:19.946Z
452026-07-15T03:40:19.946ZRust is installed now. Great!
462026-07-15T03:40:19.946Z
472026-07-15T03:40:19.946ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-15T03:40:19.946Zenvironment variable. This has not been done automatically.
492026-07-15T03:40:19.946Z
502026-07-15T03:40:19.946ZTo configure your current shell, you need to source
512026-07-15T03:40:19.946Zthe corresponding env file under $HOME/.cargo.
522026-07-15T03:40:19.946Z
532026-07-15T03:40:19.947ZThis is usually done by running one of the following (note the leading DOT):
542026-07-15T03:40:19.950Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-15T03:40:19.950Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-15T03:40:19.950Zsource "~/.cargo/env.nu" # For nushell
572026-07-15T03:40:19.950Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-15T03:40:19.950Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-15T03:40:19.950Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-15T03:40:19.950Zwarn: no default linker (`cc`) was found in your PATH
612026-07-15T03:40:19.950Zwarn: many Rust crates require a system C toolchain to build
622026-07-15T03:40:20.048Z+ rustup --version
632026-07-15T03:40:20.057Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-15T03:40:20.060Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-15T03:40:20.078Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-15T03:40:20.081Z+ cargo --version
672026-07-15T03:40:20.096Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-15T03:40:20.099Z+ rustc --version
692026-07-15T03:40:20.118Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-15T03:40:20.121Zprocess exited: duration 16233 ms, exit code 0
 
712026-07-15T03:40:20.126Zstarting task 2: "authentication"
722026-07-15T03:40:20.142Zprocess exited: duration 15 ms, exit code 0
 
732026-07-15T03:40:20.148Zstarting task 3: "clone repository"
742026-07-15T03:40:20.151Z+ mkdir -p /work/oxidecomputer/opte
752026-07-15T03:40:20.154Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-15T03:40:20.184ZCloning into '/work/oxidecomputer/opte'...
772026-07-15T03:40:21.033Z+ cd /work/oxidecomputer/opte
782026-07-15T03:40:21.033Z+ git fetch origin ed024703fbe3d3a3173cb795666270cfb980d7fb
792026-07-15T03:40:21.257ZFrom https://github.com/oxidecomputer/opte
802026-07-15T03:40:21.257Z * branch ed024703fbe3d3a3173cb795666270cfb980d7fb -> FETCH_HEAD
812026-07-15T03:40:21.263Z+ [[ -n renovate/syn-2.x-lockfile ]]
822026-07-15T03:40:21.266Z++ git branch --show-current
832026-07-15T03:40:21.266Z+ current=master
842026-07-15T03:40:21.266Z+ [[ master != renovate/syn-2.x-lockfile ]]
852026-07-15T03:40:21.266Z+ git branch -f renovate/syn-2.x-lockfile ed024703fbe3d3a3173cb795666270cfb980d7fb
862026-07-15T03:40:21.269Z+ git checkout -f renovate/syn-2.x-lockfile
872026-07-15T03:40:21.285ZSwitched to branch 'renovate/syn-2.x-lockfile'
882026-07-15T03:40:21.288Z+ git reset --hard ed024703fbe3d3a3173cb795666270cfb980d7fb
892026-07-15T03:40:21.291ZHEAD is now at ed02470 Update Rust crate syn to v2.0.119
902026-07-15T03:40:21.291Zprocess exited: duration 1141 ms, exit code 0
 
912026-07-15T03:40:21.296Zstarting task 4: "build"
922026-07-15T03:40:21.300Z+ source .github/buildomat/common.sh
932026-07-15T03:40:21.300Z++ rustup show active-toolchain
942026-07-15T03:40:21.306Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-15T03:40:21.309Z++ pushd xde
962026-07-15T03:40:21.309Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-15T03:40:21.309Z++ rustup show active-toolchain
982026-07-15T03:40:21.311Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-15T03:40:21.482Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-15T03:40:21.485Zinfo: downloading 6 components
1012026-07-15T03:40:35.198Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-15T03:40:35.298Z+++ rustup show active-toolchain -v
1032026-07-15T03:40:35.301Z+++ head -n 1
1042026-07-15T03:40:35.301Z+++ cut '-d ' -f1
1052026-07-15T03:40:35.355Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-15T03:40:35.355Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-15T03:40:35.355Z++ popd
1082026-07-15T03:40:35.358Z/work/oxidecomputer/opte
1092026-07-15T03:40:35.358Z+ TGT_BASE=/work
1102026-07-15T03:40:35.358Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-07-15T03:40:35.358Z+ REL_TGT=/work/release
1122026-07-15T03:40:35.358Z+ mkdir -p /work/release
1132026-07-15T03:40:35.358Z+ cargo --version
1142026-07-15T03:40:35.365Zcargo 1.96.1 (356927216 2026-06-26)
1152026-07-15T03:40:35.368Z+ rustc --version
1162026-07-15T03:40:35.388Zrustc 1.96.1 (31fca3adb 2026-06-26)
1172026-07-15T03:40:35.391Z+ header 'build xde and opteadm (release+debug)'
1182026-07-15T03:40:35.391Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-07-15T03:40:35.391Z# ==== build xde and opteadm (release+debug) ==== #
1202026-07-15T03:40:35.391Z+ ptime -m cargo xtask build --profile all
1212026-07-15T03:40:35.494Z Updating crates.io index
1222026-07-15T03:40:35.499Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-07-15T03:40:36.120Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-07-15T03:40:36.495Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-07-15T03:40:36.804Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-07-15T03:40:37.011Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-07-15T03:40:37.241Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-07-15T03:40:37.470Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-07-15T03:40:39.533Z Downloading crates ...
1302026-07-15T03:40:39.596Z Downloaded utf8parse v0.2.2
1312026-07-15T03:40:39.602Z Downloaded colorchoice v1.0.5
1322026-07-15T03:40:39.604Z Downloaded anstyle-query v1.1.5
1332026-07-15T03:40:39.604Z Downloaded serde v1.0.228
1342026-07-15T03:40:39.607Z Downloaded cargo-platform v0.3.3
1352026-07-15T03:40:39.610Z Downloaded is_terminal_polyfill v1.70.2
1362026-07-15T03:40:39.616Z Downloaded strsim v0.11.1
1372026-07-15T03:40:39.619Z Downloaded anstream v1.0.0
1382026-07-15T03:40:39.630Z Downloaded itoa v1.0.18
1392026-07-15T03:40:39.637Z Downloaded equivalent v1.0.2
1402026-07-15T03:40:39.642Z Downloaded clap_lex v1.1.0
1412026-07-15T03:40:39.642Z Downloaded terminal_size v0.4.4
1422026-07-15T03:40:39.642Z Downloaded serde_spanned v1.1.1
1432026-07-15T03:40:39.645Z Downloaded heck v0.5.0
1442026-07-15T03:40:39.645Z Downloaded anstyle-parse v1.0.0
1452026-07-15T03:40:39.648Z Downloaded thiserror-impl v2.0.18
1462026-07-15T03:40:39.648Z Downloaded quote v1.0.46
1472026-07-15T03:40:39.657Z Downloaded thiserror v2.0.18
1482026-07-15T03:40:39.660Z Downloaded zmij v1.0.21
1492026-07-15T03:40:39.663Z Downloaded anstyle v1.0.14
1502026-07-15T03:40:39.666Z Downloaded errno v0.3.14
1512026-07-15T03:40:39.666Z Downloaded toml_writer v1.1.1+spec-1.1.0
1522026-07-15T03:40:39.666Z Downloaded cargo_metadata v0.23.1
1532026-07-15T03:40:39.668Z Downloaded camino v1.2.4
1542026-07-15T03:40:39.671Z Downloaded anyhow v1.0.103
1552026-07-15T03:40:39.674Z Downloaded clap v4.6.1
1562026-07-15T03:40:39.679Z Downloaded clap_derive v4.6.1
1572026-07-15T03:40:39.688Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1582026-07-15T03:40:39.691Z Downloaded bitflags v2.13.0
1592026-07-15T03:40:39.693Z Downloaded toml_parser v1.1.2+spec-1.1.0
1602026-07-15T03:40:39.693Z Downloaded toml v1.1.2+spec-1.1.0
1612026-07-15T03:40:39.696Z Downloaded unicode-ident v1.0.24
1622026-07-15T03:40:39.699Z Downloaded proc-macro2 v1.0.106
1632026-07-15T03:40:39.699Z Downloaded serde_derive v1.0.228
1642026-07-15T03:40:39.702Z Downloaded serde_core v1.0.228
1652026-07-15T03:40:39.704Z Downloaded hashbrown v0.17.1
1662026-07-15T03:40:39.707Z Downloaded semver v1.0.28
1672026-07-15T03:40:39.722Z Downloaded memchr v2.8.2
1682026-07-15T03:40:39.725Z Downloaded indexmap v2.14.0
1692026-07-15T03:40:39.729Z Downloaded serde_json v1.0.150
1702026-07-15T03:40:39.742Z Downloaded clap_builder v4.6.0
1712026-07-15T03:40:39.755Z Downloaded winnow v1.0.3
1722026-07-15T03:40:39.777Z Downloaded syn v2.0.119
1732026-07-15T03:40:39.791Z Downloaded rustix v1.1.4
1742026-07-15T03:40:39.821Z Downloaded libc v0.2.186
1752026-07-15T03:40:39.869Z Compiling serde_core v1.0.228
1762026-07-15T03:40:39.869Z Compiling proc-macro2 v1.0.106
1772026-07-15T03:40:39.869Z Compiling unicode-ident v1.0.24
1782026-07-15T03:40:39.872Z Compiling quote v1.0.46
1792026-07-15T03:40:39.872Z Compiling libc v0.2.186
1802026-07-15T03:40:39.872Z Compiling rustix v1.1.4
1812026-07-15T03:40:39.872Z Compiling utf8parse v0.2.2
1822026-07-15T03:40:39.872Z Compiling zmij v1.0.21
1832026-07-15T03:40:40.053Z Compiling bitflags v2.13.0
1842026-07-15T03:40:40.068Z Compiling anstyle-parse v1.0.0
1852026-07-15T03:40:40.298Z Compiling camino v1.2.4
1862026-07-15T03:40:40.348Z Compiling is_terminal_polyfill v1.70.2
1872026-07-15T03:40:40.355Z Compiling anstyle-query v1.1.5
1882026-07-15T03:40:40.428Z Compiling anstyle v1.0.14
1892026-07-15T03:40:40.461Z Compiling serde_json v1.0.150
1902026-07-15T03:40:40.485Z Compiling serde v1.0.228
1912026-07-15T03:40:40.517Z Compiling thiserror v2.0.18
1922026-07-15T03:40:40.633Z Compiling colorchoice v1.0.5
1932026-07-15T03:40:40.690Z Compiling errno v0.3.14
1942026-07-15T03:40:40.706Z Compiling anstream v1.0.0
1952026-07-15T03:40:40.758Z Compiling anyhow v1.0.103
1962026-07-15T03:40:40.906Z Compiling clap_lex v1.1.0
1972026-07-15T03:40:41.095Z Compiling strsim v0.11.1
1982026-07-15T03:40:41.123Z Compiling itoa v1.0.18
1992026-07-15T03:40:41.198Z Compiling heck v0.5.0
2002026-07-15T03:40:41.254Z Compiling syn v2.0.119
2012026-07-15T03:40:41.302Z Compiling terminal_size v0.4.4
2022026-07-15T03:40:41.309Z Compiling memchr v2.8.2
2032026-07-15T03:40:41.392Z Compiling winnow v1.0.3
2042026-07-15T03:40:41.398Z Compiling clap_builder v4.6.0
2052026-07-15T03:40:41.665Z Compiling toml_writer v1.1.1+spec-1.1.0
2062026-07-15T03:40:41.823Z Compiling toml_parser v1.1.2+spec-1.1.0
2072026-07-15T03:40:42.136Z Compiling semver v1.0.28
2082026-07-15T03:40:42.380Z Compiling serde_spanned v1.1.1
2092026-07-15T03:40:42.542Z Compiling cargo-platform v0.3.3
2102026-07-15T03:40:42.805Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-07-15T03:40:43.092Z Compiling toml v1.1.2+spec-1.1.0
2122026-07-15T03:40:43.603Z Compiling thiserror-impl v2.0.18
2132026-07-15T03:40:43.908Z Compiling serde_derive v1.0.228
2142026-07-15T03:40:44.264Z Compiling clap_derive v4.6.1
2152026-07-15T03:40:45.890Z Compiling clap v4.6.1
2162026-07-15T03:40:47.024Z Compiling cargo_metadata v0.23.1
2172026-07-15T03:40:49.481Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-07-15T03:40:51.091Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.69s
2192026-07-15T03:40:51.166Z Running `target/debug/xtask build --profile all`
2202026-07-15T03:40:52.943ZBuilding opteadm (release).
2212026-07-15T03:40:53.034Z Compiling proc-macro2 v1.0.106
2222026-07-15T03:40:53.034Z Compiling quote v1.0.46
2232026-07-15T03:40:53.034Z Compiling unicode-ident v1.0.24
2242026-07-15T03:40:53.034Z Compiling serde_core v1.0.228
2252026-07-15T03:40:53.034Z Compiling libc v0.2.186
2262026-07-15T03:40:53.034Z Compiling cfg-if v1.0.4
2272026-07-15T03:40:53.037Z Compiling ident_case v1.0.1
2282026-07-15T03:40:53.037Z Compiling strsim v0.11.1
2292026-07-15T03:40:53.104Z Compiling fnv v1.0.7
2302026-07-15T03:40:53.148Z Compiling memchr v2.8.2
2312026-07-15T03:40:53.151Z Compiling thiserror v2.0.18
2322026-07-15T03:40:53.179Z Compiling regex-syntax v0.8.11
2332026-07-15T03:40:53.313Z Compiling serde v1.0.228
2342026-07-15T03:40:53.416Z Compiling winnow v1.0.3
2352026-07-15T03:40:53.654Z Compiling aho-corasick v1.1.4
2362026-07-15T03:40:53.708Z Compiling anyhow v1.0.103
2372026-07-15T03:40:53.738Z Compiling hashbrown v0.17.1
2382026-07-15T03:40:53.813Z Compiling zerocopy v0.8.52
2392026-07-15T03:40:54.201Z Compiling syn v2.0.119
2402026-07-15T03:40:54.240Z Compiling either v1.16.0
2412026-07-15T03:40:54.266Z Compiling equivalent v1.0.2
2422026-07-15T03:40:54.316Z Compiling indexmap v2.14.0
2432026-07-15T03:40:54.336Z Compiling toml_parser v1.1.2+spec-1.1.0
2442026-07-15T03:40:54.447Z Compiling itertools v0.14.0
2452026-07-15T03:40:54.488Z Compiling heapless v0.8.0
2462026-07-15T03:40:54.801Z Compiling regex-automata v0.4.14
2472026-07-15T03:40:54.919Z Compiling toml_datetime v1.1.1+spec-1.1.0
2482026-07-15T03:40:54.973Z Compiling byteorder v1.5.0
2492026-07-15T03:40:55.063Z Compiling toml_edit v0.25.12+spec-1.1.0
2502026-07-15T03:40:55.129Z Compiling hash32 v0.3.1
2512026-07-15T03:40:55.254Z Compiling smoltcp v0.11.0
2522026-07-15T03:40:55.314Z Compiling bitflags v2.13.0
2532026-07-15T03:40:55.325Z Compiling stable_deref_trait v1.2.1
2542026-07-15T03:40:55.387Z Compiling macaddr v1.0.1
2552026-07-15T03:40:55.432Z Compiling syn v1.0.109
2562026-07-15T03:40:55.579Z Compiling rustversion v1.0.22
2572026-07-15T03:40:55.588Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-07-15T03:40:55.650Z Compiling proc-macro-crate v3.5.0
2592026-07-15T03:40:55.781Z Compiling managed v0.8.0
2602026-07-15T03:40:55.830Z Compiling rustix v1.1.4
2612026-07-15T03:40:55.947Z Compiling getrandom v0.4.3
2622026-07-15T03:40:55.952Z Compiling bitflags v1.3.2
2632026-07-15T03:40:56.007Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2642026-07-15T03:40:56.012Z Compiling version_check v0.9.5
2652026-07-15T03:40:56.054Z Compiling rand_core v0.10.1
2662026-07-15T03:40:56.169Z Compiling ref-cast v1.0.25
2672026-07-15T03:40:56.262Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-07-15T03:40:56.358Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-07-15T03:40:56.476Z Compiling regex v1.12.4
2702026-07-15T03:40:56.522Z Compiling errno v0.3.14
2712026-07-15T03:40:56.661Z Compiling cpufeatures v0.3.0
2722026-07-15T03:40:56.724Z Compiling foreign-types-shared v0.3.1
2732026-07-15T03:40:56.786Z Compiling unicode-width v0.2.2
2742026-07-15T03:40:56.801Z Compiling utf8parse v0.2.2
2752026-07-15T03:40:56.851Z Compiling darling_core v0.21.3
2762026-07-15T03:40:56.895Z Compiling once_cell v1.21.4
2772026-07-15T03:40:57.076Z Compiling ipnetwork v0.21.1
2782026-07-15T03:40:57.123Z Compiling tracing-core v0.1.36
2792026-07-15T03:40:57.343Z Compiling cstr-argument v0.1.2
2802026-07-15T03:40:57.447Z Compiling tabwriter v1.4.1
2812026-07-15T03:40:57.499Z Compiling anstyle-parse v1.0.0
2822026-07-15T03:40:57.512Z Compiling chacha20 v0.10.1
2832026-07-15T03:40:57.982Z Compiling pretty-hex v0.4.2
2842026-07-15T03:40:58.023Z Compiling thiserror-impl v2.0.18
2852026-07-15T03:40:58.103Z Compiling serde_derive v1.0.228
2862026-07-15T03:40:58.155Z Compiling zerocopy-derive v0.8.52
2872026-07-15T03:40:58.159Z Compiling ref-cast-impl v1.0.25
2882026-07-15T03:40:58.549Z Compiling foreign-types-macros v0.2.3
2892026-07-15T03:40:58.807Z Compiling num_enum_derive v0.7.6
2902026-07-15T03:40:59.013Z Compiling darling_macro v0.21.3
2912026-07-15T03:40:59.063Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2922026-07-15T03:40:59.186Z Compiling foreign-types v0.5.0
2932026-07-15T03:40:59.250Z Compiling tracing-attributes v0.1.31
2942026-07-15T03:40:59.380Z Compiling cobs v0.3.0
2952026-07-15T03:40:59.572Z Compiling anstyle v1.0.14
2962026-07-15T03:40:59.582Z Compiling darling v0.21.3
2972026-07-15T03:40:59.598Z Compiling dyn-clone v1.0.20
2982026-07-15T03:40:59.640Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2992026-07-15T03:40:59.646Z Compiling ingot-macros v0.1.1
3002026-07-15T03:40:59.728Z Compiling is_terminal_polyfill v1.70.2
3012026-07-15T03:40:59.801Z Compiling colorchoice v1.0.5
3022026-07-15T03:40:59.801Z Compiling anstyle-query v1.1.5
3032026-07-15T03:40:59.830Z Compiling num_enum v0.7.6
3042026-07-15T03:40:59.890Z Compiling pin-project-lite v0.2.17
3052026-07-15T03:40:59.900Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3062026-07-15T03:40:59.930Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-07-15T03:40:59.974Z Compiling anstream v1.0.0
3082026-07-15T03:41:00.118Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-07-15T03:41:00.126Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-07-15T03:41:00.129Z Compiling terminal_size v0.4.4
3112026-07-15T03:41:00.378Z Compiling rand v0.10.2
3122026-07-15T03:41:00.458Z Compiling uuid v1.23.4
3132026-07-15T03:41:00.487Z Compiling tracing v0.1.44
3142026-07-15T03:41:00.531Z Compiling socket2 v0.6.4
3152026-07-15T03:41:00.798Z Compiling oxnet v0.1.6
3162026-07-15T03:41:00.804Z Compiling clap_lex v1.1.0
3172026-07-15T03:41:01.086Z Compiling heck v0.5.0
3182026-07-15T03:41:01.102Z Compiling colored v3.1.1
3192026-07-15T03:41:01.195Z Compiling clap_builder v4.6.0
3202026-07-15T03:41:01.277Z Compiling clap_derive v4.6.1
3212026-07-15T03:41:01.424Z Compiling postcard v1.1.3
3222026-07-15T03:41:01.551Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-07-15T03:41:02.636Z Compiling ingot-types v0.1.2
3242026-07-15T03:41:02.954Z Compiling ingot v0.1.1
3252026-07-15T03:41:03.049Z Compiling clap v4.6.1
3262026-07-15T03:41:04.741Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-07-15T03:41:05.738Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-07-15T03:41:06.806Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-07-15T03:41:13.352Z Finished `release` profile [optimized + debuginfo] target(s) in 20.40s
3302026-07-15T03:41:13.380ZBuilding xde (release-lto).
3312026-07-15T03:41:13.630Z Updating crates.io index
3322026-07-15T03:41:13.712Z Downloading crates ...
3332026-07-15T03:41:13.768Z Downloaded adler2 v2.0.1
3342026-07-15T03:41:13.777Z Downloaded rustc-literal-escaper v0.0.8
3352026-07-15T03:41:13.780Z Downloaded miniz_oxide v0.8.9
3362026-07-15T03:41:13.786Z Downloaded getopts v0.2.24
3372026-07-15T03:41:13.789Z Downloaded rustc-demangle v0.1.27
3382026-07-15T03:41:13.789Z Downloaded foldhash v0.2.0
3392026-07-15T03:41:13.795Z Downloaded addr2line v0.25.1
3402026-07-15T03:41:13.809Z Downloaded memchr v2.7.6
3412026-07-15T03:41:13.858Z Downloaded object v0.37.3
3422026-07-15T03:41:13.863Z Downloaded gimli v0.32.3
3432026-07-15T03:41:13.898Z Downloaded libc v0.2.185
3442026-07-15T03:41:13.959Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-07-15T03:41:13.963Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-07-15T03:41:13.963Z Compiling proc-macro2 v1.0.106
3472026-07-15T03:41:13.963Z Compiling unicode-ident v1.0.24
3482026-07-15T03:41:13.963Z Compiling quote v1.0.46
3492026-07-15T03:41:13.963Z Compiling ident_case v1.0.1
3502026-07-15T03:41:13.963Z Compiling strsim v0.11.1
3512026-07-15T03:41:13.963Z Compiling serde_core v1.0.228
3522026-07-15T03:41:14.127Z Compiling memchr v2.8.2
3532026-07-15T03:41:14.132Z Compiling fnv v1.0.7
3542026-07-15T03:41:14.218Z Compiling regex-syntax v0.8.11
3552026-07-15T03:41:14.380Z Compiling either v1.16.0
3562026-07-15T03:41:14.390Z Compiling thiserror v2.0.18
3572026-07-15T03:41:14.400Z Compiling zerocopy v0.8.52
3582026-07-15T03:41:14.518Z Compiling aho-corasick v1.1.4
3592026-07-15T03:41:14.580Z Compiling serde v1.0.228
3602026-07-15T03:41:14.784Z Compiling itertools v0.14.0
3612026-07-15T03:41:14.996Z Compiling heapless v0.8.0
3622026-07-15T03:41:15.000Z Compiling smoltcp v0.11.0
3632026-07-15T03:41:15.175Z Compiling syn v2.0.119
3642026-07-15T03:41:15.200Z Compiling ref-cast v1.0.25
3652026-07-15T03:41:15.434Z Compiling crc32fast v1.5.0
3662026-07-15T03:41:15.467Z Compiling version_check v0.9.5
3672026-07-15T03:41:15.627Z Compiling regex-automata v0.4.14
3682026-07-15T03:41:15.840Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-07-15T03:41:17.181Z Compiling regex v1.12.4
3702026-07-15T03:41:17.501Z Compiling darling_core v0.21.3
3712026-07-15T03:41:17.509Z Compiling darling_core v0.23.0
3722026-07-15T03:41:18.352Z Compiling zerocopy-derive v0.8.52
3732026-07-15T03:41:18.352Z Compiling thiserror-impl v2.0.18
3742026-07-15T03:41:18.353Z Compiling serde_derive v1.0.228
3752026-07-15T03:41:18.353Z Compiling ref-cast-impl v1.0.25
3762026-07-15T03:41:18.353Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-07-15T03:41:20.037Z Compiling darling_macro v0.23.0
3782026-07-15T03:41:20.096Z Compiling darling_macro v0.21.3
3792026-07-15T03:41:20.899Z Compiling darling v0.23.0
3802026-07-15T03:41:20.965Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3812026-07-15T03:41:21.015Z Compiling darling v0.21.3
3822026-07-15T03:41:21.080Z Compiling ingot-macros v0.1.1
3832026-07-15T03:41:26.555Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-07-15T03:41:28.700Z Compiling byteorder v1.5.0
3852026-07-15T03:41:28.700Z Compiling macaddr v1.0.1
3862026-07-15T03:41:28.700Z Compiling stable_deref_trait v1.2.1
3872026-07-15T03:41:28.703Z Compiling cfg-if v1.0.4
3882026-07-15T03:41:28.759Z Compiling bitflags v1.3.2
3892026-07-15T03:41:28.766Z Compiling managed v0.8.0
3902026-07-15T03:41:28.798Z Compiling cobs v0.3.0
3912026-07-15T03:41:28.893Z Compiling hash32 v0.3.1
3922026-07-15T03:41:29.028Z Compiling itertools v0.15.0
3932026-07-15T03:41:29.035Z Compiling dyn-clone v1.0.20
3942026-07-15T03:41:29.075Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-07-15T03:41:30.323Z Compiling bitflags v2.13.0
3962026-07-15T03:41:30.323Z Compiling uuid v1.23.4
3972026-07-15T03:41:30.448Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-07-15T03:41:30.749Z Compiling postcard v1.1.3
3992026-07-15T03:41:31.589Z Compiling ingot-types v0.1.2
4002026-07-15T03:41:31.904Z Compiling ingot v0.1.1
4012026-07-15T03:41:33.414Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-07-15T03:41:37.213Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-07-15T03:41:46.115Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-07-15T03:42:15.945Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-07-15T03:42:15.978ZLinking xde kmod...
4062026-07-15T03:42:16.557ZBuilding xde dev link helper (release).
4072026-07-15T03:42:16.717Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-07-15T03:42:16.717Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-07-15T03:42:16.717Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-07-15T03:42:28.261Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-07-15T03:42:30.766Z Finished `release` profile [optimized + debuginfo] target(s) in 14.17s
4122026-07-15T03:42:30.786ZBuilding opteadm (dev).
4132026-07-15T03:42:30.936Z Compiling serde_core v1.0.228
4142026-07-15T03:42:30.936Z Compiling libc v0.2.186
4152026-07-15T03:42:30.936Z Compiling cfg-if v1.0.4
4162026-07-15T03:42:30.936Z Compiling ident_case v1.0.1
4172026-07-15T03:42:30.936Z Compiling memchr v2.8.2
4182026-07-15T03:42:30.939Z Compiling strsim v0.11.1
4192026-07-15T03:42:30.939Z Compiling fnv v1.0.7
4202026-07-15T03:42:30.960Z Compiling syn v2.0.119
4212026-07-15T03:42:31.009Z Compiling regex-syntax v0.8.11
4222026-07-15T03:42:31.031Z Compiling zerocopy v0.8.52
4232026-07-15T03:42:31.053Z Compiling equivalent v1.0.2
4242026-07-15T03:42:31.124Z Compiling serde v1.0.228
4252026-07-15T03:42:31.233Z Compiling hashbrown v0.17.1
4262026-07-15T03:42:31.411Z Compiling aho-corasick v1.1.4
4272026-07-15T03:42:31.440Z Compiling winnow v1.0.3
4282026-07-15T03:42:31.508Z Compiling either v1.16.0
4292026-07-15T03:42:31.703Z Compiling indexmap v2.14.0
4302026-07-15T03:42:31.703Z Compiling itertools v0.14.0
4312026-07-15T03:42:31.832Z Compiling heapless v0.8.0
4322026-07-15T03:42:32.130Z Compiling toml_datetime v1.1.1+spec-1.1.0
4332026-07-15T03:42:32.309Z Compiling toml_parser v1.1.2+spec-1.1.0
4342026-07-15T03:42:32.346Z Compiling byteorder v1.5.0
4352026-07-15T03:42:32.433Z Compiling regex-automata v0.4.14
4362026-07-15T03:42:32.523Z Compiling hash32 v0.3.1
4372026-07-15T03:42:32.672Z Compiling toml_edit v0.25.12+spec-1.1.0
4382026-07-15T03:42:32.852Z Compiling rustversion v1.0.22
4392026-07-15T03:42:32.905Z Compiling smoltcp v0.11.0
4402026-07-15T03:42:32.920Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4412026-07-15T03:42:33.049Z Compiling bitflags v2.13.0
4422026-07-15T03:42:33.142Z Compiling syn v1.0.109
4432026-07-15T03:42:33.161Z Compiling stable_deref_trait v1.2.1
4442026-07-15T03:42:33.196Z Compiling macaddr v1.0.1
4452026-07-15T03:42:33.285Z Compiling proc-macro-crate v3.5.0
4462026-07-15T03:42:33.463Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4472026-07-15T03:42:33.526Z Compiling darling_core v0.21.3
4482026-07-15T03:42:33.548Z Compiling rand_core v0.10.1
4492026-07-15T03:42:33.580Z Compiling getrandom v0.4.3
4502026-07-15T03:42:33.682Z Compiling bitflags v1.3.2
4512026-07-15T03:42:33.686Z Compiling ref-cast v1.0.25
4522026-07-15T03:42:33.690Z Compiling version_check v0.9.5
4532026-07-15T03:42:33.700Z Compiling managed v0.8.0
4542026-07-15T03:42:33.950Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-07-15T03:42:34.030Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-07-15T03:42:34.194Z Compiling regex v1.12.4
4572026-07-15T03:42:34.492Z Compiling errno v0.3.14
4582026-07-15T03:42:34.588Z Compiling foreign-types-shared v0.3.1
4592026-07-15T03:42:34.654Z Compiling ipnetwork v0.21.1
4602026-07-15T03:42:34.663Z Compiling cpufeatures v0.3.0
4612026-07-15T03:42:34.673Z Compiling unicode-width v0.2.2
4622026-07-15T03:42:34.765Z Compiling thiserror-impl v2.0.18
4632026-07-15T03:42:34.969Z Compiling zerocopy-derive v0.8.52
4642026-07-15T03:42:35.031Z Compiling serde_derive v1.0.228
4652026-07-15T03:42:35.180Z Compiling num_enum_derive v0.7.6
4662026-07-15T03:42:35.631Z Compiling darling_macro v0.21.3
4672026-07-15T03:42:35.911Z Compiling ref-cast-impl v1.0.25
4682026-07-15T03:42:35.976Z Compiling thiserror v2.0.18
4692026-07-15T03:42:36.076Z Compiling cobs v0.3.0
4702026-07-15T03:42:36.198Z Compiling darling v0.21.3
4712026-07-15T03:42:36.203Z Compiling foreign-types-macros v0.2.3
4722026-07-15T03:42:36.269Z Compiling ingot-macros v0.1.1
4732026-07-15T03:42:36.354Z Compiling once_cell v1.21.4
4742026-07-15T03:42:36.597Z Compiling tracing-core v0.1.36
4752026-07-15T03:42:36.619Z Compiling num_enum v0.7.6
4762026-07-15T03:42:36.730Z Compiling cstr-argument v0.1.2
4772026-07-15T03:42:36.831Z Compiling foreign-types v0.5.0
4782026-07-15T03:42:36.898Z Compiling tabwriter v1.4.1
4792026-07-15T03:42:36.903Z Compiling tracing-attributes v0.1.31
4802026-07-15T03:42:37.081Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4812026-07-15T03:42:37.322Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4822026-07-15T03:42:37.583Z Compiling chacha20 v0.10.1
4832026-07-15T03:42:37.891Z Compiling rustix v1.1.4
4842026-07-15T03:42:38.129Z Compiling anyhow v1.0.103
4852026-07-15T03:42:38.136Z Compiling pin-project-lite v0.2.17
4862026-07-15T03:42:38.146Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4872026-07-15T03:42:38.219Z Compiling postcard v1.1.3
4882026-07-15T03:42:38.223Z Compiling dyn-clone v1.0.20
4892026-07-15T03:42:38.595Z Compiling pretty-hex v0.4.2
4902026-07-15T03:42:38.598Z Compiling tracing v0.1.44
4912026-07-15T03:42:38.598Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4922026-07-15T03:42:38.598Z Compiling terminal_size v0.4.4
4932026-07-15T03:42:38.617Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942026-07-15T03:42:38.642Z Compiling rand v0.10.2
4952026-07-15T03:42:38.687Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-07-15T03:42:38.724Z Compiling uuid v1.23.4
4972026-07-15T03:42:38.788Z Compiling socket2 v0.6.4
4982026-07-15T03:42:38.804Z Compiling oxnet v0.1.6
4992026-07-15T03:42:39.001Z Compiling colored v3.1.1
5002026-07-15T03:42:39.179Z Compiling clap_builder v4.6.0
5012026-07-15T03:42:39.291Z Compiling ingot-types v0.1.2
5022026-07-15T03:42:39.347Z Compiling clap_derive v4.6.1
5032026-07-15T03:42:39.471Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-07-15T03:42:39.637Z Compiling ingot v0.1.1
5052026-07-15T03:42:40.797Z Compiling clap v4.6.1
5062026-07-15T03:42:41.823Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-07-15T03:42:43.730Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-07-15T03:42:44.914Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-07-15T03:42:49.323Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.53s
5102026-07-15T03:42:49.351ZBuilding xde (dev).
5112026-07-15T03:42:49.574Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-07-15T03:42:49.574Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-07-15T03:42:49.575Z Compiling proc-macro2 v1.0.106
5142026-07-15T03:42:49.575Z Compiling quote v1.0.46
5152026-07-15T03:42:49.575Z Compiling unicode-ident v1.0.24
5162026-07-15T03:42:49.578Z Compiling ident_case v1.0.1
5172026-07-15T03:42:49.579Z Compiling strsim v0.11.1
5182026-07-15T03:42:49.579Z Compiling serde_core v1.0.228
5192026-07-15T03:42:49.690Z Compiling fnv v1.0.7
5202026-07-15T03:42:49.702Z Compiling memchr v2.8.2
5212026-07-15T03:42:49.772Z Compiling regex-syntax v0.8.11
5222026-07-15T03:42:49.953Z Compiling serde v1.0.228
5232026-07-15T03:42:49.960Z Compiling either v1.16.0
5242026-07-15T03:42:49.972Z Compiling zerocopy v0.8.52
5252026-07-15T03:42:50.091Z Compiling aho-corasick v1.1.4
5262026-07-15T03:42:50.149Z Compiling thiserror v2.0.18
5272026-07-15T03:42:50.374Z Compiling itertools v0.14.0
5282026-07-15T03:42:50.378Z Compiling heapless v0.8.0
5292026-07-15T03:42:50.728Z Compiling syn v2.0.119
5302026-07-15T03:42:50.772Z Compiling smoltcp v0.11.0
5312026-07-15T03:42:50.786Z Compiling version_check v0.9.5
5322026-07-15T03:42:50.854Z Compiling crc32fast v1.5.0
5332026-07-15T03:42:51.156Z Compiling ref-cast v1.0.25
5342026-07-15T03:42:51.200Z Compiling regex-automata v0.4.14
5352026-07-15T03:42:51.256Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-07-15T03:42:52.772Z Compiling regex v1.12.4
5372026-07-15T03:42:53.063Z Compiling darling_core v0.21.3
5382026-07-15T03:42:53.083Z Compiling darling_core v0.23.0
5392026-07-15T03:42:53.985Z Compiling zerocopy-derive v0.8.52
5402026-07-15T03:42:53.985Z Compiling serde_derive v1.0.228
5412026-07-15T03:42:53.985Z Compiling thiserror-impl v2.0.18
5422026-07-15T03:42:53.988Z Compiling ref-cast-impl v1.0.25
5432026-07-15T03:42:53.988Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-07-15T03:42:55.775Z Compiling darling_macro v0.21.3
5452026-07-15T03:42:55.823Z Compiling darling_macro v0.23.0
5462026-07-15T03:42:56.676Z Compiling darling v0.21.3
5472026-07-15T03:42:56.712Z Compiling darling v0.23.0
5482026-07-15T03:42:56.736Z Compiling ingot-macros v0.1.1
5492026-07-15T03:42:56.775Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-07-15T03:43:01.648Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-07-15T03:43:03.400Z Compiling byteorder v1.5.0
5522026-07-15T03:43:03.403Z Compiling macaddr v1.0.1
5532026-07-15T03:43:03.403Z Compiling cfg-if v1.0.4
5542026-07-15T03:43:03.403Z Compiling stable_deref_trait v1.2.1
5552026-07-15T03:43:03.466Z Compiling cobs v0.3.0
5562026-07-15T03:43:03.471Z Compiling managed v0.8.0
5572026-07-15T03:43:03.502Z Compiling bitflags v1.3.2
5582026-07-15T03:43:03.571Z Compiling hash32 v0.3.1
5592026-07-15T03:43:03.729Z Compiling itertools v0.15.0
5602026-07-15T03:43:03.763Z Compiling dyn-clone v1.0.20
5612026-07-15T03:43:03.844Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-07-15T03:43:04.955Z Compiling bitflags v2.13.0
5632026-07-15T03:43:04.955Z Compiling uuid v1.23.4
5642026-07-15T03:43:05.092Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-07-15T03:43:05.375Z Compiling postcard v1.1.3
5662026-07-15T03:43:06.166Z Compiling ingot-types v0.1.2
5672026-07-15T03:43:06.447Z Compiling ingot v0.1.1
5682026-07-15T03:43:07.900Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-07-15T03:43:12.269Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-07-15T03:43:22.748Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-07-15T03:43:31.229Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.84s
5722026-07-15T03:43:31.251ZLinking xde kmod...
5732026-07-15T03:43:32.447ZBuilding xde dev link helper (dev).
5742026-07-15T03:43:32.607Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5752026-07-15T03:43:32.607Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-07-15T03:43:32.607Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-07-15T03:43:43.613Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-30-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-07-15T03:43:45.856Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.37s
5792026-07-15T03:43:45.878Z
5802026-07-15T03:43:45.881Zreal 3:10.482197219
5812026-07-15T03:43:45.881Zuser 9:07.630056898
5822026-07-15T03:43:45.881Zsys 59.805247547
5832026-07-15T03:43:45.881Ztrap 0.247859309
5842026-07-15T03:43:45.881Ztflt 0.839244741
5852026-07-15T03:43:45.881Zdflt 1.615329627
5862026-07-15T03:43:45.881Zkflt 0.008476172
5872026-07-15T03:43:45.881Zlock 35:06.132325140
5882026-07-15T03:43:45.881Zslp 21:25.862048227
5892026-07-15T03:43:45.881Zlat 20.286799201
5902026-07-15T03:43:45.881Zstop 33.145668901
5912026-07-15T03:43:45.881Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-07-15T03:43:45.881Z+ grep GOTPCREL
5932026-07-15T03:43:46.835Z+ header 'package opte'
5942026-07-15T03:43:46.835Z+ echo '# ==== package opte ==== #'
5952026-07-15T03:43:46.835Z# ==== package opte ==== #
5962026-07-15T03:43:46.835Z+ cargo xtask package --skip-build --profile all
5972026-07-15T03:43:46.976Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5982026-07-15T03:43:46.979Z Running `target/debug/xtask package --skip-build --profile all`
5992026-07-15T03:43:47.179Z+ ./clean.sh
6002026-07-15T03:43:47.186Z+ mkdir -p proto/kernel/drv/amd64
6012026-07-15T03:43:47.189Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-07-15T03:43:47.189Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-07-15T03:43:47.192Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-07-15T03:43:47.206Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-07-15T03:43:47.241Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-07-15T03:43:47.244Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-07-15T03:43:47.244Z+ '[' -z ']'
6082026-07-15T03:43:47.244Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-07-15T03:43:47.276Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-07-15T03:43:47.351Z+ INC_DEBUG=
6112026-07-15T03:43:47.351Z+ typeset -ri TAG=0
6122026-07-15T03:43:47.355Z++ ./print-api-version.sh
6132026-07-15T03:43:47.358Z+ API_VSN=41
6142026-07-15T03:43:47.359Z+ PKG_VERSION=0.41.499-3.0
6152026-07-15T03:43:47.359Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.499-3.0/g opte.template.p5m
6162026-07-15T03:43:47.362Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-07-15T03:43:47.863Z+ pkgdepend generate -d proto opte.base.p5m
6182026-07-15T03:43:48.194Z+ mkdir -p packages
6192026-07-15T03:43:48.197Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-07-15T03:43:55.137Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-07-15T03:43:55.140Z+ pkgrepo create packages/repo
6222026-07-15T03:43:55.345Z+ pkgrepo add-publisher -s packages/repo helios
6232026-07-15T03:43:55.552Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-07-15T03:44:24.730Zpkg://helios/driver/network/opte@0.41.499,5.11-3.0:20260715T034354Z
6252026-07-15T03:44:24.731ZPUBLISHED
6262026-07-15T03:44:24.766Z+ pkgrecv -a -d packages/repo/opte-0.41.499-3.0.p5p -s packages/repo -v -m latest '*'
6272026-07-15T03:44:24.944ZRetrieving packages for publisher helios ...
6282026-07-15T03:44:24.947ZRetrieving catalog 'helios' ... Done
6292026-07-15T03:44:24.950ZRetrieving and evaluating 1 package(s)...
6302026-07-15T03:44:24.950ZFetching manifests: 1/1 100% complete
6312026-07-15T03:44:24.950ZFetching manifests: 1/1 100% complete
6322026-07-15T03:44:24.950Z
6332026-07-15T03:44:24.950ZArchiving packages ...
6342026-07-15T03:44:24.950Z Packages to add: 1
6352026-07-15T03:44:24.950Z Files to retrieve: 6
6362026-07-15T03:44:24.950ZEstimated transfer size: 37.05 MB
6372026-07-15T03:44:24.950Z
6382026-07-15T03:44:24.951ZPackages to archive:
6392026-07-15T03:44:24.951Zdriver/network/opte@0.41.499,5.11-3.0:20260715T034354Z
6402026-07-15T03:44:24.951Z
6412026-07-15T03:44:24.951ZDownload: 0/6 items 0.0/37.1MB 0% complete
6422026-07-15T03:44:25.016ZDownload: Completed 37.05 MB in 0.07 seconds (545M/s)
6432026-07-15T03:44:25.019ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6442026-07-15T03:44:25.027ZArchiving: Completed 37.09 MB in 0.01 seconds
6452026-07-15T03:44:25.065ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.499-3.0.p5p.
6462026-07-15T03:44:25.068Z+ banner copy
6472026-07-15T03:44:25.072Z
6482026-07-15T03:44:25.072Z #### #### ##### # #
6492026-07-15T03:44:25.072Z # # # # # # # #
6502026-07-15T03:44:25.072Z # # # # # #
6512026-07-15T03:44:25.072Z # # # ##### #
6522026-07-15T03:44:25.073Z # # # # # #
6532026-07-15T03:44:25.073Z #### #### # #
6542026-07-15T03:44:25.073Z
6552026-07-15T03:44:25.073Z+ pfexec mkdir -p /out
6562026-07-15T03:44:25.075Z+ pfexec chown 12345 /out
6572026-07-15T03:44:25.075Z+ PKG_NAME=/out/opte.p5p
6582026-07-15T03:44:25.075Z+ mv pkg/packages/repo/opte-0.41.499-3.0.p5p /out/opte.p5p
6592026-07-15T03:44:25.103Z+ sha256sum /out/opte.p5p
6602026-07-15T03:44:25.129Zprocess exited: duration 243829 ms, exit code 0
 
6612026-07-15T03:44:25.140Zfound 2 output files
6622026-07-15T03:44:25.141Zuploading: /out/opte.p5p (38891520 bytes)
6632026-07-15T03:44:26.502Zuploaded: /out/opte.p5p
6642026-07-15T03:44:26.505Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-07-15T03:44:27.520Zuploaded: /out/opte.p5p.sha256