01KVYF69C1QYRVZTWS022KEA22: 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: 01KVYF6Z886AWEJX5K72MRE7H8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:05:30.676Zjob assigned to worker 01KVYF78H7EC32MP2RJ1KA6PY7 [factory aws, i-06aea0ae2fb94664d] (queued for 54 s)
 
22026-06-25T04:05:37.736Zstarting task 0: "setup"
32026-06-25T04:05:37.740Z++ uname -s
42026-06-25T04:05:37.740Z+ kern=SunOS
52026-06-25T04:05:37.740Z+ build_user=build
62026-06-25T04:05:37.740Z+ build_uid=12345
72026-06-25T04:05:37.740Z+ work_dir=/work
82026-06-25T04:05:37.740Z+ input_dir=/input
92026-06-25T04:05:37.740Z+ [[ 0 == 12345 ]]
102026-06-25T04:05:37.740Z+ case "$kern" in
112026-06-25T04:05:37.740Z+ groupadd -g 12345 build
122026-06-25T04:05:37.744Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:05:39.748Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:05:39.856Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:05:39.859Z+ home_fs=zfs
162026-06-25T04:05:39.859Z+ [[ zfs == autofs ]]
172026-06-25T04:05:39.859Z+ mkdir -p /home/build
182026-06-25T04:05:39.859Z+ chown build:build /home/build /work
192026-06-25T04:05:41.861Z+ chmod 0700 /home/build /work
202026-06-25T04:05:41.864Zprocess exited: duration 4130 ms, exit code 0
 
212026-06-25T04:05:41.871Zstarting task 1: "rust-toolchain"
222026-06-25T04:05:41.875Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:05:41.875Z * rust toolchain channel = "1.96.0"
242026-06-25T04:05:41.875Z * rust toolchain profile = "default"
252026-06-25T04:05:41.875Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T04:05:41.875Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T04:05:41.875Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T04:05:41.879Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:05:41.879Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:05:41.981Zinfo: downloading installer
312026-06-25T04:05:43.502Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:05:43.502Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:05:43.502Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:05:43.502Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:05:43.514Zinfo: profile set to default
362026-06-25T04:05:43.514Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:05:43.520Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:05:43.670Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:05:43.673Zinfo: downloading 6 components
402026-06-25T04:06:00.249Z
412026-06-25T04:06:00.249Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-25T04:06:00.276Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:06:00.276Z
442026-06-25T04:06:00.276Z
452026-06-25T04:06:00.276ZRust is installed now. Great!
462026-06-25T04:06:00.276Z
472026-06-25T04:06:00.276ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:06:00.277Zenvironment variable. This has not been done automatically.
492026-06-25T04:06:00.277Z
502026-06-25T04:06:00.277ZTo configure your current shell, you need to source
512026-06-25T04:06:00.277Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:06:00.277Z
532026-06-25T04:06:00.277ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:06:00.282Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:06:00.282Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:06:00.282Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:06:00.282Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:06:00.282Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:06:00.283Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:06:00.283Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:06:00.283Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:06:00.379Z+ rustup --version
632026-06-25T04:06:00.390Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:06:00.393Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:06:00.412Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:06:00.424Z+ cargo --version
672026-06-25T04:06:00.430Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:06:00.430Z+ rustc --version
692026-06-25T04:06:00.446Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:06:00.451Zprocess exited: duration 18577 ms, exit code 0
 
712026-06-25T04:06:00.467Zstarting task 2: "authentication"
722026-06-25T04:06:00.483Zprocess exited: duration 16 ms, exit code 0
 
732026-06-25T04:06:00.501Zstarting task 3: "clone repository"
742026-06-25T04:06:00.505Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T04:06:00.515Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T04:06:00.543ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T04:06:01.395Z+ cd /work/oxidecomputer/opte
782026-06-25T04:06:01.395Z+ git fetch origin d1082cc955d4587752fbf7b58d475cfa9ba9ae24
792026-06-25T04:06:01.625ZFrom https://github.com/oxidecomputer/opte
802026-06-25T04:06:01.625Z * branch d1082cc955d4587752fbf7b58d475cfa9ba9ae24 -> FETCH_HEAD
812026-06-25T04:06:01.630Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-06-25T04:06:01.630Z++ git branch --show-current
832026-06-25T04:06:01.634Z+ current=master
842026-06-25T04:06:01.634Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-06-25T04:06:01.634Z+ git branch -f renovate/uuid-1.x-lockfile d1082cc955d4587752fbf7b58d475cfa9ba9ae24
862026-06-25T04:06:01.635Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-06-25T04:06:01.664ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-06-25T04:06:01.667Z+ git reset --hard d1082cc955d4587752fbf7b58d475cfa9ba9ae24
892026-06-25T04:06:01.667ZHEAD is now at d1082cc Update Rust crate uuid to v1.23.4
902026-06-25T04:06:01.668Zprocess exited: duration 1165 ms, exit code 0
 
912026-06-25T04:06:01.687Zstarting task 4: "build"
922026-06-25T04:06:01.705Z+ source .github/buildomat/common.sh
932026-06-25T04:06:01.705Z++ rustup show active-toolchain
942026-06-25T04:06:01.706Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-25T04:06:01.706Z++ pushd xde
962026-06-25T04:06:01.706Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-25T04:06:01.706Z++ rustup show active-toolchain
982026-06-25T04:06:01.713Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-25T04:06:01.882Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-25T04:06:01.891Zinfo: downloading 6 components
1012026-06-25T04:06:15.663Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-25T04:06:15.757Z+++ rustup show active-toolchain -v
1032026-06-25T04:06:15.761Z+++ head -n 1
1042026-06-25T04:06:15.761Z+++ cut '-d ' -f1
1052026-06-25T04:06:15.811Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-25T04:06:15.811Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-25T04:06:15.814Z++ popd
1082026-06-25T04:06:15.815Z/work/oxidecomputer/opte
1092026-06-25T04:06:15.815Z+ cargo --version
1102026-06-25T04:06:15.821Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-25T04:06:15.824Z+ rustc --version
1122026-06-25T04:06:15.843Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-25T04:06:15.846Z+ pushd bin/opteadm
1142026-06-25T04:06:15.846Z+ header 'check style'
1152026-06-25T04:06:15.846Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-06-25T04:06:15.846Z+ echo '# ==== check style ==== #'
1172026-06-25T04:06:15.846Z# ==== check style ==== #
1182026-06-25T04:06:15.846Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1192026-06-25T04:06:15.930Z
1202026-06-25T04:06:15.930Zreal 0.069763856
1212026-06-25T04:06:15.930Zuser 0.039497913
1222026-06-25T04:06:15.930Zsys 0.027840549
1232026-06-25T04:06:15.930Ztrap 0.000002950
1242026-06-25T04:06:15.933Ztflt 0.000011740
1252026-06-25T04:06:15.933Zdflt 0.000008290
1262026-06-25T04:06:15.933Zkflt 0.000000700
1272026-06-25T04:06:15.933Zlock 0.031232960
1282026-06-25T04:06:15.933Zslp 0.049594436
1292026-06-25T04:06:15.933Zlat 0.000896770
1302026-06-25T04:06:15.933Zstop 0.000100910
1312026-06-25T04:06:15.933Z+ header analyze
1322026-06-25T04:06:15.933Z+ echo '# ==== analyze ==== #'
1332026-06-25T04:06:15.933Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-06-25T04:06:15.933Z# ==== analyze ==== #
1352026-06-25T04:06:16.057Z Updating crates.io index
1362026-06-25T04:06:16.060Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-25T04:06:16.754Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-25T04:06:17.012Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-25T04:06:17.329Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-25T04:06:17.558Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-25T04:06:17.772Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-25T04:06:18.003Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-25T04:06:19.932Z Downloading crates ...
1442026-06-25T04:06:19.986Z Downloaded foreign-types-macros v0.2.3
1452026-06-25T04:06:19.989Z Downloaded ref-cast v1.0.25
1462026-06-25T04:06:19.998Z Downloaded terminal_size v0.4.4
1472026-06-25T04:06:20.003Z Downloaded proc-macro-error2 v2.0.1
1482026-06-25T04:06:20.010Z Downloaded defmt-parser v1.0.0
1492026-06-25T04:06:20.014Z Downloaded embedded-io v0.6.1
1502026-06-25T04:06:20.018Z Downloaded equivalent v1.0.2
1512026-06-25T04:06:20.018Z Downloaded zerocopy-derive v0.8.52
1522026-06-25T04:06:20.021Z Downloaded errno v0.3.14
1532026-06-25T04:06:20.024Z Downloaded clap_lex v1.1.0
1542026-06-25T04:06:20.025Z Downloaded aho-corasick v1.1.4
1552026-06-25T04:06:20.028Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1562026-06-25T04:06:20.028Z Downloaded unicode-ident v1.0.24
1572026-06-25T04:06:20.031Z Downloaded embedded-io v0.4.0
1582026-06-25T04:06:20.031Z Downloaded defmt v1.1.0
1592026-06-25T04:06:20.034Z Downloaded defmt v0.3.100
1602026-06-25T04:06:20.034Z Downloaded darling v0.21.3
1612026-06-25T04:06:20.037Z Downloaded darling_macro v0.21.3
1622026-06-25T04:06:20.037Z Downloaded cpufeatures v0.3.0
1632026-06-25T04:06:20.040Z Downloaded colorchoice v1.0.5
1642026-06-25T04:06:20.040Z Downloaded bitflags v1.3.2
1652026-06-25T04:06:20.043Z Downloaded zerocopy v0.8.52
1662026-06-25T04:06:20.051Z Downloaded ingot-types v0.1.2
1672026-06-25T04:06:20.054Z Downloaded anstyle v1.0.14
1682026-06-25T04:06:20.054Z Downloaded fnv v1.0.7
1692026-06-25T04:06:20.054Z Downloaded cstr-argument v0.1.2
1702026-06-25T04:06:20.054Z Downloaded cobs v0.3.0
1712026-06-25T04:06:20.058Z Downloaded chacha20 v0.10.0
1722026-06-25T04:06:20.061Z Downloaded anyhow v1.0.102
1732026-06-25T04:06:20.064Z Downloaded foreign-types-shared v0.3.1
1742026-06-25T04:06:20.064Z Downloaded dyn-clone v1.0.20
1752026-06-25T04:06:20.064Z Downloaded foreign-types v0.5.0
1762026-06-25T04:06:20.067Z Downloaded stable_deref_trait v1.2.1
1772026-06-25T04:06:20.070Z Downloaded anstyle-query v1.1.5
1782026-06-25T04:06:20.073Z Downloaded pretty-hex v0.4.2
1792026-06-25T04:06:20.076Z Downloaded strsim v0.11.1
1802026-06-25T04:06:20.076Z Downloaded hash32 v0.3.1
1812026-06-25T04:06:20.076Z Downloaded proc-macro-error-attr2 v2.0.0
1822026-06-25T04:06:20.076Z Downloaded is_terminal_polyfill v1.70.2
1832026-06-25T04:06:20.080Z Downloaded anstyle-parse v1.0.0
1842026-06-25T04:06:20.089Z Downloaded ident_case v1.0.1
1852026-06-25T04:06:20.092Z Downloaded utf8parse v0.2.2
1862026-06-25T04:06:20.092Z Downloaded cfg-if v1.0.4
1872026-06-25T04:06:20.095Z Downloaded heck v0.5.0
1882026-06-25T04:06:20.098Z Downloaded ref-cast-impl v1.0.25
1892026-06-25T04:06:20.103Z Downloaded proc-macro-crate v3.5.0
1902026-06-25T04:06:20.106Z Downloaded tabwriter v1.4.1
1912026-06-25T04:06:20.110Z Downloaded version_check v0.9.5
1922026-06-25T04:06:20.113Z Downloaded macaddr v1.0.1
1932026-06-25T04:06:20.117Z Downloaded managed v0.8.0
1942026-06-25T04:06:20.121Z Downloaded ipnetwork v0.21.1
1952026-06-25T04:06:20.121Z Downloaded rand_core v0.10.1
1962026-06-25T04:06:20.121Z Downloaded either v1.16.0
1972026-06-25T04:06:20.133Z Downloaded byteorder v1.5.0
1982026-06-25T04:06:20.141Z Downloaded anstream v1.0.0
1992026-06-25T04:06:20.144Z Downloaded thiserror v2.0.18
2002026-06-25T04:06:20.147Z Downloaded thiserror-impl v2.0.18
2012026-06-25T04:06:20.150Z Downloaded quote v1.0.46
2022026-06-25T04:06:20.150Z Downloaded ingot v0.1.1
2032026-06-25T04:06:20.154Z Downloaded pin-project-lite v0.2.17
2042026-06-25T04:06:20.157Z Downloaded rustversion v1.0.22
2052026-06-25T04:06:20.162Z Downloaded ingot-macros v0.1.1
2062026-06-25T04:06:20.165Z Downloaded clap_derive v4.6.1
2072026-06-25T04:06:20.168Z Downloaded tracing-attributes v0.1.31
2082026-06-25T04:06:20.168Z Downloaded num_enum v0.7.6
2092026-06-25T04:06:20.171Z Downloaded num_enum_derive v0.7.6
2102026-06-25T04:06:20.171Z Downloaded defmt-macros v1.1.0
2112026-06-25T04:06:20.179Z Downloaded darling_core v0.21.3
2122026-06-25T04:06:20.197Z Downloaded once_cell v1.21.4
2132026-06-25T04:06:20.200Z Downloaded getrandom v0.4.3
2142026-06-25T04:06:20.203Z Downloaded colored v3.1.1
2152026-06-25T04:06:20.206Z Downloaded oxnet v0.1.6
2162026-06-25T04:06:20.206Z Downloaded clap v4.6.1
2172026-06-25T04:06:20.211Z Downloaded toml_parser v1.1.2+spec-1.1.0
2182026-06-25T04:06:20.214Z Downloaded bitflags v2.13.0
2192026-06-25T04:06:20.217Z Downloaded serde_core v1.0.228
2202026-06-25T04:06:20.220Z Downloaded proc-macro2 v1.0.106
2212026-06-25T04:06:20.220Z Downloaded tracing-core v0.1.36
2222026-06-25T04:06:20.224Z Downloaded postcard v1.1.3
2232026-06-25T04:06:20.227Z Downloaded heapless v0.8.0
2242026-06-25T04:06:20.229Z Downloaded socket2 v0.6.4
2252026-06-25T04:06:20.232Z Downloaded serde_derive v1.0.228
2262026-06-25T04:06:20.235Z Downloaded indexmap v2.14.0
2272026-06-25T04:06:20.239Z Downloaded uuid v1.23.4
2282026-06-25T04:06:20.246Z Downloaded toml_edit v0.25.12+spec-1.1.0
2292026-06-25T04:06:20.267Z Downloaded serde v1.0.228
2302026-06-25T04:06:20.271Z Downloaded rand v0.10.1
2312026-06-25T04:06:20.274Z Downloaded memchr v2.8.2
2322026-06-25T04:06:20.330Z Downloaded regex v1.12.4
2332026-06-25T04:06:20.335Z Downloaded clap_builder v4.6.0
2342026-06-25T04:06:20.339Z Downloaded hashbrown v0.17.1
2352026-06-25T04:06:20.342Z Downloaded itertools v0.14.0
2362026-06-25T04:06:20.349Z Downloaded winnow v1.0.3
2372026-06-25T04:06:20.376Z Downloaded syn v1.0.109
2382026-06-25T04:06:20.405Z Downloaded unicode-width v0.2.2
2392026-06-25T04:06:20.409Z Downloaded syn v2.0.118
2402026-06-25T04:06:20.415Z Downloaded smoltcp v0.11.0
2412026-06-25T04:06:20.428Z Downloaded regex-automata v0.4.14
2422026-06-25T04:06:20.437Z Downloaded regex-syntax v0.8.11
2432026-06-25T04:06:20.444Z Downloaded rustix v1.1.4
2442026-06-25T04:06:20.456Z Downloaded tracing v0.1.44
2452026-06-25T04:06:20.474Z Downloaded libc v0.2.186
2462026-06-25T04:06:20.536Z Compiling proc-macro2 v1.0.106
2472026-06-25T04:06:20.537Z Compiling unicode-ident v1.0.24
2482026-06-25T04:06:20.537Z Compiling quote v1.0.46
2492026-06-25T04:06:20.537Z Compiling serde_core v1.0.228
2502026-06-25T04:06:20.540Z Compiling libc v0.2.186
2512026-06-25T04:06:20.540Z Checking cfg-if v1.0.4
2522026-06-25T04:06:20.540Z Compiling memchr v2.8.2
2532026-06-25T04:06:20.540Z Compiling fnv v1.0.7
2542026-06-25T04:06:20.664Z Compiling strsim v0.11.1
2552026-06-25T04:06:20.707Z Compiling ident_case v1.0.1
2562026-06-25T04:06:20.734Z Compiling thiserror v2.0.18
2572026-06-25T04:06:20.813Z Compiling regex-syntax v0.8.11
2582026-06-25T04:06:20.949Z Compiling equivalent v1.0.2
2592026-06-25T04:06:20.988Z Compiling winnow v1.0.3
2602026-06-25T04:06:21.024Z Compiling aho-corasick v1.1.4
2612026-06-25T04:06:21.175Z Compiling serde v1.0.228
2622026-06-25T04:06:21.247Z Compiling hashbrown v0.17.1
2632026-06-25T04:06:21.281Z Compiling either v1.16.0
2642026-06-25T04:06:21.484Z Compiling anyhow v1.0.102
2652026-06-25T04:06:21.494Z Compiling zerocopy v0.8.52
2662026-06-25T04:06:21.788Z Compiling indexmap v2.14.0
2672026-06-25T04:06:21.835Z Compiling itertools v0.14.0
2682026-06-25T04:06:21.914Z Compiling heapless v0.8.0
2692026-06-25T04:06:22.038Z Compiling syn v2.0.118
2702026-06-25T04:06:22.047Z Compiling toml_parser v1.1.2+spec-1.1.0
2712026-06-25T04:06:22.219Z Compiling toml_datetime v1.1.1+spec-1.1.0
2722026-06-25T04:06:22.436Z Compiling regex-automata v0.4.14
2732026-06-25T04:06:22.444Z Checking byteorder v1.5.0
2742026-06-25T04:06:22.478Z Checking bitflags v2.13.0
2752026-06-25T04:06:22.484Z Compiling toml_edit v0.25.12+spec-1.1.0
2762026-06-25T04:06:22.594Z Checking hash32 v0.3.1
2772026-06-25T04:06:22.648Z Compiling smoltcp v0.11.0
2782026-06-25T04:06:22.703Z Checking macaddr v1.0.1
2792026-06-25T04:06:22.778Z Compiling rustversion v1.0.22
2802026-06-25T04:06:22.845Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2812026-06-25T04:06:22.933Z Compiling syn v1.0.109
2822026-06-25T04:06:22.985Z Checking stable_deref_trait v1.2.1
2832026-06-25T04:06:23.083Z Compiling proc-macro-crate v3.5.0
2842026-06-25T04:06:23.119Z Checking bitflags v1.3.2
2852026-06-25T04:06:23.160Z Compiling version_check v0.9.5
2862026-06-25T04:06:23.179Z Checking managed v0.8.0
2872026-06-25T04:06:23.275Z Compiling getrandom v0.4.3
2882026-06-25T04:06:23.357Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2892026-06-25T04:06:23.400Z Checking rand_core v0.10.1
2902026-06-25T04:06:23.407Z Compiling ref-cast v1.0.25
2912026-06-25T04:06:23.423Z Compiling rustix v1.1.4
2922026-06-25T04:06:23.498Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-25T04:06:23.742Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-25T04:06:23.750Z Checking errno v0.3.14
2952026-06-25T04:06:23.858Z Checking foreign-types-shared v0.3.1
2962026-06-25T04:06:23.936Z Checking once_cell v1.21.4
2972026-06-25T04:06:23.947Z Checking utf8parse v0.2.2
2982026-06-25T04:06:24.039Z Checking ipnetwork v0.21.1
2992026-06-25T04:06:24.043Z Checking unicode-width v0.2.2
3002026-06-25T04:06:24.122Z Compiling regex v1.12.4
3012026-06-25T04:06:24.212Z Checking cpufeatures v0.3.0
3022026-06-25T04:06:24.275Z Checking chacha20 v0.10.0
3032026-06-25T04:06:24.285Z Checking tabwriter v1.4.1
3042026-06-25T04:06:24.427Z Checking tracing-core v0.1.36
3052026-06-25T04:06:24.464Z Checking cstr-argument v0.1.2
3062026-06-25T04:06:24.464Z Checking anstyle-parse v1.0.0
3072026-06-25T04:06:24.609Z Compiling darling_core v0.21.3
3082026-06-25T04:06:24.839Z Checking dyn-clone v1.0.20
3092026-06-25T04:06:24.936Z Checking anstyle v1.0.14
3102026-06-25T04:06:24.943Z Checking pretty-hex v0.4.2
3112026-06-25T04:06:24.987Z Checking colorchoice v1.0.5
3122026-06-25T04:06:24.990Z Checking is_terminal_polyfill v1.70.2
3132026-06-25T04:06:25.005Z Checking pin-project-lite v0.2.17
3142026-06-25T04:06:25.047Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3152026-06-25T04:06:25.065Z Checking anstyle-query v1.1.5
3162026-06-25T04:06:25.085Z Checking terminal_size v0.4.4
3172026-06-25T04:06:25.146Z Checking anstream v1.0.0
3182026-06-25T04:06:25.189Z Checking rand v0.10.1
3192026-06-25T04:06:25.260Z Checking uuid v1.23.4
3202026-06-25T04:06:25.307Z Checking socket2 v0.6.4
3212026-06-25T04:06:25.504Z Checking colored v3.1.1
3222026-06-25T04:06:25.511Z Checking clap_lex v1.1.0
3232026-06-25T04:06:25.552Z Checking oxnet v0.1.6
3242026-06-25T04:06:25.645Z Compiling heck v0.5.0
3252026-06-25T04:06:25.658Z Checking clap_builder v4.6.0
3262026-06-25T04:06:25.696Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3272026-06-25T04:06:25.813Z Compiling thiserror-impl v2.0.18
3282026-06-25T04:06:25.840Z Compiling serde_derive v1.0.228
3292026-06-25T04:06:25.856Z Compiling zerocopy-derive v0.8.52
3302026-06-25T04:06:26.111Z Compiling ref-cast-impl v1.0.25
3312026-06-25T04:06:26.220Z Compiling foreign-types-macros v0.2.3
3322026-06-25T04:06:26.679Z Compiling num_enum_derive v0.7.6
3332026-06-25T04:06:26.695Z Compiling darling_macro v0.21.3
3342026-06-25T04:06:26.723Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3352026-06-25T04:06:26.835Z Checking foreign-types v0.5.0
3362026-06-25T04:06:26.948Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-06-25T04:06:27.021Z Compiling tracing-attributes v0.1.31
3382026-06-25T04:06:27.137Z Checking cobs v0.3.0
3392026-06-25T04:06:27.250Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3402026-06-25T04:06:27.265Z Compiling darling v0.21.3
3412026-06-25T04:06:27.278Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3422026-06-25T04:06:27.338Z Compiling ingot-macros v0.1.1
3432026-06-25T04:06:27.346Z Compiling clap_derive v4.6.1
3442026-06-25T04:06:27.717Z Checking num_enum v0.7.6
3452026-06-25T04:06:27.821Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3462026-06-25T04:06:28.087Z Checking tracing v0.1.44
3472026-06-25T04:06:28.620Z Checking postcard v1.1.3
3482026-06-25T04:06:28.698Z Checking clap v4.6.1
3492026-06-25T04:06:29.847Z Checking ingot-types v0.1.2
3502026-06-25T04:06:30.113Z Checking ingot v0.1.1
3512026-06-25T04:06:31.423Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-25T04:06:32.645Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-25T04:06:33.836Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-25T04:06:34.656Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.67s
3552026-06-25T04:06:34.766Z
3562026-06-25T04:06:34.766Zreal 18.831292102
3572026-06-25T04:06:34.766Zuser 54.158107329
3582026-06-25T04:06:34.766Zsys 13.194637917
3592026-06-25T04:06:34.766Ztrap 0.045676421
3602026-06-25T04:06:34.766Ztflt 0.068912673
3612026-06-25T04:06:34.766Zdflt 0.105823986
3622026-06-25T04:06:34.766Zkflt 0.004837070
3632026-06-25T04:06:34.766Zlock 3:20.561018782
3642026-06-25T04:06:34.766Zslp 3:00.177180391
3652026-06-25T04:06:34.770Zlat 2.874074426
3662026-06-25T04:06:34.770Zstop 12.338967731
3672026-06-25T04:06:34.770Z+ header 'debug build'
3682026-06-25T04:06:34.770Z+ echo '# ==== debug build ==== #'
3692026-06-25T04:06:34.770Z+ ptime -m cargo build
3702026-06-25T04:06:34.770Z# ==== debug build ==== #
3712026-06-25T04:06:34.921Z Compiling cfg-if v1.0.4
3722026-06-25T04:06:34.921Z Compiling serde_core v1.0.228
3732026-06-25T04:06:34.925Z Compiling libc v0.2.186
3742026-06-25T04:06:34.947Z Compiling thiserror v2.0.18
3752026-06-25T04:06:34.950Z Compiling byteorder v1.5.0
3762026-06-25T04:06:34.954Z Compiling zerocopy v0.8.52
3772026-06-25T04:06:34.954Z Compiling stable_deref_trait v1.2.1
3782026-06-25T04:06:34.957Z Compiling macaddr v1.0.1
3792026-06-25T04:06:34.996Z Compiling managed v0.8.0
3802026-06-25T04:06:35.006Z Compiling cobs v0.3.0
3812026-06-25T04:06:35.022Z Compiling rand_core v0.10.1
3822026-06-25T04:06:35.113Z Compiling hash32 v0.3.1
3832026-06-25T04:06:35.172Z Compiling bitflags v1.3.2
3842026-06-25T04:06:35.191Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-06-25T04:06:35.206Z Compiling heapless v0.8.0
3862026-06-25T04:06:35.232Z Compiling errno v0.3.14
3872026-06-25T04:06:35.253Z Compiling ipnetwork v0.21.1
3882026-06-25T04:06:35.271Z Compiling foreign-types-shared v0.3.1
3892026-06-25T04:06:35.278Z Compiling unicode-width v0.2.2
3902026-06-25T04:06:35.349Z Compiling utf8parse v0.2.2
3912026-06-25T04:06:35.387Z Compiling memchr v2.8.2
3922026-06-25T04:06:35.403Z Compiling once_cell v1.21.4
3932026-06-25T04:06:35.441Z Compiling cpufeatures v0.3.0
3942026-06-25T04:06:35.501Z Compiling chacha20 v0.10.0
3952026-06-25T04:06:35.573Z Compiling smoltcp v0.11.0
3962026-06-25T04:06:35.616Z Compiling tracing-core v0.1.36
3972026-06-25T04:06:35.634Z Compiling tabwriter v1.4.1
3982026-06-25T04:06:35.774Z Compiling cstr-argument v0.1.2
3992026-06-25T04:06:35.843Z Compiling anstyle-parse v1.0.0
4002026-06-25T04:06:35.969Z Compiling foreign-types v0.5.0
4012026-06-25T04:06:36.037Z Compiling ref-cast v1.0.25
4022026-06-25T04:06:36.044Z Compiling num_enum v0.7.6
4032026-06-25T04:06:36.044Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4042026-06-25T04:06:36.125Z Compiling getrandom v0.4.3
4052026-06-25T04:06:36.143Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-25T04:06:36.147Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-25T04:06:36.242Z Compiling colorchoice v1.0.5
4082026-06-25T04:06:36.328Z Compiling is_terminal_polyfill v1.70.2
4092026-06-25T04:06:36.354Z Compiling pin-project-lite v0.2.17
4102026-06-25T04:06:36.415Z Compiling dyn-clone v1.0.20
4112026-06-25T04:06:36.443Z Compiling anstyle v1.0.14
4122026-06-25T04:06:36.567Z Compiling anstyle-query v1.1.5
4132026-06-25T04:06:36.578Z Compiling pretty-hex v0.4.2
4142026-06-25T04:06:36.670Z Compiling bitflags v2.13.0
4152026-06-25T04:06:36.708Z Compiling serde v1.0.228
4162026-06-25T04:06:36.713Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4172026-06-25T04:06:36.713Z Compiling anstream v1.0.0
4182026-06-25T04:06:36.806Z Compiling uuid v1.23.4
4192026-06-25T04:06:36.930Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4202026-06-25T04:06:36.936Z Compiling rustix v1.1.4
4212026-06-25T04:06:37.136Z Compiling tracing v0.1.44
4222026-06-25T04:06:37.226Z Compiling postcard v1.1.3
4232026-06-25T04:06:37.408Z Compiling anyhow v1.0.102
4242026-06-25T04:06:37.419Z Compiling rand v0.10.1
4252026-06-25T04:06:37.507Z Compiling terminal_size v0.4.4
4262026-06-25T04:06:37.556Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4272026-06-25T04:06:37.577Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-06-25T04:06:37.650Z Compiling socket2 v0.6.4
4292026-06-25T04:06:37.690Z Compiling strsim v0.11.1
4302026-06-25T04:06:37.957Z Compiling ingot-types v0.1.2
4312026-06-25T04:06:38.075Z Compiling colored v3.1.1
4322026-06-25T04:06:38.149Z Compiling oxnet v0.1.6
4332026-06-25T04:06:38.259Z Compiling winnow v1.0.3
4342026-06-25T04:06:38.349Z Compiling ingot v0.1.1
4352026-06-25T04:06:38.406Z Compiling clap_lex v1.1.0
4362026-06-25T04:06:38.631Z Compiling clap_builder v4.6.0
4372026-06-25T04:06:38.645Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-06-25T04:06:39.185Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4392026-06-25T04:06:39.975Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-25T04:06:40.194Z Compiling clap v4.6.1
4412026-06-25T04:06:41.390Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-25T04:06:42.861Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-25T04:06:47.283Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.50s
4442026-06-25T04:06:47.310Z
4452026-06-25T04:06:47.314Zreal 12.533565477
4462026-06-25T04:06:47.315Zuser 1:04.977481871
4472026-06-25T04:06:47.315Zsys 6.051579675
4482026-06-25T04:06:47.315Ztrap 0.033655060
4492026-06-25T04:06:47.315Ztflt 0.122668378
4502026-06-25T04:06:47.315Zdflt 0.160566685
4512026-06-25T04:06:47.315Zkflt 0.002001880
4522026-06-25T04:06:47.315Zlock 2:55.685675823
4532026-06-25T04:06:47.315Zslp 1:54.558224307
4542026-06-25T04:06:47.315Zlat 3.942954404
4552026-06-25T04:06:47.315Zstop 3.691029724
4562026-06-25T04:06:47.315Z+ header 'release build'
4572026-06-25T04:06:47.315Z+ echo '# ==== release build ==== #'
4582026-06-25T04:06:47.315Z# ==== release build ==== #
4592026-06-25T04:06:47.315Z+ ptime -m cargo build --release
4602026-06-25T04:06:47.407Z Compiling proc-macro2 v1.0.106
4612026-06-25T04:06:47.407Z Compiling unicode-ident v1.0.24
4622026-06-25T04:06:47.407Z Compiling quote v1.0.46
4632026-06-25T04:06:47.407Z Compiling serde_core v1.0.228
4642026-06-25T04:06:47.412Z Compiling libc v0.2.186
4652026-06-25T04:06:47.412Z Compiling cfg-if v1.0.4
4662026-06-25T04:06:47.412Z Compiling thiserror v2.0.18
4672026-06-25T04:06:47.412Z Compiling memchr v2.8.2
4682026-06-25T04:06:47.480Z Compiling strsim v0.11.1
4692026-06-25T04:06:47.524Z Compiling ident_case v1.0.1
4702026-06-25T04:06:47.623Z Compiling fnv v1.0.7
4712026-06-25T04:06:47.717Z Compiling regex-syntax v0.8.11
4722026-06-25T04:06:47.725Z Compiling zerocopy v0.8.52
4732026-06-25T04:06:47.741Z Compiling either v1.16.0
4742026-06-25T04:06:47.895Z Compiling aho-corasick v1.1.4
4752026-06-25T04:06:47.931Z Compiling winnow v1.0.3
4762026-06-25T04:06:47.955Z Compiling anyhow v1.0.102
4772026-06-25T04:06:48.056Z Compiling hashbrown v0.17.1
4782026-06-25T04:06:48.124Z Compiling equivalent v1.0.2
4792026-06-25T04:06:48.198Z Compiling serde v1.0.228
4802026-06-25T04:06:48.276Z Compiling itertools v0.14.0
4812026-06-25T04:06:48.539Z Compiling indexmap v2.14.0
4822026-06-25T04:06:48.575Z Compiling heapless v0.8.0
4832026-06-25T04:06:48.708Z Compiling syn v2.0.118
4842026-06-25T04:06:48.855Z Compiling toml_parser v1.1.2+spec-1.1.0
4852026-06-25T04:06:48.916Z Compiling byteorder v1.5.0
4862026-06-25T04:06:49.099Z Compiling toml_datetime v1.1.1+spec-1.1.0
4872026-06-25T04:06:49.133Z Compiling regex-automata v0.4.14
4882026-06-25T04:06:49.222Z Compiling hash32 v0.3.1
4892026-06-25T04:06:49.309Z Compiling toml_edit v0.25.12+spec-1.1.0
4902026-06-25T04:06:49.384Z Compiling macaddr v1.0.1
4912026-06-25T04:06:49.484Z Compiling bitflags v2.13.0
4922026-06-25T04:06:49.500Z Compiling syn v1.0.109
4932026-06-25T04:06:49.584Z Compiling smoltcp v0.11.0
4942026-06-25T04:06:49.610Z Compiling rustversion v1.0.22
4952026-06-25T04:06:49.737Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4962026-06-25T04:06:49.790Z Compiling stable_deref_trait v1.2.1
4972026-06-25T04:06:49.814Z Compiling proc-macro-crate v3.5.0
4982026-06-25T04:06:49.931Z Compiling rustix v1.1.4
4992026-06-25T04:06:49.951Z Compiling managed v0.8.0
5002026-06-25T04:06:49.965Z Compiling bitflags v1.3.2
5012026-06-25T04:06:50.024Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5022026-06-25T04:06:50.177Z Compiling rand_core v0.10.1
5032026-06-25T04:06:50.182Z Compiling ref-cast v1.0.25
5042026-06-25T04:06:50.206Z Compiling getrandom v0.4.3
5052026-06-25T04:06:50.222Z Compiling version_check v0.9.5
5062026-06-25T04:06:50.457Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5072026-06-25T04:06:50.469Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-06-25T04:06:50.494Z Compiling errno v0.3.14
5092026-06-25T04:06:50.629Z Compiling unicode-width v0.2.2
5102026-06-25T04:06:50.676Z Compiling once_cell v1.21.4
5112026-06-25T04:06:50.840Z Compiling regex v1.12.4
5122026-06-25T04:06:50.899Z Compiling foreign-types-shared v0.3.1
5132026-06-25T04:06:50.913Z Compiling utf8parse v0.2.2
5142026-06-25T04:06:50.974Z Compiling cpufeatures v0.3.0
5152026-06-25T04:06:51.004Z Compiling ipnetwork v0.21.1
5162026-06-25T04:06:51.033Z Compiling chacha20 v0.10.0
5172026-06-25T04:06:51.222Z Compiling darling_core v0.21.3
5182026-06-25T04:06:51.303Z Compiling cstr-argument v0.1.2
5192026-06-25T04:06:51.372Z Compiling anstyle-parse v1.0.0
5202026-06-25T04:06:51.450Z Compiling tabwriter v1.4.1
5212026-06-25T04:06:51.551Z Compiling tracing-core v0.1.36
5222026-06-25T04:06:52.074Z Compiling anstyle v1.0.14
5232026-06-25T04:06:52.144Z Compiling pin-project-lite v0.2.17
5242026-06-25T04:06:52.231Z Compiling dyn-clone v1.0.20
5252026-06-25T04:06:52.312Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5262026-06-25T04:06:52.361Z Compiling colorchoice v1.0.5
5272026-06-25T04:06:52.448Z Compiling anstyle-query v1.1.5
5282026-06-25T04:06:52.460Z Compiling thiserror-impl v2.0.18
5292026-06-25T04:06:52.464Z Compiling serde_derive v1.0.228
5302026-06-25T04:06:52.496Z Compiling zerocopy-derive v0.8.52
5312026-06-25T04:06:52.517Z Compiling num_enum_derive v0.7.6
5322026-06-25T04:06:52.536Z Compiling foreign-types-macros v0.2.3
5332026-06-25T04:06:53.072Z Compiling ref-cast-impl v1.0.25
5342026-06-25T04:06:53.151Z Compiling foreign-types v0.5.0
5352026-06-25T04:06:53.218Z Compiling tracing-attributes v0.1.31
5362026-06-25T04:06:53.340Z Compiling darling_macro v0.21.3
5372026-06-25T04:06:53.489Z Compiling num_enum v0.7.6
5382026-06-25T04:06:53.595Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5392026-06-25T04:06:53.731Z Compiling pretty-hex v0.4.2
5402026-06-25T04:06:53.763Z Compiling cobs v0.3.0
5412026-06-25T04:06:53.767Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5422026-06-25T04:06:53.851Z Compiling is_terminal_polyfill v1.70.2
5432026-06-25T04:06:53.872Z Compiling darling v0.21.3
5442026-06-25T04:06:53.928Z Compiling anstream v1.0.0
5452026-06-25T04:06:53.938Z Compiling ingot-macros v0.1.1
5462026-06-25T04:06:53.965Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5472026-06-25T04:06:54.066Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5482026-06-25T04:06:54.159Z Compiling terminal_size v0.4.4
5492026-06-25T04:06:54.220Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5502026-06-25T04:06:54.327Z Compiling rand v0.10.1
5512026-06-25T04:06:54.392Z Compiling tracing v0.1.44
5522026-06-25T04:06:54.399Z Compiling uuid v1.23.4
5532026-06-25T04:06:54.610Z Compiling socket2 v0.6.4
5542026-06-25T04:06:54.700Z Compiling heck v0.5.0
5552026-06-25T04:06:54.821Z Compiling clap_lex v1.1.0
5562026-06-25T04:06:54.884Z Compiling colored v3.1.1
5572026-06-25T04:06:55.116Z Compiling oxnet v0.1.6
5582026-06-25T04:06:55.157Z Compiling clap_derive v4.6.1
5592026-06-25T04:06:55.397Z Compiling clap_builder v4.6.0
5602026-06-25T04:06:55.422Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5612026-06-25T04:06:55.666Z Compiling postcard v1.1.3
5622026-06-25T04:06:56.912Z Compiling ingot-types v0.1.2
5632026-06-25T04:06:57.243Z Compiling ingot v0.1.1
5642026-06-25T04:06:57.276Z Compiling clap v4.6.1
5652026-06-25T04:06:58.910Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-25T04:06:59.911Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-25T04:07:00.978Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-25T04:07:07.513Z Finished `release` profile [optimized + debuginfo] target(s) in 20.19s
5692026-06-25T04:07:07.541Z
5702026-06-25T04:07:07.544Zreal 20.221070241
5712026-06-25T04:07:07.545Zuser 1:42.711536610
5722026-06-25T04:07:07.545Zsys 13.377822462
5732026-06-25T04:07:07.545Ztrap 0.051145210
5742026-06-25T04:07:07.545Ztflt 0.141424873
5752026-06-25T04:07:07.545Zdflt 0.361123531
5762026-06-25T04:07:07.545Zkflt 0.000019180
5772026-06-25T04:07:07.545Zlock 4:26.259455608
5782026-06-25T04:07:07.545Zslp 3:24.788548350
5792026-06-25T04:07:07.545Zlat 4.389463426
5802026-06-25T04:07:07.545Zstop 8.573344389
5812026-06-25T04:07:07.545Z+ popd
5822026-06-25T04:07:07.545Z/work/oxidecomputer/opte
5832026-06-25T04:07:07.545Z+ for x in debug release
5842026-06-25T04:07:07.545Z+ mkdir -p /work/debug
5852026-06-25T04:07:07.545Z+ cp target/debug/opteadm /work/debug/
5862026-06-25T04:07:07.567Z+ sha256sum target/debug/opteadm
5872026-06-25T04:07:07.593Z+ for x in debug release
5882026-06-25T04:07:07.593Z+ mkdir -p /work/release
5892026-06-25T04:07:07.596Z+ cp target/release/opteadm /work/release/
5902026-06-25T04:07:07.610Z+ sha256sum target/release/opteadm
5912026-06-25T04:07:07.627Zprocess exited: duration 65945 ms, exit code 0
 
5922026-06-25T04:07:07.639Zfound 4 output files
5932026-06-25T04:07:07.639Zuploading: /work/debug/opteadm (36542760 bytes)
5942026-06-25T04:07:09.450Zuploaded: /work/debug/opteadm
5952026-06-25T04:07:09.450Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-06-25T04:07:10.460Zuploaded: /work/debug/opteadm.debug.sha256
5972026-06-25T04:07:10.460Zuploading: /work/release/opteadm (24749648 bytes)
5982026-06-25T04:07:11.682Zuploaded: /work/release/opteadm
5992026-06-25T04:07:11.682Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-06-25T04:07:12.692Zuploaded: /work/release/opteadm.release.sha256