01KW9QZA2XEN556XD10A0VBAEC: 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: 01KW9QZQA46D6H51X1D6M4JQBA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-29T13:10:29.561Zjob assigned to worker 01KW9QZT1R1AF4E2H65HD1F2J2 [factory aws, i-0fce95029d58bc6db] (queued for 54 s)
 
22026-06-29T13:10:36.313Zstarting task 0: "setup"
32026-06-29T13:10:36.316Z++ uname -s
42026-06-29T13:10:36.320Z+ kern=SunOS
52026-06-29T13:10:36.320Z+ build_user=build
62026-06-29T13:10:36.320Z+ build_uid=12345
72026-06-29T13:10:36.320Z+ work_dir=/work
82026-06-29T13:10:36.320Z+ input_dir=/input
92026-06-29T13:10:36.320Z+ [[ 0 == 12345 ]]
102026-06-29T13:10:36.320Z+ case "$kern" in
112026-06-29T13:10:36.320Z+ groupadd -g 12345 build
122026-06-29T13:10:36.320Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-29T13:10:38.325Z+ zfs create -o mountpoint=/work rpool/work
142026-06-29T13:10:38.408Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-29T13:10:38.412Z+ home_fs=zfs
162026-06-29T13:10:38.412Z+ [[ zfs == autofs ]]
172026-06-29T13:10:38.412Z+ mkdir -p /home/build
182026-06-29T13:10:38.412Z+ chown build:build /home/build /work
192026-06-29T13:10:40.412Z+ chmod 0700 /home/build /work
202026-06-29T13:10:40.415Zprocess exited: duration 4102 ms, exit code 0
 
212026-06-29T13:10:40.422Zstarting task 1: "rust-toolchain"
222026-06-29T13:10:40.426Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-29T13:10:40.426Z * rust toolchain channel = "1.96.0"
242026-06-29T13:10:40.426Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-29T13:10:40.426Z * rust toolchain profile = "default"
262026-06-29T13:10:40.426Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-29T13:10:40.426Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-29T13:10:40.429Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-29T13:10:40.429Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-29T13:10:40.524Zinfo: downloading installer
312026-06-29T13:10:41.933Zwarn: It looks like you have an existing rustup settings file at:
322026-06-29T13:10:41.933Zwarn: /home/build/.rustup/settings.toml
332026-06-29T13:10:41.933Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-29T13:10:41.933Zwarn: instead of the one inferred from the default host triple.
352026-06-29T13:10:41.945Zinfo: profile set to default
362026-06-29T13:10:41.946Zinfo: default host triple is x86_64-unknown-illumos
372026-06-29T13:10:41.949Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-29T13:10:42.106Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-29T13:10:42.110Zinfo: downloading 6 components
402026-06-29T13:10:57.052Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-29T13:10:57.052Z
422026-06-29T13:10:57.093Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-29T13:10:57.093Z
442026-06-29T13:10:57.093Z
452026-06-29T13:10:57.093ZRust is installed now. Great!
462026-06-29T13:10:57.093Z
472026-06-29T13:10:57.093ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-29T13:10:57.093Zenvironment variable. This has not been done automatically.
492026-06-29T13:10:57.093Z
502026-06-29T13:10:57.093ZTo configure your current shell, you need to source
512026-06-29T13:10:57.093Zthe corresponding env file under $HOME/.cargo.
522026-06-29T13:10:57.093Z
532026-06-29T13:10:57.093ZThis is usually done by running one of the following (note the leading DOT):
542026-06-29T13:10:57.093Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-29T13:10:57.093Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-29T13:10:57.093Zsource "~/.cargo/env.nu" # For nushell
572026-06-29T13:10:57.093Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-29T13:10:57.093Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-29T13:10:57.093Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-29T13:10:57.097Zwarn: no default linker (`cc`) was found in your PATH
612026-06-29T13:10:57.097Zwarn: many Rust crates require a system C toolchain to build
622026-06-29T13:10:57.198Z+ rustup --version
632026-06-29T13:10:57.206Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-29T13:10:57.210Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-29T13:10:57.229Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-29T13:10:57.233Z+ cargo --version
672026-06-29T13:10:57.245Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-29T13:10:57.249Z+ rustc --version
692026-06-29T13:10:57.268Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-29T13:10:57.272Zprocess exited: duration 16849 ms, exit code 0
 
712026-06-29T13:10:57.279Zstarting task 2: "authentication"
722026-06-29T13:10:57.296Zprocess exited: duration 17 ms, exit code 0
 
732026-06-29T13:10:57.303Zstarting task 3: "clone repository"
742026-06-29T13:10:57.307Z+ mkdir -p /work/oxidecomputer/opte
752026-06-29T13:10:57.310Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-29T13:10:57.338ZCloning into '/work/oxidecomputer/opte'...
772026-06-29T13:10:58.345Z+ cd /work/oxidecomputer/opte
782026-06-29T13:10:58.345Z+ git fetch origin 51d30fdee47762c885ff8eecd004311d562a7a72
792026-06-29T13:10:58.579ZFrom https://github.com/oxidecomputer/opte
802026-06-29T13:10:58.579Z * branch 51d30fdee47762c885ff8eecd004311d562a7a72 -> FETCH_HEAD
812026-06-29T13:10:58.584Z+ [[ -n zl/mcast-tx-ecmp-select-one ]]
822026-06-29T13:10:58.589Z++ git branch --show-current
832026-06-29T13:10:58.589Z+ current=master
842026-06-29T13:10:58.589Z+ [[ master != zl/mcast-tx-ecmp-select-one ]]
852026-06-29T13:10:58.589Z+ git branch -f zl/mcast-tx-ecmp-select-one 51d30fdee47762c885ff8eecd004311d562a7a72
862026-06-29T13:10:58.592Z+ git checkout -f zl/mcast-tx-ecmp-select-one
872026-06-29T13:10:58.607ZSwitched to branch 'zl/mcast-tx-ecmp-select-one'
882026-06-29T13:10:58.610Z+ git reset --hard 51d30fdee47762c885ff8eecd004311d562a7a72
892026-06-29T13:10:58.624ZHEAD is now at 51d30fd [ecmp] Deduplicate redundant multicast next hops via per-target ECMP selection
902026-06-29T13:10:58.627Zprocess exited: duration 1321 ms, exit code 0
 
912026-06-29T13:10:58.635Zstarting task 4: "build"
922026-06-29T13:10:58.638Z+ source .github/buildomat/common.sh
932026-06-29T13:10:58.638Z++ rustup show active-toolchain
942026-06-29T13:10:58.643Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-29T13:10:58.647Z++ pushd xde
962026-06-29T13:10:58.647Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-29T13:10:58.647Z++ rustup show active-toolchain
982026-06-29T13:10:58.650Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-29T13:10:58.810Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-29T13:10:58.814Zinfo: downloading 6 components
1012026-06-29T13:11:12.890Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-29T13:11:12.980Z+++ rustup show active-toolchain -v
1032026-06-29T13:11:12.983Z+++ head -n 1
1042026-06-29T13:11:12.983Z+++ cut '-d ' -f1
1052026-06-29T13:11:13.038Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-29T13:11:13.038Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-29T13:11:13.042Z++ popd
1082026-06-29T13:11:13.042Z/work/oxidecomputer/opte
1092026-06-29T13:11:13.042Z+ cargo --version
1102026-06-29T13:11:13.049Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-29T13:11:13.052Z+ rustc --version
1122026-06-29T13:11:13.074Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-29T13:11:13.077Z+ pushd bin/opteadm
1142026-06-29T13:11:13.080Z+ header 'check style'
1152026-06-29T13:11:13.080Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-06-29T13:11:13.080Z+ echo '# ==== check style ==== #'
1172026-06-29T13:11:13.080Z# ==== check style ==== #
1182026-06-29T13:11:13.080Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1192026-06-29T13:11:13.150Z
1202026-06-29T13:11:13.150Zreal 0.070451702
1212026-06-29T13:11:13.150Zuser 0.039118958
1222026-06-29T13:11:13.150Zsys 0.028558001
1232026-06-29T13:11:13.150Ztrap 0.000000299
1242026-06-29T13:11:13.154Ztflt 0.000024255
1252026-06-29T13:11:13.154Zdflt 0.000003569
1262026-06-29T13:11:13.154Zkflt 0.000000000
1272026-06-29T13:11:13.154Zlock 0.032088806
1282026-06-29T13:11:13.154Zslp 0.049941114
1292026-06-29T13:11:13.154Zlat 0.000558401
1302026-06-29T13:11:13.154Zstop 0.000096921
1312026-06-29T13:11:13.154Z+ header analyze
1322026-06-29T13:11:13.154Z+ echo '# ==== analyze ==== #'
1332026-06-29T13:11:13.154Z# ==== analyze ==== #
1342026-06-29T13:11:13.154Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-06-29T13:11:13.288Z Updating crates.io index
1362026-06-29T13:11:13.291Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-29T13:11:14.084Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-29T13:11:14.374Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-06-29T13:11:14.708Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-06-29T13:11:15.043Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-06-29T13:11:15.331Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-29T13:11:15.666Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-29T13:11:17.597Z Downloading crates ...
1442026-06-29T13:11:17.657Z Downloaded anstyle v1.0.14
1452026-06-29T13:11:17.662Z Downloaded anstream v1.0.0
1462026-06-29T13:11:17.666Z Downloaded clap_lex v1.1.0
1472026-06-29T13:11:17.669Z Downloaded aho-corasick v1.1.4
1482026-06-29T13:11:17.672Z Downloaded anstyle-parse v1.0.0
1492026-06-29T13:11:17.676Z Downloaded is_terminal_polyfill v1.70.2
1502026-06-29T13:11:17.676Z Downloaded zerocopy-derive v0.8.52
1512026-06-29T13:11:17.679Z Downloaded heck v0.5.0
1522026-06-29T13:11:17.679Z Downloaded anstyle-query v1.1.5
1532026-06-29T13:11:17.682Z Downloaded defmt v0.3.100
1542026-06-29T13:11:17.682Z Downloaded cfg-if v1.0.4
1552026-06-29T13:11:17.682Z Downloaded fnv v1.0.7
1562026-06-29T13:11:17.682Z Downloaded cobs v0.3.0
1572026-06-29T13:11:17.685Z Downloaded defmt-parser v1.0.0
1582026-06-29T13:11:17.685Z Downloaded hash32 v0.3.1
1592026-06-29T13:11:17.685Z Downloaded embedded-io v0.4.0
1602026-06-29T13:11:17.685Z Downloaded clap_derive v4.6.1
1612026-06-29T13:11:17.688Z Downloaded ident_case v1.0.1
1622026-06-29T13:11:17.692Z Downloaded foreign-types v0.5.0
1632026-06-29T13:11:17.692Z Downloaded cpufeatures v0.3.0
1642026-06-29T13:11:17.695Z Downloaded darling_macro v0.21.3
1652026-06-29T13:11:17.698Z Downloaded zerocopy v0.8.52
1662026-06-29T13:11:17.706Z Downloaded terminal_size v0.4.4
1672026-06-29T13:11:17.709Z Downloaded managed v0.8.0
1682026-06-29T13:11:17.710Z Downloaded cstr-argument v0.1.2
1692026-06-29T13:11:17.710Z Downloaded proc-macro-error-attr2 v2.0.0
1702026-06-29T13:11:17.710Z Downloaded foreign-types-macros v0.2.3
1712026-06-29T13:11:17.710Z Downloaded colorchoice v1.0.5
1722026-06-29T13:11:17.715Z Downloaded tabwriter v1.4.1
1732026-06-29T13:11:17.718Z Downloaded errno v0.3.14
1742026-06-29T13:11:17.718Z Downloaded byteorder v1.5.0
1752026-06-29T13:11:17.722Z Downloaded bitflags v1.3.2
1762026-06-29T13:11:17.730Z Downloaded version_check v0.9.5
1772026-06-29T13:11:17.733Z Downloaded utf8parse v0.2.2
1782026-06-29T13:11:17.737Z Downloaded proc-macro-crate v3.5.0
1792026-06-29T13:11:17.744Z Downloaded equivalent v1.0.2
1802026-06-29T13:11:17.747Z Downloaded ref-cast-impl v1.0.25
1812026-06-29T13:11:17.750Z Downloaded macaddr v1.0.1
1822026-06-29T13:11:17.757Z Downloaded pretty-hex v0.4.2
1832026-06-29T13:11:17.760Z Downloaded stable_deref_trait v1.2.1
1842026-06-29T13:11:17.764Z Downloaded ref-cast v1.0.25
1852026-06-29T13:11:17.768Z Downloaded ipnetwork v0.21.1
1862026-06-29T13:11:17.773Z Downloaded strsim v0.11.1
1872026-06-29T13:11:17.776Z Downloaded foreign-types-shared v0.3.1
1882026-06-29T13:11:17.779Z Downloaded proc-macro-error2 v2.0.1
1892026-06-29T13:11:17.783Z Downloaded pin-project-lite v0.2.17
1902026-06-29T13:11:17.786Z Downloaded ingot v0.1.1
1912026-06-29T13:11:17.789Z Downloaded either v1.16.0
1922026-06-29T13:11:17.789Z Downloaded defmt-macros v1.1.0
1932026-06-29T13:11:17.792Z Downloaded dyn-clone v1.0.20
1942026-06-29T13:11:17.792Z Downloaded ingot-types v0.1.2
1952026-06-29T13:11:17.795Z Downloaded quote v1.0.46
1962026-06-29T13:11:17.798Z Downloaded num_enum v0.7.6
1972026-06-29T13:11:17.801Z Downloaded embedded-io v0.6.1
1982026-06-29T13:11:17.809Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1992026-06-29T13:11:17.812Z Downloaded thiserror-impl v2.0.18
2002026-06-29T13:11:17.822Z Downloaded oxnet v0.1.6
2012026-06-29T13:11:17.825Z Downloaded ingot-macros v0.1.1
2022026-06-29T13:11:17.825Z Downloaded defmt v1.1.0
2032026-06-29T13:11:17.829Z Downloaded once_cell v1.21.4
2042026-06-29T13:11:17.832Z Downloaded darling v0.21.3
2052026-06-29T13:11:17.835Z Downloaded thiserror v2.0.18
2062026-06-29T13:11:17.838Z Downloaded postcard v1.1.3
2072026-06-29T13:11:17.842Z Downloaded anyhow v1.0.102
2082026-06-29T13:11:17.842Z Downloaded tracing-attributes v0.1.31
2092026-06-29T13:11:17.845Z Downloaded toml_parser v1.1.2+spec-1.1.0
2102026-06-29T13:11:17.845Z Downloaded rustversion v1.0.22
2112026-06-29T13:11:17.862Z Downloaded rand_core v0.10.1
2122026-06-29T13:11:17.865Z Downloaded clap v4.6.1
2132026-06-29T13:11:17.868Z Downloaded uuid v1.23.3
2142026-06-29T13:11:17.871Z Downloaded heapless v0.8.0
2152026-06-29T13:11:17.874Z Downloaded serde_core v1.0.228
2162026-06-29T13:11:17.874Z Downloaded serde_derive v1.0.228
2172026-06-29T13:11:17.877Z Downloaded num_enum_derive v0.7.6
2182026-06-29T13:11:17.877Z Downloaded getrandom v0.4.3
2192026-06-29T13:11:17.880Z Downloaded colored v3.1.1
2202026-06-29T13:11:17.880Z Downloaded chacha20 v0.10.0
2212026-06-29T13:11:17.883Z Downloaded bitflags v2.13.0
2222026-06-29T13:11:17.883Z Downloaded unicode-ident v1.0.24
2232026-06-29T13:11:17.887Z Downloaded socket2 v0.6.4
2242026-06-29T13:11:17.891Z Downloaded tracing-core v0.1.36
2252026-06-29T13:11:17.895Z Downloaded darling_core v0.21.3
2262026-06-29T13:11:17.898Z Downloaded proc-macro2 v1.0.106
2272026-06-29T13:11:17.922Z Downloaded toml_edit v0.25.12+spec-1.1.0
2282026-06-29T13:11:17.926Z Downloaded serde v1.0.228
2292026-06-29T13:11:17.938Z Downloaded memchr v2.8.2
2302026-06-29T13:11:17.941Z Downloaded indexmap v2.14.0
2312026-06-29T13:11:17.955Z Downloaded clap_builder v4.6.0
2322026-06-29T13:11:17.959Z Downloaded rand v0.10.1
2332026-06-29T13:11:17.976Z Downloaded regex v1.12.4
2342026-06-29T13:11:17.990Z Downloaded hashbrown v0.17.1
2352026-06-29T13:11:17.998Z Downloaded itertools v0.14.0
2362026-06-29T13:11:18.027Z Downloaded winnow v1.0.3
2372026-06-29T13:11:18.059Z Downloaded syn v1.0.109
2382026-06-29T13:11:18.064Z Downloaded unicode-width v0.2.2
2392026-06-29T13:11:18.076Z Downloaded smoltcp v0.11.0
2402026-06-29T13:11:18.089Z Downloaded syn v2.0.118
2412026-06-29T13:11:18.109Z Downloaded rustix v1.1.4
2422026-06-29T13:11:18.121Z Downloaded regex-syntax v0.8.11
2432026-06-29T13:11:18.130Z Downloaded tracing v0.1.44
2442026-06-29T13:11:18.148Z Downloaded regex-automata v0.4.14
2452026-06-29T13:11:18.159Z Downloaded libc v0.2.186
2462026-06-29T13:11:18.224Z Compiling proc-macro2 v1.0.106
2472026-06-29T13:11:18.224Z Compiling unicode-ident v1.0.24
2482026-06-29T13:11:18.224Z Compiling quote v1.0.46
2492026-06-29T13:11:18.227Z Compiling serde_core v1.0.228
2502026-06-29T13:11:18.227Z Compiling libc v0.2.186
2512026-06-29T13:11:18.227Z Checking cfg-if v1.0.4
2522026-06-29T13:11:18.227Z Compiling fnv v1.0.7
2532026-06-29T13:11:18.227Z Compiling thiserror v2.0.18
2542026-06-29T13:11:18.356Z Compiling ident_case v1.0.1
2552026-06-29T13:11:18.400Z Compiling strsim v0.11.1
2562026-06-29T13:11:18.428Z Compiling memchr v2.8.2
2572026-06-29T13:11:18.473Z Compiling regex-syntax v0.8.11
2582026-06-29T13:11:18.693Z Compiling zerocopy v0.8.52
2592026-06-29T13:11:18.696Z Compiling equivalent v1.0.2
2602026-06-29T13:11:18.775Z Compiling hashbrown v0.17.1
2612026-06-29T13:11:18.838Z Compiling aho-corasick v1.1.4
2622026-06-29T13:11:19.000Z Compiling winnow v1.0.3
2632026-06-29T13:11:19.013Z Compiling either v1.16.0
2642026-06-29T13:11:19.078Z Compiling anyhow v1.0.102
2652026-06-29T13:11:19.220Z Compiling serde v1.0.228
2662026-06-29T13:11:19.413Z Compiling indexmap v2.14.0
2672026-06-29T13:11:19.541Z Compiling syn v2.0.118
2682026-06-29T13:11:19.585Z Compiling itertools v0.14.0
2692026-06-29T13:11:19.646Z Compiling toml_datetime v1.1.1+spec-1.1.0
2702026-06-29T13:11:19.876Z Checking byteorder v1.5.0
2712026-06-29T13:11:20.042Z Compiling regex-automata v0.4.14
2722026-06-29T13:11:20.073Z Compiling toml_parser v1.1.2+spec-1.1.0
2732026-06-29T13:11:20.091Z Compiling heapless v0.8.0
2742026-06-29T13:11:20.204Z Checking bitflags v2.13.0
2752026-06-29T13:11:20.331Z Checking hash32 v0.3.1
2762026-06-29T13:11:20.384Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2772026-06-29T13:11:20.445Z Compiling rustversion v1.0.22
2782026-06-29T13:11:20.575Z Compiling toml_edit v0.25.12+spec-1.1.0
2792026-06-29T13:11:20.626Z Compiling syn v1.0.109
2802026-06-29T13:11:20.660Z Checking stable_deref_trait v1.2.1
2812026-06-29T13:11:20.694Z Checking macaddr v1.0.1
2822026-06-29T13:11:20.728Z Compiling smoltcp v0.11.0
2832026-06-29T13:11:20.858Z Compiling version_check v0.9.5
2842026-06-29T13:11:20.943Z Checking rand_core v0.10.1
2852026-06-29T13:11:20.990Z Checking managed v0.8.0
2862026-06-29T13:11:21.083Z Compiling getrandom v0.4.3
2872026-06-29T13:11:21.090Z Compiling rustix v1.1.4
2882026-06-29T13:11:21.139Z Compiling proc-macro-crate v3.5.0
2892026-06-29T13:11:21.173Z Checking bitflags v1.3.2
2902026-06-29T13:11:21.207Z Compiling ref-cast v1.0.25
2912026-06-29T13:11:21.237Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2922026-06-29T13:11:21.470Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-29T13:11:21.565Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-29T13:11:21.639Z Checking errno v0.3.14
2952026-06-29T13:11:21.721Z Checking cpufeatures v0.3.0
2962026-06-29T13:11:21.758Z Checking once_cell v1.21.4
2972026-06-29T13:11:21.784Z Checking ipnetwork v0.21.1
2982026-06-29T13:11:21.879Z Compiling regex v1.12.4
2992026-06-29T13:11:21.936Z Checking foreign-types-shared v0.3.1
3002026-06-29T13:11:21.964Z Checking utf8parse v0.2.2
3012026-06-29T13:11:22.024Z Checking unicode-width v0.2.2
3022026-06-29T13:11:22.130Z Checking anstyle-parse v1.0.0
3032026-06-29T13:11:22.286Z Compiling darling_core v0.21.3
3042026-06-29T13:11:22.294Z Checking tabwriter v1.4.1
3052026-06-29T13:11:22.297Z Checking tracing-core v0.1.36
3062026-06-29T13:11:22.432Z Checking cstr-argument v0.1.2
3072026-06-29T13:11:22.439Z Checking chacha20 v0.10.0
3082026-06-29T13:11:22.737Z Checking anstyle v1.0.14
3092026-06-29T13:11:22.767Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3102026-06-29T13:11:22.913Z Checking is_terminal_polyfill v1.70.2
3112026-06-29T13:11:22.921Z Checking colorchoice v1.0.5
3122026-06-29T13:11:22.924Z Checking pretty-hex v0.4.2
3132026-06-29T13:11:22.982Z Checking anstyle-query v1.1.5
3142026-06-29T13:11:22.997Z Checking dyn-clone v1.0.20
3152026-06-29T13:11:23.021Z Checking pin-project-lite v0.2.17
3162026-06-29T13:11:23.044Z Checking terminal_size v0.4.4
3172026-06-29T13:11:23.066Z Checking anstream v1.0.0
3182026-06-29T13:11:23.104Z Checking rand v0.10.1
3192026-06-29T13:11:23.155Z Checking uuid v1.23.3
3202026-06-29T13:11:23.252Z Checking socket2 v0.6.4
3212026-06-29T13:11:23.269Z Checking clap_lex v1.1.0
3222026-06-29T13:11:23.429Z Compiling heck v0.5.0
3232026-06-29T13:11:23.501Z Compiling thiserror-impl v2.0.18
3242026-06-29T13:11:23.508Z Compiling zerocopy-derive v0.8.52
3252026-06-29T13:11:23.578Z Compiling serde_derive v1.0.228
3262026-06-29T13:11:23.586Z Compiling ref-cast-impl v1.0.25
3272026-06-29T13:11:23.630Z Compiling num_enum_derive v0.7.6
3282026-06-29T13:11:24.182Z Compiling foreign-types-macros v0.2.3
3292026-06-29T13:11:24.371Z Compiling tracing-attributes v0.1.31
3302026-06-29T13:11:24.440Z Compiling darling_macro v0.21.3
3312026-06-29T13:11:24.654Z Checking num_enum v0.7.6
3322026-06-29T13:11:24.767Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3332026-06-29T13:11:24.819Z Checking foreign-types v0.5.0
3342026-06-29T13:11:24.836Z Checking cobs v0.3.0
3352026-06-29T13:11:24.890Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3362026-06-29T13:11:24.965Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3372026-06-29T13:11:25.030Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3382026-06-29T13:11:25.040Z Compiling darling v0.21.3
3392026-06-29T13:11:25.089Z Checking colored v3.1.1
3402026-06-29T13:11:25.116Z Compiling ingot-macros v0.1.1
3412026-06-29T13:11:25.219Z Checking oxnet v0.1.6
3422026-06-29T13:11:25.314Z Compiling clap_derive v4.6.1
3432026-06-29T13:11:25.412Z Checking clap_builder v4.6.0
3442026-06-29T13:11:25.437Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3452026-06-29T13:11:25.471Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-06-29T13:11:25.666Z Checking tracing v0.1.44
3472026-06-29T13:11:26.656Z Checking postcard v1.1.3
3482026-06-29T13:11:26.724Z Checking clap v4.6.1
3492026-06-29T13:11:27.693Z Checking ingot-types v0.1.2
3502026-06-29T13:11:27.962Z Checking ingot v0.1.1
3512026-06-29T13:11:29.276Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-29T13:11:30.510Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-29T13:11:31.728Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-29T13:11:32.565Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.36s
3552026-06-29T13:11:32.678Z
3562026-06-29T13:11:32.678Zreal 19.521335377
3572026-06-29T13:11:32.678Zuser 56.100180577
3582026-06-29T13:11:32.678Zsys 13.760123270
3592026-06-29T13:11:32.678Ztrap 0.044824578
3602026-06-29T13:11:32.682Ztflt 0.091454309
3612026-06-29T13:11:32.682Zdflt 0.147091008
3622026-06-29T13:11:32.682Zkflt 0.007558042
3632026-06-29T13:11:32.682Zlock 3:29.030985213
3642026-06-29T13:11:32.682Zslp 3:07.836521230
3652026-06-29T13:11:32.682Zlat 3.879388805
3662026-06-29T13:11:32.682Zstop 13.544755323
3672026-06-29T13:11:32.682Z+ header 'debug build'
3682026-06-29T13:11:32.682Z+ echo '# ==== debug build ==== #'
3692026-06-29T13:11:32.682Z+ ptime -m cargo build
3702026-06-29T13:11:32.682Z# ==== debug build ==== #
3712026-06-29T13:11:32.840Z Compiling cfg-if v1.0.4
3722026-06-29T13:11:32.843Z Compiling serde_core v1.0.228
3732026-06-29T13:11:32.843Z Compiling libc v0.2.186
3742026-06-29T13:11:32.867Z Compiling thiserror v2.0.18
3752026-06-29T13:11:32.870Z Compiling byteorder v1.5.0
3762026-06-29T13:11:32.873Z Compiling zerocopy v0.8.52
3772026-06-29T13:11:32.877Z Compiling stable_deref_trait v1.2.1
3782026-06-29T13:11:32.877Z Compiling macaddr v1.0.1
3792026-06-29T13:11:32.918Z Compiling rand_core v0.10.1
3802026-06-29T13:11:32.930Z Compiling cobs v0.3.0
3812026-06-29T13:11:32.945Z Compiling bitflags v1.3.2
3822026-06-29T13:11:33.008Z Compiling hash32 v0.3.1
3832026-06-29T13:11:33.042Z Compiling managed v0.8.0
3842026-06-29T13:11:33.070Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-06-29T13:11:33.122Z Compiling heapless v0.8.0
3862026-06-29T13:11:33.158Z Compiling errno v0.3.14
3872026-06-29T13:11:33.207Z Compiling memchr v2.8.2
3882026-06-29T13:11:33.211Z Compiling ipnetwork v0.21.1
3892026-06-29T13:11:33.264Z Compiling unicode-width v0.2.2
3902026-06-29T13:11:33.296Z Compiling foreign-types-shared v0.3.1
3912026-06-29T13:11:33.321Z Compiling once_cell v1.21.4
3922026-06-29T13:11:33.376Z Compiling cpufeatures v0.3.0
3932026-06-29T13:11:33.443Z Compiling utf8parse v0.2.2
3942026-06-29T13:11:33.542Z Compiling smoltcp v0.11.0
3952026-06-29T13:11:33.552Z Compiling anstyle-parse v1.0.0
3962026-06-29T13:11:33.557Z Compiling tabwriter v1.4.1
3972026-06-29T13:11:33.565Z Compiling tracing-core v0.1.36
3982026-06-29T13:11:33.750Z Compiling cstr-argument v0.1.2
3992026-06-29T13:11:33.757Z Compiling chacha20 v0.10.0
4002026-06-29T13:11:33.915Z Compiling foreign-types v0.5.0
4012026-06-29T13:11:33.985Z Compiling ref-cast v1.0.25
4022026-06-29T13:11:34.009Z Compiling num_enum v0.7.6
4032026-06-29T13:11:34.082Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4042026-06-29T13:11:34.100Z Compiling getrandom v0.4.3
4052026-06-29T13:11:34.119Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-29T13:11:34.190Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-29T13:11:34.233Z Compiling anstyle v1.0.14
4082026-06-29T13:11:34.327Z Compiling dyn-clone v1.0.20
4092026-06-29T13:11:34.415Z Compiling anstyle-query v1.1.5
4102026-06-29T13:11:34.498Z Compiling is_terminal_polyfill v1.70.2
4112026-06-29T13:11:34.517Z Compiling colorchoice v1.0.5
4122026-06-29T13:11:34.522Z Compiling pretty-hex v0.4.2
4132026-06-29T13:11:34.583Z Compiling pin-project-lite v0.2.17
4142026-06-29T13:11:34.634Z Compiling bitflags v2.13.0
4152026-06-29T13:11:34.656Z Compiling serde v1.0.228
4162026-06-29T13:11:34.673Z Compiling tracing v0.1.44
4172026-06-29T13:11:34.788Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4182026-06-29T13:11:34.830Z Compiling rustix v1.1.4
4192026-06-29T13:11:34.948Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4202026-06-29T13:11:35.063Z Compiling uuid v1.23.3
4212026-06-29T13:11:35.108Z Compiling anstream v1.0.0
4222026-06-29T13:11:35.170Z Compiling postcard v1.1.3
4232026-06-29T13:11:35.370Z Compiling terminal_size v0.4.4
4242026-06-29T13:11:35.476Z Compiling rand v0.10.1
4252026-06-29T13:11:35.527Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-06-29T13:11:35.535Z Compiling anyhow v1.0.102
4272026-06-29T13:11:35.666Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-06-29T13:11:35.696Z Compiling socket2 v0.6.4
4292026-06-29T13:11:35.786Z Compiling strsim v0.11.1
4302026-06-29T13:11:36.026Z Compiling ingot-types v0.1.2
4312026-06-29T13:11:36.047Z Compiling oxnet v0.1.6
4322026-06-29T13:11:36.082Z Compiling winnow v1.0.3
4332026-06-29T13:11:36.410Z Compiling ingot v0.1.1
4342026-06-29T13:11:36.448Z Compiling clap_lex v1.1.0
4352026-06-29T13:11:36.469Z Compiling colored v3.1.1
4362026-06-29T13:11:36.574Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-06-29T13:11:36.756Z Compiling clap_builder v4.6.0
4382026-06-29T13:11:37.131Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4392026-06-29T13:11:38.116Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-29T13:11:38.606Z Compiling clap v4.6.1
4412026-06-29T13:11:39.818Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-29T13:11:41.312Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-29T13:11:45.806Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.11s
4442026-06-29T13:11:45.836Z
4452026-06-29T13:11:45.841Zreal 13.147695576
4462026-06-29T13:11:45.841Zuser 1:07.342609627
4472026-06-29T13:11:45.841Zsys 6.328003526
4482026-06-29T13:11:45.841Ztrap 0.037063050
4492026-06-29T13:11:45.841Ztflt 0.193555422
4502026-06-29T13:11:45.841Zdflt 0.227610926
4512026-06-29T13:11:45.841Zkflt 0.000007678
4522026-06-29T13:11:45.841Zlock 3:02.542688090
4532026-06-29T13:11:45.842Zslp 2:02.119389220
4542026-06-29T13:11:45.842Zlat 3.076707667
4552026-06-29T13:11:45.842Zstop 2.565382802
4562026-06-29T13:11:45.842Z+ header 'release build'
4572026-06-29T13:11:45.842Z+ echo '# ==== release build ==== #'
4582026-06-29T13:11:45.842Z# ==== release build ==== #
4592026-06-29T13:11:45.842Z+ ptime -m cargo build --release
4602026-06-29T13:11:45.935Z Compiling proc-macro2 v1.0.106
4612026-06-29T13:11:45.935Z Compiling unicode-ident v1.0.24
4622026-06-29T13:11:45.935Z Compiling quote v1.0.46
4632026-06-29T13:11:45.939Z Compiling serde_core v1.0.228
4642026-06-29T13:11:45.939Z Compiling libc v0.2.186
4652026-06-29T13:11:45.939Z Compiling cfg-if v1.0.4
4662026-06-29T13:11:45.939Z Compiling memchr v2.8.2
4672026-06-29T13:11:45.939Z Compiling thiserror v2.0.18
4682026-06-29T13:11:46.008Z Compiling strsim v0.11.1
4692026-06-29T13:11:46.055Z Compiling fnv v1.0.7
4702026-06-29T13:11:46.138Z Compiling ident_case v1.0.1
4712026-06-29T13:11:46.243Z Compiling regex-syntax v0.8.11
4722026-06-29T13:11:46.256Z Compiling serde v1.0.228
4732026-06-29T13:11:46.279Z Compiling either v1.16.0
4742026-06-29T13:11:46.441Z Compiling aho-corasick v1.1.4
4752026-06-29T13:11:46.467Z Compiling anyhow v1.0.102
4762026-06-29T13:11:46.504Z Compiling equivalent v1.0.2
4772026-06-29T13:11:46.540Z Compiling hashbrown v0.17.1
4782026-06-29T13:11:46.576Z Compiling winnow v1.0.3
4792026-06-29T13:11:46.667Z Compiling zerocopy v0.8.52
4802026-06-29T13:11:46.801Z Compiling itertools v0.14.0
4812026-06-29T13:11:47.081Z Compiling indexmap v2.14.0
4822026-06-29T13:11:47.105Z Compiling toml_datetime v1.1.1+spec-1.1.0
4832026-06-29T13:11:47.270Z Compiling syn v2.0.118
4842026-06-29T13:11:47.324Z Compiling heapless v0.8.0
4852026-06-29T13:11:47.603Z Compiling toml_parser v1.1.2+spec-1.1.0
4862026-06-29T13:11:47.607Z Compiling byteorder v1.5.0
4872026-06-29T13:11:47.693Z Compiling regex-automata v0.4.14
4882026-06-29T13:11:47.797Z Compiling hash32 v0.3.1
4892026-06-29T13:11:47.928Z Compiling smoltcp v0.11.0
4902026-06-29T13:11:47.981Z Compiling toml_edit v0.25.12+spec-1.1.0
4912026-06-29T13:11:48.053Z Compiling bitflags v2.13.0
4922026-06-29T13:11:48.154Z Compiling syn v1.0.109
4932026-06-29T13:11:48.197Z Compiling stable_deref_trait v1.2.1
4942026-06-29T13:11:48.250Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4952026-06-29T13:11:48.264Z Compiling rustversion v1.0.22
4962026-06-29T13:11:48.308Z Compiling macaddr v1.0.1
4972026-06-29T13:11:48.488Z Compiling rustix v1.1.4
4982026-06-29T13:11:48.492Z Compiling rand_core v0.10.1
4992026-06-29T13:11:48.507Z Compiling ref-cast v1.0.25
5002026-06-29T13:11:48.637Z Compiling proc-macro-crate v3.5.0
5012026-06-29T13:11:48.640Z Compiling bitflags v1.3.2
5022026-06-29T13:11:48.699Z Compiling version_check v0.9.5
5032026-06-29T13:11:48.805Z Compiling getrandom v0.4.3
5042026-06-29T13:11:48.830Z Compiling managed v0.8.0
5052026-06-29T13:11:48.879Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5062026-06-29T13:11:48.960Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-06-29T13:11:49.093Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-29T13:11:49.101Z Compiling errno v0.3.14
5092026-06-29T13:11:49.240Z Compiling cpufeatures v0.3.0
5102026-06-29T13:11:49.304Z Compiling foreign-types-shared v0.3.1
5112026-06-29T13:11:49.388Z Compiling regex v1.12.4
5122026-06-29T13:11:49.494Z Compiling once_cell v1.21.4
5132026-06-29T13:11:49.619Z Compiling ipnetwork v0.21.1
5142026-06-29T13:11:49.724Z Compiling utf8parse v0.2.2
5152026-06-29T13:11:49.788Z Compiling unicode-width v0.2.2
5162026-06-29T13:11:49.823Z Compiling anstyle-parse v1.0.0
5172026-06-29T13:11:50.002Z Compiling darling_core v0.21.3
5182026-06-29T13:11:50.023Z Compiling tracing-core v0.1.36
5192026-06-29T13:11:50.044Z Compiling tabwriter v1.4.1
5202026-06-29T13:11:50.117Z Compiling cstr-argument v0.1.2
5212026-06-29T13:11:50.276Z Compiling chacha20 v0.10.0
5222026-06-29T13:11:50.874Z Compiling pretty-hex v0.4.2
5232026-06-29T13:11:50.902Z Compiling anstyle v1.0.14
5242026-06-29T13:11:50.927Z Compiling dyn-clone v1.0.20
5252026-06-29T13:11:51.003Z Compiling pin-project-lite v0.2.17
5262026-06-29T13:11:51.066Z Compiling colorchoice v1.0.5
5272026-06-29T13:11:51.092Z Compiling is_terminal_polyfill v1.70.2
5282026-06-29T13:11:51.147Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5292026-06-29T13:11:51.156Z Compiling thiserror-impl v2.0.18
5302026-06-29T13:11:51.168Z Compiling serde_derive v1.0.228
5312026-06-29T13:11:51.172Z Compiling zerocopy-derive v0.8.52
5322026-06-29T13:11:51.190Z Compiling ref-cast-impl v1.0.25
5332026-06-29T13:11:51.357Z Compiling num_enum_derive v0.7.6
5342026-06-29T13:11:51.783Z Compiling foreign-types-macros v0.2.3
5352026-06-29T13:11:51.973Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5362026-06-29T13:11:52.178Z Compiling darling_macro v0.21.3
5372026-06-29T13:11:52.352Z Compiling num_enum v0.7.6
5382026-06-29T13:11:52.410Z Compiling foreign-types v0.5.0
5392026-06-29T13:11:52.460Z Compiling cobs v0.3.0
5402026-06-29T13:11:52.466Z Compiling tracing-attributes v0.1.31
5412026-06-29T13:11:52.475Z Compiling anstyle-query v1.1.5
5422026-06-29T13:11:52.479Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5432026-06-29T13:11:52.566Z Compiling anstream v1.0.0
5442026-06-29T13:11:52.570Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5452026-06-29T13:11:52.673Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5462026-06-29T13:11:52.738Z Compiling darling v0.21.3
5472026-06-29T13:11:52.809Z Compiling ingot-macros v0.1.1
5482026-06-29T13:11:52.864Z Compiling terminal_size v0.4.4
5492026-06-29T13:11:53.001Z Compiling rand v0.10.1
5502026-06-29T13:11:53.045Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5512026-06-29T13:11:53.117Z Compiling uuid v1.23.3
5522026-06-29T13:11:53.155Z Compiling socket2 v0.6.4
5532026-06-29T13:11:53.540Z Compiling colored v3.1.1
5542026-06-29T13:11:53.547Z Compiling clap_lex v1.1.0
5552026-06-29T13:11:53.676Z Compiling tracing v0.1.44
5562026-06-29T13:11:53.713Z Compiling oxnet v0.1.6
5572026-06-29T13:11:53.858Z Compiling heck v0.5.0
5582026-06-29T13:11:54.009Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5592026-06-29T13:11:54.046Z Compiling clap_derive v4.6.1
5602026-06-29T13:11:54.306Z Compiling clap_builder v4.6.0
5612026-06-29T13:11:54.387Z Compiling postcard v1.1.3
5622026-06-29T13:11:55.654Z Compiling ingot-types v0.1.2
5632026-06-29T13:11:56.026Z Compiling ingot v0.1.1
5642026-06-29T13:11:56.213Z Compiling clap v4.6.1
5652026-06-29T13:11:57.733Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-29T13:11:58.748Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-29T13:11:59.801Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-29T13:12:06.500Z Finished `release` profile [optimized + debuginfo] target(s) in 20.65s
5692026-06-29T13:12:06.528Z
5702026-06-29T13:12:06.532Zreal 20.681983394
5712026-06-29T13:12:06.532Zuser 1:45.362955023
5722026-06-29T13:12:06.532Zsys 13.904736195
5732026-06-29T13:12:06.532Ztrap 0.054417888
5742026-06-29T13:12:06.532Ztflt 0.121498498
5752026-06-29T13:12:06.532Zdflt 0.361289751
5762026-06-29T13:12:06.532Zkflt 0.000039566
5772026-06-29T13:12:06.532Zlock 4:33.418400793
5782026-06-29T13:12:06.532Zslp 3:30.254966442
5792026-06-29T13:12:06.532Zlat 4.975388910
5802026-06-29T13:12:06.532Zstop 8.958896554
5812026-06-29T13:12:06.532Z+ popd
5822026-06-29T13:12:06.532Z/work/oxidecomputer/opte
5832026-06-29T13:12:06.532Z+ TGT_BASE=/work
5842026-06-29T13:12:06.532Z+ for x in debug release
5852026-06-29T13:12:06.532Z+ mkdir -p /work/debug
5862026-06-29T13:12:06.532Z+ cp target/debug/opteadm /work/debug/
5872026-06-29T13:12:06.555Z+ sha256sum target/debug/opteadm
5882026-06-29T13:12:06.581Z+ for x in debug release
5892026-06-29T13:12:06.581Z+ mkdir -p /work/release
5902026-06-29T13:12:06.584Z+ cp target/release/opteadm /work/release/
5912026-06-29T13:12:06.602Z+ sha256sum target/release/opteadm
5922026-06-29T13:12:06.619Zprocess exited: duration 67984 ms, exit code 0
 
5932026-06-29T13:12:06.626Zfound 4 output files
5942026-06-29T13:12:06.626Zuploading: /work/debug/opteadm (36543368 bytes)
5952026-06-29T13:12:07.862Zuploaded: /work/debug/opteadm
5962026-06-29T13:12:07.862Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5972026-06-29T13:12:08.873Zuploaded: /work/debug/opteadm.debug.sha256
5982026-06-29T13:12:08.873Zuploading: /work/release/opteadm (24742064 bytes)
5992026-06-29T13:12:10.043Zuploaded: /work/release/opteadm
6002026-06-29T13:12:10.047Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6012026-06-29T13:12:11.053Zuploaded: /work/release/opteadm.release.sha256