01KTQSKCTTRMHX2EZHQ7QM7TS1: 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: 01KTQSKW3CFXT1V3ASGJ9ASWNK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T03:36:59.482Zjob assigned to worker 01KTQSM2E6KS2JKTGVD4BN8154 [factory aws, i-0b9270f21eda8c5b7] (queued for 57 s)
 
22026-06-10T03:37:06.220Zstarting task 0: "setup"
32026-06-10T03:37:06.226Z++ uname -s
42026-06-10T03:37:06.229Z+ kern=SunOS
52026-06-10T03:37:06.229Z+ build_user=build
62026-06-10T03:37:06.229Z+ build_uid=12345
72026-06-10T03:37:06.229Z+ work_dir=/work
82026-06-10T03:37:06.229Z+ input_dir=/input
92026-06-10T03:37:06.229Z+ [[ 0 == 12345 ]]
102026-06-10T03:37:06.229Z+ case "$kern" in
112026-06-10T03:37:06.229Z+ groupadd -g 12345 build
122026-06-10T03:37:06.229Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T03:37:08.234Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T03:37:08.301Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T03:37:08.304Z+ home_fs=zfs
162026-06-10T03:37:08.304Z+ [[ zfs == autofs ]]
172026-06-10T03:37:08.304Z+ mkdir -p /home/build
182026-06-10T03:37:08.304Z+ chown build:build /home/build /work
192026-06-10T03:37:10.305Z+ chmod 0700 /home/build /work
202026-06-10T03:37:10.308Zprocess exited: duration 4086 ms, exit code 0
 
212026-06-10T03:37:10.314Zstarting task 1: "rust-toolchain"
222026-06-10T03:37:10.317Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-10T03:37:10.317Z * rust toolchain channel = "1.95.0"
242026-06-10T03:37:10.317Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-10T03:37:10.317Z * rust toolchain profile = "default"
262026-06-10T03:37:10.317Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T03:37:10.317Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T03:37:10.321Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T03:37:10.321Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-10T03:37:10.400Zinfo: downloading installer
312026-06-10T03:37:11.813Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T03:37:11.813Zwarn: /home/build/.rustup/settings.toml
332026-06-10T03:37:11.813Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T03:37:11.813Zwarn: instead of the one inferred from the default host triple.
352026-06-10T03:37:11.825Zinfo: profile set to default
362026-06-10T03:37:11.825Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T03:37:11.828Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-10T03:37:11.969Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-10T03:37:11.972Zinfo: downloading 6 components
402026-06-10T03:37:26.841Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-10T03:37:26.841Z
422026-06-10T03:37:26.871Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-10T03:37:26.871Z
442026-06-10T03:37:26.871Z
452026-06-10T03:37:26.871ZRust is installed now. Great!
462026-06-10T03:37:26.871Z
472026-06-10T03:37:26.875ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T03:37:26.875Zenvironment variable. This has not been done automatically.
492026-06-10T03:37:26.875Z
502026-06-10T03:37:26.875ZTo configure your current shell, you need to source
512026-06-10T03:37:26.875Zthe corresponding env file under $HOME/.cargo.
522026-06-10T03:37:26.875Z
532026-06-10T03:37:26.875ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T03:37:26.875Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T03:37:26.875Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T03:37:26.875Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T03:37:26.875Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T03:37:26.875Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T03:37:26.875Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T03:37:26.875Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T03:37:26.875Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T03:37:26.973Z+ rustup --version
632026-06-10T03:37:26.982Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T03:37:26.985Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T03:37:27.004Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-10T03:37:27.007Z+ cargo --version
672026-06-10T03:37:27.021Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-10T03:37:27.023Z+ rustc --version
692026-06-10T03:37:27.043Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-10T03:37:27.046Zprocess exited: duration 16731 ms, exit code 0
 
712026-06-10T03:37:27.052Zstarting task 2: "authentication"
722026-06-10T03:37:27.069Zprocess exited: duration 16 ms, exit code 0
 
732026-06-10T03:37:27.074Zstarting task 3: "clone repository"
742026-06-10T03:37:27.078Z+ mkdir -p /work/oxidecomputer/opte
752026-06-10T03:37:27.082Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-10T03:37:27.112ZCloning into '/work/oxidecomputer/opte'...
772026-06-10T03:37:27.975Z+ cd /work/oxidecomputer/opte
782026-06-10T03:37:27.975Z+ git fetch origin db98f704610f68ee307e8d8df839d51ba2252392
792026-06-10T03:37:28.200ZFrom https://github.com/oxidecomputer/opte
802026-06-10T03:37:28.200Z * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD
812026-06-10T03:37:28.206Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-06-10T03:37:28.209Z++ git branch --show-current
832026-06-10T03:37:28.209Z+ current=master
842026-06-10T03:37:28.209Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-06-10T03:37:28.209Z+ git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392
862026-06-10T03:37:28.211Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-06-10T03:37:28.228ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-06-10T03:37:28.230Z+ git reset --hard db98f704610f68ee307e8d8df839d51ba2252392
892026-06-10T03:37:28.233ZHEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52
902026-06-10T03:37:28.233Zprocess exited: duration 1157 ms, exit code 0
 
912026-06-10T03:37:28.239Zstarting task 4: "build"
922026-06-10T03:37:28.243Z+ source .github/buildomat/common.sh
932026-06-10T03:37:28.245Z++ rustup show active-toolchain
942026-06-10T03:37:28.248Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-10T03:37:28.251Z++ pushd xde
962026-06-10T03:37:28.251Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-10T03:37:28.251Z++ rustup show active-toolchain
982026-06-10T03:37:28.254Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-10T03:37:28.421Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-10T03:37:28.424Zinfo: downloading 6 components
1012026-06-10T03:38:16.116Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-10T03:38:16.196Z+++ rustup show active-toolchain -v
1032026-06-10T03:38:16.199Z+++ head -n 1
1042026-06-10T03:38:16.199Z+++ cut '-d ' -f1
1052026-06-10T03:38:16.249Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-10T03:38:16.249Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-10T03:38:16.251Z++ popd
1082026-06-10T03:38:16.252Z/work/oxidecomputer/opte
1092026-06-10T03:38:16.252Z+ cargo --version
1102026-06-10T03:38:16.259Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-10T03:38:16.262Z+ rustc --version
1122026-06-10T03:38:16.281Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-10T03:38:16.285Z+ pushd bin/opteadm
1142026-06-10T03:38:16.285Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-06-10T03:38:16.285Z+ header 'check style'
1162026-06-10T03:38:16.285Z+ echo '# ==== check style ==== #'
1172026-06-10T03:38:16.285Z# ==== check style ==== #
1182026-06-10T03:38:16.285Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-06-10T03:38:16.355Z
1202026-06-10T03:38:16.355Zreal 0.068533181
1212026-06-10T03:38:16.355Zuser 0.038129828
1222026-06-10T03:38:16.355Zsys 0.028104320
1232026-06-10T03:38:16.355Ztrap 0.000005200
1242026-06-10T03:38:16.355Ztflt 0.000035190
1252026-06-10T03:38:16.355Zdflt 0.000015280
1262026-06-10T03:38:16.355Zkflt 0.000000000
1272026-06-10T03:38:16.355Zlock 0.031038404
1282026-06-10T03:38:16.355Zslp 0.047945654
1292026-06-10T03:38:16.355Zlat 0.000717820
1302026-06-10T03:38:16.355Zstop 0.000085820
1312026-06-10T03:38:16.358Z+ header analyze
1322026-06-10T03:38:16.358Z+ echo '# ==== analyze ==== #'
1332026-06-10T03:38:16.358Z# ==== analyze ==== #
1342026-06-10T03:38:16.358Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-06-10T03:38:16.488Z Updating crates.io index
1362026-06-10T03:38:16.525Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-10T03:38:17.796Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-10T03:38:18.257Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-10T03:38:18.596Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-10T03:38:19.024Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-10T03:38:19.286Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-10T03:38:19.576Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-10T03:38:21.690Z Downloading crates ...
1442026-06-10T03:38:21.768Z Downloaded version_check v0.9.5
1452026-06-10T03:38:21.778Z Downloaded toml_parser v1.1.2+spec-1.1.0
1462026-06-10T03:38:21.792Z Downloaded hashbrown v0.17.1
1472026-06-10T03:38:21.800Z Downloaded zerocopy v0.8.52
1482026-06-10T03:38:21.811Z Downloaded zerocopy-derive v0.8.52
1492026-06-10T03:38:21.816Z Downloaded smoltcp v0.11.0
1502026-06-10T03:38:21.821Z Downloaded rustix v1.1.4
1512026-06-10T03:38:21.834Z Downloaded tracing-core v0.1.36
1522026-06-10T03:38:21.838Z Downloaded proc-macro2 v1.0.106
1532026-06-10T03:38:21.839Z Downloaded oxnet v0.1.6
1542026-06-10T03:38:21.843Z Downloaded num_enum_derive v0.7.6
1552026-06-10T03:38:21.843Z Downloaded is_terminal_polyfill v1.70.2
1562026-06-10T03:38:21.843Z Downloaded dyn-clone v1.0.20
1572026-06-10T03:38:21.843Z Downloaded bitflags v2.13.0
1582026-06-10T03:38:21.846Z Downloaded macaddr v1.0.1
1592026-06-10T03:38:21.846Z Downloaded foreign-types v0.5.0
1602026-06-10T03:38:21.846Z Downloaded postcard v1.1.3
1612026-06-10T03:38:21.846Z Downloaded cstr-argument v0.1.2
1622026-06-10T03:38:21.849Z Downloaded ingot-macros v0.1.1
1632026-06-10T03:38:21.849Z Downloaded defmt v1.1.0
1642026-06-10T03:38:21.855Z Downloaded rand_core v0.10.1
1652026-06-10T03:38:21.857Z Downloaded colorchoice v1.0.5
1662026-06-10T03:38:21.863Z Downloaded cpufeatures v0.3.0
1672026-06-10T03:38:21.868Z Downloaded stable_deref_trait v1.2.1
1682026-06-10T03:38:21.868Z Downloaded foreign-types-shared v0.3.1
1692026-06-10T03:38:21.868Z Downloaded fnv v1.0.7
1702026-06-10T03:38:21.868Z Downloaded embedded-io v0.4.0
1712026-06-10T03:38:21.868Z Downloaded defmt-parser v1.0.0
1722026-06-10T03:38:21.868Z Downloaded clap_lex v1.1.0
1732026-06-10T03:38:21.868Z Downloaded darling_macro v0.21.3
1742026-06-10T03:38:21.871Z Downloaded ident_case v1.0.1
1752026-06-10T03:38:21.871Z Downloaded getrandom v0.4.2
1762026-06-10T03:38:21.875Z Downloaded bitflags v1.3.2
1772026-06-10T03:38:21.899Z Downloaded heck v0.5.0
1782026-06-10T03:38:21.902Z Downloaded terminal_size v0.4.4
1792026-06-10T03:38:21.902Z Downloaded strsim v0.11.1
1802026-06-10T03:38:21.902Z Downloaded proc-macro-error2 v2.0.1
1812026-06-10T03:38:21.902Z Downloaded anstream v1.0.0
1822026-06-10T03:38:21.905Z Downloaded pretty-hex v0.4.2
1832026-06-10T03:38:21.908Z Downloaded pin-project-lite v0.2.17
1842026-06-10T03:38:21.911Z Downloaded tabwriter v1.4.1
1852026-06-10T03:38:21.915Z Downloaded proc-macro-error-attr2 v2.0.0
1862026-06-10T03:38:21.917Z Downloaded ref-cast-impl v1.0.25
1872026-06-10T03:38:21.918Z Downloaded cfg-if v1.0.4
1882026-06-10T03:38:21.923Z Downloaded ingot v0.1.1
1892026-06-10T03:38:21.926Z Downloaded proc-macro-crate v3.5.0
1902026-06-10T03:38:21.926Z Downloaded embedded-io v0.6.1
1912026-06-10T03:38:21.926Z Downloaded either v1.16.0
1922026-06-10T03:38:21.929Z Downloaded equivalent v1.0.2
1932026-06-10T03:38:21.929Z Downloaded anstyle v1.0.14
1942026-06-10T03:38:21.929Z Downloaded chacha20 v0.10.0
1952026-06-10T03:38:21.933Z Downloaded num_enum v0.7.6
1962026-06-10T03:38:21.937Z Downloaded defmt v0.3.100
1972026-06-10T03:38:21.940Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1982026-06-10T03:38:21.940Z Downloaded quote v1.0.45
1992026-06-10T03:38:21.952Z Downloaded ref-cast v1.0.25
2002026-06-10T03:38:21.957Z Downloaded byteorder v1.5.0
2012026-06-10T03:38:21.960Z Downloaded errno v0.3.14
2022026-06-10T03:38:21.960Z Downloaded foreign-types-macros v0.2.3
2032026-06-10T03:38:21.960Z Downloaded clap_derive v4.6.1
2042026-06-10T03:38:21.966Z Downloaded thiserror v2.0.18
2052026-06-10T03:38:21.969Z Downloaded thiserror-impl v2.0.18
2062026-06-10T03:38:21.969Z Downloaded anstyle-query v1.1.5
2072026-06-10T03:38:21.980Z Downloaded anstyle-parse v1.0.0
2082026-06-10T03:38:21.987Z Downloaded tracing-attributes v0.1.31
2092026-06-10T03:38:21.990Z Downloaded rustversion v1.0.22
2102026-06-10T03:38:21.990Z Downloaded managed v0.8.0
2112026-06-10T03:38:21.993Z Downloaded uuid v1.23.3
2122026-06-10T03:38:21.997Z Downloaded defmt-macros v1.1.0
2132026-06-10T03:38:22.004Z Downloaded serde_derive v1.0.228
2142026-06-10T03:38:22.010Z Downloaded socket2 v0.6.4
2152026-06-10T03:38:22.015Z Downloaded utf8parse v0.2.2
2162026-06-10T03:38:22.018Z Downloaded cobs v0.3.0
2172026-06-10T03:38:22.021Z Downloaded serde v1.0.228
2182026-06-10T03:38:22.024Z Downloaded ingot-types v0.1.2
2192026-06-10T03:38:22.027Z Downloaded once_cell v1.21.4
2202026-06-10T03:38:22.030Z Downloaded darling v0.21.3
2212026-06-10T03:38:22.033Z Downloaded hash32 v0.3.1
2222026-06-10T03:38:22.038Z Downloaded colored v3.1.1
2232026-06-10T03:38:22.042Z Downloaded toml_edit v0.25.12+spec-1.1.0
2242026-06-10T03:38:22.045Z Downloaded ipnetwork v0.21.1
2252026-06-10T03:38:22.048Z Downloaded clap v4.6.1
2262026-06-10T03:38:22.055Z Downloaded anyhow v1.0.102
2272026-06-10T03:38:22.058Z Downloaded serde_core v1.0.228
2282026-06-10T03:38:22.062Z Downloaded indexmap v2.14.0
2292026-06-10T03:38:22.071Z Downloaded darling_core v0.21.3
2302026-06-10T03:38:22.089Z Downloaded heapless v0.8.0
2312026-06-10T03:38:22.102Z Downloaded winnow v1.0.3
2322026-06-10T03:38:22.110Z Downloaded unicode-ident v1.0.24
2332026-06-10T03:38:22.114Z Downloaded rand v0.10.1
2342026-06-10T03:38:22.114Z Downloaded memchr v2.8.1
2352026-06-10T03:38:22.114Z Downloaded syn v2.0.117
2362026-06-10T03:38:22.127Z Downloaded itertools v0.14.0
2372026-06-10T03:38:22.135Z Downloaded clap_builder v4.6.0
2382026-06-10T03:38:22.143Z Downloaded regex v1.12.4
2392026-06-10T03:38:22.146Z Downloaded aho-corasick v1.1.4
2402026-06-10T03:38:22.150Z Downloaded syn v1.0.109
2412026-06-10T03:38:22.157Z Downloaded unicode-width v0.2.2
2422026-06-10T03:38:22.185Z Downloaded regex-syntax v0.8.11
2432026-06-10T03:38:22.215Z Downloaded tracing v0.1.44
2442026-06-10T03:38:22.226Z Downloaded regex-automata v0.4.14
2452026-06-10T03:38:22.247Z Downloaded libc v0.2.186
2462026-06-10T03:38:22.312Z Compiling proc-macro2 v1.0.106
2472026-06-10T03:38:22.312Z Compiling quote v1.0.45
2482026-06-10T03:38:22.313Z Compiling unicode-ident v1.0.24
2492026-06-10T03:38:22.317Z Compiling serde_core v1.0.228
2502026-06-10T03:38:22.317Z Compiling libc v0.2.186
2512026-06-10T03:38:22.317Z Checking cfg-if v1.0.4
2522026-06-10T03:38:22.317Z Compiling memchr v2.8.1
2532026-06-10T03:38:22.317Z Compiling thiserror v2.0.18
2542026-06-10T03:38:22.437Z Compiling fnv v1.0.7
2552026-06-10T03:38:22.515Z Compiling strsim v0.11.1
2562026-06-10T03:38:22.522Z Compiling ident_case v1.0.1
2572026-06-10T03:38:22.627Z Compiling regex-syntax v0.8.11
2582026-06-10T03:38:22.786Z Compiling aho-corasick v1.1.4
2592026-06-10T03:38:22.792Z Compiling either v1.16.0
2602026-06-10T03:38:22.923Z Compiling equivalent v1.0.2
2612026-06-10T03:38:22.929Z Compiling serde v1.0.228
2622026-06-10T03:38:22.991Z Compiling winnow v1.0.3
2632026-06-10T03:38:22.997Z Compiling hashbrown v0.17.1
2642026-06-10T03:38:23.073Z Compiling anyhow v1.0.102
2652026-06-10T03:38:23.241Z Compiling zerocopy v0.8.52
2662026-06-10T03:38:23.526Z Compiling indexmap v2.14.0
2672026-06-10T03:38:23.565Z Compiling syn v2.0.117
2682026-06-10T03:38:23.662Z Compiling itertools v0.14.0
2692026-06-10T03:38:23.665Z Compiling toml_datetime v1.1.1+spec-1.1.0
2702026-06-10T03:38:23.886Z Compiling toml_parser v1.1.2+spec-1.1.0
2712026-06-10T03:38:23.990Z Compiling heapless v0.8.0
2722026-06-10T03:38:24.115Z Compiling regex-automata v0.4.14
2732026-06-10T03:38:24.157Z Checking bitflags v2.13.0
2742026-06-10T03:38:24.160Z Checking byteorder v1.5.0
2752026-06-10T03:38:24.309Z Checking hash32 v0.3.1
2762026-06-10T03:38:24.315Z Compiling toml_edit v0.25.12+spec-1.1.0
2772026-06-10T03:38:24.412Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2782026-06-10T03:38:24.434Z Compiling rustversion v1.0.22
2792026-06-10T03:38:24.454Z Checking stable_deref_trait v1.2.1
2802026-06-10T03:38:24.518Z Checking macaddr v1.0.1
2812026-06-10T03:38:24.651Z Compiling syn v1.0.109
2822026-06-10T03:38:24.658Z Compiling smoltcp v0.11.0
2832026-06-10T03:38:24.818Z Compiling proc-macro-crate v3.5.0
2842026-06-10T03:38:24.892Z Compiling version_check v0.9.5
2852026-06-10T03:38:25.016Z Compiling ref-cast v1.0.25
2862026-06-10T03:38:25.035Z Checking rand_core v0.10.1
2872026-06-10T03:38:25.052Z Checking managed v0.8.0
2882026-06-10T03:38:25.174Z Compiling getrandom v0.4.2
2892026-06-10T03:38:25.196Z Checking bitflags v1.3.2
2902026-06-10T03:38:25.240Z Compiling rustix v1.1.4
2912026-06-10T03:38:25.249Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2922026-06-10T03:38:25.277Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-10T03:38:25.488Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-10T03:38:25.540Z Checking errno v0.3.14
2952026-06-10T03:38:25.654Z Checking cpufeatures v0.3.0
2962026-06-10T03:38:25.715Z Checking foreign-types-shared v0.3.1
2972026-06-10T03:38:25.793Z Checking unicode-width v0.2.2
2982026-06-10T03:38:25.801Z Checking once_cell v1.21.4
2992026-06-10T03:38:25.970Z Compiling regex v1.12.4
3002026-06-10T03:38:26.035Z Checking ipnetwork v0.21.1
3012026-06-10T03:38:26.049Z Checking utf8parse v0.2.2
3022026-06-10T03:38:26.143Z Compiling darling_core v0.21.3
3032026-06-10T03:38:26.167Z Checking cstr-argument v0.1.2
3042026-06-10T03:38:26.206Z Checking anstyle-parse v1.0.0
3052026-06-10T03:38:26.278Z Checking tabwriter v1.4.1
3062026-06-10T03:38:26.350Z Checking tracing-core v0.1.36
3072026-06-10T03:38:26.416Z Checking chacha20 v0.10.0
3082026-06-10T03:38:26.724Z Checking pretty-hex v0.4.2
3092026-06-10T03:38:26.745Z Checking anstyle-query v1.1.5
3102026-06-10T03:38:26.828Z Checking dyn-clone v1.0.20
3112026-06-10T03:38:26.831Z Checking colorchoice v1.0.5
3122026-06-10T03:38:26.839Z Checking pin-project-lite v0.2.17
3132026-06-10T03:38:26.854Z Checking anstyle v1.0.14
3142026-06-10T03:38:26.913Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
3152026-06-10T03:38:26.938Z Checking is_terminal_polyfill v1.70.2
3162026-06-10T03:38:27.022Z Checking terminal_size v0.4.4
3172026-06-10T03:38:27.046Z Checking anstream v1.0.0
3182026-06-10T03:38:27.127Z Checking rand v0.10.1
3192026-06-10T03:38:27.136Z Checking uuid v1.23.3
3202026-06-10T03:38:27.148Z Checking socket2 v0.6.4
3212026-06-10T03:38:27.238Z Checking clap_lex v1.1.0
3222026-06-10T03:38:27.349Z Compiling thiserror-impl v2.0.18
3232026-06-10T03:38:27.382Z Compiling zerocopy-derive v0.8.52
3242026-06-10T03:38:27.389Z Compiling serde_derive v1.0.228
3252026-06-10T03:38:27.392Z Compiling ref-cast-impl v1.0.25
3262026-06-10T03:38:27.392Z Compiling num_enum_derive v0.7.6
3272026-06-10T03:38:27.585Z Compiling foreign-types-macros v0.2.3
3282026-06-10T03:38:28.068Z Compiling tracing-attributes v0.1.31
3292026-06-10T03:38:28.202Z Checking foreign-types v0.5.0
3302026-06-10T03:38:28.220Z Compiling darling_macro v0.21.3
3312026-06-10T03:38:28.268Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3322026-06-10T03:38:28.375Z Checking num_enum v0.7.6
3332026-06-10T03:38:28.481Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3342026-06-10T03:38:28.637Z Checking cobs v0.3.0
3352026-06-10T03:38:28.645Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3362026-06-10T03:38:28.719Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3372026-06-10T03:38:28.776Z Compiling darling v0.21.3
3382026-06-10T03:38:28.797Z Checking colored v3.1.1
3392026-06-10T03:38:28.845Z Compiling heck v0.5.0
3402026-06-10T03:38:28.852Z Compiling ingot-macros v0.1.1
3412026-06-10T03:38:28.986Z Checking oxnet v0.1.6
3422026-06-10T03:38:29.040Z Compiling clap_derive v4.6.1
3432026-06-10T03:38:29.164Z Checking clap_builder v4.6.0
3442026-06-10T03:38:29.209Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-06-10T03:38:29.277Z Checking tracing v0.1.44
3462026-06-10T03:38:29.309Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3472026-06-10T03:38:30.369Z Checking postcard v1.1.3
3482026-06-10T03:38:30.479Z Checking clap v4.6.1
3492026-06-10T03:38:31.377Z Checking ingot-types v0.1.2
3502026-06-10T03:38:31.641Z Checking ingot v0.1.1
3512026-06-10T03:38:32.914Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-10T03:38:34.092Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-10T03:38:35.289Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-10T03:38:36.120Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.71s
3552026-06-10T03:38:36.240Z
3562026-06-10T03:38:36.240Zreal 19.879222022
3572026-06-10T03:38:36.240Zuser 53.862883449
3582026-06-10T03:38:36.240Zsys 13.372056925
3592026-06-10T03:38:36.240Ztrap 0.038849288
3602026-06-10T03:38:36.240Ztflt 0.048572416
3612026-06-10T03:38:36.240Zdflt 0.154126649
3622026-06-10T03:38:36.245Zkflt 0.004720543
3632026-06-10T03:38:36.245Zlock 2:54.598900256
3642026-06-10T03:38:36.245Zslp 3:05.065898629
3652026-06-10T03:38:36.245Zlat 3.640800507
3662026-06-10T03:38:36.245Zstop 10.817249673
3672026-06-10T03:38:36.245Z+ header 'debug build'
3682026-06-10T03:38:36.245Z+ echo '# ==== debug build ==== #'
3692026-06-10T03:38:36.245Z+ ptime -m cargo build
3702026-06-10T03:38:36.245Z# ==== debug build ==== #
3712026-06-10T03:38:36.395Z Compiling cfg-if v1.0.4
3722026-06-10T03:38:36.395Z Compiling serde_core v1.0.228
3732026-06-10T03:38:36.395Z Compiling libc v0.2.186
3742026-06-10T03:38:36.422Z Compiling thiserror v2.0.18
3752026-06-10T03:38:36.426Z Compiling byteorder v1.5.0
3762026-06-10T03:38:36.429Z Compiling zerocopy v0.8.52
3772026-06-10T03:38:36.432Z Compiling stable_deref_trait v1.2.1
3782026-06-10T03:38:36.432Z Compiling macaddr v1.0.1
3792026-06-10T03:38:36.470Z Compiling managed v0.8.0
3802026-06-10T03:38:36.493Z Compiling cobs v0.3.0
3812026-06-10T03:38:36.497Z Compiling rand_core v0.10.1
3822026-06-10T03:38:36.588Z Compiling hash32 v0.3.1
3832026-06-10T03:38:36.642Z Compiling bitflags v1.3.2
3842026-06-10T03:38:36.671Z Compiling heapless v0.8.0
3852026-06-10T03:38:36.676Z Compiling errno v0.3.14
3862026-06-10T03:38:36.702Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3872026-06-10T03:38:36.728Z Compiling cpufeatures v0.3.0
3882026-06-10T03:38:36.744Z Compiling memchr v2.8.1
3892026-06-10T03:38:36.747Z Compiling foreign-types-shared v0.3.1
3902026-06-10T03:38:36.788Z Compiling once_cell v1.21.4
3912026-06-10T03:38:36.821Z Compiling utf8parse v0.2.2
3922026-06-10T03:38:36.827Z Compiling unicode-width v0.2.2
3932026-06-10T03:38:36.912Z Compiling ipnetwork v0.21.1
3942026-06-10T03:38:36.964Z Compiling tracing-core v0.1.36
3952026-06-10T03:38:37.010Z Compiling anstyle-parse v1.0.0
3962026-06-10T03:38:37.072Z Compiling smoltcp v0.11.0
3972026-06-10T03:38:37.114Z Compiling cstr-argument v0.1.2
3982026-06-10T03:38:37.213Z Compiling tabwriter v1.4.1
3992026-06-10T03:38:37.274Z Compiling foreign-types v0.5.0
4002026-06-10T03:38:37.342Z Compiling chacha20 v0.10.0
4012026-06-10T03:38:37.437Z Compiling ref-cast v1.0.25
4022026-06-10T03:38:37.528Z Compiling num_enum v0.7.6
4032026-06-10T03:38:37.618Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4042026-06-10T03:38:37.635Z Compiling getrandom v0.4.2
4052026-06-10T03:38:38.699Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-10T03:38:38.702Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-10T03:38:38.702Z Compiling anstyle-query v1.1.5
4082026-06-10T03:38:38.702Z Compiling pretty-hex v0.4.2
4092026-06-10T03:38:38.702Z Compiling colorchoice v1.0.5
4102026-06-10T03:38:38.702Z Compiling dyn-clone v1.0.20
4112026-06-10T03:38:38.702Z Compiling anstyle v1.0.14
4122026-06-10T03:38:38.702Z Compiling pin-project-lite v0.2.17
4132026-06-10T03:38:38.703Z Compiling bitflags v2.13.0
4142026-06-10T03:38:38.703Z Compiling serde v1.0.228
4152026-06-10T03:38:38.703Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-06-10T03:38:38.703Z Compiling rustix v1.1.4
4172026-06-10T03:38:38.703Z Compiling is_terminal_polyfill v1.70.2
4182026-06-10T03:38:38.703Z Compiling tracing v0.1.44
4192026-06-10T03:38:38.703Z Compiling anstream v1.0.0
4202026-06-10T03:38:38.703Z Compiling postcard v1.1.3
4212026-06-10T03:38:38.703Z Compiling uuid v1.23.3
4222026-06-10T03:38:38.752Z Compiling terminal_size v0.4.4
4232026-06-10T03:38:38.844Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4242026-06-10T03:38:38.848Z Compiling anyhow v1.0.102
4252026-06-10T03:38:38.855Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-06-10T03:38:38.899Z Compiling rand v0.10.1
4272026-06-10T03:38:39.046Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-06-10T03:38:39.161Z Compiling socket2 v0.6.4
4292026-06-10T03:38:39.250Z Compiling ingot-types v0.1.2
4302026-06-10T03:38:39.323Z Compiling colored v3.1.1
4312026-06-10T03:38:39.356Z Compiling winnow v1.0.3
4322026-06-10T03:38:39.422Z Compiling oxnet v0.1.6
4332026-06-10T03:38:39.657Z Compiling ingot v0.1.1
4342026-06-10T03:38:39.679Z Compiling clap_lex v1.1.0
4352026-06-10T03:38:39.879Z Compiling strsim v0.11.1
4362026-06-10T03:38:39.900Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-06-10T03:38:40.085Z Compiling clap_builder v4.6.0
4382026-06-10T03:38:40.328Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4392026-06-10T03:38:41.325Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-10T03:38:41.774Z Compiling clap v4.6.1
4412026-06-10T03:38:42.785Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-10T03:38:44.193Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-10T03:38:48.642Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.39s
4442026-06-10T03:38:48.671Z
4452026-06-10T03:38:48.676Zreal 12.421806837
4462026-06-10T03:38:48.676Zuser 1:04.497791416
4472026-06-10T03:38:48.676Zsys 6.024581556
4482026-06-10T03:38:48.676Ztrap 0.029199302
4492026-06-10T03:38:48.676Ztflt 0.094043627
4502026-06-10T03:38:48.676Zdflt 0.173707086
4512026-06-10T03:38:48.676Zkflt 0.000035090
4522026-06-10T03:38:48.676Zlock 2:54.928577320
4532026-06-10T03:38:48.676Zslp 1:54.441156505
4542026-06-10T03:38:48.676Zlat 4.212642728
4552026-06-10T03:38:48.676Zstop 3.616940419
4562026-06-10T03:38:48.676Z+ header 'release build'
4572026-06-10T03:38:48.676Z+ echo '# ==== release build ==== #'
4582026-06-10T03:38:48.676Z# ==== release build ==== #
4592026-06-10T03:38:48.676Z+ ptime -m cargo build --release
4602026-06-10T03:38:48.771Z Compiling proc-macro2 v1.0.106
4612026-06-10T03:38:48.771Z Compiling quote v1.0.45
4622026-06-10T03:38:48.771Z Compiling unicode-ident v1.0.24
4632026-06-10T03:38:48.774Z Compiling serde_core v1.0.228
4642026-06-10T03:38:48.774Z Compiling libc v0.2.186
4652026-06-10T03:38:48.774Z Compiling cfg-if v1.0.4
4662026-06-10T03:38:48.774Z Compiling thiserror v2.0.18
4672026-06-10T03:38:48.774Z Compiling memchr v2.8.1
4682026-06-10T03:38:48.848Z Compiling fnv v1.0.7
4692026-06-10T03:38:48.888Z Compiling strsim v0.11.1
4702026-06-10T03:38:48.925Z Compiling ident_case v1.0.1
4712026-06-10T03:38:49.028Z Compiling regex-syntax v0.8.11
4722026-06-10T03:38:49.093Z Compiling either v1.16.0
4732026-06-10T03:38:49.152Z Compiling equivalent v1.0.2
4742026-06-10T03:38:49.222Z Compiling aho-corasick v1.1.4
4752026-06-10T03:38:49.278Z Compiling serde v1.0.228
4762026-06-10T03:38:49.281Z Compiling zerocopy v0.8.52
4772026-06-10T03:38:49.316Z Compiling winnow v1.0.3
4782026-06-10T03:38:49.501Z Compiling hashbrown v0.17.1
4792026-06-10T03:38:49.574Z Compiling anyhow v1.0.102
4802026-06-10T03:38:49.883Z Compiling syn v2.0.117
4812026-06-10T03:38:49.886Z Compiling itertools v0.14.0
4822026-06-10T03:38:49.935Z Compiling toml_datetime v1.1.1+spec-1.1.0
4832026-06-10T03:38:50.054Z Compiling indexmap v2.14.0
4842026-06-10T03:38:50.142Z Compiling heapless v0.8.0
4852026-06-10T03:38:50.355Z Compiling toml_parser v1.1.2+spec-1.1.0
4862026-06-10T03:38:50.446Z Compiling byteorder v1.5.0
4872026-06-10T03:38:50.576Z Compiling regex-automata v0.4.14
4882026-06-10T03:38:50.624Z Compiling hash32 v0.3.1
4892026-06-10T03:38:50.748Z Compiling toml_edit v0.25.12+spec-1.1.0
4902026-06-10T03:38:50.822Z Compiling smoltcp v0.11.0
4912026-06-10T03:38:50.887Z Compiling bitflags v2.13.0
4922026-06-10T03:38:51.014Z Compiling stable_deref_trait v1.2.1
4932026-06-10T03:38:51.078Z Compiling syn v1.0.109
4942026-06-10T03:38:51.099Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4952026-06-10T03:38:51.125Z Compiling rustversion v1.0.22
4962026-06-10T03:38:51.150Z Compiling macaddr v1.0.1
4972026-06-10T03:38:51.338Z Compiling proc-macro-crate v3.5.0
4982026-06-10T03:38:51.343Z Compiling bitflags v1.3.2
4992026-06-10T03:38:51.397Z Compiling managed v0.8.0
5002026-06-10T03:38:51.424Z Compiling ref-cast v1.0.25
5012026-06-10T03:38:51.495Z Compiling rustix v1.1.4
5022026-06-10T03:38:51.616Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5032026-06-10T03:38:51.622Z Compiling rand_core v0.10.1
5042026-06-10T03:38:51.686Z Compiling getrandom v0.4.2
5052026-06-10T03:38:51.725Z Compiling version_check v0.9.5
5062026-06-10T03:38:51.953Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5072026-06-10T03:38:51.971Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-06-10T03:38:52.015Z Compiling errno v0.3.14
5092026-06-10T03:38:52.154Z Compiling utf8parse v0.2.2
5102026-06-10T03:38:52.199Z Compiling regex v1.12.4
5112026-06-10T03:38:52.308Z Compiling cpufeatures v0.3.0
5122026-06-10T03:38:52.328Z Compiling foreign-types-shared v0.3.1
5132026-06-10T03:38:52.366Z Compiling once_cell v1.21.4
5142026-06-10T03:38:52.402Z Compiling unicode-width v0.2.2
5152026-06-10T03:38:52.575Z Compiling darling_core v0.21.3
5162026-06-10T03:38:52.578Z Compiling ipnetwork v0.21.1
5172026-06-10T03:38:52.682Z Compiling cstr-argument v0.1.2
5182026-06-10T03:38:52.833Z Compiling tabwriter v1.4.1
5192026-06-10T03:38:52.940Z Compiling tracing-core v0.1.36
5202026-06-10T03:38:52.976Z Compiling chacha20 v0.10.0
5212026-06-10T03:38:53.061Z Compiling anstyle-parse v1.0.0
5222026-06-10T03:38:53.597Z Compiling thiserror-impl v2.0.18
5232026-06-10T03:38:53.611Z Compiling serde_derive v1.0.228
5242026-06-10T03:38:53.632Z Compiling zerocopy-derive v0.8.52
5252026-06-10T03:38:53.762Z Compiling foreign-types-macros v0.2.3
5262026-06-10T03:38:53.994Z Compiling num_enum_derive v0.7.6
5272026-06-10T03:38:54.387Z Compiling ref-cast-impl v1.0.25
5282026-06-10T03:38:54.407Z Compiling foreign-types v0.5.0
5292026-06-10T03:38:54.473Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5302026-06-10T03:38:54.608Z Compiling darling_macro v0.21.3
5312026-06-10T03:38:54.872Z Compiling cobs v0.3.0
5322026-06-10T03:38:54.967Z Compiling tracing-attributes v0.1.31
5332026-06-10T03:38:54.971Z Compiling num_enum v0.7.6
5342026-06-10T03:38:55.071Z Compiling anstyle v1.0.14
5352026-06-10T03:38:55.076Z Compiling colorchoice v1.0.5
5362026-06-10T03:38:55.138Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5372026-06-10T03:38:55.150Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
5382026-06-10T03:38:55.174Z Compiling anstyle-query v1.1.5
5392026-06-10T03:38:55.216Z Compiling darling v0.21.3
5402026-06-10T03:38:55.260Z Compiling pin-project-lite v0.2.17
5412026-06-10T03:38:55.283Z Compiling ingot-macros v0.1.1
5422026-06-10T03:38:55.303Z Compiling is_terminal_polyfill v1.70.2
5432026-06-10T03:38:55.344Z Compiling pretty-hex v0.4.2
5442026-06-10T03:38:55.366Z Compiling dyn-clone v1.0.20
5452026-06-10T03:38:55.387Z Compiling anstream v1.0.0
5462026-06-10T03:38:55.466Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5472026-06-10T03:38:55.497Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5482026-06-10T03:38:55.615Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-06-10T03:38:55.655Z Compiling terminal_size v0.4.4
5502026-06-10T03:38:55.796Z Compiling rand v0.10.1
5512026-06-10T03:38:55.834Z Compiling uuid v1.23.3
5522026-06-10T03:38:56.078Z Compiling socket2 v0.6.4
5532026-06-10T03:38:56.230Z Compiling tracing v0.1.44
5542026-06-10T03:38:56.256Z Compiling heck v0.5.0
5552026-06-10T03:38:56.264Z Compiling colored v3.1.1
5562026-06-10T03:38:56.588Z Compiling clap_lex v1.1.0
5572026-06-10T03:38:56.625Z Compiling oxnet v0.1.6
5582026-06-10T03:38:56.807Z Compiling postcard v1.1.3
5592026-06-10T03:38:56.863Z Compiling clap_builder v4.6.0
5602026-06-10T03:38:56.884Z Compiling clap_derive v4.6.1
5612026-06-10T03:38:56.912Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5622026-06-10T03:38:58.009Z Compiling ingot-types v0.1.2
5632026-06-10T03:38:58.330Z Compiling ingot v0.1.1
5642026-06-10T03:38:58.628Z Compiling clap v4.6.1
5652026-06-10T03:38:59.989Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-10T03:39:01.004Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-10T03:39:02.029Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-10T03:39:08.488Z Finished `release` profile [optimized + debuginfo] target(s) in 19.80s
5692026-06-10T03:39:08.516Z
5702026-06-10T03:39:08.519Zreal 19.834549551
5712026-06-10T03:39:08.519Zuser 1:42.012147031
5722026-06-10T03:39:08.519Zsys 13.774918541
5732026-06-10T03:39:08.519Ztrap 0.051646474
5742026-06-10T03:39:08.519Ztflt 0.081276041
5752026-06-10T03:39:08.519Zdflt 0.334931565
5762026-06-10T03:39:08.519Zkflt 0.000007210
5772026-06-10T03:39:08.519Zlock 4:23.682596412
5782026-06-10T03:39:08.519Zslp 3:25.536725350
5792026-06-10T03:39:08.519Zlat 4.790550649
5802026-06-10T03:39:08.519Zstop 8.949046456
5812026-06-10T03:39:08.520Z+ popd
5822026-06-10T03:39:08.520Z/work/oxidecomputer/opte
5832026-06-10T03:39:08.520Z+ for x in debug release
5842026-06-10T03:39:08.520Z+ mkdir -p /work/debug
5852026-06-10T03:39:08.520Z+ cp target/debug/opteadm /work/debug/
5862026-06-10T03:39:08.541Z+ sha256sum target/debug/opteadm
5872026-06-10T03:39:08.567Z+ for x in debug release
5882026-06-10T03:39:08.567Z+ mkdir -p /work/release
5892026-06-10T03:39:08.570Z+ cp target/release/opteadm /work/release/
5902026-06-10T03:39:08.583Z+ sha256sum target/release/opteadm
5912026-06-10T03:39:08.600Zprocess exited: duration 100360 ms, exit code 0
 
5922026-06-10T03:39:08.612Zfound 4 output files
5932026-06-10T03:39:08.612Zuploading: /work/debug/opteadm (36558488 bytes)
5942026-06-10T03:39:09.850Zuploaded: /work/debug/opteadm
5952026-06-10T03:39:09.850Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-06-10T03:39:10.861Zuploaded: /work/debug/opteadm.debug.sha256
5972026-06-10T03:39:10.861Zuploading: /work/release/opteadm (24736504 bytes)
5982026-06-10T03:39:12.016Zuploaded: /work/release/opteadm
5992026-06-10T03:39:12.016Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-06-10T03:39:13.025Zuploaded: /work/release/opteadm.release.sha256