01KQRMCABC122Y6V98JBT9YKBZ: 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: 01KQRMCM2BMKA9ZZXCBK736GPZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T04:37:48.774Zjob assigned to worker 01KQRMCS7D6PMFJVZKJT8JPJ38 [factory aws, i-05634a09ed155c3f3] (queued for 58 s)
 
22026-05-04T04:37:55.085Zstarting task 0: "setup"
32026-05-04T04:37:55.089Z++ uname -s
42026-05-04T04:37:55.092Z+ kern=SunOS
52026-05-04T04:37:55.092Z+ build_user=build
62026-05-04T04:37:55.092Z+ build_uid=12345
72026-05-04T04:37:55.092Z+ work_dir=/work
82026-05-04T04:37:55.092Z+ input_dir=/input
92026-05-04T04:37:55.092Z+ [[ 0 == 12345 ]]
102026-05-04T04:37:55.092Z+ case "$kern" in
112026-05-04T04:37:55.092Z+ groupadd -g 12345 build
122026-05-04T04:37:55.094Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T04:37:57.099Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T04:37:57.226Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T04:37:57.229Z+ home_fs=zfs
162026-05-04T04:37:57.229Z+ [[ zfs == autofs ]]
172026-05-04T04:37:57.229Z+ mkdir -p /home/build
182026-05-04T04:37:57.229Z+ chown build:build /home/build /work
192026-05-04T04:37:59.231Z+ chmod 0700 /home/build /work
202026-05-04T04:37:59.234Zprocess exited: duration 4151 ms, exit code 0
 
212026-05-04T04:37:59.239Zstarting task 1: "rust-toolchain"
222026-05-04T04:37:59.243Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-04T04:37:59.243Z * rust toolchain channel = "1.94.1"
242026-05-04T04:37:59.243Z * rust toolchain profile = "default"
252026-05-04T04:37:59.243Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-04T04:37:59.243Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T04:37:59.243Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T04:37:59.246Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T04:37:59.246Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-04T04:37:59.341Zinfo: downloading installer
312026-05-04T04:38:00.641Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T04:38:00.641Zwarn: /opt/ooce/bin
332026-05-04T04:38:00.641Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T04:38:00.641Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T04:38:00.641Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T04:38:00.641Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T04:38:00.641Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T04:38:00.641Zerror: cannot install while Rust is installed
392026-05-04T04:38:00.641Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T04:38:00.641Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T04:38:00.641Zwarn: /home/build/.rustup/settings.toml
422026-05-04T04:38:00.641Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T04:38:00.641Zwarn: instead of the one inferred from the default host triple.
442026-05-04T04:38:00.654Zinfo: profile set to default
452026-05-04T04:38:00.654Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T04:38:00.656Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-04T04:38:00.785Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-04T04:38:00.788Zinfo: downloading 6 components
492026-05-04T04:38:14.464Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-04T04:38:14.464Z
512026-05-04T04:38:14.493Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-04T04:38:14.493Z
532026-05-04T04:38:14.493Z
542026-05-04T04:38:14.493ZRust is installed now. Great!
552026-05-04T04:38:14.493Z
562026-05-04T04:38:14.493ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T04:38:14.493Zenvironment variable. This has not been done automatically.
582026-05-04T04:38:14.494Z
592026-05-04T04:38:14.494ZTo configure your current shell, you need to source
602026-05-04T04:38:14.494Zthe corresponding env file under $HOME/.cargo.
612026-05-04T04:38:14.495Z
622026-05-04T04:38:14.495ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T04:38:14.495Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T04:38:14.495Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T04:38:14.495Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T04:38:14.495Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T04:38:14.495Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T04:38:14.495Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T04:38:14.498Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T04:38:14.498Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T04:38:14.592Z+ rustup --version
722026-05-04T04:38:14.601Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T04:38:14.603Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T04:38:14.622Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-04T04:38:14.625Z+ cargo --version
762026-05-04T04:38:14.637Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-04T04:38:14.640Z+ rustc --version
782026-05-04T04:38:14.662Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-04T04:38:14.665Zprocess exited: duration 15420 ms, exit code 0
 
802026-05-04T04:38:14.670Zstarting task 2: "authentication"
812026-05-04T04:38:14.690Zprocess exited: duration 20 ms, exit code 0
 
822026-05-04T04:38:14.696Zstarting task 3: "clone repository"
832026-05-04T04:38:14.699Z+ mkdir -p /work/oxidecomputer/opte
842026-05-04T04:38:14.702Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-04T04:38:14.731ZCloning into '/work/oxidecomputer/opte'...
862026-05-04T04:38:15.525Z+ cd /work/oxidecomputer/opte
872026-05-04T04:38:15.525Z+ git fetch origin 4712a02aed6b63f5cd05fa19bbf30f9f86986733
882026-05-04T04:38:15.767ZFrom https://github.com/oxidecomputer/opte
892026-05-04T04:38:15.767Z * branch 4712a02aed6b63f5cd05fa19bbf30f9f86986733 -> FETCH_HEAD
902026-05-04T04:38:15.774Z+ [[ -n renovate/ctor-1.x ]]
912026-05-04T04:38:15.777Z++ git branch --show-current
922026-05-04T04:38:15.777Z+ current=master
932026-05-04T04:38:15.777Z+ [[ master != renovate/ctor-1.x ]]
942026-05-04T04:38:15.777Z+ git branch -f renovate/ctor-1.x 4712a02aed6b63f5cd05fa19bbf30f9f86986733
952026-05-04T04:38:15.780Z+ git checkout -f renovate/ctor-1.x
962026-05-04T04:38:15.796ZSwitched to branch 'renovate/ctor-1.x'
972026-05-04T04:38:15.799Z+ git reset --hard 4712a02aed6b63f5cd05fa19bbf30f9f86986733
982026-05-04T04:38:15.802ZHEAD is now at 4712a02 Update Rust crate ctor to v1
992026-05-04T04:38:15.802Zprocess exited: duration 1104 ms, exit code 0
 
1002026-05-04T04:38:15.808Zstarting task 4: "build"
1012026-05-04T04:38:15.811Z+ source .github/buildomat/common.sh
1022026-05-04T04:38:15.814Z++ rustup show active-toolchain
1032026-05-04T04:38:15.817Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-04T04:38:15.820Z++ pushd xde
1052026-05-04T04:38:15.820Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-04T04:38:15.820Z++ rustup show active-toolchain
1072026-05-04T04:38:15.823Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-04T04:38:15.969Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-04T04:38:15.972Zinfo: downloading 6 components
1102026-05-04T04:38:29.486Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-04T04:38:29.565Z+++ rustup show active-toolchain -v
1122026-05-04T04:38:29.568Z+++ head -n 1
1132026-05-04T04:38:29.568Z+++ cut '-d ' -f1
1142026-05-04T04:38:29.626Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-04T04:38:29.626Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-04T04:38:29.626Z++ popd
1172026-05-04T04:38:29.629Z/work/oxidecomputer/opte
1182026-05-04T04:38:29.629Z+ TGT_BASE=/work
1192026-05-04T04:38:29.629Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-05-04T04:38:29.630Z+ REL_TGT=/work/release
1212026-05-04T04:38:29.630Z+ mkdir -p /work/release
1222026-05-04T04:38:29.630Z+ cargo --version
1232026-05-04T04:38:29.636Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1242026-05-04T04:38:29.639Z+ rustc --version
1252026-05-04T04:38:29.658Zrustc 1.94.1 (e408947bf 2026-03-25)
1262026-05-04T04:38:29.661Z+ header 'build xde and opteadm (release+debug)'
1272026-05-04T04:38:29.661Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-05-04T04:38:29.661Z# ==== build xde and opteadm (release+debug) ==== #
1292026-05-04T04:38:29.661Z+ ptime -m cargo xtask build --profile all
1302026-05-04T04:38:29.768Z Updating crates.io index
1312026-05-04T04:38:29.770Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-05-04T04:38:30.529Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-05-04T04:38:30.814Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-05-04T04:38:31.137Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-05-04T04:38:31.435Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-05-04T04:38:31.656Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-05-04T04:38:31.901Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-05-04T04:38:33.601Z Downloading crates ...
1392026-05-04T04:38:33.648Z Downloaded heck v0.5.0
1402026-05-04T04:38:33.663Z Downloaded anstream v1.0.0
1412026-05-04T04:38:33.666Z Downloaded memchr v2.8.0
1422026-05-04T04:38:33.669Z Downloaded camino v1.2.2
1432026-05-04T04:38:33.692Z Downloaded terminal_size v0.4.4
1442026-05-04T04:38:33.695Z Downloaded rustix v1.1.4
1452026-05-04T04:38:33.705Z Downloaded toml v1.1.2+spec-1.1.0
1462026-05-04T04:38:33.734Z Downloaded anstyle v1.0.14
1472026-05-04T04:38:33.734Z Downloaded strsim v0.11.1
1482026-05-04T04:38:33.735Z Downloaded proc-macro2 v1.0.106
1492026-05-04T04:38:33.735Z Downloaded anstyle-parse v1.0.0
1502026-05-04T04:38:33.735Z Downloaded clap_derive v4.6.1
1512026-05-04T04:38:33.735Z Downloaded unicode-ident v1.0.24
1522026-05-04T04:38:33.735Z Downloaded serde_spanned v1.1.1
1532026-05-04T04:38:33.735Z Downloaded itoa v1.0.18
1542026-05-04T04:38:33.735Z Downloaded anyhow v1.0.102
1552026-05-04T04:38:33.738Z Downloaded clap_lex v1.1.0
1562026-05-04T04:38:33.738Z Downloaded zmij v1.0.21
1572026-05-04T04:38:33.738Z Downloaded thiserror-impl v2.0.18
1582026-05-04T04:38:33.738Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1592026-05-04T04:38:33.745Z Downloaded cargo_metadata v0.23.1
1602026-05-04T04:38:33.749Z Downloaded semver v1.0.28
1612026-05-04T04:38:33.752Z Downloaded bitflags v2.11.1
1622026-05-04T04:38:33.759Z Downloaded toml_writer v1.1.1+spec-1.1.0
1632026-05-04T04:38:33.761Z Downloaded serde_derive v1.0.228
1642026-05-04T04:38:33.761Z Downloaded clap v4.6.1
1652026-05-04T04:38:33.766Z Downloaded serde v1.0.228
1662026-05-04T04:38:33.779Z Downloaded winnow v1.0.2
1672026-05-04T04:38:33.784Z Downloaded indexmap v2.14.0
1682026-05-04T04:38:33.800Z Downloaded syn v2.0.117
1692026-05-04T04:38:33.832Z Downloaded libc v0.2.186
1702026-05-04T04:38:33.863Z Downloaded equivalent v1.0.2
1712026-05-04T04:38:33.865Z Downloaded is_terminal_polyfill v1.70.2
1722026-05-04T04:38:33.868Z Downloaded thiserror v2.0.18
1732026-05-04T04:38:33.872Z Downloaded utf8parse v0.2.2
1742026-05-04T04:38:33.874Z Downloaded errno v0.3.14
1752026-05-04T04:38:33.879Z Downloaded serde_core v1.0.228
1762026-05-04T04:38:33.886Z Downloaded clap_builder v4.6.0
1772026-05-04T04:38:33.889Z Downloaded toml_parser v1.1.2+spec-1.1.0
1782026-05-04T04:38:33.891Z Downloaded colorchoice v1.0.5
1792026-05-04T04:38:33.894Z Downloaded cargo-platform v0.3.3
1802026-05-04T04:38:33.894Z Downloaded anstyle-query v1.1.5
1812026-05-04T04:38:33.899Z Downloaded serde_json v1.0.149
1822026-05-04T04:38:33.903Z Downloaded quote v1.0.45
1832026-05-04T04:38:33.912Z Downloaded hashbrown v0.17.0
1842026-05-04T04:38:33.945Z Compiling serde_core v1.0.228
1852026-05-04T04:38:33.948Z Compiling proc-macro2 v1.0.106
1862026-05-04T04:38:33.948Z Compiling quote v1.0.45
1872026-05-04T04:38:33.948Z Compiling unicode-ident v1.0.24
1882026-05-04T04:38:33.948Z Compiling libc v0.2.186
1892026-05-04T04:38:33.948Z Compiling rustix v1.1.4
1902026-05-04T04:38:33.948Z Compiling zmij v1.0.21
1912026-05-04T04:38:33.948Z Compiling utf8parse v0.2.2
1922026-05-04T04:38:34.123Z Compiling bitflags v2.11.1
1932026-05-04T04:38:34.139Z Compiling anstyle-parse v1.0.0
1942026-05-04T04:38:34.360Z Compiling is_terminal_polyfill v1.70.2
1952026-05-04T04:38:34.377Z Compiling serde_json v1.0.149
1962026-05-04T04:38:34.395Z Compiling serde v1.0.228
1972026-05-04T04:38:34.435Z Compiling thiserror v2.0.18
1982026-05-04T04:38:34.545Z Compiling anstyle-query v1.1.5
1992026-05-04T04:38:34.558Z Compiling camino v1.2.2
2002026-05-04T04:38:34.582Z Compiling colorchoice v1.0.5
2012026-05-04T04:38:34.647Z Compiling anstyle v1.0.14
2022026-05-04T04:38:34.688Z Compiling errno v0.3.14
2032026-05-04T04:38:34.769Z Compiling winnow v1.0.2
2042026-05-04T04:38:34.906Z Compiling anstream v1.0.0
2052026-05-04T04:38:34.915Z Compiling heck v0.5.0
2062026-05-04T04:38:34.949Z Compiling anyhow v1.0.102
2072026-05-04T04:38:35.118Z Compiling memchr v2.8.0
2082026-05-04T04:38:35.183Z Compiling strsim v0.11.1
2092026-05-04T04:38:35.201Z Compiling itoa v1.0.18
2102026-05-04T04:38:35.253Z Compiling clap_lex v1.1.0
2112026-05-04T04:38:35.347Z Compiling syn v2.0.117
2122026-05-04T04:38:35.425Z Compiling terminal_size v0.4.4
2132026-05-04T04:38:35.591Z Compiling clap_builder v4.6.0
2142026-05-04T04:38:35.654Z Compiling toml_parser v1.1.2+spec-1.1.0
2152026-05-04T04:38:35.681Z Compiling toml_writer v1.1.1+spec-1.1.0
2162026-05-04T04:38:36.375Z Compiling semver v1.0.28
2172026-05-04T04:38:36.412Z Compiling cargo-platform v0.3.3
2182026-05-04T04:38:36.794Z Compiling serde_spanned v1.1.1
2192026-05-04T04:38:36.948Z Compiling toml_datetime v1.1.1+spec-1.1.0
2202026-05-04T04:38:37.156Z Compiling toml v1.1.2+spec-1.1.0
2212026-05-04T04:38:37.594Z Compiling serde_derive v1.0.228
2222026-05-04T04:38:37.930Z Compiling thiserror-impl v2.0.18
2232026-05-04T04:38:37.947Z Compiling clap_derive v4.6.1
2242026-05-04T04:38:39.619Z Compiling clap v4.6.1
2252026-05-04T04:38:40.685Z Compiling cargo_metadata v0.23.1
2262026-05-04T04:38:43.161Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-05-04T04:38:44.739Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.06s
2282026-05-04T04:38:44.830Z Running `target/debug/xtask build --profile all`
2292026-05-04T04:38:46.398ZBuilding opteadm (release).
2302026-05-04T04:38:46.491Z Compiling proc-macro2 v1.0.106
2312026-05-04T04:38:46.491Z Compiling quote v1.0.45
2322026-05-04T04:38:46.491Z Compiling unicode-ident v1.0.24
2332026-05-04T04:38:46.491Z Compiling serde_core v1.0.228
2342026-05-04T04:38:46.491Z Compiling libc v0.2.186
2352026-05-04T04:38:46.494Z Compiling cfg-if v1.0.4
2362026-05-04T04:38:46.494Z Compiling memchr v2.8.0
2372026-05-04T04:38:46.494Z Compiling fnv v1.0.7
2382026-05-04T04:38:46.561Z Compiling strsim v0.11.1
2392026-05-04T04:38:46.584Z Compiling thiserror v2.0.18
2402026-05-04T04:38:46.605Z Compiling ident_case v1.0.1
2412026-05-04T04:38:46.706Z Compiling regex-syntax v0.8.10
2422026-05-04T04:38:46.796Z Compiling either v1.15.0
2432026-05-04T04:38:46.825Z Compiling hashbrown v0.17.0
2442026-05-04T04:38:46.974Z Compiling aho-corasick v1.1.4
2452026-05-04T04:38:47.038Z Compiling equivalent v1.0.2
2462026-05-04T04:38:47.075Z Compiling serde v1.0.228
2472026-05-04T04:38:47.105Z Compiling winnow v1.0.2
2482026-05-04T04:38:47.201Z Compiling zerocopy v0.8.48
2492026-05-04T04:38:47.346Z Compiling anyhow v1.0.102
2502026-05-04T04:38:47.388Z Compiling indexmap v2.14.0
2512026-05-04T04:38:47.633Z Compiling itertools v0.14.0
2522026-05-04T04:38:47.640Z Compiling heapless v0.8.0
2532026-05-04T04:38:47.778Z Compiling syn v2.0.117
2542026-05-04T04:38:47.926Z Compiling toml_datetime v1.1.1+spec-1.1.0
2552026-05-04T04:38:47.965Z Compiling byteorder v1.5.0
2562026-05-04T04:38:48.096Z Compiling regex-automata v0.4.14
2572026-05-04T04:38:48.137Z Compiling toml_parser v1.1.2+spec-1.1.0
2582026-05-04T04:38:48.141Z Compiling hash32 v0.3.1
2592026-05-04T04:38:48.332Z Compiling rustversion v1.0.22
2602026-05-04T04:38:48.416Z Compiling macaddr v1.0.1
2612026-05-04T04:38:48.675Z Compiling bitflags v2.11.1
2622026-05-04T04:38:48.718Z Compiling toml_edit v0.25.11+spec-1.1.0
2632026-05-04T04:38:48.722Z Compiling smoltcp v0.11.0
2642026-05-04T04:38:48.727Z Compiling syn v1.0.109
2652026-05-04T04:38:48.747Z Compiling stable_deref_trait v1.2.1
2662026-05-04T04:38:48.811Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2672026-05-04T04:38:49.033Z Compiling rand_core v0.10.1
2682026-05-04T04:38:49.036Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2692026-05-04T04:38:49.039Z Compiling rustix v1.1.4
2702026-05-04T04:38:49.039Z Compiling bitflags v1.3.2
2712026-05-04T04:38:49.090Z Compiling ref-cast v1.0.25
2722026-05-04T04:38:49.177Z Compiling getrandom v0.4.2
2732026-05-04T04:38:49.227Z Compiling version_check v0.9.5
2742026-05-04T04:38:49.369Z Compiling proc-macro-crate v3.5.0
2752026-05-04T04:38:49.379Z Compiling managed v0.8.0
2762026-05-04T04:38:49.495Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-05-04T04:38:49.633Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-05-04T04:38:49.704Z Compiling errno v0.3.14
2792026-05-04T04:38:49.776Z Compiling unicode-width v0.2.2
2802026-05-04T04:38:49.843Z Compiling regex v1.12.3
2812026-05-04T04:38:50.006Z Compiling foreign-types-shared v0.3.1
2822026-05-04T04:38:50.067Z Compiling utf8parse v0.2.2
2832026-05-04T04:38:50.158Z Compiling cpufeatures v0.3.0
2842026-05-04T04:38:50.162Z Compiling ipnetwork v0.21.1
2852026-05-04T04:38:50.220Z Compiling once_cell v1.21.4
2862026-05-04T04:38:50.238Z Compiling chacha20 v0.10.0
2872026-05-04T04:38:50.441Z Compiling darling_core v0.21.3
2882026-05-04T04:38:50.511Z Compiling cstr-argument v0.1.2
2892026-05-04T04:38:50.536Z Compiling tracing-core v0.1.36
2902026-05-04T04:38:50.664Z Compiling anstyle-parse v1.0.0
2912026-05-04T04:38:50.771Z Compiling tabwriter v1.4.1
2922026-05-04T04:38:51.374Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
2932026-05-04T04:38:51.379Z Compiling anstyle-query v1.1.5
2942026-05-04T04:38:51.395Z Compiling dyn-clone v1.0.20
2952026-05-04T04:38:51.466Z Compiling anstyle v1.0.14
2962026-05-04T04:38:51.525Z Compiling pretty-hex v0.4.2
2972026-05-04T04:38:51.570Z Compiling colorchoice v1.0.5
2982026-05-04T04:38:51.611Z Compiling pin-project-lite v0.2.17
2992026-05-04T04:38:51.646Z Compiling is_terminal_polyfill v1.70.2
3002026-05-04T04:38:51.668Z Compiling thiserror-impl v2.0.18
3012026-05-04T04:38:51.671Z Compiling zerocopy-derive v0.8.48
3022026-05-04T04:38:51.691Z Compiling serde_derive v1.0.228
3032026-05-04T04:38:51.691Z Compiling num_enum_derive v0.7.6
3042026-05-04T04:38:51.719Z Compiling ref-cast-impl v1.0.25
3052026-05-04T04:38:52.276Z Compiling foreign-types-macros v0.2.3
3062026-05-04T04:38:52.432Z Compiling tracing-attributes v0.1.31
3072026-05-04T04:38:52.545Z Compiling darling_macro v0.21.3
3082026-05-04T04:38:52.626Z Compiling num_enum v0.7.6
3092026-05-04T04:38:52.730Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3102026-05-04T04:38:52.833Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3112026-05-04T04:38:52.865Z Compiling foreign-types v0.5.0
3122026-05-04T04:38:52.917Z Compiling cobs v0.3.0
3132026-05-04T04:38:52.929Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3142026-05-04T04:38:53.060Z Compiling darling v0.21.3
3152026-05-04T04:38:53.124Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3162026-05-04T04:38:53.130Z Compiling ingot-macros v0.1.1
3172026-05-04T04:38:53.182Z Compiling anstream v1.0.0
3182026-05-04T04:38:53.275Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-05-04T04:38:53.375Z Compiling terminal_size v0.4.4
3202026-05-04T04:38:53.504Z Compiling rand v0.10.1
3212026-05-04T04:38:53.614Z Compiling uuid v1.23.1
3222026-05-04T04:38:53.633Z Compiling tracing v0.1.44
3232026-05-04T04:38:53.639Z Compiling socket2 v0.6.3
3242026-05-04T04:38:53.834Z Compiling colored v3.1.1
3252026-05-04T04:38:54.197Z Compiling heck v0.5.0
3262026-05-04T04:38:54.329Z Compiling clap_lex v1.1.0
3272026-05-04T04:38:54.385Z Compiling oxnet v0.1.4
3282026-05-04T04:38:54.390Z Compiling clap_derive v4.6.1
3292026-05-04T04:38:54.616Z Compiling clap_builder v4.6.0
3302026-05-04T04:38:54.641Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3312026-05-04T04:38:54.831Z Compiling postcard v1.1.3
3322026-05-04T04:38:56.017Z Compiling ingot-types v0.1.2
3332026-05-04T04:38:56.346Z Compiling ingot v0.1.1
3342026-05-04T04:38:56.389Z Compiling clap v4.6.1
3352026-05-04T04:38:57.960Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-04T04:38:58.957Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-05-04T04:38:59.984Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-05-04T04:39:06.512Z Finished `release` profile [optimized + debuginfo] target(s) in 20.10s
3392026-05-04T04:39:06.541ZBuilding xde (release-lto).
3402026-05-04T04:39:06.786Z Updating crates.io index
3412026-05-04T04:39:06.877Z Downloading crates ...
3422026-05-04T04:39:06.923Z Downloaded adler2 v2.0.1
3432026-05-04T04:39:06.938Z Downloaded rustc-literal-escaper v0.0.7
3442026-05-04T04:39:06.941Z Downloaded foldhash v0.2.0
3452026-05-04T04:39:06.945Z Downloaded getopts v0.2.24
3462026-05-04T04:39:06.948Z Downloaded rustc-demangle v0.1.27
3472026-05-04T04:39:06.958Z Downloaded addr2line v0.25.1
3482026-05-04T04:39:06.965Z Downloaded miniz_oxide v0.8.9
3492026-05-04T04:39:06.972Z Downloaded memchr v2.7.6
3502026-05-04T04:39:06.984Z Downloaded hashbrown v0.16.1
3512026-05-04T04:39:06.999Z Downloaded gimli v0.32.3
3522026-05-04T04:39:07.016Z Downloaded object v0.37.3
3532026-05-04T04:39:07.047Z Downloaded libc v0.2.183
3542026-05-04T04:39:07.106Z 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)
3552026-05-04T04:39:07.106Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3562026-05-04T04:39:07.108Z Compiling proc-macro2 v1.0.106
3572026-05-04T04:39:07.109Z Compiling quote v1.0.45
3582026-05-04T04:39:07.109Z Compiling unicode-ident v1.0.24
3592026-05-04T04:39:07.109Z Compiling ident_case v1.0.1
3602026-05-04T04:39:07.109Z Compiling strsim v0.11.1
3612026-05-04T04:39:07.109Z Compiling serde_core v1.0.228
3622026-05-04T04:39:07.271Z Compiling memchr v2.8.0
3632026-05-04T04:39:07.275Z Compiling fnv v1.0.7
3642026-05-04T04:39:07.360Z Compiling regex-syntax v0.8.10
3652026-05-04T04:39:07.521Z Compiling either v1.15.0
3662026-05-04T04:39:07.524Z Compiling zerocopy v0.8.48
3672026-05-04T04:39:07.530Z Compiling thiserror v2.0.18
3682026-05-04T04:39:07.653Z Compiling aho-corasick v1.1.4
3692026-05-04T04:39:07.711Z Compiling serde v1.0.228
3702026-05-04T04:39:07.905Z Compiling itertools v0.14.0
3712026-05-04T04:39:08.117Z Compiling heapless v0.8.0
3722026-05-04T04:39:08.120Z Compiling smoltcp v0.11.0
3732026-05-04T04:39:08.276Z Compiling syn v2.0.117
3742026-05-04T04:39:08.334Z Compiling ref-cast v1.0.25
3752026-05-04T04:39:08.532Z Compiling version_check v0.9.5
3762026-05-04T04:39:08.607Z Compiling crc32fast v1.5.0
3772026-05-04T04:39:08.897Z Compiling regex-automata v0.4.14
3782026-05-04T04:39:08.982Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3792026-05-04T04:39:10.426Z Compiling regex v1.12.3
3802026-05-04T04:39:10.515Z Compiling darling_core v0.21.3
3812026-05-04T04:39:10.515Z Compiling darling_core v0.23.0
3822026-05-04T04:39:11.479Z Compiling zerocopy-derive v0.8.48
3832026-05-04T04:39:11.479Z Compiling thiserror-impl v2.0.18
3842026-05-04T04:39:11.482Z Compiling serde_derive v1.0.228
3852026-05-04T04:39:11.482Z Compiling ref-cast-impl v1.0.25
3862026-05-04T04:39:11.482Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3872026-05-04T04:39:13.078Z Compiling darling_macro v0.21.3
3882026-05-04T04:39:13.152Z Compiling darling_macro v0.23.0
3892026-05-04T04:39:13.962Z Compiling darling v0.21.3
3902026-05-04T04:39:14.025Z Compiling ingot-macros v0.1.1
3912026-05-04T04:39:14.048Z Compiling darling v0.23.0
3922026-05-04T04:39:14.112Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3932026-05-04T04:39:18.941Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3942026-05-04T04:39:20.995Z Compiling byteorder v1.5.0
3952026-05-04T04:39:20.995Z Compiling cfg-if v1.0.4
3962026-05-04T04:39:20.998Z Compiling stable_deref_trait v1.2.1
3972026-05-04T04:39:20.998Z Compiling macaddr v1.0.1
3982026-05-04T04:39:21.055Z Compiling bitflags v1.3.2
3992026-05-04T04:39:21.066Z Compiling cobs v0.3.0
4002026-05-04T04:39:21.095Z Compiling managed v0.8.0
4012026-05-04T04:39:21.177Z Compiling hash32 v0.3.1
4022026-05-04T04:39:21.326Z Compiling dyn-clone v1.0.20
4032026-05-04T04:39:21.349Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4042026-05-04T04:39:22.555Z Compiling bitflags v2.11.1
4052026-05-04T04:39:22.558Z Compiling uuid v1.23.1
4062026-05-04T04:39:22.694Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4072026-05-04T04:39:22.983Z Compiling postcard v1.1.3
4082026-05-04T04:39:23.819Z Compiling ingot-types v0.1.2
4092026-05-04T04:39:24.135Z Compiling ingot v0.1.1
4102026-05-04T04:39:25.611Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4112026-05-04T04:39:29.288Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4122026-05-04T04:39:37.913Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4132026-05-04T04:40:05.809Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.23s
4142026-05-04T04:40:05.835ZLinking xde kmod...
4152026-05-04T04:40:06.379ZBuilding xde dev link helper (release).
4162026-05-04T04:40:06.538Z 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)
4172026-05-04T04:40:06.538Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4182026-05-04T04:40:06.538Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4192026-05-04T04:40:17.421Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4202026-05-04T04:40:19.785Z Finished `release` profile [optimized + debuginfo] target(s) in 13.37s
4212026-05-04T04:40:19.804ZBuilding opteadm (dev).
4222026-05-04T04:40:19.957Z Compiling serde_core v1.0.228
4232026-05-04T04:40:19.957Z Compiling libc v0.2.186
4242026-05-04T04:40:19.957Z Compiling cfg-if v1.0.4
4252026-05-04T04:40:19.957Z Compiling strsim v0.11.1
4262026-05-04T04:40:19.960Z Compiling memchr v2.8.0
4272026-05-04T04:40:19.960Z Compiling fnv v1.0.7
4282026-05-04T04:40:19.982Z Compiling ident_case v1.0.1
4292026-05-04T04:40:19.985Z Compiling syn v2.0.117
4302026-05-04T04:40:20.030Z Compiling regex-syntax v0.8.10
4312026-05-04T04:40:20.049Z Compiling hashbrown v0.17.0
4322026-05-04T04:40:20.079Z Compiling either v1.15.0
4332026-05-04T04:40:20.253Z Compiling zerocopy v0.8.48
4342026-05-04T04:40:20.264Z Compiling winnow v1.0.2
4352026-05-04T04:40:20.521Z Compiling aho-corasick v1.1.4
4362026-05-04T04:40:20.571Z Compiling equivalent v1.0.2
4372026-05-04T04:40:20.614Z Compiling serde v1.0.228
4382026-05-04T04:40:20.643Z Compiling indexmap v2.14.0
4392026-05-04T04:40:20.751Z Compiling itertools v0.14.0
4402026-05-04T04:40:20.941Z Compiling byteorder v1.5.0
4412026-05-04T04:40:21.112Z Compiling toml_datetime v1.1.1+spec-1.1.0
4422026-05-04T04:40:21.224Z Compiling toml_parser v1.1.2+spec-1.1.0
4432026-05-04T04:40:21.251Z Compiling heapless v0.8.0
4442026-05-04T04:40:21.321Z Compiling hash32 v0.3.1
4452026-05-04T04:40:21.471Z Compiling regex-automata v0.4.14
4462026-05-04T04:40:21.684Z Compiling toml_edit v0.25.11+spec-1.1.0
4472026-05-04T04:40:21.754Z Compiling macaddr v1.0.1
4482026-05-04T04:40:21.878Z Compiling syn v1.0.109
4492026-05-04T04:40:21.953Z Compiling bitflags v2.11.1
4502026-05-04T04:40:22.000Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4512026-05-04T04:40:22.039Z Compiling stable_deref_trait v1.2.1
4522026-05-04T04:40:22.105Z Compiling rustversion v1.0.22
4532026-05-04T04:40:22.108Z Compiling smoltcp v0.11.0
4542026-05-04T04:40:22.211Z Compiling proc-macro-crate v3.5.0
4552026-05-04T04:40:22.400Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4562026-05-04T04:40:22.429Z Compiling version_check v0.9.5
4572026-05-04T04:40:22.464Z Compiling darling_core v0.21.3
4582026-05-04T04:40:22.580Z Compiling managed v0.8.0
4592026-05-04T04:40:22.596Z Compiling rand_core v0.10.1
4602026-05-04T04:40:22.623Z Compiling bitflags v1.3.2
4612026-05-04T04:40:22.637Z Compiling ref-cast v1.0.25
4622026-05-04T04:40:22.685Z Compiling getrandom v0.4.2
4632026-05-04T04:40:22.689Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4642026-05-04T04:40:22.938Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4652026-05-04T04:40:22.962Z Compiling errno v0.3.14
4662026-05-04T04:40:23.128Z Compiling regex v1.12.3
4672026-05-04T04:40:23.337Z Compiling cpufeatures v0.3.0
4682026-05-04T04:40:23.406Z Compiling ipnetwork v0.21.1
4692026-05-04T04:40:23.533Z Compiling foreign-types-shared v0.3.1
4702026-05-04T04:40:23.622Z Compiling once_cell v1.21.4
4712026-05-04T04:40:23.707Z Compiling thiserror-impl v2.0.18
4722026-05-04T04:40:23.858Z Compiling zerocopy-derive v0.8.48
4732026-05-04T04:40:23.991Z Compiling serde_derive v1.0.228
4742026-05-04T04:40:24.047Z Compiling foreign-types-macros v0.2.3
4752026-05-04T04:40:24.670Z Compiling num_enum_derive v0.7.6
4762026-05-04T04:40:24.673Z Compiling darling_macro v0.21.3
4772026-05-04T04:40:24.750Z Compiling ref-cast-impl v1.0.25
4782026-05-04T04:40:24.932Z Compiling thiserror v2.0.18
4792026-05-04T04:40:25.033Z Compiling cobs v0.3.0
4802026-05-04T04:40:25.198Z Compiling darling v0.21.3
4812026-05-04T04:40:25.269Z Compiling ingot-macros v0.1.1
4822026-05-04T04:40:25.311Z Compiling unicode-width v0.2.2
4832026-05-04T04:40:25.407Z Compiling foreign-types v0.5.0
4842026-05-04T04:40:25.476Z Compiling cstr-argument v0.1.2
4852026-05-04T04:40:25.615Z Compiling tabwriter v1.4.1
4862026-05-04T04:40:25.641Z Compiling tracing-core v0.1.36
4872026-05-04T04:40:25.656Z Compiling num_enum v0.7.6
4882026-05-04T04:40:25.765Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4892026-05-04T04:40:26.031Z Compiling tracing-attributes v0.1.31
4902026-05-04T04:40:26.309Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4912026-05-04T04:40:26.315Z Compiling chacha20 v0.10.0
4922026-05-04T04:40:26.655Z Compiling rustix v1.1.4
4932026-05-04T04:40:27.102Z Compiling postcard v1.1.3
4942026-05-04T04:40:27.130Z Compiling anyhow v1.0.102
4952026-05-04T04:40:27.159Z Compiling dyn-clone v1.0.20
4962026-05-04T04:40:27.236Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4972026-05-04T04:40:27.320Z Compiling pretty-hex v0.4.2
4982026-05-04T04:40:27.326Z Compiling pin-project-lite v0.2.17
4992026-05-04T04:40:27.412Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5002026-05-04T04:40:27.441Z Compiling tracing v0.1.44
5012026-05-04T04:40:27.444Z Compiling terminal_size v0.4.4
5022026-05-04T04:40:27.448Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5032026-05-04T04:40:27.588Z Compiling rand v0.10.1
5042026-05-04T04:40:27.619Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5052026-05-04T04:40:27.643Z Compiling uuid v1.23.1
5062026-05-04T04:40:27.736Z Compiling socket2 v0.6.3
5072026-05-04T04:40:27.830Z Compiling colored v3.1.1
5082026-05-04T04:40:27.919Z Compiling oxnet v0.1.4
5092026-05-04T04:40:27.928Z Compiling clap_builder v4.6.0
5102026-05-04T04:40:28.223Z Compiling ingot-types v0.1.2
5112026-05-04T04:40:28.231Z Compiling clap_derive v4.6.1
5122026-05-04T04:40:28.386Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5132026-05-04T04:40:28.631Z Compiling ingot v0.1.1
5142026-05-04T04:40:29.588Z Compiling clap v4.6.1
5152026-05-04T04:40:30.433Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-05-04T04:40:32.625Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-05-04T04:40:33.782Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5182026-05-04T04:40:38.100Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.29s
5192026-05-04T04:40:38.130ZBuilding xde (dev).
5202026-05-04T04:40:38.357Z 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)
5212026-05-04T04:40:38.357Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5222026-05-04T04:40:38.357Z Compiling proc-macro2 v1.0.106
5232026-05-04T04:40:38.357Z Compiling unicode-ident v1.0.24
5242026-05-04T04:40:38.357Z Compiling quote v1.0.45
5252026-05-04T04:40:38.357Z Compiling ident_case v1.0.1
5262026-05-04T04:40:38.357Z Compiling strsim v0.11.1
5272026-05-04T04:40:38.360Z Compiling serde_core v1.0.228
5282026-05-04T04:40:38.476Z Compiling fnv v1.0.7
5292026-05-04T04:40:38.476Z Compiling memchr v2.8.0
5302026-05-04T04:40:38.577Z Compiling regex-syntax v0.8.10
5312026-05-04T04:40:38.746Z Compiling thiserror v2.0.18
5322026-05-04T04:40:38.759Z Compiling either v1.15.0
5332026-05-04T04:40:38.762Z Compiling serde v1.0.228
5342026-05-04T04:40:38.890Z Compiling aho-corasick v1.1.4
5352026-05-04T04:40:38.941Z Compiling zerocopy v0.8.48
5362026-05-04T04:40:39.169Z Compiling itertools v0.14.0
5372026-05-04T04:40:39.174Z Compiling heapless v0.8.0
5382026-05-04T04:40:39.479Z Compiling syn v2.0.117
5392026-05-04T04:40:39.582Z Compiling smoltcp v0.11.0
5402026-05-04T04:40:39.582Z Compiling ref-cast v1.0.25
5412026-05-04T04:40:39.648Z Compiling crc32fast v1.5.0
5422026-05-04T04:40:39.956Z Compiling version_check v0.9.5
5432026-05-04T04:40:40.012Z Compiling regex-automata v0.4.14
5442026-05-04T04:40:40.321Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5452026-05-04T04:40:41.529Z Compiling regex v1.12.3
5462026-05-04T04:40:41.751Z Compiling darling_core v0.21.3
5472026-05-04T04:40:41.754Z Compiling darling_core v0.23.0
5482026-05-04T04:40:42.693Z Compiling zerocopy-derive v0.8.48
5492026-05-04T04:40:42.693Z Compiling thiserror-impl v2.0.18
5502026-05-04T04:40:42.693Z Compiling serde_derive v1.0.228
5512026-05-04T04:40:42.696Z Compiling ref-cast-impl v1.0.25
5522026-05-04T04:40:42.696Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5532026-05-04T04:40:44.332Z Compiling darling_macro v0.21.3
5542026-05-04T04:40:44.391Z Compiling darling_macro v0.23.0
5552026-05-04T04:40:45.245Z Compiling darling v0.21.3
5562026-05-04T04:40:45.301Z Compiling darling v0.23.0
5572026-05-04T04:40:45.305Z Compiling ingot-macros v0.1.1
5582026-05-04T04:40:45.362Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5592026-05-04T04:40:49.764Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5602026-05-04T04:40:51.464Z Compiling byteorder v1.5.0
5612026-05-04T04:40:51.465Z Compiling macaddr v1.0.1
5622026-05-04T04:40:51.468Z Compiling cfg-if v1.0.4
5632026-05-04T04:40:51.468Z Compiling stable_deref_trait v1.2.1
5642026-05-04T04:40:51.527Z Compiling bitflags v1.3.2
5652026-05-04T04:40:51.538Z Compiling cobs v0.3.0
5662026-05-04T04:40:51.567Z Compiling managed v0.8.0
5672026-05-04T04:40:51.640Z Compiling hash32 v0.3.1
5682026-05-04T04:40:51.802Z Compiling dyn-clone v1.0.20
5692026-05-04T04:40:51.884Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5702026-05-04T04:40:52.991Z Compiling bitflags v2.11.1
5712026-05-04T04:40:52.994Z Compiling uuid v1.23.1
5722026-05-04T04:40:53.121Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-05-04T04:40:53.396Z Compiling postcard v1.1.3
5742026-05-04T04:40:54.210Z Compiling ingot-types v0.1.2
5752026-05-04T04:40:54.490Z Compiling ingot v0.1.1
5762026-05-04T04:40:55.868Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5772026-05-04T04:41:00.091Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5782026-05-04T04:41:10.439Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5792026-05-04T04:41:18.625Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.46s
5802026-05-04T04:41:18.648ZLinking xde kmod...
5812026-05-04T04:41:19.801ZBuilding xde dev link helper (dev).
5822026-05-04T04:41:19.960Z 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)
5832026-05-04T04:41:19.960Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5842026-05-04T04:41:19.960Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5852026-05-04T04:41:30.319Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5862026-05-04T04:41:32.486Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.65s
5872026-05-04T04:41:32.508Z
5882026-05-04T04:41:32.511Zreal 3:02.827431572
5892026-05-04T04:41:32.511Zuser 8:54.026402710
5902026-05-04T04:41:32.511Zsys 57.157938895
5912026-05-04T04:41:32.511Ztrap 0.244817762
5922026-05-04T04:41:32.511Ztflt 0.831695454
5932026-05-04T04:41:32.511Zdflt 1.619673494
5942026-05-04T04:41:32.511Zkflt 0.005696893
5952026-05-04T04:41:32.511Zlock 29:55.797697168
5962026-05-04T04:41:32.511Zslp 20:35.671371005
5972026-05-04T04:41:32.511Zlat 21.106724639
5982026-05-04T04:41:32.511Zstop 30.451336639
5992026-05-04T04:41:32.511Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
6002026-05-04T04:41:32.511Z+ grep GOTPCREL
6012026-05-04T04:41:33.405Z+ header 'package opte'
6022026-05-04T04:41:33.405Z+ echo '# ==== package opte ==== #'
6032026-05-04T04:41:33.408Z+ cargo xtask package --skip-build --profile all
6042026-05-04T04:41:33.408Z# ==== package opte ==== #
6052026-05-04T04:41:33.550Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
6062026-05-04T04:41:33.554Z Running `target/debug/xtask package --skip-build --profile all`
6072026-05-04T04:41:33.772Z+ ./clean.sh
6082026-05-04T04:41:33.780Z+ mkdir -p proto/kernel/drv/amd64
6092026-05-04T04:41:33.782Z+ mkdir -p proto/opt/oxide/opte/bin
6102026-05-04T04:41:33.783Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6112026-05-04T04:41:33.785Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6122026-05-04T04:41:33.800Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6132026-05-04T04:41:33.830Z+ cp ../xde/xde.conf proto/kernel/drv/
6142026-05-04T04:41:33.833Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6152026-05-04T04:41:33.833Z+ '[' -z ']'
6162026-05-04T04:41:33.833Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6172026-05-04T04:41:33.856Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6182026-05-04T04:41:33.923Z+ INC_DEBUG=
6192026-05-04T04:41:33.926Z++ ./print-api-version.sh
6202026-05-04T04:41:33.929Z+ API_VSN=40
6212026-05-04T04:41:33.931Z+ TAG=
6222026-05-04T04:41:33.931Z+ PKG_VERSION=0.40.476
6232026-05-04T04:41:33.931Z+ '[' ']'
6242026-05-04T04:41:33.931Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%PKG_VERSION%/0.40.476/g opte.template.p5m
6252026-05-04T04:41:33.931Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6262026-05-04T04:41:34.841Z+ pkgdepend generate -d proto opte.base.p5m
6272026-05-04T04:41:35.537Z+ mkdir -p packages
6282026-05-04T04:41:35.539Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6292026-05-04T04:41:46.952Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6302026-05-04T04:41:46.954Z+ pkgrepo create packages/repo
6312026-05-04T04:41:47.512Z+ pkgrepo add-publisher -s packages/repo helios-dev
6322026-05-04T04:41:48.043Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6332026-05-04T04:42:16.910Zpkg://helios-dev/driver/network/opte@0.40.476,5.11:20260504T044146Z
6342026-05-04T04:42:16.910ZPUBLISHED
6352026-05-04T04:42:16.945Z+ pkgrecv -a -d packages/repo/opte-0.40.476.p5p -s packages/repo -v -m latest '*'
6362026-05-04T04:42:17.430ZRetrieving packages for publisher helios-dev ...
6372026-05-04T04:42:17.433ZRetrieving catalog 'helios-dev' ... Done
6382026-05-04T04:42:17.436ZRetrieving and evaluating 1 package(s)...
6392026-05-04T04:42:17.436ZFetching manifests: 1/1 100% complete
6402026-05-04T04:42:17.436ZFetching manifests: 1/1 100% complete
6412026-05-04T04:42:17.436Z
6422026-05-04T04:42:17.436ZArchiving packages ...
6432026-05-04T04:42:17.436Z Packages to add: 1
6442026-05-04T04:42:17.436Z Files to retrieve: 6
6452026-05-04T04:42:17.436ZEstimated transfer size: 36.08 MB
6462026-05-04T04:42:17.436Z
6472026-05-04T04:42:17.436ZPackages to archive:
6482026-05-04T04:42:17.436Zdriver/network/opte@0.40.476,5.11:20260504T044146Z
6492026-05-04T04:42:17.436Z
6502026-05-04T04:42:17.436ZDownload: 0/6 items 0.0/36.1MB 0% complete
6512026-05-04T04:42:17.499ZDownload: Completed 36.08 MB in 0.06 seconds (555M/s)
6522026-05-04T04:42:17.502ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6532026-05-04T04:42:17.515ZArchiving: Completed 36.11 MB in 0.01 seconds
6542026-05-04T04:42:17.553ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.476.p5p.
6552026-05-04T04:42:17.556Z+ banner copy
6562026-05-04T04:42:17.559Z
6572026-05-04T04:42:17.559Z #### #### ##### # #
6582026-05-04T04:42:17.559Z # # # # # # # #
6592026-05-04T04:42:17.559Z # # # # # #
6602026-05-04T04:42:17.559Z # # # ##### #
6612026-05-04T04:42:17.559Z # # # # # #
6622026-05-04T04:42:17.559Z #### #### # #
6632026-05-04T04:42:17.559Z
6642026-05-04T04:42:17.559Z+ pfexec mkdir -p /out
6652026-05-04T04:42:17.561Z+ pfexec chown 12345 /out
6662026-05-04T04:42:17.564Z+ PKG_NAME=/out/opte.p5p
6672026-05-04T04:42:17.564Z+ mv pkg/packages/repo/opte-0.40.476.p5p /out/opte.p5p
6682026-05-04T04:42:17.591Z+ sha256sum /out/opte.p5p
6692026-05-04T04:42:17.615Zprocess exited: duration 241785 ms, exit code 0
 
6702026-05-04T04:42:17.626Zfound 2 output files
6712026-05-04T04:42:17.626Zuploading: /out/opte.p5p (37877760 bytes)
6722026-05-04T04:42:18.815Zuploaded: /out/opte.p5p
6732026-05-04T04:42:18.815Zuploading: /out/opte.p5p.sha256 (80 bytes)
6742026-05-04T04:42:19.825Zuploaded: /out/opte.p5p.sha256