01KT1EM0EFPDT9B20DKR0QY6DG: 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: 01KT1EMGWWWYQWC2T34C5CBN0E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T11:21:48.149Zjob assigned to worker 01KT1EMPVY6MKKEXF32ENCV6BJ [factory aws, i-06bea175bdcf8e245] (queued for 56 s)
 
22026-06-01T11:21:54.821Zstarting task 0: "setup"
32026-06-01T11:21:54.825Z++ uname -s
42026-06-01T11:21:54.828Z+ kern=SunOS
52026-06-01T11:21:54.828Z+ build_user=build
62026-06-01T11:21:54.828Z+ build_uid=12345
72026-06-01T11:21:54.828Z+ work_dir=/work
82026-06-01T11:21:54.829Z+ input_dir=/input
92026-06-01T11:21:54.829Z+ [[ 0 == 12345 ]]
102026-06-01T11:21:54.829Z+ case "$kern" in
112026-06-01T11:21:54.829Z+ groupadd -g 12345 build
122026-06-01T11:21:54.832Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T11:21:56.835Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T11:21:56.935Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T11:21:56.938Z+ home_fs=zfs
162026-06-01T11:21:56.938Z+ [[ zfs == autofs ]]
172026-06-01T11:21:56.938Z+ mkdir -p /home/build
182026-06-01T11:21:56.938Z+ chown build:build /home/build /work
192026-06-01T11:21:58.939Z+ chmod 0700 /home/build /work
202026-06-01T11:21:58.944Zprocess exited: duration 4123 ms, exit code 0
 
212026-06-01T11:21:58.950Zstarting task 1: "rust-toolchain"
222026-06-01T11:21:58.955Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-01T11:21:58.955Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-01T11:21:58.955Z * rust toolchain channel = "1.95.0"
252026-06-01T11:21:58.955Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-01T11:21:58.955Z * rust toolchain profile = "default"
272026-06-01T11:21:58.955Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-01T11:21:58.958Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T11:21:58.958Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-01T11:21:59.039Zinfo: downloading installer
312026-06-01T11:22:00.361Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T11:22:00.361Zwarn: /home/build/.rustup/settings.toml
332026-06-01T11:22:00.361Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T11:22:00.361Zwarn: instead of the one inferred from the default host triple.
352026-06-01T11:22:00.374Zinfo: profile set to default
362026-06-01T11:22:00.374Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T11:22:00.377Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-01T11:22:00.509Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-01T11:22:00.512Zinfo: downloading 6 components
402026-06-01T11:22:15.000Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-01T11:22:15.000Z
422026-06-01T11:22:15.041Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-01T11:22:15.041Z
442026-06-01T11:22:15.042Z
452026-06-01T11:22:15.042ZRust is installed now. Great!
462026-06-01T11:22:15.042Z
472026-06-01T11:22:15.042ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T11:22:15.042Zenvironment variable. This has not been done automatically.
492026-06-01T11:22:15.042Z
502026-06-01T11:22:15.042ZTo configure your current shell, you need to source
512026-06-01T11:22:15.042Zthe corresponding env file under $HOME/.cargo.
522026-06-01T11:22:15.042Z
532026-06-01T11:22:15.042ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T11:22:15.042Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T11:22:15.042Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T11:22:15.042Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T11:22:15.042Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T11:22:15.042Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T11:22:15.042Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T11:22:15.045Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T11:22:15.045Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T11:22:15.140Z+ rustup --version
632026-06-01T11:22:15.148Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T11:22:15.151Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T11:22:15.173Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-01T11:22:15.176Z+ cargo --version
672026-06-01T11:22:15.187Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-01T11:22:15.190Z+ rustc --version
692026-06-01T11:22:15.210Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-01T11:22:15.213Zprocess exited: duration 16262 ms, exit code 0
 
712026-06-01T11:22:15.220Zstarting task 2: "authentication"
722026-06-01T11:22:15.235Zprocess exited: duration 16 ms, exit code 0
 
732026-06-01T11:22:15.243Zstarting task 3: "clone repository"
742026-06-01T11:22:15.246Z+ mkdir -p /work/oxidecomputer/opte
752026-06-01T11:22:15.249Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-01T11:22:15.287ZCloning into '/work/oxidecomputer/opte'...
772026-06-01T11:22:16.114Z+ cd /work/oxidecomputer/opte
782026-06-01T11:22:16.114Z+ git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
792026-06-01T11:22:16.342ZFrom https://github.com/oxidecomputer/opte
802026-06-01T11:22:16.342Z * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD
812026-06-01T11:22:16.347Z+ [[ -n mtu ]]
822026-06-01T11:22:16.350Z++ git branch --show-current
832026-06-01T11:22:16.350Z+ current=master
842026-06-01T11:22:16.350Z+ [[ master != mtu ]]
852026-06-01T11:22:16.350Z+ git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
862026-06-01T11:22:16.355Z+ git checkout -f mtu
872026-06-01T11:22:16.371ZSwitched to branch 'mtu'
882026-06-01T11:22:16.374Z+ git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
892026-06-01T11:22:16.386ZHEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages
902026-06-01T11:22:16.389Zprocess exited: duration 1144 ms, exit code 0
 
912026-06-01T11:22:16.395Zstarting task 4: "build"
922026-06-01T11:22:16.399Z+ source .github/buildomat/common.sh
932026-06-01T11:22:16.399Z++ rustup show active-toolchain
942026-06-01T11:22:16.404Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-01T11:22:16.407Z++ pushd xde
962026-06-01T11:22:16.407Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-01T11:22:16.407Z++ rustup show active-toolchain
982026-06-01T11:22:16.410Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-01T11:22:16.547Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-01T11:22:16.550Zinfo: downloading 6 components
1012026-06-01T11:22:29.835Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-01T11:22:29.919Z+++ rustup show active-toolchain -v
1032026-06-01T11:22:29.921Z+++ head -n 1
1042026-06-01T11:22:29.921Z+++ cut '-d ' -f1
1052026-06-01T11:22:29.973Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-01T11:22:29.973Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-01T11:22:29.973Z++ popd
1082026-06-01T11:22:29.976Z/work/oxidecomputer/opte
1092026-06-01T11:22:29.977Z+ TGT_BASE=/work
1102026-06-01T11:22:29.977Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-06-01T11:22:29.977Z+ REL_TGT=/work/release
1122026-06-01T11:22:29.977Z+ mkdir -p /work/release
1132026-06-01T11:22:29.977Z+ cargo --version
1142026-06-01T11:22:29.984Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1152026-06-01T11:22:29.987Z+ rustc --version
1162026-06-01T11:22:30.007Zrustc 1.95.0 (59807616e 2026-04-14)
1172026-06-01T11:22:30.010Z+ header 'build xde and opteadm (release+debug)'
1182026-06-01T11:22:30.010Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-06-01T11:22:30.010Z# ==== build xde and opteadm (release+debug) ==== #
1202026-06-01T11:22:30.010Z+ ptime -m cargo xtask build --profile all
1212026-06-01T11:22:30.117Z Updating crates.io index
1222026-06-01T11:22:30.120Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-06-01T11:22:30.796Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-06-01T11:22:31.387Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-06-01T11:22:31.763Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-06-01T11:22:32.245Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-06-01T11:22:32.521Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-06-01T11:22:32.778Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-06-01T11:22:34.731Z Downloading crates ...
1302026-06-01T11:22:34.773Z Downloaded heck v0.5.0
1312026-06-01T11:22:34.780Z Downloaded camino v1.2.2
1322026-06-01T11:22:34.783Z Downloaded equivalent v1.0.2
1332026-06-01T11:22:34.787Z Downloaded serde_core v1.0.228
1342026-06-01T11:22:34.790Z Downloaded serde_spanned v1.1.1
1352026-06-01T11:22:34.793Z Downloaded anstyle-query v1.1.5
1362026-06-01T11:22:34.793Z Downloaded is_terminal_polyfill v1.70.2
1372026-06-01T11:22:34.796Z Downloaded terminal_size v0.4.4
1382026-06-01T11:22:34.798Z Downloaded colorchoice v1.0.5
1392026-06-01T11:22:34.807Z Downloaded utf8parse v0.2.2
1402026-06-01T11:22:34.809Z Downloaded strsim v0.11.1
1412026-06-01T11:22:34.813Z Downloaded errno v0.3.14
1422026-06-01T11:22:34.816Z Downloaded cargo-platform v0.3.3
1432026-06-01T11:22:34.818Z Downloaded clap_lex v1.1.0
1442026-06-01T11:22:34.818Z Downloaded itoa v1.0.18
1452026-06-01T11:22:34.827Z Downloaded thiserror-impl v2.0.18
1462026-06-01T11:22:34.834Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1472026-06-01T11:22:34.837Z Downloaded anstyle-parse v1.0.0
1482026-06-01T11:22:34.837Z Downloaded anstyle v1.0.14
1492026-06-01T11:22:34.840Z Downloaded anyhow v1.0.102
1502026-06-01T11:22:34.842Z Downloaded zmij v1.0.21
1512026-06-01T11:22:34.842Z Downloaded toml_writer v1.1.1+spec-1.1.0
1522026-06-01T11:22:34.845Z Downloaded anstream v1.0.0
1532026-06-01T11:22:34.848Z Downloaded thiserror v2.0.18
1542026-06-01T11:22:34.852Z Downloaded clap_derive v4.6.1
1552026-06-01T11:22:34.855Z Downloaded quote v1.0.45
1562026-06-01T11:22:34.859Z Downloaded semver v1.0.28
1572026-06-01T11:22:34.861Z Downloaded toml_parser v1.1.2+spec-1.1.0
1582026-06-01T11:22:34.861Z Downloaded cargo_metadata v0.23.1
1592026-06-01T11:22:34.866Z Downloaded proc-macro2 v1.0.106
1602026-06-01T11:22:34.872Z Downloaded unicode-ident v1.0.24
1612026-06-01T11:22:34.875Z Downloaded clap v4.6.1
1622026-06-01T11:22:34.885Z Downloaded bitflags v2.11.1
1632026-06-01T11:22:34.888Z Downloaded serde_derive v1.0.228
1642026-06-01T11:22:34.892Z Downloaded toml v1.1.2+spec-1.1.0
1652026-06-01T11:22:34.894Z Downloaded memchr v2.8.0
1662026-06-01T11:22:34.899Z Downloaded serde v1.0.228
1672026-06-01T11:22:34.902Z Downloaded indexmap v2.14.0
1682026-06-01T11:22:34.916Z Downloaded clap_builder v4.6.0
1692026-06-01T11:22:34.925Z Downloaded hashbrown v0.17.0
1702026-06-01T11:22:34.931Z Downloaded serde_json v1.0.149
1712026-06-01T11:22:34.935Z Downloaded winnow v1.0.2
1722026-06-01T11:22:34.951Z Downloaded syn v2.0.117
1732026-06-01T11:22:34.969Z Downloaded rustix v1.1.4
1742026-06-01T11:22:34.995Z Downloaded libc v0.2.186
1752026-06-01T11:22:35.043Z Compiling proc-macro2 v1.0.106
1762026-06-01T11:22:35.043Z Compiling serde_core v1.0.228
1772026-06-01T11:22:35.043Z Compiling quote v1.0.45
1782026-06-01T11:22:35.043Z Compiling unicode-ident v1.0.24
1792026-06-01T11:22:35.043Z Compiling libc v0.2.186
1802026-06-01T11:22:35.046Z Compiling rustix v1.1.4
1812026-06-01T11:22:35.047Z Compiling zmij v1.0.21
1822026-06-01T11:22:35.047Z Compiling utf8parse v0.2.2
1832026-06-01T11:22:35.225Z Compiling bitflags v2.11.1
1842026-06-01T11:22:35.240Z Compiling anstyle-parse v1.0.0
1852026-06-01T11:22:35.451Z Compiling is_terminal_polyfill v1.70.2
1862026-06-01T11:22:35.508Z Compiling thiserror v2.0.18
1872026-06-01T11:22:35.515Z Compiling colorchoice v1.0.5
1882026-06-01T11:22:35.530Z Compiling serde_json v1.0.149
1892026-06-01T11:22:35.621Z Compiling camino v1.2.2
1902026-06-01T11:22:35.656Z Compiling anstyle-query v1.1.5
1912026-06-01T11:22:35.664Z Compiling serde v1.0.228
1922026-06-01T11:22:35.753Z Compiling anstyle v1.0.14
1932026-06-01T11:22:35.838Z Compiling errno v0.3.14
1942026-06-01T11:22:36.003Z Compiling anstream v1.0.0
1952026-06-01T11:22:36.003Z Compiling heck v0.5.0
1962026-06-01T11:22:36.032Z Compiling winnow v1.0.2
1972026-06-01T11:22:36.089Z Compiling strsim v0.11.1
1982026-06-01T11:22:36.213Z Compiling itoa v1.0.18
1992026-06-01T11:22:36.327Z Compiling memchr v2.8.0
2002026-06-01T11:22:36.406Z Compiling syn v2.0.117
2012026-06-01T11:22:36.455Z Compiling terminal_size v0.4.4
2022026-06-01T11:22:36.467Z Compiling clap_lex v1.1.0
2032026-06-01T11:22:36.531Z Compiling anyhow v1.0.102
2042026-06-01T11:22:36.604Z Compiling clap_builder v4.6.0
2052026-06-01T11:22:36.858Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-06-01T11:22:37.020Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-06-01T11:22:37.519Z Compiling semver v1.0.28
2082026-06-01T11:22:37.543Z Compiling cargo-platform v0.3.3
2092026-06-01T11:22:37.599Z Compiling toml_datetime v1.1.1+spec-1.1.0
2102026-06-01T11:22:38.089Z Compiling serde_spanned v1.1.1
2112026-06-01T11:22:38.211Z Compiling toml v1.1.2+spec-1.1.0
2122026-06-01T11:22:38.542Z Compiling thiserror-impl v2.0.18
2132026-06-01T11:22:38.542Z Compiling serde_derive v1.0.228
2142026-06-01T11:22:38.745Z Compiling clap_derive v4.6.1
2152026-06-01T11:22:40.380Z Compiling clap v4.6.1
2162026-06-01T11:22:41.484Z Compiling cargo_metadata v0.23.1
2172026-06-01T11:22:44.051Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-06-01T11:22:45.653Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.63s
2192026-06-01T11:22:45.745Z Running `target/debug/xtask build --profile all`
2202026-06-01T11:22:47.355ZBuilding opteadm (release).
2212026-06-01T11:22:47.449Z Compiling proc-macro2 v1.0.106
2222026-06-01T11:22:47.449Z Compiling quote v1.0.45
2232026-06-01T11:22:47.449Z Compiling unicode-ident v1.0.24
2242026-06-01T11:22:47.449Z Compiling serde_core v1.0.228
2252026-06-01T11:22:47.449Z Compiling libc v0.2.186
2262026-06-01T11:22:47.449Z Compiling cfg-if v1.0.4
2272026-06-01T11:22:47.453Z Compiling memchr v2.8.0
2282026-06-01T11:22:47.453Z Compiling thiserror v2.0.18
2292026-06-01T11:22:47.525Z Compiling fnv v1.0.7
2302026-06-01T11:22:47.567Z Compiling ident_case v1.0.1
2312026-06-01T11:22:47.602Z Compiling strsim v0.11.1
2322026-06-01T11:22:47.666Z Compiling regex-syntax v0.8.10
2332026-06-01T11:22:47.769Z Compiling serde v1.0.228
2342026-06-01T11:22:47.871Z Compiling aho-corasick v1.1.4
2352026-06-01T11:22:47.960Z Compiling equivalent v1.0.2
2362026-06-01T11:22:48.001Z Compiling either v1.15.0
2372026-06-01T11:22:48.030Z Compiling hashbrown v0.17.0
2382026-06-01T11:22:48.064Z Compiling winnow v1.0.2
2392026-06-01T11:22:48.224Z Compiling zerocopy v0.8.48
2402026-06-01T11:22:48.276Z Compiling anyhow v1.0.102
2412026-06-01T11:22:48.626Z Compiling indexmap v2.14.0
2422026-06-01T11:22:48.671Z Compiling itertools v0.14.0
2432026-06-01T11:22:48.711Z Compiling byteorder v1.5.0
2442026-06-01T11:22:48.829Z Compiling syn v2.0.117
2452026-06-01T11:22:48.894Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-06-01T11:22:49.112Z Compiling toml_parser v1.1.2+spec-1.1.0
2472026-06-01T11:22:49.167Z Compiling heapless v0.8.0
2482026-06-01T11:22:49.235Z Compiling regex-automata v0.4.14
2492026-06-01T11:22:49.281Z Compiling hash32 v0.3.1
2502026-06-01T11:22:49.415Z Compiling syn v1.0.109
2512026-06-01T11:22:49.637Z Compiling toml_edit v0.25.11+spec-1.1.0
2522026-06-01T11:22:49.670Z Compiling bitflags v2.11.1
2532026-06-01T11:22:49.737Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2542026-06-01T11:22:49.814Z Compiling stable_deref_trait v1.2.1
2552026-06-01T11:22:49.814Z Compiling rustversion v1.0.22
2562026-06-01T11:22:49.879Z Compiling smoltcp v0.11.0
2572026-06-01T11:22:49.959Z Compiling macaddr v1.0.1
2582026-06-01T11:22:50.047Z Compiling bitflags v1.3.2
2592026-06-01T11:22:50.109Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2602026-06-01T11:22:50.154Z Compiling managed v0.8.0
2612026-06-01T11:22:50.195Z Compiling proc-macro-crate v3.5.0
2622026-06-01T11:22:50.226Z Compiling rand_core v0.10.1
2632026-06-01T11:22:50.333Z Compiling ref-cast v1.0.25
2642026-06-01T11:22:50.374Z Compiling version_check v0.9.5
2652026-06-01T11:22:50.391Z Compiling rustix v1.1.4
2662026-06-01T11:22:50.464Z Compiling getrandom v0.4.2
2672026-06-01T11:22:50.626Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-06-01T11:22:50.733Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-06-01T11:22:50.851Z Compiling errno v0.3.14
2702026-06-01T11:22:50.913Z Compiling regex v1.12.3
2712026-06-01T11:22:50.987Z Compiling once_cell v1.21.4
2722026-06-01T11:22:51.097Z Compiling unicode-width v0.2.2
2732026-06-01T11:22:51.142Z Compiling foreign-types-shared v0.3.1
2742026-06-01T11:22:51.224Z Compiling cpufeatures v0.3.0
2752026-06-01T11:22:51.227Z Compiling ipnetwork v0.21.1
2762026-06-01T11:22:51.286Z Compiling utf8parse v0.2.2
2772026-06-01T11:22:51.397Z Compiling anstyle-parse v1.0.0
2782026-06-01T11:22:51.401Z Compiling tabwriter v1.4.1
2792026-06-01T11:22:51.567Z Compiling darling_core v0.21.3
2802026-06-01T11:22:51.588Z Compiling chacha20 v0.10.0
2812026-06-01T11:22:51.706Z Compiling cstr-argument v0.1.2
2822026-06-01T11:22:51.775Z Compiling tracing-core v0.1.36
2832026-06-01T11:22:52.326Z Compiling anstyle v1.0.14
2842026-06-01T11:22:52.364Z Compiling anstyle-query v1.1.5
2852026-06-01T11:22:52.456Z Compiling colorchoice v1.0.5
2862026-06-01T11:22:52.556Z Compiling dyn-clone v1.0.20
2872026-06-01T11:22:52.560Z Compiling pin-project-lite v0.2.17
2882026-06-01T11:22:53.603Z Compiling pretty-hex v0.4.2
2892026-06-01T11:22:53.606Z Compiling thiserror-impl v2.0.18
2902026-06-01T11:22:53.606Z Compiling zerocopy-derive v0.8.48
2912026-06-01T11:22:53.606Z Compiling serde_derive v1.0.228
2922026-06-01T11:22:53.606Z Compiling foreign-types-macros v0.2.3
2932026-06-01T11:22:53.606Z Compiling ref-cast-impl v1.0.25
2942026-06-01T11:22:53.606Z Compiling num_enum_derive v0.7.6
2952026-06-01T11:22:53.606Z Compiling foreign-types v0.5.0
2962026-06-01T11:22:53.607Z Compiling tracing-attributes v0.1.31
2972026-06-01T11:22:53.607Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2982026-06-01T11:22:53.666Z Compiling darling_macro v0.21.3
2992026-06-01T11:22:53.906Z Compiling is_terminal_polyfill v1.70.2
3002026-06-01T11:22:53.940Z Compiling cobs v0.3.0
3012026-06-01T11:22:53.989Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3022026-06-01T11:22:54.020Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3032026-06-01T11:22:54.149Z Compiling anstream v1.0.0
3042026-06-01T11:22:54.221Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3052026-06-01T11:22:54.236Z Compiling darling v0.21.3
3062026-06-01T11:22:54.239Z Compiling num_enum v0.7.6
3072026-06-01T11:22:54.304Z Compiling ingot-macros v0.1.1
3082026-06-01T11:22:54.338Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3092026-06-01T11:22:54.520Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-06-01T11:22:54.561Z Compiling terminal_size v0.4.4
3112026-06-01T11:22:54.601Z Compiling tracing v0.1.44
3122026-06-01T11:22:54.622Z Compiling rand v0.10.1
3132026-06-01T11:22:54.686Z Compiling uuid v1.23.1
3142026-06-01T11:22:54.811Z Compiling socket2 v0.6.3
3152026-06-01T11:22:55.068Z Compiling clap_lex v1.1.0
3162026-06-01T11:22:55.350Z Compiling oxnet v0.1.5
3172026-06-01T11:22:55.367Z Compiling heck v0.5.0
3182026-06-01T11:22:55.424Z Compiling colored v3.1.1
3192026-06-01T11:22:55.548Z Compiling clap_derive v4.6.1
3202026-06-01T11:22:55.622Z Compiling clap_builder v4.6.0
3212026-06-01T11:22:55.746Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-06-01T11:22:55.932Z Compiling postcard v1.1.3
3232026-06-01T11:22:57.095Z Compiling ingot-types v0.1.2
3242026-06-01T11:22:57.405Z Compiling ingot v0.1.1
3252026-06-01T11:22:57.409Z Compiling clap v4.6.1
3262026-06-01T11:22:59.109Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-06-01T11:23:00.128Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-06-01T11:23:01.165Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-06-01T11:23:07.740Z Finished `release` profile [optimized + debuginfo] target(s) in 20.38s
3302026-06-01T11:23:07.768ZBuilding xde (release-lto).
3312026-06-01T11:23:08.016Z Updating crates.io index
3322026-06-01T11:23:08.113Z Downloading crates ...
3332026-06-01T11:23:08.155Z Downloaded adler2 v2.0.1
3342026-06-01T11:23:08.163Z Downloaded miniz_oxide v0.8.9
3352026-06-01T11:23:08.166Z Downloaded rustc-literal-escaper v0.0.7
3362026-06-01T11:23:08.182Z Downloaded rustc-demangle v0.1.27
3372026-06-01T11:23:08.185Z Downloaded getopts v0.2.24
3382026-06-01T11:23:08.185Z Downloaded foldhash v0.2.0
3392026-06-01T11:23:08.185Z Downloaded addr2line v0.25.1
3402026-06-01T11:23:08.192Z Downloaded memchr v2.7.6
3412026-06-01T11:23:08.218Z Downloaded hashbrown v0.16.1
3422026-06-01T11:23:08.245Z Downloaded gimli v0.32.3
3432026-06-01T11:23:08.253Z Downloaded object v0.37.3
3442026-06-01T11:23:08.287Z Downloaded libc v0.2.183
3452026-06-01T11:23:08.348Z 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)
3462026-06-01T11:23:08.348Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3472026-06-01T11:23:08.348Z Compiling proc-macro2 v1.0.106
3482026-06-01T11:23:08.351Z Compiling quote v1.0.45
3492026-06-01T11:23:08.351Z Compiling unicode-ident v1.0.24
3502026-06-01T11:23:08.351Z Compiling strsim v0.11.1
3512026-06-01T11:23:08.351Z Compiling ident_case v1.0.1
3522026-06-01T11:23:08.351Z Compiling serde_core v1.0.228
3532026-06-01T11:23:08.514Z Compiling memchr v2.8.0
3542026-06-01T11:23:08.518Z Compiling fnv v1.0.7
3552026-06-01T11:23:08.604Z Compiling regex-syntax v0.8.10
3562026-06-01T11:23:08.764Z Compiling zerocopy v0.8.48
3572026-06-01T11:23:08.769Z Compiling either v1.15.0
3582026-06-01T11:23:08.777Z Compiling serde v1.0.228
3592026-06-01T11:23:08.896Z Compiling thiserror v2.0.18
3602026-06-01T11:23:08.954Z Compiling aho-corasick v1.1.4
3612026-06-01T11:23:09.170Z Compiling itertools v0.14.0
3622026-06-01T11:23:09.180Z Compiling heapless v0.8.0
3632026-06-01T11:23:09.461Z Compiling syn v2.0.117
3642026-06-01T11:23:09.565Z Compiling smoltcp v0.11.0
3652026-06-01T11:23:09.586Z Compiling version_check v0.9.5
3662026-06-01T11:23:09.648Z Compiling ref-cast v1.0.25
3672026-06-01T11:23:09.942Z Compiling crc32fast v1.5.0
3682026-06-01T11:23:09.983Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-06-01T11:23:10.024Z Compiling regex-automata v0.4.14
3702026-06-01T11:23:11.559Z Compiling regex v1.12.3
3712026-06-01T11:23:11.728Z Compiling darling_core v0.21.3
3722026-06-01T11:23:11.743Z Compiling darling_core v0.23.0
3732026-06-01T11:23:12.633Z Compiling serde_derive v1.0.228
3742026-06-01T11:23:12.633Z Compiling thiserror-impl v2.0.18
3752026-06-01T11:23:12.633Z Compiling zerocopy-derive v0.8.48
3762026-06-01T11:23:12.636Z Compiling ref-cast-impl v1.0.25
3772026-06-01T11:23:12.636Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-06-01T11:23:14.214Z Compiling darling_macro v0.21.3
3792026-06-01T11:23:14.378Z Compiling darling_macro v0.23.0
3802026-06-01T11:23:15.113Z Compiling darling v0.21.3
3812026-06-01T11:23:15.181Z Compiling ingot-macros v0.1.1
3822026-06-01T11:23:15.285Z Compiling darling v0.23.0
3832026-06-01T11:23:15.351Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3842026-06-01T11:23:20.290Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3852026-06-01T11:23:22.392Z Compiling byteorder v1.5.0
3862026-06-01T11:23:22.392Z Compiling cfg-if v1.0.4
3872026-06-01T11:23:22.392Z Compiling stable_deref_trait v1.2.1
3882026-06-01T11:23:22.392Z Compiling macaddr v1.0.1
3892026-06-01T11:23:22.454Z Compiling bitflags v1.3.2
3902026-06-01T11:23:22.458Z Compiling managed v0.8.0
3912026-06-01T11:23:22.492Z Compiling cobs v0.3.0
3922026-06-01T11:23:22.573Z Compiling hash32 v0.3.1
3932026-06-01T11:23:22.693Z Compiling dyn-clone v1.0.20
3942026-06-01T11:23:22.754Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-06-01T11:23:23.987Z Compiling bitflags v2.11.1
3962026-06-01T11:23:23.987Z Compiling uuid v1.23.1
3972026-06-01T11:23:24.127Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-06-01T11:23:24.415Z Compiling postcard v1.1.3
3992026-06-01T11:23:25.248Z Compiling ingot-types v0.1.2
4002026-06-01T11:23:25.571Z Compiling ingot v0.1.1
4012026-06-01T11:23:27.060Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-06-01T11:23:30.820Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-06-01T11:23:39.539Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-06-01T11:24:09.138Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
4052026-06-01T11:24:09.165ZLinking xde kmod...
4062026-06-01T11:24:09.755ZBuilding xde dev link helper (release).
4072026-06-01T11:24:09.916Z 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)
4082026-06-01T11:24:09.916Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-06-01T11:24:09.916Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-06-01T11:24:20.807Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-06-01T11:24:23.152Z Finished `release` profile [optimized + debuginfo] target(s) in 13.37s
4122026-06-01T11:24:23.175ZBuilding opteadm (dev).
4132026-06-01T11:24:23.337Z Compiling serde_core v1.0.228
4142026-06-01T11:24:23.338Z Compiling libc v0.2.186
4152026-06-01T11:24:23.338Z Compiling cfg-if v1.0.4
4162026-06-01T11:24:23.338Z Compiling strsim v0.11.1
4172026-06-01T11:24:23.338Z Compiling memchr v2.8.0
4182026-06-01T11:24:23.341Z Compiling ident_case v1.0.1
4192026-06-01T11:24:23.341Z Compiling fnv v1.0.7
4202026-06-01T11:24:23.341Z Compiling syn v2.0.117
4212026-06-01T11:24:23.414Z Compiling regex-syntax v0.8.10
4222026-06-01T11:24:23.438Z Compiling hashbrown v0.17.0
4232026-06-01T11:24:23.459Z Compiling zerocopy v0.8.48
4242026-06-01T11:24:23.640Z Compiling serde v1.0.228
4252026-06-01T11:24:23.841Z Compiling aho-corasick v1.1.4
4262026-06-01T11:24:23.912Z Compiling winnow v1.0.2
4272026-06-01T11:24:23.954Z Compiling either v1.15.0
4282026-06-01T11:24:23.979Z Compiling equivalent v1.0.2
4292026-06-01T11:24:24.053Z Compiling indexmap v2.14.0
4302026-06-01T11:24:24.120Z Compiling itertools v0.14.0
4312026-06-01T11:24:24.212Z Compiling heapless v0.8.0
4322026-06-01T11:24:24.510Z Compiling byteorder v1.5.0
4332026-06-01T11:24:24.637Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-06-01T11:24:24.684Z Compiling hash32 v0.3.1
4352026-06-01T11:24:24.834Z Compiling regex-automata v0.4.14
4362026-06-01T11:24:24.850Z Compiling toml_parser v1.1.2+spec-1.1.0
4372026-06-01T11:24:25.056Z Compiling rustversion v1.0.22
4382026-06-01T11:24:25.229Z Compiling toml_edit v0.25.11+spec-1.1.0
4392026-06-01T11:24:25.321Z Compiling bitflags v2.11.1
4402026-06-01T11:24:25.389Z Compiling macaddr v1.0.1
4412026-06-01T11:24:25.403Z Compiling smoltcp v0.11.0
4422026-06-01T11:24:25.443Z Compiling syn v1.0.109
4432026-06-01T11:24:25.523Z Compiling stable_deref_trait v1.2.1
4442026-06-01T11:24:25.592Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4452026-06-01T11:24:25.773Z Compiling proc-macro-crate v3.5.0
4462026-06-01T11:24:25.781Z Compiling version_check v0.9.5
4472026-06-01T11:24:25.801Z Compiling rand_core v0.10.1
4482026-06-01T11:24:25.844Z Compiling getrandom v0.4.2
4492026-06-01T11:24:25.953Z Compiling darling_core v0.21.3
4502026-06-01T11:24:26.038Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4512026-06-01T11:24:26.052Z Compiling ref-cast v1.0.25
4522026-06-01T11:24:26.111Z Compiling managed v0.8.0
4532026-06-01T11:24:26.137Z Compiling bitflags v1.3.2
4542026-06-01T11:24:26.181Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-06-01T11:24:26.408Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-06-01T11:24:26.422Z Compiling errno v0.3.14
4572026-06-01T11:24:26.590Z Compiling regex v1.12.3
4582026-06-01T11:24:26.976Z Compiling ipnetwork v0.21.1
4592026-06-01T11:24:27.020Z Compiling once_cell v1.21.4
4602026-06-01T11:24:27.074Z Compiling thiserror-impl v2.0.18
4612026-06-01T11:24:27.252Z Compiling serde_derive v1.0.228
4622026-06-01T11:24:27.385Z Compiling zerocopy-derive v0.8.48
4632026-06-01T11:24:27.491Z Compiling ref-cast-impl v1.0.25
4642026-06-01T11:24:27.992Z Compiling num_enum_derive v0.7.6
4652026-06-01T11:24:28.031Z Compiling darling_macro v0.21.3
4662026-06-01T11:24:28.085Z Compiling foreign-types-macros v0.2.3
4672026-06-01T11:24:28.321Z Compiling thiserror v2.0.18
4682026-06-01T11:24:28.423Z Compiling cobs v0.3.0
4692026-06-01T11:24:28.627Z Compiling darling v0.21.3
4702026-06-01T11:24:28.698Z Compiling ingot-macros v0.1.1
4712026-06-01T11:24:28.702Z Compiling unicode-width v0.2.2
4722026-06-01T11:24:28.782Z Compiling foreign-types-shared v0.3.1
4732026-06-01T11:24:28.869Z Compiling cpufeatures v0.3.0
4742026-06-01T11:24:28.936Z Compiling tabwriter v1.4.1
4752026-06-01T11:24:29.012Z Compiling chacha20 v0.10.0
4762026-06-01T11:24:29.018Z Compiling num_enum v0.7.6
4772026-06-01T11:24:29.128Z Compiling foreign-types v0.5.0
4782026-06-01T11:24:29.300Z Compiling cstr-argument v0.1.2
4792026-06-01T11:24:29.358Z Compiling tracing-core v0.1.36
4802026-06-01T11:24:29.363Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4812026-06-01T11:24:29.468Z Compiling tracing-attributes v0.1.31
4822026-06-01T11:24:29.601Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4832026-06-01T11:24:29.948Z Compiling rustix v1.1.4
4842026-06-01T11:24:30.453Z Compiling postcard v1.1.3
4852026-06-01T11:24:30.682Z Compiling anyhow v1.0.102
4862026-06-01T11:24:30.693Z Compiling pin-project-lite v0.2.17
4872026-06-01T11:24:30.733Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4882026-06-01T11:24:30.758Z Compiling dyn-clone v1.0.20
4892026-06-01T11:24:30.779Z Compiling pretty-hex v0.4.2
4902026-06-01T11:24:30.812Z Compiling tracing v0.1.44
4912026-06-01T11:24:30.904Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4922026-06-01T11:24:30.916Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-06-01T11:24:30.962Z Compiling terminal_size v0.4.4
4942026-06-01T11:24:31.110Z Compiling rand v0.10.1
4952026-06-01T11:24:31.115Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-06-01T11:24:31.118Z Compiling uuid v1.23.1
4972026-06-01T11:24:31.169Z Compiling socket2 v0.6.3
4982026-06-01T11:24:31.175Z Compiling oxnet v0.1.5
4992026-06-01T11:24:31.396Z Compiling colored v3.1.1
5002026-06-01T11:24:31.401Z Compiling clap_builder v4.6.0
5012026-06-01T11:24:31.643Z Compiling clap_derive v4.6.1
5022026-06-01T11:24:31.673Z Compiling ingot-types v0.1.2
5032026-06-01T11:24:31.873Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-06-01T11:24:32.072Z Compiling ingot v0.1.1
5052026-06-01T11:24:33.010Z Compiling clap v4.6.1
5062026-06-01T11:24:33.808Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-06-01T11:24:35.969Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-06-01T11:24:37.125Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-06-01T11:24:41.531Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.35s
5102026-06-01T11:24:41.560ZBuilding xde (dev).
5112026-06-01T11:24:41.792Z 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)
5122026-06-01T11:24:41.792Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-06-01T11:24:41.792Z Compiling proc-macro2 v1.0.106
5142026-06-01T11:24:41.792Z Compiling unicode-ident v1.0.24
5152026-06-01T11:24:41.792Z Compiling quote v1.0.45
5162026-06-01T11:24:41.792Z Compiling strsim v0.11.1
5172026-06-01T11:24:41.792Z Compiling ident_case v1.0.1
5182026-06-01T11:24:41.795Z Compiling serde_core v1.0.228
5192026-06-01T11:24:41.910Z Compiling fnv v1.0.7
5202026-06-01T11:24:41.914Z Compiling memchr v2.8.0
5212026-06-01T11:24:41.993Z Compiling regex-syntax v0.8.10
5222026-06-01T11:24:42.170Z Compiling thiserror v2.0.18
5232026-06-01T11:24:42.176Z Compiling serde v1.0.228
5242026-06-01T11:24:42.180Z Compiling zerocopy v0.8.48
5252026-06-01T11:24:42.315Z Compiling aho-corasick v1.1.4
5262026-06-01T11:24:42.552Z Compiling either v1.15.0
5272026-06-01T11:24:42.601Z Compiling heapless v0.8.0
5282026-06-01T11:24:42.734Z Compiling itertools v0.14.0
5292026-06-01T11:24:42.780Z Compiling smoltcp v0.11.0
5302026-06-01T11:24:42.950Z Compiling syn v2.0.117
5312026-06-01T11:24:43.003Z Compiling crc32fast v1.5.0
5322026-06-01T11:24:43.070Z Compiling ref-cast v1.0.25
5332026-06-01T11:24:43.210Z Compiling version_check v0.9.5
5342026-06-01T11:24:43.466Z Compiling regex-automata v0.4.14
5352026-06-01T11:24:43.580Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-06-01T11:24:45.007Z Compiling regex v1.12.3
5372026-06-01T11:24:45.264Z Compiling darling_core v0.21.3
5382026-06-01T11:24:45.337Z Compiling darling_core v0.23.0
5392026-06-01T11:24:46.179Z Compiling thiserror-impl v2.0.18
5402026-06-01T11:24:46.179Z Compiling zerocopy-derive v0.8.48
5412026-06-01T11:24:46.179Z Compiling serde_derive v1.0.228
5422026-06-01T11:24:46.183Z Compiling ref-cast-impl v1.0.25
5432026-06-01T11:24:46.183Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-06-01T11:24:47.768Z Compiling darling_macro v0.21.3
5452026-06-01T11:24:47.921Z Compiling darling_macro v0.23.0
5462026-06-01T11:24:48.700Z Compiling darling v0.21.3
5472026-06-01T11:24:48.765Z Compiling ingot-macros v0.1.1
5482026-06-01T11:24:48.895Z Compiling darling v0.23.0
5492026-06-01T11:24:48.962Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-06-01T11:24:53.253Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-06-01T11:24:54.992Z Compiling byteorder v1.5.0
5522026-06-01T11:24:54.992Z Compiling macaddr v1.0.1
5532026-06-01T11:24:54.996Z Compiling stable_deref_trait v1.2.1
5542026-06-01T11:24:54.996Z Compiling cfg-if v1.0.4
5552026-06-01T11:24:55.057Z Compiling managed v0.8.0
5562026-06-01T11:24:55.067Z Compiling cobs v0.3.0
5572026-06-01T11:24:55.098Z Compiling bitflags v1.3.2
5582026-06-01T11:24:55.166Z Compiling hash32 v0.3.1
5592026-06-01T11:24:55.347Z Compiling dyn-clone v1.0.20
5602026-06-01T11:24:55.431Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-06-01T11:24:56.534Z Compiling bitflags v2.11.1
5622026-06-01T11:24:56.534Z Compiling uuid v1.23.1
5632026-06-01T11:24:56.667Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-06-01T11:24:56.947Z Compiling postcard v1.1.3
5652026-06-01T11:24:57.764Z Compiling ingot-types v0.1.2
5662026-06-01T11:24:58.041Z Compiling ingot v0.1.1
5672026-06-01T11:24:59.469Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-06-01T11:25:03.799Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-06-01T11:25:14.193Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-06-01T11:25:22.531Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.94s
5712026-06-01T11:25:22.555ZLinking xde kmod...
5722026-06-01T11:25:23.687ZBuilding xde dev link helper (dev).
5732026-06-01T11:25:23.852Z 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)
5742026-06-01T11:25:23.852Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5752026-06-01T11:25:23.852Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-06-01T11:25:34.277Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5772026-06-01T11:25:36.456Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.74s
5782026-06-01T11:25:36.477Z
5792026-06-01T11:25:36.480Zreal 3:06.463805829
5802026-06-01T11:25:36.480Zuser 9:00.790521482
5812026-06-01T11:25:36.480Zsys 58.813206279
5822026-06-01T11:25:36.480Ztrap 0.235191127
5832026-06-01T11:25:36.480Ztflt 0.860642533
5842026-06-01T11:25:36.481Zdflt 1.513625106
5852026-06-01T11:25:36.481Zkflt 0.006957524
5862026-06-01T11:25:36.481Zlock 29:39.840627670
5872026-06-01T11:25:36.481Zslp 20:59.763502340
5882026-06-01T11:25:36.481Zlat 21.188827737
5892026-06-01T11:25:36.481Zstop 32.423552956
5902026-06-01T11:25:36.481Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-06-01T11:25:36.481Z+ grep GOTPCREL
5922026-06-01T11:25:37.445Z+ header 'package opte'
5932026-06-01T11:25:37.448Z+ echo '# ==== package opte ==== #'
5942026-06-01T11:25:37.448Z# ==== package opte ==== #
5952026-06-01T11:25:37.448Z+ cargo xtask package --skip-build --profile all
5962026-06-01T11:25:37.589Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-06-01T11:25:37.593Z Running `target/debug/xtask package --skip-build --profile all`
5982026-06-01T11:25:37.804Z+ ./clean.sh
5992026-06-01T11:25:37.812Z+ mkdir -p proto/kernel/drv/amd64
6002026-06-01T11:25:37.815Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-06-01T11:25:37.815Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-06-01T11:25:37.819Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-06-01T11:25:37.832Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-06-01T11:25:37.872Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-06-01T11:25:37.876Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-06-01T11:25:37.876Z+ '[' -z ']'
6072026-06-01T11:25:37.876Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-06-01T11:25:37.906Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-06-01T11:25:37.983Z+ INC_DEBUG=
6102026-06-01T11:25:37.983Z+ typeset -ri TAG=0
6112026-06-01T11:25:37.986Z++ ./print-api-version.sh
6122026-06-01T11:25:37.990Z+ API_VSN=41
6132026-06-01T11:25:37.990Z+ PKG_VERSION=0.41.485-3.0
6142026-06-01T11:25:37.992Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.485-3.0/g opte.template.p5m
6152026-06-01T11:25:37.993Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-06-01T11:25:38.541Z+ pkgdepend generate -d proto opte.base.p5m
6172026-06-01T11:25:38.893Z+ mkdir -p packages
6182026-06-01T11:25:38.896Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-06-01T11:25:45.883Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-06-01T11:25:45.886Z+ pkgrepo create packages/repo
6212026-06-01T11:25:46.100Z+ pkgrepo add-publisher -s packages/repo helios
6222026-06-01T11:25:46.312Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-06-01T11:26:15.730Zpkg://helios/driver/network/opte@0.41.485,5.11-3.0:20260601T112545Z
6242026-06-01T11:26:15.730ZPUBLISHED
6252026-06-01T11:26:15.767Z+ pkgrecv -a -d packages/repo/opte-0.41.485-3.0.p5p -s packages/repo -v -m latest '*'
6262026-06-01T11:26:15.949ZRetrieving packages for publisher helios ...
6272026-06-01T11:26:15.956ZRetrieving catalog 'helios' ... Done
6282026-06-01T11:26:15.956ZRetrieving and evaluating 1 package(s)...
6292026-06-01T11:26:15.956ZFetching manifests: 1/1 100% complete
6302026-06-01T11:26:15.957ZFetching manifests: 1/1 100% complete
6312026-06-01T11:26:15.957Z
6322026-06-01T11:26:15.957ZArchiving packages ...
6332026-06-01T11:26:15.957Z Packages to add: 1
6342026-06-01T11:26:15.957Z Files to retrieve: 6
6352026-06-01T11:26:15.957ZEstimated transfer size: 37.11 MB
6362026-06-01T11:26:15.957Z
6372026-06-01T11:26:15.957ZPackages to archive:
6382026-06-01T11:26:15.957Zdriver/network/opte@0.41.485,5.11-3.0:20260601T112545Z
6392026-06-01T11:26:15.957Z
6402026-06-01T11:26:15.957ZDownload: 0/6 items 0.0/37.1MB 0% complete
6412026-06-01T11:26:16.020ZDownload: Completed 37.11 MB in 0.07 seconds (542M/s)
6422026-06-01T11:26:16.024ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6432026-06-01T11:26:16.033ZArchiving: Completed 37.14 MB in 0.01 seconds
6442026-06-01T11:26:16.071ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.485-3.0.p5p.
6452026-06-01T11:26:16.102Z+ banner copy
6462026-06-01T11:26:16.102Z
6472026-06-01T11:26:16.103Z #### #### ##### # #
6482026-06-01T11:26:16.103Z # # # # # # # #
6492026-06-01T11:26:16.103Z # # # # # #
6502026-06-01T11:26:16.103Z # # # ##### #
6512026-06-01T11:26:16.103Z # # # # # #
6522026-06-01T11:26:16.103Z #### #### # #
6532026-06-01T11:26:16.103Z
6542026-06-01T11:26:16.103Z+ pfexec mkdir -p /out
6552026-06-01T11:26:16.103Z+ pfexec chown 12345 /out
6562026-06-01T11:26:16.103Z+ PKG_NAME=/out/opte.p5p
6572026-06-01T11:26:16.103Z+ mv pkg/packages/repo/opte-0.41.485-3.0.p5p /out/opte.p5p
6582026-06-01T11:26:16.107Z+ sha256sum /out/opte.p5p
6592026-06-01T11:26:16.133Zprocess exited: duration 239736 ms, exit code 0
 
6602026-06-01T11:26:16.146Zfound 2 output files
6612026-06-01T11:26:16.146Zuploading: /out/opte.p5p (38952960 bytes)
6622026-06-01T11:26:17.537Zuploaded: /out/opte.p5p
6632026-06-01T11:26:17.537Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-06-01T11:26:18.545Zuploaded: /out/opte.p5p.sha256