01JD80G5QJEP00Y7SAN473CA0E: 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: 01JD80GHX1SE5DKA74XH4ER3PC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-21T18:43:15.762Zjob assigned to worker 01JD80GRMDW1TYCVFFKY9R6EEZ [factory aws, i-02d5426e18f269565] (queued for 55 s)
 
22024-11-21T18:43:23.449Zstarting task 0: "setup"
32024-11-21T18:43:23.459Z++ uname -s
42024-11-21T18:43:23.462Z+ kern=SunOS
52024-11-21T18:43:23.462Z+ case "$kern" in
62024-11-21T18:43:23.462Z+ groupadd -g 12345 build
72024-11-21T18:43:23.465Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-21T18:43:25.471Z+ zfs create -o mountpoint=/work rpool/work
92024-11-21T18:43:25.633Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-21T18:43:25.636Z+ home_fs=zfs
112024-11-21T18:43:25.636Z+ [[ zfs == autofs ]]
122024-11-21T18:43:25.636Z+ mkdir -p /home/build
132024-11-21T18:43:25.638Z+ chown build:build /home/build /work
142024-11-21T18:43:27.639Z+ chmod 0700 /home/build /work
152024-11-21T18:43:27.642Zprocess exited: duration 4191 ms, exit code 0
 
162024-11-21T18:43:27.647Zstarting task 1: "rust-toolchain"
172024-11-21T18:43:27.652Z+ printf ' * toolchain channel = "%s"
182024-11-21T18:43:27.652Z' nightly-2024-11-18
192024-11-21T18:43:27.652Z * toolchain channel = "nightly-2024-11-18"
202024-11-21T18:43:27.652Z * toolchain profile = "default"
212024-11-21T18:43:27.652Z+ printf ' * toolchain profile = "%s"
222024-11-21T18:43:27.652Z' default
232024-11-21T18:43:27.657Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-21T18:43:27.657Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default
252024-11-21T18:43:27.774Zinfo: downloading installer
262024-11-21T18:43:28.961Zinfo: profile set to 'default'
272024-11-21T18:43:28.962Zinfo: default host triple is x86_64-unknown-illumos
282024-11-21T18:43:28.964Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
292024-11-21T18:43:29.152Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
302024-11-21T18:43:29.152Zinfo: downloading component 'cargo'
312024-11-21T18:43:30.214Zinfo: downloading component 'clippy'
322024-11-21T18:43:30.614Zinfo: downloading component 'rust-docs'
332024-11-21T18:43:32.059Zinfo: downloading component 'rust-std'
342024-11-21T18:43:34.378Zinfo: downloading component 'rustc'
352024-11-21T18:43:42.619Zinfo: downloading component 'rustfmt'
362024-11-21T18:43:42.925Zinfo: installing component 'cargo'
372024-11-21T18:43:43.741Zinfo: installing component 'clippy'
382024-11-21T18:43:44.119Zinfo: installing component 'rust-docs'
392024-11-21T18:43:45.779Zinfo: installing component 'rust-std'
402024-11-21T18:43:47.617Zinfo: installing component 'rustc'
412024-11-21T18:43:53.539Zinfo: installing component 'rustfmt'
422024-11-21T18:43:53.873Zinfo: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos'
432024-11-21T18:43:53.874Z
442024-11-21T18:43:54.258Z nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
452024-11-21T18:43:54.258Z
462024-11-21T18:43:54.261Z
472024-11-21T18:43:54.261ZRust is installed now. Great!
482024-11-21T18:43:54.261Z
492024-11-21T18:43:54.261ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-21T18:43:54.261Zenvironment variable. This has not been done automatically.
512024-11-21T18:43:54.261Z
522024-11-21T18:43:54.261ZTo configure your current shell, you need to source
532024-11-21T18:43:54.261Zthe corresponding env file under $HOME/.cargo.
542024-11-21T18:43:54.261Z
552024-11-21T18:43:54.261ZThis is usually done by running one of the following (note the leading DOT):
562024-11-21T18:43:54.261Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-21T18:43:54.262Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-21T18:43:54.336Z+ rustc --version
592024-11-21T18:43:54.407Zrustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
602024-11-21T18:43:54.410Zprocess exited: duration 26756 ms, exit code 0
 
612024-11-21T18:43:54.415Zstarting task 2: "authentication"
622024-11-21T18:43:54.436Zprocess exited: duration 21 ms, exit code 0
 
632024-11-21T18:43:54.441Zstarting task 3: "clone repository"
642024-11-21T18:43:54.446Z+ mkdir -p /work/oxidecomputer/opte
652024-11-21T18:43:54.449Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-11-21T18:43:54.574ZCloning into '/work/oxidecomputer/opte'...
672024-11-21T18:43:55.887Z+ cd /work/oxidecomputer/opte
682024-11-21T18:43:55.889Z+ git fetch origin 9e44656233379b2f32ae946883d8d41bf079edfb
692024-11-21T18:43:56.141ZFrom https://github.com/oxidecomputer/opte
702024-11-21T18:43:56.141Z * branch 9e44656233379b2f32ae946883d8d41bf079edfb -> FETCH_HEAD
712024-11-21T18:43:56.149Z+ [[ -n ingot-and-offload ]]
722024-11-21T18:43:56.152Z++ git branch --show-current
732024-11-21T18:43:56.154Z+ current=master
742024-11-21T18:43:56.154Z+ [[ master != ingot-and-offload ]]
752024-11-21T18:43:56.154Z+ git branch -f ingot-and-offload 9e44656233379b2f32ae946883d8d41bf079edfb
762024-11-21T18:43:56.157Z+ git checkout -f ingot-and-offload
772024-11-21T18:43:56.180ZSwitched to branch 'ingot-and-offload'
782024-11-21T18:43:56.182Z+ git reset --hard 9e44656233379b2f32ae946883d8d41bf079edfb
792024-11-21T18:43:56.203ZHEAD is now at 9e44656 Conditionally expose LSO/CSO capabs based on underlay
802024-11-21T18:43:56.206Zprocess exited: duration 1761 ms, exit code 0
 
812024-11-21T18:43:56.212Zstarting task 4: "build"
822024-11-21T18:43:56.216Z+ cargo --version
832024-11-21T18:43:56.221Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
842024-11-21T18:43:56.385Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
852024-11-21T18:43:56.385Zinfo: downloading component 'cargo'
862024-11-21T18:43:57.236Zinfo: downloading component 'clippy'
872024-11-21T18:43:57.555Zinfo: downloading component 'rust-docs'
882024-11-21T18:43:58.749Zinfo: downloading component 'rust-std'
892024-11-21T18:44:00.639Zinfo: downloading component 'rustc'
902024-11-21T18:44:07.464Zinfo: downloading component 'rustfmt'
912024-11-21T18:44:07.703Zinfo: installing component 'cargo'
922024-11-21T18:44:08.493Zinfo: installing component 'clippy'
932024-11-21T18:44:08.858Zinfo: installing component 'rust-docs'
942024-11-21T18:44:10.523Zinfo: installing component 'rust-std'
952024-11-21T18:44:12.311Zinfo: installing component 'rustc'
962024-11-21T18:44:18.170Zinfo: installing component 'rustfmt'
972024-11-21T18:44:18.560Zcargo 1.82.0 (8f40fc59f 2024-08-21)
982024-11-21T18:44:18.563Z+ rustc --version
992024-11-21T18:44:18.632Zrustc 1.82.0 (f6e511eec 2024-10-15)
1002024-11-21T18:44:18.637Z+ pushd bin/opteadm
1012024-11-21T18:44:18.639Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1022024-11-21T18:44:18.639Z+ header 'check style'
1032024-11-21T18:44:18.639Z+ echo '# ==== check style ==== #'
1042024-11-21T18:44:18.640Z# ==== check style ==== #
1052024-11-21T18:44:18.640Z+ ptime -m cargo +nightly-2024-11-18 fmt -- --check
1062024-11-21T18:44:18.843Z
1072024-11-21T18:44:18.843Zreal 0.201397359
1082024-11-21T18:44:18.843Zuser 0.109257113
1092024-11-21T18:44:18.843Zsys 0.087530333
1102024-11-21T18:44:18.843Ztrap 0.000001599
1112024-11-21T18:44:18.843Ztflt 0.000000000
1122024-11-21T18:44:18.843Zdflt 0.000000000
1132024-11-21T18:44:18.843Zkflt 0.000000000
1142024-11-21T18:44:18.846Zlock 0.000000000
1152024-11-21T18:44:18.847Zslp 0.115640296
1162024-11-21T18:44:18.847Zlat 0.000237895
1172024-11-21T18:44:18.848Zstop 0.000141406
1182024-11-21T18:44:18.848Z+ header analyze
1192024-11-21T18:44:18.848Z+ echo '# ==== analyze ==== #'
1202024-11-21T18:44:18.848Z# ==== analyze ==== #
1212024-11-21T18:44:18.848Z+ ptime -m cargo clippy --all-targets
1222024-11-21T18:44:19.069Z Updating crates.io index
1232024-11-21T18:44:19.127Z Updating git repository `https://github.com/oxidecomputer/falcon`
1242024-11-21T18:44:19.750Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1252024-11-21T18:44:20.007Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1262024-11-21T18:44:20.212Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1272024-11-21T18:44:20.564Z Updating git repository `https://github.com/oxidecomputer/zone`
1282024-11-21T18:44:20.815Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1292024-11-21T18:44:21.082Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1302024-11-21T18:44:21.307Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1312024-11-21T18:44:21.569Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1322024-11-21T18:44:22.367Z Downloading crates ...
1332024-11-21T18:44:22.415Z Downloaded crc32fast v1.4.2
1342024-11-21T18:44:22.426Z Downloaded proc-macro-crate v1.3.1
1352024-11-21T18:44:22.428Z Downloaded memchr v2.7.4
1362024-11-21T18:44:22.433Z Downloaded foreign-types-macros v0.2.3
1372024-11-21T18:44:22.453Z Downloaded tracing v0.1.40
1382024-11-21T18:44:22.458Z Downloaded tracing-core v0.1.32
1392024-11-21T18:44:22.462Z Downloaded utf8parse v0.2.2
1402024-11-21T18:44:22.466Z Downloaded zerocopy-derive v0.7.35
1412024-11-21T18:44:22.472Z Downloaded rustix v0.38.41
1422024-11-21T18:44:22.495Z Downloaded unicode-ident v1.0.13
1432024-11-21T18:44:22.497Z Downloaded version_check v0.9.5
1442024-11-21T18:44:22.500Z Downloaded uuid v1.11.0
1452024-11-21T18:44:22.502Z Downloaded anstyle v1.0.10
1462024-11-21T18:44:22.505Z Downloaded regex-automata v0.4.9
1472024-11-21T18:44:22.521Z Downloaded darling_macro v0.20.10
1482024-11-21T18:44:22.524Z Downloaded zerocopy-derive v0.8.10
1492024-11-21T18:44:22.528Z Downloaded anstyle-parse v0.2.6
1502024-11-21T18:44:22.531Z Downloaded ident_case v1.0.1
1512024-11-21T18:44:22.531Z Downloaded equivalent v1.0.1
1522024-11-21T18:44:22.534Z Downloaded cobs v0.2.3
1532024-11-21T18:44:22.534Z Downloaded autocfg v1.4.0
1542024-11-21T18:44:22.539Z Downloaded anstream v0.6.18
1552024-11-21T18:44:22.539Z Downloaded cstr-argument v0.1.2
1562024-11-21T18:44:22.542Z Downloaded winnow v0.5.40
1572024-11-21T18:44:22.548Z Downloaded colored v2.1.0
1582024-11-21T18:44:22.552Z Downloaded zerocopy v0.7.35
1592024-11-21T18:44:22.567Z Downloaded winnow v0.6.20
1602024-11-21T18:44:22.577Z Downloaded lazy_static v1.5.0
1612024-11-21T18:44:22.585Z Downloaded zerocopy v0.8.10
1622024-11-21T18:44:22.611Z Downloaded signal-hook-registry v1.4.2
1632024-11-21T18:44:22.615Z Downloaded unicode-width v0.1.14
1642024-11-21T18:44:22.617Z Downloaded defmt v0.3.8
1652024-11-21T18:44:22.618Z Downloaded thiserror v1.0.69
1662024-11-21T18:44:22.618Z Downloaded ppv-lite86 v0.2.20
1672024-11-21T18:44:22.618Z Downloaded stable_deref_trait v1.2.0
1682024-11-21T18:44:22.640Z Downloaded rand_chacha v0.3.1
1692024-11-21T18:44:22.640Z Downloaded num_enum_derive v0.5.11
1702024-11-21T18:44:22.640Z Downloaded darling v0.20.10
1712024-11-21T18:44:22.640Z Downloaded strsim v0.11.1
1722024-11-21T18:44:22.640Z Downloaded tokio-macros v2.4.0
1732024-11-21T18:44:22.640Z Downloaded thiserror-impl v1.0.69
1742024-11-21T18:44:22.640Z Downloaded scopeguard v1.2.0
1752024-11-21T18:44:22.640Z Downloaded schemars_derive v0.8.21
1762024-11-21T18:44:22.641Z Downloaded rand_core v0.6.4
1772024-11-21T18:44:22.641Z Downloaded defmt-macros v0.3.9
1782024-11-21T18:44:22.684Z Downloaded toml_datetime v0.6.8
1792024-11-21T18:44:22.684Z Downloaded embedded-io v0.4.0
1802024-11-21T18:44:22.684Z Downloaded bitflags v2.6.0
1812024-11-21T18:44:22.684Z Downloaded tabwriter v1.4.0
1822024-11-21T18:44:22.684Z Downloaded num_enum v0.5.11
1832024-11-21T18:44:22.684Z Downloaded pin-project-lite v0.2.15
1842024-11-21T18:44:22.684Z Downloaded itoa v1.0.11
1852024-11-21T18:44:22.684Z Downloaded ipnetwork v0.20.0
1862024-11-21T18:44:22.689Z Downloaded once_cell v1.20.2
1872024-11-21T18:44:22.690Z Downloaded terminal_size v0.4.0
1882024-11-21T18:44:22.691Z Downloaded smallvec v1.13.2
1892024-11-21T18:44:22.691Z Downloaded proc-macro-error v1.0.4
1902024-11-21T18:44:22.691Z Downloaded tracing-attributes v0.1.27
1912024-11-21T18:44:22.691Z Downloaded serde_derive_internals v0.29.1
1922024-11-21T18:44:22.691Z Downloaded lock_api v0.4.12
1932024-11-21T18:44:22.691Z Downloaded getrandom v0.2.15
1942024-11-21T18:44:22.691Z Downloaded postcard v1.0.10
1952024-11-21T18:44:22.691Z Downloaded parking_lot_core v0.9.10
1962024-11-21T18:44:22.691Z Downloaded anyhow v1.0.93
1972024-11-21T18:44:22.691Z Downloaded ryu v1.0.18
1982024-11-21T18:44:22.691Z Downloaded clap v4.5.21
1992024-11-21T18:44:22.691Z Downloaded quote v1.0.37
2002024-11-21T18:44:22.696Z Downloaded embedded-io v0.6.1
2012024-11-21T18:44:22.696Z Downloaded bytes v1.8.0
2022024-11-21T18:44:22.696Z Downloaded proc-macro2 v1.0.91
2032024-11-21T18:44:22.699Z Downloaded serde_derive v1.0.215
2042024-11-21T18:44:22.699Z Downloaded schemars v0.8.21
2052024-11-21T18:44:22.711Z Downloaded socket2 v0.5.7
2062024-11-21T18:44:22.715Z Downloaded serde v1.0.215
2072024-11-21T18:44:22.715Z Downloaded parking_lot v0.12.3
2082024-11-21T18:44:22.718Z Downloaded darling_core v0.20.10
2092024-11-21T18:44:22.722Z Downloaded rand v0.8.5
2102024-11-21T18:44:22.726Z Downloaded indexmap v2.6.0
2112024-11-21T18:44:22.730Z Downloaded toml_edit v0.19.15
2122024-11-21T18:44:22.746Z Downloaded mio v1.0.2
2132024-11-21T18:44:22.751Z Downloaded heapless v0.8.0
2142024-11-21T18:44:22.755Z Downloaded hashbrown v0.15.1
2152024-11-21T18:44:22.759Z Downloaded aho-corasick v1.1.3
2162024-11-21T18:44:22.765Z Downloaded proc-macro-error-attr v1.0.4
2172024-11-21T18:44:22.769Z Downloaded itertools v0.13.0
2182024-11-21T18:44:22.773Z Downloaded serde_json v1.0.133
2192024-11-21T18:44:22.780Z Downloaded clap_builder v4.5.21
2202024-11-21T18:44:22.787Z Downloaded pretty-hex v0.2.1
2212024-11-21T18:44:22.791Z Downloaded managed v0.8.0
2222024-11-21T18:44:22.791Z Downloaded macaddr v1.0.1
2232024-11-21T18:44:22.791Z Downloaded is_terminal_polyfill v1.70.1
2242024-11-21T18:44:22.791Z Downloaded heck v0.5.0
2252024-11-21T18:44:22.795Z Downloaded fnv v1.0.7
2262024-11-21T18:44:22.795Z Downloaded foreign-types-shared v0.3.1
2272024-11-21T18:44:22.795Z Downloaded foreign-types v0.5.0
2282024-11-21T18:44:22.796Z Downloaded hash32 v0.3.1
2292024-11-21T18:44:22.796Z Downloaded errno v0.3.9
2302024-11-21T18:44:22.799Z Downloaded either v1.13.0
2312024-11-21T18:44:22.799Z Downloaded dyn-clone v1.0.17
2322024-11-21T18:44:22.800Z Downloaded defmt-parser v0.3.4
2332024-11-21T18:44:22.806Z Downloaded clap_derive v4.5.18
2342024-11-21T18:44:22.806Z Downloaded anstyle-query v1.1.2
2352024-11-21T18:44:22.806Z Downloaded colorchoice v1.0.3
2362024-11-21T18:44:22.806Z Downloaded syn v1.0.109
2372024-11-21T18:44:22.814Z Downloaded clap_lex v0.7.3
2382024-11-21T18:44:22.818Z Downloaded regex v1.11.1
2392024-11-21T18:44:22.835Z Downloaded cfg-if v1.0.0
2402024-11-21T18:44:22.850Z Downloaded byteorder v1.5.0
2412024-11-21T18:44:22.850Z Downloaded syn v2.0.89
2422024-11-21T18:44:22.850Z Downloaded bitflags v1.3.2
2432024-11-21T18:44:22.856Z Downloaded smoltcp v0.11.0
2442024-11-21T18:44:22.856Z Downloaded regex-syntax v0.8.5
2452024-11-21T18:44:22.903Z Downloaded libc v0.2.164
2462024-11-21T18:44:22.928Z Downloaded tokio v1.41.1
2472024-11-21T18:44:23.105Z Compiling proc-macro2 v1.0.91
2482024-11-21T18:44:23.105Z Compiling unicode-ident v1.0.13
2492024-11-21T18:44:23.119Z Compiling libc v0.2.164
2502024-11-21T18:44:23.119Z Checking cfg-if v1.0.0
2512024-11-21T18:44:23.119Z Compiling serde v1.0.215
2522024-11-21T18:44:23.120Z Checking byteorder v1.5.0
2532024-11-21T18:44:23.120Z Compiling fnv v1.0.7
2542024-11-21T18:44:23.128Z Compiling ident_case v1.0.1
2552024-11-21T18:44:23.183Z Compiling strsim v0.11.1
2562024-11-21T18:44:23.249Z Compiling memchr v2.7.4
2572024-11-21T18:44:23.302Z Checking bitflags v2.6.0
2582024-11-21T18:44:23.389Z Compiling regex-syntax v0.8.5
2592024-11-21T18:44:23.512Z Compiling syn v1.0.109
2602024-11-21T18:44:23.805Z Compiling zerocopy v0.8.10
2612024-11-21T18:44:23.834Z Compiling either v1.13.0
2622024-11-21T18:44:23.844Z Compiling autocfg v1.4.0
2632024-11-21T18:44:24.107Z Compiling hashbrown v0.15.1
2642024-11-21T18:44:24.215Z Compiling aho-corasick v1.1.3
2652024-11-21T18:44:24.578Z Compiling equivalent v1.0.1
2662024-11-21T18:44:24.709Z Compiling itertools v0.13.0
2672024-11-21T18:44:24.735Z Compiling lock_api v0.4.12
2682024-11-21T18:44:24.746Z Compiling anyhow v1.0.93
2692024-11-21T18:44:25.097Z Compiling quote v1.0.37
2702024-11-21T18:44:25.356Z Compiling indexmap v2.6.0
2712024-11-21T18:44:25.443Z Compiling toml_datetime v0.6.8
2722024-11-21T18:44:25.683Z Compiling syn v2.0.89
2732024-11-21T18:44:25.837Z Compiling heapless v0.8.0
2742024-11-21T18:44:26.137Z Compiling parking_lot_core v0.9.10
2752024-11-21T18:44:26.359Z Compiling winnow v0.5.40
2762024-11-21T18:44:27.002Z Compiling regex-automata v0.4.9
2772024-11-21T18:44:27.090Z Checking hash32 v0.3.1
2782024-11-21T18:44:27.243Z Checking smallvec v1.13.2
2792024-11-21T18:44:27.606Z Compiling smoltcp v0.11.0
2802024-11-21T18:44:27.946Z Compiling once_cell v1.20.2
2812024-11-21T18:44:28.252Z Compiling serde_json v1.0.133
2822024-11-21T18:44:28.347Z Checking scopeguard v1.2.0
2832024-11-21T18:44:28.463Z Checking dyn-clone v1.0.17
2842024-11-21T18:44:28.510Z Checking stable_deref_trait v1.2.0
2852024-11-21T18:44:28.593Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2862024-11-21T18:44:28.603Z Checking macaddr v1.0.1
2872024-11-21T18:44:29.069Z Checking getrandom v0.2.15
2882024-11-21T18:44:29.225Z Checking managed v0.8.0
2892024-11-21T18:44:29.323Z Checking ryu v1.0.18
2902024-11-21T18:44:29.365Z Compiling schemars v0.8.21
2912024-11-21T18:44:29.501Z Checking bitflags v1.3.2
2922024-11-21T18:44:29.544Z Checking itoa v1.0.11
2932024-11-21T18:44:29.583Z Compiling version_check v0.9.5
2942024-11-21T18:44:29.613Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
2952024-11-21T18:44:29.750Z Compiling thiserror v1.0.69
2962024-11-21T18:44:29.753Z Checking pin-project-lite v0.2.15
2972024-11-21T18:44:29.862Z Checking cobs v0.2.3
2982024-11-21T18:44:29.936Z Compiling toml_edit v0.19.15
2992024-11-21T18:44:30.033Z Compiling rustix v0.38.41
3002024-11-21T18:44:30.210Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3012024-11-21T18:44:30.582Z Checking parking_lot v0.12.3
3022024-11-21T18:44:30.629Z Checking rand_core v0.6.4
3032024-11-21T18:44:30.816Z Checking socket2 v0.5.7
3042024-11-21T18:44:30.898Z Checking errno v0.3.9
3052024-11-21T18:44:30.915Z Checking signal-hook-registry v1.4.2
3062024-11-21T18:44:31.064Z Compiling regex v1.11.1
3072024-11-21T18:44:31.152Z Checking mio v1.0.2
3082024-11-21T18:44:31.286Z Checking foreign-types-shared v0.3.1
3092024-11-21T18:44:31.383Z Checking bytes v1.8.0
3102024-11-21T18:44:32.047Z Checking unicode-width v0.1.14
3112024-11-21T18:44:32.155Z Checking utf8parse v0.2.2
3122024-11-21T18:44:32.293Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3132024-11-21T18:44:32.499Z Compiling darling_core v0.20.10
3142024-11-21T18:44:32.510Z Compiling serde_derive_internals v0.29.1
3152024-11-21T18:44:33.124Z Compiling proc-macro-crate v1.3.1
3162024-11-21T18:44:33.920Z Checking tabwriter v1.4.0
3172024-11-21T18:44:34.154Z Checking anstyle-parse v0.2.6
3182024-11-21T18:44:34.379Z Checking tracing-core v0.1.32
3192024-11-21T18:44:34.656Z Checking cstr-argument v0.1.2
3202024-11-21T18:44:34.786Z Checking crc32fast v1.4.2
3212024-11-21T18:44:34.830Z Checking anstyle-query v1.1.2
3222024-11-21T18:44:34.953Z Checking colorchoice v1.0.3
3232024-11-21T18:44:34.995Z Checking lazy_static v1.5.0
3242024-11-21T18:44:35.055Z Checking is_terminal_polyfill v1.70.1
3252024-11-21T18:44:35.078Z Checking anstyle v1.0.10
3262024-11-21T18:44:35.114Z Checking pretty-hex v0.2.1
3272024-11-21T18:44:35.160Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
3282024-11-21T18:44:35.274Z Checking colored v2.1.0
3292024-11-21T18:44:35.406Z Checking anstream v0.6.18
3302024-11-21T18:44:35.496Z Checking terminal_size v0.4.0
3312024-11-21T18:44:35.648Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
3322024-11-21T18:44:35.784Z Checking winnow v0.6.20
3332024-11-21T18:44:35.877Z Checking clap_lex v0.7.3
3342024-11-21T18:44:35.926Z Compiling heck v0.5.0
3352024-11-21T18:44:36.166Z Checking clap_builder v4.5.21
3362024-11-21T18:44:36.222Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3372024-11-21T18:44:36.236Z Compiling num_enum_derive v0.5.11
3382024-11-21T18:44:36.347Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3392024-11-21T18:44:37.233Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3402024-11-21T18:44:37.323Z Compiling serde_derive v1.0.215
3412024-11-21T18:44:37.323Z Compiling darling_macro v0.20.10
3422024-11-21T18:44:37.326Z Compiling zerocopy-derive v0.8.10
3432024-11-21T18:44:37.326Z Compiling zerocopy-derive v0.7.35
3442024-11-21T18:44:37.361Z Compiling foreign-types-macros v0.2.3
3452024-11-21T18:44:38.158Z Compiling tokio-macros v2.4.0
3462024-11-21T18:44:38.613Z Compiling thiserror-impl v1.0.69
3472024-11-21T18:44:38.817Z Compiling schemars_derive v0.8.21
3482024-11-21T18:44:39.131Z Checking zerocopy v0.7.35
3492024-11-21T18:44:39.160Z Checking foreign-types v0.5.0
3502024-11-21T18:44:39.252Z Checking num_enum v0.5.11
3512024-11-21T18:44:39.393Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3522024-11-21T18:44:39.561Z Checking tokio v1.41.1
3532024-11-21T18:44:40.444Z Checking ppv-lite86 v0.2.20
3542024-11-21T18:44:40.455Z Compiling tracing-attributes v0.1.27
3552024-11-21T18:44:41.149Z Checking rand_chacha v0.3.1
3562024-11-21T18:44:41.217Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3572024-11-21T18:44:41.457Z Checking rand v0.8.5
3582024-11-21T18:44:41.483Z Compiling clap_derive v4.5.18
3592024-11-21T18:44:43.070Z Checking tracing v0.1.40
3602024-11-21T18:44:43.285Z Compiling darling v0.20.10
3612024-11-21T18:44:43.382Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3622024-11-21T18:44:43.412Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3632024-11-21T18:44:44.407Z Checking clap v4.5.21
3642024-11-21T18:44:45.597Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3652024-11-21T18:44:46.811Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3662024-11-21T18:44:46.894Z Checking ipnetwork v0.20.0
3672024-11-21T18:44:46.894Z Checking postcard v1.0.10
3682024-11-21T18:44:46.896Z Checking uuid v1.11.0
3692024-11-21T18:44:47.329Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3702024-11-21T18:44:48.617Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3712024-11-21T18:44:48.843Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
3722024-11-21T18:44:56.704Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3732024-11-21T18:44:59.094Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3742024-11-21T18:45:00.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.73s
3752024-11-21T18:45:00.867Z
3762024-11-21T18:45:00.868Zreal 42.007613499
3772024-11-21T18:45:00.868Zuser 2:31.073646960
3782024-11-21T18:45:00.868Zsys 33.503329762
3792024-11-21T18:45:00.868Ztrap 0.090319194
3802024-11-21T18:45:00.868Ztflt 0.393792816
3812024-11-21T18:45:00.868Zdflt 0.342448670
3822024-11-21T18:45:00.871Zkflt 0.003801013
3832024-11-21T18:45:00.871Zlock 3:37.753525700
3842024-11-21T18:45:00.871Zslp 10:32.141347911
3852024-11-21T18:45:00.871Zlat 7.690910477
3862024-11-21T18:45:00.871Zstop 17.541784866
3872024-11-21T18:45:00.871Z+ header 'debug build'
3882024-11-21T18:45:00.871Z+ echo '# ==== debug build ==== #'
3892024-11-21T18:45:00.871Z# ==== debug build ==== #
3902024-11-21T18:45:00.871Z+ ptime -m cargo build
3912024-11-21T18:45:01.160Z Compiling cfg-if v1.0.0
3922024-11-21T18:45:01.160Z Compiling memchr v2.7.4
3932024-11-21T18:45:01.160Z Compiling strsim v0.11.1
3942024-11-21T18:45:01.160Z Compiling byteorder v1.5.0
3952024-11-21T18:45:01.163Z Compiling libc v0.2.164
3962024-11-21T18:45:01.168Z Compiling bitflags v2.6.0
3972024-11-21T18:45:01.179Z Compiling serde v1.0.215
3982024-11-21T18:45:01.184Z Compiling once_cell v1.20.2
3992024-11-21T18:45:01.223Z Compiling zerocopy v0.8.10
4002024-11-21T18:45:01.482Z Compiling darling_core v0.20.10
4012024-11-21T18:45:01.547Z Compiling hash32 v0.3.1
4022024-11-21T18:45:01.577Z Compiling scopeguard v1.2.0
4032024-11-21T18:45:01.692Z Compiling stable_deref_trait v1.2.0
4042024-11-21T18:45:01.732Z Compiling dyn-clone v1.0.17
4052024-11-21T18:45:01.782Z Compiling macaddr v1.0.1
4062024-11-21T18:45:01.937Z Compiling smallvec v1.13.2
4072024-11-21T18:45:02.147Z Compiling aho-corasick v1.1.3
4082024-11-21T18:45:02.153Z Compiling heapless v0.8.0
4092024-11-21T18:45:02.360Z Compiling lock_api v0.4.12
4102024-11-21T18:45:02.792Z Compiling getrandom v0.2.15
4112024-11-21T18:45:02.829Z Compiling parking_lot_core v0.9.10
4122024-11-21T18:45:02.862Z Compiling zerocopy v0.7.35
4132024-11-21T18:45:03.100Z Compiling proc-macro-crate v1.3.1
4142024-11-21T18:45:03.203Z Compiling bitflags v1.3.2
4152024-11-21T18:45:03.286Z Compiling pin-project-lite v0.2.15
4162024-11-21T18:45:03.402Z Compiling itoa v1.0.11
4172024-11-21T18:45:03.511Z Compiling managed v0.8.0
4182024-11-21T18:45:03.615Z Compiling ryu v1.0.18
4192024-11-21T18:45:03.870Z Compiling cobs v0.2.3
4202024-11-21T18:45:03.952Z Compiling smoltcp v0.11.0
4212024-11-21T18:45:03.966Z Compiling num_enum_derive v0.5.11
4222024-11-21T18:45:04.142Z Compiling regex-automata v0.4.9
4232024-11-21T18:45:04.469Z Compiling ppv-lite86 v0.2.20
4242024-11-21T18:45:04.887Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4252024-11-21T18:45:05.248Z Compiling parking_lot v0.12.3
4262024-11-21T18:45:05.311Z Compiling rand_core v0.6.4
4272024-11-21T18:45:05.759Z Compiling anyhow v1.0.93
4282024-11-21T18:45:06.209Z Compiling mio v1.0.2
4292024-11-21T18:45:06.222Z Compiling socket2 v0.5.7
4302024-11-21T18:45:06.325Z Compiling errno v0.3.9
4312024-11-21T18:45:06.553Z Compiling signal-hook-registry v1.4.2
4322024-11-21T18:45:06.744Z Compiling foreign-types-shared v0.3.1
4332024-11-21T18:45:06.844Z Compiling either v1.13.0
4342024-11-21T18:45:07.177Z Compiling darling_macro v0.20.10
4352024-11-21T18:45:07.197Z Compiling ipnetwork v0.20.0
4362024-11-21T18:45:07.242Z Compiling postcard v1.0.10
4372024-11-21T18:45:07.470Z Compiling serde_json v1.0.133
4382024-11-21T18:45:07.473Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4392024-11-21T18:45:07.473Z Compiling bytes v1.8.0
4402024-11-21T18:45:07.661Z Compiling unicode-width v0.1.14
4412024-11-21T18:45:07.784Z Compiling utf8parse v0.2.2
4422024-11-21T18:45:07.873Z Compiling itertools v0.13.0
4432024-11-21T18:45:07.920Z Compiling anstyle-parse v0.2.6
4442024-11-21T18:45:08.163Z Compiling darling v0.20.10
4452024-11-21T18:45:08.163Z Compiling tabwriter v1.4.0
4462024-11-21T18:45:08.252Z Compiling regex v1.11.1
4472024-11-21T18:45:08.259Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4482024-11-21T18:45:08.701Z Compiling tokio v1.41.1
4492024-11-21T18:45:08.775Z Compiling foreign-types v0.5.0
4502024-11-21T18:45:08.873Z Compiling thiserror v1.0.69
4512024-11-21T18:45:08.994Z Compiling rustix v0.38.41
4522024-11-21T18:45:09.079Z Compiling num_enum v0.5.11
4532024-11-21T18:45:09.232Z Compiling schemars v0.8.21
4542024-11-21T18:45:09.237Z Compiling rand_chacha v0.3.1
4552024-11-21T18:45:09.649Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4562024-11-21T18:45:09.792Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4572024-11-21T18:45:09.958Z Compiling cstr-argument v0.1.2
4582024-11-21T18:45:10.298Z Compiling tracing-core v0.1.32
4592024-11-21T18:45:10.476Z Compiling crc32fast v1.4.2
4602024-11-21T18:45:10.581Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4612024-11-21T18:45:10.581Z Compiling is_terminal_polyfill v1.70.1
4622024-11-21T18:45:10.604Z Compiling anstyle-query v1.1.2
4632024-11-21T18:45:10.632Z Compiling pretty-hex v0.2.1
4642024-11-21T18:45:10.719Z Compiling anstyle v1.0.10
4652024-11-21T18:45:10.736Z Compiling lazy_static v1.5.0
4662024-11-21T18:45:10.797Z Compiling colorchoice v1.0.3
4672024-11-21T18:45:10.833Z Compiling colored v2.1.0
4682024-11-21T18:45:10.931Z Compiling tracing v0.1.40
4692024-11-21T18:45:11.150Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
4702024-11-21T18:45:11.381Z Compiling anstream v0.6.18
4712024-11-21T18:45:11.462Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4722024-11-21T18:45:11.617Z Compiling terminal_size v0.4.0
4732024-11-21T18:45:11.623Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4742024-11-21T18:45:11.629Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4752024-11-21T18:45:11.684Z Compiling rand v0.8.5
4762024-11-21T18:45:11.806Z Compiling uuid v1.11.0
4772024-11-21T18:45:12.082Z Compiling clap_lex v0.7.3
4782024-11-21T18:45:12.178Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
4792024-11-21T18:45:12.249Z Compiling winnow v0.6.20
4802024-11-21T18:45:12.527Z Compiling clap_builder v4.5.21
4812024-11-21T18:45:12.534Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4822024-11-21T18:45:15.526Z Compiling clap v4.5.21
4832024-11-21T18:45:15.640Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4842024-11-21T18:45:15.956Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4852024-11-21T18:45:16.120Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
4862024-11-21T18:45:16.257Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4872024-11-21T18:45:18.446Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882024-11-21T18:45:24.778Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892024-11-21T18:45:26.908Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4902024-11-21T18:45:33.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.35s
4912024-11-21T18:45:33.321Z
4922024-11-21T18:45:33.323Zreal 32.435592551
4932024-11-21T18:45:33.323Zuser 2:09.540354669
4942024-11-21T18:45:33.323Zsys 27.211787199
4952024-11-21T18:45:33.323Ztrap 0.066599190
4962024-11-21T18:45:33.323Ztflt 0.204480117
4972024-11-21T18:45:33.323Zdflt 0.529671289
4982024-11-21T18:45:33.323Zkflt 0.000000000
4992024-11-21T18:45:33.323Zlock 3:53.999822419
5002024-11-21T18:45:33.323Zslp 7:29.559946661
5012024-11-21T18:45:33.323Zlat 3.758276669
5022024-11-21T18:45:33.323Zstop 4.785478569
5032024-11-21T18:45:33.323Z+ header 'release build'
5042024-11-21T18:45:33.323Z+ echo '# ==== release build ==== #'
5052024-11-21T18:45:33.325Z# ==== release build ==== #
5062024-11-21T18:45:33.325Z+ ptime -m cargo build --release
5072024-11-21T18:45:33.509Z Compiling proc-macro2 v1.0.91
5082024-11-21T18:45:33.509Z Compiling unicode-ident v1.0.13
5092024-11-21T18:45:33.511Z Compiling libc v0.2.164
5102024-11-21T18:45:33.511Z Compiling cfg-if v1.0.0
5112024-11-21T18:45:33.511Z Compiling serde v1.0.215
5122024-11-21T18:45:33.511Z Compiling byteorder v1.5.0
5132024-11-21T18:45:33.511Z Compiling fnv v1.0.7
5142024-11-21T18:45:33.511Z Compiling strsim v0.11.1
5152024-11-21T18:45:33.609Z Compiling ident_case v1.0.1
5162024-11-21T18:45:33.629Z Compiling memchr v2.7.4
5172024-11-21T18:45:33.685Z Compiling regex-syntax v0.8.5
5182024-11-21T18:45:33.757Z Compiling syn v1.0.109
5192024-11-21T18:45:33.895Z Compiling bitflags v2.6.0
5202024-11-21T18:45:34.060Z Compiling anyhow v1.0.93
5212024-11-21T18:45:34.168Z Compiling zerocopy v0.8.10
5222024-11-21T18:45:34.294Z Compiling hashbrown v0.15.1
5232024-11-21T18:45:34.347Z Compiling equivalent v1.0.1
5242024-11-21T18:45:34.434Z Compiling either v1.13.0
5252024-11-21T18:45:34.674Z Compiling aho-corasick v1.1.3
5262024-11-21T18:45:34.848Z Compiling autocfg v1.4.0
5272024-11-21T18:45:34.962Z Compiling itertools v0.13.0
5282024-11-21T18:45:35.035Z Compiling toml_datetime v0.6.8
5292024-11-21T18:45:35.429Z Compiling quote v1.0.37
5302024-11-21T18:45:35.548Z Compiling indexmap v2.6.0
5312024-11-21T18:45:35.675Z Compiling lock_api v0.4.12
5322024-11-21T18:45:35.856Z Compiling syn v2.0.89
5332024-11-21T18:45:36.024Z Compiling parking_lot_core v0.9.10
5342024-11-21T18:45:36.458Z Compiling winnow v0.5.40
5352024-11-21T18:45:36.929Z Compiling heapless v0.8.0
5362024-11-21T18:45:37.445Z Compiling regex-automata v0.4.9
5372024-11-21T18:45:38.328Z Compiling hash32 v0.3.1
5382024-11-21T18:45:38.419Z Compiling stable_deref_trait v1.2.0
5392024-11-21T18:45:38.506Z Compiling smallvec v1.13.2
5402024-11-21T18:45:38.527Z Compiling smoltcp v0.11.0
5412024-11-21T18:45:38.694Z Compiling scopeguard v1.2.0
5422024-11-21T18:45:38.812Z Compiling dyn-clone v1.0.17
5432024-11-21T18:45:39.012Z Compiling serde_json v1.0.133
5442024-11-21T18:45:39.019Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5452024-11-21T18:45:39.155Z Compiling macaddr v1.0.1
5462024-11-21T18:45:39.337Z Compiling once_cell v1.20.2
5472024-11-21T18:45:39.721Z Compiling getrandom v0.2.15
5482024-11-21T18:45:39.947Z Compiling rustix v0.38.41
5492024-11-21T18:45:40.038Z Compiling toml_edit v0.19.15
5502024-11-21T18:45:40.166Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5512024-11-21T18:45:40.222Z Compiling cobs v0.2.3
5522024-11-21T18:45:40.472Z Compiling schemars v0.8.21
5532024-11-21T18:45:40.518Z Compiling thiserror v1.0.69
5542024-11-21T18:45:40.626Z Compiling itoa v1.0.11
5552024-11-21T18:45:40.745Z Compiling bitflags v1.3.2
5562024-11-21T18:45:40.828Z Compiling pin-project-lite v0.2.15
5572024-11-21T18:45:40.834Z Compiling version_check v0.9.5
5582024-11-21T18:45:40.841Z Compiling managed v0.8.0
5592024-11-21T18:45:40.935Z Compiling ryu v1.0.18
5602024-11-21T18:45:41.356Z Compiling regex v1.11.1
5612024-11-21T18:45:41.419Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5622024-11-21T18:45:41.488Z Compiling rand_core v0.6.4
5632024-11-21T18:45:41.749Z Compiling parking_lot v0.12.3
5642024-11-21T18:45:41.950Z Compiling socket2 v0.5.7
5652024-11-21T18:45:42.292Z Compiling signal-hook-registry v1.4.2
5662024-11-21T18:45:43.165Z Compiling darling_core v0.20.10
5672024-11-21T18:45:43.461Z Compiling serde_derive_internals v0.29.1
5682024-11-21T18:45:43.541Z Compiling proc-macro-crate v1.3.1
5692024-11-21T18:45:44.363Z Compiling errno v0.3.9
5702024-11-21T18:45:44.589Z Compiling mio v1.0.2
5712024-11-21T18:45:45.123Z Compiling utf8parse v0.2.2
5722024-11-21T18:45:45.269Z Compiling foreign-types-shared v0.3.1
5732024-11-21T18:45:45.593Z Compiling unicode-width v0.1.14
5742024-11-21T18:45:45.748Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5752024-11-21T18:45:45.899Z Compiling bytes v1.8.0
5762024-11-21T18:45:45.961Z Compiling anstyle-parse v0.2.6
5772024-11-21T18:45:46.168Z Compiling tabwriter v1.4.0
5782024-11-21T18:45:46.323Z Compiling tracing-core v0.1.32
5792024-11-21T18:45:46.575Z Compiling num_enum_derive v0.5.11
5802024-11-21T18:45:46.845Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5812024-11-21T18:45:47.722Z Compiling serde_derive v1.0.215
5822024-11-21T18:45:47.753Z Compiling zerocopy-derive v0.8.10
5832024-11-21T18:45:47.992Z Compiling zerocopy-derive v0.7.35
5842024-11-21T18:45:48.197Z Compiling thiserror-impl v1.0.69
5852024-11-21T18:45:48.535Z Compiling schemars_derive v0.8.21
5862024-11-21T18:45:48.694Z Compiling tokio-macros v2.4.0
5872024-11-21T18:45:48.799Z Compiling darling_macro v0.20.10
5882024-11-21T18:45:49.336Z Compiling foreign-types-macros v0.2.3
5892024-11-21T18:45:49.811Z Compiling darling v0.20.10
5902024-11-21T18:45:49.906Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5912024-11-21T18:45:49.965Z Compiling zerocopy v0.7.35
5922024-11-21T18:45:50.182Z Compiling tokio v1.41.1
5932024-11-21T18:45:50.542Z Compiling foreign-types v0.5.0
5942024-11-21T18:45:50.630Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5952024-11-21T18:45:51.078Z Compiling num_enum v0.5.11
5962024-11-21T18:45:51.221Z Compiling tracing-attributes v0.1.27
5972024-11-21T18:45:51.349Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5982024-11-21T18:45:51.562Z Compiling ppv-lite86 v0.2.20
5992024-11-21T18:45:52.032Z Compiling cstr-argument v0.1.2
6002024-11-21T18:45:52.440Z Compiling rand_chacha v0.3.1
6012024-11-21T18:45:52.591Z Compiling crc32fast v1.4.2
6022024-11-21T18:45:52.593Z Compiling anstyle-query v1.1.2
6032024-11-21T18:45:52.722Z Compiling colorchoice v1.0.3
6042024-11-21T18:45:52.870Z Compiling lazy_static v1.5.0
6052024-11-21T18:45:52.922Z Compiling anstyle v1.0.10
6062024-11-21T18:45:52.984Z Compiling is_terminal_polyfill v1.70.1
6072024-11-21T18:45:53.095Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
6082024-11-21T18:45:53.394Z Compiling pretty-hex v0.2.1
6092024-11-21T18:45:53.430Z Compiling anstream v0.6.18
6102024-11-21T18:45:53.576Z Compiling colored v2.1.0
6112024-11-21T18:45:54.075Z Compiling rand v0.8.5
6122024-11-21T18:45:54.294Z Compiling tracing v0.1.40
6132024-11-21T18:45:54.653Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6142024-11-21T18:45:54.972Z Compiling terminal_size v0.4.0
6152024-11-21T18:45:55.043Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6162024-11-21T18:45:55.176Z Compiling clap_lex v0.7.3
6172024-11-21T18:45:55.391Z Compiling heck v0.5.0
6182024-11-21T18:45:55.543Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6192024-11-21T18:45:55.808Z Compiling winnow v0.6.20
6202024-11-21T18:45:55.816Z Compiling clap_derive v4.5.18
6212024-11-21T18:45:55.921Z Compiling clap_builder v4.5.21
6222024-11-21T18:45:56.013Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6232024-11-21T18:45:56.048Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6242024-11-21T18:45:58.681Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
6252024-11-21T18:45:59.205Z Compiling clap v4.5.21
6262024-11-21T18:45:59.828Z Compiling ipnetwork v0.20.0
6272024-11-21T18:46:00.282Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6282024-11-21T18:46:00.608Z Compiling postcard v1.0.10
6292024-11-21T18:46:01.295Z Compiling uuid v1.11.0
6302024-11-21T18:46:02.853Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6312024-11-21T18:46:05.249Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
6322024-11-21T18:46:10.074Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6332024-11-21T18:46:11.858Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6342024-11-21T18:46:48.250Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 14s
6352024-11-21T18:46:48.289Z
6362024-11-21T18:46:48.291Zreal 1:14.938451656
6372024-11-21T18:46:48.291Zuser 4:38.662045847
6382024-11-21T18:46:48.291Zsys 45.871084767
6392024-11-21T18:46:48.291Ztrap 0.134114256
6402024-11-21T18:46:48.291Ztflt 0.239704980
6412024-11-21T18:46:48.291Zdflt 0.478567978
6422024-11-21T18:46:48.291Zkflt 0.000001919
6432024-11-21T18:46:48.291Zlock 10:17.101059457
6442024-11-21T18:46:48.291Zslp 15:47.342269534
6452024-11-21T18:46:48.291Zlat 8.016821584
6462024-11-21T18:46:48.291Zstop 13.319005697
6472024-11-21T18:46:48.291Z+ popd
6482024-11-21T18:46:48.291Z/work/oxidecomputer/opte
6492024-11-21T18:46:48.291Z+ for x in debug release
6502024-11-21T18:46:48.291Z+ mkdir -p /work/debug
6512024-11-21T18:46:48.294Z+ cp target/debug/opteadm /work/debug/
6522024-11-21T18:46:48.351Z+ sha256sum target/debug/opteadm
6532024-11-21T18:46:48.410Z+ for x in debug release
6542024-11-21T18:46:48.411Z+ mkdir -p /work/release
6552024-11-21T18:46:48.415Z+ cp target/release/opteadm /work/release/
6562024-11-21T18:46:48.431Z+ sha256sum target/release/opteadm
6572024-11-21T18:46:48.449Zprocess exited: duration 172194 ms, exit code 0
 
6582024-11-21T18:46:48.459Zfound 4 output files
6592024-11-21T18:46:48.459Zuploading: /work/debug/opteadm (69412280 bytes)
6602024-11-21T18:46:50.629Zuploaded: /work/debug/opteadm
6612024-11-21T18:46:50.629Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6622024-11-21T18:46:51.643Zuploaded: /work/debug/opteadm.debug.sha256
6632024-11-21T18:46:51.646Zuploading: /work/release/opteadm (17494560 bytes)
6642024-11-21T18:46:53.012Zuploaded: /work/release/opteadm
6652024-11-21T18:46:53.014Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6662024-11-21T18:46:54.020Zuploaded: /work/release/opteadm.release.sha256