01KWCG88XNM7QYRRSB8Y83Y83S: 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: 01KWCG8VEBC1T0SFCMBXKAZWPF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T14:55:11.726Zjob assigned to worker 01KWCGCJ2X1M0GSSXNZ7NVE0EP [factory aws, i-02a6670d61ca93d82] (queued for 2 m 43 s)
 
22026-06-30T14:55:18.323Zstarting task 0: "setup"
32026-06-30T14:55:18.329Z++ uname -s
42026-06-30T14:55:18.331Z+ kern=SunOS
52026-06-30T14:55:18.331Z+ build_user=build
62026-06-30T14:55:18.331Z+ build_uid=12345
72026-06-30T14:55:18.331Z+ work_dir=/work
82026-06-30T14:55:18.331Z+ input_dir=/input
92026-06-30T14:55:18.332Z+ [[ 0 == 12345 ]]
102026-06-30T14:55:18.332Z+ case "$kern" in
112026-06-30T14:55:18.332Z+ groupadd -g 12345 build
122026-06-30T14:55:18.335Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T14:55:20.337Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T14:55:20.495Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T14:55:20.498Z+ home_fs=zfs
162026-06-30T14:55:20.498Z+ [[ zfs == autofs ]]
172026-06-30T14:55:20.498Z+ mkdir -p /home/build
182026-06-30T14:55:20.498Z+ chown build:build /home/build /work
192026-06-30T14:55:22.499Z+ chmod 0700 /home/build /work
202026-06-30T14:55:22.502Zprocess exited: duration 4177 ms, exit code 0
 
212026-06-30T14:55:22.507Zstarting task 1: "rust-toolchain"
222026-06-30T14:55:22.511Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T14:55:22.511Z * rust toolchain channel = "1.96.0"
242026-06-30T14:55:22.511Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-30T14:55:22.511Z * rust toolchain profile = "default"
262026-06-30T14:55:22.511Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T14:55:22.511Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T14:55:22.514Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T14:55:22.514Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T14:55:22.616Zinfo: downloading installer
312026-06-30T14:55:23.952Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T14:55:23.952Zwarn: /home/build/.rustup/settings.toml
332026-06-30T14:55:23.952Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T14:55:23.952Zwarn: instead of the one inferred from the default host triple.
352026-06-30T14:55:23.965Zinfo: profile set to default
362026-06-30T14:55:23.965Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T14:55:23.968Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T14:55:24.107Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T14:55:24.110Zinfo: downloading 6 components
402026-06-30T14:55:39.046Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T14:55:39.046Z
422026-06-30T14:55:39.074Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T14:55:39.074Z
442026-06-30T14:55:39.075Z
452026-06-30T14:55:39.075ZRust is installed now. Great!
462026-06-30T14:55:39.075Z
472026-06-30T14:55:39.075ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T14:55:39.075Zenvironment variable. This has not been done automatically.
492026-06-30T14:55:39.075Z
502026-06-30T14:55:39.075ZTo configure your current shell, you need to source
512026-06-30T14:55:39.075Zthe corresponding env file under $HOME/.cargo.
522026-06-30T14:55:39.075Z
532026-06-30T14:55:39.078ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T14:55:39.078Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T14:55:39.078Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T14:55:39.078Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T14:55:39.078Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T14:55:39.078Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T14:55:39.078Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T14:55:39.078Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T14:55:39.078Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T14:55:39.171Z+ rustup --version
632026-06-30T14:55:39.180Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T14:55:39.183Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T14:55:39.201Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T14:55:39.204Z+ cargo --version
672026-06-30T14:55:39.217Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T14:55:39.220Z+ rustc --version
692026-06-30T14:55:39.239Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T14:55:39.242Zprocess exited: duration 16733 ms, exit code 0
 
712026-06-30T14:55:39.247Zstarting task 2: "authentication"
722026-06-30T14:55:39.264Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T14:55:39.271Zstarting task 3: "clone repository"
742026-06-30T14:55:39.274Z+ mkdir -p /work/oxidecomputer/opte
752026-06-30T14:55:39.278Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-30T14:55:39.306ZCloning into '/work/oxidecomputer/opte'...
772026-06-30T14:55:40.217Z+ cd /work/oxidecomputer/opte
782026-06-30T14:55:40.217Z+ git fetch origin 2a1be40c7ae5607cb84359f9638df92ee41bc860
792026-06-30T14:55:40.474ZFrom https://github.com/oxidecomputer/opte
802026-06-30T14:55:40.474Z * branch 2a1be40c7ae5607cb84359f9638df92ee41bc860 -> FETCH_HEAD
812026-06-30T14:55:40.480Z+ [[ -n c3 ]]
822026-06-30T14:55:40.483Z++ git branch --show-current
832026-06-30T14:55:40.483Z+ current=master
842026-06-30T14:55:40.483Z+ [[ master != c3 ]]
852026-06-30T14:55:40.483Z+ git branch -f c3 2a1be40c7ae5607cb84359f9638df92ee41bc860
862026-06-30T14:55:40.486Z+ git checkout -f c3
872026-06-30T14:55:40.501ZSwitched to branch 'c3'
882026-06-30T14:55:40.504Z+ git reset --hard 2a1be40c7ae5607cb84359f9638df92ee41bc860
892026-06-30T14:55:40.518ZHEAD is now at 2a1be40 [safety] Weaken lifetime in get_xde_state()
902026-06-30T14:55:40.521Zprocess exited: duration 1248 ms, exit code 0
 
912026-06-30T14:55:40.526Zstarting task 4: "build"
922026-06-30T14:55:40.530Z+ source .github/buildomat/common.sh
932026-06-30T14:55:40.533Z++ rustup show active-toolchain
942026-06-30T14:55:40.536Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-30T14:55:40.536Z++ pushd xde
962026-06-30T14:55:40.536Z++ rustup show active-toolchain
972026-06-30T14:55:40.536Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-06-30T14:55:40.541Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-30T14:55:40.691Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-30T14:55:40.694Zinfo: downloading 6 components
1012026-06-30T14:55:56.165Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-30T14:55:56.261Z+++ rustup show active-toolchain -v
1032026-06-30T14:55:56.265Z+++ head -n 1
1042026-06-30T14:55:56.265Z+++ cut '-d ' -f1
1052026-06-30T14:55:56.317Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-30T14:55:56.317Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-30T14:55:56.317Z++ popd
1082026-06-30T14:55:56.320Z/work/oxidecomputer/opte
1092026-06-30T14:55:56.320Z+ cargo --version
1102026-06-30T14:55:56.327Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-30T14:55:56.330Z+ rustc --version
1122026-06-30T14:55:56.349Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-30T14:55:56.352Z+ pushd bin/opteadm
1142026-06-30T14:55:56.352Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-06-30T14:55:56.352Z+ header 'check style'
1162026-06-30T14:55:56.352Z+ echo '# ==== check style ==== #'
1172026-06-30T14:55:56.352Z# ==== check style ==== #
1182026-06-30T14:55:56.352Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1192026-06-30T14:55:56.425Z
1202026-06-30T14:55:56.425Zreal 0.071759829
1212026-06-30T14:55:56.425Zuser 0.039955771
1222026-06-30T14:55:56.425Zsys 0.028499621
1232026-06-30T14:55:56.425Ztrap 0.000000169
1242026-06-30T14:55:56.425Ztflt 0.000015776
1252026-06-30T14:55:56.425Zdflt 0.000002058
1262026-06-30T14:55:56.425Zkflt 0.000000000
1272026-06-30T14:55:56.425Zlock 0.031576615
1282026-06-30T14:55:56.426Zslp 0.051109537
1292026-06-30T14:55:56.426Zlat 0.000670531
1302026-06-30T14:55:56.426Zstop 0.000111091
1312026-06-30T14:55:56.432Z+ header analyze
1322026-06-30T14:55:56.432Z+ echo '# ==== analyze ==== #'
1332026-06-30T14:55:56.432Z# ==== analyze ==== #
1342026-06-30T14:55:56.432Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-06-30T14:55:56.552Z Updating crates.io index
1362026-06-30T14:55:56.556Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-30T14:55:57.903Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-30T14:55:58.203Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-30T14:55:58.566Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-30T14:55:58.855Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-30T14:55:59.097Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-30T14:55:59.405Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-30T14:56:01.598Z Downloading crates ...
1442026-06-30T14:56:01.649Z Downloaded anstyle-query v1.1.5
1452026-06-30T14:56:01.652Z Downloaded bitflags v1.3.2
1462026-06-30T14:56:01.656Z Downloaded defmt v0.3.100
1472026-06-30T14:56:01.659Z Downloaded stable_deref_trait v1.2.1
1482026-06-30T14:56:01.659Z Downloaded anstyle-parse v1.0.0
1492026-06-30T14:56:01.659Z Downloaded clap_lex v1.1.0
1502026-06-30T14:56:01.662Z Downloaded colorchoice v1.0.5
1512026-06-30T14:56:01.664Z Downloaded clap v4.6.1
1522026-06-30T14:56:01.669Z Downloaded darling_macro v0.21.3
1532026-06-30T14:56:01.672Z Downloaded anstyle v1.0.14
1542026-06-30T14:56:01.672Z Downloaded either v1.16.0
1552026-06-30T14:56:01.675Z Downloaded dyn-clone v1.0.20
1562026-06-30T14:56:01.679Z Downloaded ident_case v1.0.1
1572026-06-30T14:56:01.682Z Downloaded cpufeatures v0.3.0
1582026-06-30T14:56:01.682Z Downloaded equivalent v1.0.2
1592026-06-30T14:56:01.685Z Downloaded embedded-io v0.6.1
1602026-06-30T14:56:01.685Z Downloaded zerocopy-derive v0.8.52
1612026-06-30T14:56:01.689Z Downloaded foreign-types-shared v0.3.1
1622026-06-30T14:56:01.691Z Downloaded errno v0.3.14
1632026-06-30T14:56:01.692Z Downloaded cstr-argument v0.1.2
1642026-06-30T14:56:01.692Z Downloaded darling v0.21.3
1652026-06-30T14:56:01.699Z Downloaded cfg-if v1.0.4
1662026-06-30T14:56:01.699Z Downloaded zerocopy v0.8.52
1672026-06-30T14:56:01.709Z Downloaded fnv v1.0.7
1682026-06-30T14:56:01.709Z Downloaded embedded-io v0.4.0
1692026-06-30T14:56:01.709Z Downloaded strsim v0.11.1
1702026-06-30T14:56:01.713Z Downloaded is_terminal_polyfill v1.70.2
1712026-06-30T14:56:01.713Z Downloaded hash32 v0.3.1
1722026-06-30T14:56:01.713Z Downloaded terminal_size v0.4.4
1732026-06-30T14:56:01.713Z Downloaded defmt-parser v1.0.0
1742026-06-30T14:56:01.716Z Downloaded ingot v0.1.1
1752026-06-30T14:56:01.716Z Downloaded byteorder v1.5.0
1762026-06-30T14:56:01.720Z Downloaded anyhow v1.0.102
1772026-06-30T14:56:01.724Z Downloaded foreign-types v0.5.0
1782026-06-30T14:56:01.727Z Downloaded managed v0.8.0
1792026-06-30T14:56:01.730Z Downloaded foreign-types-macros v0.2.3
1802026-06-30T14:56:01.730Z Downloaded version_check v0.9.5
1812026-06-30T14:56:01.734Z Downloaded heck v0.5.0
1822026-06-30T14:56:01.740Z Downloaded utf8parse v0.2.2
1832026-06-30T14:56:01.743Z Downloaded tabwriter v1.4.1
1842026-06-30T14:56:01.743Z Downloaded ref-cast-impl v1.0.25
1852026-06-30T14:56:01.743Z Downloaded ref-cast v1.0.25
1862026-06-30T14:56:01.746Z Downloaded proc-macro-crate v3.5.0
1872026-06-30T14:56:01.749Z Downloaded cobs v0.3.0
1882026-06-30T14:56:01.753Z Downloaded defmt-macros v1.1.0
1892026-06-30T14:56:01.757Z Downloaded ipnetwork v0.21.1
1902026-06-30T14:56:01.760Z Downloaded pin-project-lite v0.2.17
1912026-06-30T14:56:01.763Z Downloaded rustversion v1.0.22
1922026-06-30T14:56:01.767Z Downloaded anstream v1.0.0
1932026-06-30T14:56:01.767Z Downloaded num_enum v0.7.6
1942026-06-30T14:56:01.767Z Downloaded proc-macro-error-attr2 v2.0.0
1952026-06-30T14:56:01.770Z Downloaded pretty-hex v0.4.2
1962026-06-30T14:56:01.770Z Downloaded macaddr v1.0.1
1972026-06-30T14:56:01.773Z Downloaded clap_derive v4.6.1
1982026-06-30T14:56:01.773Z Downloaded ingot-macros v0.1.1
1992026-06-30T14:56:01.776Z Downloaded colored v3.1.1
2002026-06-30T14:56:01.795Z Downloaded ingot-types v0.1.2
2012026-06-30T14:56:01.798Z Downloaded chacha20 v0.10.0
2022026-06-30T14:56:01.801Z Downloaded thiserror-impl v2.0.18
2032026-06-30T14:56:01.804Z Downloaded num_enum_derive v0.7.6
2042026-06-30T14:56:01.804Z Downloaded thiserror v2.0.18
2052026-06-30T14:56:01.811Z Downloaded rand_core v0.10.1
2062026-06-30T14:56:01.814Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2072026-06-30T14:56:01.814Z Downloaded quote v1.0.46
2082026-06-30T14:56:01.817Z Downloaded getrandom v0.4.3
2092026-06-30T14:56:01.821Z Downloaded tracing-attributes v0.1.31
2102026-06-30T14:56:01.824Z Downloaded once_cell v1.21.4
2112026-06-30T14:56:01.827Z Downloaded postcard v1.1.3
2122026-06-30T14:56:01.836Z Downloaded proc-macro-error2 v2.0.1
2132026-06-30T14:56:01.839Z Downloaded bitflags v2.13.0
2142026-06-30T14:56:01.842Z Downloaded darling_core v0.21.3
2152026-06-30T14:56:01.845Z Downloaded defmt v1.1.0
2162026-06-30T14:56:01.850Z Downloaded unicode-ident v1.0.24
2172026-06-30T14:56:01.859Z Downloaded toml_parser v1.1.2+spec-1.1.0
2182026-06-30T14:56:01.862Z Downloaded uuid v1.23.3
2192026-06-30T14:56:01.865Z Downloaded proc-macro2 v1.0.106
2202026-06-30T14:56:01.872Z Downloaded socket2 v0.6.4
2212026-06-30T14:56:01.875Z Downloaded serde_derive v1.0.228
2222026-06-30T14:56:01.879Z Downloaded serde v1.0.228
2232026-06-30T14:56:01.881Z Downloaded oxnet v0.1.6
2242026-06-30T14:56:01.881Z Downloaded serde_core v1.0.228
2252026-06-30T14:56:01.886Z Downloaded toml_edit v0.25.12+spec-1.1.0
2262026-06-30T14:56:01.890Z Downloaded tracing-core v0.1.36
2272026-06-30T14:56:01.895Z Downloaded indexmap v2.14.0
2282026-06-30T14:56:01.899Z Downloaded heapless v0.8.0
2292026-06-30T14:56:01.915Z Downloaded rand v0.10.1
2302026-06-30T14:56:01.918Z Downloaded memchr v2.8.2
2312026-06-30T14:56:01.931Z Downloaded clap_builder v4.6.0
2322026-06-30T14:56:01.961Z Downloaded hashbrown v0.17.1
2332026-06-30T14:56:01.977Z Downloaded regex v1.12.4
2342026-06-30T14:56:01.980Z Downloaded itertools v0.14.0
2352026-06-30T14:56:01.984Z Downloaded aho-corasick v1.1.4
2362026-06-30T14:56:01.990Z Downloaded winnow v1.0.3
2372026-06-30T14:56:02.033Z Downloaded syn v1.0.109
2382026-06-30T14:56:02.050Z Downloaded unicode-width v0.2.2
2392026-06-30T14:56:02.059Z Downloaded syn v2.0.118
2402026-06-30T14:56:02.067Z Downloaded smoltcp v0.11.0
2412026-06-30T14:56:02.087Z Downloaded regex-syntax v0.8.11
2422026-06-30T14:56:02.098Z Downloaded rustix v1.1.4
2432026-06-30T14:56:02.110Z Downloaded tracing v0.1.44
2442026-06-30T14:56:02.128Z Downloaded regex-automata v0.4.14
2452026-06-30T14:56:02.137Z Downloaded libc v0.2.186
2462026-06-30T14:56:02.202Z Compiling proc-macro2 v1.0.106
2472026-06-30T14:56:02.202Z Compiling quote v1.0.46
2482026-06-30T14:56:02.203Z Compiling unicode-ident v1.0.24
2492026-06-30T14:56:02.205Z Compiling serde_core v1.0.228
2502026-06-30T14:56:02.205Z Compiling libc v0.2.186
2512026-06-30T14:56:02.206Z Checking cfg-if v1.0.4
2522026-06-30T14:56:02.206Z Compiling fnv v1.0.7
2532026-06-30T14:56:02.206Z Compiling strsim v0.11.1
2542026-06-30T14:56:02.344Z Compiling ident_case v1.0.1
2552026-06-30T14:56:02.386Z Compiling thiserror v2.0.18
2562026-06-30T14:56:02.413Z Compiling memchr v2.8.2
2572026-06-30T14:56:02.453Z Compiling regex-syntax v0.8.11
2582026-06-30T14:56:02.595Z Compiling zerocopy v0.8.52
2592026-06-30T14:56:02.684Z Compiling anyhow v1.0.102
2602026-06-30T14:56:02.918Z Compiling aho-corasick v1.1.4
2612026-06-30T14:56:02.969Z Compiling serde v1.0.228
2622026-06-30T14:56:02.983Z Compiling winnow v1.0.3
2632026-06-30T14:56:02.988Z Compiling equivalent v1.0.2
2642026-06-30T14:56:02.995Z Compiling hashbrown v0.17.1
2652026-06-30T14:56:03.063Z Compiling either v1.16.0
2662026-06-30T14:56:03.261Z Compiling itertools v0.14.0
2672026-06-30T14:56:03.488Z Compiling syn v2.0.118
2682026-06-30T14:56:03.523Z Compiling indexmap v2.14.0
2692026-06-30T14:56:03.575Z Compiling heapless v0.8.0
2702026-06-30T14:56:03.861Z Checking byteorder v1.5.0
2712026-06-30T14:56:03.999Z Compiling regex-automata v0.4.14
2722026-06-30T14:56:04.013Z Compiling toml_parser v1.1.2+spec-1.1.0
2732026-06-30T14:56:04.100Z Checking bitflags v2.13.0
2742026-06-30T14:56:04.128Z Compiling toml_datetime v1.1.1+spec-1.1.0
2752026-06-30T14:56:04.264Z Checking hash32 v0.3.1
2762026-06-30T14:56:04.347Z Compiling smoltcp v0.11.0
2772026-06-30T14:56:04.368Z Compiling toml_edit v0.25.12+spec-1.1.0
2782026-06-30T14:56:04.477Z Compiling syn v1.0.109
2792026-06-30T14:56:04.495Z Compiling rustversion v1.0.22
2802026-06-30T14:56:04.532Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2812026-06-30T14:56:04.561Z Checking stable_deref_trait v1.2.1
2822026-06-30T14:56:04.626Z Checking macaddr v1.0.1
2832026-06-30T14:56:04.765Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2842026-06-30T14:56:04.771Z Compiling ref-cast v1.0.25
2852026-06-30T14:56:04.817Z Compiling rustix v1.1.4
2862026-06-30T14:56:04.869Z Compiling version_check v0.9.5
2872026-06-30T14:56:04.967Z Compiling proc-macro-crate v3.5.0
2882026-06-30T14:56:05.044Z Compiling getrandom v0.4.3
2892026-06-30T14:56:05.074Z Checking managed v0.8.0
2902026-06-30T14:56:05.146Z Checking rand_core v0.10.1
2912026-06-30T14:56:05.165Z Checking bitflags v1.3.2
2922026-06-30T14:56:05.277Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-30T14:56:05.397Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-30T14:56:05.411Z Checking errno v0.3.14
2952026-06-30T14:56:05.541Z Checking cpufeatures v0.3.0
2962026-06-30T14:56:05.544Z Checking utf8parse v0.2.2
2972026-06-30T14:56:05.605Z Checking ipnetwork v0.21.1
2982026-06-30T14:56:05.641Z Checking foreign-types-shared v0.3.1
2992026-06-30T14:56:05.730Z Compiling regex v1.12.4
3002026-06-30T14:56:05.735Z Checking once_cell v1.21.4
3012026-06-30T14:56:05.781Z Checking unicode-width v0.2.2
3022026-06-30T14:56:05.901Z Checking tracing-core v0.1.36
3032026-06-30T14:56:06.029Z Checking tabwriter v1.4.1
3042026-06-30T14:56:06.117Z Compiling darling_core v0.21.3
3052026-06-30T14:56:06.169Z Checking anstyle-parse v1.0.0
3062026-06-30T14:56:06.216Z Checking chacha20 v0.10.0
3072026-06-30T14:56:06.250Z Checking cstr-argument v0.1.2
3082026-06-30T14:56:06.555Z Checking colorchoice v1.0.5
3092026-06-30T14:56:06.578Z Checking is_terminal_polyfill v1.70.2
3102026-06-30T14:56:06.639Z Checking anstyle v1.0.14
3112026-06-30T14:56:06.646Z Checking dyn-clone v1.0.20
3122026-06-30T14:56:06.665Z Checking pretty-hex v0.4.2
3132026-06-30T14:56:06.739Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3142026-06-30T14:56:06.747Z Checking pin-project-lite v0.2.17
3152026-06-30T14:56:06.765Z Checking anstyle-query v1.1.5
3162026-06-30T14:56:06.848Z Checking terminal_size v0.4.4
3172026-06-30T14:56:06.851Z Checking anstream v1.0.0
3182026-06-30T14:56:06.978Z Checking rand v0.10.1
3192026-06-30T14:56:07.027Z Checking uuid v1.23.3
3202026-06-30T14:56:07.042Z Checking socket2 v0.6.4
3212026-06-30T14:56:07.070Z Compiling heck v0.5.0
3222026-06-30T14:56:07.176Z Checking clap_lex v1.1.0
3232026-06-30T14:56:07.270Z Checking oxnet v0.1.6
3242026-06-30T14:56:07.286Z Checking colored v3.1.1
3252026-06-30T14:56:07.290Z Compiling thiserror-impl v2.0.18
3262026-06-30T14:56:07.329Z Compiling serde_derive v1.0.228
3272026-06-30T14:56:07.450Z Compiling zerocopy-derive v0.8.52
3282026-06-30T14:56:07.459Z Compiling ref-cast-impl v1.0.25
3292026-06-30T14:56:07.488Z Compiling foreign-types-macros v0.2.3
3302026-06-30T14:56:08.075Z Compiling num_enum_derive v0.7.6
3312026-06-30T14:56:08.130Z Checking foreign-types v0.5.0
3322026-06-30T14:56:08.182Z Compiling tracing-attributes v0.1.31
3332026-06-30T14:56:08.255Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3342026-06-30T14:56:08.314Z Compiling darling_macro v0.21.3
3352026-06-30T14:56:08.636Z Checking cobs v0.3.0
3362026-06-30T14:56:08.735Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3372026-06-30T14:56:08.779Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3382026-06-30T14:56:08.874Z Compiling darling v0.21.3
3392026-06-30T14:56:08.943Z Compiling ingot-macros v0.1.1
3402026-06-30T14:56:08.950Z Compiling clap_derive v4.6.1
3412026-06-30T14:56:09.005Z Checking clap_builder v4.6.0
3422026-06-30T14:56:09.102Z Checking num_enum v0.7.6
3432026-06-30T14:56:09.195Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3442026-06-30T14:56:09.210Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-06-30T14:56:09.312Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3462026-06-30T14:56:09.401Z Checking tracing v0.1.44
3472026-06-30T14:56:10.317Z Checking clap v4.6.1
3482026-06-30T14:56:10.359Z Checking postcard v1.1.3
3492026-06-30T14:56:11.445Z Checking ingot-types v0.1.2
3502026-06-30T14:56:11.726Z Checking ingot v0.1.1
3512026-06-30T14:56:13.060Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-30T14:56:14.251Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-30T14:56:15.443Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-30T14:56:16.255Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.78s
3552026-06-30T14:56:16.368Z
3562026-06-30T14:56:16.368Zreal 19.937249591
3572026-06-30T14:56:16.368Zuser 54.814247345
3582026-06-30T14:56:16.368Zsys 13.243889791
3592026-06-30T14:56:16.368Ztrap 0.040753940
3602026-06-30T14:56:16.368Ztflt 0.066026129
3612026-06-30T14:56:16.368Zdflt 0.114768456
3622026-06-30T14:56:16.368Zkflt 0.004524526
3632026-06-30T14:56:16.368Zlock 3:26.544701414
3642026-06-30T14:56:16.368Zslp 3:03.838056100
3652026-06-30T14:56:16.368Zlat 3.533276681
3662026-06-30T14:56:16.368Zstop 13.616683767
3672026-06-30T14:56:16.371Z+ header 'debug build'
3682026-06-30T14:56:16.371Z+ echo '# ==== debug build ==== #'
3692026-06-30T14:56:16.371Z# ==== debug build ==== #
3702026-06-30T14:56:16.371Z+ ptime -m cargo build
3712026-06-30T14:56:16.522Z Compiling cfg-if v1.0.4
3722026-06-30T14:56:16.525Z Compiling serde_core v1.0.228
3732026-06-30T14:56:16.525Z Compiling libc v0.2.186
3742026-06-30T14:56:16.551Z Compiling thiserror v2.0.18
3752026-06-30T14:56:16.554Z Compiling byteorder v1.5.0
3762026-06-30T14:56:16.557Z Compiling zerocopy v0.8.52
3772026-06-30T14:56:16.560Z Compiling stable_deref_trait v1.2.1
3782026-06-30T14:56:16.560Z Compiling macaddr v1.0.1
3792026-06-30T14:56:16.597Z Compiling managed v0.8.0
3802026-06-30T14:56:16.610Z Compiling cobs v0.3.0
3812026-06-30T14:56:16.627Z Compiling bitflags v1.3.2
3822026-06-30T14:56:16.685Z Compiling hash32 v0.3.1
3832026-06-30T14:56:16.721Z Compiling rand_core v0.10.1
3842026-06-30T14:56:16.798Z Compiling heapless v0.8.0
3852026-06-30T14:56:16.802Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3862026-06-30T14:56:16.826Z Compiling errno v0.3.14
3872026-06-30T14:56:16.872Z Compiling cpufeatures v0.3.0
3882026-06-30T14:56:16.877Z Compiling ipnetwork v0.21.1
3892026-06-30T14:56:16.877Z Compiling utf8parse v0.2.2
3902026-06-30T14:56:16.934Z Compiling foreign-types-shared v0.3.1
3912026-06-30T14:56:16.972Z Compiling once_cell v1.21.4
3922026-06-30T14:56:16.992Z Compiling unicode-width v0.2.2
3932026-06-30T14:56:17.009Z Compiling memchr v2.8.2
3942026-06-30T14:56:17.066Z Compiling foreign-types v0.5.0
3952026-06-30T14:56:17.133Z Compiling tracing-core v0.1.36
3962026-06-30T14:56:17.206Z Compiling smoltcp v0.11.0
3972026-06-30T14:56:17.233Z Compiling tabwriter v1.4.1
3982026-06-30T14:56:17.288Z Compiling anstyle-parse v1.0.0
3992026-06-30T14:56:17.418Z Compiling cstr-argument v0.1.2
4002026-06-30T14:56:17.491Z Compiling chacha20 v0.10.0
4012026-06-30T14:56:17.590Z Compiling ref-cast v1.0.25
4022026-06-30T14:56:17.654Z Compiling num_enum v0.7.6
4032026-06-30T14:56:17.692Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4042026-06-30T14:56:17.779Z Compiling getrandom v0.4.3
4052026-06-30T14:56:17.807Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-30T14:56:17.866Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-30T14:56:17.928Z Compiling pin-project-lite v0.2.17
4082026-06-30T14:56:18.029Z Compiling pretty-hex v0.4.2
4092026-06-30T14:56:18.033Z Compiling colorchoice v1.0.5
4102026-06-30T14:56:18.139Z Compiling is_terminal_polyfill v1.70.2
4112026-06-30T14:56:18.153Z Compiling anstyle v1.0.14
4122026-06-30T14:56:18.220Z Compiling dyn-clone v1.0.20
4132026-06-30T14:56:18.254Z Compiling anstyle-query v1.1.5
4142026-06-30T14:56:18.357Z Compiling bitflags v2.13.0
4152026-06-30T14:56:18.376Z Compiling serde v1.0.228
4162026-06-30T14:56:18.417Z Compiling uuid v1.23.3
4172026-06-30T14:56:18.453Z Compiling anstream v1.0.0
4182026-06-30T14:56:18.516Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4192026-06-30T14:56:18.565Z Compiling rustix v1.1.4
4202026-06-30T14:56:18.805Z Compiling postcard v1.1.3
4212026-06-30T14:56:18.955Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4222026-06-30T14:56:19.019Z Compiling tracing v0.1.44
4232026-06-30T14:56:19.070Z Compiling terminal_size v0.4.4
4242026-06-30T14:56:19.128Z Compiling anyhow v1.0.102
4252026-06-30T14:56:19.154Z Compiling rand v0.10.1
4262026-06-30T14:56:19.173Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4272026-06-30T14:56:19.214Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-06-30T14:56:19.331Z Compiling socket2 v0.6.4
4292026-06-30T14:56:19.396Z Compiling strsim v0.11.1
4302026-06-30T14:56:19.657Z Compiling ingot-types v0.1.2
4312026-06-30T14:56:19.661Z Compiling winnow v1.0.3
4322026-06-30T14:56:19.797Z Compiling oxnet v0.1.6
4332026-06-30T14:56:19.979Z Compiling colored v3.1.1
4342026-06-30T14:56:20.069Z Compiling ingot v0.1.1
4352026-06-30T14:56:20.115Z Compiling clap_lex v1.1.0
4362026-06-30T14:56:20.292Z Compiling clap_builder v4.6.0
4372026-06-30T14:56:20.341Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-06-30T14:56:20.756Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4392026-06-30T14:56:21.750Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-30T14:56:22.212Z Compiling clap v4.6.1
4412026-06-30T14:56:23.424Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-30T14:56:24.843Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-30T14:56:29.310Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.93s
4442026-06-30T14:56:29.337Z
4452026-06-30T14:56:29.340Zreal 12.959637164
4462026-06-30T14:56:29.340Zuser 1:06.401491416
4472026-06-30T14:56:29.340Zsys 6.062238429
4482026-06-30T14:56:29.340Ztrap 0.036753276
4492026-06-30T14:56:29.340Ztflt 0.198382826
4502026-06-30T14:56:29.340Zdflt 0.251957212
4512026-06-30T14:56:29.340Zkflt 0.000013567
4522026-06-30T14:56:29.340Zlock 2:59.657078816
4532026-06-30T14:56:29.341Zslp 2:00.427894261
4542026-06-30T14:56:29.341Zlat 3.353330489
4552026-06-30T14:56:29.341Zstop 2.489551289
4562026-06-30T14:56:29.341Z+ header 'release build'
4572026-06-30T14:56:29.341Z+ echo '# ==== release build ==== #'
4582026-06-30T14:56:29.341Z# ==== release build ==== #
4592026-06-30T14:56:29.341Z+ ptime -m cargo build --release
4602026-06-30T14:56:29.433Z Compiling proc-macro2 v1.0.106
4612026-06-30T14:56:29.433Z Compiling unicode-ident v1.0.24
4622026-06-30T14:56:29.433Z Compiling quote v1.0.46
4632026-06-30T14:56:29.435Z Compiling serde_core v1.0.228
4642026-06-30T14:56:29.435Z Compiling libc v0.2.186
4652026-06-30T14:56:29.435Z Compiling cfg-if v1.0.4
4662026-06-30T14:56:29.435Z Compiling ident_case v1.0.1
4672026-06-30T14:56:29.436Z Compiling strsim v0.11.1
4682026-06-30T14:56:29.508Z Compiling fnv v1.0.7
4692026-06-30T14:56:29.549Z Compiling thiserror v2.0.18
4702026-06-30T14:56:29.552Z Compiling memchr v2.8.2
4712026-06-30T14:56:29.585Z Compiling regex-syntax v0.8.11
4722026-06-30T14:56:29.722Z Compiling either v1.16.0
4732026-06-30T14:56:29.740Z Compiling zerocopy v0.8.52
4742026-06-30T14:56:29.911Z Compiling winnow v1.0.3
4752026-06-30T14:56:30.040Z Compiling aho-corasick v1.1.4
4762026-06-30T14:56:30.083Z Compiling equivalent v1.0.2
4772026-06-30T14:56:30.088Z Compiling hashbrown v0.17.1
4782026-06-30T14:56:30.142Z Compiling serde v1.0.228
4792026-06-30T14:56:30.154Z Compiling anyhow v1.0.102
4802026-06-30T14:56:30.519Z Compiling itertools v0.14.0
4812026-06-30T14:56:30.550Z Compiling byteorder v1.5.0
4822026-06-30T14:56:30.613Z Compiling syn v2.0.118
4832026-06-30T14:56:30.662Z Compiling indexmap v2.14.0
4842026-06-30T14:56:30.725Z Compiling heapless v0.8.0
4852026-06-30T14:56:30.914Z Compiling toml_parser v1.1.2+spec-1.1.0
4862026-06-30T14:56:31.006Z Compiling regex-automata v0.4.14
4872026-06-30T14:56:31.262Z Compiling toml_datetime v1.1.1+spec-1.1.0
4882026-06-30T14:56:31.439Z Compiling toml_edit v0.25.12+spec-1.1.0
4892026-06-30T14:56:31.469Z Compiling bitflags v2.13.0
4902026-06-30T14:56:31.509Z Compiling hash32 v0.3.1
4912026-06-30T14:56:31.595Z Compiling macaddr v1.0.1
4922026-06-30T14:56:31.633Z Compiling rustversion v1.0.22
4932026-06-30T14:56:31.637Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942026-06-30T14:56:31.732Z Compiling syn v1.0.109
4952026-06-30T14:56:31.785Z Compiling smoltcp v0.11.0
4962026-06-30T14:56:31.800Z Compiling stable_deref_trait v1.2.1
4972026-06-30T14:56:31.864Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4982026-06-30T14:56:32.023Z Compiling proc-macro-crate v3.5.0
4992026-06-30T14:56:32.070Z Compiling getrandom v0.4.3
5002026-06-30T14:56:32.086Z Compiling rand_core v0.10.1
5012026-06-30T14:56:32.153Z Compiling version_check v0.9.5
5022026-06-30T14:56:32.239Z Compiling rustix v1.1.4
5032026-06-30T14:56:32.327Z Compiling bitflags v1.3.2
5042026-06-30T14:56:32.351Z Compiling ref-cast v1.0.25
5052026-06-30T14:56:32.379Z Compiling managed v0.8.0
5062026-06-30T14:56:32.414Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-06-30T14:56:32.624Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-30T14:56:32.669Z Compiling errno v0.3.14
5092026-06-30T14:56:32.755Z Compiling regex v1.12.4
5102026-06-30T14:56:32.985Z Compiling cpufeatures v0.3.0
5112026-06-30T14:56:33.023Z Compiling ipnetwork v0.21.1
5122026-06-30T14:56:33.045Z Compiling unicode-width v0.2.2
5132026-06-30T14:56:33.141Z Compiling once_cell v1.21.4
5142026-06-30T14:56:33.334Z Compiling darling_core v0.21.3
5152026-06-30T14:56:33.362Z Compiling foreign-types-shared v0.3.1
5162026-06-30T14:56:33.385Z Compiling utf8parse v0.2.2
5172026-06-30T14:56:33.440Z Compiling tracing-core v0.1.36
5182026-06-30T14:56:33.478Z Compiling anstyle-parse v1.0.0
5192026-06-30T14:56:33.564Z Compiling tabwriter v1.4.1
5202026-06-30T14:56:33.568Z Compiling cstr-argument v0.1.2
5212026-06-30T14:56:33.666Z Compiling chacha20 v0.10.0
5222026-06-30T14:56:34.265Z Compiling anstyle-query v1.1.5
5232026-06-30T14:56:34.297Z Compiling anstyle v1.0.14
5242026-06-30T14:56:34.297Z Compiling pretty-hex v0.4.2
5252026-06-30T14:56:34.355Z Compiling pin-project-lite v0.2.17
5262026-06-30T14:56:34.391Z Compiling thiserror-impl v2.0.18
5272026-06-30T14:56:34.419Z Compiling serde_derive v1.0.228
5282026-06-30T14:56:34.437Z Compiling zerocopy-derive v0.8.52
5292026-06-30T14:56:34.527Z Compiling ref-cast-impl v1.0.25
5302026-06-30T14:56:34.540Z Compiling foreign-types-macros v0.2.3
5312026-06-30T14:56:35.106Z Compiling num_enum_derive v0.7.6
5322026-06-30T14:56:35.168Z Compiling foreign-types v0.5.0
5332026-06-30T14:56:35.325Z Compiling tracing-attributes v0.1.31
5342026-06-30T14:56:35.343Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5352026-06-30T14:56:35.406Z Compiling darling_macro v0.21.3
5362026-06-30T14:56:35.694Z Compiling cobs v0.3.0
5372026-06-30T14:56:35.717Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5382026-06-30T14:56:35.820Z Compiling dyn-clone v1.0.20
5392026-06-30T14:56:35.901Z Compiling colorchoice v1.0.5
5402026-06-30T14:56:35.939Z Compiling darling v0.21.3
5412026-06-30T14:56:35.948Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5422026-06-30T14:56:35.999Z Compiling is_terminal_polyfill v1.70.2
5432026-06-30T14:56:36.006Z Compiling ingot-macros v0.1.1
5442026-06-30T14:56:36.077Z Compiling anstream v1.0.0
5452026-06-30T14:56:36.084Z Compiling num_enum v0.7.6
5462026-06-30T14:56:36.153Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5472026-06-30T14:56:36.178Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5482026-06-30T14:56:36.182Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5492026-06-30T14:56:36.475Z Compiling terminal_size v0.4.4
5502026-06-30T14:56:36.486Z Compiling rand v0.10.1
5512026-06-30T14:56:36.489Z Compiling tracing v0.1.44
5522026-06-30T14:56:36.605Z Compiling uuid v1.23.3
5532026-06-30T14:56:36.666Z Compiling socket2 v0.6.4
5542026-06-30T14:56:36.801Z Compiling heck v0.5.0
5552026-06-30T14:56:37.077Z Compiling clap_lex v1.1.0
5562026-06-30T14:56:37.275Z Compiling oxnet v0.1.6
5572026-06-30T14:56:37.340Z Compiling colored v3.1.1
5582026-06-30T14:56:37.379Z Compiling clap_builder v4.6.0
5592026-06-30T14:56:37.567Z Compiling clap_derive v4.6.1
5602026-06-30T14:56:37.714Z Compiling postcard v1.1.3
5612026-06-30T14:56:37.750Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5622026-06-30T14:56:38.871Z Compiling ingot-types v0.1.2
5632026-06-30T14:56:39.208Z Compiling ingot v0.1.1
5642026-06-30T14:56:39.258Z Compiling clap v4.6.1
5652026-06-30T14:56:40.915Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-30T14:56:41.954Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-30T14:56:43.032Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-30T14:56:49.627Z Finished `release` profile [optimized + debuginfo] target(s) in 20.27s
5692026-06-30T14:56:49.655Z
5702026-06-30T14:56:49.660Zreal 20.307568449
5712026-06-30T14:56:49.660Zuser 1:43.879475169
5722026-06-30T14:56:49.660Zsys 13.414327938
5732026-06-30T14:56:49.660Ztrap 0.053509857
5742026-06-30T14:56:49.660Ztflt 0.134373395
5752026-06-30T14:56:49.660Zdflt 0.425552982
5762026-06-30T14:56:49.660Zkflt 0.000012737
5772026-06-30T14:56:49.660Zlock 4:28.858206513
5782026-06-30T14:56:49.660Zslp 3:26.717868319
5792026-06-30T14:56:49.660Zlat 5.179378158
5802026-06-30T14:56:49.660Zstop 9.585042888
5812026-06-30T14:56:49.660Z+ popd
5822026-06-30T14:56:49.660Z/work/oxidecomputer/opte
5832026-06-30T14:56:49.660Z+ for x in debug release
5842026-06-30T14:56:49.660Z+ mkdir -p /work/debug
5852026-06-30T14:56:49.660Z+ cp target/debug/opteadm /work/debug/
5862026-06-30T14:56:49.683Z+ sha256sum target/debug/opteadm
5872026-06-30T14:56:49.710Z+ for x in debug release
5882026-06-30T14:56:49.711Z+ mkdir -p /work/release
5892026-06-30T14:56:49.726Z+ cp target/release/opteadm /work/release/
5902026-06-30T14:56:49.730Z+ sha256sum target/release/opteadm
5912026-06-30T14:56:49.747Zprocess exited: duration 69220 ms, exit code 0
 
5922026-06-30T14:56:49.759Zfound 4 output files
5932026-06-30T14:56:49.764Zuploading: /work/debug/opteadm (36543376 bytes)
5942026-06-30T14:56:50.961Zuploaded: /work/debug/opteadm
5952026-06-30T14:56:50.961Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-06-30T14:56:51.968Zuploaded: /work/debug/opteadm.debug.sha256
5972026-06-30T14:56:51.968Zuploading: /work/release/opteadm (24742072 bytes)
5982026-06-30T14:56:53.109Zuploaded: /work/release/opteadm
5992026-06-30T14:56:53.109Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-06-30T14:56:54.117Zuploaded: /work/release/opteadm.release.sha256