01JPB8Y902JYP0PP328ENH8HBC: opteadm

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

Buildomat Job: 01JPB8YNEF52BJ28N6XXYSF22P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-14T21:29:53.313Zjob assigned to worker 01JPB8YTK39F09DDGN3YCHWAN4 [factory aws, i-0aef622a0f041be3a] (queued for 1 m 2 s)
 
22025-03-14T21:30:00.893Zstarting task 0: "setup"
32025-03-14T21:30:00.898Z++ uname -s
42025-03-14T21:30:00.901Z+ kern=SunOS
52025-03-14T21:30:00.901Z+ build_user=build
62025-03-14T21:30:00.901Z+ build_uid=12345
72025-03-14T21:30:00.901Z+ work_dir=/work
82025-03-14T21:30:00.901Z+ input_dir=/input
92025-03-14T21:30:00.901Z+ [[ 0 == 12345 ]]
102025-03-14T21:30:00.902Z+ case "$kern" in
112025-03-14T21:30:00.902Z+ groupadd -g 12345 build
122025-03-14T21:30:00.905Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-14T21:30:02.908Z+ zfs create -o mountpoint=/work rpool/work
142025-03-14T21:30:03.040Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-14T21:30:03.043Z+ home_fs=zfs
162025-03-14T21:30:03.043Z+ [[ zfs == autofs ]]
172025-03-14T21:30:03.043Z+ mkdir -p /home/build
182025-03-14T21:30:03.046Z+ chown build:build /home/build /work
192025-03-14T21:30:04.046Z+ chmod 0700 /home/build /work
202025-03-14T21:30:04.049Zprocess exited: duration 3158 ms, exit code 0
 
212025-03-14T21:30:04.056Zstarting task 1: "rust-toolchain"
222025-03-14T21:30:04.060Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-14T21:30:04.060Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-14T21:30:04.060Z * rust toolchain channel = "1.85.0"
252025-03-14T21:30:04.060Z * rust toolchain profile = "default"
262025-03-14T21:30:04.064Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-14T21:30:04.064Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-14T21:30:04.064Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-14T21:30:04.064Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-14T21:30:04.181Zinfo: downloading installer
312025-03-14T21:30:05.593Zwarn: It looks like you have an existing installation of Rust at:
322025-03-14T21:30:05.593Zwarn: /opt/ooce/bin
332025-03-14T21:30:05.593Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-14T21:30:05.593Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-14T21:30:05.593Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-14T21:30:05.593Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-14T21:30:05.593Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-14T21:30:05.593Zerror: cannot install while Rust is installed
392025-03-14T21:30:05.593Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-14T21:30:05.621Zinfo: profile set to 'default'
412025-03-14T21:30:05.621Zinfo: default host triple is x86_64-unknown-illumos
422025-03-14T21:30:05.623Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-14T21:30:05.782Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-14T21:30:05.782Zinfo: downloading component 'cargo'
452025-03-14T21:30:06.673Zinfo: downloading component 'clippy'
462025-03-14T21:30:07.044Zinfo: downloading component 'rust-docs'
472025-03-14T21:30:08.193Zinfo: downloading component 'rust-std'
482025-03-14T21:30:10.222Zinfo: downloading component 'rustc'
492025-03-14T21:30:15.954Zinfo: downloading component 'rustfmt'
502025-03-14T21:30:16.196Zinfo: installing component 'cargo'
512025-03-14T21:30:17.002Zinfo: installing component 'clippy'
522025-03-14T21:30:17.381Zinfo: installing component 'rust-docs'
532025-03-14T21:30:19.110Zinfo: installing component 'rust-std'
542025-03-14T21:30:20.925Zinfo: installing component 'rustc'
552025-03-14T21:30:26.697Zinfo: installing component 'rustfmt'
562025-03-14T21:30:27.030Z
572025-03-14T21:30:27.030Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
582025-03-14T21:30:27.395Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-14T21:30:27.395Z
602025-03-14T21:30:27.399Z
612025-03-14T21:30:27.399ZRust is installed now. Great!
622025-03-14T21:30:27.399Z
632025-03-14T21:30:27.399ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-14T21:30:27.399Zenvironment variable. This has not been done automatically.
652025-03-14T21:30:27.399Z
662025-03-14T21:30:27.399ZTo configure your current shell, you need to source
672025-03-14T21:30:27.399Zthe corresponding env file under $HOME/.cargo.
682025-03-14T21:30:27.399Z
692025-03-14T21:30:27.399ZThis is usually done by running one of the following (note the leading DOT):
702025-03-14T21:30:27.399Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-14T21:30:27.399Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-14T21:30:27.399Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-14T21:30:27.467Z+ rustup --version
742025-03-14T21:30:27.477Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-14T21:30:27.481Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-14T21:30:27.504Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-14T21:30:27.507Z+ cargo --version
782025-03-14T21:30:27.524Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-14T21:30:27.528Z+ rustc --version
802025-03-14T21:30:27.551Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-14T21:30:27.555Zprocess exited: duration 23500 ms, exit code 0
 
822025-03-14T21:30:27.561Zstarting task 2: "authentication"
832025-03-14T21:30:27.582Zprocess exited: duration 20 ms, exit code 0
 
842025-03-14T21:30:27.590Zstarting task 3: "clone repository"
852025-03-14T21:30:27.593Z+ mkdir -p /work/oxidecomputer/opte
862025-03-14T21:30:27.596Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872025-03-14T21:30:27.694ZCloning into '/work/oxidecomputer/opte'...
882025-03-14T21:30:28.596Z+ cd /work/oxidecomputer/opte
892025-03-14T21:30:28.599Z+ git fetch origin 304b24984e5cfa57221a54e78ad1720b6ec336cc
902025-03-14T21:30:28.846ZFrom https://github.com/oxidecomputer/opte
912025-03-14T21:30:28.846Z * branch 304b24984e5cfa57221a54e78ad1720b6ec336cc -> FETCH_HEAD
922025-03-14T21:30:28.854Z+ [[ -n ingot-and-offload ]]
932025-03-14T21:30:28.857Z++ git branch --show-current
942025-03-14T21:30:28.860Z+ current=master
952025-03-14T21:30:28.860Z+ [[ master != ingot-and-offload ]]
962025-03-14T21:30:28.860Z+ git branch -f ingot-and-offload 304b24984e5cfa57221a54e78ad1720b6ec336cc
972025-03-14T21:30:28.863Z+ git checkout -f ingot-and-offload
982025-03-14T21:30:28.885ZSwitched to branch 'ingot-and-offload'
992025-03-14T21:30:28.888Z+ git reset --hard 304b24984e5cfa57221a54e78ad1720b6ec336cc
1002025-03-14T21:30:28.908ZHEAD is now at 304b249 Merge branch 'master' into ingot-and-offload
1012025-03-14T21:30:28.911Zprocess exited: duration 1321 ms, exit code 0
 
1022025-03-14T21:30:28.917Zstarting task 4: "build"
1032025-03-14T21:30:28.922Z+ source .github/buildomat/common.sh
1042025-03-14T21:30:28.925Z++ rustup show active-toolchain
1052025-03-14T21:30:28.968Z1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062025-03-14T21:30:28.971Z++ pushd xde
1072025-03-14T21:30:28.971Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082025-03-14T21:30:28.971Z++ rustup show active-toolchain
1092025-03-14T21:30:28.978Zinfo: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos'
1102025-03-14T21:30:29.157Zinfo: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19)
1112025-03-14T21:30:29.160Zinfo: downloading component 'cargo'
1122025-03-14T21:30:30.131Zinfo: downloading component 'clippy'
1132025-03-14T21:30:30.514Zinfo: downloading component 'rust-src'
1142025-03-14T21:30:30.715Zinfo: downloading component 'rust-std'
1152025-03-14T21:30:32.508Zinfo: downloading component 'rustc'
1162025-03-14T21:30:40.344Zinfo: downloading component 'rustfmt'
1172025-03-14T21:30:40.577Zinfo: installing component 'cargo'
1182025-03-14T21:30:41.442Zinfo: installing component 'clippy'
1192025-03-14T21:30:41.827Zinfo: installing component 'rust-src'
1202025-03-14T21:30:42.154Zinfo: installing component 'rust-std'
1212025-03-14T21:30:43.778Zinfo: installing component 'rustc'
1222025-03-14T21:30:50.047Zinfo: installing component 'rustfmt'
1232025-03-14T21:30:50.371Znightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242025-03-14T21:30:50.444Z+++ rustup show active-toolchain -v
1252025-03-14T21:30:50.447Z+++ head -n 1
1262025-03-14T21:30:50.447Z+++ cut '-d ' -f1
1272025-03-14T21:30:50.543Z++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos
1282025-03-14T21:30:50.543Z++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos
1292025-03-14T21:30:50.543Z++ popd
1302025-03-14T21:30:50.546Z/work/oxidecomputer/opte
1312025-03-14T21:30:50.546Z+ cargo --version
1322025-03-14T21:30:50.596Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1332025-03-14T21:30:50.599Z+ rustc --version
1342025-03-14T21:30:50.663Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1352025-03-14T21:30:50.666Z+ pushd bin/opteadm
1362025-03-14T21:30:50.666Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1372025-03-14T21:30:50.666Z+ header 'check style'
1382025-03-14T21:30:50.666Z+ echo '# ==== check style ==== #'
1392025-03-14T21:30:50.666Z# ==== check style ==== #
1402025-03-14T21:30:50.666Z+ ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check
1412025-03-14T21:30:50.856Z
1422025-03-14T21:30:50.856Zreal 0.186236718
1432025-03-14T21:30:50.856Zuser 0.127047267
1442025-03-14T21:30:50.856Zsys 0.057063140
1452025-03-14T21:30:50.856Ztrap 0.000004850
1462025-03-14T21:30:50.856Ztflt 0.000015490
1472025-03-14T21:30:50.856Zdflt 0.000013881
1482025-03-14T21:30:50.856Zkflt 0.000000000
1492025-03-14T21:30:50.856Zlock 0.617945998
1502025-03-14T21:30:50.856Zslp 0.197235380
1512025-03-14T21:30:50.856Zlat 0.001883052
1522025-03-14T21:30:50.856Zstop 0.000176415
1532025-03-14T21:30:50.861Z+ header analyze
1542025-03-14T21:30:50.861Z+ echo '# ==== analyze ==== #'
1552025-03-14T21:30:50.861Z# ==== analyze ==== #
1562025-03-14T21:30:50.861Z+ ptime -m cargo clippy --all-targets
1572025-03-14T21:30:51.108Z Updating crates.io index
1582025-03-14T21:30:51.112Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592025-03-14T21:30:51.866Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1602025-03-14T21:30:52.175Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1612025-03-14T21:30:52.446Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1622025-03-14T21:30:52.734Z Updating git repository `https://github.com/oxidecomputer/zone`
1632025-03-14T21:30:53.009Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1642025-03-14T21:30:53.280Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1652025-03-14T21:30:53.576Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1662025-03-14T21:30:54.372Z Downloading crates ...
1672025-03-14T21:30:54.427Z Downloaded anstyle-parse v0.2.6
1682025-03-14T21:30:54.430Z Downloaded autocfg v1.4.0
1692025-03-14T21:30:54.434Z Downloaded anstyle v1.0.10
1702025-03-14T21:30:54.437Z Downloaded darling_macro v0.20.10
1712025-03-14T21:30:54.440Z Downloaded cstr-argument v0.1.2
1722025-03-14T21:30:54.443Z Downloaded equivalent v1.0.2
1732025-03-14T21:30:54.451Z Downloaded utf8parse v0.2.2
1742025-03-14T21:30:54.456Z Downloaded foreign-types-shared v0.3.1
1752025-03-14T21:30:54.461Z Downloaded uuid v1.15.1
1762025-03-14T21:30:54.465Z Downloaded ident_case v1.0.1
1772025-03-14T21:30:54.468Z Downloaded is_terminal_polyfill v1.70.1
1782025-03-14T21:30:54.473Z Downloaded version_check v0.9.5
1792025-03-14T21:30:54.473Z Downloaded tracing-core v0.1.33
1802025-03-14T21:30:54.476Z Downloaded pretty-hex v0.2.1
1812025-03-14T21:30:54.479Z Downloaded bitflags v1.3.2
1822025-03-14T21:30:54.481Z Downloaded stable_deref_trait v1.2.0
1832025-03-14T21:30:54.488Z Downloaded errno v0.3.10
1842025-03-14T21:30:54.491Z Downloaded dyn-clone v1.0.19
1852025-03-14T21:30:54.494Z Downloaded either v1.15.0
1862025-03-14T21:30:54.494Z Downloaded winnow v0.5.40
1872025-03-14T21:30:54.501Z Downloaded scopeguard v1.2.0
1882025-03-14T21:30:54.504Z Downloaded oxnet v0.1.1
1892025-03-14T21:30:54.504Z Downloaded foreign-types-macros v0.2.3
1902025-03-14T21:30:54.507Z Downloaded winnow v0.6.26
1912025-03-14T21:30:54.513Z Downloaded rand_chacha v0.3.1
1922025-03-14T21:30:54.516Z Downloaded rand_core v0.6.4
1932025-03-14T21:30:54.516Z Downloaded proc-macro-crate v1.3.1
1942025-03-14T21:30:54.519Z Downloaded num_enum v0.5.11
1952025-03-14T21:30:54.524Z Downloaded macaddr v1.0.1
1962025-03-14T21:30:54.527Z Downloaded zerocopy v0.8.23
1972025-03-14T21:30:54.545Z Downloaded tokio-macros v2.5.0
1982025-03-14T21:30:54.549Z Downloaded thiserror-impl v2.0.12
1992025-03-14T21:30:54.549Z Downloaded terminal_size v0.4.2
2002025-03-14T21:30:54.549Z Downloaded ppv-lite86 v0.2.21
2012025-03-14T21:30:54.552Z Downloaded num_enum_derive v0.5.11
2022025-03-14T21:30:54.552Z Downloaded lazy_static v1.5.0
2032025-03-14T21:30:54.555Z Downloaded fnv v1.0.7
2042025-03-14T21:30:54.555Z Downloaded strsim v0.11.1
2052025-03-14T21:30:54.555Z Downloaded toml_datetime v0.6.8
2062025-03-14T21:30:54.560Z Downloaded anstream v0.6.18
2072025-03-14T21:30:54.560Z Downloaded thiserror-impl v1.0.69
2082025-03-14T21:30:54.563Z Downloaded proc-macro-error-attr2 v2.0.0
2092025-03-14T21:30:54.563Z Downloaded ipnetwork v0.21.1
2102025-03-14T21:30:54.563Z Downloaded heck v0.5.0
2112025-03-14T21:30:54.563Z Downloaded foreign-types v0.5.0
2122025-03-14T21:30:54.567Z Downloaded tabwriter v1.4.1
2132025-03-14T21:30:54.567Z Downloaded darling v0.20.10
2142025-03-14T21:30:54.570Z Downloaded colored v2.2.0
2152025-03-14T21:30:54.572Z Downloaded embedded-io v0.6.1
2162025-03-14T21:30:54.573Z Downloaded lock_api v0.4.12
2172025-03-14T21:30:54.576Z Downloaded clap_derive v4.5.28
2182025-03-14T21:30:54.576Z Downloaded embedded-io v0.4.0
2192025-03-14T21:30:54.579Z Downloaded cobs v0.2.3
2202025-03-14T21:30:54.579Z Downloaded defmt-macros v0.4.0
2212025-03-14T21:30:54.583Z Downloaded signal-hook-registry v1.4.2
2222025-03-14T21:30:54.583Z Downloaded smallvec v1.14.0
2232025-03-14T21:30:54.586Z Downloaded parking_lot_core v0.9.10
2242025-03-14T21:30:54.586Z Downloaded once_cell v1.20.3
2252025-03-14T21:30:54.589Z Downloaded defmt v0.3.10
2262025-03-14T21:30:54.592Z Downloaded pin-project-lite v0.2.16
2272025-03-14T21:30:54.595Z Downloaded managed v0.8.0
2282025-03-14T21:30:54.598Z Downloaded hash32 v0.3.1
2292025-03-14T21:30:54.598Z Downloaded thiserror v2.0.12
2302025-03-14T21:30:54.602Z Downloaded thiserror v1.0.69
2312025-03-14T21:30:54.607Z Downloaded tracing-attributes v0.1.28
2322025-03-14T21:30:54.610Z Downloaded getrandom v0.2.15
2332025-03-14T21:30:54.613Z Downloaded crc32fast v1.4.2
2342025-03-14T21:30:54.613Z Downloaded postcard v1.1.1
2352025-03-14T21:30:54.616Z Downloaded socket2 v0.5.8
2362025-03-14T21:30:54.619Z Downloaded anyhow v1.0.97
2372025-03-14T21:30:54.622Z Downloaded proc-macro-error2 v2.0.1
2382025-03-14T21:30:54.625Z Downloaded parking_lot v0.12.3
2392025-03-14T21:30:54.629Z Downloaded clap_lex v0.7.4
2402025-03-14T21:30:54.629Z Downloaded colorchoice v1.0.3
2412025-03-14T21:30:54.629Z Downloaded defmt-parser v0.4.1
2422025-03-14T21:30:54.630Z Downloaded cfg-if v1.0.0
2432025-03-14T21:30:54.633Z Downloaded byteorder v1.5.0
2442025-03-14T21:30:54.633Z Downloaded anstyle-query v1.1.2
2452025-03-14T21:30:54.633Z Downloaded quote v1.0.39
2462025-03-14T21:30:54.636Z Downloaded clap v4.5.31
2472025-03-14T21:30:54.642Z Downloaded bitflags v2.9.0
2482025-03-14T21:30:54.649Z Downloaded serde_derive v1.0.219
2492025-03-14T21:30:54.652Z Downloaded proc-macro2 v1.0.94
2502025-03-14T21:30:54.667Z Downloaded unicode-ident v1.0.18
2512025-03-14T21:30:54.685Z Downloaded serde v1.0.219
2522025-03-14T21:30:54.688Z Downloaded tracing v0.1.41
2532025-03-14T21:30:54.693Z Downloaded heapless v0.8.0
2542025-03-14T21:30:54.701Z Downloaded memchr v2.7.4
2552025-03-14T21:30:54.706Z Downloaded indexmap v2.7.1
2562025-03-14T21:30:54.710Z Downloaded darling_core v0.20.10
2572025-03-14T21:30:54.714Z Downloaded toml_edit v0.19.15
2582025-03-14T21:30:54.729Z Downloaded zerocopy-derive v0.8.23
2592025-03-14T21:30:54.735Z Downloaded rand v0.8.5
2602025-03-14T21:30:54.738Z Downloaded mio v1.0.3
2612025-03-14T21:30:54.743Z Downloaded bytes v1.10.1
2622025-03-14T21:30:54.767Z Downloaded clap_builder v4.5.31
2632025-03-14T21:30:54.773Z Downloaded hashbrown v0.15.2
2642025-03-14T21:30:54.778Z Downloaded itertools v0.13.0
2652025-03-14T21:30:54.785Z Downloaded itertools v0.14.0
2662025-03-14T21:30:54.791Z Downloaded aho-corasick v1.1.3
2672025-03-14T21:30:54.828Z Downloaded regex v1.11.1
2682025-03-14T21:30:54.839Z Downloaded syn v1.0.109
2692025-03-14T21:30:54.871Z Downloaded unicode-width v0.2.0
2702025-03-14T21:30:54.876Z Downloaded syn v2.0.100
2712025-03-14T21:30:54.887Z Downloaded smoltcp v0.11.0
2722025-03-14T21:30:54.898Z Downloaded regex-syntax v0.8.5
2732025-03-14T21:30:54.910Z Downloaded rustix v1.0.1
2742025-03-14T21:30:54.961Z Downloaded regex-automata v0.4.9
2752025-03-14T21:30:54.987Z Downloaded libc v0.2.170
2762025-03-14T21:30:55.009Z Downloaded tokio v1.44.0
2772025-03-14T21:30:55.172Z Compiling proc-macro2 v1.0.94
2782025-03-14T21:30:55.172Z Compiling unicode-ident v1.0.18
2792025-03-14T21:30:55.175Z Compiling libc v0.2.170
2802025-03-14T21:30:55.175Z Checking cfg-if v1.0.0
2812025-03-14T21:30:55.175Z Compiling serde v1.0.219
2822025-03-14T21:30:55.175Z Compiling zerocopy v0.8.23
2832025-03-14T21:30:55.185Z Compiling ident_case v1.0.1
2842025-03-14T21:30:55.188Z Compiling fnv v1.0.7
2852025-03-14T21:30:55.278Z Compiling strsim v0.11.1
2862025-03-14T21:30:55.334Z Compiling memchr v2.7.4
2872025-03-14T21:30:55.369Z Compiling regex-syntax v0.8.5
2882025-03-14T21:30:55.380Z Compiling syn v1.0.109
2892025-03-14T21:30:55.794Z Compiling equivalent v1.0.2
2902025-03-14T21:30:55.874Z Compiling hashbrown v0.15.2
2912025-03-14T21:30:56.311Z Compiling aho-corasick v1.1.3
2922025-03-14T21:30:56.589Z Compiling autocfg v1.4.0
2932025-03-14T21:30:56.608Z Compiling either v1.15.0
2942025-03-14T21:30:56.617Z Compiling parking_lot_core v0.9.10
2952025-03-14T21:30:56.776Z Compiling indexmap v2.7.1
2962025-03-14T21:30:57.010Z Compiling itertools v0.13.0
2972025-03-14T21:30:57.071Z Compiling toml_datetime v0.6.8
2982025-03-14T21:30:57.186Z Compiling winnow v0.5.40
2992025-03-14T21:30:57.380Z Compiling lock_api v0.4.12
3002025-03-14T21:30:57.425Z Compiling heapless v0.8.0
3012025-03-14T21:30:57.727Z Compiling quote v1.0.39
3022025-03-14T21:30:57.915Z Compiling anyhow v1.0.97
3032025-03-14T21:30:57.963Z Checking byteorder v1.5.0
3042025-03-14T21:30:58.137Z Compiling syn v2.0.100
3052025-03-14T21:30:58.274Z Checking hash32 v0.3.1
3062025-03-14T21:30:58.427Z Compiling regex-automata v0.4.9
3072025-03-14T21:30:59.273Z Compiling smoltcp v0.11.0
3082025-03-14T21:30:59.882Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092025-03-14T21:30:59.891Z Checking macaddr v1.0.1
3102025-03-14T21:30:59.984Z Compiling once_cell v1.20.3
3112025-03-14T21:31:00.091Z Checking scopeguard v1.2.0
3122025-03-14T21:31:00.124Z Checking stable_deref_trait v1.2.0
3132025-03-14T21:31:00.213Z Checking smallvec v1.14.0
3142025-03-14T21:31:00.326Z Compiling toml_edit v0.19.15
3152025-03-14T21:31:00.531Z Checking getrandom v0.2.15
3162025-03-14T21:31:00.609Z Compiling thiserror v1.0.69
3172025-03-14T21:31:00.747Z Checking bitflags v1.3.2
3182025-03-14T21:31:00.834Z Checking pin-project-lite v0.2.16
3192025-03-14T21:31:00.878Z Compiling version_check v0.9.5
3202025-03-14T21:31:00.957Z Checking managed v0.8.0
3212025-03-14T21:31:00.989Z Checking cobs v0.2.3
3222025-03-14T21:31:01.161Z Compiling rustix v1.0.1
3232025-03-14T21:31:01.172Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3242025-03-14T21:31:01.403Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252025-03-14T21:31:01.797Z Checking parking_lot v0.12.3
3262025-03-14T21:31:01.863Z Checking rand_core v0.6.4
3272025-03-14T21:31:01.971Z Checking signal-hook-registry v1.4.2
3282025-03-14T21:31:02.128Z Checking errno v0.3.10
3292025-03-14T21:31:02.131Z Checking mio v1.0.3
3302025-03-14T21:31:02.200Z Compiling regex v1.11.1
3312025-03-14T21:31:02.294Z Checking socket2 v0.5.8
3322025-03-14T21:31:02.706Z Checking bytes v1.10.1
3332025-03-14T21:31:02.747Z Checking utf8parse v0.2.2
3342025-03-14T21:31:02.888Z Checking foreign-types-shared v0.3.1
3352025-03-14T21:31:03.000Z Compiling proc-macro-crate v1.3.1
3362025-03-14T21:31:03.671Z Checking unicode-width v0.2.0
3372025-03-14T21:31:04.008Z Checking ipnetwork v0.21.1
3382025-03-14T21:31:04.124Z Checking tracing-core v0.1.33
3392025-03-14T21:31:04.127Z Checking tabwriter v1.4.1
3402025-03-14T21:31:04.176Z Checking cstr-argument v0.1.2
3412025-03-14T21:31:04.315Z Checking itertools v0.14.0
3422025-03-14T21:31:04.348Z Checking anstyle-parse v0.2.6
3432025-03-14T21:31:04.553Z Compiling darling_core v0.20.10
3442025-03-14T21:31:04.747Z Checking crc32fast v1.4.2
3452025-03-14T21:31:04.762Z Checking anstyle-query v1.1.2
3462025-03-14T21:31:04.881Z Checking colorchoice v1.0.3
3472025-03-14T21:31:04.931Z Compiling thiserror v2.0.12
3482025-03-14T21:31:04.947Z Checking lazy_static v1.5.0
3492025-03-14T21:31:05.011Z Checking pretty-hex v0.2.1
3502025-03-14T21:31:05.067Z Checking is_terminal_polyfill v1.70.1
3512025-03-14T21:31:05.173Z Checking anstyle v1.0.10
3522025-03-14T21:31:05.176Z Checking dyn-clone v1.0.19
3532025-03-14T21:31:05.308Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
3542025-03-14T21:31:05.503Z Checking anstream v0.6.18
3552025-03-14T21:31:05.636Z Checking colored v2.2.0
3562025-03-14T21:31:05.864Z Compiling heck v0.5.0
3572025-03-14T21:31:05.985Z Checking oxnet v0.1.1
3582025-03-14T21:31:06.088Z Checking winnow v0.6.26
3592025-03-14T21:31:06.249Z Checking clap_lex v0.7.4
3602025-03-14T21:31:06.290Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
3612025-03-14T21:31:06.340Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3622025-03-14T21:31:07.002Z Compiling num_enum_derive v0.5.11
3632025-03-14T21:31:07.012Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3642025-03-14T21:31:07.243Z Compiling serde_derive v1.0.219
3652025-03-14T21:31:07.244Z Compiling zerocopy-derive v0.8.23
3662025-03-14T21:31:07.502Z Compiling tokio-macros v2.5.0
3672025-03-14T21:31:07.911Z Compiling foreign-types-macros v0.2.3
3682025-03-14T21:31:08.112Z Compiling thiserror-impl v1.0.69
3692025-03-14T21:31:08.376Z Compiling darling_macro v0.20.10
3702025-03-14T21:31:08.783Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3712025-03-14T21:31:08.892Z Checking num_enum v0.5.11
3722025-03-14T21:31:08.914Z Checking tokio v1.44.0
3732025-03-14T21:31:09.039Z Compiling tracing-attributes v0.1.28
3742025-03-14T21:31:09.134Z Checking foreign-types v0.5.0
3752025-03-14T21:31:09.230Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3762025-03-14T21:31:09.359Z Compiling darling v0.20.10
3772025-03-14T21:31:09.463Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3782025-03-14T21:31:09.496Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3792025-03-14T21:31:09.841Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3802025-03-14T21:31:09.982Z Compiling thiserror-impl v2.0.12
3812025-03-14T21:31:10.787Z Compiling clap_derive v4.5.28
3822025-03-14T21:31:11.792Z Checking tracing v0.1.41
3832025-03-14T21:31:12.632Z Checking ppv-lite86 v0.2.21
3842025-03-14T21:31:13.290Z Checking rand_chacha v0.3.1
3852025-03-14T21:31:13.603Z Checking rand v0.8.5
3862025-03-14T21:31:13.953Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3872025-03-14T21:31:14.788Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3882025-03-14T21:31:15.605Z Checking bitflags v2.9.0
3892025-03-14T21:31:15.606Z Checking postcard v1.1.1
3902025-03-14T21:31:15.609Z Checking uuid v1.15.1
3912025-03-14T21:31:15.802Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3922025-03-14T21:31:15.803Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3932025-03-14T21:31:16.485Z Checking terminal_size v0.4.2
3942025-03-14T21:31:16.588Z Checking clap_builder v4.5.31
3952025-03-14T21:31:17.073Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3962025-03-14T21:31:18.318Z Checking clap v4.5.31
3972025-03-14T21:31:23.767Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3982025-03-14T21:31:25.674Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3992025-03-14T21:31:27.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.07s
4002025-03-14T21:31:27.203Z
4012025-03-14T21:31:27.203Zreal 36.343757332
4022025-03-14T21:31:27.203Zuser 2:18.437883713
4032025-03-14T21:31:27.203Zsys 21.550554408
4042025-03-14T21:31:27.203Ztrap 0.095515540
4052025-03-14T21:31:27.203Ztflt 0.107404067
4062025-03-14T21:31:27.203Zdflt 0.739944816
4072025-03-14T21:31:27.203Zkflt 0.007894873
4082025-03-14T21:31:27.203Zlock 2:54.458203191
4092025-03-14T21:31:27.203Zslp 9:20.287365403
4102025-03-14T21:31:27.203Zlat 6.426568923
4112025-03-14T21:31:27.203Zstop 15.217961369
4122025-03-14T21:31:27.207Z+ header 'debug build'
4132025-03-14T21:31:27.207Z+ echo '# ==== debug build ==== #'
4142025-03-14T21:31:27.207Z# ==== debug build ==== #
4152025-03-14T21:31:27.207Z+ ptime -m cargo build
4162025-03-14T21:31:27.491Z Compiling cfg-if v1.0.0
4172025-03-14T21:31:27.491Z Compiling strsim v0.11.1
4182025-03-14T21:31:27.495Z Compiling libc v0.2.170
4192025-03-14T21:31:27.505Z Compiling once_cell v1.20.3
4202025-03-14T21:31:27.509Z Compiling serde v1.0.219
4212025-03-14T21:31:27.509Z Compiling zerocopy v0.8.23
4222025-03-14T21:31:27.512Z Compiling byteorder v1.5.0
4232025-03-14T21:31:27.516Z Compiling stable_deref_trait v1.2.0
4242025-03-14T21:31:27.558Z Compiling scopeguard v1.2.0
4252025-03-14T21:31:27.592Z Compiling smallvec v1.14.0
4262025-03-14T21:31:27.679Z Compiling macaddr v1.0.1
4272025-03-14T21:31:27.817Z Compiling darling_core v0.20.10
4282025-03-14T21:31:27.827Z Compiling hash32 v0.3.1
4292025-03-14T21:31:27.987Z Compiling heapless v0.8.0
4302025-03-14T21:31:28.001Z Compiling proc-macro-crate v1.3.1
4312025-03-14T21:31:28.018Z Compiling lock_api v0.4.12
4322025-03-14T21:31:28.144Z Compiling getrandom v0.2.15
4332025-03-14T21:31:28.286Z Compiling parking_lot_core v0.9.10
4342025-03-14T21:31:28.405Z Compiling managed v0.8.0
4352025-03-14T21:31:28.438Z Compiling bitflags v1.3.2
4362025-03-14T21:31:28.519Z Compiling pin-project-lite v0.2.16
4372025-03-14T21:31:28.635Z Compiling cobs v0.2.3
4382025-03-14T21:31:28.703Z Compiling num_enum_derive v0.5.11
4392025-03-14T21:31:28.794Z Compiling smoltcp v0.11.0
4402025-03-14T21:31:28.834Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4412025-03-14T21:31:28.841Z Compiling parking_lot v0.12.3
4422025-03-14T21:31:28.900Z Compiling rand_core v0.6.4
4432025-03-14T21:31:29.194Z Compiling errno v0.3.10
4442025-03-14T21:31:29.295Z Compiling socket2 v0.5.8
4452025-03-14T21:31:29.418Z Compiling signal-hook-registry v1.4.2
4462025-03-14T21:31:29.690Z Compiling mio v1.0.3
4472025-03-14T21:31:30.190Z Compiling anyhow v1.0.97
4482025-03-14T21:31:30.225Z Compiling either v1.15.0
4492025-03-14T21:31:30.484Z Compiling ppv-lite86 v0.2.21
4502025-03-14T21:31:30.557Z Compiling bytes v1.10.1
4512025-03-14T21:31:30.722Z Compiling memchr v2.7.4
4522025-03-14T21:31:30.808Z Compiling utf8parse v0.2.2
4532025-03-14T21:31:30.935Z Compiling unicode-width v0.2.0
4542025-03-14T21:31:30.946Z Compiling ipnetwork v0.21.1
4552025-03-14T21:31:31.224Z Compiling foreign-types-shared v0.3.1
4562025-03-14T21:31:31.354Z Compiling foreign-types v0.5.0
4572025-03-14T21:31:31.449Z Compiling tabwriter v1.4.1
4582025-03-14T21:31:31.471Z Compiling rand_chacha v0.3.1
4592025-03-14T21:31:31.474Z Compiling anstyle-parse v0.2.6
4602025-03-14T21:31:31.782Z Compiling tokio v1.44.0
4612025-03-14T21:31:31.885Z Compiling cstr-argument v0.1.2
4622025-03-14T21:31:31.991Z Compiling num_enum v0.5.11
4632025-03-14T21:31:32.095Z Compiling itertools v0.14.0
4642025-03-14T21:31:32.134Z Compiling thiserror v1.0.69
4652025-03-14T21:31:32.256Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4662025-03-14T21:31:32.268Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4672025-03-14T21:31:32.395Z Compiling bitflags v2.9.0
4682025-03-14T21:31:32.408Z Compiling postcard v1.1.1
4692025-03-14T21:31:32.524Z Compiling tracing-core v0.1.33
4702025-03-14T21:31:32.642Z Compiling crc32fast v1.4.2
4712025-03-14T21:31:32.807Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4722025-03-14T21:31:32.925Z Compiling rustix v1.0.1
4732025-03-14T21:31:32.932Z Compiling darling_macro v0.20.10
4742025-03-14T21:31:32.964Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4752025-03-14T21:31:33.314Z Compiling anstyle v1.0.10
4762025-03-14T21:31:33.578Z Compiling anstyle-query v1.1.2
4772025-03-14T21:31:33.709Z Compiling lazy_static v1.5.0
4782025-03-14T21:31:33.723Z Compiling colorchoice v1.0.3
4792025-03-14T21:31:33.824Z Compiling is_terminal_polyfill v1.70.1
4802025-03-14T21:31:33.837Z Compiling pretty-hex v0.2.1
4812025-03-14T21:31:33.862Z Compiling dyn-clone v1.0.19
4822025-03-14T21:31:33.907Z Compiling darling v0.20.10
4832025-03-14T21:31:33.929Z Compiling anstream v0.6.18
4842025-03-14T21:31:33.991Z Compiling terminal_size v0.4.2
4852025-03-14T21:31:33.999Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4862025-03-14T21:31:34.003Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4872025-03-14T21:31:34.042Z Compiling colored v2.2.0
4882025-03-14T21:31:34.070Z Compiling tracing v0.1.41
4892025-03-14T21:31:34.187Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4902025-03-14T21:31:34.338Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4912025-03-14T21:31:34.387Z Compiling uuid v1.15.1
4922025-03-14T21:31:34.466Z Compiling rand v0.8.5
4932025-03-14T21:31:34.531Z Compiling oxnet v0.1.1
4942025-03-14T21:31:34.774Z Compiling winnow v0.6.26
4952025-03-14T21:31:34.853Z Compiling clap_lex v0.7.4
4962025-03-14T21:31:34.958Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
4972025-03-14T21:31:35.093Z Compiling clap_builder v4.5.31
4982025-03-14T21:31:35.247Z Compiling thiserror v2.0.12
4992025-03-14T21:31:35.274Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5002025-03-14T21:31:37.812Z Compiling clap v4.5.31
5012025-03-14T21:31:37.913Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5022025-03-14T21:31:38.381Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5032025-03-14T21:31:38.428Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5042025-03-14T21:31:38.618Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
5052025-03-14T21:31:40.329Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062025-03-14T21:31:46.147Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5072025-03-14T21:31:48.205Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5082025-03-14T21:31:53.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.99s
5092025-03-14T21:31:53.291Z
5102025-03-14T21:31:53.291Zreal 26.079750966
5112025-03-14T21:31:53.291Zuser 1:41.265857045
5122025-03-14T21:31:53.291Zsys 12.520507906
5132025-03-14T21:31:53.291Ztrap 0.054266530
5142025-03-14T21:31:53.291Ztflt 0.116197750
5152025-03-14T21:31:53.291Zdflt 0.120577323
5162025-03-14T21:31:53.291Zkflt 0.000000000
5172025-03-14T21:31:53.291Zlock 2:34.170201227
5182025-03-14T21:31:53.291Zslp 5:16.857827253
5192025-03-14T21:31:53.291Zlat 3.616477338
5202025-03-14T21:31:53.294Zstop 5.297333636
5212025-03-14T21:31:53.294Z+ header 'release build'
5222025-03-14T21:31:53.294Z+ echo '# ==== release build ==== #'
5232025-03-14T21:31:53.294Z# ==== release build ==== #
5242025-03-14T21:31:53.294Z+ ptime -m cargo build --release
5252025-03-14T21:31:53.473Z Compiling proc-macro2 v1.0.94
5262025-03-14T21:31:53.473Z Compiling unicode-ident v1.0.18
5272025-03-14T21:31:53.473Z Compiling libc v0.2.170
5282025-03-14T21:31:53.473Z Compiling cfg-if v1.0.0
5292025-03-14T21:31:53.476Z Compiling serde v1.0.219
5302025-03-14T21:31:53.476Z Compiling zerocopy v0.8.23
5312025-03-14T21:31:53.476Z Compiling fnv v1.0.7
5322025-03-14T21:31:53.476Z Compiling ident_case v1.0.1
5332025-03-14T21:31:53.579Z Compiling strsim v0.11.1
5342025-03-14T21:31:53.611Z Compiling memchr v2.7.4
5352025-03-14T21:31:53.649Z Compiling syn v1.0.109
5362025-03-14T21:31:53.661Z Compiling regex-syntax v0.8.5
5372025-03-14T21:31:54.015Z Compiling anyhow v1.0.97
5382025-03-14T21:31:54.118Z Compiling equivalent v1.0.2
5392025-03-14T21:31:54.206Z Compiling either v1.15.0
5402025-03-14T21:31:54.210Z Compiling hashbrown v0.15.2
5412025-03-14T21:31:54.216Z Compiling autocfg v1.4.0
5422025-03-14T21:31:54.554Z Compiling aho-corasick v1.1.3
5432025-03-14T21:31:54.568Z Compiling itertools v0.13.0
5442025-03-14T21:31:54.805Z Compiling parking_lot_core v0.9.10
5452025-03-14T21:31:54.810Z Compiling byteorder v1.5.0
5462025-03-14T21:31:54.938Z Compiling lock_api v0.4.12
5472025-03-14T21:31:55.136Z Compiling quote v1.0.39
5482025-03-14T21:31:55.247Z Compiling indexmap v2.7.1
5492025-03-14T21:31:55.253Z Compiling toml_datetime v0.6.8
5502025-03-14T21:31:55.298Z Compiling heapless v0.8.0
5512025-03-14T21:31:55.585Z Compiling syn v2.0.100
5522025-03-14T21:31:55.651Z Compiling winnow v0.5.40
5532025-03-14T21:31:56.248Z Compiling hash32 v0.3.1
5542025-03-14T21:31:56.457Z Compiling macaddr v1.0.1
5552025-03-14T21:31:56.471Z Compiling smoltcp v0.11.0
5562025-03-14T21:31:56.879Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5572025-03-14T21:31:57.095Z Compiling regex-automata v0.4.9
5582025-03-14T21:31:57.251Z Compiling stable_deref_trait v1.2.0
5592025-03-14T21:31:57.341Z Compiling once_cell v1.20.3
5602025-03-14T21:31:57.348Z Compiling smallvec v1.14.0
5612025-03-14T21:31:57.692Z Compiling scopeguard v1.2.0
5622025-03-14T21:31:58.257Z Compiling getrandom v0.2.15
5632025-03-14T21:31:58.538Z Compiling managed v0.8.0
5642025-03-14T21:31:58.567Z Compiling cobs v0.2.3
5652025-03-14T21:31:58.789Z Compiling toml_edit v0.19.15
5662025-03-14T21:31:58.898Z Compiling pin-project-lite v0.2.16
5672025-03-14T21:31:58.951Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5682025-03-14T21:31:59.000Z Compiling bitflags v1.3.2
5692025-03-14T21:31:59.017Z Compiling rustix v1.0.1
5702025-03-14T21:31:59.061Z Compiling version_check v0.9.5
5712025-03-14T21:31:59.086Z Compiling thiserror v1.0.69
5722025-03-14T21:31:59.606Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5732025-03-14T21:31:59.749Z Compiling rand_core v0.6.4
5742025-03-14T21:31:59.909Z Compiling parking_lot v0.12.3
5752025-03-14T21:31:59.932Z Compiling signal-hook-registry v1.4.2
5762025-03-14T21:32:00.168Z Compiling errno v0.3.10
5772025-03-14T21:32:00.394Z Compiling socket2 v0.5.8
5782025-03-14T21:32:01.008Z Compiling regex v1.11.1
5792025-03-14T21:32:01.496Z Compiling proc-macro-crate v1.3.1
5802025-03-14T21:32:01.660Z Compiling mio v1.0.3
5812025-03-14T21:32:02.197Z Compiling darling_core v0.20.10
5822025-03-14T21:32:02.676Z Compiling bytes v1.10.1
5832025-03-14T21:32:03.570Z Compiling foreign-types-shared v0.3.1
5842025-03-14T21:32:03.683Z Compiling ipnetwork v0.21.1
5852025-03-14T21:32:03.902Z Compiling unicode-width v0.2.0
5862025-03-14T21:32:04.379Z Compiling utf8parse v0.2.2
5872025-03-14T21:32:04.390Z Compiling tabwriter v1.4.1
5882025-03-14T21:32:04.451Z Compiling cstr-argument v0.1.2
5892025-03-14T21:32:04.526Z Compiling anstyle-parse v0.2.6
5902025-03-14T21:32:04.529Z Compiling itertools v0.14.0
5912025-03-14T21:32:04.701Z Compiling tracing-core v0.1.33
5922025-03-14T21:32:05.070Z Compiling num_enum_derive v0.5.11
5932025-03-14T21:32:05.074Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5942025-03-14T21:32:05.518Z Compiling crc32fast v1.4.2
5952025-03-14T21:32:05.856Z Compiling pretty-hex v0.2.1
5962025-03-14T21:32:05.863Z Compiling anstyle v1.0.10
5972025-03-14T21:32:05.871Z Compiling serde_derive v1.0.219
5982025-03-14T21:32:05.929Z Compiling zerocopy-derive v0.8.23
5992025-03-14T21:32:06.044Z Compiling thiserror-impl v1.0.69
6002025-03-14T21:32:06.341Z Compiling tokio-macros v2.5.0
6012025-03-14T21:32:06.404Z Compiling foreign-types-macros v0.2.3
6022025-03-14T21:32:06.817Z Compiling tracing-attributes v0.1.28
6032025-03-14T21:32:07.133Z Compiling num_enum v0.5.11
6042025-03-14T21:32:07.269Z Compiling darling_macro v0.20.10
6052025-03-14T21:32:07.294Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6062025-03-14T21:32:07.642Z Compiling foreign-types v0.5.0
6072025-03-14T21:32:07.734Z Compiling lazy_static v1.5.0
6082025-03-14T21:32:07.749Z Compiling tokio v1.44.0
6092025-03-14T21:32:07.849Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
6102025-03-14T21:32:08.148Z Compiling colorchoice v1.0.3
6112025-03-14T21:32:08.176Z Compiling anstyle-query v1.1.2
6122025-03-14T21:32:08.204Z Compiling darling v0.20.10
6132025-03-14T21:32:08.287Z Compiling thiserror v2.0.12
6142025-03-14T21:32:08.300Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6152025-03-14T21:32:08.307Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6162025-03-14T21:32:08.686Z Compiling is_terminal_polyfill v1.70.1
6172025-03-14T21:32:08.803Z Compiling dyn-clone v1.0.19
6182025-03-14T21:32:08.997Z Compiling anstream v0.6.18
6192025-03-14T21:32:09.191Z Compiling colored v2.2.0
6202025-03-14T21:32:09.362Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6212025-03-14T21:32:09.474Z Compiling tracing v0.1.41
6222025-03-14T21:32:09.798Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6232025-03-14T21:32:09.950Z Compiling thiserror-impl v2.0.12
6242025-03-14T21:32:10.288Z Compiling heck v0.5.0
6252025-03-14T21:32:10.677Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6262025-03-14T21:32:11.042Z Compiling oxnet v0.1.1
6272025-03-14T21:32:11.174Z Compiling winnow v0.6.26
6282025-03-14T21:32:11.616Z Compiling clap_lex v0.7.4
6292025-03-14T21:32:11.952Z Compiling ppv-lite86 v0.2.21
6302025-03-14T21:32:12.151Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6312025-03-14T21:32:12.210Z Compiling clap_derive v4.5.28
6322025-03-14T21:32:12.690Z Compiling rand_chacha v0.3.1
6332025-03-14T21:32:13.079Z Compiling rand v0.8.5
6342025-03-14T21:32:13.963Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6352025-03-14T21:32:15.644Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
6362025-03-14T21:32:17.071Z Compiling bitflags v2.9.0
6372025-03-14T21:32:17.686Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6382025-03-14T21:32:17.838Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6392025-03-14T21:32:17.870Z Compiling postcard v1.1.1
6402025-03-14T21:32:18.022Z Compiling uuid v1.15.1
6412025-03-14T21:32:19.126Z Compiling terminal_size v0.4.2
6422025-03-14T21:32:19.248Z Compiling clap_builder v4.5.31
6432025-03-14T21:32:19.786Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6442025-03-14T21:32:22.033Z Compiling clap v4.5.31
6452025-03-14T21:32:25.658Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6462025-03-14T21:32:27.720Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6472025-03-14T21:33:00.133Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 06s
6482025-03-14T21:33:00.170Z
6492025-03-14T21:33:00.173Zreal 1:06.873046748
6502025-03-14T21:33:00.173Zuser 4:07.686430149
6512025-03-14T21:33:00.173Zsys 24.224621137
6522025-03-14T21:33:00.173Ztrap 0.135971525
6532025-03-14T21:33:00.173Ztflt 0.200308292
6542025-03-14T21:33:00.173Zdflt 0.584973908
6552025-03-14T21:33:00.173Zkflt 0.000006320
6562025-03-14T21:33:00.173Zlock 8:28.183671387
6572025-03-14T21:33:00.173Zslp 12:57.239762514
6582025-03-14T21:33:00.173Zlat 8.540059564
6592025-03-14T21:33:00.173Zstop 13.166495269
6602025-03-14T21:33:00.173Z+ popd
6612025-03-14T21:33:00.173Z/work/oxidecomputer/opte
6622025-03-14T21:33:00.173Z+ for x in debug release
6632025-03-14T21:33:00.173Z+ mkdir -p /work/debug
6642025-03-14T21:33:00.173Z+ cp target/debug/opteadm /work/debug/
6652025-03-14T21:33:00.224Z+ sha256sum target/debug/opteadm
6662025-03-14T21:33:00.274Z+ for x in debug release
6672025-03-14T21:33:00.274Z+ mkdir -p /work/release
6682025-03-14T21:33:00.277Z+ cp target/release/opteadm /work/release/
6692025-03-14T21:33:00.293Z+ sha256sum target/release/opteadm
6702025-03-14T21:33:00.311Zprocess exited: duration 151401 ms, exit code 0
 
6712025-03-14T21:33:00.323Zfound 4 output files
6722025-03-14T21:33:00.323Zuploading: /work/debug/opteadm (63585704 bytes)
6732025-03-14T21:33:02.138Zuploaded: /work/debug/opteadm
6742025-03-14T21:33:02.138Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6752025-03-14T21:33:03.149Zuploaded: /work/debug/opteadm.debug.sha256
6762025-03-14T21:33:03.149Zuploading: /work/release/opteadm (17568664 bytes)
6772025-03-14T21:33:04.452Zuploaded: /work/release/opteadm
6782025-03-14T21:33:04.453Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6792025-03-14T21:33:05.461Zuploaded: /work/release/opteadm.release.sha256