01KV590GMNDFWF48CMF3675AQA: 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: 01KV590XRZ7ET23SX7V9Y1YNA9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T09:16:25.231Zjob assigned to worker 01KV5914GTGAKJV4S29H4STP48 [factory aws, i-04680e5e311d267c5] (queued for 59 s)
 
22026-06-15T09:16:31.860Zstarting task 0: "setup"
32026-06-15T09:16:31.865Z++ uname -s
42026-06-15T09:16:31.868Z+ kern=SunOS
52026-06-15T09:16:31.868Z+ build_user=build
62026-06-15T09:16:31.868Z+ build_uid=12345
72026-06-15T09:16:31.868Z+ work_dir=/work
82026-06-15T09:16:31.868Z+ input_dir=/input
92026-06-15T09:16:31.868Z+ [[ 0 == 12345 ]]
102026-06-15T09:16:31.868Z+ case "$kern" in
112026-06-15T09:16:31.868Z+ groupadd -g 12345 build
122026-06-15T09:16:31.871Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T09:16:33.874Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T09:16:33.982Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T09:16:33.985Z+ home_fs=zfs
162026-06-15T09:16:33.985Z+ [[ zfs == autofs ]]
172026-06-15T09:16:33.985Z+ mkdir -p /home/build
182026-06-15T09:16:33.985Z+ chown build:build /home/build /work
192026-06-15T09:16:35.987Z+ chmod 0700 /home/build /work
202026-06-15T09:16:35.989Zprocess exited: duration 4128 ms, exit code 0
 
212026-06-15T09:16:35.994Zstarting task 1: "rust-toolchain"
222026-06-15T09:16:35.998Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-15T09:16:35.998Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-15T09:16:35.998Z * rust toolchain channel = "1.95.0"
252026-06-15T09:16:35.998Z * rust toolchain profile = "default"
262026-06-15T09:16:36.001Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T09:16:36.001Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T09:16:36.002Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T09:16:36.002Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-15T09:16:36.081Zinfo: downloading installer
312026-06-15T09:16:37.749Zwarn: It looks like you have an existing rustup settings file at:
322026-06-15T09:16:37.749Zwarn: /home/build/.rustup/settings.toml
332026-06-15T09:16:37.749Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-15T09:16:37.749Zwarn: instead of the one inferred from the default host triple.
352026-06-15T09:16:37.761Zinfo: profile set to default
362026-06-15T09:16:37.761Zinfo: default host triple is x86_64-unknown-illumos
372026-06-15T09:16:37.764Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-15T09:16:37.908Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-15T09:16:37.911Zinfo: downloading 6 components
402026-06-15T09:16:53.678Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-15T09:16:53.678Z
422026-06-15T09:16:53.710Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-15T09:16:53.710Z
442026-06-15T09:16:53.710Z
452026-06-15T09:16:53.710ZRust is installed now. Great!
462026-06-15T09:16:53.710Z
472026-06-15T09:16:53.710ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-15T09:16:53.710Zenvironment variable. This has not been done automatically.
492026-06-15T09:16:53.710Z
502026-06-15T09:16:53.710ZTo configure your current shell, you need to source
512026-06-15T09:16:53.710Zthe corresponding env file under $HOME/.cargo.
522026-06-15T09:16:53.710Z
532026-06-15T09:16:53.710ZThis is usually done by running one of the following (note the leading DOT):
542026-06-15T09:16:53.713Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-15T09:16:53.713Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-15T09:16:53.713Zsource "~/.cargo/env.nu" # For nushell
572026-06-15T09:16:53.713Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-15T09:16:53.713Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-15T09:16:53.713Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-15T09:16:53.713Zwarn: no default linker (`cc`) was found in your PATH
612026-06-15T09:16:53.713Zwarn: many Rust crates require a system C toolchain to build
622026-06-15T09:16:53.810Z+ rustup --version
632026-06-15T09:16:53.819Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-15T09:16:53.821Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-15T09:16:53.840Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-15T09:16:53.842Z+ cargo --version
672026-06-15T09:16:53.857Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-15T09:16:53.870Z+ rustc --version
692026-06-15T09:16:53.878Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-15T09:16:53.881Zprocess exited: duration 17886 ms, exit code 0
 
712026-06-15T09:16:53.886Zstarting task 2: "authentication"
722026-06-15T09:16:53.902Zprocess exited: duration 15 ms, exit code 0
 
732026-06-15T09:16:53.907Zstarting task 3: "clone repository"
742026-06-15T09:16:53.910Z+ mkdir -p /work/oxidecomputer/opte
752026-06-15T09:16:53.913Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-15T09:16:53.942ZCloning into '/work/oxidecomputer/opte'...
772026-06-15T09:16:54.766Z+ cd /work/oxidecomputer/opte
782026-06-15T09:16:54.766Z+ git fetch origin fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
792026-06-15T09:16:54.998ZFrom https://github.com/oxidecomputer/opte
802026-06-15T09:16:54.998Z * branch fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 -> FETCH_HEAD
812026-06-15T09:16:55.005Z+ [[ -n renovate/lock-file-maintenance ]]
822026-06-15T09:16:55.007Z++ git branch --show-current
832026-06-15T09:16:55.007Z+ current=master
842026-06-15T09:16:55.007Z+ [[ master != renovate/lock-file-maintenance ]]
852026-06-15T09:16:55.007Z+ git branch -f renovate/lock-file-maintenance fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
862026-06-15T09:16:55.010Z+ git checkout -f renovate/lock-file-maintenance
872026-06-15T09:16:55.026ZSwitched to branch 'renovate/lock-file-maintenance'
882026-06-15T09:16:55.029Z+ git reset --hard fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
892026-06-15T09:16:55.031ZHEAD is now at fa2f5fe Lock file maintenance
902026-06-15T09:16:55.031Zprocess exited: duration 1123 ms, exit code 0
 
912026-06-15T09:16:55.038Zstarting task 4: "build"
922026-06-15T09:16:55.041Z+ source .github/buildomat/common.sh
932026-06-15T09:16:55.041Z++ rustup show active-toolchain
942026-06-15T09:16:55.048Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-15T09:16:55.050Z++ pushd xde
962026-06-15T09:16:55.050Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-15T09:16:55.050Z++ rustup show active-toolchain
982026-06-15T09:16:55.053Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-15T09:16:55.204Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-15T09:16:55.206Zinfo: downloading 6 components
1012026-06-15T09:17:08.982Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-15T09:17:09.078Z+++ rustup show active-toolchain -v
1032026-06-15T09:17:09.080Z+++ head -n 1
1042026-06-15T09:17:09.081Z+++ cut '-d ' -f1
1052026-06-15T09:17:09.132Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-15T09:17:09.132Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-15T09:17:09.132Z++ popd
1082026-06-15T09:17:09.135Z/work/oxidecomputer/opte
1092026-06-15T09:17:09.135Z+ cargo --version
1102026-06-15T09:17:09.141Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-15T09:17:09.141Z+ rustc --version
1122026-06-15T09:17:09.162Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-15T09:17:09.165Z+ pushd bin/opteadm
1142026-06-15T09:17:09.165Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-06-15T09:17:09.165Z+ header 'check style'
1162026-06-15T09:17:09.165Z+ echo '# ==== check style ==== #'
1172026-06-15T09:17:09.165Z# ==== check style ==== #
1182026-06-15T09:17:09.165Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-06-15T09:17:09.236Z
1202026-06-15T09:17:09.236Zreal 0.068742825
1212026-06-15T09:17:09.236Zuser 0.038857553
1222026-06-15T09:17:09.236Zsys 0.027642868
1232026-06-15T09:17:09.236Ztrap 0.000001770
1242026-06-15T09:17:09.239Ztflt 0.000012330
1252026-06-15T09:17:09.239Zdflt 0.000009840
1262026-06-15T09:17:09.239Zkflt 0.000000000
1272026-06-15T09:17:09.239Zlock 0.031904670
1282026-06-15T09:17:09.239Zslp 0.048236705
1292026-06-15T09:17:09.239Zlat 0.000769110
1302026-06-15T09:17:09.239Zstop 0.000086820
1312026-06-15T09:17:09.239Z+ header analyze
1322026-06-15T09:17:09.239Z+ echo '# ==== analyze ==== #'
1332026-06-15T09:17:09.239Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-06-15T09:17:09.239Z# ==== analyze ==== #
1352026-06-15T09:17:09.374Z Updating crates.io index
1362026-06-15T09:17:09.376Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-15T09:17:10.483Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-15T09:17:10.755Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-15T09:17:11.125Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-15T09:17:11.440Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-15T09:17:11.691Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-15T09:17:12.079Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-15T09:17:13.728Z Downloading crates ...
1442026-06-15T09:17:13.777Z Downloaded anstyle-query v1.1.5
1452026-06-15T09:17:13.787Z Downloaded darling_macro v0.21.3
1462026-06-15T09:17:13.793Z Downloaded defmt-parser v1.0.0
1472026-06-15T09:17:13.795Z Downloaded errno v0.3.14
1482026-06-15T09:17:13.795Z Downloaded cobs v0.3.0
1492026-06-15T09:17:13.799Z Downloaded cfg-if v1.0.4
1502026-06-15T09:17:13.801Z Downloaded hash32 v0.3.1
1512026-06-15T09:17:13.807Z Downloaded heck v0.5.0
1522026-06-15T09:17:13.809Z Downloaded ident_case v1.0.1
1532026-06-15T09:17:13.809Z Downloaded fnv v1.0.7
1542026-06-15T09:17:13.811Z Downloaded cpufeatures v0.3.0
1552026-06-15T09:17:13.814Z Downloaded zerocopy v0.8.52
1562026-06-15T09:17:13.825Z Downloaded ref-cast-impl v1.0.25
1572026-06-15T09:17:13.827Z Downloaded foreign-types-macros v0.2.3
1582026-06-15T09:17:13.827Z Downloaded foreign-types v0.5.0
1592026-06-15T09:17:13.828Z Downloaded equivalent v1.0.2
1602026-06-15T09:17:13.828Z Downloaded embedded-io v0.6.1
1612026-06-15T09:17:13.830Z Downloaded defmt v0.3.100
1622026-06-15T09:17:13.830Z Downloaded cstr-argument v0.1.2
1632026-06-15T09:17:13.830Z Downloaded colorchoice v1.0.5
1642026-06-15T09:17:13.830Z Downloaded ingot v0.1.1
1652026-06-15T09:17:13.833Z Downloaded embedded-io v0.4.0
1662026-06-15T09:17:13.833Z Downloaded anstyle v1.0.14
1672026-06-15T09:17:13.833Z Downloaded clap_lex v1.1.0
1682026-06-15T09:17:13.835Z Downloaded foreign-types-shared v0.3.1
1692026-06-15T09:17:13.842Z Downloaded ref-cast v1.0.25
1702026-06-15T09:17:13.845Z Downloaded pretty-hex v0.4.2
1712026-06-15T09:17:13.849Z Downloaded terminal_size v0.4.4
1722026-06-15T09:17:13.852Z Downloaded is_terminal_polyfill v1.70.2
1732026-06-15T09:17:13.857Z Downloaded tabwriter v1.4.1
1742026-06-15T09:17:13.859Z Downloaded stable_deref_trait v1.2.1
1752026-06-15T09:17:13.859Z Downloaded macaddr v1.0.1
1762026-06-15T09:17:13.859Z Downloaded proc-macro-error-attr2 v2.0.0
1772026-06-15T09:17:13.864Z Downloaded dyn-clone v1.0.20
1782026-06-15T09:17:13.867Z Downloaded bitflags v1.3.2
1792026-06-15T09:17:13.869Z Downloaded rand_core v0.10.1
1802026-06-15T09:17:13.869Z Downloaded either v1.16.0
1812026-06-15T09:17:13.869Z Downloaded byteorder v1.5.0
1822026-06-15T09:17:13.872Z Downloaded anstream v1.0.0
1832026-06-15T09:17:13.872Z Downloaded defmt-macros v1.1.0
1842026-06-15T09:17:13.874Z Downloaded proc-macro-crate v3.5.0
1852026-06-15T09:17:13.874Z Downloaded managed v0.8.0
1862026-06-15T09:17:13.881Z Downloaded utf8parse v0.2.2
1872026-06-15T09:17:13.888Z Downloaded strsim v0.11.1
1882026-06-15T09:17:13.890Z Downloaded version_check v0.9.5
1892026-06-15T09:17:13.893Z Downloaded anyhow v1.0.102
1902026-06-15T09:17:13.895Z Downloaded anstyle-parse v1.0.0
1912026-06-15T09:17:13.910Z Downloaded proc-macro-error2 v2.0.1
1922026-06-15T09:17:13.913Z Downloaded thiserror v2.0.18
1932026-06-15T09:17:13.915Z Downloaded defmt v1.1.0
1942026-06-15T09:17:13.918Z Downloaded rustversion v1.0.22
1952026-06-15T09:17:13.920Z Downloaded quote v1.0.45
1962026-06-15T09:17:13.920Z Downloaded darling v0.21.3
1972026-06-15T09:17:13.923Z Downloaded pin-project-lite v0.2.17
1982026-06-15T09:17:13.926Z Downloaded thiserror-impl v2.0.18
1992026-06-15T09:17:13.928Z Downloaded num_enum v0.7.6
2002026-06-15T09:17:13.931Z Downloaded chacha20 v0.10.0
2012026-06-15T09:17:13.931Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2022026-06-15T09:17:13.933Z Downloaded num_enum_derive v0.7.6
2032026-06-15T09:17:13.933Z Downloaded oxnet v0.1.6
2042026-06-15T09:17:13.939Z Downloaded clap_derive v4.6.1
2052026-06-15T09:17:13.941Z Downloaded darling_core v0.21.3
2062026-06-15T09:17:13.944Z Downloaded bitflags v2.13.0
2072026-06-15T09:17:13.950Z Downloaded postcard v1.1.3
2082026-06-15T09:17:13.954Z Downloaded ingot-types v0.1.2
2092026-06-15T09:17:13.959Z Downloaded toml_parser v1.1.2+spec-1.1.0
2102026-06-15T09:17:13.962Z Downloaded clap v4.6.1
2112026-06-15T09:17:13.966Z Downloaded proc-macro2 v1.0.106
2122026-06-15T09:17:13.977Z Downloaded getrandom v0.4.2
2132026-06-15T09:17:13.977Z Downloaded tracing-attributes v0.1.31
2142026-06-15T09:17:13.977Z Downloaded ipnetwork v0.21.1
2152026-06-15T09:17:13.977Z Downloaded colored v3.1.1
2162026-06-15T09:17:13.977Z Downloaded ingot-macros v0.1.1
2172026-06-15T09:17:13.988Z Downloaded serde_derive v1.0.228
2182026-06-15T09:17:13.991Z Downloaded uuid v1.23.3
2192026-06-15T09:17:13.993Z Downloaded once_cell v1.21.4
2202026-06-15T09:17:14.000Z Downloaded tracing-core v0.1.36
2212026-06-15T09:17:14.010Z Downloaded socket2 v0.6.4
2222026-06-15T09:17:14.012Z Downloaded serde_core v1.0.228
2232026-06-15T09:17:14.015Z Downloaded unicode-ident v1.0.24
2242026-06-15T09:17:14.025Z Downloaded heapless v0.8.0
2252026-06-15T09:17:14.040Z Downloaded toml_edit v0.25.12+spec-1.1.0
2262026-06-15T09:17:14.047Z Downloaded zerocopy-derive v0.8.52
2272026-06-15T09:17:14.054Z Downloaded memchr v2.8.2
2282026-06-15T09:17:14.057Z Downloaded indexmap v2.14.0
2292026-06-15T09:17:14.061Z Downloaded serde v1.0.228
2302026-06-15T09:17:14.064Z Downloaded aho-corasick v1.1.4
2312026-06-15T09:17:14.066Z Downloaded rand v0.10.1
2322026-06-15T09:17:14.091Z Downloaded hashbrown v0.17.1
2332026-06-15T09:17:14.104Z Downloaded regex v1.12.4
2342026-06-15T09:17:14.111Z Downloaded itertools v0.14.0
2352026-06-15T09:17:14.120Z Downloaded clap_builder v4.6.0
2362026-06-15T09:17:14.137Z Downloaded winnow v1.0.3
2372026-06-15T09:17:14.170Z Downloaded syn v1.0.109
2382026-06-15T09:17:14.190Z Downloaded unicode-width v0.2.2
2392026-06-15T09:17:14.209Z Downloaded syn v2.0.117
2402026-06-15T09:17:14.215Z Downloaded smoltcp v0.11.0
2412026-06-15T09:17:14.226Z Downloaded regex-syntax v0.8.11
2422026-06-15T09:17:14.242Z Downloaded rustix v1.1.4
2432026-06-15T09:17:14.255Z Downloaded tracing v0.1.44
2442026-06-15T09:17:14.275Z Downloaded regex-automata v0.4.14
2452026-06-15T09:17:14.289Z Downloaded libc v0.2.186
2462026-06-15T09:17:14.351Z Compiling proc-macro2 v1.0.106
2472026-06-15T09:17:14.351Z Compiling unicode-ident v1.0.24
2482026-06-15T09:17:14.351Z Compiling quote v1.0.45
2492026-06-15T09:17:14.351Z Compiling serde_core v1.0.228
2502026-06-15T09:17:14.351Z Compiling libc v0.2.186
2512026-06-15T09:17:14.354Z Checking cfg-if v1.0.4
2522026-06-15T09:17:14.354Z Compiling strsim v0.11.1
2532026-06-15T09:17:14.354Z Compiling thiserror v2.0.18
2542026-06-15T09:17:14.478Z Compiling ident_case v1.0.1
2552026-06-15T09:17:14.559Z Compiling fnv v1.0.7
2562026-06-15T09:17:14.587Z Compiling memchr v2.8.2
2572026-06-15T09:17:14.644Z Compiling regex-syntax v0.8.11
2582026-06-15T09:17:14.719Z Compiling zerocopy v0.8.52
2592026-06-15T09:17:14.827Z Compiling either v1.16.0
2602026-06-15T09:17:14.986Z Compiling aho-corasick v1.1.4
2612026-06-15T09:17:15.022Z Compiling winnow v1.0.3
2622026-06-15T09:17:15.116Z Compiling hashbrown v0.17.1
2632026-06-15T09:17:15.128Z Compiling equivalent v1.0.2
2642026-06-15T09:17:15.149Z Compiling serde v1.0.228
2652026-06-15T09:17:15.198Z Compiling anyhow v1.0.102
2662026-06-15T09:17:15.629Z Compiling indexmap v2.14.0
2672026-06-15T09:17:15.657Z Compiling syn v2.0.117
2682026-06-15T09:17:15.685Z Compiling itertools v0.14.0
2692026-06-15T09:17:15.712Z Compiling heapless v0.8.0
2702026-06-15T09:17:16.027Z Compiling toml_parser v1.1.2+spec-1.1.0
2712026-06-15T09:17:16.065Z Checking byteorder v1.5.0
2722026-06-15T09:17:16.224Z Compiling regex-automata v0.4.14
2732026-06-15T09:17:16.265Z Compiling toml_datetime v1.1.1+spec-1.1.0
2742026-06-15T09:17:16.312Z Checking bitflags v2.13.0
2752026-06-15T09:17:16.420Z Compiling toml_edit v0.25.12+spec-1.1.0
2762026-06-15T09:17:16.483Z Checking hash32 v0.3.1
2772026-06-15T09:17:16.592Z Compiling syn v1.0.109
2782026-06-15T09:17:16.595Z Compiling rustversion v1.0.22
2792026-06-15T09:17:16.658Z Checking stable_deref_trait v1.2.1
2802026-06-15T09:17:16.724Z Checking macaddr v1.0.1
2812026-06-15T09:17:16.761Z Compiling smoltcp v0.11.0
2822026-06-15T09:17:16.859Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2832026-06-15T09:17:16.960Z Compiling proc-macro-crate v3.5.0
2842026-06-15T09:17:16.975Z Checking managed v0.8.0
2852026-06-15T09:17:17.115Z Compiling ref-cast v1.0.25
2862026-06-15T09:17:17.121Z Checking rand_core v0.10.1
2872026-06-15T09:17:17.151Z Checking bitflags v1.3.2
2882026-06-15T09:17:17.213Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2892026-06-15T09:17:17.251Z Compiling rustix v1.1.4
2902026-06-15T09:17:17.293Z Compiling version_check v0.9.5
2912026-06-15T09:17:17.327Z Compiling getrandom v0.4.2
2922026-06-15T09:17:17.562Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-15T09:17:17.608Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-15T09:17:17.797Z Checking errno v0.3.14
2952026-06-15T09:17:17.820Z Checking unicode-width v0.2.2
2962026-06-15T09:17:17.908Z Compiling regex v1.12.4
2972026-06-15T09:17:18.014Z Checking foreign-types-shared v0.3.1
2982026-06-15T09:17:18.061Z Checking once_cell v1.21.4
2992026-06-15T09:17:18.092Z Checking ipnetwork v0.21.1
3002026-06-15T09:17:18.230Z Compiling darling_core v0.21.3
3012026-06-15T09:17:18.265Z Checking utf8parse v0.2.2
3022026-06-15T09:17:18.272Z Checking cpufeatures v0.3.0
3032026-06-15T09:17:18.298Z Checking cstr-argument v0.1.2
3042026-06-15T09:17:18.329Z Checking chacha20 v0.10.0
3052026-06-15T09:17:18.355Z Checking anstyle-parse v1.0.0
3062026-06-15T09:17:18.410Z Checking tracing-core v0.1.36
3072026-06-15T09:17:18.501Z Checking tabwriter v1.4.1
3082026-06-15T09:17:18.775Z Checking colorchoice v1.0.5
3092026-06-15T09:17:18.820Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
3102026-06-15T09:17:18.865Z Checking is_terminal_polyfill v1.70.2
3112026-06-15T09:17:18.930Z Checking anstyle v1.0.14
3122026-06-15T09:17:18.937Z Checking dyn-clone v1.0.20
3132026-06-15T09:17:18.958Z Checking anstyle-query v1.1.5
3142026-06-15T09:17:19.006Z Checking pretty-hex v0.4.2
3152026-06-15T09:17:19.029Z Checking pin-project-lite v0.2.17
3162026-06-15T09:17:19.042Z Checking terminal_size v0.4.4
3172026-06-15T09:17:19.103Z Checking anstream v1.0.0
3182026-06-15T09:17:19.110Z Checking rand v0.10.1
3192026-06-15T09:17:19.149Z Checking uuid v1.23.3
3202026-06-15T09:17:19.254Z Checking socket2 v0.6.4
3212026-06-15T09:17:19.406Z Checking colored v3.1.1
3222026-06-15T09:17:19.432Z Compiling thiserror-impl v2.0.18
3232026-06-15T09:17:19.452Z Compiling serde_derive v1.0.228
3242026-06-15T09:17:19.500Z Compiling zerocopy-derive v0.8.52
3252026-06-15T09:17:19.574Z Compiling ref-cast-impl v1.0.25
3262026-06-15T09:17:19.594Z Compiling foreign-types-macros v0.2.3
3272026-06-15T09:17:20.158Z Compiling num_enum_derive v0.7.6
3282026-06-15T09:17:20.215Z Checking foreign-types v0.5.0
3292026-06-15T09:17:20.280Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-15T09:17:20.330Z Compiling tracing-attributes v0.1.31
3312026-06-15T09:17:20.333Z Compiling darling_macro v0.21.3
3322026-06-15T09:17:20.792Z Checking cobs v0.3.0
3332026-06-15T09:17:20.817Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3342026-06-15T09:17:20.917Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3352026-06-15T09:17:20.931Z Checking oxnet v0.1.6
3362026-06-15T09:17:20.938Z Compiling darling v0.21.3
3372026-06-15T09:17:21.008Z Compiling ingot-macros v0.1.1
3382026-06-15T09:17:21.084Z Compiling heck v0.5.0
3392026-06-15T09:17:21.106Z Checking clap_lex v1.1.0
3402026-06-15T09:17:21.200Z Checking num_enum v0.7.6
3412026-06-15T09:17:21.259Z Checking clap_builder v4.6.0
3422026-06-15T09:17:21.279Z Compiling clap_derive v4.6.1
3432026-06-15T09:17:21.303Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3442026-06-15T09:17:21.306Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3452026-06-15T09:17:21.403Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3462026-06-15T09:17:21.602Z Checking tracing v0.1.44
3472026-06-15T09:17:22.429Z Checking postcard v1.1.3
3482026-06-15T09:17:22.653Z Checking clap v4.6.1
3492026-06-15T09:17:23.519Z Checking ingot-types v0.1.2
3502026-06-15T09:17:23.793Z Checking ingot v0.1.1
3512026-06-15T09:17:25.081Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-15T09:17:26.284Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-15T09:17:27.469Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-15T09:17:28.296Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.01s
3552026-06-15T09:17:28.413Z
3562026-06-15T09:17:28.413Zreal 19.171245697
3572026-06-15T09:17:28.413Zuser 54.356020857
3582026-06-15T09:17:28.413Zsys 13.407468272
3592026-06-15T09:17:28.413Ztrap 0.043444011
3602026-06-15T09:17:28.413Ztflt 0.056624510
3612026-06-15T09:17:28.413Zdflt 0.193399814
3622026-06-15T09:17:28.413Zkflt 0.005696540
3632026-06-15T09:17:28.413Zlock 2:55.089724401
3642026-06-15T09:17:28.413Zslp 3:05.102779419
3652026-06-15T09:17:28.414Zlat 3.664848277
3662026-06-15T09:17:28.414Zstop 11.066706979
3672026-06-15T09:17:28.417Z+ header 'debug build'
3682026-06-15T09:17:28.417Z+ echo '# ==== debug build ==== #'
3692026-06-15T09:17:28.417Z+ ptime -m cargo build
3702026-06-15T09:17:28.417Z# ==== debug build ==== #
3712026-06-15T09:17:28.572Z Compiling cfg-if v1.0.4
3722026-06-15T09:17:28.573Z Compiling serde_core v1.0.228
3732026-06-15T09:17:28.575Z Compiling libc v0.2.186
3742026-06-15T09:17:28.599Z Compiling thiserror v2.0.18
3752026-06-15T09:17:28.602Z Compiling byteorder v1.5.0
3762026-06-15T09:17:28.605Z Compiling zerocopy v0.8.52
3772026-06-15T09:17:28.607Z Compiling stable_deref_trait v1.2.1
3782026-06-15T09:17:28.610Z Compiling macaddr v1.0.1
3792026-06-15T09:17:28.646Z Compiling managed v0.8.0
3802026-06-15T09:17:28.657Z Compiling cobs v0.3.0
3812026-06-15T09:17:28.675Z Compiling bitflags v1.3.2
3822026-06-15T09:17:28.735Z Compiling hash32 v0.3.1
3832026-06-15T09:17:28.767Z Compiling rand_core v0.10.1
3842026-06-15T09:17:28.843Z Compiling heapless v0.8.0
3852026-06-15T09:17:28.859Z Compiling errno v0.3.14
3862026-06-15T09:17:28.878Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3872026-06-15T09:17:28.917Z Compiling utf8parse v0.2.2
3882026-06-15T09:17:28.922Z Compiling cpufeatures v0.3.0
3892026-06-15T09:17:28.934Z Compiling once_cell v1.21.4
3902026-06-15T09:17:28.979Z Compiling ipnetwork v0.21.1
3912026-06-15T09:17:29.006Z Compiling unicode-width v0.2.2
3922026-06-15T09:17:29.016Z Compiling foreign-types-shared v0.3.1
3932026-06-15T09:17:29.093Z Compiling memchr v2.8.2
3942026-06-15T09:17:29.140Z Compiling tracing-core v0.1.36
3952026-06-15T09:17:29.157Z Compiling foreign-types v0.5.0
3962026-06-15T09:17:29.222Z Compiling smoltcp v0.11.0
3972026-06-15T09:17:29.260Z Compiling tabwriter v1.4.1
3982026-06-15T09:17:29.302Z Compiling anstyle-parse v1.0.0
3992026-06-15T09:17:29.501Z Compiling cstr-argument v0.1.2
4002026-06-15T09:17:29.511Z Compiling chacha20 v0.10.0
4012026-06-15T09:17:29.666Z Compiling ref-cast v1.0.25
4022026-06-15T09:17:29.679Z Compiling num_enum v0.7.6
4032026-06-15T09:17:29.754Z Compiling getrandom v0.4.2
4042026-06-15T09:17:29.782Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4052026-06-15T09:17:29.841Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-15T09:17:29.884Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-15T09:17:29.938Z Compiling dyn-clone v1.0.20
4082026-06-15T09:17:29.960Z Compiling colorchoice v1.0.5
4092026-06-15T09:17:30.069Z Compiling is_terminal_polyfill v1.70.2
4102026-06-15T09:17:30.093Z Compiling anstyle v1.0.14
4112026-06-15T09:17:30.154Z Compiling pretty-hex v0.4.2
4122026-06-15T09:17:30.272Z Compiling bitflags v2.13.0
4132026-06-15T09:17:30.281Z Compiling serde v1.0.228
4142026-06-15T09:17:30.350Z Compiling pin-project-lite v0.2.17
4152026-06-15T09:17:30.438Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-06-15T09:17:30.445Z Compiling rustix v1.1.4
4172026-06-15T09:17:30.445Z Compiling anstyle-query v1.1.5
4182026-06-15T09:17:30.458Z Compiling tracing v0.1.44
4192026-06-15T09:17:30.542Z Compiling anstream v1.0.0
4202026-06-15T09:17:30.749Z Compiling postcard v1.1.3
4212026-06-15T09:17:30.842Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4222026-06-15T09:17:30.984Z Compiling terminal_size v0.4.4
4232026-06-15T09:17:31.059Z Compiling uuid v1.23.3
4242026-06-15T09:17:31.063Z Compiling anyhow v1.0.102
4252026-06-15T09:17:31.066Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-06-15T09:17:31.100Z Compiling rand v0.10.1
4272026-06-15T09:17:31.131Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-06-15T09:17:31.247Z Compiling socket2 v0.6.4
4292026-06-15T09:17:31.547Z Compiling ingot-types v0.1.2
4302026-06-15T09:17:31.649Z Compiling oxnet v0.1.6
4312026-06-15T09:17:31.664Z Compiling clap_lex v1.1.0
4322026-06-15T09:17:31.664Z Compiling strsim v0.11.1
4332026-06-15T09:17:31.926Z Compiling ingot v0.1.1
4342026-06-15T09:17:31.946Z Compiling colored v3.1.1
4352026-06-15T09:17:32.036Z Compiling winnow v1.0.3
4362026-06-15T09:17:32.069Z Compiling clap_builder v4.6.0
4372026-06-15T09:17:32.132Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-06-15T09:17:32.936Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4392026-06-15T09:17:33.534Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-15T09:17:33.644Z Compiling clap v4.6.1
4412026-06-15T09:17:35.100Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-15T09:17:36.552Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-15T09:17:40.991Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.56s
4442026-06-15T09:17:41.022Z
4452026-06-15T09:17:41.025Zreal 12.598378481
4462026-06-15T09:17:41.025Zuser 1:04.984007418
4472026-06-15T09:17:41.025Zsys 6.067225850
4482026-06-15T09:17:41.025Ztrap 0.037091391
4492026-06-15T09:17:41.025Ztflt 0.137037474
4502026-06-15T09:17:41.025Zdflt 0.099540207
4512026-06-15T09:17:41.025Zkflt 0.000004350
4522026-06-15T09:17:41.025Zlock 3:01.159305791
4532026-06-15T09:17:41.025Zslp 1:59.872248378
4542026-06-15T09:17:41.025Zlat 3.239647778
4552026-06-15T09:17:41.025Zstop 2.581801661
4562026-06-15T09:17:41.025Z+ header 'release build'
4572026-06-15T09:17:41.025Z+ echo '# ==== release build ==== #'
4582026-06-15T09:17:41.025Z# ==== release build ==== #
4592026-06-15T09:17:41.026Z+ ptime -m cargo build --release
4602026-06-15T09:17:41.121Z Compiling proc-macro2 v1.0.106
4612026-06-15T09:17:41.121Z Compiling unicode-ident v1.0.24
4622026-06-15T09:17:41.121Z Compiling quote v1.0.45
4632026-06-15T09:17:41.121Z Compiling serde_core v1.0.228
4642026-06-15T09:17:41.123Z Compiling libc v0.2.186
4652026-06-15T09:17:41.124Z Compiling cfg-if v1.0.4
4662026-06-15T09:17:41.124Z Compiling ident_case v1.0.1
4672026-06-15T09:17:41.124Z Compiling thiserror v2.0.18
4682026-06-15T09:17:41.192Z Compiling memchr v2.8.2
4692026-06-15T09:17:41.236Z Compiling strsim v0.11.1
4702026-06-15T09:17:41.239Z Compiling fnv v1.0.7
4712026-06-15T09:17:41.318Z Compiling regex-syntax v0.8.11
4722026-06-15T09:17:41.441Z Compiling winnow v1.0.3
4732026-06-15T09:17:41.501Z Compiling zerocopy v0.8.52
4742026-06-15T09:17:41.631Z Compiling aho-corasick v1.1.4
4752026-06-15T09:17:41.708Z Compiling equivalent v1.0.2
4762026-06-15T09:17:41.780Z Compiling serde v1.0.228
4772026-06-15T09:17:41.845Z Compiling anyhow v1.0.102
4782026-06-15T09:17:41.871Z Compiling either v1.16.0
4792026-06-15T09:17:42.082Z Compiling hashbrown v0.17.1
4802026-06-15T09:17:42.192Z Compiling itertools v0.14.0
4812026-06-15T09:17:42.240Z Compiling syn v2.0.117
4822026-06-15T09:17:42.319Z Compiling toml_parser v1.1.2+spec-1.1.0
4832026-06-15T09:17:42.436Z Compiling toml_datetime v1.1.1+spec-1.1.0
4842026-06-15T09:17:42.608Z Compiling indexmap v2.14.0
4852026-06-15T09:17:42.653Z Compiling byteorder v1.5.0
4862026-06-15T09:17:42.842Z Compiling regex-automata v0.4.14
4872026-06-15T09:17:42.850Z Compiling heapless v0.8.0
4882026-06-15T09:17:42.964Z Compiling hash32 v0.3.1
4892026-06-15T09:17:43.089Z Compiling stable_deref_trait v1.2.1
4902026-06-15T09:17:43.152Z Compiling toml_edit v0.25.12+spec-1.1.0
4912026-06-15T09:17:43.201Z Compiling bitflags v2.13.0
4922026-06-15T09:17:43.292Z Compiling macaddr v1.0.1
4932026-06-15T09:17:43.338Z Compiling rustversion v1.0.22
4942026-06-15T09:17:43.359Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4952026-06-15T09:17:43.405Z Compiling smoltcp v0.11.0
4962026-06-15T09:17:43.481Z Compiling syn v1.0.109
4972026-06-15T09:17:43.603Z Compiling version_check v0.9.5
4982026-06-15T09:17:43.714Z Compiling proc-macro-crate v3.5.0
4992026-06-15T09:17:43.745Z Compiling ref-cast v1.0.25
5002026-06-15T09:17:43.824Z Compiling bitflags v1.3.2
5012026-06-15T09:17:43.854Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5022026-06-15T09:17:43.884Z Compiling rustix v1.1.4
5032026-06-15T09:17:43.998Z Compiling rand_core v0.10.1
5042026-06-15T09:17:44.006Z Compiling managed v0.8.0
5052026-06-15T09:17:44.050Z Compiling getrandom v0.4.2
5062026-06-15T09:17:44.109Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-06-15T09:17:44.315Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-15T09:17:44.334Z Compiling errno v0.3.14
5092026-06-15T09:17:44.470Z Compiling unicode-width v0.2.2
5102026-06-15T09:17:44.688Z Compiling regex v1.12.4
5112026-06-15T09:17:44.700Z Compiling once_cell v1.21.4
5122026-06-15T09:17:44.759Z Compiling darling_core v0.21.3
5132026-06-15T09:17:44.915Z Compiling utf8parse v0.2.2
5142026-06-15T09:17:45.011Z Compiling ipnetwork v0.21.1
5152026-06-15T09:17:45.065Z Compiling cpufeatures v0.3.0
5162026-06-15T09:17:45.128Z Compiling foreign-types-shared v0.3.1
5172026-06-15T09:17:45.153Z Compiling chacha20 v0.10.0
5182026-06-15T09:17:45.206Z Compiling anstyle-parse v1.0.0
5192026-06-15T09:17:45.349Z Compiling tracing-core v0.1.36
5202026-06-15T09:17:45.375Z Compiling cstr-argument v0.1.2
5212026-06-15T09:17:45.398Z Compiling tabwriter v1.4.1
5222026-06-15T09:17:46.001Z Compiling thiserror-impl v2.0.18
5232026-06-15T09:17:46.029Z Compiling zerocopy-derive v0.8.52
5242026-06-15T09:17:46.062Z Compiling serde_derive v1.0.228
5252026-06-15T09:17:46.243Z Compiling foreign-types-macros v0.2.3
5262026-06-15T09:17:46.303Z Compiling num_enum_derive v0.7.6
5272026-06-15T09:17:46.868Z Compiling darling_macro v0.21.3
5282026-06-15T09:17:46.886Z Compiling ref-cast-impl v1.0.25
5292026-06-15T09:17:46.964Z Compiling foreign-types v0.5.0
5302026-06-15T09:17:47.031Z Compiling tracing-attributes v0.1.31
5312026-06-15T09:17:47.294Z Compiling cobs v0.3.0
5322026-06-15T09:17:47.319Z Compiling num_enum v0.7.6
5332026-06-15T09:17:47.419Z Compiling darling v0.21.3
5342026-06-15T09:17:47.422Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5352026-06-15T09:17:47.466Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5362026-06-15T09:17:47.485Z Compiling ingot-macros v0.1.1
5372026-06-15T09:17:47.496Z Compiling colorchoice v1.0.5
5382026-06-15T09:17:47.551Z Compiling pretty-hex v0.4.2
5392026-06-15T09:17:47.592Z Compiling pin-project-lite v0.2.17
5402026-06-15T09:17:47.671Z Compiling anstyle v1.0.14
5412026-06-15T09:17:47.676Z Compiling anstyle-query v1.1.5
5422026-06-15T09:17:47.760Z Compiling is_terminal_polyfill v1.70.2
5432026-06-15T09:17:47.843Z Compiling dyn-clone v1.0.20
5442026-06-15T09:17:47.907Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
5452026-06-15T09:17:47.911Z Compiling anstream v1.0.0
5462026-06-15T09:17:47.947Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5472026-06-15T09:17:47.973Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5482026-06-15T09:17:48.052Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5492026-06-15T09:17:48.240Z Compiling tracing v0.1.44
5502026-06-15T09:17:48.315Z Compiling terminal_size v0.4.4
5512026-06-15T09:17:48.388Z Compiling rand v0.10.1
5522026-06-15T09:17:48.444Z Compiling uuid v1.23.3
5532026-06-15T09:17:48.453Z Compiling socket2 v0.6.4
5542026-06-15T09:17:48.673Z Compiling oxnet v0.1.6
5552026-06-15T09:17:48.853Z Compiling colored v3.1.1
5562026-06-15T09:17:48.962Z Compiling heck v0.5.0
5572026-06-15T09:17:48.996Z Compiling clap_lex v1.1.0
5582026-06-15T09:17:49.180Z Compiling clap_derive v4.6.1
5592026-06-15T09:17:49.203Z Compiling clap_builder v4.6.0
5602026-06-15T09:17:49.302Z Compiling postcard v1.1.3
5612026-06-15T09:17:49.336Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5622026-06-15T09:17:50.372Z Compiling ingot-types v0.1.2
5632026-06-15T09:17:50.702Z Compiling ingot v0.1.1
5642026-06-15T09:17:51.002Z Compiling clap v4.6.1
5652026-06-15T09:17:52.426Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-15T09:17:53.416Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-15T09:17:54.450Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-15T09:18:00.967Z Finished `release` profile [optimized + debuginfo] target(s) in 19.93s
5692026-06-15T09:18:00.995Z
5702026-06-15T09:18:00.998Zreal 19.962780556
5712026-06-15T09:18:00.998Zuser 1:42.835795150
5722026-06-15T09:18:00.998Zsys 13.936047238
5732026-06-15T09:18:00.998Ztrap 0.049362570
5742026-06-15T09:18:00.998Ztflt 0.113991223
5752026-06-15T09:18:00.998Zdflt 0.281877751
5762026-06-15T09:18:00.998Zkflt 0.000010160
5772026-06-15T09:18:00.998Zlock 4:27.357659425
5782026-06-15T09:18:00.998Zslp 3:26.946993134
5792026-06-15T09:18:00.998Zlat 4.489037344
5802026-06-15T09:18:00.998Zstop 9.039296228
5812026-06-15T09:18:00.998Z+ popd
5822026-06-15T09:18:00.998Z/work/oxidecomputer/opte
5832026-06-15T09:18:00.998Z+ for x in debug release
5842026-06-15T09:18:00.998Z+ mkdir -p /work/debug
5852026-06-15T09:18:00.998Z+ cp target/debug/opteadm /work/debug/
5862026-06-15T09:18:01.021Z+ sha256sum target/debug/opteadm
5872026-06-15T09:18:01.046Z+ for x in debug release
5882026-06-15T09:18:01.046Z+ mkdir -p /work/release
5892026-06-15T09:18:01.049Z+ cp target/release/opteadm /work/release/
5902026-06-15T09:18:01.064Z+ sha256sum target/release/opteadm
5912026-06-15T09:18:01.081Zprocess exited: duration 66042 ms, exit code 0
 
5922026-06-15T09:18:01.087Zfound 4 output files
5932026-06-15T09:18:01.087Zuploading: /work/debug/opteadm (36559976 bytes)
5942026-06-15T09:18:02.284Zuploaded: /work/debug/opteadm
5952026-06-15T09:18:02.284Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-06-15T09:18:03.295Zuploaded: /work/debug/opteadm.debug.sha256
5972026-06-15T09:18:03.295Zuploading: /work/release/opteadm (24741336 bytes)
5982026-06-15T09:18:04.450Zuploaded: /work/release/opteadm
5992026-06-15T09:18:04.450Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-06-15T09:18:05.458Zuploaded: /work/release/opteadm.release.sha256