01KR1D6QDWCFW9T29BQDZE269A: 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: 01KR1D78B0EN319GX5HKQX8PSQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T14:25:36.467Zjob assigned to worker 01KR1D77C6B8W0CT9SNVX7158A [factory aws, i-0d2ab622682ebd5e3] (queued for 52 s)
 
22026-05-07T14:25:42.765Zstarting task 0: "setup"
32026-05-07T14:25:42.769Z++ uname -s
42026-05-07T14:25:42.772Z+ kern=SunOS
52026-05-07T14:25:42.772Z+ build_user=build
62026-05-07T14:25:42.772Z+ build_uid=12345
72026-05-07T14:25:42.772Z+ work_dir=/work
82026-05-07T14:25:42.772Z+ input_dir=/input
92026-05-07T14:25:42.772Z+ [[ 0 == 12345 ]]
102026-05-07T14:25:42.772Z+ case "$kern" in
112026-05-07T14:25:42.772Z+ groupadd -g 12345 build
122026-05-07T14:25:42.776Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T14:25:44.779Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T14:25:44.878Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T14:25:44.881Z+ home_fs=zfs
162026-05-07T14:25:44.881Z+ [[ zfs == autofs ]]
172026-05-07T14:25:44.881Z+ mkdir -p /home/build
182026-05-07T14:25:44.881Z+ chown build:build /home/build /work
192026-05-07T14:25:46.882Z+ chmod 0700 /home/build /work
202026-05-07T14:25:46.885Zprocess exited: duration 4122 ms, exit code 0
 
212026-05-07T14:25:46.891Zstarting task 1: "rust-toolchain"
222026-05-07T14:25:46.896Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-07T14:25:46.896Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-07T14:25:46.896Z * rust toolchain channel = "1.94.1"
252026-05-07T14:25:46.896Z * rust toolchain profile = "default"
262026-05-07T14:25:46.896Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T14:25:46.896Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T14:25:46.899Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T14:25:46.899Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-07T14:25:47.002Zinfo: downloading installer
312026-05-07T14:25:48.551Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T14:25:48.551Zwarn: /home/build/.rustup/settings.toml
332026-05-07T14:25:48.551Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T14:25:48.551Zwarn: instead of the one inferred from the default host triple.
352026-05-07T14:25:48.563Zinfo: profile set to default
362026-05-07T14:25:48.563Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T14:25:48.566Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-07T14:25:48.722Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-07T14:25:48.726Zinfo: downloading 6 components
402026-05-07T14:26:05.000Z
412026-05-07T14:26:05.001Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
422026-05-07T14:26:05.027Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-07T14:26:05.027Z
442026-05-07T14:26:05.027Z
452026-05-07T14:26:05.027ZRust is installed now. Great!
462026-05-07T14:26:05.027Z
472026-05-07T14:26:05.027ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T14:26:05.027Zenvironment variable. This has not been done automatically.
492026-05-07T14:26:05.027Z
502026-05-07T14:26:05.027ZTo configure your current shell, you need to source
512026-05-07T14:26:05.027Zthe corresponding env file under $HOME/.cargo.
522026-05-07T14:26:05.027Z
532026-05-07T14:26:05.027ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T14:26:05.030Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T14:26:05.030Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T14:26:05.030Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T14:26:05.030Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T14:26:05.030Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T14:26:05.030Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T14:26:05.030Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T14:26:05.031Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T14:26:05.125Z+ rustup --version
632026-05-07T14:26:05.135Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T14:26:05.138Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T14:26:05.157Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-07T14:26:05.160Z+ cargo --version
672026-05-07T14:26:05.172Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-07T14:26:05.175Z+ rustc --version
692026-05-07T14:26:05.193Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-07T14:26:05.196Zprocess exited: duration 18300 ms, exit code 0
 
712026-05-07T14:26:05.202Zstarting task 2: "authentication"
722026-05-07T14:26:05.218Zprocess exited: duration 16 ms, exit code 0
 
732026-05-07T14:26:05.224Zstarting task 3: "clone repository"
742026-05-07T14:26:05.227Z+ mkdir -p /work/oxidecomputer/opte
752026-05-07T14:26:05.230Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-07T14:26:05.261ZCloning into '/work/oxidecomputer/opte'...
772026-05-07T14:26:06.244Z+ cd /work/oxidecomputer/opte
782026-05-07T14:26:06.244Z+ git fetch origin 459486abe3d1adc5ce68964ce2679d9fa1f51488
792026-05-07T14:26:06.508ZFrom https://github.com/oxidecomputer/opte
802026-05-07T14:26:06.508Z * branch 459486abe3d1adc5ce68964ce2679d9fa1f51488 -> FETCH_HEAD
812026-05-07T14:26:06.514Z+ [[ -n faster-syn-expiry ]]
822026-05-07T14:26:06.517Z++ git branch --show-current
832026-05-07T14:26:06.518Z+ current=master
842026-05-07T14:26:06.518Z+ [[ master != faster-syn-expiry ]]
852026-05-07T14:26:06.518Z+ git branch -f faster-syn-expiry 459486abe3d1adc5ce68964ce2679d9fa1f51488
862026-05-07T14:26:06.521Z+ git checkout -f faster-syn-expiry
872026-05-07T14:26:06.536ZSwitched to branch 'faster-syn-expiry'
882026-05-07T14:26:06.539Z+ git reset --hard 459486abe3d1adc5ce68964ce2679d9fa1f51488
892026-05-07T14:26:06.542ZHEAD is now at 459486a Missed a transition, as it turns out.
902026-05-07T14:26:06.545Zprocess exited: duration 1318 ms, exit code 0
 
912026-05-07T14:26:06.551Zstarting task 4: "build"
922026-05-07T14:26:06.554Z+ source .github/buildomat/common.sh
932026-05-07T14:26:06.557Z++ rustup show active-toolchain
942026-05-07T14:26:06.560Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-07T14:26:06.563Z++ pushd xde
962026-05-07T14:26:06.563Z++ rustup show active-toolchain
972026-05-07T14:26:06.563Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-05-07T14:26:06.566Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-07T14:26:06.741Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-07T14:26:06.744Zinfo: downloading 6 components
1012026-05-07T14:26:21.317Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-07T14:26:21.410Z+++ rustup show active-toolchain -v
1032026-05-07T14:26:21.413Z+++ head -n 1
1042026-05-07T14:26:21.413Z+++ cut '-d ' -f1
1052026-05-07T14:26:21.466Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-07T14:26:21.466Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-07T14:26:21.466Z++ popd
1082026-05-07T14:26:21.469Z/work/oxidecomputer/opte
1092026-05-07T14:26:21.470Z+ cargo --version
1102026-05-07T14:26:21.477Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-07T14:26:21.479Z+ rustc --version
1122026-05-07T14:26:21.499Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-07T14:26:21.506Z+ pushd bin/opteadm
1142026-05-07T14:26:21.506Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-05-07T14:26:21.506Z+ header 'check style'
1162026-05-07T14:26:21.506Z+ echo '# ==== check style ==== #'
1172026-05-07T14:26:21.506Z# ==== check style ==== #
1182026-05-07T14:26:21.506Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-05-07T14:26:21.573Z
1202026-05-07T14:26:21.573Zreal 0.068996061
1212026-05-07T14:26:21.573Zuser 0.038807406
1222026-05-07T14:26:21.573Zsys 0.027499568
1232026-05-07T14:26:21.573Ztrap 0.000022344
1242026-05-07T14:26:21.573Ztflt 0.000021015
1252026-05-07T14:26:21.573Zdflt 0.000003579
1262026-05-07T14:26:21.573Zkflt 0.000000000
1272026-05-07T14:26:21.573Zlock 0.031109944
1282026-05-07T14:26:21.573Zslp 0.048734009
1292026-05-07T14:26:21.573Zlat 0.000656282
1302026-05-07T14:26:21.573Zstop 0.000086321
1312026-05-07T14:26:21.577Z+ header analyze
1322026-05-07T14:26:21.577Z+ echo '# ==== analyze ==== #'
1332026-05-07T14:26:21.577Z# ==== analyze ==== #
1342026-05-07T14:26:21.577Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-05-07T14:26:21.693Z Updating crates.io index
1362026-05-07T14:26:21.728Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-07T14:26:22.652Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-07T14:26:22.948Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-07T14:26:23.285Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-07T14:26:23.760Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-07T14:26:24.283Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-07T14:26:24.567Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-07T14:26:26.407Z Downloading crates ...
1442026-05-07T14:26:26.472Z Downloaded defmt v1.0.1
1452026-05-07T14:26:26.480Z Downloaded thiserror v2.0.18
1462026-05-07T14:26:26.483Z Downloaded zerocopy-derive v0.8.48
1472026-05-07T14:26:26.489Z Downloaded aho-corasick v1.1.4
1482026-05-07T14:26:26.495Z Downloaded zerocopy v0.8.48
1492026-05-07T14:26:26.505Z Downloaded smoltcp v0.11.0
1502026-05-07T14:26:26.511Z Downloaded ingot-types v0.1.2
1512026-05-07T14:26:26.514Z Downloaded rand_core v0.10.1
1522026-05-07T14:26:26.517Z Downloaded stable_deref_trait v1.2.1
1532026-05-07T14:26:26.521Z Downloaded thiserror-impl v2.0.18
1542026-05-07T14:26:26.524Z Downloaded proc-macro-error-attr2 v2.0.0
1552026-05-07T14:26:26.527Z Downloaded postcard v1.1.3
1562026-05-07T14:26:26.527Z Downloaded darling v0.21.3
1572026-05-07T14:26:26.530Z Downloaded tracing-attributes v0.1.31
1582026-05-07T14:26:26.533Z Downloaded tabwriter v1.4.1
1592026-05-07T14:26:26.535Z Downloaded num_enum_derive v0.7.6
1602026-05-07T14:26:26.539Z Downloaded equivalent v1.0.2
1612026-05-07T14:26:26.541Z Downloaded num_enum v0.7.6
1622026-05-07T14:26:26.544Z Downloaded ref-cast v1.0.25
1632026-05-07T14:26:26.544Z Downloaded chacha20 v0.10.0
1642026-05-07T14:26:26.547Z Downloaded darling_macro v0.21.3
1652026-05-07T14:26:26.550Z Downloaded proc-macro-crate v3.5.0
1662026-05-07T14:26:26.550Z Downloaded managed v0.8.0
1672026-05-07T14:26:26.553Z Downloaded foreign-types-shared v0.3.1
1682026-05-07T14:26:26.553Z Downloaded rustversion v1.0.22
1692026-05-07T14:26:26.558Z Downloaded heck v0.5.0
1702026-05-07T14:26:26.560Z Downloaded cpufeatures v0.3.0
1712026-05-07T14:26:26.563Z Downloaded version_check v0.9.5
1722026-05-07T14:26:26.566Z Downloaded cstr-argument v0.1.2
1732026-05-07T14:26:26.569Z Downloaded embedded-io v0.4.0
1742026-05-07T14:26:26.569Z Downloaded hash32 v0.3.1
1752026-05-07T14:26:26.574Z Downloaded cfg-if v1.0.4
1762026-05-07T14:26:26.574Z Downloaded cobs v0.3.0
1772026-05-07T14:26:26.578Z Downloaded toml_parser v1.1.2+spec-1.1.0
1782026-05-07T14:26:26.578Z Downloaded ingot v0.1.1
1792026-05-07T14:26:26.586Z Downloaded pin-project-lite v0.2.17
1802026-05-07T14:26:26.586Z Downloaded ref-cast-impl v1.0.25
1812026-05-07T14:26:26.586Z Downloaded oxnet v0.1.5
1822026-05-07T14:26:26.589Z Downloaded foreign-types-macros v0.2.3
1832026-05-07T14:26:26.589Z Downloaded colorchoice v1.0.5
1842026-05-07T14:26:26.589Z Downloaded embedded-io v0.6.1
1852026-05-07T14:26:26.589Z Downloaded defmt-parser v1.0.0
1862026-05-07T14:26:26.593Z Downloaded foreign-types v0.5.0
1872026-05-07T14:26:26.596Z Downloaded ident_case v1.0.1
1882026-05-07T14:26:26.601Z Downloaded terminal_size v0.4.4
1892026-05-07T14:26:26.604Z Downloaded pretty-hex v0.4.2
1902026-05-07T14:26:26.604Z Downloaded is_terminal_polyfill v1.70.2
1912026-05-07T14:26:26.607Z Downloaded strsim v0.11.1
1922026-05-07T14:26:26.607Z Downloaded fnv v1.0.7
1932026-05-07T14:26:26.611Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1942026-05-07T14:26:26.614Z Downloaded macaddr v1.0.1
1952026-05-07T14:26:26.614Z Downloaded byteorder v1.5.0
1962026-05-07T14:26:26.614Z Downloaded bitflags v1.3.2
1972026-05-07T14:26:26.616Z Downloaded clap_lex v1.1.0
1982026-05-07T14:26:26.617Z Downloaded anstyle-parse v1.0.0
1992026-05-07T14:26:26.624Z Downloaded utf8parse v0.2.2
2002026-05-07T14:26:26.627Z Downloaded errno v0.3.14
2012026-05-07T14:26:26.627Z Downloaded anstyle-query v1.1.5
2022026-05-07T14:26:26.627Z Downloaded dyn-clone v1.0.20
2032026-05-07T14:26:26.634Z Downloaded defmt v0.3.100
2042026-05-07T14:26:26.640Z Downloaded defmt-macros v1.0.1
2052026-05-07T14:26:26.644Z Downloaded either v1.15.0
2062026-05-07T14:26:26.647Z Downloaded anstream v1.0.0
2072026-05-07T14:26:26.650Z Downloaded ipnetwork v0.21.1
2082026-05-07T14:26:26.653Z Downloaded proc-macro-error2 v2.0.1
2092026-05-07T14:26:26.656Z Downloaded quote v1.0.45
2102026-05-07T14:26:26.660Z Downloaded unicode-ident v1.0.24
2112026-05-07T14:26:26.664Z Downloaded memchr v2.8.0
2122026-05-07T14:26:26.676Z Downloaded ingot-macros v0.1.1
2132026-05-07T14:26:26.679Z Downloaded serde_core v1.0.228
2142026-05-07T14:26:26.684Z Downloaded uuid v1.23.1
2152026-05-07T14:26:26.687Z Downloaded tracing-core v0.1.36
2162026-05-07T14:26:26.692Z Downloaded clap_derive v4.6.1
2172026-05-07T14:26:26.695Z Downloaded clap v4.6.1
2182026-05-07T14:26:26.698Z Downloaded getrandom v0.4.2
2192026-05-07T14:26:26.706Z Downloaded bitflags v2.11.1
2202026-05-07T14:26:26.709Z Downloaded anstyle v1.0.14
2212026-05-07T14:26:26.709Z Downloaded once_cell v1.21.4
2222026-05-07T14:26:26.712Z Downloaded serde_derive v1.0.228
2232026-05-07T14:26:26.716Z Downloaded socket2 v0.6.3
2242026-05-07T14:26:26.720Z Downloaded indexmap v2.14.0
2252026-05-07T14:26:26.720Z Downloaded toml_edit v0.25.11+spec-1.1.0
2262026-05-07T14:26:26.724Z Downloaded proc-macro2 v1.0.106
2272026-05-07T14:26:26.724Z Downloaded colored v3.1.1
2282026-05-07T14:26:26.724Z Downloaded anyhow v1.0.102
2292026-05-07T14:26:26.729Z Downloaded darling_core v0.21.3
2302026-05-07T14:26:26.736Z Downloaded rand v0.10.1
2312026-05-07T14:26:26.739Z Downloaded itertools v0.14.0
2322026-05-07T14:26:26.739Z Downloaded heapless v0.8.0
2332026-05-07T14:26:26.744Z Downloaded serde v1.0.228
2342026-05-07T14:26:26.788Z Downloaded hashbrown v0.17.0
2352026-05-07T14:26:26.791Z Downloaded regex v1.12.3
2362026-05-07T14:26:26.797Z Downloaded clap_builder v4.6.0
2372026-05-07T14:26:26.820Z Downloaded winnow v1.0.2
2382026-05-07T14:26:26.840Z Downloaded syn v1.0.109
2392026-05-07T14:26:26.867Z Downloaded unicode-width v0.2.2
2402026-05-07T14:26:26.870Z Downloaded syn v2.0.117
2412026-05-07T14:26:26.896Z Downloaded regex-syntax v0.8.10
2422026-05-07T14:26:26.914Z Downloaded rustix v1.1.4
2432026-05-07T14:26:26.927Z Downloaded tracing v0.1.44
2442026-05-07T14:26:26.938Z Downloaded regex-automata v0.4.14
2452026-05-07T14:26:26.947Z Downloaded libc v0.2.186
2462026-05-07T14:26:27.007Z Compiling proc-macro2 v1.0.106
2472026-05-07T14:26:27.007Z Compiling quote v1.0.45
2482026-05-07T14:26:27.011Z Compiling unicode-ident v1.0.24
2492026-05-07T14:26:27.011Z Compiling serde_core v1.0.228
2502026-05-07T14:26:27.011Z Compiling libc v0.2.186
2512026-05-07T14:26:27.011Z Checking cfg-if v1.0.4
2522026-05-07T14:26:27.011Z Compiling ident_case v1.0.1
2532026-05-07T14:26:27.011Z Compiling memchr v2.8.0
2542026-05-07T14:26:27.131Z Compiling fnv v1.0.7
2552026-05-07T14:26:27.201Z Compiling thiserror v2.0.18
2562026-05-07T14:26:27.205Z Compiling strsim v0.11.1
2572026-05-07T14:26:27.216Z Compiling regex-syntax v0.8.10
2582026-05-07T14:26:27.481Z Compiling aho-corasick v1.1.4
2592026-05-07T14:26:27.495Z Compiling anyhow v1.0.102
2602026-05-07T14:26:27.657Z Compiling serde v1.0.228
2612026-05-07T14:26:27.725Z Compiling equivalent v1.0.2
2622026-05-07T14:26:27.792Z Compiling either v1.15.0
2632026-05-07T14:26:27.799Z Compiling winnow v1.0.2
2642026-05-07T14:26:27.812Z Compiling zerocopy v0.8.48
2652026-05-07T14:26:27.953Z Compiling hashbrown v0.17.0
2662026-05-07T14:26:28.022Z Compiling itertools v0.14.0
2672026-05-07T14:26:28.341Z Compiling syn v2.0.117
2682026-05-07T14:26:28.414Z Compiling indexmap v2.14.0
2692026-05-07T14:26:28.513Z Checking byteorder v1.5.0
2702026-05-07T14:26:28.661Z Compiling regex-automata v0.4.14
2712026-05-07T14:26:28.801Z Compiling toml_parser v1.1.2+spec-1.1.0
2722026-05-07T14:26:28.890Z Compiling heapless v0.8.0
2732026-05-07T14:26:28.903Z Checking bitflags v2.11.1
2742026-05-07T14:26:29.006Z Compiling toml_datetime v1.1.1+spec-1.1.0
2752026-05-07T14:26:29.061Z Checking hash32 v0.3.1
2762026-05-07T14:26:29.167Z Compiling toml_edit v0.25.11+spec-1.1.0
2772026-05-07T14:26:29.223Z Checking macaddr v1.0.1
2782026-05-07T14:26:29.226Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2792026-05-07T14:26:29.253Z Compiling smoltcp v0.11.0
2802026-05-07T14:26:29.329Z Compiling rustversion v1.0.22
2812026-05-07T14:26:29.347Z Compiling syn v1.0.109
2822026-05-07T14:26:29.357Z Checking stable_deref_trait v1.2.1
2832026-05-07T14:26:29.458Z Compiling getrandom v0.4.2
2842026-05-07T14:26:29.586Z Compiling version_check v0.9.5
2852026-05-07T14:26:29.678Z Compiling rustix v1.1.4
2862026-05-07T14:26:29.695Z Compiling proc-macro-crate v3.5.0
2872026-05-07T14:26:29.709Z Checking rand_core v0.10.1
2882026-05-07T14:26:29.766Z Checking managed v0.8.0
2892026-05-07T14:26:29.843Z Compiling ref-cast v1.0.25
2902026-05-07T14:26:29.851Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2912026-05-07T14:26:29.942Z Checking bitflags v1.3.2
2922026-05-07T14:26:30.061Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-05-07T14:26:30.177Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-05-07T14:26:30.214Z Checking errno v0.3.14
2952026-05-07T14:26:30.291Z Compiling regex v1.12.3
2962026-05-07T14:26:30.326Z Checking foreign-types-shared v0.3.1
2972026-05-07T14:26:30.404Z Checking unicode-width v0.2.2
2982026-05-07T14:26:30.462Z Checking utf8parse v0.2.2
2992026-05-07T14:26:30.562Z Checking ipnetwork v0.21.1
3002026-05-07T14:26:30.655Z Checking once_cell v1.21.4
3012026-05-07T14:26:30.688Z Checking cpufeatures v0.3.0
3022026-05-07T14:26:30.733Z Checking tabwriter v1.4.1
3032026-05-07T14:26:30.748Z Checking chacha20 v0.10.0
3042026-05-07T14:26:30.818Z Checking tracing-core v0.1.36
3052026-05-07T14:26:30.869Z Compiling darling_core v0.21.3
3062026-05-07T14:26:30.939Z Checking anstyle-parse v1.0.0
3072026-05-07T14:26:30.974Z Checking cstr-argument v0.1.2
3082026-05-07T14:26:31.264Z Checking pin-project-lite v0.2.17
3092026-05-07T14:26:31.335Z Checking colorchoice v1.0.5
3102026-05-07T14:26:31.349Z Checking pretty-hex v0.4.2
3112026-05-07T14:26:31.428Z Checking is_terminal_polyfill v1.70.2
3122026-05-07T14:26:31.447Z Checking dyn-clone v1.0.20
3132026-05-07T14:26:31.456Z Checking anstyle-query v1.1.5
3142026-05-07T14:26:31.462Z Checking anstyle v1.0.14
3152026-05-07T14:26:31.505Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3162026-05-07T14:26:31.578Z Checking terminal_size v0.4.4
3172026-05-07T14:26:31.639Z Checking anstream v1.0.0
3182026-05-07T14:26:31.684Z Checking rand v0.10.1
3192026-05-07T14:26:31.718Z Checking uuid v1.23.1
3202026-05-07T14:26:31.733Z Checking socket2 v0.6.3
3212026-05-07T14:26:31.834Z Checking clap_lex v1.1.0
3222026-05-07T14:26:31.842Z Checking oxnet v0.1.5
3232026-05-07T14:26:31.972Z Compiling heck v0.5.0
3242026-05-07T14:26:31.979Z Checking colored v3.1.1
3252026-05-07T14:26:32.146Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3262026-05-07T14:26:32.169Z Checking clap_builder v4.6.0
3272026-05-07T14:26:32.176Z Compiling thiserror-impl v2.0.18
3282026-05-07T14:26:32.176Z Compiling zerocopy-derive v0.8.48
3292026-05-07T14:26:32.214Z Compiling serde_derive v1.0.228
3302026-05-07T14:26:32.567Z Compiling ref-cast-impl v1.0.25
3312026-05-07T14:26:32.841Z Compiling num_enum_derive v0.7.6
3322026-05-07T14:26:33.043Z Compiling darling_macro v0.21.3
3332026-05-07T14:26:33.131Z Compiling foreign-types-macros v0.2.3
3342026-05-07T14:26:33.475Z Checking cobs v0.3.0
3352026-05-07T14:26:33.516Z Compiling tracing-attributes v0.1.31
3362026-05-07T14:26:33.556Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3372026-05-07T14:26:33.601Z Compiling darling v0.21.3
3382026-05-07T14:26:33.646Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-05-07T14:26:33.673Z Compiling ingot-macros v0.1.1
3402026-05-07T14:26:33.749Z Checking foreign-types v0.5.0
3412026-05-07T14:26:33.814Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3422026-05-07T14:26:33.841Z Checking num_enum v0.7.6
3432026-05-07T14:26:33.943Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3442026-05-07T14:26:33.976Z Compiling clap_derive v4.6.1
3452026-05-07T14:26:34.037Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-05-07T14:26:34.604Z Checking tracing v0.1.44
3472026-05-07T14:26:35.096Z Checking postcard v1.1.3
3482026-05-07T14:26:35.261Z Checking clap v4.6.1
3492026-05-07T14:26:36.146Z Checking ingot-types v0.1.2
3502026-05-07T14:26:36.420Z Checking ingot v0.1.1
3512026-05-07T14:26:37.719Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-05-07T14:26:38.889Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-05-07T14:26:40.072Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-05-07T14:26:40.886Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.26s
3552026-05-07T14:26:41.015Z
3562026-05-07T14:26:41.015Zreal 19.434114402
3572026-05-07T14:26:41.015Zuser 54.001843498
3582026-05-07T14:26:41.015Zsys 12.866732886
3592026-05-07T14:26:41.015Ztrap 0.037836476
3602026-05-07T14:26:41.015Ztflt 0.098757323
3612026-05-07T14:26:41.015Zdflt 0.171748700
3622026-05-07T14:26:41.015Zkflt 0.006546652
3632026-05-07T14:26:41.015Zlock 2:47.965482231
3642026-05-07T14:26:41.015Zslp 3:00.609364087
3652026-05-07T14:26:41.015Zlat 3.037490133
3662026-05-07T14:26:41.015Zstop 10.539536527
3672026-05-07T14:26:41.018Z+ header 'debug build'
3682026-05-07T14:26:41.018Z+ echo '# ==== debug build ==== #'
3692026-05-07T14:26:41.018Z# ==== debug build ==== #
3702026-05-07T14:26:41.018Z+ ptime -m cargo build
3712026-05-07T14:26:41.173Z Compiling cfg-if v1.0.4
3722026-05-07T14:26:41.176Z Compiling serde_core v1.0.228
3732026-05-07T14:26:41.176Z Compiling libc v0.2.186
3742026-05-07T14:26:41.200Z Compiling thiserror v2.0.18
3752026-05-07T14:26:41.203Z Compiling byteorder v1.5.0
3762026-05-07T14:26:41.206Z Compiling zerocopy v0.8.48
3772026-05-07T14:26:41.209Z Compiling macaddr v1.0.1
3782026-05-07T14:26:41.212Z Compiling stable_deref_trait v1.2.1
3792026-05-07T14:26:41.247Z Compiling managed v0.8.0
3802026-05-07T14:26:41.261Z Compiling cobs v0.3.0
3812026-05-07T14:26:41.276Z Compiling rand_core v0.10.1
3822026-05-07T14:26:41.370Z Compiling hash32 v0.3.1
3832026-05-07T14:26:41.426Z Compiling bitflags v1.3.2
3842026-05-07T14:26:41.445Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-05-07T14:26:41.459Z Compiling heapless v0.8.0
3862026-05-07T14:26:41.486Z Compiling errno v0.3.14
3872026-05-07T14:26:41.517Z Compiling cpufeatures v0.3.0
3882026-05-07T14:26:41.530Z Compiling once_cell v1.21.4
3892026-05-07T14:26:41.530Z Compiling foreign-types-shared v0.3.1
3902026-05-07T14:26:41.575Z Compiling ipnetwork v0.21.1
3912026-05-07T14:26:41.603Z Compiling unicode-width v0.2.2
3922026-05-07T14:26:41.639Z Compiling utf8parse v0.2.2
3932026-05-07T14:26:41.659Z Compiling memchr v2.8.0
3942026-05-07T14:26:41.732Z Compiling anstyle-parse v1.0.0
3952026-05-07T14:26:41.750Z Compiling tracing-core v0.1.36
3962026-05-07T14:26:41.872Z Compiling smoltcp v0.11.0
3972026-05-07T14:26:41.897Z Compiling tabwriter v1.4.1
3982026-05-07T14:26:41.967Z Compiling foreign-types v0.5.0
3992026-05-07T14:26:42.035Z Compiling cstr-argument v0.1.2
4002026-05-07T14:26:42.107Z Compiling chacha20 v0.10.0
4012026-05-07T14:26:42.190Z Compiling ref-cast v1.0.25
4022026-05-07T14:26:42.282Z Compiling num_enum v0.7.6
4032026-05-07T14:26:42.302Z Compiling getrandom v0.4.2
4042026-05-07T14:26:42.385Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4052026-05-07T14:26:42.440Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-05-07T14:26:42.489Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-05-07T14:26:42.508Z Compiling colorchoice v1.0.5
4082026-05-07T14:26:42.536Z Compiling pin-project-lite v0.2.17
4092026-05-07T14:26:42.621Z Compiling anstyle v1.0.14
4102026-05-07T14:26:42.634Z Compiling is_terminal_polyfill v1.70.2
4112026-05-07T14:26:42.719Z Compiling pretty-hex v0.4.2
4122026-05-07T14:26:42.840Z Compiling bitflags v2.11.1
4132026-05-07T14:26:42.845Z Compiling serde v1.0.228
4142026-05-07T14:26:42.882Z Compiling anstyle-query v1.1.5
4152026-05-07T14:26:42.985Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-05-07T14:26:43.036Z Compiling rustix v1.1.4
4172026-05-07T14:26:43.056Z Compiling dyn-clone v1.0.20
4182026-05-07T14:26:43.086Z Compiling anstream v1.0.0
4192026-05-07T14:26:43.213Z Compiling uuid v1.23.1
4202026-05-07T14:26:43.281Z Compiling postcard v1.1.3
4212026-05-07T14:26:43.493Z Compiling terminal_size v0.4.4
4222026-05-07T14:26:43.566Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4232026-05-07T14:26:43.595Z Compiling tracing v0.1.44
4242026-05-07T14:26:43.625Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4252026-05-07T14:26:43.636Z Compiling anyhow v1.0.102
4262026-05-07T14:26:43.774Z Compiling rand v0.10.1
4272026-05-07T14:26:43.804Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-05-07T14:26:43.918Z Compiling socket2 v0.6.3
4292026-05-07T14:26:43.953Z Compiling colored v3.1.1
4302026-05-07T14:26:44.101Z Compiling ingot-types v0.1.2
4312026-05-07T14:26:44.203Z Compiling oxnet v0.1.5
4322026-05-07T14:26:44.218Z Compiling strsim v0.11.1
4332026-05-07T14:26:44.498Z Compiling ingot v0.1.1
4342026-05-07T14:26:44.520Z Compiling clap_lex v1.1.0
4352026-05-07T14:26:44.693Z Compiling winnow v1.0.2
4362026-05-07T14:26:44.711Z Compiling clap_builder v4.6.0
4372026-05-07T14:26:44.781Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-05-07T14:26:45.580Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4392026-05-07T14:26:46.089Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-05-07T14:26:46.266Z Compiling clap v4.6.1
4412026-05-07T14:26:47.797Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-05-07T14:26:49.197Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-05-07T14:26:53.531Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.50s
4442026-05-07T14:26:53.562Z
4452026-05-07T14:26:53.566Zreal 12.534680977
4462026-05-07T14:26:53.566Zuser 1:05.077552611
4472026-05-07T14:26:53.566Zsys 5.832189819
4482026-05-07T14:26:53.566Ztrap 0.036481617
4492026-05-07T14:26:53.566Ztflt 0.150089787
4502026-05-07T14:26:53.566Zdflt 0.141765301
4512026-05-07T14:26:53.566Zkflt 0.000001519
4522026-05-07T14:26:53.566Zlock 3:00.357399534
4532026-05-07T14:26:53.566Zslp 2:00.049863198
4542026-05-07T14:26:53.566Zlat 2.801312597
4552026-05-07T14:26:53.566Zstop 2.551856079
4562026-05-07T14:26:53.566Z+ header 'release build'
4572026-05-07T14:26:53.566Z+ echo '# ==== release build ==== #'
4582026-05-07T14:26:53.566Z# ==== release build ==== #
4592026-05-07T14:26:53.566Z+ ptime -m cargo build --release
4602026-05-07T14:26:53.659Z Compiling proc-macro2 v1.0.106
4612026-05-07T14:26:53.659Z Compiling quote v1.0.45
4622026-05-07T14:26:53.659Z Compiling unicode-ident v1.0.24
4632026-05-07T14:26:53.662Z Compiling serde_core v1.0.228
4642026-05-07T14:26:53.662Z Compiling libc v0.2.186
4652026-05-07T14:26:53.662Z Compiling cfg-if v1.0.4
4662026-05-07T14:26:53.662Z Compiling memchr v2.8.0
4672026-05-07T14:26:53.662Z Compiling fnv v1.0.7
4682026-05-07T14:26:53.730Z Compiling ident_case v1.0.1
4692026-05-07T14:26:53.753Z Compiling thiserror v2.0.18
4702026-05-07T14:26:53.774Z Compiling strsim v0.11.1
4712026-05-07T14:26:53.830Z Compiling regex-syntax v0.8.10
4722026-05-07T14:26:53.962Z Compiling anyhow v1.0.102
4732026-05-07T14:26:54.039Z Compiling winnow v1.0.2
4742026-05-07T14:26:54.194Z Compiling aho-corasick v1.1.4
4752026-05-07T14:26:54.238Z Compiling equivalent v1.0.2
4762026-05-07T14:26:55.250Z Compiling zerocopy v0.8.48
4772026-05-07T14:26:55.254Z Compiling serde v1.0.228
4782026-05-07T14:26:55.254Z Compiling either v1.15.0
4792026-05-07T14:26:55.254Z Compiling hashbrown v0.17.0
4802026-05-07T14:26:55.254Z Compiling itertools v0.14.0
4812026-05-07T14:26:55.254Z Compiling syn v2.0.117
4822026-05-07T14:26:55.254Z Compiling heapless v0.8.0
4832026-05-07T14:26:55.254Z Compiling indexmap v2.14.0
4842026-05-07T14:26:55.254Z Compiling toml_parser v1.1.2+spec-1.1.0
4852026-05-07T14:26:55.254Z Compiling toml_datetime v1.1.1+spec-1.1.0
4862026-05-07T14:26:55.296Z Compiling regex-automata v0.4.14
4872026-05-07T14:26:55.547Z Compiling byteorder v1.5.0
4882026-05-07T14:26:55.595Z Compiling toml_edit v0.25.11+spec-1.1.0
4892026-05-07T14:26:55.724Z Compiling bitflags v2.11.1
4902026-05-07T14:26:55.770Z Compiling hash32 v0.3.1
4912026-05-07T14:26:55.827Z Compiling macaddr v1.0.1
4922026-05-07T14:26:55.837Z Compiling syn v1.0.109
4932026-05-07T14:26:55.863Z Compiling rustversion v1.0.22
4942026-05-07T14:26:55.887Z Compiling stable_deref_trait v1.2.1
4952026-05-07T14:26:55.950Z Compiling smoltcp v0.11.0
4962026-05-07T14:26:56.016Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4972026-05-07T14:26:56.172Z Compiling proc-macro-crate v3.5.0
4982026-05-07T14:26:56.264Z Compiling bitflags v1.3.2
4992026-05-07T14:26:56.283Z Compiling managed v0.8.0
5002026-05-07T14:26:56.288Z Compiling ref-cast v1.0.25
5012026-05-07T14:26:56.323Z Compiling version_check v0.9.5
5022026-05-07T14:26:56.515Z Compiling rand_core v0.10.1
5032026-05-07T14:26:56.525Z Compiling getrandom v0.4.2
5042026-05-07T14:26:56.553Z Compiling rustix v1.1.4
5052026-05-07T14:26:56.566Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5062026-05-07T14:26:56.572Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-05-07T14:26:56.768Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-05-07T14:26:56.773Z Compiling errno v0.3.14
5092026-05-07T14:26:56.910Z Compiling cpufeatures v0.3.0
5102026-05-07T14:26:56.970Z Compiling once_cell v1.21.4
5112026-05-07T14:26:57.081Z Compiling regex v1.12.3
5122026-05-07T14:26:57.139Z Compiling utf8parse v0.2.2
5132026-05-07T14:26:57.187Z Compiling unicode-width v0.2.2
5142026-05-07T14:26:57.229Z Compiling foreign-types-shared v0.3.1
5152026-05-07T14:26:57.308Z Compiling ipnetwork v0.21.1
5162026-05-07T14:26:57.463Z Compiling darling_core v0.21.3
5172026-05-07T14:26:57.463Z Compiling tabwriter v1.4.1
5182026-05-07T14:26:57.666Z Compiling cstr-argument v0.1.2
5192026-05-07T14:26:57.778Z Compiling anstyle-parse v1.0.0
5202026-05-07T14:26:57.815Z Compiling tracing-core v0.1.36
5212026-05-07T14:26:57.923Z Compiling chacha20 v0.10.0
5222026-05-07T14:26:58.465Z Compiling is_terminal_polyfill v1.70.2
5232026-05-07T14:26:58.483Z Compiling anstyle v1.0.14
5242026-05-07T14:26:58.544Z Compiling pin-project-lite v0.2.17
5252026-05-07T14:26:58.572Z Compiling thiserror-impl v2.0.18
5262026-05-07T14:26:58.624Z Compiling zerocopy-derive v0.8.48
5272026-05-07T14:26:58.627Z Compiling serde_derive v1.0.228
5282026-05-07T14:26:58.643Z Compiling ref-cast-impl v1.0.25
5292026-05-07T14:26:58.712Z Compiling foreign-types-macros v0.2.3
5302026-05-07T14:26:59.201Z Compiling num_enum_derive v0.7.6
5312026-05-07T14:26:59.302Z Compiling foreign-types v0.5.0
5322026-05-07T14:26:59.363Z Compiling tracing-attributes v0.1.31
5332026-05-07T14:26:59.384Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5342026-05-07T14:26:59.543Z Compiling darling_macro v0.21.3
5352026-05-07T14:26:59.831Z Compiling cobs v0.3.0
5362026-05-07T14:26:59.845Z Compiling pretty-hex v0.4.2
5372026-05-07T14:26:59.965Z Compiling colorchoice v1.0.5
5382026-05-07T14:27:00.033Z Compiling dyn-clone v1.0.20
5392026-05-07T14:27:00.053Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5402026-05-07T14:27:00.064Z Compiling anstyle-query v1.1.5
5412026-05-07T14:27:00.067Z Compiling darling v0.21.3
5422026-05-07T14:27:00.129Z Compiling ingot-macros v0.1.1
5432026-05-07T14:27:00.149Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5442026-05-07T14:27:00.153Z Compiling num_enum v0.7.6
5452026-05-07T14:27:00.156Z Compiling anstream v1.0.0
5462026-05-07T14:27:00.254Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5472026-05-07T14:27:00.349Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5482026-05-07T14:27:00.495Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-05-07T14:27:00.539Z Compiling tracing v0.1.44
5502026-05-07T14:27:00.597Z Compiling terminal_size v0.4.4
5512026-05-07T14:27:00.684Z Compiling rand v0.10.1
5522026-05-07T14:27:00.721Z Compiling uuid v1.23.1
5532026-05-07T14:27:00.729Z Compiling socket2 v0.6.3
5542026-05-07T14:27:01.074Z Compiling oxnet v0.1.5
5552026-05-07T14:27:01.097Z Compiling clap_lex v1.1.0
5562026-05-07T14:27:01.382Z Compiling colored v3.1.1
5572026-05-07T14:27:01.423Z Compiling heck v0.5.0
5582026-05-07T14:27:01.506Z Compiling clap_builder v4.6.0
5592026-05-07T14:27:01.562Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5602026-05-07T14:27:01.608Z Compiling clap_derive v4.6.1
5612026-05-07T14:27:01.868Z Compiling postcard v1.1.3
5622026-05-07T14:27:02.958Z Compiling ingot-types v0.1.2
5632026-05-07T14:27:03.270Z Compiling clap v4.6.1
5642026-05-07T14:27:03.332Z Compiling ingot v0.1.1
5652026-05-07T14:27:04.956Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-05-07T14:27:05.935Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-05-07T14:27:06.981Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-05-07T14:27:13.512Z Finished `release` profile [optimized + debuginfo] target(s) in 19.93s
5692026-05-07T14:27:13.540Z
5702026-05-07T14:27:13.540Zreal 19.963435509
5712026-05-07T14:27:13.540Zuser 1:42.312535137
5722026-05-07T14:27:13.540Zsys 13.022478774
5732026-05-07T14:27:13.540Ztrap 0.050825785
5742026-05-07T14:27:13.540Ztflt 0.121740317
5752026-05-07T14:27:13.540Zdflt 0.386245007
5762026-05-07T14:27:13.544Zkflt 0.000025865
5772026-05-07T14:27:13.544Zlock 4:29.661846731
5782026-05-07T14:27:13.544Zslp 3:22.098507079
5792026-05-07T14:27:13.544Zlat 5.469902074
5802026-05-07T14:27:13.544Zstop 9.689392867
5812026-05-07T14:27:13.544Z+ popd
5822026-05-07T14:27:13.544Z/work/oxidecomputer/opte
5832026-05-07T14:27:13.544Z+ for x in debug release
5842026-05-07T14:27:13.544Z+ mkdir -p /work/debug
5852026-05-07T14:27:13.544Z+ cp target/debug/opteadm /work/debug/
5862026-05-07T14:27:13.565Z+ sha256sum target/debug/opteadm
5872026-05-07T14:27:13.589Z+ for x in debug release
5882026-05-07T14:27:13.589Z+ mkdir -p /work/release
5892026-05-07T14:27:13.592Z+ cp target/release/opteadm /work/release/
5902026-05-07T14:27:13.609Z+ sha256sum target/release/opteadm
5912026-05-07T14:27:13.625Zprocess exited: duration 67064 ms, exit code 0
 
5922026-05-07T14:27:13.637Zfound 4 output files
5932026-05-07T14:27:13.641Zuploading: /work/debug/opteadm (35856760 bytes)
5942026-05-07T14:27:14.834Zuploaded: /work/debug/opteadm
5952026-05-07T14:27:14.834Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-05-07T14:27:15.841Zuploaded: /work/debug/opteadm.debug.sha256
5972026-05-07T14:27:15.841Zuploading: /work/release/opteadm (24307368 bytes)
5982026-05-07T14:27:16.973Zuploaded: /work/release/opteadm
5992026-05-07T14:27:16.973Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-05-07T14:27:17.981Zuploaded: /work/release/opteadm.release.sha256