01KVM708THYDBFZDV5CSNGS89B: 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: 01KVM70N7DYCVCJK47Z45D9RND

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T04:30:38.388Zjob assigned to worker 01KVM70X7RQ537BVKWACSPNGDH [factory aws, i-0fa664a54a2acac19] (queued for 1 m 41 s)
 
22026-06-21T04:31:42.947Zstarting task 0: "setup"
32026-06-21T04:31:42.954Z++ uname -s
42026-06-21T04:31:42.957Z+ kern=SunOS
52026-06-21T04:31:42.957Z+ build_user=build
62026-06-21T04:31:42.957Z+ build_uid=12345
72026-06-21T04:31:42.957Z+ work_dir=/work
82026-06-21T04:31:42.957Z+ input_dir=/input
92026-06-21T04:31:42.957Z+ [[ 0 == 12345 ]]
102026-06-21T04:31:42.957Z+ case "$kern" in
112026-06-21T04:31:42.957Z+ groupadd -g 12345 build
122026-06-21T04:31:42.960Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T04:31:44.964Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T04:31:45.048Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T04:31:45.051Z+ home_fs=zfs
162026-06-21T04:31:45.051Z+ [[ zfs == autofs ]]
172026-06-21T04:31:45.051Z+ mkdir -p /home/build
182026-06-21T04:31:45.051Z+ chown build:build /home/build /work
192026-06-21T04:31:47.052Z+ chmod 0700 /home/build /work
202026-06-21T04:31:47.056Zprocess exited: duration 4107 ms, exit code 0
 
212026-06-21T04:31:47.064Zstarting task 1: "rust-toolchain"
222026-06-21T04:31:47.068Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-21T04:31:47.068Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-21T04:31:47.068Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-21T04:31:47.068Z * rust toolchain channel = "1.96.0"
262026-06-21T04:31:47.068Z * rust toolchain profile = "default"
272026-06-21T04:31:47.068Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-21T04:31:47.071Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T04:31:47.072Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-21T04:31:47.152Zinfo: downloading installer
312026-06-21T04:31:48.561Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T04:31:48.561Zwarn: /home/build/.rustup/settings.toml
332026-06-21T04:31:48.561Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T04:31:48.561Zwarn: instead of the one inferred from the default host triple.
352026-06-21T04:31:48.573Zinfo: profile set to default
362026-06-21T04:31:48.573Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T04:31:48.576Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-21T04:31:48.723Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-21T04:31:48.726Zinfo: downloading 6 components
402026-06-21T04:32:04.169Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-21T04:32:04.169Z
422026-06-21T04:32:04.201Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-21T04:32:04.201Z
442026-06-21T04:32:04.201Z
452026-06-21T04:32:04.201ZRust is installed now. Great!
462026-06-21T04:32:04.201Z
472026-06-21T04:32:04.201ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T04:32:04.201Zenvironment variable. This has not been done automatically.
492026-06-21T04:32:04.201Z
502026-06-21T04:32:04.201ZTo configure your current shell, you need to source
512026-06-21T04:32:04.201Zthe corresponding env file under $HOME/.cargo.
522026-06-21T04:32:04.201Z
532026-06-21T04:32:04.201ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T04:32:04.205Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T04:32:04.205Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T04:32:04.205Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T04:32:04.205Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T04:32:04.205Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T04:32:04.205Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T04:32:04.205Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T04:32:04.205Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T04:32:04.299Z+ rustup --version
632026-06-21T04:32:04.308Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T04:32:04.310Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T04:32:04.329Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-21T04:32:04.332Z+ cargo --version
672026-06-21T04:32:04.345Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-21T04:32:04.349Z+ rustc --version
692026-06-21T04:32:04.367Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-21T04:32:04.370Zprocess exited: duration 17305 ms, exit code 0
 
712026-06-21T04:32:04.376Zstarting task 2: "authentication"
722026-06-21T04:32:04.393Zprocess exited: duration 16 ms, exit code 0
 
732026-06-21T04:32:04.398Zstarting task 3: "clone repository"
742026-06-21T04:32:04.401Z+ mkdir -p /work/oxidecomputer/opte
752026-06-21T04:32:04.403Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-21T04:32:04.435ZCloning into '/work/oxidecomputer/opte'...
772026-06-21T04:32:05.255Z+ cd /work/oxidecomputer/opte
782026-06-21T04:32:05.255Z+ git fetch origin e02f36f315434dba17735ebe14165d251d1e7fb8
792026-06-21T04:32:05.501ZFrom https://github.com/oxidecomputer/opte
802026-06-21T04:32:05.501Z * branch e02f36f315434dba17735ebe14165d251d1e7fb8 -> FETCH_HEAD
812026-06-21T04:32:05.506Z+ [[ -n renovate/rust-1.x ]]
822026-06-21T04:32:05.509Z++ git branch --show-current
832026-06-21T04:32:05.509Z+ current=master
842026-06-21T04:32:05.509Z+ [[ master != renovate/rust-1.x ]]
852026-06-21T04:32:05.509Z+ git branch -f renovate/rust-1.x e02f36f315434dba17735ebe14165d251d1e7fb8
862026-06-21T04:32:05.512Z+ git checkout -f renovate/rust-1.x
872026-06-21T04:32:05.528ZSwitched to branch 'renovate/rust-1.x'
882026-06-21T04:32:05.531Z+ git reset --hard e02f36f315434dba17735ebe14165d251d1e7fb8
892026-06-21T04:32:05.544ZHEAD is now at e02f36f Update Rust to nightly-2026-06-21
902026-06-21T04:32:05.548Zprocess exited: duration 1147 ms, exit code 0
 
912026-06-21T04:32:05.554Zstarting task 4: "build"
922026-06-21T04:32:05.558Z+ source .github/buildomat/common.sh
932026-06-21T04:32:05.558Z++ rustup show active-toolchain
942026-06-21T04:32:05.564Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-21T04:32:05.567Z++ pushd xde
962026-06-21T04:32:05.567Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-21T04:32:05.567Z++ rustup show active-toolchain
982026-06-21T04:32:05.570Zinfo: syncing channel updates for nightly-2026-06-21-x86_64-unknown-illumos
992026-06-21T04:32:05.736Zinfo: latest update on 2026-06-21 for version 1.98.0-nightly (8b6558a02 2026-06-20)
1002026-06-21T04:32:05.740Zinfo: downloading 6 components
1012026-06-21T04:32:19.878Znightly-2026-06-21-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-21T04:32:19.980Z+++ rustup show active-toolchain -v
1032026-06-21T04:32:19.985Z+++ head -n 1
1042026-06-21T04:32:19.985Z+++ cut '-d ' -f1
1052026-06-21T04:32:20.036Z++ export NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos
1062026-06-21T04:32:20.036Z++ NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos
1072026-06-21T04:32:20.037Z++ popd
1082026-06-21T04:32:20.040Z/work/oxidecomputer/opte
1092026-06-21T04:32:20.040Z+ cargo --version
1102026-06-21T04:32:20.047Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-21T04:32:20.050Z+ rustc --version
1122026-06-21T04:32:20.070Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-21T04:32:20.073Z+ pushd bin/opteadm
1142026-06-21T04:32:20.073Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-06-21T04:32:20.073Z+ header 'check style'
1162026-06-21T04:32:20.073Z+ echo '# ==== check style ==== #'
1172026-06-21T04:32:20.073Z# ==== check style ==== #
1182026-06-21T04:32:20.073Z+ ptime -m cargo +nightly-2026-06-21-x86_64-unknown-illumos fmt -- --check
1192026-06-21T04:32:20.144Z
1202026-06-21T04:32:20.144Zreal 0.068539255
1212026-06-21T04:32:20.144Zuser 0.038505607
1222026-06-21T04:32:20.144Zsys 0.027760540
1232026-06-21T04:32:20.144Ztrap 0.000000180
1242026-06-21T04:32:20.144Ztflt 0.000017590
1252026-06-21T04:32:20.144Zdflt 0.000006140
1262026-06-21T04:32:20.144Zkflt 0.000000890
1272026-06-21T04:32:20.144Zlock 0.031441712
1282026-06-21T04:32:20.144Zslp 0.048054522
1292026-06-21T04:32:20.144Zlat 0.000819510
1302026-06-21T04:32:20.144Zstop 0.000096780
1312026-06-21T04:32:20.147Z+ header analyze
1322026-06-21T04:32:20.147Z+ echo '# ==== analyze ==== #'
1332026-06-21T04:32:20.147Z# ==== analyze ==== #
1342026-06-21T04:32:20.147Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-06-21T04:32:20.281Z Updating crates.io index
1362026-06-21T04:32:20.285Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-21T04:32:20.951Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-21T04:32:21.189Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-21T04:32:21.501Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-21T04:32:21.754Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-21T04:32:21.998Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-21T04:32:22.276Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-21T04:32:24.498Z Downloading crates ...
1442026-06-21T04:32:24.560Z Downloaded dyn-clone v1.0.20
1452026-06-21T04:32:24.563Z Downloaded heck v0.5.0
1462026-06-21T04:32:24.563Z Downloaded errno v0.3.14
1472026-06-21T04:32:24.566Z Downloaded hash32 v0.3.1
1482026-06-21T04:32:24.566Z Downloaded byteorder v1.5.0
1492026-06-21T04:32:24.566Z Downloaded anstream v1.0.0
1502026-06-21T04:32:24.569Z Downloaded proc-macro-crate v3.5.0
1512026-06-21T04:32:24.572Z Downloaded socket2 v0.6.4
1522026-06-21T04:32:24.583Z Downloaded version_check v0.9.5
1532026-06-21T04:32:24.586Z Downloaded anyhow v1.0.102
1542026-06-21T04:32:24.586Z Downloaded thiserror-impl v2.0.18
1552026-06-21T04:32:24.589Z Downloaded tracing-core v0.1.36
1562026-06-21T04:32:24.592Z Downloaded defmt v0.3.100
1572026-06-21T04:32:24.595Z Downloaded tracing-attributes v0.1.31
1582026-06-21T04:32:24.598Z Downloaded zerocopy-derive v0.8.52
1592026-06-21T04:32:24.602Z Downloaded macaddr v1.0.1
1602026-06-21T04:32:24.604Z Downloaded zerocopy v0.8.52
1612026-06-21T04:32:24.613Z Downloaded rustversion v1.0.22
1622026-06-21T04:32:24.616Z Downloaded ref-cast v1.0.25
1632026-06-21T04:32:24.618Z Downloaded cstr-argument v0.1.2
1642026-06-21T04:32:24.618Z Downloaded terminal_size v0.4.4
1652026-06-21T04:32:24.618Z Downloaded serde_core v1.0.228
1662026-06-21T04:32:24.621Z Downloaded is_terminal_polyfill v1.70.2
1672026-06-21T04:32:24.621Z Downloaded ipnetwork v0.21.1
1682026-06-21T04:32:24.621Z Downloaded ident_case v1.0.1
1692026-06-21T04:32:24.626Z Downloaded fnv v1.0.7
1702026-06-21T04:32:24.629Z Downloaded cpufeatures v0.3.0
1712026-06-21T04:32:24.629Z Downloaded stable_deref_trait v1.2.1
1722026-06-21T04:32:24.633Z Downloaded strsim v0.11.1
1732026-06-21T04:32:24.636Z Downloaded cfg-if v1.0.4
1742026-06-21T04:32:24.636Z Downloaded defmt-parser v1.0.0
1752026-06-21T04:32:24.640Z Downloaded toml_parser v1.1.2+spec-1.1.0
1762026-06-21T04:32:24.645Z Downloaded embedded-io v0.4.0
1772026-06-21T04:32:24.648Z Downloaded proc-macro-error-attr2 v2.0.0
1782026-06-21T04:32:24.654Z Downloaded equivalent v1.0.2
1792026-06-21T04:32:24.657Z Downloaded cobs v0.3.0
1802026-06-21T04:32:24.657Z Downloaded ref-cast-impl v1.0.25
1812026-06-21T04:32:24.657Z Downloaded foreign-types-shared v0.3.1
1822026-06-21T04:32:24.657Z Downloaded foreign-types v0.5.0
1832026-06-21T04:32:24.659Z Downloaded anstyle-query v1.1.5
1842026-06-21T04:32:24.662Z Downloaded colorchoice v1.0.5
1852026-06-21T04:32:24.665Z Downloaded managed v0.8.0
1862026-06-21T04:32:24.665Z Downloaded clap_lex v1.1.0
1872026-06-21T04:32:24.668Z Downloaded tabwriter v1.4.1
1882026-06-21T04:32:24.668Z Downloaded foreign-types-macros v0.2.3
1892026-06-21T04:32:24.671Z Downloaded utf8parse v0.2.2
1902026-06-21T04:32:24.671Z Downloaded embedded-io v0.6.1
1912026-06-21T04:32:24.677Z Downloaded pretty-hex v0.4.2
1922026-06-21T04:32:24.680Z Downloaded darling_macro v0.21.3
1932026-06-21T04:32:24.684Z Downloaded oxnet v0.1.6
1942026-06-21T04:32:24.689Z Downloaded proc-macro-error2 v2.0.1
1952026-06-21T04:32:24.691Z Downloaded ingot v0.1.1
1962026-06-21T04:32:24.694Z Downloaded defmt-macros v1.1.0
1972026-06-21T04:32:24.697Z Downloaded postcard v1.1.3
1982026-06-21T04:32:24.697Z Downloaded getrandom v0.4.2
1992026-06-21T04:32:24.703Z Downloaded thiserror v2.0.18
2002026-06-21T04:32:24.710Z Downloaded rand_core v0.10.1
2012026-06-21T04:32:24.713Z Downloaded num_enum_derive v0.7.6
2022026-06-21T04:32:24.713Z Downloaded anstyle-parse v1.0.0
2032026-06-21T04:32:24.713Z Downloaded num_enum v0.7.6
2042026-06-21T04:32:24.715Z Downloaded either v1.16.0
2052026-06-21T04:32:24.718Z Downloaded bitflags v1.3.2
2062026-06-21T04:32:24.721Z Downloaded ingot-types v0.1.2
2072026-06-21T04:32:24.728Z Downloaded once_cell v1.21.4
2082026-06-21T04:32:24.731Z Downloaded defmt v1.1.0
2092026-06-21T04:32:24.734Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2102026-06-21T04:32:24.734Z Downloaded pin-project-lite v0.2.17
2112026-06-21T04:32:24.737Z Downloaded clap_derive v4.6.1
2122026-06-21T04:32:24.740Z Downloaded chacha20 v0.10.0
2132026-06-21T04:32:24.742Z Downloaded colored v3.1.1
2142026-06-21T04:32:24.746Z Downloaded anstyle v1.0.14
2152026-06-21T04:32:24.749Z Downloaded ingot-macros v0.1.1
2162026-06-21T04:32:24.756Z Downloaded quote v1.0.45
2172026-06-21T04:32:24.772Z Downloaded serde_derive v1.0.228
2182026-06-21T04:32:24.775Z Downloaded toml_edit v0.25.12+spec-1.1.0
2192026-06-21T04:32:24.778Z Downloaded proc-macro2 v1.0.106
2202026-06-21T04:32:24.781Z Downloaded darling v0.21.3
2212026-06-21T04:32:24.790Z Downloaded unicode-ident v1.0.24
2222026-06-21T04:32:24.793Z Downloaded heapless v0.8.0
2232026-06-21T04:32:24.796Z Downloaded clap v4.6.1
2242026-06-21T04:32:24.815Z Downloaded uuid v1.23.3
2252026-06-21T04:32:24.818Z Downloaded winnow v1.0.3
2262026-06-21T04:32:24.822Z Downloaded darling_core v0.21.3
2272026-06-21T04:32:24.826Z Downloaded bitflags v2.13.0
2282026-06-21T04:32:24.834Z Downloaded serde v1.0.228
2292026-06-21T04:32:24.837Z Downloaded memchr v2.8.2
2302026-06-21T04:32:24.847Z Downloaded indexmap v2.14.0
2312026-06-21T04:32:24.854Z Downloaded rand v0.10.1
2322026-06-21T04:32:24.875Z Downloaded itertools v0.14.0
2332026-06-21T04:32:24.899Z Downloaded regex v1.12.4
2342026-06-21T04:32:24.902Z Downloaded hashbrown v0.17.1
2352026-06-21T04:32:24.916Z Downloaded clap_builder v4.6.0
2362026-06-21T04:32:24.939Z Downloaded aho-corasick v1.1.4
2372026-06-21T04:32:24.953Z Downloaded syn v1.0.109
2382026-06-21T04:32:24.965Z Downloaded regex-syntax v0.8.11
2392026-06-21T04:32:24.969Z Downloaded unicode-width v0.2.2
2402026-06-21T04:32:24.973Z Downloaded syn v2.0.117
2412026-06-21T04:32:24.986Z Downloaded smoltcp v0.11.0
2422026-06-21T04:32:25.021Z Downloaded tracing v0.1.44
2432026-06-21T04:32:25.031Z Downloaded rustix v1.1.4
2442026-06-21T04:32:25.043Z Downloaded regex-automata v0.4.14
2452026-06-21T04:32:25.061Z Downloaded libc v0.2.186
2462026-06-21T04:32:25.123Z Compiling proc-macro2 v1.0.106
2472026-06-21T04:32:25.123Z Compiling quote v1.0.45
2482026-06-21T04:32:25.123Z Compiling unicode-ident v1.0.24
2492026-06-21T04:32:25.123Z Compiling serde_core v1.0.228
2502026-06-21T04:32:25.126Z Compiling libc v0.2.186
2512026-06-21T04:32:25.126Z Checking cfg-if v1.0.4
2522026-06-21T04:32:25.126Z Compiling ident_case v1.0.1
2532026-06-21T04:32:25.126Z Compiling fnv v1.0.7
2542026-06-21T04:32:25.252Z Compiling memchr v2.8.2
2552026-06-21T04:32:25.292Z Compiling strsim v0.11.1
2562026-06-21T04:32:25.311Z Compiling thiserror v2.0.18
2572026-06-21T04:32:25.317Z Compiling regex-syntax v0.8.11
2582026-06-21T04:32:25.569Z Compiling anyhow v1.0.102
2592026-06-21T04:32:25.576Z Compiling hashbrown v0.17.1
2602026-06-21T04:32:25.816Z Compiling aho-corasick v1.1.4
2612026-06-21T04:32:25.824Z Compiling zerocopy v0.8.52
2622026-06-21T04:32:25.864Z Compiling winnow v1.0.3
2632026-06-21T04:32:25.875Z Compiling either v1.16.0
2642026-06-21T04:32:26.078Z Compiling serde v1.0.228
2652026-06-21T04:32:26.125Z Compiling equivalent v1.0.2
2662026-06-21T04:32:26.238Z Compiling indexmap v2.14.0
2672026-06-21T04:32:26.378Z Compiling syn v2.0.117
2682026-06-21T04:32:26.435Z Compiling itertools v0.14.0
2692026-06-21T04:32:26.442Z Checking byteorder v1.5.0
2702026-06-21T04:32:26.591Z Compiling heapless v0.8.0
2712026-06-21T04:32:26.838Z Compiling regex-automata v0.4.14
2722026-06-21T04:32:26.876Z Compiling toml_parser v1.1.2+spec-1.1.0
2732026-06-21T04:32:26.889Z Compiling toml_datetime v1.1.1+spec-1.1.0
2742026-06-21T04:32:26.999Z Checking bitflags v2.13.0
2752026-06-21T04:32:27.169Z Checking hash32 v0.3.1
2762026-06-21T04:32:27.226Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2772026-06-21T04:32:27.279Z Compiling toml_edit v0.25.12+spec-1.1.0
2782026-06-21T04:32:27.296Z Compiling smoltcp v0.11.0
2792026-06-21T04:32:27.449Z Compiling rustversion v1.0.22
2802026-06-21T04:32:27.463Z Compiling syn v1.0.109
2812026-06-21T04:32:27.471Z Checking macaddr v1.0.1
2822026-06-21T04:32:27.612Z Checking stable_deref_trait v1.2.1
2832026-06-21T04:32:27.655Z Compiling getrandom v0.4.2
2842026-06-21T04:32:27.738Z Compiling ref-cast v1.0.25
2852026-06-21T04:32:27.813Z Checking rand_core v0.10.1
2862026-06-21T04:32:27.829Z Compiling proc-macro-crate v3.5.0
2872026-06-21T04:32:27.917Z Compiling rustix v1.1.4
2882026-06-21T04:32:27.948Z Compiling version_check v0.9.5
2892026-06-21T04:32:28.045Z Checking bitflags v1.3.2
2902026-06-21T04:32:28.048Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2912026-06-21T04:32:28.111Z Checking managed v0.8.0
2922026-06-21T04:32:28.228Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-21T04:32:28.281Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-21T04:32:28.462Z Checking errno v0.3.14
2952026-06-21T04:32:28.470Z Checking utf8parse v0.2.2
2962026-06-21T04:32:28.563Z Checking foreign-types-shared v0.3.1
2972026-06-21T04:32:28.585Z Compiling regex v1.12.4
2982026-06-21T04:32:28.641Z Checking unicode-width v0.2.2
2992026-06-21T04:32:28.812Z Checking once_cell v1.21.4
3002026-06-21T04:32:28.886Z Checking cpufeatures v0.3.0
3012026-06-21T04:32:28.928Z Checking ipnetwork v0.21.1
3022026-06-21T04:32:28.949Z Checking chacha20 v0.10.0
3032026-06-21T04:32:28.978Z Compiling darling_core v0.21.3
3042026-06-21T04:32:28.985Z Checking tracing-core v0.1.36
3052026-06-21T04:32:29.100Z Checking cstr-argument v0.1.2
3062026-06-21T04:32:29.141Z Checking tabwriter v1.4.1
3072026-06-21T04:32:29.281Z Checking anstyle-parse v1.0.0
3082026-06-21T04:32:29.522Z Checking anstyle v1.0.14
3092026-06-21T04:32:29.569Z Checking colorchoice v1.0.5
3102026-06-21T04:32:29.663Z Checking pretty-hex v0.4.2
3112026-06-21T04:32:29.698Z Checking pin-project-lite v0.2.17
3122026-06-21T04:32:29.701Z Checking is_terminal_polyfill v1.70.2
3132026-06-21T04:32:29.713Z Checking dyn-clone v1.0.20
3142026-06-21T04:32:29.720Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
3152026-06-21T04:32:29.777Z Checking anstyle-query v1.1.5
3162026-06-21T04:32:29.778Z Checking terminal_size v0.4.4
3172026-06-21T04:32:29.864Z Checking anstream v1.0.0
3182026-06-21T04:32:29.883Z Checking rand v0.10.1
3192026-06-21T04:32:29.936Z Checking uuid v1.23.3
3202026-06-21T04:32:30.002Z Checking socket2 v0.6.4
3212026-06-21T04:32:30.189Z Compiling thiserror-impl v2.0.18
3222026-06-21T04:32:30.196Z Compiling zerocopy-derive v0.8.52
3232026-06-21T04:32:30.216Z Compiling serde_derive v1.0.228
3242026-06-21T04:32:30.245Z Compiling ref-cast-impl v1.0.25
3252026-06-21T04:32:30.347Z Compiling num_enum_derive v0.7.6
3262026-06-21T04:32:30.815Z Compiling foreign-types-macros v0.2.3
3272026-06-21T04:32:31.034Z Compiling tracing-attributes v0.1.31
3282026-06-21T04:32:31.083Z Compiling darling_macro v0.21.3
3292026-06-21T04:32:31.319Z Checking num_enum v0.7.6
3302026-06-21T04:32:31.426Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3312026-06-21T04:32:31.433Z Checking foreign-types v0.5.0
3322026-06-21T04:32:31.487Z Checking cobs v0.3.0
3332026-06-21T04:32:31.497Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3342026-06-21T04:32:31.611Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3352026-06-21T04:32:31.626Z Compiling darling v0.21.3
3362026-06-21T04:32:31.626Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3372026-06-21T04:32:31.662Z Checking colored v3.1.1
3382026-06-21T04:32:31.699Z Compiling ingot-macros v0.1.1
3392026-06-21T04:32:31.782Z Checking oxnet v0.1.6
3402026-06-21T04:32:31.856Z Checking clap_lex v1.1.0
3412026-06-21T04:32:31.961Z Compiling heck v0.5.0
3422026-06-21T04:32:31.991Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3432026-06-21T04:32:32.008Z Checking clap_builder v4.6.0
3442026-06-21T04:32:32.102Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-06-21T04:32:32.217Z Compiling clap_derive v4.6.1
3462026-06-21T04:32:32.228Z Checking tracing v0.1.44
3472026-06-21T04:32:33.205Z Checking postcard v1.1.3
3482026-06-21T04:32:33.614Z Checking clap v4.6.1
3492026-06-21T04:32:34.265Z Checking ingot-types v0.1.2
3502026-06-21T04:32:34.533Z Checking ingot v0.1.1
3512026-06-21T04:32:35.826Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-21T04:32:37.016Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-21T04:32:38.232Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-21T04:32:39.057Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.86s
3552026-06-21T04:32:39.176Z
3562026-06-21T04:32:39.176Zreal 19.026518072
3572026-06-21T04:32:39.176Zuser 54.559539737
3582026-06-21T04:32:39.176Zsys 13.107861126
3592026-06-21T04:32:39.176Ztrap 0.041388095
3602026-06-21T04:32:39.176Ztflt 0.091255674
3612026-06-21T04:32:39.177Zdflt 0.097727014
3622026-06-21T04:32:39.177Zkflt 0.004495886
3632026-06-21T04:32:39.177Zlock 3:23.117971308
3642026-06-21T04:32:39.177Zslp 3:02.399850683
3652026-06-21T04:32:39.177Zlat 3.570759972
3662026-06-21T04:32:39.178Zstop 13.302608899
3672026-06-21T04:32:39.182Z+ header 'debug build'
3682026-06-21T04:32:39.182Z+ echo '# ==== debug build ==== #'
3692026-06-21T04:32:39.182Z# ==== debug build ==== #
3702026-06-21T04:32:39.182Z+ ptime -m cargo build
3712026-06-21T04:32:39.334Z Compiling cfg-if v1.0.4
3722026-06-21T04:32:39.338Z Compiling serde_core v1.0.228
3732026-06-21T04:32:39.338Z Compiling libc v0.2.186
3742026-06-21T04:32:39.338Z Compiling thiserror v2.0.18
3752026-06-21T04:32:39.364Z Compiling byteorder v1.5.0
3762026-06-21T04:32:39.368Z Compiling zerocopy v0.8.52
3772026-06-21T04:32:39.371Z Compiling stable_deref_trait v1.2.1
3782026-06-21T04:32:39.371Z Compiling macaddr v1.0.1
3792026-06-21T04:32:39.410Z Compiling managed v0.8.0
3802026-06-21T04:32:39.419Z Compiling cobs v0.3.0
3812026-06-21T04:32:39.437Z Compiling bitflags v1.3.2
3822026-06-21T04:32:39.497Z Compiling hash32 v0.3.1
3832026-06-21T04:32:39.531Z Compiling rand_core v0.10.1
3842026-06-21T04:32:39.602Z Compiling heapless v0.8.0
3852026-06-21T04:32:39.622Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3862026-06-21T04:32:39.644Z Compiling errno v0.3.14
3872026-06-21T04:32:39.680Z Compiling ipnetwork v0.21.1
3882026-06-21T04:32:39.687Z Compiling memchr v2.8.2
3892026-06-21T04:32:39.690Z Compiling unicode-width v0.2.2
3902026-06-21T04:32:39.804Z Compiling utf8parse v0.2.2
3912026-06-21T04:32:39.836Z Compiling cpufeatures v0.3.0
3922026-06-21T04:32:39.898Z Compiling once_cell v1.21.4
3932026-06-21T04:32:39.898Z Compiling foreign-types-shared v0.3.1
3942026-06-21T04:32:39.977Z Compiling smoltcp v0.11.0
3952026-06-21T04:32:39.977Z Compiling foreign-types v0.5.0
3962026-06-21T04:32:40.021Z Compiling tabwriter v1.4.1
3972026-06-21T04:32:40.041Z Compiling chacha20 v0.10.0
3982026-06-21T04:32:40.131Z Compiling cstr-argument v0.1.2
3992026-06-21T04:32:40.236Z Compiling tracing-core v0.1.36
4002026-06-21T04:32:40.316Z Compiling anstyle-parse v1.0.0
4012026-06-21T04:32:40.428Z Compiling ref-cast v1.0.25
4022026-06-21T04:32:40.441Z Compiling num_enum v0.7.6
4032026-06-21T04:32:40.516Z Compiling getrandom v0.4.2
4042026-06-21T04:32:40.520Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4052026-06-21T04:32:40.546Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-21T04:32:40.618Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-21T04:32:40.645Z Compiling is_terminal_polyfill v1.70.2
4082026-06-21T04:32:40.722Z Compiling pretty-hex v0.4.2
4092026-06-21T04:32:40.726Z Compiling colorchoice v1.0.5
4102026-06-21T04:32:40.832Z Compiling pin-project-lite v0.2.17
4112026-06-21T04:32:40.846Z Compiling dyn-clone v1.0.20
4122026-06-21T04:32:40.878Z Compiling anstyle-query v1.1.5
4132026-06-21T04:32:40.919Z Compiling anstyle v1.0.14
4142026-06-21T04:32:40.986Z Compiling tracing v0.1.44
4152026-06-21T04:32:41.002Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4162026-06-21T04:32:41.176Z Compiling bitflags v2.13.0
4172026-06-21T04:32:41.176Z Compiling serde v1.0.228
4182026-06-21T04:32:41.209Z Compiling anstream v1.0.0
4192026-06-21T04:32:41.244Z Compiling uuid v1.23.3
4202026-06-21T04:32:41.351Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4212026-06-21T04:32:41.565Z Compiling rustix v1.1.4
4222026-06-21T04:32:41.624Z Compiling postcard v1.1.3
4232026-06-21T04:32:41.709Z Compiling rand v0.10.1
4242026-06-21T04:32:41.841Z Compiling anyhow v1.0.102
4252026-06-21T04:32:41.841Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-06-21T04:32:41.969Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4272026-06-21T04:33:42.462Z Compiling socket2 v0.6.4
4282026-06-21T04:33:42.480Z Compiling terminal_size v0.4.4
4292026-06-21T04:33:42.480Z Compiling ingot-types v0.1.2
4302026-06-21T04:33:42.480Z Compiling clap_lex v1.1.0
4312026-06-21T04:33:42.480Z Compiling oxnet v0.1.6
4322026-06-21T04:33:42.480Z Compiling ingot v0.1.1
4332026-06-21T04:33:42.480Z Compiling winnow v1.0.3
4342026-06-21T04:33:42.480Z Compiling strsim v0.11.1
4352026-06-21T04:33:42.480Z Compiling colored v3.1.1
4362026-06-21T04:33:42.481Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-06-21T04:33:42.481Z Compiling clap_builder v4.6.0
4382026-06-21T04:33:42.507Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4392026-06-21T04:33:42.507Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-21T04:33:42.507Z Compiling clap v4.6.1
4412026-06-21T04:33:42.507Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-21T04:33:42.507Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-21T04:33:42.507Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.56s
4442026-06-21T04:33:42.507Z
4452026-06-21T04:33:42.508Zreal 12.594791844
4462026-06-21T04:33:42.508Zuser 1:05.280344384
4472026-06-21T04:33:42.508Zsys 6.037911002
4482026-06-21T04:33:42.508Ztrap 0.033799338
4492026-06-21T04:33:42.508Ztflt 0.154038881
4502026-06-21T04:33:42.508Zdflt 0.200022195
4512026-06-21T04:33:42.508Zkflt 0.000004090
4522026-06-21T04:33:42.508Zlock 2:56.934335348
4532026-06-21T04:33:42.508Zslp 1:56.662006906
4542026-06-21T04:33:42.509Zlat 3.018345446
4552026-06-21T04:33:42.509Zstop 2.576299464
4562026-06-21T04:33:42.509Z+ header 'release build'
4572026-06-21T04:33:42.509Z+ echo '# ==== release build ==== #'
4582026-06-21T04:33:42.509Z+ ptime -m cargo build --release
4592026-06-21T04:33:42.509Z# ==== release build ==== #
4602026-06-21T04:33:42.509Z Compiling proc-macro2 v1.0.106
4612026-06-21T04:33:42.509Z Compiling unicode-ident v1.0.24
4622026-06-21T04:33:42.509Z Compiling quote v1.0.45
4632026-06-21T04:33:42.509Z Compiling serde_core v1.0.228
4642026-06-21T04:33:42.509Z Compiling libc v0.2.186
4652026-06-21T04:33:42.509Z Compiling cfg-if v1.0.4
4662026-06-21T04:33:42.509Z Compiling ident_case v1.0.1
4672026-06-21T04:33:42.509Z Compiling thiserror v2.0.18
4682026-06-21T04:33:42.509Z Compiling strsim v0.11.1
4692026-06-21T04:33:42.509Z Compiling fnv v1.0.7
4702026-06-21T04:33:42.509Z Compiling memchr v2.8.2
4712026-06-21T04:33:42.509Z Compiling regex-syntax v0.8.11
4722026-06-21T04:33:42.509Z Compiling hashbrown v0.17.1
4732026-06-21T04:33:42.509Z Compiling zerocopy v0.8.52
4742026-06-21T04:33:42.510Z Compiling either v1.16.0
4752026-06-21T04:33:42.510Z Compiling aho-corasick v1.1.4
4762026-06-21T04:33:42.510Z Compiling serde v1.0.228
4772026-06-21T04:33:42.510Z Compiling winnow v1.0.3
4782026-06-21T04:33:42.510Z Compiling anyhow v1.0.102
4792026-06-21T04:33:42.510Z Compiling equivalent v1.0.2
4802026-06-21T04:33:42.510Z Compiling indexmap v2.14.0
4812026-06-21T04:33:42.510Z Compiling itertools v0.14.0
4822026-06-21T04:33:42.510Z Compiling syn v2.0.117
4832026-06-21T04:33:42.510Z Compiling toml_datetime v1.1.1+spec-1.1.0
4842026-06-21T04:33:42.510Z Compiling byteorder v1.5.0
4852026-06-21T04:33:42.510Z Compiling heapless v0.8.0
4862026-06-21T04:33:42.510Z Compiling toml_parser v1.1.2+spec-1.1.0
4872026-06-21T04:33:42.510Z Compiling regex-automata v0.4.14
4882026-06-21T04:33:42.510Z Compiling toml_edit v0.25.12+spec-1.1.0
4892026-06-21T04:33:42.510Z Compiling hash32 v0.3.1
4902026-06-21T04:33:42.510Z Compiling bitflags v2.13.0
4912026-06-21T04:33:42.510Z Compiling syn v1.0.109
4922026-06-21T04:33:42.510Z Compiling stable_deref_trait v1.2.1
4932026-06-21T04:33:42.511Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942026-06-21T04:33:42.511Z Compiling macaddr v1.0.1
4952026-06-21T04:33:42.511Z Compiling rustversion v1.0.22
4962026-06-21T04:33:42.511Z Compiling smoltcp v0.11.0
4972026-06-21T04:33:42.511Z Compiling proc-macro-crate v3.5.0
4982026-06-21T04:33:42.511Z Compiling ref-cast v1.0.25
4992026-06-21T04:33:42.511Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5002026-06-21T04:33:42.511Z Compiling bitflags v1.3.2
5012026-06-21T04:33:42.511Z Compiling managed v0.8.0
5022026-06-21T04:33:42.511Z Compiling version_check v0.9.5
5032026-06-21T04:33:42.512Z Compiling getrandom v0.4.2
5042026-06-21T04:33:42.512Z Compiling rustix v1.1.4
5052026-06-21T04:33:42.512Z Compiling rand_core v0.10.1
5062026-06-21T04:33:42.512Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-06-21T04:33:42.512Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-21T04:33:42.512Z Compiling errno v0.3.14
5092026-06-21T04:33:42.513Z Compiling regex v1.12.4
5102026-06-21T04:33:42.513Z Compiling foreign-types-shared v0.3.1
5112026-06-21T04:33:42.513Z Compiling cpufeatures v0.3.0
5122026-06-21T04:33:42.513Z Compiling unicode-width v0.2.2
5132026-06-21T04:33:42.513Z Compiling ipnetwork v0.21.1
5142026-06-21T04:33:42.513Z Compiling once_cell v1.21.4
5152026-06-21T04:33:42.513Z Compiling darling_core v0.21.3
5162026-06-21T04:33:42.513Z Compiling utf8parse v0.2.2
5172026-06-21T04:33:42.513Z Compiling anstyle-parse v1.0.0
5182026-06-21T04:33:42.513Z Compiling tracing-core v0.1.36
5192026-06-21T04:33:42.513Z Compiling tabwriter v1.4.1
5202026-06-21T04:33:42.513Z Compiling cstr-argument v0.1.2
5212026-06-21T04:33:42.513Z Compiling chacha20 v0.10.0
5222026-06-21T04:33:42.513Z Compiling dyn-clone v1.0.20
5232026-06-21T04:33:42.513Z Compiling thiserror-impl v2.0.18
5242026-06-21T04:33:42.513Z Compiling zerocopy-derive v0.8.52
5252026-06-21T04:33:42.513Z Compiling serde_derive v1.0.228
5262026-06-21T04:33:42.513Z Compiling foreign-types-macros v0.2.3
5272026-06-21T04:33:42.513Z Compiling num_enum_derive v0.7.6
5282026-06-21T04:33:42.513Z Compiling ref-cast-impl v1.0.25
5292026-06-21T04:33:42.513Z Compiling foreign-types v0.5.0
5302026-06-21T04:33:42.513Z Compiling tracing-attributes v0.1.31
5312026-06-21T04:33:42.513Z Compiling darling_macro v0.21.3
5322026-06-21T04:33:42.513Z Compiling cobs v0.3.0
5332026-06-21T04:33:42.513Z Compiling num_enum v0.7.6
5342026-06-21T04:33:42.513Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5352026-06-21T04:33:42.513Z Compiling anstyle v1.0.14
5362026-06-21T04:33:42.513Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
5372026-06-21T04:33:42.513Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5382026-06-21T04:33:42.525Zprocess exited: duration 66430 ms, exit code 0
5392026-06-21T04:33:42.525Zexec warning: : stdio descriptors remain open after task exit; waiting 60 seconds for them to close
5402026-06-21T04:33:42.525Z Compiling darling v0.21.3
5412026-06-21T04:33:42.525Z/work/oxidecomputer/opte
5422026-06-21T04:33:42.525Z Compiling ingot-macros v0.1.1
5432026-06-21T04:33:42.525Z Compiling pin-project-lite v0.2.17
5442026-06-21T04:33:42.525Z Compiling anstyle-query v1.1.5
5452026-06-21T04:33:42.525Z Compiling is_terminal_polyfill v1.70.2
5462026-06-21T04:33:42.525Z Compiling colorchoice v1.0.5
5472026-06-21T04:33:42.525Z Compiling pretty-hex v0.4.2
5482026-06-21T04:33:42.525Z Compiling anstream v1.0.0
5492026-06-21T04:33:42.525Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5502026-06-21T04:33:42.525Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5512026-06-21T04:33:42.525Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5522026-06-21T04:33:42.525Z Compiling tracing v0.1.44
5532026-06-21T04:33:42.525Z Compiling terminal_size v0.4.4
5542026-06-21T04:33:42.526Z Compiling rand v0.10.1
5552026-06-21T04:33:42.526Z Compiling uuid v1.23.3
5562026-06-21T04:33:42.526Z Compiling socket2 v0.6.4
5572026-06-21T04:33:42.526Z Compiling colored v3.1.1
5582026-06-21T04:33:42.526Z Compiling oxnet v0.1.6
5592026-06-21T04:33:42.526Z Compiling clap_lex v1.1.0
5602026-06-21T04:33:42.526Z Compiling heck v0.5.0
5612026-06-21T04:33:42.526Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5622026-06-21T04:33:42.526Z Compiling clap_derive v4.6.1
5632026-06-21T04:33:42.526Z Compiling clap_builder v4.6.0
5642026-06-21T04:33:42.527Z Compiling postcard v1.1.3
5652026-06-21T04:33:42.527Z Compiling ingot-types v0.1.2
5662026-06-21T04:33:42.527Z Compiling ingot v0.1.1
5672026-06-21T04:33:42.527Z Compiling clap v4.6.1
5682026-06-21T04:33:42.527Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-06-21T04:33:42.527Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-06-21T04:33:42.527Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5712026-06-21T04:33:42.527Z Finished `release` profile [optimized + debuginfo] target(s) in 20.07s
5722026-06-21T04:33:42.527Z
5732026-06-21T04:33:42.527Zreal 20.101639046
5742026-06-21T04:33:42.527Zuser 1:43.194350816
5752026-06-21T04:33:42.527Zsys 13.417336579
5762026-06-21T04:33:42.527Ztrap 0.051150240
5772026-06-21T04:33:42.527Ztflt 0.112123062
5782026-06-21T04:33:42.527Zdflt 0.474383860
5792026-06-21T04:33:42.527Zkflt 0.000018340
5802026-06-21T04:33:42.527Zlock 4:26.953735504
5812026-06-21T04:33:42.527Zslp 3:24.783625645
5822026-06-21T04:33:42.527Zlat 5.376664141
5832026-06-21T04:33:42.527Zstop 8.963254116
5842026-06-21T04:33:42.528Z+ popd
5852026-06-21T04:33:42.528Z+ for x in debug release
5862026-06-21T04:33:42.528Z+ mkdir -p /work/debug
5872026-06-21T04:33:42.528Z+ cp target/debug/opteadm /work/debug/
5882026-06-21T04:33:42.528Z+ sha256sum target/debug/opteadm
5892026-06-21T04:33:42.528Z+ for x in debug release
5902026-06-21T04:33:42.528Z+ mkdir -p /work/release
5912026-06-21T04:33:42.528Z+ cp target/release/opteadm /work/release/
5922026-06-21T04:33:42.528Z+ sha256sum target/release/opteadm
 
5932026-06-21T04:33:42.537Zfound 4 output files
5942026-06-21T04:33:42.537Zuploading: /work/debug/opteadm (36454128 bytes)
5952026-06-21T04:33:43.748Zuploaded: /work/debug/opteadm
5962026-06-21T04:33:43.748Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5972026-06-21T04:33:44.757Zuploaded: /work/debug/opteadm.debug.sha256
5982026-06-21T04:33:44.757Zuploading: /work/release/opteadm (24752824 bytes)
5992026-06-21T04:33:45.899Zuploaded: /work/release/opteadm
6002026-06-21T04:33:45.899Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6012026-06-21T04:33:46.909Zuploaded: /work/release/opteadm.release.sha256