01KVVVGMJCDZWE8A5GWT9C1GVA: 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: 01KVVVH95V020S9NES08J5S54B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T03:43:16.584Zjob assigned to worker 01KVVVHMKJNANZ0D6Z7Y6MQHWT [factory aws, i-0c32d08e3bc4d5329] (queued for 1 m 2 s)
 
22026-06-24T03:43:23.195Zstarting task 0: "setup"
32026-06-24T03:43:23.201Z++ uname -s
42026-06-24T03:43:23.204Z+ kern=SunOS
52026-06-24T03:43:23.204Z+ build_user=build
62026-06-24T03:43:23.204Z+ build_uid=12345
72026-06-24T03:43:23.204Z+ work_dir=/work
82026-06-24T03:43:23.204Z+ input_dir=/input
92026-06-24T03:43:23.204Z+ [[ 0 == 12345 ]]
102026-06-24T03:43:23.204Z+ case "$kern" in
112026-06-24T03:43:23.205Z+ groupadd -g 12345 build
122026-06-24T03:43:23.205Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T03:43:25.209Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T03:43:25.320Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T03:43:25.323Z+ home_fs=zfs
162026-06-24T03:43:25.323Z+ [[ zfs == autofs ]]
172026-06-24T03:43:25.324Z+ mkdir -p /home/build
182026-06-24T03:43:25.324Z+ chown build:build /home/build /work
192026-06-24T03:43:27.335Z+ chmod 0700 /home/build /work
202026-06-24T03:43:27.339Zprocess exited: duration 4131 ms, exit code 0
 
212026-06-24T03:43:27.345Zstarting task 1: "rust-toolchain"
222026-06-24T03:43:27.349Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-24T03:43:27.349Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-24T03:43:27.349Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-24T03:43:27.349Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-24T03:43:27.349Z * rust toolchain channel = "1.96.0"
272026-06-24T03:43:27.349Z * rust toolchain profile = "default"
282026-06-24T03:43:27.352Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T03:43:27.352Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T03:43:27.454Zinfo: downloading installer
312026-06-24T03:43:29.043Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T03:43:29.043Zwarn: /home/build/.rustup/settings.toml
332026-06-24T03:43:29.043Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T03:43:29.043Zwarn: instead of the one inferred from the default host triple.
352026-06-24T03:43:29.054Zinfo: profile set to default
362026-06-24T03:43:29.054Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T03:43:29.057Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T03:43:29.224Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T03:43:29.227Zinfo: downloading 6 components
402026-06-24T03:43:45.122Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-24T03:43:45.122Z
422026-06-24T03:43:45.153Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T03:43:45.153Z
442026-06-24T03:43:45.153Z
452026-06-24T03:43:45.153ZRust is installed now. Great!
462026-06-24T03:43:45.153Z
472026-06-24T03:43:45.172ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T03:43:45.172Zenvironment variable. This has not been done automatically.
492026-06-24T03:43:45.172Z
502026-06-24T03:43:45.172ZTo configure your current shell, you need to source
512026-06-24T03:43:45.172Zthe corresponding env file under $HOME/.cargo.
522026-06-24T03:43:45.172Z
532026-06-24T03:43:45.172ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T03:43:45.172Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T03:43:45.172Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T03:43:45.173Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T03:43:45.173Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T03:43:45.173Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T03:43:45.173Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T03:43:45.173Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T03:43:45.173Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T03:43:45.261Z+ rustup --version
632026-06-24T03:43:45.275Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T03:43:45.276Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T03:43:45.296Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T03:43:45.300Z+ cargo --version
672026-06-24T03:43:45.311Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T03:43:45.311Z+ rustc --version
692026-06-24T03:43:45.346Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T03:43:45.355Zprocess exited: duration 17979 ms, exit code 0
 
712026-06-24T03:43:45.372Zstarting task 2: "authentication"
722026-06-24T03:43:45.387Zprocess exited: duration 20 ms, exit code 0
 
732026-06-24T03:43:45.403Zstarting task 3: "clone repository"
742026-06-24T03:43:45.409Z+ mkdir -p /work/oxidecomputer/opte
752026-06-24T03:43:45.409Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-24T03:43:45.434ZCloning into '/work/oxidecomputer/opte'...
772026-06-24T03:43:46.225Z+ cd /work/oxidecomputer/opte
782026-06-24T03:43:46.225Z+ git fetch origin 457c32418bac2dd3ee32c9bf8e512f90c540f8a2
792026-06-24T03:43:46.459ZFrom https://github.com/oxidecomputer/opte
802026-06-24T03:43:46.459Z * branch 457c32418bac2dd3ee32c9bf8e512f90c540f8a2 -> FETCH_HEAD
812026-06-24T03:43:46.464Z+ [[ -n renovate/rust-1.x ]]
822026-06-24T03:43:46.466Z++ git branch --show-current
832026-06-24T03:43:46.467Z+ current=master
842026-06-24T03:43:46.467Z+ [[ master != renovate/rust-1.x ]]
852026-06-24T03:43:46.467Z+ git branch -f renovate/rust-1.x 457c32418bac2dd3ee32c9bf8e512f90c540f8a2
862026-06-24T03:43:46.470Z+ git checkout -f renovate/rust-1.x
872026-06-24T03:43:46.486ZSwitched to branch 'renovate/rust-1.x'
882026-06-24T03:43:46.489Z+ git reset --hard 457c32418bac2dd3ee32c9bf8e512f90c540f8a2
892026-06-24T03:43:46.503ZHEAD is now at 457c324 Update Rust to nightly-2026-06-24
902026-06-24T03:43:46.508Zprocess exited: duration 1104 ms, exit code 0
 
912026-06-24T03:43:46.515Zstarting task 4: "build"
922026-06-24T03:43:46.519Z+ source .github/buildomat/common.sh
932026-06-24T03:43:46.519Z++ rustup show active-toolchain
942026-06-24T03:43:46.524Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-24T03:43:46.528Z++ pushd xde
962026-06-24T03:43:46.528Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-24T03:43:46.528Z++ rustup show active-toolchain
982026-06-24T03:43:46.531Zinfo: syncing channel updates for nightly-2026-06-24-x86_64-unknown-illumos
992026-06-24T03:43:46.720Zinfo: latest update on 2026-06-24 for version 1.98.0-nightly (f28ac764c 2026-06-23)
1002026-06-24T03:43:46.727Zinfo: downloading 6 components
1012026-06-24T03:44:01.397Znightly-2026-06-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-24T03:44:01.498Z+++ rustup show active-toolchain -v
1032026-06-24T03:44:01.501Z+++ head -n 1
1042026-06-24T03:44:01.501Z+++ cut '-d ' -f1
1052026-06-24T03:44:01.557Z++ export NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos
1062026-06-24T03:44:01.557Z++ NIGHTLY=nightly-2026-06-24-x86_64-unknown-illumos
1072026-06-24T03:44:01.557Z++ popd
1082026-06-24T03:44:01.560Z/work/oxidecomputer/opte
1092026-06-24T03:44:01.560Z+ cargo --version
1102026-06-24T03:44:01.570Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-24T03:44:01.574Z+ rustc --version
1122026-06-24T03:44:01.616Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-24T03:44:01.627Z+ pushd bin/opteadm
1142026-06-24T03:44:01.627Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-06-24T03:44:01.627Z+ header 'check style'
1162026-06-24T03:44:01.627Z+ echo '# ==== check style ==== #'
1172026-06-24T03:44:01.627Z# ==== check style ==== #
1182026-06-24T03:44:01.628Z+ ptime -m cargo +nightly-2026-06-24-x86_64-unknown-illumos fmt -- --check
1192026-06-24T03:44:01.666Z
1202026-06-24T03:44:01.667Zreal 0.071000372
1212026-06-24T03:44:01.667Zuser 0.038978438
1222026-06-24T03:44:01.667Zsys 0.029154142
1232026-06-24T03:44:01.667Ztrap 0.000005787
1242026-06-24T03:44:01.667Ztflt 0.000022346
1252026-06-24T03:44:01.667Zdflt 0.000001029
1262026-06-24T03:44:01.667Zkflt 0.000000000
1272026-06-24T03:44:01.667Zlock 0.032006476
1282026-06-24T03:44:01.667Zslp 0.050031689
1292026-06-24T03:44:01.667Zlat 0.000901281
1302026-06-24T03:44:01.667Zstop 0.000098721
1312026-06-24T03:44:01.671Z+ header analyze
1322026-06-24T03:44:01.671Z+ echo '# ==== analyze ==== #'
1332026-06-24T03:44:01.671Z# ==== analyze ==== #
1342026-06-24T03:44:01.671Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-06-24T03:44:01.796Z Updating crates.io index
1362026-06-24T03:44:01.806Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-24T03:44:02.451Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-24T03:44:02.691Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-24T03:44:03.046Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-24T03:44:03.219Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-24T03:44:03.447Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-24T03:44:03.688Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-24T03:44:06.136Z Downloading crates ...
1442026-06-24T03:44:06.213Z Downloaded ingot v0.1.1
1452026-06-24T03:44:06.219Z Downloaded dyn-clone v1.0.20
1462026-06-24T03:44:06.219Z Downloaded clap v4.6.1
1472026-06-24T03:44:06.219Z Downloaded foreign-types-shared v0.3.1
1482026-06-24T03:44:06.219Z Downloaded cobs v0.3.0
1492026-06-24T03:44:06.225Z Downloaded ident_case v1.0.1
1502026-06-24T03:44:06.225Z Downloaded embedded-io v0.6.1
1512026-06-24T03:44:06.225Z Downloaded defmt v0.3.100
1522026-06-24T03:44:06.225Z Downloaded hash32 v0.3.1
1532026-06-24T03:44:06.225Z Downloaded clap_lex v1.1.0
1542026-06-24T03:44:06.225Z Downloaded colorchoice v1.0.5
1552026-06-24T03:44:06.231Z Downloaded anstyle-parse v1.0.0
1562026-06-24T03:44:06.232Z Downloaded darling_macro v0.21.3
1572026-06-24T03:44:06.245Z Downloaded foreign-types v0.5.0
1582026-06-24T03:44:06.262Z Downloaded heck v0.5.0
1592026-06-24T03:44:06.263Z Downloaded cfg-if v1.0.4
1602026-06-24T03:44:06.263Z Downloaded ingot-types v0.1.2
1612026-06-24T03:44:06.263Z Downloaded zerocopy v0.8.52
1622026-06-24T03:44:06.272Z Downloaded errno v0.3.14
1632026-06-24T03:44:06.272Z Downloaded either v1.16.0
1642026-06-24T03:44:06.272Z Downloaded byteorder v1.5.0
1652026-06-24T03:44:06.273Z Downloaded anstyle v1.0.14
1662026-06-24T03:44:06.273Z Downloaded foreign-types-macros v0.2.3
1672026-06-24T03:44:06.273Z Downloaded zerocopy-derive v0.8.52
1682026-06-24T03:44:06.273Z Downloaded is_terminal_polyfill v1.70.2
1692026-06-24T03:44:06.273Z Downloaded anstyle-query v1.1.5
1702026-06-24T03:44:06.273Z Downloaded equivalent v1.0.2
1712026-06-24T03:44:06.273Z Downloaded cpufeatures v0.3.0
1722026-06-24T03:44:06.273Z Downloaded defmt-parser v1.0.0
1732026-06-24T03:44:06.291Z Downloaded stable_deref_trait v1.2.1
1742026-06-24T03:44:06.291Z Downloaded fnv v1.0.7
1752026-06-24T03:44:06.292Z Downloaded darling v0.21.3
1762026-06-24T03:44:06.292Z Downloaded clap_derive v4.6.1
1772026-06-24T03:44:06.292Z Downloaded cstr-argument v0.1.2
1782026-06-24T03:44:06.292Z Downloaded embedded-io v0.4.0
1792026-06-24T03:44:06.292Z Downloaded chacha20 v0.10.0
1802026-06-24T03:44:06.292Z Downloaded anyhow v1.0.102
1812026-06-24T03:44:06.302Z Downloaded anstream v1.0.0
1822026-06-24T03:44:06.302Z Downloaded defmt-macros v1.1.0
1832026-06-24T03:44:06.302Z Downloaded defmt v1.1.0
1842026-06-24T03:44:06.320Z Downloaded tabwriter v1.4.1
1852026-06-24T03:44:06.320Z Downloaded ref-cast-impl v1.0.25
1862026-06-24T03:44:06.320Z Downloaded proc-macro-error-attr2 v2.0.0
1872026-06-24T03:44:06.335Z Downloaded thiserror-impl v2.0.18
1882026-06-24T03:44:06.335Z Downloaded pretty-hex v0.4.2
1892026-06-24T03:44:06.350Z Downloaded proc-macro-crate v3.5.0
1902026-06-24T03:44:06.350Z Downloaded ref-cast v1.0.25
1912026-06-24T03:44:06.350Z Downloaded macaddr v1.0.1
1922026-06-24T03:44:06.350Z Downloaded version_check v0.9.5
1932026-06-24T03:44:06.367Z Downloaded getrandom v0.4.2
1942026-06-24T03:44:06.368Z Downloaded strsim v0.11.1
1952026-06-24T03:44:06.368Z Downloaded managed v0.8.0
1962026-06-24T03:44:06.378Z Downloaded rustversion v1.0.22
1972026-06-24T03:44:06.378Z Downloaded pin-project-lite v0.2.17
1982026-06-24T03:44:06.378Z Downloaded utf8parse v0.2.2
1992026-06-24T03:44:06.378Z Downloaded rand_core v0.10.1
2002026-06-24T03:44:06.379Z Downloaded num_enum_derive v0.7.6
2012026-06-24T03:44:06.388Z Downloaded toml_parser v1.1.2+spec-1.1.0
2022026-06-24T03:44:06.388Z Downloaded oxnet v0.1.6
2032026-06-24T03:44:06.388Z Downloaded num_enum v0.7.6
2042026-06-24T03:44:06.392Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2052026-06-24T03:44:06.392Z Downloaded quote v1.0.45
2062026-06-24T03:44:06.392Z Downloaded thiserror v2.0.18
2072026-06-24T03:44:06.424Z Downloaded ipnetwork v0.21.1
2082026-06-24T03:44:06.424Z Downloaded darling_core v0.21.3
2092026-06-24T03:44:06.444Z Downloaded socket2 v0.6.4
2102026-06-24T03:44:06.444Z Downloaded proc-macro-error2 v2.0.1
2112026-06-24T03:44:06.444Z Downloaded once_cell v1.21.4
2122026-06-24T03:44:06.445Z Downloaded ingot-macros v0.1.1
2132026-06-24T03:44:06.445Z Downloaded colored v3.1.1
2142026-06-24T03:44:06.445Z Downloaded tracing-core v0.1.36
2152026-06-24T03:44:06.445Z Downloaded terminal_size v0.4.4
2162026-06-24T03:44:06.445Z Downloaded postcard v1.1.3
2172026-06-24T03:44:06.460Z Downloaded heapless v0.8.0
2182026-06-24T03:44:06.460Z Downloaded bitflags v1.3.2
2192026-06-24T03:44:06.461Z Downloaded tracing-attributes v0.1.31
2202026-06-24T03:44:06.466Z Downloaded proc-macro2 v1.0.106
2212026-06-24T03:44:06.467Z Downloaded serde_core v1.0.228
2222026-06-24T03:44:06.470Z Downloaded bitflags v2.13.0
2232026-06-24T03:44:06.471Z Downloaded unicode-ident v1.0.24
2242026-06-24T03:44:06.471Z Downloaded indexmap v2.14.0
2252026-06-24T03:44:06.480Z Downloaded uuid v1.23.3
2262026-06-24T03:44:06.486Z Downloaded serde_derive v1.0.228
2272026-06-24T03:44:06.518Z Downloaded serde v1.0.228
2282026-06-24T03:44:06.534Z Downloaded toml_edit v0.25.12+spec-1.1.0
2292026-06-24T03:44:06.549Z Downloaded memchr v2.8.2
2302026-06-24T03:44:06.576Z Downloaded clap_builder v4.6.0
2312026-06-24T03:44:06.601Z Downloaded rand v0.10.1
2322026-06-24T03:44:06.601Z Downloaded hashbrown v0.17.1
2332026-06-24T03:44:06.601Z Downloaded aho-corasick v1.1.4
2342026-06-24T03:44:06.601Z Downloaded itertools v0.14.0
2352026-06-24T03:44:06.609Z Downloaded regex v1.12.4
2362026-06-24T03:44:06.616Z Downloaded winnow v1.0.3
2372026-06-24T03:44:06.639Z Downloaded syn v1.0.109
2382026-06-24T03:44:06.681Z Downloaded unicode-width v0.2.2
2392026-06-24T03:44:06.697Z Downloaded syn v2.0.117
2402026-06-24T03:44:06.704Z Downloaded smoltcp v0.11.0
2412026-06-24T03:44:06.724Z Downloaded regex-syntax v0.8.11
2422026-06-24T03:44:06.736Z Downloaded rustix v1.1.4
2432026-06-24T03:44:06.749Z Downloaded tracing v0.1.44
2442026-06-24T03:44:06.775Z Downloaded regex-automata v0.4.14
2452026-06-24T03:44:06.789Z Downloaded libc v0.2.186
2462026-06-24T03:44:06.849Z Compiling proc-macro2 v1.0.106
2472026-06-24T03:44:06.853Z Compiling quote v1.0.45
2482026-06-24T03:44:06.854Z Compiling unicode-ident v1.0.24
2492026-06-24T03:44:06.854Z Compiling serde_core v1.0.228
2502026-06-24T03:44:06.854Z Compiling libc v0.2.186
2512026-06-24T03:44:06.854Z Checking cfg-if v1.0.4
2522026-06-24T03:44:06.854Z Compiling ident_case v1.0.1
2532026-06-24T03:44:06.854Z Compiling memchr v2.8.2
2542026-06-24T03:44:06.978Z Compiling strsim v0.11.1
2552026-06-24T03:44:07.049Z Compiling fnv v1.0.7
2562026-06-24T03:44:07.049Z Compiling thiserror v2.0.18
2572026-06-24T03:44:07.138Z Compiling regex-syntax v0.8.11
2582026-06-24T03:44:07.315Z Compiling either v1.16.0
2592026-06-24T03:44:07.320Z Compiling aho-corasick v1.1.4
2602026-06-24T03:44:07.477Z Compiling hashbrown v0.17.1
2612026-06-24T03:44:07.486Z Compiling winnow v1.0.3
2622026-06-24T03:44:07.563Z Compiling anyhow v1.0.102
2632026-06-24T03:44:07.607Z Compiling equivalent v1.0.2
2642026-06-24T03:44:07.687Z Compiling serde v1.0.228
2652026-06-24T03:44:07.875Z Compiling zerocopy v0.8.52
2662026-06-24T03:44:08.045Z Compiling indexmap v2.14.0
2672026-06-24T03:44:08.118Z Compiling itertools v0.14.0
2682026-06-24T03:44:08.223Z Compiling syn v2.0.117
2692026-06-24T03:44:08.282Z Compiling heapless v0.8.0
2702026-06-24T03:44:08.499Z Compiling toml_parser v1.1.2+spec-1.1.0
2712026-06-24T03:44:08.571Z Checking byteorder v1.5.0
2722026-06-24T03:44:08.679Z Compiling regex-automata v0.4.14
2732026-06-24T03:44:08.702Z Checking bitflags v2.13.0
2742026-06-24T03:44:08.705Z Compiling toml_datetime v1.1.1+spec-1.1.0
2752026-06-24T03:44:08.723Z Checking hash32 v0.3.1
2762026-06-24T03:44:08.868Z Compiling toml_edit v0.25.12+spec-1.1.0
2772026-06-24T03:44:08.918Z Compiling smoltcp v0.11.0
2782026-06-24T03:44:08.990Z Compiling rustversion v1.0.22
2792026-06-24T03:44:09.048Z Checking stable_deref_trait v1.2.1
2802026-06-24T03:44:09.123Z Checking macaddr v1.0.1
2812026-06-24T03:44:09.231Z Compiling syn v1.0.109
2822026-06-24T03:44:09.308Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2832026-06-24T03:44:09.403Z Compiling getrandom v0.4.2
2842026-06-24T03:44:09.434Z Compiling ref-cast v1.0.25
2852026-06-24T03:44:09.501Z Compiling proc-macro-crate v3.5.0
2862026-06-24T03:44:09.562Z Checking rand_core v0.10.1
2872026-06-24T03:44:09.618Z Checking managed v0.8.0
2882026-06-24T03:44:09.649Z Checking bitflags v1.3.2
2892026-06-24T03:44:09.692Z Compiling rustix v1.1.4
2902026-06-24T03:44:09.727Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2912026-06-24T03:44:09.727Z Compiling version_check v0.9.5
2922026-06-24T03:44:09.914Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2932026-06-24T03:44:09.972Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2942026-06-24T03:44:10.233Z Checking errno v0.3.14
2952026-06-24T03:44:10.278Z Checking utf8parse v0.2.2
2962026-06-24T03:44:10.278Z Checking once_cell v1.21.4
2972026-06-24T03:44:10.320Z Checking foreign-types-shared v0.3.1
2982026-06-24T03:44:10.338Z Checking cpufeatures v0.3.0
2992026-06-24T03:44:10.380Z Compiling regex v1.12.4
3002026-06-24T03:44:10.402Z Checking unicode-width v0.2.2
3012026-06-24T03:44:10.491Z Checking ipnetwork v0.21.1
3022026-06-24T03:44:10.652Z Checking tabwriter v1.4.1
3032026-06-24T03:44:10.664Z Checking tracing-core v0.1.36
3042026-06-24T03:44:10.752Z Checking cstr-argument v0.1.2
3052026-06-24T03:44:10.760Z Checking chacha20 v0.10.0
3062026-06-24T03:44:10.861Z Compiling darling_core v0.21.3
3072026-06-24T03:44:10.957Z Checking anstyle-parse v1.0.0
3082026-06-24T03:44:11.183Z Checking colorchoice v1.0.5
3092026-06-24T03:44:11.253Z Checking anstyle-query v1.1.5
3102026-06-24T03:44:11.262Z Checking dyn-clone v1.0.20
3112026-06-24T03:44:11.299Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
3122026-06-24T03:44:11.327Z Checking is_terminal_polyfill v1.70.2
3132026-06-24T03:44:11.373Z Checking anstyle v1.0.14
3142026-06-24T03:44:11.383Z Checking pin-project-lite v0.2.17
3152026-06-24T03:44:11.412Z Checking pretty-hex v0.4.2
3162026-06-24T03:44:11.527Z Checking terminal_size v0.4.4
3172026-06-24T03:44:11.543Z Checking rand v0.10.1
3182026-06-24T03:44:11.551Z Checking anstream v1.0.0
3192026-06-24T03:44:11.653Z Checking uuid v1.23.3
3202026-06-24T03:44:11.674Z Checking socket2 v0.6.4
3212026-06-24T03:44:11.740Z Compiling heck v0.5.0
3222026-06-24T03:44:11.755Z Checking oxnet v0.1.6
3232026-06-24T03:44:11.906Z Checking clap_lex v1.1.0
3242026-06-24T03:44:11.939Z Checking colored v3.1.1
3252026-06-24T03:44:12.026Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3262026-06-24T03:44:12.063Z Compiling thiserror-impl v2.0.18
3272026-06-24T03:44:12.063Z Compiling serde_derive v1.0.228
3282026-06-24T03:44:12.093Z Compiling zerocopy-derive v0.8.52
3292026-06-24T03:44:12.139Z Compiling num_enum_derive v0.7.6
3302026-06-24T03:44:12.457Z Compiling ref-cast-impl v1.0.25
3312026-06-24T03:44:12.815Z Compiling foreign-types-macros v0.2.3
3322026-06-24T03:44:13.075Z Compiling darling_macro v0.21.3
3332026-06-24T03:44:13.136Z Compiling tracing-attributes v0.1.31
3342026-06-24T03:44:13.148Z Checking num_enum v0.7.6
3352026-06-24T03:44:13.245Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-06-24T03:44:13.292Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3372026-06-24T03:44:13.393Z Checking cobs v0.3.0
3382026-06-24T03:44:13.437Z Checking foreign-types v0.5.0
3392026-06-24T03:44:13.511Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3402026-06-24T03:44:13.520Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3412026-06-24T03:44:13.618Z Compiling darling v0.21.3
3422026-06-24T03:44:13.668Z Checking clap_builder v4.6.0
3432026-06-24T03:44:13.679Z Compiling clap_derive v4.6.1
3442026-06-24T03:44:13.696Z Compiling ingot-macros v0.1.1
3452026-06-24T03:44:13.754Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-06-24T03:44:14.297Z Checking tracing v0.1.44
3472026-06-24T03:44:14.891Z Checking postcard v1.1.3
3482026-06-24T03:44:15.035Z Checking clap v4.6.1
3492026-06-24T03:44:16.100Z Checking ingot-types v0.1.2
3502026-06-24T03:44:16.383Z Checking ingot v0.1.1
3512026-06-24T03:44:17.701Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-24T03:44:18.900Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-24T03:44:20.118Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-24T03:44:20.936Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.22s
3552026-06-24T03:44:21.050Z
3562026-06-24T03:44:21.050Zreal 19.378745042
3572026-06-24T03:44:21.050Zuser 54.635428704
3582026-06-24T03:44:21.050Zsys 13.215096941
3592026-06-24T03:44:21.050Ztrap 0.040601024
3602026-06-24T03:44:21.051Ztflt 0.069173471
3612026-06-24T03:44:21.051Zdflt 0.118805739
3622026-06-24T03:44:21.051Zkflt 0.004998383
3632026-06-24T03:44:21.051Zlock 3:22.892351951
3642026-06-24T03:44:21.051Zslp 3:02.074245865
3652026-06-24T03:44:21.051Zlat 2.894488968
3662026-06-24T03:44:21.051Zstop 13.052953415
3672026-06-24T03:44:21.059Z+ header 'debug build'
3682026-06-24T03:44:21.059Z+ echo '# ==== debug build ==== #'
3692026-06-24T03:44:21.059Z+ ptime -m cargo build
3702026-06-24T03:44:21.059Z# ==== debug build ==== #
3712026-06-24T03:44:21.211Z Compiling cfg-if v1.0.4
3722026-06-24T03:44:21.218Z Compiling serde_core v1.0.228
3732026-06-24T03:44:21.219Z Compiling libc v0.2.186
3742026-06-24T03:44:21.241Z Compiling thiserror v2.0.18
3752026-06-24T03:44:21.245Z Compiling byteorder v1.5.0
3762026-06-24T03:44:21.245Z Compiling zerocopy v0.8.52
3772026-06-24T03:44:21.250Z Compiling macaddr v1.0.1
3782026-06-24T03:44:21.250Z Compiling stable_deref_trait v1.2.1
3792026-06-24T03:44:21.293Z Compiling cobs v0.3.0
3802026-06-24T03:44:21.311Z Compiling bitflags v1.3.2
3812026-06-24T03:44:21.316Z Compiling rand_core v0.10.1
3822026-06-24T03:44:21.372Z Compiling hash32 v0.3.1
3832026-06-24T03:44:21.410Z Compiling managed v0.8.0
3842026-06-24T03:44:21.465Z Compiling heapless v0.8.0
3852026-06-24T03:44:21.502Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3862026-06-24T03:44:21.517Z Compiling errno v0.3.14
3872026-06-24T03:44:21.571Z Compiling ipnetwork v0.21.1
3882026-06-24T03:44:21.588Z Compiling unicode-width v0.2.2
3892026-06-24T03:44:21.633Z Compiling cpufeatures v0.3.0
3902026-06-24T03:44:21.680Z Compiling foreign-types-shared v0.3.1
3912026-06-24T03:44:21.693Z Compiling utf8parse v0.2.2
3922026-06-24T03:44:21.723Z Compiling once_cell v1.21.4
3932026-06-24T03:44:21.755Z Compiling memchr v2.8.2
3942026-06-24T03:44:21.781Z Compiling anstyle-parse v1.0.0
3952026-06-24T03:44:21.910Z Compiling smoltcp v0.11.0
3962026-06-24T03:44:21.973Z Compiling tabwriter v1.4.1
3972026-06-24T03:44:21.998Z Compiling tracing-core v0.1.36
3982026-06-24T03:44:22.016Z Compiling foreign-types v0.5.0
3992026-06-24T03:44:22.097Z Compiling chacha20 v0.10.0
4002026-06-24T03:44:22.118Z Compiling ref-cast v1.0.25
4012026-06-24T03:44:22.213Z Compiling cstr-argument v0.1.2
4022026-06-24T03:44:22.317Z Compiling num_enum v0.7.6
4032026-06-24T03:44:22.370Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4042026-06-24T03:44:22.425Z Compiling getrandom v0.4.2
4052026-06-24T03:44:22.430Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-24T03:44:22.471Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-24T03:44:22.524Z Compiling pin-project-lite v0.2.17
4082026-06-24T03:44:22.609Z Compiling anstyle v1.0.14
4092026-06-24T03:44:22.631Z Compiling anstyle-query v1.1.5
4102026-06-24T03:44:22.730Z Compiling is_terminal_polyfill v1.70.2
4112026-06-24T03:44:22.814Z Compiling pretty-hex v0.4.2
4122026-06-24T03:44:22.869Z Compiling colorchoice v1.0.5
4132026-06-24T03:44:22.939Z Compiling bitflags v2.13.0
4142026-06-24T03:44:22.968Z Compiling serde v1.0.228
4152026-06-24T03:44:22.985Z Compiling dyn-clone v1.0.20
4162026-06-24T03:44:23.047Z Compiling anstream v1.0.0
4172026-06-24T03:44:23.118Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4182026-06-24T03:44:23.140Z Compiling rustix v1.1.4
4192026-06-24T03:44:23.307Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4202026-06-24T03:44:23.385Z Compiling uuid v1.23.3
4212026-06-24T03:44:23.524Z Compiling postcard v1.1.3
4222026-06-24T03:44:23.553Z Compiling tracing v0.1.44
4232026-06-24T03:44:23.646Z Compiling terminal_size v0.4.4
4242026-06-24T03:44:23.752Z Compiling rand v0.10.1
4252026-06-24T03:44:23.796Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-06-24T03:44:23.892Z Compiling anyhow v1.0.102
4272026-06-24T03:44:23.944Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-06-24T03:44:23.999Z Compiling socket2 v0.6.4
4292026-06-24T03:44:24.037Z Compiling winnow v1.0.3
4302026-06-24T03:44:24.240Z Compiling ingot-types v0.1.2
4312026-06-24T03:44:24.267Z Compiling clap_lex v1.1.0
4322026-06-24T03:44:24.369Z Compiling colored v3.1.1
4332026-06-24T03:44:24.655Z Compiling ingot v0.1.1
4342026-06-24T03:44:24.655Z Compiling strsim v0.11.1
4352026-06-24T03:44:24.708Z Compiling oxnet v0.1.6
4362026-06-24T03:44:24.712Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-06-24T03:44:25.117Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4382026-06-24T03:44:25.131Z Compiling clap_builder v4.6.0
4392026-06-24T03:44:26.541Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-24T03:44:26.786Z Compiling clap v4.6.1
4412026-06-24T03:44:27.903Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-24T03:44:29.347Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-24T03:44:33.809Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.73s
4442026-06-24T03:44:33.843Z
4452026-06-24T03:44:33.843Zreal 12.761260876
4462026-06-24T03:44:33.843Zuser 1:05.440508183
4472026-06-24T03:44:33.843Zsys 6.144881009
4482026-06-24T03:44:33.844Ztrap 0.031657381
4492026-06-24T03:44:33.844Ztflt 0.133282756
4502026-06-24T03:44:33.844Zdflt 0.254899837
4512026-06-24T03:44:33.844Zkflt 0.000004618
4522026-06-24T03:44:33.844Zlock 2:57.592114431
4532026-06-24T03:44:33.844Zslp 1:56.230369611
4542026-06-24T03:44:33.844Zlat 4.610186680
4552026-06-24T03:44:33.844Zstop 3.601787202
4562026-06-24T03:44:33.844Z+ header 'release build'
4572026-06-24T03:44:33.844Z+ echo '# ==== release build ==== #'
4582026-06-24T03:44:33.844Z+ ptime -m cargo build --release
4592026-06-24T03:44:33.844Z# ==== release build ==== #
4602026-06-24T03:44:33.937Z Compiling proc-macro2 v1.0.106
4612026-06-24T03:44:33.937Z Compiling unicode-ident v1.0.24
4622026-06-24T03:44:33.937Z Compiling quote v1.0.45
4632026-06-24T03:44:33.937Z Compiling serde_core v1.0.228
4642026-06-24T03:44:33.945Z Compiling libc v0.2.186
4652026-06-24T03:44:33.945Z Compiling cfg-if v1.0.4
4662026-06-24T03:44:33.945Z Compiling thiserror v2.0.18
4672026-06-24T03:44:33.945Z Compiling ident_case v1.0.1
4682026-06-24T03:44:34.012Z Compiling strsim v0.11.1
4692026-06-24T03:44:34.045Z Compiling fnv v1.0.7
4702026-06-24T03:44:34.055Z Compiling memchr v2.8.2
4712026-06-24T03:44:34.121Z Compiling regex-syntax v0.8.11
4722026-06-24T03:44:34.246Z Compiling anyhow v1.0.102
4732026-06-24T03:44:34.267Z Compiling either v1.16.0
4742026-06-24T03:44:34.446Z Compiling zerocopy v0.8.52
4752026-06-24T03:44:34.460Z Compiling aho-corasick v1.1.4
4762026-06-24T03:44:34.532Z Compiling hashbrown v0.17.1
4772026-06-24T03:44:34.583Z Compiling serde v1.0.228
4782026-06-24T03:44:34.625Z Compiling equivalent v1.0.2
4792026-06-24T03:44:34.702Z Compiling winnow v1.0.3
4802026-06-24T03:44:34.837Z Compiling itertools v0.14.0
4812026-06-24T03:44:35.054Z Compiling syn v2.0.117
4822026-06-24T03:44:35.081Z Compiling indexmap v2.14.0
4832026-06-24T03:44:35.130Z Compiling heapless v0.8.0
4842026-06-24T03:44:35.412Z Compiling byteorder v1.5.0
4852026-06-24T03:44:35.593Z Compiling regex-automata v0.4.14
4862026-06-24T03:44:35.636Z Compiling toml_parser v1.1.2+spec-1.1.0
4872026-06-24T03:44:35.707Z Compiling toml_datetime v1.1.1+spec-1.1.0
4882026-06-24T03:44:35.777Z Compiling hash32 v0.3.1
4892026-06-24T03:44:35.914Z Compiling syn v1.0.109
4902026-06-24T03:44:36.031Z Compiling bitflags v2.13.0
4912026-06-24T03:44:36.058Z Compiling toml_edit v0.25.12+spec-1.1.0
4922026-06-24T03:44:36.128Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-06-24T03:44:36.131Z Compiling macaddr v1.0.1
4942026-06-24T03:44:36.168Z Compiling smoltcp v0.11.0
4952026-06-24T03:44:36.208Z Compiling rustversion v1.0.22
4962026-06-24T03:44:36.364Z Compiling stable_deref_trait v1.2.1
4972026-06-24T03:44:36.424Z Compiling rustix v1.1.4
4982026-06-24T03:44:36.428Z Compiling rand_core v0.10.1
4992026-06-24T03:44:36.539Z Compiling bitflags v1.3.2
5002026-06-24T03:44:36.569Z Compiling managed v0.8.0
5012026-06-24T03:44:36.575Z Compiling getrandom v0.4.2
5022026-06-24T03:44:36.599Z Compiling proc-macro-crate v3.5.0
5032026-06-24T03:44:36.760Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5042026-06-24T03:44:36.797Z Compiling version_check v0.9.5
5052026-06-24T03:44:36.822Z Compiling ref-cast v1.0.25
5062026-06-24T03:44:37.050Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-06-24T03:44:37.151Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-24T03:44:37.154Z Compiling errno v0.3.14
5092026-06-24T03:44:37.267Z Compiling regex v1.12.4
5102026-06-24T03:44:37.295Z Compiling ipnetwork v0.21.1
5112026-06-24T03:44:37.522Z Compiling unicode-width v0.2.2
5122026-06-24T03:44:37.542Z Compiling foreign-types-shared v0.3.1
5132026-06-24T03:44:37.621Z Compiling darling_core v0.21.3
5142026-06-24T03:44:37.651Z Compiling once_cell v1.21.4
5152026-06-24T03:44:37.807Z Compiling cpufeatures v0.3.0
5162026-06-24T03:44:37.869Z Compiling utf8parse v0.2.2
5172026-06-24T03:44:37.873Z Compiling chacha20 v0.10.0
5182026-06-24T03:44:37.963Z Compiling anstyle-parse v1.0.0
5192026-06-24T03:44:38.123Z Compiling cstr-argument v0.1.2
5202026-06-24T03:44:38.138Z Compiling tracing-core v0.1.36
5212026-06-24T03:44:38.150Z Compiling tabwriter v1.4.1
5222026-06-24T03:44:38.760Z Compiling thiserror-impl v2.0.18
5232026-06-24T03:44:38.789Z Compiling zerocopy-derive v0.8.52
5242026-06-24T03:44:38.869Z Compiling serde_derive v1.0.228
5252026-06-24T03:44:38.965Z Compiling num_enum_derive v0.7.6
5262026-06-24T03:44:39.126Z Compiling ref-cast-impl v1.0.25
5272026-06-24T03:44:39.640Z Compiling foreign-types-macros v0.2.3
5282026-06-24T03:44:39.708Z Compiling darling_macro v0.21.3
5292026-06-24T03:44:39.790Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5302026-06-24T03:44:39.931Z Compiling num_enum v0.7.6
5312026-06-24T03:44:40.039Z Compiling cobs v0.3.0
5322026-06-24T03:44:40.063Z Compiling tracing-attributes v0.1.31
5332026-06-24T03:44:40.226Z Compiling foreign-types v0.5.0
5342026-06-24T03:44:40.241Z Compiling darling v0.21.3
5352026-06-24T03:44:40.247Z Compiling pin-project-lite v0.2.17
5362026-06-24T03:44:40.269Z Compiling colorchoice v1.0.5
5372026-06-24T03:44:40.287Z Compiling anstyle-query v1.1.5
5382026-06-24T03:44:40.300Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5392026-06-24T03:44:40.306Z Compiling ingot-macros v0.1.1
5402026-06-24T03:44:40.323Z Compiling anstyle v1.0.14
5412026-06-24T03:44:40.365Z Compiling pretty-hex v0.4.2
5422026-06-24T03:44:40.376Z Compiling dyn-clone v1.0.20
5432026-06-24T03:44:40.484Z Compiling is_terminal_polyfill v1.70.2
5442026-06-24T03:44:40.498Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
5452026-06-24T03:44:40.550Z Compiling anstream v1.0.0
5462026-06-24T03:44:40.563Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5472026-06-24T03:44:40.708Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5482026-06-24T03:44:40.767Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-06-24T03:44:40.873Z Compiling terminal_size v0.4.4
5502026-06-24T03:44:41.004Z Compiling rand v0.10.1
5512026-06-24T03:44:41.044Z Compiling uuid v1.23.3
5522026-06-24T03:44:41.253Z Compiling socket2 v0.6.4
5532026-06-24T03:44:41.265Z Compiling tracing v0.1.44
5542026-06-24T03:44:41.295Z Compiling colored v3.1.1
5552026-06-24T03:44:41.533Z Compiling heck v0.5.0
5562026-06-24T03:44:41.633Z Compiling oxnet v0.1.6
5572026-06-24T03:44:41.849Z Compiling clap_lex v1.1.0
5582026-06-24T03:44:41.872Z Compiling clap_derive v4.6.1
5592026-06-24T03:44:42.356Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5602026-06-24T03:44:42.371Z Compiling postcard v1.1.3
5612026-06-24T03:44:42.371Z Compiling clap_builder v4.6.0
5622026-06-24T03:44:43.263Z Compiling ingot-types v0.1.2
5632026-06-24T03:44:43.583Z Compiling ingot v0.1.1
5642026-06-24T03:44:44.027Z Compiling clap v4.6.1
5652026-06-24T03:44:45.282Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-24T03:44:46.279Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-24T03:44:47.347Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-24T03:44:53.935Z Finished `release` profile [optimized + debuginfo] target(s) in 20.09s
5692026-06-24T03:44:53.958Z
5702026-06-24T03:44:53.967Zreal 20.123603152
5712026-06-24T03:44:53.967Zuser 1:43.316381028
5722026-06-24T03:44:53.967Zsys 13.511217313
5732026-06-24T03:44:53.967Ztrap 0.053602991
5742026-06-24T03:44:53.968Ztflt 0.113965223
5752026-06-24T03:44:53.968Zdflt 0.456186709
5762026-06-24T03:44:53.968Zkflt 0.000017116
5772026-06-24T03:44:53.968Zlock 4:26.851424149
5782026-06-24T03:44:53.968Zslp 3:26.459344194
5792026-06-24T03:44:53.968Zlat 4.355587511
5802026-06-24T03:44:53.968Zstop 8.761353559
5812026-06-24T03:44:53.968Z+ popd
5822026-06-24T03:44:53.968Z/work/oxidecomputer/opte
5832026-06-24T03:44:53.968Z+ for x in debug release
5842026-06-24T03:44:53.968Z+ mkdir -p /work/debug
5852026-06-24T03:44:53.968Z+ cp target/debug/opteadm /work/debug/
5862026-06-24T03:44:53.995Z+ sha256sum target/debug/opteadm
5872026-06-24T03:44:54.015Z+ for x in debug release
5882026-06-24T03:44:54.015Z+ mkdir -p /work/release
5892026-06-24T03:44:54.033Z+ cp target/release/opteadm /work/release/
5902026-06-24T03:44:54.033Z+ sha256sum target/release/opteadm
5912026-06-24T03:44:54.074Zprocess exited: duration 67527 ms, exit code 0
 
5922026-06-24T03:44:54.151Zfound 4 output files
5932026-06-24T03:44:54.151Zuploading: /work/debug/opteadm (36454128 bytes)
5942026-06-24T03:44:56.219Zuploaded: /work/debug/opteadm
5952026-06-24T03:44:56.219Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-06-24T03:44:57.232Zuploaded: /work/debug/opteadm.debug.sha256
5972026-06-24T03:44:57.235Zuploading: /work/release/opteadm (24752824 bytes)
5982026-06-24T03:44:58.393Zuploaded: /work/release/opteadm
5992026-06-24T03:44:58.393Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-06-24T03:44:59.421Zuploaded: /work/release/opteadm.release.sha256