01KSVGP34PFW3NYZ6WFHQ30581: 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: 01KSVGPQG94YXBF4XYK6AJFK4X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-30T04:02:28.069Zjob assigned to worker 01KSVGPSYFQ1X8P7FJXYWRZ32X [factory aws, i-0ef23c6706044b5aa] (queued for 53 s)
 
22026-05-30T04:02:34.942Zstarting task 0: "setup"
32026-05-30T04:02:34.946Z++ uname -s
42026-05-30T04:02:34.949Z+ kern=SunOS
52026-05-30T04:02:34.949Z+ build_user=build
62026-05-30T04:02:34.949Z+ build_uid=12345
72026-05-30T04:02:34.949Z+ work_dir=/work
82026-05-30T04:02:34.949Z+ input_dir=/input
92026-05-30T04:02:34.949Z+ [[ 0 == 12345 ]]
102026-05-30T04:02:34.949Z+ case "$kern" in
112026-05-30T04:02:34.949Z+ groupadd -g 12345 build
122026-05-30T04:02:34.961Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-30T04:02:36.967Z+ zfs create -o mountpoint=/work rpool/work
142026-05-30T04:02:37.051Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-30T04:02:37.071Z+ home_fs=zfs
162026-05-30T04:02:37.071Z+ [[ zfs == autofs ]]
172026-05-30T04:02:37.071Z+ mkdir -p /home/build
182026-05-30T04:02:37.071Z+ chown build:build /home/build /work
192026-05-30T04:02:39.056Z+ chmod 0700 /home/build /work
202026-05-30T04:02:39.060Zprocess exited: duration 4119 ms, exit code 0
 
212026-05-30T04:02:39.066Zstarting task 1: "rust-toolchain"
222026-05-30T04:02:39.071Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-30T04:02:39.071Z * rust toolchain channel = "1.95.0"
242026-05-30T04:02:39.071Z * rust toolchain profile = "default"
252026-05-30T04:02:39.071Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-30T04:02:39.071Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-30T04:02:39.071Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-30T04:02:39.074Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-30T04:02:39.074Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-30T04:02:39.178Zinfo: downloading installer
312026-05-30T04:02:40.641Zwarn: It looks like you have an existing rustup settings file at:
322026-05-30T04:02:40.641Zwarn: /home/build/.rustup/settings.toml
332026-05-30T04:02:40.641Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-30T04:02:40.641Zwarn: instead of the one inferred from the default host triple.
352026-05-30T04:02:40.653Zinfo: profile set to default
362026-05-30T04:02:40.654Zinfo: default host triple is x86_64-unknown-illumos
372026-05-30T04:02:40.657Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-30T04:02:40.788Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-30T04:02:40.792Zinfo: downloading 6 components
402026-05-30T04:02:55.292Z
412026-05-30T04:02:55.292Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
422026-05-30T04:02:55.325Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-30T04:02:55.325Z
442026-05-30T04:02:55.325Z
452026-05-30T04:02:55.325ZRust is installed now. Great!
462026-05-30T04:02:55.325Z
472026-05-30T04:02:55.325ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-30T04:02:55.325Zenvironment variable. This has not been done automatically.
492026-05-30T04:02:55.325Z
502026-05-30T04:02:55.326ZTo configure your current shell, you need to source
512026-05-30T04:02:55.326Zthe corresponding env file under $HOME/.cargo.
522026-05-30T04:02:55.326Z
532026-05-30T04:02:55.326ZThis is usually done by running one of the following (note the leading DOT):
542026-05-30T04:02:55.335Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-30T04:02:55.336Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-30T04:02:55.336Zsource "~/.cargo/env.nu" # For nushell
572026-05-30T04:02:55.336Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-30T04:02:55.336Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-30T04:02:55.336Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-30T04:02:55.336Zwarn: no default linker (`cc`) was found in your PATH
612026-05-30T04:02:55.336Zwarn: many Rust crates require a system C toolchain to build
622026-05-30T04:02:55.429Z+ rustup --version
632026-05-30T04:02:55.445Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-30T04:02:55.445Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-30T04:02:55.459Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-30T04:02:55.470Z+ cargo --version
672026-05-30T04:02:55.482Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-30T04:02:55.482Z+ rustc --version
692026-05-30T04:02:55.502Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-30T04:02:55.510Zprocess exited: duration 16432 ms, exit code 0
 
712026-05-30T04:02:55.532Zstarting task 2: "authentication"
722026-05-30T04:02:55.549Zprocess exited: duration 17 ms, exit code 0
 
732026-05-30T04:02:55.572Zstarting task 3: "clone repository"
742026-05-30T04:02:55.579Z+ mkdir -p /work/oxidecomputer/opte
752026-05-30T04:02:55.579Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-30T04:02:55.628ZCloning into '/work/oxidecomputer/opte'...
772026-05-30T04:02:56.410Z+ cd /work/oxidecomputer/opte
782026-05-30T04:02:56.411Z+ git fetch origin 24b470b8d12aa183b4fd0951cce5852d1d72761b
792026-05-30T04:02:56.647ZFrom https://github.com/oxidecomputer/opte
802026-05-30T04:02:56.647Z * branch 24b470b8d12aa183b4fd0951cce5852d1d72761b -> FETCH_HEAD
812026-05-30T04:02:56.653Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-05-30T04:02:56.656Z++ git branch --show-current
832026-05-30T04:02:56.656Z+ current=master
842026-05-30T04:02:56.656Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-05-30T04:02:56.656Z+ git branch -f renovate/zerocopy-0.x-lockfile 24b470b8d12aa183b4fd0951cce5852d1d72761b
862026-05-30T04:02:56.659Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-05-30T04:02:56.674ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-05-30T04:02:56.677Z+ git reset --hard 24b470b8d12aa183b4fd0951cce5852d1d72761b
892026-05-30T04:02:56.691ZHEAD is now at 24b470b Update Rust crate zerocopy to v0.8.50
902026-05-30T04:02:56.694Zprocess exited: duration 1124 ms, exit code 0
 
912026-05-30T04:02:56.700Zstarting task 4: "build"
922026-05-30T04:02:56.703Z+ source .github/buildomat/common.sh
932026-05-30T04:02:56.703Z++ rustup show active-toolchain
942026-05-30T04:02:56.709Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-30T04:02:56.712Z++ pushd xde
962026-05-30T04:02:56.712Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-30T04:02:56.712Z++ rustup show active-toolchain
982026-05-30T04:02:56.714Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-30T04:02:56.853Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-30T04:02:56.856Zinfo: downloading 6 components
1012026-05-30T04:03:10.439Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-30T04:03:10.528Z+++ rustup show active-toolchain -v
1032026-05-30T04:03:10.531Z+++ head -n 1
1042026-05-30T04:03:10.531Z+++ cut '-d ' -f1
1052026-05-30T04:03:10.587Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-30T04:03:10.587Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-30T04:03:10.587Z++ popd
1082026-05-30T04:03:10.587Z/work/oxidecomputer/opte
1092026-05-30T04:03:10.590Z+ cargo --version
1102026-05-30T04:03:10.596Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-30T04:03:10.599Z+ rustc --version
1122026-05-30T04:03:10.617Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-30T04:03:10.620Z+ pushd bin/opteadm
1142026-05-30T04:03:10.620Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-05-30T04:03:10.620Z+ header 'check style'
1162026-05-30T04:03:10.620Z+ echo '# ==== check style ==== #'
1172026-05-30T04:03:10.620Z# ==== check style ==== #
1182026-05-30T04:03:10.621Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-05-30T04:03:10.692Z
1202026-05-30T04:03:10.692Zreal 0.069655019
1212026-05-30T04:03:10.692Zuser 0.038957692
1222026-05-30T04:03:10.692Zsys 0.027976180
1232026-05-30T04:03:10.692Ztrap 0.000012260
1242026-05-30T04:03:10.692Ztflt 0.000025000
1252026-05-30T04:03:10.692Zdflt 0.000007020
1262026-05-30T04:03:10.692Zkflt 0.000000000
1272026-05-30T04:03:10.692Zlock 0.031170798
1282026-05-30T04:03:10.692Zslp 0.049134134
1292026-05-30T04:03:10.692Zlat 0.000813420
1302026-05-30T04:03:10.692Zstop 0.000098580
1312026-05-30T04:03:10.695Z+ header analyze
1322026-05-30T04:03:10.695Z+ echo '# ==== analyze ==== #'
1332026-05-30T04:03:10.695Z# ==== analyze ==== #
1342026-05-30T04:03:10.695Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-05-30T04:03:10.824Z Updating crates.io index
1362026-05-30T04:03:10.864Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-30T04:03:11.769Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-30T04:03:12.208Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-30T04:03:12.551Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-30T04:03:12.933Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-30T04:03:13.363Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-30T04:03:13.602Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-30T04:03:15.431Z Downloading crates ...
1442026-05-30T04:03:15.495Z Downloaded defmt-parser v1.0.0
1452026-05-30T04:03:15.503Z Downloaded foreign-types v0.5.0
1462026-05-30T04:03:15.510Z Downloaded equivalent v1.0.2
1472026-05-30T04:03:15.514Z Downloaded terminal_size v0.4.4
1482026-05-30T04:03:15.514Z Downloaded stable_deref_trait v1.2.1
1492026-05-30T04:03:15.516Z Downloaded zerocopy-derive v0.8.50
1502026-05-30T04:03:15.520Z Downloaded serde_derive v1.0.228
1512026-05-30T04:03:15.526Z Downloaded heapless v0.8.0
1522026-05-30T04:03:15.534Z Downloaded zerocopy v0.8.50
1532026-05-30T04:03:15.544Z Downloaded num_enum_derive v0.7.6
1542026-05-30T04:03:15.547Z Downloaded ingot-types v0.1.2
1552026-05-30T04:03:15.547Z Downloaded errno v0.3.14
1562026-05-30T04:03:15.547Z Downloaded heck v0.5.0
1572026-05-30T04:03:15.550Z Downloaded num_enum v0.7.6
1582026-05-30T04:03:15.550Z Downloaded is_terminal_polyfill v1.70.2
1592026-05-30T04:03:15.553Z Downloaded postcard v1.1.3
1602026-05-30T04:03:15.556Z Downloaded tabwriter v1.4.1
1612026-05-30T04:03:15.563Z Downloaded pin-project-lite v0.2.17
1622026-05-30T04:03:15.571Z Downloaded tracing-core v0.1.36
1632026-05-30T04:03:15.574Z Downloaded embedded-io v0.6.1
1642026-05-30T04:03:15.574Z Downloaded colorchoice v1.0.5
1652026-05-30T04:03:15.577Z Downloaded ref-cast-impl v1.0.25
1662026-05-30T04:03:15.580Z Downloaded hashbrown v0.17.0
1672026-05-30T04:03:15.582Z Downloaded darling_macro v0.21.3
1682026-05-30T04:03:15.585Z Downloaded utf8parse v0.2.2
1692026-05-30T04:03:15.585Z Downloaded managed v0.8.0
1702026-05-30T04:03:15.591Z Downloaded cstr-argument v0.1.2
1712026-05-30T04:03:15.594Z Downloaded cfg-if v1.0.4
1722026-05-30T04:03:15.597Z Downloaded either v1.15.0
1732026-05-30T04:03:15.600Z Downloaded defmt-macros v1.0.1
1742026-05-30T04:03:15.604Z Downloaded serde v1.0.228
1752026-05-30T04:03:15.607Z Downloaded unicode-ident v1.0.24
1762026-05-30T04:03:15.610Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1772026-05-30T04:03:15.610Z Downloaded anyhow v1.0.102
1782026-05-30T04:03:15.612Z Downloaded anstream v1.0.0
1792026-05-30T04:03:15.653Z Downloaded aho-corasick v1.1.4
1802026-05-30T04:03:15.672Z Downloaded syn v1.0.109
1812026-05-30T04:03:15.692Z Downloaded smoltcp v0.11.0
1822026-05-30T04:03:15.701Z Downloaded tracing v0.1.44
1832026-05-30T04:03:15.732Z Downloaded regex-automata v0.4.14
1842026-05-30T04:03:15.740Z Downloaded libc v0.2.186
1852026-05-30T04:03:15.949Z Downloaded dyn-clone v1.0.20
1862026-05-30T04:03:15.981Z Downloaded toml_parser v1.1.2+spec-1.1.0
1872026-05-30T04:03:15.991Z Downloaded fnv v1.0.7
1882026-05-30T04:03:15.994Z Downloaded proc-macro-error2 v2.0.1
1892026-05-30T04:03:16.012Z Downloaded proc-macro-crate v3.5.0
1902026-05-30T04:03:16.038Z Downloaded cpufeatures v0.3.0
1912026-05-30T04:03:16.041Z Downloaded hash32 v0.3.1
1922026-05-30T04:03:16.071Z Downloaded version_check v0.9.5
1932026-05-30T04:03:16.074Z Downloaded once_cell v1.21.4
1942026-05-30T04:03:16.077Z Downloaded memchr v2.8.0
1952026-05-30T04:03:16.080Z Downloaded anstyle-parse v1.0.0
1962026-05-30T04:03:16.088Z Downloaded pretty-hex v0.4.2
1972026-05-30T04:03:16.092Z Downloaded ref-cast v1.0.25
1982026-05-30T04:03:16.095Z Downloaded strsim v0.11.1
1992026-05-30T04:03:16.095Z Downloaded foreign-types-macros v0.2.3
2002026-05-30T04:03:16.098Z Downloaded defmt v1.0.1
2012026-05-30T04:03:16.102Z Downloaded thiserror v2.0.18
2022026-05-30T04:03:16.106Z Downloaded foreign-types-shared v0.3.1
2032026-05-30T04:03:16.109Z Downloaded ingot-macros v0.1.1
2042026-05-30T04:03:16.112Z Downloaded bitflags v2.11.1
2052026-05-30T04:03:16.115Z Downloaded proc-macro2 v1.0.106
2062026-05-30T04:03:16.118Z Downloaded uuid v1.23.1
2072026-05-30T04:03:16.121Z Downloaded macaddr v1.0.1
2082026-05-30T04:03:16.121Z Downloaded ipnetwork v0.21.1
2092026-05-30T04:03:16.123Z Downloaded cobs v0.3.0
2102026-05-30T04:03:16.123Z Downloaded embedded-io v0.4.0
2112026-05-30T04:03:16.126Z Downloaded darling_core v0.21.3
2122026-05-30T04:03:16.138Z Downloaded anstyle v1.0.14
2132026-05-30T04:03:16.145Z Downloaded clap_derive v4.6.1
2142026-05-30T04:03:16.151Z Downloaded toml_edit v0.25.11+spec-1.1.0
2152026-05-30T04:03:16.155Z Downloaded chacha20 v0.10.0
2162026-05-30T04:03:16.163Z Downloaded indexmap v2.14.0
2172026-05-30T04:03:16.165Z Downloaded itertools v0.14.0
2182026-05-30T04:03:16.171Z Downloaded rand v0.10.1
2192026-05-30T04:03:16.173Z Downloaded tracing-attributes v0.1.31
2202026-05-30T04:03:16.176Z Downloaded socket2 v0.6.3
2212026-05-30T04:03:16.180Z Downloaded clap_builder v4.6.0
2222026-05-30T04:03:16.183Z Downloaded winnow v1.0.2
2232026-05-30T04:03:16.191Z Downloaded rustix v1.1.4
2242026-05-30T04:03:16.209Z Downloaded oxnet v0.1.5
2252026-05-30T04:03:16.215Z Downloaded rand_core v0.10.1
2262026-05-30T04:03:16.215Z Downloaded clap v4.6.1
2272026-05-30T04:03:16.238Z Downloaded getrandom v0.4.2
2282026-05-30T04:03:16.250Z Downloaded defmt v0.3.100
2292026-05-30T04:03:16.255Z Downloaded ident_case v1.0.1
2302026-05-30T04:03:16.269Z Downloaded serde_core v1.0.228
2312026-05-30T04:03:16.277Z Downloaded thiserror-impl v2.0.18
2322026-05-30T04:03:16.313Z Downloaded clap_lex v1.1.0
2332026-05-30T04:03:16.318Z Downloaded proc-macro-error-attr2 v2.0.0
2342026-05-30T04:03:16.324Z Downloaded byteorder v1.5.0
2352026-05-30T04:03:16.346Z Downloaded bitflags v1.3.2
2362026-05-30T04:03:16.349Z Downloaded unicode-width v0.2.2
2372026-05-30T04:03:16.352Z Downloaded ingot v0.1.1
2382026-05-30T04:03:16.372Z Downloaded quote v1.0.45
2392026-05-30T04:03:16.386Z Downloaded anstyle-query v1.1.5
2402026-05-30T04:03:16.389Z Downloaded rustversion v1.0.22
2412026-05-30T04:03:16.439Z Downloaded darling v0.21.3
2422026-05-30T04:03:16.459Z Downloaded regex v1.12.3
2432026-05-30T04:03:16.467Z Downloaded regex-syntax v0.8.10
2442026-05-30T04:03:16.471Z Downloaded colored v3.1.1
2452026-05-30T04:03:16.486Z Downloaded syn v2.0.117
2462026-05-30T04:03:16.538Z Compiling proc-macro2 v1.0.106
2472026-05-30T04:03:16.538Z Compiling quote v1.0.45
2482026-05-30T04:03:16.538Z Compiling unicode-ident v1.0.24
2492026-05-30T04:03:16.538Z Compiling serde_core v1.0.228
2502026-05-30T04:03:16.541Z Compiling libc v0.2.186
2512026-05-30T04:03:16.541Z Checking cfg-if v1.0.4
2522026-05-30T04:03:16.541Z Compiling ident_case v1.0.1
2532026-05-30T04:03:16.541Z Compiling fnv v1.0.7
2542026-05-30T04:03:16.662Z Compiling strsim v0.11.1
2552026-05-30T04:03:16.704Z Compiling memchr v2.8.0
2562026-05-30T04:03:16.721Z Compiling thiserror v2.0.18
2572026-05-30T04:03:16.727Z Compiling regex-syntax v0.8.10
2582026-05-30T04:03:16.952Z Compiling winnow v1.0.2
2592026-05-30T04:03:17.008Z Compiling serde v1.0.228
2602026-05-30T04:03:17.246Z Compiling aho-corasick v1.1.4
2612026-05-30T04:03:17.263Z Compiling anyhow v1.0.102
2622026-05-30T04:03:17.305Z Compiling zerocopy v0.8.50
2632026-05-30T04:03:17.316Z Compiling hashbrown v0.17.0
2642026-05-30T04:03:17.583Z Compiling either v1.15.0
2652026-05-30T04:03:17.778Z Compiling equivalent v1.0.2
2662026-05-30T04:03:17.817Z Compiling itertools v0.14.0
2672026-05-30T04:03:17.851Z Compiling toml_parser v1.1.2+spec-1.1.0
2682026-05-30T04:03:17.857Z Compiling indexmap v2.14.0
2692026-05-30T04:03:17.937Z Compiling syn v2.0.117
2702026-05-30T04:03:18.038Z Compiling toml_datetime v1.1.1+spec-1.1.0
2712026-05-30T04:03:18.256Z Compiling regex-automata v0.4.14
2722026-05-30T04:03:18.391Z Checking byteorder v1.5.0
2732026-05-30T04:03:18.423Z Checking bitflags v2.11.1
2742026-05-30T04:03:18.451Z Compiling heapless v0.8.0
2752026-05-30T04:03:18.545Z Checking hash32 v0.3.1
2762026-05-30T04:03:18.579Z Compiling toml_edit v0.25.11+spec-1.1.0
2772026-05-30T04:03:18.622Z Compiling rustversion v1.0.22
2782026-05-30T04:03:18.649Z Checking macaddr v1.0.1
2792026-05-30T04:03:18.760Z Compiling smoltcp v0.11.0
2802026-05-30T04:03:18.805Z Checking stable_deref_trait v1.2.1
2812026-05-30T04:03:18.868Z Compiling syn v1.0.109
2822026-05-30T04:03:18.957Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2832026-05-30T04:03:19.071Z Checking managed v0.8.0
2842026-05-30T04:03:19.114Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2852026-05-30T04:03:19.215Z Compiling proc-macro-crate v3.5.0
2862026-05-30T04:03:19.231Z Checking bitflags v1.3.2
2872026-05-30T04:03:19.251Z Compiling version_check v0.9.5
2882026-05-30T04:03:19.292Z Checking rand_core v0.10.1
2892026-05-30T04:03:19.339Z Compiling rustix v1.1.4
2902026-05-30T04:03:19.418Z Compiling ref-cast v1.0.25
2912026-05-30T04:03:19.428Z Compiling getrandom v0.4.2
2922026-05-30T04:03:19.526Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-05-30T04:03:19.780Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-05-30T04:03:19.789Z Checking errno v0.3.14
2952026-05-30T04:03:19.920Z Checking utf8parse v0.2.2
2962026-05-30T04:03:20.015Z Compiling regex v1.12.3
2972026-05-30T04:03:20.085Z Checking foreign-types-shared v0.3.1
2982026-05-30T04:03:20.165Z Checking once_cell v1.21.4
2992026-05-30T04:03:20.267Z Checking unicode-width v0.2.2
3002026-05-30T04:03:20.309Z Checking cpufeatures v0.3.0
3012026-05-30T04:03:20.333Z Checking ipnetwork v0.21.1
3022026-05-30T04:03:20.369Z Checking chacha20 v0.10.0
3032026-05-30T04:03:20.406Z Checking tracing-core v0.1.36
3042026-05-30T04:03:20.505Z Checking cstr-argument v0.1.2
3052026-05-30T04:03:20.511Z Checking tabwriter v1.4.1
3062026-05-30T04:03:20.562Z Compiling darling_core v0.21.3
3072026-05-30T04:03:20.619Z Checking anstyle-parse v1.0.0
3082026-05-30T04:03:20.861Z Checking pin-project-lite v0.2.17
3092026-05-30T04:03:20.873Z Checking anstyle v1.0.14
3102026-05-30T04:03:20.944Z Checking colorchoice v1.0.5
3112026-05-30T04:03:21.035Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3122026-05-30T04:03:21.043Z Checking dyn-clone v1.0.20
3132026-05-30T04:03:21.048Z Checking anstyle-query v1.1.5
3142026-05-30T04:03:21.049Z Checking is_terminal_polyfill v1.70.2
3152026-05-30T04:03:21.085Z Checking pretty-hex v0.4.2
3162026-05-30T04:03:21.121Z Checking terminal_size v0.4.4
3172026-05-30T04:03:21.128Z Checking anstream v1.0.0
3182026-05-30T04:03:21.228Z Checking rand v0.10.1
3192026-05-30T04:03:21.262Z Checking uuid v1.23.1
3202026-05-30T04:03:21.318Z Checking socket2 v0.6.3
3212026-05-30T04:03:21.322Z Checking colored v3.1.1
3222026-05-30T04:03:21.496Z Checking clap_lex v1.1.0
3232026-05-30T04:03:21.508Z Compiling heck v0.5.0
3242026-05-30T04:03:21.515Z Checking oxnet v0.1.5
3252026-05-30T04:03:21.681Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3262026-05-30T04:03:21.722Z Checking clap_builder v4.6.0
3272026-05-30T04:03:21.736Z Compiling thiserror-impl v2.0.18
3282026-05-30T04:03:21.736Z Compiling zerocopy-derive v0.8.50
3292026-05-30T04:03:21.736Z Compiling serde_derive v1.0.228
3302026-05-30T04:03:22.109Z Compiling foreign-types-macros v0.2.3
3312026-05-30T04:03:22.479Z Compiling num_enum_derive v0.7.6
3322026-05-30T04:03:22.637Z Compiling darling_macro v0.21.3
3332026-05-30T04:03:22.733Z Compiling ref-cast-impl v1.0.25
3342026-05-30T04:03:22.958Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3352026-05-30T04:03:22.987Z Checking foreign-types v0.5.0
3362026-05-30T04:03:23.027Z Checking cobs v0.3.0
3372026-05-30T04:03:23.051Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3382026-05-30T04:03:23.165Z Compiling tracing-attributes v0.1.31
3392026-05-30T04:03:23.194Z Compiling darling v0.21.3
3402026-05-30T04:03:23.270Z Compiling ingot-macros v0.1.1
3412026-05-30T04:03:23.416Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3422026-05-30T04:03:23.444Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3432026-05-30T04:03:23.483Z Checking num_enum v0.7.6
3442026-05-30T04:03:23.541Z Compiling clap_derive v4.6.1
3452026-05-30T04:03:23.588Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3462026-05-30T04:03:24.227Z Checking tracing v0.1.44
3472026-05-30T04:03:24.655Z Checking postcard v1.1.3
3482026-05-30T04:03:24.890Z Checking clap v4.6.1
3492026-05-30T04:03:25.767Z Checking ingot-types v0.1.2
3502026-05-30T04:03:26.034Z Checking ingot v0.1.1
3512026-05-30T04:03:27.322Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-05-30T04:03:28.514Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-05-30T04:03:29.727Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-05-30T04:03:30.558Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.81s
3552026-05-30T04:03:30.676Z
3562026-05-30T04:03:30.677Zreal 19.979211586
3572026-05-30T04:03:30.677Zuser 53.996558228
3582026-05-30T04:03:30.677Zsys 13.428285701
3592026-05-30T04:03:30.677Ztrap 0.039049035
3602026-05-30T04:03:30.677Ztflt 0.039071986
3612026-05-30T04:03:30.677Zdflt 0.150585862
3622026-05-30T04:03:30.677Zkflt 0.004972503
3632026-05-30T04:03:30.677Zlock 2:54.845010068
3642026-05-30T04:03:30.677Zslp 3:05.131987522
3652026-05-30T04:03:30.677Zlat 3.138968810
3662026-05-30T04:03:30.677Zstop 10.495055672
3672026-05-30T04:03:30.680Z+ header 'debug build'
3682026-05-30T04:03:30.680Z+ echo '# ==== debug build ==== #'
3692026-05-30T04:03:30.680Z# ==== debug build ==== #
3702026-05-30T04:03:30.680Z+ ptime -m cargo build
3712026-05-30T04:03:30.838Z Compiling cfg-if v1.0.4
3722026-05-30T04:03:30.838Z Compiling serde_core v1.0.228
3732026-05-30T04:03:30.841Z Compiling libc v0.2.186
3742026-05-30T04:03:30.867Z Compiling thiserror v2.0.18
3752026-05-30T04:03:30.871Z Compiling byteorder v1.5.0
3762026-05-30T04:03:30.874Z Compiling zerocopy v0.8.50
3772026-05-30T04:03:30.874Z Compiling macaddr v1.0.1
3782026-05-30T04:03:30.877Z Compiling stable_deref_trait v1.2.1
3792026-05-30T04:03:30.911Z Compiling rand_core v0.10.1
3802026-05-30T04:03:30.930Z Compiling cobs v0.3.0
3812026-05-30T04:03:30.944Z Compiling managed v0.8.0
3822026-05-30T04:03:31.036Z Compiling hash32 v0.3.1
3832026-05-30T04:03:31.056Z Compiling bitflags v1.3.2
3842026-05-30T04:03:31.110Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-05-30T04:03:31.117Z Compiling utf8parse v0.2.2
3862026-05-30T04:03:31.156Z Compiling heapless v0.8.0
3872026-05-30T04:03:31.175Z Compiling errno v0.3.14
3882026-05-30T04:03:31.190Z Compiling once_cell v1.21.4
3892026-05-30T04:03:31.190Z Compiling foreign-types-shared v0.3.1
3902026-05-30T04:03:31.203Z Compiling memchr v2.8.0
3912026-05-30T04:03:31.266Z Compiling cpufeatures v0.3.0
3922026-05-30T04:03:31.328Z Compiling ipnetwork v0.21.1
3932026-05-30T04:03:31.332Z Compiling unicode-width v0.2.2
3942026-05-30T04:03:31.375Z Compiling tracing-core v0.1.36
3952026-05-30T04:03:31.408Z Compiling chacha20 v0.10.0
3962026-05-30T04:03:31.565Z Compiling smoltcp v0.11.0
3972026-05-30T04:03:31.618Z Compiling cstr-argument v0.1.2
3982026-05-30T04:03:31.732Z Compiling tabwriter v1.4.1
3992026-05-30T04:03:31.778Z Compiling foreign-types v0.5.0
4002026-05-30T04:03:31.835Z Compiling anstyle-parse v1.0.0
4012026-05-30T04:03:31.846Z Compiling getrandom v0.4.2
4022026-05-30T04:03:32.065Z Compiling ref-cast v1.0.25
4032026-05-30T04:03:32.077Z Compiling num_enum v0.7.6
4042026-05-30T04:03:32.155Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4052026-05-30T04:03:32.168Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-05-30T04:03:32.180Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-05-30T04:03:32.256Z Compiling dyn-clone v1.0.20
4082026-05-30T04:03:32.264Z Compiling pretty-hex v0.4.2
4092026-05-30T04:03:32.357Z Compiling is_terminal_polyfill v1.70.2
4102026-05-30T04:03:32.387Z Compiling anstyle v1.0.14
4112026-05-30T04:03:32.412Z Compiling pin-project-lite v0.2.17
4122026-05-30T04:03:32.440Z Compiling colorchoice v1.0.5
4132026-05-30T04:03:32.499Z Compiling bitflags v2.11.1
4142026-05-30T04:03:32.550Z Compiling serde v1.0.228
4152026-05-30T04:03:32.650Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-05-30T04:03:32.688Z Compiling rustix v1.1.4
4172026-05-30T04:03:32.721Z Compiling anstyle-query v1.1.5
4182026-05-30T04:03:32.740Z Compiling uuid v1.23.1
4192026-05-30T04:03:32.821Z Compiling anstream v1.0.0
4202026-05-30T04:03:32.945Z Compiling tracing v0.1.44
4212026-05-30T04:03:33.219Z Compiling postcard v1.1.3
4222026-05-30T04:03:33.246Z Compiling terminal_size v0.4.4
4232026-05-30T04:03:33.304Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4242026-05-30T04:03:33.307Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4252026-05-30T04:03:33.329Z Compiling anyhow v1.0.102
4262026-05-30T04:03:33.390Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4272026-05-30T04:03:33.504Z Compiling rand v0.10.1
4282026-05-30T04:03:33.508Z Compiling socket2 v0.6.3
4292026-05-30T04:03:33.557Z Compiling strsim v0.11.1
4302026-05-30T04:03:33.780Z Compiling ingot-types v0.1.2
4312026-05-30T04:03:33.843Z Compiling colored v3.1.1
4322026-05-30T04:03:33.886Z Compiling oxnet v0.1.5
4332026-05-30T04:03:34.186Z Compiling ingot v0.1.1
4342026-05-30T04:03:34.191Z Compiling clap_lex v1.1.0
4352026-05-30T04:03:34.370Z Compiling winnow v1.0.2
4362026-05-30T04:03:34.508Z Compiling clap_builder v4.6.0
4372026-05-30T04:03:34.525Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-05-30T04:03:35.262Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4392026-05-30T04:03:35.791Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-05-30T04:03:36.063Z Compiling clap v4.6.1
4412026-05-30T04:03:37.244Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-05-30T04:03:38.765Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-05-30T04:03:43.191Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.50s
4442026-05-30T04:03:43.221Z
4452026-05-30T04:03:43.221Zreal 12.534531542
4462026-05-30T04:03:43.221Zuser 1:04.614280370
4472026-05-30T04:03:43.221Zsys 6.074016049
4482026-05-30T04:03:43.221Ztrap 0.030734564
4492026-05-30T04:03:43.221Ztflt 0.096342242
4502026-05-30T04:03:43.221Zdflt 0.218557133
4512026-05-30T04:03:43.221Zkflt 0.000008770
4522026-05-30T04:03:43.221Zlock 2:53.695826539
4532026-05-30T04:03:43.221Zslp 1:53.880210084
4542026-05-30T04:03:43.221Zlat 4.815899390
4552026-05-30T04:03:43.221Zstop 3.309343723
4562026-05-30T04:03:43.224Z+ header 'release build'
4572026-05-30T04:03:43.224Z+ echo '# ==== release build ==== #'
4582026-05-30T04:03:43.224Z# ==== release build ==== #
4592026-05-30T04:03:43.224Z+ ptime -m cargo build --release
4602026-05-30T04:03:43.318Z Compiling proc-macro2 v1.0.106
4612026-05-30T04:03:43.318Z Compiling quote v1.0.45
4622026-05-30T04:03:43.318Z Compiling unicode-ident v1.0.24
4632026-05-30T04:03:43.319Z Compiling serde_core v1.0.228
4642026-05-30T04:03:43.319Z Compiling libc v0.2.186
4652026-05-30T04:03:43.319Z Compiling cfg-if v1.0.4
4662026-05-30T04:03:43.322Z Compiling strsim v0.11.1
4672026-05-30T04:03:43.322Z Compiling ident_case v1.0.1
4682026-05-30T04:03:43.389Z Compiling fnv v1.0.7
4692026-05-30T04:03:43.434Z Compiling memchr v2.8.0
4702026-05-30T04:03:43.434Z Compiling thiserror v2.0.18
4712026-05-30T04:03:43.467Z Compiling regex-syntax v0.8.10
4722026-05-30T04:03:43.606Z Compiling either v1.15.0
4732026-05-30T04:03:43.641Z Compiling winnow v1.0.2
4742026-05-30T04:03:43.811Z Compiling serde v1.0.228
4752026-05-30T04:03:43.976Z Compiling aho-corasick v1.1.4
4762026-05-30T04:03:44.011Z Compiling equivalent v1.0.2
4772026-05-30T04:03:44.039Z Compiling hashbrown v0.17.0
4782026-05-30T04:03:44.085Z Compiling anyhow v1.0.102
4792026-05-30T04:03:44.115Z Compiling zerocopy v0.8.50
4802026-05-30T04:03:44.492Z Compiling itertools v0.14.0
4812026-05-30T04:03:44.524Z Compiling indexmap v2.14.0
4822026-05-30T04:03:44.569Z Compiling syn v2.0.117
4832026-05-30T04:03:44.624Z Compiling toml_parser v1.1.2+spec-1.1.0
4842026-05-30T04:03:44.657Z Compiling toml_datetime v1.1.1+spec-1.1.0
4852026-05-30T04:03:44.868Z Compiling byteorder v1.5.0
4862026-05-30T04:03:45.050Z Compiling regex-automata v0.4.14
4872026-05-30T04:03:45.118Z Compiling heapless v0.8.0
4882026-05-30T04:03:45.142Z Compiling toml_edit v0.25.11+spec-1.1.0
4892026-05-30T04:03:45.328Z Compiling hash32 v0.3.1
4902026-05-30T04:03:45.415Z Compiling bitflags v2.11.1
4912026-05-30T04:03:45.515Z Compiling syn v1.0.109
4922026-05-30T04:03:45.575Z Compiling rustversion v1.0.22
4932026-05-30T04:03:45.605Z Compiling smoltcp v0.11.0
4942026-05-30T04:03:45.685Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4952026-05-30T04:03:45.735Z Compiling macaddr v1.0.1
4962026-05-30T04:03:45.822Z Compiling stable_deref_trait v1.2.1
4972026-05-30T04:03:45.934Z Compiling proc-macro-crate v3.5.0
4982026-05-30T04:03:45.938Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4992026-05-30T04:03:45.945Z Compiling version_check v0.9.5
5002026-05-30T04:03:45.958Z Compiling rand_core v0.10.1
5012026-05-30T04:03:46.024Z Compiling ref-cast v1.0.25
5022026-05-30T04:03:46.097Z Compiling managed v0.8.0
5032026-05-30T04:03:46.145Z Compiling rustix v1.1.4
5042026-05-30T04:03:46.190Z Compiling bitflags v1.3.2
5052026-05-30T04:03:46.249Z Compiling getrandom v0.4.2
5062026-05-30T04:03:46.325Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-05-30T04:03:46.521Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-05-30T04:03:46.552Z Compiling errno v0.3.14
5092026-05-30T04:03:46.671Z Compiling cpufeatures v0.3.0
5102026-05-30T04:03:46.685Z Compiling regex v1.12.3
5112026-05-30T04:03:46.727Z Compiling once_cell v1.21.4
5122026-05-30T04:03:46.903Z Compiling ipnetwork v0.21.1
5132026-05-30T04:03:46.947Z Compiling unicode-width v0.2.2
5142026-05-30T04:03:47.059Z Compiling foreign-types-shared v0.3.1
5152026-05-30T04:03:47.142Z Compiling darling_core v0.21.3
5162026-05-30T04:03:47.230Z Compiling utf8parse v0.2.2
5172026-05-30T04:03:47.263Z Compiling tabwriter v1.4.1
5182026-05-30T04:03:47.323Z Compiling anstyle-parse v1.0.0
5192026-05-30T04:03:47.527Z Compiling cstr-argument v0.1.2
5202026-05-30T04:03:47.549Z Compiling tracing-core v0.1.36
5212026-05-30T04:03:47.593Z Compiling chacha20 v0.10.0
5222026-05-30T04:03:48.142Z Compiling pin-project-lite v0.2.17
5232026-05-30T04:03:48.176Z Compiling anstyle-query v1.1.5
5242026-05-30T04:03:48.227Z Compiling dyn-clone v1.0.20
5252026-05-30T04:03:48.242Z Compiling thiserror-impl v2.0.18
5262026-05-30T04:03:48.264Z Compiling serde_derive v1.0.228
5272026-05-30T04:03:48.356Z Compiling zerocopy-derive v0.8.50
5282026-05-30T04:03:48.369Z Compiling ref-cast-impl v1.0.25
5292026-05-30T04:03:48.376Z Compiling foreign-types-macros v0.2.3
5302026-05-30T04:03:48.979Z Compiling num_enum_derive v0.7.6
5312026-05-30T04:03:49.025Z Compiling foreign-types v0.5.0
5322026-05-30T04:03:49.089Z Compiling tracing-attributes v0.1.31
5332026-05-30T04:03:49.092Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5342026-05-30T04:03:49.213Z Compiling darling_macro v0.21.3
5352026-05-30T04:03:49.584Z Compiling cobs v0.3.0
5362026-05-30T04:03:49.595Z Compiling anstyle v1.0.14
5372026-05-30T04:03:49.647Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5382026-05-30T04:03:49.762Z Compiling darling v0.21.3
5392026-05-30T04:03:49.790Z Compiling pretty-hex v0.4.2
5402026-05-30T04:03:49.828Z Compiling ingot-macros v0.1.1
5412026-05-30T04:03:49.828Z Compiling is_terminal_polyfill v1.70.2
5422026-05-30T04:03:49.906Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5432026-05-30T04:03:49.910Z Compiling colorchoice v1.0.5
5442026-05-30T04:03:49.963Z Compiling num_enum v0.7.6
5452026-05-30T04:03:50.003Z Compiling anstream v1.0.0
5462026-05-30T04:03:50.068Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5472026-05-30T04:03:50.126Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5482026-05-30T04:03:50.129Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5492026-05-30T04:03:50.288Z Compiling tracing v0.1.44
5502026-05-30T04:03:50.402Z Compiling terminal_size v0.4.4
5512026-05-30T04:03:50.462Z Compiling rand v0.10.1
5522026-05-30T04:03:50.533Z Compiling uuid v1.23.1
5532026-05-30T04:03:50.536Z Compiling socket2 v0.6.3
5542026-05-30T04:03:50.601Z Compiling clap_lex v1.1.0
5552026-05-30T04:03:50.763Z Compiling oxnet v0.1.5
5562026-05-30T04:03:50.902Z Compiling colored v3.1.1
5572026-05-30T04:03:50.911Z Compiling heck v0.5.0
5582026-05-30T04:03:51.092Z Compiling clap_derive v4.6.1
5592026-05-30T04:03:51.262Z Compiling clap_builder v4.6.0
5602026-05-30T04:03:51.438Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5612026-05-30T04:03:51.580Z Compiling postcard v1.1.3
5622026-05-30T04:03:52.694Z Compiling ingot-types v0.1.2
5632026-05-30T04:03:53.077Z Compiling ingot v0.1.1
5642026-05-30T04:03:53.123Z Compiling clap v4.6.1
5652026-05-30T04:03:54.786Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-05-30T04:03:55.790Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-05-30T04:03:56.820Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-05-30T04:04:03.324Z Finished `release` profile [optimized + debuginfo] target(s) in 20.09s
5692026-05-30T04:04:03.353Z
5702026-05-30T04:04:03.356Zreal 20.120597708
5712026-05-30T04:04:03.356Zuser 1:42.197959793
5722026-05-30T04:04:03.356Zsys 13.731435678
5732026-05-30T04:04:03.356Ztrap 0.049472933
5742026-05-30T04:04:03.356Ztflt 0.066055028
5752026-05-30T04:04:03.356Zdflt 0.438539949
5762026-05-30T04:04:03.356Zkflt 0.000026400
5772026-05-30T04:04:03.356Zlock 4:25.695717596
5782026-05-30T04:04:03.356Zslp 3:27.323924353
5792026-05-30T04:04:03.356Zlat 4.835833836
5802026-05-30T04:04:03.356Zstop 8.311299754
5812026-05-30T04:04:03.356Z+ popd
5822026-05-30T04:04:03.356Z/work/oxidecomputer/opte
5832026-05-30T04:04:03.356Z+ for x in debug release
5842026-05-30T04:04:03.356Z+ mkdir -p /work/debug
5852026-05-30T04:04:03.356Z+ cp target/debug/opteadm /work/debug/
5862026-05-30T04:04:03.378Z+ sha256sum target/debug/opteadm
5872026-05-30T04:04:03.404Z+ for x in debug release
5882026-05-30T04:04:03.404Z+ mkdir -p /work/release
5892026-05-30T04:04:03.417Z+ cp target/release/opteadm /work/release/
5902026-05-30T04:04:03.421Z+ sha256sum target/release/opteadm
5912026-05-30T04:04:03.438Zprocess exited: duration 66738 ms, exit code 0
 
5922026-05-30T04:04:03.452Zfound 4 output files
5932026-05-30T04:04:03.452Zuploading: /work/debug/opteadm (36394600 bytes)
5942026-05-30T04:04:04.672Zuploaded: /work/debug/opteadm
5952026-05-30T04:04:04.672Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-05-30T04:04:05.680Zuploaded: /work/debug/opteadm.debug.sha256
5972026-05-30T04:04:05.680Zuploading: /work/release/opteadm (24516816 bytes)
5982026-05-30T04:04:06.828Zuploaded: /work/release/opteadm
5992026-05-30T04:04:06.828Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-05-30T04:04:07.836Zuploaded: /work/release/opteadm.release.sha256