01KN4Q1ZAHCVAPPZHPTW08TVXY: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.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: 01KN4Q2AQP08S9A1YDYRHTP74E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T14:36:01.043Zjob assigned to worker 01KN4QGQQWA0NYJ2B0ESX3MZFZ [factory aws, i-05daa6f278c244e9a] (queued for 8 m 34 s)
 
22026-04-01T14:36:07.606Zstarting task 0: "setup"
32026-04-01T14:36:07.611Z++ uname -s
42026-04-01T14:36:07.614Z+ kern=SunOS
52026-04-01T14:36:07.614Z+ build_user=build
62026-04-01T14:36:07.614Z+ build_uid=12345
72026-04-01T14:36:07.614Z+ work_dir=/work
82026-04-01T14:36:07.614Z+ input_dir=/input
92026-04-01T14:36:07.614Z+ [[ 0 == 12345 ]]
102026-04-01T14:36:07.614Z+ case "$kern" in
112026-04-01T14:36:07.614Z+ groupadd -g 12345 build
122026-04-01T14:36:07.617Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T14:36:09.620Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T14:36:09.692Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T14:36:09.695Z+ home_fs=zfs
162026-04-01T14:36:09.695Z+ [[ zfs == autofs ]]
172026-04-01T14:36:09.695Z+ mkdir -p /home/build
182026-04-01T14:36:09.695Z+ chown build:build /home/build /work
192026-04-01T14:36:10.696Z+ chmod 0700 /home/build /work
202026-04-01T14:36:10.699Zprocess exited: duration 3090 ms, exit code 0
 
212026-04-01T14:36:10.704Zstarting task 1: "rust-toolchain"
222026-04-01T14:36:10.708Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-01T14:36:10.709Z * rust toolchain channel = "1.94.1"
242026-04-01T14:36:10.709Z * rust toolchain profile = "default"
252026-04-01T14:36:10.709Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-01T14:36:10.709Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T14:36:10.712Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T14:36:10.712Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T14:36:10.712Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-01T14:36:10.827Zinfo: downloading installer
312026-04-01T14:36:12.212Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T14:36:12.212Zwarn: /opt/ooce/bin
332026-04-01T14:36:12.212Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T14:36:12.215Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T14:36:12.215Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T14:36:12.215Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T14:36:12.215Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T14:36:12.215Zerror: cannot install while Rust is installed
392026-04-01T14:36:12.215Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T14:36:12.215Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T14:36:12.215Zwarn: /home/build/.rustup/settings.toml
422026-04-01T14:36:12.215Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T14:36:12.215Zwarn: instead of the one inferred from the default host triple.
442026-04-01T14:36:12.226Zinfo: profile set to default
452026-04-01T14:36:12.226Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T14:36:12.228Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-01T14:36:12.372Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-01T14:36:12.375Zinfo: downloading 6 components
492026-04-01T14:36:28.344Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-01T14:36:28.344Z
512026-04-01T14:36:28.370Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-01T14:36:28.370Z
532026-04-01T14:36:28.370Z
542026-04-01T14:36:28.370ZRust is installed now. Great!
552026-04-01T14:36:28.370Z
562026-04-01T14:36:28.370ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T14:36:28.371Zenvironment variable. This has not been done automatically.
582026-04-01T14:36:28.371Z
592026-04-01T14:36:28.371ZTo configure your current shell, you need to source
602026-04-01T14:36:28.371Zthe corresponding env file under $HOME/.cargo.
612026-04-01T14:36:28.371Z
622026-04-01T14:36:28.371ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T14:36:28.371Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T14:36:28.371Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T14:36:28.371Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T14:36:28.371Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T14:36:28.371Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T14:36:28.371Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T14:36:28.374Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T14:36:28.374Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T14:36:28.458Z+ rustup --version
722026-04-01T14:36:28.466Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T14:36:28.469Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T14:36:28.488Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-01T14:36:28.490Z+ cargo --version
762026-04-01T14:36:28.502Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-01T14:36:28.505Z+ rustc --version
782026-04-01T14:36:28.524Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-01T14:36:28.527Zprocess exited: duration 17820 ms, exit code 0
 
802026-04-01T14:36:28.532Zstarting task 2: "authentication"
812026-04-01T14:36:28.548Zprocess exited: duration 15 ms, exit code 0
 
822026-04-01T14:36:28.554Zstarting task 3: "clone repository"
832026-04-01T14:36:28.557Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T14:36:28.560Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T14:36:28.592ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T14:36:29.452Z+ cd /work/oxidecomputer/opte
872026-04-01T14:36:29.452Z+ git fetch origin 405ae574a05cc2ef6b87cba638f705991d049001
882026-04-01T14:36:29.706ZFrom https://github.com/oxidecomputer/opte
892026-04-01T14:36:29.706Z * branch 405ae574a05cc2ef6b87cba638f705991d049001 -> FETCH_HEAD
902026-04-01T14:36:29.711Z+ [[ -n '' ]]
912026-04-01T14:36:29.711Z+ git reset --hard 405ae574a05cc2ef6b87cba638f705991d049001
922026-04-01T14:36:29.728ZHEAD is now at 405ae57 Merge branch 'master' into renovate/rand
932026-04-01T14:36:29.731Zprocess exited: duration 1174 ms, exit code 0
 
942026-04-01T14:36:29.737Zstarting task 4: "build"
952026-04-01T14:36:29.740Z+ source .github/buildomat/common.sh
962026-04-01T14:36:29.743Z++ rustup show active-toolchain
972026-04-01T14:36:29.746Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-01T14:36:29.749Z++ pushd xde
992026-04-01T14:36:29.749Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-01T14:36:29.749Z++ rustup show active-toolchain
1012026-04-01T14:36:29.752Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-01T14:36:29.908Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-01T14:36:29.911Zinfo: downloading 6 components
1042026-04-01T14:36:44.889Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-01T14:36:44.974Z+++ rustup show active-toolchain -v
1062026-04-01T14:36:44.978Z+++ head -n 1
1072026-04-01T14:36:44.978Z+++ cut '-d ' -f1
1082026-04-01T14:36:45.030Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-01T14:36:45.030Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-01T14:36:45.031Z++ popd
1112026-04-01T14:36:45.033Z/work/oxidecomputer/opte
1122026-04-01T14:36:45.033Z+ TGT_BASE=/work
1132026-04-01T14:36:45.033Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-04-01T14:36:45.034Z+ REL_TGT=/work/release
1152026-04-01T14:36:45.034Z+ mkdir -p /work/release
1162026-04-01T14:36:45.034Z+ cargo --version
1172026-04-01T14:36:45.041Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1182026-04-01T14:36:45.044Z+ rustc --version
1192026-04-01T14:36:45.063Zrustc 1.94.1 (e408947bf 2026-03-25)
1202026-04-01T14:36:45.066Z+ header 'build xde and opteadm (release+debug)'
1212026-04-01T14:36:45.066Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1222026-04-01T14:36:45.066Z# ==== build xde and opteadm (release+debug) ==== #
1232026-04-01T14:36:45.066Z+ ptime -m cargo xtask build --profile all
1242026-04-01T14:36:45.159Z Updating crates.io index
1252026-04-01T14:36:45.191Z Updating git repository `https://github.com/oxidecomputer/falcon`
1262026-04-01T14:36:46.162Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1272026-04-01T14:36:46.519Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1282026-04-01T14:36:46.892Z Updating git repository `https://github.com/oxidecomputer/zone`
1292026-04-01T14:36:47.129Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1302026-04-01T14:36:47.536Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1312026-04-01T14:36:47.836Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1322026-04-01T14:36:49.622Z Downloading crates ...
1332026-04-01T14:36:49.673Z Downloaded cargo-platform v0.3.2
1342026-04-01T14:36:49.676Z Downloaded anstyle v1.0.14
1352026-04-01T14:36:49.686Z Downloaded clap_lex v1.1.0
1362026-04-01T14:36:49.691Z Downloaded colorchoice v1.0.5
1372026-04-01T14:36:49.694Z Downloaded itoa v1.0.18
1382026-04-01T14:36:49.694Z Downloaded anstyle-query v1.1.5
1392026-04-01T14:36:49.697Z Downloaded equivalent v1.0.2
1402026-04-01T14:36:49.700Z Downloaded strsim v0.11.1
1412026-04-01T14:36:49.700Z Downloaded terminal_size v0.4.4
1422026-04-01T14:36:49.700Z Downloaded errno v0.3.14
1432026-04-01T14:36:49.705Z Downloaded is_terminal_polyfill v1.70.2
1442026-04-01T14:36:49.708Z Downloaded utf8parse v0.2.2
1452026-04-01T14:36:49.711Z Downloaded heck v0.5.0
1462026-04-01T14:36:49.715Z Downloaded anstream v1.0.0
1472026-04-01T14:36:49.718Z Downloaded cargo_metadata v0.23.1
1482026-04-01T14:36:49.721Z Downloaded serde_spanned v1.1.1
1492026-04-01T14:36:49.740Z Downloaded semver v1.0.27
1502026-04-01T14:36:49.743Z Downloaded anstyle-parse v1.0.0
1512026-04-01T14:36:49.746Z Downloaded zmij v1.0.21
1522026-04-01T14:36:49.748Z Downloaded quote v1.0.45
1532026-04-01T14:36:49.751Z Downloaded thiserror-impl v2.0.18
1542026-04-01T14:36:49.756Z Downloaded toml_writer v1.1.1+spec-1.1.0
1552026-04-01T14:36:49.759Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1562026-04-01T14:36:49.767Z Downloaded camino v1.2.2
1572026-04-01T14:36:49.770Z Downloaded toml_parser v1.1.1+spec-1.1.0
1582026-04-01T14:36:49.770Z Downloaded thiserror v2.0.18
1592026-04-01T14:36:49.773Z Downloaded clap_derive v4.6.0
1602026-04-01T14:36:49.776Z Downloaded bitflags v2.11.0
1612026-04-01T14:36:49.792Z Downloaded anyhow v1.0.102
1622026-04-01T14:36:49.794Z Downloaded serde_derive v1.0.228
1632026-04-01T14:36:49.797Z Downloaded serde_core v1.0.228
1642026-04-01T14:36:49.806Z Downloaded unicode-ident v1.0.24
1652026-04-01T14:36:49.809Z Downloaded toml v1.1.1+spec-1.1.0
1662026-04-01T14:36:49.811Z Downloaded proc-macro2 v1.0.106
1672026-04-01T14:36:49.811Z Downloaded clap v4.6.0
1682026-04-01T14:36:49.821Z Downloaded serde v1.0.228
1692026-04-01T14:36:49.826Z Downloaded serde_json v1.0.149
1702026-04-01T14:36:49.829Z Downloaded indexmap v2.13.0
1712026-04-01T14:36:49.834Z Downloaded memchr v2.8.0
1722026-04-01T14:36:49.851Z Downloaded hashbrown v0.16.1
1732026-04-01T14:36:49.862Z Downloaded clap_builder v4.6.0
1742026-04-01T14:36:49.867Z Downloaded winnow v1.0.1
1752026-04-01T14:36:49.892Z Downloaded syn v2.0.117
1762026-04-01T14:36:49.907Z Downloaded rustix v1.1.4
1772026-04-01T14:36:49.938Z Downloaded libc v0.2.184
1782026-04-01T14:36:49.985Z Compiling serde_core v1.0.228
1792026-04-01T14:36:49.985Z Compiling proc-macro2 v1.0.106
1802026-04-01T14:36:49.988Z Compiling quote v1.0.45
1812026-04-01T14:36:49.988Z Compiling unicode-ident v1.0.24
1822026-04-01T14:36:49.988Z Compiling libc v0.2.184
1832026-04-01T14:36:49.988Z Compiling rustix v1.1.4
1842026-04-01T14:36:49.988Z Compiling utf8parse v0.2.2
1852026-04-01T14:36:49.988Z Compiling bitflags v2.11.0
1862026-04-01T14:36:50.161Z Compiling zmij v1.0.21
1872026-04-01T14:36:50.176Z Compiling anstyle-parse v1.0.0
1882026-04-01T14:36:50.382Z Compiling anstyle v1.0.14
1892026-04-01T14:36:50.423Z Compiling anstyle-query v1.1.5
1902026-04-01T14:36:50.460Z Compiling thiserror v2.0.18
1912026-04-01T14:36:50.488Z Compiling serde_json v1.0.149
1922026-04-01T14:36:50.515Z Compiling is_terminal_polyfill v1.70.2
1932026-04-01T14:36:50.584Z Compiling serde v1.0.228
1942026-04-01T14:36:50.593Z Compiling colorchoice v1.0.5
1952026-04-01T14:36:50.637Z Compiling camino v1.2.2
1962026-04-01T14:36:50.695Z Compiling anstream v1.0.0
1972026-04-01T14:36:50.710Z Compiling errno v0.3.14
1982026-04-01T14:36:50.908Z Compiling memchr v2.8.0
1992026-04-01T14:36:50.965Z Compiling heck v0.5.0
2002026-04-01T14:36:50.971Z Compiling anyhow v1.0.102
2012026-04-01T14:36:51.153Z Compiling strsim v0.11.1
2022026-04-01T14:36:51.206Z Compiling itoa v1.0.18
2032026-04-01T14:36:51.237Z Compiling winnow v1.0.1
2042026-04-01T14:36:51.266Z Compiling clap_lex v1.1.0
2052026-04-01T14:36:51.395Z Compiling syn v2.0.117
2062026-04-01T14:36:51.464Z Compiling terminal_size v0.4.4
2072026-04-01T14:36:51.616Z Compiling clap_builder v4.6.0
2082026-04-01T14:36:51.635Z Compiling toml_parser v1.1.1+spec-1.1.0
2092026-04-01T14:36:51.856Z Compiling toml_writer v1.1.1+spec-1.1.0
2102026-04-01T14:36:52.313Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-04-01T14:36:52.388Z Compiling semver v1.0.27
2122026-04-01T14:36:52.795Z Compiling serde_spanned v1.1.1
2132026-04-01T14:36:52.853Z Compiling cargo-platform v0.3.2
2142026-04-01T14:36:52.947Z Compiling toml v1.1.1+spec-1.1.0
2152026-04-01T14:36:53.662Z Compiling serde_derive v1.0.228
2162026-04-01T14:36:54.163Z Compiling thiserror-impl v2.0.18
2172026-04-01T14:36:54.169Z Compiling clap_derive v4.6.0
2182026-04-01T14:36:55.830Z Compiling clap v4.6.0
2192026-04-01T14:36:56.728Z Compiling cargo_metadata v0.23.1
2202026-04-01T14:36:59.183Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2212026-04-01T14:37:00.807Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.73s
2222026-04-01T14:37:00.896Z Running `target/debug/xtask build --profile all`
2232026-04-01T14:37:02.302ZBuilding opteadm (release).
2242026-04-01T14:37:02.392Z Compiling proc-macro2 v1.0.106
2252026-04-01T14:37:02.392Z Compiling unicode-ident v1.0.24
2262026-04-01T14:37:02.392Z Compiling quote v1.0.45
2272026-04-01T14:37:02.395Z Compiling serde_core v1.0.228
2282026-04-01T14:37:02.395Z Compiling libc v0.2.184
2292026-04-01T14:37:02.395Z Compiling cfg-if v1.0.4
2302026-04-01T14:37:02.395Z Compiling memchr v2.8.0
2312026-04-01T14:37:02.395Z Compiling ident_case v1.0.1
2322026-04-01T14:37:02.461Z Compiling thiserror v2.0.18
2332026-04-01T14:37:02.506Z Compiling fnv v1.0.7
2342026-04-01T14:37:02.509Z Compiling strsim v0.11.1
2352026-04-01T14:37:02.582Z Compiling regex-syntax v0.8.10
2362026-04-01T14:37:02.689Z Compiling winnow v1.0.1
2372026-04-01T14:37:02.768Z Compiling serde v1.0.228
2382026-04-01T14:37:02.934Z Compiling aho-corasick v1.1.4
2392026-04-01T14:37:02.943Z Compiling anyhow v1.0.102
2402026-04-01T14:37:03.044Z Compiling hashbrown v0.16.1
2412026-04-01T14:37:03.092Z Compiling zerocopy v0.8.48
2422026-04-01T14:37:03.230Z Compiling equivalent v1.0.2
2432026-04-01T14:37:03.312Z Compiling either v1.15.0
2442026-04-01T14:37:03.494Z Compiling indexmap v2.13.0
2452026-04-01T14:37:03.512Z Compiling itertools v0.14.0
2462026-04-01T14:37:03.576Z Compiling toml_parser v1.1.1+spec-1.1.0
2472026-04-01T14:37:03.668Z Compiling syn v2.0.117
2482026-04-01T14:37:03.709Z Compiling byteorder v1.5.0
2492026-04-01T14:37:03.887Z Compiling heapless v0.8.0
2502026-04-01T14:37:04.076Z Compiling regex-automata v0.4.14
2512026-04-01T14:37:04.092Z Compiling toml_datetime v1.1.1+spec-1.1.0
2522026-04-01T14:37:04.260Z Compiling toml_edit v0.25.9+spec-1.1.0
2532026-04-01T14:37:04.293Z Compiling hash32 v0.3.1
2542026-04-01T14:37:04.306Z Compiling macaddr v1.0.1
2552026-04-01T14:37:04.417Z Compiling bitflags v2.11.0
2562026-04-01T14:37:04.499Z Compiling rustversion v1.0.22
2572026-04-01T14:37:04.539Z Compiling syn v1.0.109
2582026-04-01T14:37:04.562Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2592026-04-01T14:37:04.697Z Compiling stable_deref_trait v1.2.1
2602026-04-01T14:37:04.781Z Compiling smoltcp v0.11.0
2612026-04-01T14:37:04.865Z Compiling proc-macro-crate v3.5.0
2622026-04-01T14:37:04.919Z Compiling rustix v1.1.4
2632026-04-01T14:37:04.946Z Compiling version_check v0.9.5
2642026-04-01T14:37:05.102Z Compiling ref-cast v1.0.25
2652026-04-01T14:37:05.187Z Compiling managed v0.8.0
2662026-04-01T14:37:05.199Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2672026-04-01T14:37:05.237Z Compiling getrandom v0.4.2
2682026-04-01T14:37:05.241Z Compiling rand_core v0.10.0
2692026-04-01T14:37:05.257Z Compiling bitflags v1.3.2
2702026-04-01T14:37:05.397Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2712026-04-01T14:37:05.482Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2722026-04-01T14:37:05.510Z Compiling errno v0.3.14
2732026-04-01T14:37:05.599Z Compiling cpufeatures v0.3.0
2742026-04-01T14:37:05.648Z Compiling unicode-width v0.2.2
2752026-04-01T14:37:05.659Z Compiling once_cell v1.21.4
2762026-04-01T14:37:05.852Z Compiling regex v1.12.3
2772026-04-01T14:37:05.881Z Compiling ipnetwork v0.21.1
2782026-04-01T14:37:05.934Z Compiling foreign-types-shared v0.3.1
2792026-04-01T14:37:06.012Z Compiling utf8parse v0.2.2
2802026-04-01T14:37:06.111Z Compiling anstyle-parse v1.0.0
2812026-04-01T14:37:06.257Z Compiling tabwriter v1.4.1
2822026-04-01T14:37:06.269Z Compiling tracing-core v0.1.36
2832026-04-01T14:37:06.316Z Compiling darling_core v0.21.3
2842026-04-01T14:37:06.583Z Compiling cstr-argument v0.1.2
2852026-04-01T14:37:06.650Z Compiling chacha20 v0.10.0
2862026-04-01T14:37:07.133Z Compiling anstyle v1.0.14
2872026-04-01T14:37:07.221Z Compiling dyn-clone v1.0.20
2882026-04-01T14:37:07.248Z Compiling anstyle-query v1.1.5
2892026-04-01T14:37:07.339Z Compiling pin-project-lite v0.2.17
2902026-04-01T14:37:07.343Z Compiling colorchoice v1.0.5
2912026-04-01T14:37:07.362Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
2922026-04-01T14:37:07.422Z Compiling pretty-hex v0.4.2
2932026-04-01T14:37:07.438Z Compiling is_terminal_polyfill v1.70.2
2942026-04-01T14:37:07.513Z Compiling anstream v1.0.0
2952026-04-01T14:37:07.532Z Compiling thiserror-impl v2.0.18
2962026-04-01T14:37:07.539Z Compiling serde_derive v1.0.228
2972026-04-01T14:37:07.557Z Compiling zerocopy-derive v0.8.48
2982026-04-01T14:37:07.794Z Compiling foreign-types-macros v0.2.3
2992026-04-01T14:37:07.909Z Compiling num_enum_derive v0.7.6
3002026-04-01T14:37:08.128Z Compiling ref-cast-impl v1.0.25
3012026-04-01T14:37:08.377Z Compiling foreign-types v0.5.0
3022026-04-01T14:37:08.416Z Compiling darling_macro v0.21.3
3032026-04-01T14:37:08.441Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3042026-04-01T14:37:08.768Z Compiling cobs v0.3.0
3052026-04-01T14:37:08.775Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3062026-04-01T14:37:08.778Z Compiling tracing-attributes v0.1.31
3072026-04-01T14:37:08.846Z Compiling num_enum v0.7.6
3082026-04-01T14:37:08.890Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-04-01T14:37:08.928Z Compiling darling v0.21.3
3102026-04-01T14:37:08.945Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3112026-04-01T14:37:08.993Z Compiling ingot-macros v0.1.1
3122026-04-01T14:37:09.126Z Compiling terminal_size v0.4.4
3132026-04-01T14:37:09.210Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3142026-04-01T14:37:09.215Z Compiling rand v0.10.0
3152026-04-01T14:37:09.253Z Compiling uuid v1.23.0
3162026-04-01T14:37:09.332Z Compiling socket2 v0.6.3
3172026-04-01T14:37:09.936Z Compiling clap_lex v1.1.0
3182026-04-01T14:37:10.005Z Compiling tracing v0.1.44
3192026-04-01T14:37:10.054Z Compiling heck v0.5.0
3202026-04-01T14:37:10.226Z Compiling colored v3.1.1
3212026-04-01T14:37:10.237Z Compiling oxnet v0.1.4
3222026-04-01T14:37:10.257Z Compiling clap_derive v4.6.0
3232026-04-01T14:37:10.315Z Compiling clap_builder v4.6.0
3242026-04-01T14:37:10.507Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3252026-04-01T14:37:10.772Z Compiling postcard v1.1.3
3262026-04-01T14:37:11.880Z Compiling ingot-types v0.1.2
3272026-04-01T14:37:12.109Z Compiling clap v4.6.0
3282026-04-01T14:37:12.198Z Compiling ingot v0.1.1
3292026-04-01T14:37:13.805Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-04-01T14:37:14.774Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-04-01T14:37:15.725Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3322026-04-01T14:37:22.153Z Finished `release` profile [optimized + debuginfo] target(s) in 19.84s
3332026-04-01T14:37:22.180ZBuilding xde (release-lto).
3342026-04-01T14:37:22.419Z Updating crates.io index
3352026-04-01T14:37:22.599Z Downloading crates ...
3362026-04-01T14:37:22.648Z Downloaded rustc-demangle v0.1.27
3372026-04-01T14:37:22.663Z Downloaded adler2 v2.0.1
3382026-04-01T14:37:22.666Z Downloaded getopts v0.2.24
3392026-04-01T14:37:22.670Z Downloaded rustc-literal-escaper v0.0.7
3402026-04-01T14:37:22.673Z Downloaded foldhash v0.2.0
3412026-04-01T14:37:22.681Z Downloaded addr2line v0.25.1
3422026-04-01T14:37:22.697Z Downloaded miniz_oxide v0.8.9
3432026-04-01T14:37:22.701Z Downloaded memchr v2.7.6
3442026-04-01T14:37:22.754Z Downloaded gimli v0.32.3
3452026-04-01T14:37:22.758Z Downloaded object v0.37.3
3462026-04-01T14:37:22.788Z Downloaded libc v0.2.183
3472026-04-01T14:37:22.846Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3482026-04-01T14:37:22.846Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3492026-04-01T14:37:22.846Z Compiling proc-macro2 v1.0.106
3502026-04-01T14:37:22.849Z Compiling quote v1.0.45
3512026-04-01T14:37:22.849Z Compiling unicode-ident v1.0.24
3522026-04-01T14:37:22.849Z Compiling strsim v0.11.1
3532026-04-01T14:37:22.849Z Compiling ident_case v1.0.1
3542026-04-01T14:37:22.849Z Compiling serde_core v1.0.228
3552026-04-01T14:37:23.009Z Compiling memchr v2.8.0
3562026-04-01T14:37:23.009Z Compiling fnv v1.0.7
3572026-04-01T14:37:23.097Z Compiling regex-syntax v0.8.10
3582026-04-01T14:37:23.258Z Compiling thiserror v2.0.18
3592026-04-01T14:37:23.268Z Compiling zerocopy v0.8.48
3602026-04-01T14:37:23.272Z Compiling serde v1.0.228
3612026-04-01T14:37:23.388Z Compiling aho-corasick v1.1.4
3622026-04-01T14:37:23.627Z Compiling either v1.15.0
3632026-04-01T14:37:23.669Z Compiling heapless v0.8.0
3642026-04-01T14:37:23.815Z Compiling itertools v0.14.0
3652026-04-01T14:37:23.856Z Compiling smoltcp v0.11.0
3662026-04-01T14:37:24.009Z Compiling syn v2.0.117
3672026-04-01T14:37:24.057Z Compiling ref-cast v1.0.25
3682026-04-01T14:37:24.128Z Compiling version_check v0.9.5
3692026-04-01T14:37:24.274Z Compiling crc32fast v1.5.0
3702026-04-01T14:37:24.471Z Compiling regex-automata v0.4.14
3712026-04-01T14:37:24.640Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3722026-04-01T14:37:26.017Z Compiling regex v1.12.3
3732026-04-01T14:37:26.289Z Compiling darling_core v0.21.3
3742026-04-01T14:37:26.311Z Compiling darling_core v0.23.0
3752026-04-01T14:37:27.081Z Compiling zerocopy-derive v0.8.48
3762026-04-01T14:37:27.081Z Compiling thiserror-impl v2.0.18
3772026-04-01T14:37:27.081Z Compiling serde_derive v1.0.228
3782026-04-01T14:37:27.084Z Compiling ref-cast-impl v1.0.25
3792026-04-01T14:37:27.085Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3802026-04-01T14:37:28.657Z Compiling darling_macro v0.23.0
3812026-04-01T14:37:28.760Z Compiling darling_macro v0.21.3
3822026-04-01T14:37:29.560Z Compiling darling v0.23.0
3832026-04-01T14:37:29.622Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3842026-04-01T14:37:29.635Z Compiling darling v0.21.3
3852026-04-01T14:37:29.696Z Compiling ingot-macros v0.1.1
3862026-04-01T14:37:34.620Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3872026-04-01T14:37:36.670Z Compiling byteorder v1.5.0
3882026-04-01T14:37:36.670Z Compiling macaddr v1.0.1
3892026-04-01T14:37:36.673Z Compiling cfg-if v1.0.4
3902026-04-01T14:37:36.673Z Compiling stable_deref_trait v1.2.1
3912026-04-01T14:37:36.728Z Compiling managed v0.8.0
3922026-04-01T14:37:36.733Z Compiling cobs v0.3.0
3932026-04-01T14:37:36.764Z Compiling bitflags v1.3.2
3942026-04-01T14:37:36.829Z Compiling hash32 v0.3.1
3952026-04-01T14:37:36.951Z Compiling dyn-clone v1.0.20
3962026-04-01T14:37:37.033Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3972026-04-01T14:37:38.240Z Compiling bitflags v2.11.0
3982026-04-01T14:37:38.240Z Compiling uuid v1.23.0
3992026-04-01T14:37:38.379Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4002026-04-01T14:37:38.670Z Compiling postcard v1.1.3
4012026-04-01T14:37:39.489Z Compiling ingot-types v0.1.2
4022026-04-01T14:37:39.808Z Compiling ingot v0.1.1
4032026-04-01T14:37:41.305Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4042026-04-01T14:37:44.973Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4052026-04-01T14:37:53.634Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4062026-04-01T14:38:20.795Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.57s
4072026-04-01T14:38:20.819ZLinking xde kmod...
4082026-04-01T14:38:21.372ZBuilding xde dev link helper (release).
4092026-04-01T14:38:21.530Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4102026-04-01T14:38:21.530Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4112026-04-01T14:38:21.530Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4122026-04-01T14:38:32.423Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4132026-04-01T14:38:34.774Z Finished `release` profile [optimized + debuginfo] target(s) in 13.37s
4142026-04-01T14:38:34.793ZBuilding opteadm (dev).
4152026-04-01T14:38:34.949Z Compiling serde_core v1.0.228
4162026-04-01T14:38:34.949Z Compiling libc v0.2.184
4172026-04-01T14:38:34.949Z Compiling cfg-if v1.0.4
4182026-04-01T14:38:34.949Z Compiling fnv v1.0.7
4192026-04-01T14:38:34.949Z Compiling strsim v0.11.1
4202026-04-01T14:38:34.952Z Compiling ident_case v1.0.1
4212026-04-01T14:38:34.952Z Compiling memchr v2.8.0
4222026-04-01T14:38:34.953Z Compiling syn v2.0.117
4232026-04-01T14:38:35.025Z Compiling regex-syntax v0.8.10
4242026-04-01T14:38:35.047Z Compiling either v1.15.0
4252026-04-01T14:38:35.067Z Compiling hashbrown v0.16.1
4262026-04-01T14:38:35.235Z Compiling zerocopy v0.8.48
4272026-04-01T14:38:35.255Z Compiling serde v1.0.228
4282026-04-01T14:38:35.520Z Compiling aho-corasick v1.1.4
4292026-04-01T14:38:35.549Z Compiling winnow v1.0.1
4302026-04-01T14:38:35.589Z Compiling equivalent v1.0.2
4312026-04-01T14:38:35.661Z Compiling indexmap v2.13.0
4322026-04-01T14:38:35.672Z Compiling itertools v0.14.0
4332026-04-01T14:38:35.715Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-04-01T14:38:35.924Z Compiling heapless v0.8.0
4352026-04-01T14:38:36.201Z Compiling byteorder v1.5.0
4362026-04-01T14:38:36.378Z Compiling hash32 v0.3.1
4372026-04-01T14:38:36.385Z Compiling macaddr v1.0.1
4382026-04-01T14:38:36.528Z Compiling regex-automata v0.4.14
4392026-04-01T14:38:36.532Z Compiling toml_parser v1.1.1+spec-1.1.0
4402026-04-01T14:38:36.627Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4412026-04-01T14:38:36.850Z Compiling smoltcp v0.11.0
4422026-04-01T14:38:36.853Z Compiling stable_deref_trait v1.2.1
4432026-04-01T14:38:36.914Z Compiling bitflags v2.11.0
4442026-04-01T14:38:36.918Z Compiling toml_edit v0.25.9+spec-1.1.0
4452026-04-01T14:38:37.028Z Compiling syn v1.0.109
4462026-04-01T14:38:37.064Z Compiling rustversion v1.0.22
4472026-04-01T14:38:37.177Z Compiling managed v0.8.0
4482026-04-01T14:38:37.357Z Compiling getrandom v0.4.2
4492026-04-01T14:38:37.362Z Compiling ref-cast v1.0.25
4502026-04-01T14:38:37.391Z Compiling bitflags v1.3.2
4512026-04-01T14:38:37.424Z Compiling version_check v0.9.5
4522026-04-01T14:38:37.454Z Compiling darling_core v0.21.3
4532026-04-01T14:38:37.546Z Compiling proc-macro-crate v3.5.0
4542026-04-01T14:38:37.601Z Compiling rand_core v0.10.0
4552026-04-01T14:38:37.653Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4562026-04-01T14:38:37.688Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4572026-04-01T14:38:37.911Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4582026-04-01T14:38:37.961Z Compiling errno v0.3.14
4592026-04-01T14:38:38.129Z Compiling ipnetwork v0.21.1
4602026-04-01T14:38:38.367Z Compiling regex v1.12.3
4612026-04-01T14:38:38.523Z Compiling unicode-width v0.2.2
4622026-04-01T14:38:38.666Z Compiling once_cell v1.21.4
4632026-04-01T14:38:38.703Z Compiling thiserror-impl v2.0.18
4642026-04-01T14:38:38.763Z Compiling zerocopy-derive v0.8.48
4652026-04-01T14:38:38.825Z Compiling serde_derive v1.0.228
4662026-04-01T14:38:38.898Z Compiling foreign-types-macros v0.2.3
4672026-04-01T14:38:39.064Z Compiling ref-cast-impl v1.0.25
4682026-04-01T14:38:39.506Z Compiling num_enum_derive v0.7.6
4692026-04-01T14:38:39.566Z Compiling darling_macro v0.21.3
4702026-04-01T14:38:39.642Z Compiling cpufeatures v0.3.0
4712026-04-01T14:38:39.730Z Compiling foreign-types-shared v0.3.1
4722026-04-01T14:38:39.942Z Compiling thiserror v2.0.18
4732026-04-01T14:38:40.043Z Compiling cobs v0.3.0
4742026-04-01T14:38:40.153Z Compiling darling v0.21.3
4752026-04-01T14:38:40.221Z Compiling ingot-macros v0.1.1
4762026-04-01T14:38:40.325Z Compiling cstr-argument v0.1.2
4772026-04-01T14:38:40.495Z Compiling foreign-types v0.5.0
4782026-04-01T14:38:40.561Z Compiling num_enum v0.7.6
4792026-04-01T14:38:40.567Z Compiling chacha20 v0.10.0
4802026-04-01T14:38:40.771Z Compiling tracing-core v0.1.36
4812026-04-01T14:38:40.916Z Compiling tabwriter v1.4.1
4822026-04-01T14:38:41.025Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4832026-04-01T14:38:41.271Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4842026-04-01T14:38:41.343Z Compiling tracing-attributes v0.1.31
4852026-04-01T14:38:41.581Z Compiling rustix v1.1.4
4862026-04-01T14:38:42.097Z Compiling postcard v1.1.3
4872026-04-01T14:38:42.227Z Compiling anyhow v1.0.102
4882026-04-01T14:38:42.232Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4892026-04-01T14:38:42.245Z Compiling pretty-hex v0.4.2
4902026-04-01T14:38:42.372Z Compiling pin-project-lite v0.2.17
4912026-04-01T14:38:42.425Z Compiling dyn-clone v1.0.20
4922026-04-01T14:38:42.439Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4932026-04-01T14:38:42.459Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942026-04-01T14:38:42.568Z Compiling tracing v0.1.44
4952026-04-01T14:38:42.584Z Compiling terminal_size v0.4.4
4962026-04-01T14:38:42.641Z Compiling rand v0.10.0
4972026-04-01T14:38:42.732Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4982026-04-01T14:38:42.736Z Compiling uuid v1.23.0
4992026-04-01T14:38:42.759Z Compiling socket2 v0.6.3
5002026-04-01T14:38:42.847Z Compiling colored v3.1.1
5012026-04-01T14:38:42.929Z Compiling oxnet v0.1.4
5022026-04-01T14:38:42.943Z Compiling clap_derive v4.6.0
5032026-04-01T14:38:43.199Z Compiling ingot-types v0.1.2
5042026-04-01T14:38:43.307Z Compiling clap_builder v4.6.0
5052026-04-01T14:38:43.392Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5062026-04-01T14:38:43.590Z Compiling ingot v0.1.1
5072026-04-01T14:38:44.894Z Compiling clap v4.6.0
5082026-04-01T14:38:45.277Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5092026-04-01T14:38:47.798Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5102026-04-01T14:38:48.866Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5112026-04-01T14:38:53.067Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.27s
5122026-04-01T14:38:53.095ZBuilding xde (dev).
5132026-04-01T14:38:53.319Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5142026-04-01T14:38:53.319Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5152026-04-01T14:38:53.319Z Compiling proc-macro2 v1.0.106
5162026-04-01T14:38:53.319Z Compiling unicode-ident v1.0.24
5172026-04-01T14:38:53.319Z Compiling quote v1.0.45
5182026-04-01T14:38:53.319Z Compiling ident_case v1.0.1
5192026-04-01T14:38:53.323Z Compiling strsim v0.11.1
5202026-04-01T14:38:53.323Z Compiling serde_core v1.0.228
5212026-04-01T14:38:53.437Z Compiling fnv v1.0.7
5222026-04-01T14:38:53.440Z Compiling memchr v2.8.0
5232026-04-01T14:38:53.517Z Compiling regex-syntax v0.8.10
5242026-04-01T14:38:53.699Z Compiling either v1.15.0
5252026-04-01T14:38:53.706Z Compiling thiserror v2.0.18
5262026-04-01T14:38:53.710Z Compiling zerocopy v0.8.48
5272026-04-01T14:38:53.830Z Compiling aho-corasick v1.1.4
5282026-04-01T14:38:53.884Z Compiling serde v1.0.228
5292026-04-01T14:38:54.106Z Compiling itertools v0.14.0
5302026-04-01T14:38:54.298Z Compiling heapless v0.8.0
5312026-04-01T14:38:54.305Z Compiling smoltcp v0.11.0
5322026-04-01T14:38:54.469Z Compiling syn v2.0.117
5332026-04-01T14:38:54.516Z Compiling ref-cast v1.0.25
5342026-04-01T14:38:54.742Z Compiling crc32fast v1.5.0
5352026-04-01T14:38:54.787Z Compiling version_check v0.9.5
5362026-04-01T14:38:54.962Z Compiling regex-automata v0.4.14
5372026-04-01T14:38:55.159Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5382026-04-01T14:38:56.499Z Compiling regex v1.12.3
5392026-04-01T14:38:56.786Z Compiling darling_core v0.21.3
5402026-04-01T14:38:56.826Z Compiling darling_core v0.23.0
5412026-04-01T14:38:57.668Z Compiling zerocopy-derive v0.8.48
5422026-04-01T14:38:57.668Z Compiling thiserror-impl v2.0.18
5432026-04-01T14:38:57.671Z Compiling serde_derive v1.0.228
5442026-04-01T14:38:57.671Z Compiling ref-cast-impl v1.0.25
5452026-04-01T14:38:57.671Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5462026-04-01T14:38:59.370Z Compiling darling_macro v0.21.3
5472026-04-01T14:38:59.410Z Compiling darling_macro v0.23.0
5482026-04-01T14:39:00.295Z Compiling darling v0.21.3
5492026-04-01T14:39:00.358Z Compiling ingot-macros v0.1.1
5502026-04-01T14:39:00.362Z Compiling darling v0.23.0
5512026-04-01T14:39:00.422Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5522026-04-01T14:39:04.694Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5532026-04-01T14:39:06.444Z Compiling byteorder v1.5.0
5542026-04-01T14:39:06.444Z Compiling stable_deref_trait v1.2.1
5552026-04-01T14:39:06.445Z Compiling macaddr v1.0.1
5562026-04-01T14:39:06.448Z Compiling cfg-if v1.0.4
5572026-04-01T14:39:06.510Z Compiling bitflags v1.3.2
5582026-04-01T14:39:06.514Z Compiling cobs v0.3.0
5592026-04-01T14:39:06.552Z Compiling managed v0.8.0
5602026-04-01T14:39:06.575Z Compiling hash32 v0.3.1
5612026-04-01T14:39:06.787Z Compiling dyn-clone v1.0.20
5622026-04-01T14:39:06.887Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5632026-04-01T14:39:07.978Z Compiling bitflags v2.11.0
5642026-04-01T14:39:07.978Z Compiling uuid v1.23.0
5652026-04-01T14:39:08.111Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5662026-04-01T14:39:08.391Z Compiling postcard v1.1.3
5672026-04-01T14:39:09.183Z Compiling ingot-types v0.1.2
5682026-04-01T14:39:09.463Z Compiling ingot v0.1.1
5692026-04-01T14:39:10.900Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5702026-04-01T14:39:15.085Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5712026-04-01T14:39:25.309Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5722026-04-01T14:39:33.195Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.06s
5732026-04-01T14:39:33.217ZLinking xde kmod...
5742026-04-01T14:39:34.343ZBuilding xde dev link helper (dev).
5752026-04-01T14:39:34.500Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5762026-04-01T14:39:34.500Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5772026-04-01T14:39:34.500Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5782026-04-01T14:39:44.906Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5792026-04-01T14:39:47.105Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.73s
5802026-04-01T14:39:47.126Z
5812026-04-01T14:39:47.129Zreal 3:02.037224362
5822026-04-01T14:39:47.129Zuser 8:50.526977142
5832026-04-01T14:39:47.129Zsys 56.605869664
5842026-04-01T14:39:47.129Ztrap 0.234576371
5852026-04-01T14:39:47.129Ztflt 0.867200430
5862026-04-01T14:39:47.129Zdflt 1.486394853
5872026-04-01T14:39:47.129Zkflt 0.004959842
5882026-04-01T14:39:47.129Zlock 29:47.968788428
5892026-04-01T14:39:47.129Zslp 20:33.476064074
5902026-04-01T14:39:47.129Zlat 21.320583839
5912026-04-01T14:39:47.129Zstop 30.400187783
5922026-04-01T14:39:47.129Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5932026-04-01T14:39:47.129Z+ grep GOTPCREL
5942026-04-01T14:39:48.032Z+ header 'package opte'
5952026-04-01T14:39:48.035Z+ echo '# ==== package opte ==== #'
5962026-04-01T14:39:48.035Z+ cargo xtask package --skip-build --profile all
5972026-04-01T14:39:48.035Z# ==== package opte ==== #
5982026-04-01T14:39:48.169Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5992026-04-01T14:39:48.173Z Running `target/debug/xtask package --skip-build --profile all`
6002026-04-01T14:39:48.377Z+ ./clean.sh
6012026-04-01T14:39:48.385Z+ mkdir -p proto/kernel/drv/amd64
6022026-04-01T14:39:48.387Z+ mkdir -p proto/opt/oxide/opte/bin
6032026-04-01T14:39:48.387Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6042026-04-01T14:39:48.390Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6052026-04-01T14:39:48.404Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6062026-04-01T14:39:48.437Z+ cp ../xde/xde.conf proto/kernel/drv/
6072026-04-01T14:39:48.440Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6082026-04-01T14:39:48.440Z+ '[' -z ']'
6092026-04-01T14:39:48.440Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6102026-04-01T14:39:48.470Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6112026-04-01T14:39:48.542Z+ INC_DEBUG=
6122026-04-01T14:39:48.545Z++ ./print-api-version.sh
6132026-04-01T14:39:48.548Z+ API_VSN=39
6142026-04-01T14:39:48.551Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/469/g -e s/%API_VSN%/39/g opte.template.p5m
6152026-04-01T14:39:48.551Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-04-01T14:39:49.456Z+ pkgdepend generate -d proto opte.base.p5m
6172026-04-01T14:39:50.158Z+ mkdir -p packages
6182026-04-01T14:39:50.161Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-04-01T14:40:01.263Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-04-01T14:40:01.266Z+ pkgrepo create packages/repo
6212026-04-01T14:40:01.826Z+ pkgrepo add-publisher -s packages/repo helios-dev
6222026-04-01T14:40:02.371Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-04-01T14:40:30.848Zpkg://helios-dev/driver/network/opte@0.39.469,5.11:20260401T144001Z
6242026-04-01T14:40:30.848ZPUBLISHED
6252026-04-01T14:40:30.884Z+ pkgrecv -a -d packages/repo/opte-0.39.469.p5p -s packages/repo -v -m latest '*'
6262026-04-01T14:40:31.383ZRetrieving packages for publisher helios-dev ...
6272026-04-01T14:40:31.386ZRetrieving catalog 'helios-dev' ... Done
6282026-04-01T14:40:31.389ZRetrieving and evaluating 1 package(s)...
6292026-04-01T14:40:31.389ZFetching manifests: 1/1 100% complete
6302026-04-01T14:40:31.389ZFetching manifests: 1/1 100% complete
6312026-04-01T14:40:31.389Z
6322026-04-01T14:40:31.389ZArchiving packages ...
6332026-04-01T14:40:31.389Z Packages to add: 1
6342026-04-01T14:40:31.389Z Files to retrieve: 6
6352026-04-01T14:40:31.390ZEstimated transfer size: 35.52 MB
6362026-04-01T14:40:31.390Z
6372026-04-01T14:40:31.390ZPackages to archive:
6382026-04-01T14:40:31.390Zdriver/network/opte@0.39.469,5.11:20260401T144001Z
6392026-04-01T14:40:31.390Z
6402026-04-01T14:40:31.390ZDownload: 0/6 items 0.0/35.5MB 0% complete
6412026-04-01T14:40:31.452ZDownload: Completed 35.52 MB in 0.07 seconds (545M/s)
6422026-04-01T14:40:31.455ZArchiving: 1/19 items 0.0/35.6MB 0% complete
6432026-04-01T14:40:31.466ZArchiving: Completed 35.56 MB in 0.01 seconds
6442026-04-01T14:40:31.504ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.469.p5p.
6452026-04-01T14:40:31.506Z+ banner copy
6462026-04-01T14:40:31.509Z
6472026-04-01T14:40:31.509Z #### #### ##### # #
6482026-04-01T14:40:31.509Z # # # # # # # #
6492026-04-01T14:40:31.509Z # # # # # #
6502026-04-01T14:40:31.509Z # # # ##### #
6512026-04-01T14:40:31.509Z # # # # # #
6522026-04-01T14:40:31.509Z #### #### # #
6532026-04-01T14:40:31.509Z
6542026-04-01T14:40:31.509Z+ pfexec mkdir -p /out
6552026-04-01T14:40:31.513Z+ pfexec chown 12345 /out
6562026-04-01T14:40:31.513Z+ PKG_NAME=/out/opte.p5p
6572026-04-01T14:40:31.513Z+ mv pkg/packages/repo/opte-0.39.469.p5p /out/opte.p5p
6582026-04-01T14:40:31.539Z+ sha256sum /out/opte.p5p
6592026-04-01T14:40:31.563Zprocess exited: duration 241801 ms, exit code 0
 
6602026-04-01T14:40:31.574Zfound 2 output files
6612026-04-01T14:40:31.574Zuploading: /out/opte.p5p (37294080 bytes)
6622026-04-01T14:40:32.789Zuploaded: /out/opte.p5p
6632026-04-01T14:40:32.789Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-04-01T14:40:33.797Zuploaded: /out/opte.p5p.sha256