01KRCDQGHRT2GH2M8W48Q4TBFR: 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: 01KRCDR26BKTH7H8DF1SPPQB76

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T21:06:36.205Zjob assigned to worker 01KRCDRD9Y5225WY0AGD4NCDMQ [factory aws, i-0e871d076c081d3da] (queued for 1 m 2 s)
 
22026-05-11T21:06:43.273Zstarting task 0: "setup"
32026-05-11T21:06:43.277Z++ uname -s
42026-05-11T21:06:43.280Z+ kern=SunOS
52026-05-11T21:06:43.280Z+ build_user=build
62026-05-11T21:06:43.280Z+ build_uid=12345
72026-05-11T21:06:43.280Z+ work_dir=/work
82026-05-11T21:06:43.280Z+ input_dir=/input
92026-05-11T21:06:43.280Z+ [[ 0 == 12345 ]]
102026-05-11T21:06:43.280Z+ case "$kern" in
112026-05-11T21:06:43.280Z+ groupadd -g 12345 build
122026-05-11T21:06:43.293Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T21:06:45.300Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T21:06:45.348Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T21:06:45.351Z+ home_fs=zfs
162026-05-11T21:06:45.351Z+ [[ zfs == autofs ]]
172026-05-11T21:06:45.351Z+ mkdir -p /home/build
182026-05-11T21:06:45.351Z+ chown build:build /home/build /work
192026-05-11T21:06:47.353Z+ chmod 0700 /home/build /work
202026-05-11T21:06:47.357Zprocess exited: duration 4084 ms, exit code 0
 
212026-05-11T21:06:47.363Zstarting task 1: "rust-toolchain"
222026-05-11T21:06:47.370Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T21:06:47.370Z * rust toolchain channel = "1.94.1"
242026-05-11T21:06:47.370Z * rust toolchain profile = "default"
252026-05-11T21:06:47.370Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T21:06:47.370Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T21:06:47.370Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T21:06:47.373Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T21:06:47.374Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T21:06:47.452Zinfo: downloading installer
312026-05-11T21:06:48.892Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T21:06:48.893Zwarn: /home/build/.rustup/settings.toml
332026-05-11T21:06:48.893Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T21:06:48.893Zwarn: instead of the one inferred from the default host triple.
352026-05-11T21:06:48.907Zinfo: profile set to default
362026-05-11T21:06:48.907Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T21:06:48.910Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T21:06:49.042Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T21:06:49.047Zinfo: downloading 6 components
402026-05-11T21:07:04.614Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-11T21:07:04.614Z
422026-05-11T21:07:04.644Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T21:07:04.644Z
442026-05-11T21:07:04.644Z
452026-05-11T21:07:04.644ZRust is installed now. Great!
462026-05-11T21:07:04.644Z
472026-05-11T21:07:04.644ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T21:07:04.645Zenvironment variable. This has not been done automatically.
492026-05-11T21:07:04.645Z
502026-05-11T21:07:04.645ZTo configure your current shell, you need to source
512026-05-11T21:07:04.648Zthe corresponding env file under $HOME/.cargo.
522026-05-11T21:07:04.648Z
532026-05-11T21:07:04.648ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T21:07:04.648Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T21:07:04.648Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T21:07:04.648Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T21:07:04.648Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T21:07:04.648Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T21:07:04.648Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T21:07:04.648Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T21:07:04.648Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T21:07:04.738Z+ rustup --version
632026-05-11T21:07:04.748Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T21:07:04.751Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T21:07:04.770Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T21:07:04.773Z+ cargo --version
672026-05-11T21:07:04.785Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T21:07:04.789Z+ rustc --version
692026-05-11T21:07:04.807Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T21:07:04.810Zprocess exited: duration 17445 ms, exit code 0
 
712026-05-11T21:07:04.817Zstarting task 2: "authentication"
722026-05-11T21:07:04.836Zprocess exited: duration 18 ms, exit code 0
 
732026-05-11T21:07:04.843Zstarting task 3: "clone repository"
742026-05-11T21:07:04.846Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T21:07:04.849Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T21:07:04.877ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T21:07:05.694Z+ cd /work/oxidecomputer/opte
782026-05-11T21:07:05.694Z+ git fetch origin 2e07459d40b679c2229e9023bb7e716ee95bc03d
792026-05-11T21:07:05.942ZFrom https://github.com/oxidecomputer/opte
802026-05-11T21:07:05.942Z * branch 2e07459d40b679c2229e9023bb7e716ee95bc03d -> FETCH_HEAD
812026-05-11T21:07:05.954Z+ [[ -n faster-syn-expiry ]]
822026-05-11T21:07:05.954Z++ git branch --show-current
832026-05-11T21:07:05.954Z+ current=master
842026-05-11T21:07:05.954Z+ [[ master != faster-syn-expiry ]]
852026-05-11T21:07:05.954Z+ git branch -f faster-syn-expiry 2e07459d40b679c2229e9023bb7e716ee95bc03d
862026-05-11T21:07:05.954Z+ git checkout -f faster-syn-expiry
872026-05-11T21:07:05.963ZSwitched to branch 'faster-syn-expiry'
882026-05-11T21:07:05.991Z+ git reset --hard 2e07459d40b679c2229e9023bb7e716ee95bc03d
892026-05-11T21:07:06.010ZHEAD is now at 2e07459 api back to 40
902026-05-11T21:07:06.010Zprocess exited: duration 1137 ms, exit code 0
 
912026-05-11T21:07:06.016Zstarting task 4: "build"
922026-05-11T21:07:06.020Z+ source .github/buildomat/common.sh
932026-05-11T21:07:06.020Z++ rustup show active-toolchain
942026-05-11T21:07:06.026Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T21:07:06.039Z++ pushd xde
962026-05-11T21:07:06.039Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T21:07:06.039Z++ rustup show active-toolchain
982026-05-11T21:07:06.039Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T21:07:06.214Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T21:07:06.239Zinfo: downloading 6 components
1012026-05-11T21:07:19.842Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T21:07:19.925Z+++ rustup show active-toolchain -v
1032026-05-11T21:07:19.929Z+++ head -n 1
1042026-05-11T21:07:19.929Z+++ cut '-d ' -f1
1052026-05-11T21:07:19.978Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T21:07:19.978Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T21:07:19.978Z++ popd
1082026-05-11T21:07:19.983Z/work/oxidecomputer/opte
1092026-05-11T21:07:19.983Z+ cargo --version
1102026-05-11T21:07:19.988Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T21:07:19.991Z+ rustc --version
1122026-05-11T21:07:20.013Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T21:07:20.017Z+ pushd bin/opteadm
1142026-05-11T21:07:20.017Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-05-11T21:07:20.017Z+ header 'check style'
1162026-05-11T21:07:20.017Z+ echo '# ==== check style ==== #'
1172026-05-11T21:07:20.017Z# ==== check style ==== #
1182026-05-11T21:07:20.017Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-05-11T21:07:20.099Z
1202026-05-11T21:07:20.099Zreal 0.069122190
1212026-05-11T21:07:20.099Zuser 0.039109111
1222026-05-11T21:07:20.099Zsys 0.027872261
1232026-05-11T21:07:20.099Ztrap 0.000000937
1242026-05-11T21:07:20.099Ztflt 0.000027354
1252026-05-11T21:07:20.099Zdflt 0.000009129
1262026-05-11T21:07:20.099Zkflt 0.000000000
1272026-05-11T21:07:20.099Zlock 0.031818126
1282026-05-11T21:07:20.099Zslp 0.048391927
1292026-05-11T21:07:20.099Zlat 0.000956331
1302026-05-11T21:07:20.099Zstop 0.000099541
1312026-05-11T21:07:20.102Z+ header analyze
1322026-05-11T21:07:20.102Z+ echo '# ==== analyze ==== #'
1332026-05-11T21:07:20.102Z# ==== analyze ==== #
1342026-05-11T21:07:20.102Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-05-11T21:07:20.238Z Updating crates.io index
1362026-05-11T21:07:20.241Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-11T21:07:21.044Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-11T21:07:21.478Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-11T21:07:21.810Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-11T21:07:23.235Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-11T21:07:23.560Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-11T21:07:23.884Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-11T21:07:25.669Z Downloading crates ...
1442026-05-11T21:07:25.726Z Downloaded hash32 v0.3.1
1452026-05-11T21:07:25.729Z Downloaded thiserror v2.0.18
1462026-05-11T21:07:25.732Z Downloaded stable_deref_trait v1.2.1
1472026-05-11T21:07:25.732Z Downloaded bitflags v1.3.2
1482026-05-11T21:07:25.737Z Downloaded cfg-if v1.0.4
1492026-05-11T21:07:25.740Z Downloaded cpufeatures v0.3.0
1502026-05-11T21:07:25.740Z Downloaded cobs v0.3.0
1512026-05-11T21:07:25.743Z Downloaded anyhow v1.0.102
1522026-05-11T21:07:25.746Z Downloaded clap v4.6.1
1532026-05-11T21:07:25.750Z Downloaded is_terminal_polyfill v1.70.2
1542026-05-11T21:07:25.753Z Downloaded ingot v0.1.1
1552026-05-11T21:07:25.753Z Downloaded dyn-clone v1.0.20
1562026-05-11T21:07:25.756Z Downloaded ingot-types v0.1.2
1572026-05-11T21:07:25.756Z Downloaded defmt-parser v1.0.0
1582026-05-11T21:07:25.760Z Downloaded zerocopy-derive v0.8.48
1592026-05-11T21:07:25.762Z Downloaded foreign-types v0.5.0
1602026-05-11T21:07:25.762Z Downloaded cstr-argument v0.1.2
1612026-05-11T21:07:25.765Z Downloaded macaddr v1.0.1
1622026-05-11T21:07:25.765Z Downloaded quote v1.0.45
1632026-05-11T21:07:25.768Z Downloaded pretty-hex v0.4.2
1642026-05-11T21:07:25.768Z Downloaded byteorder v1.5.0
1652026-05-11T21:07:25.771Z Downloaded ipnetwork v0.21.1
1662026-05-11T21:07:25.774Z Downloaded either v1.15.0
1672026-05-11T21:07:25.774Z Downloaded zerocopy v0.8.48
1682026-05-11T21:07:25.784Z Downloaded rand v0.10.1
1692026-05-11T21:07:25.787Z Downloaded terminal_size v0.4.4
1702026-05-11T21:07:25.790Z Downloaded fnv v1.0.7
1712026-05-11T21:07:25.790Z Downloaded equivalent v1.0.2
1722026-05-11T21:07:25.790Z Downloaded defmt v0.3.100
1732026-05-11T21:07:25.790Z Downloaded foreign-types-macros v0.2.3
1742026-05-11T21:07:25.790Z Downloaded colored v3.1.1
1752026-05-11T21:07:25.793Z Downloaded clap_lex v1.1.0
1762026-05-11T21:07:25.793Z Downloaded clap_derive v4.6.1
1772026-05-11T21:07:25.793Z Downloaded strsim v0.11.1
1782026-05-11T21:07:25.793Z Downloaded proc-macro-error-attr2 v2.0.0
1792026-05-11T21:07:25.798Z Downloaded ref-cast-impl v1.0.25
1802026-05-11T21:07:25.801Z Downloaded tabwriter v1.4.1
1812026-05-11T21:07:25.805Z Downloaded num_enum v0.7.6
1822026-05-11T21:07:25.809Z Downloaded rand_core v0.10.1
1832026-05-11T21:07:25.812Z Downloaded defmt-macros v1.0.1
1842026-05-11T21:07:25.812Z Downloaded colorchoice v1.0.5
1852026-05-11T21:07:25.812Z Downloaded embedded-io v0.6.1
1862026-05-11T21:07:25.815Z Downloaded proc-macro-crate v3.5.0
1872026-05-11T21:07:25.820Z Downloaded embedded-io v0.4.0
1882026-05-11T21:07:25.826Z Downloaded heck v0.5.0
1892026-05-11T21:07:25.828Z Downloaded darling_macro v0.21.3
1902026-05-11T21:07:25.829Z Downloaded version_check v0.9.5
1912026-05-11T21:07:25.829Z Downloaded utf8parse v0.2.2
1922026-05-11T21:07:25.829Z Downloaded ident_case v1.0.1
1932026-05-11T21:07:25.829Z Downloaded foreign-types-shared v0.3.1
1942026-05-11T21:07:25.831Z Downloaded errno v0.3.14
1952026-05-11T21:07:25.835Z Downloaded anstyle-query v1.1.5
1962026-05-11T21:07:25.837Z Downloaded managed v0.8.0
1972026-05-11T21:07:25.842Z Downloaded thiserror-impl v2.0.18
1982026-05-11T21:07:25.845Z Downloaded anstream v1.0.0
1992026-05-11T21:07:25.845Z Downloaded anstyle v1.0.14
2002026-05-11T21:07:25.845Z Downloaded ref-cast v1.0.25
2012026-05-11T21:07:25.847Z Downloaded num_enum_derive v0.7.6
2022026-05-11T21:07:25.850Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2032026-05-11T21:07:25.850Z Downloaded rustversion v1.0.22
2042026-05-11T21:07:25.853Z Downloaded serde_core v1.0.228
2052026-05-11T21:07:25.853Z Downloaded anstyle-parse v1.0.0
2062026-05-11T21:07:25.856Z Downloaded oxnet v0.1.5
2072026-05-11T21:07:25.870Z Downloaded defmt v1.0.1
2082026-05-11T21:07:25.879Z Downloaded postcard v1.1.3
2092026-05-11T21:07:25.883Z Downloaded tracing-attributes v0.1.31
2102026-05-11T21:07:25.886Z Downloaded toml_parser v1.1.2+spec-1.1.0
2112026-05-11T21:07:25.886Z Downloaded pin-project-lite v0.2.17
2122026-05-11T21:07:25.889Z Downloaded chacha20 v0.10.0
2132026-05-11T21:07:25.894Z Downloaded darling v0.21.3
2142026-05-11T21:07:25.901Z Downloaded bitflags v2.11.1
2152026-05-11T21:07:25.919Z Downloaded proc-macro-error2 v2.0.1
2162026-05-11T21:07:25.922Z Downloaded serde_derive v1.0.228
2172026-05-11T21:07:25.925Z Downloaded getrandom v0.4.2
2182026-05-11T21:07:25.928Z Downloaded proc-macro2 v1.0.106
2192026-05-11T21:07:25.932Z Downloaded ingot-macros v0.1.1
2202026-05-11T21:07:25.936Z Downloaded socket2 v0.6.3
2212026-05-11T21:07:25.939Z Downloaded once_cell v1.21.4
2222026-05-11T21:07:25.939Z Downloaded tracing-core v0.1.36
2232026-05-11T21:07:25.989Z Downloaded unicode-ident v1.0.24
2242026-05-11T21:07:25.990Z Downloaded darling_core v0.21.3
2252026-05-11T21:07:25.990Z Downloaded uuid v1.23.1
2262026-05-11T21:07:25.990Z Downloaded toml_edit v0.25.11+spec-1.1.0
2272026-05-11T21:07:25.990Z Downloaded heapless v0.8.0
2282026-05-11T21:07:25.990Z Downloaded memchr v2.8.0
2292026-05-11T21:07:25.993Z Downloaded serde v1.0.228
2302026-05-11T21:07:25.993Z Downloaded indexmap v2.14.0
2312026-05-11T21:07:25.999Z Downloaded clap_builder v4.6.0
2322026-05-11T21:07:26.035Z Downloaded regex v1.12.3
2332026-05-11T21:07:26.043Z Downloaded hashbrown v0.17.0
2342026-05-11T21:07:26.053Z Downloaded itertools v0.14.0
2352026-05-11T21:07:26.070Z Downloaded aho-corasick v1.1.4
2362026-05-11T21:07:26.074Z Downloaded winnow v1.0.2
2372026-05-11T21:07:26.111Z Downloaded syn v1.0.109
2382026-05-11T21:07:26.126Z Downloaded syn v2.0.117
2392026-05-11T21:07:26.134Z Downloaded unicode-width v0.2.2
2402026-05-11T21:07:26.137Z Downloaded smoltcp v0.11.0
2412026-05-11T21:07:26.143Z Downloaded regex-syntax v0.8.10
2422026-05-11T21:07:26.152Z Downloaded tracing v0.1.44
2432026-05-11T21:07:26.162Z Downloaded rustix v1.1.4
2442026-05-11T21:07:26.190Z Downloaded regex-automata v0.4.14
2452026-05-11T21:07:26.199Z Downloaded libc v0.2.186
2462026-05-11T21:07:26.261Z Compiling proc-macro2 v1.0.106
2472026-05-11T21:07:26.262Z Compiling unicode-ident v1.0.24
2482026-05-11T21:07:26.262Z Compiling quote v1.0.45
2492026-05-11T21:07:26.262Z Compiling serde_core v1.0.228
2502026-05-11T21:07:26.265Z Compiling libc v0.2.186
2512026-05-11T21:07:26.265Z Checking cfg-if v1.0.4
2522026-05-11T21:07:26.265Z Compiling thiserror v2.0.18
2532026-05-11T21:07:26.265Z Compiling ident_case v1.0.1
2542026-05-11T21:07:26.388Z Compiling strsim v0.11.1
2552026-05-11T21:07:26.457Z Compiling fnv v1.0.7
2562026-05-11T21:07:26.462Z Compiling memchr v2.8.0
2572026-05-11T21:07:26.544Z Compiling regex-syntax v0.8.10
2582026-05-11T21:07:26.671Z Compiling hashbrown v0.17.0
2592026-05-11T21:07:26.844Z Compiling zerocopy v0.8.48
2602026-05-11T21:07:27.005Z Compiling aho-corasick v1.1.4
2612026-05-11T21:07:27.061Z Compiling either v1.15.0
2622026-05-11T21:07:27.146Z Compiling winnow v1.0.2
2632026-05-11T21:07:27.240Z Compiling serde v1.0.228
2642026-05-11T21:07:27.256Z Compiling equivalent v1.0.2
2652026-05-11T21:07:27.263Z Compiling anyhow v1.0.102
2662026-05-11T21:07:27.336Z Compiling indexmap v2.14.0
2672026-05-11T21:07:27.657Z Compiling itertools v0.14.0
2682026-05-11T21:07:27.683Z Checking byteorder v1.5.0
2692026-05-11T21:07:27.783Z Compiling syn v2.0.117
2702026-05-11T21:07:27.837Z Compiling heapless v0.8.0
2712026-05-11T21:07:27.945Z Compiling toml_datetime v1.1.1+spec-1.1.0
2722026-05-11T21:07:28.120Z Compiling regex-automata v0.4.14
2732026-05-11T21:07:28.167Z Compiling toml_parser v1.1.2+spec-1.1.0
2742026-05-11T21:07:28.247Z Checking bitflags v2.11.1
2752026-05-11T21:07:28.334Z Checking hash32 v0.3.1
2762026-05-11T21:07:28.411Z Compiling smoltcp v0.11.0
2772026-05-11T21:07:28.441Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2782026-05-11T21:07:28.444Z Checking stable_deref_trait v1.2.1
2792026-05-11T21:07:28.507Z Checking macaddr v1.0.1
2802026-05-11T21:07:28.626Z Compiling toml_edit v0.25.11+spec-1.1.0
2812026-05-11T21:07:28.646Z Compiling syn v1.0.109
2822026-05-11T21:07:28.661Z Compiling rustversion v1.0.22
2832026-05-11T21:07:28.743Z Checking rand_core v0.10.1
2842026-05-11T21:07:28.874Z Compiling getrandom v0.4.2
2852026-05-11T21:07:28.887Z Compiling version_check v0.9.5
2862026-05-11T21:07:28.984Z Checking bitflags v1.3.2
2872026-05-11T21:07:29.034Z Checking managed v0.8.0
2882026-05-11T21:07:29.045Z Compiling rustix v1.1.4
2892026-05-11T21:07:29.078Z Compiling ref-cast v1.0.25
2902026-05-11T21:07:29.129Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2912026-05-11T21:07:29.157Z Compiling proc-macro-crate v3.5.0
2922026-05-11T21:07:29.341Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-05-11T21:07:29.576Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-05-11T21:07:29.579Z Checking errno v0.3.14
2952026-05-11T21:07:29.694Z Checking unicode-width v0.2.2
2962026-05-11T21:07:29.861Z Compiling regex v1.12.3
2972026-05-11T21:07:29.940Z Checking cpufeatures v0.3.0
2982026-05-11T21:07:29.960Z Checking utf8parse v0.2.2
2992026-05-11T21:07:29.998Z Checking foreign-types-shared v0.3.1
3002026-05-11T21:07:30.006Z Checking once_cell v1.21.4
3012026-05-11T21:07:30.053Z Checking ipnetwork v0.21.1
3022026-05-11T21:07:30.079Z Checking anstyle-parse v1.0.0
3032026-05-11T21:07:30.172Z Checking tracing-core v0.1.36
3042026-05-11T21:07:30.227Z Checking chacha20 v0.10.0
3052026-05-11T21:07:30.232Z Checking cstr-argument v0.1.2
3062026-05-11T21:07:30.251Z Checking tabwriter v1.4.1
3072026-05-11T21:07:30.345Z Compiling darling_core v0.21.3
3082026-05-11T21:07:30.585Z Checking anstyle v1.0.14
3092026-05-11T21:07:30.675Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3102026-05-11T21:07:30.738Z Checking pretty-hex v0.4.2
3112026-05-11T21:07:30.758Z Checking anstyle-query v1.1.5
3122026-05-11T21:07:30.765Z Checking is_terminal_polyfill v1.70.2
3132026-05-11T21:07:30.826Z Checking colorchoice v1.0.5
3142026-05-11T21:07:30.841Z Checking pin-project-lite v0.2.17
3152026-05-11T21:07:30.841Z Checking dyn-clone v1.0.20
3162026-05-11T21:07:30.853Z Checking terminal_size v0.4.4
3172026-05-11T21:07:30.915Z Checking anstream v1.0.0
3182026-05-11T21:07:30.934Z Checking rand v0.10.1
3192026-05-11T21:07:30.953Z Checking uuid v1.23.1
3202026-05-11T21:07:31.086Z Checking socket2 v0.6.3
3212026-05-11T21:07:31.107Z Compiling heck v0.5.0
3222026-05-11T21:07:31.204Z Checking oxnet v0.1.5
3232026-05-11T21:07:31.223Z Checking colored v3.1.1
3242026-05-11T21:07:31.350Z Checking clap_lex v1.1.0
3252026-05-11T21:07:31.392Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3262026-05-11T21:07:31.534Z Checking clap_builder v4.6.0
3272026-05-11T21:07:31.568Z Compiling thiserror-impl v2.0.18
3282026-05-11T21:07:31.583Z Compiling zerocopy-derive v0.8.48
3292026-05-11T21:07:31.646Z Compiling serde_derive v1.0.228
3302026-05-11T21:07:31.783Z Compiling num_enum_derive v0.7.6
3312026-05-11T21:07:32.233Z Compiling foreign-types-macros v0.2.3
3322026-05-11T21:07:32.362Z Compiling darling_macro v0.21.3
3332026-05-11T21:07:32.779Z Compiling ref-cast-impl v1.0.25
3342026-05-11T21:07:32.850Z Checking foreign-types v0.5.0
3352026-05-11T21:07:32.854Z Checking num_enum v0.7.6
3362026-05-11T21:07:32.906Z Compiling darling v0.21.3
3372026-05-11T21:07:32.915Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3382026-05-11T21:07:32.931Z Checking cobs v0.3.0
3392026-05-11T21:07:32.952Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3402026-05-11T21:07:32.959Z Compiling tracing-attributes v0.1.31
3412026-05-11T21:07:32.978Z Compiling ingot-macros v0.1.1
3422026-05-11T21:07:33.070Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3432026-05-11T21:07:33.227Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3442026-05-11T21:07:33.397Z Compiling clap_derive v4.6.1
3452026-05-11T21:07:33.416Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-05-11T21:07:34.018Z Checking tracing v0.1.44
3472026-05-11T21:07:34.449Z Checking postcard v1.1.3
3482026-05-11T21:07:34.694Z Checking clap v4.6.1
3492026-05-11T21:07:35.620Z Checking ingot-types v0.1.2
3502026-05-11T21:07:35.889Z Checking ingot v0.1.1
3512026-05-11T21:07:37.194Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-05-11T21:07:38.405Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-05-11T21:07:39.596Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-05-11T21:07:40.433Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.28s
3552026-05-11T21:07:40.554Z
3562026-05-11T21:07:40.557Zreal 20.449250060
3572026-05-11T21:07:40.557Zuser 54.464525585
3582026-05-11T21:07:40.557Zsys 13.067195451
3592026-05-11T21:07:40.558Ztrap 0.036143003
3602026-05-11T21:07:40.558Ztflt 0.207308602
3612026-05-11T21:07:40.558Zdflt 0.193210159
3622026-05-11T21:07:40.558Zkflt 0.006900808
3632026-05-11T21:07:40.558Zlock 2:54.985883171
3642026-05-11T21:07:40.558Zslp 3:04.727679596
3652026-05-11T21:07:40.558Zlat 4.132388901
3662026-05-11T21:07:40.558Zstop 10.812139259
3672026-05-11T21:07:40.558Z+ header 'debug build'
3682026-05-11T21:07:40.558Z+ echo '# ==== debug build ==== #'
3692026-05-11T21:07:40.558Z+ ptime -m cargo build
3702026-05-11T21:07:40.558Z# ==== debug build ==== #
3712026-05-11T21:07:40.716Z Compiling cfg-if v1.0.4
3722026-05-11T21:07:40.724Z Compiling serde_core v1.0.228
3732026-05-11T21:07:40.724Z Compiling libc v0.2.186
3742026-05-11T21:07:40.747Z Compiling thiserror v2.0.18
3752026-05-11T21:07:40.753Z Compiling byteorder v1.5.0
3762026-05-11T21:07:40.753Z Compiling zerocopy v0.8.48
3772026-05-11T21:07:40.758Z Compiling macaddr v1.0.1
3782026-05-11T21:07:40.758Z Compiling stable_deref_trait v1.2.1
3792026-05-11T21:07:40.791Z Compiling managed v0.8.0
3802026-05-11T21:07:40.807Z Compiling cobs v0.3.0
3812026-05-11T21:07:40.819Z Compiling rand_core v0.10.1
3822026-05-11T21:07:40.917Z Compiling hash32 v0.3.1
3832026-05-11T21:07:40.966Z Compiling bitflags v1.3.2
3842026-05-11T21:07:40.993Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-05-11T21:07:41.003Z Compiling heapless v0.8.0
3862026-05-11T21:07:41.031Z Compiling errno v0.3.14
3872026-05-11T21:07:41.065Z Compiling utf8parse v0.2.2
3882026-05-11T21:07:41.074Z Compiling unicode-width v0.2.2
3892026-05-11T21:07:41.074Z Compiling ipnetwork v0.21.1
3902026-05-11T21:07:41.161Z Compiling once_cell v1.21.4
3912026-05-11T21:07:41.188Z Compiling foreign-types-shared v0.3.1
3922026-05-11T21:07:41.207Z Compiling memchr v2.8.0
3932026-05-11T21:07:41.267Z Compiling cpufeatures v0.3.0
3942026-05-11T21:07:41.331Z Compiling chacha20 v0.10.0
3952026-05-11T21:07:41.370Z Compiling smoltcp v0.11.0
3962026-05-11T21:07:41.388Z Compiling tracing-core v0.1.36
3972026-05-11T21:07:41.415Z Compiling tabwriter v1.4.1
3982026-05-11T21:07:41.618Z Compiling cstr-argument v0.1.2
3992026-05-11T21:07:41.670Z Compiling foreign-types v0.5.0
4002026-05-11T21:07:41.777Z Compiling anstyle-parse v1.0.0
4012026-05-11T21:07:41.784Z Compiling ref-cast v1.0.25
4022026-05-11T21:07:41.827Z Compiling num_enum v0.7.6
4032026-05-11T21:07:41.884Z Compiling getrandom v0.4.2
4042026-05-11T21:07:41.943Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4052026-05-11T21:07:42.000Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-05-11T21:07:42.050Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-05-11T21:07:42.095Z Compiling dyn-clone v1.0.20
4082026-05-11T21:07:42.101Z Compiling colorchoice v1.0.5
4092026-05-11T21:07:42.209Z Compiling pin-project-lite v0.2.17
4102026-05-11T21:07:42.255Z Compiling anstyle-query v1.1.5
4112026-05-11T21:07:42.303Z Compiling is_terminal_polyfill v1.70.2
4122026-05-11T21:07:42.359Z Compiling anstyle v1.0.14
4132026-05-11T21:07:42.386Z Compiling pretty-hex v0.4.2
4142026-05-11T21:07:42.424Z Compiling bitflags v2.11.1
4152026-05-11T21:07:42.513Z Compiling serde v1.0.228
4162026-05-11T21:07:42.601Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4172026-05-11T21:07:42.622Z Compiling rustix v1.1.4
4182026-05-11T21:07:42.636Z Compiling anstream v1.0.0
4192026-05-11T21:07:42.756Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4202026-05-11T21:07:42.870Z Compiling uuid v1.23.1
4212026-05-11T21:07:42.967Z Compiling postcard v1.1.3
4222026-05-11T21:07:43.155Z Compiling terminal_size v0.4.4
4232026-05-11T21:07:43.184Z Compiling tracing v0.1.44
4242026-05-11T21:07:43.192Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4252026-05-11T21:07:43.302Z Compiling anyhow v1.0.102
4262026-05-11T21:07:43.318Z Compiling rand v0.10.1
4272026-05-11T21:07:43.469Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-05-11T21:07:43.555Z Compiling socket2 v0.6.3
4292026-05-11T21:07:43.585Z Compiling colored v3.1.1
4302026-05-11T21:07:43.698Z Compiling ingot-types v0.1.2
4312026-05-11T21:07:43.770Z Compiling clap_lex v1.1.0
4322026-05-11T21:07:43.777Z Compiling oxnet v0.1.5
4332026-05-11T21:07:44.100Z Compiling ingot v0.1.1
4342026-05-11T21:07:44.156Z Compiling winnow v1.0.2
4352026-05-11T21:07:44.168Z Compiling strsim v0.11.1
4362026-05-11T21:07:44.264Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-05-11T21:07:44.418Z Compiling clap_builder v4.6.0
4382026-05-11T21:07:45.064Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4392026-05-11T21:07:45.723Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-05-11T21:07:46.036Z Compiling clap v4.6.1
4412026-05-11T21:07:47.236Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-05-11T21:07:48.874Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-05-11T21:07:53.264Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.69s
4442026-05-11T21:07:53.290Z
4452026-05-11T21:07:53.290Zreal 12.726050564
4462026-05-11T21:07:53.290Zuser 1:05.537426356
4472026-05-11T21:07:53.290Zsys 6.023859159
4482026-05-11T21:07:53.294Ztrap 0.034516512
4492026-05-11T21:07:53.294Ztflt 0.217818686
4502026-05-11T21:07:53.294Zdflt 0.233012895
4512026-05-11T21:07:53.294Zkflt 0.000003518
4522026-05-11T21:07:53.294Zlock 2:55.716190170
4532026-05-11T21:07:53.294Zslp 1:55.729704664
4542026-05-11T21:07:53.294Zlat 4.003005809
4552026-05-11T21:07:53.294Zstop 2.987569289
4562026-05-11T21:07:53.294Z+ header 'release build'
4572026-05-11T21:07:53.294Z+ echo '# ==== release build ==== #'
4582026-05-11T21:07:53.294Z# ==== release build ==== #
4592026-05-11T21:07:53.294Z+ ptime -m cargo build --release
4602026-05-11T21:07:53.390Z Compiling proc-macro2 v1.0.106
4612026-05-11T21:07:53.390Z Compiling quote v1.0.45
4622026-05-11T21:07:53.390Z Compiling unicode-ident v1.0.24
4632026-05-11T21:07:53.394Z Compiling serde_core v1.0.228
4642026-05-11T21:07:53.394Z Compiling libc v0.2.186
4652026-05-11T21:07:53.394Z Compiling cfg-if v1.0.4
4662026-05-11T21:07:53.394Z Compiling thiserror v2.0.18
4672026-05-11T21:07:53.394Z Compiling memchr v2.8.0
4682026-05-11T21:07:53.464Z Compiling fnv v1.0.7
4692026-05-11T21:07:53.509Z Compiling strsim v0.11.1
4702026-05-11T21:07:53.543Z Compiling ident_case v1.0.1
4712026-05-11T21:07:53.647Z Compiling regex-syntax v0.8.10
4722026-05-11T21:07:53.693Z Compiling serde v1.0.228
4732026-05-11T21:07:53.773Z Compiling hashbrown v0.17.0
4742026-05-11T21:07:53.896Z Compiling aho-corasick v1.1.4
4752026-05-11T21:07:53.934Z Compiling zerocopy v0.8.48
4762026-05-11T21:07:53.977Z Compiling either v1.15.0
4772026-05-11T21:07:54.103Z Compiling equivalent v1.0.2
4782026-05-11T21:07:54.162Z Compiling anyhow v1.0.102
4792026-05-11T21:07:54.173Z Compiling winnow v1.0.2
4802026-05-11T21:07:54.291Z Compiling indexmap v2.14.0
4812026-05-11T21:07:54.314Z Compiling itertools v0.14.0
4822026-05-11T21:07:54.562Z Compiling byteorder v1.5.0
4832026-05-11T21:07:54.692Z Compiling syn v2.0.117
4842026-05-11T21:07:54.742Z Compiling toml_datetime v1.1.1+spec-1.1.0
4852026-05-11T21:07:54.872Z Compiling heapless v0.8.0
4862026-05-11T21:07:54.952Z Compiling hash32 v0.3.1
4872026-05-11T21:07:55.080Z Compiling regex-automata v0.4.14
4882026-05-11T21:07:55.153Z Compiling toml_parser v1.1.2+spec-1.1.0
4892026-05-11T21:07:55.240Z Compiling smoltcp v0.11.0
4902026-05-11T21:07:55.325Z Compiling syn v1.0.109
4912026-05-11T21:07:55.704Z Compiling bitflags v2.11.1
4922026-05-11T21:07:55.715Z Compiling toml_edit v0.25.11+spec-1.1.0
4932026-05-11T21:07:55.715Z Compiling macaddr v1.0.1
4942026-05-11T21:07:55.715Z Compiling stable_deref_trait v1.2.1
4952026-05-11T21:07:55.715Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4962026-05-11T21:07:55.715Z Compiling rustversion v1.0.22
4972026-05-11T21:07:55.799Z Compiling bitflags v1.3.2
4982026-05-11T21:07:55.851Z Compiling managed v0.8.0
4992026-05-11T21:07:55.857Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5002026-05-11T21:07:55.886Z Compiling version_check v0.9.5
5012026-05-11T21:07:56.174Z Compiling rand_core v0.10.1
5022026-05-11T21:07:56.197Z Compiling ref-cast v1.0.25
5032026-05-11T21:07:56.197Z Compiling proc-macro-crate v3.5.0
5042026-05-11T21:07:56.197Z Compiling getrandom v0.4.2
5052026-05-11T21:07:56.197Z Compiling rustix v1.1.4
5062026-05-11T21:07:56.197Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-05-11T21:07:56.437Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-05-11T21:07:56.474Z Compiling errno v0.3.14
5092026-05-11T21:07:56.612Z Compiling foreign-types-shared v0.3.1
5102026-05-11T21:07:56.687Z Compiling cpufeatures v0.3.0
5112026-05-11T21:07:56.691Z Compiling ipnetwork v0.21.1
5122026-05-11T21:07:56.745Z Compiling once_cell v1.21.4
5132026-05-11T21:07:56.828Z Compiling regex v1.12.3
5142026-05-11T21:07:56.971Z Compiling utf8parse v0.2.2
5152026-05-11T21:07:57.256Z Compiling unicode-width v0.2.2
5162026-05-11T21:07:57.264Z Compiling anstyle-parse v1.0.0
5172026-05-11T21:07:57.264Z Compiling tracing-core v0.1.36
5182026-05-11T21:07:57.267Z Compiling chacha20 v0.10.0
5192026-05-11T21:07:57.351Z Compiling darling_core v0.21.3
5202026-05-11T21:07:57.540Z Compiling cstr-argument v0.1.2
5212026-05-11T21:07:57.670Z Compiling tabwriter v1.4.1
5222026-05-11T21:07:58.093Z Compiling anstyle-query v1.1.5
5232026-05-11T21:07:58.363Z Compiling is_terminal_polyfill v1.70.2
5242026-05-11T21:07:58.373Z Compiling pin-project-lite v0.2.17
5252026-05-11T21:07:58.373Z Compiling pretty-hex v0.4.2
5262026-05-11T21:07:58.373Z Compiling dyn-clone v1.0.20
5272026-05-11T21:07:58.379Z Compiling anstyle v1.0.14
5282026-05-11T21:07:58.389Z Compiling colorchoice v1.0.5
5292026-05-11T21:07:58.395Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5302026-05-11T21:07:58.721Z Compiling anstream v1.0.0
5312026-05-11T21:07:58.728Z Compiling thiserror-impl v2.0.18
5322026-05-11T21:07:58.728Z Compiling zerocopy-derive v0.8.48
5332026-05-11T21:07:58.777Z Compiling serde_derive v1.0.228
5342026-05-11T21:07:58.888Z Compiling num_enum_derive v0.7.6
5352026-05-11T21:07:59.101Z Compiling foreign-types-macros v0.2.3
5362026-05-11T21:07:59.110Z Compiling ref-cast-impl v1.0.25
5372026-05-11T21:07:59.466Z Compiling darling_macro v0.21.3
5382026-05-11T21:07:59.696Z Compiling foreign-types v0.5.0
5392026-05-11T21:07:59.760Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5402026-05-11T21:07:59.764Z Compiling tracing-attributes v0.1.31
5412026-05-11T21:07:59.775Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5422026-05-11T21:07:59.834Z Compiling cobs v0.3.0
5432026-05-11T21:07:59.852Z Compiling num_enum v0.7.6
5442026-05-11T21:07:59.958Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5452026-05-11T21:08:00.002Z Compiling darling v0.21.3
5462026-05-11T21:08:00.043Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5472026-05-11T21:08:00.070Z Compiling ingot-macros v0.1.1
5482026-05-11T21:08:00.150Z Compiling terminal_size v0.4.4
5492026-05-11T21:08:00.224Z Compiling rand v0.10.1
5502026-05-11T21:08:00.229Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5512026-05-11T21:08:00.279Z Compiling uuid v1.23.1
5522026-05-11T21:08:00.331Z Compiling socket2 v0.6.3
5532026-05-11T21:08:00.379Z Compiling clap_lex v1.1.0
5542026-05-11T21:08:00.674Z Compiling heck v0.5.0
5552026-05-11T21:08:00.864Z Compiling colored v3.1.1
5562026-05-11T21:08:00.897Z Compiling oxnet v0.1.5
5572026-05-11T21:08:00.953Z Compiling tracing v0.1.44
5582026-05-11T21:08:01.181Z Compiling clap_builder v4.6.0
5592026-05-11T21:08:01.270Z Compiling clap_derive v4.6.1
5602026-05-11T21:08:01.357Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5612026-05-11T21:08:01.931Z Compiling postcard v1.1.3
5622026-05-11T21:08:02.943Z Compiling ingot-types v0.1.2
5632026-05-11T21:08:03.023Z Compiling clap v4.6.1
5642026-05-11T21:08:03.333Z Compiling ingot v0.1.1
5652026-05-11T21:08:04.992Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-05-11T21:08:05.991Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-05-11T21:08:07.033Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-05-11T21:08:13.746Z Finished `release` profile [optimized + debuginfo] target(s) in 20.44s
5692026-05-11T21:08:13.776Z
5702026-05-11T21:08:13.776Zreal 20.473815559
5712026-05-11T21:08:13.776Zuser 1:44.245154829
5722026-05-11T21:08:13.776Zsys 13.389203737
5732026-05-11T21:08:13.776Ztrap 0.050105879
5742026-05-11T21:08:13.776Ztflt 0.121765977
5752026-05-11T21:08:13.776Zdflt 0.398513582
5762026-05-11T21:08:13.776Zkflt 0.000017725
5772026-05-11T21:08:13.776Zlock 4:33.990571605
5782026-05-11T21:08:13.776Zslp 3:24.511333608
5792026-05-11T21:08:13.776Zlat 5.073292607
5802026-05-11T21:08:13.776Zstop 9.609010577
5812026-05-11T21:08:13.781Z+ popd
5822026-05-11T21:08:13.781Z/work/oxidecomputer/opte
5832026-05-11T21:08:13.781Z+ for x in debug release
5842026-05-11T21:08:13.781Z+ mkdir -p /work/debug
5852026-05-11T21:08:13.781Z+ cp target/debug/opteadm /work/debug/
5862026-05-11T21:08:13.806Z+ sha256sum target/debug/opteadm
5872026-05-11T21:08:13.833Z+ for x in debug release
5882026-05-11T21:08:13.833Z+ mkdir -p /work/release
5892026-05-11T21:08:13.851Z+ cp target/release/opteadm /work/release/
5902026-05-11T21:08:13.884Z+ sha256sum target/release/opteadm
5912026-05-11T21:08:13.892Zprocess exited: duration 67848 ms, exit code 0
 
5922026-05-11T21:08:13.914Zfound 4 output files
5932026-05-11T21:08:13.914Zuploading: /work/debug/opteadm (35856752 bytes)
5942026-05-11T21:08:15.269Zuploaded: /work/debug/opteadm
5952026-05-11T21:08:15.269Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-05-11T21:08:16.291Zuploaded: /work/debug/opteadm.debug.sha256
5972026-05-11T21:08:16.292Zuploading: /work/release/opteadm (24307368 bytes)
5982026-05-11T21:08:17.512Zuploaded: /work/release/opteadm
5992026-05-11T21:08:17.512Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-05-11T21:08:18.527Zuploaded: /work/release/opteadm.release.sha256