01KWC3Z307PJ66V5WTNFZ7J8D9: 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: 01KWC3ZHSP3CRCYD8P5WWX63NJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T11:18:52.734Zjob assigned to worker 01KWC402RM4CS9ERDMA3VJBDS7 [factory aws, i-0fe12b26e7d442436] (queued for 1 m 11 s)
 
22026-06-30T11:18:58.818Zstarting task 0: "setup"
32026-06-30T11:18:58.825Z++ uname -s
42026-06-30T11:18:58.828Z+ kern=SunOS
52026-06-30T11:18:58.828Z+ build_user=build
62026-06-30T11:18:58.829Z+ build_uid=12345
72026-06-30T11:18:58.829Z+ work_dir=/work
82026-06-30T11:18:58.829Z+ input_dir=/input
92026-06-30T11:18:58.829Z+ [[ 0 == 12345 ]]
102026-06-30T11:18:58.829Z+ case "$kern" in
112026-06-30T11:18:58.829Z+ groupadd -g 12345 build
122026-06-30T11:18:58.829Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T11:19:00.836Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T11:19:00.900Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T11:19:00.903Z+ home_fs=zfs
162026-06-30T11:19:00.904Z+ [[ zfs == autofs ]]
172026-06-30T11:19:00.904Z+ mkdir -p /home/build
182026-06-30T11:19:00.904Z+ chown build:build /home/build /work
192026-06-30T11:19:02.904Z+ chmod 0700 /home/build /work
202026-06-30T11:19:02.908Zprocess exited: duration 4089 ms, exit code 0
 
212026-06-30T11:19:02.914Zstarting task 1: "rust-toolchain"
222026-06-30T11:19:02.918Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T11:19:02.919Z * rust toolchain channel = "1.96.0"
242026-06-30T11:19:02.919Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-30T11:19:02.919Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-30T11:19:02.919Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T11:19:02.919Z * rust toolchain profile = "default"
282026-06-30T11:19:02.922Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T11:19:02.922Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T11:19:02.977Zinfo: downloading installer
312026-06-30T11:19:04.403Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T11:19:04.404Zwarn: /home/build/.rustup/settings.toml
332026-06-30T11:19:04.404Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T11:19:04.404Zwarn: instead of the one inferred from the default host triple.
352026-06-30T11:19:04.416Zinfo: profile set to default
362026-06-30T11:19:04.416Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T11:19:04.419Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T11:19:04.565Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T11:19:04.568Zinfo: downloading 6 components
402026-06-30T11:19:19.963Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T11:19:19.963Z
422026-06-30T11:19:19.992Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T11:19:19.992Z
442026-06-30T11:19:19.992Z
452026-06-30T11:19:19.992ZRust is installed now. Great!
462026-06-30T11:19:19.992Z
472026-06-30T11:19:19.992ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T11:19:19.992Zenvironment variable. This has not been done automatically.
492026-06-30T11:19:19.992Z
502026-06-30T11:19:19.992ZTo configure your current shell, you need to source
512026-06-30T11:19:19.992Zthe corresponding env file under $HOME/.cargo.
522026-06-30T11:19:19.992Z
532026-06-30T11:19:19.993ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T11:19:19.996Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T11:19:19.996Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T11:19:19.996Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T11:19:19.996Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T11:19:19.996Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T11:19:19.996Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T11:19:19.996Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T11:19:19.996Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T11:19:20.096Z+ rustup --version
632026-06-30T11:19:20.105Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T11:19:20.108Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T11:19:20.127Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T11:19:20.130Z+ cargo --version
672026-06-30T11:19:20.143Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T11:19:20.147Z+ rustc --version
692026-06-30T11:19:20.166Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T11:19:20.170Zprocess exited: duration 17254 ms, exit code 0
 
712026-06-30T11:19:20.176Zstarting task 2: "authentication"
722026-06-30T11:19:20.194Zprocess exited: duration 17 ms, exit code 0
 
732026-06-30T11:19:20.200Zstarting task 3: "clone repository"
742026-06-30T11:19:20.204Z+ mkdir -p /work/oxidecomputer/opte
752026-06-30T11:19:20.207Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-30T11:19:20.237ZCloning into '/work/oxidecomputer/opte'...
772026-06-30T11:19:21.139Z+ cd /work/oxidecomputer/opte
782026-06-30T11:19:21.139Z+ git fetch origin 194ae5e6163762f09f71606701c2ca93af2381e6
792026-06-30T11:19:21.395ZFrom https://github.com/oxidecomputer/opte
802026-06-30T11:19:21.395Z * branch 194ae5e6163762f09f71606701c2ca93af2381e6 -> FETCH_HEAD
812026-06-30T11:19:21.400Z+ [[ -n read-xde ]]
822026-06-30T11:19:21.403Z++ git branch --show-current
832026-06-30T11:19:21.404Z+ current=master
842026-06-30T11:19:21.404Z+ [[ master != read-xde ]]
852026-06-30T11:19:21.404Z+ git branch -f read-xde 194ae5e6163762f09f71606701c2ca93af2381e6
862026-06-30T11:19:21.407Z+ git checkout -f read-xde
872026-06-30T11:19:21.423ZSwitched to branch 'read-xde'
882026-06-30T11:19:21.427Z+ git reset --hard 194ae5e6163762f09f71606701c2ca93af2381e6
892026-06-30T11:19:21.430ZHEAD is now at 194ae5e [opteadm] Add show-xde-underlay command.
902026-06-30T11:19:21.430Zprocess exited: duration 1227 ms, exit code 0
 
912026-06-30T11:19:21.437Zstarting task 4: "build"
922026-06-30T11:19:21.441Z+ source .github/buildomat/common.sh
932026-06-30T11:19:21.441Z++ rustup show active-toolchain
942026-06-30T11:19:21.447Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-30T11:19:21.452Z++ pushd xde
962026-06-30T11:19:21.452Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-30T11:19:21.452Z++ rustup show active-toolchain
982026-06-30T11:19:21.455Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-30T11:19:21.617Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-30T11:19:21.620Zinfo: downloading 6 components
1012026-06-30T11:19:35.965Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-30T11:19:36.053Z+++ rustup show active-toolchain -v
1032026-06-30T11:19:36.057Z+++ head -n 1
1042026-06-30T11:19:36.057Z+++ cut '-d ' -f1
1052026-06-30T11:19:36.108Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-30T11:19:36.108Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-30T11:19:36.111Z++ popd
1082026-06-30T11:19:36.111Z/work/oxidecomputer/opte
1092026-06-30T11:19:36.111Z+ cargo --version
1102026-06-30T11:19:36.118Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-30T11:19:36.121Z+ rustc --version
1122026-06-30T11:19:36.141Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-30T11:19:36.144Z+ pushd bin/opteadm
1142026-06-30T11:19:36.144Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-06-30T11:19:36.144Z+ header 'check style'
1162026-06-30T11:19:36.144Z+ echo '# ==== check style ==== #'
1172026-06-30T11:19:36.144Z# ==== check style ==== #
1182026-06-30T11:19:36.144Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1192026-06-30T11:19:36.214Z
1202026-06-30T11:19:36.214Zreal 0.068221075
1212026-06-30T11:19:36.214Zuser 0.038619937
1222026-06-30T11:19:36.214Zsys 0.027187489
1232026-06-30T11:19:36.214Ztrap 0.000000180
1242026-06-30T11:19:36.214Ztflt 0.000007540
1252026-06-30T11:19:36.214Zdflt 0.000006010
1262026-06-30T11:19:36.214Zkflt 0.000000000
1272026-06-30T11:19:36.214Zlock 0.031409772
1282026-06-30T11:19:36.214Zslp 0.048122752
1292026-06-30T11:19:36.214Zlat 0.000861710
1302026-06-30T11:19:36.214Zstop 0.000104030
1312026-06-30T11:19:36.218Z+ header analyze
1322026-06-30T11:19:36.218Z+ echo '# ==== analyze ==== #'
1332026-06-30T11:19:36.218Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-06-30T11:19:36.218Z# ==== analyze ==== #
1352026-06-30T11:19:36.347Z Updating crates.io index
1362026-06-30T11:19:36.350Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-30T11:19:37.062Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-30T11:19:37.297Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-30T11:19:37.702Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-30T11:19:37.962Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-30T11:19:38.242Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-30T11:19:38.519Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-30T11:19:40.453Z Downloading crates ...
1442026-06-30T11:19:40.501Z Downloaded cpufeatures v0.3.0
1452026-06-30T11:19:40.507Z Downloaded anstream v1.0.0
1462026-06-30T11:19:40.510Z Downloaded cobs v0.3.0
1472026-06-30T11:19:40.517Z Downloaded ident_case v1.0.1
1482026-06-30T11:19:40.520Z Downloaded equivalent v1.0.2
1492026-06-30T11:19:40.520Z Downloaded colorchoice v1.0.5
1502026-06-30T11:19:40.520Z Downloaded clap_lex v1.1.0
1512026-06-30T11:19:40.520Z Downloaded cfg-if v1.0.4
1522026-06-30T11:19:40.531Z Downloaded darling_macro v0.21.3
1532026-06-30T11:19:40.534Z Downloaded cstr-argument v0.1.2
1542026-06-30T11:19:40.535Z Downloaded fnv v1.0.7
1552026-06-30T11:19:40.538Z Downloaded foreign-types-macros v0.2.3
1562026-06-30T11:19:40.541Z Downloaded embedded-io v0.4.0
1572026-06-30T11:19:40.541Z Downloaded zerocopy v0.8.52
1582026-06-30T11:19:40.551Z Downloaded heck v0.5.0
1592026-06-30T11:19:40.554Z Downloaded dyn-clone v1.0.20
1602026-06-30T11:19:40.554Z Downloaded anstyle-query v1.1.5
1612026-06-30T11:19:40.557Z Downloaded hash32 v0.3.1
1622026-06-30T11:19:40.564Z Downloaded defmt v0.3.100
1632026-06-30T11:19:40.567Z Downloaded is_terminal_polyfill v1.70.2
1642026-06-30T11:19:40.570Z Downloaded utf8parse v0.2.2
1652026-06-30T11:19:40.573Z Downloaded errno v0.3.14
1662026-06-30T11:19:40.573Z Downloaded proc-macro-error-attr2 v2.0.0
1672026-06-30T11:19:40.577Z Downloaded ref-cast v1.0.25
1682026-06-30T11:19:40.581Z Downloaded embedded-io v0.6.1
1692026-06-30T11:19:40.581Z Downloaded defmt-parser v1.0.0
1702026-06-30T11:19:40.586Z Downloaded defmt-macros v1.1.0
1712026-06-30T11:19:40.589Z Downloaded ipnetwork v0.21.1
1722026-06-30T11:19:40.592Z Downloaded ingot-types v0.1.2
1732026-06-30T11:19:40.592Z Downloaded byteorder v1.5.0
1742026-06-30T11:19:40.592Z Downloaded anstyle v1.0.14
1752026-06-30T11:19:40.597Z Downloaded anstyle-parse v1.0.0
1762026-06-30T11:19:40.601Z Downloaded version_check v0.9.5
1772026-06-30T11:19:40.604Z Downloaded pretty-hex v0.4.2
1782026-06-30T11:19:40.607Z Downloaded ref-cast-impl v1.0.25
1792026-06-30T11:19:40.613Z Downloaded foreign-types v0.5.0
1802026-06-30T11:19:40.617Z Downloaded managed v0.8.0
1812026-06-30T11:19:40.622Z Downloaded tabwriter v1.4.1
1822026-06-30T11:19:40.628Z Downloaded proc-macro-crate v3.5.0
1832026-06-30T11:19:40.631Z Downloaded strsim v0.11.1
1842026-06-30T11:19:40.634Z Downloaded terminal_size v0.4.4
1852026-06-30T11:19:40.634Z Downloaded macaddr v1.0.1
1862026-06-30T11:19:40.639Z Downloaded num_enum v0.7.6
1872026-06-30T11:19:40.643Z Downloaded foreign-types-shared v0.3.1
1882026-06-30T11:19:40.646Z Downloaded aho-corasick v1.1.4
1892026-06-30T11:19:40.649Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1902026-06-30T11:19:40.649Z Downloaded rustversion v1.0.22
1912026-06-30T11:19:40.649Z Downloaded quote v1.0.46
1922026-06-30T11:19:40.653Z Downloaded bitflags v1.3.2
1932026-06-30T11:19:40.654Z Downloaded stable_deref_trait v1.2.1
1942026-06-30T11:19:40.657Z Downloaded colored v3.1.1
1952026-06-30T11:19:40.661Z Downloaded ingot v0.1.1
1962026-06-30T11:19:40.664Z Downloaded postcard v1.1.3
1972026-06-30T11:19:40.664Z Downloaded either v1.16.0
1982026-06-30T11:19:40.667Z Downloaded clap_derive v4.6.1
1992026-06-30T11:19:40.667Z Downloaded defmt v1.1.0
2002026-06-30T11:19:40.674Z Downloaded pin-project-lite v0.2.17
2012026-06-30T11:19:40.676Z Downloaded oxnet v0.1.6
2022026-06-30T11:19:40.679Z Downloaded num_enum_derive v0.7.6
2032026-06-30T11:19:40.679Z Downloaded proc-macro-error2 v2.0.1
2042026-06-30T11:19:40.686Z Downloaded darling v0.21.3
2052026-06-30T11:19:40.690Z Downloaded once_cell v1.21.4
2062026-06-30T11:19:40.693Z Downloaded anyhow v1.0.102
2072026-06-30T11:19:40.700Z Downloaded bitflags v2.13.0
2082026-06-30T11:19:40.705Z Downloaded getrandom v0.4.3
2092026-06-30T11:19:40.708Z Downloaded thiserror-impl v2.0.18
2102026-06-30T11:19:40.711Z Downloaded toml_parser v1.1.2+spec-1.1.0
2112026-06-30T11:19:40.711Z Downloaded ingot-macros v0.1.1
2122026-06-30T11:19:40.715Z Downloaded thiserror v2.0.18
2132026-06-30T11:19:40.718Z Downloaded tracing-attributes v0.1.31
2142026-06-30T11:19:40.721Z Downloaded rand_core v0.10.1
2152026-06-30T11:19:40.721Z Downloaded chacha20 v0.10.0
2162026-06-30T11:19:40.733Z Downloaded socket2 v0.6.4
2172026-06-30T11:19:40.736Z Downloaded proc-macro2 v1.0.106
2182026-06-30T11:19:40.741Z Downloaded clap v4.6.1
2192026-06-30T11:19:40.746Z Downloaded tracing-core v0.1.36
2202026-06-30T11:19:40.748Z Downloaded uuid v1.23.3
2212026-06-30T11:19:40.753Z Downloaded unicode-ident v1.0.24
2222026-06-30T11:19:40.756Z Downloaded serde_core v1.0.228
2232026-06-30T11:19:40.759Z Downloaded heapless v0.8.0
2242026-06-30T11:19:40.764Z Downloaded darling_core v0.21.3
2252026-06-30T11:19:40.772Z Downloaded serde_derive v1.0.228
2262026-06-30T11:19:40.783Z Downloaded toml_edit v0.25.12+spec-1.1.0
2272026-06-30T11:19:40.798Z Downloaded zerocopy-derive v0.8.52
2282026-06-30T11:19:40.803Z Downloaded serde v1.0.228
2292026-06-30T11:19:40.806Z Downloaded memchr v2.8.2
2302026-06-30T11:19:40.809Z Downloaded indexmap v2.14.0
2312026-06-30T11:19:40.817Z Downloaded rand v0.10.1
2322026-06-30T11:19:40.840Z Downloaded hashbrown v0.17.1
2332026-06-30T11:19:40.846Z Downloaded itertools v0.14.0
2342026-06-30T11:19:40.849Z Downloaded regex v1.12.4
2352026-06-30T11:19:40.866Z Downloaded clap_builder v4.6.0
2362026-06-30T11:19:40.878Z Downloaded winnow v1.0.3
2372026-06-30T11:19:40.911Z Downloaded syn v1.0.109
2382026-06-30T11:19:40.938Z Downloaded unicode-width v0.2.2
2392026-06-30T11:19:40.943Z Downloaded syn v2.0.118
2402026-06-30T11:19:40.958Z Downloaded smoltcp v0.11.0
2412026-06-30T11:19:40.983Z Downloaded regex-syntax v0.8.11
2422026-06-30T11:19:40.988Z Downloaded rustix v1.1.4
2432026-06-30T11:19:41.005Z Downloaded tracing v0.1.44
2442026-06-30T11:19:41.023Z Downloaded regex-automata v0.4.14
2452026-06-30T11:19:41.038Z Downloaded libc v0.2.186
2462026-06-30T11:19:41.101Z Compiling proc-macro2 v1.0.106
2472026-06-30T11:19:41.101Z Compiling unicode-ident v1.0.24
2482026-06-30T11:19:41.101Z Compiling quote v1.0.46
2492026-06-30T11:19:41.101Z Compiling serde_core v1.0.228
2502026-06-30T11:19:41.105Z Compiling libc v0.2.186
2512026-06-30T11:19:41.105Z Checking cfg-if v1.0.4
2522026-06-30T11:19:41.105Z Compiling strsim v0.11.1
2532026-06-30T11:19:41.105Z Compiling thiserror v2.0.18
2542026-06-30T11:19:41.228Z Compiling ident_case v1.0.1
2552026-06-30T11:19:41.307Z Compiling fnv v1.0.7
2562026-06-30T11:19:41.339Z Compiling memchr v2.8.2
2572026-06-30T11:19:41.392Z Compiling regex-syntax v0.8.11
2582026-06-30T11:19:41.478Z Compiling hashbrown v0.17.1
2592026-06-30T11:19:41.566Z Compiling serde v1.0.228
2602026-06-30T11:19:41.720Z Compiling zerocopy v0.8.52
2612026-06-30T11:19:41.872Z Compiling aho-corasick v1.1.4
2622026-06-30T11:19:41.887Z Compiling equivalent v1.0.2
2632026-06-30T11:19:41.935Z Compiling winnow v1.0.3
2642026-06-30T11:19:41.965Z Compiling either v1.16.0
2652026-06-30T11:19:42.042Z Compiling anyhow v1.0.102
2662026-06-30T11:19:42.144Z Compiling itertools v0.14.0
2672026-06-30T11:19:42.163Z Compiling indexmap v2.14.0
2682026-06-30T11:19:42.448Z Compiling heapless v0.8.0
2692026-06-30T11:19:42.612Z Compiling syn v2.0.118
2702026-06-30T11:19:42.750Z Checking byteorder v1.5.0
2712026-06-30T11:19:42.827Z Compiling toml_datetime v1.1.1+spec-1.1.0
2722026-06-30T11:19:42.908Z Compiling regex-automata v0.4.14
2732026-06-30T11:19:43.012Z Compiling toml_parser v1.1.2+spec-1.1.0
2742026-06-30T11:19:43.047Z Checking bitflags v2.13.0
2752026-06-30T11:19:43.059Z Checking hash32 v0.3.1
2762026-06-30T11:19:43.225Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2772026-06-30T11:19:43.343Z Checking macaddr v1.0.1
2782026-06-30T11:19:43.357Z Compiling rustversion v1.0.22
2792026-06-30T11:19:43.465Z Compiling toml_edit v0.25.12+spec-1.1.0
2802026-06-30T11:19:43.469Z Checking stable_deref_trait v1.2.1
2812026-06-30T11:19:43.488Z Compiling syn v1.0.109
2822026-06-30T11:19:43.535Z Compiling smoltcp v0.11.0
2832026-06-30T11:19:43.611Z Compiling rustix v1.1.4
2842026-06-30T11:19:43.738Z Checking rand_core v0.10.1
2852026-06-30T11:19:43.834Z Compiling version_check v0.9.5
2862026-06-30T11:19:43.871Z Compiling getrandom v0.4.3
2872026-06-30T11:19:43.878Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2882026-06-30T11:19:43.917Z Compiling ref-cast v1.0.25
2892026-06-30T11:19:43.954Z Checking bitflags v1.3.2
2902026-06-30T11:19:44.019Z Compiling proc-macro-crate v3.5.0
2912026-06-30T11:19:44.085Z Checking managed v0.8.0
2922026-06-30T11:19:44.104Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-30T11:19:44.351Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-30T11:19:44.365Z Checking errno v0.3.14
2952026-06-30T11:19:44.441Z Checking utf8parse v0.2.2
2962026-06-30T11:19:44.477Z Checking cpufeatures v0.3.0
2972026-06-30T11:19:44.535Z Checking unicode-width v0.2.2
2982026-06-30T11:19:44.542Z Checking once_cell v1.21.4
2992026-06-30T11:19:44.668Z Compiling regex v1.12.4
3002026-06-30T11:19:44.797Z Checking foreign-types-shared v0.3.1
3012026-06-30T11:19:44.878Z Checking ipnetwork v0.21.1
3022026-06-30T11:19:44.908Z Checking tabwriter v1.4.1
3032026-06-30T11:19:45.047Z Checking tracing-core v0.1.36
3042026-06-30T11:19:45.055Z Checking chacha20 v0.10.0
3052026-06-30T11:19:45.063Z Checking anstyle-parse v1.0.0
3062026-06-30T11:19:45.080Z Checking cstr-argument v0.1.2
3072026-06-30T11:19:45.206Z Compiling darling_core v0.21.3
3082026-06-30T11:19:45.503Z Checking colorchoice v1.0.5
3092026-06-30T11:19:45.529Z Checking pin-project-lite v0.2.17
3102026-06-30T11:19:45.595Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3112026-06-30T11:19:45.616Z Checking dyn-clone v1.0.20
3122026-06-30T11:19:45.671Z Checking is_terminal_polyfill v1.70.2
3132026-06-30T11:19:45.683Z Checking anstyle v1.0.14
3142026-06-30T11:19:45.690Z Checking pretty-hex v0.4.2
3152026-06-30T11:19:45.708Z Checking anstyle-query v1.1.5
3162026-06-30T11:19:45.747Z Checking terminal_size v0.4.4
3172026-06-30T11:19:45.814Z Checking rand v0.10.1
3182026-06-30T11:19:45.853Z Checking uuid v1.23.3
3192026-06-30T11:19:45.857Z Checking anstream v1.0.0
3202026-06-30T11:19:45.992Z Checking socket2 v0.6.4
3212026-06-30T11:19:46.051Z Compiling heck v0.5.0
3222026-06-30T11:19:46.096Z Checking colored v3.1.1
3232026-06-30T11:19:46.111Z Checking clap_lex v1.1.0
3242026-06-30T11:19:46.264Z Checking oxnet v0.1.6
3252026-06-30T11:19:46.272Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3262026-06-30T11:19:46.401Z Checking clap_builder v4.6.0
3272026-06-30T11:19:46.427Z Compiling thiserror-impl v2.0.18
3282026-06-30T11:19:46.440Z Compiling zerocopy-derive v0.8.52
3292026-06-30T11:19:46.634Z Compiling serde_derive v1.0.228
3302026-06-30T11:19:46.665Z Compiling foreign-types-macros v0.2.3
3312026-06-30T11:19:47.088Z Compiling num_enum_derive v0.7.6
3322026-06-30T11:19:47.292Z Compiling ref-cast-impl v1.0.25
3332026-06-30T11:19:47.310Z Compiling darling_macro v0.21.3
3342026-06-30T11:19:47.390Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3352026-06-30T11:19:47.747Z Checking foreign-types v0.5.0
3362026-06-30T11:19:47.778Z Checking cobs v0.3.0
3372026-06-30T11:19:47.816Z Compiling tracing-attributes v0.1.31
3382026-06-30T11:19:47.898Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-06-30T11:19:47.917Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3402026-06-30T11:19:47.938Z Compiling darling v0.21.3
3412026-06-30T11:19:48.009Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3422026-06-30T11:19:48.013Z Compiling ingot-macros v0.1.1
3432026-06-30T11:19:48.022Z Compiling clap_derive v4.6.1
3442026-06-30T11:19:48.112Z Checking num_enum v0.7.6
3452026-06-30T11:19:48.218Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3462026-06-30T11:19:48.912Z Checking tracing v0.1.44
3472026-06-30T11:19:49.360Z Checking clap v4.6.1
3482026-06-30T11:19:49.374Z Checking postcard v1.1.3
3492026-06-30T11:19:50.467Z Checking ingot-types v0.1.2
3502026-06-30T11:19:50.737Z Checking ingot v0.1.1
3512026-06-30T11:19:52.042Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-30T11:19:53.305Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-30T11:19:54.516Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-30T11:19:55.349Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.08s
3552026-06-30T11:19:55.462Z
3562026-06-30T11:19:55.466Zreal 19.242050981
3572026-06-30T11:19:55.466Zuser 54.919061287
3582026-06-30T11:19:55.466Zsys 13.319899417
3592026-06-30T11:19:55.466Ztrap 0.046588763
3602026-06-30T11:19:55.466Ztflt 0.080670587
3612026-06-30T11:19:55.466Zdflt 0.127890537
3622026-06-30T11:19:55.466Zkflt 0.005229056
3632026-06-30T11:19:55.466Zlock 3:22.456089768
3642026-06-30T11:19:55.467Zslp 3:02.785426928
3652026-06-30T11:19:55.467Zlat 2.937966518
3662026-06-30T11:19:55.467Zstop 12.449122759
3672026-06-30T11:19:55.467Z+ header 'debug build'
3682026-06-30T11:19:55.467Z+ echo '# ==== debug build ==== #'
3692026-06-30T11:19:55.467Z# ==== debug build ==== #
3702026-06-30T11:19:55.467Z+ ptime -m cargo build
3712026-06-30T11:19:55.621Z Compiling cfg-if v1.0.4
3722026-06-30T11:19:55.625Z Compiling serde_core v1.0.228
3732026-06-30T11:19:55.625Z Compiling libc v0.2.186
3742026-06-30T11:19:55.648Z Compiling thiserror v2.0.18
3752026-06-30T11:19:55.652Z Compiling byteorder v1.5.0
3762026-06-30T11:19:55.652Z Compiling zerocopy v0.8.52
3772026-06-30T11:19:55.656Z Compiling macaddr v1.0.1
3782026-06-30T11:19:55.660Z Compiling stable_deref_trait v1.2.1
3792026-06-30T11:19:55.699Z Compiling rand_core v0.10.1
3802026-06-30T11:19:55.713Z Compiling cobs v0.3.0
3812026-06-30T11:19:55.730Z Compiling bitflags v1.3.2
3822026-06-30T11:19:55.791Z Compiling hash32 v0.3.1
3832026-06-30T11:19:55.822Z Compiling managed v0.8.0
3842026-06-30T11:19:55.854Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-06-30T11:19:55.905Z Compiling heapless v0.8.0
3862026-06-30T11:19:55.940Z Compiling errno v0.3.14
3872026-06-30T11:19:55.990Z Compiling foreign-types-shared v0.3.1
3882026-06-30T11:19:55.990Z Compiling utf8parse v0.2.2
3892026-06-30T11:19:56.045Z Compiling ipnetwork v0.21.1
3902026-06-30T11:19:56.071Z Compiling memchr v2.8.2
3912026-06-30T11:19:56.077Z Compiling unicode-width v0.2.2
3922026-06-30T11:19:56.081Z Compiling cpufeatures v0.3.0
3932026-06-30T11:19:56.108Z Compiling once_cell v1.21.4
3942026-06-30T11:19:56.138Z Compiling chacha20 v0.10.0
3952026-06-30T11:19:56.328Z Compiling smoltcp v0.11.0
3962026-06-30T11:19:56.346Z Compiling tabwriter v1.4.1
3972026-06-30T11:19:56.373Z Compiling tracing-core v0.1.36
3982026-06-30T11:19:56.481Z Compiling cstr-argument v0.1.2
3992026-06-30T11:19:56.620Z Compiling anstyle-parse v1.0.0
4002026-06-30T11:19:56.646Z Compiling foreign-types v0.5.0
4012026-06-30T11:19:56.719Z Compiling ref-cast v1.0.25
4022026-06-30T11:19:56.768Z Compiling num_enum v0.7.6
4032026-06-30T11:19:56.812Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4042026-06-30T11:19:56.831Z Compiling getrandom v0.4.3
4052026-06-30T11:19:56.876Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-30T11:19:56.916Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-30T11:19:56.976Z Compiling anstyle v1.0.14
4082026-06-30T11:19:57.041Z Compiling colorchoice v1.0.5
4092026-06-30T11:19:57.155Z Compiling dyn-clone v1.0.20
4102026-06-30T11:19:57.240Z Compiling anstyle-query v1.1.5
4112026-06-30T11:19:57.278Z Compiling is_terminal_polyfill v1.70.2
4122026-06-30T11:19:57.319Z Compiling pretty-hex v0.4.2
4132026-06-30T11:19:57.345Z Compiling bitflags v2.13.0
4142026-06-30T11:19:57.366Z Compiling serde v1.0.228
4152026-06-30T11:19:57.452Z Compiling pin-project-lite v0.2.17
4162026-06-30T11:19:57.517Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4172026-06-30T11:19:57.543Z Compiling rustix v1.1.4
4182026-06-30T11:19:57.566Z Compiling tracing v0.1.44
4192026-06-30T11:19:57.724Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4202026-06-30T11:19:57.822Z Compiling postcard v1.1.3
4212026-06-30T11:19:57.945Z Compiling anstream v1.0.0
4222026-06-30T11:19:57.956Z Compiling uuid v1.23.3
4232026-06-30T11:19:58.061Z Compiling terminal_size v0.4.4
4242026-06-30T11:19:58.165Z Compiling anyhow v1.0.102
4252026-06-30T11:19:58.179Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-06-30T11:19:58.215Z Compiling rand v0.10.1
4272026-06-30T11:19:58.472Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-06-30T11:19:58.579Z Compiling ingot-types v0.1.2
4292026-06-30T11:19:58.594Z Compiling socket2 v0.6.4
4302026-06-30T11:19:58.706Z Compiling clap_lex v1.1.0
4312026-06-30T11:19:58.746Z Compiling strsim v0.11.1
4322026-06-30T11:19:58.785Z Compiling colored v3.1.1
4332026-06-30T11:19:58.992Z Compiling ingot v0.1.1
4342026-06-30T11:19:59.050Z Compiling oxnet v0.1.6
4352026-06-30T11:19:59.108Z Compiling winnow v1.0.3
4362026-06-30T11:19:59.221Z Compiling clap_builder v4.6.0
4372026-06-30T11:19:59.546Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-06-30T11:20:00.064Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4392026-06-30T11:20:00.665Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-30T11:20:00.871Z Compiling clap v4.6.1
4412026-06-30T11:20:02.285Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-30T11:20:03.810Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-30T11:20:08.328Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.85s
4442026-06-30T11:20:08.358Z
4452026-06-30T11:20:08.362Zreal 12.886205210
4462026-06-30T11:20:08.362Zuser 1:06.893689740
4472026-06-30T11:20:08.362Zsys 6.211462375
4482026-06-30T11:20:08.362Ztrap 0.035468833
4492026-06-30T11:20:08.362Ztflt 0.195752985
4502026-06-30T11:20:08.362Zdflt 0.184311589
4512026-06-30T11:20:08.362Zkflt 0.000013630
4522026-06-30T11:20:08.362Zlock 3:01.605650989
4532026-06-30T11:20:08.362Zslp 1:58.575077486
4542026-06-30T11:20:08.362Zlat 4.295555926
4552026-06-30T11:20:08.362Zstop 2.924621265
4562026-06-30T11:20:08.362Z+ header 'release build'
4572026-06-30T11:20:08.362Z+ echo '# ==== release build ==== #'
4582026-06-30T11:20:08.362Z# ==== release build ==== #
4592026-06-30T11:20:08.362Z+ ptime -m cargo build --release
4602026-06-30T11:20:08.455Z Compiling proc-macro2 v1.0.106
4612026-06-30T11:20:08.455Z Compiling unicode-ident v1.0.24
4622026-06-30T11:20:08.455Z Compiling quote v1.0.46
4632026-06-30T11:20:08.456Z Compiling serde_core v1.0.228
4642026-06-30T11:20:08.456Z Compiling libc v0.2.186
4652026-06-30T11:20:08.459Z Compiling cfg-if v1.0.4
4662026-06-30T11:20:08.459Z Compiling thiserror v2.0.18
4672026-06-30T11:20:08.459Z Compiling ident_case v1.0.1
4682026-06-30T11:20:08.530Z Compiling fnv v1.0.7
4692026-06-30T11:20:08.574Z Compiling strsim v0.11.1
4702026-06-30T11:20:08.578Z Compiling memchr v2.8.2
4712026-06-30T11:20:08.608Z Compiling regex-syntax v0.8.11
4722026-06-30T11:20:08.766Z Compiling zerocopy v0.8.52
4732026-06-30T11:20:08.844Z Compiling either v1.16.0
4742026-06-30T11:20:08.952Z Compiling aho-corasick v1.1.4
4752026-06-30T11:20:09.029Z Compiling hashbrown v0.17.1
4762026-06-30T11:20:09.102Z Compiling equivalent v1.0.2
4772026-06-30T11:20:09.119Z Compiling serde v1.0.228
4782026-06-30T11:20:09.168Z Compiling winnow v1.0.3
4792026-06-30T11:20:09.174Z Compiling anyhow v1.0.102
4802026-06-30T11:20:09.508Z Compiling indexmap v2.14.0
4812026-06-30T11:20:09.560Z Compiling itertools v0.14.0
4822026-06-30T11:20:09.590Z Compiling syn v2.0.118
4832026-06-30T11:20:09.638Z Compiling heapless v0.8.0
4842026-06-30T11:20:09.917Z Compiling toml_datetime v1.1.1+spec-1.1.0
4852026-06-30T11:20:10.115Z Compiling regex-automata v0.4.14
4862026-06-30T11:20:10.135Z Compiling toml_parser v1.1.2+spec-1.1.0
4872026-06-30T11:20:10.170Z Compiling byteorder v1.5.0
4882026-06-30T11:20:10.355Z Compiling hash32 v0.3.1
4892026-06-30T11:20:10.454Z Compiling smoltcp v0.11.0
4902026-06-30T11:20:10.483Z Compiling toml_edit v0.25.12+spec-1.1.0
4912026-06-30T11:20:10.631Z Compiling bitflags v2.13.0
4922026-06-30T11:20:10.676Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-06-30T11:20:10.676Z Compiling rustversion v1.0.22
4942026-06-30T11:20:10.768Z Compiling stable_deref_trait v1.2.1
4952026-06-30T11:20:10.789Z Compiling syn v1.0.109
4962026-06-30T11:20:10.833Z Compiling macaddr v1.0.1
4972026-06-30T11:20:10.969Z Compiling rand_core v0.10.1
4982026-06-30T11:20:11.030Z Compiling proc-macro-crate v3.5.0
4992026-06-30T11:20:11.034Z Compiling managed v0.8.0
5002026-06-30T11:20:11.113Z Compiling version_check v0.9.5
5012026-06-30T11:20:11.121Z Compiling ref-cast v1.0.25
5022026-06-30T11:20:11.264Z Compiling getrandom v0.4.3
5032026-06-30T11:20:11.355Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5042026-06-30T11:20:11.367Z Compiling bitflags v1.3.2
5052026-06-30T11:20:11.380Z Compiling rustix v1.1.4
5062026-06-30T11:20:11.423Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-06-30T11:20:11.562Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-30T11:20:11.635Z Compiling errno v0.3.14
5092026-06-30T11:20:11.776Z Compiling regex v1.12.4
5102026-06-30T11:20:11.895Z Compiling once_cell v1.21.4
5112026-06-30T11:20:11.946Z Compiling unicode-width v0.2.2
5122026-06-30T11:20:12.060Z Compiling utf8parse v0.2.2
5132026-06-30T11:20:12.114Z Compiling darling_core v0.21.3
5142026-06-30T11:20:12.155Z Compiling cpufeatures v0.3.0
5152026-06-30T11:20:12.158Z Compiling foreign-types-shared v0.3.1
5162026-06-30T11:20:12.233Z Compiling ipnetwork v0.21.1
5172026-06-30T11:20:12.233Z Compiling chacha20 v0.10.0
5182026-06-30T11:20:12.570Z Compiling tabwriter v1.4.1
5192026-06-30T11:20:12.612Z Compiling anstyle-parse v1.0.0
5202026-06-30T11:20:12.660Z Compiling cstr-argument v0.1.2
5212026-06-30T11:20:12.809Z Compiling tracing-core v0.1.36
5222026-06-30T11:20:13.337Z Compiling thiserror-impl v2.0.18
5232026-06-30T11:20:13.340Z Compiling zerocopy-derive v0.8.52
5242026-06-30T11:20:13.399Z Compiling serde_derive v1.0.228
5252026-06-30T11:20:13.652Z Compiling num_enum_derive v0.7.6
5262026-06-30T11:20:13.662Z Compiling foreign-types-macros v0.2.3
5272026-06-30T11:20:14.189Z Compiling ref-cast-impl v1.0.25
5282026-06-30T11:20:14.275Z Compiling foreign-types v0.5.0
5292026-06-30T11:20:14.280Z Compiling darling_macro v0.21.3
5302026-06-30T11:20:14.342Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5312026-06-30T11:20:14.616Z Compiling cobs v0.3.0
5322026-06-30T11:20:14.639Z Compiling num_enum v0.7.6
5332026-06-30T11:20:14.746Z Compiling tracing-attributes v0.1.31
5342026-06-30T11:20:14.816Z Compiling darling v0.21.3
5352026-06-30T11:20:14.819Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5362026-06-30T11:20:14.823Z Compiling dyn-clone v1.0.20
5372026-06-30T11:20:14.827Z Compiling pin-project-lite v0.2.17
5382026-06-30T11:20:14.846Z Compiling anstyle v1.0.14
5392026-06-30T11:20:14.881Z Compiling ingot-macros v0.1.1
5402026-06-30T11:20:14.901Z Compiling anstyle-query v1.1.5
5412026-06-30T11:20:14.943Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5422026-06-30T11:20:14.989Z Compiling is_terminal_polyfill v1.70.2
5432026-06-30T11:20:15.070Z Compiling colorchoice v1.0.5
5442026-06-30T11:20:15.075Z Compiling pretty-hex v0.4.2
5452026-06-30T11:20:15.154Z Compiling anstream v1.0.0
5462026-06-30T11:20:15.174Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5472026-06-30T11:20:15.194Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5482026-06-30T11:20:15.276Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-06-30T11:20:15.385Z Compiling terminal_size v0.4.4
5502026-06-30T11:20:15.533Z Compiling rand v0.10.1
5512026-06-30T11:20:15.558Z Compiling uuid v1.23.3
5522026-06-30T11:20:15.656Z Compiling socket2 v0.6.4
5532026-06-30T11:20:15.929Z Compiling tracing v0.1.44
5542026-06-30T11:20:15.985Z Compiling heck v0.5.0
5552026-06-30T11:20:16.051Z Compiling clap_lex v1.1.0
5562026-06-30T11:20:16.195Z Compiling oxnet v0.1.6
5572026-06-30T11:20:16.241Z Compiling colored v3.1.1
5582026-06-30T11:20:16.355Z Compiling clap_builder v4.6.0
5592026-06-30T11:20:16.486Z Compiling clap_derive v4.6.1
5602026-06-30T11:20:16.673Z Compiling postcard v1.1.3
5612026-06-30T11:20:16.799Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5622026-06-30T11:20:17.750Z Compiling ingot-types v0.1.2
5632026-06-30T11:20:18.076Z Compiling ingot v0.1.1
5642026-06-30T11:20:18.243Z Compiling clap v4.6.1
5652026-06-30T11:20:19.793Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-30T11:20:20.834Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-30T11:20:21.888Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-30T11:20:28.529Z Finished `release` profile [optimized + debuginfo] target(s) in 20.16s
5692026-06-30T11:20:28.557Z
5702026-06-30T11:20:28.557Zreal 20.187494626
5712026-06-30T11:20:28.557Zuser 1:43.620357615
5722026-06-30T11:20:28.557Zsys 13.601502029
5732026-06-30T11:20:28.557Ztrap 0.052005510
5742026-06-30T11:20:28.557Ztflt 0.149863309
5752026-06-30T11:20:28.557Zdflt 0.355230522
5762026-06-30T11:20:28.557Zkflt 0.000030850
5772026-06-30T11:20:28.557Zlock 4:28.004370438
5782026-06-30T11:20:28.557Zslp 3:25.408550717
5792026-06-30T11:20:28.557Zlat 6.232486036
5802026-06-30T11:20:28.557Zstop 9.516392959
5812026-06-30T11:20:28.561Z+ popd
5822026-06-30T11:20:28.561Z/work/oxidecomputer/opte
5832026-06-30T11:20:28.561Z+ for x in debug release
5842026-06-30T11:20:28.561Z+ mkdir -p /work/debug
5852026-06-30T11:20:28.561Z+ cp target/debug/opteadm /work/debug/
5862026-06-30T11:20:28.583Z+ sha256sum target/debug/opteadm
5872026-06-30T11:20:28.608Z+ for x in debug release
5882026-06-30T11:20:28.608Z+ mkdir -p /work/release
5892026-06-30T11:20:28.612Z+ cp target/release/opteadm /work/release/
5902026-06-30T11:20:28.626Z+ sha256sum target/release/opteadm
5912026-06-30T11:20:28.643Zprocess exited: duration 67204 ms, exit code 0
 
5922026-06-30T11:20:28.655Zfound 4 output files
5932026-06-30T11:20:28.655Zuploading: /work/debug/opteadm (36617488 bytes)
5942026-06-30T11:20:29.867Zuploaded: /work/debug/opteadm
5952026-06-30T11:20:29.867Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-06-30T11:20:30.879Zuploaded: /work/debug/opteadm.debug.sha256
5972026-06-30T11:20:30.879Zuploading: /work/release/opteadm (24874744 bytes)
5982026-06-30T11:20:32.038Zuploaded: /work/release/opteadm
5992026-06-30T11:20:32.038Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-06-30T11:20:33.052Zuploaded: /work/release/opteadm.release.sha256