01M11DVT7YCKJKK6TAZXAHHF7W: 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: 01M11DW7B821YTG6DPBJATTZ1N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T10:58:13.499Zjob assigned to worker 01M11DWBB3PKX8CZ6HF0XY3FET [factory aws, i-07a5b9f6d0447bca1] (queued for 45 s)
 
22026-08-27T10:58:20.562Zstarting task 0: "setup"
32026-08-27T10:58:20.566Z++ uname -s
42026-08-27T10:58:20.569Z+ kern=SunOS
52026-08-27T10:58:20.569Z+ build_user=build
62026-08-27T10:58:20.569Z+ build_uid=12345
72026-08-27T10:58:20.570Z+ work_dir=/work
82026-08-27T10:58:20.570Z+ input_dir=/input
92026-08-27T10:58:20.570Z+ [[ 0 == 12345 ]]
102026-08-27T10:58:20.570Z+ case "$kern" in
112026-08-27T10:58:20.570Z+ groupadd -g 12345 build
122026-08-27T10:58:20.570Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T10:58:22.574Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T10:58:22.681Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T10:58:22.684Z+ home_fs=zfs
162026-08-27T10:58:22.684Z+ [[ zfs == autofs ]]
172026-08-27T10:58:22.684Z+ mkdir -p /home/build
182026-08-27T10:58:22.685Z+ chown build:build /home/build /work
192026-08-27T10:58:24.685Z+ chmod 0700 /home/build /work
202026-08-27T10:58:24.688Zprocess exited: duration 4126 ms, exit code 0
 
212026-08-27T10:58:24.695Zstarting task 1: "rust-toolchain"
222026-08-27T10:58:24.698Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T10:58:24.698Z * rust toolchain channel = "1.97.1"
242026-08-27T10:58:24.698Z * rust toolchain profile = "default"
252026-08-27T10:58:24.701Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T10:58:24.701Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T10:58:24.701Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T10:58:24.701Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T10:58:24.701Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T10:58:24.781Zinfo: downloading installer
312026-08-27T10:58:26.141Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T10:58:26.141Zwarn: /home/build/.rustup/settings.toml
332026-08-27T10:58:26.141Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T10:58:26.141Zwarn: instead of the one inferred from the default host triple.
352026-08-27T10:58:26.153Zinfo: profile set to default
362026-08-27T10:58:26.153Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T10:58:26.156Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T10:58:26.290Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T10:58:26.293Zinfo: downloading 6 components
402026-08-27T10:58:40.656Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T10:58:40.656Z
422026-08-27T10:58:40.685Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T10:58:40.685Z
442026-08-27T10:58:40.688Z
452026-08-27T10:58:40.688ZRust is installed now. Great!
462026-08-27T10:58:40.688Z
472026-08-27T10:58:40.688ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T10:58:40.688Zenvironment variable. This has not been done automatically.
492026-08-27T10:58:40.688Z
502026-08-27T10:58:40.688ZTo configure your current shell, you need to source
512026-08-27T10:58:40.689Zthe corresponding env file under $HOME/.cargo.
522026-08-27T10:58:40.689Z
532026-08-27T10:58:40.689ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T10:58:40.689Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T10:58:40.689Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T10:58:40.689Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T10:58:40.689Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T10:58:40.689Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T10:58:40.689Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T10:58:40.689Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T10:58:40.689Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T10:58:40.778Z+ rustup --version
632026-08-27T10:58:40.787Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T10:58:40.790Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T10:58:40.808Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T10:58:40.811Z+ cargo --version
672026-08-27T10:58:40.825Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T10:58:40.829Z+ rustc --version
692026-08-27T10:58:40.847Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T10:58:40.850Zprocess exited: duration 16154 ms, exit code 0
 
712026-08-27T10:58:40.857Zstarting task 2: "authentication"
722026-08-27T10:58:40.875Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T10:58:40.881Zstarting task 3: "clone repository"
742026-08-27T10:58:40.885Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T10:58:40.887Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T10:58:40.915ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T10:58:42.133Z+ cd /work/oxidecomputer/opte
782026-08-27T10:58:42.133Z+ git fetch origin 8510c9873305aaa3558334b5ffa6819220541249
792026-08-27T10:58:42.419ZFrom https://github.com/oxidecomputer/opte
802026-08-27T10:58:42.419Z * branch 8510c9873305aaa3558334b5ffa6819220541249 -> FETCH_HEAD
812026-08-27T10:58:42.424Z+ [[ -n bound-my-list ]]
822026-08-27T10:58:42.427Z++ git branch --show-current
832026-08-27T10:58:42.427Z+ current=master
842026-08-27T10:58:42.427Z+ [[ master != bound-my-list ]]
852026-08-27T10:58:42.427Z+ git branch -f bound-my-list 8510c9873305aaa3558334b5ffa6819220541249
862026-08-27T10:58:42.431Z+ git checkout -f bound-my-list
872026-08-27T10:58:42.446ZSwitched to branch 'bound-my-list'
882026-08-27T10:58:42.450Z+ git reset --hard 8510c9873305aaa3558334b5ffa6819220541249
892026-08-27T10:58:42.463ZHEAD is now at 8510c98 Nit
902026-08-27T10:58:42.466Zprocess exited: duration 1582 ms, exit code 0
 
912026-08-27T10:58:42.472Zstarting task 4: "build"
922026-08-27T10:58:42.476Z+ source .github/buildomat/common.sh
932026-08-27T10:58:42.479Z++ rustup show active-toolchain
942026-08-27T10:58:42.482Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T10:58:42.482Z++ pushd xde
962026-08-27T10:58:42.485Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T10:58:42.485Z++ rustup show active-toolchain
982026-08-27T10:58:42.488Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T10:58:42.655Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T10:58:42.658Zinfo: downloading 6 components
1012026-08-27T10:58:56.846Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T10:58:56.939Z+++ rustup show active-toolchain -v
1032026-08-27T10:58:56.942Z+++ head -n 1
1042026-08-27T10:58:56.942Z+++ cut '-d ' -f1
1052026-08-27T10:58:56.993Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T10:58:56.993Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T10:58:56.993Z++ popd
1082026-08-27T10:58:56.997Z/work/oxidecomputer/opte
1092026-08-27T10:58:56.997Z+ TGT_BASE=/work
1102026-08-27T10:58:56.997Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-08-27T10:58:56.997Z+ REL_TGT=/work/release
1122026-08-27T10:58:56.997Z+ mkdir -p /work/release
1132026-08-27T10:58:56.997Z+ cargo --version
1142026-08-27T10:58:57.004Zcargo 1.97.1 (c980f4866 2026-06-30)
1152026-08-27T10:58:57.018Z+ rustc --version
1162026-08-27T10:58:57.026Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1172026-08-27T10:58:57.029Z+ header 'build xde and opteadm (release+debug)'
1182026-08-27T10:58:57.029Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-08-27T10:58:57.029Z+ ptime -m cargo xtask build --profile all
1202026-08-27T10:58:57.029Z# ==== build xde and opteadm (release+debug) ==== #
1212026-08-27T10:58:57.131Z Updating crates.io index
1222026-08-27T10:58:57.135Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-08-27T10:58:58.148Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-08-27T10:58:58.434Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1252026-08-27T10:58:58.738Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1262026-08-27T10:58:59.115Z Updating git repository `https://github.com/oxidecomputer/zone`
1272026-08-27T10:58:59.388Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-08-27T10:58:59.852Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-08-27T10:59:01.768Z Downloading crates ...
1302026-08-27T10:59:01.814Z Downloaded cargo_metadata v0.23.1
1312026-08-27T10:59:01.820Z Downloaded cargo-platform v0.3.3
1322026-08-27T10:59:01.822Z Downloaded anstyle-parse v1.0.0
1332026-08-27T10:59:01.825Z Downloaded quote v1.0.46
1342026-08-27T10:59:01.828Z Downloaded heck v0.5.0
1352026-08-27T10:59:01.828Z Downloaded errno v0.3.14
1362026-08-27T10:59:01.831Z Downloaded is_terminal_polyfill v1.70.2
1372026-08-27T10:59:01.834Z Downloaded serde_spanned v1.1.1
1382026-08-27T10:59:01.837Z Downloaded strsim v0.11.1
1392026-08-27T10:59:01.842Z Downloaded clap_lex v1.1.0
1402026-08-27T10:59:01.845Z Downloaded terminal_size v0.4.4
1412026-08-27T10:59:01.848Z Downloaded anstream v1.0.0
1422026-08-27T10:59:01.860Z Downloaded anstyle-query v1.1.5
1432026-08-27T10:59:01.863Z Downloaded colorchoice v1.0.5
1442026-08-27T10:59:01.863Z Downloaded itoa v1.0.18
1452026-08-27T10:59:01.863Z Downloaded utf8parse v0.2.2
1462026-08-27T10:59:01.869Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1472026-08-27T10:59:01.874Z Downloaded equivalent v1.0.2
1482026-08-27T10:59:01.877Z Downloaded anstyle v1.0.14
1492026-08-27T10:59:01.880Z Downloaded toml_writer v1.1.1+spec-1.1.0
1502026-08-27T10:59:01.894Z Downloaded thiserror v2.0.18
1512026-08-27T10:59:01.899Z Downloaded zmij v1.0.22
1522026-08-27T10:59:01.906Z Downloaded thiserror-impl v2.0.18
1532026-08-27T10:59:01.909Z Downloaded anyhow v1.0.103
1542026-08-27T10:59:01.915Z Downloaded camino v1.2.4
1552026-08-27T10:59:01.918Z Downloaded toml_parser v1.1.2+spec-1.1.0
1562026-08-27T10:59:01.918Z Downloaded semver v1.0.28
1572026-08-27T10:59:01.922Z Downloaded serde_core v1.0.228
1582026-08-27T10:59:01.925Z Downloaded unicode-ident v1.0.24
1592026-08-27T10:59:01.928Z Downloaded serde_derive v1.0.228
1602026-08-27T10:59:01.928Z Downloaded bitflags v2.13.0
1612026-08-27T10:59:01.931Z Downloaded clap_derive v4.6.1
1622026-08-27T10:59:01.938Z Downloaded proc-macro2 v1.0.106
1632026-08-27T10:59:01.942Z Downloaded clap v4.6.1
1642026-08-27T10:59:01.948Z Downloaded toml v1.1.2+spec-1.1.0
1652026-08-27T10:59:01.951Z Downloaded serde v1.0.228
1662026-08-27T10:59:01.958Z Downloaded indexmap v2.14.0
1672026-08-27T10:59:01.961Z Downloaded memchr v2.8.3
1682026-08-27T10:59:01.989Z Downloaded hashbrown v0.17.1
1692026-08-27T10:59:01.992Z Downloaded serde_json v1.0.150
1702026-08-27T10:59:01.996Z Downloaded clap_builder v4.6.0
1712026-08-27T10:59:01.999Z Downloaded winnow v1.0.3
1722026-08-27T10:59:02.029Z Downloaded syn v2.0.118
1732026-08-27T10:59:02.035Z Downloaded rustix v1.1.4
1742026-08-27T10:59:02.073Z Downloaded libc v0.2.186
1752026-08-27T10:59:02.119Z Compiling proc-macro2 v1.0.106
1762026-08-27T10:59:02.119Z Compiling serde_core v1.0.228
1772026-08-27T10:59:02.119Z Compiling unicode-ident v1.0.24
1782026-08-27T10:59:02.122Z Compiling quote v1.0.46
1792026-08-27T10:59:02.122Z Compiling libc v0.2.186
1802026-08-27T10:59:02.122Z Compiling rustix v1.1.4
1812026-08-27T10:59:02.122Z Compiling zmij v1.0.22
1822026-08-27T10:59:02.122Z Compiling bitflags v2.13.0
1832026-08-27T10:59:02.319Z Compiling utf8parse v0.2.2
1842026-08-27T10:59:02.415Z Compiling anstyle-parse v1.0.0
1852026-08-27T10:59:02.552Z Compiling camino v1.2.4
1862026-08-27T10:59:02.562Z Compiling is_terminal_polyfill v1.70.2
1872026-08-27T10:59:02.621Z Compiling anstyle-query v1.1.5
1882026-08-27T10:59:02.635Z Compiling serde_json v1.0.150
1892026-08-27T10:59:02.640Z Compiling thiserror v2.0.18
1902026-08-27T10:59:02.688Z Compiling serde v1.0.228
1912026-08-27T10:59:02.718Z Compiling colorchoice v1.0.5
1922026-08-27T10:59:02.825Z Compiling anstyle v1.0.14
1932026-08-27T10:59:02.848Z Compiling errno v0.3.14
1942026-08-27T10:59:02.924Z Compiling itoa v1.0.18
1952026-08-27T10:59:03.007Z Compiling anstream v1.0.0
1962026-08-27T10:59:03.088Z Compiling clap_lex v1.1.0
1972026-08-27T10:59:03.211Z Compiling memchr v2.8.3
1982026-08-27T10:59:03.306Z Compiling strsim v0.11.1
1992026-08-27T10:59:03.368Z Compiling syn v2.0.118
2002026-08-27T10:59:03.423Z Compiling heck v0.5.0
2012026-08-27T10:59:03.468Z Compiling terminal_size v0.4.4
2022026-08-27T10:59:03.517Z Compiling winnow v1.0.3
2032026-08-27T10:59:03.617Z Compiling anyhow v1.0.103
2042026-08-27T10:59:03.623Z Compiling clap_builder v4.6.0
2052026-08-27T10:59:03.975Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-08-27T10:59:04.129Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-08-27T10:59:04.506Z Compiling serde_spanned v1.1.1
2082026-08-27T10:59:04.585Z Compiling semver v1.0.28
2092026-08-27T10:59:04.657Z Compiling cargo-platform v0.3.3
2102026-08-27T10:59:04.958Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-08-27T10:59:05.232Z Compiling toml v1.1.2+spec-1.1.0
2122026-08-27T10:59:06.102Z Compiling thiserror-impl v2.0.18
2132026-08-27T10:59:06.299Z Compiling serde_derive v1.0.228
2142026-08-27T10:59:06.496Z Compiling clap_derive v4.6.1
2152026-08-27T10:59:08.052Z Compiling clap v4.6.1
2162026-08-27T10:59:09.282Z Compiling cargo_metadata v0.23.1
2172026-08-27T10:59:11.656Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-08-27T10:59:13.214Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.17s
2192026-08-27T10:59:13.284Z Running `target/debug/xtask build --profile all`
2202026-08-27T10:59:14.672ZBuilding opteadm (release).
2212026-08-27T10:59:14.764Z Compiling proc-macro2 v1.0.106
2222026-08-27T10:59:14.764Z Compiling unicode-ident v1.0.24
2232026-08-27T10:59:14.767Z Compiling quote v1.0.46
2242026-08-27T10:59:14.768Z Compiling serde_core v1.0.228
2252026-08-27T10:59:14.768Z Compiling libc v0.2.186
2262026-08-27T10:59:14.768Z Compiling cfg-if v1.0.4
2272026-08-27T10:59:14.768Z Compiling memchr v2.8.3
2282026-08-27T10:59:14.768Z Compiling strsim v0.11.1
2292026-08-27T10:59:14.834Z Compiling ident_case v1.0.1
2302026-08-27T10:59:14.877Z Compiling thiserror v2.0.18
2312026-08-27T10:59:14.931Z Compiling regex-syntax v0.8.11
2322026-08-27T10:59:15.038Z Compiling winnow v1.0.3
2332026-08-27T10:59:15.060Z Compiling serde v1.0.228
2342026-08-27T10:59:15.351Z Compiling aho-corasick v1.1.4
2352026-08-27T10:59:15.377Z Compiling equivalent v1.0.2
2362026-08-27T10:59:15.443Z Compiling anyhow v1.0.103
2372026-08-27T10:59:15.447Z Compiling hashbrown v0.17.1
2382026-08-27T10:59:15.559Z Compiling zerocopy v0.8.54
2392026-08-27T10:59:15.905Z Compiling syn v2.0.118
2402026-08-27T10:59:15.910Z Compiling either v1.16.0
2412026-08-27T10:59:15.947Z Compiling toml_parser v1.1.2+spec-1.1.0
2422026-08-27T10:59:15.981Z Compiling indexmap v2.14.0
2432026-08-27T10:59:16.094Z Compiling itertools v0.15.0
2442026-08-27T10:59:16.098Z Compiling toml_datetime v1.1.1+spec-1.1.0
2452026-08-27T10:59:16.297Z Compiling heapless v0.8.0
2462026-08-27T10:59:16.458Z Compiling regex-automata v0.4.15
2472026-08-27T10:59:16.564Z Compiling byteorder v1.5.0
2482026-08-27T10:59:16.664Z Compiling toml_edit v0.25.12+spec-1.1.0
2492026-08-27T10:59:16.714Z Compiling hash32 v0.3.1
2502026-08-27T10:59:16.738Z Compiling syn v1.0.109
2512026-08-27T10:59:16.835Z Compiling stable_deref_trait v1.2.1
2522026-08-27T10:59:16.897Z Compiling bitflags v2.13.0
2532026-08-27T10:59:16.925Z Compiling smoltcp v0.11.0
2542026-08-27T10:59:17.005Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2552026-08-27T10:59:17.021Z Compiling macaddr v1.0.1
2562026-08-27T10:59:17.213Z Compiling rustversion v1.0.23
2572026-08-27T10:59:17.222Z Compiling proc-macro-crate v3.5.0
2582026-08-27T10:59:17.260Z Compiling getrandom v0.4.3
2592026-08-27T10:59:17.362Z Compiling rand_core v0.10.1
2602026-08-27T10:59:17.500Z Compiling rustix v1.1.4
2612026-08-27T10:59:17.504Z Compiling version_check v0.9.5
2622026-08-27T10:59:17.511Z Compiling ref-cast v1.0.25
2632026-08-27T10:59:17.564Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2642026-08-27T10:59:17.599Z Compiling managed v0.8.0
2652026-08-27T10:59:17.691Z Compiling bitflags v1.3.2
2662026-08-27T10:59:17.737Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2672026-08-27T10:59:17.823Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-08-27T10:59:17.935Z Compiling errno v0.3.14
2692026-08-27T10:59:18.069Z Compiling regex v1.13.0
2702026-08-27T10:59:18.199Z Compiling once_cell v1.21.4
2712026-08-27T10:59:18.273Z Compiling utf8parse v0.2.2
2722026-08-27T10:59:18.373Z Compiling ipnetwork v0.21.1
2732026-08-27T10:59:18.415Z Compiling darling_core v0.23.0
2742026-08-27T10:59:18.452Z Compiling unicode-width v0.2.2
2752026-08-27T10:59:18.722Z Compiling foreign-types-shared v0.3.1
2762026-08-27T10:59:18.726Z Compiling cpufeatures v0.3.0
2772026-08-27T10:59:18.750Z Compiling tabwriter v1.4.1
2782026-08-27T10:59:18.778Z Compiling chacha20 v0.10.1
2792026-08-27T10:59:18.795Z Compiling cstr-argument v0.1.2
2802026-08-27T10:59:18.958Z Compiling tracing-core v0.1.36
2812026-08-27T10:59:19.015Z Compiling anstyle-parse v1.0.0
2822026-08-27T10:59:19.510Z Compiling anstyle v1.0.14
2832026-08-27T10:59:19.604Z Compiling dyn-clone v1.0.20
2842026-08-27T10:59:19.658Z Compiling thiserror-impl v2.0.18
2852026-08-27T10:59:19.732Z Compiling serde_derive v1.0.228
2862026-08-27T10:59:19.749Z Compiling zerocopy-derive v0.8.54
2872026-08-27T10:59:19.763Z Compiling num_enum_derive v0.7.6
2882026-08-27T10:59:19.965Z Compiling foreign-types-macros v0.2.3
2892026-08-27T10:59:20.586Z Compiling darling_macro v0.23.0
2902026-08-27T10:59:20.590Z Compiling ref-cast-impl v1.0.25
2912026-08-27T10:59:20.651Z Compiling foreign-types v0.5.0
2922026-08-27T10:59:20.716Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2932026-08-27T10:59:20.755Z Compiling num_enum v0.7.6
2942026-08-27T10:59:20.857Z Compiling tracing-attributes v0.1.31
2952026-08-27T10:59:20.951Z Compiling cobs v0.3.0
2962026-08-27T10:59:21.128Z Compiling darling v0.23.0
2972026-08-27T10:59:21.154Z Compiling pin-project-lite v0.2.17
2982026-08-27T10:59:21.188Z Compiling pretty-hex v0.4.2
2992026-08-27T10:59:21.192Z Compiling ingot-macros v0.2.0
3002026-08-27T10:59:21.195Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3012026-08-27T10:59:21.235Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3022026-08-27T10:59:21.235Z Compiling anstyle-query v1.1.5
3032026-08-27T10:59:21.304Z Compiling colorchoice v1.0.5
3042026-08-27T10:59:21.314Z Compiling is_terminal_polyfill v1.70.2
3052026-08-27T10:59:21.411Z Compiling anstream v1.0.0
3062026-08-27T10:59:21.419Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-08-27T10:59:21.447Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3082026-08-27T10:59:21.601Z Compiling terminal_size v0.4.4
3092026-08-27T10:59:21.654Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-08-27T10:59:21.775Z Compiling rand v0.10.2
3112026-08-27T10:59:21.807Z Compiling uuid v1.23.5
3122026-08-27T10:59:22.013Z Compiling socket2 v0.6.4
3132026-08-27T10:59:22.036Z Compiling tracing v0.1.44
3142026-08-27T10:59:22.209Z Compiling oxnet v0.1.6
3152026-08-27T10:59:22.282Z Compiling colored v3.1.1
3162026-08-27T10:59:22.516Z Compiling heck v0.5.0
3172026-08-27T10:59:22.588Z Compiling clap_lex v1.1.0
3182026-08-27T10:59:22.694Z Compiling clap_derive v4.6.1
3192026-08-27T10:59:22.803Z Compiling clap_builder v4.6.0
3202026-08-27T10:59:22.895Z Compiling postcard v1.1.3
3212026-08-27T10:59:23.003Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-08-27T10:59:24.105Z Compiling ingot-types v0.2.0
3232026-08-27T10:59:24.496Z Compiling ingot v0.2.0
3242026-08-27T10:59:24.645Z Compiling clap v4.6.1
3252026-08-27T10:59:26.175Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3262026-08-27T10:59:27.177Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3272026-08-27T10:59:28.207Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3282026-08-27T10:59:34.766Z Finished `release` profile [optimized + debuginfo] target(s) in 20.09s
3292026-08-27T10:59:34.791ZBuilding xde (release-lto).
3302026-08-27T10:59:35.029Z Updating crates.io index
3312026-08-27T10:59:35.111Z Downloading crates ...
3322026-08-27T10:59:35.153Z Downloaded foldhash v0.2.0
3332026-08-27T10:59:35.156Z Downloaded adler2 v2.0.1
3342026-08-27T10:59:35.162Z Downloaded getopts v0.2.24
3352026-08-27T10:59:35.168Z Downloaded rustc-literal-escaper v0.0.8
3362026-08-27T10:59:35.184Z Downloaded rustc-demangle v0.1.28
3372026-08-27T10:59:35.190Z Downloaded addr2line v0.27.0
3382026-08-27T10:59:35.193Z Downloaded miniz_oxide v0.9.1
3392026-08-27T10:59:35.198Z Downloaded memchr v2.7.6
3402026-08-27T10:59:35.244Z Downloaded object v0.39.1
3412026-08-27T10:59:35.251Z Downloaded gimli v0.34.0
3422026-08-27T10:59:35.281Z Downloaded libc v0.2.185
3432026-08-27T10:59:35.335Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3442026-08-27T10:59:35.335Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3452026-08-27T10:59:35.338Z Compiling proc-macro2 v1.0.106
3462026-08-27T10:59:35.338Z Compiling unicode-ident v1.0.24
3472026-08-27T10:59:35.338Z Compiling quote v1.0.46
3482026-08-27T10:59:35.338Z Compiling serde_core v1.0.228
3492026-08-27T10:59:35.338Z Compiling strsim v0.11.1
3502026-08-27T10:59:35.338Z Compiling ident_case v1.0.1
3512026-08-27T10:59:35.499Z Compiling memchr v2.8.3
3522026-08-27T10:59:35.503Z Compiling regex-syntax v0.8.11
3532026-08-27T10:59:35.754Z Compiling thiserror v2.0.18
3542026-08-27T10:59:35.758Z Compiling either v1.16.0
3552026-08-27T10:59:35.765Z Compiling serde v1.0.228
3562026-08-27T10:59:35.888Z Compiling aho-corasick v1.1.4
3572026-08-27T10:59:35.952Z Compiling zerocopy v0.8.54
3582026-08-27T10:59:36.146Z Compiling itertools v0.15.0
3592026-08-27T10:59:36.170Z Compiling heapless v0.8.0
3602026-08-27T10:59:36.478Z Compiling syn v2.0.118
3612026-08-27T10:59:36.550Z Compiling smoltcp v0.11.0
3622026-08-27T10:59:36.593Z Compiling crc32fast v1.5.0
3632026-08-27T10:59:36.632Z Compiling version_check v0.9.5
3642026-08-27T10:59:36.924Z Compiling regex-automata v0.4.15
3652026-08-27T10:59:36.975Z Compiling ref-cast v1.0.25
3662026-08-27T10:59:36.984Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3672026-08-27T10:59:38.469Z Compiling regex v1.13.0
3682026-08-27T10:59:38.751Z Compiling darling_core v0.23.0
3692026-08-27T10:59:39.588Z Compiling zerocopy-derive v0.8.54
3702026-08-27T10:59:39.588Z Compiling thiserror-impl v2.0.18
3712026-08-27T10:59:39.588Z Compiling serde_derive v1.0.228
3722026-08-27T10:59:39.588Z Compiling ref-cast-impl v1.0.25
3732026-08-27T10:59:39.591Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3742026-08-27T10:59:40.940Z Compiling darling_macro v0.23.0
3752026-08-27T10:59:41.792Z Compiling darling v0.23.0
3762026-08-27T10:59:41.851Z Compiling ingot-macros v0.2.0
3772026-08-27T10:59:41.851Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3782026-08-27T10:59:47.688Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3792026-08-27T10:59:50.000Z Compiling byteorder v1.5.0
3802026-08-27T10:59:50.001Z Compiling stable_deref_trait v1.2.1
3812026-08-27T10:59:50.001Z Compiling cfg-if v1.0.4
3822026-08-27T10:59:50.001Z Compiling macaddr v1.0.1
3832026-08-27T10:59:50.057Z Compiling bitflags v1.3.2
3842026-08-27T10:59:50.068Z Compiling cobs v0.3.0
3852026-08-27T10:59:50.091Z Compiling managed v0.8.0
3862026-08-27T10:59:50.181Z Compiling hash32 v0.3.1
3872026-08-27T10:59:50.307Z Compiling dyn-clone v1.0.20
3882026-08-27T10:59:50.354Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3892026-08-27T10:59:51.558Z Compiling bitflags v2.13.0
3902026-08-27T10:59:51.558Z Compiling uuid v1.23.5
3912026-08-27T10:59:51.698Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3922026-08-27T10:59:51.985Z Compiling postcard v1.1.3
3932026-08-27T10:59:52.813Z Compiling ingot-types v0.2.0
3942026-08-27T10:59:53.126Z Compiling ingot v0.2.0
3952026-08-27T10:59:54.633Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3962026-08-27T10:59:58.437Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3972026-08-27T11:00:07.321Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
3982026-08-27T11:00:38.202Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 03s
3992026-08-27T11:00:38.231ZLinking xde kmod...
4002026-08-27T11:00:38.817ZBuilding xde dev link helper (release).
4012026-08-27T11:00:38.970Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4022026-08-27T11:00:38.971Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4032026-08-27T11:00:38.971Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4042026-08-27T11:00:50.456Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4052026-08-27T11:00:53.161Z Finished `release` profile [optimized + debuginfo] target(s) in 14.31s
4062026-08-27T11:00:53.180ZBuilding opteadm (dev).
4072026-08-27T11:00:53.329Z Compiling serde_core v1.0.228
4082026-08-27T11:00:53.329Z Compiling libc v0.2.186
4092026-08-27T11:00:53.329Z Compiling cfg-if v1.0.4
4102026-08-27T11:00:53.329Z Compiling strsim v0.11.1
4112026-08-27T11:00:53.329Z Compiling ident_case v1.0.1
4122026-08-27T11:00:53.332Z Compiling memchr v2.8.3
4132026-08-27T11:00:53.353Z Compiling syn v2.0.118
4142026-08-27T11:00:53.356Z Compiling regex-syntax v0.8.11
4152026-08-27T11:00:53.401Z Compiling either v1.16.0
4162026-08-27T11:00:53.448Z Compiling winnow v1.0.3
4172026-08-27T11:00:53.588Z Compiling serde v1.0.228
4182026-08-27T11:00:53.611Z Compiling equivalent v1.0.2
4192026-08-27T11:00:53.681Z Compiling zerocopy v0.8.54
4202026-08-27T11:00:53.877Z Compiling aho-corasick v1.1.4
4212026-08-27T11:00:53.895Z Compiling hashbrown v0.17.1
4222026-08-27T11:00:54.110Z Compiling itertools v0.15.0
4232026-08-27T11:00:54.138Z Compiling byteorder v1.5.0
4242026-08-27T11:00:54.311Z Compiling heapless v0.8.0
4252026-08-27T11:00:54.429Z Compiling indexmap v2.14.0
4262026-08-27T11:00:54.457Z Compiling toml_parser v1.1.2+spec-1.1.0
4272026-08-27T11:00:54.596Z Compiling toml_datetime v1.1.1+spec-1.1.0
4282026-08-27T11:00:54.807Z Compiling regex-automata v0.4.15
4292026-08-27T11:00:54.991Z Compiling toml_edit v0.25.12+spec-1.1.0
4302026-08-27T11:00:55.182Z Compiling hash32 v0.3.1
4312026-08-27T11:00:55.273Z Compiling smoltcp v0.11.0
4322026-08-27T11:00:55.331Z Compiling stable_deref_trait v1.2.1
4332026-08-27T11:00:55.383Z Compiling bitflags v2.13.0
4342026-08-27T11:00:55.393Z Compiling syn v1.0.109
4352026-08-27T11:00:55.397Z Compiling macaddr v1.0.1
4362026-08-27T11:00:55.572Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4372026-08-27T11:00:55.595Z Compiling rustversion v1.0.23
4382026-08-27T11:00:55.642Z Compiling proc-macro-crate v3.5.0
4392026-08-27T11:00:55.802Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4402026-08-27T11:00:55.822Z Compiling version_check v0.9.5
4412026-08-27T11:00:55.866Z Compiling rand_core v0.10.1
4422026-08-27T11:00:55.930Z Compiling darling_core v0.23.0
4432026-08-27T11:00:56.018Z Compiling ref-cast v1.0.25
4442026-08-27T11:00:56.037Z Compiling bitflags v1.3.2
4452026-08-27T11:00:56.040Z Compiling getrandom v0.4.3
4462026-08-27T11:00:56.076Z Compiling managed v0.8.0
4472026-08-27T11:00:56.097Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4482026-08-27T11:00:56.313Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4492026-08-27T11:00:56.346Z Compiling errno v0.3.14
4502026-08-27T11:00:56.512Z Compiling regex v1.13.0
4512026-08-27T11:00:56.687Z Compiling cpufeatures v0.3.0
4522026-08-27T11:00:56.754Z Compiling unicode-width v0.2.2
4532026-08-27T11:00:56.910Z Compiling once_cell v1.21.4
4542026-08-27T11:00:56.925Z Compiling ipnetwork v0.21.1
4552026-08-27T11:00:57.051Z Compiling foreign-types-shared v0.3.1
4562026-08-27T11:00:57.138Z Compiling thiserror-impl v2.0.18
4572026-08-27T11:00:57.149Z Compiling serde_derive v1.0.228
4582026-08-27T11:00:57.351Z Compiling zerocopy-derive v0.8.54
4592026-08-27T11:00:57.415Z Compiling num_enum_derive v0.7.6
4602026-08-27T11:00:58.011Z Compiling darling_macro v0.23.0
4612026-08-27T11:00:58.294Z Compiling ref-cast-impl v1.0.25
4622026-08-27T11:00:58.318Z Compiling thiserror v2.0.18
4632026-08-27T11:00:58.394Z Compiling cobs v0.3.0
4642026-08-27T11:00:58.413Z Compiling foreign-types-macros v0.2.3
4652026-08-27T11:00:58.573Z Compiling darling v0.23.0
4662026-08-27T11:00:58.644Z Compiling ingot-macros v0.2.0
4672026-08-27T11:00:58.671Z Compiling num_enum v0.7.6
4682026-08-27T11:00:58.779Z Compiling cstr-argument v0.1.2
4692026-08-27T11:00:59.006Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4702026-08-27T11:00:59.011Z Compiling tracing-attributes v0.1.31
4712026-08-27T11:00:59.044Z Compiling foreign-types v0.5.0
4722026-08-27T11:00:59.115Z Compiling tracing-core v0.1.36
4732026-08-27T11:00:59.578Z Compiling tabwriter v1.4.1
4742026-08-27T11:00:59.622Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4752026-08-27T11:01:00.001Z Compiling chacha20 v0.10.1
4762026-08-27T11:01:00.102Z Compiling rustix v1.1.4
4772026-08-27T11:01:00.344Z Compiling postcard v1.1.3
4782026-08-27T11:01:00.521Z Compiling anyhow v1.0.103
4792026-08-27T11:01:00.542Z Compiling pin-project-lite v0.2.17
4802026-08-27T11:01:00.559Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4812026-08-27T11:01:00.629Z Compiling pretty-hex v0.4.2
4822026-08-27T11:01:00.695Z Compiling dyn-clone v1.0.20
4832026-08-27T11:01:00.700Z Compiling terminal_size v0.4.4
4842026-08-27T11:01:00.751Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4852026-08-27T11:01:00.766Z Compiling tracing v0.1.44
4862026-08-27T11:01:00.838Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4872026-08-27T11:01:00.845Z Compiling rand v0.10.2
4882026-08-27T11:01:00.958Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4892026-08-27T11:01:01.021Z Compiling uuid v1.23.5
4902026-08-27T11:01:01.071Z Compiling socket2 v0.6.4
4912026-08-27T11:01:01.121Z Compiling colored v3.1.1
4922026-08-27T11:01:01.283Z Compiling oxnet v0.1.6
4932026-08-27T11:01:01.459Z Compiling clap_builder v4.6.0
4942026-08-27T11:01:01.636Z Compiling ingot-types v0.2.0
4952026-08-27T11:01:01.766Z Compiling clap_derive v4.6.1
4962026-08-27T11:01:01.792Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4972026-08-27T11:01:01.970Z Compiling ingot v0.2.0
4982026-08-27T11:01:03.060Z Compiling clap v4.6.1
4992026-08-27T11:01:03.811Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5002026-08-27T11:01:06.076Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5012026-08-27T11:01:07.245Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5022026-08-27T11:01:11.623Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.44s
5032026-08-27T11:01:11.651ZBuilding xde (dev).
5042026-08-27T11:01:11.866Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5052026-08-27T11:01:11.866Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5062026-08-27T11:01:11.866Z Compiling proc-macro2 v1.0.106
5072026-08-27T11:01:11.866Z Compiling unicode-ident v1.0.24
5082026-08-27T11:01:11.866Z Compiling quote v1.0.46
5092026-08-27T11:01:11.866Z Compiling serde_core v1.0.228
5102026-08-27T11:01:11.869Z Compiling strsim v0.11.1
5112026-08-27T11:01:11.870Z Compiling ident_case v1.0.1
5122026-08-27T11:01:11.981Z Compiling memchr v2.8.3
5132026-08-27T11:01:11.982Z Compiling regex-syntax v0.8.11
5142026-08-27T11:01:12.243Z Compiling thiserror v2.0.18
5152026-08-27T11:01:12.257Z Compiling either v1.16.0
5162026-08-27T11:01:12.260Z Compiling serde v1.0.228
5172026-08-27T11:01:12.373Z Compiling aho-corasick v1.1.4
5182026-08-27T11:01:12.444Z Compiling zerocopy v0.8.54
5192026-08-27T11:01:12.635Z Compiling itertools v0.15.0
5202026-08-27T11:01:12.670Z Compiling heapless v0.8.0
5212026-08-27T11:01:12.981Z Compiling syn v2.0.118
5222026-08-27T11:01:13.071Z Compiling smoltcp v0.11.0
5232026-08-27T11:01:13.081Z Compiling ref-cast v1.0.25
5242026-08-27T11:01:13.142Z Compiling crc32fast v1.5.0
5252026-08-27T11:01:13.473Z Compiling regex-automata v0.4.15
5262026-08-27T11:01:13.488Z Compiling version_check v0.9.5
5272026-08-27T11:01:13.847Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5282026-08-27T11:01:15.055Z Compiling regex v1.13.0
5292026-08-27T11:01:15.317Z Compiling darling_core v0.23.0
5302026-08-27T11:01:16.117Z Compiling zerocopy-derive v0.8.54
5312026-08-27T11:01:16.117Z Compiling thiserror-impl v2.0.18
5322026-08-27T11:01:16.120Z Compiling serde_derive v1.0.228
5332026-08-27T11:01:16.120Z Compiling ref-cast-impl v1.0.25
5342026-08-27T11:01:16.120Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5352026-08-27T11:01:17.486Z Compiling darling_macro v0.23.0
5362026-08-27T11:01:18.355Z Compiling darling v0.23.0
5372026-08-27T11:01:18.414Z Compiling ingot-macros v0.2.0
5382026-08-27T11:01:18.414Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5392026-08-27T11:01:23.664Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-08-27T11:01:25.571Z Compiling byteorder v1.5.0
5412026-08-27T11:01:25.572Z Compiling macaddr v1.0.1
5422026-08-27T11:01:25.575Z Compiling stable_deref_trait v1.2.1
5432026-08-27T11:01:25.575Z Compiling cfg-if v1.0.4
5442026-08-27T11:01:25.635Z Compiling managed v0.8.0
5452026-08-27T11:01:25.640Z Compiling cobs v0.3.0
5462026-08-27T11:01:25.682Z Compiling bitflags v1.3.2
5472026-08-27T11:01:25.750Z Compiling hash32 v0.3.1
5482026-08-27T11:01:25.927Z Compiling dyn-clone v1.0.20
5492026-08-27T11:01:26.014Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5502026-08-27T11:01:27.066Z Compiling bitflags v2.13.0
5512026-08-27T11:01:27.066Z Compiling uuid v1.23.5
5522026-08-27T11:01:27.199Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5532026-08-27T11:01:27.470Z Compiling postcard v1.1.3
5542026-08-27T11:01:28.281Z Compiling ingot-types v0.2.0
5552026-08-27T11:01:28.559Z Compiling ingot v0.2.0
5562026-08-27T11:01:29.995Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5572026-08-27T11:01:33.510Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5582026-08-27T11:01:43.489Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5592026-08-27T11:01:51.571Z Finished `dev` profile [optimized + debuginfo] target(s) in 39.89s
5602026-08-27T11:01:51.592ZLinking xde kmod...
5612026-08-27T11:01:52.600ZBuilding xde dev link helper (dev).
5622026-08-27T11:01:52.753Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5632026-08-27T11:01:52.753Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5642026-08-27T11:01:52.753Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5652026-08-27T11:02:03.500Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5662026-08-27T11:02:05.913Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.28s
5672026-08-27T11:02:05.934Z
5682026-08-27T11:02:05.938Zreal 3:08.903364569
5692026-08-27T11:02:05.938Zuser 8:49.845703434
5702026-08-27T11:02:05.938Zsys 56.050456332
5712026-08-27T11:02:05.938Ztrap 0.218395128
5722026-08-27T11:02:05.938Ztflt 0.845017863
5732026-08-27T11:02:05.938Zdflt 1.615023579
5742026-08-27T11:02:05.938Zkflt 0.006679804
5752026-08-27T11:02:05.938Zlock 30:44.694645965
5762026-08-27T11:02:05.938Zslp 20:33.851168318
5772026-08-27T11:02:05.938Zlat 19.025441151
5782026-08-27T11:02:05.938Zstop 31.867147933
5792026-08-27T11:02:05.938Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5802026-08-27T11:02:05.938Z+ grep GOTPCREL
5812026-08-27T11:02:06.931Z+ header 'package opte'
5822026-08-27T11:02:06.934Z+ echo '# ==== package opte ==== #'
5832026-08-27T11:02:06.934Z# ==== package opte ==== #
5842026-08-27T11:02:06.934Z+ cargo xtask package --skip-build --profile all
5852026-08-27T11:02:07.070Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5862026-08-27T11:02:07.073Z Running `target/debug/xtask package --skip-build --profile all`
5872026-08-27T11:02:07.276Z+ ./clean.sh
5882026-08-27T11:02:07.283Z+ mkdir -p proto/kernel/drv/amd64
5892026-08-27T11:02:07.286Z+ mkdir -p proto/opt/oxide/opte/bin
5902026-08-27T11:02:07.286Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
5912026-08-27T11:02:07.289Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
5922026-08-27T11:02:07.304Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
5932026-08-27T11:02:07.339Z+ cp ../xde/xde.conf proto/kernel/drv/
5942026-08-27T11:02:07.342Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
5952026-08-27T11:02:07.342Z+ '[' -z ']'
5962026-08-27T11:02:07.342Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
5972026-08-27T11:02:07.366Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
5982026-08-27T11:02:07.437Z+ INC_DEBUG=
5992026-08-27T11:02:07.437Z+ typeset -ri TAG=0
6002026-08-27T11:02:07.440Z++ ./print-api-version.sh
6012026-08-27T11:02:07.443Z+ API_VSN=41
6022026-08-27T11:02:07.446Z+ PKG_VERSION=0.41.516-3.0
6032026-08-27T11:02:07.446Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.516-3.0/g opte.template.p5m
6042026-08-27T11:02:07.446Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6052026-08-27T11:02:07.976Z+ pkgdepend generate -d proto opte.base.p5m
6062026-08-27T11:02:08.316Z+ mkdir -p packages
6072026-08-27T11:02:08.320Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6082026-08-27T11:02:15.123Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6092026-08-27T11:02:15.127Z+ pkgrepo create packages/repo
6102026-08-27T11:02:15.333Z+ pkgrepo add-publisher -s packages/repo helios
6112026-08-27T11:02:15.540Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6122026-08-27T11:02:43.599Zpkg://helios/driver/network/opte@0.41.516,5.11-3.0:20260827T110213Z
6132026-08-27T11:02:43.599ZPUBLISHED
6142026-08-27T11:02:43.633Z+ pkgrecv -a -d packages/repo/opte-0.41.516-3.0.p5p -s packages/repo -v -m latest '*'
6152026-08-27T11:02:43.812ZRetrieving packages for publisher helios ...
6162026-08-27T11:02:43.815ZRetrieving catalog 'helios' ... Done
6172026-08-27T11:02:43.818ZRetrieving and evaluating 1 package(s)...
6182026-08-27T11:02:43.818ZFetching manifests: 1/1 100% complete
6192026-08-27T11:02:43.818ZFetching manifests: 1/1 100% complete
6202026-08-27T11:02:43.818Z
6212026-08-27T11:02:43.818ZArchiving packages ...
6222026-08-27T11:02:43.818Z Packages to add: 1
6232026-08-27T11:02:43.818Z Files to retrieve: 6
6242026-08-27T11:02:43.818ZEstimated transfer size: 36.11 MB
6252026-08-27T11:02:43.818Z
6262026-08-27T11:02:43.819ZPackages to archive:
6272026-08-27T11:02:43.819Zdriver/network/opte@0.41.516,5.11-3.0:20260827T110213Z
6282026-08-27T11:02:43.819Z
6292026-08-27T11:02:43.819ZDownload: 0/6 items 0.0/36.1MB 0% complete
6302026-08-27T11:02:43.882ZDownload: Completed 36.11 MB in 0.07 seconds (546M/s)
6312026-08-27T11:02:43.885ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6322026-08-27T11:02:43.898ZArchiving: Completed 36.15 MB in 0.01 seconds
6332026-08-27T11:02:43.944ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.516-3.0.p5p.
6342026-08-27T11:02:43.947Z+ banner copy
6352026-08-27T11:02:43.950Z
6362026-08-27T11:02:43.950Z #### #### ##### # #
6372026-08-27T11:02:43.950Z # # # # # # # #
6382026-08-27T11:02:43.950Z # # # # # #
6392026-08-27T11:02:43.950Z # # # ##### #
6402026-08-27T11:02:43.950Z # # # # # #
6412026-08-27T11:02:43.950Z #### #### # #
6422026-08-27T11:02:43.950Z
6432026-08-27T11:02:43.950Z+ pfexec mkdir -p /out
6442026-08-27T11:02:43.953Z+ pfexec chown 12345 /out
6452026-08-27T11:02:43.953Z+ PKG_NAME=/out/opte.p5p
6462026-08-27T11:02:43.953Z+ mv pkg/packages/repo/opte-0.41.516-3.0.p5p /out/opte.p5p
6472026-08-27T11:02:43.984Z+ sha256sum /out/opte.p5p
6482026-08-27T11:02:44.009Zprocess exited: duration 241537 ms, exit code 0
 
6492026-08-27T11:02:44.021Zfound 2 output files
6502026-08-27T11:02:44.021Zuploading: /out/opte.p5p (37908480 bytes)
6512026-08-27T11:02:45.247Zuploaded: /out/opte.p5p
6522026-08-27T11:02:45.250Zuploading: /out/opte.p5p.sha256 (80 bytes)
6532026-08-27T11:02:46.257Zuploaded: /out/opte.p5p.sha256