01KX2JSKF6XYZRH90BKJJDBZM8: opteadm

BasicConfig {
    output_rules: [
        "=/work/debug/opteadm",
        "=/work/debug/opteadm.debug.sha256",
        "=/work/release/opteadm",
        "=/work/release/opteadm.release.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KX2JT1CMRRN8RS6VEF9808VG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-09T04:41:03.046Zjob assigned to worker 01KX2JT7HQ8MJ56KGT8TT5ASRJ [factory aws, i-04071da58d465b97e] (queued for 56 s)
 
22026-07-09T04:41:09.604Zstarting task 0: "setup"
32026-07-09T04:41:09.609Z++ uname -s
42026-07-09T04:41:09.612Z+ kern=SunOS
52026-07-09T04:41:09.612Z+ build_user=build
62026-07-09T04:41:09.612Z+ build_uid=12345
72026-07-09T04:41:09.612Z+ work_dir=/work
82026-07-09T04:41:09.612Z+ input_dir=/input
92026-07-09T04:41:09.612Z+ [[ 0 == 12345 ]]
102026-07-09T04:41:09.612Z+ case "$kern" in
112026-07-09T04:41:09.612Z+ groupadd -g 12345 build
122026-07-09T04:41:09.612Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-09T04:41:11.619Z+ zfs create -o mountpoint=/work rpool/work
142026-07-09T04:41:11.754Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-09T04:41:11.757Z+ home_fs=zfs
162026-07-09T04:41:11.757Z+ [[ zfs == autofs ]]
172026-07-09T04:41:11.757Z+ mkdir -p /home/build
182026-07-09T04:41:11.757Z+ chown build:build /home/build /work
192026-07-09T04:41:12.757Z+ chmod 0700 /home/build /work
202026-07-09T04:41:12.760Zprocess exited: duration 3155 ms, exit code 0
 
212026-07-09T04:41:12.766Zstarting task 1: "rust-toolchain"
222026-07-09T04:41:12.770Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-09T04:41:12.770Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-09T04:41:12.770Z * rust toolchain channel = "1.96.1"
252026-07-09T04:41:12.770Z * rust toolchain profile = "default"
262026-07-09T04:41:12.770Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-09T04:41:12.770Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-09T04:41:12.773Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-09T04:41:12.773Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-09T04:41:12.827Zinfo: downloading installer
312026-07-09T04:41:14.128Zwarn: It looks like you have an existing rustup settings file at:
322026-07-09T04:41:14.128Zwarn: /home/build/.rustup/settings.toml
332026-07-09T04:41:14.128Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-09T04:41:14.128Zwarn: instead of the one inferred from the default host triple.
352026-07-09T04:41:14.140Zinfo: profile set to default
362026-07-09T04:41:14.140Zinfo: default host triple is x86_64-unknown-illumos
372026-07-09T04:41:14.143Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-09T04:41:14.278Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-09T04:41:14.281Zinfo: downloading 6 components
402026-07-09T04:41:28.846Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-09T04:41:28.846Z
422026-07-09T04:41:28.877Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-09T04:41:28.877Z
442026-07-09T04:41:28.877Z
452026-07-09T04:41:28.877ZRust is installed now. Great!
462026-07-09T04:41:28.877Z
472026-07-09T04:41:28.877ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-09T04:41:28.877Zenvironment variable. This has not been done automatically.
492026-07-09T04:41:28.877Z
502026-07-09T04:41:28.877ZTo configure your current shell, you need to source
512026-07-09T04:41:28.877Zthe corresponding env file under $HOME/.cargo.
522026-07-09T04:41:28.877Z
532026-07-09T04:41:28.877ZThis is usually done by running one of the following (note the leading DOT):
542026-07-09T04:41:28.880Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-09T04:41:28.880Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-09T04:41:28.880Zsource "~/.cargo/env.nu" # For nushell
572026-07-09T04:41:28.880Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-09T04:41:28.880Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-09T04:41:28.880Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-09T04:41:28.880Zwarn: no default linker (`cc`) was found in your PATH
612026-07-09T04:41:28.880Zwarn: many Rust crates require a system C toolchain to build
622026-07-09T04:41:28.985Z+ rustup --version
632026-07-09T04:41:28.994Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-09T04:41:28.996Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-09T04:41:29.015Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-09T04:41:29.018Z+ cargo --version
672026-07-09T04:41:29.031Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-09T04:41:29.034Z+ rustc --version
692026-07-09T04:41:29.053Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-09T04:41:29.057Zprocess exited: duration 16288 ms, exit code 0
 
712026-07-09T04:41:29.065Zstarting task 2: "authentication"
722026-07-09T04:41:29.080Zprocess exited: duration 16 ms, exit code 0
 
732026-07-09T04:41:29.086Zstarting task 3: "clone repository"
742026-07-09T04:41:29.092Z+ mkdir -p /work/oxidecomputer/opte
752026-07-09T04:41:29.092Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-09T04:41:29.124ZCloning into '/work/oxidecomputer/opte'...
772026-07-09T04:41:29.988Z+ cd /work/oxidecomputer/opte
782026-07-09T04:41:29.988Z+ git fetch origin 0901bea6c3f476b5f94b2616336322506bead9c8
792026-07-09T04:41:30.192ZFrom https://github.com/oxidecomputer/opte
802026-07-09T04:41:30.192Z * branch 0901bea6c3f476b5f94b2616336322506bead9c8 -> FETCH_HEAD
812026-07-09T04:41:30.199Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-07-09T04:41:30.202Z++ git branch --show-current
832026-07-09T04:41:30.202Z+ current=master
842026-07-09T04:41:30.202Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-07-09T04:41:30.202Z+ git branch -f renovate/zerocopy-0.x-lockfile 0901bea6c3f476b5f94b2616336322506bead9c8
862026-07-09T04:41:30.206Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-07-09T04:41:30.221ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-07-09T04:41:30.224Z+ git reset --hard 0901bea6c3f476b5f94b2616336322506bead9c8
892026-07-09T04:41:30.238ZHEAD is now at 0901bea Update Rust crate zerocopy to v0.8.54
902026-07-09T04:41:30.241Zprocess exited: duration 1153 ms, exit code 0
 
912026-07-09T04:41:30.246Zstarting task 4: "build"
922026-07-09T04:41:30.250Z+ source .github/buildomat/common.sh
932026-07-09T04:41:30.250Z++ rustup show active-toolchain
942026-07-09T04:41:30.255Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-09T04:41:30.258Z++ pushd xde
962026-07-09T04:41:30.258Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-09T04:41:30.258Z++ rustup show active-toolchain
982026-07-09T04:41:30.261Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-09T04:41:30.430Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-09T04:41:30.433Zinfo: downloading 6 components
1012026-07-09T04:41:43.662Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-09T04:41:43.759Z+++ rustup show active-toolchain -v
1032026-07-09T04:41:43.762Z+++ head -n 1
1042026-07-09T04:41:43.762Z+++ cut '-d ' -f1
1052026-07-09T04:41:43.813Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-09T04:41:43.813Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-09T04:41:43.813Z++ popd
1082026-07-09T04:41:43.816Z/work/oxidecomputer/opte
1092026-07-09T04:41:43.816Z+ cargo --version
1102026-07-09T04:41:43.822Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-09T04:41:43.825Z+ rustc --version
1122026-07-09T04:41:43.844Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-09T04:41:43.847Z+ pushd bin/opteadm
1142026-07-09T04:41:43.847Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-07-09T04:41:43.847Z+ header 'check style'
1162026-07-09T04:41:43.847Z+ echo '# ==== check style ==== #'
1172026-07-09T04:41:43.847Z# ==== check style ==== #
1182026-07-09T04:41:43.847Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1192026-07-09T04:41:43.918Z
1202026-07-09T04:41:43.918Zreal 0.068654320
1212026-07-09T04:41:43.918Zuser 0.038251811
1222026-07-09T04:41:43.918Zsys 0.027769751
1232026-07-09T04:41:43.918Ztrap 0.000003076
1242026-07-09T04:41:43.921Ztflt 0.000012717
1252026-07-09T04:41:43.921Zdflt 0.000009116
1262026-07-09T04:41:43.921Zkflt 0.000000000
1272026-07-09T04:41:43.921Zlock 0.031213946
1282026-07-09T04:41:43.921Zslp 0.048485299
1292026-07-09T04:41:43.921Zlat 0.000528461
1302026-07-09T04:41:43.921Zstop 0.000102671
1312026-07-09T04:41:43.921Z+ header analyze
1322026-07-09T04:41:43.922Z+ echo '# ==== analyze ==== #'
1332026-07-09T04:41:43.922Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-07-09T04:41:43.922Z# ==== analyze ==== #
1352026-07-09T04:41:44.051Z Updating crates.io index
1362026-07-09T04:41:44.055Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-09T04:41:44.729Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-09T04:41:45.102Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-09T04:41:45.411Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-09T04:41:45.635Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-09T04:41:45.859Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-09T04:41:46.102Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-09T04:41:48.188Z Downloading crates ...
1442026-07-09T04:41:48.235Z Downloaded fnv v1.0.7
1452026-07-09T04:41:48.241Z Downloaded bitflags v1.3.2
1462026-07-09T04:41:48.244Z Downloaded clap v4.6.1
1472026-07-09T04:41:48.247Z Downloaded macaddr v1.0.1
1482026-07-09T04:41:48.250Z Downloaded tracing-attributes v0.1.31
1492026-07-09T04:41:48.254Z Downloaded hashbrown v0.17.1
1502026-07-09T04:41:48.258Z Downloaded clap_lex v1.1.0
1512026-07-09T04:41:48.266Z Downloaded colorchoice v1.0.5
1522026-07-09T04:41:48.269Z Downloaded clap_builder v4.6.0
1532026-07-09T04:41:48.275Z Downloaded cpufeatures v0.3.0
1542026-07-09T04:41:48.279Z Downloaded pin-project-lite v0.2.17
1552026-07-09T04:41:48.283Z Downloaded pretty-hex v0.4.2
1562026-07-09T04:41:48.285Z Downloaded cobs v0.3.0
1572026-07-09T04:41:48.288Z Downloaded foreign-types-shared v0.3.1
1582026-07-09T04:41:48.291Z Downloaded foreign-types-macros v0.2.3
1592026-07-09T04:41:48.293Z Downloaded indexmap v2.14.0
1602026-07-09T04:41:48.296Z Downloaded equivalent v1.0.2
1612026-07-09T04:41:48.296Z Downloaded embedded-io v0.4.0
1622026-07-09T04:41:48.299Z Downloaded heck v0.5.0
1632026-07-09T04:41:48.302Z Downloaded dyn-clone v1.0.20
1642026-07-09T04:41:48.302Z Downloaded ingot v0.1.1
1652026-07-09T04:41:48.305Z Downloaded ingot-types v0.1.2
1662026-07-09T04:41:48.305Z Downloaded defmt-macros v1.1.1
1672026-07-09T04:41:48.308Z Downloaded proc-macro2 v1.0.106
1682026-07-09T04:41:48.308Z Downloaded anstream v1.0.0
1692026-07-09T04:41:48.310Z Downloaded defmt v0.3.100
1702026-07-09T04:41:48.310Z Downloaded terminal_size v0.4.4
1712026-07-09T04:41:48.313Z Downloaded cstr-argument v0.1.2
1722026-07-09T04:41:48.313Z Downloaded darling_macro v0.21.3
1732026-07-09T04:41:48.317Z Downloaded version_check v0.9.5
1742026-07-09T04:41:48.318Z Downloaded errno v0.3.14
1752026-07-09T04:41:48.321Z Downloaded ipnetwork v0.21.1
1762026-07-09T04:41:48.321Z Downloaded anstyle-query v1.1.5
1772026-07-09T04:41:48.321Z Downloaded anstyle v1.0.14
1782026-07-09T04:41:48.326Z Downloaded ident_case v1.0.1
1792026-07-09T04:41:48.330Z Downloaded is_terminal_polyfill v1.70.2
1802026-07-09T04:41:48.334Z Downloaded ref-cast-impl v1.0.25
1812026-07-09T04:41:48.339Z Downloaded managed v0.8.0
1822026-07-09T04:41:48.346Z Downloaded ref-cast v1.0.25
1832026-07-09T04:41:48.349Z Downloaded cfg-if v1.0.4
1842026-07-09T04:41:48.352Z Downloaded embedded-io v0.6.1
1852026-07-09T04:41:48.358Z Downloaded stable_deref_trait v1.2.1
1862026-07-09T04:41:48.361Z Downloaded tabwriter v1.4.1
1872026-07-09T04:41:48.361Z Downloaded chacha20 v0.10.1
1882026-07-09T04:41:48.361Z Downloaded rustversion v1.0.22
1892026-07-09T04:41:48.369Z Downloaded hash32 v0.3.1
1902026-07-09T04:41:48.372Z Downloaded proc-macro-crate v3.5.0
1912026-07-09T04:41:48.372Z Downloaded foreign-types v0.5.0
1922026-07-09T04:41:48.374Z Downloaded strsim v0.11.1
1932026-07-09T04:41:48.377Z Downloaded quote v1.0.46
1942026-07-09T04:41:48.380Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1952026-07-09T04:41:48.380Z Downloaded rand_core v0.10.1
1962026-07-09T04:41:48.384Z Downloaded defmt-parser v1.0.0
1972026-07-09T04:41:48.386Z Downloaded clap_derive v4.6.1
1982026-07-09T04:41:48.391Z Downloaded oxnet v0.1.6
1992026-07-09T04:41:48.394Z Downloaded num_enum_derive v0.7.6
2002026-07-09T04:41:48.394Z Downloaded thiserror-impl v2.0.18
2012026-07-09T04:41:48.394Z Downloaded postcard v1.1.3
2022026-07-09T04:41:48.399Z Downloaded ingot-macros v0.1.1
2032026-07-09T04:41:48.403Z Downloaded utf8parse v0.2.2
2042026-07-09T04:41:48.403Z Downloaded anstyle-parse v1.0.0
2052026-07-09T04:41:48.406Z Downloaded num_enum v0.7.6
2062026-07-09T04:41:48.411Z Downloaded colored v3.1.1
2072026-07-09T04:41:48.413Z Downloaded thiserror v2.0.18
2082026-07-09T04:41:48.416Z Downloaded either v1.16.0
2092026-07-09T04:41:48.419Z Downloaded socket2 v0.6.4
2102026-07-09T04:41:48.419Z Downloaded darling v0.21.3
2112026-07-09T04:41:48.425Z Downloaded byteorder v1.5.0
2122026-07-09T04:41:48.428Z Downloaded anyhow v1.0.103
2132026-07-09T04:41:48.432Z Downloaded toml_parser v1.1.2+spec-1.1.0
2142026-07-09T04:41:48.437Z Downloaded once_cell v1.21.4
2152026-07-09T04:41:48.441Z Downloaded serde_derive v1.0.228
2162026-07-09T04:41:48.445Z Downloaded getrandom v0.4.3
2172026-07-09T04:41:48.448Z Downloaded unicode-ident v1.0.24
2182026-07-09T04:41:48.448Z Downloaded defmt v1.1.1
2192026-07-09T04:41:48.451Z Downloaded heapless v0.8.0
2202026-07-09T04:41:48.457Z Downloaded uuid v1.23.4
2212026-07-09T04:41:48.459Z Downloaded tracing-core v0.1.36
2222026-07-09T04:41:48.462Z Downloaded bitflags v2.13.0
2232026-07-09T04:41:48.473Z Downloaded toml_edit v0.25.12+spec-1.1.0
2242026-07-09T04:41:48.476Z Downloaded darling_core v0.21.3
2252026-07-09T04:41:48.479Z Downloaded serde_core v1.0.228
2262026-07-09T04:41:48.483Z Downloaded rand v0.10.2
2272026-07-09T04:41:48.486Z Downloaded serde v1.0.228
2282026-07-09T04:41:48.489Z Downloaded memchr v2.8.2
2292026-07-09T04:41:48.505Z Downloaded zerocopy-derive v0.8.54
2302026-07-09T04:41:48.522Z Downloaded aho-corasick v1.1.4
2312026-07-09T04:41:48.553Z Downloaded itertools v0.14.0
2322026-07-09T04:41:48.566Z Downloaded regex v1.12.4
2332026-07-09T04:41:48.569Z Downloaded winnow v1.0.3
2342026-07-09T04:41:48.574Z Downloaded syn v1.0.109
2352026-07-09T04:41:48.628Z Downloaded unicode-width v0.2.2
2362026-07-09T04:41:48.634Z Downloaded zerocopy v0.8.54
2372026-07-09T04:41:48.645Z Downloaded syn v2.0.118
2382026-07-09T04:41:48.650Z Downloaded smoltcp v0.11.0
2392026-07-09T04:41:48.662Z Downloaded regex-syntax v0.8.11
2402026-07-09T04:41:48.674Z Downloaded tracing v0.1.44
2412026-07-09T04:41:48.685Z Downloaded rustix v1.1.4
2422026-07-09T04:41:48.703Z Downloaded regex-automata v0.4.14
2432026-07-09T04:41:48.716Z Downloaded libc v0.2.186
2442026-07-09T04:41:48.777Z Compiling proc-macro2 v1.0.106
2452026-07-09T04:41:48.777Z Compiling quote v1.0.46
2462026-07-09T04:41:48.777Z Compiling unicode-ident v1.0.24
2472026-07-09T04:41:48.777Z Compiling serde_core v1.0.228
2482026-07-09T04:41:48.780Z Compiling libc v0.2.186
2492026-07-09T04:41:48.780Z Checking cfg-if v1.0.4
2502026-07-09T04:41:48.780Z Compiling thiserror v2.0.18
2512026-07-09T04:41:48.780Z Compiling memchr v2.8.2
2522026-07-09T04:41:48.903Z Compiling ident_case v1.0.1
2532026-07-09T04:41:48.983Z Compiling strsim v0.11.1
2542026-07-09T04:41:49.014Z Compiling fnv v1.0.7
2552026-07-09T04:41:49.099Z Compiling regex-syntax v0.8.11
2562026-07-09T04:41:49.255Z Compiling aho-corasick v1.1.4
2572026-07-09T04:41:49.276Z Compiling serde v1.0.228
2582026-07-09T04:41:49.406Z Compiling equivalent v1.0.2
2592026-07-09T04:41:49.425Z Compiling zerocopy v0.8.54
2602026-07-09T04:41:49.479Z Compiling either v1.16.0
2612026-07-09T04:41:49.553Z Compiling anyhow v1.0.103
2622026-07-09T04:41:49.594Z Compiling winnow v1.0.3
2632026-07-09T04:41:49.676Z Compiling hashbrown v0.17.1
2642026-07-09T04:41:49.849Z Compiling itertools v0.14.0
2652026-07-09T04:41:50.069Z Compiling syn v2.0.118
2662026-07-09T04:41:50.160Z Compiling indexmap v2.14.0
2672026-07-09T04:41:50.212Z Compiling heapless v0.8.0
2682026-07-09T04:41:50.519Z Compiling regex-automata v0.4.14
2692026-07-09T04:41:50.603Z Compiling toml_parser v1.1.2+spec-1.1.0
2702026-07-09T04:41:50.645Z Compiling toml_datetime v1.1.1+spec-1.1.0
2712026-07-09T04:41:50.669Z Checking bitflags v2.13.0
2722026-07-09T04:41:50.767Z Checking byteorder v1.5.0
2732026-07-09T04:41:50.863Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2742026-07-09T04:41:50.917Z Checking hash32 v0.3.1
2752026-07-09T04:41:50.991Z Compiling toml_edit v0.25.12+spec-1.1.0
2762026-07-09T04:41:51.022Z Compiling smoltcp v0.11.0
2772026-07-09T04:41:51.080Z Compiling syn v1.0.109
2782026-07-09T04:41:51.108Z Checking stable_deref_trait v1.2.1
2792026-07-09T04:41:51.141Z Checking macaddr v1.0.1
2802026-07-09T04:41:51.149Z Compiling rustversion v1.0.22
2812026-07-09T04:41:51.284Z Compiling getrandom v0.4.3
2822026-07-09T04:41:51.374Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2832026-07-09T04:41:51.431Z Compiling rustix v1.1.4
2842026-07-09T04:41:51.524Z Compiling proc-macro-crate v3.5.0
2852026-07-09T04:41:51.536Z Checking managed v0.8.0
2862026-07-09T04:41:51.554Z Compiling ref-cast v1.0.25
2872026-07-09T04:41:51.594Z Compiling version_check v0.9.5
2882026-07-09T04:41:51.710Z Checking rand_core v0.10.1
2892026-07-09T04:41:51.788Z Checking bitflags v1.3.2
2902026-07-09T04:41:51.859Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2912026-07-09T04:41:51.935Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2922026-07-09T04:41:52.025Z Checking errno v0.3.14
2932026-07-09T04:41:52.114Z Checking ipnetwork v0.21.1
2942026-07-09T04:41:52.138Z Checking once_cell v1.21.4
2952026-07-09T04:41:52.242Z Compiling regex v1.12.4
2962026-07-09T04:41:52.284Z Checking utf8parse v0.2.2
2972026-07-09T04:41:52.305Z Checking unicode-width v0.2.2
2982026-07-09T04:41:52.464Z Checking cpufeatures v0.3.0
2992026-07-09T04:41:52.529Z Checking foreign-types-shared v0.3.1
3002026-07-09T04:41:52.577Z Checking tabwriter v1.4.1
3012026-07-09T04:41:52.609Z Checking chacha20 v0.10.1
3022026-07-09T04:41:52.675Z Compiling darling_core v0.21.3
3032026-07-09T04:41:52.720Z Checking anstyle-parse v1.0.0
3042026-07-09T04:41:52.787Z Checking cstr-argument v0.1.2
3052026-07-09T04:41:52.808Z Checking tracing-core v0.1.36
3062026-07-09T04:41:53.188Z Checking anstyle v1.0.14
3072026-07-09T04:41:53.205Z Checking pretty-hex v0.4.2
3082026-07-09T04:41:53.315Z Checking colorchoice v1.0.5
3092026-07-09T04:41:53.339Z Checking is_terminal_polyfill v1.70.2
3102026-07-09T04:41:53.342Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3112026-07-09T04:41:53.362Z Checking pin-project-lite v0.2.17
3122026-07-09T04:41:53.369Z Checking dyn-clone v1.0.20
3132026-07-09T04:41:53.403Z Checking anstyle-query v1.1.5
3142026-07-09T04:41:53.415Z Checking terminal_size v0.4.4
3152026-07-09T04:41:53.487Z Checking anstream v1.0.0
3162026-07-09T04:41:53.521Z Checking rand v0.10.2
3172026-07-09T04:41:53.569Z Checking uuid v1.23.4
3182026-07-09T04:41:53.644Z Checking socket2 v0.6.4
3192026-07-09T04:41:53.684Z Compiling heck v0.5.0
3202026-07-09T04:41:53.766Z Checking clap_lex v1.1.0
3212026-07-09T04:41:53.884Z Checking oxnet v0.1.6
3222026-07-09T04:41:53.917Z Checking colored v3.1.1
3232026-07-09T04:41:53.943Z Compiling thiserror-impl v2.0.18
3242026-07-09T04:41:53.984Z Compiling zerocopy-derive v0.8.54
3252026-07-09T04:41:53.993Z Compiling serde_derive v1.0.228
3262026-07-09T04:41:54.062Z Compiling ref-cast-impl v1.0.25
3272026-07-09T04:41:54.115Z Compiling num_enum_derive v0.7.6
3282026-07-09T04:41:54.655Z Compiling foreign-types-macros v0.2.3
3292026-07-09T04:41:54.820Z Compiling darling_macro v0.21.3
3302026-07-09T04:41:54.845Z Compiling tracing-attributes v0.1.31
3312026-07-09T04:41:55.114Z Checking num_enum v0.7.6
3322026-07-09T04:41:55.220Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3332026-07-09T04:41:55.241Z Checking cobs v0.3.0
3342026-07-09T04:41:55.289Z Checking foreign-types v0.5.0
3352026-07-09T04:41:55.355Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3362026-07-09T04:41:55.363Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3372026-07-09T04:41:55.377Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3382026-07-09T04:41:55.380Z Compiling darling v0.21.3
3392026-07-09T04:41:55.448Z Compiling ingot-macros v0.1.1
3402026-07-09T04:41:55.514Z Checking clap_builder v4.6.0
3412026-07-09T04:41:55.524Z Compiling clap_derive v4.6.1
3422026-07-09T04:41:55.806Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3432026-07-09T04:41:55.835Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3442026-07-09T04:41:56.058Z Checking tracing v0.1.44
3452026-07-09T04:41:56.910Z Checking clap v4.6.1
3462026-07-09T04:41:56.963Z Checking postcard v1.1.3
3472026-07-09T04:41:57.937Z Checking ingot-types v0.1.2
3482026-07-09T04:41:58.208Z Checking ingot v0.1.1
3492026-07-09T04:41:59.509Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3502026-07-09T04:42:00.697Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3512026-07-09T04:42:01.892Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3522026-07-09T04:42:02.708Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.74s
3532026-07-09T04:42:02.815Z
3542026-07-09T04:42:02.815Zreal 18.891580862
3552026-07-09T04:42:02.815Zuser 54.373622278
3562026-07-09T04:42:02.815Zsys 13.495974891
3572026-07-09T04:42:02.815Ztrap 0.042457448
3582026-07-09T04:42:02.815Ztflt 0.062246395
3592026-07-09T04:42:02.815Zdflt 0.145648909
3602026-07-09T04:42:02.815Zkflt 0.009269624
3612026-07-09T04:42:02.815Zlock 3:23.302013134
3622026-07-09T04:42:02.815Zslp 3:04.060008934
3632026-07-09T04:42:02.815Zlat 3.845330201
3642026-07-09T04:42:02.815Zstop 12.585238387
3652026-07-09T04:42:02.818Z+ header 'debug build'
3662026-07-09T04:42:02.818Z+ echo '# ==== debug build ==== #'
3672026-07-09T04:42:02.818Z# ==== debug build ==== #
3682026-07-09T04:42:02.818Z+ ptime -m cargo build
3692026-07-09T04:42:02.967Z Compiling cfg-if v1.0.4
3702026-07-09T04:42:02.970Z Compiling serde_core v1.0.228
3712026-07-09T04:42:02.970Z Compiling libc v0.2.186
3722026-07-09T04:42:02.994Z Compiling thiserror v2.0.18
3732026-07-09T04:42:02.997Z Compiling byteorder v1.5.0
3742026-07-09T04:42:03.000Z Compiling zerocopy v0.8.54
3752026-07-09T04:42:03.000Z Compiling stable_deref_trait v1.2.1
3762026-07-09T04:42:03.003Z Compiling macaddr v1.0.1
3772026-07-09T04:42:03.041Z Compiling bitflags v1.3.2
3782026-07-09T04:42:03.053Z Compiling cobs v0.3.0
3792026-07-09T04:42:03.069Z Compiling managed v0.8.0
3802026-07-09T04:42:03.098Z Compiling rand_core v0.10.1
3812026-07-09T04:42:03.159Z Compiling hash32 v0.3.1
3822026-07-09T04:42:03.244Z Compiling heapless v0.8.0
3832026-07-09T04:42:03.248Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3842026-07-09T04:42:03.283Z Compiling errno v0.3.14
3852026-07-09T04:42:03.301Z Compiling memchr v2.8.2
3862026-07-09T04:42:03.313Z Compiling utf8parse v0.2.2
3872026-07-09T04:42:03.316Z Compiling cpufeatures v0.3.0
3882026-07-09T04:42:03.372Z Compiling ipnetwork v0.21.1
3892026-07-09T04:42:03.401Z Compiling unicode-width v0.2.2
3902026-07-09T04:42:03.447Z Compiling foreign-types-shared v0.3.1
3912026-07-09T04:42:03.475Z Compiling once_cell v1.21.4
3922026-07-09T04:42:03.522Z Compiling foreign-types v0.5.0
3932026-07-09T04:42:03.623Z Compiling smoltcp v0.11.0
3942026-07-09T04:42:03.656Z Compiling tabwriter v1.4.1
3952026-07-09T04:42:03.706Z Compiling cstr-argument v0.1.2
3962026-07-09T04:42:03.706Z Compiling tracing-core v0.1.36
3972026-07-09T04:42:03.866Z Compiling anstyle-parse v1.0.0
3982026-07-09T04:42:03.904Z Compiling chacha20 v0.10.1
3992026-07-09T04:42:04.058Z Compiling ref-cast v1.0.25
4002026-07-09T04:42:04.063Z Compiling num_enum v0.7.6
4012026-07-09T04:42:04.147Z Compiling getrandom v0.4.3
4022026-07-09T04:42:04.164Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4032026-07-09T04:42:04.231Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4042026-07-09T04:42:04.263Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4052026-07-09T04:42:04.329Z Compiling pin-project-lite v0.2.17
4062026-07-09T04:42:04.353Z Compiling anstyle v1.0.14
4072026-07-09T04:42:04.415Z Compiling anstyle-query v1.1.5
4082026-07-09T04:42:04.483Z Compiling dyn-clone v1.0.20
4092026-07-09T04:42:04.517Z Compiling is_terminal_polyfill v1.70.2
4102026-07-09T04:42:04.597Z Compiling pretty-hex v0.4.2
4112026-07-09T04:42:04.618Z Compiling colorchoice v1.0.5
4122026-07-09T04:42:04.640Z Compiling bitflags v2.13.0
4132026-07-09T04:42:04.722Z Compiling serde v1.0.228
4142026-07-09T04:42:04.732Z Compiling anstream v1.0.0
4152026-07-09T04:42:04.833Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-07-09T04:42:04.861Z Compiling rustix v1.1.4
4172026-07-09T04:42:05.030Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4182026-07-09T04:42:05.098Z Compiling uuid v1.23.4
4192026-07-09T04:42:05.239Z Compiling postcard v1.1.3
4202026-07-09T04:42:05.246Z Compiling tracing v0.1.44
4212026-07-09T04:42:05.399Z Compiling terminal_size v0.4.4
4222026-07-09T04:42:05.454Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4232026-07-09T04:42:05.545Z Compiling anyhow v1.0.103
4242026-07-09T04:42:05.579Z Compiling rand v0.10.2
4252026-07-09T04:42:05.597Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4262026-07-09T04:42:05.710Z Compiling socket2 v0.6.4
4272026-07-09T04:42:05.710Z Compiling clap_lex v1.1.0
4282026-07-09T04:42:05.933Z Compiling ingot-types v0.1.2
4292026-07-09T04:42:05.985Z Compiling oxnet v0.1.6
4302026-07-09T04:42:06.046Z Compiling winnow v1.0.3
4312026-07-09T04:42:06.089Z Compiling colored v3.1.1
4322026-07-09T04:42:06.336Z Compiling ingot v0.1.1
4332026-07-09T04:42:06.399Z Compiling strsim v0.11.1
4342026-07-09T04:42:06.466Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4352026-07-09T04:42:06.847Z Compiling clap_builder v4.6.0
4362026-07-09T04:42:07.033Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4372026-07-09T04:42:08.022Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-07-09T04:42:08.482Z Compiling clap v4.6.1
4392026-07-09T04:42:09.686Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4402026-07-09T04:42:11.091Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4412026-07-09T04:42:15.500Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.67s
4422026-07-09T04:42:15.526Z
4432026-07-09T04:42:15.526Zreal 12.702150595
4442026-07-09T04:42:15.526Zuser 1:04.846654797
4452026-07-09T04:42:15.526Zsys 6.087875529
4462026-07-09T04:42:15.530Ztrap 0.030391034
4472026-07-09T04:42:15.530Ztflt 0.122203292
4482026-07-09T04:42:15.530Zdflt 0.244727549
4492026-07-09T04:42:15.530Zkflt 0.000052219
4502026-07-09T04:42:15.530Zlock 2:53.536324961
4512026-07-09T04:42:15.530Zslp 1:55.331824029
4522026-07-09T04:42:15.530Zlat 3.767846659
4532026-07-09T04:42:15.530Zstop 3.447779299
4542026-07-09T04:42:15.530Z+ header 'release build'
4552026-07-09T04:42:15.530Z+ echo '# ==== release build ==== #'
4562026-07-09T04:42:15.530Z+ ptime -m cargo build --release
4572026-07-09T04:42:15.530Z# ==== release build ==== #
4582026-07-09T04:42:15.619Z Compiling proc-macro2 v1.0.106
4592026-07-09T04:42:15.619Z Compiling quote v1.0.46
4602026-07-09T04:42:15.619Z Compiling unicode-ident v1.0.24
4612026-07-09T04:42:15.619Z Compiling serde_core v1.0.228
4622026-07-09T04:42:15.622Z Compiling libc v0.2.186
4632026-07-09T04:42:15.622Z Compiling cfg-if v1.0.4
4642026-07-09T04:42:15.622Z Compiling memchr v2.8.2
4652026-07-09T04:42:15.622Z Compiling thiserror v2.0.18
4662026-07-09T04:42:15.688Z Compiling ident_case v1.0.1
4672026-07-09T04:42:15.734Z Compiling fnv v1.0.7
4682026-07-09T04:42:15.786Z Compiling strsim v0.11.1
4692026-07-09T04:42:15.809Z Compiling regex-syntax v0.8.11
4702026-07-09T04:42:15.938Z Compiling anyhow v1.0.103
4712026-07-09T04:42:16.055Z Compiling aho-corasick v1.1.4
4722026-07-09T04:42:16.130Z Compiling serde v1.0.228
4732026-07-09T04:42:16.174Z Compiling zerocopy v0.8.54
4742026-07-09T04:42:16.246Z Compiling equivalent v1.0.2
4752026-07-09T04:42:16.316Z Compiling hashbrown v0.17.1
4762026-07-09T04:42:16.347Z Compiling either v1.16.0
4772026-07-09T04:42:16.433Z Compiling winnow v1.0.3
4782026-07-09T04:42:16.537Z Compiling itertools v0.14.0
4792026-07-09T04:42:16.755Z Compiling syn v2.0.118
4802026-07-09T04:42:16.801Z Compiling indexmap v2.14.0
4812026-07-09T04:42:16.870Z Compiling toml_datetime v1.1.1+spec-1.1.0
4822026-07-09T04:42:17.099Z Compiling byteorder v1.5.0
4832026-07-09T04:42:17.278Z Compiling regex-automata v0.4.14
4842026-07-09T04:42:17.402Z Compiling toml_parser v1.1.2+spec-1.1.0
4852026-07-09T04:42:17.407Z Compiling heapless v0.8.0
4862026-07-09T04:42:17.449Z Compiling hash32 v0.3.1
4872026-07-09T04:42:17.574Z Compiling stable_deref_trait v1.2.1
4882026-07-09T04:42:17.638Z Compiling rustversion v1.0.22
4892026-07-09T04:42:17.707Z Compiling bitflags v2.13.0
4902026-07-09T04:42:17.812Z Compiling toml_edit v0.25.12+spec-1.1.0
4912026-07-09T04:42:17.873Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4922026-07-09T04:42:17.982Z Compiling macaddr v1.0.1
4932026-07-09T04:42:17.996Z Compiling smoltcp v0.11.0
4942026-07-09T04:42:18.026Z Compiling syn v1.0.109
4952026-07-09T04:42:18.150Z Compiling managed v0.8.0
4962026-07-09T04:42:18.174Z Compiling version_check v0.9.5
4972026-07-09T04:42:18.331Z Compiling ref-cast v1.0.25
4982026-07-09T04:42:18.371Z Compiling proc-macro-crate v3.5.0
4992026-07-09T04:42:18.382Z Compiling rustix v1.1.4
5002026-07-09T04:42:18.428Z Compiling rand_core v0.10.1
5012026-07-09T04:42:18.509Z Compiling bitflags v1.3.2
5022026-07-09T04:42:18.568Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5032026-07-09T04:42:18.572Z Compiling getrandom v0.4.3
5042026-07-09T04:42:18.702Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5052026-07-09T04:42:18.837Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5062026-07-09T04:42:18.898Z Compiling errno v0.3.14
5072026-07-09T04:42:19.035Z Compiling regex v1.12.4
5082026-07-09T04:42:19.221Z Compiling cpufeatures v0.3.0
5092026-07-09T04:42:19.282Z Compiling unicode-width v0.2.2
5102026-07-09T04:42:19.334Z Compiling foreign-types-shared v0.3.1
5112026-07-09T04:42:19.412Z Compiling darling_core v0.21.3
5122026-07-09T04:42:19.415Z Compiling utf8parse v0.2.2
5132026-07-09T04:42:19.506Z Compiling ipnetwork v0.21.1
5142026-07-09T04:42:19.561Z Compiling once_cell v1.21.4
5152026-07-09T04:42:19.668Z Compiling tabwriter v1.4.1
5162026-07-09T04:42:19.783Z Compiling tracing-core v0.1.36
5172026-07-09T04:42:19.802Z Compiling anstyle-parse v1.0.0
5182026-07-09T04:42:19.871Z Compiling cstr-argument v0.1.2
5192026-07-09T04:42:19.987Z Compiling chacha20 v0.10.1
5202026-07-09T04:42:20.509Z Compiling anstyle-query v1.1.5
5212026-07-09T04:42:20.525Z Compiling thiserror-impl v2.0.18
5222026-07-09T04:42:20.540Z Compiling serde_derive v1.0.228
5232026-07-09T04:42:20.596Z Compiling zerocopy-derive v0.8.54
5242026-07-09T04:42:20.605Z Compiling ref-cast-impl v1.0.25
5252026-07-09T04:42:20.800Z Compiling num_enum_derive v0.7.6
5262026-07-09T04:42:21.193Z Compiling foreign-types-macros v0.2.3
5272026-07-09T04:42:21.429Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5282026-07-09T04:42:21.476Z Compiling darling_macro v0.21.3
5292026-07-09T04:42:21.761Z Compiling num_enum v0.7.6
5302026-07-09T04:42:21.810Z Compiling cobs v0.3.0
5312026-07-09T04:42:21.818Z Compiling foreign-types v0.5.0
5322026-07-09T04:42:21.866Z Compiling tracing-attributes v0.1.31
5332026-07-09T04:42:21.879Z Compiling anstyle v1.0.14
5342026-07-09T04:42:21.918Z Compiling dyn-clone v1.0.20
5352026-07-09T04:42:22.017Z Compiling pretty-hex v0.4.2
5362026-07-09T04:42:22.023Z Compiling darling v0.21.3
5372026-07-09T04:42:22.037Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5382026-07-09T04:42:22.044Z Compiling pin-project-lite v0.2.17
5392026-07-09T04:42:22.085Z Compiling ingot-macros v0.1.1
5402026-07-09T04:42:22.106Z Compiling is_terminal_polyfill v1.70.2
5412026-07-09T04:42:22.122Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5422026-07-09T04:42:22.136Z Compiling colorchoice v1.0.5
5432026-07-09T04:42:22.182Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5442026-07-09T04:42:22.231Z Compiling anstream v1.0.0
5452026-07-09T04:42:22.339Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5462026-07-09T04:42:22.567Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5472026-07-09T04:42:22.698Z Compiling terminal_size v0.4.4
5482026-07-09T04:42:22.706Z Compiling rand v0.10.2
5492026-07-09T04:42:22.824Z Compiling uuid v1.23.4
5502026-07-09T04:42:22.973Z Compiling socket2 v0.6.4
5512026-07-09T04:42:23.114Z Compiling tracing v0.1.44
5522026-07-09T04:42:23.250Z Compiling heck v0.5.0
5532026-07-09T04:42:23.427Z Compiling oxnet v0.1.6
5542026-07-09T04:42:23.437Z Compiling colored v3.1.1
5552026-07-09T04:42:23.521Z Compiling clap_lex v1.1.0
5562026-07-09T04:42:23.648Z Compiling clap_derive v4.6.1
5572026-07-09T04:42:23.715Z Compiling clap_builder v4.6.0
5582026-07-09T04:42:23.827Z Compiling postcard v1.1.3
5592026-07-09T04:42:23.847Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5602026-07-09T04:42:24.966Z Compiling ingot-types v0.1.2
5612026-07-09T04:42:25.285Z Compiling ingot v0.1.1
5622026-07-09T04:42:25.601Z Compiling clap v4.6.1
5632026-07-09T04:42:26.962Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5642026-07-09T04:42:27.979Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5652026-07-09T04:42:29.030Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5662026-07-09T04:42:35.513Z Finished `release` profile [optimized + debuginfo] target(s) in 19.97s
5672026-07-09T04:42:35.539Z
5682026-07-09T04:42:35.542Zreal 20.002881320
5692026-07-09T04:42:35.542Zuser 1:42.685432777
5702026-07-09T04:42:35.542Zsys 13.834634538
5712026-07-09T04:42:35.542Ztrap 0.054235254
5722026-07-09T04:42:35.542Ztflt 0.106434740
5732026-07-09T04:42:35.543Zdflt 0.448837476
5742026-07-09T04:42:35.543Zkflt 0.000009168
5752026-07-09T04:42:35.543Zlock 4:27.519122617
5762026-07-09T04:42:35.543Zslp 3:28.270351005
5772026-07-09T04:42:35.543Zlat 4.408126008
5782026-07-09T04:42:35.543Zstop 8.263393828
5792026-07-09T04:42:35.543Z+ popd
5802026-07-09T04:42:35.543Z/work/oxidecomputer/opte
5812026-07-09T04:42:35.543Z+ for x in debug release
5822026-07-09T04:42:35.543Z+ mkdir -p /work/debug
5832026-07-09T04:42:35.543Z+ cp target/debug/opteadm /work/debug/
5842026-07-09T04:42:35.564Z+ sha256sum target/debug/opteadm
5852026-07-09T04:42:35.590Z+ for x in debug release
5862026-07-09T04:42:35.590Z+ mkdir -p /work/release
5872026-07-09T04:42:35.593Z+ cp target/release/opteadm /work/release/
5882026-07-09T04:42:35.608Z+ sha256sum target/release/opteadm
5892026-07-09T04:42:35.625Zprocess exited: duration 65378 ms, exit code 0
 
5902026-07-09T04:42:35.645Zfound 4 output files
5912026-07-09T04:42:35.645Zuploading: /work/debug/opteadm (36350376 bytes)
5922026-07-09T04:42:36.874Zuploaded: /work/debug/opteadm
5932026-07-09T04:42:36.874Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5942026-07-09T04:42:37.885Zuploaded: /work/debug/opteadm.debug.sha256
5952026-07-09T04:42:37.886Zuploading: /work/release/opteadm (24763104 bytes)
5962026-07-09T04:42:39.100Zuploaded: /work/release/opteadm
5972026-07-09T04:42:39.100Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5982026-07-09T04:42:40.110Zuploaded: /work/release/opteadm.release.sha256