01KS6XKKEE05CNQENQ7YJ9YQQV: 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: 01KS6XMF3AJDWMC1N8FBJXCCM2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-22T04:04:38.796Zjob assigned to worker 01KS6XN6JZT1AP0VPYE527QXZ3 [factory aws, i-0fe61242ad1368b57] (queued for 1 m 10 s)
 
22026-05-22T04:04:45.739Zstarting task 0: "setup"
32026-05-22T04:04:45.743Z++ uname -s
42026-05-22T04:04:45.747Z+ kern=SunOS
52026-05-22T04:04:45.747Z+ build_user=build
62026-05-22T04:04:45.747Z+ build_uid=12345
72026-05-22T04:04:45.747Z+ work_dir=/work
82026-05-22T04:04:45.747Z+ input_dir=/input
92026-05-22T04:04:45.747Z+ [[ 0 == 12345 ]]
102026-05-22T04:04:45.747Z+ case "$kern" in
112026-05-22T04:04:45.747Z+ groupadd -g 12345 build
122026-05-22T04:04:45.747Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-22T04:04:47.751Z+ zfs create -o mountpoint=/work rpool/work
142026-05-22T04:04:47.859Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-22T04:04:47.862Z+ home_fs=zfs
162026-05-22T04:04:47.862Z+ [[ zfs == autofs ]]
172026-05-22T04:04:47.862Z+ mkdir -p /home/build
182026-05-22T04:04:47.862Z+ chown build:build /home/build /work
192026-05-22T04:04:49.864Z+ chmod 0700 /home/build /work
202026-05-22T04:04:49.867Zprocess exited: duration 4126 ms, exit code 0
 
212026-05-22T04:04:49.873Zstarting task 1: "rust-toolchain"
222026-05-22T04:04:49.876Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-22T04:04:49.876Z * rust toolchain channel = "1.95.0"
242026-05-22T04:04:49.876Z * rust toolchain profile = "default"
252026-05-22T04:04:49.876Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-22T04:04:49.876Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-22T04:04:49.880Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-22T04:04:49.880Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-22T04:04:49.880Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-22T04:04:49.944Zinfo: downloading installer
312026-05-22T04:04:51.313Zwarn: It looks like you have an existing rustup settings file at:
322026-05-22T04:04:51.313Zwarn: /home/build/.rustup/settings.toml
332026-05-22T04:04:51.313Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-22T04:04:51.314Zwarn: instead of the one inferred from the default host triple.
352026-05-22T04:04:51.325Zinfo: profile set to default
362026-05-22T04:04:51.325Zinfo: default host triple is x86_64-unknown-illumos
372026-05-22T04:04:51.329Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-22T04:04:51.464Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-22T04:04:51.467Zinfo: downloading 6 components
402026-05-22T04:05:07.140Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-22T04:05:07.140Z
422026-05-22T04:05:07.173Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-22T04:05:07.173Z
442026-05-22T04:05:07.173Z
452026-05-22T04:05:07.173ZRust is installed now. Great!
462026-05-22T04:05:07.173Z
472026-05-22T04:05:07.173ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-22T04:05:07.173Zenvironment variable. This has not been done automatically.
492026-05-22T04:05:07.173Z
502026-05-22T04:05:07.173ZTo configure your current shell, you need to source
512026-05-22T04:05:07.173Zthe corresponding env file under $HOME/.cargo.
522026-05-22T04:05:07.173Z
532026-05-22T04:05:07.173ZThis is usually done by running one of the following (note the leading DOT):
542026-05-22T04:05:07.173Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-22T04:05:07.173Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-22T04:05:07.173Zsource "~/.cargo/env.nu" # For nushell
572026-05-22T04:05:07.173Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-22T04:05:07.173Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-22T04:05:07.173Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-22T04:05:07.177Zwarn: no default linker (`cc`) was found in your PATH
612026-05-22T04:05:07.177Zwarn: many Rust crates require a system C toolchain to build
622026-05-22T04:05:07.262Z+ rustup --version
632026-05-22T04:05:07.271Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-22T04:05:07.274Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-22T04:05:07.292Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-22T04:05:07.296Z+ cargo --version
672026-05-22T04:05:07.309Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-22T04:05:07.312Z+ rustc --version
692026-05-22T04:05:07.330Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-22T04:05:07.333Zprocess exited: duration 17458 ms, exit code 0
 
712026-05-22T04:05:07.340Zstarting task 2: "authentication"
722026-05-22T04:05:07.359Zprocess exited: duration 16 ms, exit code 0
 
732026-05-22T04:05:07.366Zstarting task 3: "clone repository"
742026-05-22T04:05:07.369Z+ mkdir -p /work/oxidecomputer/opte
752026-05-22T04:05:07.373Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-22T04:05:07.407ZCloning into '/work/oxidecomputer/opte'...
772026-05-22T04:05:08.229Z+ cd /work/oxidecomputer/opte
782026-05-22T04:05:08.229Z+ git fetch origin 99d81a9249a2776174bc63722d6f03685134a05a
792026-05-22T04:05:08.464ZFrom https://github.com/oxidecomputer/opte
802026-05-22T04:05:08.464Z * branch 99d81a9249a2776174bc63722d6f03685134a05a -> FETCH_HEAD
812026-05-22T04:05:08.470Z+ [[ -n renovate/serde_json-1.x-lockfile ]]
822026-05-22T04:05:08.474Z++ git branch --show-current
832026-05-22T04:05:08.474Z+ current=master
842026-05-22T04:05:08.474Z+ [[ master != renovate/serde_json-1.x-lockfile ]]
852026-05-22T04:05:08.474Z+ git branch -f renovate/serde_json-1.x-lockfile 99d81a9249a2776174bc63722d6f03685134a05a
862026-05-22T04:05:08.478Z+ git checkout -f renovate/serde_json-1.x-lockfile
872026-05-22T04:05:08.491ZSwitched to branch 'renovate/serde_json-1.x-lockfile'
882026-05-22T04:05:08.495Z+ git reset --hard 99d81a9249a2776174bc63722d6f03685134a05a
892026-05-22T04:05:08.508ZHEAD is now at 99d81a9 Update Rust crate serde_json to v1.0.150
902026-05-22T04:05:08.511Zprocess exited: duration 1142 ms, exit code 0
 
912026-05-22T04:05:08.518Zstarting task 4: "build"
922026-05-22T04:05:08.521Z+ source .github/buildomat/common.sh
932026-05-22T04:05:08.525Z++ rustup show active-toolchain
942026-05-22T04:05:08.528Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-22T04:05:08.528Z++ pushd xde
962026-05-22T04:05:08.528Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-22T04:05:08.528Z++ rustup show active-toolchain
982026-05-22T04:05:08.532Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-22T04:05:08.676Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-22T04:05:08.681Zinfo: downloading 6 components
1012026-05-22T04:05:23.963Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-22T04:05:24.051Z+++ rustup show active-toolchain -v
1032026-05-22T04:05:24.056Z+++ head -n 1
1042026-05-22T04:05:24.056Z+++ cut '-d ' -f1
1052026-05-22T04:05:24.117Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-22T04:05:24.117Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-22T04:05:24.117Z++ popd
1082026-05-22T04:05:24.121Z/work/oxidecomputer/opte
1092026-05-22T04:05:24.121Z+ cargo --version
1102026-05-22T04:05:24.121Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-22T04:05:24.121Z+ rustc --version
1122026-05-22T04:05:24.163Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-22T04:05:24.220Z+ pushd bin/opteadm
1142026-05-22T04:05:24.220Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-05-22T04:05:24.220Z+ header 'check style'
1162026-05-22T04:05:24.220Z+ echo '# ==== check style ==== #'
1172026-05-22T04:05:24.221Z# ==== check style ==== #
1182026-05-22T04:05:24.221Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-05-22T04:05:24.238Z
1202026-05-22T04:05:24.238Zreal 0.069394433
1212026-05-22T04:05:24.238Zuser 0.039077208
1222026-05-22T04:05:24.238Zsys 0.027567962
1232026-05-22T04:05:24.238Ztrap 0.000012818
1242026-05-22T04:05:24.238Ztflt 0.000005028
1252026-05-22T04:05:24.238Zdflt 0.000001568
1262026-05-22T04:05:24.238Zkflt 0.000000000
1272026-05-22T04:05:24.238Zlock 0.030915566
1282026-05-22T04:05:24.238Zslp 0.049177382
1292026-05-22T04:05:24.238Zlat 0.000694521
1302026-05-22T04:05:24.238Zstop 0.000099691
1312026-05-22T04:05:24.238Z+ header analyze
1322026-05-22T04:05:24.238Z+ echo '# ==== analyze ==== #'
1332026-05-22T04:05:24.238Z# ==== analyze ==== #
1342026-05-22T04:05:24.238Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-05-22T04:05:24.344Z Updating crates.io index
1362026-05-22T04:05:24.378Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-22T04:05:26.704Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-22T04:05:26.704Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-22T04:05:26.704Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-22T04:05:26.845Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-22T04:05:27.132Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-22T04:05:27.387Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-22T04:05:29.172Z Downloading crates ...
1442026-05-22T04:05:29.221Z Downloaded cfg-if v1.0.4
1452026-05-22T04:05:29.230Z Downloaded cpufeatures v0.3.0
1462026-05-22T04:05:29.254Z Downloaded zerocopy-derive v0.8.48
1472026-05-22T04:05:29.263Z Downloaded zerocopy v0.8.48
1482026-05-22T04:05:29.293Z Downloaded regex-automata v0.4.14
1492026-05-22T04:05:29.298Z Downloaded defmt v1.0.1
1502026-05-22T04:05:29.298Z Downloaded clap v4.6.1
1512026-05-22T04:05:29.311Z Downloaded embedded-io v0.6.1
1522026-05-22T04:05:29.326Z Downloaded defmt-parser v1.0.0
1532026-05-22T04:05:29.326Z Downloaded defmt v0.3.100
1542026-05-22T04:05:29.326Z Downloaded clap_derive v4.6.1
1552026-05-22T04:05:29.332Z Downloaded foreign-types-macros v0.2.3
1562026-05-22T04:05:29.332Z Downloaded embedded-io v0.4.0
1572026-05-22T04:05:29.332Z Downloaded anstyle-parse v1.0.0
1582026-05-22T04:05:29.332Z Downloaded either v1.15.0
1592026-05-22T04:05:29.332Z Downloaded equivalent v1.0.2
1602026-05-22T04:05:29.352Z Downloaded errno v0.3.14
1612026-05-22T04:05:29.366Z Downloaded anstyle v1.0.14
1622026-05-22T04:05:29.366Z Downloaded darling_core v0.21.3
1632026-05-22T04:05:29.367Z Downloaded anyhow v1.0.102
1642026-05-22T04:05:29.367Z Downloaded anstyle-query v1.1.5
1652026-05-22T04:05:29.367Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1662026-05-22T04:05:29.367Z Downloaded darling v0.21.3
1672026-05-22T04:05:29.395Z Downloaded serde_derive v1.0.228
1682026-05-22T04:05:29.395Z Downloaded rustversion v1.0.22
1692026-05-22T04:05:29.395Z Downloaded hash32 v0.3.1
1702026-05-22T04:05:29.395Z Downloaded strsim v0.11.1
1712026-05-22T04:05:29.398Z Downloaded cstr-argument v0.1.2
1722026-05-22T04:05:29.398Z Downloaded heck v0.5.0
1732026-05-22T04:05:29.399Z Downloaded colorchoice v1.0.5
1742026-05-22T04:05:29.399Z Downloaded stable_deref_trait v1.2.1
1752026-05-22T04:05:29.399Z Downloaded cobs v0.3.0
1762026-05-22T04:05:29.399Z Downloaded macaddr v1.0.1
1772026-05-22T04:05:29.399Z Downloaded num_enum v0.7.6
1782026-05-22T04:05:29.399Z Downloaded anstream v1.0.0
1792026-05-22T04:05:29.399Z Downloaded ref-cast-impl v1.0.25
1802026-05-22T04:05:29.399Z Downloaded foreign-types-shared v0.3.1
1812026-05-22T04:05:29.399Z Downloaded is_terminal_polyfill v1.70.2
1822026-05-22T04:05:29.399Z Downloaded ident_case v1.0.1
1832026-05-22T04:05:29.399Z Downloaded ref-cast v1.0.25
1842026-05-22T04:05:29.399Z Downloaded ingot-types v0.1.2
1852026-05-22T04:05:29.404Z Downloaded version_check v0.9.5
1862026-05-22T04:05:29.404Z Downloaded pretty-hex v0.4.2
1872026-05-22T04:05:29.417Z Downloaded proc-macro-error-attr2 v2.0.0
1882026-05-22T04:05:29.433Z Downloaded managed v0.8.0
1892026-05-22T04:05:29.433Z Downloaded utf8parse v0.2.2
1902026-05-22T04:05:29.433Z Downloaded toml_parser v1.1.2+spec-1.1.0
1912026-05-22T04:05:29.433Z Downloaded serde_core v1.0.228
1922026-05-22T04:05:29.433Z Downloaded quote v1.0.45
1932026-05-22T04:05:29.437Z Downloaded pin-project-lite v0.2.17
1942026-05-22T04:05:29.464Z Downloaded thiserror v2.0.18
1952026-05-22T04:05:29.464Z Downloaded proc-macro2 v1.0.106
1962026-05-22T04:05:29.465Z Downloaded proc-macro-error2 v2.0.1
1972026-05-22T04:05:29.465Z Downloaded getrandom v0.4.2
1982026-05-22T04:05:29.465Z Downloaded once_cell v1.21.4
1992026-05-22T04:05:29.465Z Downloaded ingot v0.1.1
2002026-05-22T04:05:29.469Z Downloaded colored v3.1.1
2012026-05-22T04:05:29.469Z Downloaded unicode-ident v1.0.24
2022026-05-22T04:05:29.469Z Downloaded serde v1.0.228
2032026-05-22T04:05:29.470Z Downloaded postcard v1.1.3
2042026-05-22T04:05:29.498Z Downloaded tracing-core v0.1.36
2052026-05-22T04:05:29.499Z Downloaded fnv v1.0.7
2062026-05-22T04:05:29.499Z Downloaded toml_edit v0.25.11+spec-1.1.0
2072026-05-22T04:05:29.512Z Downloaded regex v1.12.3
2082026-05-22T04:05:29.513Z Downloaded memchr v2.8.0
2092026-05-22T04:05:29.513Z Downloaded clap_lex v1.1.0
2102026-05-22T04:05:29.513Z Downloaded rand v0.10.1
2112026-05-22T04:05:29.513Z Downloaded defmt-macros v1.0.1
2122026-05-22T04:05:29.513Z Downloaded hashbrown v0.17.0
2132026-05-22T04:05:29.523Z Downloaded darling_macro v0.21.3
2142026-05-22T04:05:29.524Z Downloaded byteorder v1.5.0
2152026-05-22T04:05:29.532Z Downloaded syn v1.0.109
2162026-05-22T04:05:29.558Z Downloaded proc-macro-crate v3.5.0
2172026-05-22T04:05:29.558Z Downloaded smoltcp v0.11.0
2182026-05-22T04:05:29.558Z Downloaded rustix v1.1.4
2192026-05-22T04:05:29.562Z Downloaded thiserror-impl v2.0.18
2202026-05-22T04:05:29.562Z Downloaded foreign-types v0.5.0
2212026-05-22T04:05:29.562Z Downloaded dyn-clone v1.0.20
2222026-05-22T04:05:29.562Z Downloaded aho-corasick v1.1.4
2232026-05-22T04:05:29.568Z Downloaded socket2 v0.6.3
2242026-05-22T04:05:29.568Z Downloaded tabwriter v1.4.1
2252026-05-22T04:05:29.574Z Downloaded rand_core v0.10.1
2262026-05-22T04:05:29.574Z Downloaded bitflags v1.3.2
2272026-05-22T04:05:29.574Z Downloaded bitflags v2.11.1
2282026-05-22T04:05:29.603Z Downloaded oxnet v0.1.5
2292026-05-22T04:05:29.608Z Downloaded ingot-macros v0.1.1
2302026-05-22T04:05:29.608Z Downloaded terminal_size v0.4.4
2312026-05-22T04:05:29.608Z Downloaded heapless v0.8.0
2322026-05-22T04:05:29.608Z Downloaded tracing-attributes v0.1.31
2332026-05-22T04:05:29.634Z Downloaded ipnetwork v0.21.1
2342026-05-22T04:05:29.643Z Downloaded num_enum_derive v0.7.6
2352026-05-22T04:05:29.643Z Downloaded chacha20 v0.10.0
2362026-05-22T04:05:29.676Z Downloaded uuid v1.23.1
2372026-05-22T04:05:29.687Z Downloaded indexmap v2.14.0
2382026-05-22T04:05:29.705Z Downloaded clap_builder v4.6.0
2392026-05-22T04:05:29.705Z Downloaded itertools v0.14.0
2402026-05-22T04:05:29.710Z Downloaded regex-syntax v0.8.10
2412026-05-22T04:05:29.718Z Downloaded winnow v1.0.2
2422026-05-22T04:05:29.742Z Downloaded unicode-width v0.2.2
2432026-05-22T04:05:29.758Z Downloaded syn v2.0.117
2442026-05-22T04:05:29.809Z Downloaded tracing v0.1.44
2452026-05-22T04:05:29.893Z Downloaded libc v0.2.186
2462026-05-22T04:05:29.893Z Compiling proc-macro2 v1.0.106
2472026-05-22T04:05:29.893Z Compiling unicode-ident v1.0.24
2482026-05-22T04:05:29.893Z Compiling quote v1.0.45
2492026-05-22T04:05:29.893Z Compiling serde_core v1.0.228
2502026-05-22T04:05:29.893Z Compiling libc v0.2.186
2512026-05-22T04:05:29.893Z Checking cfg-if v1.0.4
2522026-05-22T04:05:29.893Z Compiling thiserror v2.0.18
2532026-05-22T04:05:29.893Z Compiling fnv v1.0.7
2542026-05-22T04:05:29.989Z Compiling ident_case v1.0.1
2552026-05-22T04:05:30.069Z Compiling memchr v2.8.0
2562026-05-22T04:05:30.069Z Compiling strsim v0.11.1
2572026-05-22T04:05:30.161Z Compiling regex-syntax v0.8.10
2582026-05-22T04:05:30.331Z Compiling equivalent v1.0.2
2592026-05-22T04:05:30.405Z Compiling winnow v1.0.2
2602026-05-22T04:05:30.431Z Compiling aho-corasick v1.1.4
2612026-05-22T04:05:30.479Z Compiling either v1.15.0
2622026-05-22T04:05:30.592Z Compiling anyhow v1.0.102
2632026-05-22T04:05:30.705Z Compiling hashbrown v0.17.0
2642026-05-22T04:05:30.710Z Compiling serde v1.0.228
2652026-05-22T04:05:30.893Z Compiling zerocopy v0.8.48
2662026-05-22T04:05:31.150Z Compiling indexmap v2.14.0
2672026-05-22T04:05:31.157Z Compiling syn v2.0.117
2682026-05-22T04:05:31.217Z Compiling toml_parser v1.1.2+spec-1.1.0
2692026-05-22T04:05:31.332Z Compiling itertools v0.14.0
2702026-05-22T04:05:31.371Z Checking byteorder v1.5.0
2712026-05-22T04:05:31.558Z Compiling regex-automata v0.4.14
2722026-05-22T04:05:33.197Z Checking bitflags v2.11.1
2732026-05-22T04:05:33.247Z Compiling heapless v0.8.0
2742026-05-22T04:05:33.247Z Compiling toml_datetime v1.1.1+spec-1.1.0
2752026-05-22T04:05:33.247Z Checking hash32 v0.3.1
2762026-05-22T04:05:33.247Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2772026-05-22T04:05:33.247Z Checking macaddr v1.0.1
2782026-05-22T04:05:33.247Z Compiling toml_edit v0.25.11+spec-1.1.0
2792026-05-22T04:05:33.247Z Compiling smoltcp v0.11.0
2802026-05-22T04:05:33.247Z Compiling syn v1.0.109
2812026-05-22T04:05:33.248Z Checking stable_deref_trait v1.2.1
2822026-05-22T04:05:33.248Z Compiling rustversion v1.0.22
2832026-05-22T04:05:33.248Z Compiling getrandom v0.4.2
2842026-05-22T04:05:33.248Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2852026-05-22T04:05:33.248Z Compiling proc-macro-crate v3.5.0
2862026-05-22T04:05:33.248Z Checking rand_core v0.10.1
2872026-05-22T04:05:33.248Z Checking managed v0.8.0
2882026-05-22T04:05:33.248Z Compiling rustix v1.1.4
2892026-05-22T04:05:33.248Z Checking bitflags v1.3.2
2902026-05-22T04:05:33.248Z Compiling ref-cast v1.0.25
2912026-05-22T04:05:33.248Z Compiling version_check v0.9.5
2922026-05-22T04:05:33.248Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-05-22T04:05:33.248Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-05-22T04:05:33.264Z Compiling regex v1.12.3
2952026-05-22T04:05:33.281Z Checking errno v0.3.14
2962026-05-22T04:05:33.332Z Checking utf8parse v0.2.2
2972026-05-22T04:05:33.380Z Checking unicode-width v0.2.2
2982026-05-22T04:05:33.466Z Checking foreign-types-shared v0.3.1
2992026-05-22T04:05:33.479Z Checking once_cell v1.21.4
3002026-05-22T04:05:33.520Z Checking cpufeatures v0.3.0
3012026-05-22T04:05:33.566Z Checking ipnetwork v0.21.1
3022026-05-22T04:05:33.664Z Checking tabwriter v1.4.1
3032026-05-22T04:05:33.715Z Checking tracing-core v0.1.36
3042026-05-22T04:05:33.829Z Compiling darling_core v0.21.3
3052026-05-22T04:05:33.829Z Checking chacha20 v0.10.0
3062026-05-22T04:05:33.998Z Checking anstyle-parse v1.0.0
3072026-05-22T04:05:34.062Z Checking cstr-argument v0.1.2
3082026-05-22T04:05:34.180Z Checking pretty-hex v0.4.2
3092026-05-22T04:05:34.247Z Checking colorchoice v1.0.5
3102026-05-22T04:05:34.314Z Checking is_terminal_polyfill v1.70.2
3112026-05-22T04:05:34.377Z Checking anstyle-query v1.1.5
3122026-05-22T04:05:34.429Z Checking anstyle v1.0.14
3132026-05-22T04:05:34.429Z Checking pin-project-lite v0.2.17
3142026-05-22T04:05:34.429Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3152026-05-22T04:05:34.429Z Checking dyn-clone v1.0.20
3162026-05-22T04:05:34.487Z Checking terminal_size v0.4.4
3172026-05-22T04:05:34.549Z Checking anstream v1.0.0
3182026-05-22T04:05:34.669Z Checking rand v0.10.1
3192026-05-22T04:05:34.778Z Checking uuid v1.23.1
3202026-05-22T04:05:34.778Z Checking socket2 v0.6.3
3212026-05-22T04:05:34.805Z Compiling heck v0.5.0
3222026-05-22T04:05:34.805Z Checking oxnet v0.1.5
3232026-05-22T04:05:34.952Z Checking clap_lex v1.1.0
3242026-05-22T04:05:34.967Z Checking colored v3.1.1
3252026-05-22T04:05:35.043Z Compiling thiserror-impl v2.0.18
3262026-05-22T04:05:35.092Z Compiling serde_derive v1.0.228
3272026-05-22T04:05:35.093Z Compiling zerocopy-derive v0.8.48
3282026-05-22T04:05:35.129Z Compiling ref-cast-impl v1.0.25
3292026-05-22T04:05:35.152Z Compiling foreign-types-macros v0.2.3
3302026-05-22T04:05:35.691Z Compiling num_enum_derive v0.7.6
3312026-05-22T04:05:35.770Z Checking foreign-types v0.5.0
3322026-05-22T04:05:35.838Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3332026-05-22T04:05:35.870Z Compiling tracing-attributes v0.1.31
3342026-05-22T04:05:35.957Z Compiling darling_macro v0.21.3
3352026-05-22T04:05:36.361Z Checking cobs v0.3.0
3362026-05-22T04:05:36.424Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3372026-05-22T04:05:36.536Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3382026-05-22T04:05:36.541Z Checking clap_builder v4.6.0
3392026-05-22T04:05:36.541Z Compiling darling v0.21.3
3402026-05-22T04:05:36.598Z Compiling clap_derive v4.6.1
3412026-05-22T04:05:36.602Z Compiling ingot-macros v0.1.1
3422026-05-22T04:05:36.701Z Checking num_enum v0.7.6
3432026-05-22T04:05:36.835Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3442026-05-22T04:05:36.906Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-05-22T04:05:36.992Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3462026-05-22T04:05:37.113Z Checking tracing v0.1.44
3472026-05-22T04:05:37.980Z Checking clap v4.6.1
3482026-05-22T04:05:37.988Z Checking postcard v1.1.3
3492026-05-22T04:05:39.034Z Checking ingot-types v0.1.2
3502026-05-22T04:05:40.486Z Checking ingot v0.1.1
3512026-05-22T04:05:40.604Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-05-22T04:05:41.800Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-05-22T04:05:42.996Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-05-22T04:05:43.828Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.56s
3552026-05-22T04:05:43.944Z
3562026-05-22T04:05:43.944Zreal 19.726256987
3572026-05-22T04:05:43.944Zuser 54.377151154
3582026-05-22T04:05:43.944Zsys 13.470109931
3592026-05-22T04:05:43.944Ztrap 0.038055167
3602026-05-22T04:05:43.944Ztflt 0.058535918
3612026-05-22T04:05:43.944Zdflt 0.151107207
3622026-05-22T04:05:43.944Zkflt 0.007299812
3632026-05-22T04:05:43.944Zlock 2:56.987880162
3642026-05-22T04:05:43.944Zslp 3:04.918717773
3652026-05-22T04:05:43.945Zlat 3.792413434
3662026-05-22T04:05:43.945Zstop 11.136582292
3672026-05-22T04:05:43.948Z+ header 'debug build'
3682026-05-22T04:05:43.948Z+ echo '# ==== debug build ==== #'
3692026-05-22T04:05:43.948Z# ==== debug build ==== #
3702026-05-22T04:05:43.948Z+ ptime -m cargo build
3712026-05-22T04:05:44.104Z Compiling cfg-if v1.0.4
3722026-05-22T04:05:44.104Z Compiling serde_core v1.0.228
3732026-05-22T04:05:44.108Z Compiling libc v0.2.186
3742026-05-22T04:05:44.132Z Compiling thiserror v2.0.18
3752026-05-22T04:05:44.135Z Compiling byteorder v1.5.0
3762026-05-22T04:05:44.139Z Compiling zerocopy v0.8.48
3772026-05-22T04:05:44.142Z Compiling stable_deref_trait v1.2.1
3782026-05-22T04:05:44.142Z Compiling macaddr v1.0.1
3792026-05-22T04:05:44.179Z Compiling rand_core v0.10.1
3802026-05-22T04:05:44.193Z Compiling bitflags v1.3.2
3812026-05-22T04:05:44.208Z Compiling cobs v0.3.0
3822026-05-22T04:05:44.251Z Compiling managed v0.8.0
3832026-05-22T04:05:44.296Z Compiling hash32 v0.3.1
3842026-05-22T04:05:44.327Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-05-22T04:05:44.384Z Compiling cpufeatures v0.3.0
3862026-05-22T04:05:44.445Z Compiling heapless v0.8.0
3872026-05-22T04:05:44.464Z Compiling errno v0.3.14
3882026-05-22T04:05:44.477Z Compiling foreign-types-shared v0.3.1
3892026-05-22T04:05:44.481Z Compiling utf8parse v0.2.2
3902026-05-22T04:05:44.481Z Compiling memchr v2.8.0
3912026-05-22T04:05:44.551Z Compiling once_cell v1.21.4
3922026-05-22T04:05:44.562Z Compiling ipnetwork v0.21.1
3932026-05-22T04:05:44.572Z Compiling unicode-width v0.2.2
3942026-05-22T04:05:44.650Z Compiling anstyle-parse v1.0.0
3952026-05-22T04:05:44.776Z Compiling tracing-core v0.1.36
3962026-05-22T04:05:44.851Z Compiling smoltcp v0.11.0
3972026-05-22T04:05:44.855Z Compiling cstr-argument v0.1.2
3982026-05-22T04:05:44.866Z Compiling tabwriter v1.4.1
3992026-05-22T04:05:45.016Z Compiling foreign-types v0.5.0
4002026-05-22T04:05:45.081Z Compiling chacha20 v0.10.0
4012026-05-22T04:05:45.082Z Compiling getrandom v0.4.2
4022026-05-22T04:05:45.273Z Compiling ref-cast v1.0.25
4032026-05-22T04:05:45.291Z Compiling num_enum v0.7.6
4042026-05-22T04:05:45.360Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4052026-05-22T04:05:45.396Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-05-22T04:05:45.417Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-05-22T04:05:45.460Z Compiling anstyle-query v1.1.5
4082026-05-22T04:05:45.500Z Compiling pretty-hex v0.4.2
4092026-05-22T04:05:45.563Z Compiling anstyle v1.0.14
4102026-05-22T04:05:45.625Z Compiling pin-project-lite v0.2.17
4112026-05-22T04:05:45.642Z Compiling is_terminal_polyfill v1.70.2
4122026-05-22T04:05:45.714Z Compiling colorchoice v1.0.5
4132026-05-22T04:05:45.721Z Compiling dyn-clone v1.0.20
4142026-05-22T04:05:45.819Z Compiling bitflags v2.11.1
4152026-05-22T04:05:45.819Z Compiling serde v1.0.228
4162026-05-22T04:05:45.905Z Compiling anstream v1.0.0
4172026-05-22T04:05:45.967Z Compiling uuid v1.23.1
4182026-05-22T04:05:45.987Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4192026-05-22T04:05:46.091Z Compiling rustix v1.1.4
4202026-05-22T04:05:46.270Z Compiling postcard v1.1.3
4212026-05-22T04:05:46.419Z Compiling tracing v0.1.44
4222026-05-22T04:05:46.608Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4232026-05-22T04:05:46.608Z Compiling terminal_size v0.4.4
4242026-05-22T04:05:46.608Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4252026-05-22T04:05:46.618Z Compiling anyhow v1.0.102
4262026-05-22T04:05:46.678Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4272026-05-22T04:05:46.731Z Compiling rand v0.10.1
4282026-05-22T04:05:46.796Z Compiling socket2 v0.6.3
4292026-05-22T04:05:46.800Z Compiling winnow v1.0.2
4302026-05-22T04:05:47.090Z Compiling ingot-types v0.1.2
4312026-05-22T04:05:47.186Z Compiling clap_lex v1.1.0
4322026-05-22T04:05:47.268Z Compiling colored v3.1.1
4332026-05-22T04:05:47.487Z Compiling ingot v0.1.1
4342026-05-22T04:05:47.507Z Compiling strsim v0.11.1
4352026-05-22T04:05:47.568Z Compiling oxnet v0.1.5
4362026-05-22T04:05:47.677Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-05-22T04:05:47.940Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4382026-05-22T04:05:48.054Z Compiling clap_builder v4.6.0
4392026-05-22T04:05:49.396Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-05-22T04:05:49.668Z Compiling clap v4.6.1
4412026-05-22T04:05:50.738Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-05-22T04:05:52.150Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-05-22T04:05:56.591Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.63s
4442026-05-22T04:05:56.620Z
4452026-05-22T04:05:56.623Zreal 12.665779983
4462026-05-22T04:05:56.623Zuser 1:05.062083664
4472026-05-22T04:05:56.623Zsys 6.150533050
4482026-05-22T04:05:56.623Ztrap 0.030554596
4492026-05-22T04:05:56.623Ztflt 0.084024357
4502026-05-22T04:05:56.624Zdflt 0.209568252
4512026-05-22T04:05:56.624Zkflt 0.000132317
4522026-05-22T04:05:56.624Zlock 2:57.730346962
4532026-05-22T04:05:56.624Zslp 1:55.886832958
4542026-05-22T04:05:56.624Zlat 4.187050954
4552026-05-22T04:05:56.624Zstop 3.352364913
4562026-05-22T04:05:56.624Z+ header 'release build'
4572026-05-22T04:05:56.624Z+ echo '# ==== release build ==== #'
4582026-05-22T04:05:56.624Z# ==== release build ==== #
4592026-05-22T04:05:56.624Z+ ptime -m cargo build --release
4602026-05-22T04:05:56.720Z Compiling proc-macro2 v1.0.106
4612026-05-22T04:05:56.720Z Compiling unicode-ident v1.0.24
4622026-05-22T04:05:56.720Z Compiling quote v1.0.45
4632026-05-22T04:05:56.720Z Compiling serde_core v1.0.228
4642026-05-22T04:05:56.726Z Compiling libc v0.2.186
4652026-05-22T04:05:56.726Z Compiling cfg-if v1.0.4
4662026-05-22T04:05:56.726Z Compiling thiserror v2.0.18
4672026-05-22T04:05:56.726Z Compiling strsim v0.11.1
4682026-05-22T04:05:56.791Z Compiling memchr v2.8.0
4692026-05-22T04:05:56.837Z Compiling ident_case v1.0.1
4702026-05-22T04:05:56.942Z Compiling fnv v1.0.7
4712026-05-22T04:05:57.003Z Compiling regex-syntax v0.8.10
4722026-05-22T04:05:57.019Z Compiling hashbrown v0.17.0
4732026-05-22T04:05:57.042Z Compiling serde v1.0.228
4742026-05-22T04:05:57.227Z Compiling aho-corasick v1.1.4
4752026-05-22T04:05:57.313Z Compiling anyhow v1.0.102
4762026-05-22T04:05:57.330Z Compiling either v1.15.0
4772026-05-22T04:05:57.439Z Compiling equivalent v1.0.2
4782026-05-22T04:05:57.511Z Compiling winnow v1.0.2
4792026-05-22T04:05:57.515Z Compiling zerocopy v0.8.48
4802026-05-22T04:05:57.531Z Compiling itertools v0.14.0
4812026-05-22T04:05:57.621Z Compiling indexmap v2.14.0
4822026-05-22T04:05:57.943Z Compiling heapless v0.8.0
4832026-05-22T04:05:58.091Z Compiling syn v2.0.117
4842026-05-22T04:05:58.218Z Compiling byteorder v1.5.0
4852026-05-22T04:05:58.239Z Compiling toml_datetime v1.1.1+spec-1.1.0
4862026-05-22T04:05:58.398Z Compiling regex-automata v0.4.14
4872026-05-22T04:05:58.445Z Compiling toml_parser v1.1.2+spec-1.1.0
4882026-05-22T04:05:58.495Z Compiling hash32 v0.3.1
4892026-05-22T04:05:58.619Z Compiling syn v1.0.109
4902026-05-22T04:05:58.749Z Compiling rustversion v1.0.22
4912026-05-22T04:05:58.752Z Compiling stable_deref_trait v1.2.1
4922026-05-22T04:05:58.812Z Compiling bitflags v2.11.1
4932026-05-22T04:05:58.958Z Compiling toml_edit v0.25.11+spec-1.1.0
4942026-05-22T04:05:58.961Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4952026-05-22T04:05:58.997Z Compiling smoltcp v0.11.0
4962026-05-22T04:05:59.022Z Compiling macaddr v1.0.1
4972026-05-22T04:05:59.161Z Compiling managed v0.8.0
4982026-05-22T04:05:59.200Z Compiling version_check v0.9.5
4992026-05-22T04:05:59.227Z Compiling bitflags v1.3.2
5002026-05-22T04:05:59.286Z Compiling rand_core v0.10.1
5012026-05-22T04:05:59.335Z Compiling rustix v1.1.4
5022026-05-22T04:05:59.393Z Compiling ref-cast v1.0.25
5032026-05-22T04:05:59.449Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5042026-05-22T04:05:59.455Z Compiling getrandom v0.4.2
5052026-05-22T04:05:59.602Z Compiling proc-macro-crate v3.5.0
5062026-05-22T04:05:59.721Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-05-22T04:05:59.857Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-05-22T04:05:59.947Z Compiling errno v0.3.14
5092026-05-22T04:06:00.004Z Compiling foreign-types-shared v0.3.1
5102026-05-22T04:06:00.082Z Compiling regex v1.12.3
5112026-05-22T04:06:00.224Z Compiling ipnetwork v0.21.1
5122026-05-22T04:06:00.380Z Compiling utf8parse v0.2.2
5132026-05-22T04:06:00.456Z Compiling cpufeatures v0.3.0
5142026-05-22T04:06:00.473Z Compiling unicode-width v0.2.2
5152026-05-22T04:06:00.518Z Compiling once_cell v1.21.4
5162026-05-22T04:06:00.586Z Compiling chacha20 v0.10.0
5172026-05-22T04:06:00.738Z Compiling darling_core v0.21.3
5182026-05-22T04:06:00.761Z Compiling tabwriter v1.4.1
5192026-05-22T04:06:00.822Z Compiling tracing-core v0.1.36
5202026-05-22T04:06:00.858Z Compiling cstr-argument v0.1.2
5212026-05-22T04:06:00.963Z Compiling anstyle-parse v1.0.0
5222026-05-22T04:06:01.490Z Compiling anstyle v1.0.14
5232026-05-22T04:06:01.540Z Compiling anstyle-query v1.1.5
5242026-05-22T04:06:01.633Z Compiling dyn-clone v1.0.20
5252026-05-22T04:06:01.655Z Compiling pretty-hex v0.4.2
5262026-05-22T04:06:01.730Z Compiling pin-project-lite v0.2.17
5272026-05-22T04:06:01.766Z Compiling colorchoice v1.0.5
5282026-05-22T04:06:01.780Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5292026-05-22T04:06:01.785Z Compiling is_terminal_polyfill v1.70.2
5302026-05-22T04:06:01.838Z Compiling thiserror-impl v2.0.18
5312026-05-22T04:06:01.853Z Compiling serde_derive v1.0.228
5322026-05-22T04:06:01.860Z Compiling zerocopy-derive v0.8.48
5332026-05-22T04:06:01.992Z Compiling ref-cast-impl v1.0.25
5342026-05-22T04:06:02.098Z Compiling foreign-types-macros v0.2.3
5352026-05-22T04:06:02.355Z Compiling num_enum_derive v0.7.6
5362026-05-22T04:06:02.673Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5372026-05-22T04:06:02.724Z Compiling foreign-types v0.5.0
5382026-05-22T04:06:02.789Z Compiling tracing-attributes v0.1.31
5392026-05-22T04:06:02.835Z Compiling darling_macro v0.21.3
5402026-05-22T04:06:03.026Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5412026-05-22T04:06:03.129Z Compiling cobs v0.3.0
5422026-05-22T04:06:03.162Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5432026-05-22T04:06:03.340Z Compiling num_enum v0.7.6
5442026-05-22T04:06:03.343Z Compiling anstream v1.0.0
5452026-05-22T04:06:03.388Z Compiling darling v0.21.3
5462026-05-22T04:06:03.444Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5472026-05-22T04:06:03.457Z Compiling ingot-macros v0.1.1
5482026-05-22T04:06:03.500Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-05-22T04:06:03.601Z Compiling terminal_size v0.4.4
5502026-05-22T04:06:03.625Z Compiling rand v0.10.1
5512026-05-22T04:06:03.765Z Compiling uuid v1.23.1
5522026-05-22T04:06:03.771Z Compiling socket2 v0.6.3
5532026-05-22T04:06:04.062Z Compiling tracing v0.1.44
5542026-05-22T04:06:04.083Z Compiling oxnet v0.1.5
5552026-05-22T04:06:04.157Z Compiling colored v3.1.1
5562026-05-22T04:06:04.328Z Compiling clap_lex v1.1.0
5572026-05-22T04:06:04.358Z Compiling heck v0.5.0
5582026-05-22T04:06:04.545Z Compiling clap_derive v4.6.1
5592026-05-22T04:06:04.633Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5602026-05-22T04:06:04.716Z Compiling clap_builder v4.6.0
5612026-05-22T04:06:05.059Z Compiling postcard v1.1.3
5622026-05-22T04:06:06.287Z Compiling ingot-types v0.1.2
5632026-05-22T04:06:06.561Z Compiling clap v4.6.1
5642026-05-22T04:06:06.634Z Compiling ingot v0.1.1
5652026-05-22T04:06:08.279Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-05-22T04:06:09.295Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-05-22T04:06:10.336Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-05-22T04:06:16.832Z Finished `release` profile [optimized + debuginfo] target(s) in 20.20s
5692026-05-22T04:06:16.860Z
5702026-05-22T04:06:16.863Zreal 20.229364371
5712026-05-22T04:06:16.863Zuser 1:42.830961133
5722026-05-22T04:06:16.863Zsys 13.843954556
5732026-05-22T04:06:16.863Ztrap 0.051105199
5742026-05-22T04:06:16.863Ztflt 0.073299069
5752026-05-22T04:06:16.863Zdflt 0.413679071
5762026-05-22T04:06:16.863Zkflt 0.000022396
5772026-05-22T04:06:16.863Zlock 4:25.296931597
5782026-05-22T04:06:16.863Zslp 3:25.493296930
5792026-05-22T04:06:16.863Zlat 5.867867435
5802026-05-22T04:06:16.863Zstop 9.470246522
5812026-05-22T04:06:16.863Z+ popd
5822026-05-22T04:06:16.864Z/work/oxidecomputer/opte
5832026-05-22T04:06:16.864Z+ for x in debug release
5842026-05-22T04:06:16.864Z+ mkdir -p /work/debug
5852026-05-22T04:06:16.864Z+ cp target/debug/opteadm /work/debug/
5862026-05-22T04:06:16.900Z+ sha256sum target/debug/opteadm
5872026-05-22T04:06:16.911Z+ for x in debug release
5882026-05-22T04:06:16.911Z+ mkdir -p /work/release
5892026-05-22T04:06:16.915Z+ cp target/release/opteadm /work/release/
5902026-05-22T04:06:16.928Z+ sha256sum target/release/opteadm
5912026-05-22T04:06:16.945Zprocess exited: duration 68427 ms, exit code 0
 
5922026-05-22T04:06:16.952Zfound 4 output files
5932026-05-22T04:06:16.952Zuploading: /work/debug/opteadm (36383584 bytes)
5942026-05-22T04:06:18.173Zuploaded: /work/debug/opteadm
5952026-05-22T04:06:18.173Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-05-22T04:06:19.183Zuploaded: /work/debug/opteadm.debug.sha256
5972026-05-22T04:06:19.183Zuploading: /work/release/opteadm (24514864 bytes)
5982026-05-22T04:06:20.355Zuploaded: /work/release/opteadm
5992026-05-22T04:06:20.355Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-05-22T04:06:21.365Zuploaded: /work/release/opteadm.release.sha256