01M1NBBV2SV6EB4NXKSYZ3DFKM: build-and-test / illumos

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M1NBC4GV8KSZTS1KV9QJHG8H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-04T04:39:18.988Zjob assigned to worker 01M1NBC5FAH0060DH0QD3NH0GH [factory aws, i-049a2ecdffdeb6f35] (queued for 46 s)
 
22026-09-04T04:39:25.493Zstarting task 0: "setup"
32026-09-04T04:39:25.500Z++ uname -s
42026-09-04T04:39:25.503Z+ kern=SunOS
52026-09-04T04:39:25.503Z+ build_user=build
62026-09-04T04:39:25.503Z+ build_uid=12345
72026-09-04T04:39:25.503Z+ work_dir=/work
82026-09-04T04:39:25.503Z+ input_dir=/input
92026-09-04T04:39:25.503Z+ [[ 0 == 12345 ]]
102026-09-04T04:39:25.503Z+ case "$kern" in
112026-09-04T04:39:25.503Z+ groupadd -g 12345 build
122026-09-04T04:39:25.506Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-04T04:39:27.509Z+ zfs create -o mountpoint=/work rpool/work
142026-09-04T04:39:27.575Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-04T04:39:27.578Z+ home_fs=zfs
162026-09-04T04:39:27.578Z+ [[ zfs == autofs ]]
172026-09-04T04:39:27.578Z+ mkdir -p /home/build
182026-09-04T04:39:27.578Z+ chown build:build /home/build /work
192026-09-04T04:39:29.579Z+ chmod 0700 /home/build /work
202026-09-04T04:39:29.583Zprocess exited: duration 4088 ms, exit code 0
 
212026-09-04T04:39:29.588Zstarting task 1: "rust-toolchain"
222026-09-04T04:39:29.593Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-09-04T04:39:29.593Z * rust toolchain channel = "stable"
242026-09-04T04:39:29.594Z * rust toolchain profile = "default"
252026-09-04T04:39:29.594Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-04T04:39:29.594Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-04T04:39:29.594Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-04T04:39:29.597Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-04T04:39:29.597Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-09-04T04:39:29.715Zinfo: downloading installer
312026-09-04T04:39:31.021Zwarn: It looks like you have an existing installation of Rust at:
322026-09-04T04:39:31.021Zwarn: /opt/ooce/bin
332026-09-04T04:39:31.021Zwarn: This could mean one of the following:
342026-09-04T04:39:31.021Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-04T04:39:31.021Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-04T04:39:31.021Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-04T04:39:31.021Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-04T04:39:31.021Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-04T04:39:31.021Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-04T04:39:31.021Zerror: cannot install while Rust is installed
412026-09-04T04:39:31.021Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-04T04:39:31.035Zinfo: profile set to default
432026-09-04T04:39:31.035Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-04T04:39:31.038Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
452026-09-04T04:39:31.181Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
462026-09-04T04:39:31.184Zinfo: downloading 6 components
472026-09-04T04:39:48.001Zinfo: default toolchain set to stable-x86_64-unknown-illumos
482026-09-04T04:39:48.001Z
492026-09-04T04:39:48.027Z stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
502026-09-04T04:39:48.027Z
512026-09-04T04:39:48.031Z
522026-09-04T04:39:48.031ZRust is installed now. Great!
532026-09-04T04:39:48.031Z
542026-09-04T04:39:48.031ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-04T04:39:48.031Zenvironment variable. This has not been done automatically.
562026-09-04T04:39:48.031Z
572026-09-04T04:39:48.031ZTo configure your current shell, you need to source
582026-09-04T04:39:48.031Zthe corresponding env file under $HOME/.cargo.
592026-09-04T04:39:48.031Z
602026-09-04T04:39:48.031ZConsider running the right command for your shell (note the leading DOT):
612026-09-04T04:39:48.031Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-04T04:39:48.031Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-04T04:39:48.031ZCC_x86_64-unknown-illumos = None
642026-09-04T04:39:48.031Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-04T04:39:48.031ZCC_x86_64_unknown_illumos = None
662026-09-04T04:39:48.031Zcargo:rerun-if-env-changed=HOST_CC
672026-09-04T04:39:48.031ZHOST_CC = None
682026-09-04T04:39:48.031Zcargo:rerun-if-env-changed=CC
692026-09-04T04:39:48.031ZCC = None
702026-09-04T04:39:48.031Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-04T04:39:48.195Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-04T04:39:48.195ZCRATE_CC_NO_DEFAULTS = None
732026-09-04T04:39:48.195Zcargo:rerun-if-env-changed=CFLAGS
742026-09-04T04:39:48.195ZCFLAGS = None
752026-09-04T04:39:48.195Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-04T04:39:48.195ZHOST_CFLAGS = None
772026-09-04T04:39:48.195Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-04T04:39:48.195ZCFLAGS_x86_64_unknown_illumos = None
792026-09-04T04:39:48.195Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-04T04:39:48.195ZCFLAGS_x86_64-unknown-illumos = None
812026-09-04T04:39:48.298Z+ rustup --version
822026-09-04T04:39:48.306Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-04T04:39:48.309Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-04T04:39:48.329Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
852026-09-04T04:39:48.332Z+ cargo --version
862026-09-04T04:39:48.344Zcargo 1.98.1 (797e8a9bc 2026-08-05)
872026-09-04T04:39:48.347Z+ rustc --version
882026-09-04T04:39:48.365Zrustc 1.98.1 (48a229cea 2026-09-01)
892026-09-04T04:39:48.367Zprocess exited: duration 18777 ms, exit code 0
 
902026-09-04T04:39:48.373Zstarting task 2: "authentication"
912026-09-04T04:39:48.390Zprocess exited: duration 16 ms, exit code 0
 
922026-09-04T04:39:48.395Zstarting task 3: "clone repository"
932026-09-04T04:39:48.399Z+ mkdir -p /work/oxidecomputer/oxnet
942026-09-04T04:39:48.402Z+ git clone https://github.com/oxidecomputer/oxnet /work/oxidecomputer/oxnet
952026-09-04T04:39:48.431ZCloning into '/work/oxidecomputer/oxnet'...
962026-09-04T04:39:48.904Z+ cd /work/oxidecomputer/oxnet
972026-09-04T04:39:48.904Z+ git fetch origin a0cfd8fffbd6e113093885a60dffd9a27d21bb81
982026-09-04T04:39:49.162ZFrom https://github.com/oxidecomputer/oxnet
992026-09-04T04:39:49.162Z * branch a0cfd8fffbd6e113093885a60dffd9a27d21bb81 -> FETCH_HEAD
1002026-09-04T04:39:49.168Z+ [[ -n zl/ci ]]
1012026-09-04T04:39:49.170Z++ git branch --show-current
1022026-09-04T04:39:49.170Z+ current=main
1032026-09-04T04:39:49.170Z+ [[ main != zl/ci ]]
1042026-09-04T04:39:49.171Z+ git branch -f zl/ci a0cfd8fffbd6e113093885a60dffd9a27d21bb81
1052026-09-04T04:39:49.173Z+ git checkout -f zl/ci
1062026-09-04T04:39:49.176ZSwitched to branch 'zl/ci'
1072026-09-04T04:39:49.179Z+ git reset --hard a0cfd8fffbd6e113093885a60dffd9a27d21bb81
1082026-09-04T04:39:49.182ZHEAD is now at a0cfd8f Merge branch 'main' into zl/ci
1092026-09-04T04:39:49.182Zprocess exited: duration 785 ms, exit code 0
 
1102026-09-04T04:39:49.188Zstarting task 4: "build"
1112026-09-04T04:39:49.191Z+ rustup show active-toolchain
1122026-09-04T04:39:49.196Zstable-x86_64-unknown-illumos (default)
1132026-09-04T04:39:49.199Z+ cargo --version
1142026-09-04T04:39:49.203Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1152026-09-04T04:39:49.206Z+ rustc --version
1162026-09-04T04:39:49.225Zrustc 1.98.1 (48a229cea 2026-09-01)
1172026-09-04T04:39:49.228Z+ NEXTEST_VERSION=0.9.143
1182026-09-04T04:39:49.228Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.143/illumos
1192026-09-04T04:39:49.230Z+ gunzip
1202026-09-04T04:39:49.230Z+ tar -xf - -C /home/build/.cargo/bin
1212026-09-04T04:39:50.303Z+ banner build
1222026-09-04T04:39:50.306Z
1232026-09-04T04:39:50.306Z ##### # # # # #####
1242026-09-04T04:39:50.306Z # # # # # # # #
1252026-09-04T04:39:50.306Z ##### # # # # # #
1262026-09-04T04:39:50.306Z # # # # # # # #
1272026-09-04T04:39:50.306Z # # # # # # # #
1282026-09-04T04:39:50.306Z ##### #### # ###### #####
1292026-09-04T04:39:50.306Z
1302026-09-04T04:39:50.306Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1312026-09-04T04:39:50.381Z Updating crates.io index
1322026-09-04T04:39:50.821Z Downloading crates ...
1332026-09-04T04:39:50.873Z Downloaded chacha20 v0.10.1
1342026-09-04T04:39:50.877Z Downloaded errno v0.3.11
1352026-09-04T04:39:50.893Z Downloaded block-buffer v0.12.1
1362026-09-04T04:39:50.896Z Downloaded typenum v1.20.1
1372026-09-04T04:39:50.900Z Downloaded crypto-common v0.2.2
1382026-09-04T04:39:50.903Z Downloaded macaddr v1.0.1
1392026-09-04T04:39:50.905Z Downloaded console v0.16.4
1402026-09-04T04:39:50.908Z Downloaded schemars_derive v0.8.22
1412026-09-04T04:39:50.911Z Downloaded dyn-clone v1.0.17
1422026-09-04T04:39:50.911Z Downloaded sha1 v0.11.0
1432026-09-04T04:39:50.911Z Downloaded cpufeatures v0.3.0
1442026-09-04T04:39:50.914Z Downloaded fastrand v2.3.0
1452026-09-04T04:39:50.934Z Downloaded cfg-if v1.0.0
1462026-09-04T04:39:50.940Z Downloaded newline-converter v0.3.0
1472026-09-04T04:39:50.943Z Downloaded unicode-ident v1.0.12
1482026-09-04T04:39:50.946Z Downloaded atomicwrites v0.4.4
1492026-09-04T04:39:50.952Z Downloaded itoa v1.0.11
1502026-09-04T04:39:50.959Z Downloaded ipnetwork v0.21.1
1512026-09-04T04:39:50.962Z Downloaded quote v1.0.36
1522026-09-04T04:39:50.967Z Downloaded allocator-api2 v0.2.18
1532026-09-04T04:39:50.970Z Downloaded equivalent v1.0.1
1542026-09-04T04:39:50.983Z Downloaded digest v0.11.3
1552026-09-04T04:39:50.986Z Downloaded once_cell v1.21.3
1562026-09-04T04:39:50.986Z Downloaded rand_core v0.10.1
1572026-09-04T04:39:50.993Z Downloaded foldhash v0.2.0
1582026-09-04T04:39:50.995Z Downloaded zmij v1.0.23
1592026-09-04T04:39:51.001Z Downloaded serde_derive v1.0.229
1602026-09-04T04:39:51.009Z Downloaded hybrid-array v0.4.14
1612026-09-04T04:39:51.013Z Downloaded serde_derive_internals v0.29.0
1622026-09-04T04:39:51.023Z Downloaded bitflags v2.9.0
1632026-09-04T04:39:51.026Z Downloaded tempfile v3.20.0
1642026-09-04T04:39:51.028Z Downloaded schemars v0.8.22
1652026-09-04T04:39:51.037Z Downloaded getrandom v0.3.3
1662026-09-04T04:39:51.041Z Downloaded const-oid v0.10.2
1672026-09-04T04:39:51.044Z Downloaded getrandom v0.4.3
1682026-09-04T04:39:51.047Z Downloaded proc-macro2 v1.0.92
1692026-09-04T04:39:51.053Z Downloaded unicode-segmentation v1.11.0
1702026-09-04T04:39:51.057Z Downloaded serde_core v1.0.229
1712026-09-04T04:39:51.066Z Downloaded serde v1.0.229
1722026-09-04T04:39:51.079Z Downloaded memchr v2.7.2
1732026-09-04T04:39:51.082Z Downloaded rand v0.10.2
1742026-09-04T04:39:51.092Z Downloaded similar v3.2.0
1752026-09-04T04:39:51.095Z Downloaded serde_json v1.0.151
1762026-09-04T04:39:51.098Z Downloaded expectorate v1.3.0
1772026-09-04T04:39:51.129Z Downloaded hashbrown v0.16.1
1782026-09-04T04:39:51.211Z Downloaded syn v3.0.3
1792026-09-04T04:39:51.216Z Downloaded unicode-width v0.2.2
1802026-09-04T04:39:51.224Z Downloaded syn v2.0.89
1812026-09-04T04:39:51.230Z Downloaded regress v0.11.1
1822026-09-04T04:39:51.234Z Downloaded rustix v0.38.44
1832026-09-04T04:39:51.247Z Downloaded bstr v1.13.1
1842026-09-04T04:39:51.255Z Downloaded rustix v1.0.7
1852026-09-04T04:39:51.274Z Downloaded libc v0.2.169
1862026-09-04T04:39:51.317Z Compiling libc v0.2.169
1872026-09-04T04:39:51.317Z Compiling proc-macro2 v1.0.92
1882026-09-04T04:39:51.317Z Compiling unicode-ident v1.0.12
1892026-09-04T04:39:51.321Z Compiling cfg-if v1.0.0
1902026-09-04T04:39:51.321Z Compiling serde_core v1.0.229
1912026-09-04T04:39:51.321Z Compiling typenum v1.20.1
1922026-09-04T04:39:51.321Z Compiling bitflags v2.9.0
1932026-09-04T04:39:51.321Z Compiling rustix v1.0.7
1942026-09-04T04:39:51.343Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=82766aa48388557d -C extra-filename=-05db2c2c4ace4a3d --out-dir /work/oxidecomputer/oxnet/target/debug/build/libc-05db2c2c4ace4a3d -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
1952026-09-04T04:39:51.346Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=b856cb2261031380 -C extra-filename=-0228a88795e0ae85 --out-dir /work/oxidecomputer/oxnet/target/debug/build/proc-macro2-0228a88795e0ae85 -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
1962026-09-04T04:39:51.346Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10f6633af7b1027a -C extra-filename=-2f8a5edb16997e99 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
1972026-09-04T04:39:51.346Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=c676cf99074a5f25 -C extra-filename=-a6d78c59bfe1dffc --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
1982026-09-04T04:39:51.346Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=2d6dfcfa72cdc5c1 -C extra-filename=-ee5e1a4bb609b7ff --out-dir /work/oxidecomputer/oxnet/target/debug/build/serde_core-ee5e1a4bb609b7ff -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
1992026-09-04T04:39:51.347Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "i128", "scale-info", "scale_info", "strict"))' -C metadata=111c6ca1eeaebf15 -C extra-filename=-21d4dc82d3b5069d --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2002026-09-04T04:39:51.347Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=0206e65768113e17 -C extra-filename=-96c8c63eb779b43f --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2012026-09-04T04:39:51.350Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=bfb753d371778aae -C extra-filename=-2fe908f17b99a06a --out-dir /work/oxidecomputer/oxnet/target/debug/build/rustix-2fe908f17b99a06a -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2022026-09-04T04:39:51.401Z Compiling getrandom v0.3.3
2032026-09-04T04:39:51.425Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=bbe1e9634af0d891 -C extra-filename=-edc68249317a838a --out-dir /work/oxidecomputer/oxnet/target/debug/build/getrandom-edc68249317a838a -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2042026-09-04T04:39:51.452Z Compiling zmij v1.0.23
2052026-09-04T04:39:51.455Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=4cc535334c0cf18e -C extra-filename=-e751dece764ea703 --out-dir /work/oxidecomputer/oxnet/target/debug/build/zmij-e751dece764ea703 -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2062026-09-04T04:39:51.561Z Compiling rand_core v0.10.1
2072026-09-04T04:39:51.564Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f082f1d19e94c2f -C extra-filename=-e84748069c332c8f --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2082026-09-04T04:39:51.700Z Compiling getrandom v0.4.3
2092026-09-04T04:39:51.700Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=2a5e489000aa94c0 -C extra-filename=-db11333131cb9601 --out-dir /work/oxidecomputer/oxnet/target/debug/build/getrandom-db11333131cb9601 -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2102026-09-04T04:39:51.704Z Running `/work/oxidecomputer/oxnet/target/debug/build/serde_core-ee5e1a4bb609b7ff/build-script-build`
2112026-09-04T04:39:51.704Z Running `/work/oxidecomputer/oxnet/target/debug/build/libc-05db2c2c4ace4a3d/build-script-build`
2122026-09-04T04:39:51.708Z Running `/work/oxidecomputer/oxnet/target/debug/build/proc-macro2-0228a88795e0ae85/build-script-build`
2132026-09-04T04:39:51.708Z Running `/work/oxidecomputer/oxnet/target/debug/build/rustix-2fe908f17b99a06a/build-script-build`
2142026-09-04T04:39:51.727Z Running `/work/oxidecomputer/oxnet/target/debug/build/getrandom-edc68249317a838a/build-script-build`
2152026-09-04T04:39:51.731Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=4304441a744a86b3 -C extra-filename=-859c85b74bf5b155 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2162026-09-04T04:39:51.735Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=c1170a55dc5b5efc -C extra-filename=-18eb3563b444e783 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
2172026-09-04T04:39:51.738Z Compiling cpufeatures v0.3.0
2182026-09-04T04:39:51.738Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb6bc3cfa67cd361 -C extra-filename=-cfc58a49d326bbc3 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2192026-09-04T04:39:51.744Z Running `/work/oxidecomputer/oxnet/target/debug/build/zmij-e751dece764ea703/build-script-build`
2202026-09-04T04:39:51.764Z Compiling serde v1.0.229
2212026-09-04T04:39:51.767Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a9c427a0e8295677 -C extra-filename=-f4ed52beb4412de5 --out-dir /work/oxidecomputer/oxnet/target/debug/build/serde-f4ed52beb4412de5 -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2222026-09-04T04:39:51.771Z Compiling serde_json v1.0.151
2232026-09-04T04:39:51.771Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=c03df396b607ca00 -C extra-filename=-90e67cfe9eb4de49 --out-dir /work/oxidecomputer/oxnet/target/debug/build/serde_json-90e67cfe9eb4de49 -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2242026-09-04T04:39:51.787Z Compiling memchr v2.7.2
2252026-09-04T04:39:51.790Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=26291641fe0e1d72 -C extra-filename=-283e01fe977750e1 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2262026-09-04T04:39:51.896Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=e296592a469611d1 -C extra-filename=-11f446c4f62c7cdb --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern unicode_ident=/work/oxidecomputer/oxnet/target/debug/deps/libunicode_ident-2f8a5edb16997e99.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2272026-09-04T04:39:51.958Z Compiling rustix v0.38.44
2282026-09-04T04:39:51.958Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=70cfee2728a10e00 -C extra-filename=-e268726bc02ac854 --out-dir /work/oxidecomputer/oxnet/target/debug/build/rustix-e268726bc02ac854 -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2292026-09-04T04:39:51.995Z Running `/work/oxidecomputer/oxnet/target/debug/build/serde_json-90e67cfe9eb4de49/build-script-build`
2302026-09-04T04:39:52.001Z Running `/work/oxidecomputer/oxnet/target/debug/build/getrandom-db11333131cb9601/build-script-build`
2312026-09-04T04:39:52.007Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=751966dd0cee158c -C extra-filename=-f827e7475a25e833 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(opt_level, values("s"))' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
2322026-09-04T04:39:52.073Z Compiling hybrid-array v0.4.14
2332026-09-04T04:39:52.076Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=6c0b0b7376c5c34d -C extra-filename=-e3862cefffe7b187 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern typenum=/work/oxidecomputer/oxnet/target/debug/deps/libtypenum-21d4dc82d3b5069d.rmeta --cap-lints allow`
2342026-09-04T04:39:52.129Z Compiling errno v0.3.11
2352026-09-04T04:39:52.132Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5d42ad04b439c0aa -C extra-filename=-4b307c7ecc299e9e --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern libc=/work/oxidecomputer/oxnet/target/debug/deps/liblibc-859c85b74bf5b155.rmeta --cap-lints allow`
2362026-09-04T04:39:52.227Z Compiling quote v1.0.36
2372026-09-04T04:39:52.230Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=f1e5978237f1006e -C extra-filename=-999e5a369a1082b4 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxnet/target/debug/deps/libproc_macro2-11f446c4f62c7cdb.rmeta --cap-lints allow`
2382026-09-04T04:39:52.269Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=47584ecaa0c8251e -C extra-filename=-1e09ab874887687b --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern bitflags=/work/oxidecomputer/oxnet/target/debug/deps/libbitflags-96c8c63eb779b43f.rmeta --extern libc_errno=/work/oxidecomputer/oxnet/target/debug/deps/liberrno-4b307c7ecc299e9e.rmeta --extern libc=/work/oxidecomputer/oxnet/target/debug/deps/liblibc-859c85b74bf5b155.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
2392026-09-04T04:39:52.295Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=ec1decc888862189 -C extra-filename=-c88c2df6ffbdaab2 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxnet/target/debug/deps/libcfg_if-a6d78c59bfe1dffc.rmeta --extern libc=/work/oxidecomputer/oxnet/target/debug/deps/liblibc-859c85b74bf5b155.rmeta --cap-lints allow`
2402026-09-04T04:39:52.302Z Running `/work/oxidecomputer/oxnet/target/debug/build/rustix-e268726bc02ac854/build-script-build`
2412026-09-04T04:39:52.383Z Running `/work/oxidecomputer/oxnet/target/debug/build/serde-f4ed52beb4412de5/build-script-build`
2422026-09-04T04:39:52.397Z Compiling syn v3.0.3
2432026-09-04T04:39:52.400Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=671d99de53b2f403 -C extra-filename=-5b74eabe6b189789 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxnet/target/debug/deps/libproc_macro2-11f446c4f62c7cdb.rmeta --extern quote=/work/oxidecomputer/oxnet/target/debug/deps/libquote-999e5a369a1082b4.rmeta --extern unicode_ident=/work/oxidecomputer/oxnet/target/debug/deps/libunicode_ident-2f8a5edb16997e99.rmeta --cap-lints allow`
2442026-09-04T04:39:52.412Z Compiling syn v2.0.89
2452026-09-04T04:39:52.415Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=b4ca952dc8cc7667 -C extra-filename=-d65729e7e873056a --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxnet/target/debug/deps/libproc_macro2-11f446c4f62c7cdb.rmeta --extern quote=/work/oxidecomputer/oxnet/target/debug/deps/libquote-999e5a369a1082b4.rmeta --extern unicode_ident=/work/oxidecomputer/oxnet/target/debug/deps/libunicode_ident-2f8a5edb16997e99.rmeta --cap-lints allow`
2462026-09-04T04:39:52.437Z Compiling const-oid v0.10.2
2472026-09-04T04:39:52.437Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=dd69209dc890f931 -C extra-filename=-35663d4495566691 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2482026-09-04T04:39:52.453Z Compiling fastrand v2.3.0
2492026-09-04T04:39:52.456Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=bb8ea2affc8171af -C extra-filename=-57fa0b2435cf3575 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2502026-09-04T04:39:52.469Z Compiling itoa v1.0.11
2512026-09-04T04:39:52.472Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=34d55f8ac9ff27db -C extra-filename=-89e57c2b3b2b3536 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2522026-09-04T04:39:52.517Z Compiling block-buffer v0.12.1
2532026-09-04T04:39:52.520Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=c69a3d7b5a4ef853 -C extra-filename=-e7b652e1878d6119 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern hybrid_array=/work/oxidecomputer/oxnet/target/debug/deps/libhybrid_array-e3862cefffe7b187.rmeta --cap-lints allow`
2542026-09-04T04:39:52.587Z Compiling crypto-common v0.2.2
2552026-09-04T04:39:52.590Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=117fd00e9c8448cc -C extra-filename=-a11c0a8c303d3e29 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern hybrid_array=/work/oxidecomputer/oxnet/target/debug/deps/libhybrid_array-e3862cefffe7b187.rmeta --cap-lints allow`
2562026-09-04T04:39:52.627Z Compiling schemars v0.8.22
2572026-09-04T04:39:52.631Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=b446db5427d5a585 -C extra-filename=-6552c7fa042d25ff --out-dir /work/oxidecomputer/oxnet/target/debug/build/schemars-6552c7fa042d25ff -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2582026-09-04T04:39:52.658Z Compiling once_cell v1.21.3
2592026-09-04T04:39:52.661Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=67b40ef2f8027636 -C extra-filename=-613e7a842071b6eb --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2602026-09-04T04:39:52.706Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=31e3fd1e3922f930 -C extra-filename=-386449dcd4366e21 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern bitflags=/work/oxidecomputer/oxnet/target/debug/deps/libbitflags-96c8c63eb779b43f.rmeta --extern libc_errno=/work/oxidecomputer/oxnet/target/debug/deps/liberrno-4b307c7ecc299e9e.rmeta --extern libc=/work/oxidecomputer/oxnet/target/debug/deps/liblibc-859c85b74bf5b155.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
2612026-09-04T04:39:52.854Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' --cfg 'feature="std"' --cfg 'feature="sys_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=121e4f0486552940 -C extra-filename=-86c12eebc7843197 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxnet/target/debug/deps/libcfg_if-a6d78c59bfe1dffc.rmeta --extern libc=/work/oxidecomputer/oxnet/target/debug/deps/liblibc-859c85b74bf5b155.rmeta --extern rand_core=/work/oxidecomputer/oxnet/target/debug/deps/librand_core-e84748069c332c8f.rmeta --cap-lints allow`
2622026-09-04T04:39:52.867Z Running `/work/oxidecomputer/oxnet/target/debug/build/schemars-6552c7fa042d25ff/build-script-build`
2632026-09-04T04:39:52.873Z Compiling chacha20 v0.10.1
2642026-09-04T04:39:52.876Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' --cfg 'feature="rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=5fe5de37268d615d -C extra-filename=-b3b82fe008fd3d07 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxnet/target/debug/deps/libcfg_if-a6d78c59bfe1dffc.rmeta --extern cpufeatures=/work/oxidecomputer/oxnet/target/debug/deps/libcpufeatures-cfc58a49d326bbc3.rmeta --extern rand_core=/work/oxidecomputer/oxnet/target/debug/deps/librand_core-e84748069c332c8f.rmeta --cap-lints allow`
2652026-09-04T04:39:53.029Z Compiling tempfile v3.20.0
2662026-09-04T04:39:53.032Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=914feaf7bbd79e3a -C extra-filename=-6a357241b8bddeda --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern fastrand=/work/oxidecomputer/oxnet/target/debug/deps/libfastrand-57fa0b2435cf3575.rmeta --extern getrandom=/work/oxidecomputer/oxnet/target/debug/deps/libgetrandom-c88c2df6ffbdaab2.rmeta --extern once_cell=/work/oxidecomputer/oxnet/target/debug/deps/libonce_cell-613e7a842071b6eb.rmeta --extern rustix=/work/oxidecomputer/oxnet/target/debug/deps/librustix-1e09ab874887687b.rmeta --cap-lints allow`
2672026-09-04T04:39:53.115Z Compiling dyn-clone v1.0.17
2682026-09-04T04:39:53.118Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e10ab084dc62dfed -C extra-filename=-7c2af6d74c89d61b --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2692026-09-04T04:39:53.175Z Compiling digest v0.11.3
2702026-09-04T04:39:53.178Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=13d001ea8f0da3ab -C extra-filename=-dbb147c3bd36b462 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern block_buffer=/work/oxidecomputer/oxnet/target/debug/deps/libblock_buffer-e7b652e1878d6119.rmeta --extern const_oid=/work/oxidecomputer/oxnet/target/debug/deps/libconst_oid-35663d4495566691.rmeta --extern common=/work/oxidecomputer/oxnet/target/debug/deps/libcrypto_common-a11c0a8c303d3e29.rmeta --cap-lints allow`
2712026-09-04T04:39:53.235Z Compiling equivalent v1.0.1
2722026-09-04T04:39:53.239Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2f4b7eb1b134650 -C extra-filename=-3b58d1e607520b6e --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2732026-09-04T04:39:53.310Z Compiling unicode-segmentation v1.11.0
2742026-09-04T04:39:53.313Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=71faff3f48d5fe23 -C extra-filename=-4e1c8e000939bc2f --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2752026-09-04T04:39:53.327Z Compiling foldhash v0.2.0
2762026-09-04T04:39:53.330Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=4bb381941c30274a -C extra-filename=-8913c53d47adb322 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2772026-09-04T04:39:53.425Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=b0d976f53fa2182f -C extra-filename=-5b9fb7444e6d1475 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern itoa=/work/oxidecomputer/oxnet/target/debug/deps/libitoa-89e57c2b3b2b3536.rmeta --extern memchr=/work/oxidecomputer/oxnet/target/debug/deps/libmemchr-283e01fe977750e1.rmeta --extern serde_core=/work/oxidecomputer/oxnet/target/debug/deps/libserde_core-18eb3563b444e783.rmeta --extern zmij=/work/oxidecomputer/oxnet/target/debug/deps/libzmij-f827e7475a25e833.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2782026-09-04T04:39:53.482Z Compiling allocator-api2 v0.2.18
2792026-09-04T04:39:53.485Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=30e76d381592034f -C extra-filename=-94c1176fb3948d4c --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2802026-09-04T04:39:53.513Z Compiling unicode-width v0.2.2
2812026-09-04T04:39:53.516Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=a7cc7fc7ca223a76 -C extra-filename=-622bd4167be87f8d --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2822026-09-04T04:39:53.529Z Compiling sha1 v0.11.0
2832026-09-04T04:39:53.532Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=fb9159e95caa3940 -C extra-filename=-70931513f5c7fb5e --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern cfg_if=/work/oxidecomputer/oxnet/target/debug/deps/libcfg_if-a6d78c59bfe1dffc.rmeta --extern cpufeatures=/work/oxidecomputer/oxnet/target/debug/deps/libcpufeatures-cfc58a49d326bbc3.rmeta --extern digest=/work/oxidecomputer/oxnet/target/debug/deps/libdigest-dbb147c3bd36b462.rmeta --cap-lints allow`
2842026-09-04T04:39:53.544Z Compiling atomicwrites v0.4.4
2852026-09-04T04:39:53.547Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7b648e540c2a9ba -C extra-filename=-e259f2aec6edd02b --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern rustix=/work/oxidecomputer/oxnet/target/debug/deps/librustix-386449dcd4366e21.rmeta --extern tempfile=/work/oxidecomputer/oxnet/target/debug/deps/libtempfile-6a357241b8bddeda.rmeta --cap-lints allow`
2862026-09-04T04:39:53.668Z Compiling newline-converter v0.3.0
2872026-09-04T04:39:53.672Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06da139d219132c7 -C extra-filename=-f83ee495e3570d68 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/oxnet/target/debug/deps/libunicode_segmentation-4e1c8e000939bc2f.rmeta --cap-lints allow`
2882026-09-04T04:39:53.722Z Compiling console v0.16.4
2892026-09-04T04:39:53.725Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=105b1b294e747ca6 -C extra-filename=-92f39eae6fc5fcd1 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern libc=/work/oxidecomputer/oxnet/target/debug/deps/liblibc-859c85b74bf5b155.rmeta --extern unicode_width=/work/oxidecomputer/oxnet/target/debug/deps/libunicode_width-622bd4167be87f8d.rmeta --cap-lints allow`
2902026-09-04T04:39:53.761Z Compiling hashbrown v0.16.1
2912026-09-04T04:39:53.764Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=b6d5077bb40fb52e -C extra-filename=-36e05706c749ba12 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern allocator_api2=/work/oxidecomputer/oxnet/target/debug/deps/liballocator_api2-94c1176fb3948d4c.rmeta --extern equivalent=/work/oxidecomputer/oxnet/target/debug/deps/libequivalent-3b58d1e607520b6e.rmeta --extern foldhash=/work/oxidecomputer/oxnet/target/debug/deps/libfoldhash-8913c53d47adb322.rmeta --cap-lints allow`
2922026-09-04T04:39:53.767Z Compiling rand v0.10.2
2932026-09-04T04:39:53.767Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=86413acc1fb72bd8 -C extra-filename=-1bd6ef47b1dfe814 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern chacha20=/work/oxidecomputer/oxnet/target/debug/deps/libchacha20-b3b82fe008fd3d07.rmeta --extern getrandom=/work/oxidecomputer/oxnet/target/debug/deps/libgetrandom-86c12eebc7843197.rmeta --extern rand_core=/work/oxidecomputer/oxnet/target/debug/deps/librand_core-e84748069c332c8f.rmeta --cap-lints allow`
2942026-09-04T04:39:53.774Z Compiling ipnetwork v0.21.1
2952026-09-04T04:39:53.777Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=eaf4902af9470aaf -C extra-filename=-057eec192dd6a931 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2962026-09-04T04:39:53.813Z Compiling similar v3.2.0
2972026-09-04T04:39:53.813Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="text"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "hashbrown", "inline", "serde", "std", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=3bbe87f0c83ab7b9 -C extra-filename=-68f88c438a8f8535 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
2982026-09-04T04:39:54.090Z Compiling serde_derive_internals v0.29.0
2992026-09-04T04:39:54.094Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66550f4beca41f84 -C extra-filename=-46ded99b50672529 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxnet/target/debug/deps/libproc_macro2-11f446c4f62c7cdb.rmeta --extern quote=/work/oxidecomputer/oxnet/target/debug/deps/libquote-999e5a369a1082b4.rmeta --extern syn=/work/oxidecomputer/oxnet/target/debug/deps/libsyn-d65729e7e873056a.rmeta --cap-lints allow`
3002026-09-04T04:39:54.279Z Compiling serde_derive v1.0.229
3012026-09-04T04:39:54.283Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1a5cc467731aa3dc -C extra-filename=-09fb687f995c4e0b --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxnet/target/debug/deps/libproc_macro2-11f446c4f62c7cdb.rlib --extern quote=/work/oxidecomputer/oxnet/target/debug/deps/libquote-999e5a369a1082b4.rlib --extern syn=/work/oxidecomputer/oxnet/target/debug/deps/libsyn-5b74eabe6b189789.rlib --extern proc_macro --cap-lints allow`
3022026-09-04T04:39:54.387Z Compiling macaddr v1.0.1
3032026-09-04T04:39:54.390Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=15bacec977c2c668 -C extra-filename=-98c4c3f45a99fee8 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --cap-lints allow`
3042026-09-04T04:39:54.415Z Compiling regress v0.11.1
3052026-09-04T04:39:54.419Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=3279b264ab23d380 -C extra-filename=-60a21d0f1bb7a979 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern hashbrown=/work/oxidecomputer/oxnet/target/debug/deps/libhashbrown-36e05706c749ba12.rmeta --extern memchr=/work/oxidecomputer/oxnet/target/debug/deps/libmemchr-283e01fe977750e1.rmeta --cap-lints allow`
3062026-09-04T04:39:54.574Z Compiling expectorate v1.3.0
3072026-09-04T04:39:54.577Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=92c1794c2006ba44 -C extra-filename=-5064d81b1f43c2ff --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern atomicwrites=/work/oxidecomputer/oxnet/target/debug/deps/libatomicwrites-e259f2aec6edd02b.rmeta --extern console=/work/oxidecomputer/oxnet/target/debug/deps/libconsole-92f39eae6fc5fcd1.rmeta --extern newline_converter=/work/oxidecomputer/oxnet/target/debug/deps/libnewline_converter-f83ee495e3570d68.rmeta --extern similar=/work/oxidecomputer/oxnet/target/debug/deps/libsimilar-68f88c438a8f8535.rmeta --cap-lints allow`
3082026-09-04T04:39:54.686Z Compiling schemars_derive v0.8.22
3092026-09-04T04:39:54.689Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=838f6fd278798f35 -C extra-filename=-7a6248b2b691e51e --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern proc_macro2=/work/oxidecomputer/oxnet/target/debug/deps/libproc_macro2-11f446c4f62c7cdb.rlib --extern quote=/work/oxidecomputer/oxnet/target/debug/deps/libquote-999e5a369a1082b4.rlib --extern serde_derive_internals=/work/oxidecomputer/oxnet/target/debug/deps/libserde_derive_internals-46ded99b50672529.rlib --extern syn=/work/oxidecomputer/oxnet/target/debug/deps/libsyn-d65729e7e873056a.rlib --extern proc_macro --cap-lints allow`
3102026-09-04T04:39:56.172Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=dc2fa98d15009a8f -C extra-filename=-814bcb6ff3ef2404 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern serde_core=/work/oxidecomputer/oxnet/target/debug/deps/libserde_core-18eb3563b444e783.rmeta --extern serde_derive=/work/oxidecomputer/oxnet/target/debug/deps/libserde_derive-09fb687f995c4e0b.so --cap-lints allow --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
3112026-09-04T04:39:56.536Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=30615a5743c7cc7d -C extra-filename=-4eaa33a32220a39a --out-dir /work/oxidecomputer/oxnet/target/debug/deps -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern dyn_clone=/work/oxidecomputer/oxnet/target/debug/deps/libdyn_clone-7c2af6d74c89d61b.rmeta --extern schemars_derive=/work/oxidecomputer/oxnet/target/debug/deps/libschemars_derive-7a6248b2b691e51e.so --extern serde=/work/oxidecomputer/oxnet/target/debug/deps/libserde-814bcb6ff3ef2404.rmeta --extern serde_json=/work/oxidecomputer/oxnet/target/debug/deps/libserde_json-5b9fb7444e6d1475.rmeta --cap-lints allow --cfg std_atomic64 --cfg std_atomic`
3122026-09-04T04:39:57.166Z Compiling oxnet v0.1.7 (/work/oxidecomputer/oxnet)
3132026-09-04T04:39:57.170Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="macaddr"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="ula"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std", "ula"))' -C metadata=6fa97c74e9016a41 -C extra-filename=-48f40620caf1d489 --out-dir /work/oxidecomputer/oxnet/target/debug/deps -C incremental=/work/oxidecomputer/oxnet/target/debug/incremental -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern ipnetwork=/work/oxidecomputer/oxnet/target/debug/deps/libipnetwork-057eec192dd6a931.rmeta --extern macaddr=/work/oxidecomputer/oxnet/target/debug/deps/libmacaddr-98c4c3f45a99fee8.rmeta --extern rand=/work/oxidecomputer/oxnet/target/debug/deps/librand-1bd6ef47b1dfe814.rmeta --extern schemars=/work/oxidecomputer/oxnet/target/debug/deps/libschemars-4eaa33a32220a39a.rmeta --extern serde=/work/oxidecomputer/oxnet/target/debug/deps/libserde-814bcb6ff3ef2404.rmeta --extern serde_json=/work/oxidecomputer/oxnet/target/debug/deps/libserde_json-5b9fb7444e6d1475.rmeta --extern sha1=/work/oxidecomputer/oxnet/target/debug/deps/libsha1-70931513f5c7fb5e.rmeta`
3142026-09-04T04:39:57.434Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="macaddr"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="ula"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std", "ula"))' -C metadata=99f00f305d39a5d3 -C extra-filename=-054ab44d4fc4569c --out-dir /work/oxidecomputer/oxnet/target/debug/deps -C incremental=/work/oxidecomputer/oxnet/target/debug/incremental -L dependency=/work/oxidecomputer/oxnet/target/debug/deps --extern expectorate=/work/oxidecomputer/oxnet/target/debug/deps/libexpectorate-5064d81b1f43c2ff.rlib --extern ipnetwork=/work/oxidecomputer/oxnet/target/debug/deps/libipnetwork-057eec192dd6a931.rlib --extern macaddr=/work/oxidecomputer/oxnet/target/debug/deps/libmacaddr-98c4c3f45a99fee8.rlib --extern rand=/work/oxidecomputer/oxnet/target/debug/deps/librand-1bd6ef47b1dfe814.rlib --extern regress=/work/oxidecomputer/oxnet/target/debug/deps/libregress-60a21d0f1bb7a979.rlib --extern schemars=/work/oxidecomputer/oxnet/target/debug/deps/libschemars-4eaa33a32220a39a.rlib --extern serde=/work/oxidecomputer/oxnet/target/debug/deps/libserde-814bcb6ff3ef2404.rlib --extern serde_json=/work/oxidecomputer/oxnet/target/debug/deps/libserde_json-5b9fb7444e6d1475.rlib --extern sha1=/work/oxidecomputer/oxnet/target/debug/deps/libsha1-70931513f5c7fb5e.rlib`
3152026-09-04T04:39:59.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.89s
3162026-09-04T04:39:59.251Z
3172026-09-04T04:39:59.254Zreal 8.933723489
3182026-09-04T04:39:59.255Zuser 31.650649074
3192026-09-04T04:39:59.255Zsys 6.327194728
3202026-09-04T04:39:59.255Ztrap 0.023415345
3212026-09-04T04:39:59.255Ztflt 0.046202586
3222026-09-04T04:39:59.255Zdflt 0.210341495
3232026-09-04T04:39:59.255Zkflt 0.005618835
3242026-09-04T04:39:59.255Zlock 1:58.997916056
3252026-09-04T04:39:59.255Zslp 1:21.896442077
3262026-09-04T04:39:59.255Zlat 2.359286548
3272026-09-04T04:39:59.255Zstop 3.796153076
3282026-09-04T04:39:59.255Z+ banner test
3292026-09-04T04:39:59.255Z
3302026-09-04T04:39:59.255Z ##### ###### #### #####
3312026-09-04T04:39:59.255Z # # # #
3322026-09-04T04:39:59.255Z # ##### #### #
3332026-09-04T04:39:59.255Z # # # #
3342026-09-04T04:39:59.255Z # # # # #
3352026-09-04T04:39:59.255Z # ###### #### #
3362026-09-04T04:39:59.255Z
3372026-09-04T04:39:59.255Z+ ptime -m cargo nextest run --all-features --locked
3382026-09-04T04:39:59.425Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
3392026-09-04T04:39:59.437Z────────────
3402026-09-04T04:39:59.437Z Nextest run ID 1024c8a6-662d-43aa-9403-fb4df58c241a with nextest profile: default
3412026-09-04T04:39:59.437Z Starting 40 tests across 1 binary
3422026-09-04T04:39:59.444Z PASS [ 0.006s] ( 1/40) oxnet ipaddr::tests::from_str_parses_ipv4_link_local_address
3432026-09-04T04:39:59.445Z PASS [ 0.006s] ( 2/40) oxnet ipaddr::tests::from_str_rejects_malformed_address
3442026-09-04T04:39:59.445Z PASS [ 0.006s] ( 3/40) oxnet ipaddr::tests::ipv4_constructors_accept_entire_link_local_range
3452026-09-04T04:39:59.448Z PASS [ 0.007s] ( 4/40) oxnet ipaddr::tests::from_str_parses_either_address_family
3462026-09-04T04:39:59.448Z PASS [ 0.007s] ( 5/40) oxnet ipaddr::tests::ipv4_constructors_reject_addresses_outside_link_local_range
3472026-09-04T04:39:59.448Z PASS [ 0.006s] ( 6/40) oxnet ipaddr::tests::ipv6_constructors_accept_link_local_range_boundaries
3482026-09-04T04:39:59.448Z PASS [ 0.006s] ( 7/40) oxnet ipaddr::tests::from_str_rejects_non_link_local_addresses
3492026-09-04T04:39:59.448Z PASS [ 0.007s] ( 8/40) oxnet ipaddr::tests::from_str_parses_ipv6_link_local_address
3502026-09-04T04:39:59.451Z PASS [ 0.006s] ( 9/40) oxnet ipaddr::tests::parse_errors_transparently_report_the_inner_error
3512026-09-04T04:39:59.451Z PASS [ 0.006s] (10/40) oxnet ipaddr::tests::ipv6_constructors_reject_addresses_outside_link_local_range
3522026-09-04T04:39:59.451Z PASS [ 0.006s] (11/40) oxnet ipaddr::tests::serde_accepts_link_local_range_boundaries
3532026-09-04T04:39:59.451Z PASS [ 0.006s] (12/40) oxnet ipaddr::tests::schema_patterns_match_link_local_boundaries
3542026-09-04T04:39:59.451Z PASS [ 0.006s] (13/40) oxnet ipaddr::tests::serde_serializes_all_address_types_as_canonical_strings
3552026-09-04T04:39:59.451Z PASS [ 0.006s] (14/40) oxnet ipnet::tests::test_contains
3562026-09-04T04:39:59.451Z PASS [ 0.006s] (15/40) oxnet ipaddr::tests::serde_round_trips_all_address_types
3572026-09-04T04:39:59.451Z PASS [ 0.006s] (16/40) oxnet ipaddr::tests::serde_rejects_non_link_local_addresses
3582026-09-04T04:39:59.456Z PASS [ 0.006s] (17/40) oxnet ipnet::tests::test_ipnet_serde
3592026-09-04T04:39:59.456Z PASS [ 0.006s] (18/40) oxnet ipnet::tests::test_ipv4_net_operations
3602026-09-04T04:39:59.459Z PASS [ 0.006s] (19/40) oxnet ipnet::tests::test_ipv4_resize
3612026-09-04T04:39:59.459Z PASS [ 0.006s] (20/40) oxnet ipnet::tests::test_ipnet_size
3622026-09-04T04:39:59.459Z PASS [ 0.006s] (21/40) oxnet ipnet::tests::test_ipv6_multicast_scope
3632026-09-04T04:39:59.459Z PASS [ 0.006s] (22/40) oxnet ipnet::tests::test_ipv6_resize
3642026-09-04T04:39:59.460Z PASS [ 0.006s] (23/40) oxnet ipnet::tests::test_ipv6_ula_builder
3652026-09-04T04:39:59.463Z PASS [ 0.006s] (24/40) oxnet ipnet::tests::test_is_multicast_with_scopes
3662026-09-04T04:39:59.463Z PASS [ 0.006s] (25/40) oxnet ipnet::tests::test_is_network_addr
3672026-09-04T04:39:59.463Z PASS [ 0.006s] (26/40) oxnet md5::tests::debug_redacts_inner_string
3682026-09-04T04:39:59.463Z PASS [ 0.006s] (27/40) oxnet md5::tests::accepts_printable_ascii_within_length_limit
3692026-09-04T04:39:59.463Z PASS [ 0.006s] (28/40) oxnet ipnet::tests::test_iter
3702026-09-04T04:39:59.463Z PASS [ 0.006s] (29/40) oxnet md5::tests::json_schema_matches_invariants
3712026-09-04T04:39:59.463Z PASS [ 0.006s] (30/40) oxnet md5::tests::rejects_strings_outside_invariants
3722026-09-04T04:39:59.468Z PASS [ 0.006s] (31/40) oxnet multicast::tests::test_derive_multicast_mac_generic
3732026-09-04T04:39:59.468Z PASS [ 0.006s] (32/40) oxnet multicast::tests::test_derive_multicast_mac_addr
3742026-09-04T04:39:59.468Z PASS [ 0.006s] (33/40) oxnet md5::tests::serde_round_trip_preserves_invariants
3752026-09-04T04:39:59.471Z PASS [ 0.006s] (34/40) oxnet multicast::tests::test_derive_multicast_mac_ipv4
3762026-09-04T04:39:59.472Z PASS [ 0.006s] (35/40) oxnet multicast::tests::test_derive_multicast_mac_ipnet
3772026-09-04T04:39:59.472Z PASS [ 0.006s] (36/40) oxnet multicast::tests::test_derive_multicast_mac_ipnetwork
3782026-09-04T04:39:59.472Z PASS [ 0.006s] (37/40) oxnet multicast::tests::test_derive_multicast_mac_ipv6
3792026-09-04T04:39:59.475Z PASS [ 0.005s] (38/40) oxnet sockaddr::tests::test_sockaddr_serialization
3802026-09-04T04:39:59.475Z PASS [ 0.006s] (39/40) oxnet schema_util::tests::test_all_schemas
3812026-09-04T04:39:59.482Z PASS [ 0.032s] (40/40) oxnet ipnet::tests::test_ipv6_regex
3822026-09-04T04:39:59.485Z────────────
3832026-09-04T04:39:59.485Z Summary [ 0.045s] 40 tests run: 40 passed, 0 skipped
3842026-09-04T04:39:59.486Z
3852026-09-04T04:39:59.486Zreal 0.229798076
3862026-09-04T04:39:59.486Zuser 0.231514819
3872026-09-04T04:39:59.486Zsys 0.201338912
3882026-09-04T04:39:59.486Ztrap 0.000420147
3892026-09-04T04:39:59.486Ztflt 0.000157921
3902026-09-04T04:39:59.486Zdflt 0.000102550
3912026-09-04T04:39:59.486Zkflt 0.000003619
3922026-09-04T04:39:59.486Zlock 0.306231632
3932026-09-04T04:39:59.486Zslp 0.351276557
3942026-09-04T04:39:59.486Zlat 0.074535686
3952026-09-04T04:39:59.486Zstop 0.172915563
3962026-09-04T04:39:59.486Z+ banner doctest
3972026-09-04T04:39:59.489Z
3982026-09-04T04:39:59.489Z ##### #### #### ##### ###### #### #####
3992026-09-04T04:39:59.489Z # # # # # # # # # #
4002026-09-04T04:39:59.489Z # # # # # # ##### #### #
4012026-09-04T04:39:59.489Z # # # # # # # # #
4022026-09-04T04:39:59.489Z # # # # # # # # # # #
4032026-09-04T04:39:59.489Z ##### #### #### # ###### #### #
4042026-09-04T04:39:59.489Z
4052026-09-04T04:39:59.489Z+ ptime -m cargo test --all-features --locked --doc
4062026-09-04T04:39:59.533Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
4072026-09-04T04:39:59.536Z Doc-tests oxnet
4082026-09-04T04:39:59.609Z
4092026-09-04T04:39:59.609Zrunning 4 tests
4102026-09-04T04:40:00.055Ztest src/ipnet.rs - ipnet::Ipv6Net::resize (line 1016) ... ok
4112026-09-04T04:40:00.056Ztest src/ipnet.rs - ipnet::Ipv6Net::resize (line 1025) ... ok
4122026-09-04T04:40:00.056Ztest src/ipnet.rs - ipnet::Ipv4Net::resize (line 612) ... ok
4132026-09-04T04:40:00.056Ztest src/ipnet.rs - ipnet::Ipv4Net::resize (line 621) ... ok
4142026-09-04T04:40:00.056Z
4152026-09-04T04:40:00.060Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s
4162026-09-04T04:40:00.060Z
4172026-09-04T04:40:00.066Z
4182026-09-04T04:40:00.069Zreal 0.574808057
4192026-09-04T04:40:00.069Zuser 1.187389109
4202026-09-04T04:40:00.069Zsys 0.626876977
4212026-09-04T04:40:00.069Ztrap 0.000125509
4222026-09-04T04:40:00.069Ztflt 0.011128971
4232026-09-04T04:40:00.069Zdflt 0.010468968
4242026-09-04T04:40:00.069Zkflt 0.000003278
4252026-09-04T04:40:00.069Zlock 4.827729753
4262026-09-04T04:40:00.069Zslp 7.932548443
4272026-09-04T04:40:00.069Zlat 0.005703774
4282026-09-04T04:40:00.069Zstop 0.142649661
4292026-09-04T04:40:00.069Zprocess exited: duration 10878 ms, exit code 0
 
4302026-09-04T04:40:00.075Zfound 0 output files