01KWC3Z30288TM4E6CVVHF4SHN: 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: 01KWC3ZH2SD6QKNNP84GRCSC89

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T11:18:48.719Zjob assigned to worker 01KWC3ZY4BKX2884VV288CFB6G [factory aws, i-06c35e83e4a13c65a] (queued for 1 m 8 s)
 
22026-06-30T11:18:55.686Zstarting task 0: "setup"
32026-06-30T11:18:55.693Z++ uname -s
42026-06-30T11:18:55.697Z+ kern=SunOS
52026-06-30T11:18:55.697Z+ build_user=build
62026-06-30T11:18:55.697Z+ build_uid=12345
72026-06-30T11:18:55.697Z+ work_dir=/work
82026-06-30T11:18:55.697Z+ input_dir=/input
92026-06-30T11:18:55.697Z+ [[ 0 == 12345 ]]
102026-06-30T11:18:55.697Z+ case "$kern" in
112026-06-30T11:18:55.697Z+ groupadd -g 12345 build
122026-06-30T11:18:55.697Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T11:18:57.703Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T11:18:57.810Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T11:18:57.814Z+ home_fs=zfs
162026-06-30T11:18:57.814Z+ [[ zfs == autofs ]]
172026-06-30T11:18:57.814Z+ mkdir -p /home/build
182026-06-30T11:18:57.814Z+ chown build:build /home/build /work
192026-06-30T11:18:59.815Z+ chmod 0700 /home/build /work
202026-06-30T11:18:59.819Zprocess exited: duration 4131 ms, exit code 0
 
212026-06-30T11:18:59.826Zstarting task 1: "rust-toolchain"
222026-06-30T11:18:59.831Z * rust toolchain channel = "1.96.0"
232026-06-30T11:18:59.831Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
242026-06-30T11:18:59.831Z * rust toolchain profile = "default"
252026-06-30T11:18:59.831Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-30T11:18:59.831Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T11:18:59.832Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T11:18:59.835Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T11:18:59.835Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T11:18:59.941Zinfo: downloading installer
312026-06-30T11:19:01.370Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T11:19:01.370Zwarn: /home/build/.rustup/settings.toml
332026-06-30T11:19:01.370Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T11:19:01.370Zwarn: instead of the one inferred from the default host triple.
352026-06-30T11:19:01.383Zinfo: profile set to default
362026-06-30T11:19:01.383Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T11:19:01.386Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T11:19:01.526Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T11:19:01.530Zinfo: downloading 6 components
402026-06-30T11:19:16.111Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T11:19:16.111Z
422026-06-30T11:19:16.155Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T11:19:16.155Z
442026-06-30T11:19:16.155Z
452026-06-30T11:19:16.155ZRust is installed now. Great!
462026-06-30T11:19:16.155Z
472026-06-30T11:19:16.155ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T11:19:16.155Zenvironment variable. This has not been done automatically.
492026-06-30T11:19:16.155Z
502026-06-30T11:19:16.155ZTo configure your current shell, you need to source
512026-06-30T11:19:16.155Zthe corresponding env file under $HOME/.cargo.
522026-06-30T11:19:16.155Z
532026-06-30T11:19:16.155ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T11:19:16.159Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T11:19:16.159Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T11:19:16.159Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T11:19:16.159Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T11:19:16.159Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T11:19:16.159Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T11:19:16.159Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T11:19:16.159Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T11:19:16.258Z+ rustup --version
632026-06-30T11:19:16.267Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T11:19:16.271Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T11:19:16.288Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T11:19:16.293Z+ cargo --version
672026-06-30T11:19:16.304Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T11:19:16.307Z+ rustc --version
692026-06-30T11:19:16.327Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T11:19:16.331Zprocess exited: duration 16503 ms, exit code 0
 
712026-06-30T11:19:16.337Zstarting task 2: "authentication"
722026-06-30T11:19:16.354Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T11:19:16.361Zstarting task 3: "clone repository"
742026-06-30T11:19:16.365Z+ mkdir -p /work/oxidecomputer/opte
752026-06-30T11:19:16.368Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-30T11:19:16.394ZCloning into '/work/oxidecomputer/opte'...
772026-06-30T11:19:17.327Z+ cd /work/oxidecomputer/opte
782026-06-30T11:19:17.327Z+ git fetch origin 194ae5e6163762f09f71606701c2ca93af2381e6
792026-06-30T11:19:17.596ZFrom https://github.com/oxidecomputer/opte
802026-06-30T11:19:17.596Z * branch 194ae5e6163762f09f71606701c2ca93af2381e6 -> FETCH_HEAD
812026-06-30T11:19:17.601Z+ [[ -n read-xde ]]
822026-06-30T11:19:17.605Z++ git branch --show-current
832026-06-30T11:19:17.605Z+ current=master
842026-06-30T11:19:17.605Z+ [[ master != read-xde ]]
852026-06-30T11:19:17.605Z+ git branch -f read-xde 194ae5e6163762f09f71606701c2ca93af2381e6
862026-06-30T11:19:17.608Z+ git checkout -f read-xde
872026-06-30T11:19:17.623ZSwitched to branch 'read-xde'
882026-06-30T11:19:17.631Z+ git reset --hard 194ae5e6163762f09f71606701c2ca93af2381e6
892026-06-30T11:19:17.642ZHEAD is now at 194ae5e [opteadm] Add show-xde-underlay command.
902026-06-30T11:19:17.646Zprocess exited: duration 1279 ms, exit code 0
 
912026-06-30T11:19:17.655Zstarting task 4: "build"
922026-06-30T11:19:17.662Z+ source .github/buildomat/common.sh
932026-06-30T11:19:17.662Z++ rustup show active-toolchain
942026-06-30T11:19:17.668Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-30T11:19:17.668Z++ pushd xde
962026-06-30T11:19:17.668Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-30T11:19:17.668Z++ rustup show active-toolchain
982026-06-30T11:19:17.675Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-30T11:19:17.824Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-30T11:19:17.831Zinfo: downloading 6 components
1012026-06-30T11:19:31.359Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-30T11:19:31.464Z+++ rustup show active-toolchain -v
1032026-06-30T11:19:31.468Z+++ head -n 1
1042026-06-30T11:19:31.468Z+++ cut '-d ' -f1
1052026-06-30T11:19:31.518Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-30T11:19:31.519Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-30T11:19:31.519Z++ popd
1082026-06-30T11:19:31.523Z/work/oxidecomputer/opte
1092026-06-30T11:19:31.523Z+ TGT_BASE=/work
1102026-06-30T11:19:31.523Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-30T11:19:31.523Z+ REL_TGT=/work/release
1122026-06-30T11:19:31.523Z+ mkdir -p /work/release
1132026-06-30T11:19:31.523Z+ cargo --version
1142026-06-30T11:19:31.530Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-30T11:19:31.533Z+ rustc --version
1162026-06-30T11:19:31.552Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-30T11:19:31.555Z+ header 'build xde and opteadm (release+debug)'
1182026-06-30T11:19:31.555Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-30T11:19:31.556Z# ==== build xde and opteadm (release+debug) ==== #
1202026-06-30T11:19:31.556Z+ ptime -m cargo xtask build --profile all
1212026-06-30T11:19:31.657Z Updating crates.io index
1222026-06-30T11:19:31.661Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-30T11:19:32.399Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-30T11:19:32.672Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-06-30T11:19:33.029Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-30T11:19:33.296Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-06-30T11:19:33.559Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-30T11:19:33.840Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-30T11:19:35.716Z Downloading crates ...
1302026-06-30T11:19:35.770Z Downloaded anstream v1.0.0
1312026-06-30T11:19:35.775Z Downloaded terminal_size v0.4.4
1322026-06-30T11:19:35.780Z Downloaded serde_spanned v1.1.1
1332026-06-30T11:19:35.783Z Downloaded clap_derive v4.6.1
1342026-06-30T11:19:35.783Z Downloaded is_terminal_polyfill v1.70.2
1352026-06-30T11:19:35.786Z Downloaded clap_lex v1.1.0
1362026-06-30T11:19:35.789Z Downloaded errno v0.3.14
1372026-06-30T11:19:35.789Z Downloaded equivalent v1.0.2
1382026-06-30T11:19:35.789Z Downloaded strsim v0.11.1
1392026-06-30T11:19:35.792Z Downloaded heck v0.5.0
1402026-06-30T11:19:35.799Z Downloaded cargo_metadata v0.23.1
1412026-06-30T11:19:35.804Z Downloaded colorchoice v1.0.5
1422026-06-30T11:19:35.807Z Downloaded utf8parse v0.2.2
1432026-06-30T11:19:35.819Z Downloaded cargo-platform v0.3.3
1442026-06-30T11:19:35.825Z Downloaded anstyle-query v1.1.5
1452026-06-30T11:19:35.832Z Downloaded zmij v1.0.21
1462026-06-30T11:19:35.835Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1472026-06-30T11:19:35.841Z Downloaded anstyle-parse v1.0.0
1482026-06-30T11:19:35.844Z Downloaded toml_writer v1.1.1+spec-1.1.0
1492026-06-30T11:19:35.849Z Downloaded itoa v1.0.18
1502026-06-30T11:19:35.854Z Downloaded quote v1.0.46
1512026-06-30T11:19:35.858Z Downloaded anstyle v1.0.14
1522026-06-30T11:19:35.861Z Downloaded thiserror-impl v2.0.18
1532026-06-30T11:19:35.864Z Downloaded anyhow v1.0.102
1542026-06-30T11:19:35.867Z Downloaded thiserror v2.0.18
1552026-06-30T11:19:35.872Z Downloaded toml_parser v1.1.2+spec-1.1.0
1562026-06-30T11:19:35.875Z Downloaded semver v1.0.28
1572026-06-30T11:19:35.878Z Downloaded camino v1.2.3
1582026-06-30T11:19:35.884Z Downloaded clap v4.6.1
1592026-06-30T11:19:35.891Z Downloaded serde_derive v1.0.228
1602026-06-30T11:19:35.894Z Downloaded unicode-ident v1.0.24
1612026-06-30T11:19:35.897Z Downloaded toml v1.1.2+spec-1.1.0
1622026-06-30T11:19:35.897Z Downloaded bitflags v2.13.0
1632026-06-30T11:19:35.901Z Downloaded proc-macro2 v1.0.106
1642026-06-30T11:19:35.908Z Downloaded serde_core v1.0.228
1652026-06-30T11:19:35.924Z Downloaded serde v1.0.228
1662026-06-30T11:19:35.937Z Downloaded memchr v2.8.2
1672026-06-30T11:19:35.953Z Downloaded indexmap v2.14.0
1682026-06-30T11:19:35.964Z Downloaded serde_json v1.0.150
1692026-06-30T11:19:35.985Z Downloaded hashbrown v0.17.1
1702026-06-30T11:19:35.990Z Downloaded clap_builder v4.6.0
1712026-06-30T11:19:35.993Z Downloaded winnow v1.0.3
1722026-06-30T11:19:36.021Z Downloaded syn v2.0.118
1732026-06-30T11:19:36.039Z Downloaded rustix v1.1.4
1742026-06-30T11:19:36.069Z Downloaded libc v0.2.186
1752026-06-30T11:19:36.120Z Compiling serde_core v1.0.228
1762026-06-30T11:19:36.120Z Compiling proc-macro2 v1.0.106
1772026-06-30T11:19:36.120Z Compiling quote v1.0.46
1782026-06-30T11:19:36.123Z Compiling unicode-ident v1.0.24
1792026-06-30T11:19:36.123Z Compiling libc v0.2.186
1802026-06-30T11:19:36.123Z Compiling rustix v1.1.4
1812026-06-30T11:19:36.123Z Compiling zmij v1.0.21
1822026-06-30T11:19:36.177Z Compiling bitflags v2.13.0
1832026-06-30T11:19:36.327Z Compiling utf8parse v0.2.2
1842026-06-30T11:19:36.428Z Compiling anstyle-parse v1.0.0
1852026-06-30T11:19:36.566Z Compiling camino v1.2.3
1862026-06-30T11:19:36.577Z Compiling thiserror v2.0.18
1872026-06-30T11:19:36.643Z Compiling anstyle-query v1.1.5
1882026-06-30T11:19:36.643Z Compiling serde_json v1.0.150
1892026-06-30T11:19:36.721Z Compiling anstyle v1.0.14
1902026-06-30T11:19:36.741Z Compiling serde v1.0.228
1912026-06-30T11:19:36.853Z Compiling is_terminal_polyfill v1.70.2
1922026-06-30T11:19:36.869Z Compiling errno v0.3.14
1932026-06-30T11:19:36.896Z Compiling colorchoice v1.0.5
1942026-06-30T11:19:37.008Z Compiling anstream v1.0.0
1952026-06-30T11:19:37.060Z Compiling itoa v1.0.18
1962026-06-30T11:19:37.073Z Compiling winnow v1.0.3
1972026-06-30T11:19:37.139Z Compiling memchr v2.8.2
1982026-06-30T11:19:37.384Z Compiling clap_lex v1.1.0
1992026-06-30T11:19:37.415Z Compiling heck v0.5.0
2002026-06-30T11:19:37.482Z Compiling syn v2.0.118
2012026-06-30T11:19:37.527Z Compiling terminal_size v0.4.4
2022026-06-30T11:19:37.554Z Compiling strsim v0.11.1
2032026-06-30T11:19:37.610Z Compiling anyhow v1.0.102
2042026-06-30T11:19:37.680Z Compiling toml_parser v1.1.2+spec-1.1.0
2052026-06-30T11:19:37.769Z Compiling clap_builder v4.6.0
2062026-06-30T11:19:38.133Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-06-30T11:19:38.584Z Compiling semver v1.0.28
2082026-06-30T11:19:38.715Z Compiling serde_spanned v1.1.1
2092026-06-30T11:19:38.877Z Compiling cargo-platform v0.3.3
2102026-06-30T11:19:39.035Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-06-30T11:19:39.319Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-30T11:19:39.805Z Compiling thiserror-impl v2.0.18
2132026-06-30T11:19:40.247Z Compiling serde_derive v1.0.228
2142026-06-30T11:19:40.266Z Compiling clap_derive v4.6.1
2152026-06-30T11:19:41.628Z Compiling clap v4.6.1
2162026-06-30T11:19:43.263Z Compiling cargo_metadata v0.23.1
2172026-06-30T11:19:45.705Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-30T11:19:47.287Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.72s
2192026-06-30T11:19:47.364Z Running `target/debug/xtask build --profile all`
2202026-06-30T11:19:48.808ZBuilding opteadm (release).
2212026-06-30T11:19:48.899Z Compiling proc-macro2 v1.0.106
2222026-06-30T11:19:48.899Z Compiling unicode-ident v1.0.24
2232026-06-30T11:19:48.900Z Compiling quote v1.0.46
2242026-06-30T11:19:48.900Z Compiling serde_core v1.0.228
2252026-06-30T11:19:48.900Z Compiling libc v0.2.186
2262026-06-30T11:19:48.903Z Compiling cfg-if v1.0.4
2272026-06-30T11:19:48.904Z Compiling thiserror v2.0.18
2282026-06-30T11:19:48.904Z Compiling memchr v2.8.2
2292026-06-30T11:19:48.973Z Compiling fnv v1.0.7
2302026-06-30T11:19:49.017Z Compiling ident_case v1.0.1
2312026-06-30T11:19:49.065Z Compiling strsim v0.11.1
2322026-06-30T11:19:49.132Z Compiling regex-syntax v0.8.11
2332026-06-30T11:19:49.267Z Compiling either v1.16.0
2342026-06-30T11:19:49.353Z Compiling anyhow v1.0.102
2352026-06-30T11:19:49.459Z Compiling aho-corasick v1.1.4
2362026-06-30T11:19:49.463Z Compiling winnow v1.0.3
2372026-06-30T11:19:49.525Z Compiling hashbrown v0.17.1
2382026-06-30T11:19:49.663Z Compiling zerocopy v0.8.52
2392026-06-30T11:19:49.698Z Compiling equivalent v1.0.2
2402026-06-30T11:19:49.774Z Compiling serde v1.0.228
2412026-06-30T11:19:50.108Z Compiling indexmap v2.14.0
2422026-06-30T11:19:50.117Z Compiling itertools v0.14.0
2432026-06-30T11:19:50.117Z Compiling byteorder v1.5.0
2442026-06-30T11:19:50.260Z Compiling syn v2.0.118
2452026-06-30T11:19:50.297Z Compiling heapless v0.8.0
2462026-06-30T11:19:50.507Z Compiling toml_parser v1.1.2+spec-1.1.0
2472026-06-30T11:19:50.615Z Compiling toml_datetime v1.1.1+spec-1.1.0
2482026-06-30T11:19:50.744Z Compiling regex-automata v0.4.14
2492026-06-30T11:19:50.867Z Compiling hash32 v0.3.1
2502026-06-30T11:19:50.987Z Compiling toml_edit v0.25.12+spec-1.1.0
2512026-06-30T11:19:50.998Z Compiling smoltcp v0.11.0
2522026-06-30T11:19:51.097Z Compiling bitflags v2.13.0
2532026-06-30T11:19:51.253Z Compiling stable_deref_trait v1.2.1
2542026-06-30T11:19:51.272Z Compiling rustversion v1.0.22
2552026-06-30T11:19:51.307Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2562026-06-30T11:19:51.314Z Compiling macaddr v1.0.1
2572026-06-30T11:19:51.402Z Compiling syn v1.0.109
2582026-06-30T11:19:51.507Z Compiling proc-macro-crate v3.5.0
2592026-06-30T11:19:51.534Z Compiling rand_core v0.10.1
2602026-06-30T11:19:51.630Z Compiling bitflags v1.3.2
2612026-06-30T11:19:51.679Z Compiling rustix v1.1.4
2622026-06-30T11:19:51.687Z Compiling managed v0.8.0
2632026-06-30T11:19:51.720Z Compiling getrandom v0.4.3
2642026-06-30T11:19:51.855Z Compiling ref-cast v1.0.25
2652026-06-30T11:19:51.897Z Compiling version_check v0.9.5
2662026-06-30T11:19:51.897Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2672026-06-30T11:19:52.158Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-06-30T11:19:52.184Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-06-30T11:19:52.189Z Compiling errno v0.3.14
2702026-06-30T11:19:52.326Z Compiling cpufeatures v0.3.0
2712026-06-30T11:19:52.357Z Compiling foreign-types-shared v0.3.1
2722026-06-30T11:19:52.385Z Compiling regex v1.12.4
2732026-06-30T11:19:52.434Z Compiling utf8parse v0.2.2
2742026-06-30T11:19:52.529Z Compiling unicode-width v0.2.2
2752026-06-30T11:19:52.651Z Compiling once_cell v1.21.4
2762026-06-30T11:19:52.760Z Compiling ipnetwork v0.21.1
2772026-06-30T11:19:52.808Z Compiling darling_core v0.21.3
2782026-06-30T11:19:52.866Z Compiling tracing-core v0.1.36
2792026-06-30T11:19:53.120Z Compiling cstr-argument v0.1.2
2802026-06-30T11:19:53.248Z Compiling tabwriter v1.4.1
2812026-06-30T11:19:53.268Z Compiling anstyle-parse v1.0.0
2822026-06-30T11:19:53.298Z Compiling chacha20 v0.10.0
2832026-06-30T11:19:53.759Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2842026-06-30T11:19:53.895Z Compiling colorchoice v1.0.5
2852026-06-30T11:19:53.945Z Compiling anstyle-query v1.1.5
2862026-06-30T11:19:53.963Z Compiling anstyle v1.0.14
2872026-06-30T11:19:53.985Z Compiling thiserror-impl v2.0.18
2882026-06-30T11:19:53.994Z Compiling zerocopy-derive v0.8.52
2892026-06-30T11:19:54.034Z Compiling serde_derive v1.0.228
2902026-06-30T11:19:54.194Z Compiling ref-cast-impl v1.0.25
2912026-06-30T11:19:54.376Z Compiling num_enum_derive v0.7.6
2922026-06-30T11:19:54.640Z Compiling foreign-types-macros v0.2.3
2932026-06-30T11:19:54.866Z Compiling tracing-attributes v0.1.31
2942026-06-30T11:19:54.942Z Compiling darling_macro v0.21.3
2952026-06-30T11:19:55.259Z Compiling foreign-types v0.5.0
2962026-06-30T11:19:55.308Z Compiling cobs v0.3.0
2972026-06-30T11:19:55.312Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2982026-06-30T11:19:55.323Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2992026-06-30T11:19:55.342Z Compiling num_enum v0.7.6
3002026-06-30T11:19:55.446Z Compiling dyn-clone v1.0.20
3012026-06-30T11:19:55.477Z Compiling darling v0.21.3
3022026-06-30T11:19:55.513Z Compiling pin-project-lite v0.2.17
3032026-06-30T11:19:55.546Z Compiling ingot-macros v0.1.1
3042026-06-30T11:19:55.576Z Compiling pretty-hex v0.4.2
3052026-06-30T11:19:55.595Z Compiling is_terminal_polyfill v1.70.2
3062026-06-30T11:19:55.674Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-06-30T11:19:55.701Z Compiling anstream v1.0.0
3082026-06-30T11:19:55.764Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-06-30T11:19:55.793Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3102026-06-30T11:19:55.860Z Compiling terminal_size v0.4.4
3112026-06-30T11:19:56.069Z Compiling tracing v0.1.44
3122026-06-30T11:19:56.107Z Compiling rand v0.10.1
3132026-06-30T11:19:56.123Z Compiling uuid v1.23.3
3142026-06-30T11:19:56.170Z Compiling socket2 v0.6.4
3152026-06-30T11:19:56.543Z Compiling heck v0.5.0
3162026-06-30T11:19:56.718Z Compiling oxnet v0.1.6
3172026-06-30T11:19:56.735Z Compiling clap_lex v1.1.0
3182026-06-30T11:19:56.905Z Compiling colored v3.1.1
3192026-06-30T11:19:57.004Z Compiling clap_builder v4.6.0
3202026-06-30T11:19:57.032Z Compiling clap_derive v4.6.1
3212026-06-30T11:19:57.188Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-06-30T11:19:57.328Z Compiling postcard v1.1.3
3232026-06-30T11:19:58.389Z Compiling ingot-types v0.1.2
3242026-06-30T11:19:58.724Z Compiling ingot v0.1.1
3252026-06-30T11:19:58.822Z Compiling clap v4.6.1
3262026-06-30T11:20:00.423Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-30T11:20:01.454Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-06-30T11:20:02.493Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-06-30T11:20:09.162Z Finished `release` profile [optimized + debuginfo] target(s) in 20.35s
3302026-06-30T11:20:09.191ZBuilding xde (release-lto).
3312026-06-30T11:20:09.449Z Updating crates.io index
3322026-06-30T11:20:09.539Z Downloading crates ...
3332026-06-30T11:20:09.581Z Downloaded rustc-demangle v0.1.27
3342026-06-30T11:20:09.585Z Downloaded adler2 v2.0.1
3352026-06-30T11:20:09.589Z Downloaded foldhash v0.2.0
3362026-06-30T11:20:09.589Z Downloaded getopts v0.2.24
3372026-06-30T11:20:09.600Z Downloaded rustc-literal-escaper v0.0.7
3382026-06-30T11:20:09.611Z Downloaded addr2line v0.25.1
3392026-06-30T11:20:09.619Z Downloaded miniz_oxide v0.8.9
3402026-06-30T11:20:09.630Z Downloaded memchr v2.7.6
3412026-06-30T11:20:09.653Z Downloaded gimli v0.32.3
3422026-06-30T11:20:09.674Z Downloaded object v0.37.3
3432026-06-30T11:20:09.697Z Downloaded libc v0.2.185
3442026-06-30T11:20:09.754Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-06-30T11:20:09.754Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-06-30T11:20:09.754Z Compiling proc-macro2 v1.0.106
3472026-06-30T11:20:09.754Z Compiling quote v1.0.46
3482026-06-30T11:20:09.758Z Compiling unicode-ident v1.0.24
3492026-06-30T11:20:09.758Z Compiling ident_case v1.0.1
3502026-06-30T11:20:09.758Z Compiling strsim v0.11.1
3512026-06-30T11:20:09.758Z Compiling serde_core v1.0.228
3522026-06-30T11:20:09.924Z Compiling memchr v2.8.2
3532026-06-30T11:20:09.927Z Compiling fnv v1.0.7
3542026-06-30T11:20:10.017Z Compiling regex-syntax v0.8.11
3552026-06-30T11:20:10.179Z Compiling either v1.16.0
3562026-06-30T11:20:10.185Z Compiling zerocopy v0.8.52
3572026-06-30T11:20:10.191Z Compiling serde v1.0.228
3582026-06-30T11:20:10.321Z Compiling aho-corasick v1.1.4
3592026-06-30T11:20:10.383Z Compiling thiserror v2.0.18
3602026-06-30T11:20:10.585Z Compiling itertools v0.14.0
3612026-06-30T11:20:10.600Z Compiling heapless v0.8.0
3622026-06-30T11:20:10.957Z Compiling syn v2.0.118
3632026-06-30T11:20:10.995Z Compiling smoltcp v0.11.0
3642026-06-30T11:20:11.006Z Compiling crc32fast v1.5.0
3652026-06-30T11:20:11.079Z Compiling version_check v0.9.5
3662026-06-30T11:20:11.343Z Compiling ref-cast v1.0.25
3672026-06-30T11:20:11.437Z Compiling regex-automata v0.4.14
3682026-06-30T11:20:11.463Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-06-30T11:20:13.018Z Compiling regex v1.12.4
3702026-06-30T11:20:13.310Z Compiling darling_core v0.21.3
3712026-06-30T11:20:13.355Z Compiling darling_core v0.23.0
3722026-06-30T11:20:14.130Z Compiling serde_derive v1.0.228
3732026-06-30T11:20:14.130Z Compiling thiserror-impl v2.0.18
3742026-06-30T11:20:14.130Z Compiling zerocopy-derive v0.8.52
3752026-06-30T11:20:14.130Z Compiling ref-cast-impl v1.0.25
3762026-06-30T11:20:14.134Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-06-30T11:20:15.823Z Compiling darling_macro v0.21.3
3782026-06-30T11:20:15.911Z Compiling darling_macro v0.23.0
3792026-06-30T11:20:16.742Z Compiling darling v0.21.3
3802026-06-30T11:20:16.805Z Compiling ingot-macros v0.1.1
3812026-06-30T11:20:16.831Z Compiling darling v0.23.0
3822026-06-30T11:20:16.894Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-06-30T11:20:22.544Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-06-30T11:20:24.709Z Compiling byteorder v1.5.0
3852026-06-30T11:20:24.709Z Compiling macaddr v1.0.1
3862026-06-30T11:20:24.709Z Compiling stable_deref_trait v1.2.1
3872026-06-30T11:20:24.713Z Compiling cfg-if v1.0.4
3882026-06-30T11:20:24.771Z Compiling managed v0.8.0
3892026-06-30T11:20:24.781Z Compiling cobs v0.3.0
3902026-06-30T11:20:24.810Z Compiling bitflags v1.3.2
3912026-06-30T11:20:24.878Z Compiling hash32 v0.3.1
3922026-06-30T11:20:25.025Z Compiling dyn-clone v1.0.20
3932026-06-30T11:20:25.087Z Compiling itertools v0.15.0
3942026-06-30T11:20:25.107Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-30T11:20:26.342Z Compiling bitflags v2.13.0
3962026-06-30T11:20:26.345Z Compiling uuid v1.23.3
3972026-06-30T11:20:26.489Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-30T11:20:26.790Z Compiling postcard v1.1.3
3992026-06-30T11:20:27.654Z Compiling ingot-types v0.1.2
4002026-06-30T11:20:27.976Z Compiling ingot v0.1.1
4012026-06-30T11:20:29.532Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-30T11:20:33.398Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-30T11:20:42.240Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-30T11:21:12.497Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
4052026-06-30T11:21:12.527ZLinking xde kmod...
4062026-06-30T11:21:13.103ZBuilding xde dev link helper (release).
4072026-06-30T11:21:13.257Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-06-30T11:21:13.257Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-06-30T11:21:13.257Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-30T11:21:25.056Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-06-30T11:21:27.570Z Finished `release` profile [optimized + debuginfo] target(s) in 14.43s
4122026-06-30T11:21:27.590ZBuilding opteadm (dev).
4132026-06-30T11:21:27.741Z Compiling serde_core v1.0.228
4142026-06-30T11:21:27.741Z Compiling libc v0.2.186
4152026-06-30T11:21:27.741Z Compiling cfg-if v1.0.4
4162026-06-30T11:21:27.741Z Compiling strsim v0.11.1
4172026-06-30T11:21:27.745Z Compiling ident_case v1.0.1
4182026-06-30T11:21:27.745Z Compiling fnv v1.0.7
4192026-06-30T11:21:27.745Z Compiling memchr v2.8.2
4202026-06-30T11:21:27.745Z Compiling syn v2.0.118
4212026-06-30T11:21:27.816Z Compiling regex-syntax v0.8.11
4222026-06-30T11:21:27.839Z Compiling either v1.16.0
4232026-06-30T11:21:27.860Z Compiling zerocopy v0.8.52
4242026-06-30T11:21:28.026Z Compiling equivalent v1.0.2
4252026-06-30T11:21:28.038Z Compiling hashbrown v0.17.1
4262026-06-30T11:21:28.097Z Compiling serde v1.0.228
4272026-06-30T11:21:28.232Z Compiling aho-corasick v1.1.4
4282026-06-30T11:21:28.315Z Compiling winnow v1.0.3
4292026-06-30T11:21:28.465Z Compiling itertools v0.14.0
4302026-06-30T11:21:28.492Z Compiling heapless v0.8.0
4312026-06-30T11:21:28.569Z Compiling indexmap v2.14.0
4322026-06-30T11:21:28.772Z Compiling byteorder v1.5.0
4332026-06-30T11:21:28.949Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-06-30T11:21:29.156Z Compiling hash32 v0.3.1
4352026-06-30T11:21:29.315Z Compiling regex-automata v0.4.14
4362026-06-30T11:21:29.337Z Compiling toml_parser v1.1.2+spec-1.1.0
4372026-06-30T11:21:29.364Z Compiling rustversion v1.0.22
4382026-06-30T11:21:29.641Z Compiling stable_deref_trait v1.2.1
4392026-06-30T11:21:29.707Z Compiling toml_edit v0.25.12+spec-1.1.0
4402026-06-30T11:21:29.711Z Compiling macaddr v1.0.1
4412026-06-30T11:21:29.715Z Compiling syn v1.0.109
4422026-06-30T11:21:29.886Z Compiling bitflags v2.13.0
4432026-06-30T11:21:29.904Z Compiling smoltcp v0.11.0
4442026-06-30T11:21:29.969Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4452026-06-30T11:21:30.054Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4462026-06-30T11:21:30.203Z Compiling version_check v0.9.5
4472026-06-30T11:21:30.239Z Compiling proc-macro-crate v3.5.0
4482026-06-30T11:21:30.259Z Compiling ref-cast v1.0.25
4492026-06-30T11:21:30.342Z Compiling darling_core v0.21.3
4502026-06-30T11:21:30.426Z Compiling managed v0.8.0
4512026-06-30T11:21:30.461Z Compiling rand_core v0.10.1
4522026-06-30T11:21:30.561Z Compiling getrandom v0.4.3
4532026-06-30T11:21:30.601Z Compiling bitflags v1.3.2
4542026-06-30T11:21:30.642Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-06-30T11:21:30.665Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-06-30T11:21:30.870Z Compiling errno v0.3.14
4572026-06-30T11:21:31.041Z Compiling regex v1.12.4
4582026-06-30T11:21:31.301Z Compiling ipnetwork v0.21.1
4592026-06-30T11:21:31.434Z Compiling foreign-types-shared v0.3.1
4602026-06-30T11:21:31.500Z Compiling thiserror-impl v2.0.18
4612026-06-30T11:21:31.515Z Compiling serde_derive v1.0.228
4622026-06-30T11:21:31.834Z Compiling zerocopy-derive v0.8.52
4632026-06-30T11:21:31.912Z Compiling ref-cast-impl v1.0.25
4642026-06-30T11:21:32.438Z Compiling darling_macro v0.21.3
4652026-06-30T11:21:32.501Z Compiling num_enum_derive v0.7.6
4662026-06-30T11:21:32.568Z Compiling foreign-types-macros v0.2.3
4672026-06-30T11:21:32.715Z Compiling thiserror v2.0.18
4682026-06-30T11:21:32.815Z Compiling cobs v0.3.0
4692026-06-30T11:21:32.992Z Compiling darling v0.21.3
4702026-06-30T11:21:33.066Z Compiling ingot-macros v0.1.1
4712026-06-30T11:21:33.095Z Compiling unicode-width v0.2.2
4722026-06-30T11:21:33.198Z Compiling once_cell v1.21.4
4732026-06-30T11:21:33.403Z Compiling cpufeatures v0.3.0
4742026-06-30T11:21:33.441Z Compiling tracing-core v0.1.36
4752026-06-30T11:21:33.468Z Compiling chacha20 v0.10.0
4762026-06-30T11:21:33.498Z Compiling num_enum v0.7.6
4772026-06-30T11:21:33.610Z Compiling tabwriter v1.4.1
4782026-06-30T11:21:33.809Z Compiling foreign-types v0.5.0
4792026-06-30T11:21:33.973Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4802026-06-30T11:21:33.977Z Compiling cstr-argument v0.1.2
4812026-06-30T11:21:34.033Z Compiling tracing-attributes v0.1.31
4822026-06-30T11:21:34.140Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4832026-06-30T11:21:34.506Z Compiling rustix v1.1.4
4842026-06-30T11:21:34.744Z Compiling postcard v1.1.3
4852026-06-30T11:21:35.059Z Compiling anyhow v1.0.102
4862026-06-30T11:21:35.103Z Compiling pretty-hex v0.4.2
4872026-06-30T11:21:35.108Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4882026-06-30T11:21:35.127Z Compiling pin-project-lite v0.2.17
4892026-06-30T11:21:35.219Z Compiling dyn-clone v1.0.20
4902026-06-30T11:21:35.225Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4912026-06-30T11:21:35.317Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4922026-06-30T11:21:35.324Z Compiling tracing v0.1.44
4932026-06-30T11:21:35.380Z Compiling terminal_size v0.4.4
4942026-06-30T11:21:35.437Z Compiling rand v0.10.1
4952026-06-30T11:21:35.533Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-30T11:21:35.558Z Compiling uuid v1.23.3
4972026-06-30T11:21:35.650Z Compiling socket2 v0.6.4
4982026-06-30T11:21:35.696Z Compiling oxnet v0.1.6
4992026-06-30T11:21:35.811Z Compiling colored v3.1.1
5002026-06-30T11:21:35.820Z Compiling clap_builder v4.6.0
5012026-06-30T11:21:36.166Z Compiling ingot-types v0.1.2
5022026-06-30T11:21:36.187Z Compiling clap_derive v4.6.1
5032026-06-30T11:21:36.343Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-06-30T11:21:36.563Z Compiling ingot v0.1.1
5052026-06-30T11:21:37.471Z Compiling clap v4.6.1
5062026-06-30T11:21:38.252Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-30T11:21:40.471Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-30T11:21:41.636Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-30T11:21:46.120Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.52s
5102026-06-30T11:21:46.150ZBuilding xde (dev).
5112026-06-30T11:21:46.376Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-06-30T11:21:46.376Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-06-30T11:21:46.376Z Compiling proc-macro2 v1.0.106
5142026-06-30T11:21:46.376Z Compiling unicode-ident v1.0.24
5152026-06-30T11:21:46.376Z Compiling quote v1.0.46
5162026-06-30T11:21:46.376Z Compiling ident_case v1.0.1
5172026-06-30T11:21:46.376Z Compiling strsim v0.11.1
5182026-06-30T11:21:46.376Z Compiling serde_core v1.0.228
5192026-06-30T11:21:46.493Z Compiling fnv v1.0.7
5202026-06-30T11:21:46.497Z Compiling memchr v2.8.2
5212026-06-30T11:21:46.575Z Compiling regex-syntax v0.8.11
5222026-06-30T11:21:46.758Z Compiling thiserror v2.0.18
5232026-06-30T11:21:46.775Z Compiling either v1.16.0
5242026-06-30T11:21:46.779Z Compiling serde v1.0.228
5252026-06-30T11:21:46.898Z Compiling aho-corasick v1.1.4
5262026-06-30T11:21:46.967Z Compiling zerocopy v0.8.52
5272026-06-30T11:21:47.169Z Compiling itertools v0.14.0
5282026-06-30T11:21:47.202Z Compiling heapless v0.8.0
5292026-06-30T11:21:47.518Z Compiling syn v2.0.118
5302026-06-30T11:21:47.601Z Compiling smoltcp v0.11.0
5312026-06-30T11:21:47.618Z Compiling version_check v0.9.5
5322026-06-30T11:21:47.685Z Compiling crc32fast v1.5.0
5332026-06-30T11:21:47.978Z Compiling ref-cast v1.0.25
5342026-06-30T11:21:48.030Z Compiling regex-automata v0.4.14
5352026-06-30T11:21:48.078Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-06-30T11:21:49.643Z Compiling regex v1.12.4
5372026-06-30T11:21:49.858Z Compiling darling_core v0.21.3
5382026-06-30T11:21:49.909Z Compiling darling_core v0.23.0
5392026-06-30T11:21:50.815Z Compiling serde_derive v1.0.228
5402026-06-30T11:21:50.815Z Compiling thiserror-impl v2.0.18
5412026-06-30T11:21:50.818Z Compiling zerocopy-derive v0.8.52
5422026-06-30T11:21:50.818Z Compiling ref-cast-impl v1.0.25
5432026-06-30T11:21:50.819Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-30T11:21:52.442Z Compiling darling_macro v0.21.3
5452026-06-30T11:21:52.551Z Compiling darling_macro v0.23.0
5462026-06-30T11:21:53.376Z Compiling darling v0.21.3
5472026-06-30T11:21:53.441Z Compiling ingot-macros v0.1.1
5482026-06-30T11:21:53.463Z Compiling darling v0.23.0
5492026-06-30T11:21:53.527Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-06-30T11:21:58.584Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-06-30T11:22:00.395Z Compiling byteorder v1.5.0
5522026-06-30T11:22:00.395Z Compiling stable_deref_trait v1.2.1
5532026-06-30T11:22:00.395Z Compiling cfg-if v1.0.4
5542026-06-30T11:22:00.399Z Compiling macaddr v1.0.1
5552026-06-30T11:22:00.462Z Compiling bitflags v1.3.2
5562026-06-30T11:22:00.471Z Compiling cobs v0.3.0
5572026-06-30T11:22:00.506Z Compiling managed v0.8.0
5582026-06-30T11:22:00.532Z Compiling hash32 v0.3.1
5592026-06-30T11:22:00.744Z Compiling itertools v0.15.0
5602026-06-30T11:22:00.756Z Compiling dyn-clone v1.0.20
5612026-06-30T11:22:00.876Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-06-30T11:22:01.951Z Compiling bitflags v2.13.0
5632026-06-30T11:22:01.951Z Compiling uuid v1.23.3
5642026-06-30T11:22:02.091Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-06-30T11:22:02.375Z Compiling postcard v1.1.3
5662026-06-30T11:22:03.211Z Compiling ingot-types v0.1.2
5672026-06-30T11:22:03.500Z Compiling ingot v0.1.1
5682026-06-30T11:22:04.980Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-06-30T11:22:09.463Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-06-30T11:22:19.990Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-06-30T11:22:28.491Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.31s
5722026-06-30T11:22:28.515ZLinking xde kmod...
5732026-06-30T11:22:29.717ZBuilding xde dev link helper (dev).
5742026-06-30T11:22:29.884Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5752026-06-30T11:22:29.884Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-06-30T11:22:29.884Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-06-30T11:22:41.019Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-06-30T11:22:43.332Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.58s
5792026-06-30T11:22:43.353Z
5802026-06-30T11:22:43.357Zreal 3:11.794016297
5812026-06-30T11:22:43.357Zuser 9:10.051145442
5822026-06-30T11:22:43.357Zsys 58.869101648
5832026-06-30T11:22:43.357Ztrap 0.237204444
5842026-06-30T11:22:43.357Ztflt 1.026511407
5852026-06-30T11:22:43.357Zdflt 1.527969962
5862026-06-30T11:22:43.357Zkflt 0.006282480
5872026-06-30T11:22:43.357Zlock 35:12.876407679
5882026-06-30T11:22:43.357Zslp 21:19.150210802
5892026-06-30T11:22:43.357Zlat 20.961276482
5902026-06-30T11:22:43.357Zstop 32.623904426
5912026-06-30T11:22:43.357Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-06-30T11:22:43.357Z+ grep GOTPCREL
5932026-06-30T11:22:44.308Z+ header 'package opte'
5942026-06-30T11:22:44.309Z+ echo '# ==== package opte ==== #'
5952026-06-30T11:22:44.309Z# ==== package opte ==== #
5962026-06-30T11:22:44.309Z+ cargo xtask package --skip-build --profile all
5972026-06-30T11:22:44.449Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5982026-06-30T11:22:44.453Z Running `target/debug/xtask package --skip-build --profile all`
5992026-06-30T11:22:44.660Z+ ./clean.sh
6002026-06-30T11:22:44.668Z+ mkdir -p proto/kernel/drv/amd64
6012026-06-30T11:22:44.672Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-06-30T11:22:44.672Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-06-30T11:22:44.676Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-06-30T11:22:44.690Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-06-30T11:22:44.723Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-06-30T11:22:44.727Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-06-30T11:22:44.727Z+ '[' -z ']'
6082026-06-30T11:22:44.727Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-06-30T11:22:44.750Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-06-30T11:22:44.822Z+ INC_DEBUG=
6112026-06-30T11:22:44.822Z+ typeset -ri TAG=0
6122026-06-30T11:22:44.825Z++ ./print-api-version.sh
6132026-06-30T11:22:44.829Z+ API_VSN=42
6142026-06-30T11:22:44.829Z+ PKG_VERSION=0.42.490-3.0
6152026-06-30T11:22:44.832Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.42.490-3.0/g opte.template.p5m
6162026-06-30T11:22:44.832Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-06-30T11:22:45.346Z+ pkgdepend generate -d proto opte.base.p5m
6182026-06-30T11:22:45.687Z+ mkdir -p packages
6192026-06-30T11:22:45.694Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-06-30T11:22:52.595Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-06-30T11:22:52.599Z+ pkgrepo create packages/repo
6222026-06-30T11:22:52.807Z+ pkgrepo add-publisher -s packages/repo helios
6232026-06-30T11:22:53.018Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-06-30T11:23:22.304Zpkg://helios/driver/network/opte@0.42.490,5.11-3.0:20260630T112252Z
6252026-06-30T11:23:22.304ZPUBLISHED
6262026-06-30T11:23:22.339Z+ pkgrecv -a -d packages/repo/opte-0.42.490-3.0.p5p -s packages/repo -v -m latest '*'
6272026-06-30T11:23:22.519ZRetrieving packages for publisher helios ...
6282026-06-30T11:23:22.523ZRetrieving catalog 'helios' ... Done
6292026-06-30T11:23:22.526ZRetrieving and evaluating 1 package(s)...
6302026-06-30T11:23:22.526ZFetching manifests: 1/1 100% complete
6312026-06-30T11:23:22.526ZFetching manifests: 1/1 100% complete
6322026-06-30T11:23:22.526Z
6332026-06-30T11:23:22.526ZArchiving packages ...
6342026-06-30T11:23:22.526Z Packages to add: 1
6352026-06-30T11:23:22.527Z Files to retrieve: 6
6362026-06-30T11:23:22.527ZEstimated transfer size: 37.19 MB
6372026-06-30T11:23:22.527Z
6382026-06-30T11:23:22.527ZPackages to archive:
6392026-06-30T11:23:22.527Zdriver/network/opte@0.42.490,5.11-3.0:20260630T112252Z
6402026-06-30T11:23:22.527Z
6412026-06-30T11:23:22.527ZDownload: 0/6 items 0.0/37.2MB 0% complete
6422026-06-30T11:23:22.591ZDownload: Completed 37.19 MB in 0.07 seconds (548M/s)
6432026-06-30T11:23:22.596ZArchiving: 1/20 items 0.0/37.2MB 0% complete
6442026-06-30T11:23:22.607ZArchiving: Completed 37.22 MB in 0.01 seconds
6452026-06-30T11:23:22.647ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.42.490-3.0.p5p.
6462026-06-30T11:23:22.650Z+ banner copy
6472026-06-30T11:23:22.653Z
6482026-06-30T11:23:22.653Z #### #### ##### # #
6492026-06-30T11:23:22.653Z # # # # # # # #
6502026-06-30T11:23:22.653Z # # # # # #
6512026-06-30T11:23:22.653Z # # # ##### #
6522026-06-30T11:23:22.654Z # # # # # #
6532026-06-30T11:23:22.654Z #### #### # #
6542026-06-30T11:23:22.654Z
6552026-06-30T11:23:22.654Z+ pfexec mkdir -p /out
6562026-06-30T11:23:22.657Z+ pfexec chown 12345 /out
6572026-06-30T11:23:22.657Z+ PKG_NAME=/out/opte.p5p
6582026-06-30T11:23:22.657Z+ mv pkg/packages/repo/opte-0.42.490-3.0.p5p /out/opte.p5p
6592026-06-30T11:23:22.684Z+ sha256sum /out/opte.p5p
6602026-06-30T11:23:22.709Zprocess exited: duration 245053 ms, exit code 0
 
6612026-06-30T11:23:22.716Zfound 2 output files
6622026-06-30T11:23:22.716Zuploading: /out/opte.p5p (39034880 bytes)
6632026-06-30T11:23:24.004Zuploaded: /out/opte.p5p
6642026-06-30T11:23:24.008Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-06-30T11:23:25.014Zuploaded: /out/opte.p5p.sha256