01KM4NTRQVVCBQ8K9T5855A3VP: 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-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KM4NV4PX7XA0VX69X8X8MHEF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T03:53:07.182Zjob assigned to worker 01KM4NV92Q4TACEHK3CVNX8Q9P [factory aws, i-0bc9f9c442cce347f] (queued for 2 m 46 s)
 
22026-03-20T03:53:15.211Zstarting task 0: "setup"
32026-03-20T03:53:15.217Z++ uname -s
42026-03-20T03:53:15.221Z+ kern=SunOS
52026-03-20T03:53:15.221Z+ build_user=build
62026-03-20T03:53:15.221Z+ build_uid=12345
72026-03-20T03:53:15.221Z+ work_dir=/work
82026-03-20T03:53:15.221Z+ input_dir=/input
92026-03-20T03:53:15.221Z+ [[ 0 == 12345 ]]
102026-03-20T03:53:15.221Z+ case "$kern" in
112026-03-20T03:53:15.221Z+ groupadd -g 12345 build
122026-03-20T03:53:15.225Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T03:53:17.228Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T03:53:17.343Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T03:53:17.347Z+ home_fs=zfs
162026-03-20T03:53:17.347Z+ [[ zfs == autofs ]]
172026-03-20T03:53:17.347Z+ mkdir -p /home/build
182026-03-20T03:53:17.347Z+ chown build:build /home/build /work
192026-03-20T03:53:19.349Z+ chmod 0700 /home/build /work
202026-03-20T03:53:19.352Zprocess exited: duration 4139 ms, exit code 0
 
212026-03-20T03:53:19.358Zstarting task 1: "rust-toolchain"
222026-03-20T03:53:19.362Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-20T03:53:19.362Z * rust toolchain channel = "1.93.1"
242026-03-20T03:53:19.362Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T03:53:19.363Z * rust toolchain profile = "default"
262026-03-20T03:53:19.363Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T03:53:19.363Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T03:53:19.366Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T03:53:19.366Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-20T03:53:19.474Zinfo: downloading installer
312026-03-20T03:53:21.223Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T03:53:21.223Zwarn: /opt/ooce/bin
332026-03-20T03:53:21.223Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T03:53:21.224Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T03:53:21.224Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T03:53:21.224Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T03:53:21.224Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T03:53:21.224Zerror: cannot install while Rust is installed
392026-03-20T03:53:21.224Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T03:53:21.224Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T03:53:21.224Zwarn: /home/build/.rustup/settings.toml
422026-03-20T03:53:21.224Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T03:53:21.224Zwarn: instead of the one inferred from the default host triple.
442026-03-20T03:53:21.235Zinfo: profile set to default
452026-03-20T03:53:21.235Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T03:53:21.238Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-20T03:53:21.405Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-20T03:53:21.408Zinfo: downloading 6 components
492026-03-20T03:53:37.676Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-20T03:53:37.676Z
512026-03-20T03:53:37.718Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-20T03:53:37.718Z
532026-03-20T03:53:37.722Z
542026-03-20T03:53:37.722ZRust is installed now. Great!
552026-03-20T03:53:37.722Z
562026-03-20T03:53:37.722ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T03:53:37.722Zenvironment variable. This has not been done automatically.
582026-03-20T03:53:37.722Z
592026-03-20T03:53:37.722ZTo configure your current shell, you need to source
602026-03-20T03:53:37.722Zthe corresponding env file under $HOME/.cargo.
612026-03-20T03:53:37.722Z
622026-03-20T03:53:37.722ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T03:53:37.722Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T03:53:37.722Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T03:53:37.722Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T03:53:37.722Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T03:53:37.722Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T03:53:37.722Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T03:53:37.722Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T03:53:37.722Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T03:53:37.828Z+ rustup --version
722026-03-20T03:53:37.839Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T03:53:37.842Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T03:53:37.865Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-20T03:53:37.868Z+ cargo --version
762026-03-20T03:53:37.884Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-20T03:53:37.887Z+ rustc --version
782026-03-20T03:53:37.911Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-20T03:53:37.915Zprocess exited: duration 18552 ms, exit code 0
 
802026-03-20T03:53:37.921Zstarting task 2: "authentication"
812026-03-20T03:53:37.941Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T03:53:37.949Zstarting task 3: "clone repository"
832026-03-20T03:53:37.952Z+ mkdir -p /work/oxidecomputer/opte
842026-03-20T03:53:37.955Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-20T03:53:37.988ZCloning into '/work/oxidecomputer/opte'...
862026-03-20T03:53:38.829Z+ cd /work/oxidecomputer/opte
872026-03-20T03:53:38.830Z+ git fetch origin 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
882026-03-20T03:53:39.079ZFrom https://github.com/oxidecomputer/opte
892026-03-20T03:53:39.080Z * branch 7b098d1e83085e12a4e9293d3e7ea217b7b4729c -> FETCH_HEAD
902026-03-20T03:53:39.085Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
912026-03-20T03:53:39.091Z++ git branch --show-current
922026-03-20T03:53:39.091Z+ current=master
932026-03-20T03:53:39.091Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
942026-03-20T03:53:39.092Z+ git branch -f renovate/zerocopy-0.x-lockfile 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
952026-03-20T03:53:39.095Z+ git checkout -f renovate/zerocopy-0.x-lockfile
962026-03-20T03:53:39.116ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
972026-03-20T03:53:39.119Z+ git reset --hard 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
982026-03-20T03:53:39.137ZHEAD is now at 7b098d1 Update Rust crate zerocopy to v0.8.47
992026-03-20T03:53:39.141Zprocess exited: duration 1190 ms, exit code 0
 
1002026-03-20T03:53:39.147Zstarting task 4: "build"
1012026-03-20T03:53:39.151Z+ source .github/buildomat/common.sh
1022026-03-20T03:53:39.154Z++ rustup show active-toolchain
1032026-03-20T03:53:39.158Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-20T03:53:39.161Z++ pushd xde
1052026-03-20T03:53:39.161Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-20T03:53:39.161Z++ rustup show active-toolchain
1072026-03-20T03:53:39.165Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-20T03:53:39.362Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-20T03:53:39.366Zinfo: downloading 6 components
1102026-03-20T03:53:54.298Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-20T03:53:54.399Z+++ rustup show active-toolchain -v
1122026-03-20T03:53:54.402Z+++ head -n 1
1132026-03-20T03:53:54.402Z+++ cut '-d ' -f1
1142026-03-20T03:53:54.465Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-20T03:53:54.465Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-20T03:53:54.465Z++ popd
1172026-03-20T03:53:54.468Z/work/oxidecomputer/opte
1182026-03-20T03:53:54.468Z+ cargo --version
1192026-03-20T03:53:54.477Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-20T03:53:54.480Z+ rustc --version
1212026-03-20T03:53:54.504Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-20T03:53:54.508Z+ pushd bin/opteadm
1232026-03-20T03:53:54.508Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-03-20T03:53:54.508Z+ header 'check style'
1252026-03-20T03:53:54.508Z+ echo '# ==== check style ==== #'
1262026-03-20T03:53:54.508Z# ==== check style ==== #
1272026-03-20T03:53:54.508Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1282026-03-20T03:53:54.605Z
1292026-03-20T03:53:54.605Zreal 0.094574816
1302026-03-20T03:53:54.605Zuser 0.053715595
1312026-03-20T03:53:54.605Zsys 0.037389431
1322026-03-20T03:53:54.605Ztrap 0.000004767
1332026-03-20T03:53:54.608Ztflt 0.000042358
1342026-03-20T03:53:54.608Zdflt 0.000015554
1352026-03-20T03:53:54.608Zkflt 0.000000000
1362026-03-20T03:53:54.608Zlock 0.060573678
1372026-03-20T03:53:54.609Zslp 0.071393280
1382026-03-20T03:53:54.609Zlat 0.000243603
1392026-03-20T03:53:54.609Zstop 0.000115409
1402026-03-20T03:53:54.609Z+ header analyze
1412026-03-20T03:53:54.609Z+ echo '# ==== analyze ==== #'
1422026-03-20T03:53:54.609Z# ==== analyze ==== #
1432026-03-20T03:53:54.609Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-03-20T03:53:54.771Z Updating crates.io index
1452026-03-20T03:53:54.811Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-20T03:53:55.484Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-20T03:53:56.090Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-20T03:53:56.441Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-20T03:53:56.682Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-20T03:53:57.152Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-20T03:53:57.460Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-20T03:53:59.986Z Downloading crates ...
1532026-03-20T03:54:00.041Z Downloaded embedded-io v0.6.1
1542026-03-20T03:54:00.049Z Downloaded pin-project-lite v0.2.17
1552026-03-20T03:54:00.054Z Downloaded tracing-attributes v0.1.31
1562026-03-20T03:54:00.067Z Downloaded itertools v0.14.0
1572026-03-20T03:54:00.077Z Downloaded num_enum v0.7.5
1582026-03-20T03:54:00.083Z Downloaded zerocopy-derive v0.8.47
1592026-03-20T03:54:00.089Z Downloaded strsim v0.11.1
1602026-03-20T03:54:00.092Z Downloaded ingot-macros v0.1.1
1612026-03-20T03:54:00.095Z Downloaded zerocopy v0.8.47
1622026-03-20T03:54:00.105Z Downloaded oxnet v0.1.4
1632026-03-20T03:54:00.109Z Downloaded foreign-types v0.5.0
1642026-03-20T03:54:00.109Z Downloaded fnv v1.0.7
1652026-03-20T03:54:00.109Z Downloaded anstyle v1.0.13
1662026-03-20T03:54:00.113Z Downloaded aho-corasick v1.1.4
1672026-03-20T03:54:00.117Z Downloaded thiserror v2.0.18
1682026-03-20T03:54:00.121Z Downloaded darling_macro v0.21.3
1692026-03-20T03:54:00.124Z Downloaded bitflags v1.3.2
1702026-03-20T03:54:00.124Z Downloaded embedded-io v0.4.0
1712026-03-20T03:54:00.127Z Downloaded anstream v0.6.21
1722026-03-20T03:54:00.130Z Downloaded colorchoice v1.0.4
1732026-03-20T03:54:00.130Z Downloaded anyhow v1.0.102
1742026-03-20T03:54:00.133Z Downloaded ident_case v1.0.1
1752026-03-20T03:54:00.136Z Downloaded memchr v2.8.0
1762026-03-20T03:54:00.142Z Downloaded pretty-hex v0.4.1
1772026-03-20T03:54:00.145Z Downloaded utf8parse v0.2.2
1782026-03-20T03:54:00.148Z Downloaded ref-cast-impl v1.0.25
1792026-03-20T03:54:00.151Z Downloaded proc-macro-error-attr2 v2.0.0
1802026-03-20T03:54:00.151Z Downloaded dyn-clone v1.0.20
1812026-03-20T03:54:00.151Z Downloaded errno v0.3.14
1822026-03-20T03:54:00.167Z Downloaded version_check v0.9.5
1832026-03-20T03:54:00.170Z Downloaded foreign-types-macros v0.2.3
1842026-03-20T03:54:00.170Z Downloaded anstyle-query v1.1.5
1852026-03-20T03:54:00.170Z Downloaded quote v1.0.45
1862026-03-20T03:54:00.173Z Downloaded tabwriter v1.4.1
1872026-03-20T03:54:00.173Z Downloaded colored v3.1.1
1882026-03-20T03:54:00.177Z Downloaded heapless v0.8.0
1892026-03-20T03:54:00.179Z Downloaded clap_lex v1.0.0
1902026-03-20T03:54:00.179Z Downloaded defmt-parser v1.0.0
1912026-03-20T03:54:00.182Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1922026-03-20T03:54:00.183Z Downloaded ref-cast v1.0.25
1932026-03-20T03:54:00.191Z Downloaded defmt v0.3.100
1942026-03-20T03:54:00.196Z Downloaded proc-macro-error2 v2.0.1
1952026-03-20T03:54:00.199Z Downloaded rand_core v0.10.0
1962026-03-20T03:54:00.203Z Downloaded ingot-types v0.1.2
1972026-03-20T03:54:00.203Z Downloaded darling_core v0.21.3
1982026-03-20T03:54:00.206Z Downloaded either v1.15.0
1992026-03-20T03:54:00.206Z Downloaded terminal_size v0.4.3
2002026-03-20T03:54:00.209Z Downloaded cstr-argument v0.1.2
2012026-03-20T03:54:00.209Z Downloaded cfg-if v1.0.4
2022026-03-20T03:54:00.209Z Downloaded byteorder v1.5.0
2032026-03-20T03:54:00.217Z Downloaded stable_deref_trait v1.2.1
2042026-03-20T03:54:00.221Z Downloaded proc-macro-crate v3.5.0
2052026-03-20T03:54:00.224Z Downloaded num_enum_derive v0.7.5
2062026-03-20T03:54:00.224Z Downloaded bitflags v2.11.0
2072026-03-20T03:54:00.227Z Downloaded equivalent v1.0.2
2082026-03-20T03:54:00.230Z Downloaded is_terminal_polyfill v1.70.2
2092026-03-20T03:54:00.230Z Downloaded cobs v0.3.0
2102026-03-20T03:54:00.234Z Downloaded chacha20 v0.10.0
2112026-03-20T03:54:00.237Z Downloaded thiserror-impl v2.0.18
2122026-03-20T03:54:00.237Z Downloaded managed v0.8.0
2132026-03-20T03:54:00.240Z Downloaded foreign-types-shared v0.3.1
2142026-03-20T03:54:00.245Z Downloaded heck v0.5.0
2152026-03-20T03:54:00.248Z Downloaded cpufeatures v0.3.0
2162026-03-20T03:54:00.248Z Downloaded hash32 v0.3.1
2172026-03-20T03:54:00.253Z Downloaded proc-macro2 v1.0.106
2182026-03-20T03:54:00.256Z Downloaded unicode-ident v1.0.24
2192026-03-20T03:54:00.259Z Downloaded once_cell v1.21.3
2202026-03-20T03:54:00.262Z Downloaded macaddr v1.0.1
2212026-03-20T03:54:00.266Z Downloaded defmt-macros v1.0.1
2222026-03-20T03:54:00.270Z Downloaded rustversion v1.0.22
2232026-03-20T03:54:00.272Z Downloaded ipnetwork v0.21.1
2242026-03-20T03:54:00.272Z Downloaded ingot v0.1.1
2252026-03-20T03:54:00.276Z Downloaded defmt v1.0.1
2262026-03-20T03:54:00.280Z Downloaded anstyle-parse v0.2.7
2272026-03-20T03:54:00.288Z Downloaded serde v1.0.228
2282026-03-20T03:54:00.291Z Downloaded uuid v1.22.0
2292026-03-20T03:54:00.294Z Downloaded clap v4.5.60
2302026-03-20T03:54:00.299Z Downloaded serde_core v1.0.228
2312026-03-20T03:54:00.302Z Downloaded postcard v1.1.3
2322026-03-20T03:54:00.305Z Downloaded darling v0.21.3
2332026-03-20T03:54:00.308Z Downloaded toml_edit v0.25.4+spec-1.1.0
2342026-03-20T03:54:00.323Z Downloaded getrandom v0.4.2
2352026-03-20T03:54:00.326Z Downloaded socket2 v0.6.3
2362026-03-20T03:54:00.329Z Downloaded indexmap v2.13.0
2372026-03-20T03:54:00.332Z Downloaded tracing-core v0.1.36
2382026-03-20T03:54:00.332Z Downloaded clap_derive v4.5.55
2392026-03-20T03:54:00.338Z Downloaded toml_parser v1.0.9+spec-1.1.0
2402026-03-20T03:54:00.343Z Downloaded clap_builder v4.5.60
2412026-03-20T03:54:00.348Z Downloaded serde_derive v1.0.228
2422026-03-20T03:54:00.352Z Downloaded rand v0.10.0
2432026-03-20T03:54:00.372Z Downloaded regex v1.12.3
2442026-03-20T03:54:00.376Z Downloaded hashbrown v0.16.1
2452026-03-20T03:54:00.380Z Downloaded regex-syntax v0.8.10
2462026-03-20T03:54:00.415Z Downloaded winnow v0.7.15
2472026-03-20T03:54:00.458Z Downloaded syn v1.0.109
2482026-03-20T03:54:00.465Z Downloaded unicode-width v0.2.2
2492026-03-20T03:54:00.469Z Downloaded smoltcp v0.11.0
2502026-03-20T03:54:00.477Z Downloaded syn v2.0.117
2512026-03-20T03:54:00.499Z Downloaded rustix v1.1.4
2522026-03-20T03:54:00.515Z Downloaded tracing v0.1.44
2532026-03-20T03:54:00.543Z Downloaded regex-automata v0.4.14
2542026-03-20T03:54:00.554Z Downloaded libc v0.2.183
2552026-03-20T03:54:00.634Z Compiling proc-macro2 v1.0.106
2562026-03-20T03:54:00.634Z Compiling unicode-ident v1.0.24
2572026-03-20T03:54:00.637Z Compiling quote v1.0.45
2582026-03-20T03:54:00.637Z Compiling serde_core v1.0.228
2592026-03-20T03:54:00.637Z Compiling libc v0.2.183
2602026-03-20T03:54:00.637Z Checking cfg-if v1.0.4
2612026-03-20T03:54:00.637Z Compiling ident_case v1.0.1
2622026-03-20T03:54:00.637Z Compiling memchr v2.8.0
2632026-03-20T03:54:00.784Z Compiling strsim v0.11.1
2642026-03-20T03:54:00.868Z Compiling thiserror v2.0.18
2652026-03-20T03:54:00.871Z Compiling fnv v1.0.7
2662026-03-20T03:54:00.974Z Compiling regex-syntax v0.8.10
2672026-03-20T03:54:01.167Z Compiling winnow v0.7.15
2682026-03-20T03:54:01.201Z Compiling either v1.15.0
2692026-03-20T03:54:01.442Z Compiling aho-corasick v1.1.4
2702026-03-20T03:54:01.473Z Compiling hashbrown v0.16.1
2712026-03-20T03:54:01.529Z Compiling serde v1.0.228
2722026-03-20T03:54:01.644Z Compiling anyhow v1.0.102
2732026-03-20T03:54:01.911Z Compiling zerocopy v0.8.47
2742026-03-20T03:54:02.159Z Compiling equivalent v1.0.2
2752026-03-20T03:54:02.251Z Compiling indexmap v2.13.0
2762026-03-20T03:54:02.310Z Compiling syn v2.0.117
2772026-03-20T03:54:02.351Z Compiling itertools v0.14.0
2782026-03-20T03:54:02.439Z Compiling heapless v0.8.0
2792026-03-20T03:54:02.805Z Compiling toml_datetime v1.0.0+spec-1.1.0
2802026-03-20T03:54:03.061Z Compiling regex-automata v0.4.14
2812026-03-20T03:54:03.086Z Compiling toml_parser v1.0.9+spec-1.1.0
2822026-03-20T03:54:03.086Z Checking byteorder v1.5.0
2832026-03-20T03:54:03.223Z Checking bitflags v2.11.0
2842026-03-20T03:54:03.278Z Checking hash32 v0.3.1
2852026-03-20T03:54:03.413Z Compiling rustversion v1.0.22
2862026-03-20T03:54:03.421Z Compiling syn v1.0.109
2872026-03-20T03:54:03.590Z Compiling toml_edit v0.25.4+spec-1.1.0
2882026-03-20T03:54:03.794Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2892026-03-20T03:54:03.813Z Compiling smoltcp v0.11.0
2902026-03-20T03:54:03.835Z Checking stable_deref_trait v1.2.1
2912026-03-20T03:54:03.844Z Checking macaddr v1.0.1
2922026-03-20T03:54:04.038Z Compiling ref-cast v1.0.25
2932026-03-20T03:54:04.061Z Compiling getrandom v0.4.2
2942026-03-20T03:54:04.096Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2952026-03-20T03:54:04.239Z Checking managed v0.8.0
2962026-03-20T03:54:04.358Z Compiling proc-macro-crate v3.5.0
2972026-03-20T03:54:04.387Z Compiling rustix v1.1.4
2982026-03-20T03:54:04.390Z Checking rand_core v0.10.0
2992026-03-20T03:54:04.422Z Checking bitflags v1.3.2
3002026-03-20T03:54:04.473Z Compiling version_check v0.9.5
3012026-03-20T03:54:04.828Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-03-20T03:54:04.956Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-03-20T03:54:05.169Z Checking errno v0.3.14
3042026-03-20T03:54:05.207Z Checking ipnetwork v0.21.1
3052026-03-20T03:54:05.343Z Checking once_cell v1.21.3
3062026-03-20T03:54:05.437Z Compiling regex v1.12.3
3072026-03-20T03:54:05.557Z Checking unicode-width v0.2.2
3082026-03-20T03:54:05.602Z Checking utf8parse v0.2.2
3092026-03-20T03:54:05.720Z Checking cpufeatures v0.3.0
3102026-03-20T03:54:05.794Z Checking foreign-types-shared v0.3.1
3112026-03-20T03:54:05.808Z Checking cstr-argument v0.1.2
3122026-03-20T03:54:05.870Z Checking tabwriter v1.4.1
3132026-03-20T03:54:05.888Z Checking chacha20 v0.10.0
3142026-03-20T03:54:05.946Z Checking anstyle-parse v0.2.7
3152026-03-20T03:54:05.982Z Compiling darling_core v0.21.3
3162026-03-20T03:54:06.040Z Checking tracing-core v0.1.36
3172026-03-20T03:54:06.473Z Checking pin-project-lite v0.2.17
3182026-03-20T03:54:06.575Z Checking pretty-hex v0.4.1
3192026-03-20T03:54:06.648Z Checking anstyle v1.0.13
3202026-03-20T03:54:06.673Z Checking is_terminal_polyfill v1.70.2
3212026-03-20T03:54:06.710Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
3222026-03-20T03:54:06.753Z Checking anstyle-query v1.1.5
3232026-03-20T03:54:06.767Z Checking dyn-clone v1.0.20
3242026-03-20T03:54:06.785Z Checking colorchoice v1.0.4
3252026-03-20T03:54:06.852Z Checking terminal_size v0.4.3
3262026-03-20T03:54:06.893Z Checking anstream v0.6.21
3272026-03-20T03:54:06.984Z Checking rand v0.10.0
3282026-03-20T03:54:06.995Z Checking uuid v1.22.0
3292026-03-20T03:54:07.133Z Checking socket2 v0.6.3
3302026-03-20T03:54:07.142Z Checking colored v3.1.1
3312026-03-20T03:54:07.324Z Checking clap_lex v1.0.0
3322026-03-20T03:54:07.457Z Checking oxnet v0.1.4
3332026-03-20T03:54:07.509Z Compiling heck v0.5.0
3342026-03-20T03:54:07.598Z Checking clap_builder v4.5.60
3352026-03-20T03:54:07.601Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3362026-03-20T03:54:07.852Z Compiling thiserror-impl v2.0.18
3372026-03-20T03:54:07.921Z Compiling zerocopy-derive v0.8.47
3382026-03-20T03:54:08.115Z Compiling serde_derive v1.0.228
3392026-03-20T03:54:08.125Z Compiling foreign-types-macros v0.2.3
3402026-03-20T03:54:08.625Z Compiling darling_macro v0.21.3
3412026-03-20T03:54:08.898Z Compiling ref-cast-impl v1.0.25
3422026-03-20T03:54:08.908Z Compiling num_enum_derive v0.7.5
3432026-03-20T03:54:09.305Z Compiling darling v0.21.3
3442026-03-20T03:54:09.325Z Checking foreign-types v0.5.0
3452026-03-20T03:54:09.392Z Compiling ingot-macros v0.1.1
3462026-03-20T03:54:09.402Z Compiling tracing-attributes v0.1.31
3472026-03-20T03:54:09.502Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3482026-03-20T03:54:09.603Z Checking cobs v0.3.0
3492026-03-20T03:54:09.774Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3502026-03-20T03:54:09.801Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3512026-03-20T03:54:10.016Z Compiling clap_derive v4.5.55
3522026-03-20T03:54:10.140Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3532026-03-20T03:54:10.254Z Checking num_enum v0.7.5
3542026-03-20T03:54:10.391Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3552026-03-20T03:54:10.921Z Checking tracing v0.1.44
3562026-03-20T03:54:11.804Z Checking clap v4.5.60
3572026-03-20T03:54:11.813Z Checking postcard v1.1.3
3582026-03-20T03:54:13.572Z Checking ingot-types v0.1.2
3592026-03-20T03:54:13.948Z Checking ingot v0.1.1
3602026-03-20T03:54:15.880Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-03-20T03:54:17.545Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-03-20T03:54:19.124Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-03-20T03:54:20.261Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.59s
3642026-03-20T03:54:20.397Z
3652026-03-20T03:54:20.397Zreal 25.781080743
3662026-03-20T03:54:20.397Zuser 1:17.193322800
3672026-03-20T03:54:20.397Zsys 16.067166878
3682026-03-20T03:54:20.401Ztrap 0.050184973
3692026-03-20T03:54:20.401Ztflt 0.067658599
3702026-03-20T03:54:20.401Zdflt 0.102928196
3712026-03-20T03:54:20.401Zkflt 0.001900853
3722026-03-20T03:54:20.401Zlock 4:14.375243026
3732026-03-20T03:54:20.401Zslp 4:02.146397047
3742026-03-20T03:54:20.401Zlat 6.701767725
3752026-03-20T03:54:20.401Zstop 16.724843050
3762026-03-20T03:54:20.401Z+ header 'debug build'
3772026-03-20T03:54:20.401Z+ echo '# ==== debug build ==== #'
3782026-03-20T03:54:20.401Z# ==== debug build ==== #
3792026-03-20T03:54:20.401Z+ ptime -m cargo build
3802026-03-20T03:54:20.606Z Compiling cfg-if v1.0.4
3812026-03-20T03:54:20.609Z Compiling serde_core v1.0.228
3822026-03-20T03:54:20.609Z Compiling libc v0.2.183
3832026-03-20T03:54:20.639Z Compiling thiserror v2.0.18
3842026-03-20T03:54:20.643Z Compiling byteorder v1.5.0
3852026-03-20T03:54:20.646Z Compiling zerocopy v0.8.47
3862026-03-20T03:54:20.649Z Compiling macaddr v1.0.1
3872026-03-20T03:54:20.652Z Compiling stable_deref_trait v1.2.1
3882026-03-20T03:54:20.695Z Compiling bitflags v1.3.2
3892026-03-20T03:54:20.716Z Compiling cobs v0.3.0
3902026-03-20T03:54:20.733Z Compiling rand_core v0.10.0
3912026-03-20T03:54:20.763Z Compiling managed v0.8.0
3922026-03-20T03:54:20.861Z Compiling hash32 v0.3.1
3932026-03-20T03:54:20.920Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-03-20T03:54:20.958Z Compiling memchr v2.8.0
3952026-03-20T03:54:21.034Z Compiling heapless v0.8.0
3962026-03-20T03:54:21.038Z Compiling errno v0.3.14
3972026-03-20T03:54:21.056Z Compiling ipnetwork v0.21.1
3982026-03-20T03:54:21.102Z Compiling utf8parse v0.2.2
3992026-03-20T03:54:21.204Z Compiling once_cell v1.21.3
4002026-03-20T03:54:21.212Z Compiling foreign-types-shared v0.3.1
4012026-03-20T03:54:21.226Z Compiling cpufeatures v0.3.0
4022026-03-20T03:54:21.297Z Compiling unicode-width v0.2.2
4032026-03-20T03:54:21.301Z Compiling chacha20 v0.10.0
4042026-03-20T03:54:21.491Z Compiling cstr-argument v0.1.2
4052026-03-20T03:54:21.593Z Compiling smoltcp v0.11.0
4062026-03-20T03:54:21.674Z Compiling tabwriter v1.4.1
4072026-03-20T03:54:21.682Z Compiling tracing-core v0.1.36
4082026-03-20T03:54:21.686Z Compiling foreign-types v0.5.0
4092026-03-20T03:54:21.756Z Compiling anstyle-parse v0.2.7
4102026-03-20T03:54:21.770Z Compiling getrandom v0.4.2
4112026-03-20T03:54:22.006Z Compiling ref-cast v1.0.25
4122026-03-20T03:54:22.021Z Compiling num_enum v0.7.5
4132026-03-20T03:54:22.110Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4142026-03-20T03:54:22.143Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-03-20T03:54:22.179Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-03-20T03:54:22.232Z Compiling anstyle-query v1.1.5
4172026-03-20T03:54:22.260Z Compiling pretty-hex v0.4.1
4182026-03-20T03:54:22.351Z Compiling is_terminal_polyfill v1.70.2
4192026-03-20T03:54:22.416Z Compiling dyn-clone v1.0.20
4202026-03-20T03:54:22.446Z Compiling colorchoice v1.0.4
4212026-03-20T03:54:22.520Z Compiling pin-project-lite v0.2.17
4222026-03-20T03:54:22.573Z Compiling anstyle v1.0.13
4232026-03-20T03:54:22.609Z Compiling tracing v0.1.44
4242026-03-20T03:54:22.620Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4252026-03-20T03:54:22.872Z Compiling anstream v0.6.21
4262026-03-20T03:54:22.877Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4272026-03-20T03:54:22.911Z Compiling anyhow v1.0.102
4282026-03-20T03:54:23.067Z Compiling bitflags v2.11.0
4292026-03-20T03:54:23.267Z Compiling serde v1.0.228
4302026-03-20T03:54:23.466Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4312026-03-20T03:54:23.490Z Compiling rustix v1.1.4
4322026-03-20T03:54:23.537Z Compiling uuid v1.22.0
4332026-03-20T03:54:23.617Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4342026-03-20T03:54:23.750Z Compiling rand v0.10.0
4352026-03-20T03:54:23.952Z Compiling postcard v1.1.3
4362026-03-20T03:54:24.220Z Compiling terminal_size v0.4.3
4372026-03-20T03:54:24.225Z Compiling socket2 v0.6.3
4382026-03-20T03:54:24.265Z Compiling winnow v0.7.15
4392026-03-20T03:54:24.400Z Compiling colored v3.1.1
4402026-03-20T03:54:24.403Z Compiling clap_lex v1.0.0
4412026-03-20T03:54:24.914Z Compiling ingot-types v0.1.2
4422026-03-20T03:54:25.031Z Compiling oxnet v0.1.4
4432026-03-20T03:54:25.035Z Compiling strsim v0.11.1
4442026-03-20T03:54:25.058Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4452026-03-20T03:54:25.462Z Compiling ingot v0.1.1
4462026-03-20T03:54:25.526Z Compiling clap_builder v4.5.60
4472026-03-20T03:54:26.184Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
4482026-03-20T03:54:27.967Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-03-20T03:54:27.980Z Compiling clap v4.5.60
4502026-03-20T03:54:30.719Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-20T03:54:32.296Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-03-20T03:54:38.131Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.71s
4532026-03-20T03:54:38.167Z
4542026-03-20T03:54:38.175Zreal 17.754842890
4552026-03-20T03:54:38.175Zuser 1:25.520727051
4562026-03-20T03:54:38.175Zsys 7.309081795
4572026-03-20T03:54:38.175Ztrap 0.046399551
4582026-03-20T03:54:38.175Ztflt 0.123950208
4592026-03-20T03:54:38.175Zdflt 0.239038841
4602026-03-20T03:54:38.175Zkflt 0.000000000
4612026-03-20T03:54:38.175Zlock 4:05.274227579
4622026-03-20T03:54:38.175Zslp 2:34.634417735
4632026-03-20T03:54:38.175Zlat 4.945373714
4642026-03-20T03:54:38.175Zstop 3.834346007
4652026-03-20T03:54:38.175Z+ header 'release build'
4662026-03-20T03:54:38.175Z+ echo '# ==== release build ==== #'
4672026-03-20T03:54:38.175Z# ==== release build ==== #
4682026-03-20T03:54:38.175Z+ ptime -m cargo build --release
4692026-03-20T03:54:38.300Z Compiling proc-macro2 v1.0.106
4702026-03-20T03:54:38.300Z Compiling quote v1.0.45
4712026-03-20T03:54:38.300Z Compiling unicode-ident v1.0.24
4722026-03-20T03:54:38.304Z Compiling serde_core v1.0.228
4732026-03-20T03:54:38.304Z Compiling libc v0.2.183
4742026-03-20T03:54:38.304Z Compiling cfg-if v1.0.4
4752026-03-20T03:54:38.304Z Compiling memchr v2.8.0
4762026-03-20T03:54:38.304Z Compiling fnv v1.0.7
4772026-03-20T03:54:38.390Z Compiling strsim v0.11.1
4782026-03-20T03:54:38.421Z Compiling thiserror v2.0.18
4792026-03-20T03:54:38.444Z Compiling ident_case v1.0.1
4802026-03-20T03:54:38.565Z Compiling regex-syntax v0.8.10
4812026-03-20T03:54:38.695Z Compiling serde v1.0.228
4822026-03-20T03:54:38.744Z Compiling zerocopy v0.8.47
4832026-03-20T03:54:39.046Z Compiling aho-corasick v1.1.4
4842026-03-20T03:54:39.060Z Compiling either v1.15.0
4852026-03-20T03:54:39.076Z Compiling anyhow v1.0.102
4862026-03-20T03:54:39.214Z Compiling equivalent v1.0.2
4872026-03-20T03:54:39.264Z Compiling hashbrown v0.16.1
4882026-03-20T03:54:39.296Z Compiling winnow v0.7.15
4892026-03-20T03:54:39.296Z Compiling itertools v0.14.0
4902026-03-20T03:54:39.792Z Compiling syn v2.0.117
4912026-03-20T03:54:39.877Z Compiling byteorder v1.5.0
4922026-03-20T03:54:39.956Z Compiling indexmap v2.13.0
4932026-03-20T03:54:40.106Z Compiling heapless v0.8.0
4942026-03-20T03:54:40.475Z Compiling toml_datetime v1.0.0+spec-1.1.0
4952026-03-20T03:54:40.742Z Compiling regex-automata v0.4.14
4962026-03-20T03:54:40.957Z Compiling hash32 v0.3.1
4972026-03-20T03:54:40.962Z Compiling stable_deref_trait v1.2.1
4982026-03-20T03:54:40.976Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4992026-03-20T03:54:41.033Z Compiling syn v1.0.109
5002026-03-20T03:54:41.107Z Compiling toml_parser v1.0.9+spec-1.1.0
5012026-03-20T03:54:41.258Z Compiling bitflags v2.11.0
5022026-03-20T03:54:41.264Z Compiling rustversion v1.0.22
5032026-03-20T03:54:41.407Z Compiling smoltcp v0.11.0
5042026-03-20T03:54:41.407Z Compiling macaddr v1.0.1
5052026-03-20T03:54:41.653Z Compiling toml_edit v0.25.4+spec-1.1.0
5062026-03-20T03:54:41.662Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5072026-03-20T03:54:41.716Z Compiling bitflags v1.3.2
5082026-03-20T03:54:41.788Z Compiling getrandom v0.4.2
5092026-03-20T03:54:41.828Z Compiling rand_core v0.10.0
5102026-03-20T03:54:41.833Z Compiling rustix v1.1.4
5112026-03-20T03:54:41.917Z Compiling version_check v0.9.5
5122026-03-20T03:54:42.007Z Compiling ref-cast v1.0.25
5132026-03-20T03:54:42.078Z Compiling managed v0.8.0
5142026-03-20T03:54:42.248Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5152026-03-20T03:54:42.369Z Compiling proc-macro-crate v3.5.0
5162026-03-20T03:54:42.519Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-03-20T03:54:42.812Z Compiling errno v0.3.14
5182026-03-20T03:54:42.917Z Compiling unicode-width v0.2.2
5192026-03-20T03:54:42.982Z Compiling regex v1.12.3
5202026-03-20T03:54:42.993Z Compiling foreign-types-shared v0.3.1
5212026-03-20T03:54:43.084Z Compiling ipnetwork v0.21.1
5222026-03-20T03:54:43.272Z Compiling cpufeatures v0.3.0
5232026-03-20T03:54:43.344Z Compiling utf8parse v0.2.2
5242026-03-20T03:54:43.461Z Compiling darling_core v0.21.3
5252026-03-20T03:54:43.510Z Compiling once_cell v1.21.3
5262026-03-20T03:54:43.542Z Compiling anstyle-parse v0.2.7
5272026-03-20T03:54:43.780Z Compiling tracing-core v0.1.36
5282026-03-20T03:54:43.780Z Compiling cstr-argument v0.1.2
5292026-03-20T03:54:43.855Z Compiling chacha20 v0.10.0
5302026-03-20T03:54:43.959Z Compiling tabwriter v1.4.1
5312026-03-20T03:54:44.813Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
5322026-03-20T03:54:44.817Z Compiling anstyle-query v1.1.5
5332026-03-20T03:54:44.829Z Compiling pretty-hex v0.4.1
5342026-03-20T03:54:44.947Z Compiling dyn-clone v1.0.20
5352026-03-20T03:54:44.999Z Compiling is_terminal_polyfill v1.70.2
5362026-03-20T03:54:45.096Z Compiling colorchoice v1.0.4
5372026-03-20T03:54:45.107Z Compiling anstyle v1.0.13
5382026-03-20T03:54:45.110Z Compiling pin-project-lite v0.2.17
5392026-03-20T03:54:45.217Z Compiling terminal_size v0.4.3
5402026-03-20T03:54:45.245Z Compiling thiserror-impl v2.0.18
5412026-03-20T03:54:45.333Z Compiling zerocopy-derive v0.8.47
5422026-03-20T03:54:45.375Z Compiling serde_derive v1.0.228
5432026-03-20T03:54:45.417Z Compiling num_enum_derive v0.7.5
5442026-03-20T03:54:45.913Z Compiling ref-cast-impl v1.0.25
5452026-03-20T03:54:46.021Z Compiling foreign-types-macros v0.2.3
5462026-03-20T03:54:46.514Z Compiling darling_macro v0.21.3
5472026-03-20T03:54:46.699Z Compiling num_enum v0.7.5
5482026-03-20T03:54:46.746Z Compiling tracing-attributes v0.1.31
5492026-03-20T03:54:46.800Z Compiling foreign-types v0.5.0
5502026-03-20T03:54:46.822Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5512026-03-20T03:54:46.874Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5522026-03-20T03:54:46.969Z Compiling cobs v0.3.0
5532026-03-20T03:54:47.185Z Compiling darling v0.21.3
5542026-03-20T03:54:47.223Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5552026-03-20T03:54:47.264Z Compiling ingot-macros v0.1.1
5562026-03-20T03:54:47.299Z Compiling anstream v0.6.21
5572026-03-20T03:54:47.396Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5582026-03-20T03:54:47.452Z Compiling rand v0.10.0
5592026-03-20T03:54:47.794Z Compiling uuid v1.22.0
5602026-03-20T03:54:47.812Z Compiling socket2 v0.6.3
5612026-03-20T03:54:47.969Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5622026-03-20T03:54:48.313Z Compiling oxnet v0.1.4
5632026-03-20T03:54:48.363Z Compiling tracing v0.1.44
5642026-03-20T03:54:48.495Z Compiling heck v0.5.0
5652026-03-20T03:54:48.529Z Compiling clap_lex v1.0.0
5662026-03-20T03:54:48.658Z Compiling colored v3.1.1
5672026-03-20T03:54:48.755Z Compiling clap_derive v4.5.55
5682026-03-20T03:54:48.932Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5692026-03-20T03:54:49.329Z Compiling clap_builder v4.5.60
5702026-03-20T03:54:49.663Z Compiling postcard v1.1.3
5712026-03-20T03:54:51.659Z Compiling ingot-types v0.1.2
5722026-03-20T03:54:51.925Z Compiling clap v4.5.60
5732026-03-20T03:54:52.094Z Compiling ingot v0.1.1
5742026-03-20T03:54:54.436Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-03-20T03:54:55.833Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-03-20T03:54:57.184Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-03-20T03:55:05.587Z Finished `release` profile [optimized + debuginfo] target(s) in 27.40s
5782026-03-20T03:55:05.621Z
5792026-03-20T03:55:05.624Zreal 27.436810021
5802026-03-20T03:55:05.624Zuser 2:17.583788929
5812026-03-20T03:55:05.624Zsys 16.561376192
5822026-03-20T03:55:05.624Ztrap 0.069395607
5832026-03-20T03:55:05.624Ztflt 0.119310988
5842026-03-20T03:55:05.624Zdflt 0.496821080
5852026-03-20T03:55:05.624Zkflt 0.000014647
5862026-03-20T03:55:05.624Zlock 6:24.484527165
5872026-03-20T03:55:05.624Zslp 4:38.580705423
5882026-03-20T03:55:05.624Zlat 5.342861335
5892026-03-20T03:55:05.624Zstop 10.843675192
5902026-03-20T03:55:05.624Z+ popd
5912026-03-20T03:55:05.624Z/work/oxidecomputer/opte
5922026-03-20T03:55:05.624Z+ for x in debug release
5932026-03-20T03:55:05.624Z+ mkdir -p /work/debug
5942026-03-20T03:55:05.625Z+ cp target/debug/opteadm /work/debug/
5952026-03-20T03:55:05.652Z+ sha256sum target/debug/opteadm
5962026-03-20T03:55:05.683Z+ for x in debug release
5972026-03-20T03:55:05.683Z+ mkdir -p /work/release
5982026-03-20T03:55:05.686Z+ cp target/release/opteadm /work/release/
5992026-03-20T03:55:05.707Z+ sha256sum target/release/opteadm
6002026-03-20T03:55:05.726Zprocess exited: duration 86563 ms, exit code 0
 
6012026-03-20T03:55:05.732Zfound 4 output files
6022026-03-20T03:55:05.732Zuploading: /work/debug/opteadm (36024552 bytes)
6032026-03-20T03:55:06.981Zuploaded: /work/debug/opteadm
6042026-03-20T03:55:06.984Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-03-20T03:55:07.994Zuploaded: /work/debug/opteadm.debug.sha256
6062026-03-20T03:55:07.994Zuploading: /work/release/opteadm (22679368 bytes)
6072026-03-20T03:55:09.148Zuploaded: /work/release/opteadm
6082026-03-20T03:55:09.151Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-03-20T03:55:10.160Zuploaded: /work/release/opteadm.release.sha256