01KXZH3CCA2SDSDAYVFF4XRE0N: 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: 01KXZH43A2X2FS0FFDPNVVE0Y7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:29:48.754Zjob assigned to worker 01KXZH4ZAFX2BCYEYY53YMV2VR [factory aws, i-00a02fc005986bb6b] (queued for 1 m 11 s)
 
22026-07-20T10:29:54.802Zstarting task 0: "setup"
32026-07-20T10:29:54.807Z++ uname -s
42026-07-20T10:29:54.810Z+ kern=SunOS
52026-07-20T10:29:54.810Z+ build_user=build
62026-07-20T10:29:54.811Z+ build_uid=12345
72026-07-20T10:29:54.812Z+ work_dir=/work
82026-07-20T10:29:54.812Z+ input_dir=/input
92026-07-20T10:29:54.812Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:54.812Z+ case "$kern" in
112026-07-20T10:29:54.812Z+ groupadd -g 12345 build
122026-07-20T10:29:54.816Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:29:56.816Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:29:56.892Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:29:56.895Z+ home_fs=zfs
162026-07-20T10:29:56.895Z+ [[ zfs == autofs ]]
172026-07-20T10:29:56.895Z+ mkdir -p /home/build
182026-07-20T10:29:56.895Z+ chown build:build /home/build /work
192026-07-20T10:29:58.896Z+ chmod 0700 /home/build /work
202026-07-20T10:29:58.900Zprocess exited: duration 4095 ms, exit code 0
 
212026-07-20T10:29:58.906Zstarting task 1: "rust-toolchain"
222026-07-20T10:29:58.909Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:29:58.910Z * rust toolchain channel = "1.96.1"
242026-07-20T10:29:58.910Z * rust toolchain profile = "default"
252026-07-20T10:29:58.910Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T10:29:58.910Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:29:58.910Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:29:58.913Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:29:58.913Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:29:59.014Zinfo: downloading installer
312026-07-20T10:30:00.448Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:30:00.448Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:30:00.448Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:30:00.448Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:30:00.461Zinfo: profile set to default
362026-07-20T10:30:00.461Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:30:00.464Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:30:00.610Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:30:00.613Zinfo: downloading 6 components
402026-07-20T10:30:15.899Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:30:15.900Z
422026-07-20T10:30:15.926Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:30:15.926Z
442026-07-20T10:30:15.926Z
452026-07-20T10:30:15.926ZRust is installed now. Great!
462026-07-20T10:30:15.926Z
472026-07-20T10:30:15.930ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:30:15.930Zenvironment variable. This has not been done automatically.
492026-07-20T10:30:15.930Z
502026-07-20T10:30:15.930ZTo configure your current shell, you need to source
512026-07-20T10:30:15.930Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:30:15.930Z
532026-07-20T10:30:15.932ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:30:15.932Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:30:15.932Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:30:15.932Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:30:15.932Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:30:15.932Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:30:15.932Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:30:15.932Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:30:15.932Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:30:16.015Z+ rustup --version
632026-07-20T10:30:16.024Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:30:16.028Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:30:16.045Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:30:16.049Z+ cargo --version
672026-07-20T10:30:16.062Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:30:16.065Z+ rustc --version
692026-07-20T10:30:16.084Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:30:16.087Zprocess exited: duration 17179 ms, exit code 0
 
712026-07-20T10:30:16.093Zstarting task 2: "authentication"
722026-07-20T10:30:16.112Zprocess exited: duration 18 ms, exit code 0
 
732026-07-20T10:30:16.118Zstarting task 3: "clone repository"
742026-07-20T10:30:16.121Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:30:16.124Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:30:16.153ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:30:16.992Z+ cd /work/oxidecomputer/opte
782026-07-20T10:30:16.992Z+ git fetch origin d3f36470356b9c31a84696419ba42162edd29294
792026-07-20T10:30:17.210ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:30:17.210Z * branch d3f36470356b9c31a84696419ba42162edd29294 -> FETCH_HEAD
812026-07-20T10:30:17.215Z+ [[ -n renovate/bitflags-2.x-lockfile ]]
822026-07-20T10:30:17.218Z++ git branch --show-current
832026-07-20T10:30:17.218Z+ current=master
842026-07-20T10:30:17.218Z+ [[ master != renovate/bitflags-2.x-lockfile ]]
852026-07-20T10:30:17.219Z+ git branch -f renovate/bitflags-2.x-lockfile d3f36470356b9c31a84696419ba42162edd29294
862026-07-20T10:30:17.223Z+ git checkout -f renovate/bitflags-2.x-lockfile
872026-07-20T10:30:17.237ZSwitched to branch 'renovate/bitflags-2.x-lockfile'
882026-07-20T10:30:17.240Z+ git reset --hard d3f36470356b9c31a84696419ba42162edd29294
892026-07-20T10:30:17.254ZHEAD is now at d3f3647 Update Rust crate bitflags to v2.13.1
902026-07-20T10:30:17.259Zprocess exited: duration 1136 ms, exit code 0
 
912026-07-20T10:30:17.266Zstarting task 4: "build"
922026-07-20T10:30:17.269Z+ source .github/buildomat/common.sh
932026-07-20T10:30:17.272Z++ rustup show active-toolchain
942026-07-20T10:30:17.275Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:30:17.276Z++ pushd xde
962026-07-20T10:30:17.276Z++ rustup show active-toolchain
972026-07-20T10:30:17.276Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-20T10:30:17.280Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:30:17.438Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:30:17.442Zinfo: downloading 6 components
1012026-07-20T10:30:32.535Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:30:32.628Z+++ rustup show active-toolchain -v
1032026-07-20T10:30:32.631Z+++ head -n 1
1042026-07-20T10:30:32.631Z+++ cut '-d ' -f1
1052026-07-20T10:30:32.683Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:30:32.683Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:30:32.683Z++ popd
1082026-07-20T10:30:32.688Z/work/oxidecomputer/opte
1092026-07-20T10:30:32.688Z+ cargo --version
1102026-07-20T10:30:32.692Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-20T10:30:32.696Z+ rustc --version
1122026-07-20T10:30:32.714Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-20T10:30:32.718Z+ pushd bin/opteadm
1142026-07-20T10:30:32.718Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-07-20T10:30:32.718Z+ header 'check style'
1162026-07-20T10:30:32.718Z+ echo '# ==== check style ==== #'
1172026-07-20T10:30:32.718Z# ==== check style ==== #
1182026-07-20T10:30:32.718Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1192026-07-20T10:30:32.789Z
1202026-07-20T10:30:32.789Zreal 0.069862800
1212026-07-20T10:30:32.789Zuser 0.039007041
1222026-07-20T10:30:32.789Zsys 0.028244211
1232026-07-20T10:30:32.789Ztrap 0.000000358
1242026-07-20T10:30:32.789Ztflt 0.000040744
1252026-07-20T10:30:32.789Zdflt 0.000016067
1262026-07-20T10:30:32.789Zkflt 0.000000000
1272026-07-20T10:30:32.789Zlock 0.031385816
1282026-07-20T10:30:32.789Zslp 0.049391876
1292026-07-20T10:30:32.789Zlat 0.000825931
1302026-07-20T10:30:32.789Zstop 0.000093931
1312026-07-20T10:30:32.793Z+ header analyze
1322026-07-20T10:30:32.793Z+ echo '# ==== analyze ==== #'
1332026-07-20T10:30:32.793Z# ==== analyze ==== #
1342026-07-20T10:30:32.793Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-07-20T10:30:32.919Z Updating crates.io index
1362026-07-20T10:30:32.922Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-20T10:30:33.607Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-20T10:30:33.824Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-20T10:30:34.148Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-20T10:30:34.378Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-20T10:30:34.603Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-20T10:30:34.856Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-20T10:30:36.612Z Downloading crates ...
1442026-07-20T10:30:36.673Z Downloaded bitflags v2.13.1
1452026-07-20T10:30:36.676Z Downloaded cfg-if v1.0.4
1462026-07-20T10:30:36.681Z Downloaded clap v4.6.1
1472026-07-20T10:30:36.686Z Downloaded foreign-types-shared v0.3.1
1482026-07-20T10:30:36.689Z Downloaded embedded-io v0.6.1
1492026-07-20T10:30:36.689Z Downloaded darling_macro v0.21.3
1502026-07-20T10:30:36.689Z Downloaded is_terminal_polyfill v1.70.2
1512026-07-20T10:30:36.692Z Downloaded foreign-types v0.5.0
1522026-07-20T10:30:36.692Z Downloaded foreign-types-macros v0.2.3
1532026-07-20T10:30:36.692Z Downloaded ident_case v1.0.1
1542026-07-20T10:30:36.692Z Downloaded defmt-parser v1.0.0
1552026-07-20T10:30:36.695Z Downloaded clap_lex v1.1.0
1562026-07-20T10:30:36.695Z Downloaded fnv v1.0.7
1572026-07-20T10:30:36.695Z Downloaded cstr-argument v0.1.2
1582026-07-20T10:30:36.695Z Downloaded heck v0.5.0
1592026-07-20T10:30:36.701Z Downloaded dyn-clone v1.0.20
1602026-07-20T10:30:36.703Z Downloaded colorchoice v1.0.5
1612026-07-20T10:30:36.708Z Downloaded errno v0.3.14
1622026-07-20T10:30:36.710Z Downloaded anstyle-query v1.1.5
1632026-07-20T10:30:36.714Z Downloaded tabwriter v1.4.1
1642026-07-20T10:30:36.714Z Downloaded ref-cast v1.0.25
1652026-07-20T10:30:36.716Z Downloaded hash32 v0.3.1
1662026-07-20T10:30:36.719Z Downloaded bitflags v1.3.2
1672026-07-20T10:30:36.722Z Downloaded defmt v1.1.1
1682026-07-20T10:30:36.725Z Downloaded cpufeatures v0.3.0
1692026-07-20T10:30:36.729Z Downloaded defmt v0.3.100
1702026-07-20T10:30:36.732Z Downloaded embedded-io v0.4.0
1712026-07-20T10:30:36.735Z Downloaded utf8parse v0.2.2
1722026-07-20T10:30:36.738Z Downloaded macaddr v1.0.1
1732026-07-20T10:30:36.738Z Downloaded equivalent v1.0.2
1742026-07-20T10:30:36.741Z Downloaded terminal_size v0.4.4
1752026-07-20T10:30:36.747Z Downloaded ref-cast-impl v1.0.25
1762026-07-20T10:30:36.750Z Downloaded pretty-hex v0.4.2
1772026-07-20T10:30:36.753Z Downloaded version_check v0.9.5
1782026-07-20T10:30:36.756Z Downloaded strsim v0.11.1
1792026-07-20T10:30:36.759Z Downloaded stable_deref_trait v1.2.1
1802026-07-20T10:30:36.763Z Downloaded proc-macro-crate v3.5.0
1812026-07-20T10:30:36.769Z Downloaded either v1.16.0
1822026-07-20T10:30:36.771Z Downloaded anstyle v1.0.14
1832026-07-20T10:30:36.774Z Downloaded anstyle-parse v1.0.0
1842026-07-20T10:30:36.774Z Downloaded defmt-macros v1.1.1
1852026-07-20T10:30:36.777Z Downloaded cobs v0.3.0
1862026-07-20T10:30:36.780Z Downloaded managed v0.8.0
1872026-07-20T10:30:36.787Z Downloaded clap_derive v4.6.1
1882026-07-20T10:30:36.792Z Downloaded ipnetwork v0.21.1
1892026-07-20T10:30:36.797Z Downloaded ingot v0.1.1
1902026-07-20T10:30:36.797Z Downloaded rand_core v0.10.1
1912026-07-20T10:30:36.800Z Downloaded ingot-types v0.1.2
1922026-07-20T10:30:36.803Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1932026-07-20T10:30:36.803Z Downloaded thiserror-impl v2.0.18
1942026-07-20T10:30:36.803Z Downloaded num_enum v0.7.6
1952026-07-20T10:30:36.809Z Downloaded num_enum_derive v0.7.6
1962026-07-20T10:30:36.813Z Downloaded thiserror v2.0.18
1972026-07-20T10:30:36.823Z Downloaded darling v0.21.3
1982026-07-20T10:30:36.825Z Downloaded anyhow v1.0.103
1992026-07-20T10:30:36.828Z Downloaded rustversion v1.0.23
2002026-07-20T10:30:36.831Z Downloaded colored v3.1.1
2012026-07-20T10:30:36.831Z Downloaded quote v1.0.46
2022026-07-20T10:30:36.835Z Downloaded pin-project-lite v0.2.17
2032026-07-20T10:30:36.838Z Downloaded byteorder v1.5.0
2042026-07-20T10:30:36.842Z Downloaded ingot-macros v0.1.1
2052026-07-20T10:30:36.846Z Downloaded oxnet v0.1.6
2062026-07-20T10:30:36.851Z Downloaded tracing-attributes v0.1.31
2072026-07-20T10:30:36.858Z Downloaded anstream v1.0.0
2082026-07-20T10:30:36.862Z Downloaded postcard v1.1.3
2092026-07-20T10:30:36.865Z Downloaded once_cell v1.21.4
2102026-07-20T10:30:36.867Z Downloaded getrandom v0.4.3
2112026-07-20T10:30:36.870Z Downloaded darling_core v0.21.3
2122026-07-20T10:30:36.879Z Downloaded serde_core v1.0.228
2132026-07-20T10:30:36.882Z Downloaded toml_parser v1.1.2+spec-1.1.0
2142026-07-20T10:30:36.885Z Downloaded chacha20 v0.10.1
2152026-07-20T10:30:36.885Z Downloaded tracing-core v0.1.36
2162026-07-20T10:30:36.888Z Downloaded unicode-ident v1.0.24
2172026-07-20T10:30:36.888Z Downloaded proc-macro2 v1.0.106
2182026-07-20T10:30:36.891Z Downloaded uuid v1.23.5
2192026-07-20T10:30:36.916Z Downloaded socket2 v0.6.4
2202026-07-20T10:30:36.919Z Downloaded toml_edit v0.25.12+spec-1.1.0
2212026-07-20T10:30:36.924Z Downloaded serde v1.0.228
2222026-07-20T10:30:36.928Z Downloaded serde_derive v1.0.228
2232026-07-20T10:30:36.942Z Downloaded heapless v0.8.0
2242026-07-20T10:30:36.952Z Downloaded zerocopy-derive v0.8.54
2252026-07-20T10:30:36.957Z Downloaded memchr v2.8.3
2262026-07-20T10:30:36.960Z Downloaded hashbrown v0.17.1
2272026-07-20T10:30:36.964Z Downloaded rand v0.10.2
2282026-07-20T10:30:36.971Z Downloaded indexmap v2.14.0
2292026-07-20T10:30:36.998Z Downloaded itertools v0.14.0
2302026-07-20T10:30:37.005Z Downloaded clap_builder v4.6.0
2312026-07-20T10:30:37.009Z Downloaded regex v1.13.0
2322026-07-20T10:30:37.038Z Downloaded winnow v1.0.3
2332026-07-20T10:30:37.043Z Downloaded aho-corasick v1.1.4
2342026-07-20T10:30:37.073Z Downloaded syn v1.0.109
2352026-07-20T10:30:37.093Z Downloaded unicode-width v0.2.2
2362026-07-20T10:30:37.104Z Downloaded zerocopy v0.8.54
2372026-07-20T10:30:37.114Z Downloaded syn v2.0.118
2382026-07-20T10:30:37.119Z Downloaded smoltcp v0.11.0
2392026-07-20T10:30:37.129Z Downloaded regex-syntax v0.8.11
2402026-07-20T10:30:37.139Z Downloaded rustix v1.1.4
2412026-07-20T10:30:37.155Z Downloaded tracing v0.1.44
2422026-07-20T10:30:37.173Z Downloaded regex-automata v0.4.15
2432026-07-20T10:30:37.186Z Downloaded libc v0.2.186
2442026-07-20T10:30:37.248Z Compiling proc-macro2 v1.0.106
2452026-07-20T10:30:37.248Z Compiling quote v1.0.46
2462026-07-20T10:30:37.248Z Compiling unicode-ident v1.0.24
2472026-07-20T10:30:37.248Z Compiling serde_core v1.0.228
2482026-07-20T10:30:37.251Z Compiling libc v0.2.186
2492026-07-20T10:30:37.251Z Checking cfg-if v1.0.4
2502026-07-20T10:30:37.251Z Compiling thiserror v2.0.18
2512026-07-20T10:30:37.251Z Compiling ident_case v1.0.1
2522026-07-20T10:30:37.375Z Compiling memchr v2.8.3
2532026-07-20T10:30:37.443Z Compiling fnv v1.0.7
2542026-07-20T10:30:37.443Z Compiling strsim v0.11.1
2552026-07-20T10:30:37.533Z Compiling regex-syntax v0.8.11
2562026-07-20T10:30:37.744Z Compiling equivalent v1.0.2
2572026-07-20T10:30:37.752Z Compiling anyhow v1.0.103
2582026-07-20T10:30:37.823Z Compiling aho-corasick v1.1.4
2592026-07-20T10:30:37.912Z Compiling either v1.16.0
2602026-07-20T10:30:37.977Z Compiling serde v1.0.228
2612026-07-20T10:30:38.050Z Compiling winnow v1.0.3
2622026-07-20T10:30:38.079Z Compiling zerocopy v0.8.54
2632026-07-20T10:30:38.118Z Compiling hashbrown v0.17.1
2642026-07-20T10:30:38.334Z Compiling itertools v0.14.0
2652026-07-20T10:30:38.645Z Compiling indexmap v2.14.0
2662026-07-20T10:30:38.698Z Compiling syn v2.0.118
2672026-07-20T10:30:38.757Z Compiling toml_datetime v1.1.1+spec-1.1.0
2682026-07-20T10:30:38.990Z Checking byteorder v1.5.0
2692026-07-20T10:30:39.145Z Compiling regex-automata v0.4.15
2702026-07-20T10:30:39.153Z Compiling toml_parser v1.1.2+spec-1.1.0
2712026-07-20T10:30:39.226Z Checking bitflags v2.13.1
2722026-07-20T10:30:39.275Z Compiling heapless v0.8.0
2732026-07-20T10:30:39.313Z Checking hash32 v0.3.1
2742026-07-20T10:30:39.402Z Compiling syn v1.0.109
2752026-07-20T10:30:39.421Z Checking stable_deref_trait v1.2.1
2762026-07-20T10:30:39.486Z Compiling smoltcp v0.11.0
2772026-07-20T10:30:39.632Z Compiling toml_edit v0.25.12+spec-1.1.0
2782026-07-20T10:30:39.717Z Checking macaddr v1.0.1
2792026-07-20T10:30:39.728Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2802026-07-20T10:30:39.735Z Compiling rustversion v1.0.23
2812026-07-20T10:30:39.852Z Checking managed v0.8.0
2822026-07-20T10:30:39.881Z Checking rand_core v0.10.1
2832026-07-20T10:30:39.983Z Compiling getrandom v0.4.3
2842026-07-20T10:30:40.016Z Compiling version_check v0.9.5
2852026-07-20T10:30:40.024Z Compiling ref-cast v1.0.25
2862026-07-20T10:30:40.107Z Compiling rustix v1.1.4
2872026-07-20T10:30:40.121Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2882026-07-20T10:30:40.255Z Compiling proc-macro-crate v3.5.0
2892026-07-20T10:30:40.285Z Checking bitflags v1.3.2
2902026-07-20T10:30:40.360Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2912026-07-20T10:30:40.621Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2922026-07-20T10:30:40.670Z Checking errno v0.3.14
2932026-07-20T10:30:40.680Z Checking unicode-width v0.2.2
2942026-07-20T10:30:40.794Z Checking foreign-types-shared v0.3.1
2952026-07-20T10:30:40.876Z Compiling regex v1.13.0
2962026-07-20T10:30:40.932Z Checking utf8parse v0.2.2
2972026-07-20T10:30:40.939Z Checking cpufeatures v0.3.0
2982026-07-20T10:30:40.988Z Checking once_cell v1.21.4
2992026-07-20T10:30:40.998Z Checking ipnetwork v0.21.1
3002026-07-20T10:30:41.157Z Checking tracing-core v0.1.36
3012026-07-20T10:30:41.171Z Checking anstyle-parse v1.0.0
3022026-07-20T10:30:41.275Z Checking chacha20 v0.10.1
3032026-07-20T10:30:41.315Z Compiling darling_core v0.21.3
3042026-07-20T10:30:41.394Z Checking cstr-argument v0.1.2
3052026-07-20T10:30:41.469Z Checking tabwriter v1.4.1
3062026-07-20T10:30:41.708Z Checking anstyle-query v1.1.5
3072026-07-20T10:30:41.768Z Checking anstyle v1.0.14
3082026-07-20T10:30:41.794Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3092026-07-20T10:30:41.837Z Checking dyn-clone v1.0.20
3102026-07-20T10:30:41.877Z Checking pin-project-lite v0.2.17
3112026-07-20T10:30:41.933Z Checking pretty-hex v0.4.2
3122026-07-20T10:30:41.941Z Checking colorchoice v1.0.5
3132026-07-20T10:30:41.961Z Checking is_terminal_polyfill v1.70.2
3142026-07-20T10:30:41.970Z Checking terminal_size v0.4.4
3152026-07-20T10:30:42.043Z Checking rand v0.10.2
3162026-07-20T10:30:42.046Z Checking anstream v1.0.0
3172026-07-20T10:30:42.075Z Checking uuid v1.23.5
3182026-07-20T10:30:42.232Z Checking socket2 v0.6.4
3192026-07-20T10:30:42.338Z Checking oxnet v0.1.6
3202026-07-20T10:30:42.406Z Compiling heck v0.5.0
3212026-07-20T10:30:42.481Z Checking colored v3.1.1
3222026-07-20T10:30:42.514Z Checking clap_lex v1.1.0
3232026-07-20T10:30:42.522Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3242026-07-20T10:30:42.525Z Compiling thiserror-impl v2.0.18
3252026-07-20T10:30:42.607Z Compiling serde_derive v1.0.228
3262026-07-20T10:30:42.669Z Compiling zerocopy-derive v0.8.54
3272026-07-20T10:30:42.676Z Compiling foreign-types-macros v0.2.3
3282026-07-20T10:30:42.968Z Compiling ref-cast-impl v1.0.25
3292026-07-20T10:30:43.194Z Compiling num_enum_derive v0.7.6
3302026-07-20T10:30:43.323Z Checking foreign-types v0.5.0
3312026-07-20T10:30:43.429Z Compiling tracing-attributes v0.1.31
3322026-07-20T10:30:43.524Z Compiling darling_macro v0.21.3
3332026-07-20T10:30:43.716Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3342026-07-20T10:30:43.932Z Checking cobs v0.3.0
3352026-07-20T10:30:43.950Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3362026-07-20T10:30:44.076Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3372026-07-20T10:30:44.098Z Compiling darling v0.21.3
3382026-07-20T10:30:44.170Z Compiling ingot-macros v0.1.1
3392026-07-20T10:30:44.236Z Checking num_enum v0.7.6
3402026-07-20T10:30:44.243Z Checking clap_builder v4.6.0
3412026-07-20T10:30:44.318Z Compiling clap_derive v4.6.1
3422026-07-20T10:30:44.341Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3432026-07-20T10:30:44.436Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3442026-07-20T10:30:44.671Z Checking tracing v0.1.44
3452026-07-20T10:30:45.562Z Checking postcard v1.1.3
3462026-07-20T10:30:45.701Z Checking clap v4.6.1
3472026-07-20T10:30:46.699Z Checking ingot-types v0.1.2
3482026-07-20T10:30:46.962Z Checking ingot v0.1.1
3492026-07-20T10:30:48.260Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3502026-07-20T10:30:49.491Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3512026-07-20T10:30:50.711Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3522026-07-20T10:30:51.534Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.69s
3532026-07-20T10:30:51.640Z
3542026-07-20T10:30:51.640Zreal 18.845869782
3552026-07-20T10:30:51.640Zuser 55.286485822
3562026-07-20T10:30:51.640Zsys 13.872390800
3572026-07-20T10:30:51.640Ztrap 0.046514770
3582026-07-20T10:30:51.640Ztflt 0.068623675
3592026-07-20T10:30:51.640Zdflt 0.173324617
3602026-07-20T10:30:51.640Zkflt 0.005759535
3612026-07-20T10:30:51.640Zlock 3:26.525138463
3622026-07-20T10:30:51.640Zslp 3:07.502838595
3632026-07-20T10:30:51.643Zlat 3.199958560
3642026-07-20T10:30:51.644Zstop 12.610557506
3652026-07-20T10:30:51.644Z+ header 'debug build'
3662026-07-20T10:30:51.644Z+ echo '# ==== debug build ==== #'
3672026-07-20T10:30:51.644Z# ==== debug build ==== #
3682026-07-20T10:30:51.644Z+ ptime -m cargo build
3692026-07-20T10:30:51.797Z Compiling cfg-if v1.0.4
3702026-07-20T10:30:51.801Z Compiling serde_core v1.0.228
3712026-07-20T10:30:51.801Z Compiling libc v0.2.186
3722026-07-20T10:30:51.827Z Compiling thiserror v2.0.18
3732026-07-20T10:30:51.833Z Compiling byteorder v1.5.0
3742026-07-20T10:30:51.833Z Compiling zerocopy v0.8.54
3752026-07-20T10:30:51.834Z Compiling stable_deref_trait v1.2.1
3762026-07-20T10:30:51.834Z Compiling macaddr v1.0.1
3772026-07-20T10:30:51.870Z Compiling bitflags v1.3.2
3782026-07-20T10:30:51.881Z Compiling managed v0.8.0
3792026-07-20T10:30:51.900Z Compiling cobs v0.3.0
3802026-07-20T10:30:52.139Z Compiling rand_core v0.10.1
3812026-07-20T10:30:52.152Z Compiling hash32 v0.3.1
3822026-07-20T10:30:52.152Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3832026-07-20T10:30:52.152Z Compiling heapless v0.8.0
3842026-07-20T10:30:52.152Z Compiling errno v0.3.14
3852026-07-20T10:30:52.152Z Compiling utf8parse v0.2.2
3862026-07-20T10:30:52.161Z Compiling ipnetwork v0.21.1
3872026-07-20T10:30:52.169Z Compiling once_cell v1.21.4
3882026-07-20T10:30:52.228Z Compiling unicode-width v0.2.2
3892026-07-20T10:30:52.253Z Compiling cpufeatures v0.3.0
3902026-07-20T10:30:52.306Z Compiling memchr v2.8.3
3912026-07-20T10:30:52.315Z Compiling foreign-types-shared v0.3.1
3922026-07-20T10:30:52.395Z Compiling foreign-types v0.5.0
3932026-07-20T10:30:52.401Z Compiling tracing-core v0.1.36
3942026-07-20T10:30:52.464Z Compiling smoltcp v0.11.0
3952026-07-20T10:30:52.507Z Compiling tabwriter v1.4.1
3962026-07-20T10:30:52.562Z Compiling chacha20 v0.10.1
3972026-07-20T10:30:52.679Z Compiling anstyle-parse v1.0.0
3982026-07-20T10:30:52.903Z Compiling cstr-argument v0.1.2
3992026-07-20T10:30:52.916Z Compiling ref-cast v1.0.25
4002026-07-20T10:30:52.925Z Compiling num_enum v0.7.6
4012026-07-20T10:30:53.013Z Compiling getrandom v0.4.3
4022026-07-20T10:30:53.026Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4032026-07-20T10:30:53.064Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4042026-07-20T10:30:53.127Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4052026-07-20T10:30:53.162Z Compiling pin-project-lite v0.2.17
4062026-07-20T10:30:53.220Z Compiling is_terminal_polyfill v1.70.2
4072026-07-20T10:30:53.248Z Compiling pretty-hex v0.4.2
4082026-07-20T10:30:53.302Z Compiling anstyle v1.0.14
4092026-07-20T10:30:53.388Z Compiling dyn-clone v1.0.20
4102026-07-20T10:30:53.512Z Compiling bitflags v2.13.1
4112026-07-20T10:30:53.555Z Compiling serde v1.0.228
4122026-07-20T10:30:53.571Z Compiling colorchoice v1.0.5
4132026-07-20T10:30:53.683Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4142026-07-20T10:30:53.722Z Compiling rustix v1.1.4
4152026-07-20T10:30:53.728Z Compiling anstyle-query v1.1.5
4162026-07-20T10:30:53.750Z Compiling uuid v1.23.5
4172026-07-20T10:30:53.828Z Compiling anstream v1.0.0
4182026-07-20T10:30:53.984Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4192026-07-20T10:30:54.191Z Compiling postcard v1.1.3
4202026-07-20T10:30:54.232Z Compiling terminal_size v0.4.4
4212026-07-20T10:30:54.313Z Compiling tracing v0.1.44
4222026-07-20T10:30:54.334Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4232026-07-20T10:30:54.376Z Compiling anyhow v1.0.103
4242026-07-20T10:30:54.381Z Compiling rand v0.10.2
4252026-07-20T10:30:54.540Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4262026-07-20T10:30:54.659Z Compiling socket2 v0.6.4
4272026-07-20T10:30:54.681Z Compiling winnow v1.0.3
4282026-07-20T10:30:54.816Z Compiling ingot-types v0.1.2
4292026-07-20T10:30:54.897Z Compiling oxnet v0.1.6
4302026-07-20T10:30:54.927Z Compiling clap_lex v1.1.0
4312026-07-20T10:30:55.223Z Compiling ingot v0.1.1
4322026-07-20T10:30:55.251Z Compiling colored v3.1.1
4332026-07-20T10:30:55.308Z Compiling strsim v0.11.1
4342026-07-20T10:30:55.382Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4352026-07-20T10:30:55.815Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4362026-07-20T10:30:55.822Z Compiling clap_builder v4.6.0
4372026-07-20T10:30:56.894Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-07-20T10:30:57.429Z Compiling clap v4.6.1
4392026-07-20T10:30:58.571Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4402026-07-20T10:31:00.034Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4412026-07-20T10:31:04.461Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.81s
4422026-07-20T10:31:04.489Z
4432026-07-20T10:31:04.493Zreal 12.838288264
4442026-07-20T10:31:04.493Zuser 1:05.836452846
4452026-07-20T10:31:04.493Zsys 6.131062738
4462026-07-20T10:31:04.493Ztrap 0.033526465
4472026-07-20T10:31:04.493Ztflt 0.103390710
4482026-07-20T10:31:04.493Zdflt 0.197231338
4492026-07-20T10:31:04.493Zkflt 0.000022607
4502026-07-20T10:31:04.493Zlock 2:58.419963317
4512026-07-20T10:31:04.493Zslp 1:58.299013207
4522026-07-20T10:31:04.493Zlat 4.210119518
4532026-07-20T10:31:04.493Zstop 4.006808538
4542026-07-20T10:31:04.493Z+ header 'release build'
4552026-07-20T10:31:04.493Z+ echo '# ==== release build ==== #'
4562026-07-20T10:31:04.493Z# ==== release build ==== #
4572026-07-20T10:31:04.493Z+ ptime -m cargo build --release
4582026-07-20T10:31:04.581Z Compiling proc-macro2 v1.0.106
4592026-07-20T10:31:04.582Z Compiling unicode-ident v1.0.24
4602026-07-20T10:31:04.582Z Compiling quote v1.0.46
4612026-07-20T10:31:04.582Z Compiling serde_core v1.0.228
4622026-07-20T10:31:04.585Z Compiling libc v0.2.186
4632026-07-20T10:31:04.585Z Compiling cfg-if v1.0.4
4642026-07-20T10:31:04.585Z Compiling thiserror v2.0.18
4652026-07-20T10:31:04.585Z Compiling memchr v2.8.3
4662026-07-20T10:31:04.653Z Compiling strsim v0.11.1
4672026-07-20T10:31:04.701Z Compiling fnv v1.0.7
4682026-07-20T10:31:04.791Z Compiling ident_case v1.0.1
4692026-07-20T10:31:04.890Z Compiling regex-syntax v0.8.11
4702026-07-20T10:31:04.904Z Compiling hashbrown v0.17.1
4712026-07-20T10:31:04.928Z Compiling zerocopy v0.8.54
4722026-07-20T10:31:05.096Z Compiling aho-corasick v1.1.4
4732026-07-20T10:31:05.306Z Compiling anyhow v1.0.103
4742026-07-20T10:31:05.313Z Compiling either v1.16.0
4752026-07-20T10:31:05.313Z Compiling winnow v1.0.3
4762026-07-20T10:31:05.438Z Compiling equivalent v1.0.2
4772026-07-20T10:31:05.443Z Compiling serde v1.0.228
4782026-07-20T10:31:05.471Z Compiling itertools v0.14.0
4792026-07-20T10:31:05.507Z Compiling indexmap v2.14.0
4802026-07-20T10:31:05.807Z Compiling heapless v0.8.0
4812026-07-20T10:31:05.941Z Compiling syn v2.0.118
4822026-07-20T10:31:06.102Z Compiling toml_datetime v1.1.1+spec-1.1.0
4832026-07-20T10:31:06.105Z Compiling byteorder v1.5.0
4842026-07-20T10:31:06.286Z Compiling toml_parser v1.1.2+spec-1.1.0
4852026-07-20T10:31:06.297Z Compiling hash32 v0.3.1
4862026-07-20T10:31:06.310Z Compiling regex-automata v0.4.15
4872026-07-20T10:31:06.437Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4882026-07-20T10:31:06.575Z Compiling macaddr v1.0.1
4892026-07-20T10:31:06.712Z Compiling bitflags v2.13.1
4902026-07-20T10:31:06.715Z Compiling toml_edit v0.25.12+spec-1.1.0
4912026-07-20T10:31:06.828Z Compiling stable_deref_trait v1.2.1
4922026-07-20T10:31:06.832Z Compiling rustversion v1.0.23
4932026-07-20T10:31:06.832Z Compiling syn v1.0.109
4942026-07-20T10:31:06.837Z Compiling smoltcp v0.11.0
4952026-07-20T10:31:07.005Z Compiling bitflags v1.3.2
4962026-07-20T10:31:07.066Z Compiling rustix v1.1.4
4972026-07-20T10:31:07.168Z Compiling ref-cast v1.0.25
4982026-07-20T10:31:07.172Z Compiling version_check v0.9.5
4992026-07-20T10:31:07.196Z Compiling getrandom v0.4.3
5002026-07-20T10:31:07.368Z Compiling proc-macro-crate v3.5.0
5012026-07-20T10:31:07.413Z Compiling managed v0.8.0
5022026-07-20T10:31:07.417Z Compiling rand_core v0.10.1
5032026-07-20T10:31:07.461Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5042026-07-20T10:31:07.557Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5052026-07-20T10:31:07.681Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5062026-07-20T10:31:07.770Z Compiling errno v0.3.14
5072026-07-20T10:31:07.780Z Compiling utf8parse v0.2.2
5082026-07-20T10:31:07.873Z Compiling unicode-width v0.2.2
5092026-07-20T10:31:07.904Z Compiling cpufeatures v0.3.0
5102026-07-20T10:31:07.965Z Compiling regex v1.13.0
5112026-07-20T10:31:08.059Z Compiling ipnetwork v0.21.1
5122026-07-20T10:31:08.114Z Compiling foreign-types-shared v0.3.1
5132026-07-20T10:31:08.152Z Compiling once_cell v1.21.4
5142026-07-20T10:31:08.350Z Compiling tracing-core v0.1.36
5152026-07-20T10:31:08.434Z Compiling tabwriter v1.4.1
5162026-07-20T10:31:08.488Z Compiling chacha20 v0.10.1
5172026-07-20T10:31:08.759Z Compiling darling_core v0.21.3
5182026-07-20T10:31:08.763Z Compiling cstr-argument v0.1.2
5192026-07-20T10:31:08.907Z Compiling anstyle-parse v1.0.0
5202026-07-20T10:31:09.281Z Compiling colorchoice v1.0.5
5212026-07-20T10:31:09.385Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5222026-07-20T10:31:09.395Z Compiling is_terminal_polyfill v1.70.2
5232026-07-20T10:31:09.409Z Compiling anstyle v1.0.14
5242026-07-20T10:31:09.473Z Compiling pretty-hex v0.4.2
5252026-07-20T10:31:09.603Z Compiling anstyle-query v1.1.5
5262026-07-20T10:31:09.607Z Compiling dyn-clone v1.0.20
5272026-07-20T10:31:09.649Z Compiling pin-project-lite v0.2.17
5282026-07-20T10:31:09.682Z Compiling anstream v1.0.0
5292026-07-20T10:31:09.729Z Compiling terminal_size v0.4.4
5302026-07-20T10:31:09.736Z Compiling thiserror-impl v2.0.18
5312026-07-20T10:31:09.856Z Compiling serde_derive v1.0.228
5322026-07-20T10:31:10.019Z Compiling zerocopy-derive v0.8.54
5332026-07-20T10:31:10.080Z Compiling ref-cast-impl v1.0.25
5342026-07-20T10:31:10.234Z Compiling foreign-types-macros v0.2.3
5352026-07-20T10:31:10.428Z Compiling num_enum_derive v0.7.6
5362026-07-20T10:31:10.769Z Compiling tracing-attributes v0.1.31
5372026-07-20T10:31:10.865Z Compiling foreign-types v0.5.0
5382026-07-20T10:31:10.880Z Compiling darling_macro v0.21.3
5392026-07-20T10:31:10.930Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5402026-07-20T10:31:11.056Z Compiling cobs v0.3.0
5412026-07-20T10:31:11.066Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5422026-07-20T10:31:11.259Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5432026-07-20T10:31:11.416Z Compiling num_enum v0.7.6
5442026-07-20T10:31:11.421Z Compiling rand v0.10.2
5452026-07-20T10:31:11.432Z Compiling darling v0.21.3
5462026-07-20T10:31:11.499Z Compiling ingot-macros v0.1.1
5472026-07-20T10:31:11.521Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5482026-07-20T10:31:11.545Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-07-20T10:31:11.596Z Compiling uuid v1.23.5
5502026-07-20T10:31:11.645Z Compiling socket2 v0.6.4
5512026-07-20T10:31:11.703Z Compiling colored v3.1.1
5522026-07-20T10:31:11.958Z Compiling tracing v0.1.44
5532026-07-20T10:31:12.003Z Compiling oxnet v0.1.6
5542026-07-20T10:31:12.198Z Compiling heck v0.5.0
5552026-07-20T10:31:12.225Z Compiling clap_lex v1.1.0
5562026-07-20T10:31:12.298Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5572026-07-20T10:31:12.385Z Compiling clap_derive v4.6.1
5582026-07-20T10:31:12.527Z Compiling clap_builder v4.6.0
5592026-07-20T10:31:13.014Z Compiling postcard v1.1.3
5602026-07-20T10:31:14.471Z Compiling ingot-types v0.1.2
5612026-07-20T10:31:14.512Z Compiling clap v4.6.1
5622026-07-20T10:31:14.820Z Compiling ingot v0.1.1
5632026-07-20T10:31:16.454Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5642026-07-20T10:31:17.459Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5652026-07-20T10:31:18.518Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5662026-07-20T10:31:25.136Z Finished `release` profile [optimized + debuginfo] target(s) in 20.63s
5672026-07-20T10:31:25.164Z
5682026-07-20T10:31:25.164Zreal 20.665781299
5692026-07-20T10:31:25.167Zuser 1:44.137276612
5702026-07-20T10:31:25.167Zsys 13.893568780
5712026-07-20T10:31:25.168Ztrap 0.053820818
5722026-07-20T10:31:25.168Ztflt 0.067038495
5732026-07-20T10:31:25.168Zdflt 0.387488660
5742026-07-20T10:31:25.168Zkflt 0.000017715
5752026-07-20T10:31:25.168Zlock 4:28.130674822
5762026-07-20T10:31:25.168Zslp 3:26.421054347
5772026-07-20T10:31:25.168Zlat 6.031507410
5782026-07-20T10:31:25.168Zstop 9.436112580
5792026-07-20T10:31:25.168Z+ popd
5802026-07-20T10:31:25.168Z/work/oxidecomputer/opte
5812026-07-20T10:31:25.168Z+ for x in debug release
5822026-07-20T10:31:25.168Z+ mkdir -p /work/debug
5832026-07-20T10:31:25.168Z+ cp target/debug/opteadm /work/debug/
5842026-07-20T10:31:25.189Z+ sha256sum target/debug/opteadm
5852026-07-20T10:31:25.215Z+ for x in debug release
5862026-07-20T10:31:25.215Z+ mkdir -p /work/release
5872026-07-20T10:31:25.218Z+ cp target/release/opteadm /work/release/
5882026-07-20T10:31:25.234Z+ sha256sum target/release/opteadm
5892026-07-20T10:31:25.253Zprocess exited: duration 67985 ms, exit code 0
 
5902026-07-20T10:31:25.265Zfound 4 output files
5912026-07-20T10:31:25.265Zuploading: /work/debug/opteadm (36199248 bytes)
5922026-07-20T10:31:26.534Zuploaded: /work/debug/opteadm
5932026-07-20T10:31:26.534Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5942026-07-20T10:31:27.544Zuploaded: /work/debug/opteadm.debug.sha256
5952026-07-20T10:31:27.544Zuploading: /work/release/opteadm (24760096 bytes)
5962026-07-20T10:31:28.690Zuploaded: /work/release/opteadm
5972026-07-20T10:31:28.690Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5982026-07-20T10:31:29.701Zuploaded: /work/release/opteadm.release.sha256