01JG5QVC2ZMVCM8ZCW0YJZMKC3: opteadm

BasicConfig {
    output_rules: [
        "=/work/debug/opteadm",
        "=/work/debug/opteadm.debug.sha256",
        "=/work/release/opteadm",
        "=/work/release/opteadm.release.sha256",
    ],
    rust_toolchain: Some(
        String(
            "nightly-2024-11-18",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JG5QVRJSKQWGS7P9P36M10XJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-28T04:20:45.832Zjob assigned to worker 01JG5QW66FBSPR8210YQ3XG2HW [factory aws, i-0311fd081bbd05e13] (queued for 58 s)
 
22024-12-28T04:20:53.716Zstarting task 0: "setup"
32024-12-28T04:20:53.725Z++ uname -s
42024-12-28T04:20:53.728Z+ kern=SunOS
52024-12-28T04:20:53.728Z+ case "$kern" in
62024-12-28T04:20:53.728Z+ groupadd -g 12345 build
72024-12-28T04:20:53.730Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-28T04:20:55.737Z+ zfs create -o mountpoint=/work rpool/work
92024-12-28T04:20:55.850Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-28T04:20:55.852Z+ home_fs=zfs
112024-12-28T04:20:55.852Z+ [[ zfs == autofs ]]
122024-12-28T04:20:55.852Z+ mkdir -p /home/build
132024-12-28T04:20:55.854Z+ chown build:build /home/build /work
142024-12-28T04:20:57.857Z+ chmod 0700 /home/build /work
152024-12-28T04:20:57.859Zprocess exited: duration 4144 ms, exit code 0
 
162024-12-28T04:20:57.864Zstarting task 1: "rust-toolchain"
172024-12-28T04:20:57.870Z+ printf ' * toolchain channel = "%s"
182024-12-28T04:20:57.870Z' nightly-2024-11-18
192024-12-28T04:20:57.870Z+ printf ' * toolchain profile = "%s"
202024-12-28T04:20:57.870Z' default
212024-12-28T04:20:57.870Z * toolchain channel = "nightly-2024-11-18"
222024-12-28T04:20:57.870Z * toolchain profile = "default"
232024-12-28T04:20:57.872Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-28T04:20:57.872Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default
252024-12-28T04:20:57.995Zinfo: downloading installer
262024-12-28T04:20:59.334Zinfo: profile set to 'default'
272024-12-28T04:20:59.334Zinfo: default host triple is x86_64-unknown-illumos
282024-12-28T04:20:59.337Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
292024-12-28T04:20:59.496Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
302024-12-28T04:20:59.497Zinfo: downloading component 'cargo'
312024-12-28T04:21:00.388Zinfo: downloading component 'clippy'
322024-12-28T04:21:00.727Zinfo: downloading component 'rust-docs'
332024-12-28T04:21:01.934Zinfo: downloading component 'rust-std'
342024-12-28T04:21:03.880Zinfo: downloading component 'rustc'
352024-12-28T04:21:10.737Zinfo: downloading component 'rustfmt'
362024-12-28T04:21:10.995Zinfo: installing component 'cargo'
372024-12-28T04:21:11.834Zinfo: installing component 'clippy'
382024-12-28T04:21:12.214Zinfo: installing component 'rust-docs'
392024-12-28T04:21:13.911Zinfo: installing component 'rust-std'
402024-12-28T04:21:15.782Zinfo: installing component 'rustc'
412024-12-28T04:21:21.795Zinfo: installing component 'rustfmt'
422024-12-28T04:21:22.124Zinfo: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos'
432024-12-28T04:21:22.124Z
442024-12-28T04:21:22.517Z nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
452024-12-28T04:21:22.517Z
462024-12-28T04:21:22.520Z
472024-12-28T04:21:22.520ZRust is installed now. Great!
482024-12-28T04:21:22.520Z
492024-12-28T04:21:22.520ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-28T04:21:22.520Zenvironment variable. This has not been done automatically.
512024-12-28T04:21:22.520Z
522024-12-28T04:21:22.520ZTo configure your current shell, you need to source
532024-12-28T04:21:22.520Zthe corresponding env file under $HOME/.cargo.
542024-12-28T04:21:22.520Z
552024-12-28T04:21:22.520ZThis is usually done by running one of the following (note the leading DOT):
562024-12-28T04:21:22.520Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-28T04:21:22.520Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-28T04:21:22.599Z+ rustc --version
592024-12-28T04:21:22.667Zrustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
602024-12-28T04:21:22.670Zprocess exited: duration 24803 ms, exit code 0
 
612024-12-28T04:21:22.677Zstarting task 2: "authentication"
622024-12-28T04:21:22.696Zprocess exited: duration 21 ms, exit code 0
 
632024-12-28T04:21:22.702Zstarting task 3: "clone repository"
642024-12-28T04:21:22.706Z+ mkdir -p /work/oxidecomputer/opte
652024-12-28T04:21:22.708Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-12-28T04:21:22.751ZCloning into '/work/oxidecomputer/opte'...
672024-12-28T04:21:23.582Z+ cd /work/oxidecomputer/opte
682024-12-28T04:21:23.582Z+ git fetch origin f13190044a6b9b6204668730f098078a8fd820c8
692024-12-28T04:21:23.824ZFrom https://github.com/oxidecomputer/opte
702024-12-28T04:21:23.824Z * branch f13190044a6b9b6204668730f098078a8fd820c8 -> FETCH_HEAD
712024-12-28T04:21:23.832Z+ [[ -n renovate/serde-monorepo ]]
722024-12-28T04:21:23.835Z++ git branch --show-current
732024-12-28T04:21:23.837Z+ current=master
742024-12-28T04:21:23.837Z+ [[ master != renovate/serde-monorepo ]]
752024-12-28T04:21:23.837Z+ git branch -f renovate/serde-monorepo f13190044a6b9b6204668730f098078a8fd820c8
762024-12-28T04:21:23.840Z+ git checkout -f renovate/serde-monorepo
772024-12-28T04:21:23.862ZSwitched to branch 'renovate/serde-monorepo'
782024-12-28T04:21:23.864Z+ git reset --hard f13190044a6b9b6204668730f098078a8fd820c8
792024-12-28T04:21:23.884ZHEAD is now at f131900 Update Rust crate serde to v1.0.217
802024-12-28T04:21:23.887Zprocess exited: duration 1184 ms, exit code 0
 
812024-12-28T04:21:23.894Zstarting task 4: "build"
822024-12-28T04:21:23.897Z+ cargo --version
832024-12-28T04:21:23.902Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
842024-12-28T04:21:24.045Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
852024-12-28T04:21:24.045Zinfo: downloading component 'cargo'
862024-12-28T04:21:24.764Zinfo: downloading component 'clippy'
872024-12-28T04:21:25.038Zinfo: downloading component 'rust-docs'
882024-12-28T04:21:26.043Zinfo: downloading component 'rust-std'
892024-12-28T04:21:27.491Zinfo: downloading component 'rustc'
902024-12-28T04:21:32.970Zinfo: downloading component 'rustfmt'
912024-12-28T04:21:33.181Zinfo: installing component 'cargo'
922024-12-28T04:21:34.013Zinfo: installing component 'clippy'
932024-12-28T04:21:34.391Zinfo: installing component 'rust-docs'
942024-12-28T04:21:36.100Zinfo: installing component 'rust-std'
952024-12-28T04:21:37.761Zinfo: installing component 'rustc'
962024-12-28T04:21:43.517Zinfo: installing component 'rustfmt'
972024-12-28T04:21:43.929Zcargo 1.83.0 (5ffbef321 2024-10-29)
982024-12-28T04:21:43.931Z+ rustc --version
992024-12-28T04:21:44.001Zrustc 1.83.0 (90b35a623 2024-11-26)
1002024-12-28T04:21:44.005Z+ pushd bin/opteadm
1012024-12-28T04:21:44.008Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1022024-12-28T04:21:44.008Z+ header 'check style'
1032024-12-28T04:21:44.008Z+ echo '# ==== check style ==== #'
1042024-12-28T04:21:44.008Z# ==== check style ==== #
1052024-12-28T04:21:44.008Z+ ptime -m cargo +nightly-2024-11-18 fmt -- --check
1062024-12-28T04:21:44.211Z
1072024-12-28T04:21:44.211Zreal 0.199946093
1082024-12-28T04:21:44.211Zuser 0.109424583
1092024-12-28T04:21:44.211Zsys 0.086193583
1102024-12-28T04:21:44.211Ztrap 0.000009870
1112024-12-28T04:21:44.211Ztflt 0.000000000
1122024-12-28T04:21:44.211Zdflt 0.000000000
1132024-12-28T04:21:44.211Zkflt 0.000000000
1142024-12-28T04:21:44.211Zlock 0.000000000
1152024-12-28T04:21:44.211Zslp 0.112866996
1162024-12-28T04:21:44.211Zlat 0.000287130
1172024-12-28T04:21:44.211Zstop 0.000133954
1182024-12-28T04:21:44.214Z+ header analyze
1192024-12-28T04:21:44.214Z+ echo '# ==== analyze ==== #'
1202024-12-28T04:21:44.214Z# ==== analyze ==== #
1212024-12-28T04:21:44.214Z+ ptime -m cargo clippy --all-targets
1222024-12-28T04:21:44.428Z Updating crates.io index
1232024-12-28T04:21:44.430Z Updating git repository `https://github.com/oxidecomputer/falcon`
1242024-12-28T04:21:45.181Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1252024-12-28T04:21:45.455Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1262024-12-28T04:21:45.744Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1272024-12-28T04:21:46.107Z Updating git repository `https://github.com/oxidecomputer/zone`
1282024-12-28T04:21:46.386Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1292024-12-28T04:21:46.642Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1302024-12-28T04:21:46.891Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1312024-12-28T04:21:47.145Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1322024-12-28T04:21:48.076Z Downloading crates ...
1332024-12-28T04:21:48.179Z Downloaded anstyle v1.0.10
1342024-12-28T04:21:48.189Z Downloaded autocfg v1.4.0
1352024-12-28T04:21:48.197Z Downloaded bytes v1.9.0
1362024-12-28T04:21:48.207Z Downloaded pretty-hex v0.2.1
1372024-12-28T04:21:48.211Z Downloaded utf8parse v0.2.2
1382024-12-28T04:21:48.213Z Downloaded darling_macro v0.20.10
1392024-12-28T04:21:48.215Z Downloaded ident_case v1.0.1
1402024-12-28T04:21:48.220Z Downloaded version_check v0.9.5
1412024-12-28T04:21:48.231Z Downloaded foreign-types-shared v0.3.1
1422024-12-28T04:21:48.234Z Downloaded uuid v1.11.0
1432024-12-28T04:21:48.236Z Downloaded foreign-types v0.5.0
1442024-12-28T04:21:48.249Z Downloaded equivalent v1.0.1
1452024-12-28T04:21:48.251Z Downloaded cstr-argument v0.1.2
1462024-12-28T04:21:48.253Z Downloaded tracing-attributes v0.1.28
1472024-12-28T04:21:48.255Z Downloaded proc-macro-error-attr2 v2.0.0
1482024-12-28T04:21:48.258Z Downloaded itoa v1.0.14
1492024-12-28T04:21:48.260Z Downloaded clap_lex v0.7.4
1502024-12-28T04:21:48.262Z Downloaded dyn-clone v1.0.17
1512024-12-28T04:21:48.264Z Downloaded schemars_derive v0.8.21
1522024-12-28T04:21:48.264Z Downloaded colorchoice v1.0.3
1532024-12-28T04:21:48.266Z Downloaded ipnetwork v0.20.0
1542024-12-28T04:21:48.267Z Downloaded zerocopy-derive v0.7.35
1552024-12-28T04:21:48.270Z Downloaded tracing-core v0.1.33
1562024-12-28T04:21:48.273Z Downloaded unicode-ident v1.0.14
1572024-12-28T04:21:48.276Z Downloaded rand_chacha v0.3.1
1582024-12-28T04:21:48.279Z Downloaded num_enum v0.5.11
1592024-12-28T04:21:48.282Z Downloaded embedded-io v0.4.0
1602024-12-28T04:21:48.284Z Downloaded tabwriter v1.4.0
1612024-12-28T04:21:48.287Z Downloaded strsim v0.11.1
1622024-12-28T04:21:48.287Z Downloaded tracing v0.1.41
1632024-12-28T04:21:48.290Z Downloaded tokio-macros v2.4.0
1642024-12-28T04:21:48.292Z Downloaded fnv v1.0.7
1652024-12-28T04:21:48.292Z Downloaded embedded-io v0.6.1
1662024-12-28T04:21:48.295Z Downloaded scopeguard v1.2.0
1672024-12-28T04:21:48.295Z Downloaded defmt-macros v0.4.0
1682024-12-28T04:21:48.297Z Downloaded zerocopy v0.7.35
1692024-12-28T04:21:48.312Z Downloaded winnow v0.6.20
1702024-12-28T04:21:48.321Z Downloaded winnow v0.5.40
1712024-12-28T04:21:48.329Z Downloaded ppv-lite86 v0.2.20
1722024-12-28T04:21:48.331Z Downloaded zerocopy v0.8.13
1732024-12-28T04:21:48.352Z Downloaded toml_datetime v0.6.8
1742024-12-28T04:21:48.355Z Downloaded darling v0.20.10
1752024-12-28T04:21:48.357Z Downloaded serde_derive_internals v0.29.1
1762024-12-28T04:21:48.360Z Downloaded quote v1.0.37
1772024-12-28T04:21:48.362Z Downloaded pin-project-lite v0.2.15
1782024-12-28T04:21:48.366Z Downloaded thiserror v2.0.9
1792024-12-28T04:21:48.371Z Downloaded bitflags v1.3.2
1802024-12-28T04:21:48.373Z Downloaded postcard v1.1.1
1812024-12-28T04:21:48.376Z Downloaded macaddr v1.0.1
1822024-12-28T04:21:48.378Z Downloaded colored v2.2.0
1832024-12-28T04:21:48.380Z Downloaded rand_core v0.6.4
1842024-12-28T04:21:48.382Z Downloaded proc-macro-error2 v2.0.1
1852024-12-28T04:21:48.385Z Downloaded getrandom v0.2.15
1862024-12-28T04:21:48.388Z Downloaded clap_derive v4.5.18
1872024-12-28T04:21:48.390Z Downloaded ryu v1.0.18
1882024-12-28T04:21:48.392Z Downloaded parking_lot_core v0.9.10
1892024-12-28T04:21:48.394Z Downloaded once_cell v1.20.2
1902024-12-28T04:21:48.396Z Downloaded lock_api v0.4.12
1912024-12-28T04:21:48.397Z Downloaded hash32 v0.3.1
1922024-12-28T04:21:48.401Z Downloaded clap v4.5.23
1932024-12-28T04:21:48.406Z Downloaded defmt v0.3.10
1942024-12-28T04:21:48.409Z Downloaded smallvec v1.13.2
1952024-12-28T04:21:48.411Z Downloaded anyhow v1.0.95
1962024-12-28T04:21:48.415Z Downloaded proc-macro2 v1.0.92
1972024-12-28T04:21:48.417Z Downloaded socket2 v0.5.8
1982024-12-28T04:21:48.420Z Downloaded bitflags v2.6.0
1992024-12-28T04:21:48.422Z Downloaded crc32fast v1.4.2
2002024-12-28T04:21:48.425Z Downloaded serde_derive v1.0.217
2012024-12-28T04:21:48.428Z Downloaded schemars v0.8.21
2022024-12-28T04:21:48.437Z Downloaded parking_lot v0.12.3
2032024-12-28T04:21:48.440Z Downloaded darling_core v0.20.10
2042024-12-28T04:21:48.444Z Downloaded serde v1.0.217
2052024-12-28T04:21:48.447Z Downloaded heapless v0.8.0
2062024-12-28T04:21:48.450Z Downloaded anstream v0.6.18
2072024-12-28T04:21:48.453Z Downloaded defmt-parser v0.4.1
2082024-12-28T04:21:48.455Z Downloaded stable_deref_trait v1.2.0
2092024-12-28T04:21:48.455Z Downloaded foreign-types-macros v0.2.3
2102024-12-28T04:21:48.455Z Downloaded byteorder v1.5.0
2112024-12-28T04:21:48.458Z Downloaded anstyle-parse v0.2.6
2122024-12-28T04:21:48.460Z Downloaded thiserror-impl v2.0.9
2132024-12-28T04:21:48.460Z Downloaded thiserror-impl v1.0.69
2142024-12-28T04:21:48.462Z Downloaded aho-corasick v1.1.3
2152024-12-28T04:21:48.466Z Downloaded thiserror v1.0.69
2162024-12-28T04:21:48.471Z Downloaded rand v0.8.5
2172024-12-28T04:21:48.474Z Downloaded memchr v2.7.4
2182024-12-28T04:21:48.479Z Downloaded terminal_size v0.4.1
2192024-12-28T04:21:48.481Z Downloaded mio v1.0.3
2202024-12-28T04:21:48.485Z Downloaded indexmap v2.7.0
2212024-12-28T04:21:48.489Z Downloaded proc-macro-crate v1.3.1
2222024-12-28T04:21:48.492Z Downloaded toml_edit v0.19.15
2232024-12-28T04:21:48.505Z Downloaded num_enum_derive v0.5.11
2242024-12-28T04:21:48.508Z Downloaded hashbrown v0.15.2
2252024-12-28T04:21:48.511Z Downloaded is_terminal_polyfill v1.70.1
2262024-12-28T04:21:48.515Z Downloaded either v1.13.0
2272024-12-28T04:21:48.515Z Downloaded heck v0.5.0
2282024-12-28T04:21:48.516Z Downloaded cfg-if v1.0.0
2292024-12-28T04:21:48.516Z Downloaded anstyle-query v1.1.2
2302024-12-28T04:21:48.519Z Downloaded zerocopy-derive v0.8.13
2312024-12-28T04:21:48.522Z Downloaded signal-hook-registry v1.4.2
2322024-12-28T04:21:48.524Z Downloaded managed v0.8.0
2332024-12-28T04:21:48.524Z Downloaded lazy_static v1.5.0
2342024-12-28T04:21:48.526Z Downloaded errno v0.3.10
2352024-12-28T04:21:48.529Z Downloaded cobs v0.2.3
2362024-12-28T04:21:48.543Z Downloaded itertools v0.13.0
2372024-12-28T04:21:48.551Z Downloaded clap_builder v4.5.23
2382024-12-28T04:21:48.558Z Downloaded serde_json v1.0.134
2392024-12-28T04:21:48.587Z Downloaded syn v1.0.109
2402024-12-28T04:21:48.605Z Downloaded regex v1.11.1
2412024-12-28T04:21:48.628Z Downloaded unicode-width v0.1.14
2422024-12-28T04:21:48.640Z Downloaded syn v2.0.91
2432024-12-28T04:21:48.650Z Downloaded smoltcp v0.11.0
2442024-12-28T04:21:48.662Z Downloaded regex-syntax v0.8.5
2452024-12-28T04:21:48.670Z Downloaded rustix v0.38.42
2462024-12-28T04:21:48.728Z Downloaded regex-automata v0.4.9
2472024-12-28T04:21:48.753Z Downloaded libc v0.2.169
2482024-12-28T04:21:48.775Z Downloaded tokio v1.42.0
2492024-12-28T04:21:48.955Z Compiling proc-macro2 v1.0.92
2502024-12-28T04:21:48.955Z Compiling unicode-ident v1.0.14
2512024-12-28T04:21:48.957Z Compiling libc v0.2.169
2522024-12-28T04:21:48.957Z Checking cfg-if v1.0.0
2532024-12-28T04:21:48.957Z Compiling serde v1.0.217
2542024-12-28T04:21:48.957Z Checking byteorder v1.5.0
2552024-12-28T04:21:48.970Z Compiling fnv v1.0.7
2562024-12-28T04:21:48.972Z Compiling ident_case v1.0.1
2572024-12-28T04:21:49.044Z Compiling strsim v0.11.1
2582024-12-28T04:21:49.106Z Compiling memchr v2.7.4
2592024-12-28T04:21:49.131Z Compiling syn v1.0.109
2602024-12-28T04:21:49.133Z Checking bitflags v2.6.0
2612024-12-28T04:21:49.290Z Compiling regex-syntax v0.8.5
2622024-12-28T04:21:49.375Z Compiling either v1.13.0
2632024-12-28T04:21:49.627Z Compiling autocfg v1.4.0
2642024-12-28T04:21:49.684Z Compiling zerocopy v0.8.13
2652024-12-28T04:21:49.711Z Compiling hashbrown v0.15.2
2662024-12-28T04:21:49.722Z Compiling equivalent v1.0.1
2672024-12-28T04:21:49.815Z Compiling itertools v0.13.0
2682024-12-28T04:21:50.412Z Compiling aho-corasick v1.1.3
2692024-12-28T04:21:50.528Z Compiling lock_api v0.4.12
2702024-12-28T04:21:50.539Z Compiling anyhow v1.0.95
2712024-12-28T04:21:50.696Z Compiling quote v1.0.37
2722024-12-28T04:21:50.816Z Compiling indexmap v2.7.0
2732024-12-28T04:21:50.901Z Compiling toml_datetime v0.6.8
2742024-12-28T04:21:51.126Z Compiling syn v2.0.91
2752024-12-28T04:21:51.267Z Compiling winnow v0.5.40
2762024-12-28T04:21:51.277Z Compiling heapless v0.8.0
2772024-12-28T04:21:51.935Z Compiling parking_lot_core v0.9.10
2782024-12-28T04:21:52.697Z Compiling regex-automata v0.4.9
2792024-12-28T04:21:52.760Z Checking hash32 v0.3.1
2802024-12-28T04:21:52.913Z Checking macaddr v1.0.1
2812024-12-28T04:21:52.954Z Checking scopeguard v1.2.0
2822024-12-28T04:21:53.077Z Checking smallvec v1.13.2
2832024-12-28T04:21:53.154Z Checking stable_deref_trait v1.2.0
2842024-12-28T04:21:53.246Z Compiling smoltcp v0.11.0
2852024-12-28T04:21:53.433Z Compiling once_cell v1.20.2
2862024-12-28T04:21:53.779Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2872024-12-28T04:21:53.872Z Checking dyn-clone v1.0.17
2882024-12-28T04:21:54.004Z Compiling serde_json v1.0.134
2892024-12-28T04:21:54.357Z Compiling toml_edit v0.19.15
2902024-12-28T04:21:54.544Z Checking getrandom v0.2.15
2912024-12-28T04:21:54.617Z Checking bitflags v1.3.2
2922024-12-28T04:21:54.702Z Checking itoa v1.0.14
2932024-12-28T04:21:54.739Z Compiling rustix v0.38.42
2942024-12-28T04:21:54.863Z Checking managed v0.8.0
2952024-12-28T04:21:54.880Z Compiling thiserror v1.0.69
2962024-12-28T04:21:54.952Z Compiling version_check v0.9.5
2972024-12-28T04:21:55.207Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
2982024-12-28T04:21:55.401Z Checking cobs v0.2.3
2992024-12-28T04:21:55.459Z Checking ryu v1.0.18
3002024-12-28T04:21:55.539Z Compiling schemars v0.8.21
3012024-12-28T04:21:55.551Z Checking pin-project-lite v0.2.15
3022024-12-28T04:21:55.568Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3032024-12-28T04:21:55.930Z Checking parking_lot v0.12.3
3042024-12-28T04:21:55.958Z Checking rand_core v0.6.4
3052024-12-28T04:21:55.980Z Checking errno v0.3.10
3062024-12-28T04:21:56.138Z Checking mio v1.0.3
3072024-12-28T04:21:56.233Z Checking socket2 v0.5.8
3082024-12-28T04:21:56.248Z Checking signal-hook-registry v1.4.2
3092024-12-28T04:21:56.478Z Compiling regex v1.11.1
3102024-12-28T04:21:56.681Z Checking foreign-types-shared v0.3.1
3112024-12-28T04:21:56.778Z Checking utf8parse v0.2.2
3122024-12-28T04:21:56.914Z Compiling proc-macro-crate v1.3.1
3132024-12-28T04:21:57.263Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3142024-12-28T04:21:57.366Z Compiling darling_core v0.20.10
3152024-12-28T04:21:57.467Z Compiling serde_derive_internals v0.29.1
3162024-12-28T04:21:57.619Z Checking unicode-width v0.1.14
3172024-12-28T04:21:58.081Z Checking bytes v1.9.0
3182024-12-28T04:21:58.557Z Checking tabwriter v1.4.0
3192024-12-28T04:21:58.779Z Checking tracing-core v0.1.33
3202024-12-28T04:21:59.403Z Checking anstyle-parse v0.2.6
3212024-12-28T04:21:59.689Z Checking cstr-argument v0.1.2
3222024-12-28T04:21:59.786Z Checking crc32fast v1.4.2
3232024-12-28T04:21:59.845Z Compiling thiserror v2.0.9
3242024-12-28T04:21:59.859Z Checking anstyle-query v1.1.2
3252024-12-28T04:21:59.965Z Checking lazy_static v1.5.0
3262024-12-28T04:22:00.014Z Checking is_terminal_polyfill v1.70.1
3272024-12-28T04:22:00.081Z Checking pretty-hex v0.2.1
3282024-12-28T04:22:00.114Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
3292024-12-28T04:22:00.237Z Checking colorchoice v1.0.3
3302024-12-28T04:22:00.354Z Checking anstyle v1.0.10
3312024-12-28T04:22:00.365Z Checking terminal_size v0.4.1
3322024-12-28T04:22:00.487Z Checking colored v2.2.0
3332024-12-28T04:22:00.685Z Checking anstream v0.6.18
3342024-12-28T04:22:00.823Z Compiling heck v0.5.0
3352024-12-28T04:22:00.860Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
3362024-12-28T04:22:00.873Z Compiling num_enum_derive v0.5.11
3372024-12-28T04:22:01.022Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3382024-12-28T04:22:01.046Z Checking winnow v0.6.20
3392024-12-28T04:22:01.067Z Checking clap_lex v0.7.4
3402024-12-28T04:22:01.264Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3412024-12-28T04:22:01.292Z Checking clap_builder v4.5.23
3422024-12-28T04:22:01.876Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3432024-12-28T04:22:01.912Z Compiling serde_derive v1.0.217
3442024-12-28T04:22:01.976Z Compiling zerocopy-derive v0.8.13
3452024-12-28T04:22:02.015Z Compiling zerocopy-derive v0.7.35
3462024-12-28T04:22:02.045Z Compiling foreign-types-macros v0.2.3
3472024-12-28T04:22:02.061Z Compiling darling_macro v0.20.10
3482024-12-28T04:22:02.746Z Compiling schemars_derive v0.8.21
3492024-12-28T04:22:03.082Z Compiling darling v0.20.10
3502024-12-28T04:22:03.194Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3512024-12-28T04:22:03.274Z Compiling tokio-macros v2.4.0
3522024-12-28T04:22:03.594Z Compiling thiserror-impl v1.0.69
3532024-12-28T04:22:03.902Z Checking zerocopy v0.7.35
3542024-12-28T04:22:04.096Z Checking foreign-types v0.5.0
3552024-12-28T04:22:04.186Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3562024-12-28T04:22:04.711Z Checking tokio v1.42.0
3572024-12-28T04:22:05.088Z Checking ppv-lite86 v0.2.20
3582024-12-28T04:22:05.538Z Checking num_enum v0.5.11
3592024-12-28T04:22:05.585Z Compiling tracing-attributes v0.1.28
3602024-12-28T04:22:05.675Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3612024-12-28T04:22:05.704Z Checking rand_chacha v0.3.1
3622024-12-28T04:22:06.070Z Checking rand v0.8.5
3632024-12-28T04:22:06.386Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3642024-12-28T04:22:06.676Z Compiling thiserror-impl v2.0.9
3652024-12-28T04:22:06.779Z Compiling clap_derive v4.5.18
3662024-12-28T04:22:08.501Z Checking tracing v0.1.41
3672024-12-28T04:22:08.778Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3682024-12-28T04:22:09.577Z Checking clap v4.5.23
3692024-12-28T04:22:10.495Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3702024-12-28T04:22:11.439Z Checking ipnetwork v0.20.0
3712024-12-28T04:22:11.439Z Checking postcard v1.1.1
3722024-12-28T04:22:11.441Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3732024-12-28T04:22:11.442Z Checking uuid v1.11.0
3742024-12-28T04:22:12.697Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3752024-12-28T04:22:13.213Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
3762024-12-28T04:22:20.253Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3772024-12-28T04:22:22.470Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3782024-12-28T04:22:24.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s
3792024-12-28T04:22:24.218Z
3802024-12-28T04:22:24.218Zreal 39.997769572
3812024-12-28T04:22:24.218Zuser 2:33.671019558
3822024-12-28T04:22:24.218Zsys 23.796667132
3832024-12-28T04:22:24.218Ztrap 0.108817976
3842024-12-28T04:22:24.218Ztflt 0.209311458
3852024-12-28T04:22:24.218Zdflt 0.176944022
3862024-12-28T04:22:24.220Zkflt 0.003194155
3872024-12-28T04:22:24.221Zlock 3:28.911462136
3882024-12-28T04:22:24.221Zslp 10:15.205074285
3892024-12-28T04:22:24.221Zlat 9.995632718
3902024-12-28T04:22:24.221Zstop 20.103518200
3912024-12-28T04:22:24.221Z+ header 'debug build'
3922024-12-28T04:22:24.221Z+ echo '# ==== debug build ==== #'
3932024-12-28T04:22:24.221Z+ ptime -m cargo build
3942024-12-28T04:22:24.221Z# ==== debug build ==== #
3952024-12-28T04:22:24.514Z Compiling cfg-if v1.0.0
3962024-12-28T04:22:24.515Z Compiling memchr v2.7.4
3972024-12-28T04:22:24.517Z Compiling strsim v0.11.1
3982024-12-28T04:22:24.517Z Compiling byteorder v1.5.0
3992024-12-28T04:22:24.517Z Compiling libc v0.2.169
4002024-12-28T04:22:24.525Z Compiling bitflags v2.6.0
4012024-12-28T04:22:24.531Z Compiling serde v1.0.217
4022024-12-28T04:22:24.533Z Compiling once_cell v1.20.2
4032024-12-28T04:22:24.584Z Compiling zerocopy v0.8.13
4042024-12-28T04:22:24.808Z Compiling darling_core v0.20.10
4052024-12-28T04:22:24.833Z Compiling hash32 v0.3.1
4062024-12-28T04:22:24.881Z Compiling macaddr v1.0.1
4072024-12-28T04:22:25.032Z Compiling smallvec v1.13.2
4082024-12-28T04:22:25.253Z Compiling scopeguard v1.2.0
4092024-12-28T04:22:25.366Z Compiling dyn-clone v1.0.17
4102024-12-28T04:22:25.382Z Compiling stable_deref_trait v1.2.0
4112024-12-28T04:22:25.387Z Compiling lock_api v0.4.12
4122024-12-28T04:22:25.470Z Compiling aho-corasick v1.1.3
4132024-12-28T04:22:25.561Z Compiling parking_lot_core v0.9.10
4142024-12-28T04:22:25.758Z Compiling getrandom v0.2.15
4152024-12-28T04:22:25.816Z Compiling heapless v0.8.0
4162024-12-28T04:22:26.048Z Compiling zerocopy v0.7.35
4172024-12-28T04:22:26.153Z Compiling proc-macro-crate v1.3.1
4182024-12-28T04:22:26.190Z Compiling cobs v0.2.3
4192024-12-28T04:22:26.468Z Compiling managed v0.8.0
4202024-12-28T04:22:26.647Z Compiling itoa v1.0.14
4212024-12-28T04:22:26.848Z Compiling pin-project-lite v0.2.15
4222024-12-28T04:22:26.869Z Compiling ryu v1.0.18
4232024-12-28T04:22:26.876Z Compiling bitflags v1.3.2
4242024-12-28T04:22:26.948Z Compiling smoltcp v0.11.0
4252024-12-28T04:22:26.950Z Compiling num_enum_derive v0.5.11
4262024-12-28T04:22:27.193Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4272024-12-28T04:22:27.343Z Compiling regex-automata v0.4.9
4282024-12-28T04:22:27.552Z Compiling ppv-lite86 v0.2.20
4292024-12-28T04:22:27.564Z Compiling rand_core v0.6.4
4302024-12-28T04:22:27.954Z Compiling parking_lot v0.12.3
4312024-12-28T04:22:28.264Z Compiling signal-hook-registry v1.4.2
4322024-12-28T04:22:28.824Z Compiling errno v0.3.10
4332024-12-28T04:22:28.999Z Compiling socket2 v0.5.8
4342024-12-28T04:22:29.025Z Compiling mio v1.0.3
4352024-12-28T04:22:29.081Z Compiling anyhow v1.0.95
4362024-12-28T04:22:29.380Z Compiling either v1.13.0
4372024-12-28T04:22:29.690Z Compiling ipnetwork v0.20.0
4382024-12-28T04:22:29.907Z Compiling serde_json v1.0.134
4392024-12-28T04:22:29.918Z Compiling postcard v1.1.1
4402024-12-28T04:22:29.978Z Compiling utf8parse v0.2.2
4412024-12-28T04:22:30.090Z Compiling darling_macro v0.20.10
4422024-12-28T04:22:30.118Z Compiling foreign-types-shared v0.3.1
4432024-12-28T04:22:30.200Z Compiling unicode-width v0.1.14
4442024-12-28T04:22:30.215Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452024-12-28T04:22:30.255Z Compiling bytes v1.9.0
4462024-12-28T04:22:30.379Z Compiling foreign-types v0.5.0
4472024-12-28T04:22:30.472Z Compiling anstyle-parse v0.2.6
4482024-12-28T04:22:30.512Z Compiling itertools v0.13.0
4492024-12-28T04:22:30.700Z Compiling tabwriter v1.4.0
4502024-12-28T04:22:30.752Z Compiling thiserror v1.0.69
4512024-12-28T04:22:30.864Z Compiling num_enum v0.5.11
4522024-12-28T04:22:31.001Z Compiling tokio v1.42.0
4532024-12-28T04:22:31.071Z Compiling darling v0.20.10
4542024-12-28T04:22:31.128Z Compiling regex v1.11.1
4552024-12-28T04:22:31.162Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4562024-12-28T04:22:31.386Z Compiling rustix v0.38.42
4572024-12-28T04:22:31.717Z Compiling schemars v0.8.21
4582024-12-28T04:22:31.955Z Compiling rand_chacha v0.3.1
4592024-12-28T04:22:32.472Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4602024-12-28T04:22:32.605Z Compiling cstr-argument v0.1.2
4612024-12-28T04:22:32.612Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4622024-12-28T04:22:32.634Z Compiling tracing-core v0.1.33
4632024-12-28T04:22:32.740Z Compiling crc32fast v1.4.2
4642024-12-28T04:22:32.793Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4652024-12-28T04:22:32.823Z Compiling colorchoice v1.0.3
4662024-12-28T04:22:32.958Z Compiling is_terminal_polyfill v1.70.1
4672024-12-28T04:22:33.025Z Compiling anstyle-query v1.1.2
4682024-12-28T04:22:33.062Z Compiling pretty-hex v0.2.1
4692024-12-28T04:22:33.107Z Compiling lazy_static v1.5.0
4702024-12-28T04:22:33.150Z Compiling anstyle v1.0.10
4712024-12-28T04:22:33.217Z Compiling colored v2.2.0
4722024-12-28T04:22:33.224Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4732024-12-28T04:22:33.555Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
4742024-12-28T04:22:33.732Z Compiling anstream v0.6.18
4752024-12-28T04:22:33.839Z Compiling tracing v0.1.41
4762024-12-28T04:22:33.908Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4772024-12-28T04:22:33.985Z Compiling terminal_size v0.4.1
4782024-12-28T04:22:34.056Z Compiling rand v0.8.5
4792024-12-28T04:22:34.174Z Compiling uuid v1.11.0
4802024-12-28T04:22:34.219Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
4812024-12-28T04:22:34.222Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4822024-12-28T04:22:34.381Z Compiling clap_lex v0.7.4
4832024-12-28T04:22:34.417Z Compiling winnow v0.6.20
4842024-12-28T04:22:34.529Z Compiling thiserror v2.0.9
4852024-12-28T04:22:34.656Z Compiling clap_builder v4.5.23
4862024-12-28T04:22:34.832Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4872024-12-28T04:22:37.380Z Compiling clap v4.5.23
4882024-12-28T04:22:37.522Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4892024-12-28T04:22:37.844Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
4902024-12-28T04:22:38.011Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4912024-12-28T04:22:38.578Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4922024-12-28T04:22:40.381Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4932024-12-28T04:22:46.046Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4942024-12-28T04:22:48.025Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4952024-12-28T04:22:53.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.09s
4962024-12-28T04:22:53.407Z
4972024-12-28T04:22:53.410Zreal 29.175937711
4982024-12-28T04:22:53.410Zuser 2:04.134975938
4992024-12-28T04:22:53.410Zsys 14.118122273
5002024-12-28T04:22:53.410Ztrap 0.074328350
5012024-12-28T04:22:53.410Ztflt 0.163277619
5022024-12-28T04:22:53.410Zdflt 0.142854365
5032024-12-28T04:22:53.410Zkflt 0.000009018
5042024-12-28T04:22:53.410Zlock 3:18.823456291
5052024-12-28T04:22:53.410Zslp 6:38.392535152
5062024-12-28T04:22:53.410Zlat 4.214084641
5072024-12-28T04:22:53.410Zstop 5.435258811
5082024-12-28T04:22:53.410Z+ header 'release build'
5092024-12-28T04:22:53.410Z+ echo '# ==== release build ==== #'
5102024-12-28T04:22:53.410Z# ==== release build ==== #
5112024-12-28T04:22:53.410Z+ ptime -m cargo build --release
5122024-12-28T04:22:53.596Z Compiling proc-macro2 v1.0.92
5132024-12-28T04:22:53.596Z Compiling unicode-ident v1.0.14
5142024-12-28T04:22:53.598Z Compiling libc v0.2.169
5152024-12-28T04:22:53.599Z Compiling cfg-if v1.0.0
5162024-12-28T04:22:53.599Z Compiling serde v1.0.217
5172024-12-28T04:22:53.599Z Compiling byteorder v1.5.0
5182024-12-28T04:22:53.599Z Compiling fnv v1.0.7
5192024-12-28T04:22:53.629Z Compiling ident_case v1.0.1
5202024-12-28T04:22:53.699Z Compiling strsim v0.11.1
5212024-12-28T04:22:53.730Z Compiling memchr v2.7.4
5222024-12-28T04:22:53.765Z Compiling regex-syntax v0.8.5
5232024-12-28T04:22:53.770Z Compiling syn v1.0.109
5242024-12-28T04:22:53.964Z Compiling bitflags v2.6.0
5252024-12-28T04:22:54.147Z Compiling autocfg v1.4.0
5262024-12-28T04:22:54.268Z Compiling equivalent v1.0.1
5272024-12-28T04:22:54.311Z Compiling zerocopy v0.8.13
5282024-12-28T04:22:54.326Z Compiling hashbrown v0.15.2
5292024-12-28T04:22:54.354Z Compiling either v1.13.0
5302024-12-28T04:22:54.699Z Compiling aho-corasick v1.1.3
5312024-12-28T04:22:54.859Z Compiling anyhow v1.0.95
5322024-12-28T04:22:54.931Z Compiling lock_api v0.4.12
5332024-12-28T04:22:55.055Z Compiling itertools v0.13.0
5342024-12-28T04:22:55.324Z Compiling quote v1.0.37
5352024-12-28T04:22:55.400Z Compiling indexmap v2.7.0
5362024-12-28T04:22:55.458Z Compiling toml_datetime v0.6.8
5372024-12-28T04:22:55.767Z Compiling syn v2.0.91
5382024-12-28T04:22:55.866Z Compiling winnow v0.5.40
5392024-12-28T04:22:56.561Z Compiling parking_lot_core v0.9.10
5402024-12-28T04:22:56.987Z Compiling heapless v0.8.0
5412024-12-28T04:22:57.497Z Compiling regex-automata v0.4.9
5422024-12-28T04:22:58.009Z Compiling hash32 v0.3.1
5432024-12-28T04:22:58.154Z Compiling once_cell v1.20.2
5442024-12-28T04:22:58.205Z Compiling dyn-clone v1.0.17
5452024-12-28T04:22:58.395Z Compiling smallvec v1.13.2
5462024-12-28T04:22:58.410Z Compiling serde_json v1.0.134
5472024-12-28T04:22:58.487Z Compiling stable_deref_trait v1.2.0
5482024-12-28T04:22:58.576Z Compiling smoltcp v0.11.0
5492024-12-28T04:22:58.757Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5502024-12-28T04:22:58.821Z Compiling toml_edit v0.19.15
5512024-12-28T04:22:59.030Z Compiling macaddr v1.0.1
5522024-12-28T04:22:59.124Z Compiling scopeguard v1.2.0
5532024-12-28T04:22:59.435Z Compiling getrandom v0.2.15
5542024-12-28T04:22:59.644Z Compiling bitflags v1.3.2
5552024-12-28T04:22:59.726Z Compiling itoa v1.0.14
5562024-12-28T04:22:59.733Z Compiling schemars v0.8.21
5572024-12-28T04:22:59.882Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5582024-12-28T04:22:59.929Z Compiling ryu v1.0.18
5592024-12-28T04:23:00.132Z Compiling managed v0.8.0
5602024-12-28T04:23:00.173Z Compiling pin-project-lite v0.2.15
5612024-12-28T04:23:00.211Z Compiling cobs v0.2.3
5622024-12-28T04:23:00.287Z Compiling version_check v0.9.5
5632024-12-28T04:23:00.355Z Compiling thiserror v1.0.69
5642024-12-28T04:23:00.514Z Compiling rustix v0.38.42
5652024-12-28T04:23:00.838Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5662024-12-28T04:23:01.199Z Compiling rand_core v0.6.4
5672024-12-28T04:23:01.206Z Compiling parking_lot v0.12.3
5682024-12-28T04:23:01.257Z Compiling regex v1.11.1
5692024-12-28T04:23:01.611Z Compiling proc-macro-crate v1.3.1
5702024-12-28T04:23:02.108Z Compiling darling_core v0.20.10
5712024-12-28T04:23:02.327Z Compiling serde_derive_internals v0.29.1
5722024-12-28T04:23:02.803Z Compiling signal-hook-registry v1.4.2
5732024-12-28T04:23:03.940Z Compiling mio v1.0.3
5742024-12-28T04:23:04.198Z Compiling errno v0.3.10
5752024-12-28T04:23:04.257Z Compiling socket2 v0.5.8
5762024-12-28T04:23:04.278Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5772024-12-28T04:23:04.727Z Compiling unicode-width v0.1.14
5782024-12-28T04:23:04.791Z Compiling bytes v1.9.0
5792024-12-28T04:23:05.143Z Compiling foreign-types-shared v0.3.1
5802024-12-28T04:23:05.251Z Compiling utf8parse v0.2.2
5812024-12-28T04:23:05.278Z Compiling tabwriter v1.4.0
5822024-12-28T04:23:05.386Z Compiling anstyle-parse v0.2.6
5832024-12-28T04:23:05.570Z Compiling num_enum_derive v0.5.11
5842024-12-28T04:23:05.739Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5852024-12-28T04:23:05.897Z Compiling tracing-core v0.1.33
5862024-12-28T04:23:06.473Z Compiling serde_derive v1.0.217
5872024-12-28T04:23:06.602Z Compiling zerocopy-derive v0.8.13
5882024-12-28T04:23:06.635Z Compiling zerocopy-derive v0.7.35
5892024-12-28T04:23:07.383Z Compiling darling_macro v0.20.10
5902024-12-28T04:23:07.608Z Compiling tokio-macros v2.4.0
5912024-12-28T04:23:07.654Z Compiling schemars_derive v0.8.21
5922024-12-28T04:23:07.824Z Compiling thiserror-impl v1.0.69
5932024-12-28T04:23:07.882Z Compiling foreign-types-macros v0.2.3
5942024-12-28T04:23:08.360Z Compiling darling v0.20.10
5952024-12-28T04:23:08.453Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5962024-12-28T04:23:08.469Z Compiling zerocopy v0.7.35
5972024-12-28T04:23:09.016Z Compiling tokio v1.42.0
5982024-12-28T04:23:09.117Z Compiling foreign-types v0.5.0
5992024-12-28T04:23:09.208Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6002024-12-28T04:23:09.795Z Compiling ppv-lite86 v0.2.20
6012024-12-28T04:23:10.350Z Compiling num_enum v0.5.11
6022024-12-28T04:23:10.361Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6032024-12-28T04:23:10.503Z Compiling rand_chacha v0.3.1
6042024-12-28T04:23:10.510Z Compiling tracing-attributes v0.1.28
6052024-12-28T04:23:10.857Z Compiling cstr-argument v0.1.2
6062024-12-28T04:23:11.435Z Compiling crc32fast v1.4.2
6072024-12-28T04:23:11.592Z Compiling is_terminal_polyfill v1.70.1
6082024-12-28T04:23:11.701Z Compiling colorchoice v1.0.3
6092024-12-28T04:23:11.766Z Compiling anstyle-query v1.1.2
6102024-12-28T04:23:11.841Z Compiling anstyle v1.0.10
6112024-12-28T04:23:11.896Z Compiling lazy_static v1.5.0
6122024-12-28T04:23:12.007Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
6132024-12-28T04:23:12.096Z Compiling pretty-hex v0.2.1
6142024-12-28T04:23:12.266Z Compiling thiserror v2.0.9
6152024-12-28T04:23:12.280Z Compiling anstream v0.6.18
6162024-12-28T04:23:12.357Z Compiling colored v2.2.0
6172024-12-28T04:23:13.168Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6182024-12-28T04:23:13.354Z Compiling rand v0.8.5
6192024-12-28T04:23:13.429Z Compiling tracing v0.1.41
6202024-12-28T04:23:13.736Z Compiling terminal_size v0.4.1
6212024-12-28T04:23:13.761Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6222024-12-28T04:23:13.781Z Compiling thiserror-impl v2.0.9
6232024-12-28T04:23:13.916Z Compiling winnow v0.6.20
6242024-12-28T04:23:13.927Z Compiling clap_lex v0.7.4
6252024-12-28T04:23:14.001Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6262024-12-28T04:23:14.384Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6272024-12-28T04:23:14.463Z Compiling heck v0.5.0
6282024-12-28T04:23:14.839Z Compiling clap_derive v4.5.18
6292024-12-28T04:23:14.982Z Compiling clap_builder v4.5.23
6302024-12-28T04:23:15.218Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6312024-12-28T04:23:17.102Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
6322024-12-28T04:23:18.115Z Compiling ipnetwork v0.20.0
6332024-12-28T04:23:18.515Z Compiling postcard v1.1.1
6342024-12-28T04:23:19.169Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6352024-12-28T04:23:19.852Z Compiling uuid v1.11.0
6362024-12-28T04:23:20.451Z Compiling clap v4.5.23
6372024-12-28T04:23:22.058Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6382024-12-28T04:23:22.721Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
6392024-12-28T04:23:28.314Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6402024-12-28T04:23:30.236Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6412024-12-28T04:24:05.777Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 12s
6422024-12-28T04:24:05.817Z
6432024-12-28T04:24:05.819Zreal 1:12.392375429
6442024-12-28T04:24:05.819Zuser 4:36.557387140
6452024-12-28T04:24:05.819Zsys 26.868521568
6462024-12-28T04:24:05.819Ztrap 0.151469525
6472024-12-28T04:24:05.820Ztflt 0.281455076
6482024-12-28T04:24:05.820Zdflt 0.572351028
6492024-12-28T04:24:05.820Zkflt 0.000579401
6502024-12-28T04:24:05.820Zlock 9:34.352454314
6512024-12-28T04:24:05.820Zslp 14:47.539534492
6522024-12-28T04:24:05.820Zlat 9.874348241
6532024-12-28T04:24:05.820Zstop 14.624793779
6542024-12-28T04:24:05.820Z+ popd
6552024-12-28T04:24:05.820Z/work/oxidecomputer/opte
6562024-12-28T04:24:05.820Z+ for x in debug release
6572024-12-28T04:24:05.820Z+ mkdir -p /work/debug
6582024-12-28T04:24:05.822Z+ cp target/debug/opteadm /work/debug/
6592024-12-28T04:24:05.885Z+ sha256sum target/debug/opteadm
6602024-12-28T04:24:05.944Z+ for x in debug release
6612024-12-28T04:24:05.944Z+ mkdir -p /work/release
6622024-12-28T04:24:05.946Z+ cp target/release/opteadm /work/release/
6632024-12-28T04:24:05.965Z+ sha256sum target/release/opteadm
6642024-12-28T04:24:05.982Zprocess exited: duration 162075 ms, exit code 0
 
6652024-12-28T04:24:05.992Zfound 4 output files
6662024-12-28T04:24:05.992Zuploading: /work/debug/opteadm (68790552 bytes)
6672024-12-28T04:24:08.018Zuploaded: /work/debug/opteadm
6682024-12-28T04:24:08.023Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6692024-12-28T04:24:09.029Zuploaded: /work/debug/opteadm.debug.sha256
6702024-12-28T04:24:09.029Zuploading: /work/release/opteadm (17587864 bytes)
6712024-12-28T04:24:10.305Zuploaded: /work/release/opteadm
6722024-12-28T04:24:10.307Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6732024-12-28T04:24:11.313Zuploaded: /work/release/opteadm.release.sha256