01KY9R0CAA5Q5EH7YEPWJY5K47: 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: 01KY9R0XV2BV25YPZ5S25KC964

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T09:42:27.282Zjob assigned to worker 01KY9R0TPF7WB6BQ93748YAYE6 [factory aws, i-0d971e57fd163f482] (queued for 49 s)
 
22026-07-24T09:42:33.435Zstarting task 0: "setup"
32026-07-24T09:42:33.438Z++ uname -s
42026-07-24T09:42:33.438Z+ kern=SunOS
52026-07-24T09:42:33.438Z+ build_user=build
62026-07-24T09:42:33.439Z+ build_uid=12345
72026-07-24T09:42:33.439Z+ work_dir=/work
82026-07-24T09:42:33.439Z+ input_dir=/input
92026-07-24T09:42:33.439Z+ [[ 0 == 12345 ]]
102026-07-24T09:42:33.439Z+ case "$kern" in
112026-07-24T09:42:33.439Z+ groupadd -g 12345 build
122026-07-24T09:42:33.442Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T09:42:35.445Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T09:42:35.534Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T09:42:35.537Z+ home_fs=zfs
162026-07-24T09:42:35.537Z+ [[ zfs == autofs ]]
172026-07-24T09:42:35.537Z+ mkdir -p /home/build
182026-07-24T09:42:35.537Z+ chown build:build /home/build /work
192026-07-24T09:42:37.537Z+ chmod 0700 /home/build /work
202026-07-24T09:42:37.540Zprocess exited: duration 4107 ms, exit code 0
 
212026-07-24T09:42:37.547Zstarting task 1: "rust-toolchain"
222026-07-24T09:42:37.551Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-24T09:42:37.551Z * rust toolchain channel = "1.97.1"
242026-07-24T09:42:37.551Z * rust toolchain profile = "default"
252026-07-24T09:42:37.551Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-24T09:42:37.551Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T09:42:37.554Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T09:42:37.554Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T09:42:37.554Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-24T09:42:37.647Zinfo: downloading installer
312026-07-24T09:42:39.102Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T09:42:39.102Zwarn: /home/build/.rustup/settings.toml
332026-07-24T09:42:39.102Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T09:42:39.102Zwarn: instead of the one inferred from the default host triple.
352026-07-24T09:42:39.114Zinfo: profile set to default
362026-07-24T09:42:39.114Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T09:42:39.117Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-24T09:42:39.253Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-24T09:42:39.257Zinfo: downloading 6 components
402026-07-24T09:42:54.452Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-24T09:42:54.452Z
422026-07-24T09:42:54.479Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-24T09:42:54.479Z
442026-07-24T09:42:54.479Z
452026-07-24T09:42:54.479ZRust is installed now. Great!
462026-07-24T09:42:54.479Z
472026-07-24T09:42:54.482ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T09:42:54.482Zenvironment variable. This has not been done automatically.
492026-07-24T09:42:54.482Z
502026-07-24T09:42:54.482ZTo configure your current shell, you need to source
512026-07-24T09:42:54.482Zthe corresponding env file under $HOME/.cargo.
522026-07-24T09:42:54.482Z
532026-07-24T09:42:54.482ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T09:42:54.483Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T09:42:54.483Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T09:42:54.483Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T09:42:54.483Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T09:42:54.483Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T09:42:54.483Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T09:42:54.483Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T09:42:54.483Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T09:42:54.586Z+ rustup --version
632026-07-24T09:42:54.596Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T09:42:54.599Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T09:42:54.615Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-24T09:42:54.619Z+ cargo --version
672026-07-24T09:42:54.633Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-24T09:42:54.636Z+ rustc --version
692026-07-24T09:42:54.656Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-24T09:42:54.660Zprocess exited: duration 17110 ms, exit code 0
 
712026-07-24T09:42:54.666Zstarting task 2: "authentication"
722026-07-24T09:42:54.683Zprocess exited: duration 16 ms, exit code 0
 
732026-07-24T09:42:54.689Zstarting task 3: "clone repository"
742026-07-24T09:42:54.692Z+ mkdir -p /work/oxidecomputer/opte
752026-07-24T09:42:54.695Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-24T09:42:54.726ZCloning into '/work/oxidecomputer/opte'...
772026-07-24T09:42:55.637Z+ cd /work/oxidecomputer/opte
782026-07-24T09:42:55.638Z+ git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8
792026-07-24T09:42:55.845ZFrom https://github.com/oxidecomputer/opte
802026-07-24T09:42:55.845Z * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD
812026-07-24T09:42:55.851Z+ [[ -n '' ]]
822026-07-24T09:42:55.851Z+ git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8
832026-07-24T09:42:55.866ZHEAD is now at f21e375 Review feedback.
842026-07-24T09:42:55.870Zprocess exited: duration 1178 ms, exit code 0
 
852026-07-24T09:42:55.876Zstarting task 4: "build"
862026-07-24T09:42:55.880Z+ source .github/buildomat/common.sh
872026-07-24T09:42:55.880Z++ rustup show active-toolchain
882026-07-24T09:42:55.885Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-07-24T09:42:55.888Z++ pushd xde
902026-07-24T09:42:55.889Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-07-24T09:42:55.889Z++ rustup show active-toolchain
922026-07-24T09:42:55.892Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
932026-07-24T09:42:56.045Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
942026-07-24T09:42:56.049Zinfo: downloading 6 components
952026-07-24T09:43:11.078Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-07-24T09:43:11.160Z+++ rustup show active-toolchain -v
972026-07-24T09:43:11.163Z+++ head -n 1
982026-07-24T09:43:11.163Z+++ cut '-d ' -f1
992026-07-24T09:43:11.215Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-24T09:43:11.215Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1012026-07-24T09:43:11.219Z++ popd
1022026-07-24T09:43:11.219Z/work/oxidecomputer/opte
1032026-07-24T09:43:11.219Z+ TGT_BASE=/work
1042026-07-24T09:43:11.219Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1052026-07-24T09:43:11.219Z+ REL_TGT=/work/release
1062026-07-24T09:43:11.219Z+ mkdir -p /work/release
1072026-07-24T09:43:11.219Z+ cargo --version
1082026-07-24T09:43:11.227Zcargo 1.97.1 (c980f4866 2026-06-30)
1092026-07-24T09:43:11.230Z+ rustc --version
1102026-07-24T09:43:11.248Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1112026-07-24T09:43:11.251Z+ header 'build xde and opteadm (release+debug)'
1122026-07-24T09:43:11.251Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1132026-07-24T09:43:11.251Z# ==== build xde and opteadm (release+debug) ==== #
1142026-07-24T09:43:11.251Z+ ptime -m cargo xtask build --profile all
1152026-07-24T09:43:11.350Z Updating crates.io index
1162026-07-24T09:43:11.353Z Updating git repository `https://github.com/oxidecomputer/falcon`
1172026-07-24T09:43:12.311Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1182026-07-24T09:43:12.553Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1192026-07-24T09:43:12.912Z Updating git repository `https://github.com/oxidecomputer/zone`
1202026-07-24T09:43:13.175Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1212026-07-24T09:43:13.427Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1222026-07-24T09:43:13.749Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1232026-07-24T09:43:15.576Z Downloading crates ...
1242026-07-24T09:43:15.622Z Downloaded anstream v1.0.0
1252026-07-24T09:43:15.627Z Downloaded anstyle-query v1.1.5
1262026-07-24T09:43:15.631Z Downloaded toml v1.1.2+spec-1.1.0
1272026-07-24T09:43:15.637Z Downloaded utf8parse v0.2.2
1282026-07-24T09:43:15.640Z Downloaded strsim v0.11.1
1292026-07-24T09:43:15.640Z Downloaded is_terminal_polyfill v1.70.2
1302026-07-24T09:43:15.640Z Downloaded colorchoice v1.0.5
1312026-07-24T09:43:15.640Z Downloaded terminal_size v0.4.4
1322026-07-24T09:43:15.644Z Downloaded cargo-platform v0.3.3
1332026-07-24T09:43:15.651Z Downloaded clap_lex v1.1.0
1342026-07-24T09:43:15.652Z Downloaded errno v0.3.14
1352026-07-24T09:43:15.656Z Downloaded serde_spanned v1.1.1
1362026-07-24T09:43:15.659Z Downloaded equivalent v1.0.2
1372026-07-24T09:43:15.660Z Downloaded thiserror-impl v2.0.18
1382026-07-24T09:43:15.660Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1392026-07-24T09:43:15.665Z Downloaded heck v0.5.0
1402026-07-24T09:43:15.671Z Downloaded anstyle-parse v1.0.0
1412026-07-24T09:43:15.675Z Downloaded toml_writer v1.1.1+spec-1.1.0
1422026-07-24T09:43:15.678Z Downloaded quote v1.0.46
1432026-07-24T09:43:15.678Z Downloaded itoa v1.0.18
1442026-07-24T09:43:15.681Z Downloaded cargo_metadata v0.23.1
1452026-07-24T09:43:15.684Z Downloaded anstyle v1.0.14
1462026-07-24T09:43:15.687Z Downloaded zmij v1.0.22
1472026-07-24T09:43:15.693Z Downloaded thiserror v2.0.18
1482026-07-24T09:43:15.696Z Downloaded clap_derive v4.6.1
1492026-07-24T09:43:15.699Z Downloaded semver v1.0.28
1502026-07-24T09:43:15.699Z Downloaded anyhow v1.0.103
1512026-07-24T09:43:15.705Z Downloaded camino v1.2.4
1522026-07-24T09:43:15.708Z Downloaded serde_core v1.0.228
1532026-07-24T09:43:15.711Z Downloaded toml_parser v1.1.2+spec-1.1.0
1542026-07-24T09:43:15.714Z Downloaded bitflags v2.13.0
1552026-07-24T09:43:15.714Z Downloaded unicode-ident v1.0.24
1562026-07-24T09:43:15.717Z Downloaded clap v4.6.1
1572026-07-24T09:43:15.720Z Downloaded proc-macro2 v1.0.106
1582026-07-24T09:43:15.724Z Downloaded serde_derive v1.0.228
1592026-07-24T09:43:15.733Z Downloaded serde v1.0.228
1602026-07-24T09:43:15.736Z Downloaded indexmap v2.14.0
1612026-07-24T09:43:15.741Z Downloaded memchr v2.8.3
1622026-07-24T09:43:15.762Z Downloaded hashbrown v0.17.1
1632026-07-24T09:43:15.765Z Downloaded serde_json v1.0.150
1642026-07-24T09:43:15.769Z Downloaded clap_builder v4.6.0
1652026-07-24T09:43:15.773Z Downloaded winnow v1.0.3
1662026-07-24T09:43:15.793Z Downloaded syn v2.0.118
1672026-07-24T09:43:15.812Z Downloaded rustix v1.1.4
1682026-07-24T09:43:15.831Z Downloaded libc v0.2.186
1692026-07-24T09:43:15.876Z Compiling serde_core v1.0.228
1702026-07-24T09:43:15.881Z Compiling proc-macro2 v1.0.106
1712026-07-24T09:43:15.881Z Compiling quote v1.0.46
1722026-07-24T09:43:15.881Z Compiling unicode-ident v1.0.24
1732026-07-24T09:43:15.881Z Compiling libc v0.2.186
1742026-07-24T09:43:15.881Z Compiling rustix v1.1.4
1752026-07-24T09:43:15.881Z Compiling utf8parse v0.2.2
1762026-07-24T09:43:15.881Z Compiling bitflags v2.13.0
1772026-07-24T09:43:16.056Z Compiling zmij v1.0.22
1782026-07-24T09:43:16.070Z Compiling anstyle-parse v1.0.0
1792026-07-24T09:43:16.296Z Compiling serde_json v1.0.150
1802026-07-24T09:43:16.324Z Compiling anstyle v1.0.14
1812026-07-24T09:43:16.372Z Compiling colorchoice v1.0.5
1822026-07-24T09:43:16.408Z Compiling anstyle-query v1.1.5
1832026-07-24T09:43:16.471Z Compiling serde v1.0.228
1842026-07-24T09:43:16.477Z Compiling thiserror v2.0.18
1852026-07-24T09:43:16.506Z Compiling is_terminal_polyfill v1.70.2
1862026-07-24T09:43:16.512Z Compiling camino v1.2.4
1872026-07-24T09:43:16.582Z Compiling anstream v1.0.0
1882026-07-24T09:43:16.684Z Compiling errno v0.3.14
1892026-07-24T09:43:16.845Z Compiling heck v0.5.0
1902026-07-24T09:43:16.854Z Compiling clap_lex v1.1.0
1912026-07-24T09:43:16.980Z Compiling strsim v0.11.1
1922026-07-24T09:43:17.034Z Compiling itoa v1.0.18
1932026-07-24T09:43:17.084Z Compiling anyhow v1.0.103
1942026-07-24T09:43:17.129Z Compiling winnow v1.0.3
1952026-07-24T09:43:17.264Z Compiling syn v2.0.118
1962026-07-24T09:43:17.264Z Compiling memchr v2.8.3
1972026-07-24T09:43:17.331Z Compiling terminal_size v0.4.4
1982026-07-24T09:43:17.482Z Compiling toml_parser v1.1.2+spec-1.1.0
1992026-07-24T09:43:17.565Z Compiling clap_builder v4.6.0
2002026-07-24T09:43:17.616Z Compiling toml_writer v1.1.1+spec-1.1.0
2012026-07-24T09:43:18.177Z Compiling serde_spanned v1.1.1
2022026-07-24T09:43:18.333Z Compiling semver v1.0.28
2032026-07-24T09:43:18.669Z Compiling cargo-platform v0.3.3
2042026-07-24T09:43:18.821Z Compiling toml_datetime v1.1.1+spec-1.1.0
2052026-07-24T09:43:19.063Z Compiling toml v1.1.2+spec-1.1.0
2062026-07-24T09:43:19.535Z Compiling serde_derive v1.0.228
2072026-07-24T09:43:19.602Z Compiling thiserror-impl v2.0.18
2082026-07-24T09:43:19.617Z Compiling clap_derive v4.6.1
2092026-07-24T09:43:21.177Z Compiling clap v4.6.1
2102026-07-24T09:43:22.605Z Compiling cargo_metadata v0.23.1
2112026-07-24T09:43:25.034Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2122026-07-24T09:43:26.617Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.35s
2132026-07-24T09:43:26.688Z Running `target/debug/xtask build --profile all`
2142026-07-24T09:43:28.121ZBuilding opteadm (release).
2152026-07-24T09:43:28.213Z Compiling proc-macro2 v1.0.106
2162026-07-24T09:43:28.213Z Compiling quote v1.0.46
2172026-07-24T09:43:28.213Z Compiling unicode-ident v1.0.24
2182026-07-24T09:43:28.213Z Compiling serde_core v1.0.228
2192026-07-24T09:43:28.217Z Compiling libc v0.2.186
2202026-07-24T09:43:28.217Z Compiling cfg-if v1.0.4
2212026-07-24T09:43:28.217Z Compiling fnv v1.0.7
2222026-07-24T09:43:28.217Z Compiling ident_case v1.0.1
2232026-07-24T09:43:28.285Z Compiling strsim v0.11.1
2242026-07-24T09:43:28.304Z Compiling thiserror v2.0.18
2252026-07-24T09:43:28.324Z Compiling memchr v2.8.3
2262026-07-24T09:43:28.328Z Compiling regex-syntax v0.8.11
2272026-07-24T09:43:28.515Z Compiling anyhow v1.0.103
2282026-07-24T09:43:28.543Z Compiling equivalent v1.0.2
2292026-07-24T09:43:28.606Z Compiling hashbrown v0.17.1
2302026-07-24T09:43:28.787Z Compiling aho-corasick v1.1.4
2312026-07-24T09:43:28.803Z Compiling either v1.16.0
2322026-07-24T09:43:28.850Z Compiling zerocopy v0.8.54
2332026-07-24T09:43:28.911Z Compiling winnow v1.0.3
2342026-07-24T09:43:28.985Z Compiling serde v1.0.228
2352026-07-24T09:43:29.131Z Compiling indexmap v2.14.0
2362026-07-24T09:43:29.323Z Compiling itertools v0.14.0
2372026-07-24T09:43:29.349Z Compiling byteorder v1.5.0
2382026-07-24T09:43:29.442Z Compiling syn v2.0.118
2392026-07-24T09:43:29.523Z Compiling heapless v0.8.0
2402026-07-24T09:43:29.717Z Compiling regex-automata v0.4.15
2412026-07-24T09:43:29.799Z Compiling toml_parser v1.1.2+spec-1.1.0
2422026-07-24T09:43:29.906Z Compiling toml_datetime v1.1.1+spec-1.1.0
2432026-07-24T09:43:30.112Z Compiling hash32 v0.3.1
2442026-07-24T09:43:30.235Z Compiling toml_edit v0.25.12+spec-1.1.0
2452026-07-24T09:43:30.266Z Compiling bitflags v2.13.0
2462026-07-24T09:43:30.320Z Compiling macaddr v1.0.1
2472026-07-24T09:43:30.323Z Compiling smoltcp v0.11.0
2482026-07-24T09:43:30.418Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2492026-07-24T09:43:30.513Z Compiling syn v1.0.109
2502026-07-24T09:43:30.524Z Compiling stable_deref_trait v1.2.1
2512026-07-24T09:43:30.585Z Compiling rustversion v1.0.23
2522026-07-24T09:43:30.629Z Compiling getrandom v0.4.3
2532026-07-24T09:43:30.645Z Compiling bitflags v1.3.2
2542026-07-24T09:43:30.703Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2552026-07-24T09:43:30.833Z Compiling proc-macro-crate v3.5.0
2562026-07-24T09:43:30.871Z Compiling rustix v1.1.4
2572026-07-24T09:43:30.898Z Compiling version_check v0.9.5
2582026-07-24T09:43:30.930Z Compiling ref-cast v1.0.25
2592026-07-24T09:43:31.043Z Compiling managed v0.8.0
2602026-07-24T09:43:31.078Z Compiling rand_core v0.10.1
2612026-07-24T09:43:31.143Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2622026-07-24T09:43:31.267Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2632026-07-24T09:43:31.352Z Compiling regex v1.13.0
2642026-07-24T09:43:31.360Z Compiling errno v0.3.14
2652026-07-24T09:43:31.494Z Compiling foreign-types-shared v0.3.1
2662026-07-24T09:43:31.573Z Compiling once_cell v1.21.4
2672026-07-24T09:43:31.643Z Compiling ipnetwork v0.21.1
2682026-07-24T09:43:31.726Z Compiling unicode-width v0.2.2
2692026-07-24T09:43:31.745Z Compiling cpufeatures v0.3.0
2702026-07-24T09:43:31.791Z Compiling utf8parse v0.2.2
2712026-07-24T09:43:31.883Z Compiling anstyle-parse v1.0.0
2722026-07-24T09:43:31.997Z Compiling darling_core v0.21.3
2732026-07-24T09:43:32.006Z Compiling tabwriter v1.4.1
2742026-07-24T09:43:32.071Z Compiling chacha20 v0.10.1
2752026-07-24T09:43:32.259Z Compiling cstr-argument v0.1.2
2762026-07-24T09:43:32.372Z Compiling tracing-core v0.1.36
2772026-07-24T09:43:32.923Z Compiling colorchoice v1.0.5
2782026-07-24T09:43:32.927Z Compiling is_terminal_polyfill v1.70.2
2792026-07-24T09:43:33.007Z Compiling pretty-hex v0.4.2
2802026-07-24T09:43:33.024Z Compiling anstyle v1.0.14
2812026-07-24T09:43:33.132Z Compiling pin-project-lite v0.2.17
2822026-07-24T09:43:33.218Z Compiling dyn-clone v1.0.20
2832026-07-24T09:43:33.226Z Compiling anstyle-query v1.1.5
2842026-07-24T09:43:33.229Z Compiling thiserror-impl v2.0.18
2852026-07-24T09:43:33.259Z Compiling serde_derive v1.0.228
2862026-07-24T09:43:33.271Z Compiling zerocopy-derive v0.8.54
2872026-07-24T09:43:33.316Z Compiling ref-cast-impl v1.0.25
2882026-07-24T09:43:33.350Z Compiling foreign-types-macros v0.2.3
2892026-07-24T09:43:33.904Z Compiling num_enum_derive v0.7.6
2902026-07-24T09:43:33.977Z Compiling foreign-types v0.5.0
2912026-07-24T09:43:34.066Z Compiling tracing-attributes v0.1.31
2922026-07-24T09:43:34.133Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2932026-07-24T09:43:34.208Z Compiling darling_macro v0.21.3
2942026-07-24T09:43:34.518Z Compiling cobs v0.3.0
2952026-07-24T09:43:34.611Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2962026-07-24T09:43:34.676Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2972026-07-24T09:43:34.724Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2982026-07-24T09:43:34.763Z Compiling darling v0.21.3
2992026-07-24T09:43:34.817Z Compiling anstream v1.0.0
3002026-07-24T09:43:34.830Z Compiling ingot-macros v0.1.1
3012026-07-24T09:43:34.880Z Compiling num_enum v0.7.6
3022026-07-24T09:43:34.986Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3032026-07-24T09:43:35.056Z Compiling terminal_size v0.4.4
3042026-07-24T09:43:35.149Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3052026-07-24T09:43:35.212Z Compiling rand v0.10.2
3062026-07-24T09:43:35.240Z Compiling tracing v0.1.44
3072026-07-24T09:43:35.249Z Compiling uuid v1.23.5
3082026-07-24T09:43:35.478Z Compiling socket2 v0.6.4
3092026-07-24T09:43:35.549Z Compiling heck v0.5.0
3102026-07-24T09:43:35.714Z Compiling clap_lex v1.1.0
3112026-07-24T09:43:35.955Z Compiling colored v3.1.1
3122026-07-24T09:43:36.018Z Compiling oxnet v0.1.6
3132026-07-24T09:43:36.043Z Compiling clap_builder v4.6.0
3142026-07-24T09:43:36.299Z Compiling clap_derive v4.6.1
3152026-07-24T09:43:36.325Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3162026-07-24T09:43:36.478Z Compiling postcard v1.1.3
3172026-07-24T09:43:37.655Z Compiling ingot-types v0.1.2
3182026-07-24T09:43:37.955Z Compiling clap v4.6.1
3192026-07-24T09:43:38.019Z Compiling ingot v0.1.1
3202026-07-24T09:43:39.671Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3212026-07-24T09:43:40.676Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3222026-07-24T09:43:41.714Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3232026-07-24T09:43:48.329Z Finished `release` profile [optimized + debuginfo] target(s) in 20.20s
3242026-07-24T09:43:48.357ZBuilding xde (release-lto).
3252026-07-24T09:43:48.597Z Updating crates.io index
3262026-07-24T09:43:48.780Z Downloading crates ...
3272026-07-24T09:43:48.817Z Downloaded rustc-literal-escaper v0.0.8
3282026-07-24T09:43:48.825Z Downloaded miniz_oxide v0.9.1
3292026-07-24T09:43:48.830Z Downloaded adler2 v2.0.1
3302026-07-24T09:43:48.834Z Downloaded rustc-demangle v0.1.28
3312026-07-24T09:43:48.837Z Downloaded foldhash v0.2.0
3322026-07-24T09:43:48.840Z Downloaded addr2line v0.27.0
3332026-07-24T09:43:48.840Z Downloaded getopts v0.2.24
3342026-07-24T09:43:48.860Z Downloaded memchr v2.7.6
3352026-07-24T09:43:48.905Z Downloaded gimli v0.34.0
3362026-07-24T09:43:48.910Z Downloaded object v0.39.1
3372026-07-24T09:43:48.942Z Downloaded libc v0.2.185
3382026-07-24T09:43:48.995Z 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)
3392026-07-24T09:43:48.996Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3402026-07-24T09:43:48.999Z Compiling proc-macro2 v1.0.106
3412026-07-24T09:43:48.999Z Compiling unicode-ident v1.0.24
3422026-07-24T09:43:48.999Z Compiling quote v1.0.46
3432026-07-24T09:43:48.999Z Compiling strsim v0.11.1
3442026-07-24T09:43:48.999Z Compiling ident_case v1.0.1
3452026-07-24T09:43:48.999Z Compiling serde_core v1.0.228
3462026-07-24T09:43:49.160Z Compiling fnv v1.0.7
3472026-07-24T09:43:49.163Z Compiling memchr v2.8.3
3482026-07-24T09:43:49.249Z Compiling regex-syntax v0.8.11
3492026-07-24T09:43:49.413Z Compiling thiserror v2.0.18
3502026-07-24T09:43:49.424Z Compiling either v1.16.0
3512026-07-24T09:43:49.431Z Compiling zerocopy v0.8.54
3522026-07-24T09:43:49.563Z Compiling aho-corasick v1.1.4
3532026-07-24T09:43:49.628Z Compiling serde v1.0.228
3542026-07-24T09:43:49.804Z Compiling itertools v0.14.0
3552026-07-24T09:43:50.016Z Compiling heapless v0.8.0
3562026-07-24T09:43:50.045Z Compiling smoltcp v0.11.0
3572026-07-24T09:43:50.193Z Compiling syn v2.0.118
3582026-07-24T09:43:50.240Z Compiling crc32fast v1.5.0
3592026-07-24T09:43:50.476Z Compiling version_check v0.9.5
3602026-07-24T09:43:50.486Z Compiling ref-cast v1.0.25
3612026-07-24T09:43:50.667Z Compiling regex-automata v0.4.15
3622026-07-24T09:43:50.833Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3632026-07-24T09:43:52.220Z Compiling regex v1.13.0
3642026-07-24T09:43:52.513Z Compiling darling_core v0.21.3
3652026-07-24T09:43:52.543Z Compiling darling_core v0.23.0
3662026-07-24T09:43:53.392Z Compiling serde_derive v1.0.228
3672026-07-24T09:43:53.392Z Compiling thiserror-impl v2.0.18
3682026-07-24T09:43:53.392Z Compiling zerocopy-derive v0.8.54
3692026-07-24T09:43:53.397Z Compiling ref-cast-impl v1.0.25
3702026-07-24T09:43:53.397Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3712026-07-24T09:43:54.935Z Compiling darling_macro v0.23.0
3722026-07-24T09:43:55.219Z Compiling darling_macro v0.21.3
3732026-07-24T09:43:55.834Z Compiling darling v0.23.0
3742026-07-24T09:43:55.896Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3752026-07-24T09:43:56.098Z Compiling darling v0.21.3
3762026-07-24T09:43:56.159Z Compiling ingot-macros v0.1.1
3772026-07-24T09:44:01.441Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3782026-07-24T09:44:03.758Z Compiling byteorder v1.5.0
3792026-07-24T09:44:03.758Z Compiling stable_deref_trait v1.2.1
3802026-07-24T09:44:03.758Z Compiling cfg-if v1.0.4
3812026-07-24T09:44:03.761Z Compiling macaddr v1.0.1
3822026-07-24T09:44:03.820Z Compiling cobs v0.3.0
3832026-07-24T09:44:03.827Z Compiling bitflags v1.3.2
3842026-07-24T09:44:03.850Z Compiling managed v0.8.0
3852026-07-24T09:44:03.939Z Compiling hash32 v0.3.1
3862026-07-24T09:44:04.016Z Compiling dyn-clone v1.0.20
3872026-07-24T09:44:04.063Z Compiling itertools v0.15.0
3882026-07-24T09:44:04.111Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3892026-07-24T09:44:05.321Z Compiling bitflags v2.13.0
3902026-07-24T09:44:05.321Z Compiling uuid v1.23.5
3912026-07-24T09:44:05.462Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3922026-07-24T09:44:05.747Z Compiling postcard v1.1.3
3932026-07-24T09:44:06.579Z Compiling ingot-types v0.1.2
3942026-07-24T09:44:06.889Z Compiling ingot v0.1.1
3952026-07-24T09:44:08.411Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3962026-07-24T09:44:12.188Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3972026-07-24T09:44:20.973Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
3982026-07-24T09:44:50.795Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
3992026-07-24T09:44:50.825ZLinking xde kmod...
4002026-07-24T09:44:51.407ZBuilding xde dev link helper (release).
4012026-07-24T09:44:51.553Z 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-07-24T09:44:51.553Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4032026-07-24T09:44:51.553Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4042026-07-24T09:45:02.970Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4052026-07-24T09:45:05.632Z Finished `release` profile [optimized + debuginfo] target(s) in 14.19s
4062026-07-24T09:45:05.651ZBuilding opteadm (dev).
4072026-07-24T09:45:05.801Z Compiling serde_core v1.0.228
4082026-07-24T09:45:05.801Z Compiling libc v0.2.186
4092026-07-24T09:45:05.801Z Compiling cfg-if v1.0.4
4102026-07-24T09:45:05.801Z Compiling ident_case v1.0.1
4112026-07-24T09:45:05.804Z Compiling memchr v2.8.3
4122026-07-24T09:45:05.805Z Compiling fnv v1.0.7
4132026-07-24T09:45:05.805Z Compiling strsim v0.11.1
4142026-07-24T09:45:05.805Z Compiling syn v2.0.118
4152026-07-24T09:45:05.873Z Compiling regex-syntax v0.8.11
4162026-07-24T09:45:05.894Z Compiling hashbrown v0.17.1
4172026-07-24T09:45:05.915Z Compiling either v1.16.0
4182026-07-24T09:45:06.084Z Compiling winnow v1.0.3
4192026-07-24T09:45:06.101Z Compiling equivalent v1.0.2
4202026-07-24T09:45:06.172Z Compiling zerocopy v0.8.54
4212026-07-24T09:45:06.364Z Compiling aho-corasick v1.1.4
4222026-07-24T09:45:06.420Z Compiling serde v1.0.228
4232026-07-24T09:45:06.542Z Compiling indexmap v2.14.0
4242026-07-24T09:45:06.568Z Compiling itertools v0.14.0
4252026-07-24T09:45:06.750Z Compiling heapless v0.8.0
4262026-07-24T09:45:07.030Z Compiling toml_parser v1.1.2+spec-1.1.0
4272026-07-24T09:45:07.072Z Compiling toml_datetime v1.1.1+spec-1.1.0
4282026-07-24T09:45:07.118Z Compiling byteorder v1.5.0
4292026-07-24T09:45:07.312Z Compiling regex-automata v0.4.15
4302026-07-24T09:45:07.324Z Compiling hash32 v0.3.1
4312026-07-24T09:45:07.472Z Compiling toml_edit v0.25.12+spec-1.1.0
4322026-07-24T09:45:07.725Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4332026-07-24T09:45:07.729Z Compiling rustversion v1.0.23
4342026-07-24T09:45:07.815Z Compiling syn v1.0.109
4352026-07-24T09:45:07.928Z Compiling bitflags v2.13.0
4362026-07-24T09:45:07.952Z Compiling macaddr v1.0.1
4372026-07-24T09:45:08.056Z Compiling smoltcp v0.11.0
4382026-07-24T09:45:08.063Z Compiling stable_deref_trait v1.2.1
4392026-07-24T09:45:08.187Z Compiling proc-macro-crate v3.5.0
4402026-07-24T09:45:08.206Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4412026-07-24T09:45:08.353Z Compiling bitflags v1.3.2
4422026-07-24T09:45:08.376Z Compiling darling_core v0.21.3
4432026-07-24T09:45:08.386Z Compiling rand_core v0.10.1
4442026-07-24T09:45:08.404Z Compiling getrandom v0.4.3
4452026-07-24T09:45:08.412Z Compiling managed v0.8.0
4462026-07-24T09:45:08.532Z Compiling ref-cast v1.0.25
4472026-07-24T09:45:08.551Z Compiling version_check v0.9.5
4482026-07-24T09:45:08.806Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4492026-07-24T09:45:08.860Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4502026-07-24T09:45:09.029Z Compiling regex v1.13.0
4512026-07-24T09:45:09.169Z Compiling errno v0.3.14
4522026-07-24T09:45:09.345Z Compiling cpufeatures v0.3.0
4532026-07-24T09:45:09.411Z Compiling once_cell v1.21.4
4542026-07-24T09:45:09.477Z Compiling foreign-types-shared v0.3.1
4552026-07-24T09:45:09.558Z Compiling ipnetwork v0.21.1
4562026-07-24T09:45:09.572Z Compiling thiserror-impl v2.0.18
4572026-07-24T09:45:09.645Z Compiling zerocopy-derive v0.8.54
4582026-07-24T09:45:09.851Z Compiling serde_derive v1.0.228
4592026-07-24T09:45:10.053Z Compiling num_enum_derive v0.7.6
4602026-07-24T09:45:10.448Z Compiling darling_macro v0.21.3
4612026-07-24T09:45:10.588Z Compiling foreign-types-macros v0.2.3
4622026-07-24T09:45:10.746Z Compiling thiserror v2.0.18
4632026-07-24T09:45:10.847Z Compiling cobs v0.3.0
4642026-07-24T09:45:11.004Z Compiling darling v0.21.3
4652026-07-24T09:45:11.047Z Compiling ref-cast-impl v1.0.25
4662026-07-24T09:45:11.073Z Compiling ingot-macros v0.1.1
4672026-07-24T09:45:11.144Z Compiling unicode-width v0.2.2
4682026-07-24T09:45:11.206Z Compiling foreign-types v0.5.0
4692026-07-24T09:45:11.274Z Compiling num_enum v0.7.6
4702026-07-24T09:45:11.382Z Compiling tabwriter v1.4.1
4712026-07-24T09:45:11.446Z Compiling cstr-argument v0.1.2
4722026-07-24T09:45:11.610Z Compiling tracing-attributes v0.1.31
4732026-07-24T09:45:11.715Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4742026-07-24T09:45:11.795Z Compiling tracing-core v0.1.36
4752026-07-24T09:45:11.992Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4762026-07-24T09:45:12.280Z Compiling chacha20 v0.10.1
4772026-07-24T09:45:12.523Z Compiling rustix v1.1.4
4782026-07-24T09:45:12.937Z Compiling anyhow v1.0.103
4792026-07-24T09:45:12.989Z Compiling postcard v1.1.3
4802026-07-24T09:45:12.989Z Compiling pretty-hex v0.4.2
4812026-07-24T09:45:13.116Z Compiling dyn-clone v1.0.20
4822026-07-24T09:45:13.133Z Compiling pin-project-lite v0.2.17
4832026-07-24T09:45:13.138Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4842026-07-24T09:45:13.221Z Compiling tracing v0.1.44
4852026-07-24T09:45:13.271Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4862026-07-24T09:45:13.340Z Compiling terminal_size v0.4.4
4872026-07-24T09:45:13.343Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4882026-07-24T09:45:13.483Z Compiling rand v0.10.2
4892026-07-24T09:45:13.488Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4902026-07-24T09:45:13.536Z Compiling uuid v1.23.5
4912026-07-24T09:45:13.593Z Compiling socket2 v0.6.4
4922026-07-24T09:45:13.703Z Compiling oxnet v0.1.6
4932026-07-24T09:45:13.807Z Compiling colored v3.1.1
4942026-07-24T09:45:13.838Z Compiling clap_derive v4.6.1
4952026-07-24T09:45:14.087Z Compiling ingot-types v0.1.2
4962026-07-24T09:45:14.162Z Compiling clap_builder v4.6.0
4972026-07-24T09:45:14.186Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4982026-07-24T09:45:14.485Z Compiling ingot v0.1.1
4992026-07-24T09:45:15.910Z Compiling clap v4.6.1
5002026-07-24T09:45:16.134Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5012026-07-24T09:45:18.444Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5022026-07-24T09:45:19.608Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5032026-07-24T09:45:23.963Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.30s
5042026-07-24T09:45:23.991ZBuilding xde (dev).
5052026-07-24T09:45:24.215Z 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)
5062026-07-24T09:45:24.215Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5072026-07-24T09:45:24.215Z Compiling proc-macro2 v1.0.106
5082026-07-24T09:45:24.215Z Compiling unicode-ident v1.0.24
5092026-07-24T09:45:24.215Z Compiling quote v1.0.46
5102026-07-24T09:45:24.215Z Compiling strsim v0.11.1
5112026-07-24T09:45:24.215Z Compiling ident_case v1.0.1
5122026-07-24T09:45:24.228Z Compiling serde_core v1.0.228
5132026-07-24T09:45:24.329Z Compiling memchr v2.8.3
5142026-07-24T09:45:24.333Z Compiling fnv v1.0.7
5152026-07-24T09:45:24.410Z Compiling regex-syntax v0.8.11
5162026-07-24T09:45:24.591Z Compiling serde v1.0.228
5172026-07-24T09:45:24.605Z Compiling thiserror v2.0.18
5182026-07-24T09:45:24.619Z Compiling either v1.16.0
5192026-07-24T09:45:24.733Z Compiling aho-corasick v1.1.4
5202026-07-24T09:45:24.808Z Compiling zerocopy v0.8.54
5212026-07-24T09:45:24.991Z Compiling itertools v0.14.0
5222026-07-24T09:45:25.010Z Compiling heapless v0.8.0
5232026-07-24T09:45:25.342Z Compiling syn v2.0.118
5242026-07-24T09:45:25.410Z Compiling smoltcp v0.11.0
5252026-07-24T09:45:25.454Z Compiling ref-cast v1.0.25
5262026-07-24T09:45:25.490Z Compiling crc32fast v1.5.0
5272026-07-24T09:45:25.836Z Compiling regex-automata v0.4.15
5282026-07-24T09:45:25.847Z Compiling version_check v0.9.5
5292026-07-24T09:45:26.208Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5302026-07-24T09:45:27.389Z Compiling regex v1.13.0
5312026-07-24T09:45:27.649Z Compiling darling_core v0.21.3
5322026-07-24T09:45:27.652Z Compiling darling_core v0.23.0
5332026-07-24T09:45:28.544Z Compiling zerocopy-derive v0.8.54
5342026-07-24T09:45:28.544Z Compiling serde_derive v1.0.228
5352026-07-24T09:45:28.547Z Compiling thiserror-impl v2.0.18
5362026-07-24T09:45:28.547Z Compiling ref-cast-impl v1.0.25
5372026-07-24T09:45:28.547Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5382026-07-24T09:45:30.114Z Compiling darling_macro v0.21.3
5392026-07-24T09:45:30.258Z Compiling darling_macro v0.23.0
5402026-07-24T09:45:31.023Z Compiling darling v0.21.3
5412026-07-24T09:45:31.086Z Compiling ingot-macros v0.1.1
5422026-07-24T09:45:31.165Z Compiling darling v0.23.0
5432026-07-24T09:45:31.227Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5442026-07-24T09:45:36.074Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5452026-07-24T09:45:37.953Z Compiling byteorder v1.5.0
5462026-07-24T09:45:37.954Z Compiling cfg-if v1.0.4
5472026-07-24T09:45:37.954Z Compiling stable_deref_trait v1.2.1
5482026-07-24T09:45:37.957Z Compiling macaddr v1.0.1
5492026-07-24T09:45:38.016Z Compiling managed v0.8.0
5502026-07-24T09:45:38.022Z Compiling cobs v0.3.0
5512026-07-24T09:45:38.059Z Compiling bitflags v1.3.2
5522026-07-24T09:45:38.127Z Compiling hash32 v0.3.1
5532026-07-24T09:45:38.283Z Compiling itertools v0.15.0
5542026-07-24T09:45:38.293Z Compiling dyn-clone v1.0.20
5552026-07-24T09:45:38.406Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5562026-07-24T09:45:39.476Z Compiling bitflags v2.13.0
5572026-07-24T09:45:39.476Z Compiling uuid v1.23.5
5582026-07-24T09:45:39.608Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5592026-07-24T09:45:39.876Z Compiling postcard v1.1.3
5602026-07-24T09:45:40.640Z Compiling ingot-types v0.1.2
5612026-07-24T09:45:40.916Z Compiling ingot v0.1.1
5622026-07-24T09:45:42.322Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5632026-07-24T09:45:45.789Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5642026-07-24T09:45:55.753Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5652026-07-24T09:46:03.488Z Finished `dev` profile [optimized + debuginfo] target(s) in 39.46s
5662026-07-24T09:46:03.510ZLinking xde kmod...
5672026-07-24T09:46:04.558ZBuilding xde dev link helper (dev).
5682026-07-24T09:46:04.710Z 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)
5692026-07-24T09:46:04.710Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5702026-07-24T09:46:04.710Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5712026-07-24T09:46:15.652Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5722026-07-24T09:46:18.043Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.45s
5732026-07-24T09:46:18.064Z
5742026-07-24T09:46:18.068Zreal 3:06.809665400
5752026-07-24T09:46:18.068Zuser 8:54.356308872
5762026-07-24T09:46:18.068Zsys 57.446001640
5772026-07-24T09:46:18.068Ztrap 0.236816975
5782026-07-24T09:46:18.068Ztflt 0.807614126
5792026-07-24T09:46:18.068Zdflt 1.844208742
5802026-07-24T09:46:18.068Zkflt 0.004954123
5812026-07-24T09:46:18.068Zlock 30:36.249046118
5822026-07-24T09:46:18.068Zslp 20:50.186028810
5832026-07-24T09:46:18.068Zlat 18.483969605
5842026-07-24T09:46:18.068Zstop 33.566155068
5852026-07-24T09:46:18.068Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5862026-07-24T09:46:18.068Z+ grep GOTPCREL
5872026-07-24T09:46:19.023Z+ header 'package opte'
5882026-07-24T09:46:19.027Z+ echo '# ==== package opte ==== #'
5892026-07-24T09:46:19.027Z+ cargo xtask package --skip-build --profile all
5902026-07-24T09:46:19.027Z# ==== package opte ==== #
5912026-07-24T09:46:19.158Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5922026-07-24T09:46:19.161Z Running `target/debug/xtask package --skip-build --profile all`
5932026-07-24T09:46:19.360Z+ ./clean.sh
5942026-07-24T09:46:19.368Z+ mkdir -p proto/kernel/drv/amd64
5952026-07-24T09:46:19.371Z+ mkdir -p proto/opt/oxide/opte/bin
5962026-07-24T09:46:19.371Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
5972026-07-24T09:46:19.374Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
5982026-07-24T09:46:19.390Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
5992026-07-24T09:46:19.423Z+ cp ../xde/xde.conf proto/kernel/drv/
6002026-07-24T09:46:19.426Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6012026-07-24T09:46:19.426Z+ '[' -z ']'
6022026-07-24T09:46:19.426Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6032026-07-24T09:46:19.450Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6042026-07-24T09:46:19.518Z+ INC_DEBUG=
6052026-07-24T09:46:19.522Z+ typeset -ri TAG=0
6062026-07-24T09:46:19.522Z++ ./print-api-version.sh
6072026-07-24T09:46:19.525Z+ API_VSN=41
6082026-07-24T09:46:19.525Z+ PKG_VERSION=0.41.505-3.0
6092026-07-24T09:46:19.525Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.505-3.0/g opte.template.p5m
6102026-07-24T09:46:19.528Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6112026-07-24T09:46:20.055Z+ pkgdepend generate -d proto opte.base.p5m
6122026-07-24T09:46:20.391Z+ mkdir -p packages
6132026-07-24T09:46:20.395Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6142026-07-24T09:46:27.388Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6152026-07-24T09:46:27.392Z+ pkgrepo create packages/repo
6162026-07-24T09:46:27.600Z+ pkgrepo add-publisher -s packages/repo helios
6172026-07-24T09:46:27.806Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6182026-07-24T09:46:55.297Zpkg://helios/driver/network/opte@0.41.505,5.11-3.0:20260724T094626Z
6192026-07-24T09:46:55.297ZPUBLISHED
6202026-07-24T09:46:55.321Z+ pkgrecv -a -d packages/repo/opte-0.41.505-3.0.p5p -s packages/repo -v -m latest '*'
6212026-07-24T09:46:55.503ZRetrieving packages for publisher helios ...
6222026-07-24T09:46:55.507ZRetrieving catalog 'helios' ... Done
6232026-07-24T09:46:55.507ZRetrieving and evaluating 1 package(s)...
6242026-07-24T09:46:55.507ZFetching manifests: 1/1 100% complete
6252026-07-24T09:46:55.507ZFetching manifests: 1/1 100% complete
6262026-07-24T09:46:55.507Z
6272026-07-24T09:46:55.507ZArchiving packages ...
6282026-07-24T09:46:55.507Z Packages to add: 1
6292026-07-24T09:46:55.507Z Files to retrieve: 6
6302026-07-24T09:46:55.507ZEstimated transfer size: 35.51 MB
6312026-07-24T09:46:55.507Z
6322026-07-24T09:46:55.507ZPackages to archive:
6332026-07-24T09:46:55.507Zdriver/network/opte@0.41.505,5.11-3.0:20260724T094626Z
6342026-07-24T09:46:55.507Z
6352026-07-24T09:46:55.507ZDownload: 0/6 items 0.0/35.5MB 0% complete
6362026-07-24T09:46:55.571ZDownload: Completed 35.51 MB in 0.06 seconds (546M/s)
6372026-07-24T09:46:55.574ZArchiving: 1/20 items 0.0/35.5MB 0% complete
6382026-07-24T09:46:55.585ZArchiving: Completed 35.55 MB in 0.01 seconds
6392026-07-24T09:46:55.622ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.505-3.0.p5p.
6402026-07-24T09:46:55.626Z+ banner copy
6412026-07-24T09:46:55.626Z
6422026-07-24T09:46:55.626Z #### #### ##### # #
6432026-07-24T09:46:55.626Z # # # # # # # #
6442026-07-24T09:46:55.626Z # # # # # #
6452026-07-24T09:46:55.626Z # # # ##### #
6462026-07-24T09:46:55.626Z # # # # # #
6472026-07-24T09:46:55.626Z #### #### # #
6482026-07-24T09:46:55.626Z
6492026-07-24T09:46:55.626Z+ pfexec mkdir -p /out
6502026-07-24T09:46:55.629Z+ pfexec chown 12345 /out
6512026-07-24T09:46:55.632Z+ PKG_NAME=/out/opte.p5p
6522026-07-24T09:46:55.633Z+ mv pkg/packages/repo/opte-0.41.505-3.0.p5p /out/opte.p5p
6532026-07-24T09:46:55.657Z+ sha256sum /out/opte.p5p
6542026-07-24T09:46:55.681Zprocess exited: duration 239803 ms, exit code 0
 
6552026-07-24T09:46:55.693Zfound 2 output files
6562026-07-24T09:46:55.693Zuploading: /out/opte.p5p (37283840 bytes)
6572026-07-24T09:46:57.023Zuploaded: /out/opte.p5p
6582026-07-24T09:46:57.023Zuploading: /out/opte.p5p.sha256 (80 bytes)
6592026-07-24T09:46:58.036Zuploaded: /out/opte.p5p.sha256