01KXZH479C6J33FC3P56G7HZ20: 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: 01KXZH4TX3WYQVPH1HNSB8X5JX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:29:55.791Zjob assigned to worker 01KXZH55EH2MKADEXTBE23XENR [factory aws, i-0b2dc8af7edfc5622] (queued for 54 s)
 
22026-07-20T10:30:02.163Zstarting task 0: "setup"
32026-07-20T10:30:02.169Z++ uname -s
42026-07-20T10:30:02.172Z+ kern=SunOS
52026-07-20T10:30:02.172Z+ build_user=build
62026-07-20T10:30:02.172Z+ build_uid=12345
72026-07-20T10:30:02.172Z+ work_dir=/work
82026-07-20T10:30:02.172Z+ input_dir=/input
92026-07-20T10:30:02.172Z+ [[ 0 == 12345 ]]
102026-07-20T10:30:02.172Z+ case "$kern" in
112026-07-20T10:30:02.172Z+ groupadd -g 12345 build
122026-07-20T10:30:02.175Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:30:04.179Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:30:04.266Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:30:04.305Z+ home_fs=zfs
162026-07-20T10:30:04.305Z+ [[ zfs == autofs ]]
172026-07-20T10:30:04.306Z+ mkdir -p /home/build
182026-07-20T10:30:04.306Z+ chown build:build /home/build /work
192026-07-20T10:30:06.270Z+ chmod 0700 /home/build /work
202026-07-20T10:30:06.273Zprocess exited: duration 4109 ms, exit code 0
 
212026-07-20T10:30:06.279Zstarting task 1: "rust-toolchain"
222026-07-20T10:30:06.283Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:30:06.283Z * rust toolchain channel = "1.96.1"
242026-07-20T10:30:06.283Z * rust toolchain profile = "default"
252026-07-20T10:30:06.283Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T10:30:06.283Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:30:06.283Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:30:06.286Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:30:06.286Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:30:06.367Zinfo: downloading installer
312026-07-20T10:30:07.807Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:30:07.808Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:30:07.808Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:30:07.808Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:30:07.820Zinfo: profile set to default
362026-07-20T10:30:07.820Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:30:07.823Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:30:07.978Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:30:07.982Zinfo: downloading 6 components
402026-07-20T10:30:24.010Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:30:24.010Z
422026-07-20T10:30:24.042Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:30:24.042Z
442026-07-20T10:30:24.042Z
452026-07-20T10:30:24.042ZRust is installed now. Great!
462026-07-20T10:30:24.042Z
472026-07-20T10:30:24.042ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:30:24.042Zenvironment variable. This has not been done automatically.
492026-07-20T10:30:24.043Z
502026-07-20T10:30:24.043ZTo configure your current shell, you need to source
512026-07-20T10:30:24.043Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:30:24.043Z
532026-07-20T10:30:24.043ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:30:24.043Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:30:24.043Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:30:24.043Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:30:24.043Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:30:24.043Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:30:24.043Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:30:24.046Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:30:24.046Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:30:24.138Z+ rustup --version
632026-07-20T10:30:24.146Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:30:24.149Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:30:24.167Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:30:24.170Z+ cargo --version
672026-07-20T10:30:24.185Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:30:24.188Z+ rustc --version
692026-07-20T10:30:24.205Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:30:24.208Zprocess exited: duration 17928 ms, exit code 0
 
712026-07-20T10:30:24.213Zstarting task 2: "authentication"
722026-07-20T10:30:24.229Zprocess exited: duration 15 ms, exit code 0
 
732026-07-20T10:30:24.235Zstarting task 3: "clone repository"
742026-07-20T10:30:24.238Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:30:24.241Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:30:24.271ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:30:25.130Z+ cd /work/oxidecomputer/opte
782026-07-20T10:30:25.130Z+ git fetch origin b5e629226eddedd338edab91994849d43ab40201
792026-07-20T10:30:25.351ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:30:25.351Z * branch b5e629226eddedd338edab91994849d43ab40201 -> FETCH_HEAD
812026-07-20T10:30:25.356Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-07-20T10:30:25.359Z++ git branch --show-current
832026-07-20T10:30:25.359Z+ current=master
842026-07-20T10:30:25.359Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-07-20T10:30:25.359Z+ git branch -f renovate/uuid-1.x-lockfile b5e629226eddedd338edab91994849d43ab40201
862026-07-20T10:30:25.362Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-07-20T10:30:25.378ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-07-20T10:30:25.381Z+ git reset --hard b5e629226eddedd338edab91994849d43ab40201
892026-07-20T10:30:25.394ZHEAD is now at b5e6292 Update Rust crate uuid to v1.24.0
902026-07-20T10:30:25.397Zprocess exited: duration 1160 ms, exit code 0
 
912026-07-20T10:30:25.402Zstarting task 4: "build"
922026-07-20T10:30:25.406Z+ source .github/buildomat/common.sh
932026-07-20T10:30:25.408Z++ rustup show active-toolchain
942026-07-20T10:30:25.411Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:30:25.414Z++ pushd xde
962026-07-20T10:30:25.414Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:30:25.414Z++ rustup show active-toolchain
982026-07-20T10:30:25.417Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:30:25.563Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:30:25.565Zinfo: downloading 6 components
1012026-07-20T10:30:39.284Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:30:39.380Z+++ rustup show active-toolchain -v
1032026-07-20T10:30:39.383Z+++ head -n 1
1042026-07-20T10:30:39.383Z+++ cut '-d ' -f1
1052026-07-20T10:30:39.439Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:30:39.439Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:30:39.445Z++ popd
1082026-07-20T10:30:39.445Z/work/oxidecomputer/opte
1092026-07-20T10:30:39.445Z+ TGT_BASE=/work
1102026-07-20T10:30:39.445Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-07-20T10:30:39.445Z+ REL_TGT=/work/release
1122026-07-20T10:30:39.445Z+ mkdir -p /work/release
1132026-07-20T10:30:39.445Z+ cargo --version
1142026-07-20T10:30:39.450Zcargo 1.96.1 (356927216 2026-06-26)
1152026-07-20T10:30:39.450Z+ rustc --version
1162026-07-20T10:30:39.469Zrustc 1.96.1 (31fca3adb 2026-06-26)
1172026-07-20T10:30:39.473Z+ header 'build xde and opteadm (release+debug)'
1182026-07-20T10:30:39.473Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-07-20T10:30:39.473Z# ==== build xde and opteadm (release+debug) ==== #
1202026-07-20T10:30:39.473Z+ ptime -m cargo xtask build --profile all
1212026-07-20T10:30:39.576Z Updating crates.io index
1222026-07-20T10:30:39.579Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-07-20T10:30:40.548Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-07-20T10:30:40.792Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-07-20T10:30:41.077Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-07-20T10:30:41.284Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-07-20T10:30:41.527Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-07-20T10:30:41.763Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-07-20T10:30:43.532Z Downloading crates ...
1302026-07-20T10:30:43.599Z Downloaded errno v0.3.14
1312026-07-20T10:30:43.602Z Downloaded colorchoice v1.0.5
1322026-07-20T10:30:43.602Z Downloaded cargo-platform v0.3.3
1332026-07-20T10:30:43.605Z Downloaded terminal_size v0.4.4
1342026-07-20T10:30:43.608Z Downloaded is_terminal_polyfill v1.70.2
1352026-07-20T10:30:43.608Z Downloaded equivalent v1.0.2
1362026-07-20T10:30:43.611Z Downloaded serde_spanned v1.1.1
1372026-07-20T10:30:43.611Z Downloaded heck v0.5.0
1382026-07-20T10:30:43.611Z Downloaded anstyle-query v1.1.5
1392026-07-20T10:30:43.625Z Downloaded utf8parse v0.2.2
1402026-07-20T10:30:43.627Z Downloaded strsim v0.11.1
1412026-07-20T10:30:43.645Z Downloaded clap_lex v1.1.0
1422026-07-20T10:30:43.649Z Downloaded itoa v1.0.18
1432026-07-20T10:30:43.653Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1442026-07-20T10:30:43.653Z Downloaded thiserror-impl v2.0.18
1452026-07-20T10:30:43.653Z Downloaded cargo_metadata v0.23.1
1462026-07-20T10:30:43.656Z Downloaded anstyle-parse v1.0.0
1472026-07-20T10:30:43.656Z Downloaded anstyle v1.0.14
1482026-07-20T10:30:43.660Z Downloaded anstream v1.0.0
1492026-07-20T10:30:43.663Z Downloaded toml_writer v1.1.1+spec-1.1.0
1502026-07-20T10:30:43.670Z Downloaded zmij v1.0.22
1512026-07-20T10:30:43.684Z Downloaded semver v1.0.28
1522026-07-20T10:30:43.687Z Downloaded anyhow v1.0.103
1532026-07-20T10:30:43.690Z Downloaded quote v1.0.46
1542026-07-20T10:30:43.693Z Downloaded thiserror v2.0.18
1552026-07-20T10:30:43.704Z Downloaded toml_parser v1.1.2+spec-1.1.0
1562026-07-20T10:30:43.707Z Downloaded clap_derive v4.6.1
1572026-07-20T10:30:43.707Z Downloaded unicode-ident v1.0.24
1582026-07-20T10:30:43.710Z Downloaded clap v4.6.1
1592026-07-20T10:30:43.713Z Downloaded toml v1.1.2+spec-1.1.0
1602026-07-20T10:30:43.717Z Downloaded serde_core v1.0.228
1612026-07-20T10:30:43.720Z Downloaded proc-macro2 v1.0.106
1622026-07-20T10:30:43.720Z Downloaded clap_builder v4.6.0
1632026-07-20T10:30:43.723Z Downloaded bitflags v2.13.0
1642026-07-20T10:30:43.726Z Downloaded camino v1.2.4
1652026-07-20T10:30:43.728Z Downloaded serde_derive v1.0.228
1662026-07-20T10:30:43.737Z Downloaded serde v1.0.228
1672026-07-20T10:30:43.749Z Downloaded memchr v2.8.3
1682026-07-20T10:30:43.764Z Downloaded indexmap v2.14.0
1692026-07-20T10:30:43.784Z Downloaded hashbrown v0.17.1
1702026-07-20T10:30:43.787Z Downloaded serde_json v1.0.150
1712026-07-20T10:30:43.795Z Downloaded winnow v1.0.3
1722026-07-20T10:30:43.825Z Downloaded syn v2.0.118
1732026-07-20T10:30:43.853Z Downloaded rustix v1.1.4
1742026-07-20T10:30:43.878Z Downloaded libc v0.2.186
1752026-07-20T10:30:43.926Z Compiling proc-macro2 v1.0.106
1762026-07-20T10:30:43.926Z Compiling serde_core v1.0.228
1772026-07-20T10:30:43.926Z Compiling quote v1.0.46
1782026-07-20T10:30:43.929Z Compiling unicode-ident v1.0.24
1792026-07-20T10:30:43.929Z Compiling libc v0.2.186
1802026-07-20T10:30:43.929Z Compiling rustix v1.1.4
1812026-07-20T10:30:43.929Z Compiling bitflags v2.13.0
1822026-07-20T10:30:43.929Z Compiling utf8parse v0.2.2
1832026-07-20T10:30:44.104Z Compiling zmij v1.0.22
1842026-07-20T10:30:44.119Z Compiling anstyle-parse v1.0.0
1852026-07-20T10:30:44.337Z Compiling serde_json v1.0.150
1862026-07-20T10:30:44.394Z Compiling thiserror v2.0.18
1872026-07-20T10:30:44.435Z Compiling serde v1.0.228
1882026-07-20T10:30:44.442Z Compiling anstyle v1.0.14
1892026-07-20T10:30:44.542Z Compiling is_terminal_polyfill v1.70.2
1902026-07-20T10:30:44.560Z Compiling camino v1.2.4
1912026-07-20T10:30:44.621Z Compiling colorchoice v1.0.5
1922026-07-20T10:30:44.696Z Compiling errno v0.3.14
1932026-07-20T10:30:44.730Z Compiling anstyle-query v1.1.5
1942026-07-20T10:30:44.777Z Compiling winnow v1.0.3
1952026-07-20T10:30:44.872Z Compiling anstream v1.0.0
1962026-07-20T10:30:44.911Z Compiling memchr v2.8.3
1972026-07-20T10:30:44.940Z Compiling strsim v0.11.1
1982026-07-20T10:30:45.214Z Compiling clap_lex v1.1.0
1992026-07-20T10:30:45.221Z Compiling itoa v1.0.18
2002026-07-20T10:30:45.373Z Compiling syn v2.0.118
2012026-07-20T10:30:45.373Z Compiling terminal_size v0.4.4
2022026-07-20T10:30:45.471Z Compiling heck v0.5.0
2032026-07-20T10:30:45.525Z Compiling anyhow v1.0.103
2042026-07-20T10:30:45.594Z Compiling clap_builder v4.6.0
2052026-07-20T10:30:45.666Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-07-20T10:30:45.899Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-07-20T10:30:46.231Z Compiling cargo-platform v0.3.3
2082026-07-20T10:30:46.426Z Compiling toml_datetime v1.1.1+spec-1.1.0
2092026-07-20T10:30:46.440Z Compiling serde_spanned v1.1.1
2102026-07-20T10:30:46.607Z Compiling semver v1.0.28
2112026-07-20T10:30:46.919Z Compiling toml v1.1.2+spec-1.1.0
2122026-07-20T10:30:47.499Z Compiling serde_derive v1.0.228
2132026-07-20T10:30:47.499Z Compiling thiserror-impl v2.0.18
2142026-07-20T10:30:47.499Z Compiling clap_derive v4.6.1
2152026-07-20T10:30:49.109Z Compiling clap v4.6.1
2162026-07-20T10:30:50.725Z Compiling cargo_metadata v0.23.1
2172026-07-20T10:30:53.202Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-07-20T10:30:54.799Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.31s
2192026-07-20T10:30:54.873Z Running `target/debug/xtask build --profile all`
2202026-07-20T10:30:56.565ZBuilding opteadm (release).
2212026-07-20T10:30:56.579Z Compiling proc-macro2 v1.0.106
2222026-07-20T10:30:56.579Z Compiling quote v1.0.46
2232026-07-20T10:30:56.584Z Compiling unicode-ident v1.0.24
2242026-07-20T10:30:56.584Z Compiling serde_core v1.0.228
2252026-07-20T10:30:56.584Z Compiling libc v0.2.186
2262026-07-20T10:30:56.584Z Compiling cfg-if v1.0.4
2272026-07-20T10:30:56.584Z Compiling ident_case v1.0.1
2282026-07-20T10:30:56.599Z Compiling strsim v0.11.1
2292026-07-20T10:30:56.647Z Compiling fnv v1.0.7
2302026-07-20T10:30:56.695Z Compiling thiserror v2.0.18
2312026-07-20T10:30:56.695Z Compiling memchr v2.8.3
2322026-07-20T10:30:56.726Z Compiling regex-syntax v0.8.11
2332026-07-20T10:30:56.876Z Compiling anyhow v1.0.103
2342026-07-20T10:30:56.927Z Compiling hashbrown v0.17.1
2352026-07-20T10:30:57.211Z Compiling aho-corasick v1.1.4
2362026-07-20T10:30:57.231Z Compiling serde v1.0.228
2372026-07-20T10:30:57.248Z Compiling zerocopy v0.8.54
2382026-07-20T10:30:57.320Z Compiling winnow v1.0.3
2392026-07-20T10:30:57.452Z Compiling equivalent v1.0.2
2402026-07-20T10:30:57.525Z Compiling either v1.16.0
2412026-07-20T10:30:57.656Z Compiling indexmap v2.14.0
2422026-07-20T10:30:57.712Z Compiling syn v2.0.118
2432026-07-20T10:30:57.744Z Compiling itertools v0.14.0
2442026-07-20T10:30:57.786Z Compiling byteorder v1.5.0
2452026-07-20T10:30:57.966Z Compiling heapless v0.8.0
2462026-07-20T10:30:58.249Z Compiling regex-automata v0.4.15
2472026-07-20T10:30:58.258Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-07-20T10:30:58.311Z Compiling toml_datetime v1.1.1+spec-1.1.0
2492026-07-20T10:30:58.528Z Compiling hash32 v0.3.1
2502026-07-20T10:30:58.648Z Compiling toml_edit v0.25.12+spec-1.1.0
2512026-07-20T10:30:58.677Z Compiling bitflags v2.13.0
2522026-07-20T10:30:58.754Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2532026-07-20T10:30:58.786Z Compiling macaddr v1.0.1
2542026-07-20T10:30:58.825Z Compiling smoltcp v0.11.0
2552026-07-20T10:30:58.945Z Compiling rustversion v1.0.23
2562026-07-20T10:30:58.975Z Compiling stable_deref_trait v1.2.1
2572026-07-20T10:30:58.987Z Compiling syn v1.0.109
2582026-07-20T10:30:59.010Z Compiling bitflags v1.3.2
2592026-07-20T10:30:59.068Z Compiling ref-cast v1.0.25
2602026-07-20T10:30:59.155Z Compiling proc-macro-crate v3.5.0
2612026-07-20T10:30:59.313Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2622026-07-20T10:30:59.325Z Compiling getrandom v0.4.3
2632026-07-20T10:30:59.365Z Compiling rustix v1.1.4
2642026-07-20T10:30:59.499Z Compiling rand_core v0.10.1
2652026-07-20T10:30:59.509Z Compiling version_check v0.9.5
2662026-07-20T10:30:59.529Z Compiling managed v0.8.0
2672026-07-20T10:30:59.644Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-07-20T10:30:59.752Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-07-20T10:30:59.890Z Compiling regex v1.13.0
2702026-07-20T10:30:59.981Z Compiling errno v0.3.14
2712026-07-20T10:31:00.029Z Compiling once_cell v1.21.4
2722026-07-20T10:31:00.119Z Compiling utf8parse v0.2.2
2732026-07-20T10:31:00.142Z Compiling unicode-width v0.2.2
2742026-07-20T10:31:00.213Z Compiling darling_core v0.21.3
2752026-07-20T10:31:00.280Z Compiling foreign-types-shared v0.3.1
2762026-07-20T10:31:00.358Z Compiling cpufeatures v0.3.0
2772026-07-20T10:31:00.417Z Compiling ipnetwork v0.21.1
2782026-07-20T10:31:00.423Z Compiling chacha20 v0.10.1
2792026-07-20T10:31:00.684Z Compiling cstr-argument v0.1.2
2802026-07-20T10:31:00.721Z Compiling tabwriter v1.4.1
2812026-07-20T10:31:00.773Z Compiling tracing-core v0.1.36
2822026-07-20T10:31:00.910Z Compiling anstyle-parse v1.0.0
2832026-07-20T10:31:01.434Z Compiling thiserror-impl v2.0.18
2842026-07-20T10:31:01.462Z Compiling zerocopy-derive v0.8.54
2852026-07-20T10:31:01.492Z Compiling serde_derive v1.0.228
2862026-07-20T10:31:01.658Z Compiling num_enum_derive v0.7.6
2872026-07-20T10:31:01.828Z Compiling ref-cast-impl v1.0.25
2882026-07-20T10:31:02.413Z Compiling darling_macro v0.21.3
2892026-07-20T10:31:02.436Z Compiling foreign-types-macros v0.2.3
2902026-07-20T10:31:02.629Z Compiling tracing-attributes v0.1.31
2912026-07-20T10:31:02.646Z Compiling num_enum v0.7.6
2922026-07-20T10:31:02.753Z Compiling cobs v0.3.0
2932026-07-20T10:31:02.758Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2942026-07-20T10:31:02.939Z Compiling darling v0.21.3
2952026-07-20T10:31:02.957Z Compiling pretty-hex v0.4.2
2962026-07-20T10:31:03.007Z Compiling ingot-macros v0.1.1
2972026-07-20T10:31:03.025Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2982026-07-20T10:31:03.053Z Compiling foreign-types v0.5.0
2992026-07-20T10:31:03.102Z Compiling pin-project-lite v0.2.17
3002026-07-20T10:31:03.123Z Compiling anstyle-query v1.1.5
3012026-07-20T10:31:03.168Z Compiling anstyle v1.0.14
3022026-07-20T10:31:03.205Z Compiling is_terminal_polyfill v1.70.2
3032026-07-20T10:31:03.236Z Compiling colorchoice v1.0.5
3042026-07-20T10:31:03.272Z Compiling dyn-clone v1.0.20
3052026-07-20T10:31:03.335Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3062026-07-20T10:31:03.391Z Compiling anstream v1.0.0
3072026-07-20T10:31:03.408Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3082026-07-20T10:31:03.489Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-07-20T10:31:03.556Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3102026-07-20T10:31:03.598Z Compiling terminal_size v0.4.4
3112026-07-20T10:31:03.738Z Compiling rand v0.10.2
3122026-07-20T10:31:03.984Z Compiling uuid v1.24.0
3132026-07-20T10:31:03.988Z Compiling tracing v0.1.44
3142026-07-20T10:31:04.005Z Compiling socket2 v0.6.4
3152026-07-20T10:31:04.125Z Compiling oxnet v0.1.6
3162026-07-20T10:31:04.250Z Compiling heck v0.5.0
3172026-07-20T10:31:04.407Z Compiling colored v3.1.1
3182026-07-20T10:31:04.433Z Compiling clap_lex v1.1.0
3192026-07-20T10:31:04.550Z Compiling clap_derive v4.6.1
3202026-07-20T10:31:04.742Z Compiling postcard v1.1.3
3212026-07-20T10:31:04.771Z Compiling clap_builder v4.6.0
3222026-07-20T10:31:04.961Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-07-20T10:31:05.834Z Compiling ingot-types v0.1.2
3242026-07-20T10:31:06.163Z Compiling ingot v0.1.1
3252026-07-20T10:31:06.600Z Compiling clap v4.6.1
3262026-07-20T10:31:07.870Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-07-20T10:31:08.875Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-07-20T10:31:09.936Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-07-20T10:31:16.461Z Finished `release` profile [optimized + debuginfo] target(s) in 19.97s
3302026-07-20T10:31:16.488ZBuilding xde (release-lto).
3312026-07-20T10:31:16.733Z Updating crates.io index
3322026-07-20T10:31:16.812Z Downloading crates ...
3332026-07-20T10:31:16.852Z Downloaded foldhash v0.2.0
3342026-07-20T10:31:16.864Z Downloaded adler2 v2.0.1
3352026-07-20T10:31:16.873Z Downloaded rustc-literal-escaper v0.0.8
3362026-07-20T10:31:16.881Z Downloaded getopts v0.2.24
3372026-07-20T10:31:16.883Z Downloaded rustc-demangle v0.1.27
3382026-07-20T10:31:16.883Z Downloaded addr2line v0.25.1
3392026-07-20T10:31:16.899Z Downloaded miniz_oxide v0.8.9
3402026-07-20T10:31:16.902Z Downloaded memchr v2.7.6
3412026-07-20T10:31:16.917Z Downloaded object v0.37.3
3422026-07-20T10:31:16.931Z Downloaded gimli v0.32.3
3432026-07-20T10:31:16.964Z Downloaded libc v0.2.185
3442026-07-20T10:31:17.021Z 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-20T10:31:17.021Z 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-20T10:31:17.021Z Compiling proc-macro2 v1.0.106
3472026-07-20T10:31:17.024Z Compiling quote v1.0.46
3482026-07-20T10:31:17.024Z Compiling unicode-ident v1.0.24
3492026-07-20T10:31:17.024Z Compiling ident_case v1.0.1
3502026-07-20T10:31:17.025Z Compiling strsim v0.11.1
3512026-07-20T10:31:17.025Z Compiling serde_core v1.0.228
3522026-07-20T10:31:17.186Z Compiling memchr v2.8.3
3532026-07-20T10:31:17.189Z Compiling fnv v1.0.7
3542026-07-20T10:31:17.277Z Compiling regex-syntax v0.8.11
3552026-07-20T10:31:17.427Z Compiling either v1.16.0
3562026-07-20T10:31:17.441Z Compiling zerocopy v0.8.54
3572026-07-20T10:31:17.453Z Compiling serde v1.0.228
3582026-07-20T10:31:17.572Z Compiling aho-corasick v1.1.4
3592026-07-20T10:31:17.619Z Compiling thiserror v2.0.18
3602026-07-20T10:31:17.832Z Compiling itertools v0.14.0
3612026-07-20T10:31:17.857Z Compiling heapless v0.8.0
3622026-07-20T10:31:18.192Z Compiling syn v2.0.118
3632026-07-20T10:31:18.238Z Compiling smoltcp v0.11.0
3642026-07-20T10:31:18.247Z Compiling version_check v0.9.5
3652026-07-20T10:31:18.323Z Compiling crc32fast v1.5.0
3662026-07-20T10:31:18.594Z Compiling ref-cast v1.0.25
3672026-07-20T10:31:18.662Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3682026-07-20T10:31:18.686Z Compiling regex-automata v0.4.15
3692026-07-20T10:31:20.219Z Compiling regex v1.13.0
3702026-07-20T10:31:20.470Z Compiling darling_core v0.21.3
3712026-07-20T10:31:20.511Z Compiling darling_core v0.23.0
3722026-07-20T10:31:21.427Z Compiling serde_derive v1.0.228
3732026-07-20T10:31:21.430Z Compiling thiserror-impl v2.0.18
3742026-07-20T10:31:21.517Z Compiling zerocopy-derive v0.8.54
3752026-07-20T10:31:21.517Z Compiling ref-cast-impl v1.0.25
3762026-07-20T10:31:21.517Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-07-20T10:31:22.975Z Compiling darling_macro v0.21.3
3782026-07-20T10:31:23.060Z Compiling darling_macro v0.23.0
3792026-07-20T10:31:23.871Z Compiling darling v0.21.3
3802026-07-20T10:31:23.933Z Compiling ingot-macros v0.1.1
3812026-07-20T10:31:23.962Z Compiling darling v0.23.0
3822026-07-20T10:31:24.024Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-07-20T10:31:29.510Z 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-20T10:31:31.656Z Compiling byteorder v1.5.0
3852026-07-20T10:31:31.659Z Compiling stable_deref_trait v1.2.1
3862026-07-20T10:31:31.659Z Compiling macaddr v1.0.1
3872026-07-20T10:31:31.659Z Compiling cfg-if v1.0.4
3882026-07-20T10:31:31.717Z Compiling managed v0.8.0
3892026-07-20T10:31:31.724Z Compiling cobs v0.3.0
3902026-07-20T10:31:31.749Z Compiling bitflags v1.3.2
3912026-07-20T10:31:31.814Z Compiling hash32 v0.3.1
3922026-07-20T10:31:31.958Z Compiling dyn-clone v1.0.20
3932026-07-20T10:31:32.021Z Compiling itertools v0.15.0
3942026-07-20T10:31:32.024Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-07-20T10:31:33.242Z Compiling bitflags v2.13.0
3962026-07-20T10:31:33.242Z Compiling uuid v1.24.0
3972026-07-20T10:31:33.383Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-07-20T10:31:33.668Z Compiling postcard v1.1.3
3992026-07-20T10:31:34.477Z Compiling ingot-types v0.1.2
4002026-07-20T10:31:34.798Z Compiling ingot v0.1.1
4012026-07-20T10:31:36.305Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-07-20T10:31:40.135Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-07-20T10:31:48.928Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-07-20T10:32:18.636Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-07-20T10:32:18.666ZLinking xde kmod...
4062026-07-20T10:32:19.246ZBuilding xde dev link helper (release).
4072026-07-20T10:32:19.401Z 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-20T10:32:19.401Z 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-20T10:32:19.402Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-07-20T10:32:30.825Z 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-20T10:32:33.323Z Finished `release` profile [optimized + debuginfo] target(s) in 14.04s
4122026-07-20T10:32:33.343ZBuilding opteadm (dev).
4132026-07-20T10:32:33.498Z Compiling serde_core v1.0.228
4142026-07-20T10:32:33.498Z Compiling libc v0.2.186
4152026-07-20T10:32:33.498Z Compiling cfg-if v1.0.4
4162026-07-20T10:32:33.498Z Compiling memchr v2.8.3
4172026-07-20T10:32:33.498Z Compiling ident_case v1.0.1
4182026-07-20T10:32:33.501Z Compiling fnv v1.0.7
4192026-07-20T10:32:33.501Z Compiling strsim v0.11.1
4202026-07-20T10:32:33.501Z Compiling syn v2.0.118
4212026-07-20T10:32:33.574Z Compiling regex-syntax v0.8.11
4222026-07-20T10:32:33.595Z Compiling winnow v1.0.3
4232026-07-20T10:32:33.616Z Compiling serde v1.0.228
4242026-07-20T10:32:33.795Z Compiling equivalent v1.0.2
4252026-07-20T10:32:33.867Z Compiling hashbrown v0.17.1
4262026-07-20T10:32:33.930Z Compiling aho-corasick v1.1.4
4272026-07-20T10:32:34.077Z Compiling zerocopy v0.8.54
4282026-07-20T10:32:34.266Z Compiling either v1.16.0
4292026-07-20T10:32:34.385Z Compiling indexmap v2.14.0
4302026-07-20T10:32:34.457Z Compiling itertools v0.14.0
4312026-07-20T10:32:34.491Z Compiling toml_parser v1.1.2+spec-1.1.0
4322026-07-20T10:32:34.651Z Compiling byteorder v1.5.0
4332026-07-20T10:32:34.829Z Compiling heapless v0.8.0
4342026-07-20T10:32:34.987Z Compiling regex-automata v0.4.15
4352026-07-20T10:32:35.028Z Compiling toml_datetime v1.1.1+spec-1.1.0
4362026-07-20T10:32:35.241Z Compiling toml_edit v0.25.12+spec-1.1.0
4372026-07-20T10:32:35.286Z Compiling hash32 v0.3.1
4382026-07-20T10:32:35.289Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4392026-07-20T10:32:35.437Z Compiling macaddr v1.0.1
4402026-07-20T10:32:35.527Z Compiling bitflags v2.13.0
4412026-07-20T10:32:35.590Z Compiling rustversion v1.0.23
4422026-07-20T10:32:35.665Z Compiling syn v1.0.109
4432026-07-20T10:32:35.687Z Compiling smoltcp v0.11.0
4442026-07-20T10:32:35.715Z Compiling stable_deref_trait v1.2.1
4452026-07-20T10:32:36.002Z Compiling proc-macro-crate v3.5.0
4462026-07-20T10:32:36.011Z Compiling darling_core v0.21.3
4472026-07-20T10:32:36.057Z Compiling bitflags v1.3.2
4482026-07-20T10:32:36.072Z Compiling version_check v0.9.5
4492026-07-20T10:32:36.122Z Compiling rand_core v0.10.1
4502026-07-20T10:32:36.134Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4512026-07-20T10:32:36.230Z Compiling ref-cast v1.0.25
4522026-07-20T10:32:36.282Z Compiling managed v0.8.0
4532026-07-20T10:32:36.339Z Compiling getrandom v0.4.3
4542026-07-20T10:32:36.360Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-07-20T10:32:36.604Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-07-20T10:32:36.614Z Compiling errno v0.3.14
4572026-07-20T10:32:36.786Z Compiling regex v1.13.0
4582026-07-20T10:32:37.156Z Compiling unicode-width v0.2.2
4592026-07-20T10:32:37.172Z Compiling foreign-types-shared v0.3.1
4602026-07-20T10:32:37.233Z Compiling once_cell v1.21.4
4612026-07-20T10:32:37.241Z Compiling thiserror-impl v2.0.18
4622026-07-20T10:32:37.254Z Compiling serde_derive v1.0.228
4632026-07-20T10:32:37.457Z Compiling zerocopy-derive v0.8.54
4642026-07-20T10:32:37.470Z Compiling foreign-types-macros v0.2.3
4652026-07-20T10:32:37.542Z Compiling ref-cast-impl v1.0.25
4662026-07-20T10:32:38.099Z Compiling num_enum_derive v0.7.6
4672026-07-20T10:32:38.102Z Compiling darling_macro v0.21.3
4682026-07-20T10:32:38.447Z Compiling thiserror v2.0.18
4692026-07-20T10:32:38.547Z Compiling cobs v0.3.0
4702026-07-20T10:32:38.658Z Compiling darling v0.21.3
4712026-07-20T10:32:38.732Z Compiling ingot-macros v0.1.1
4722026-07-20T10:32:38.829Z Compiling ipnetwork v0.21.1
4732026-07-20T10:32:39.115Z Compiling cpufeatures v0.3.0
4742026-07-20T10:32:39.183Z Compiling chacha20 v0.10.1
4752026-07-20T10:32:39.322Z Compiling num_enum v0.7.6
4762026-07-20T10:32:39.356Z Compiling cstr-argument v0.1.2
4772026-07-20T10:32:39.523Z Compiling foreign-types v0.5.0
4782026-07-20T10:32:39.528Z Compiling tracing-core v0.1.36
4792026-07-20T10:32:39.531Z Compiling tabwriter v1.4.1
4802026-07-20T10:32:39.595Z Compiling tracing-attributes v0.1.31
4812026-07-20T10:32:39.724Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-07-20T10:32:39.942Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4832026-07-20T10:32:40.209Z Compiling rustix v1.1.4
4842026-07-20T10:32:40.531Z Compiling postcard v1.1.3
4852026-07-20T10:32:40.833Z Compiling anyhow v1.0.103
4862026-07-20T10:32:40.838Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4872026-07-20T10:32:40.941Z Compiling pretty-hex v0.4.2
4882026-07-20T10:32:40.945Z Compiling dyn-clone v1.0.20
4892026-07-20T10:32:40.973Z Compiling pin-project-lite v0.2.17
4902026-07-20T10:32:41.062Z Compiling tracing v0.1.44
4912026-07-20T10:32:41.067Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4922026-07-20T10:32:41.090Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-07-20T10:32:41.101Z Compiling rand v0.10.2
4942026-07-20T10:32:41.278Z Compiling terminal_size v0.4.4
4952026-07-20T10:32:41.345Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-07-20T10:32:41.428Z Compiling uuid v1.24.0
4972026-07-20T10:32:41.432Z Compiling socket2 v0.6.4
4982026-07-20T10:32:41.462Z Compiling oxnet v0.1.6
4992026-07-20T10:32:41.466Z Compiling colored v3.1.1
5002026-07-20T10:32:41.579Z Compiling clap_derive v4.6.1
5012026-07-20T10:32:41.938Z Compiling ingot-types v0.1.2
5022026-07-20T10:32:41.946Z Compiling clap_builder v4.6.0
5032026-07-20T10:32:42.070Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-07-20T10:32:42.276Z Compiling ingot v0.1.1
5052026-07-20T10:32:43.539Z Compiling clap v4.6.1
5062026-07-20T10:32:43.911Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-07-20T10:32:46.254Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-07-20T10:32:47.435Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-07-20T10:32:51.816Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.47s
5102026-07-20T10:32:51.843ZBuilding xde (dev).
5112026-07-20T10:32:52.068Z 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-20T10:32:52.068Z 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-20T10:32:52.068Z Compiling proc-macro2 v1.0.106
5142026-07-20T10:32:52.068Z Compiling unicode-ident v1.0.24
5152026-07-20T10:32:52.068Z Compiling quote v1.0.46
5162026-07-20T10:32:52.072Z Compiling strsim v0.11.1
5172026-07-20T10:32:52.072Z Compiling ident_case v1.0.1
5182026-07-20T10:32:52.072Z Compiling serde_core v1.0.228
5192026-07-20T10:32:52.185Z Compiling memchr v2.8.3
5202026-07-20T10:32:52.188Z Compiling fnv v1.0.7
5212026-07-20T10:32:52.265Z Compiling regex-syntax v0.8.11
5222026-07-20T10:32:52.447Z Compiling zerocopy v0.8.54
5232026-07-20T10:32:52.454Z Compiling serde v1.0.228
5242026-07-20T10:32:52.462Z Compiling thiserror v2.0.18
5252026-07-20T10:32:52.591Z Compiling aho-corasick v1.1.4
5262026-07-20T10:32:52.835Z Compiling either v1.16.0
5272026-07-20T10:32:52.877Z Compiling heapless v0.8.0
5282026-07-20T10:32:53.025Z Compiling itertools v0.14.0
5292026-07-20T10:32:53.058Z Compiling smoltcp v0.11.0
5302026-07-20T10:32:53.217Z Compiling syn v2.0.118
5312026-07-20T10:32:53.270Z Compiling version_check v0.9.5
5322026-07-20T10:32:53.353Z Compiling crc32fast v1.5.0
5332026-07-20T10:32:53.510Z Compiling ref-cast v1.0.25
5342026-07-20T10:32:53.626Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5352026-07-20T10:32:53.691Z Compiling regex-automata v0.4.15
5362026-07-20T10:32:55.256Z Compiling regex v1.13.0
5372026-07-20T10:32:55.525Z Compiling darling_core v0.21.3
5382026-07-20T10:32:55.532Z Compiling darling_core v0.23.0
5392026-07-20T10:32:56.439Z Compiling serde_derive v1.0.228
5402026-07-20T10:32:56.439Z Compiling zerocopy-derive v0.8.54
5412026-07-20T10:32:56.439Z Compiling thiserror-impl v2.0.18
5422026-07-20T10:32:56.442Z Compiling ref-cast-impl v1.0.25
5432026-07-20T10:32:56.442Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-07-20T10:32:58.165Z Compiling darling_macro v0.21.3
5452026-07-20T10:32:58.203Z Compiling darling_macro v0.23.0
5462026-07-20T10:32:59.071Z Compiling darling v0.21.3
5472026-07-20T10:32:59.099Z Compiling darling v0.23.0
5482026-07-20T10:32:59.131Z Compiling ingot-macros v0.1.1
5492026-07-20T10:32:59.158Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-07-20T10:33:03.961Z 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-20T10:33:05.702Z Compiling byteorder v1.5.0
5522026-07-20T10:33:05.702Z Compiling cfg-if v1.0.4
5532026-07-20T10:33:05.702Z Compiling macaddr v1.0.1
5542026-07-20T10:33:05.705Z Compiling stable_deref_trait v1.2.1
5552026-07-20T10:33:05.763Z Compiling bitflags v1.3.2
5562026-07-20T10:33:05.768Z Compiling cobs v0.3.0
5572026-07-20T10:33:05.806Z Compiling managed v0.8.0
5582026-07-20T10:33:05.877Z Compiling hash32 v0.3.1
5592026-07-20T10:33:06.039Z Compiling itertools v0.15.0
5602026-07-20T10:33:06.069Z Compiling dyn-clone v1.0.20
5612026-07-20T10:33:06.142Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-07-20T10:33:07.283Z Compiling bitflags v2.13.0
5632026-07-20T10:33:07.283Z Compiling uuid v1.24.0
5642026-07-20T10:33:07.416Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-07-20T10:33:07.695Z Compiling postcard v1.1.3
5662026-07-20T10:33:08.453Z Compiling ingot-types v0.1.2
5672026-07-20T10:33:08.726Z Compiling ingot v0.1.1
5682026-07-20T10:33:10.117Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-07-20T10:33:14.419Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-07-20T10:33:24.871Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-07-20T10:33:33.327Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.45s
5722026-07-20T10:33:33.349ZLinking xde kmod...
5732026-07-20T10:33:34.458ZBuilding xde dev link helper (dev).
5742026-07-20T10:33:34.615Z 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-20T10:33:34.617Z 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-20T10:33:34.617Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-07-20T10:33:45.476Z 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-20T10:33:47.722Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.23s
5792026-07-20T10:33:47.743Z
5802026-07-20T10:33:47.747Zreal 3:08.267706043
5812026-07-20T10:33:47.747Zuser 9:01.729101782
5822026-07-20T10:33:47.747Zsys 59.121265947
5832026-07-20T10:33:47.747Ztrap 0.237477500
5842026-07-20T10:33:47.747Ztflt 0.872938949
5852026-07-20T10:33:47.747Zdflt 1.644931460
5862026-07-20T10:33:47.747Zkflt 0.005855176
5872026-07-20T10:33:47.747Zlock 34:40.265128492
5882026-07-20T10:33:47.747Zslp 21:08.457299340
5892026-07-20T10:33:47.747Zlat 21.064126568
5902026-07-20T10:33:47.747Zstop 33.173779239
5912026-07-20T10:33:47.747Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-07-20T10:33:47.747Z+ grep GOTPCREL
5932026-07-20T10:33:48.701Z+ header 'package opte'
5942026-07-20T10:33:48.705Z+ echo '# ==== package opte ==== #'
5952026-07-20T10:33:48.705Z# ==== package opte ==== #
5962026-07-20T10:33:48.706Z+ cargo xtask package --skip-build --profile all
5972026-07-20T10:33:48.850Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.14s
5982026-07-20T10:33:48.853Z Running `target/debug/xtask package --skip-build --profile all`
5992026-07-20T10:33:49.051Z+ ./clean.sh
6002026-07-20T10:33:49.059Z+ mkdir -p proto/kernel/drv/amd64
6012026-07-20T10:33:49.062Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-07-20T10:33:49.062Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-07-20T10:33:49.065Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-07-20T10:33:49.080Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-07-20T10:33:49.113Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-07-20T10:33:49.116Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-07-20T10:33:49.116Z+ '[' -z ']'
6082026-07-20T10:33:49.117Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-07-20T10:33:49.138Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-07-20T10:33:49.213Z+ INC_DEBUG=
6112026-07-20T10:33:49.213Z+ typeset -ri TAG=0
6122026-07-20T10:33:49.217Z++ ./print-api-version.sh
6132026-07-20T10:33:49.220Z+ API_VSN=41
6142026-07-20T10:33:49.220Z+ PKG_VERSION=0.41.500-3.0
6152026-07-20T10:33:49.220Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.500-3.0/g opte.template.p5m
6162026-07-20T10:33:49.220Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-07-20T10:33:49.765Z+ pkgdepend generate -d proto opte.base.p5m
6182026-07-20T10:33:50.111Z+ mkdir -p packages
6192026-07-20T10:33:50.116Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-07-20T10:33:57.033Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-07-20T10:33:57.037Z+ pkgrepo create packages/repo
6222026-07-20T10:33:57.249Z+ pkgrepo add-publisher -s packages/repo helios
6232026-07-20T10:33:57.460Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-07-20T10:34:26.464Zpkg://helios/driver/network/opte@0.41.500,5.11-3.0:20260720T103356Z
6252026-07-20T10:34:26.464ZPUBLISHED
6262026-07-20T10:34:26.500Z+ pkgrecv -a -d packages/repo/opte-0.41.500-3.0.p5p -s packages/repo -v -m latest '*'
6272026-07-20T10:34:26.684ZRetrieving packages for publisher helios ...
6282026-07-20T10:34:26.688ZRetrieving catalog 'helios' ... Done
6292026-07-20T10:34:26.691ZRetrieving and evaluating 1 package(s)...
6302026-07-20T10:34:26.691ZFetching manifests: 1/1 100% complete
6312026-07-20T10:34:26.691ZFetching manifests: 1/1 100% complete
6322026-07-20T10:34:26.691Z
6332026-07-20T10:34:26.691ZArchiving packages ...
6342026-07-20T10:34:26.691Z Packages to add: 1
6352026-07-20T10:34:26.691Z Files to retrieve: 6
6362026-07-20T10:34:26.691ZEstimated transfer size: 37.02 MB
6372026-07-20T10:34:26.691Z
6382026-07-20T10:34:26.691ZPackages to archive:
6392026-07-20T10:34:26.691Zdriver/network/opte@0.41.500,5.11-3.0:20260720T103356Z
6402026-07-20T10:34:26.691Z
6412026-07-20T10:34:26.691ZDownload: 0/6 items 0.0/37.0MB 0% complete
6422026-07-20T10:34:26.757ZDownload: Completed 37.02 MB in 0.07 seconds (538M/s)
6432026-07-20T10:34:26.760ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6442026-07-20T10:34:26.776ZArchiving: Completed 37.06 MB in 0.02 seconds
6452026-07-20T10:34:26.814ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.500-3.0.p5p.
6462026-07-20T10:34:26.818Z+ banner copy
6472026-07-20T10:34:26.818Z
6482026-07-20T10:34:26.818Z #### #### ##### # #
6492026-07-20T10:34:26.819Z # # # # # # # #
6502026-07-20T10:34:26.819Z # # # # # #
6512026-07-20T10:34:26.819Z # # # ##### #
6522026-07-20T10:34:26.820Z # # # # # #
6532026-07-20T10:34:26.820Z #### #### # #
6542026-07-20T10:34:26.820Z
6552026-07-20T10:34:26.820Z+ pfexec mkdir -p /out
6562026-07-20T10:34:26.823Z+ pfexec chown 12345 /out
6572026-07-20T10:34:26.823Z+ PKG_NAME=/out/opte.p5p
6582026-07-20T10:34:26.823Z+ mv pkg/packages/repo/opte-0.41.500-3.0.p5p /out/opte.p5p
6592026-07-20T10:34:26.850Z+ sha256sum /out/opte.p5p
6602026-07-20T10:34:26.876Zprocess exited: duration 241471 ms, exit code 0
 
6612026-07-20T10:34:26.887Zfound 2 output files
6622026-07-20T10:34:26.887Zuploading: /out/opte.p5p (38860800 bytes)
6632026-07-20T10:34:28.823Zuploaded: /out/opte.p5p
6642026-07-20T10:34:28.826Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-07-20T10:34:29.832Zuploaded: /out/opte.p5p.sha256