01KRB1RYY9MNY86GYBE4RN387Y: 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: 01KRB1SEDQ2B5G0YEP707JA8AK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T08:18:13.851Zjob assigned to worker 01KRB1SE5YY0YJ25BA9KP9RMCH [factory aws, i-07e6910bc5c68af12] (queued for 52 s)
 
22026-05-11T08:18:20.039Zstarting task 0: "setup"
32026-05-11T08:18:20.046Z++ uname -s
42026-05-11T08:18:20.049Z+ kern=SunOS
52026-05-11T08:18:20.049Z+ build_user=build
62026-05-11T08:18:20.049Z+ build_uid=12345
72026-05-11T08:18:20.049Z+ work_dir=/work
82026-05-11T08:18:20.049Z+ input_dir=/input
92026-05-11T08:18:20.049Z+ [[ 0 == 12345 ]]
102026-05-11T08:18:20.049Z+ case "$kern" in
112026-05-11T08:18:20.049Z+ groupadd -g 12345 build
122026-05-11T08:18:20.052Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T08:18:22.055Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T08:18:22.212Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T08:18:22.215Z+ home_fs=zfs
162026-05-11T08:18:22.215Z+ [[ zfs == autofs ]]
172026-05-11T08:18:22.215Z+ mkdir -p /home/build
182026-05-11T08:18:22.215Z+ chown build:build /home/build /work
192026-05-11T08:18:24.216Z+ chmod 0700 /home/build /work
202026-05-11T08:18:24.219Zprocess exited: duration 4179 ms, exit code 0
 
212026-05-11T08:18:24.225Zstarting task 1: "rust-toolchain"
222026-05-11T08:18:24.229Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T08:18:24.230Z * rust toolchain channel = "1.94.1"
242026-05-11T08:18:24.230Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-11T08:18:24.230Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-11T08:18:24.230Z * rust toolchain profile = "default"
272026-05-11T08:18:24.230Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T08:18:24.235Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T08:18:24.235Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T08:18:24.335Zinfo: downloading installer
312026-05-11T08:18:25.623Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T08:18:25.623Zwarn: /home/build/.rustup/settings.toml
332026-05-11T08:18:25.623Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T08:18:25.623Zwarn: instead of the one inferred from the default host triple.
352026-05-11T08:18:25.636Zinfo: profile set to default
362026-05-11T08:18:25.636Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T08:18:25.638Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T08:18:25.770Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T08:18:25.773Zinfo: downloading 6 components
402026-05-11T08:18:40.017Z
412026-05-11T08:18:40.017Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
422026-05-11T08:18:40.046Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T08:18:40.046Z
442026-05-11T08:18:40.049Z
452026-05-11T08:18:40.049ZRust is installed now. Great!
462026-05-11T08:18:40.049Z
472026-05-11T08:18:40.049ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T08:18:40.049Zenvironment variable. This has not been done automatically.
492026-05-11T08:18:40.049Z
502026-05-11T08:18:40.049ZTo configure your current shell, you need to source
512026-05-11T08:18:40.049Zthe corresponding env file under $HOME/.cargo.
522026-05-11T08:18:40.049Z
532026-05-11T08:18:40.049ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T08:18:40.049Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T08:18:40.049Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T08:18:40.049Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T08:18:40.049Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T08:18:40.049Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T08:18:40.049Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T08:18:40.049Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T08:18:40.049Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T08:18:40.147Z+ rustup --version
632026-05-11T08:18:40.155Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T08:18:40.158Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T08:18:40.177Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T08:18:40.180Z+ cargo --version
672026-05-11T08:18:40.192Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T08:18:40.196Z+ rustc --version
692026-05-11T08:18:40.215Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T08:18:40.218Zprocess exited: duration 15992 ms, exit code 0
 
712026-05-11T08:18:40.229Zstarting task 2: "authentication"
722026-05-11T08:18:40.245Zprocess exited: duration 15 ms, exit code 0
 
732026-05-11T08:18:40.251Zstarting task 3: "clone repository"
742026-05-11T08:18:40.256Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T08:18:40.260Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T08:18:40.286ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T08:18:41.103Z+ cd /work/oxidecomputer/opte
782026-05-11T08:18:41.106Z+ git fetch origin 27627c9e134f6dacafb579d70170e18fe7fda7e3
792026-05-11T08:18:41.341ZFrom https://github.com/oxidecomputer/opte
802026-05-11T08:18:41.341Z * branch 27627c9e134f6dacafb579d70170e18fe7fda7e3 -> FETCH_HEAD
812026-05-11T08:18:41.346Z+ [[ -n renovate/lock-file-maintenance ]]
822026-05-11T08:18:41.349Z++ git branch --show-current
832026-05-11T08:18:41.349Z+ current=master
842026-05-11T08:18:41.349Z+ [[ master != renovate/lock-file-maintenance ]]
852026-05-11T08:18:41.349Z+ git branch -f renovate/lock-file-maintenance 27627c9e134f6dacafb579d70170e18fe7fda7e3
862026-05-11T08:18:41.353Z+ git checkout -f renovate/lock-file-maintenance
872026-05-11T08:18:41.368ZSwitched to branch 'renovate/lock-file-maintenance'
882026-05-11T08:18:41.371Z+ git reset --hard 27627c9e134f6dacafb579d70170e18fe7fda7e3
892026-05-11T08:18:41.384ZHEAD is now at 27627c9 Lock file maintenance
902026-05-11T08:18:41.387Zprocess exited: duration 1134 ms, exit code 0
 
912026-05-11T08:18:41.393Zstarting task 4: "build"
922026-05-11T08:18:41.397Z+ source .github/buildomat/common.sh
932026-05-11T08:18:41.397Z++ rustup show active-toolchain
942026-05-11T08:18:41.402Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T08:18:41.405Z++ pushd xde
962026-05-11T08:18:41.405Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T08:18:41.405Z++ rustup show active-toolchain
982026-05-11T08:18:41.408Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T08:18:41.548Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T08:18:41.550Zinfo: downloading 6 components
1012026-05-11T08:18:54.722Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T08:18:54.813Z+++ rustup show active-toolchain -v
1032026-05-11T08:18:54.816Z+++ head -n 1
1042026-05-11T08:18:54.816Z+++ cut '-d ' -f1
1052026-05-11T08:18:54.867Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T08:18:54.868Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T08:18:54.868Z++ popd
1082026-05-11T08:18:54.868Z/work/oxidecomputer/opte
1092026-05-11T08:18:54.870Z+ cargo --version
1102026-05-11T08:18:54.877Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T08:18:54.880Z+ rustc --version
1122026-05-11T08:18:54.900Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T08:18:54.902Z+ pushd bin/opteadm
1142026-05-11T08:18:54.902Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-05-11T08:18:54.902Z+ header 'check style'
1162026-05-11T08:18:54.902Z+ echo '# ==== check style ==== #'
1172026-05-11T08:18:54.902Z# ==== check style ==== #
1182026-05-11T08:18:54.903Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-05-11T08:18:54.974Z
1202026-05-11T08:18:54.974Zreal 0.069696055
1212026-05-11T08:18:54.974Zuser 0.038793303
1222026-05-11T08:18:54.974Zsys 0.028105248
1232026-05-11T08:18:54.974Ztrap 0.000012170
1242026-05-11T08:18:54.974Ztflt 0.000005280
1252026-05-11T08:18:54.974Zdflt 0.000002720
1262026-05-11T08:18:54.974Zkflt 0.000001040
1272026-05-11T08:18:54.974Zlock 0.030684470
1282026-05-11T08:18:54.974Zslp 0.049641316
1292026-05-11T08:18:54.974Zlat 0.000695100
1302026-05-11T08:18:54.975Zstop 0.000087920
1312026-05-11T08:18:54.977Z+ header analyze
1322026-05-11T08:18:54.977Z+ echo '# ==== analyze ==== #'
1332026-05-11T08:18:54.977Z# ==== analyze ==== #
1342026-05-11T08:18:54.978Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-05-11T08:18:55.113Z Updating crates.io index
1362026-05-11T08:18:55.154Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-11T08:18:56.167Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-11T08:18:56.463Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-11T08:18:56.805Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-11T08:18:57.225Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-11T08:18:57.459Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-11T08:18:57.758Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-11T08:18:59.994Z Downloading crates ...
1442026-05-11T08:19:00.039Z Downloaded colorchoice v1.0.5
1452026-05-11T08:19:00.045Z Downloaded cpufeatures v0.3.0
1462026-05-11T08:19:00.050Z Downloaded bitflags v1.3.2
1472026-05-11T08:19:00.053Z Downloaded defmt-macros v1.0.1
1482026-05-11T08:19:00.053Z Downloaded dyn-clone v1.0.20
1492026-05-11T08:19:00.056Z Downloaded macaddr v1.0.1
1502026-05-11T08:19:00.056Z Downloaded cfg-if v1.0.4
1512026-05-11T08:19:00.056Z Downloaded defmt v0.3.100
1522026-05-11T08:19:00.059Z Downloaded defmt-parser v1.0.0
1532026-05-11T08:19:00.062Z Downloaded chacha20 v0.10.0
1542026-05-11T08:19:00.065Z Downloaded cobs v0.3.0
1552026-05-11T08:19:00.068Z Downloaded tabwriter v1.4.1
1562026-05-11T08:19:00.068Z Downloaded managed v0.8.0
1572026-05-11T08:19:00.071Z Downloaded darling_macro v0.21.3
1582026-05-11T08:19:00.075Z Downloaded zerocopy v0.8.48
1592026-05-11T08:19:00.086Z Downloaded pretty-hex v0.4.2
1602026-05-11T08:19:00.089Z Downloaded anstream v1.0.0
1612026-05-11T08:19:00.089Z Downloaded proc-macro-error-attr2 v2.0.0
1622026-05-11T08:19:00.089Z Downloaded darling v0.21.3
1632026-05-11T08:19:00.092Z Downloaded cstr-argument v0.1.2
1642026-05-11T08:19:00.092Z Downloaded anstyle-parse v1.0.0
1652026-05-11T08:19:00.094Z Downloaded stable_deref_trait v1.2.1
1662026-05-11T08:19:00.094Z Downloaded version_check v0.9.5
1672026-05-11T08:19:00.095Z Downloaded ref-cast-impl v1.0.25
1682026-05-11T08:19:00.098Z Downloaded is_terminal_polyfill v1.70.2
1692026-05-11T08:19:00.098Z Downloaded clap_lex v1.1.0
1702026-05-11T08:19:00.098Z Downloaded ident_case v1.0.1
1712026-05-11T08:19:00.102Z Downloaded equivalent v1.0.2
1722026-05-11T08:19:00.105Z Downloaded foreign-types-macros v0.2.3
1732026-05-11T08:19:00.108Z Downloaded hash32 v0.3.1
1742026-05-11T08:19:00.111Z Downloaded embedded-io v0.6.1
1752026-05-11T08:19:00.114Z Downloaded proc-macro-crate v3.5.0
1762026-05-11T08:19:00.114Z Downloaded anstyle-query v1.1.5
1772026-05-11T08:19:00.122Z Downloaded proc-macro-error2 v2.0.1
1782026-05-11T08:19:00.125Z Downloaded either v1.15.0
1792026-05-11T08:19:00.125Z Downloaded thiserror v2.0.18
1802026-05-11T08:19:00.128Z Downloaded anstyle v1.0.14
1812026-05-11T08:19:00.128Z Downloaded defmt v1.0.1
1822026-05-11T08:19:00.131Z Downloaded rand_core v0.10.1
1832026-05-11T08:19:00.137Z Downloaded errno v0.3.14
1842026-05-11T08:19:00.140Z Downloaded heck v0.5.0
1852026-05-11T08:19:00.140Z Downloaded foreign-types v0.5.0
1862026-05-11T08:19:00.144Z Downloaded fnv v1.0.7
1872026-05-11T08:19:00.147Z Downloaded foreign-types-shared v0.3.1
1882026-05-11T08:19:00.150Z Downloaded utf8parse v0.2.2
1892026-05-11T08:19:00.150Z Downloaded terminal_size v0.4.4
1902026-05-11T08:19:00.150Z Downloaded strsim v0.11.1
1912026-05-11T08:19:00.150Z Downloaded ref-cast v1.0.25
1922026-05-11T08:19:00.156Z Downloaded num_enum_derive v0.7.6
1932026-05-11T08:19:00.162Z Downloaded quote v1.0.45
1942026-05-11T08:19:00.164Z Downloaded rustversion v1.0.22
1952026-05-11T08:19:00.164Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1962026-05-11T08:19:00.168Z Downloaded ipnetwork v0.21.1
1972026-05-11T08:19:00.168Z Downloaded embedded-io v0.4.0
1982026-05-11T08:19:00.168Z Downloaded byteorder v1.5.0
1992026-05-11T08:19:00.168Z Downloaded thiserror-impl v2.0.18
2002026-05-11T08:19:00.171Z Downloaded colored v3.1.1
2012026-05-11T08:19:00.174Z Downloaded pin-project-lite v0.2.17
2022026-05-11T08:19:00.180Z Downloaded ingot v0.1.1
2032026-05-11T08:19:00.183Z Downloaded anyhow v1.0.102
2042026-05-11T08:19:00.191Z Downloaded num_enum v0.7.6
2052026-05-11T08:19:00.196Z Downloaded oxnet v0.1.5
2062026-05-11T08:19:00.199Z Downloaded ingot-types v0.1.2
2072026-05-11T08:19:00.208Z Downloaded toml_parser v1.1.2+spec-1.1.0
2082026-05-11T08:19:00.212Z Downloaded postcard v1.1.3
2092026-05-11T08:19:00.215Z Downloaded once_cell v1.21.4
2102026-05-11T08:19:00.215Z Downloaded socket2 v0.6.3
2112026-05-11T08:19:00.215Z Downloaded bitflags v2.11.1
2122026-05-11T08:19:00.218Z Downloaded clap_derive v4.6.1
2132026-05-11T08:19:00.218Z Downloaded darling_core v0.21.3
2142026-05-11T08:19:00.226Z Downloaded tracing-attributes v0.1.31
2152026-05-11T08:19:00.229Z Downloaded ingot-macros v0.1.1
2162026-05-11T08:19:00.239Z Downloaded clap v4.6.1
2172026-05-11T08:19:00.244Z Downloaded unicode-ident v1.0.24
2182026-05-11T08:19:00.247Z Downloaded uuid v1.23.1
2192026-05-11T08:19:00.252Z Downloaded getrandom v0.4.2
2202026-05-11T08:19:00.257Z Downloaded serde_core v1.0.228
2212026-05-11T08:19:00.261Z Downloaded serde_derive v1.0.228
2222026-05-11T08:19:00.269Z Downloaded toml_edit v0.25.11+spec-1.1.0
2232026-05-11T08:19:00.272Z Downloaded proc-macro2 v1.0.106
2242026-05-11T08:19:00.286Z Downloaded serde v1.0.228
2252026-05-11T08:19:00.295Z Downloaded heapless v0.8.0
2262026-05-11T08:19:00.305Z Downloaded tracing-core v0.1.36
2272026-05-11T08:19:00.308Z Downloaded memchr v2.8.0
2282026-05-11T08:19:00.311Z Downloaded indexmap v2.14.0
2292026-05-11T08:19:00.314Z Downloaded rand v0.10.1
2302026-05-11T08:19:00.340Z Downloaded zerocopy-derive v0.8.48
2312026-05-11T08:19:00.367Z Downloaded hashbrown v0.17.1
2322026-05-11T08:19:00.376Z Downloaded itertools v0.14.0
2332026-05-11T08:19:00.380Z Downloaded regex v1.12.3
2342026-05-11T08:19:00.385Z Downloaded aho-corasick v1.1.4
2352026-05-11T08:19:00.392Z Downloaded winnow v1.0.2
2362026-05-11T08:19:00.395Z Downloaded clap_builder v4.6.0
2372026-05-11T08:19:00.440Z Downloaded syn v1.0.109
2382026-05-11T08:19:00.456Z Downloaded unicode-width v0.2.2
2392026-05-11T08:19:00.462Z Downloaded syn v2.0.117
2402026-05-11T08:19:00.471Z Downloaded smoltcp v0.11.0
2412026-05-11T08:19:00.487Z Downloaded regex-syntax v0.8.10
2422026-05-11T08:19:00.491Z Downloaded rustix v1.1.4
2432026-05-11T08:19:00.505Z Downloaded tracing v0.1.44
2442026-05-11T08:19:00.523Z Downloaded regex-automata v0.4.14
2452026-05-11T08:19:00.536Z Downloaded libc v0.2.186
2462026-05-11T08:19:00.599Z Compiling proc-macro2 v1.0.106
2472026-05-11T08:19:00.599Z Compiling quote v1.0.45
2482026-05-11T08:19:00.602Z Compiling unicode-ident v1.0.24
2492026-05-11T08:19:00.602Z Compiling serde_core v1.0.228
2502026-05-11T08:19:00.602Z Compiling libc v0.2.186
2512026-05-11T08:19:00.602Z Checking cfg-if v1.0.4
2522026-05-11T08:19:00.602Z Compiling memchr v2.8.0
2532026-05-11T08:19:00.602Z Compiling strsim v0.11.1
2542026-05-11T08:19:00.725Z Compiling thiserror v2.0.18
2552026-05-11T08:19:00.802Z Compiling ident_case v1.0.1
2562026-05-11T08:19:00.911Z Compiling fnv v1.0.7
2572026-05-11T08:19:00.962Z Compiling regex-syntax v0.8.10
2582026-05-11T08:19:00.999Z Compiling equivalent v1.0.2
2592026-05-11T08:19:01.036Z Compiling zerocopy v0.8.48
2602026-05-11T08:19:01.067Z Compiling aho-corasick v1.1.4
2612026-05-11T08:19:01.219Z Compiling serde v1.0.228
2622026-05-11T08:19:01.226Z Compiling anyhow v1.0.102
2632026-05-11T08:19:01.360Z Compiling hashbrown v0.17.1
2642026-05-11T08:19:01.403Z Compiling either v1.15.0
2652026-05-11T08:19:01.522Z Compiling winnow v1.0.2
2662026-05-11T08:19:01.563Z Compiling itertools v0.14.0
2672026-05-11T08:19:01.633Z Compiling heapless v0.8.0
2682026-05-11T08:19:01.885Z Compiling indexmap v2.14.0
2692026-05-11T08:19:01.924Z Checking byteorder v1.5.0
2702026-05-11T08:19:02.082Z Compiling syn v2.0.117
2712026-05-11T08:19:02.114Z Compiling toml_datetime v1.1.1+spec-1.1.0
2722026-05-11T08:19:02.328Z Checking hash32 v0.3.1
2732026-05-11T08:19:02.417Z Checking bitflags v2.11.1
2742026-05-11T08:19:02.435Z Compiling regex-automata v0.4.14
2752026-05-11T08:19:02.465Z Compiling toml_parser v1.1.2+spec-1.1.0
2762026-05-11T08:19:02.524Z Compiling syn v1.0.109
2772026-05-11T08:19:02.576Z Compiling rustversion v1.0.22
2782026-05-11T08:19:02.633Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2792026-05-11T08:19:02.773Z Checking stable_deref_trait v1.2.1
2802026-05-11T08:19:02.825Z Compiling toml_edit v0.25.11+spec-1.1.0
2812026-05-11T08:19:02.838Z Compiling smoltcp v0.11.0
2822026-05-11T08:19:02.858Z Checking macaddr v1.0.1
2832026-05-11T08:19:02.994Z Compiling version_check v0.9.5
2842026-05-11T08:19:03.011Z Compiling rustix v1.1.4
2852026-05-11T08:19:03.019Z Checking bitflags v1.3.2
2862026-05-11T08:19:03.077Z Compiling getrandom v0.4.2
2872026-05-11T08:19:03.170Z Compiling ref-cast v1.0.25
2882026-05-11T08:19:03.253Z Checking managed v0.8.0
2892026-05-11T08:19:03.302Z Checking rand_core v0.10.1
2902026-05-11T08:19:03.324Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
2912026-05-11T08:19:03.454Z Compiling proc-macro-crate v3.5.0
2922026-05-11T08:19:03.558Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-05-11T08:19:03.764Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-05-11T08:19:03.798Z Checking errno v0.3.14
2952026-05-11T08:19:03.893Z Checking cpufeatures v0.3.0
2962026-05-11T08:19:03.914Z Checking foreign-types-shared v0.3.1
2972026-05-11T08:19:03.955Z Checking utf8parse v0.2.2
2982026-05-11T08:19:03.994Z Checking once_cell v1.21.4
2992026-05-11T08:19:04.050Z Checking ipnetwork v0.21.1
3002026-05-11T08:19:04.052Z Checking unicode-width v0.2.2
3012026-05-11T08:19:04.161Z Compiling regex v1.12.3
3022026-05-11T08:19:04.224Z Checking tracing-core v0.1.36
3032026-05-11T08:19:04.302Z Checking tabwriter v1.4.1
3042026-05-11T08:19:04.442Z Checking anstyle-parse v1.0.0
3052026-05-11T08:19:04.493Z Checking cstr-argument v0.1.2
3062026-05-11T08:19:04.548Z Checking chacha20 v0.10.0
3072026-05-11T08:19:04.693Z Compiling darling_core v0.21.3
3082026-05-11T08:19:04.838Z Checking dyn-clone v1.0.20
3092026-05-11T08:19:04.935Z Checking is_terminal_polyfill v1.70.2
3102026-05-11T08:19:04.966Z Checking colorchoice v1.0.5
3112026-05-11T08:19:04.969Z Checking anstyle-query v1.1.5
3122026-05-11T08:19:05.010Z Checking pin-project-lite v0.2.17
3132026-05-11T08:19:05.037Z Checking pretty-hex v0.4.2
3142026-05-11T08:19:05.051Z Checking anstyle v1.0.14
3152026-05-11T08:19:05.057Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
3162026-05-11T08:19:05.091Z Checking terminal_size v0.4.4
3172026-05-11T08:19:05.197Z Checking rand v0.10.1
3182026-05-11T08:19:05.224Z Checking anstream v1.0.0
3192026-05-11T08:19:05.267Z Checking uuid v1.23.1
3202026-05-11T08:19:05.290Z Checking socket2 v0.6.3
3212026-05-11T08:19:05.419Z Compiling heck v0.5.0
3222026-05-11T08:19:05.515Z Checking clap_lex v1.1.0
3232026-05-11T08:19:05.615Z Checking oxnet v0.1.5
3242026-05-11T08:19:05.656Z Checking colored v3.1.1
3252026-05-11T08:19:05.665Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3262026-05-11T08:19:05.689Z Checking clap_builder v4.6.0
3272026-05-11T08:19:05.928Z Compiling thiserror-impl v2.0.18
3282026-05-11T08:19:06.024Z Compiling serde_derive v1.0.228
3292026-05-11T08:19:06.037Z Compiling zerocopy-derive v0.8.48
3302026-05-11T08:19:06.052Z Compiling num_enum_derive v0.7.6
3312026-05-11T08:19:06.287Z Compiling foreign-types-macros v0.2.3
3322026-05-11T08:19:06.675Z Compiling ref-cast-impl v1.0.25
3332026-05-11T08:19:06.705Z Compiling darling_macro v0.21.3
3342026-05-11T08:19:06.882Z Checking foreign-types v0.5.0
3352026-05-11T08:19:06.930Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3362026-05-11T08:19:06.949Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-05-11T08:19:07.023Z Checking num_enum v0.7.6
3382026-05-11T08:19:07.127Z Compiling tracing-attributes v0.1.31
3392026-05-11T08:19:07.221Z Checking cobs v0.3.0
3402026-05-11T08:19:07.231Z Compiling darling v0.21.3
3412026-05-11T08:19:07.305Z Compiling ingot-macros v0.1.1
3422026-05-11T08:19:07.325Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
3432026-05-11T08:19:07.359Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3442026-05-11T08:19:07.389Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-05-11T08:19:07.474Z Compiling clap_derive v4.6.1
3462026-05-11T08:19:08.115Z Checking tracing v0.1.44
3472026-05-11T08:19:08.591Z Checking postcard v1.1.3
3482026-05-11T08:19:08.785Z Checking clap v4.6.1
3492026-05-11T08:19:09.967Z Checking ingot-types v0.1.2
3502026-05-11T08:19:10.233Z Checking ingot v0.1.1
3512026-05-11T08:19:11.528Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-05-11T08:19:12.705Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-05-11T08:19:13.919Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-05-11T08:19:14.740Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.71s
3552026-05-11T08:19:14.860Z
3562026-05-11T08:19:14.860Zreal 19.880294166
3572026-05-11T08:19:14.860Zuser 54.013519749
3582026-05-11T08:19:14.860Zsys 12.854598689
3592026-05-11T08:19:14.860Ztrap 0.039970613
3602026-05-11T08:19:14.860Ztflt 0.055878148
3612026-05-11T08:19:14.860Zdflt 0.105625167
3622026-05-11T08:19:14.861Zkflt 0.007584590
3632026-05-11T08:19:14.861Zlock 2:50.192564475
3642026-05-11T08:19:14.861Zslp 2:57.128580764
3652026-05-11T08:19:14.861Zlat 3.808671822
3662026-05-11T08:19:14.861Zstop 11.259484524
3672026-05-11T08:19:14.864Z+ header 'debug build'
3682026-05-11T08:19:14.864Z+ echo '# ==== debug build ==== #'
3692026-05-11T08:19:14.864Z# ==== debug build ==== #
3702026-05-11T08:19:14.864Z+ ptime -m cargo build
3712026-05-11T08:19:15.018Z Compiling cfg-if v1.0.4
3722026-05-11T08:19:15.021Z Compiling serde_core v1.0.228
3732026-05-11T08:19:15.021Z Compiling libc v0.2.186
3742026-05-11T08:19:15.045Z Compiling thiserror v2.0.18
3752026-05-11T08:19:15.048Z Compiling byteorder v1.5.0
3762026-05-11T08:19:15.052Z Compiling zerocopy v0.8.48
3772026-05-11T08:19:15.055Z Compiling macaddr v1.0.1
3782026-05-11T08:19:15.055Z Compiling stable_deref_trait v1.2.1
3792026-05-11T08:19:15.093Z Compiling rand_core v0.10.1
3802026-05-11T08:19:15.105Z Compiling cobs v0.3.0
3812026-05-11T08:19:15.122Z Compiling managed v0.8.0
3822026-05-11T08:19:15.209Z Compiling hash32 v0.3.1
3832026-05-11T08:19:15.241Z Compiling bitflags v1.3.2
3842026-05-11T08:19:15.288Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-05-11T08:19:15.302Z Compiling heapless v0.8.0
3862026-05-11T08:19:15.335Z Compiling errno v0.3.14
3872026-05-11T08:19:15.351Z Compiling cpufeatures v0.3.0
3882026-05-11T08:19:15.367Z Compiling ipnetwork v0.21.1
3892026-05-11T08:19:15.377Z Compiling utf8parse v0.2.2
3902026-05-11T08:19:15.412Z Compiling unicode-width v0.2.2
3912026-05-11T08:19:15.467Z Compiling memchr v2.8.0
3922026-05-11T08:19:15.492Z Compiling once_cell v1.21.4
3932026-05-11T08:19:15.497Z Compiling foreign-types-shared v0.3.1
3942026-05-11T08:19:15.573Z Compiling foreign-types v0.5.0
3952026-05-11T08:19:15.641Z Compiling tracing-core v0.1.36
3962026-05-11T08:19:15.707Z Compiling smoltcp v0.11.0
3972026-05-11T08:19:15.713Z Compiling tabwriter v1.4.1
3982026-05-11T08:19:15.749Z Compiling anstyle-parse v1.0.0
3992026-05-11T08:19:15.903Z Compiling cstr-argument v0.1.2
4002026-05-11T08:19:15.954Z Compiling chacha20 v0.10.0
4012026-05-11T08:19:16.061Z Compiling ref-cast v1.0.25
4022026-05-11T08:19:16.121Z Compiling num_enum v0.7.6
4032026-05-11T08:19:16.155Z Compiling getrandom v0.4.2
4042026-05-11T08:19:16.226Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
4052026-05-11T08:19:16.294Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-05-11T08:19:16.330Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-05-11T08:19:16.363Z Compiling anstyle v1.0.14
4082026-05-11T08:19:16.392Z Compiling anstyle-query v1.1.5
4092026-05-11T08:19:16.493Z Compiling colorchoice v1.0.5
4102026-05-11T08:19:16.604Z Compiling pin-project-lite v0.2.17
4112026-05-11T08:19:16.626Z Compiling pretty-hex v0.4.2
4122026-05-11T08:19:16.634Z Compiling is_terminal_polyfill v1.70.2
4132026-05-11T08:19:16.689Z Compiling bitflags v2.11.1
4142026-05-11T08:19:16.713Z Compiling serde v1.0.228
4152026-05-11T08:19:16.750Z Compiling dyn-clone v1.0.20
4162026-05-11T08:19:16.884Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4172026-05-11T08:19:16.884Z Compiling rustix v1.1.4
4182026-05-11T08:19:16.910Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
4192026-05-11T08:19:17.000Z Compiling anstream v1.0.0
4202026-05-11T08:19:17.121Z Compiling tracing v0.1.44
4212026-05-11T08:19:17.129Z Compiling uuid v1.23.1
4222026-05-11T08:19:17.389Z Compiling postcard v1.1.3
4232026-05-11T08:19:17.477Z Compiling terminal_size v0.4.4
4242026-05-11T08:19:17.480Z Compiling anyhow v1.0.102
4252026-05-11T08:19:17.523Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-05-11T08:19:17.625Z Compiling rand v0.10.1
4272026-05-11T08:19:17.709Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-05-11T08:19:17.739Z Compiling socket2 v0.6.3
4292026-05-11T08:19:17.821Z Compiling clap_lex v1.1.0
4302026-05-11T08:19:18.003Z Compiling ingot-types v0.1.2
4312026-05-11T08:19:18.025Z Compiling strsim v0.11.1
4322026-05-11T08:19:18.058Z Compiling winnow v1.0.2
4332026-05-11T08:19:18.212Z Compiling oxnet v0.1.5
4342026-05-11T08:19:18.337Z Compiling ingot v0.1.1
4352026-05-11T08:19:18.395Z Compiling colored v3.1.1
4362026-05-11T08:19:18.603Z Compiling clap_builder v4.6.0
4372026-05-11T08:19:18.715Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-05-11T08:19:19.136Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
4392026-05-11T08:19:20.038Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-05-11T08:19:20.178Z Compiling clap v4.6.1
4412026-05-11T08:19:21.528Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-05-11T08:19:22.967Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-05-11T08:19:27.302Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.43s
4442026-05-11T08:19:27.333Z
4452026-05-11T08:19:27.341Zreal 12.462237121
4462026-05-11T08:19:27.341Zuser 1:05.022048747
4472026-05-11T08:19:27.342Zsys 5.951662601
4482026-05-11T08:19:27.342Ztrap 0.033642350
4492026-05-11T08:19:27.342Ztflt 0.196238893
4502026-05-11T08:19:27.342Zdflt 0.197503446
4512026-05-11T08:19:27.342Zkflt 0.000003580
4522026-05-11T08:19:27.342Zlock 2:57.209833890
4532026-05-11T08:19:27.342Zslp 1:56.288620063
4542026-05-11T08:19:27.342Zlat 3.992188998
4552026-05-11T08:19:27.342Zstop 3.163059712
4562026-05-11T08:19:27.342Z+ header 'release build'
4572026-05-11T08:19:27.342Z+ echo '# ==== release build ==== #'
4582026-05-11T08:19:27.342Z# ==== release build ==== #
4592026-05-11T08:19:27.342Z+ ptime -m cargo build --release
4602026-05-11T08:19:27.430Z Compiling proc-macro2 v1.0.106
4612026-05-11T08:19:27.430Z Compiling quote v1.0.45
4622026-05-11T08:19:27.430Z Compiling unicode-ident v1.0.24
4632026-05-11T08:19:27.433Z Compiling serde_core v1.0.228
4642026-05-11T08:19:27.433Z Compiling libc v0.2.186
4652026-05-11T08:19:27.433Z Compiling cfg-if v1.0.4
4662026-05-11T08:19:27.434Z Compiling ident_case v1.0.1
4672026-05-11T08:19:27.434Z Compiling memchr v2.8.0
4682026-05-11T08:19:27.502Z Compiling strsim v0.11.1
4692026-05-11T08:19:27.547Z Compiling thiserror v2.0.18
4702026-05-11T08:19:27.550Z Compiling fnv v1.0.7
4712026-05-11T08:19:27.623Z Compiling regex-syntax v0.8.10
4722026-05-11T08:19:27.738Z Compiling serde v1.0.228
4732026-05-11T08:19:27.766Z Compiling winnow v1.0.2
4742026-05-11T08:19:27.974Z Compiling aho-corasick v1.1.4
4752026-05-11T08:19:28.015Z Compiling zerocopy v0.8.48
4762026-05-11T08:19:28.036Z Compiling either v1.15.0
4772026-05-11T08:19:28.140Z Compiling anyhow v1.0.102
4782026-05-11T08:19:28.219Z Compiling equivalent v1.0.2
4792026-05-11T08:19:28.292Z Compiling hashbrown v0.17.1
4802026-05-11T08:19:28.489Z Compiling itertools v0.14.0
4812026-05-11T08:19:28.559Z Compiling syn v2.0.117
4822026-05-11T08:19:28.648Z Compiling heapless v0.8.0
4832026-05-11T08:19:28.795Z Compiling toml_parser v1.1.2+spec-1.1.0
4842026-05-11T08:19:28.870Z Compiling indexmap v2.14.0
4852026-05-11T08:19:28.940Z Compiling toml_datetime v1.1.1+spec-1.1.0
4862026-05-11T08:19:29.150Z Compiling regex-automata v0.4.14
4872026-05-11T08:19:29.329Z Compiling byteorder v1.5.0
4882026-05-11T08:19:29.471Z Compiling bitflags v2.11.1
4892026-05-11T08:19:29.491Z Compiling hash32 v0.3.1
4902026-05-11T08:19:29.504Z Compiling toml_edit v0.25.11+spec-1.1.0
4912026-05-11T08:19:29.617Z Compiling smoltcp v0.11.0
4922026-05-11T08:19:29.632Z Compiling macaddr v1.0.1
4932026-05-11T08:19:29.667Z Compiling rustversion v1.0.22
4942026-05-11T08:19:29.713Z Compiling stable_deref_trait v1.2.1
4952026-05-11T08:19:29.776Z Compiling syn v1.0.109
4962026-05-11T08:19:29.792Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4972026-05-11T08:19:29.931Z Compiling getrandom v0.4.2
4982026-05-11T08:19:30.012Z Compiling proc-macro-crate v3.5.0
4992026-05-11T08:19:30.021Z Compiling managed v0.8.0
5002026-05-11T08:19:30.094Z Compiling ref-cast v1.0.25
5012026-05-11T08:19:30.173Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
5022026-05-11T08:19:30.244Z Compiling bitflags v1.3.2
5032026-05-11T08:19:30.277Z Compiling rand_core v0.10.1
5042026-05-11T08:19:30.305Z Compiling rustix v1.1.4
5052026-05-11T08:19:30.369Z Compiling version_check v0.9.5
5062026-05-11T08:19:30.419Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5072026-05-11T08:19:30.618Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-11T08:19:30.779Z Compiling regex v1.12.3
5092026-05-11T08:19:30.820Z Compiling errno v0.3.14
5102026-05-11T08:19:30.926Z Compiling foreign-types-shared v0.3.1
5112026-05-11T08:19:30.957Z Compiling unicode-width v0.2.2
5122026-05-11T08:19:31.004Z Compiling ipnetwork v0.21.1
5132026-05-11T08:19:31.155Z Compiling darling_core v0.21.3
5142026-05-11T08:19:31.236Z Compiling utf8parse v0.2.2
5152026-05-11T08:19:31.332Z Compiling once_cell v1.21.4
5162026-05-11T08:19:31.358Z Compiling cpufeatures v0.3.0
5172026-05-11T08:19:31.420Z Compiling chacha20 v0.10.0
5182026-05-11T08:19:31.549Z Compiling tracing-core v0.1.36
5192026-05-11T08:19:31.562Z Compiling anstyle-parse v1.0.0
5202026-05-11T08:19:31.636Z Compiling cstr-argument v0.1.2
5212026-05-11T08:19:31.687Z Compiling tabwriter v1.4.1
5222026-05-11T08:19:32.256Z Compiling thiserror-impl v2.0.18
5232026-05-11T08:19:32.284Z Compiling zerocopy-derive v0.8.48
5242026-05-11T08:19:32.291Z Compiling serde_derive v1.0.228
5252026-05-11T08:19:32.361Z Compiling ref-cast-impl v1.0.25
5262026-05-11T08:19:32.510Z Compiling foreign-types-macros v0.2.3
5272026-05-11T08:19:32.918Z Compiling num_enum_derive v0.7.6
5282026-05-11T08:19:33.094Z Compiling foreign-types v0.5.0
5292026-05-11T08:19:33.119Z Compiling tracing-attributes v0.1.31
5302026-05-11T08:19:33.159Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5312026-05-11T08:19:33.228Z Compiling darling_macro v0.21.3
5322026-05-11T08:19:33.515Z Compiling cobs v0.3.0
5332026-05-11T08:19:33.670Z Compiling pin-project-lite v0.2.17
5342026-05-11T08:19:33.725Z Compiling colorchoice v1.0.5
5352026-05-11T08:19:33.745Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5362026-05-11T08:19:33.754Z Compiling anstyle v1.0.14
5372026-05-11T08:19:33.798Z Compiling darling v0.21.3
5382026-05-11T08:19:33.825Z Compiling dyn-clone v1.0.20
5392026-05-11T08:19:33.864Z Compiling ingot-macros v0.1.1
5402026-05-11T08:19:33.876Z Compiling num_enum v0.7.6
5412026-05-11T08:19:33.952Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
5422026-05-11T08:19:33.980Z Compiling is_terminal_polyfill v1.70.2
5432026-05-11T08:19:33.980Z Compiling pretty-hex v0.4.2
5442026-05-11T08:19:34.058Z Compiling anstyle-query v1.1.5
5452026-05-11T08:19:34.103Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
5462026-05-11T08:19:34.146Z Compiling anstream v1.0.0
5472026-05-11T08:19:34.156Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5482026-05-11T08:19:34.196Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-05-11T08:19:34.339Z Compiling tracing v0.1.44
5502026-05-11T08:19:34.482Z Compiling terminal_size v0.4.4
5512026-05-11T08:19:34.552Z Compiling rand v0.10.1
5522026-05-11T08:19:34.596Z Compiling uuid v1.23.1
5532026-05-11T08:19:34.609Z Compiling socket2 v0.6.3
5542026-05-11T08:19:34.653Z Compiling colored v3.1.1
5552026-05-11T08:19:34.845Z Compiling clap_lex v1.1.0
5562026-05-11T08:19:34.976Z Compiling oxnet v0.1.5
5572026-05-11T08:19:35.160Z Compiling heck v0.5.0
5582026-05-11T08:19:35.253Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5592026-05-11T08:19:35.333Z Compiling clap_builder v4.6.0
5602026-05-11T08:19:35.344Z Compiling clap_derive v4.6.1
5612026-05-11T08:19:35.556Z Compiling postcard v1.1.3
5622026-05-11T08:19:36.639Z Compiling ingot-types v0.1.2
5632026-05-11T08:19:36.950Z Compiling ingot v0.1.1
5642026-05-11T08:19:37.072Z Compiling clap v4.6.1
5652026-05-11T08:19:38.616Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-05-11T08:19:39.620Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-05-11T08:19:40.634Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-05-11T08:19:47.140Z Finished `release` profile [optimized + debuginfo] target(s) in 19.79s
5692026-05-11T08:19:47.168Z
5702026-05-11T08:19:47.171Zreal 19.823942156
5712026-05-11T08:19:47.171Zuser 1:41.990064234
5722026-05-11T08:19:47.171Zsys 13.253499429
5732026-05-11T08:19:47.171Ztrap 0.051968760
5742026-05-11T08:19:47.171Ztflt 0.136575742
5752026-05-11T08:19:47.171Zdflt 0.370472398
5762026-05-11T08:19:47.171Zkflt 0.000017500
5772026-05-11T08:19:47.171Zlock 4:27.975016245
5782026-05-11T08:19:47.171Zslp 3:22.719883733
5792026-05-11T08:19:47.171Zlat 5.111074665
5802026-05-11T08:19:47.171Zstop 8.304138851
5812026-05-11T08:19:47.171Z+ popd
5822026-05-11T08:19:47.171Z/work/oxidecomputer/opte
5832026-05-11T08:19:47.172Z+ for x in debug release
5842026-05-11T08:19:47.172Z+ mkdir -p /work/debug
5852026-05-11T08:19:47.172Z+ cp target/debug/opteadm /work/debug/
5862026-05-11T08:19:47.193Z+ sha256sum target/debug/opteadm
5872026-05-11T08:19:47.219Z+ for x in debug release
5882026-05-11T08:19:47.219Z+ mkdir -p /work/release
5892026-05-11T08:19:47.222Z+ cp target/release/opteadm /work/release/
5902026-05-11T08:19:47.236Z+ sha256sum target/release/opteadm
5912026-05-11T08:19:47.252Zprocess exited: duration 65858 ms, exit code 0
 
5922026-05-11T08:19:47.259Zfound 4 output files
5932026-05-11T08:19:47.259Zuploading: /work/debug/opteadm (35797288 bytes)
5942026-05-11T08:19:48.455Zuploaded: /work/debug/opteadm
5952026-05-11T08:19:48.455Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-05-11T08:19:49.463Zuploaded: /work/debug/opteadm.debug.sha256
5972026-05-11T08:19:49.463Zuploading: /work/release/opteadm (24298496 bytes)
5982026-05-11T08:19:50.613Zuploaded: /work/release/opteadm
5992026-05-11T08:19:50.613Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-05-11T08:19:51.622Zuploaded: /work/release/opteadm.release.sha256