01KVSA6T6A5VXA1GV5HVXM5XBB: 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: 01KVSA7A1GXVPY3FM3G63S1ZGN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T04:02:07.507Zjob assigned to worker 01KVSA7CBQXQ1NXHJQB22JBFZA [factory aws, i-0f64a2ee6ce65b5f1] (queued for 55 s)
 
22026-06-23T04:02:14.336Zstarting task 0: "setup"
32026-06-23T04:02:14.340Z++ uname -s
42026-06-23T04:02:14.343Z+ kern=SunOS
52026-06-23T04:02:14.343Z+ build_user=build
62026-06-23T04:02:14.343Z+ build_uid=12345
72026-06-23T04:02:14.343Z+ work_dir=/work
82026-06-23T04:02:14.343Z+ input_dir=/input
92026-06-23T04:02:14.343Z+ [[ 0 == 12345 ]]
102026-06-23T04:02:14.343Z+ case "$kern" in
112026-06-23T04:02:14.343Z+ groupadd -g 12345 build
122026-06-23T04:02:14.343Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T04:02:16.348Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T04:02:16.520Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T04:02:16.523Z+ home_fs=zfs
162026-06-23T04:02:16.523Z+ [[ zfs == autofs ]]
172026-06-23T04:02:16.523Z+ mkdir -p /home/build
182026-06-23T04:02:16.523Z+ chown build:build /home/build /work
192026-06-23T04:02:18.524Z+ chmod 0700 /home/build /work
202026-06-23T04:02:18.528Zprocess exited: duration 4191 ms, exit code 0
 
212026-06-23T04:02:18.534Zstarting task 1: "rust-toolchain"
222026-06-23T04:02:18.537Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-23T04:02:18.538Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-23T04:02:18.538Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-23T04:02:18.538Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-23T04:02:18.538Z * rust toolchain channel = "1.96.0"
272026-06-23T04:02:18.538Z * rust toolchain profile = "default"
282026-06-23T04:02:18.541Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T04:02:18.541Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-23T04:02:18.643Zinfo: downloading installer
312026-06-23T04:02:20.095Zwarn: It looks like you have an existing rustup settings file at:
322026-06-23T04:02:20.095Zwarn: /home/build/.rustup/settings.toml
332026-06-23T04:02:20.095Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-23T04:02:20.095Zwarn: instead of the one inferred from the default host triple.
352026-06-23T04:02:20.107Zinfo: profile set to default
362026-06-23T04:02:20.107Zinfo: default host triple is x86_64-unknown-illumos
372026-06-23T04:02:20.110Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-23T04:02:20.258Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-23T04:02:20.261Zinfo: downloading 6 components
402026-06-23T04:02:35.722Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-23T04:02:35.722Z
422026-06-23T04:02:35.750Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-23T04:02:35.750Z
442026-06-23T04:02:35.750Z
452026-06-23T04:02:35.750ZRust is installed now. Great!
462026-06-23T04:02:35.750Z
472026-06-23T04:02:35.750ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-23T04:02:35.750Zenvironment variable. This has not been done automatically.
492026-06-23T04:02:35.750Z
502026-06-23T04:02:35.750ZTo configure your current shell, you need to source
512026-06-23T04:02:35.750Zthe corresponding env file under $HOME/.cargo.
522026-06-23T04:02:35.750Z
532026-06-23T04:02:35.750ZThis is usually done by running one of the following (note the leading DOT):
542026-06-23T04:02:35.754Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-23T04:02:35.754Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-23T04:02:35.754Zsource "~/.cargo/env.nu" # For nushell
572026-06-23T04:02:35.754Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-23T04:02:35.754Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-23T04:02:35.754Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-23T04:02:35.754Zwarn: no default linker (`cc`) was found in your PATH
612026-06-23T04:02:35.754Zwarn: many Rust crates require a system C toolchain to build
622026-06-23T04:02:35.856Z+ rustup --version
632026-06-23T04:02:35.865Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-23T04:02:35.868Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-23T04:02:35.887Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-23T04:02:35.890Z+ cargo --version
672026-06-23T04:02:35.903Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-23T04:02:35.906Z+ rustc --version
692026-06-23T04:02:35.926Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-23T04:02:35.930Zprocess exited: duration 17394 ms, exit code 0
 
712026-06-23T04:02:35.936Zstarting task 2: "authentication"
722026-06-23T04:02:35.953Zprocess exited: duration 16 ms, exit code 0
 
732026-06-23T04:02:35.960Zstarting task 3: "clone repository"
742026-06-23T04:02:35.963Z+ mkdir -p /work/oxidecomputer/opte
752026-06-23T04:02:35.966Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-23T04:02:35.994ZCloning into '/work/oxidecomputer/opte'...
772026-06-23T04:02:36.864Z+ cd /work/oxidecomputer/opte
782026-06-23T04:02:36.864Z+ git fetch origin e4d975c78abcaeec70759150b1bdeec0f875cb28
792026-06-23T04:02:37.104ZFrom https://github.com/oxidecomputer/opte
802026-06-23T04:02:37.104Z * branch e4d975c78abcaeec70759150b1bdeec0f875cb28 -> FETCH_HEAD
812026-06-23T04:02:37.111Z+ [[ -n renovate/ron-0.x-lockfile ]]
822026-06-23T04:02:37.114Z++ git branch --show-current
832026-06-23T04:02:37.114Z+ current=master
842026-06-23T04:02:37.114Z+ [[ master != renovate/ron-0.x-lockfile ]]
852026-06-23T04:02:37.114Z+ git branch -f renovate/ron-0.x-lockfile e4d975c78abcaeec70759150b1bdeec0f875cb28
862026-06-23T04:02:37.117Z+ git checkout -f renovate/ron-0.x-lockfile
872026-06-23T04:02:37.133ZSwitched to branch 'renovate/ron-0.x-lockfile'
882026-06-23T04:02:37.136Z+ git reset --hard e4d975c78abcaeec70759150b1bdeec0f875cb28
892026-06-23T04:02:37.139ZHEAD is now at e4d975c Update Rust crate ron to v0.12.2
902026-06-23T04:02:37.139Zprocess exited: duration 1178 ms, exit code 0
 
912026-06-23T04:02:37.145Zstarting task 4: "build"
922026-06-23T04:02:37.149Z+ source .github/buildomat/common.sh
932026-06-23T04:02:37.149Z++ rustup show active-toolchain
942026-06-23T04:02:37.154Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-23T04:02:37.157Z++ pushd xde
962026-06-23T04:02:37.157Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-23T04:02:37.157Z++ rustup show active-toolchain
982026-06-23T04:02:37.160Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-23T04:02:37.354Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-23T04:02:37.357Zinfo: downloading 6 components
1012026-06-23T04:02:51.916Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-23T04:02:52.011Z+++ rustup show active-toolchain -v
1032026-06-23T04:02:52.014Z+++ head -n 1
1042026-06-23T04:02:52.014Z+++ cut '-d ' -f1
1052026-06-23T04:02:52.067Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-23T04:02:52.067Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-23T04:02:52.069Z++ popd
1082026-06-23T04:02:52.070Z/work/oxidecomputer/opte
1092026-06-23T04:02:52.070Z+ cargo --version
1102026-06-23T04:02:52.077Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-23T04:02:52.079Z+ rustc --version
1122026-06-23T04:02:52.099Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-23T04:02:52.102Z+ pushd bin/opteadm
1142026-06-23T04:02:52.102Z+ header 'check style'
1152026-06-23T04:02:52.102Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-06-23T04:02:52.102Z+ echo '# ==== check style ==== #'
1172026-06-23T04:02:52.102Z# ==== check style ==== #
1182026-06-23T04:02:52.102Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1192026-06-23T04:02:52.174Z
1202026-06-23T04:02:52.174Zreal 0.069942140
1212026-06-23T04:02:52.174Zuser 0.038501092
1222026-06-23T04:02:52.174Zsys 0.028944151
1232026-06-23T04:02:52.174Ztrap 0.000000290
1242026-06-23T04:02:52.177Ztflt 0.000024000
1252026-06-23T04:02:52.177Zdflt 0.000008700
1262026-06-23T04:02:52.177Zkflt 0.000000000
1272026-06-23T04:02:52.177Zlock 0.031483868
1282026-06-23T04:02:52.177Zslp 0.049042234
1292026-06-23T04:02:52.177Zlat 0.000788600
1302026-06-23T04:02:52.177Zstop 0.000089060
1312026-06-23T04:02:52.177Z+ header analyze
1322026-06-23T04:02:52.177Z+ echo '# ==== analyze ==== #'
1332026-06-23T04:02:52.177Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-06-23T04:02:52.177Z# ==== analyze ==== #
1352026-06-23T04:02:52.308Z Updating crates.io index
1362026-06-23T04:02:52.311Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-23T04:02:52.971Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-23T04:02:53.215Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-23T04:02:53.550Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-23T04:02:53.795Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-23T04:02:54.022Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-23T04:02:54.288Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-23T04:02:56.575Z Downloading crates ...
1442026-06-23T04:02:56.640Z Downloaded cpufeatures v0.3.0
1452026-06-23T04:02:56.643Z Downloaded foreign-types-macros v0.2.3
1462026-06-23T04:02:56.650Z Downloaded byteorder v1.5.0
1472026-06-23T04:02:56.667Z Downloaded terminal_size v0.4.4
1482026-06-23T04:02:56.670Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1492026-06-23T04:02:56.670Z Downloaded ref-cast v1.0.25
1502026-06-23T04:02:56.670Z Downloaded zerocopy-derive v0.8.52
1512026-06-23T04:02:56.674Z Downloaded aho-corasick v1.1.4
1522026-06-23T04:02:56.684Z Downloaded oxnet v0.1.6
1532026-06-23T04:02:56.693Z Downloaded zerocopy v0.8.52
1542026-06-23T04:02:56.706Z Downloaded serde_derive v1.0.228
1552026-06-23T04:02:56.709Z Downloaded tracing v0.1.44
1562026-06-23T04:02:56.720Z Downloaded embedded-io v0.6.1
1572026-06-23T04:02:56.723Z Downloaded defmt v0.3.100
1582026-06-23T04:02:56.723Z Downloaded cobs v0.3.0
1592026-06-23T04:02:56.723Z Downloaded clap_derive v4.6.1
1602026-06-23T04:02:56.723Z Downloaded ident_case v1.0.1
1612026-06-23T04:02:56.726Z Downloaded either v1.16.0
1622026-06-23T04:02:56.726Z Downloaded defmt v1.1.0
1632026-06-23T04:02:56.729Z Downloaded ref-cast-impl v1.0.25
1642026-06-23T04:02:56.729Z Downloaded anstyle-parse v1.0.0
1652026-06-23T04:02:56.729Z Downloaded clap_lex v1.1.0
1662026-06-23T04:02:56.738Z Downloaded rustversion v1.0.22
1672026-06-23T04:02:56.741Z Downloaded proc-macro-error2 v2.0.1
1682026-06-23T04:02:56.747Z Downloaded errno v0.3.14
1692026-06-23T04:02:56.751Z Downloaded version_check v0.9.5
1702026-06-23T04:02:56.757Z Downloaded ipnetwork v0.21.1
1712026-06-23T04:02:56.760Z Downloaded ingot v0.1.1
1722026-06-23T04:02:56.766Z Downloaded cfg-if v1.0.4
1732026-06-23T04:02:56.769Z Downloaded fnv v1.0.7
1742026-06-23T04:02:56.769Z Downloaded hash32 v0.3.1
1752026-06-23T04:02:56.769Z Downloaded defmt-parser v1.0.0
1762026-06-23T04:02:56.772Z Downloaded cstr-argument v0.1.2
1772026-06-23T04:02:56.772Z Downloaded strsim v0.11.1
1782026-06-23T04:02:56.775Z Downloaded anstream v1.0.0
1792026-06-23T04:02:56.775Z Downloaded ingot-types v0.1.2
1802026-06-23T04:02:56.778Z Downloaded pin-project-lite v0.2.17
1812026-06-23T04:02:56.781Z Downloaded clap_builder v4.6.0
1822026-06-23T04:02:56.784Z Downloaded heck v0.5.0
1832026-06-23T04:02:56.787Z Downloaded num_enum_derive v0.7.6
1842026-06-23T04:02:56.790Z Downloaded utf8parse v0.2.2
1852026-06-23T04:02:56.796Z Downloaded postcard v1.1.3
1862026-06-23T04:02:56.799Z Downloaded clap v4.6.1
1872026-06-23T04:02:56.804Z Downloaded serde_core v1.0.228
1882026-06-23T04:02:56.807Z Downloaded defmt-macros v1.1.0
1892026-06-23T04:02:56.810Z Downloaded is_terminal_polyfill v1.70.2
1902026-06-23T04:02:56.810Z Downloaded chacha20 v0.10.0
1912026-06-23T04:02:56.815Z Downloaded tracing-core v0.1.36
1922026-06-23T04:02:56.818Z Downloaded darling v0.21.3
1932026-06-23T04:02:56.821Z Downloaded thiserror v2.0.18
1942026-06-23T04:02:56.824Z Downloaded num_enum v0.7.6
1952026-06-23T04:02:56.827Z Downloaded managed v0.8.0
1962026-06-23T04:02:56.830Z Downloaded proc-macro-error-attr2 v2.0.0
1972026-06-23T04:02:56.837Z Downloaded quote v1.0.45
1982026-06-23T04:02:56.843Z Downloaded bitflags v2.13.0
1992026-06-23T04:02:56.846Z Downloaded once_cell v1.21.4
2002026-06-23T04:02:56.849Z Downloaded anstyle v1.0.14
2012026-06-23T04:02:56.855Z Downloaded embedded-io v0.4.0
2022026-06-23T04:02:56.857Z Downloaded uuid v1.23.3
2032026-06-23T04:02:56.864Z Downloaded socket2 v0.6.4
2042026-06-23T04:02:56.866Z Downloaded darling_macro v0.21.3
2052026-06-23T04:02:56.876Z Downloaded toml_edit v0.25.12+spec-1.1.0
2062026-06-23T04:02:56.879Z Downloaded heapless v0.8.0
2072026-06-23T04:02:56.879Z Downloaded getrandom v0.4.2
2082026-06-23T04:02:56.882Z Downloaded foreign-types v0.5.0
2092026-06-23T04:02:56.894Z Downloaded memchr v2.8.2
2102026-06-23T04:02:56.897Z Downloaded colorchoice v1.0.5
2112026-06-23T04:02:56.900Z Downloaded dyn-clone v1.0.20
2122026-06-23T04:02:56.905Z Downloaded serde v1.0.228
2132026-06-23T04:02:56.911Z Downloaded bitflags v1.3.2
2142026-06-23T04:02:56.917Z Downloaded anstyle-query v1.1.5
2152026-06-23T04:02:56.920Z Downloaded equivalent v1.0.2
2162026-06-23T04:02:56.920Z Downloaded macaddr v1.0.1
2172026-06-23T04:02:56.922Z Downloaded foreign-types-shared v0.3.1
2182026-06-23T04:02:56.923Z Downloaded colored v3.1.1
2192026-06-23T04:02:56.925Z Downloaded proc-macro-crate v3.5.0
2202026-06-23T04:02:56.933Z Downloaded ingot-macros v0.1.1
2212026-06-23T04:02:56.937Z Downloaded pretty-hex v0.4.2
2222026-06-23T04:02:56.944Z Downloaded tracing-attributes v0.1.31
2232026-06-23T04:02:56.947Z Downloaded thiserror-impl v2.0.18
2242026-06-23T04:02:56.947Z Downloaded anyhow v1.0.102
2252026-06-23T04:02:56.949Z Downloaded rand v0.10.1
2262026-06-23T04:02:56.961Z Downloaded tabwriter v1.4.1
2272026-06-23T04:02:56.976Z Downloaded indexmap v2.14.0
2282026-06-23T04:02:56.979Z Downloaded stable_deref_trait v1.2.1
2292026-06-23T04:02:56.979Z Downloaded darling_core v0.21.3
2302026-06-23T04:02:56.982Z Downloaded rand_core v0.10.1
2312026-06-23T04:02:56.997Z Downloaded unicode-ident v1.0.24
2322026-06-23T04:02:57.000Z Downloaded proc-macro2 v1.0.106
2332026-06-23T04:02:57.008Z Downloaded regex v1.12.4
2342026-06-23T04:02:57.013Z Downloaded toml_parser v1.1.2+spec-1.1.0
2352026-06-23T04:02:57.040Z Downloaded winnow v1.0.3
2362026-06-23T04:02:57.094Z Downloaded itertools v0.14.0
2372026-06-23T04:02:57.098Z Downloaded hashbrown v0.17.1
2382026-06-23T04:02:57.104Z Downloaded syn v1.0.109
2392026-06-23T04:02:57.109Z Downloaded syn v2.0.117
2402026-06-23T04:02:57.142Z Downloaded unicode-width v0.2.2
2412026-06-23T04:02:57.173Z Downloaded regex-syntax v0.8.11
2422026-06-23T04:02:57.177Z Downloaded smoltcp v0.11.0
2432026-06-23T04:02:57.183Z Downloaded rustix v1.1.4
2442026-06-23T04:02:57.195Z Downloaded regex-automata v0.4.14
2452026-06-23T04:02:57.224Z Downloaded libc v0.2.186
2462026-06-23T04:02:57.285Z Compiling proc-macro2 v1.0.106
2472026-06-23T04:02:57.285Z Compiling unicode-ident v1.0.24
2482026-06-23T04:02:57.285Z Compiling quote v1.0.45
2492026-06-23T04:02:57.288Z Compiling serde_core v1.0.228
2502026-06-23T04:02:57.289Z Compiling libc v0.2.186
2512026-06-23T04:02:57.289Z Checking cfg-if v1.0.4
2522026-06-23T04:02:57.289Z Compiling thiserror v2.0.18
2532026-06-23T04:02:57.289Z Compiling ident_case v1.0.1
2542026-06-23T04:02:57.415Z Compiling strsim v0.11.1
2552026-06-23T04:02:57.483Z Compiling memchr v2.8.2
2562026-06-23T04:02:57.483Z Compiling fnv v1.0.7
2572026-06-23T04:02:57.574Z Compiling regex-syntax v0.8.11
2582026-06-23T04:02:57.739Z Compiling serde v1.0.228
2592026-06-23T04:02:57.764Z Compiling hashbrown v0.17.1
2602026-06-23T04:02:57.912Z Compiling aho-corasick v1.1.4
2612026-06-23T04:02:58.038Z Compiling zerocopy v0.8.52
2622026-06-23T04:02:58.059Z Compiling either v1.16.0
2632026-06-23T04:02:58.067Z Compiling anyhow v1.0.102
2642026-06-23T04:02:58.259Z Compiling winnow v1.0.3
2652026-06-23T04:02:58.310Z Compiling equivalent v1.0.2
2662026-06-23T04:02:58.390Z Compiling indexmap v2.14.0
2672026-06-23T04:02:58.455Z Compiling itertools v0.14.0
2682026-06-23T04:02:58.612Z Compiling syn v2.0.117
2692026-06-23T04:02:58.695Z Compiling heapless v0.8.0
2702026-06-23T04:02:58.998Z Compiling toml_datetime v1.1.1+spec-1.1.0
2712026-06-23T04:02:59.035Z Checking byteorder v1.5.0
2722026-06-23T04:02:59.199Z Compiling regex-automata v0.4.14
2732026-06-23T04:02:59.226Z Compiling toml_parser v1.1.2+spec-1.1.0
2742026-06-23T04:02:59.250Z Checking bitflags v2.13.0
2752026-06-23T04:02:59.345Z Checking hash32 v0.3.1
2762026-06-23T04:02:59.419Z Compiling rustversion v1.0.22
2772026-06-23T04:02:59.454Z Checking stable_deref_trait v1.2.1
2782026-06-23T04:02:59.521Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2792026-06-23T04:02:59.546Z Compiling smoltcp v0.11.0
2802026-06-23T04:02:59.738Z Compiling toml_edit v0.25.12+spec-1.1.0
2812026-06-23T04:02:59.749Z Checking macaddr v1.0.1
2822026-06-23T04:02:59.755Z Compiling syn v1.0.109
2832026-06-23T04:02:59.797Z Checking rand_core v0.10.1
2842026-06-23T04:02:59.879Z Compiling rustix v1.1.4
2852026-06-23T04:02:59.895Z Compiling version_check v0.9.5
2862026-06-23T04:02:59.928Z Checking bitflags v1.3.2
2872026-06-23T04:02:59.990Z Compiling ref-cast v1.0.25
2882026-06-23T04:03:00.099Z Compiling getrandom v0.4.2
2892026-06-23T04:03:00.149Z Checking managed v0.8.0
2902026-06-23T04:03:00.164Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2912026-06-23T04:03:00.291Z Compiling proc-macro-crate v3.5.0
2922026-06-23T04:03:00.382Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-23T04:03:00.625Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-23T04:03:00.641Z Checking errno v0.3.14
2952026-06-23T04:03:00.706Z Checking cpufeatures v0.3.0
2962026-06-23T04:03:00.757Z Checking once_cell v1.21.4
2972026-06-23T04:03:00.768Z Checking utf8parse v0.2.2
2982026-06-23T04:03:00.864Z Compiling regex v1.12.4
2992026-06-23T04:03:00.930Z Checking ipnetwork v0.21.1
3002026-06-23T04:03:00.938Z Checking unicode-width v0.2.2
3012026-06-23T04:03:00.965Z Checking foreign-types-shared v0.3.1
3022026-06-23T04:03:01.106Z Checking tracing-core v0.1.36
3032026-06-23T04:03:01.181Z Checking tabwriter v1.4.1
3042026-06-23T04:03:01.265Z Compiling darling_core v0.21.3
3052026-06-23T04:03:01.331Z Checking anstyle-parse v1.0.0
3062026-06-23T04:03:01.414Z Checking cstr-argument v0.1.2
3072026-06-23T04:03:01.429Z Checking chacha20 v0.10.0
3082026-06-23T04:03:01.726Z Checking dyn-clone v1.0.20
3092026-06-23T04:03:01.755Z Checking pretty-hex v0.4.2
3102026-06-23T04:03:01.822Z Checking colorchoice v1.0.5
3112026-06-23T04:03:01.830Z Checking anstyle v1.0.14
3122026-06-23T04:03:01.868Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
3132026-06-23T04:03:01.903Z Checking anstyle-query v1.1.5
3142026-06-23T04:03:01.913Z Checking pin-project-lite v0.2.17
3152026-06-23T04:03:01.963Z Checking is_terminal_polyfill v1.70.2
3162026-06-23T04:03:01.988Z Checking terminal_size v0.4.4
3172026-06-23T04:03:02.039Z Checking anstream v1.0.0
3182026-06-23T04:03:02.087Z Checking rand v0.10.1
3192026-06-23T04:03:02.095Z Checking uuid v1.23.3
3202026-06-23T04:03:02.209Z Checking socket2 v0.6.4
3212026-06-23T04:03:02.300Z Checking clap_lex v1.1.0
3222026-06-23T04:03:02.353Z Compiling heck v0.5.0
3232026-06-23T04:03:02.427Z Compiling thiserror-impl v2.0.18
3242026-06-23T04:03:02.449Z Compiling serde_derive v1.0.228
3252026-06-23T04:03:02.452Z Compiling zerocopy-derive v0.8.52
3262026-06-23T04:03:02.550Z Compiling num_enum_derive v0.7.6
3272026-06-23T04:03:02.559Z Compiling ref-cast-impl v1.0.25
3282026-06-23T04:03:03.085Z Compiling foreign-types-macros v0.2.3
3292026-06-23T04:03:03.234Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-23T04:03:03.373Z Compiling darling_macro v0.21.3
3312026-06-23T04:03:03.561Z Checking num_enum v0.7.6
3322026-06-23T04:03:03.671Z Compiling tracing-attributes v0.1.31
3332026-06-23T04:03:03.745Z Checking cobs v0.3.0
3342026-06-23T04:03:03.748Z Checking foreign-types v0.5.0
3352026-06-23T04:03:03.769Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3362026-06-23T04:03:03.813Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3372026-06-23T04:03:03.878Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3382026-06-23T04:03:03.886Z Checking oxnet v0.1.6
3392026-06-23T04:03:03.957Z Compiling darling v0.21.3
3402026-06-23T04:03:04.032Z Compiling ingot-macros v0.1.1
3412026-06-23T04:03:04.039Z Checking colored v3.1.1
3422026-06-23T04:03:04.067Z Compiling clap_derive v4.6.1
3432026-06-23T04:03:04.148Z Checking clap_builder v4.6.0
3442026-06-23T04:03:04.241Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3452026-06-23T04:03:04.248Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-06-23T04:03:04.901Z Checking tracing v0.1.44
3472026-06-23T04:03:05.429Z Checking postcard v1.1.3
3482026-06-23T04:03:05.497Z Checking clap v4.6.1
3492026-06-23T04:03:06.516Z Checking ingot-types v0.1.2
3502026-06-23T04:03:06.781Z Checking ingot v0.1.1
3512026-06-23T04:03:08.079Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-23T04:03:09.301Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-23T04:03:10.514Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-23T04:03:11.342Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.12s
3552026-06-23T04:03:11.460Z
3562026-06-23T04:03:11.460Zreal 19.280051959
3572026-06-23T04:03:11.460Zuser 54.798561999
3582026-06-23T04:03:11.460Zsys 13.514669789
3592026-06-23T04:03:11.460Ztrap 0.046774691
3602026-06-23T04:03:11.460Ztflt 0.076439383
3612026-06-23T04:03:11.460Zdflt 0.123854274
3622026-06-23T04:03:11.460Zkflt 0.005030683
3632026-06-23T04:03:11.460Zlock 3:24.752948194
3642026-06-23T04:03:11.460Zslp 3:04.683020915
3652026-06-23T04:03:11.460Zlat 3.711460186
3662026-06-23T04:03:11.460Zstop 12.751187495
3672026-06-23T04:03:11.463Z+ header 'debug build'
3682026-06-23T04:03:11.463Z+ echo '# ==== debug build ==== #'
3692026-06-23T04:03:11.464Z+ ptime -m cargo build
3702026-06-23T04:03:11.464Z# ==== debug build ==== #
3712026-06-23T04:03:11.617Z Compiling cfg-if v1.0.4
3722026-06-23T04:03:11.617Z Compiling serde_core v1.0.228
3732026-06-23T04:03:11.636Z Compiling libc v0.2.186
3742026-06-23T04:03:11.644Z Compiling thiserror v2.0.18
3752026-06-23T04:03:11.647Z Compiling byteorder v1.5.0
3762026-06-23T04:03:11.650Z Compiling zerocopy v0.8.52
3772026-06-23T04:03:11.653Z Compiling macaddr v1.0.1
3782026-06-23T04:03:11.656Z Compiling stable_deref_trait v1.2.1
3792026-06-23T04:03:11.693Z Compiling bitflags v1.3.2
3802026-06-23T04:03:11.706Z Compiling cobs v0.3.0
3812026-06-23T04:03:11.722Z Compiling rand_core v0.10.1
3822026-06-23T04:03:11.753Z Compiling managed v0.8.0
3832026-06-23T04:03:11.831Z Compiling hash32 v0.3.1
3842026-06-23T04:03:11.895Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-06-23T04:03:11.899Z Compiling unicode-width v0.2.2
3862026-06-23T04:03:11.974Z Compiling heapless v0.8.0
3872026-06-23T04:03:11.992Z Compiling errno v0.3.14
3882026-06-23T04:03:11.992Z Compiling once_cell v1.21.4
3892026-06-23T04:03:11.995Z Compiling cpufeatures v0.3.0
3902026-06-23T04:03:12.054Z Compiling ipnetwork v0.21.1
3912026-06-23T04:03:12.114Z Compiling utf8parse v0.2.2
3922026-06-23T04:03:12.151Z Compiling foreign-types-shared v0.3.1
3932026-06-23T04:03:12.190Z Compiling memchr v2.8.2
3942026-06-23T04:03:12.208Z Compiling foreign-types v0.5.0
3952026-06-23T04:03:12.220Z Compiling anstyle-parse v1.0.0
3962026-06-23T04:03:12.226Z Compiling tracing-core v0.1.36
3972026-06-23T04:03:12.306Z Compiling tabwriter v1.4.1
3982026-06-23T04:03:12.392Z Compiling smoltcp v0.11.0
3992026-06-23T04:03:12.421Z Compiling chacha20 v0.10.0
4002026-06-23T04:03:12.608Z Compiling cstr-argument v0.1.2
4012026-06-23T04:03:12.731Z Compiling getrandom v0.4.2
4022026-06-23T04:03:12.750Z Compiling ref-cast v1.0.25
4032026-06-23T04:03:12.756Z Compiling num_enum v0.7.6
4042026-06-23T04:03:12.841Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4052026-06-23T04:03:12.857Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-23T04:03:12.936Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-23T04:03:12.944Z Compiling pretty-hex v0.4.2
4082026-06-23T04:03:12.956Z Compiling colorchoice v1.0.5
4092026-06-23T04:03:13.062Z Compiling pin-project-lite v0.2.17
4102026-06-23T04:03:13.062Z Compiling is_terminal_polyfill v1.70.2
4112026-06-23T04:03:13.143Z Compiling dyn-clone v1.0.20
4122026-06-23T04:03:13.147Z Compiling anstyle v1.0.14
4132026-06-23T04:03:13.312Z Compiling anstyle-query v1.1.5
4142026-06-23T04:03:13.375Z Compiling bitflags v2.13.0
4152026-06-23T04:03:13.414Z Compiling serde v1.0.228
4162026-06-23T04:03:13.414Z Compiling anstream v1.0.0
4172026-06-23T04:03:13.486Z Compiling uuid v1.23.3
4182026-06-23T04:03:13.532Z Compiling tracing v0.1.44
4192026-06-23T04:03:13.565Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4202026-06-23T04:03:13.855Z Compiling rustix v1.1.4
4212026-06-23T04:03:13.902Z Compiling postcard v1.1.3
4222026-06-23T04:03:13.945Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4232026-06-23T04:03:14.106Z Compiling anyhow v1.0.102
4242026-06-23T04:03:14.116Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4252026-06-23T04:03:14.160Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4262026-06-23T04:03:14.192Z Compiling rand v0.10.1
4272026-06-23T04:03:14.255Z Compiling socket2 v0.6.4
4282026-06-23T04:03:14.273Z Compiling clap_lex v1.1.0
4292026-06-23T04:03:14.594Z Compiling ingot-types v0.1.2
4302026-06-23T04:03:14.660Z Compiling terminal_size v0.4.4
4312026-06-23T04:03:14.705Z Compiling winnow v1.0.3
4322026-06-23T04:03:14.808Z Compiling colored v3.1.1
4332026-06-23T04:03:14.971Z Compiling ingot v0.1.1
4342026-06-23T04:03:15.006Z Compiling oxnet v0.1.6
4352026-06-23T04:03:15.068Z Compiling strsim v0.11.1
4362026-06-23T04:03:15.171Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-06-23T04:03:15.382Z Compiling clap_builder v4.6.0
4382026-06-23T04:03:15.665Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4392026-06-23T04:03:16.685Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-23T04:03:17.137Z Compiling clap v4.6.1
4412026-06-23T04:03:18.314Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-23T04:03:19.778Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-23T04:03:24.196Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.72s
4442026-06-23T04:03:24.224Z
4452026-06-23T04:03:24.227Zreal 12.754217182
4462026-06-23T04:03:24.227Zuser 1:05.511914108
4472026-06-23T04:03:24.227Zsys 6.212507089
4482026-06-23T04:03:24.227Ztrap 0.034411857
4492026-06-23T04:03:24.227Ztflt 0.121569721
4502026-06-23T04:03:24.227Zdflt 0.199019574
4512026-06-23T04:03:24.227Zkflt 0.000012120
4522026-06-23T04:03:24.227Zlock 2:57.286032408
4532026-06-23T04:03:24.227Zslp 1:58.317237475
4542026-06-23T04:03:24.227Zlat 3.894054498
4552026-06-23T04:03:24.227Zstop 2.874819931
4562026-06-23T04:03:24.227Z+ header 'release build'
4572026-06-23T04:03:24.227Z+ echo '# ==== release build ==== #'
4582026-06-23T04:03:24.228Z# ==== release build ==== #
4592026-06-23T04:03:24.228Z+ ptime -m cargo build --release
4602026-06-23T04:03:24.325Z Compiling proc-macro2 v1.0.106
4612026-06-23T04:03:24.325Z Compiling quote v1.0.45
4622026-06-23T04:03:24.325Z Compiling unicode-ident v1.0.24
4632026-06-23T04:03:24.325Z Compiling serde_core v1.0.228
4642026-06-23T04:03:24.328Z Compiling libc v0.2.186
4652026-06-23T04:03:24.329Z Compiling cfg-if v1.0.4
4662026-06-23T04:03:24.329Z Compiling ident_case v1.0.1
4672026-06-23T04:03:24.329Z Compiling fnv v1.0.7
4682026-06-23T04:03:24.400Z Compiling strsim v0.11.1
4692026-06-23T04:03:24.421Z Compiling memchr v2.8.2
4702026-06-23T04:03:24.441Z Compiling thiserror v2.0.18
4712026-06-23T04:03:24.445Z Compiling regex-syntax v0.8.11
4722026-06-23T04:03:24.638Z Compiling equivalent v1.0.2
4732026-06-23T04:03:24.666Z Compiling either v1.16.0
4742026-06-23T04:03:24.701Z Compiling anyhow v1.0.102
4752026-06-23T04:03:24.857Z Compiling aho-corasick v1.1.4
4762026-06-23T04:03:24.934Z Compiling winnow v1.0.3
4772026-06-23T04:03:24.938Z Compiling zerocopy v0.8.52
4782026-06-23T04:03:24.996Z Compiling serde v1.0.228
4792026-06-23T04:03:25.040Z Compiling hashbrown v0.17.1
4802026-06-23T04:03:25.361Z Compiling itertools v0.14.0
4812026-06-23T04:03:25.461Z Compiling syn v2.0.117
4822026-06-23T04:03:25.522Z Compiling indexmap v2.14.0
4832026-06-23T04:03:25.564Z Compiling toml_datetime v1.1.1+spec-1.1.0
4842026-06-23T04:03:25.774Z Compiling byteorder v1.5.0
4852026-06-23T04:03:25.940Z Compiling regex-automata v0.4.14
4862026-06-23T04:03:25.958Z Compiling toml_parser v1.1.2+spec-1.1.0
4872026-06-23T04:03:26.122Z Compiling heapless v0.8.0
4882026-06-23T04:03:26.208Z Compiling hash32 v0.3.1
4892026-06-23T04:03:26.337Z Compiling toml_edit v0.25.12+spec-1.1.0
4902026-06-23T04:03:26.404Z Compiling bitflags v2.13.0
4912026-06-23T04:03:26.499Z Compiling rustversion v1.0.22
4922026-06-23T04:03:26.546Z Compiling macaddr v1.0.1
4932026-06-23T04:03:26.593Z Compiling smoltcp v0.11.0
4942026-06-23T04:03:26.619Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4952026-06-23T04:03:26.738Z Compiling syn v1.0.109
4962026-06-23T04:03:26.742Z Compiling stable_deref_trait v1.2.1
4972026-06-23T04:03:26.852Z Compiling proc-macro-crate v3.5.0
4982026-06-23T04:03:26.858Z Compiling rand_core v0.10.1
4992026-06-23T04:03:26.924Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5002026-06-23T04:03:27.002Z Compiling bitflags v1.3.2
5012026-06-23T04:03:27.059Z Compiling rustix v1.1.4
5022026-06-23T04:03:27.067Z Compiling ref-cast v1.0.25
5032026-06-23T04:03:27.130Z Compiling managed v0.8.0
5042026-06-23T04:03:27.217Z Compiling getrandom v0.4.2
5052026-06-23T04:03:27.250Z Compiling version_check v0.9.5
5062026-06-23T04:03:27.472Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5072026-06-23T04:03:27.506Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-06-23T04:03:27.569Z Compiling errno v0.3.14
5092026-06-23T04:03:27.711Z Compiling regex v1.12.4
5102026-06-23T04:03:27.716Z Compiling foreign-types-shared v0.3.1
5112026-06-23T04:03:27.792Z Compiling cpufeatures v0.3.0
5122026-06-23T04:03:27.857Z Compiling ipnetwork v0.21.1
5132026-06-23T04:03:27.927Z Compiling unicode-width v0.2.2
5142026-06-23T04:03:28.095Z Compiling darling_core v0.21.3
5152026-06-23T04:03:28.218Z Compiling utf8parse v0.2.2
5162026-06-23T04:03:28.221Z Compiling once_cell v1.21.4
5172026-06-23T04:03:28.313Z Compiling anstyle-parse v1.0.0
5182026-06-23T04:03:28.443Z Compiling tracing-core v0.1.36
5192026-06-23T04:03:28.450Z Compiling cstr-argument v0.1.2
5202026-06-23T04:03:28.566Z Compiling tabwriter v1.4.1
5212026-06-23T04:03:28.601Z Compiling chacha20 v0.10.0
5222026-06-23T04:03:29.232Z Compiling thiserror-impl v2.0.18
5232026-06-23T04:03:29.264Z Compiling serde_derive v1.0.228
5242026-06-23T04:03:29.282Z Compiling zerocopy-derive v0.8.52
5252026-06-23T04:03:29.290Z Compiling num_enum_derive v0.7.6
5262026-06-23T04:03:29.540Z Compiling ref-cast-impl v1.0.25
5272026-06-23T04:03:30.118Z Compiling foreign-types-macros v0.2.3
5282026-06-23T04:03:30.230Z Compiling tracing-attributes v0.1.31
5292026-06-23T04:03:30.255Z Compiling darling_macro v0.21.3
5302026-06-23T04:03:30.269Z Compiling num_enum v0.7.6
5312026-06-23T04:03:30.376Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5322026-06-23T04:03:30.525Z Compiling cobs v0.3.0
5332026-06-23T04:03:30.646Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5342026-06-23T04:03:30.728Z Compiling foreign-types v0.5.0
5352026-06-23T04:03:30.733Z Compiling is_terminal_polyfill v1.70.2
5362026-06-23T04:03:30.785Z Compiling darling v0.21.3
5372026-06-23T04:03:30.792Z Compiling anstyle-query v1.1.5
5382026-06-23T04:03:30.807Z Compiling colorchoice v1.0.5
5392026-06-23T04:03:30.844Z Compiling anstyle v1.0.14
5402026-06-23T04:03:30.850Z Compiling ingot-macros v0.1.1
5412026-06-23T04:03:30.875Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
5422026-06-23T04:03:30.904Z Compiling dyn-clone v1.0.20
5432026-06-23T04:03:31.037Z Compiling pin-project-lite v0.2.17
5442026-06-23T04:03:31.073Z Compiling pretty-hex v0.4.2
5452026-06-23T04:03:31.087Z Compiling anstream v1.0.0
5462026-06-23T04:03:31.112Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5472026-06-23T04:03:31.118Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5482026-06-23T04:03:31.198Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5492026-06-23T04:03:31.421Z Compiling tracing v0.1.44
5502026-06-23T04:03:31.451Z Compiling terminal_size v0.4.4
5512026-06-23T04:03:31.487Z Compiling rand v0.10.1
5522026-06-23T04:03:31.518Z Compiling uuid v1.23.3
5532026-06-23T04:03:31.576Z Compiling socket2 v0.6.4
5542026-06-23T04:03:31.730Z Compiling heck v0.5.0
5552026-06-23T04:03:31.928Z Compiling colored v3.1.1
5562026-06-23T04:03:31.929Z Compiling clap_lex v1.1.0
5572026-06-23T04:03:32.135Z Compiling oxnet v0.1.6
5582026-06-23T04:03:32.287Z Compiling clap_builder v4.6.0
5592026-06-23T04:03:32.430Z Compiling postcard v1.1.3
5602026-06-23T04:03:32.461Z Compiling clap_derive v4.6.1
5612026-06-23T04:03:32.544Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5622026-06-23T04:03:33.669Z Compiling ingot-types v0.1.2
5632026-06-23T04:03:34.001Z Compiling ingot v0.1.1
5642026-06-23T04:03:34.129Z Compiling clap v4.6.1
5652026-06-23T04:03:35.719Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-23T04:03:36.723Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-23T04:03:37.801Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-23T04:03:44.381Z Finished `release` profile [optimized + debuginfo] target(s) in 20.14s
5692026-06-23T04:03:44.409Z
5702026-06-23T04:03:44.409Zreal 20.174217358
5712026-06-23T04:03:44.410Zuser 1:43.494286145
5722026-06-23T04:03:44.410Zsys 13.583058228
5732026-06-23T04:03:44.410Ztrap 0.050971381
5742026-06-23T04:03:44.413Ztflt 0.114730502
5752026-06-23T04:03:44.413Zdflt 0.367575288
5762026-06-23T04:03:44.413Zkflt 0.000007300
5772026-06-23T04:03:44.413Zlock 4:27.615032765
5782026-06-23T04:03:44.413Zslp 3:24.507824600
5792026-06-23T04:03:44.413Zlat 5.532862630
5802026-06-23T04:03:44.413Zstop 9.607119080
5812026-06-23T04:03:44.413Z+ popd
5822026-06-23T04:03:44.413Z/work/oxidecomputer/opte
5832026-06-23T04:03:44.413Z+ for x in debug release
5842026-06-23T04:03:44.413Z+ mkdir -p /work/debug
5852026-06-23T04:03:44.413Z+ cp target/debug/opteadm /work/debug/
5862026-06-23T04:03:44.435Z+ sha256sum target/debug/opteadm
5872026-06-23T04:03:44.462Z+ for x in debug release
5882026-06-23T04:03:44.462Z+ mkdir -p /work/release
5892026-06-23T04:03:44.465Z+ cp target/release/opteadm /work/release/
5902026-06-23T04:03:44.480Z+ sha256sum target/release/opteadm
5912026-06-23T04:03:44.497Zprocess exited: duration 67351 ms, exit code 0
 
5922026-06-23T04:03:44.509Zfound 4 output files
5932026-06-23T04:03:44.509Zuploading: /work/debug/opteadm (36454128 bytes)
5942026-06-23T04:03:45.721Zuploaded: /work/debug/opteadm
5952026-06-23T04:03:45.724Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-06-23T04:03:46.731Zuploaded: /work/debug/opteadm.debug.sha256
5972026-06-23T04:03:46.734Zuploading: /work/release/opteadm (24752824 bytes)
5982026-06-23T04:03:47.882Zuploaded: /work/release/opteadm
5992026-06-23T04:03:47.883Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-06-23T04:03:48.894Zuploaded: /work/release/opteadm.release.sha256