01KXSPDNJ3CRHYWR1N77B1GBEP: 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: 01KXSPE3K0FTYXR92VRRJM6T5Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-18T04:06:53.800Zjob assigned to worker 01KXSPEDGMFFGEQJ2R3CS16Z77 [factory aws, i-0965891c73028c388] (queued for 52 s)
 
22026-07-18T04:07:00.184Zstarting task 0: "setup"
32026-07-18T04:07:00.190Z++ uname -s
42026-07-18T04:07:00.193Z+ kern=SunOS
52026-07-18T04:07:00.193Z+ build_user=build
62026-07-18T04:07:00.193Z+ build_uid=12345
72026-07-18T04:07:00.193Z+ work_dir=/work
82026-07-18T04:07:00.193Z+ input_dir=/input
92026-07-18T04:07:00.193Z+ [[ 0 == 12345 ]]
102026-07-18T04:07:00.193Z+ case "$kern" in
112026-07-18T04:07:00.193Z+ groupadd -g 12345 build
122026-07-18T04:07:00.193Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-18T04:07:02.198Z+ zfs create -o mountpoint=/work rpool/work
142026-07-18T04:07:02.299Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-18T04:07:02.302Z+ home_fs=zfs
162026-07-18T04:07:02.303Z+ [[ zfs == autofs ]]
172026-07-18T04:07:02.303Z+ mkdir -p /home/build
182026-07-18T04:07:02.303Z+ chown build:build /home/build /work
192026-07-18T04:07:04.304Z+ chmod 0700 /home/build /work
202026-07-18T04:07:04.307Zprocess exited: duration 4121 ms, exit code 0
 
212026-07-18T04:07:04.314Zstarting task 1: "rust-toolchain"
222026-07-18T04:07:04.317Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-18T04:07:04.317Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-18T04:07:04.317Z * rust toolchain channel = "1.97.1"
252026-07-18T04:07:04.317Z * rust toolchain profile = "default"
262026-07-18T04:07:04.317Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-18T04:07:04.320Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-18T04:07:04.320Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-18T04:07:04.320Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-18T04:07:04.426Zinfo: downloading installer
312026-07-18T04:07:05.780Zwarn: It looks like you have an existing rustup settings file at:
322026-07-18T04:07:05.780Zwarn: /home/build/.rustup/settings.toml
332026-07-18T04:07:05.781Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-18T04:07:05.781Zwarn: instead of the one inferred from the default host triple.
352026-07-18T04:07:05.793Zinfo: profile set to default
362026-07-18T04:07:05.793Zinfo: default host triple is x86_64-unknown-illumos
372026-07-18T04:07:05.796Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-18T04:07:05.950Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-18T04:07:05.953Zinfo: downloading 6 components
402026-07-18T04:07:21.048Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-18T04:07:21.049Z
422026-07-18T04:07:21.079Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-18T04:07:21.079Z
442026-07-18T04:07:21.079Z
452026-07-18T04:07:21.079ZRust is installed now. Great!
462026-07-18T04:07:21.079Z
472026-07-18T04:07:21.083ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-18T04:07:21.083Zenvironment variable. This has not been done automatically.
492026-07-18T04:07:21.083Z
502026-07-18T04:07:21.083ZTo configure your current shell, you need to source
512026-07-18T04:07:21.083Zthe corresponding env file under $HOME/.cargo.
522026-07-18T04:07:21.083Z
532026-07-18T04:07:21.083ZThis is usually done by running one of the following (note the leading DOT):
542026-07-18T04:07:21.083Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-18T04:07:21.083Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-18T04:07:21.083Zsource "~/.cargo/env.nu" # For nushell
572026-07-18T04:07:21.083Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-18T04:07:21.084Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-18T04:07:21.084Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-18T04:07:21.084Zwarn: no default linker (`cc`) was found in your PATH
612026-07-18T04:07:21.084Zwarn: many Rust crates require a system C toolchain to build
622026-07-18T04:07:21.172Z+ rustup --version
632026-07-18T04:07:21.180Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-18T04:07:21.184Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-18T04:07:21.201Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-18T04:07:21.205Z+ cargo --version
672026-07-18T04:07:21.218Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-18T04:07:21.221Z+ rustc --version
692026-07-18T04:07:21.240Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-18T04:07:21.243Zprocess exited: duration 16928 ms, exit code 0
 
712026-07-18T04:07:21.251Zstarting task 2: "authentication"
722026-07-18T04:07:21.268Zprocess exited: duration 16 ms, exit code 0
 
732026-07-18T04:07:21.274Zstarting task 3: "clone repository"
742026-07-18T04:07:21.278Z+ mkdir -p /work/oxidecomputer/opte
752026-07-18T04:07:21.281Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-18T04:07:21.309ZCloning into '/work/oxidecomputer/opte'...
772026-07-18T04:07:22.179Z+ cd /work/oxidecomputer/opte
782026-07-18T04:07:22.179Z+ git fetch origin 9e9447048a8bf577d01319d7cedcadae72f58f9f
792026-07-18T04:07:22.392ZFrom https://github.com/oxidecomputer/opte
802026-07-18T04:07:22.392Z * branch 9e9447048a8bf577d01319d7cedcadae72f58f9f -> FETCH_HEAD
812026-07-18T04:07:22.397Z+ [[ -n renovate/rust-1.x ]]
822026-07-18T04:07:22.400Z++ git branch --show-current
832026-07-18T04:07:22.401Z+ current=master
842026-07-18T04:07:22.401Z+ [[ master != renovate/rust-1.x ]]
852026-07-18T04:07:22.401Z+ git branch -f renovate/rust-1.x 9e9447048a8bf577d01319d7cedcadae72f58f9f
862026-07-18T04:07:22.404Z+ git checkout -f renovate/rust-1.x
872026-07-18T04:07:22.419ZSwitched to branch 'renovate/rust-1.x'
882026-07-18T04:07:22.422Z+ git reset --hard 9e9447048a8bf577d01319d7cedcadae72f58f9f
892026-07-18T04:07:22.436ZHEAD is now at 9e94470 Update dependency rust
902026-07-18T04:07:22.439Zprocess exited: duration 1161 ms, exit code 0
 
912026-07-18T04:07:22.446Zstarting task 4: "build"
922026-07-18T04:07:22.450Z+ source .github/buildomat/common.sh
932026-07-18T04:07:22.450Z++ rustup show active-toolchain
942026-07-18T04:07:22.455Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-18T04:07:22.458Z++ pushd xde
962026-07-18T04:07:22.458Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-18T04:07:22.458Z++ rustup show active-toolchain
982026-07-18T04:07:22.461Zinfo: syncing channel updates for nightly-2026-07-18-x86_64-unknown-illumos
992026-07-18T04:07:22.605Zinfo: latest update on 2026-07-18 for version 1.99.0-nightly (b6839f4d0 2026-07-17)
1002026-07-18T04:07:22.610Zinfo: downloading 6 components
1012026-07-18T04:07:37.080Znightly-2026-07-18-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-18T04:07:37.178Z+++ rustup show active-toolchain -v
1032026-07-18T04:07:37.182Z+++ head -n 1
1042026-07-18T04:07:37.183Z+++ cut '-d ' -f1
1052026-07-18T04:07:37.232Z++ export NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos
1062026-07-18T04:07:37.232Z++ NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos
1072026-07-18T04:07:37.232Z++ popd
1082026-07-18T04:07:37.236Z/work/oxidecomputer/opte
1092026-07-18T04:07:37.236Z+ TGT_BASE=/work
1102026-07-18T04:07:37.236Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-07-18T04:07:37.236Z+ REL_TGT=/work/release
1122026-07-18T04:07:37.236Z+ mkdir -p /work/release
1132026-07-18T04:07:37.236Z+ cargo --version
1142026-07-18T04:07:37.243Zcargo 1.97.1 (c980f4866 2026-06-30)
1152026-07-18T04:07:37.246Z+ rustc --version
1162026-07-18T04:07:37.265Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1172026-07-18T04:07:37.268Z+ header 'build xde and opteadm (release+debug)'
1182026-07-18T04:07:37.268Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-07-18T04:07:37.268Z+ ptime -m cargo xtask build --profile all
1202026-07-18T04:07:37.268Z# ==== build xde and opteadm (release+debug) ==== #
1212026-07-18T04:07:37.367Z Updating crates.io index
1222026-07-18T04:07:37.371Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-07-18T04:07:38.310Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-07-18T04:07:38.558Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-07-18T04:07:38.983Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-07-18T04:07:39.217Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-07-18T04:07:39.454Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-07-18T04:07:39.698Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-07-18T04:07:41.617Z Downloading crates ...
1302026-07-18T04:07:41.660Z Downloaded cargo_metadata v0.23.1
1312026-07-18T04:07:41.666Z Downloaded bitflags v2.13.0
1322026-07-18T04:07:41.670Z Downloaded equivalent v1.0.2
1332026-07-18T04:07:41.670Z Downloaded terminal_size v0.4.4
1342026-07-18T04:07:41.672Z Downloaded utf8parse v0.2.2
1352026-07-18T04:07:41.673Z Downloaded anstyle-parse v1.0.0
1362026-07-18T04:07:41.679Z Downloaded toml_parser v1.1.2+spec-1.1.0
1372026-07-18T04:07:41.681Z Downloaded itoa v1.0.18
1382026-07-18T04:07:41.681Z Downloaded toml v1.1.2+spec-1.1.0
1392026-07-18T04:07:41.684Z Downloaded memchr v2.8.2
1402026-07-18T04:07:41.687Z Downloaded unicode-ident v1.0.24
1412026-07-18T04:07:41.689Z Downloaded anyhow v1.0.103
1422026-07-18T04:07:41.696Z Downloaded errno v0.3.14
1432026-07-18T04:07:41.698Z Downloaded anstyle-query v1.1.5
1442026-07-18T04:07:41.705Z Downloaded colorchoice v1.0.5
1452026-07-18T04:07:41.707Z Downloaded is_terminal_polyfill v1.70.2
1462026-07-18T04:07:41.707Z Downloaded cargo-platform v0.3.3
1472026-07-18T04:07:41.710Z Downloaded anstyle v1.0.14
1482026-07-18T04:07:41.710Z Downloaded toml_writer v1.1.1+spec-1.1.0
1492026-07-18T04:07:41.713Z Downloaded zmij v1.0.21
1502026-07-18T04:07:41.715Z Downloaded quote v1.0.46
1512026-07-18T04:07:41.715Z Downloaded thiserror v2.0.18
1522026-07-18T04:07:41.718Z Downloaded serde_spanned v1.1.1
1532026-07-18T04:07:41.721Z Downloaded heck v0.5.0
1542026-07-18T04:07:41.721Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1552026-07-18T04:07:41.724Z Downloaded anstream v1.0.0
1562026-07-18T04:07:41.730Z Downloaded strsim v0.11.1
1572026-07-18T04:07:41.738Z Downloaded semver v1.0.28
1582026-07-18T04:07:41.741Z Downloaded clap_lex v1.1.0
1592026-07-18T04:07:41.741Z Downloaded thiserror-impl v2.0.18
1602026-07-18T04:07:41.751Z Downloaded camino v1.2.4
1612026-07-18T04:07:41.753Z Downloaded serde_core v1.0.228
1622026-07-18T04:07:41.762Z Downloaded clap_derive v4.6.1
1632026-07-18T04:07:41.766Z Downloaded proc-macro2 v1.0.106
1642026-07-18T04:07:41.769Z Downloaded clap v4.6.1
1652026-07-18T04:07:41.778Z Downloaded serde_derive v1.0.228
1662026-07-18T04:07:41.796Z Downloaded indexmap v2.14.0
1672026-07-18T04:07:41.802Z Downloaded serde v1.0.228
1682026-07-18T04:07:41.809Z Downloaded clap_builder v4.6.0
1692026-07-18T04:07:41.813Z Downloaded serde_json v1.0.150
1702026-07-18T04:07:41.816Z Downloaded hashbrown v0.17.1
1712026-07-18T04:07:41.826Z Downloaded winnow v1.0.3
1722026-07-18T04:07:41.858Z Downloaded syn v2.0.118
1732026-07-18T04:07:41.866Z Downloaded rustix v1.1.4
1742026-07-18T04:07:41.887Z Downloaded libc v0.2.186
1752026-07-18T04:07:41.934Z Compiling serde_core v1.0.228
1762026-07-18T04:07:41.934Z Compiling proc-macro2 v1.0.106
1772026-07-18T04:07:41.934Z Compiling unicode-ident v1.0.24
1782026-07-18T04:07:41.937Z Compiling quote v1.0.46
1792026-07-18T04:07:41.937Z Compiling libc v0.2.186
1802026-07-18T04:07:41.937Z Compiling rustix v1.1.4
1812026-07-18T04:07:41.937Z Compiling bitflags v2.13.0
1822026-07-18T04:07:41.937Z Compiling zmij v1.0.21
1832026-07-18T04:07:42.136Z Compiling utf8parse v0.2.2
1842026-07-18T04:07:42.231Z Compiling anstyle-parse v1.0.0
1852026-07-18T04:07:42.369Z Compiling camino v1.2.4
1862026-07-18T04:07:42.375Z Compiling serde v1.0.228
1872026-07-18T04:07:42.438Z Compiling anstyle v1.0.14
1882026-07-18T04:07:42.449Z Compiling serde_json v1.0.150
1892026-07-18T04:07:42.518Z Compiling thiserror v2.0.18
1902026-07-18T04:07:42.654Z Compiling colorchoice v1.0.5
1912026-07-18T04:07:42.665Z Compiling errno v0.3.14
1922026-07-18T04:07:42.668Z Compiling anstyle-query v1.1.5
1932026-07-18T04:07:42.693Z Compiling is_terminal_polyfill v1.70.2
1942026-07-18T04:07:42.760Z Compiling anstream v1.0.0
1952026-07-18T04:07:42.830Z Compiling heck v0.5.0
1962026-07-18T04:07:42.838Z Compiling memchr v2.8.2
1972026-07-18T04:07:43.046Z Compiling itoa v1.0.18
1982026-07-18T04:07:43.181Z Compiling syn v2.0.118
1992026-07-18T04:07:43.197Z Compiling clap_lex v1.1.0
2002026-07-18T04:07:43.250Z Compiling terminal_size v0.4.4
2012026-07-18T04:07:43.282Z Compiling winnow v1.0.3
2022026-07-18T04:07:43.315Z Compiling strsim v0.11.1
2032026-07-18T04:07:43.397Z Compiling anyhow v1.0.103
2042026-07-18T04:07:43.571Z Compiling toml_parser v1.1.2+spec-1.1.0
2052026-07-18T04:07:43.692Z Compiling clap_builder v4.6.0
2062026-07-18T04:07:43.898Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-07-18T04:07:44.156Z Compiling semver v1.0.28
2082026-07-18T04:07:44.422Z Compiling toml_datetime v1.1.1+spec-1.1.0
2092026-07-18T04:07:44.442Z Compiling serde_spanned v1.1.1
2102026-07-18T04:07:44.599Z Compiling cargo-platform v0.3.3
2112026-07-18T04:07:44.906Z Compiling toml v1.1.2+spec-1.1.0
2122026-07-18T04:07:45.607Z Compiling thiserror-impl v2.0.18
2132026-07-18T04:07:45.691Z Compiling serde_derive v1.0.228
2142026-07-18T04:07:45.700Z Compiling clap_derive v4.6.1
2152026-07-18T04:07:47.262Z Compiling clap v4.6.1
2162026-07-18T04:07:48.619Z Compiling cargo_metadata v0.23.1
2172026-07-18T04:07:51.068Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-07-18T04:07:52.669Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.39s
2192026-07-18T04:07:52.741Z Running `target/debug/xtask build --profile all`
2202026-07-18T04:07:54.337ZBuilding opteadm (release).
2212026-07-18T04:07:54.428Z Compiling proc-macro2 v1.0.106
2222026-07-18T04:07:54.428Z Compiling quote v1.0.46
2232026-07-18T04:07:54.430Z Compiling unicode-ident v1.0.24
2242026-07-18T04:07:54.431Z Compiling serde_core v1.0.228
2252026-07-18T04:07:54.431Z Compiling libc v0.2.186
2262026-07-18T04:07:54.431Z Compiling cfg-if v1.0.4
2272026-07-18T04:07:54.431Z Compiling memchr v2.8.2
2282026-07-18T04:07:54.431Z Compiling ident_case v1.0.1
2292026-07-18T04:07:54.500Z Compiling thiserror v2.0.18
2302026-07-18T04:07:54.543Z Compiling fnv v1.0.7
2312026-07-18T04:07:54.547Z Compiling strsim v0.11.1
2322026-07-18T04:07:54.622Z Compiling regex-syntax v0.8.11
2332026-07-18T04:07:54.739Z Compiling equivalent v1.0.2
2342026-07-18T04:07:54.805Z Compiling anyhow v1.0.103
2352026-07-18T04:07:54.813Z Compiling hashbrown v0.17.1
2362026-07-18T04:07:55.016Z Compiling aho-corasick v1.1.4
2372026-07-18T04:07:55.029Z Compiling serde v1.0.228
2382026-07-18T04:07:55.145Z Compiling winnow v1.0.3
2392026-07-18T04:07:55.181Z Compiling either v1.16.0
2402026-07-18T04:07:55.322Z Compiling zerocopy v0.8.52
2412026-07-18T04:07:55.378Z Compiling itertools v0.14.0
2422026-07-18T04:07:55.549Z Compiling syn v2.0.118
2432026-07-18T04:07:55.639Z Compiling indexmap v2.14.0
2442026-07-18T04:07:55.712Z Compiling byteorder v1.5.0
2452026-07-18T04:07:55.893Z Compiling heapless v0.8.0
2462026-07-18T04:07:56.141Z Compiling regex-automata v0.4.14
2472026-07-18T04:07:56.166Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-07-18T04:07:56.222Z Compiling toml_datetime v1.1.1+spec-1.1.0
2492026-07-18T04:07:56.425Z Compiling hash32 v0.3.1
2502026-07-18T04:07:56.515Z Compiling bitflags v2.13.0
2512026-07-18T04:07:56.549Z Compiling toml_edit v0.25.12+spec-1.1.0
2522026-07-18T04:07:56.580Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2532026-07-18T04:07:56.678Z Compiling rustversion v1.0.22
2542026-07-18T04:07:56.687Z Compiling macaddr v1.0.1
2552026-07-18T04:07:56.690Z Compiling syn v1.0.109
2562026-07-18T04:07:56.799Z Compiling stable_deref_trait v1.2.1
2572026-07-18T04:07:56.845Z Compiling smoltcp v0.11.0
2582026-07-18T04:07:56.880Z Compiling rand_core v0.10.1
2592026-07-18T04:07:57.003Z Compiling rustix v1.1.4
2602026-07-18T04:07:57.019Z Compiling version_check v0.9.5
2612026-07-18T04:07:57.030Z Compiling getrandom v0.4.3
2622026-07-18T04:07:57.161Z Compiling proc-macro-crate v3.5.0
2632026-07-18T04:07:57.263Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2642026-07-18T04:07:57.274Z Compiling ref-cast v1.0.25
2652026-07-18T04:07:57.311Z Compiling managed v0.8.0
2662026-07-18T04:07:57.323Z Compiling bitflags v1.3.2
2672026-07-18T04:07:57.406Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-07-18T04:07:57.552Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-07-18T04:07:57.581Z Compiling errno v0.3.14
2702026-07-18T04:07:57.615Z Compiling ipnetwork v0.21.1
2712026-07-18T04:07:57.714Z Compiling unicode-width v0.2.2
2722026-07-18T04:07:57.926Z Compiling regex v1.12.4
2732026-07-18T04:07:57.964Z Compiling utf8parse v0.2.2
2742026-07-18T04:07:58.010Z Compiling once_cell v1.21.4
2752026-07-18T04:07:58.051Z Compiling darling_core v0.21.3
2762026-07-18T04:07:58.207Z Compiling cpufeatures v0.3.0
2772026-07-18T04:07:58.267Z Compiling foreign-types-shared v0.3.1
2782026-07-18T04:07:58.293Z Compiling chacha20 v0.10.1
2792026-07-18T04:07:58.343Z Compiling tracing-core v0.1.36
2802026-07-18T04:07:58.567Z Compiling cstr-argument v0.1.2
2812026-07-18T04:07:58.610Z Compiling anstyle-parse v1.0.0
2822026-07-18T04:07:58.713Z Compiling tabwriter v1.4.1
2832026-07-18T04:07:59.159Z Compiling pretty-hex v0.4.2
2842026-07-18T04:07:59.249Z Compiling thiserror-impl v2.0.18
2852026-07-18T04:07:59.317Z Compiling zerocopy-derive v0.8.52
2862026-07-18T04:07:59.346Z Compiling serde_derive v1.0.228
2872026-07-18T04:07:59.346Z Compiling num_enum_derive v0.7.6
2882026-07-18T04:07:59.636Z Compiling ref-cast-impl v1.0.25
2892026-07-18T04:08:00.188Z Compiling darling_macro v0.21.3
2902026-07-18T04:08:00.219Z Compiling foreign-types-macros v0.2.3
2912026-07-18T04:08:00.343Z Compiling num_enum v0.7.6
2922026-07-18T04:08:00.415Z Compiling tracing-attributes v0.1.31
2932026-07-18T04:08:00.446Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2942026-07-18T04:08:00.549Z Compiling cobs v0.3.0
2952026-07-18T04:08:00.740Z Compiling darling v0.21.3
2962026-07-18T04:08:00.755Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2972026-07-18T04:08:00.808Z Compiling ingot-macros v0.1.1
2982026-07-18T04:08:00.829Z Compiling foreign-types v0.5.0
2992026-07-18T04:08:00.886Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3002026-07-18T04:08:00.890Z Compiling colorchoice v1.0.5
3012026-07-18T04:08:00.921Z Compiling pin-project-lite v0.2.17
3022026-07-18T04:08:00.950Z Compiling anstyle v1.0.14
3032026-07-18T04:08:00.983Z Compiling is_terminal_polyfill v1.70.2
3042026-07-18T04:08:01.001Z Compiling dyn-clone v1.0.20
3052026-07-18T04:08:01.061Z Compiling anstyle-query v1.1.5
3062026-07-18T04:08:01.127Z Compiling anstream v1.0.0
3072026-07-18T04:08:01.158Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3082026-07-18T04:08:01.173Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3092026-07-18T04:08:01.345Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-07-18T04:08:01.483Z Compiling terminal_size v0.4.4
3112026-07-18T04:08:01.520Z Compiling rand v0.10.2
3122026-07-18T04:08:01.586Z Compiling tracing v0.1.44
3132026-07-18T04:08:01.607Z Compiling uuid v1.23.4
3142026-07-18T04:08:01.734Z Compiling socket2 v0.6.4
3152026-07-18T04:08:01.890Z Compiling colored v3.1.1
3162026-07-18T04:08:01.897Z Compiling oxnet v0.1.6
3172026-07-18T04:08:02.259Z Compiling clap_lex v1.1.0
3182026-07-18T04:08:02.296Z Compiling heck v0.5.0
3192026-07-18T04:08:02.418Z Compiling clap_builder v4.6.0
3202026-07-18T04:08:02.477Z Compiling postcard v1.1.3
3212026-07-18T04:08:02.564Z Compiling clap_derive v4.6.1
3222026-07-18T04:08:02.583Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-07-18T04:08:03.646Z Compiling ingot-types v0.1.2
3242026-07-18T04:08:03.978Z Compiling ingot v0.1.1
3252026-07-18T04:08:04.261Z Compiling clap v4.6.1
3262026-07-18T04:08:05.698Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-07-18T04:08:06.710Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-07-18T04:08:07.738Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-07-18T04:08:14.314Z Finished `release` profile [optimized + debuginfo] target(s) in 19.97s
3302026-07-18T04:08:14.342ZBuilding xde (release-lto).
3312026-07-18T04:08:14.584Z Updating crates.io index
3322026-07-18T04:08:14.665Z Downloading crates ...
3332026-07-18T04:08:14.713Z Downloaded addr2line v0.27.0
3342026-07-18T04:08:14.721Z Downloaded memchr v2.7.6
3352026-07-18T04:08:14.724Z Downloaded rustc-literal-escaper v0.0.8
3362026-07-18T04:08:14.724Z Downloaded adler2 v2.0.1
3372026-07-18T04:08:14.727Z Downloaded foldhash v0.2.0
3382026-07-18T04:08:14.730Z Downloaded getopts v0.2.24
3392026-07-18T04:08:14.733Z Downloaded rustc-demangle v0.1.28
3402026-07-18T04:08:14.741Z Downloaded miniz_oxide v0.9.1
3412026-07-18T04:08:14.790Z Downloaded gimli v0.34.0
3422026-07-18T04:08:14.795Z Downloaded object v0.39.1
3432026-07-18T04:08:14.831Z Downloaded libc v0.2.185
3442026-07-18T04:08:14.885Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-07-18T04:08:14.885Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-07-18T04:08:14.885Z Compiling proc-macro2 v1.0.106
3472026-07-18T04:08:14.885Z Compiling unicode-ident v1.0.24
3482026-07-18T04:08:14.885Z Compiling quote v1.0.46
3492026-07-18T04:08:14.888Z Compiling strsim v0.11.1
3502026-07-18T04:08:14.888Z Compiling ident_case v1.0.1
3512026-07-18T04:08:14.909Z Compiling serde_core v1.0.228
3522026-07-18T04:08:15.047Z Compiling fnv v1.0.7
3532026-07-18T04:08:15.050Z Compiling memchr v2.8.2
3542026-07-18T04:08:15.138Z Compiling regex-syntax v0.8.11
3552026-07-18T04:08:15.296Z Compiling either v1.16.0
3562026-07-18T04:08:15.305Z Compiling zerocopy v0.8.52
3572026-07-18T04:08:15.314Z Compiling serde v1.0.228
3582026-07-18T04:08:15.436Z Compiling aho-corasick v1.1.4
3592026-07-18T04:08:15.485Z Compiling thiserror v2.0.18
3602026-07-18T04:08:15.685Z Compiling itertools v0.14.0
3612026-07-18T04:08:15.718Z Compiling heapless v0.8.0
3622026-07-18T04:08:16.059Z Compiling syn v2.0.118
3632026-07-18T04:08:16.099Z Compiling smoltcp v0.11.0
3642026-07-18T04:08:16.103Z Compiling crc32fast v1.5.0
3652026-07-18T04:08:16.187Z Compiling version_check v0.9.5
3662026-07-18T04:08:16.433Z Compiling ref-cast v1.0.25
3672026-07-18T04:08:16.532Z Compiling regex-automata v0.4.14
3682026-07-18T04:08:16.546Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-07-18T04:08:18.038Z Compiling regex v1.12.4
3702026-07-18T04:08:18.313Z Compiling darling_core v0.21.3
3712026-07-18T04:08:18.317Z Compiling darling_core v0.23.0
3722026-07-18T04:08:19.179Z Compiling serde_derive v1.0.228
3732026-07-18T04:08:19.179Z Compiling thiserror-impl v2.0.18
3742026-07-18T04:08:19.179Z Compiling zerocopy-derive v0.8.52
3752026-07-18T04:08:19.179Z Compiling ref-cast-impl v1.0.25
3762026-07-18T04:08:19.179Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3772026-07-18T04:08:20.749Z Compiling darling_macro v0.21.3
3782026-07-18T04:08:20.917Z Compiling darling_macro v0.23.0
3792026-07-18T04:08:21.635Z Compiling darling v0.21.3
3802026-07-18T04:08:21.699Z Compiling ingot-macros v0.1.1
3812026-07-18T04:08:21.810Z Compiling darling v0.23.0
3822026-07-18T04:08:21.871Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3832026-07-18T04:08:27.257Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3842026-07-18T04:08:29.407Z Compiling byteorder v1.5.0
3852026-07-18T04:08:29.407Z Compiling macaddr v1.0.1
3862026-07-18T04:08:29.410Z Compiling stable_deref_trait v1.2.1
3872026-07-18T04:08:29.410Z Compiling cfg-if v1.0.4
3882026-07-18T04:08:29.466Z Compiling bitflags v1.3.2
3892026-07-18T04:08:29.470Z Compiling managed v0.8.0
3902026-07-18T04:08:29.506Z Compiling cobs v0.3.0
3912026-07-18T04:08:29.596Z Compiling hash32 v0.3.1
3922026-07-18T04:08:29.704Z Compiling itertools v0.15.0
3932026-07-18T04:08:29.722Z Compiling dyn-clone v1.0.20
3942026-07-18T04:08:29.771Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-07-18T04:08:30.973Z Compiling bitflags v2.13.0
3962026-07-18T04:08:30.974Z Compiling uuid v1.23.4
3972026-07-18T04:08:31.114Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-07-18T04:08:31.402Z Compiling postcard v1.1.3
3992026-07-18T04:08:32.240Z Compiling ingot-types v0.1.2
4002026-07-18T04:08:32.552Z Compiling ingot v0.1.1
4012026-07-18T04:08:34.038Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-07-18T04:08:37.810Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-07-18T04:08:46.518Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-07-18T04:09:16.118Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
4052026-07-18T04:09:16.151ZLinking xde kmod...
4062026-07-18T04:09:16.734ZBuilding xde dev link helper (release).
4072026-07-18T04:09:16.887Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-07-18T04:09:16.887Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-07-18T04:09:16.887Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-07-18T04:09:28.283Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-07-18T04:09:30.822Z Finished `release` profile [optimized + debuginfo] target(s) in 14.05s
4122026-07-18T04:09:30.841ZBuilding opteadm (dev).
4132026-07-18T04:09:30.992Z Compiling serde_core v1.0.228
4142026-07-18T04:09:30.992Z Compiling libc v0.2.186
4152026-07-18T04:09:30.992Z Compiling cfg-if v1.0.4
4162026-07-18T04:09:30.992Z Compiling strsim v0.11.1
4172026-07-18T04:09:30.995Z Compiling memchr v2.8.2
4182026-07-18T04:09:30.995Z Compiling ident_case v1.0.1
4192026-07-18T04:09:30.995Z Compiling fnv v1.0.7
4202026-07-18T04:09:31.016Z Compiling syn v2.0.118
4212026-07-18T04:09:31.066Z Compiling regex-syntax v0.8.11
4222026-07-18T04:09:31.093Z Compiling equivalent v1.0.2
4232026-07-18T04:09:31.109Z Compiling zerocopy v0.8.52
4242026-07-18T04:09:31.162Z Compiling either v1.16.0
4252026-07-18T04:09:31.276Z Compiling hashbrown v0.17.1
4262026-07-18T04:09:31.353Z Compiling winnow v1.0.3
4272026-07-18T04:09:31.461Z Compiling aho-corasick v1.1.4
4282026-07-18T04:09:31.558Z Compiling serde v1.0.228
4292026-07-18T04:09:31.762Z Compiling indexmap v2.14.0
4302026-07-18T04:09:31.797Z Compiling itertools v0.14.0
4312026-07-18T04:09:31.884Z Compiling byteorder v1.5.0
4322026-07-18T04:09:32.059Z Compiling toml_datetime v1.1.1+spec-1.1.0
4332026-07-18T04:09:32.268Z Compiling toml_parser v1.1.2+spec-1.1.0
4342026-07-18T04:09:32.343Z Compiling heapless v0.8.0
4352026-07-18T04:09:32.351Z Compiling hash32 v0.3.1
4362026-07-18T04:09:32.499Z Compiling regex-automata v0.4.14
4372026-07-18T04:09:32.785Z Compiling toml_edit v0.25.12+spec-1.1.0
4382026-07-18T04:09:32.797Z Compiling stable_deref_trait v1.2.1
4392026-07-18T04:09:32.803Z Compiling syn v1.0.109
4402026-07-18T04:09:32.862Z Compiling smoltcp v0.11.0
4412026-07-18T04:09:32.994Z Compiling bitflags v2.13.0
4422026-07-18T04:09:33.086Z Compiling rustversion v1.0.22
4432026-07-18T04:09:33.100Z Compiling macaddr v1.0.1
4442026-07-18T04:09:33.173Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4452026-07-18T04:09:33.345Z Compiling proc-macro-crate v3.5.0
4462026-07-18T04:09:33.401Z Compiling managed v0.8.0
4472026-07-18T04:09:33.440Z Compiling bitflags v1.3.2
4482026-07-18T04:09:33.446Z Compiling version_check v0.9.5
4492026-07-18T04:09:33.504Z Compiling getrandom v0.4.3
4502026-07-18T04:09:33.617Z Compiling darling_core v0.21.3
4512026-07-18T04:09:33.645Z Compiling rand_core v0.10.1
4522026-07-18T04:09:33.655Z Compiling ref-cast v1.0.25
4532026-07-18T04:09:33.701Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4542026-07-18T04:09:33.743Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-07-18T04:09:33.967Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-07-18T04:09:33.982Z Compiling errno v0.3.14
4572026-07-18T04:09:34.149Z Compiling regex v1.12.4
4582026-07-18T04:09:34.384Z Compiling foreign-types-shared v0.3.1
4592026-07-18T04:09:34.540Z Compiling ipnetwork v0.21.1
4602026-07-18T04:09:34.643Z Compiling unicode-width v0.2.2
4612026-07-18T04:09:34.735Z Compiling thiserror-impl v2.0.18
4622026-07-18T04:09:34.951Z Compiling serde_derive v1.0.228
4632026-07-18T04:09:35.047Z Compiling zerocopy-derive v0.8.52
4642026-07-18T04:09:35.064Z Compiling num_enum_derive v0.7.6
4652026-07-18T04:09:35.670Z Compiling foreign-types-macros v0.2.3
4662026-07-18T04:09:35.737Z Compiling darling_macro v0.21.3
4672026-07-18T04:09:35.925Z Compiling thiserror v2.0.18
4682026-07-18T04:09:36.024Z Compiling cobs v0.3.0
4692026-07-18T04:09:36.057Z Compiling ref-cast-impl v1.0.25
4702026-07-18T04:09:36.282Z Compiling cpufeatures v0.3.0
4712026-07-18T04:09:36.296Z Compiling darling v0.21.3
4722026-07-18T04:09:36.300Z Compiling once_cell v1.21.4
4732026-07-18T04:09:36.345Z Compiling chacha20 v0.10.1
4742026-07-18T04:09:36.365Z Compiling ingot-macros v0.1.1
4752026-07-18T04:09:36.535Z Compiling tracing-core v0.1.36
4762026-07-18T04:09:36.683Z Compiling foreign-types v0.5.0
4772026-07-18T04:09:36.729Z Compiling num_enum v0.7.6
4782026-07-18T04:09:36.751Z Compiling tabwriter v1.4.1
4792026-07-18T04:09:36.836Z Compiling cstr-argument v0.1.2
4802026-07-18T04:09:37.000Z Compiling tracing-attributes v0.1.31
4812026-07-18T04:09:37.162Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4822026-07-18T04:09:37.279Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4832026-07-18T04:09:37.738Z Compiling rustix v1.1.4
4842026-07-18T04:09:37.999Z Compiling anyhow v1.0.103
4852026-07-18T04:09:38.062Z Compiling postcard v1.1.3
4862026-07-18T04:09:38.102Z Compiling pretty-hex v0.4.2
4872026-07-18T04:09:38.183Z Compiling dyn-clone v1.0.20
4882026-07-18T04:09:38.191Z Compiling pin-project-lite v0.2.17
4892026-07-18T04:09:38.229Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4902026-07-18T04:09:38.276Z Compiling tracing v0.1.44
4912026-07-18T04:09:38.298Z Compiling terminal_size v0.4.4
4922026-07-18T04:09:38.413Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4932026-07-18T04:09:38.443Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942026-07-18T04:09:38.446Z Compiling rand v0.10.2
4952026-07-18T04:09:38.622Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-07-18T04:09:38.633Z Compiling uuid v1.23.4
4972026-07-18T04:09:38.658Z Compiling socket2 v0.6.4
4982026-07-18T04:09:38.736Z Compiling colored v3.1.1
4992026-07-18T04:09:38.897Z Compiling oxnet v0.1.6
5002026-07-18T04:09:39.037Z Compiling clap_builder v4.6.0
5012026-07-18T04:09:39.243Z Compiling clap_derive v4.6.1
5022026-07-18T04:09:39.422Z Compiling ingot-types v0.1.2
5032026-07-18T04:09:39.427Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-07-18T04:09:39.750Z Compiling ingot v0.1.1
5052026-07-18T04:09:40.717Z Compiling clap v4.6.1
5062026-07-18T04:09:41.488Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-07-18T04:09:43.679Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-07-18T04:09:44.864Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-07-18T04:09:49.203Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.36s
5102026-07-18T04:09:49.232ZBuilding xde (dev).
5112026-07-18T04:09:49.454Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-07-18T04:09:49.454Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-07-18T04:09:49.454Z Compiling proc-macro2 v1.0.106
5142026-07-18T04:09:49.454Z Compiling unicode-ident v1.0.24
5152026-07-18T04:09:49.454Z Compiling quote v1.0.46
5162026-07-18T04:09:49.454Z Compiling strsim v0.11.1
5172026-07-18T04:09:49.457Z Compiling ident_case v1.0.1
5182026-07-18T04:09:49.457Z Compiling serde_core v1.0.228
5192026-07-18T04:09:49.571Z Compiling fnv v1.0.7
5202026-07-18T04:09:49.574Z Compiling memchr v2.8.2
5212026-07-18T04:09:49.652Z Compiling regex-syntax v0.8.11
5222026-07-18T04:09:49.839Z Compiling thiserror v2.0.18
5232026-07-18T04:09:49.856Z Compiling either v1.16.0
5242026-07-18T04:09:49.859Z Compiling zerocopy v0.8.52
5252026-07-18T04:09:49.974Z Compiling aho-corasick v1.1.4
5262026-07-18T04:09:50.041Z Compiling serde v1.0.228
5272026-07-18T04:09:50.241Z Compiling itertools v0.14.0
5282026-07-18T04:09:50.435Z Compiling heapless v0.8.0
5292026-07-18T04:09:50.464Z Compiling smoltcp v0.11.0
5302026-07-18T04:09:50.621Z Compiling syn v2.0.118
5312026-07-18T04:09:50.662Z Compiling ref-cast v1.0.25
5322026-07-18T04:09:50.899Z Compiling crc32fast v1.5.0
5332026-07-18T04:09:50.909Z Compiling version_check v0.9.5
5342026-07-18T04:09:51.056Z Compiling regex-automata v0.4.14
5352026-07-18T04:09:51.272Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-07-18T04:09:52.592Z Compiling regex v1.12.4
5372026-07-18T04:09:52.900Z Compiling darling_core v0.21.3
5382026-07-18T04:09:52.928Z Compiling darling_core v0.23.0
5392026-07-18T04:09:53.707Z Compiling zerocopy-derive v0.8.52
5402026-07-18T04:09:53.707Z Compiling serde_derive v1.0.228
5412026-07-18T04:09:53.707Z Compiling thiserror-impl v2.0.18
5422026-07-18T04:09:53.710Z Compiling ref-cast-impl v1.0.25
5432026-07-18T04:09:53.710Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-07-18T04:09:55.359Z Compiling darling_macro v0.23.0
5452026-07-18T04:09:55.579Z Compiling darling_macro v0.21.3
5462026-07-18T04:09:56.250Z Compiling darling v0.23.0
5472026-07-18T04:09:56.313Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5482026-07-18T04:09:56.463Z Compiling darling v0.21.3
5492026-07-18T04:09:56.528Z Compiling ingot-macros v0.1.1
5502026-07-18T04:10:01.322Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-07-18T04:10:03.073Z Compiling byteorder v1.5.0
5522026-07-18T04:10:03.073Z Compiling cfg-if v1.0.4
5532026-07-18T04:10:03.076Z Compiling stable_deref_trait v1.2.1
5542026-07-18T04:10:03.076Z Compiling macaddr v1.0.1
5552026-07-18T04:10:03.137Z Compiling cobs v0.3.0
5562026-07-18T04:10:03.141Z Compiling bitflags v1.3.2
5572026-07-18T04:10:03.176Z Compiling managed v0.8.0
5582026-07-18T04:10:03.253Z Compiling hash32 v0.3.1
5592026-07-18T04:10:03.400Z Compiling itertools v0.15.0
5602026-07-18T04:10:03.406Z Compiling dyn-clone v1.0.20
5612026-07-18T04:10:03.500Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-07-18T04:10:04.602Z Compiling bitflags v2.13.0
5632026-07-18T04:10:04.602Z Compiling uuid v1.23.4
5642026-07-18T04:10:04.737Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-07-18T04:10:05.017Z Compiling postcard v1.1.3
5662026-07-18T04:10:05.810Z Compiling ingot-types v0.1.2
5672026-07-18T04:10:06.089Z Compiling ingot v0.1.1
5682026-07-18T04:10:07.475Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-07-18T04:10:11.707Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-07-18T04:10:22.109Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-07-18T04:10:30.463Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.20s
5722026-07-18T04:10:30.486ZLinking xde kmod...
5732026-07-18T04:10:31.658ZBuilding xde dev link helper (dev).
5742026-07-18T04:10:31.810Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5752026-07-18T04:10:31.810Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-07-18T04:10:31.810Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-07-18T04:10:42.572Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-18-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-07-18T04:10:44.848Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.16s
5792026-07-18T04:10:44.870Z
5802026-07-18T04:10:44.873Zreal 3:07.597508218
5812026-07-18T04:10:44.873Zuser 8:59.499972244
5822026-07-18T04:10:44.873Zsys 57.509839838
5832026-07-18T04:10:44.873Ztrap 0.232935854
5842026-07-18T04:10:44.873Ztflt 0.869413410
5852026-07-18T04:10:44.873Zdflt 1.749050002
5862026-07-18T04:10:44.873Zkflt 0.006221094
5872026-07-18T04:10:44.873Zlock 35:20.509224992
5882026-07-18T04:10:44.873Zslp 20:54.829743966
5892026-07-18T04:10:44.873Zlat 18.835835734
5902026-07-18T04:10:44.873Zstop 34.985179749
5912026-07-18T04:10:44.873Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-07-18T04:10:44.874Z+ grep GOTPCREL
5932026-07-18T04:10:45.821Z+ header 'package opte'
5942026-07-18T04:10:45.821Z+ echo '# ==== package opte ==== #'
5952026-07-18T04:10:45.821Z# ==== package opte ==== #
5962026-07-18T04:10:45.821Z+ cargo xtask package --skip-build --profile all
5972026-07-18T04:10:45.958Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5982026-07-18T04:10:45.962Z Running `target/debug/xtask package --skip-build --profile all`
5992026-07-18T04:10:46.164Z+ ./clean.sh
6002026-07-18T04:10:46.171Z+ mkdir -p proto/kernel/drv/amd64
6012026-07-18T04:10:46.174Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-07-18T04:10:46.174Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-07-18T04:10:46.177Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-07-18T04:10:46.192Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-07-18T04:10:46.227Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-07-18T04:10:46.230Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-07-18T04:10:46.230Z+ '[' -z ']'
6082026-07-18T04:10:46.230Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-07-18T04:10:46.254Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-07-18T04:10:46.328Z+ INC_DEBUG=
6112026-07-18T04:10:46.330Z+ typeset -ri TAG=0
6122026-07-18T04:10:46.331Z++ ./print-api-version.sh
6132026-07-18T04:10:46.333Z+ API_VSN=41
6142026-07-18T04:10:46.333Z+ PKG_VERSION=0.41.499-3.0
6152026-07-18T04:10:46.336Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.499-3.0/g opte.template.p5m
6162026-07-18T04:10:46.336Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-07-18T04:10:46.846Z+ pkgdepend generate -d proto opte.base.p5m
6182026-07-18T04:10:47.180Z+ mkdir -p packages
6192026-07-18T04:10:47.183Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-07-18T04:10:54.156Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-07-18T04:10:54.159Z+ pkgrepo create packages/repo
6222026-07-18T04:10:54.369Z+ pkgrepo add-publisher -s packages/repo helios
6232026-07-18T04:10:54.572Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-07-18T04:11:23.802Zpkg://helios/driver/network/opte@0.41.499,5.11-3.0:20260718T041053Z
6252026-07-18T04:11:23.802ZPUBLISHED
6262026-07-18T04:11:23.838Z+ pkgrecv -a -d packages/repo/opte-0.41.499-3.0.p5p -s packages/repo -v -m latest '*'
6272026-07-18T04:11:24.015ZRetrieving packages for publisher helios ...
6282026-07-18T04:11:24.018ZRetrieving catalog 'helios' ... Done
6292026-07-18T04:11:24.023ZRetrieving and evaluating 1 package(s)...
6302026-07-18T04:11:24.023ZFetching manifests: 1/1 100% complete
6312026-07-18T04:11:24.023ZFetching manifests: 1/1 100% complete
6322026-07-18T04:11:24.023Z
6332026-07-18T04:11:24.023ZArchiving packages ...
6342026-07-18T04:11:24.023Z Packages to add: 1
6352026-07-18T04:11:24.023Z Files to retrieve: 6
6362026-07-18T04:11:24.023ZEstimated transfer size: 36.99 MB
6372026-07-18T04:11:24.023Z
6382026-07-18T04:11:24.023ZPackages to archive:
6392026-07-18T04:11:24.023Zdriver/network/opte@0.41.499,5.11-3.0:20260718T041053Z
6402026-07-18T04:11:24.023Z
6412026-07-18T04:11:24.023ZDownload: 0/6 items 0.0/37.0MB 0% complete
6422026-07-18T04:11:24.086ZDownload: Completed 36.99 MB in 0.07 seconds (551M/s)
6432026-07-18T04:11:24.089ZArchiving: 1/20 items 0.0/37.0MB 0% complete
6442026-07-18T04:11:24.100ZArchiving: Completed 37.03 MB in 0.01 seconds
6452026-07-18T04:11:24.137ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.499-3.0.p5p.
6462026-07-18T04:11:24.140Z+ banner copy
6472026-07-18T04:11:24.143Z
6482026-07-18T04:11:24.143Z #### #### ##### # #
6492026-07-18T04:11:24.143Z # # # # # # # #
6502026-07-18T04:11:24.143Z # # # # # #
6512026-07-18T04:11:24.143Z # # # ##### #
6522026-07-18T04:11:24.143Z # # # # # #
6532026-07-18T04:11:24.143Z #### #### # #
6542026-07-18T04:11:24.143Z
6552026-07-18T04:11:24.144Z+ pfexec mkdir -p /out
6562026-07-18T04:11:24.147Z+ pfexec chown 12345 /out
6572026-07-18T04:11:24.147Z+ PKG_NAME=/out/opte.p5p
6582026-07-18T04:11:24.147Z+ mv pkg/packages/repo/opte-0.41.499-3.0.p5p /out/opte.p5p
6592026-07-18T04:11:24.176Z+ sha256sum /out/opte.p5p
6602026-07-18T04:11:24.203Zprocess exited: duration 241754 ms, exit code 0
 
6612026-07-18T04:11:24.214Zfound 2 output files
6622026-07-18T04:11:24.214Zuploading: /out/opte.p5p (38830080 bytes)
6632026-07-18T04:11:25.434Zuploaded: /out/opte.p5p
6642026-07-18T04:11:25.439Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-07-18T04:11:26.445Zuploaded: /out/opte.p5p.sha256