01KSPARZN3ZG7VQ6VK8AZ0V43P: 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: 01KSPASMZWKYYXDEB2EH02G9CV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T03:43:08.774Zjob assigned to worker 01KSPASY7BV7YEREJMQ2TFNB5W [factory aws, i-053ecb35611839483] (queued for 1 m 2 s)
 
22026-05-28T03:43:15.787Zstarting task 0: "setup"
32026-05-28T03:43:15.791Z++ uname -s
42026-05-28T03:43:15.794Z+ kern=SunOS
52026-05-28T03:43:15.794Z+ build_user=build
62026-05-28T03:43:15.794Z+ build_uid=12345
72026-05-28T03:43:15.794Z+ work_dir=/work
82026-05-28T03:43:15.794Z+ input_dir=/input
92026-05-28T03:43:15.794Z+ [[ 0 == 12345 ]]
102026-05-28T03:43:15.794Z+ case "$kern" in
112026-05-28T03:43:15.794Z+ groupadd -g 12345 build
122026-05-28T03:43:15.797Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T03:43:17.801Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T03:43:17.926Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T03:43:17.929Z+ home_fs=zfs
162026-05-28T03:43:17.929Z+ [[ zfs == autofs ]]
172026-05-28T03:43:17.929Z+ mkdir -p /home/build
182026-05-28T03:43:17.929Z+ chown build:build /home/build /work
192026-05-28T03:43:19.931Z+ chmod 0700 /home/build /work
202026-05-28T03:43:19.934Zprocess exited: duration 4148 ms, exit code 0
 
212026-05-28T03:43:19.940Zstarting task 1: "rust-toolchain"
222026-05-28T03:43:19.944Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-28T03:43:19.944Z * rust toolchain channel = "1.95.0"
242026-05-28T03:43:19.944Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-28T03:43:19.944Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-28T03:43:19.944Z * rust toolchain profile = "default"
272026-05-28T03:43:19.944Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T03:43:19.948Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T03:43:19.948Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-28T03:43:20.052Zinfo: downloading installer
312026-05-28T03:43:21.675Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T03:43:21.675Zwarn: /home/build/.rustup/settings.toml
332026-05-28T03:43:21.676Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T03:43:21.676Zwarn: instead of the one inferred from the default host triple.
352026-05-28T03:43:21.688Zinfo: profile set to default
362026-05-28T03:43:21.688Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T03:43:21.691Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-28T03:43:21.833Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-28T03:43:21.836Zinfo: downloading 6 components
402026-05-28T03:43:37.452Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-28T03:43:37.452Z
422026-05-28T03:43:37.486Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-28T03:43:37.486Z
442026-05-28T03:43:37.486Z
452026-05-28T03:43:37.486ZRust is installed now. Great!
462026-05-28T03:43:37.486Z
472026-05-28T03:43:37.486ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T03:43:37.486Zenvironment variable. This has not been done automatically.
492026-05-28T03:43:37.486Z
502026-05-28T03:43:37.486ZTo configure your current shell, you need to source
512026-05-28T03:43:37.486Zthe corresponding env file under $HOME/.cargo.
522026-05-28T03:43:37.486Z
532026-05-28T03:43:37.486ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T03:43:37.490Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T03:43:37.491Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T03:43:37.491Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T03:43:37.491Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T03:43:37.491Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T03:43:37.491Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T03:43:37.491Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T03:43:37.491Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T03:43:37.587Z+ rustup --version
632026-05-28T03:43:37.596Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T03:43:37.607Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T03:43:37.617Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-28T03:43:37.620Z+ cargo --version
672026-05-28T03:43:37.634Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-28T03:43:37.637Z+ rustc --version
692026-05-28T03:43:37.656Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-28T03:43:37.660Zprocess exited: duration 17717 ms, exit code 0
 
712026-05-28T03:43:37.666Zstarting task 2: "authentication"
722026-05-28T03:43:37.684Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T03:43:37.691Zstarting task 3: "clone repository"
742026-05-28T03:43:37.694Z+ mkdir -p /work/oxidecomputer/opte
752026-05-28T03:43:37.697Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-28T03:43:37.732ZCloning into '/work/oxidecomputer/opte'...
772026-05-28T03:43:38.536Z+ cd /work/oxidecomputer/opte
782026-05-28T03:43:38.537Z+ git fetch origin 2936d258388c093780b55889e57e8a8a79ce3ea6
792026-05-28T03:43:38.777ZFrom https://github.com/oxidecomputer/opte
802026-05-28T03:43:38.777Z * branch 2936d258388c093780b55889e57e8a8a79ce3ea6 -> FETCH_HEAD
812026-05-28T03:43:38.784Z+ [[ -n renovate/rust-1.x ]]
822026-05-28T03:43:38.787Z++ git branch --show-current
832026-05-28T03:43:38.787Z+ current=master
842026-05-28T03:43:38.787Z+ [[ master != renovate/rust-1.x ]]
852026-05-28T03:43:38.788Z+ git branch -f renovate/rust-1.x 2936d258388c093780b55889e57e8a8a79ce3ea6
862026-05-28T03:43:38.791Z+ git checkout -f renovate/rust-1.x
872026-05-28T03:43:38.806ZSwitched to branch 'renovate/rust-1.x'
882026-05-28T03:43:38.809Z+ git reset --hard 2936d258388c093780b55889e57e8a8a79ce3ea6
892026-05-28T03:43:38.812ZHEAD is now at 2936d25 Update Rust to nightly-2026-05-27
902026-05-28T03:43:38.812Zprocess exited: duration 1119 ms, exit code 0
 
912026-05-28T03:43:38.820Zstarting task 4: "build"
922026-05-28T03:43:38.824Z+ source .github/buildomat/common.sh
932026-05-28T03:43:38.824Z++ rustup show active-toolchain
942026-05-28T03:43:38.827Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-28T03:43:38.831Z++ pushd xde
962026-05-28T03:43:38.831Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-28T03:43:38.831Z++ rustup show active-toolchain
982026-05-28T03:43:38.834Zinfo: syncing channel updates for nightly-2026-05-27-x86_64-unknown-illumos
992026-05-28T03:43:38.975Zinfo: latest update on 2026-05-27 for version 1.98.0-nightly (d1fc603d1 2026-05-26)
1002026-05-28T03:43:38.979Zinfo: downloading 6 components
1012026-05-28T03:43:52.486Znightly-2026-05-27-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-28T03:43:52.576Z+++ rustup show active-toolchain -v
1032026-05-28T03:43:52.583Z+++ head -n 1
1042026-05-28T03:43:52.583Z+++ cut '-d ' -f1
1052026-05-28T03:43:52.631Z++ export NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos
1062026-05-28T03:43:52.631Z++ NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos
1072026-05-28T03:43:52.631Z++ popd
1082026-05-28T03:43:52.636Z/work/oxidecomputer/opte
1092026-05-28T03:43:52.636Z+ cargo --version
1102026-05-28T03:43:52.653Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-28T03:43:52.653Z+ rustc --version
1122026-05-28T03:43:52.663Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-28T03:43:52.667Z+ pushd bin/opteadm
1142026-05-28T03:43:52.667Z+ header 'check style'
1152026-05-28T03:43:52.667Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-05-28T03:43:52.667Z+ echo '# ==== check style ==== #'
1172026-05-28T03:43:52.667Z# ==== check style ==== #
1182026-05-28T03:43:52.668Z+ ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos fmt -- --check
1192026-05-28T03:43:52.736Z
1202026-05-28T03:43:52.736Zreal 0.068602115
1212026-05-28T03:43:52.736Zuser 0.038262102
1222026-05-28T03:43:52.740Zsys 0.027896228
1232026-05-28T03:43:52.740Ztrap 0.000000160
1242026-05-28T03:43:52.740Ztflt 0.000028170
1252026-05-28T03:43:52.740Zdflt 0.000005450
1262026-05-28T03:43:52.740Zkflt 0.000000000
1272026-05-28T03:43:52.740Zlock 0.031491830
1282026-05-28T03:43:52.740Zslp 0.048017205
1292026-05-28T03:43:52.740Zlat 0.000891780
1302026-05-28T03:43:52.740Zstop 0.000122420
1312026-05-28T03:43:52.746Z+ header analyze
1322026-05-28T03:43:52.746Z+ echo '# ==== analyze ==== #'
1332026-05-28T03:43:52.746Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-05-28T03:43:52.746Z# ==== analyze ==== #
1352026-05-28T03:43:54.184Z Updating crates.io index
1362026-05-28T03:43:54.229Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-28T03:43:54.229Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-28T03:43:54.229Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-28T03:43:54.425Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-28T03:43:54.860Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-28T03:43:55.224Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-28T03:43:55.485Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-28T03:43:57.473Z Downloading crates ...
1442026-05-28T03:43:57.504Z Downloaded dyn-clone v1.0.20
1452026-05-28T03:43:57.509Z Downloaded defmt v1.0.1
1462026-05-28T03:43:57.509Z Downloaded chacha20 v0.10.0
1472026-05-28T03:43:57.509Z Downloaded ref-cast v1.0.25
1482026-05-28T03:43:57.509Z Downloaded foreign-types v0.5.0
1492026-05-28T03:43:57.509Z Downloaded is_terminal_polyfill v1.70.2
1502026-05-28T03:43:57.509Z Downloaded equivalent v1.0.2
1512026-05-28T03:43:57.509Z Downloaded anstream v1.0.0
1522026-05-28T03:43:57.509Z Downloaded quote v1.0.45
1532026-05-28T03:43:57.509Z Downloaded ingot-macros v0.1.1
1542026-05-28T03:43:57.509Z Downloaded darling_core v0.21.3
1552026-05-28T03:43:57.512Z Downloaded cobs v0.3.0
1562026-05-28T03:43:57.512Z Downloaded regex v1.12.3
1572026-05-28T03:43:57.520Z Downloaded colored v3.1.1
1582026-05-28T03:43:57.524Z Downloaded zerocopy v0.8.48
1592026-05-28T03:43:57.538Z Downloaded utf8parse v0.2.2
1602026-05-28T03:43:57.557Z Downloaded zerocopy-derive v0.8.48
1612026-05-28T03:43:57.558Z Downloaded clap v4.6.1
1622026-05-28T03:43:57.558Z Downloaded serde_derive v1.0.228
1632026-05-28T03:43:57.558Z Downloaded clap_derive v4.6.1
1642026-05-28T03:43:57.558Z Downloaded anstyle-query v1.1.5
1652026-05-28T03:43:57.558Z Downloaded rand_core v0.10.1
1662026-05-28T03:43:57.558Z Downloaded cpufeatures v0.3.0
1672026-05-28T03:43:57.562Z Downloaded uuid v1.23.1
1682026-05-28T03:43:57.562Z Downloaded rustversion v1.0.22
1692026-05-28T03:43:57.562Z Downloaded managed v0.8.0
1702026-05-28T03:43:57.562Z Downloaded darling_macro v0.21.3
1712026-05-28T03:43:57.562Z Downloaded serde_core v1.0.228
1722026-05-28T03:43:57.562Z Downloaded ref-cast-impl v1.0.25
1732026-05-28T03:43:57.562Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1742026-05-28T03:43:57.567Z Downloaded hash32 v0.3.1
1752026-05-28T03:43:57.567Z Downloaded defmt v0.3.100
1762026-05-28T03:43:57.570Z Downloaded embedded-io v0.4.0
1772026-05-28T03:43:57.577Z Downloaded thiserror v2.0.18
1782026-05-28T03:43:57.581Z Downloaded num_enum v0.7.6
1792026-05-28T03:43:57.582Z Downloaded bitflags v1.3.2
1802026-05-28T03:43:57.582Z Downloaded ident_case v1.0.1
1812026-05-28T03:43:57.582Z Downloaded colorchoice v1.0.5
1822026-05-28T03:43:57.586Z Downloaded terminal_size v0.4.4
1832026-05-28T03:43:57.589Z Downloaded heck v0.5.0
1842026-05-28T03:43:57.589Z Downloaded clap_lex v1.1.0
1852026-05-28T03:43:57.590Z Downloaded foreign-types-shared v0.3.1
1862026-05-28T03:43:57.591Z Downloaded errno v0.3.14
1872026-05-28T03:43:57.600Z Downloaded proc-macro-crate v3.5.0
1882026-05-28T03:43:57.628Z Downloaded ipnetwork v0.21.1
1892026-05-28T03:43:57.628Z Downloaded anyhow v1.0.102
1902026-05-28T03:43:57.628Z Downloaded pretty-hex v0.4.2
1912026-05-28T03:43:57.645Z Downloaded anstyle-parse v1.0.0
1922026-05-28T03:43:57.645Z Downloaded thiserror-impl v2.0.18
1932026-05-28T03:43:57.645Z Downloaded ingot v0.1.1
1942026-05-28T03:43:57.645Z Downloaded embedded-io v0.6.1
1952026-05-28T03:43:57.646Z Downloaded defmt-macros v1.0.1
1962026-05-28T03:43:57.646Z Downloaded strsim v0.11.1
1972026-05-28T03:43:57.646Z Downloaded memchr v2.8.0
1982026-05-28T03:43:57.646Z Downloaded tracing-attributes v0.1.31
1992026-05-28T03:43:57.646Z Downloaded toml_parser v1.1.2+spec-1.1.0
2002026-05-28T03:43:57.646Z Downloaded pin-project-lite v0.2.17
2012026-05-28T03:43:57.646Z Downloaded tracing-core v0.1.36
2022026-05-28T03:43:57.647Z Downloaded anstyle v1.0.14
2032026-05-28T03:43:57.668Z Downloaded fnv v1.0.7
2042026-05-28T03:43:57.668Z Downloaded toml_edit v0.25.11+spec-1.1.0
2052026-05-28T03:43:57.685Z Downloaded postcard v1.1.3
2062026-05-28T03:43:57.685Z Downloaded stable_deref_trait v1.2.1
2072026-05-28T03:43:57.685Z Downloaded serde v1.0.228
2082026-05-28T03:43:57.690Z Downloaded ingot-types v0.1.2
2092026-05-28T03:43:57.690Z Downloaded heapless v0.8.0
2102026-05-28T03:43:57.691Z Downloaded defmt-parser v1.0.0
2112026-05-28T03:43:57.691Z Downloaded cfg-if v1.0.4
2122026-05-28T03:43:57.695Z Downloaded proc-macro-error-attr2 v2.0.0
2132026-05-28T03:43:57.695Z Downloaded foreign-types-macros v0.2.3
2142026-05-28T03:43:57.695Z Downloaded cstr-argument v0.1.2
2152026-05-28T03:43:57.698Z Downloaded version_check v0.9.5
2162026-05-28T03:43:57.699Z Downloaded macaddr v1.0.1
2172026-05-28T03:43:57.703Z Downloaded proc-macro2 v1.0.106
2182026-05-28T03:43:57.703Z Downloaded getrandom v0.4.2
2192026-05-28T03:43:57.708Z Downloaded tabwriter v1.4.1
2202026-05-28T03:43:57.715Z Downloaded byteorder v1.5.0
2212026-05-28T03:43:57.721Z Downloaded proc-macro-error2 v2.0.1
2222026-05-28T03:43:57.721Z Downloaded oxnet v0.1.5
2232026-05-28T03:43:57.730Z Downloaded either v1.15.0
2242026-05-28T03:43:57.738Z Downloaded unicode-ident v1.0.24
2252026-05-28T03:43:57.751Z Downloaded once_cell v1.21.4
2262026-05-28T03:43:57.751Z Downloaded darling v0.21.3
2272026-05-28T03:43:57.765Z Downloaded num_enum_derive v0.7.6
2282026-05-28T03:43:57.766Z Downloaded socket2 v0.6.3
2292026-05-28T03:43:57.766Z Downloaded indexmap v2.14.0
2302026-05-28T03:43:57.809Z Downloaded itertools v0.14.0
2312026-05-28T03:43:57.833Z Downloaded rand v0.10.1
2322026-05-28T03:43:57.845Z Downloaded hashbrown v0.17.0
2332026-05-28T03:43:57.870Z Downloaded syn v1.0.109
2342026-05-28T03:43:57.876Z Downloaded clap_builder v4.6.0
2352026-05-28T03:43:57.896Z Downloaded syn v2.0.117
2362026-05-28T03:43:57.918Z Downloaded aho-corasick v1.1.4
2372026-05-28T03:43:57.918Z Downloaded winnow v1.0.2
2382026-05-28T03:43:57.941Z Downloaded unicode-width v0.2.2
2392026-05-28T03:43:57.955Z Downloaded smoltcp v0.11.0
2402026-05-28T03:43:57.955Z Downloaded regex-syntax v0.8.10
2412026-05-28T03:43:57.978Z Downloaded rustix v1.1.4
2422026-05-28T03:43:57.988Z Downloaded tracing v0.1.44
2432026-05-28T03:43:58.012Z Downloaded bitflags v2.11.1
2442026-05-28T03:43:58.016Z Downloaded regex-automata v0.4.14
2452026-05-28T03:43:58.021Z Downloaded libc v0.2.186
2462026-05-28T03:43:58.085Z Compiling proc-macro2 v1.0.106
2472026-05-28T03:43:58.085Z Compiling unicode-ident v1.0.24
2482026-05-28T03:43:58.085Z Compiling quote v1.0.45
2492026-05-28T03:43:58.085Z Compiling serde_core v1.0.228
2502026-05-28T03:43:58.085Z Compiling libc v0.2.186
2512026-05-28T03:43:58.089Z Checking cfg-if v1.0.4
2522026-05-28T03:43:58.089Z Compiling fnv v1.0.7
2532026-05-28T03:43:58.089Z Compiling memchr v2.8.0
2542026-05-28T03:43:58.212Z Compiling ident_case v1.0.1
2552026-05-28T03:43:58.250Z Compiling thiserror v2.0.18
2562026-05-28T03:43:58.308Z Compiling strsim v0.11.1
2572026-05-28T03:43:58.314Z Compiling regex-syntax v0.8.10
2582026-05-28T03:43:58.567Z Compiling aho-corasick v1.1.4
2592026-05-28T03:43:58.575Z Compiling serde v1.0.228
2602026-05-28T03:43:58.703Z Compiling equivalent v1.0.2
2612026-05-28T03:43:58.775Z Compiling anyhow v1.0.102
2622026-05-28T03:43:58.781Z Compiling winnow v1.0.2
2632026-05-28T03:43:58.917Z Compiling either v1.15.0
2642026-05-28T03:43:58.925Z Compiling hashbrown v0.17.0
2652026-05-28T03:43:59.072Z Compiling zerocopy v0.8.48
2662026-05-28T03:43:59.102Z Compiling itertools v0.14.0
2672026-05-28T03:43:59.450Z Compiling indexmap v2.14.0
2682026-05-28T03:43:59.532Z Compiling toml_datetime v1.1.1+spec-1.1.0
2692026-05-28T03:43:59.624Z Compiling syn v2.0.117
2702026-05-28T03:43:59.758Z Compiling regex-automata v0.4.14
2712026-05-28T03:43:59.817Z Compiling toml_parser v1.1.2+spec-1.1.0
2722026-05-28T03:43:59.987Z Checking byteorder v1.5.0
2732026-05-28T03:43:59.999Z Checking bitflags v2.11.1
2742026-05-28T03:44:00.081Z Compiling heapless v0.8.0
2752026-05-28T03:44:00.840Z Checking hash32 v0.3.1
2762026-05-28T03:44:00.866Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2772026-05-28T03:44:00.866Z Compiling toml_edit v0.25.11+spec-1.1.0
2782026-05-28T03:44:00.866Z Compiling syn v1.0.109
2792026-05-28T03:44:00.866Z Compiling rustversion v1.0.22
2802026-05-28T03:44:00.866Z Checking stable_deref_trait v1.2.1
2812026-05-28T03:44:00.866Z Checking macaddr v1.0.1
2822026-05-28T03:44:00.866Z Compiling smoltcp v0.11.0
2832026-05-28T03:44:00.866Z Checking rand_core v0.10.1
2842026-05-28T03:44:00.866Z Checking bitflags v1.3.2
2852026-05-28T03:44:00.866Z Compiling version_check v0.9.5
2862026-05-28T03:44:00.866Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2872026-05-28T03:44:00.866Z Compiling proc-macro-crate v3.5.0
2882026-05-28T03:44:00.866Z Compiling ref-cast v1.0.25
2892026-05-28T03:44:00.889Z Checking managed v0.8.0
2902026-05-28T03:44:00.958Z Compiling getrandom v0.4.2
2912026-05-28T03:44:00.998Z Compiling rustix v1.1.4
2922026-05-28T03:44:01.134Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-05-28T03:44:01.236Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-05-28T03:44:01.395Z Checking errno v0.3.14
2952026-05-28T03:44:01.505Z Compiling regex v1.12.3
2962026-05-28T03:44:01.522Z Checking foreign-types-shared v0.3.1
2972026-05-28T03:44:01.553Z Checking cpufeatures v0.3.0
2982026-05-28T03:44:01.597Z Checking utf8parse v0.2.2
2992026-05-28T03:44:01.614Z Checking unicode-width v0.2.2
3002026-05-28T03:44:01.689Z Checking ipnetwork v0.21.1
3012026-05-28T03:44:01.855Z Checking once_cell v1.21.4
3022026-05-28T03:44:01.859Z Checking tabwriter v1.4.1
3032026-05-28T03:44:01.886Z Checking anstyle-parse v1.0.0
3042026-05-28T03:44:01.995Z Checking chacha20 v0.10.0
3052026-05-28T03:44:02.016Z Checking tracing-core v0.1.36
3062026-05-28T03:44:02.102Z Checking cstr-argument v0.1.2
3072026-05-28T03:44:02.184Z Compiling darling_core v0.21.3
3082026-05-28T03:44:02.372Z Checking anstyle-query v1.1.5
3092026-05-28T03:44:02.380Z Checking colorchoice v1.0.5
3102026-05-28T03:44:02.456Z Checking anstyle v1.0.14
3112026-05-28T03:44:02.466Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3122026-05-28T03:44:02.484Z Checking pretty-hex v0.4.2
3132026-05-28T03:44:02.520Z Checking dyn-clone v1.0.20
3142026-05-28T03:44:02.544Z Checking pin-project-lite v0.2.17
3152026-05-28T03:44:02.573Z Checking is_terminal_polyfill v1.70.2
3162026-05-28T03:44:02.629Z Checking terminal_size v0.4.4
3172026-05-28T03:44:02.653Z Checking anstream v1.0.0
3182026-05-28T03:44:02.745Z Checking rand v0.10.1
3192026-05-28T03:44:02.749Z Checking uuid v1.23.1
3202026-05-28T03:44:02.808Z Checking socket2 v0.6.3
3212026-05-28T03:44:02.845Z Compiling heck v0.5.0
3222026-05-28T03:44:02.934Z Checking colored v3.1.1
3232026-05-28T03:44:02.989Z Checking oxnet v0.1.5
3242026-05-28T03:44:03.031Z Checking clap_lex v1.1.0
3252026-05-28T03:44:03.144Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3262026-05-28T03:44:03.261Z Checking clap_builder v4.6.0
3272026-05-28T03:44:03.304Z Compiling thiserror-impl v2.0.18
3282026-05-28T03:44:03.373Z Compiling zerocopy-derive v0.8.48
3292026-05-28T03:44:03.520Z Compiling serde_derive v1.0.228
3302026-05-28T03:44:03.542Z Compiling ref-cast-impl v1.0.25
3312026-05-28T03:44:03.877Z Compiling num_enum_derive v0.7.6
3322026-05-28T03:44:04.105Z Compiling foreign-types-macros v0.2.3
3332026-05-28T03:44:04.215Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3342026-05-28T03:44:04.287Z Compiling darling_macro v0.21.3
3352026-05-28T03:44:04.543Z Compiling tracing-attributes v0.1.31
3362026-05-28T03:44:04.649Z Checking cobs v0.3.0
3372026-05-28T03:44:04.754Z Checking foreign-types v0.5.0
3382026-05-28T03:44:04.754Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-05-28T03:44:04.780Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3402026-05-28T03:44:04.860Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3412026-05-28T03:44:04.866Z Compiling darling v0.21.3
3422026-05-28T03:44:04.904Z Compiling clap_derive v4.6.1
3432026-05-28T03:44:04.904Z Checking num_enum v0.7.6
3442026-05-28T03:44:04.904Z Compiling ingot-macros v0.1.1
3452026-05-28T03:44:05.003Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3462026-05-28T03:44:05.685Z Checking tracing v0.1.44
3472026-05-28T03:44:06.166Z Checking postcard v1.1.3
3482026-05-28T03:44:06.212Z Checking clap v4.6.1
3492026-05-28T03:44:07.621Z Checking ingot-types v0.1.2
3502026-05-28T03:44:07.642Z Checking ingot v0.1.1
3512026-05-28T03:44:08.864Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-05-28T03:44:10.064Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-05-28T03:44:11.252Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-05-28T03:44:12.079Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.29s
3552026-05-28T03:44:12.201Z
3562026-05-28T03:44:12.205Zreal 19.459543163
3572026-05-28T03:44:12.205Zuser 53.628309499
3582026-05-28T03:44:12.206Zsys 13.266716851
3592026-05-28T03:44:12.206Ztrap 0.040616411
3602026-05-28T03:44:12.206Ztflt 0.046199227
3612026-05-28T03:44:12.206Zdflt 0.146518026
3622026-05-28T03:44:12.206Zkflt 0.005185150
3632026-05-28T03:44:12.206Zlock 2:49.858177836
3642026-05-28T03:44:12.206Zslp 3:00.081360987
3652026-05-28T03:44:12.206Zlat 3.820881753
3662026-05-28T03:44:12.206Zstop 11.296713219
3672026-05-28T03:44:12.206Z+ header 'debug build'
3682026-05-28T03:44:12.206Z+ echo '# ==== debug build ==== #'
3692026-05-28T03:44:12.206Z# ==== debug build ==== #
3702026-05-28T03:44:12.206Z+ ptime -m cargo build
3712026-05-28T03:44:12.356Z Compiling cfg-if v1.0.4
3722026-05-28T03:44:12.360Z Compiling serde_core v1.0.228
3732026-05-28T03:44:12.360Z Compiling libc v0.2.186
3742026-05-28T03:44:12.383Z Compiling thiserror v2.0.18
3752026-05-28T03:44:12.386Z Compiling byteorder v1.5.0
3762026-05-28T03:44:12.389Z Compiling zerocopy v0.8.48
3772026-05-28T03:44:12.392Z Compiling stable_deref_trait v1.2.1
3782026-05-28T03:44:12.392Z Compiling macaddr v1.0.1
3792026-05-28T03:44:12.429Z Compiling managed v0.8.0
3802026-05-28T03:44:12.441Z Compiling cobs v0.3.0
3812026-05-28T03:44:12.457Z Compiling bitflags v1.3.2
3822026-05-28T03:44:12.517Z Compiling hash32 v0.3.1
3832026-05-28T03:44:12.549Z Compiling rand_core v0.10.1
3842026-05-28T03:44:12.619Z Compiling heapless v0.8.0
3852026-05-28T03:44:12.639Z Compiling errno v0.3.14
3862026-05-28T03:44:12.657Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3872026-05-28T03:44:12.695Z Compiling foreign-types-shared v0.3.1
3882026-05-28T03:44:12.699Z Compiling cpufeatures v0.3.0
3892026-05-28T03:44:12.712Z Compiling unicode-width v0.2.2
3902026-05-28T03:44:12.753Z Compiling memchr v2.8.0
3912026-05-28T03:44:12.768Z Compiling ipnetwork v0.21.1
3922026-05-28T03:44:12.791Z Compiling once_cell v1.21.4
3932026-05-28T03:44:12.883Z Compiling utf8parse v0.2.2
3942026-05-28T03:44:12.977Z Compiling smoltcp v0.11.0
3952026-05-28T03:44:12.999Z Compiling anstyle-parse v1.0.0
3962026-05-28T03:44:13.012Z Compiling tracing-core v0.1.36
3972026-05-28T03:44:13.022Z Compiling tabwriter v1.4.1
3982026-05-28T03:44:13.199Z Compiling cstr-argument v0.1.2
3992026-05-28T03:44:13.317Z Compiling foreign-types v0.5.0
4002026-05-28T03:44:13.355Z Compiling chacha20 v0.10.0
4012026-05-28T03:44:13.382Z Compiling ref-cast v1.0.25
4022026-05-28T03:44:13.427Z Compiling num_enum v0.7.6
4032026-05-28T03:44:13.476Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4042026-05-28T03:44:13.531Z Compiling getrandom v0.4.2
4052026-05-28T03:44:13.577Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-05-28T03:44:13.678Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-05-28T03:44:13.696Z Compiling anstyle-query v1.1.5
4082026-05-28T03:44:13.734Z Compiling pin-project-lite v0.2.17
4092026-05-28T03:44:13.795Z Compiling pretty-hex v0.4.2
4102026-05-28T03:44:13.820Z Compiling anstyle v1.0.14
4112026-05-28T03:44:13.909Z Compiling colorchoice v1.0.5
4122026-05-28T03:44:13.916Z Compiling dyn-clone v1.0.20
4132026-05-28T03:44:14.019Z Compiling bitflags v2.11.1
4142026-05-28T03:44:14.074Z Compiling serde v1.0.228
4152026-05-28T03:44:14.078Z Compiling is_terminal_polyfill v1.70.2
4162026-05-28T03:44:14.163Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4172026-05-28T03:44:14.224Z Compiling rustix v1.1.4
4182026-05-28T03:44:14.240Z Compiling anstream v1.0.0
4192026-05-28T03:44:14.286Z Compiling uuid v1.23.1
4202026-05-28T03:44:14.475Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4212026-05-28T03:44:14.691Z Compiling postcard v1.1.3
4222026-05-28T03:44:14.755Z Compiling terminal_size v0.4.4
4232026-05-28T03:44:14.759Z Compiling tracing v0.1.44
4242026-05-28T03:44:14.775Z Compiling anyhow v1.0.102
4252026-05-28T03:44:14.887Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-05-28T03:44:14.900Z Compiling rand v0.10.1
4272026-05-28T03:44:15.036Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-05-28T03:44:15.115Z Compiling socket2 v0.6.3
4292026-05-28T03:44:15.149Z Compiling strsim v0.11.1
4302026-05-28T03:44:15.363Z Compiling ingot-types v0.1.2
4312026-05-28T03:44:15.394Z Compiling colored v3.1.1
4322026-05-28T03:44:15.408Z Compiling clap_lex v1.1.0
4332026-05-28T03:44:15.656Z Compiling oxnet v0.1.5
4342026-05-28T03:44:15.774Z Compiling ingot v0.1.1
4352026-05-28T03:44:15.778Z Compiling winnow v1.0.2
4362026-05-28T03:44:15.848Z Compiling clap_builder v4.6.0
4372026-05-28T03:44:16.057Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-05-28T03:44:16.659Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4392026-05-28T03:44:17.348Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-05-28T03:44:17.459Z Compiling clap v4.6.1
4412026-05-28T03:44:19.704Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-05-28T03:44:20.972Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-05-28T03:44:25.342Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.13s
4442026-05-28T03:44:25.370Z
4452026-05-28T03:44:25.374Zreal 13.158696706
4462026-05-28T03:44:25.375Zuser 1:04.045043134
4472026-05-28T03:44:25.375Zsys 5.942045378
4482026-05-28T03:44:25.375Ztrap 0.035424281
4492026-05-28T03:44:25.375Ztflt 0.153008066
4502026-05-28T03:44:25.375Zdflt 0.126838813
4512026-05-28T03:44:25.375Zkflt 0.000012430
4522026-05-28T03:44:25.376Zlock 3:01.284612771
4532026-05-28T03:44:25.376Zslp 2:00.263178348
4542026-05-28T03:44:25.376Zlat 3.716491830
4552026-05-28T03:44:25.376Zstop 2.516718490
4562026-05-28T03:44:25.376Z+ header 'release build'
4572026-05-28T03:44:25.376Z+ echo '# ==== release build ==== #'
4582026-05-28T03:44:25.376Z# ==== release build ==== #
4592026-05-28T03:44:25.376Z+ ptime -m cargo build --release
4602026-05-28T03:44:25.472Z Compiling proc-macro2 v1.0.106
4612026-05-28T03:44:25.472Z Compiling unicode-ident v1.0.24
4622026-05-28T03:44:25.472Z Compiling quote v1.0.45
4632026-05-28T03:44:25.476Z Compiling serde_core v1.0.228
4642026-05-28T03:44:25.476Z Compiling libc v0.2.186
4652026-05-28T03:44:25.476Z Compiling cfg-if v1.0.4
4662026-05-28T03:44:25.476Z Compiling memchr v2.8.0
4672026-05-28T03:44:25.476Z Compiling ident_case v1.0.1
4682026-05-28T03:44:25.542Z Compiling strsim v0.11.1
4692026-05-28T03:44:25.589Z Compiling thiserror v2.0.18
4702026-05-28T03:44:25.592Z Compiling fnv v1.0.7
4712026-05-28T03:44:25.665Z Compiling regex-syntax v0.8.10
4722026-05-28T03:44:25.791Z Compiling either v1.15.0
4732026-05-28T03:44:25.802Z Compiling serde v1.0.228
4742026-05-28T03:44:25.965Z Compiling aho-corasick v1.1.4
4752026-05-28T03:44:26.017Z Compiling equivalent v1.0.2
4762026-05-28T03:44:26.083Z Compiling hashbrown v0.17.0
4772026-05-28T03:44:26.086Z Compiling anyhow v1.0.102
4782026-05-28T03:44:26.092Z Compiling zerocopy v0.8.48
4792026-05-28T03:44:26.196Z Compiling winnow v1.0.2
4802026-05-28T03:44:26.490Z Compiling itertools v0.14.0
4812026-05-28T03:44:26.584Z Compiling syn v2.0.117
4822026-05-28T03:44:26.593Z Compiling indexmap v2.14.0
4832026-05-28T03:44:26.650Z Compiling byteorder v1.5.0
4842026-05-28T03:44:26.829Z Compiling toml_datetime v1.1.1+spec-1.1.0
4852026-05-28T03:44:27.040Z Compiling heapless v0.8.0
4862026-05-28T03:44:27.170Z Compiling regex-automata v0.4.14
4872026-05-28T03:44:27.176Z Compiling toml_parser v1.1.2+spec-1.1.0
4882026-05-28T03:44:27.280Z Compiling hash32 v0.3.1
4892026-05-28T03:44:27.404Z Compiling macaddr v1.0.1
4902026-05-28T03:44:27.478Z Compiling smoltcp v0.11.0
4912026-05-28T03:44:27.608Z Compiling bitflags v2.11.1
4922026-05-28T03:44:27.644Z Compiling toml_edit v0.25.11+spec-1.1.0
4932026-05-28T03:44:27.649Z Compiling stable_deref_trait v1.2.1
4942026-05-28T03:44:27.684Z Compiling rustversion v1.0.22
4952026-05-28T03:44:27.696Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4962026-05-28T03:44:27.700Z Compiling syn v1.0.109
4972026-05-28T03:44:27.930Z Compiling bitflags v1.3.2
4982026-05-28T03:44:27.939Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4992026-05-28T03:44:27.989Z Compiling ref-cast v1.0.25
5002026-05-28T03:44:28.029Z Compiling managed v0.8.0
5012026-05-28T03:44:28.044Z Compiling getrandom v0.4.2
5022026-05-28T03:44:28.147Z Compiling proc-macro-crate v3.5.0
5032026-05-28T03:44:28.253Z Compiling version_check v0.9.5
5042026-05-28T03:44:28.276Z Compiling rustix v1.1.4
5052026-05-28T03:44:28.286Z Compiling rand_core v0.10.1
5062026-05-28T03:44:28.505Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-05-28T03:44:28.551Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-05-28T03:44:28.729Z Compiling errno v0.3.14
5092026-05-28T03:44:28.798Z Compiling regex v1.12.3
5102026-05-28T03:44:28.867Z Compiling cpufeatures v0.3.0
5112026-05-28T03:44:28.910Z Compiling foreign-types-shared v0.3.1
5122026-05-28T03:44:28.927Z Compiling ipnetwork v0.21.1
5132026-05-28T03:44:28.983Z Compiling unicode-width v0.2.2
5142026-05-28T03:44:28.987Z Compiling utf8parse v0.2.2
5152026-05-28T03:44:29.076Z Compiling darling_core v0.21.3
5162026-05-28T03:44:29.264Z Compiling once_cell v1.21.4
5172026-05-28T03:44:29.287Z Compiling tabwriter v1.4.1
5182026-05-28T03:44:29.505Z Compiling tracing-core v0.1.36
5192026-05-28T03:44:29.646Z Compiling cstr-argument v0.1.2
5202026-05-28T03:44:29.677Z Compiling anstyle-parse v1.0.0
5212026-05-28T03:44:29.796Z Compiling chacha20 v0.10.0
5222026-05-28T03:44:30.274Z Compiling thiserror-impl v2.0.18
5232026-05-28T03:44:30.349Z Compiling zerocopy-derive v0.8.48
5242026-05-28T03:44:30.356Z Compiling serde_derive v1.0.228
5252026-05-28T03:44:30.443Z Compiling ref-cast-impl v1.0.25
5262026-05-28T03:44:30.642Z Compiling num_enum_derive v0.7.6
5272026-05-28T03:44:31.046Z Compiling foreign-types-macros v0.2.3
5282026-05-28T03:44:31.158Z Compiling tracing-attributes v0.1.31
5292026-05-28T03:44:31.187Z Compiling darling_macro v0.21.3
5302026-05-28T03:44:31.590Z Compiling cobs v0.3.0
5312026-05-28T03:44:31.626Z Compiling num_enum v0.7.6
5322026-05-28T03:44:31.651Z Compiling foreign-types v0.5.0
5332026-05-28T03:44:31.710Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5342026-05-28T03:44:31.716Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5352026-05-28T03:44:31.728Z Compiling darling v0.21.3
5362026-05-28T03:44:31.767Z Compiling colorchoice v1.0.5
5372026-05-28T03:44:31.793Z Compiling ingot-macros v0.1.1
5382026-05-28T03:44:31.808Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5392026-05-28T03:44:31.863Z Compiling pin-project-lite v0.2.17
5402026-05-28T03:44:31.918Z Compiling anstyle v1.0.14
5412026-05-28T03:44:31.947Z Compiling is_terminal_polyfill v1.70.2
5422026-05-28T03:44:32.025Z Compiling anstyle-query v1.1.5
5432026-05-28T03:44:32.117Z Compiling pretty-hex v0.4.2
5442026-05-28T03:44:32.150Z Compiling dyn-clone v1.0.20
5452026-05-28T03:44:32.185Z Compiling anstream v1.0.0
5462026-05-28T03:44:32.240Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5472026-05-28T03:44:32.271Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5482026-05-28T03:44:32.282Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5492026-05-28T03:44:32.331Z Compiling tracing v0.1.44
5502026-05-28T03:44:32.582Z Compiling terminal_size v0.4.4
5512026-05-28T03:44:32.609Z Compiling rand v0.10.1
5522026-05-28T03:44:32.644Z Compiling uuid v1.23.1
5532026-05-28T03:44:32.707Z Compiling socket2 v0.6.3
5542026-05-28T03:44:32.906Z Compiling colored v3.1.1
5552026-05-28T03:44:33.026Z Compiling heck v0.5.0
5562026-05-28T03:44:33.210Z Compiling clap_lex v1.1.0
5572026-05-28T03:44:33.243Z Compiling oxnet v0.1.5
5582026-05-28T03:44:33.431Z Compiling postcard v1.1.3
5592026-05-28T03:44:33.505Z Compiling clap_derive v4.6.1
5602026-05-28T03:44:33.519Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5612026-05-28T03:44:33.580Z Compiling clap_builder v4.6.0
5622026-05-28T03:44:34.847Z Compiling ingot-types v0.1.2
5632026-05-28T03:44:35.175Z Compiling ingot v0.1.1
5642026-05-28T03:44:35.362Z Compiling clap v4.6.1
5652026-05-28T03:44:36.815Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-05-28T03:44:37.805Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-05-28T03:44:38.857Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-05-28T03:44:45.309Z Finished `release` profile [optimized + debuginfo] target(s) in 19.92s
5692026-05-28T03:44:45.336Z
5702026-05-28T03:44:45.336Zreal 19.954221503
5712026-05-28T03:44:45.336Zuser 1:41.498221679
5722026-05-28T03:44:45.336Zsys 13.645471210
5732026-05-28T03:44:45.336Ztrap 0.051888230
5742026-05-28T03:44:45.336Ztflt 0.068185207
5752026-05-28T03:44:45.340Zdflt 0.442924320
5762026-05-28T03:44:45.340Zkflt 0.000012890
5772026-05-28T03:44:45.340Zlock 4:23.603653395
5782026-05-28T03:44:45.340Zslp 3:24.923028625
5792026-05-28T03:44:45.340Zlat 4.358573817
5802026-05-28T03:44:45.340Zstop 8.590842989
5812026-05-28T03:44:45.340Z+ popd
5822026-05-28T03:44:45.340Z/work/oxidecomputer/opte
5832026-05-28T03:44:45.340Z+ for x in debug release
5842026-05-28T03:44:45.340Z+ mkdir -p /work/debug
5852026-05-28T03:44:45.340Z+ cp target/debug/opteadm /work/debug/
5862026-05-28T03:44:45.362Z+ sha256sum target/debug/opteadm
5872026-05-28T03:44:45.388Z+ for x in debug release
5882026-05-28T03:44:45.388Z+ mkdir -p /work/release
5892026-05-28T03:44:45.391Z+ cp target/release/opteadm /work/release/
5902026-05-28T03:44:45.405Z+ sha256sum target/release/opteadm
5912026-05-28T03:44:45.422Zprocess exited: duration 66602 ms, exit code 0
 
5922026-05-28T03:44:45.429Zfound 4 output files
5932026-05-28T03:44:45.429Zuploading: /work/debug/opteadm (36383584 bytes)
5942026-05-28T03:44:46.744Zuploaded: /work/debug/opteadm
5952026-05-28T03:44:46.744Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-05-28T03:44:47.757Zuploaded: /work/debug/opteadm.debug.sha256
5972026-05-28T03:44:47.757Zuploading: /work/release/opteadm (24514864 bytes)
5982026-05-28T03:44:48.930Zuploaded: /work/release/opteadm
5992026-05-28T03:44:48.931Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-05-28T03:44:49.940Zuploaded: /work/release/opteadm.release.sha256