01JH9SGVVP425SB64ZSJA2SSHK: 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: 01JH9SH4PMZ1KRAGVE01Y8NM76

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-11T04:22:26.702Zjob assigned to worker 01JH9SHBGRR2QH3ZBBM3B98HAJ [factory aws, i-08019efc866da62ca] (queued for 51 s)
 
22025-01-11T04:22:34.257Zstarting task 0: "setup"
32025-01-11T04:22:34.269Z++ uname -s
42025-01-11T04:22:34.272Z+ kern=SunOS
52025-01-11T04:22:34.272Z+ case "$kern" in
62025-01-11T04:22:34.272Z+ groupadd -g 12345 build
72025-01-11T04:22:34.274Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-11T04:22:36.282Z+ zfs create -o mountpoint=/work rpool/work
92025-01-11T04:22:36.406Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-11T04:22:36.408Z+ home_fs=zfs
112025-01-11T04:22:36.409Z+ [[ zfs == autofs ]]
122025-01-11T04:22:36.409Z+ mkdir -p /home/build
132025-01-11T04:22:36.411Z+ chown build:build /home/build /work
142025-01-11T04:22:38.413Z+ chmod 0700 /home/build /work
152025-01-11T04:22:38.416Zprocess exited: duration 4158 ms, exit code 0
 
162025-01-11T04:22:38.421Zstarting task 1: "rust-toolchain"
172025-01-11T04:22:38.427Z+ printf ' * toolchain channel = "%s"
182025-01-11T04:22:38.427Z' nightly-2024-11-18
192025-01-11T04:22:38.427Z * toolchain channel = "nightly-2024-11-18"
202025-01-11T04:22:38.427Z * toolchain profile = "default"
212025-01-11T04:22:38.427Z+ printf ' * toolchain profile = "%s"
222025-01-11T04:22:38.427Z' default
232025-01-11T04:22:38.429Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-11T04:22:38.429Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default
252025-01-11T04:22:38.599Zinfo: downloading installer
262025-01-11T04:22:39.793Zinfo: profile set to 'default'
272025-01-11T04:22:39.793Zinfo: default host triple is x86_64-unknown-illumos
282025-01-11T04:22:39.795Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
292025-01-11T04:22:39.938Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
302025-01-11T04:22:39.938Zinfo: downloading component 'cargo'
312025-01-11T04:22:40.702Zinfo: downloading component 'clippy'
322025-01-11T04:22:40.992Zinfo: downloading component 'rust-docs'
332025-01-11T04:22:42.026Zinfo: downloading component 'rust-std'
342025-01-11T04:22:43.696Zinfo: downloading component 'rustc'
352025-01-11T04:22:49.692Zinfo: downloading component 'rustfmt'
362025-01-11T04:22:50.023Zinfo: installing component 'cargo'
372025-01-11T04:22:50.847Zinfo: installing component 'clippy'
382025-01-11T04:22:51.229Zinfo: installing component 'rust-docs'
392025-01-11T04:22:52.839Zinfo: installing component 'rust-std'
402025-01-11T04:22:54.799Zinfo: installing component 'rustc'
412025-01-11T04:23:00.779Zinfo: installing component 'rustfmt'
422025-01-11T04:23:01.106Zinfo: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos'
432025-01-11T04:23:01.107Z
442025-01-11T04:23:01.503Z nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
452025-01-11T04:23:01.503Z
462025-01-11T04:23:01.505Z
472025-01-11T04:23:01.505ZRust is installed now. Great!
482025-01-11T04:23:01.505Z
492025-01-11T04:23:01.505ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-11T04:23:01.505Zenvironment variable. This has not been done automatically.
512025-01-11T04:23:01.505Z
522025-01-11T04:23:01.505ZTo configure your current shell, you need to source
532025-01-11T04:23:01.505Zthe corresponding env file under $HOME/.cargo.
542025-01-11T04:23:01.505Z
552025-01-11T04:23:01.505ZThis is usually done by running one of the following (note the leading DOT):
562025-01-11T04:23:01.505Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-11T04:23:01.505Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-11T04:23:01.586Z+ rustc --version
592025-01-11T04:23:01.655Zrustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
602025-01-11T04:23:01.658Zprocess exited: duration 23234 ms, exit code 0
 
612025-01-11T04:23:01.663Zstarting task 2: "authentication"
622025-01-11T04:23:01.683Zprocess exited: duration 20 ms, exit code 0
 
632025-01-11T04:23:01.688Zstarting task 3: "clone repository"
642025-01-11T04:23:01.693Z+ mkdir -p /work/oxidecomputer/opte
652025-01-11T04:23:01.697Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662025-01-11T04:23:01.732ZCloning into '/work/oxidecomputer/opte'...
672025-01-11T04:23:02.439Z+ cd /work/oxidecomputer/opte
682025-01-11T04:23:02.439Z+ git fetch origin d97d263172d3d533140eacfcf90210a31b6fc253
692025-01-11T04:23:02.686ZFrom https://github.com/oxidecomputer/opte
702025-01-11T04:23:02.686Z * branch d97d263172d3d533140eacfcf90210a31b6fc253 -> FETCH_HEAD
712025-01-11T04:23:02.693Z+ [[ -n renovate/thiserror-2.x-lockfile ]]
722025-01-11T04:23:02.696Z++ git branch --show-current
732025-01-11T04:23:02.698Z+ current=master
742025-01-11T04:23:02.698Z+ [[ master != renovate/thiserror-2.x-lockfile ]]
752025-01-11T04:23:02.698Z+ git branch -f renovate/thiserror-2.x-lockfile d97d263172d3d533140eacfcf90210a31b6fc253
762025-01-11T04:23:02.704Z+ git checkout -f renovate/thiserror-2.x-lockfile
772025-01-11T04:23:02.723ZSwitched to branch 'renovate/thiserror-2.x-lockfile'
782025-01-11T04:23:02.727Z+ git reset --hard d97d263172d3d533140eacfcf90210a31b6fc253
792025-01-11T04:23:02.744ZHEAD is now at d97d263 Update Rust crate thiserror to v2.0.11
802025-01-11T04:23:02.747Zprocess exited: duration 1056 ms, exit code 0
 
812025-01-11T04:23:02.752Zstarting task 4: "build"
822025-01-11T04:23:02.757Z+ cargo --version
832025-01-11T04:23:02.762Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
842025-01-11T04:23:02.917Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
852025-01-11T04:23:02.917Zinfo: downloading component 'cargo'
862025-01-11T04:23:03.924Zinfo: downloading component 'clippy'
872025-01-11T04:23:04.508Zinfo: downloading component 'rust-docs'
882025-01-11T04:23:05.425Zinfo: downloading component 'rust-std'
892025-01-11T04:23:06.930Zinfo: downloading component 'rustc'
902025-01-11T04:23:12.141Zinfo: downloading component 'rustfmt'
912025-01-11T04:23:12.585Zinfo: installing component 'cargo'
922025-01-11T04:23:13.410Zinfo: installing component 'clippy'
932025-01-11T04:23:13.794Zinfo: installing component 'rust-docs'
942025-01-11T04:23:15.489Zinfo: installing component 'rust-std'
952025-01-11T04:23:17.181Zinfo: installing component 'rustc'
962025-01-11T04:23:22.963Zinfo: installing component 'rustfmt'
972025-01-11T04:23:23.383Zcargo 1.83.0 (5ffbef321 2024-10-29)
982025-01-11T04:23:23.385Z+ rustc --version
992025-01-11T04:23:23.458Zrustc 1.83.0 (90b35a623 2024-11-26)
1002025-01-11T04:23:23.463Z+ pushd bin/opteadm
1012025-01-11T04:23:23.465Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1022025-01-11T04:23:23.465Z+ header 'check style'
1032025-01-11T04:23:23.465Z+ echo '# ==== check style ==== #'
1042025-01-11T04:23:23.465Z# ==== check style ==== #
1052025-01-11T04:23:23.465Z+ ptime -m cargo +nightly-2024-11-18 fmt -- --check
1062025-01-11T04:23:23.669Z
1072025-01-11T04:23:23.669Zreal 0.201271071
1082025-01-11T04:23:23.669Zuser 0.108735559
1092025-01-11T04:23:23.669Zsys 0.087670353
1102025-01-11T04:23:23.669Ztrap 0.000001339
1112025-01-11T04:23:23.669Ztflt 0.000000000
1122025-01-11T04:23:23.669Zdflt 0.000000000
1132025-01-11T04:23:23.669Zkflt 0.000000000
1142025-01-11T04:23:23.672Zlock 0.000000000
1152025-01-11T04:23:23.672Zslp 0.114362515
1162025-01-11T04:23:23.672Zlat 0.000276750
1172025-01-11T04:23:23.672Zstop 0.000135909
1182025-01-11T04:23:23.672Z+ header analyze
1192025-01-11T04:23:23.672Z+ echo '# ==== analyze ==== #'
1202025-01-11T04:23:23.672Z# ==== analyze ==== #
1212025-01-11T04:23:23.672Z+ ptime -m cargo clippy --all-targets
1222025-01-11T04:23:23.892Z Updating crates.io index
1232025-01-11T04:23:23.989Z Updating git repository `https://github.com/oxidecomputer/falcon`
1242025-01-11T04:23:24.755Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1252025-01-11T04:23:25.101Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1262025-01-11T04:23:25.445Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1272025-01-11T04:23:25.795Z Updating git repository `https://github.com/oxidecomputer/zone`
1282025-01-11T04:23:26.133Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1292025-01-11T04:23:26.415Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1302025-01-11T04:23:26.831Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1312025-01-11T04:23:27.138Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1322025-01-11T04:23:28.130Z Downloading crates ...
1332025-01-11T04:23:28.218Z Downloaded indexmap v2.7.0
1342025-01-11T04:23:28.229Z Downloaded equivalent v1.0.1
1352025-01-11T04:23:28.232Z Downloaded tracing v0.1.41
1362025-01-11T04:23:28.234Z Downloaded ident_case v1.0.1
1372025-01-11T04:23:28.237Z Downloaded darling_macro v0.20.10
1382025-01-11T04:23:28.237Z Downloaded foreign-types-shared v0.3.1
1392025-01-11T04:23:28.239Z Downloaded cstr-argument v0.1.2
1402025-01-11T04:23:28.246Z Downloaded tracing-attributes v0.1.28
1412025-01-11T04:23:28.251Z Downloaded embedded-io v0.6.1
1422025-01-11T04:23:28.254Z Downloaded utf8parse v0.2.2
1432025-01-11T04:23:28.257Z Downloaded version_check v0.9.5
1442025-01-11T04:23:28.260Z Downloaded stable_deref_trait v1.2.0
1452025-01-11T04:23:28.265Z Downloaded fnv v1.0.7
1462025-01-11T04:23:28.267Z Downloaded lazy_static v1.5.0
1472025-01-11T04:23:28.270Z Downloaded uuid v1.11.0
1482025-01-11T04:23:28.272Z Downloaded toml_datetime v0.6.8
1492025-01-11T04:23:28.272Z Downloaded ipnetwork v0.20.0
1502025-01-11T04:23:28.275Z Downloaded thiserror v1.0.69
1512025-01-11T04:23:28.278Z Downloaded tracing-core v0.1.33
1522025-01-11T04:23:28.281Z Downloaded unicode-ident v1.0.14
1532025-01-11T04:23:28.284Z Downloaded macaddr v1.0.1
1542025-01-11T04:23:28.287Z Downloaded heck v0.5.0
1552025-01-11T04:23:28.289Z Downloaded toml_edit v0.19.15
1562025-01-11T04:23:28.303Z Downloaded zerocopy-derive v0.7.35
1572025-01-11T04:23:28.306Z Downloaded zerocopy-derive v0.8.14
1582025-01-11T04:23:28.312Z Downloaded tokio-macros v2.4.0
1592025-01-11T04:23:28.315Z Downloaded anstyle-parse v0.2.6
1602025-01-11T04:23:28.317Z Downloaded thiserror-impl v2.0.11
1612025-01-11T04:23:28.319Z Downloaded terminal_size v0.4.1
1622025-01-11T04:23:28.319Z Downloaded proc-macro-error-attr2 v2.0.0
1632025-01-11T04:23:28.321Z Downloaded proc-macro-crate v1.3.1
1642025-01-11T04:23:28.321Z Downloaded strsim v0.11.1
1652025-01-11T04:23:28.321Z Downloaded winnow v0.6.22
1662025-01-11T04:23:28.329Z Downloaded zerocopy v0.7.35
1672025-01-11T04:23:28.344Z Downloaded serde_derive_internals v0.29.1
1682025-01-11T04:23:28.346Z Downloaded rand_chacha v0.3.1
1692025-01-11T04:23:28.349Z Downloaded winnow v0.5.40
1702025-01-11T04:23:28.354Z Downloaded zerocopy v0.8.14
1712025-01-11T04:23:28.377Z Downloaded thiserror-impl v1.0.69
1722025-01-11T04:23:28.380Z Downloaded crc32fast v1.4.2
1732025-01-11T04:23:28.380Z Downloaded rand_core v0.6.4
1742025-01-11T04:23:28.382Z Downloaded pretty-hex v0.2.1
1752025-01-11T04:23:28.383Z Downloaded pin-project-lite v0.2.15
1762025-01-11T04:23:28.386Z Downloaded autocfg v1.4.0
1772025-01-11T04:23:28.388Z Downloaded bitflags v2.6.0
1782025-01-11T04:23:28.391Z Downloaded anstyle-query v1.1.2
1792025-01-11T04:23:28.393Z Downloaded ryu v1.0.18
1802025-01-11T04:23:28.396Z Downloaded parking_lot_core v0.9.10
1812025-01-11T04:23:28.398Z Downloaded lock_api v0.4.12
1822025-01-11T04:23:28.401Z Downloaded proc-macro2 v1.0.92
1832025-01-11T04:23:28.403Z Downloaded itoa v1.0.14
1842025-01-11T04:23:28.403Z Downloaded parking_lot v0.12.3
1852025-01-11T04:23:28.405Z Downloaded anyhow v1.0.95
1862025-01-11T04:23:28.408Z Downloaded smallvec v1.13.2
1872025-01-11T04:23:28.410Z Downloaded postcard v1.1.1
1882025-01-11T04:23:28.413Z Downloaded clap v4.5.23
1892025-01-11T04:23:28.420Z Downloaded socket2 v0.5.8
1902025-01-11T04:23:28.423Z Downloaded thiserror v2.0.11
1912025-01-11T04:23:28.427Z Downloaded heapless v0.8.0
1922025-01-11T04:23:28.431Z Downloaded bytes v1.9.0
1932025-01-11T04:23:28.435Z Downloaded serde v1.0.217
1942025-01-11T04:23:28.438Z Downloaded schemars v0.8.21
1952025-01-11T04:23:28.448Z Downloaded rand v0.8.5
1962025-01-11T04:23:28.452Z Downloaded darling_core v0.20.10
1972025-01-11T04:23:28.456Z Downloaded serde_derive v1.0.217
1982025-01-11T04:23:28.459Z Downloaded memchr v2.7.4
1992025-01-11T04:23:28.463Z Downloaded itertools v0.13.0
2002025-01-11T04:23:28.470Z Downloaded mio v1.0.3
2012025-01-11T04:23:28.475Z Downloaded colorchoice v1.0.3
2022025-01-11T04:23:28.477Z Downloaded hashbrown v0.15.2
2032025-01-11T04:23:28.481Z Downloaded cobs v0.2.3
2042025-01-11T04:23:28.483Z Downloaded proc-macro-error2 v2.0.1
2052025-01-11T04:23:28.486Z Downloaded once_cell v1.20.2
2062025-01-11T04:23:28.488Z Downloaded serde_json v1.0.134
2072025-01-11T04:23:28.494Z Downloaded quote v1.0.38
2082025-01-11T04:23:28.496Z Downloaded defmt v0.3.10
2092025-01-11T04:23:28.499Z Downloaded colored v2.2.0
2102025-01-11T04:23:28.501Z Downloaded anstream v0.6.18
2112025-01-11T04:23:28.504Z Downloaded unicode-width v0.2.0
2122025-01-11T04:23:28.509Z Downloaded clap_builder v4.5.23
2132025-01-11T04:23:28.515Z Downloaded ppv-lite86 v0.2.20
2142025-01-11T04:23:28.517Z Downloaded aho-corasick v1.1.3
2152025-01-11T04:23:28.521Z Downloaded dyn-clone v1.0.17
2162025-01-11T04:23:28.524Z Downloaded darling v0.20.10
2172025-01-11T04:23:28.526Z Downloaded scopeguard v1.2.0
2182025-01-11T04:23:28.529Z Downloaded num_enum_derive v0.5.11
2192025-01-11T04:23:28.529Z Downloaded num_enum v0.5.11
2202025-01-11T04:23:28.533Z Downloaded tabwriter v1.4.1
2212025-01-11T04:23:28.535Z Downloaded signal-hook-registry v1.4.2
2222025-01-11T04:23:28.535Z Downloaded hash32 v0.3.1
2232025-01-11T04:23:28.537Z Downloaded getrandom v0.2.15
2242025-01-11T04:23:28.540Z Downloaded defmt-parser v0.4.1
2252025-01-11T04:23:28.540Z Downloaded clap_derive v4.5.18
2262025-01-11T04:23:28.542Z Downloaded schemars_derive v0.8.21
2272025-01-11T04:23:28.544Z Downloaded errno v0.3.10
2282025-01-11T04:23:28.544Z Downloaded cfg-if v1.0.0
2292025-01-11T04:23:28.547Z Downloaded syn v1.0.109
2302025-01-11T04:23:28.555Z Downloaded either v1.13.0
2312025-01-11T04:23:28.557Z Downloaded regex v1.11.1
2322025-01-11T04:23:28.568Z Downloaded defmt-macros v0.4.0
2332025-01-11T04:23:28.570Z Downloaded syn v2.0.95
2342025-01-11T04:23:28.581Z Downloaded smoltcp v0.11.0
2352025-01-11T04:23:28.592Z Downloaded clap_lex v0.7.4
2362025-01-11T04:23:28.594Z Downloaded anstyle v1.0.10
2372025-01-11T04:23:28.598Z Downloaded managed v0.8.0
2382025-01-11T04:23:28.598Z Downloaded is_terminal_polyfill v1.70.1
2392025-01-11T04:23:28.598Z Downloaded foreign-types v0.5.0
2402025-01-11T04:23:28.598Z Downloaded embedded-io v0.4.0
2412025-01-11T04:23:28.601Z Downloaded byteorder v1.5.0
2422025-01-11T04:23:28.601Z Downloaded regex-syntax v0.8.5
2432025-01-11T04:23:28.608Z Downloaded rustix v0.38.42
2442025-01-11T04:23:28.635Z Downloaded bitflags v1.3.2
2452025-01-11T04:23:28.638Z Downloaded foreign-types-macros v0.2.3
2462025-01-11T04:23:28.654Z Downloaded regex-automata v0.4.9
2472025-01-11T04:23:28.678Z Downloaded libc v0.2.169
2482025-01-11T04:23:28.702Z Downloaded tokio v1.42.0
2492025-01-11T04:23:28.883Z Compiling proc-macro2 v1.0.92
2502025-01-11T04:23:28.885Z Compiling unicode-ident v1.0.14
2512025-01-11T04:23:28.885Z Compiling libc v0.2.169
2522025-01-11T04:23:28.885Z Checking cfg-if v1.0.0
2532025-01-11T04:23:28.885Z Compiling serde v1.0.217
2542025-01-11T04:23:28.885Z Checking byteorder v1.5.0
2552025-01-11T04:23:28.885Z Compiling fnv v1.0.7
2562025-01-11T04:23:28.885Z Compiling ident_case v1.0.1
2572025-01-11T04:23:28.998Z Compiling strsim v0.11.1
2582025-01-11T04:23:29.025Z Compiling memchr v2.7.4
2592025-01-11T04:23:29.050Z Compiling syn v1.0.109
2602025-01-11T04:23:29.059Z Compiling regex-syntax v0.8.5
2612025-01-11T04:23:29.188Z Checking bitflags v2.6.0
2622025-01-11T04:23:29.440Z Compiling hashbrown v0.15.2
2632025-01-11T04:23:29.591Z Compiling autocfg v1.4.0
2642025-01-11T04:23:29.670Z Compiling either v1.13.0
2652025-01-11T04:23:29.680Z Compiling equivalent v1.0.1
2662025-01-11T04:23:29.774Z Compiling zerocopy v0.8.14
2672025-01-11T04:23:30.036Z Compiling aho-corasick v1.1.3
2682025-01-11T04:23:30.387Z Compiling lock_api v0.4.12
2692025-01-11T04:23:30.455Z Compiling indexmap v2.7.0
2702025-01-11T04:23:30.541Z Compiling itertools v0.13.0
2712025-01-11T04:23:30.575Z Compiling anyhow v1.0.95
2722025-01-11T04:23:30.665Z Compiling quote v1.0.38
2732025-01-11T04:23:31.148Z Compiling syn v2.0.95
2742025-01-11T04:23:31.205Z Compiling toml_datetime v0.6.8
2752025-01-11T04:23:31.538Z Compiling winnow v0.5.40
2762025-01-11T04:23:31.575Z Compiling heapless v0.8.0
2772025-01-11T04:23:31.614Z Compiling parking_lot_core v0.9.10
2782025-01-11T04:23:32.418Z Checking hash32 v0.3.1
2792025-01-11T04:23:32.523Z Compiling regex-automata v0.4.9
2802025-01-11T04:23:32.571Z Checking stable_deref_trait v1.2.0
2812025-01-11T04:23:32.661Z Compiling serde_json v1.0.134
2822025-01-11T04:23:33.035Z Checking macaddr v1.0.1
2832025-01-11T04:23:33.282Z Checking smallvec v1.13.2
2842025-01-11T04:23:33.323Z Checking scopeguard v1.2.0
2852025-01-11T04:23:33.443Z Compiling smoltcp v0.11.0
2862025-01-11T04:23:33.625Z Checking dyn-clone v1.0.17
2872025-01-11T04:23:33.753Z Compiling once_cell v1.20.2
2882025-01-11T04:23:33.833Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2892025-01-11T04:23:34.397Z Checking getrandom v0.2.15
2902025-01-11T04:23:34.447Z Compiling rustix v0.38.42
2912025-01-11T04:23:34.450Z Checking bitflags v1.3.2
2922025-01-11T04:23:34.533Z Checking ryu v1.0.18
2932025-01-11T04:23:34.613Z Compiling toml_edit v0.19.15
2942025-01-11T04:23:34.750Z Compiling schemars v0.8.21
2952025-01-11T04:23:34.837Z Compiling version_check v0.9.5
2962025-01-11T04:23:35.041Z Compiling thiserror v1.0.69
2972025-01-11T04:23:35.123Z Checking pin-project-lite v0.2.15
2982025-01-11T04:23:35.134Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
2992025-01-11T04:23:35.236Z Checking managed v0.8.0
3002025-01-11T04:23:35.395Z Checking itoa v1.0.14
3012025-01-11T04:23:35.466Z Checking cobs v0.2.3
3022025-01-11T04:23:35.615Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3032025-01-11T04:23:35.758Z Checking rand_core v0.6.4
3042025-01-11T04:23:35.888Z Checking parking_lot v0.12.3
3052025-01-11T04:23:35.982Z Checking mio v1.0.3
3062025-01-11T04:23:36.017Z Checking socket2 v0.5.8
3072025-01-11T04:23:36.205Z Compiling regex v1.11.1
3082025-01-11T04:23:36.446Z Checking errno v0.3.10
3092025-01-11T04:23:36.520Z Checking signal-hook-registry v1.4.2
3102025-01-11T04:23:36.596Z Checking utf8parse v0.2.2
3112025-01-11T04:23:36.731Z Checking unicode-width v0.2.0
3122025-01-11T04:23:37.045Z Compiling proc-macro-crate v1.3.1
3132025-01-11T04:23:37.086Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3142025-01-11T04:23:37.188Z Checking foreign-types-shared v0.3.1
3152025-01-11T04:23:37.290Z Checking bytes v1.9.0
3162025-01-11T04:23:37.576Z Compiling darling_core v0.20.10
3172025-01-11T04:23:37.774Z Compiling serde_derive_internals v0.29.1
3182025-01-11T04:23:38.343Z Checking tabwriter v1.4.1
3192025-01-11T04:23:38.560Z Checking tracing-core v0.1.33
3202025-01-11T04:23:39.178Z Checking anstyle-parse v0.2.6
3212025-01-11T04:23:39.697Z Checking cstr-argument v0.1.2
3222025-01-11T04:23:39.779Z Checking crc32fast v1.4.2
3232025-01-11T04:23:39.839Z Compiling thiserror v2.0.11
3242025-01-11T04:23:39.862Z Checking is_terminal_polyfill v1.70.1
3252025-01-11T04:23:39.968Z Checking anstyle v1.0.10
3262025-01-11T04:23:39.978Z Checking pretty-hex v0.2.1
3272025-01-11T04:23:40.123Z Checking anstyle-query v1.1.2
3282025-01-11T04:23:40.134Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
3292025-01-11T04:23:40.241Z Checking colorchoice v1.0.3
3302025-01-11T04:23:40.254Z Checking lazy_static v1.5.0
3312025-01-11T04:23:40.294Z Checking terminal_size v0.4.1
3322025-01-11T04:23:40.356Z Checking colored v2.2.0
3332025-01-11T04:23:40.358Z Checking anstream v0.6.18
3342025-01-11T04:23:40.681Z Compiling heck v0.5.0
3352025-01-11T04:23:40.692Z Checking clap_lex v0.7.4
3362025-01-11T04:23:40.733Z Checking winnow v0.6.22
3372025-01-11T04:23:40.796Z Compiling num_enum_derive v0.5.11
3382025-01-11T04:23:40.910Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3392025-01-11T04:23:41.009Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
3402025-01-11T04:23:41.065Z Checking clap_builder v4.5.23
3412025-01-11T04:23:41.125Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3422025-01-11T04:23:41.774Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3432025-01-11T04:23:41.824Z Compiling serde_derive v1.0.217
3442025-01-11T04:23:41.877Z Compiling zerocopy-derive v0.8.14
3452025-01-11T04:23:41.887Z Compiling zerocopy-derive v0.7.35
3462025-01-11T04:23:41.931Z Compiling tokio-macros v2.4.0
3472025-01-11T04:23:42.106Z Compiling darling_macro v0.20.10
3482025-01-11T04:23:42.962Z Compiling thiserror-impl v1.0.69
3492025-01-11T04:23:43.113Z Compiling darling v0.20.10
3502025-01-11T04:23:43.209Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3512025-01-11T04:23:43.276Z Compiling schemars_derive v0.8.21
3522025-01-11T04:23:43.339Z Compiling foreign-types-macros v0.2.3
3532025-01-11T04:23:43.729Z Checking zerocopy v0.7.35
3542025-01-11T04:23:43.889Z Checking tokio v1.42.0
3552025-01-11T04:23:44.636Z Checking foreign-types v0.5.0
3562025-01-11T04:23:44.734Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3572025-01-11T04:23:44.902Z Checking ppv-lite86 v0.2.20
3582025-01-11T04:23:45.549Z Checking rand_chacha v0.3.1
3592025-01-11T04:23:45.786Z Checking num_enum v0.5.11
3602025-01-11T04:23:45.873Z Compiling tracing-attributes v0.1.28
3612025-01-11T04:23:45.915Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3622025-01-11T04:23:46.122Z Checking rand v0.8.5
3632025-01-11T04:23:46.137Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3642025-01-11T04:23:46.416Z Compiling thiserror-impl v2.0.11
3652025-01-11T04:23:47.014Z Compiling clap_derive v4.5.18
3662025-01-11T04:23:48.470Z Checking tracing v0.1.41
3672025-01-11T04:23:48.919Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3682025-01-11T04:23:49.687Z Checking clap v4.5.23
3692025-01-11T04:23:49.992Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3702025-01-11T04:23:51.371Z Checking ipnetwork v0.20.0
3712025-01-11T04:23:51.373Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3722025-01-11T04:23:51.373Z Checking postcard v1.1.1
3732025-01-11T04:23:51.373Z Checking uuid v1.11.0
3742025-01-11T04:23:52.591Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3752025-01-11T04:23:53.205Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
3762025-01-11T04:24:00.204Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3772025-01-11T04:24:02.486Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3782025-01-11T04:24:04.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.29s
3792025-01-11T04:24:04.259Z
3802025-01-11T04:24:04.259Zreal 40.580543116
3812025-01-11T04:24:04.259Zuser 2:33.915054661
3822025-01-11T04:24:04.260Zsys 23.820399759
3832025-01-11T04:24:04.260Ztrap 0.112240602
3842025-01-11T04:24:04.260Ztflt 0.229032183
3852025-01-11T04:24:04.260Zdflt 0.116508426
3862025-01-11T04:24:04.260Zkflt 0.001692976
3872025-01-11T04:24:04.260Zlock 3:29.726433944
3882025-01-11T04:24:04.260Zslp 10:22.678607377
3892025-01-11T04:24:04.260Zlat 8.467695711
3902025-01-11T04:24:04.260Zstop 17.562752419
3912025-01-11T04:24:04.262Z+ header 'debug build'
3922025-01-11T04:24:04.262Z+ echo '# ==== debug build ==== #'
3932025-01-11T04:24:04.262Z# ==== debug build ==== #
3942025-01-11T04:24:04.262Z+ ptime -m cargo build
3952025-01-11T04:24:04.567Z Compiling cfg-if v1.0.0
3962025-01-11T04:24:04.567Z Compiling memchr v2.7.4
3972025-01-11T04:24:04.570Z Compiling strsim v0.11.1
3982025-01-11T04:24:04.570Z Compiling byteorder v1.5.0
3992025-01-11T04:24:04.570Z Compiling libc v0.2.169
4002025-01-11T04:24:04.579Z Compiling bitflags v2.6.0
4012025-01-11T04:24:04.586Z Compiling serde v1.0.217
4022025-01-11T04:24:04.589Z Compiling once_cell v1.20.2
4032025-01-11T04:24:04.638Z Compiling zerocopy v0.8.14
4042025-01-11T04:24:04.877Z Compiling darling_core v0.20.10
4052025-01-11T04:24:04.915Z Compiling hash32 v0.3.1
4062025-01-11T04:24:04.939Z Compiling scopeguard v1.2.0
4072025-01-11T04:24:05.047Z Compiling macaddr v1.0.1
4082025-01-11T04:24:05.098Z Compiling dyn-clone v1.0.17
4092025-01-11T04:24:05.304Z Compiling stable_deref_trait v1.2.0
4102025-01-11T04:24:05.378Z Compiling smallvec v1.13.2
4112025-01-11T04:24:05.386Z Compiling heapless v0.8.0
4122025-01-11T04:24:05.396Z Compiling lock_api v0.4.12
4132025-01-11T04:24:05.741Z Compiling aho-corasick v1.1.3
4142025-01-11T04:24:05.765Z Compiling parking_lot_core v0.9.10
4152025-01-11T04:24:05.885Z Compiling getrandom v0.2.15
4162025-01-11T04:24:06.184Z Compiling zerocopy v0.7.35
4172025-01-11T04:24:06.214Z Compiling proc-macro-crate v1.3.1
4182025-01-11T04:24:06.247Z Compiling bitflags v1.3.2
4192025-01-11T04:24:06.330Z Compiling pin-project-lite v0.2.15
4202025-01-11T04:24:06.340Z Compiling managed v0.8.0
4212025-01-11T04:24:06.438Z Compiling cobs v0.2.3
4222025-01-11T04:24:06.712Z Compiling ryu v1.0.18
4232025-01-11T04:24:06.720Z Compiling itoa v1.0.14
4242025-01-11T04:24:06.914Z Compiling num_enum_derive v0.5.11
4252025-01-11T04:24:06.914Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4262025-01-11T04:24:07.052Z Compiling smoltcp v0.11.0
4272025-01-11T04:24:07.286Z Compiling ppv-lite86 v0.2.20
4282025-01-11T04:24:07.393Z Compiling parking_lot v0.12.3
4292025-01-11T04:24:07.601Z Compiling regex-automata v0.4.9
4302025-01-11T04:24:07.994Z Compiling rand_core v0.6.4
4312025-01-11T04:24:08.271Z Compiling mio v1.0.3
4322025-01-11T04:24:08.384Z Compiling errno v0.3.10
4332025-01-11T04:24:08.599Z Compiling signal-hook-registry v1.4.2
4342025-01-11T04:24:08.983Z Compiling socket2 v0.5.8
4352025-01-11T04:24:09.395Z Compiling anyhow v1.0.95
4362025-01-11T04:24:09.419Z Compiling bytes v1.9.0
4372025-01-11T04:24:09.686Z Compiling ipnetwork v0.20.0
4382025-01-11T04:24:09.976Z Compiling serde_json v1.0.134
4392025-01-11T04:24:10.027Z Compiling postcard v1.1.1
4402025-01-11T04:24:10.153Z Compiling darling_macro v0.20.10
4412025-01-11T04:24:10.250Z Compiling either v1.13.0
4422025-01-11T04:24:10.259Z Compiling unicode-width v0.2.0
4432025-01-11T04:24:10.522Z Compiling foreign-types-shared v0.3.1
4442025-01-11T04:24:10.595Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452025-01-11T04:24:10.613Z Compiling utf8parse v0.2.2
4462025-01-11T04:24:10.625Z Compiling foreign-types v0.5.0
4472025-01-11T04:24:10.713Z Compiling anstyle-parse v0.2.6
4482025-01-11T04:24:10.736Z Compiling tabwriter v1.4.1
4492025-01-11T04:24:10.747Z Compiling itertools v0.13.0
4502025-01-11T04:24:10.761Z Compiling tokio v1.42.0
4512025-01-11T04:24:11.020Z Compiling thiserror v1.0.69
4522025-01-11T04:24:11.133Z Compiling num_enum v0.5.11
4532025-01-11T04:24:11.138Z Compiling rustix v0.38.42
4542025-01-11T04:24:11.151Z Compiling darling v0.20.10
4552025-01-11T04:24:11.239Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4562025-01-11T04:24:11.269Z Compiling rand_chacha v0.3.1
4572025-01-11T04:24:11.736Z Compiling regex v1.11.1
4582025-01-11T04:24:12.366Z Compiling schemars v0.8.21
4592025-01-11T04:24:12.567Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4602025-01-11T04:24:12.574Z Compiling cstr-argument v0.1.2
4612025-01-11T04:24:12.611Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4622025-01-11T04:24:12.668Z Compiling tracing-core v0.1.33
4632025-01-11T04:24:12.700Z Compiling crc32fast v1.4.2
4642025-01-11T04:24:12.749Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4652025-01-11T04:24:12.780Z Compiling is_terminal_polyfill v1.70.1
4662025-01-11T04:24:12.805Z Compiling anstyle-query v1.1.2
4672025-01-11T04:24:12.883Z Compiling colorchoice v1.0.3
4682025-01-11T04:24:12.935Z Compiling pretty-hex v0.2.1
4692025-01-11T04:24:12.974Z Compiling anstyle v1.0.10
4702025-01-11T04:24:13.019Z Compiling lazy_static v1.5.0
4712025-01-11T04:24:13.099Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4722025-01-11T04:24:13.135Z Compiling colored v2.2.0
4732025-01-11T04:24:13.379Z Compiling tracing v0.1.41
4742025-01-11T04:24:13.604Z Compiling anstream v0.6.18
4752025-01-11T04:24:13.759Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4762025-01-11T04:24:13.794Z Compiling terminal_size v0.4.1
4772025-01-11T04:24:13.897Z Compiling rand v0.8.5
4782025-01-11T04:24:13.904Z Compiling uuid v1.11.0
4792025-01-11T04:24:13.982Z Compiling clap_lex v0.7.4
4802025-01-11T04:24:13.985Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
4812025-01-11T04:24:14.258Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
4822025-01-11T04:24:14.302Z Compiling winnow v0.6.22
4832025-01-11T04:24:14.431Z Compiling clap_builder v4.5.23
4842025-01-11T04:24:14.463Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4852025-01-11T04:24:14.601Z Compiling thiserror v2.0.11
4862025-01-11T04:24:14.727Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4872025-01-11T04:24:17.217Z Compiling clap v4.5.23
4882025-01-11T04:24:17.420Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4892025-01-11T04:24:17.723Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
4902025-01-11T04:24:18.221Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4912025-01-11T04:24:18.837Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4922025-01-11T04:24:20.556Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4932025-01-11T04:24:26.225Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4942025-01-11T04:24:28.264Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4952025-01-11T04:24:33.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.46s
4962025-01-11T04:24:33.816Z
4972025-01-11T04:24:33.819Zreal 29.542572644
4982025-01-11T04:24:33.819Zuser 2:04.087037399
4992025-01-11T04:24:33.819Zsys 14.304041483
5002025-01-11T04:24:33.819Ztrap 0.078119652
5012025-01-11T04:24:33.819Ztflt 0.191116481
5022025-01-11T04:24:33.819Zdflt 0.136031902
5032025-01-11T04:24:33.819Zkflt 0.000001549
5042025-01-11T04:24:33.819Zlock 3:17.776204625
5052025-01-11T04:24:33.819Zslp 6:40.355477687
5062025-01-11T04:24:33.819Zlat 3.497183612
5072025-01-11T04:24:33.819Zstop 4.838941226
5082025-01-11T04:24:33.819Z+ header 'release build'
5092025-01-11T04:24:33.819Z+ echo '# ==== release build ==== #'
5102025-01-11T04:24:33.819Z# ==== release build ==== #
5112025-01-11T04:24:33.819Z+ ptime -m cargo build --release
5122025-01-11T04:24:34.009Z Compiling proc-macro2 v1.0.92
5132025-01-11T04:24:34.009Z Compiling unicode-ident v1.0.14
5142025-01-11T04:24:34.011Z Compiling libc v0.2.169
5152025-01-11T04:24:34.011Z Compiling cfg-if v1.0.0
5162025-01-11T04:24:34.011Z Compiling serde v1.0.217
5172025-01-11T04:24:34.011Z Compiling byteorder v1.5.0
5182025-01-11T04:24:34.012Z Compiling strsim v0.11.1
5192025-01-11T04:24:34.012Z Compiling fnv v1.0.7
5202025-01-11T04:24:34.151Z Compiling ident_case v1.0.1
5212025-01-11T04:24:34.192Z Compiling memchr v2.7.4
5222025-01-11T04:24:34.279Z Compiling bitflags v2.6.0
5232025-01-11T04:24:34.350Z Compiling syn v1.0.109
5242025-01-11T04:24:34.561Z Compiling regex-syntax v0.8.5
5252025-01-11T04:24:34.616Z Compiling zerocopy v0.8.14
5262025-01-11T04:24:34.629Z Compiling anyhow v1.0.95
5272025-01-11T04:24:34.683Z Compiling either v1.13.0
5282025-01-11T04:24:34.893Z Compiling hashbrown v0.15.2
5292025-01-11T04:24:35.032Z Compiling aho-corasick v1.1.3
5302025-01-11T04:24:35.167Z Compiling equivalent v1.0.1
5312025-01-11T04:24:35.265Z Compiling autocfg v1.4.0
5322025-01-11T04:24:35.352Z Compiling itertools v0.13.0
5332025-01-11T04:24:35.958Z Compiling quote v1.0.38
5342025-01-11T04:24:35.960Z Compiling lock_api v0.4.12
5352025-01-11T04:24:36.109Z Compiling indexmap v2.7.0
5362025-01-11T04:24:36.169Z Compiling winnow v0.5.40
5372025-01-11T04:24:36.296Z Compiling syn v2.0.95
5382025-01-11T04:24:37.254Z Compiling parking_lot_core v0.9.10
5392025-01-11T04:24:37.410Z Compiling heapless v0.8.0
5402025-01-11T04:24:37.715Z Compiling toml_datetime v0.6.8
5412025-01-11T04:24:37.918Z Compiling regex-automata v0.4.9
5422025-01-11T04:24:38.205Z Compiling hash32 v0.3.1
5432025-01-11T04:24:38.343Z Compiling once_cell v1.20.2
5442025-01-11T04:24:38.375Z Compiling scopeguard v1.2.0
5452025-01-11T04:24:38.495Z Compiling macaddr v1.0.1
5462025-01-11T04:24:38.674Z Compiling smallvec v1.13.2
5472025-01-11T04:24:38.705Z Compiling stable_deref_trait v1.2.0
5482025-01-11T04:24:38.791Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5492025-01-11T04:24:38.919Z Compiling dyn-clone v1.0.17
5502025-01-11T04:24:39.121Z Compiling serde_json v1.0.134
5512025-01-11T04:24:39.130Z Compiling smoltcp v0.11.0
5522025-01-11T04:24:39.438Z Compiling toml_edit v0.19.15
5532025-01-11T04:24:39.756Z Compiling getrandom v0.2.15
5542025-01-11T04:24:39.949Z Compiling managed v0.8.0
5552025-01-11T04:24:40.056Z Compiling rustix v0.38.42
5562025-01-11T04:24:40.152Z Compiling ryu v1.0.18
5572025-01-11T04:24:40.396Z Compiling thiserror v1.0.69
5582025-01-11T04:24:40.451Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5592025-01-11T04:24:40.561Z Compiling bitflags v1.3.2
5602025-01-11T04:24:40.648Z Compiling itoa v1.0.14
5612025-01-11T04:24:40.687Z Compiling schemars v0.8.21
5622025-01-11T04:24:40.767Z Compiling version_check v0.9.5
5632025-01-11T04:24:40.838Z Compiling pin-project-lite v0.2.15
5642025-01-11T04:24:40.922Z Compiling cobs v0.2.3
5652025-01-11T04:24:41.230Z Compiling parking_lot v0.12.3
5662025-01-11T04:24:41.251Z Compiling rand_core v0.6.4
5672025-01-11T04:24:41.291Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5682025-01-11T04:24:41.633Z Compiling regex v1.11.1
5692025-01-11T04:24:41.642Z Compiling socket2 v0.5.8
5702025-01-11T04:24:42.514Z Compiling darling_core v0.20.10
5712025-01-11T04:24:42.772Z Compiling serde_derive_internals v0.29.1
5722025-01-11T04:24:42.822Z Compiling proc-macro-crate v1.3.1
5732025-01-11T04:24:43.529Z Compiling errno v0.3.10
5742025-01-11T04:24:43.743Z Compiling mio v1.0.3
5752025-01-11T04:24:44.620Z Compiling signal-hook-registry v1.4.2
5762025-01-11T04:24:44.802Z Compiling unicode-width v0.2.0
5772025-01-11T04:24:44.995Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5782025-01-11T04:24:45.089Z Compiling utf8parse v0.2.2
5792025-01-11T04:24:45.128Z Compiling foreign-types-shared v0.3.1
5802025-01-11T04:24:45.228Z Compiling bytes v1.9.0
5812025-01-11T04:24:45.342Z Compiling tabwriter v1.4.1
5822025-01-11T04:24:45.625Z Compiling tracing-core v0.1.33
5832025-01-11T04:24:45.721Z Compiling anstyle-parse v0.2.6
5842025-01-11T04:24:46.158Z Compiling num_enum_derive v0.5.11
5852025-01-11T04:24:46.660Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5862025-01-11T04:24:46.988Z Compiling serde_derive v1.0.217
5872025-01-11T04:24:47.304Z Compiling zerocopy-derive v0.8.14
5882025-01-11T04:24:47.373Z Compiling zerocopy-derive v0.7.35
5892025-01-11T04:24:47.521Z Compiling tokio-macros v2.4.0
5902025-01-11T04:24:47.764Z Compiling thiserror-impl v1.0.69
5912025-01-11T04:24:47.772Z Compiling darling_macro v0.20.10
5922025-01-11T04:24:48.238Z Compiling foreign-types-macros v0.2.3
5932025-01-11T04:24:48.338Z Compiling schemars_derive v0.8.21
5942025-01-11T04:24:48.721Z Compiling darling v0.20.10
5952025-01-11T04:24:48.819Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5962025-01-11T04:24:48.933Z Compiling tokio v1.42.0
5972025-01-11T04:24:49.191Z Compiling zerocopy v0.7.35
5982025-01-11T04:24:49.466Z Compiling foreign-types v0.5.0
5992025-01-11T04:24:49.548Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6002025-01-11T04:24:50.525Z Compiling ppv-lite86 v0.2.20
6012025-01-11T04:24:50.552Z Compiling num_enum v0.5.11
6022025-01-11T04:24:50.630Z Compiling tracing-attributes v0.1.28
6032025-01-11T04:24:50.694Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6042025-01-11T04:24:51.239Z Compiling rand_chacha v0.3.1
6052025-01-11T04:24:51.389Z Compiling cstr-argument v0.1.2
6062025-01-11T04:24:51.929Z Compiling crc32fast v1.4.2
6072025-01-11T04:24:51.971Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
6082025-01-11T04:24:52.255Z Compiling thiserror v2.0.11
6092025-01-11T04:24:52.306Z Compiling is_terminal_polyfill v1.70.1
6102025-01-11T04:24:52.414Z Compiling anstyle v1.0.10
6112025-01-11T04:24:52.802Z Compiling anstyle-query v1.1.2
6122025-01-11T04:24:52.828Z Compiling colorchoice v1.0.3
6132025-01-11T04:24:52.860Z Compiling pretty-hex v0.2.1
6142025-01-11T04:24:52.926Z Compiling lazy_static v1.5.0
6152025-01-11T04:24:52.952Z Compiling anstream v0.6.18
6162025-01-11T04:24:53.038Z Compiling colored v2.2.0
6172025-01-11T04:24:53.534Z Compiling tracing v0.1.41
6182025-01-11T04:24:53.745Z Compiling rand v0.8.5
6192025-01-11T04:24:53.988Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6202025-01-11T04:24:54.044Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6212025-01-11T04:24:54.116Z Compiling terminal_size v0.4.1
6222025-01-11T04:24:54.190Z Compiling thiserror-impl v2.0.11
6232025-01-11T04:24:54.277Z Compiling winnow v0.6.22
6242025-01-11T04:24:54.310Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6252025-01-11T04:24:54.624Z Compiling heck v0.5.0
6262025-01-11T04:24:54.923Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6272025-01-11T04:24:54.992Z Compiling clap_lex v0.7.4
6282025-01-11T04:24:55.416Z Compiling clap_builder v4.5.23
6292025-01-11T04:24:55.560Z Compiling clap_derive v4.5.18
6302025-01-11T04:24:55.697Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6312025-01-11T04:24:56.772Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
6322025-01-11T04:24:59.497Z Compiling ipnetwork v0.20.0
6332025-01-11T04:24:59.513Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6342025-01-11T04:24:59.529Z Compiling postcard v1.1.1
6352025-01-11T04:24:59.682Z Compiling uuid v1.11.0
6362025-01-11T04:25:00.004Z Compiling clap v4.5.23
6372025-01-11T04:25:02.046Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6382025-01-11T04:25:03.767Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
6392025-01-11T04:25:08.167Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6402025-01-11T04:25:10.092Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6412025-01-11T04:25:45.952Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 12s
6422025-01-11T04:25:45.991Z
6432025-01-11T04:25:45.993Zreal 1:12.157496680
6442025-01-11T04:25:45.993Zuser 4:35.917489526
6452025-01-11T04:25:45.993Zsys 26.843305045
6462025-01-11T04:25:45.993Ztrap 0.156351552
6472025-01-11T04:25:45.993Ztflt 0.413840313
6482025-01-11T04:25:45.993Zdflt 0.626135266
6492025-01-11T04:25:45.993Zkflt 0.017424667
6502025-01-11T04:25:45.993Zlock 9:26.544366439
6512025-01-11T04:25:45.993Zslp 14:32.503039624
6522025-01-11T04:25:45.993Zlat 8.982960704
6532025-01-11T04:25:45.993Zstop 14.330308504
6542025-01-11T04:25:45.993Z+ popd
6552025-01-11T04:25:45.994Z/work/oxidecomputer/opte
6562025-01-11T04:25:45.994Z+ for x in debug release
6572025-01-11T04:25:45.994Z+ mkdir -p /work/debug
6582025-01-11T04:25:45.996Z+ cp target/debug/opteadm /work/debug/
6592025-01-11T04:25:46.060Z+ sha256sum target/debug/opteadm
6602025-01-11T04:25:46.119Z+ for x in debug release
6612025-01-11T04:25:46.119Z+ mkdir -p /work/release
6622025-01-11T04:25:46.121Z+ cp target/release/opteadm /work/release/
6632025-01-11T04:25:46.140Z+ sha256sum target/release/opteadm
6642025-01-11T04:25:46.157Zprocess exited: duration 163391 ms, exit code 0
 
6652025-01-11T04:25:46.169Zfound 4 output files
6662025-01-11T04:25:46.169Zuploading: /work/debug/opteadm (68936608 bytes)
6672025-01-11T04:25:48.215Zuploaded: /work/debug/opteadm
6682025-01-11T04:25:48.215Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6692025-01-11T04:25:49.224Zuploaded: /work/debug/opteadm.debug.sha256
6702025-01-11T04:25:49.224Zuploading: /work/release/opteadm (17579304 bytes)
6712025-01-11T04:25:50.552Zuploaded: /work/release/opteadm
6722025-01-11T04:25:50.552Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6732025-01-11T04:25:51.559Zuploaded: /work/release/opteadm.release.sha256