01KVSA6T65SY5P13AHP0KFB739: 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: 01KVSA79C7GQTMBC31ADZ7EF5X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T04:02:01.484Zjob assigned to worker 01KVSA7GD8GPHNH00K9XA6V36Y [factory aws, i-048eae4937c6c1f03] (queued for 49 s)
 
22026-06-23T04:02:07.884Zstarting task 0: "setup"
32026-06-23T04:02:07.891Z++ uname -s
42026-06-23T04:02:07.894Z+ kern=SunOS
52026-06-23T04:02:07.894Z+ build_user=build
62026-06-23T04:02:07.894Z+ build_uid=12345
72026-06-23T04:02:07.894Z+ work_dir=/work
82026-06-23T04:02:07.894Z+ input_dir=/input
92026-06-23T04:02:07.894Z+ [[ 0 == 12345 ]]
102026-06-23T04:02:07.894Z+ case "$kern" in
112026-06-23T04:02:07.894Z+ groupadd -g 12345 build
122026-06-23T04:02:07.897Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T04:02:09.904Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T04:02:09.973Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T04:02:09.977Z+ home_fs=zfs
162026-06-23T04:02:09.977Z+ [[ zfs == autofs ]]
172026-06-23T04:02:09.977Z+ mkdir -p /home/build
182026-06-23T04:02:09.977Z+ chown build:build /home/build /work
192026-06-23T04:02:10.978Z+ chmod 0700 /home/build /work
202026-06-23T04:02:10.981Zprocess exited: duration 3100 ms, exit code 0
 
212026-06-23T04:02:10.987Zstarting task 1: "rust-toolchain"
222026-06-23T04:02:10.993Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-23T04:02:10.993Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-23T04:02:10.993Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-23T04:02:10.993Z * rust toolchain channel = "1.96.0"
262026-06-23T04:02:10.993Z * rust toolchain profile = "default"
272026-06-23T04:02:10.993Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-23T04:02:10.996Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T04:02:10.996Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-23T04:02:11.098Zinfo: downloading installer
312026-06-23T04:02:12.708Zwarn: It looks like you have an existing rustup settings file at:
322026-06-23T04:02:12.708Zwarn: /home/build/.rustup/settings.toml
332026-06-23T04:02:12.708Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-23T04:02:12.708Zwarn: instead of the one inferred from the default host triple.
352026-06-23T04:02:12.720Zinfo: profile set to default
362026-06-23T04:02:12.720Zinfo: default host triple is x86_64-unknown-illumos
372026-06-23T04:02:12.725Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-23T04:02:12.885Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-23T04:02:12.886Zinfo: downloading 6 components
402026-06-23T04:02:28.944Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-23T04:02:28.944Z
422026-06-23T04:02:28.971Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-23T04:02:28.971Z
442026-06-23T04:02:28.971Z
452026-06-23T04:02:28.971ZRust is installed now. Great!
462026-06-23T04:02:28.971Z
472026-06-23T04:02:28.971ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-23T04:02:28.971Zenvironment variable. This has not been done automatically.
492026-06-23T04:02:28.971Z
502026-06-23T04:02:28.971ZTo configure your current shell, you need to source
512026-06-23T04:02:28.971Zthe corresponding env file under $HOME/.cargo.
522026-06-23T04:02:28.971Z
532026-06-23T04:02:28.971ZThis is usually done by running one of the following (note the leading DOT):
542026-06-23T04:02:28.971Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-23T04:02:28.971Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-23T04:02:28.971Zsource "~/.cargo/env.nu" # For nushell
572026-06-23T04:02:28.971Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-23T04:02:28.971Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-23T04:02:28.971Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-23T04:02:28.974Zwarn: no default linker (`cc`) was found in your PATH
612026-06-23T04:02:28.974Zwarn: many Rust crates require a system C toolchain to build
622026-06-23T04:02:29.068Z+ rustup --version
632026-06-23T04:02:29.076Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-23T04:02:29.079Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-23T04:02:29.098Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-23T04:02:29.101Z+ cargo --version
672026-06-23T04:02:29.114Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-23T04:02:29.117Z+ rustc --version
692026-06-23T04:02:29.135Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-23T04:02:29.139Zprocess exited: duration 18149 ms, exit code 0
 
712026-06-23T04:02:29.145Zstarting task 2: "authentication"
722026-06-23T04:02:29.162Zprocess exited: duration 16 ms, exit code 0
 
732026-06-23T04:02:29.169Zstarting task 3: "clone repository"
742026-06-23T04:02:29.173Z+ mkdir -p /work/oxidecomputer/opte
752026-06-23T04:02:29.176Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-23T04:02:29.207ZCloning into '/work/oxidecomputer/opte'...
772026-06-23T04:02:30.019Z+ cd /work/oxidecomputer/opte
782026-06-23T04:02:30.019Z+ git fetch origin e4d975c78abcaeec70759150b1bdeec0f875cb28
792026-06-23T04:02:30.248ZFrom https://github.com/oxidecomputer/opte
802026-06-23T04:02:30.248Z * branch e4d975c78abcaeec70759150b1bdeec0f875cb28 -> FETCH_HEAD
812026-06-23T04:02:30.253Z+ [[ -n renovate/ron-0.x-lockfile ]]
822026-06-23T04:02:30.256Z++ git branch --show-current
832026-06-23T04:02:30.257Z+ current=master
842026-06-23T04:02:30.257Z+ [[ master != renovate/ron-0.x-lockfile ]]
852026-06-23T04:02:30.257Z+ git branch -f renovate/ron-0.x-lockfile e4d975c78abcaeec70759150b1bdeec0f875cb28
862026-06-23T04:02:30.260Z+ git checkout -f renovate/ron-0.x-lockfile
872026-06-23T04:02:30.275ZSwitched to branch 'renovate/ron-0.x-lockfile'
882026-06-23T04:02:30.278Z+ git reset --hard e4d975c78abcaeec70759150b1bdeec0f875cb28
892026-06-23T04:02:30.292ZHEAD is now at e4d975c Update Rust crate ron to v0.12.2
902026-06-23T04:02:30.295Zprocess exited: duration 1124 ms, exit code 0
 
912026-06-23T04:02:30.301Zstarting task 4: "build"
922026-06-23T04:02:30.305Z+ source .github/buildomat/common.sh
932026-06-23T04:02:30.308Z++ rustup show active-toolchain
942026-06-23T04:02:30.310Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-23T04:02:30.311Z++ pushd xde
962026-06-23T04:02:30.314Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-23T04:02:30.314Z++ rustup show active-toolchain
982026-06-23T04:02:30.316Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-23T04:02:30.493Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-23T04:02:30.497Zinfo: downloading 6 components
1012026-06-23T04:02:46.439Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-23T04:02:46.532Z+++ rustup show active-toolchain -v
1032026-06-23T04:02:46.535Z+++ head -n 1
1042026-06-23T04:02:46.535Z+++ cut '-d ' -f1
1052026-06-23T04:02:46.587Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-23T04:02:46.587Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-23T04:02:46.587Z++ popd
1082026-06-23T04:02:46.590Z/work/oxidecomputer/opte
1092026-06-23T04:02:46.590Z+ TGT_BASE=/work
1102026-06-23T04:02:46.591Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-23T04:02:46.591Z+ REL_TGT=/work/release
1122026-06-23T04:02:46.591Z+ mkdir -p /work/release
1132026-06-23T04:02:46.591Z+ cargo --version
1142026-06-23T04:02:46.599Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-23T04:02:46.601Z+ rustc --version
1162026-06-23T04:02:46.622Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-23T04:02:46.625Z+ header 'build xde and opteadm (release+debug)'
1182026-06-23T04:02:46.625Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-23T04:02:46.625Z# ==== build xde and opteadm (release+debug) ==== #
1202026-06-23T04:02:46.625Z+ ptime -m cargo xtask build --profile all
1212026-06-23T04:02:46.716Z Updating crates.io index
1222026-06-23T04:02:46.718Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-23T04:02:47.430Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-23T04:02:47.686Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-06-23T04:02:48.059Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-23T04:02:48.309Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-06-23T04:02:48.563Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-23T04:02:48.838Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-23T04:02:51.079Z Downloading crates ...
1302026-06-23T04:02:51.145Z Downloaded anstyle-parse v1.0.0
1312026-06-23T04:02:51.149Z Downloaded heck v0.5.0
1322026-06-23T04:02:51.155Z Downloaded clap_derive v4.6.1
1332026-06-23T04:02:51.158Z Downloaded anstyle v1.0.14
1342026-06-23T04:02:51.158Z Downloaded errno v0.3.14
1352026-06-23T04:02:51.161Z Downloaded anstream v1.0.0
1362026-06-23T04:02:51.172Z Downloaded utf8parse v0.2.2
1372026-06-23T04:02:51.180Z Downloaded itoa v1.0.18
1382026-06-23T04:02:51.183Z Downloaded colorchoice v1.0.5
1392026-06-23T04:02:51.183Z Downloaded strsim v0.11.1
1402026-06-23T04:02:51.183Z Downloaded equivalent v1.0.2
1412026-06-23T04:02:51.186Z Downloaded anstyle-query v1.1.5
1422026-06-23T04:02:51.186Z Downloaded zmij v1.0.21
1432026-06-23T04:02:51.189Z Downloaded cargo_metadata v0.23.1
1442026-06-23T04:02:51.193Z Downloaded clap_lex v1.1.0
1452026-06-23T04:02:51.204Z Downloaded cargo-platform v0.3.3
1462026-06-23T04:02:51.210Z Downloaded terminal_size v0.4.4
1472026-06-23T04:02:51.213Z Downloaded is_terminal_polyfill v1.70.2
1482026-06-23T04:02:51.219Z Downloaded quote v1.0.45
1492026-06-23T04:02:51.222Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1502026-06-23T04:02:51.222Z Downloaded thiserror-impl v2.0.18
1512026-06-23T04:02:51.222Z Downloaded thiserror v2.0.18
1522026-06-23T04:02:51.225Z Downloaded camino v1.2.2
1532026-06-23T04:02:51.228Z Downloaded serde_spanned v1.1.1
1542026-06-23T04:02:51.234Z Downloaded toml_writer v1.1.1+spec-1.1.0
1552026-06-23T04:02:51.240Z Downloaded serde_core v1.0.228
1562026-06-23T04:02:51.245Z Downloaded anyhow v1.0.102
1572026-06-23T04:02:51.245Z Downloaded unicode-ident v1.0.24
1582026-06-23T04:02:51.248Z Downloaded toml v1.1.2+spec-1.1.0
1592026-06-23T04:02:51.248Z Downloaded proc-macro2 v1.0.106
1602026-06-23T04:02:51.248Z Downloaded semver v1.0.28
1612026-06-23T04:02:51.251Z Downloaded serde_derive v1.0.228
1622026-06-23T04:02:51.267Z Downloaded toml_parser v1.1.2+spec-1.1.0
1632026-06-23T04:02:51.272Z Downloaded bitflags v2.13.0
1642026-06-23T04:02:51.275Z Downloaded clap v4.6.1
1652026-06-23T04:02:51.309Z Downloaded serde v1.0.228
1662026-06-23T04:02:51.313Z Downloaded memchr v2.8.2
1672026-06-23T04:02:51.328Z Downloaded indexmap v2.14.0
1682026-06-23T04:02:51.334Z Downloaded serde_json v1.0.150
1692026-06-23T04:02:51.339Z Downloaded hashbrown v0.17.1
1702026-06-23T04:02:51.342Z Downloaded clap_builder v4.6.0
1712026-06-23T04:02:51.350Z Downloaded winnow v1.0.3
1722026-06-23T04:02:51.377Z Downloaded syn v2.0.117
1732026-06-23T04:02:51.403Z Downloaded rustix v1.1.4
1742026-06-23T04:02:51.428Z Downloaded libc v0.2.186
1752026-06-23T04:02:51.478Z Compiling proc-macro2 v1.0.106
1762026-06-23T04:02:51.481Z Compiling serde_core v1.0.228
1772026-06-23T04:02:51.481Z Compiling unicode-ident v1.0.24
1782026-06-23T04:02:51.481Z Compiling quote v1.0.45
1792026-06-23T04:02:51.481Z Compiling libc v0.2.186
1802026-06-23T04:02:51.481Z Compiling rustix v1.1.4
1812026-06-23T04:02:51.481Z Compiling zmij v1.0.21
1822026-06-23T04:02:51.481Z Compiling utf8parse v0.2.2
1832026-06-23T04:02:51.662Z Compiling bitflags v2.13.0
1842026-06-23T04:02:51.677Z Compiling anstyle-parse v1.0.0
1852026-06-23T04:02:51.884Z Compiling serde v1.0.228
1862026-06-23T04:02:51.918Z Compiling colorchoice v1.0.5
1872026-06-23T04:02:51.922Z Compiling anstyle v1.0.14
1882026-06-23T04:02:52.022Z Compiling anstyle-query v1.1.5
1892026-06-23T04:02:52.084Z Compiling is_terminal_polyfill v1.70.2
1902026-06-23T04:02:52.109Z Compiling camino v1.2.2
1912026-06-23T04:02:52.126Z Compiling thiserror v2.0.18
1922026-06-23T04:02:52.165Z Compiling serde_json v1.0.150
1932026-06-23T04:02:52.188Z Compiling anstream v1.0.0
1942026-06-23T04:02:52.247Z Compiling errno v0.3.14
1952026-06-23T04:02:52.425Z Compiling winnow v1.0.3
1962026-06-23T04:02:52.459Z Compiling strsim v0.11.1
1972026-06-23T04:02:52.670Z Compiling memchr v2.8.2
1982026-06-23T04:02:52.707Z Compiling clap_lex v1.1.0
1992026-06-23T04:02:52.740Z Compiling heck v0.5.0
2002026-06-23T04:02:52.840Z Compiling syn v2.0.117
2012026-06-23T04:02:52.885Z Compiling terminal_size v0.4.4
2022026-06-23T04:02:52.936Z Compiling anyhow v1.0.102
2032026-06-23T04:02:53.045Z Compiling itoa v1.0.18
2042026-06-23T04:02:53.106Z Compiling clap_builder v4.6.0
2052026-06-23T04:02:53.306Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-06-23T04:02:53.413Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-06-23T04:02:53.737Z Compiling cargo-platform v0.3.3
2082026-06-23T04:02:53.800Z Compiling toml_datetime v1.1.1+spec-1.1.0
2092026-06-23T04:02:53.919Z Compiling semver v1.0.28
2102026-06-23T04:02:54.299Z Compiling serde_spanned v1.1.1
2112026-06-23T04:02:54.454Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-23T04:02:55.168Z Compiling thiserror-impl v2.0.18
2132026-06-23T04:02:55.561Z Compiling serde_derive v1.0.228
2142026-06-23T04:02:55.797Z Compiling clap_derive v4.6.1
2152026-06-23T04:02:57.485Z Compiling clap v4.6.1
2162026-06-23T04:02:58.649Z Compiling cargo_metadata v0.23.1
2172026-06-23T04:03:01.081Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-23T04:03:02.675Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.04s
2192026-06-23T04:03:02.754Z Running `target/debug/xtask build --profile all`
2202026-06-23T04:03:04.562ZBuilding opteadm (release).
2212026-06-23T04:03:04.657Z Compiling proc-macro2 v1.0.106
2222026-06-23T04:03:04.657Z Compiling unicode-ident v1.0.24
2232026-06-23T04:03:04.657Z Compiling quote v1.0.45
2242026-06-23T04:03:04.657Z Compiling serde_core v1.0.228
2252026-06-23T04:03:04.661Z Compiling libc v0.2.186
2262026-06-23T04:03:04.661Z Compiling cfg-if v1.0.4
2272026-06-23T04:03:04.661Z Compiling strsim v0.11.1
2282026-06-23T04:03:04.661Z Compiling fnv v1.0.7
2292026-06-23T04:03:04.730Z Compiling thiserror v2.0.18
2302026-06-23T04:03:04.751Z Compiling memchr v2.8.2
2312026-06-23T04:03:04.774Z Compiling ident_case v1.0.1
2322026-06-23T04:03:04.876Z Compiling regex-syntax v0.8.11
2332026-06-23T04:03:04.942Z Compiling equivalent v1.0.2
2342026-06-23T04:03:04.966Z Compiling hashbrown v0.17.1
2352026-06-23T04:03:05.007Z Compiling serde v1.0.228
2362026-06-23T04:03:05.252Z Compiling aho-corasick v1.1.4
2372026-06-23T04:03:05.311Z Compiling winnow v1.0.3
2382026-06-23T04:03:05.335Z Compiling anyhow v1.0.102
2392026-06-23T04:03:05.395Z Compiling zerocopy v0.8.52
2402026-06-23T04:03:05.509Z Compiling either v1.16.0
2412026-06-23T04:03:05.698Z Compiling itertools v0.14.0
2422026-06-23T04:03:05.774Z Compiling indexmap v2.14.0
2432026-06-23T04:03:05.791Z Compiling syn v2.0.117
2442026-06-23T04:03:05.886Z Compiling heapless v0.8.0
2452026-06-23T04:03:06.249Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-06-23T04:03:06.398Z Compiling regex-automata v0.4.14
2472026-06-23T04:03:06.445Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-06-23T04:03:06.455Z Compiling byteorder v1.5.0
2492026-06-23T04:03:06.637Z Compiling hash32 v0.3.1
2502026-06-23T04:03:06.765Z Compiling stable_deref_trait v1.2.1
2512026-06-23T04:03:06.825Z Compiling bitflags v2.13.0
2522026-06-23T04:03:06.828Z Compiling toml_edit v0.25.12+spec-1.1.0
2532026-06-23T04:03:06.973Z Compiling rustversion v1.0.22
2542026-06-23T04:03:06.973Z Compiling macaddr v1.0.1
2552026-06-23T04:03:06.990Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2562026-06-23T04:03:07.019Z Compiling syn v1.0.109
2572026-06-23T04:03:07.167Z Compiling smoltcp v0.11.0
2582026-06-23T04:03:07.222Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2592026-06-23T04:03:07.333Z Compiling getrandom v0.4.2
2602026-06-23T04:03:07.356Z Compiling proc-macro-crate v3.5.0
2612026-06-23T04:03:07.427Z Compiling ref-cast v1.0.25
2622026-06-23T04:03:07.501Z Compiling version_check v0.9.5
2632026-06-23T04:03:07.587Z Compiling rustix v1.1.4
2642026-06-23T04:03:07.655Z Compiling bitflags v1.3.2
2652026-06-23T04:03:07.716Z Compiling rand_core v0.10.1
2662026-06-23T04:03:07.727Z Compiling managed v0.8.0
2672026-06-23T04:03:07.774Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-06-23T04:03:07.865Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-06-23T04:03:07.975Z Compiling errno v0.3.14
2702026-06-23T04:03:08.124Z Compiling regex v1.12.4
2712026-06-23T04:03:08.131Z Compiling cpufeatures v0.3.0
2722026-06-23T04:03:08.192Z Compiling unicode-width v0.2.2
2732026-06-23T04:03:08.277Z Compiling ipnetwork v0.21.1
2742026-06-23T04:03:08.331Z Compiling utf8parse v0.2.2
2752026-06-23T04:03:08.428Z Compiling once_cell v1.21.4
2762026-06-23T04:03:08.481Z Compiling darling_core v0.21.3
2772026-06-23T04:03:08.522Z Compiling foreign-types-shared v0.3.1
2782026-06-23T04:03:08.640Z Compiling tracing-core v0.1.36
2792026-06-23T04:03:08.647Z Compiling tabwriter v1.4.1
2802026-06-23T04:03:08.961Z Compiling anstyle-parse v1.0.0
2812026-06-23T04:03:09.007Z Compiling cstr-argument v0.1.2
2822026-06-23T04:03:09.152Z Compiling chacha20 v0.10.0
2832026-06-23T04:03:09.553Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
2842026-06-23T04:03:09.625Z Compiling thiserror-impl v2.0.18
2852026-06-23T04:03:09.703Z Compiling zerocopy-derive v0.8.52
2862026-06-23T04:03:09.732Z Compiling serde_derive v1.0.228
2872026-06-23T04:03:09.753Z Compiling num_enum_derive v0.7.6
2882026-06-23T04:03:09.973Z Compiling foreign-types-macros v0.2.3
2892026-06-23T04:03:10.537Z Compiling darling_macro v0.21.3
2902026-06-23T04:03:10.574Z Compiling ref-cast-impl v1.0.25
2912026-06-23T04:03:10.677Z Compiling foreign-types v0.5.0
2922026-06-23T04:03:10.699Z Compiling num_enum v0.7.6
2932026-06-23T04:03:10.742Z Compiling tracing-attributes v0.1.31
2942026-06-23T04:03:10.801Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2952026-06-23T04:03:10.889Z Compiling cobs v0.3.0
2962026-06-23T04:03:11.064Z Compiling darling v0.21.3
2972026-06-23T04:03:11.080Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2982026-06-23T04:03:11.091Z Compiling anstyle v1.0.14
2992026-06-23T04:03:11.186Z Compiling ingot-macros v0.1.1
3002026-06-23T04:03:11.291Z Compiling anstyle-query v1.1.5
3012026-06-23T04:03:11.318Z Compiling is_terminal_polyfill v1.70.2
3022026-06-23T04:03:11.322Z Compiling dyn-clone v1.0.20
3032026-06-23T04:03:11.377Z Compiling pretty-hex v0.4.2
3042026-06-23T04:03:11.395Z Compiling colorchoice v1.0.5
3052026-06-23T04:03:11.443Z Compiling pin-project-lite v0.2.17
3062026-06-23T04:03:11.493Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3072026-06-23T04:03:11.498Z Compiling anstream v1.0.0
3082026-06-23T04:03:11.526Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-06-23T04:03:11.565Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-06-23T04:03:11.858Z Compiling terminal_size v0.4.4
3112026-06-23T04:03:11.894Z Compiling rand v0.10.1
3122026-06-23T04:03:11.969Z Compiling uuid v1.23.3
3132026-06-23T04:03:11.979Z Compiling tracing v0.1.44
3142026-06-23T04:03:11.990Z Compiling socket2 v0.6.4
3152026-06-23T04:03:12.289Z Compiling heck v0.5.0
3162026-06-23T04:03:12.388Z Compiling colored v3.1.1
3172026-06-23T04:03:12.475Z Compiling oxnet v0.1.6
3182026-06-23T04:03:12.539Z Compiling clap_lex v1.1.0
3192026-06-23T04:03:12.769Z Compiling clap_builder v4.6.0
3202026-06-23T04:03:12.851Z Compiling clap_derive v4.6.1
3212026-06-23T04:03:12.890Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-06-23T04:03:12.934Z Compiling postcard v1.1.3
3232026-06-23T04:03:14.096Z Compiling ingot-types v0.1.2
3242026-06-23T04:03:14.431Z Compiling ingot v0.1.1
3252026-06-23T04:03:14.536Z Compiling clap v4.6.1
3262026-06-23T04:03:16.145Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-23T04:03:17.168Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-06-23T04:03:18.202Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-06-23T04:03:24.769Z Finished `release` profile [optimized + debuginfo] target(s) in 20.20s
3302026-06-23T04:03:24.797ZBuilding xde (release-lto).
3312026-06-23T04:03:25.050Z Updating crates.io index
3322026-06-23T04:03:25.149Z Downloading crates ...
3332026-06-23T04:03:25.225Z Downloaded memchr v2.7.6
3342026-06-23T04:03:25.230Z Downloaded foldhash v0.2.0
3352026-06-23T04:03:25.242Z Downloaded miniz_oxide v0.8.9
3362026-06-23T04:03:25.268Z Downloaded addr2line v0.25.1
3372026-06-23T04:03:25.278Z Downloaded getopts v0.2.24
3382026-06-23T04:03:25.283Z Downloaded rustc-demangle v0.1.27
3392026-06-23T04:03:25.286Z Downloaded gimli v0.32.3
3402026-06-23T04:03:25.289Z Downloaded adler2 v2.0.1
3412026-06-23T04:03:25.298Z Downloaded rustc-literal-escaper v0.0.7
3422026-06-23T04:03:25.366Z Downloaded object v0.37.3
3432026-06-23T04:03:25.372Z Downloaded libc v0.2.185
3442026-06-23T04:03:25.430Z 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-23T04:03:25.430Z 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-23T04:03:25.430Z Compiling proc-macro2 v1.0.106
3472026-06-23T04:03:25.430Z Compiling unicode-ident v1.0.24
3482026-06-23T04:03:25.430Z Compiling quote v1.0.45
3492026-06-23T04:03:25.433Z Compiling strsim v0.11.1
3502026-06-23T04:03:25.433Z Compiling ident_case v1.0.1
3512026-06-23T04:03:25.433Z Compiling serde_core v1.0.228
3522026-06-23T04:03:25.597Z Compiling fnv v1.0.7
3532026-06-23T04:03:25.604Z Compiling memchr v2.8.2
3542026-06-23T04:03:25.690Z Compiling regex-syntax v0.8.11
3552026-06-23T04:03:25.849Z Compiling zerocopy v0.8.52
3562026-06-23T04:03:25.852Z Compiling serde v1.0.228
3572026-06-23T04:03:25.866Z Compiling either v1.16.0
3582026-06-23T04:03:25.987Z Compiling aho-corasick v1.1.4
3592026-06-23T04:03:26.064Z Compiling thiserror v2.0.18
3602026-06-23T04:03:26.269Z Compiling itertools v0.14.0
3612026-06-23T04:03:26.273Z Compiling heapless v0.8.0
3622026-06-23T04:03:26.635Z Compiling syn v2.0.117
3632026-06-23T04:03:26.673Z Compiling smoltcp v0.11.0
3642026-06-23T04:03:26.680Z Compiling ref-cast v1.0.25
3652026-06-23T04:03:26.780Z Compiling version_check v0.9.5
3662026-06-23T04:03:27.054Z Compiling crc32fast v1.5.0
3672026-06-23T04:03:27.133Z Compiling regex-automata v0.4.14
3682026-06-23T04:03:27.137Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-06-23T04:03:28.704Z Compiling regex v1.12.4
3702026-06-23T04:03:28.942Z Compiling darling_core v0.21.3
3712026-06-23T04:03:28.983Z Compiling darling_core v0.23.0
3722026-06-23T04:03:29.831Z Compiling thiserror-impl v2.0.18
3732026-06-23T04:03:29.831Z Compiling zerocopy-derive v0.8.52
3742026-06-23T04:03:29.831Z Compiling serde_derive v1.0.228
3752026-06-23T04:03:29.831Z Compiling ref-cast-impl v1.0.25
3762026-06-23T04:03:29.834Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-06-23T04:03:31.497Z Compiling darling_macro v0.21.3
3782026-06-23T04:03:31.571Z Compiling darling_macro v0.23.0
3792026-06-23T04:03:32.397Z Compiling darling v0.21.3
3802026-06-23T04:03:32.458Z Compiling darling v0.23.0
3812026-06-23T04:03:32.458Z Compiling ingot-macros v0.1.1
3822026-06-23T04:03:32.521Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-06-23T04:03:38.172Z 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-23T04:03:40.292Z Compiling byteorder v1.5.0
3852026-06-23T04:03:40.292Z Compiling stable_deref_trait v1.2.1
3862026-06-23T04:03:40.295Z Compiling cfg-if v1.0.4
3872026-06-23T04:03:40.295Z Compiling macaddr v1.0.1
3882026-06-23T04:03:40.355Z Compiling bitflags v1.3.2
3892026-06-23T04:03:40.363Z Compiling cobs v0.3.0
3902026-06-23T04:03:40.396Z Compiling managed v0.8.0
3912026-06-23T04:03:40.481Z Compiling hash32 v0.3.1
3922026-06-23T04:03:40.564Z Compiling dyn-clone v1.0.20
3932026-06-23T04:03:40.606Z Compiling itertools v0.15.0
3942026-06-23T04:03:40.665Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-23T04:03:41.939Z Compiling bitflags v2.13.0
3962026-06-23T04:03:41.939Z Compiling uuid v1.23.3
3972026-06-23T04:03:42.088Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-23T04:03:42.379Z Compiling postcard v1.1.3
3992026-06-23T04:03:43.235Z Compiling ingot-types v0.1.2
4002026-06-23T04:03:43.557Z Compiling ingot v0.1.1
4012026-06-23T04:03:45.096Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-23T04:03:48.925Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-23T04:03:57.779Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-23T04:04:27.814Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
4052026-06-23T04:04:27.846ZLinking xde kmod...
4062026-06-23T04:04:28.425ZBuilding xde dev link helper (release).
4072026-06-23T04:04:28.584Z 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-23T04:04:28.584Z 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-23T04:04:28.584Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-23T04:04:40.246Z 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-23T04:04:42.780Z Finished `release` profile [optimized + debuginfo] target(s) in 14.32s
4122026-06-23T04:04:42.800ZBuilding opteadm (dev).
4132026-06-23T04:04:42.955Z Compiling serde_core v1.0.228
4142026-06-23T04:04:42.955Z Compiling libc v0.2.186
4152026-06-23T04:04:42.955Z Compiling cfg-if v1.0.4
4162026-06-23T04:04:42.955Z Compiling memchr v2.8.2
4172026-06-23T04:04:42.955Z Compiling ident_case v1.0.1
4182026-06-23T04:04:42.959Z Compiling strsim v0.11.1
4192026-06-23T04:04:42.959Z Compiling fnv v1.0.7
4202026-06-23T04:04:42.959Z Compiling syn v2.0.117
4212026-06-23T04:04:43.029Z Compiling regex-syntax v0.8.11
4222026-06-23T04:04:43.053Z Compiling equivalent v1.0.2
4232026-06-23T04:04:43.074Z Compiling hashbrown v0.17.1
4242026-06-23T04:04:43.125Z Compiling zerocopy v0.8.52
4252026-06-23T04:04:43.254Z Compiling serde v1.0.228
4262026-06-23T04:04:43.494Z Compiling aho-corasick v1.1.4
4272026-06-23T04:04:43.535Z Compiling either v1.16.0
4282026-06-23T04:04:43.552Z Compiling winnow v1.0.3
4292026-06-23T04:04:43.639Z Compiling indexmap v2.14.0
4302026-06-23T04:04:43.711Z Compiling itertools v0.14.0
4312026-06-23T04:04:43.762Z Compiling byteorder v1.5.0
4322026-06-23T04:04:43.933Z Compiling toml_datetime v1.1.1+spec-1.1.0
4332026-06-23T04:04:44.141Z Compiling heapless v0.8.0
4342026-06-23T04:04:44.242Z Compiling hash32 v0.3.1
4352026-06-23T04:04:44.393Z Compiling stable_deref_trait v1.2.1
4362026-06-23T04:04:44.460Z Compiling regex-automata v0.4.14
4372026-06-23T04:04:44.555Z Compiling toml_parser v1.1.2+spec-1.1.0
4382026-06-23T04:04:44.579Z Compiling smoltcp v0.11.0
4392026-06-23T04:04:44.856Z Compiling rustversion v1.0.22
4402026-06-23T04:04:44.900Z Compiling syn v1.0.109
4412026-06-23T04:04:44.943Z Compiling bitflags v2.13.0
4422026-06-23T04:04:45.071Z Compiling toml_edit v0.25.12+spec-1.1.0
4432026-06-23T04:04:45.110Z Compiling macaddr v1.0.1
4442026-06-23T04:04:45.162Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4452026-06-23T04:04:45.238Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4462026-06-23T04:04:45.356Z Compiling getrandom v0.4.2
4472026-06-23T04:04:45.395Z Compiling version_check v0.9.5
4482026-06-23T04:04:45.399Z Compiling bitflags v1.3.2
4492026-06-23T04:04:45.440Z Compiling ref-cast v1.0.25
4502026-06-23T04:04:45.457Z Compiling rand_core v0.10.1
4512026-06-23T04:04:45.606Z Compiling darling_core v0.21.3
4522026-06-23T04:04:45.611Z Compiling proc-macro-crate v3.5.0
4532026-06-23T04:04:45.651Z Compiling managed v0.8.0
4542026-06-23T04:04:45.655Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-06-23T04:04:45.962Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-06-23T04:04:46.016Z Compiling errno v0.3.14
4572026-06-23T04:04:46.226Z Compiling regex v1.12.4
4582026-06-23T04:04:46.453Z Compiling cpufeatures v0.3.0
4592026-06-23T04:04:46.521Z Compiling ipnetwork v0.21.1
4602026-06-23T04:04:46.627Z Compiling once_cell v1.21.4
4612026-06-23T04:04:46.691Z Compiling thiserror-impl v2.0.18
4622026-06-23T04:04:46.871Z Compiling serde_derive v1.0.228
4632026-06-23T04:04:47.054Z Compiling zerocopy-derive v0.8.52
4642026-06-23T04:04:47.061Z Compiling foreign-types-macros v0.2.3
4652026-06-23T04:04:47.674Z Compiling num_enum_derive v0.7.6
4662026-06-23T04:04:47.766Z Compiling darling_macro v0.21.3
4672026-06-23T04:04:47.851Z Compiling ref-cast-impl v1.0.25
4682026-06-23T04:04:47.906Z Compiling thiserror v2.0.18
4692026-06-23T04:04:48.007Z Compiling cobs v0.3.0
4702026-06-23T04:04:48.289Z Compiling unicode-width v0.2.2
4712026-06-23T04:04:48.302Z Compiling darling v0.21.3
4722026-06-23T04:04:48.375Z Compiling ingot-macros v0.1.1
4732026-06-23T04:04:48.434Z Compiling foreign-types-shared v0.3.1
4742026-06-23T04:04:48.518Z Compiling tabwriter v1.4.1
4752026-06-23T04:04:48.594Z Compiling foreign-types v0.5.0
4762026-06-23T04:04:48.652Z Compiling num_enum v0.7.6
4772026-06-23T04:04:48.757Z Compiling cstr-argument v0.1.2
4782026-06-23T04:04:48.757Z Compiling tracing-core v0.1.36
4792026-06-23T04:04:48.925Z Compiling tracing-attributes v0.1.31
4802026-06-23T04:04:48.940Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4812026-06-23T04:04:49.177Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-06-23T04:04:49.501Z Compiling chacha20 v0.10.0
4832026-06-23T04:04:49.646Z Compiling rustix v1.1.4
4842026-06-23T04:04:50.072Z Compiling postcard v1.1.3
4852026-06-23T04:04:50.206Z Compiling anyhow v1.0.102
4862026-06-23T04:04:50.251Z Compiling pin-project-lite v0.2.17
4872026-06-23T04:04:50.265Z Compiling dyn-clone v1.0.20
4882026-06-23T04:04:50.305Z Compiling pretty-hex v0.4.2
4892026-06-23T04:04:50.340Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4902026-06-23T04:04:50.419Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4912026-06-23T04:04:50.422Z Compiling tracing v0.1.44
4922026-06-23T04:04:50.428Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-06-23T04:04:50.548Z Compiling terminal_size v0.4.4
4942026-06-23T04:04:50.631Z Compiling rand v0.10.1
4952026-06-23T04:04:50.698Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-23T04:04:50.698Z Compiling uuid v1.23.3
4972026-06-23T04:04:50.782Z Compiling socket2 v0.6.4
4982026-06-23T04:04:50.879Z Compiling colored v3.1.1
4992026-06-23T04:04:50.910Z Compiling oxnet v0.1.6
5002026-06-23T04:04:51.037Z Compiling clap_derive v4.6.1
5012026-06-23T04:04:51.373Z Compiling ingot-types v0.1.2
5022026-06-23T04:04:51.450Z Compiling clap_builder v4.6.0
5032026-06-23T04:04:51.483Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-06-23T04:04:51.751Z Compiling ingot v0.1.1
5052026-06-23T04:04:53.211Z Compiling clap v4.6.1
5062026-06-23T04:04:53.438Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-23T04:04:55.740Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-23T04:04:56.942Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-23T04:05:01.317Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.51s
5102026-06-23T04:05:01.347ZBuilding xde (dev).
5112026-06-23T04:05:01.580Z 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-23T04:05:01.580Z 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-23T04:05:01.580Z Compiling proc-macro2 v1.0.106
5142026-06-23T04:05:01.580Z Compiling quote v1.0.45
5152026-06-23T04:05:01.580Z Compiling unicode-ident v1.0.24
5162026-06-23T04:05:01.583Z Compiling strsim v0.11.1
5172026-06-23T04:05:01.583Z Compiling ident_case v1.0.1
5182026-06-23T04:05:01.583Z Compiling serde_core v1.0.228
5192026-06-23T04:05:01.700Z Compiling memchr v2.8.2
5202026-06-23T04:05:01.700Z Compiling fnv v1.0.7
5212026-06-23T04:05:01.784Z Compiling regex-syntax v0.8.11
5222026-06-23T04:05:01.958Z Compiling serde v1.0.228
5232026-06-23T04:05:01.976Z Compiling zerocopy v0.8.52
5242026-06-23T04:05:01.983Z Compiling thiserror v2.0.18
5252026-06-23T04:05:02.101Z Compiling aho-corasick v1.1.4
5262026-06-23T04:05:02.345Z Compiling either v1.16.0
5272026-06-23T04:05:02.511Z Compiling itertools v0.14.0
5282026-06-23T04:05:02.544Z Compiling heapless v0.8.0
5292026-06-23T04:05:02.548Z Compiling smoltcp v0.11.0
5302026-06-23T04:05:02.690Z Compiling syn v2.0.117
5312026-06-23T04:05:02.795Z Compiling version_check v0.9.5
5322026-06-23T04:05:02.990Z Compiling crc32fast v1.5.0
5332026-06-23T04:05:03.028Z Compiling ref-cast v1.0.25
5342026-06-23T04:05:03.168Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5352026-06-23T04:05:03.340Z Compiling regex-automata v0.4.14
5362026-06-23T04:05:04.892Z Compiling regex v1.12.4
5372026-06-23T04:05:05.035Z Compiling darling_core v0.21.3
5382026-06-23T04:05:05.041Z Compiling darling_core v0.23.0
5392026-06-23T04:05:06.056Z Compiling zerocopy-derive v0.8.52
5402026-06-23T04:05:06.056Z Compiling thiserror-impl v2.0.18
5412026-06-23T04:05:06.056Z Compiling serde_derive v1.0.228
5422026-06-23T04:05:06.056Z Compiling ref-cast-impl v1.0.25
5432026-06-23T04:05:06.059Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-23T04:05:07.799Z Compiling darling_macro v0.21.3
5452026-06-23T04:05:07.838Z Compiling darling_macro v0.23.0
5462026-06-23T04:05:08.708Z Compiling darling v0.21.3
5472026-06-23T04:05:08.739Z Compiling darling v0.23.0
5482026-06-23T04:05:08.768Z Compiling ingot-macros v0.1.1
5492026-06-23T04:05:08.798Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-06-23T04:05:13.742Z 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-23T04:05:15.498Z Compiling byteorder v1.5.0
5522026-06-23T04:05:15.498Z Compiling macaddr v1.0.1
5532026-06-23T04:05:15.501Z Compiling stable_deref_trait v1.2.1
5542026-06-23T04:05:15.501Z Compiling cfg-if v1.0.4
5552026-06-23T04:05:15.564Z Compiling cobs v0.3.0
5562026-06-23T04:05:15.569Z Compiling bitflags v1.3.2
5572026-06-23T04:05:15.607Z Compiling managed v0.8.0
5582026-06-23T04:05:15.634Z Compiling hash32 v0.3.1
5592026-06-23T04:05:15.841Z Compiling itertools v0.15.0
5602026-06-23T04:05:15.841Z Compiling dyn-clone v1.0.20
5612026-06-23T04:05:15.973Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-06-23T04:05:17.126Z Compiling bitflags v2.13.0
5632026-06-23T04:05:17.126Z Compiling uuid v1.23.3
5642026-06-23T04:05:17.268Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-06-23T04:05:17.549Z Compiling postcard v1.1.3
5662026-06-23T04:05:18.361Z Compiling ingot-types v0.1.2
5672026-06-23T04:05:18.646Z Compiling ingot v0.1.1
5682026-06-23T04:05:20.091Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-06-23T04:05:24.456Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-06-23T04:05:34.979Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-06-23T04:05:43.469Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.09s
5722026-06-23T04:05:43.493ZLinking xde kmod...
5732026-06-23T04:05:44.681ZBuilding xde dev link helper (dev).
5742026-06-23T04:05:44.841Z 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-23T04:05:44.841Z 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-23T04:05:44.841Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-06-23T04:05:55.865Z 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-23T04:05:58.151Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.43s
5792026-06-23T04:05:58.173Z
5802026-06-23T04:05:58.173Zreal 3:11.543098027
5812026-06-23T04:05:58.173Zuser 9:09.096471775
5822026-06-23T04:05:58.176Zsys 58.434843308
5832026-06-23T04:05:58.176Ztrap 0.244563807
5842026-06-23T04:05:58.177Ztflt 1.010473832
5852026-06-23T04:05:58.177Zdflt 1.464370751
5862026-06-23T04:05:58.177Zkflt 0.006373092
5872026-06-23T04:05:58.177Zlock 35:07.606228959
5882026-06-23T04:05:58.177Zslp 21:13.989368780
5892026-06-23T04:05:58.177Zlat 21.390668112
5902026-06-23T04:05:58.177Zstop 34.200921982
5912026-06-23T04:05:58.177Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-06-23T04:05:58.177Z+ grep GOTPCREL
5932026-06-23T04:05:59.131Z+ header 'package opte'
5942026-06-23T04:05:59.131Z+ echo '# ==== package opte ==== #'
5952026-06-23T04:05:59.131Z# ==== package opte ==== #
5962026-06-23T04:05:59.134Z+ cargo xtask package --skip-build --profile all
5972026-06-23T04:05:59.273Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5982026-06-23T04:05:59.277Z Running `target/debug/xtask package --skip-build --profile all`
5992026-06-23T04:05:59.486Z+ ./clean.sh
6002026-06-23T04:05:59.494Z+ mkdir -p proto/kernel/drv/amd64
6012026-06-23T04:05:59.497Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-06-23T04:05:59.497Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-06-23T04:05:59.500Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-06-23T04:05:59.515Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-06-23T04:05:59.552Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-06-23T04:05:59.555Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-06-23T04:05:59.555Z+ '[' -z ']'
6082026-06-23T04:05:59.555Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-06-23T04:05:59.579Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-06-23T04:05:59.655Z+ INC_DEBUG=
6112026-06-23T04:05:59.655Z+ typeset -ri TAG=0
6122026-06-23T04:05:59.659Z++ ./print-api-version.sh
6132026-06-23T04:05:59.662Z+ API_VSN=41
6142026-06-23T04:05:59.662Z+ PKG_VERSION=0.41.488-3.0
6152026-06-23T04:05:59.665Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.488-3.0/g opte.template.p5m
6162026-06-23T04:05:59.665Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-06-23T04:06:00.188Z+ pkgdepend generate -d proto opte.base.p5m
6182026-06-23T04:06:00.516Z+ mkdir -p packages
6192026-06-23T04:06:00.519Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-06-23T04:06:07.567Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-06-23T04:06:07.570Z+ pkgrepo create packages/repo
6222026-06-23T04:06:07.778Z+ pkgrepo add-publisher -s packages/repo helios
6232026-06-23T04:06:07.985Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-06-23T04:06:37.174Zpkg://helios/driver/network/opte@0.41.488,5.11-3.0:20260623T040607Z
6252026-06-23T04:06:37.174ZPUBLISHED
6262026-06-23T04:06:37.210Z+ pkgrecv -a -d packages/repo/opte-0.41.488-3.0.p5p -s packages/repo -v -m latest '*'
6272026-06-23T04:06:37.388ZRetrieving packages for publisher helios ...
6282026-06-23T04:06:37.392ZRetrieving catalog 'helios' ... Done
6292026-06-23T04:06:37.395ZRetrieving and evaluating 1 package(s)...
6302026-06-23T04:06:37.395ZFetching manifests: 1/1 100% complete
6312026-06-23T04:06:37.395ZFetching manifests: 1/1 100% complete
6322026-06-23T04:06:37.395Z
6332026-06-23T04:06:37.395ZArchiving packages ...
6342026-06-23T04:06:37.395Z Packages to add: 1
6352026-06-23T04:06:37.395Z Files to retrieve: 6
6362026-06-23T04:06:37.395ZEstimated transfer size: 37.08 MB
6372026-06-23T04:06:37.395Z
6382026-06-23T04:06:37.395ZPackages to archive:
6392026-06-23T04:06:37.395Zdriver/network/opte@0.41.488,5.11-3.0:20260623T040607Z
6402026-06-23T04:06:37.395Z
6412026-06-23T04:06:37.395ZDownload: 0/6 items 0.0/37.1MB 0% complete
6422026-06-23T04:06:37.461ZDownload: Completed 37.08 MB in 0.07 seconds (539M/s)
6432026-06-23T04:06:37.464ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6442026-06-23T04:06:37.479ZArchiving: Completed 37.12 MB in 0.02 seconds
6452026-06-23T04:06:37.517ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.488-3.0.p5p.
6462026-06-23T04:06:37.521Z+ banner copy
6472026-06-23T04:06:37.525Z
6482026-06-23T04:06:37.525Z #### #### ##### # #
6492026-06-23T04:06:37.525Z # # # # # # # #
6502026-06-23T04:06:37.525Z # # # # # #
6512026-06-23T04:06:37.525Z # # # ##### #
6522026-06-23T04:06:37.525Z # # # # # #
6532026-06-23T04:06:37.525Z #### #### # #
6542026-06-23T04:06:37.525Z
6552026-06-23T04:06:37.525Z+ pfexec mkdir -p /out
6562026-06-23T04:06:37.529Z+ pfexec chown 12345 /out
6572026-06-23T04:06:37.530Z+ PKG_NAME=/out/opte.p5p
6582026-06-23T04:06:37.530Z+ mv pkg/packages/repo/opte-0.41.488-3.0.p5p /out/opte.p5p
6592026-06-23T04:06:37.557Z+ sha256sum /out/opte.p5p
6602026-06-23T04:06:37.581Zprocess exited: duration 247276 ms, exit code 0
 
6612026-06-23T04:06:37.594Zfound 2 output files
6622026-06-23T04:06:37.594Zuploading: /out/opte.p5p (38932480 bytes)
6632026-06-23T04:06:38.962Zuploaded: /out/opte.p5p
6642026-06-23T04:06:38.962Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-06-23T04:06:39.972Zuploaded: /out/opte.p5p.sha256