01JKRE2925FXPDDHJV3WFACJAP: 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: 01JKRE2J8S70MG53NWGHJ9KCD2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-10T17:22:25.940Zjob assigned to worker 01JKRE2PPEM1G3Q9XM2ESTZWMF [factory aws, i-0120218dea9db9ffb] (queued for 1 m 2 s)
 
22025-02-10T17:22:34.891Zstarting task 0: "setup"
32025-02-10T17:22:34.898Z++ uname -s
42025-02-10T17:22:34.903Z+ kern=SunOS
52025-02-10T17:22:34.903Z+ build_user=build
62025-02-10T17:22:34.903Z+ build_uid=12345
72025-02-10T17:22:34.903Z+ work_dir=/work
82025-02-10T17:22:34.903Z+ input_dir=/input
92025-02-10T17:22:34.903Z+ [[ 0 == 12345 ]]
102025-02-10T17:22:34.903Z+ case "$kern" in
112025-02-10T17:22:34.903Z+ groupadd -g 12345 build
122025-02-10T17:22:34.906Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-10T17:22:36.912Z+ zfs create -o mountpoint=/work rpool/work
142025-02-10T17:22:37.040Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-10T17:22:37.042Z+ home_fs=zfs
162025-02-10T17:22:37.043Z+ [[ zfs == autofs ]]
172025-02-10T17:22:37.043Z+ mkdir -p /home/build
182025-02-10T17:22:37.045Z+ chown build:build /home/build /work
192025-02-10T17:22:39.046Z+ chmod 0700 /home/build /work
202025-02-10T17:22:39.049Zprocess exited: duration 4157 ms, exit code 0
 
212025-02-10T17:22:39.055Zstarting task 1: "rust-toolchain"
222025-02-10T17:22:39.060Z+ printf ' * rust toolchain channel = "%s"\n' nightly-2024-11-18
232025-02-10T17:22:39.060Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-10T17:22:39.060Z * rust toolchain channel = "nightly-2024-11-18"
252025-02-10T17:22:39.060Z * rust toolchain profile = "default"
262025-02-10T17:22:39.060Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-10T17:22:39.060Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-10T17:22:39.063Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-10T17:22:39.063Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default
302025-02-10T17:22:39.186Zinfo: downloading installer
312025-02-10T17:22:40.458Zwarning: it looks like you have an existing installation of Rust at:
322025-02-10T17:22:40.458Zwarning: /opt/ooce/bin
332025-02-10T17:22:40.458Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-10T17:22:40.458Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-10T17:22:40.458Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-10T17:22:40.458Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-10T17:22:40.458Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-10T17:22:40.458Zerror: cannot install while Rust is installed
392025-02-10T17:22:40.458Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-10T17:22:40.507Zinfo: profile set to 'default'
412025-02-10T17:22:40.507Zinfo: default host triple is x86_64-unknown-illumos
422025-02-10T17:22:40.510Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
432025-02-10T17:22:40.674Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
442025-02-10T17:22:40.674Zinfo: downloading component 'cargo'
452025-02-10T17:22:41.560Zinfo: downloading component 'clippy'
462025-02-10T17:22:41.898Zinfo: downloading component 'rust-docs'
472025-02-10T17:22:43.106Zinfo: downloading component 'rust-std'
482025-02-10T17:22:45.086Zinfo: downloading component 'rustc'
492025-02-10T17:22:52.137Zinfo: downloading component 'rustfmt'
502025-02-10T17:22:52.396Zinfo: installing component 'cargo'
512025-02-10T17:22:53.222Zinfo: installing component 'clippy'
522025-02-10T17:22:53.604Zinfo: installing component 'rust-docs'
532025-02-10T17:22:55.259Zinfo: installing component 'rust-std'
542025-02-10T17:22:57.101Zinfo: installing component 'rustc'
552025-02-10T17:23:03.066Zinfo: installing component 'rustfmt'
562025-02-10T17:23:03.395Zinfo: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos'
572025-02-10T17:23:03.395Z
582025-02-10T17:23:03.787Z nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
592025-02-10T17:23:03.787Z
602025-02-10T17:23:03.790Z
612025-02-10T17:23:03.790ZRust is installed now. Great!
622025-02-10T17:23:03.790Z
632025-02-10T17:23:03.790ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-10T17:23:03.790Zenvironment variable. This has not been done automatically.
652025-02-10T17:23:03.790Z
662025-02-10T17:23:03.790ZTo configure your current shell, you need to source
672025-02-10T17:23:03.790Zthe corresponding env file under $HOME/.cargo.
682025-02-10T17:23:03.791Z
692025-02-10T17:23:03.791ZThis is usually done by running one of the following (note the leading DOT):
702025-02-10T17:23:03.791Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-10T17:23:03.791Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-10T17:23:03.859Z+ rustup --version
732025-02-10T17:23:03.867Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-10T17:23:03.867Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-10T17:23:03.945Zinfo: The currently active `rustc` version is `rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)`
762025-02-10T17:23:03.948Z+ cargo --version
772025-02-10T17:23:04.008Zcargo 1.84.0-nightly (69e595908 2024-11-16)
782025-02-10T17:23:04.011Z+ rustc --version
792025-02-10T17:23:04.071Zrustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
802025-02-10T17:23:04.074Zprocess exited: duration 25016 ms, exit code 0
 
812025-02-10T17:23:04.080Zstarting task 2: "authentication"
822025-02-10T17:23:04.101Zprocess exited: duration 21 ms, exit code 0
 
832025-02-10T17:23:04.109Zstarting task 3: "clone repository"
842025-02-10T17:23:04.112Z+ mkdir -p /work/oxidecomputer/opte
852025-02-10T17:23:04.115Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
862025-02-10T17:23:05.921ZCloning into '/work/oxidecomputer/opte'...
872025-02-10T17:23:07.318Z+ cd /work/oxidecomputer/opte
882025-02-10T17:23:07.318Z+ git fetch origin 9345439b57a80ca6d13e173affd8c4aab645af73
892025-02-10T17:23:07.595ZFrom https://github.com/oxidecomputer/opte
902025-02-10T17:23:07.595Z * branch 9345439b57a80ca6d13e173affd8c4aab645af73 -> FETCH_HEAD
912025-02-10T17:23:07.604Z+ [[ -n ingot-and-offload ]]
922025-02-10T17:23:07.606Z++ git branch --show-current
932025-02-10T17:23:07.610Z+ current=master
942025-02-10T17:23:07.610Z+ [[ master != ingot-and-offload ]]
952025-02-10T17:23:07.610Z+ git branch -f ingot-and-offload 9345439b57a80ca6d13e173affd8c4aab645af73
962025-02-10T17:23:07.613Z+ git checkout -f ingot-and-offload
972025-02-10T17:23:07.633ZSwitched to branch 'ingot-and-offload'
982025-02-10T17:23:07.636Z+ git reset --hard 9345439b57a80ca6d13e173affd8c4aab645af73
992025-02-10T17:23:07.655ZHEAD is now at 9345439 Whelp, these flags moved about.
1002025-02-10T17:23:07.658Zprocess exited: duration 3549 ms, exit code 0
 
1012025-02-10T17:23:07.664Zstarting task 4: "build"
1022025-02-10T17:23:07.669Z+ cargo --version
1032025-02-10T17:23:07.674Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
1042025-02-10T17:23:07.850Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
1052025-02-10T17:23:07.850Zinfo: downloading component 'cargo'
1062025-02-10T17:23:08.889Zinfo: downloading component 'clippy'
1072025-02-10T17:23:09.287Zinfo: downloading component 'rust-docs'
1082025-02-10T17:23:10.709Zinfo: downloading component 'rust-std'
1092025-02-10T17:23:12.815Zinfo: downloading component 'rustc'
1102025-02-10T17:23:20.896Zinfo: downloading component 'rustfmt'
1112025-02-10T17:23:21.201Zinfo: installing component 'cargo'
1122025-02-10T17:23:22.032Zinfo: installing component 'clippy'
1132025-02-10T17:23:22.409Zinfo: installing component 'rust-docs'
1142025-02-10T17:23:23.995Zinfo: installing component 'rust-std'
1152025-02-10T17:23:25.686Zinfo: installing component 'rustc'
1162025-02-10T17:23:31.680Zinfo: installing component 'rustfmt'
1172025-02-10T17:23:32.100Zcargo 1.84.0 (66221abde 2024-11-19)
1182025-02-10T17:23:32.103Z+ rustc --version
1192025-02-10T17:23:32.181Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1202025-02-10T17:23:32.187Z+ pushd bin/opteadm
1212025-02-10T17:23:32.190Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1222025-02-10T17:23:32.190Z+ header 'check style'
1232025-02-10T17:23:32.190Z+ echo '# ==== check style ==== #'
1242025-02-10T17:23:32.190Z# ==== check style ==== #
1252025-02-10T17:23:32.190Z+ ptime -m cargo +nightly-2024-11-18 fmt -- --check
1262025-02-10T17:23:32.386Z
1272025-02-10T17:23:32.386Zreal 0.195200309
1282025-02-10T17:23:32.386Zuser 0.109972668
1292025-02-10T17:23:32.386Zsys 0.080342781
1302025-02-10T17:23:32.386Ztrap 0.000038896
1312025-02-10T17:23:32.386Ztflt 0.000000000
1322025-02-10T17:23:32.386Zdflt 0.000000000
1332025-02-10T17:23:32.386Zkflt 0.000000000
1342025-02-10T17:23:32.389Zlock 0.000000000
1352025-02-10T17:23:32.389Zslp 0.117960142
1362025-02-10T17:23:32.389Zlat 0.000522148
1372025-02-10T17:23:32.389Zstop 0.000124919
1382025-02-10T17:23:32.389Z+ header analyze
1392025-02-10T17:23:32.389Z+ echo '# ==== analyze ==== #'
1402025-02-10T17:23:32.389Z# ==== analyze ==== #
1412025-02-10T17:23:32.389Z+ ptime -m cargo clippy --all-targets
1422025-02-10T17:23:32.612Z Updating crates.io index
1432025-02-10T17:23:32.670Z Updating git repository `https://github.com/oxidecomputer/falcon`
1442025-02-10T17:23:33.447Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1452025-02-10T17:23:33.743Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462025-02-10T17:23:33.985Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472025-02-10T17:23:34.370Z Updating git repository `https://github.com/oxidecomputer/zone`
1482025-02-10T17:23:34.715Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1492025-02-10T17:23:34.985Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502025-02-10T17:23:35.227Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512025-02-10T17:23:35.512Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522025-02-10T17:23:36.321Z Downloading crates ...
1532025-02-10T17:23:36.372Z Downloaded anstyle-parse v0.2.6
1542025-02-10T17:23:36.377Z Downloaded anstream v0.6.18
1552025-02-10T17:23:36.387Z Downloaded darling_macro v0.20.10
1562025-02-10T17:23:36.395Z Downloaded cstr-argument v0.1.2
1572025-02-10T17:23:36.411Z Downloaded is_terminal_polyfill v1.70.1
1582025-02-10T17:23:36.414Z Downloaded ident_case v1.0.1
1592025-02-10T17:23:36.423Z Downloaded pretty-hex v0.2.1
1602025-02-10T17:23:36.431Z Downloaded foreign-types-shared v0.3.1
1612025-02-10T17:23:36.433Z Downloaded equivalent v1.0.1
1622025-02-10T17:23:36.437Z Downloaded cfg-if v1.0.0
1632025-02-10T17:23:36.441Z Downloaded anstyle-query v1.1.2
1642025-02-10T17:23:36.441Z Downloaded embedded-io v0.6.1
1652025-02-10T17:23:36.444Z Downloaded embedded-io v0.4.0
1662025-02-10T17:23:36.444Z Downloaded bitflags v1.3.2
1672025-02-10T17:23:36.447Z Downloaded version_check v0.9.5
1682025-02-10T17:23:36.447Z Downloaded utf8parse v0.2.2
1692025-02-10T17:23:36.450Z Downloaded defmt-macros v0.4.0
1702025-02-10T17:23:36.454Z Downloaded either v1.13.0
1712025-02-10T17:23:36.454Z Downloaded defmt-parser v0.4.1
1722025-02-10T17:23:36.454Z Downloaded cobs v0.2.3
1732025-02-10T17:23:36.456Z Downloaded toml_datetime v0.6.8
1742025-02-10T17:23:36.457Z Downloaded itoa v1.0.14
1752025-02-10T17:23:36.459Z Downloaded tracing-attributes v0.1.28
1762025-02-10T17:23:36.459Z Downloaded signal-hook-registry v1.4.2
1772025-02-10T17:23:36.462Z Downloaded scopeguard v1.2.0
1782025-02-10T17:23:36.462Z Downloaded colorchoice v1.0.3
1792025-02-10T17:23:36.465Z Downloaded clap_lex v0.7.4
1802025-02-10T17:23:36.465Z Downloaded zerocopy-derive v0.7.35
1812025-02-10T17:23:36.468Z Downloaded proc-macro-crate v1.3.1
1822025-02-10T17:23:36.471Z Downloaded managed v0.8.0
1832025-02-10T17:23:36.471Z Downloaded fnv v1.0.7
1842025-02-10T17:23:36.473Z Downloaded num_enum_derive v0.5.11
1852025-02-10T17:23:36.473Z Downloaded hash32 v0.3.1
1862025-02-10T17:23:36.473Z Downloaded macaddr v1.0.1
1872025-02-10T17:23:36.476Z Downloaded schemars_derive v0.8.21
1882025-02-10T17:23:36.479Z Downloaded uuid v1.12.0
1892025-02-10T17:23:36.482Z Downloaded toml_edit v0.19.15
1902025-02-10T17:23:36.495Z Downloaded thiserror-impl v1.0.69
1912025-02-10T17:23:36.498Z Downloaded zerocopy-derive v0.8.14
1922025-02-10T17:23:36.503Z Downloaded terminal_size v0.4.1
1932025-02-10T17:23:36.506Z Downloaded tokio-macros v2.5.0
1942025-02-10T17:23:36.506Z Downloaded thiserror v1.0.69
1952025-02-10T17:23:36.510Z Downloaded tracing v0.1.41
1962025-02-10T17:23:36.514Z Downloaded errno v0.3.10
1972025-02-10T17:23:36.517Z Downloaded clap_derive v4.5.24
1982025-02-10T17:23:36.520Z Downloaded once_cell v1.20.2
1992025-02-10T17:23:36.523Z Downloaded defmt v0.3.10
2002025-02-10T17:23:36.525Z Downloaded thiserror-impl v2.0.11
2012025-02-10T17:23:36.528Z Downloaded serde_derive_internals v0.29.1
2022025-02-10T17:23:36.528Z Downloaded quote v1.0.38
2032025-02-10T17:23:36.531Z Downloaded zerocopy v0.7.35
2042025-02-10T17:23:36.546Z Downloaded winnow v0.5.40
2052025-02-10T17:23:36.555Z Downloaded crc32fast v1.4.2
2062025-02-10T17:23:36.558Z Downloaded colored v2.2.0
2072025-02-10T17:23:36.561Z Downloaded thiserror v2.0.11
2082025-02-10T17:23:36.564Z Downloaded zerocopy v0.8.14
2092025-02-10T17:23:36.586Z Downloaded smallvec v1.13.2
2102025-02-10T17:23:36.589Z Downloaded unicode-width v0.2.0
2112025-02-10T17:23:36.593Z Downloaded ryu v1.0.18
2122025-02-10T17:23:36.596Z Downloaded proc-macro2 v1.0.93
2132025-02-10T17:23:36.599Z Downloaded clap v4.5.26
2142025-02-10T17:23:36.607Z Downloaded serde_derive v1.0.217
2152025-02-10T17:23:36.610Z Downloaded darling_core v0.20.10
2162025-02-10T17:23:36.614Z Downloaded bitflags v2.8.0
2172025-02-10T17:23:36.618Z Downloaded parking_lot v0.12.3
2182025-02-10T17:23:36.620Z Downloaded anyhow v1.0.95
2192025-02-10T17:23:36.624Z Downloaded tracing-core v0.1.33
2202025-02-10T17:23:36.627Z Downloaded bytes v1.9.0
2212025-02-10T17:23:36.631Z Downloaded indexmap v2.7.1
2222025-02-10T17:23:36.635Z Downloaded schemars v0.8.21
2232025-02-10T17:23:36.645Z Downloaded rand v0.8.5
2242025-02-10T17:23:36.649Z Downloaded socket2 v0.5.8
2252025-02-10T17:23:36.652Z Downloaded heapless v0.8.0
2262025-02-10T17:23:36.655Z Downloaded ppv-lite86 v0.2.20
2272025-02-10T17:23:36.658Z Downloaded postcard v1.1.1
2282025-02-10T17:23:36.660Z Downloaded pin-project-lite v0.2.16
2292025-02-10T17:23:36.663Z Downloaded parking_lot_core v0.9.10
2302025-02-10T17:23:36.666Z Downloaded mio v1.0.3
2312025-02-10T17:23:36.671Z Downloaded memchr v2.7.4
2322025-02-10T17:23:36.676Z Downloaded serde v1.0.217
2332025-02-10T17:23:36.679Z Downloaded winnow v0.6.24
2342025-02-10T17:23:36.689Z Downloaded proc-macro-error2 v2.0.1
2352025-02-10T17:23:36.691Z Downloaded hashbrown v0.15.2
2362025-02-10T17:23:36.696Z Downloaded aho-corasick v1.1.3
2372025-02-10T17:23:36.702Z Downloaded getrandom v0.2.15
2382025-02-10T17:23:36.705Z Downloaded tokio v1.43.0
2392025-02-10T17:23:36.741Z Downloaded serde_json v1.0.137
2402025-02-10T17:23:36.748Z Downloaded clap_builder v4.5.26
2412025-02-10T17:23:36.754Z Downloaded itertools v0.13.0
2422025-02-10T17:23:36.760Z Downloaded lock_api v0.4.12
2432025-02-10T17:23:36.763Z Downloaded itertools v0.14.0
2442025-02-10T17:23:36.768Z Downloaded ipnetwork v0.21.1
2452025-02-10T17:23:36.771Z Downloaded darling v0.20.10
2462025-02-10T17:23:36.774Z Downloaded tabwriter v1.4.1
2472025-02-10T17:23:36.776Z Downloaded rand_core v0.6.4
2482025-02-10T17:23:36.777Z Downloaded foreign-types v0.5.0
2492025-02-10T17:23:36.780Z Downloaded strsim v0.11.1
2502025-02-10T17:23:36.780Z Downloaded stable_deref_trait v1.2.0
2512025-02-10T17:23:36.780Z Downloaded proc-macro-error-attr2 v2.0.0
2522025-02-10T17:23:36.780Z Downloaded lazy_static v1.5.0
2532025-02-10T17:23:36.783Z Downloaded ipnetwork v0.20.0
2542025-02-10T17:23:36.783Z Downloaded heck v0.5.0
2552025-02-10T17:23:36.786Z Downloaded dyn-clone v1.0.17
2562025-02-10T17:23:36.786Z Downloaded regex v1.11.1
2572025-02-10T17:23:36.797Z Downloaded syn v1.0.109
2582025-02-10T17:23:36.807Z Downloaded unicode-ident v1.0.14
2592025-02-10T17:23:36.809Z Downloaded syn v2.0.96
2602025-02-10T17:23:36.820Z Downloaded rand_chacha v0.3.1
2612025-02-10T17:23:36.823Z Downloaded num_enum v0.5.11
2622025-02-10T17:23:36.826Z Downloaded foreign-types-macros v0.2.3
2632025-02-10T17:23:36.828Z Downloaded rustix v0.38.43
2642025-02-10T17:23:36.848Z Downloaded smoltcp v0.11.0
2652025-02-10T17:23:36.859Z Downloaded byteorder v1.5.0
2662025-02-10T17:23:36.862Z Downloaded regex-syntax v0.8.5
2672025-02-10T17:23:36.868Z Downloaded anstyle v1.0.10
2682025-02-10T17:23:36.870Z Downloaded autocfg v1.4.0
2692025-02-10T17:23:36.906Z Downloaded regex-automata v0.4.9
2702025-02-10T17:23:36.922Z Downloaded libc v0.2.169
2712025-02-10T17:23:37.090Z Compiling proc-macro2 v1.0.93
2722025-02-10T17:23:37.090Z Compiling unicode-ident v1.0.14
2732025-02-10T17:23:37.090Z Compiling libc v0.2.169
2742025-02-10T17:23:37.093Z Compiling serde v1.0.217
2752025-02-10T17:23:37.093Z Checking cfg-if v1.0.0
2762025-02-10T17:23:37.106Z Checking byteorder v1.5.0
2772025-02-10T17:23:37.108Z Compiling ident_case v1.0.1
2782025-02-10T17:23:37.108Z Compiling strsim v0.11.1
2792025-02-10T17:23:37.221Z Compiling fnv v1.0.7
2802025-02-10T17:23:37.295Z Compiling memchr v2.7.4
2812025-02-10T17:23:37.305Z Compiling syn v1.0.109
2822025-02-10T17:23:37.356Z Compiling regex-syntax v0.8.5
2832025-02-10T17:23:37.405Z Compiling zerocopy v0.8.14
2842025-02-10T17:23:37.714Z Compiling autocfg v1.4.0
2852025-02-10T17:23:38.257Z Compiling aho-corasick v1.1.3
2862025-02-10T17:23:38.289Z Compiling equivalent v1.0.1
2872025-02-10T17:23:38.368Z Compiling hashbrown v0.15.2
2882025-02-10T17:23:39.130Z Compiling either v1.13.0
2892025-02-10T17:23:39.218Z Compiling indexmap v2.7.1
2902025-02-10T17:23:39.231Z Compiling lock_api v0.4.12
2912025-02-10T17:23:39.251Z Compiling heapless v0.8.0
2922025-02-10T17:23:39.479Z Compiling itertools v0.13.0
2932025-02-10T17:23:39.755Z Compiling parking_lot_core v0.9.10
2942025-02-10T17:23:40.183Z Compiling regex-automata v0.4.9
2952025-02-10T17:23:40.282Z Compiling quote v1.0.38
2962025-02-10T17:23:40.364Z Compiling toml_datetime v0.6.8
2972025-02-10T17:23:40.389Z Compiling anyhow v1.0.95
2982025-02-10T17:23:40.736Z Compiling syn v2.0.96
2992025-02-10T17:23:40.865Z Compiling winnow v0.5.40
3002025-02-10T17:23:41.743Z Checking hash32 v0.3.1
3012025-02-10T17:23:41.794Z Checking smallvec v1.13.2
3022025-02-10T17:23:41.814Z Compiling smoltcp v0.11.0
3032025-02-10T17:23:41.901Z Checking scopeguard v1.2.0
3042025-02-10T17:23:42.031Z Checking macaddr v1.0.1
3052025-02-10T17:23:42.152Z Checking stable_deref_trait v1.2.0
3062025-02-10T17:23:42.251Z Compiling once_cell v1.20.2
3072025-02-10T17:23:42.304Z Checking dyn-clone v1.0.17
3082025-02-10T17:23:42.437Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092025-02-10T17:23:42.448Z Compiling serde_json v1.0.137
3102025-02-10T17:23:42.821Z Checking getrandom v0.2.15
3112025-02-10T17:23:42.928Z Compiling thiserror v1.0.69
3122025-02-10T17:23:43.031Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3132025-02-10T17:23:43.156Z Checking pin-project-lite v0.2.16
3142025-02-10T17:23:43.221Z Checking cobs v0.2.3
3152025-02-10T17:23:43.282Z Compiling version_check v0.9.5
3162025-02-10T17:23:43.353Z Checking itoa v1.0.14
3172025-02-10T17:23:43.386Z Checking ryu v1.0.18
3182025-02-10T17:23:43.473Z Checking bitflags v1.3.2
3192025-02-10T17:23:43.545Z Checking managed v0.8.0
3202025-02-10T17:23:43.565Z Compiling rustix v0.38.43
3212025-02-10T17:23:43.619Z Compiling schemars v0.8.21
3222025-02-10T17:23:43.890Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3232025-02-10T17:23:44.228Z Compiling regex v1.11.1
3242025-02-10T17:23:44.263Z Compiling toml_edit v0.19.15
3252025-02-10T17:23:44.354Z Checking parking_lot v0.12.3
3262025-02-10T17:23:44.451Z Checking rand_core v0.6.4
3272025-02-10T17:23:44.676Z Checking socket2 v0.5.8
3282025-02-10T17:23:44.739Z Checking mio v1.0.3
3292025-02-10T17:23:45.102Z Checking errno v0.3.10
3302025-02-10T17:23:45.153Z Checking signal-hook-registry v1.4.2
3312025-02-10T17:23:45.272Z Checking ipnetwork v0.21.1
3322025-02-10T17:23:45.387Z Checking unicode-width v0.2.0
3332025-02-10T17:23:45.577Z Checking bytes v1.9.0
3342025-02-10T17:23:45.590Z Checking foreign-types-shared v0.3.1
3352025-02-10T17:23:45.703Z Checking utf8parse v0.2.2
3362025-02-10T17:23:45.864Z Checking tabwriter v1.4.1
3372025-02-10T17:23:46.093Z Checking anstyle-parse v0.2.6
3382025-02-10T17:23:46.133Z Checking itertools v0.14.0
3392025-02-10T17:23:46.328Z Checking tracing-core v0.1.33
3402025-02-10T17:23:46.655Z Checking cstr-argument v0.1.2
3412025-02-10T17:23:46.740Z Checking crc32fast v1.4.2
3422025-02-10T17:23:46.826Z Checking anstyle v1.0.10
3432025-02-10T17:23:46.939Z Compiling proc-macro-crate v1.3.1
3442025-02-10T17:23:46.977Z Checking lazy_static v1.5.0
3452025-02-10T17:23:47.105Z Checking colorchoice v1.0.3
3462025-02-10T17:23:47.179Z Compiling thiserror v2.0.11
3472025-02-10T17:23:47.234Z Compiling darling_core v0.20.10
3482025-02-10T17:23:47.278Z Compiling serde_derive_internals v0.29.1
3492025-02-10T17:23:47.687Z Checking is_terminal_polyfill v1.70.1
3502025-02-10T17:23:47.738Z Checking pretty-hex v0.2.1
3512025-02-10T17:23:47.806Z Checking anstyle-query v1.1.2
3522025-02-10T17:23:47.899Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
3532025-02-10T17:23:47.922Z Checking anstream v0.6.18
3542025-02-10T17:23:48.233Z Checking colored v2.2.0
3552025-02-10T17:23:48.594Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
3562025-02-10T17:23:48.819Z Checking winnow v0.6.24
3572025-02-10T17:23:48.939Z Checking clap_lex v0.7.4
3582025-02-10T17:23:48.971Z Compiling heck v0.5.0
3592025-02-10T17:23:49.194Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3602025-02-10T17:23:50.210Z Compiling num_enum_derive v0.5.11
3612025-02-10T17:23:50.313Z Compiling serde_derive v1.0.217
3622025-02-10T17:23:50.431Z Compiling zerocopy-derive v0.8.14
3632025-02-10T17:23:50.526Z Compiling zerocopy-derive v0.7.35
3642025-02-10T17:23:50.572Z Compiling schemars_derive v0.8.21
3652025-02-10T17:23:50.581Z Compiling thiserror-impl v1.0.69
3662025-02-10T17:23:50.718Z Compiling darling_macro v0.20.10
3672025-02-10T17:23:51.551Z Compiling tokio-macros v2.5.0
3682025-02-10T17:23:52.240Z Compiling darling v0.20.10
3692025-02-10T17:23:52.291Z Compiling foreign-types-macros v0.2.3
3702025-02-10T17:23:52.348Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3712025-02-10T17:23:52.396Z Checking zerocopy v0.7.35
3722025-02-10T17:23:52.970Z Checking tokio v1.43.0
3732025-02-10T17:23:53.258Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3742025-02-10T17:23:53.293Z Checking num_enum v0.5.11
3752025-02-10T17:23:53.431Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3762025-02-10T17:23:53.463Z Checking foreign-types v0.5.0
3772025-02-10T17:23:53.481Z Checking ppv-lite86 v0.2.20
3782025-02-10T17:23:53.556Z Compiling tracing-attributes v0.1.28
3792025-02-10T17:23:54.141Z Checking rand_chacha v0.3.1
3802025-02-10T17:23:54.491Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3812025-02-10T17:23:55.503Z Checking rand v0.8.5
3822025-02-10T17:23:55.506Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3832025-02-10T17:23:55.506Z Compiling thiserror-impl v2.0.11
3842025-02-10T17:23:55.506Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3852025-02-10T17:23:55.506Z Compiling clap_derive v4.5.24
3862025-02-10T17:23:56.576Z Checking tracing v0.1.41
3872025-02-10T17:23:57.736Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3882025-02-10T17:23:58.845Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3892025-02-10T17:23:59.810Z Checking bitflags v2.8.0
3902025-02-10T17:23:59.813Z Checking postcard v1.1.1
3912025-02-10T17:23:59.813Z Checking ipnetwork v0.20.0
3922025-02-10T17:23:59.813Z Checking uuid v1.12.0
3932025-02-10T17:24:00.005Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3942025-02-10T17:24:00.005Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3952025-02-10T17:24:00.116Zwarning: unused import: `core::ffi::c_int`
3962025-02-10T17:24:00.116Z --> crates/illumos-sys-hdrs/src/mac.rs:7:5
3972025-02-10T17:24:00.116Z |
3982025-02-10T17:24:00.116Z7 | use core::ffi::c_int;
3992025-02-10T17:24:00.116Z | ^^^^^^^^^^^^^^^^
4002025-02-10T17:24:00.116Z |
4012025-02-10T17:24:00.117Z = note: `#[warn(unused_imports)]` on by default
4022025-02-10T17:24:00.117Z
4032025-02-10T17:24:00.485Zwarning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo clippy --fix --lib -p illumos-sys-hdrs` to apply 1 suggestion)
4042025-02-10T17:24:00.676Z Checking terminal_size v0.4.1
4052025-02-10T17:24:00.780Z Checking clap_builder v4.5.26
4062025-02-10T17:24:01.345Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4072025-02-10T17:24:01.840Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
4082025-02-10T17:24:02.641Z Checking clap v4.5.26
4092025-02-10T17:24:06.547Zwarning: this returns a `Result<_, ()>`
4102025-02-10T17:24:06.547Z --> lib/opte/src/ddi/mblk.rs:776:5
4112025-02-10T17:24:06.547Z |
4122025-02-10T17:24:06.547Z776 | / pub fn fill_offload_info(
4132025-02-10T17:24:06.547Z777 | | &mut self,
4142025-02-10T17:24:06.547Z778 | | outer_meoi: &mac_ether_offload_info_t,
4152025-02-10T17:24:06.547Z779 | | inner_meoi: Option<&mac_ether_offload_info_t>,
4162025-02-10T17:24:06.547Z780 | | ) -> Result<(), ()> {
4172025-02-10T17:24:06.547Z | |_______________________^
4182025-02-10T17:24:06.547Z |
4192025-02-10T17:24:06.547Z = help: use a custom `Error` type instead
4202025-02-10T17:24:06.547Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
4212025-02-10T17:24:06.547Z = note: `#[warn(clippy::result_unit_err)]` on by default
4222025-02-10T17:24:06.547Z
4232025-02-10T17:24:07.499Zwarning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)`
4242025-02-10T17:24:07.499Z --> lib/opte/src/engine/port/meta.rs:103:9
4252025-02-10T17:24:07.499Z |
4262025-02-10T17:24:07.499Z103 | / self.get(Self::INTERNAL_TARGET)
4272025-02-10T17:24:07.499Z104 | | .and_then(|v| Some(v == "1"))
4282025-02-10T17:24:07.500Z | |_________________________________________^ help: try: `self.get(Self::INTERNAL_TARGET).map(|v| v == "1")`
4292025-02-10T17:24:07.500Z |
4302025-02-10T17:24:07.500Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bind_instead_of_map
4312025-02-10T17:24:07.500Z = note: `#[warn(clippy::bind_instead_of_map)]` on by default
4322025-02-10T17:24:07.500Z
4332025-02-10T17:24:08.218Zwarning: `opte` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p opte` to apply 1 suggestion)
4342025-02-10T17:24:08.221Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4352025-02-10T17:24:10.159Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4362025-02-10T17:24:11.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.09s
4372025-02-10T17:24:11.777Z
4382025-02-10T17:24:11.777Zreal 39.381706443
4392025-02-10T17:24:11.777Zuser 2:31.523123711
4402025-02-10T17:24:11.777Zsys 23.612823821
4412025-02-10T17:24:11.777Ztrap 0.104976071
4422025-02-10T17:24:11.777Ztflt 0.293526414
4432025-02-10T17:24:11.777Zdflt 2.819674539
4442025-02-10T17:24:11.777Zkflt 0.010433776
4452025-02-10T17:24:11.780Zlock 3:15.211626902
4462025-02-10T17:24:11.780Zslp 10:34.562332874
4472025-02-10T17:24:11.780Zlat 8.907816718
4482025-02-10T17:24:11.780Zstop 18.946732435
4492025-02-10T17:24:11.781Z+ header 'debug build'
4502025-02-10T17:24:11.781Z+ echo '# ==== debug build ==== #'
4512025-02-10T17:24:11.781Z# ==== debug build ==== #
4522025-02-10T17:24:11.781Z+ ptime -m cargo build
4532025-02-10T17:24:12.074Z Compiling cfg-if v1.0.0
4542025-02-10T17:24:12.074Z Compiling memchr v2.7.4
4552025-02-10T17:24:12.074Z Compiling strsim v0.11.1
4562025-02-10T17:24:12.075Z Compiling byteorder v1.5.0
4572025-02-10T17:24:12.078Z Compiling libc v0.2.169
4582025-02-10T17:24:12.088Z Compiling once_cell v1.20.2
4592025-02-10T17:24:12.091Z Compiling serde v1.0.217
4602025-02-10T17:24:12.104Z Compiling zerocopy v0.8.14
4612025-02-10T17:24:12.143Z Compiling dyn-clone v1.0.17
4622025-02-10T17:24:12.354Z Compiling hash32 v0.3.1
4632025-02-10T17:24:12.375Z Compiling macaddr v1.0.1
4642025-02-10T17:24:12.446Z Compiling darling_core v0.20.10
4652025-02-10T17:24:12.560Z Compiling scopeguard v1.2.0
4662025-02-10T17:24:12.688Z Compiling stable_deref_trait v1.2.0
4672025-02-10T17:24:12.748Z Compiling smallvec v1.13.2
4682025-02-10T17:24:12.784Z Compiling heapless v0.8.0
4692025-02-10T17:24:12.901Z Compiling lock_api v0.4.12
4702025-02-10T17:24:13.141Z Compiling aho-corasick v1.1.3
4712025-02-10T17:24:13.288Z Compiling getrandom v0.2.15
4722025-02-10T17:24:13.432Z Compiling parking_lot_core v0.9.10
4732025-02-10T17:24:13.607Z Compiling proc-macro-crate v1.3.1
4742025-02-10T17:24:13.621Z Compiling zerocopy v0.7.35
4752025-02-10T17:24:13.733Z Compiling pin-project-lite v0.2.16
4762025-02-10T17:24:13.858Z Compiling cobs v0.2.3
4772025-02-10T17:24:14.007Z Compiling managed v0.8.0
4782025-02-10T17:24:14.142Z Compiling bitflags v1.3.2
4792025-02-10T17:24:14.233Z Compiling itoa v1.0.14
4802025-02-10T17:24:14.376Z Compiling ryu v1.0.18
4812025-02-10T17:24:14.411Z Compiling num_enum_derive v0.5.11
4822025-02-10T17:24:14.445Z Compiling smoltcp v0.11.0
4832025-02-10T17:24:14.720Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4842025-02-10T17:24:14.965Z Compiling ppv-lite86 v0.2.20
4852025-02-10T17:24:15.055Z Compiling regex-automata v0.4.9
4862025-02-10T17:24:15.061Z Compiling parking_lot v0.12.3
4872025-02-10T17:24:15.669Z Compiling rand_core v0.6.4
4882025-02-10T17:24:15.997Z Compiling mio v1.0.3
4892025-02-10T17:24:16.060Z Compiling errno v0.3.10
4902025-02-10T17:24:16.312Z Compiling signal-hook-registry v1.4.2
4912025-02-10T17:24:16.530Z Compiling socket2 v0.5.8
4922025-02-10T17:24:17.143Z Compiling anyhow v1.0.95
4932025-02-10T17:24:17.168Z Compiling either v1.13.0
4942025-02-10T17:24:17.215Z Compiling bytes v1.9.0
4952025-02-10T17:24:17.492Z Compiling bitflags v2.8.0
4962025-02-10T17:24:17.529Z Compiling postcard v1.1.1
4972025-02-10T17:24:17.644Z Compiling serde_json v1.0.137
4982025-02-10T17:24:17.910Z Compiling darling_macro v0.20.10
4992025-02-10T17:24:17.949Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5002025-02-10T17:24:17.981Z Compiling utf8parse v0.2.2
5012025-02-10T17:24:18.053Zwarning: unused import: `core::ffi::c_int`
5022025-02-10T17:24:18.053Z --> crates/illumos-sys-hdrs/src/mac.rs:7:5
5032025-02-10T17:24:18.053Z |
5042025-02-10T17:24:18.053Z7 | use core::ffi::c_int;
5052025-02-10T17:24:18.053Z | ^^^^^^^^^^^^^^^^
5062025-02-10T17:24:18.053Z |
5072025-02-10T17:24:18.053Z = note: `#[warn(unused_imports)]` on by default
5082025-02-10T17:24:18.053Z
5092025-02-10T17:24:18.112Z Compiling unicode-width v0.2.0
5102025-02-10T17:24:18.123Z Compiling ipnetwork v0.21.1
5112025-02-10T17:24:18.423Z Compiling foreign-types-shared v0.3.1
5122025-02-10T17:24:18.537Z Compiling foreign-types v0.5.0
5132025-02-10T17:24:18.632Z Compiling tabwriter v1.4.1
5142025-02-10T17:24:18.641Z Compiling anstyle-parse v0.2.6
5152025-02-10T17:24:18.678Z Compiling tokio v1.43.0
5162025-02-10T17:24:18.784Zwarning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion)
5172025-02-10T17:24:18.784Z Compiling rustix v0.38.43
5182025-02-10T17:24:18.896Z Compiling darling v0.20.10
5192025-02-10T17:24:18.953Z Compiling itertools v0.14.0
5202025-02-10T17:24:18.990Z Compiling regex v1.11.1
5212025-02-10T17:24:19.084Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5222025-02-10T17:24:19.269Z Compiling schemars v0.8.21
5232025-02-10T17:24:19.858Z Compiling ipnetwork v0.20.0
5242025-02-10T17:24:20.255Z Compiling thiserror v1.0.69
5252025-02-10T17:24:20.366Z Compiling num_enum v0.5.11
5262025-02-10T17:24:20.389Z Compiling rand_chacha v0.3.1
5272025-02-10T17:24:20.431Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5282025-02-10T17:24:20.503Z Compiling cstr-argument v0.1.2
5292025-02-10T17:24:20.509Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5302025-02-10T17:24:20.573Z Compiling tracing-core v0.1.33
5312025-02-10T17:24:20.650Z Compiling crc32fast v1.4.2
5322025-02-10T17:24:20.717Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5332025-02-10T17:24:20.955Z Compiling colorchoice v1.0.3
5342025-02-10T17:24:21.012Z Compiling anstyle v1.0.10
5352025-02-10T17:24:21.107Z Compiling is_terminal_polyfill v1.70.1
5362025-02-10T17:24:21.226Z Compiling pretty-hex v0.2.1
5372025-02-10T17:24:21.405Z Compiling lazy_static v1.5.0
5382025-02-10T17:24:21.492Z Compiling anstyle-query v1.1.2
5392025-02-10T17:24:21.540Z Compiling colored v2.2.0
5402025-02-10T17:24:21.567Z Compiling tracing v0.1.41
5412025-02-10T17:24:21.629Z Compiling anstream v0.6.18
5422025-02-10T17:24:21.775Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
5432025-02-10T17:24:21.980Z Compiling rand v0.8.5
5442025-02-10T17:24:21.987Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5452025-02-10T17:24:22.092Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5462025-02-10T17:24:22.146Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5472025-02-10T17:24:22.315Z Compiling terminal_size v0.4.1
5482025-02-10T17:24:22.386Z Compiling uuid v1.12.0
5492025-02-10T17:24:22.519Z Compiling clap_lex v0.7.4
5502025-02-10T17:24:22.619Z Compiling winnow v0.6.24
5512025-02-10T17:24:22.655Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
5522025-02-10T17:24:22.969Z Compiling clap_builder v4.5.26
5532025-02-10T17:24:23.023Z Compiling thiserror v2.0.11
5542025-02-10T17:24:23.026Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5552025-02-10T17:24:25.531Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5562025-02-10T17:24:25.587Z Compiling clap v4.5.26
5572025-02-10T17:24:25.701Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
5582025-02-10T17:24:25.914Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5592025-02-10T17:24:26.554Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5602025-02-10T17:24:28.464Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5612025-02-10T17:24:34.314Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5622025-02-10T17:24:36.492Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5632025-02-10T17:24:42.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.52s
5642025-02-10T17:24:42.397Z
5652025-02-10T17:24:42.400Zreal 30.604360442
5662025-02-10T17:24:42.400Zuser 2:08.310181664
5672025-02-10T17:24:42.400Zsys 14.725412284
5682025-02-10T17:24:42.400Ztrap 0.077074592
5692025-02-10T17:24:42.400Ztflt 0.154477184
5702025-02-10T17:24:42.400Zdflt 0.471369962
5712025-02-10T17:24:42.400Zkflt 0.000023928
5722025-02-10T17:24:42.400Zlock 3:25.134067756
5732025-02-10T17:24:42.400Zslp 6:55.335793220
5742025-02-10T17:24:42.400Zlat 5.177741282
5752025-02-10T17:24:42.400Zstop 5.549023787
5762025-02-10T17:24:42.400Z+ header 'release build'
5772025-02-10T17:24:42.400Z+ echo '# ==== release build ==== #'
5782025-02-10T17:24:42.400Z# ==== release build ==== #
5792025-02-10T17:24:42.400Z+ ptime -m cargo build --release
5802025-02-10T17:24:42.584Z Compiling proc-macro2 v1.0.93
5812025-02-10T17:24:42.585Z Compiling unicode-ident v1.0.14
5822025-02-10T17:24:42.585Z Compiling libc v0.2.169
5832025-02-10T17:24:42.588Z Compiling serde v1.0.217
5842025-02-10T17:24:42.588Z Compiling cfg-if v1.0.0
5852025-02-10T17:24:42.588Z Compiling byteorder v1.5.0
5862025-02-10T17:24:42.588Z Compiling ident_case v1.0.1
5872025-02-10T17:24:42.616Z Compiling fnv v1.0.7
5882025-02-10T17:24:42.699Z Compiling strsim v0.11.1
5892025-02-10T17:24:42.737Z Compiling memchr v2.7.4
5902025-02-10T17:24:42.758Z Compiling regex-syntax v0.8.5
5912025-02-10T17:24:42.770Z Compiling syn v1.0.109
5922025-02-10T17:24:42.947Z Compiling equivalent v1.0.1
5932025-02-10T17:24:43.049Z Compiling zerocopy v0.8.14
5942025-02-10T17:24:43.125Z Compiling autocfg v1.4.0
5952025-02-10T17:24:43.279Z Compiling hashbrown v0.15.2
5962025-02-10T17:24:43.322Z Compiling either v1.13.0
5972025-02-10T17:24:43.698Z Compiling aho-corasick v1.1.3
5982025-02-10T17:24:43.707Z Compiling anyhow v1.0.95
5992025-02-10T17:24:43.896Z Compiling lock_api v0.4.12
6002025-02-10T17:24:44.070Z Compiling itertools v0.13.0
6012025-02-10T17:24:44.236Z Compiling quote v1.0.38
6022025-02-10T17:24:44.271Z Compiling indexmap v2.7.1
6032025-02-10T17:24:44.295Z Compiling parking_lot_core v0.9.10
6042025-02-10T17:24:44.722Z Compiling syn v2.0.96
6052025-02-10T17:24:44.762Z Compiling winnow v0.5.40
6062025-02-10T17:24:44.809Z Compiling heapless v0.8.0
6072025-02-10T17:24:45.455Z Compiling toml_datetime v0.6.8
6082025-02-10T17:24:46.214Z Compiling hash32 v0.3.1
6092025-02-10T17:24:46.416Z Compiling regex-automata v0.4.9
6102025-02-10T17:24:46.923Z Compiling smoltcp v0.11.0
6112025-02-10T17:24:47.426Z Compiling serde_json v1.0.137
6122025-02-10T17:24:47.468Z Compiling smallvec v1.13.2
6132025-02-10T17:24:47.509Z Compiling stable_deref_trait v1.2.0
6142025-02-10T17:24:47.602Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6152025-02-10T17:24:47.753Z Compiling macaddr v1.0.1
6162025-02-10T17:24:47.917Z Compiling scopeguard v1.2.0
6172025-02-10T17:24:47.932Z Compiling dyn-clone v1.0.17
6182025-02-10T17:24:48.046Z Compiling toml_edit v0.19.15
6192025-02-10T17:24:48.151Z Compiling once_cell v1.20.2
6202025-02-10T17:24:48.514Z Compiling getrandom v0.2.15
6212025-02-10T17:24:48.574Z Compiling managed v0.8.0
6222025-02-10T17:24:48.823Z Compiling ryu v1.0.18
6232025-02-10T17:24:48.904Z Compiling bitflags v1.3.2
6242025-02-10T17:24:48.993Z Compiling thiserror v1.0.69
6252025-02-10T17:24:49.015Z Compiling version_check v0.9.5
6262025-02-10T17:24:49.244Z Compiling pin-project-lite v0.2.16
6272025-02-10T17:24:49.251Z Compiling rustix v0.38.43
6282025-02-10T17:24:49.360Z Compiling schemars v0.8.21
6292025-02-10T17:24:49.508Z Compiling itoa v1.0.14
6302025-02-10T17:24:49.593Z Compiling cobs v0.2.3
6312025-02-10T17:24:49.706Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
6322025-02-10T17:24:49.726Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6332025-02-10T17:24:50.041Z Compiling rand_core v0.6.4
6342025-02-10T17:24:50.054Z Compiling parking_lot v0.12.3
6352025-02-10T17:24:50.203Z Compiling errno v0.3.10
6362025-02-10T17:24:50.432Z Compiling regex v1.11.1
6372025-02-10T17:24:50.477Z Compiling signal-hook-registry v1.4.2
6382025-02-10T17:24:51.355Z Compiling darling_core v0.20.10
6392025-02-10T17:24:51.686Z Compiling serde_derive_internals v0.29.1
6402025-02-10T17:24:51.739Z Compiling proc-macro-crate v1.3.1
6412025-02-10T17:24:52.488Z Compiling socket2 v0.5.8
6422025-02-10T17:24:53.241Z Compiling mio v1.0.3
6432025-02-10T17:24:53.535Z Compiling unicode-width v0.2.0
6442025-02-10T17:24:53.624Z Compiling utf8parse v0.2.2
6452025-02-10T17:24:53.775Z Compiling bytes v1.9.0
6462025-02-10T17:24:54.047Z Compiling foreign-types-shared v0.3.1
6472025-02-10T17:24:54.099Z Compiling ipnetwork v0.21.1
6482025-02-10T17:24:54.438Z Compiling tabwriter v1.4.1
6492025-02-10T17:24:54.523Z Compiling itertools v0.14.0
6502025-02-10T17:24:54.615Z Compiling num_enum_derive v0.5.11
6512025-02-10T17:24:54.779Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6522025-02-10T17:24:55.075Z Compiling tracing-core v0.1.33
6532025-02-10T17:24:55.244Z Compiling anstyle-parse v0.2.6
6542025-02-10T17:24:55.770Z Compiling cstr-argument v0.1.2
6552025-02-10T17:24:55.901Z Compiling serde_derive v1.0.217
6562025-02-10T17:24:56.022Z Compiling zerocopy-derive v0.8.14
6572025-02-10T17:24:56.172Z Compiling zerocopy-derive v0.7.35
6582025-02-10T17:24:56.360Z Compiling schemars_derive v0.8.21
6592025-02-10T17:24:56.750Z Compiling thiserror-impl v1.0.69
6602025-02-10T17:24:56.782Z Compiling darling_macro v0.20.10
6612025-02-10T17:24:56.826Z Compiling tokio-macros v2.5.0
6622025-02-10T17:24:56.833Z Compiling foreign-types-macros v0.2.3
6632025-02-10T17:24:57.718Z Compiling darling v0.20.10
6642025-02-10T17:24:57.813Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6652025-02-10T17:24:58.070Z Compiling foreign-types v0.5.0
6662025-02-10T17:24:58.072Z Compiling zerocopy v0.7.35
6672025-02-10T17:24:58.154Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6682025-02-10T17:24:58.217Z Compiling tokio v1.43.0
6692025-02-10T17:24:59.056Z Compiling num_enum v0.5.11
6702025-02-10T17:24:59.208Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6712025-02-10T17:24:59.215Z Compiling tracing-attributes v0.1.28
6722025-02-10T17:24:59.325Z Compiling ppv-lite86 v0.2.20
6732025-02-10T17:24:59.858Z Compiling crc32fast v1.4.2
6742025-02-10T17:25:00.079Z Compiling rand_chacha v0.3.1
6752025-02-10T17:25:00.095Z Compiling is_terminal_polyfill v1.70.1
6762025-02-10T17:25:00.187Z Compiling anstyle-query v1.1.2
6772025-02-10T17:25:00.208Z Compiling lazy_static v1.5.0
6782025-02-10T17:25:00.311Z Compiling thiserror v2.0.11
6792025-02-10T17:25:00.323Z Compiling colorchoice v1.0.3
6802025-02-10T17:25:00.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
6812025-02-10T17:25:00.800Z Compiling pretty-hex v0.2.1
6822025-02-10T17:25:00.887Z Compiling anstyle v1.0.10
6832025-02-10T17:25:01.349Z Compiling anstream v0.6.18
6842025-02-10T17:25:01.416Z Compiling rand v0.8.5
6852025-02-10T17:25:01.812Z Compiling colored v2.2.0
6862025-02-10T17:25:02.137Z Compiling tracing v0.1.41
6872025-02-10T17:25:02.230Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6882025-02-10T17:25:02.748Z Compiling thiserror-impl v2.0.11
6892025-02-10T17:25:02.892Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6902025-02-10T17:25:02.932Z Compiling winnow v0.6.24
6912025-02-10T17:25:03.043Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6922025-02-10T17:25:03.124Z Compiling heck v0.5.0
6932025-02-10T17:25:03.515Z Compiling clap_lex v0.7.4
6942025-02-10T17:25:03.782Z Compiling clap_derive v4.5.24
6952025-02-10T17:25:03.939Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6962025-02-10T17:25:04.092Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6972025-02-10T17:25:06.083Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
6982025-02-10T17:25:07.461Z Compiling bitflags v2.8.0
6992025-02-10T17:25:07.859Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
7002025-02-10T17:25:07.972Zwarning: unused import: `core::ffi::c_int`
7012025-02-10T17:25:07.972Z --> crates/illumos-sys-hdrs/src/mac.rs:7:5
7022025-02-10T17:25:07.972Z |
7032025-02-10T17:25:07.972Z7 | use core::ffi::c_int;
7042025-02-10T17:25:07.972Z | ^^^^^^^^^^^^^^^^
7052025-02-10T17:25:07.972Z |
7062025-02-10T17:25:07.972Z = note: `#[warn(unused_imports)]` on by default
7072025-02-10T17:25:07.972Z
7082025-02-10T17:25:08.093Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
7092025-02-10T17:25:08.644Zwarning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion)
7102025-02-10T17:25:08.647Z Compiling postcard v1.1.1
7112025-02-10T17:25:08.890Z Compiling ipnetwork v0.20.0
7122025-02-10T17:25:09.187Z Compiling uuid v1.12.0
7132025-02-10T17:25:10.009Z Compiling terminal_size v0.4.1
7142025-02-10T17:25:10.159Z Compiling clap_builder v4.5.26
7152025-02-10T17:25:10.351Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
7162025-02-10T17:25:11.002Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
7172025-02-10T17:25:13.741Z Compiling clap v4.5.26
7182025-02-10T17:25:17.240Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
7192025-02-10T17:25:19.162Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
7202025-02-10T17:25:54.800Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 12s
7212025-02-10T17:25:54.840Z
7222025-02-10T17:25:54.843Zreal 1:12.427314708
7232025-02-10T17:25:54.843Zuser 4:40.646334673
7242025-02-10T17:25:54.843Zsys 27.079553559
7252025-02-10T17:25:54.843Ztrap 0.152766871
7262025-02-10T17:25:54.843Ztflt 0.290122314
7272025-02-10T17:25:54.843Zdflt 0.564665388
7282025-02-10T17:25:54.843Zkflt 0.000015449
7292025-02-10T17:25:54.843Zlock 9:30.313908141
7302025-02-10T17:25:54.843Zslp 14:44.762389620
7312025-02-10T17:25:54.843Zlat 8.644607385
7322025-02-10T17:25:54.843Zstop 15.039208966
7332025-02-10T17:25:54.843Z+ popd
7342025-02-10T17:25:54.843Z/work/oxidecomputer/opte
7352025-02-10T17:25:54.843Z+ for x in debug release
7362025-02-10T17:25:54.843Z+ mkdir -p /work/debug
7372025-02-10T17:25:54.846Z+ cp target/debug/opteadm /work/debug/
7382025-02-10T17:25:54.904Z+ sha256sum target/debug/opteadm
7392025-02-10T17:25:55.103Z+ for x in debug release
7402025-02-10T17:25:55.103Z+ mkdir -p /work/release
7412025-02-10T17:25:55.106Z+ cp target/release/opteadm /work/release/
7422025-02-10T17:25:55.110Z+ sha256sum target/release/opteadm
7432025-02-10T17:25:55.127Zprocess exited: duration 167446 ms, exit code 0
 
7442025-02-10T17:25:55.138Zfound 4 output files
7452025-02-10T17:25:55.138Zuploading: /work/debug/opteadm (70273928 bytes)
7462025-02-10T17:25:57.168Zuploaded: /work/debug/opteadm
7472025-02-10T17:25:57.170Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
7482025-02-10T17:25:58.177Zuploaded: /work/debug/opteadm.debug.sha256
7492025-02-10T17:25:58.177Zuploading: /work/release/opteadm (17780328 bytes)
7502025-02-10T17:25:59.452Zuploaded: /work/release/opteadm
7512025-02-10T17:25:59.455Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
7522025-02-10T17:26:00.461Zuploaded: /work/release/opteadm.release.sha256