01JQSK7JRSHF4YMME1ET044WW9: build-and-test

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

Buildomat Job: 01JQSK7VN54QNFAH82JA2WM9N6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-04-01T21:14:07.594Zjob assigned to worker 01JQSK7WQD6RGFJV884J2Q156J [factory gimlet-EVT22200007-propolis, EVT22200007/23494] (queued for 25 s)
 
22025-04-01T21:14:15.684Zstarting task 0: "setup"
32025-04-01T21:14:15.710Z++ uname -s
42025-04-01T21:14:15.710Z+ kern=SunOS
52025-04-01T21:14:15.710Z+ build_user=build
62025-04-01T21:14:15.710Z+ build_uid=12345
72025-04-01T21:14:15.710Z+ work_dir=/work
82025-04-01T21:14:15.710Z+ input_dir=/input
92025-04-01T21:14:15.710Z+ [[ 0 == 12345 ]]
102025-04-01T21:14:15.710Z+ case "$kern" in
112025-04-01T21:14:15.710Z+ groupadd -g 12345 build
122025-04-01T21:14:15.710Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-04-01T21:14:17.714Z+ zfs create -o mountpoint=/work rpool/work
142025-04-01T21:14:17.751Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-04-01T21:14:17.776Z+ home_fs=zfs
162025-04-01T21:14:17.776Z+ [[ zfs == autofs ]]
172025-04-01T21:14:17.776Z+ mkdir -p /home/build
182025-04-01T21:14:17.776Z+ chown build:build /home/build /work
192025-04-01T21:14:19.761Z+ chmod 0700 /home/build /work
202025-04-01T21:14:19.786Zprocess exited: duration 4080 ms, exit code 0
 
212025-04-01T21:14:19.838Zstarting task 1: "rust-toolchain"
222025-04-01T21:14:19.863Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-04-01T21:14:19.863Z * rust toolchain channel = "stable"
242025-04-01T21:14:19.863Z * rust toolchain profile = "default"
252025-04-01T21:14:19.863Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-04-01T21:14:19.863Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-04-01T21:14:19.863Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-04-01T21:14:19.863Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-04-01T21:14:19.864Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-04-01T21:14:19.990Zinfo: downloading installer
312025-04-01T21:14:20.668Zwarn: It looks like you have an existing installation of Rust at:
322025-04-01T21:14:20.668Zwarn: /opt/ooce/bin
332025-04-01T21:14:20.668Zwarn: It is recommended that rustup be the primary Rust installation.
342025-04-01T21:14:20.668Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-04-01T21:14:20.668Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-04-01T21:14:20.668Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-04-01T21:14:20.668Zwarn: or pass `-y' to ignore all ignorable checks.
382025-04-01T21:14:20.668Zerror: cannot install while Rust is installed
392025-04-01T21:14:20.668Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-04-01T21:14:20.720Zinfo: profile set to 'default'
412025-04-01T21:14:20.721Zinfo: default host triple is x86_64-unknown-illumos
422025-04-01T21:14:20.721Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-04-01T21:14:20.875Zinfo: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15)
442025-04-01T21:14:20.875Zinfo: downloading component 'cargo'
452025-04-01T21:14:21.234Zinfo: downloading component 'clippy'
462025-04-01T21:14:21.417Zinfo: downloading component 'rust-docs'
472025-04-01T21:14:21.994Zinfo: downloading component 'rust-std'
482025-04-01T21:14:22.662Zinfo: downloading component 'rustc'
492025-04-01T21:14:25.078Zinfo: downloading component 'rustfmt'
502025-04-01T21:14:25.232Zinfo: installing component 'cargo'
512025-04-01T21:14:26.333Zinfo: installing component 'clippy'
522025-04-01T21:14:26.791Zinfo: installing component 'rust-docs'
532025-04-01T21:14:29.527Zinfo: installing component 'rust-std'
542025-04-01T21:14:31.722Zinfo: installing component 'rustc'
552025-04-01T21:14:38.996Zinfo: installing component 'rustfmt'
562025-04-01T21:14:39.377Z
572025-04-01T21:14:39.377Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
582025-04-01T21:14:39.525Z stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15)
592025-04-01T21:14:39.525Z
602025-04-01T21:14:39.525Z
612025-04-01T21:14:39.525ZRust is installed now. Great!
622025-04-01T21:14:39.525Z
632025-04-01T21:14:39.525ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-04-01T21:14:39.525Zenvironment variable. This has not been done automatically.
652025-04-01T21:14:39.525Z
662025-04-01T21:14:39.525ZTo configure your current shell, you need to source
672025-04-01T21:14:39.526Zthe corresponding env file under $HOME/.cargo.
682025-04-01T21:14:39.526Z
692025-04-01T21:14:39.526ZThis is usually done by running one of the following (note the leading DOT):
702025-04-01T21:14:39.526Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-04-01T21:14:39.526Zsource "$HOME/.cargo/env.fish" # For fish
722025-04-01T21:14:39.526Zsource "$HOME/.cargo/env.nu" # For nushell
732025-04-01T21:14:39.614Z+ rustup --version
742025-04-01T21:14:39.640Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-04-01T21:14:39.640Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-04-01T21:14:39.677Zinfo: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)`
772025-04-01T21:14:39.704Z+ cargo --version
782025-04-01T21:14:39.730Zcargo 1.85.1 (d73d2caf9 2024-12-31)
792025-04-01T21:14:39.730Z+ rustc --version
802025-04-01T21:14:39.762Zrustc 1.85.1 (4eb161250 2025-03-15)
812025-04-01T21:14:39.787Zprocess exited: duration 19929 ms, exit code 0
 
822025-04-01T21:14:39.838Zstarting task 2: "authentication"
832025-04-01T21:14:39.898Zprocess exited: duration 59 ms, exit code 0
 
842025-04-01T21:14:39.952Zstarting task 3: "clone repository"
852025-04-01T21:14:39.978Z+ mkdir -p /work/oxidecomputer/zone
862025-04-01T21:14:39.978Z+ git clone https://github.com/oxidecomputer/zone /work/oxidecomputer/zone
872025-04-01T21:14:40.003ZCloning into '/work/oxidecomputer/zone'...
882025-04-01T21:14:40.590Z+ cd /work/oxidecomputer/zone
892025-04-01T21:14:40.590Z+ git fetch origin c1701899cb4411a081af60ac933b95399a913163
902025-04-01T21:14:41.015ZFrom https://github.com/oxidecomputer/zone
912025-04-01T21:14:41.015Z * branch c1701899cb4411a081af60ac933b95399a913163 -> FETCH_HEAD
922025-04-01T21:14:41.041Z+ [[ -n 0.3.1 ]]
932025-04-01T21:14:41.041Z++ git branch --show-current
942025-04-01T21:14:41.041Z+ current=main
952025-04-01T21:14:41.041Z+ [[ main != 0.3.1 ]]
962025-04-01T21:14:41.042Z+ git branch -f 0.3.1 c1701899cb4411a081af60ac933b95399a913163
972025-04-01T21:14:41.042Z+ git checkout -f 0.3.1
982025-04-01T21:14:41.067ZSwitched to branch '0.3.1'
992025-04-01T21:14:41.067Z+ git reset --hard c1701899cb4411a081af60ac933b95399a913163
1002025-04-01T21:14:41.067ZHEAD is now at c170189 0.3.1
1012025-04-01T21:14:41.067Zprocess exited: duration 1102 ms, exit code 0
 
1022025-04-01T21:14:41.119Zstarting task 4: "build"
1032025-04-01T21:14:41.145Z+ cargo --version
1042025-04-01T21:14:41.170Zcargo 1.85.1 (d73d2caf9 2024-12-31)
1052025-04-01T21:14:41.170Z+ rustc --version
1062025-04-01T21:14:41.196Zrustc 1.85.1 (4eb161250 2025-03-15)
1072025-04-01T21:14:41.221Z+ banner build
1082025-04-01T21:14:41.222Z
1092025-04-01T21:14:41.222Z ##### # # # # #####
1102025-04-01T21:14:41.222Z # # # # # # # #
1112025-04-01T21:14:41.222Z ##### # # # # # #
1122025-04-01T21:14:41.222Z # # # # # # # #
1132025-04-01T21:14:41.222Z # # # # # # # #
1142025-04-01T21:14:41.222Z ##### #### # ###### #####
1152025-04-01T21:14:41.222Z
1162025-04-01T21:14:41.222Z+ ptime -m cargo build --tests --verbose
1172025-04-01T21:14:41.363Z Updating crates.io index
1182025-04-01T21:14:41.627Z Locking 39 packages to latest compatible versions
1192025-04-01T21:14:41.652Z Adding heck v0.4.1 (available: v0.5.0)
1202025-04-01T21:14:41.652Z Adding itertools v0.12.1 (available: v0.14.0)
1212025-04-01T21:14:41.652Z Adding syn v1.0.109 (available: v2.0.100)
1222025-04-01T21:14:41.652Z Adding thiserror v1.0.69 (available: v2.0.12)
1232025-04-01T21:14:41.652Z Downloading crates ...
1242025-04-01T21:14:41.719Z Downloaded either v1.15.0
1252025-04-01T21:14:41.748Z Downloaded heck v0.4.1
1262025-04-01T21:14:41.748Z Downloaded proc-macro-error-attr v1.0.4
1272025-04-01T21:14:41.773Z Downloaded quote v1.0.40
1282025-04-01T21:14:41.773Z Downloaded version_check v0.9.5
1292025-04-01T21:14:41.773Z Downloaded thiserror v1.0.69
1302025-04-01T21:14:41.773Z Downloaded unicode-ident v1.0.18
1312025-04-01T21:14:41.773Z Downloaded proc-macro-error v1.0.4
1322025-04-01T21:14:41.773Z Downloaded thiserror-impl v1.0.69
1332025-04-01T21:14:41.773Z Downloaded proc-macro2 v1.0.94
1342025-04-01T21:14:41.798Z Downloaded syn v1.0.109
1352025-04-01T21:14:41.799Z Downloaded itertools v0.12.1
1362025-04-01T21:14:41.799Z Downloaded syn v2.0.100
1372025-04-01T21:14:41.859Z Compiling proc-macro2 v1.0.94
1382025-04-01T21:14:41.884Z Compiling unicode-ident v1.0.18
1392025-04-01T21:14:41.885Z Compiling version_check v0.9.5
1402025-04-01T21:14:41.885Z Compiling syn v1.0.109
1412025-04-01T21:14:41.885Z Compiling thiserror v1.0.69
1422025-04-01T21:14:41.885Z Compiling heck v0.4.1
1432025-04-01T21:14:41.885Z Compiling either v1.15.0
1442025-04-01T21:14:41.885Z 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.94/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=62ae15d49ab00502 -C extra-filename=-9b87b0fcd0ab9782 --out-dir /work/oxidecomputer/zone/target/debug/build/proc-macro2-9b87b0fcd0ab9782 -L dependency=/work/oxidecomputer/zone/target/debug/deps --cap-lints allow`
1452025-04-01T21:14:41.885Z 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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3908c0a34b6737ec -C extra-filename=-b4d91427303be3a1 --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --cap-lints allow`
1462025-04-01T21:14:41.885Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=c89b08bbb500650e -C extra-filename=-db6727ae27898191 --out-dir /work/oxidecomputer/zone/target/debug/build/syn-db6727ae27898191 -L dependency=/work/oxidecomputer/zone/target/debug/deps --cap-lints allow`
1472025-04-01T21:14:41.885Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/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=6b3040b9daef0dbe -C extra-filename=-f82c0cf4165bf1e4 --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --cap-lints allow`
1482025-04-01T21:14:41.885Z 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/thiserror-1.0.69/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())' -C metadata=5f860f3ec504f7c7 -C extra-filename=-43bd87735b4dbdbf --out-dir /work/oxidecomputer/zone/target/debug/build/thiserror-43bd87735b4dbdbf -L dependency=/work/oxidecomputer/zone/target/debug/deps --cap-lints allow`
1492025-04-01T21:14:41.885Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.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"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=c8984cd71f1e26fc -C extra-filename=-13254f385be62ffa --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --cap-lints allow`
1502025-04-01T21:14:41.886Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=51dc5267515d769c -C extra-filename=-b358f90193241578 --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --cap-lints allow`
1512025-04-01T21:14:42.232Z Compiling itertools v0.12.1
1522025-04-01T21:14:42.257Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-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 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=9232c49ac4cc47d5 -C extra-filename=-12b71028e21e9e6f --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern either=/work/oxidecomputer/zone/target/debug/deps/libeither-13254f385be62ffa.rmeta --cap-lints allow`
1532025-04-01T21:14:42.321Z Compiling proc-macro-error-attr v1.0.4
1542025-04-01T21:14:42.321Z Compiling proc-macro-error v1.0.4
1552025-04-01T21:14:42.348Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/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())' -C metadata=ab4f7af66969981c -C extra-filename=-c9eca66320373b7e --out-dir /work/oxidecomputer/zone/target/debug/build/proc-macro-error-attr-c9eca66320373b7e -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern version_check=/work/oxidecomputer/zone/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
1562025-04-01T21:14:42.348Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/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="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=04711375959e0908 -C extra-filename=-e2c1f1b15112927b --out-dir /work/oxidecomputer/zone/target/debug/build/proc-macro-error-e2c1f1b15112927b -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern version_check=/work/oxidecomputer/zone/target/debug/deps/libversion_check-f82c0cf4165bf1e4.rlib --cap-lints allow`
1572025-04-01T21:14:42.393Z Running `/work/oxidecomputer/zone/target/debug/build/syn-db6727ae27898191/build-script-build`
1582025-04-01T21:14:42.418Z Running `/work/oxidecomputer/zone/target/debug/build/thiserror-43bd87735b4dbdbf/build-script-build`
1592025-04-01T21:14:42.418Z Running `/work/oxidecomputer/zone/target/debug/build/proc-macro2-9b87b0fcd0ab9782/build-script-build`
1602025-04-01T21:14:42.607Z Running `/work/oxidecomputer/zone/target/debug/build/proc-macro-error-attr-c9eca66320373b7e/build-script-build`
1612025-04-01T21:14:42.632Z Running `/work/oxidecomputer/zone/target/debug/build/proc-macro-error-e2c1f1b15112927b/build-script-build`
1622025-04-01T21:14:42.685Z 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.94/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=fa9fce475d126374 -C extra-filename=-326a577c81e85a90 --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern unicode_ident=/work/oxidecomputer/zone/target/debug/deps/libunicode_ident-b4d91427303be3a1.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)'`
1632025-04-01T21:14:43.269Z Compiling quote v1.0.40
1642025-04-01T21:14:43.295Z 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.40/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=698f1ab44141b64a -C extra-filename=-0a32e210b832a928 --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern proc_macro2=/work/oxidecomputer/zone/target/debug/deps/libproc_macro2-326a577c81e85a90.rmeta --cap-lints allow`
1652025-04-01T21:14:43.533Z Compiling syn v2.0.100
1662025-04-01T21:14:43.559Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/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"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=7f2511467cb6f13e -C extra-filename=-f8eabcd970f13623 --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern proc_macro2=/work/oxidecomputer/zone/target/debug/deps/libproc_macro2-326a577c81e85a90.rmeta --extern quote=/work/oxidecomputer/zone/target/debug/deps/libquote-0a32e210b832a928.rmeta --extern unicode_ident=/work/oxidecomputer/zone/target/debug/deps/libunicode_ident-b4d91427303be3a1.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
1672025-04-01T21:14:43.559Z 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.100/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="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=b0f48639779554c5 -C extra-filename=-dd0b3bb04816bf35 --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern proc_macro2=/work/oxidecomputer/zone/target/debug/deps/libproc_macro2-326a577c81e85a90.rmeta --extern quote=/work/oxidecomputer/zone/target/debug/deps/libquote-0a32e210b832a928.rmeta --extern unicode_ident=/work/oxidecomputer/zone/target/debug/deps/libunicode_ident-b4d91427303be3a1.rmeta --cap-lints allow`
1682025-04-01T21:14:43.661Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/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=70f0f45bf8348cfb -C extra-filename=-0d6f6c95068606e4 --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern proc_macro2=/work/oxidecomputer/zone/target/debug/deps/libproc_macro2-326a577c81e85a90.rlib --extern quote=/work/oxidecomputer/zone/target/debug/deps/libquote-0a32e210b832a928.rlib --extern proc_macro --cap-lints allow`
1692025-04-01T21:14:46.219Z Compiling thiserror-impl v1.0.69
1702025-04-01T21:14:46.219Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/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=175716ae30350e64 -C extra-filename=-f548b792e3f58eec --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern proc_macro2=/work/oxidecomputer/zone/target/debug/deps/libproc_macro2-326a577c81e85a90.rlib --extern quote=/work/oxidecomputer/zone/target/debug/deps/libquote-0a32e210b832a928.rlib --extern syn=/work/oxidecomputer/zone/target/debug/deps/libsyn-dd0b3bb04816bf35.rlib --extern proc_macro --cap-lints allow`
1712025-04-01T21:14:46.245Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.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 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=2faeb9e6fed5f3a4 -C extra-filename=-419d6a24a886d54b --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/zone/target/debug/deps/libproc_macro_error_attr-0d6f6c95068606e4.so --extern proc_macro2=/work/oxidecomputer/zone/target/debug/deps/libproc_macro2-326a577c81e85a90.rmeta --extern quote=/work/oxidecomputer/zone/target/debug/deps/libquote-0a32e210b832a928.rmeta --extern syn=/work/oxidecomputer/zone/target/debug/deps/libsyn-f8eabcd970f13623.rmeta --cap-lints allow --cfg use_fallback`
1722025-04-01T21:14:46.704Z Compiling zone_cfg_derive v0.3.1 (/work/oxidecomputer/zone/zone_cfg_derive)
1732025-04-01T21:14:46.729Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 zone_cfg_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec4cf89dec8ed9e7 -C extra-filename=-31510b31e41feb41 --out-dir /work/oxidecomputer/zone/target/debug/deps -C incremental=/work/oxidecomputer/zone/target/debug/incremental -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern heck=/work/oxidecomputer/zone/target/debug/deps/libheck-b358f90193241578.rlib --extern proc_macro_error=/work/oxidecomputer/zone/target/debug/deps/libproc_macro_error-419d6a24a886d54b.rlib --extern proc_macro2=/work/oxidecomputer/zone/target/debug/deps/libproc_macro2-326a577c81e85a90.rlib --extern quote=/work/oxidecomputer/zone/target/debug/deps/libquote-0a32e210b832a928.rlib --extern syn=/work/oxidecomputer/zone/target/debug/deps/libsyn-f8eabcd970f13623.rlib --extern proc_macro`
1742025-04-01T21:14:46.730Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 zone_cfg_derive/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=13136e7e57af79a3 -C extra-filename=-6a437061420106b6 --out-dir /work/oxidecomputer/zone/target/debug/deps -C incremental=/work/oxidecomputer/zone/target/debug/incremental -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern heck=/work/oxidecomputer/zone/target/debug/deps/libheck-b358f90193241578.rlib --extern proc_macro_error=/work/oxidecomputer/zone/target/debug/deps/libproc_macro_error-419d6a24a886d54b.rlib --extern proc_macro2=/work/oxidecomputer/zone/target/debug/deps/libproc_macro2-326a577c81e85a90.rlib --extern quote=/work/oxidecomputer/zone/target/debug/deps/libquote-0a32e210b832a928.rlib --extern syn=/work/oxidecomputer/zone/target/debug/deps/libsyn-f8eabcd970f13623.rlib --extern proc_macro`
1752025-04-01T21:14:46.947Zwarning: field `0` is never read
1762025-04-01T21:14:46.947Z --> zone_cfg_derive/src/lib.rs:378:12
1772025-04-01T21:14:46.947Z |
1782025-04-01T21:14:46.947Z378 | Global(Ident),
1792025-04-01T21:14:46.947Z | ------ ^^^^^
1802025-04-01T21:14:46.947Z | |
1812025-04-01T21:14:46.947Z | field in this variant
1822025-04-01T21:14:46.947Z |
1832025-04-01T21:14:46.947Z = note: `#[warn(dead_code)]` on by default
1842025-04-01T21:14:46.947Zhelp: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
1852025-04-01T21:14:46.947Z |
1862025-04-01T21:14:46.947Z378 | Global(()),
1872025-04-01T21:14:46.947Z | ~~
1882025-04-01T21:14:46.947Z
1892025-04-01T21:14:46.972Zwarning: field `0` is never read
1902025-04-01T21:14:46.972Z --> zone_cfg_derive/src/lib.rs:381:14
1912025-04-01T21:14:46.973Z |
1922025-04-01T21:14:46.973Z381 | Selector(Ident),
1932025-04-01T21:14:46.973Z | -------- ^^^^^
1942025-04-01T21:14:46.973Z | |
1952025-04-01T21:14:46.973Z | field in this variant
1962025-04-01T21:14:46.973Z |
1972025-04-01T21:14:46.973Zhelp: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
1982025-04-01T21:14:46.973Z |
1992025-04-01T21:14:46.973Z381 | Selector(()),
2002025-04-01T21:14:46.973Z | ~~
2012025-04-01T21:14:46.973Z
2022025-04-01T21:14:46.973Zwarning: field `0` is never read
2032025-04-01T21:14:46.973Z --> zone_cfg_derive/src/lib.rs:382:10
2042025-04-01T21:14:46.973Z |
2052025-04-01T21:14:46.973Z382 | Name(Ident, LitStr),
2062025-04-01T21:14:46.973Z | ---- ^^^^^
2072025-04-01T21:14:46.973Z | |
2082025-04-01T21:14:46.973Z | field in this variant
2092025-04-01T21:14:46.973Z |
2102025-04-01T21:14:46.974Zhelp: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
2112025-04-01T21:14:46.974Z |
2122025-04-01T21:14:46.974Z382 | Name((), LitStr),
2132025-04-01T21:14:46.974Z | ~~
2142025-04-01T21:14:46.974Z
2152025-04-01T21:14:47.102Zwarning: `zone_cfg_derive` (lib test) generated 3 warnings
2162025-04-01T21:14:47.503Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/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=90fffe3cd6bffacd -C extra-filename=-fc1fdbf3b2437c5b --out-dir /work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/zone/target/debug/deps/libthiserror_impl-f548b792e3f58eec.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2172025-04-01T21:14:47.585Zwarning: `zone_cfg_derive` (lib) generated 3 warnings (3 duplicates)
2182025-04-01T21:14:47.611Z Compiling zone v0.3.1 (/work/oxidecomputer/zone/zone)
2192025-04-01T21:14:47.611Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 zone/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="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=eaa6302804d8a4c5 -C extra-filename=-6b2979a935e56e54 --out-dir /work/oxidecomputer/zone/target/debug/deps -C incremental=/work/oxidecomputer/zone/target/debug/incremental -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern itertools=/work/oxidecomputer/zone/target/debug/deps/libitertools-12b71028e21e9e6f.rmeta --extern thiserror=/work/oxidecomputer/zone/target/debug/deps/libthiserror-fc1fdbf3b2437c5b.rmeta --extern zone_cfg_derive=/work/oxidecomputer/zone/target/debug/deps/libzone_cfg_derive-6a437061420106b6.so`
2202025-04-01T21:14:47.636Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 zone/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="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=f930b1070f99e693 -C extra-filename=-14708f68858da8e4 --out-dir /work/oxidecomputer/zone/target/debug/deps -C incremental=/work/oxidecomputer/zone/target/debug/incremental -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern itertools=/work/oxidecomputer/zone/target/debug/deps/libitertools-12b71028e21e9e6f.rlib --extern thiserror=/work/oxidecomputer/zone/target/debug/deps/libthiserror-fc1fdbf3b2437c5b.rlib --extern zone_cfg_derive=/work/oxidecomputer/zone/target/debug/deps/libzone_cfg_derive-6a437061420106b6.so`
2212025-04-01T21:14:48.642Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name zlogin_test --edition=2018 zone/tests/zlogin_test.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="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=244b929ebc42729a -C extra-filename=-4451902eeee7f12b --out-dir /work/oxidecomputer/zone/target/debug/deps -C incremental=/work/oxidecomputer/zone/target/debug/incremental -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern itertools=/work/oxidecomputer/zone/target/debug/deps/libitertools-12b71028e21e9e6f.rlib --extern thiserror=/work/oxidecomputer/zone/target/debug/deps/libthiserror-fc1fdbf3b2437c5b.rlib --extern zone=/work/oxidecomputer/zone/target/debug/deps/libzone-6b2979a935e56e54.rlib --extern zone_cfg_derive=/work/oxidecomputer/zone/target/debug/deps/libzone_cfg_derive-6a437061420106b6.so`
2222025-04-01T21:14:49.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.97s
2232025-04-01T21:14:49.225Z
2242025-04-01T21:14:49.225Zreal 8.011231096
2252025-04-01T21:14:49.225Zuser 21.780396111
2262025-04-01T21:14:49.225Zsys 4.484781921
2272025-04-01T21:14:49.225Ztrap 0.007119501
2282025-04-01T21:14:49.225Ztflt 0.063178012
2292025-04-01T21:14:49.225Zdflt 0.186767619
2302025-04-01T21:14:49.225Zkflt 0.001017735
2312025-04-01T21:14:49.225Zlock 25.109267955
2322025-04-01T21:14:49.225Zslp 1:05.251764803
2332025-04-01T21:14:49.225Zlat 0.430434881
2342025-04-01T21:14:49.225Zstop 0.519830244
2352025-04-01T21:14:49.251Z+ banner test
2362025-04-01T21:14:49.251Z
2372025-04-01T21:14:49.251Z ##### ###### #### #####
2382025-04-01T21:14:49.251Z # # # #
2392025-04-01T21:14:49.251Z # ##### #### #
2402025-04-01T21:14:49.251Z # # # #
2412025-04-01T21:14:49.251Z # # # # #
2422025-04-01T21:14:49.251Z # ###### #### #
2432025-04-01T21:14:49.251Z
2442025-04-01T21:14:49.251Z+ ptime -m cargo test --verbose
2452025-04-01T21:14:49.277Z Fresh unicode-ident v1.0.18
2462025-04-01T21:14:49.277Z Fresh version_check v0.9.5
2472025-04-01T21:14:49.277Z Fresh heck v0.4.1
2482025-04-01T21:14:49.277Z Fresh either v1.15.0
2492025-04-01T21:14:49.277Z Fresh proc-macro2 v1.0.94
2502025-04-01T21:14:49.303Z Fresh itertools v0.12.1
2512025-04-01T21:14:49.303Z Fresh quote v1.0.40
2522025-04-01T21:14:49.303Z Fresh proc-macro-error-attr v1.0.4
2532025-04-01T21:14:49.303Z Fresh syn v1.0.109
2542025-04-01T21:14:49.303Z Fresh syn v2.0.100
2552025-04-01T21:14:49.303Z Fresh proc-macro-error v1.0.4
2562025-04-01T21:14:49.303Z Fresh thiserror-impl v1.0.69
2572025-04-01T21:14:49.303Zwarning: field `0` is never read
2582025-04-01T21:14:49.303Z --> zone_cfg_derive/src/lib.rs:378:12
2592025-04-01T21:14:49.303Z |
2602025-04-01T21:14:49.303Z378 | Global(Ident),
2612025-04-01T21:14:49.303Z | ------ ^^^^^
2622025-04-01T21:14:49.303Z | |
2632025-04-01T21:14:49.303Z | field in this variant
2642025-04-01T21:14:49.303Z |
2652025-04-01T21:14:49.303Z = note: `#[warn(dead_code)]` on by default
2662025-04-01T21:14:49.303Zhelp: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
2672025-04-01T21:14:49.303Z |
2682025-04-01T21:14:49.303Z378 | Global(()),
2692025-04-01T21:14:49.303Z | ~~
2702025-04-01T21:14:49.303Z
2712025-04-01T21:14:49.303Zwarning: field `0` is never read
2722025-04-01T21:14:49.303Z --> zone_cfg_derive/src/lib.rs:381:14
2732025-04-01T21:14:49.303Z |
2742025-04-01T21:14:49.303Z381 | Selector(Ident),
2752025-04-01T21:14:49.303Z | -------- ^^^^^
2762025-04-01T21:14:49.303Z | |
2772025-04-01T21:14:49.303Z | field in this variant
2782025-04-01T21:14:49.303Z |
2792025-04-01T21:14:49.303Zhelp: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
2802025-04-01T21:14:49.304Z |
2812025-04-01T21:14:49.304Z381 | Selector(()),
2822025-04-01T21:14:49.304Z | ~~
2832025-04-01T21:14:49.304Z
2842025-04-01T21:14:49.304Zwarning: field `0` is never read
2852025-04-01T21:14:49.304Z --> zone_cfg_derive/src/lib.rs:382:10
2862025-04-01T21:14:49.304Z |
2872025-04-01T21:14:49.304Z382 | Name(Ident, LitStr),
2882025-04-01T21:14:49.304Z | ---- ^^^^^
2892025-04-01T21:14:49.304Z | |
2902025-04-01T21:14:49.304Z | field in this variant
2912025-04-01T21:14:49.304Z |
2922025-04-01T21:14:49.304Zhelp: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
2932025-04-01T21:14:49.304Z |
2942025-04-01T21:14:49.304Z382 | Name((), LitStr),
2952025-04-01T21:14:49.304Z | ~~
2962025-04-01T21:14:49.304Z
2972025-04-01T21:14:49.304Z Fresh thiserror v1.0.69
2982025-04-01T21:14:49.304Zwarning: `zone_cfg_derive` (lib) generated 3 warnings
2992025-04-01T21:14:49.304Zwarning: `zone_cfg_derive` (lib test) generated 3 warnings (3 duplicates)
3002025-04-01T21:14:49.304Z Fresh zone_cfg_derive v0.3.1 (/work/oxidecomputer/zone/zone_cfg_derive)
3012025-04-01T21:14:49.304Z Fresh zone v0.3.1 (/work/oxidecomputer/zone/zone)
3022025-04-01T21:14:49.304Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
3032025-04-01T21:14:49.304Z Running `/work/oxidecomputer/zone/target/debug/deps/zone-14708f68858da8e4`
3042025-04-01T21:14:49.304Z
3052025-04-01T21:14:49.304Zrunning 8 tests
3062025-04-01T21:14:49.304Ztest tests::test_cfg_attr ... ok
3072025-04-01T21:14:49.304Ztest tests::test_cfg_global ... ok
3082025-04-01T21:14:49.304Ztest tests::test_cfg_fs ... ok
3092025-04-01T21:14:49.304Ztest tests::test_cfg_security_flags ... ok
3102025-04-01T21:14:49.304Ztest tests::test_current_zone ... ok
3112025-04-01T21:14:49.304Ztest tests::test_list_global ... ok
3122025-04-01T21:14:49.330Ztest tests::test_cfg_man_page_example ... ok
3132025-04-01T21:14:49.330Ztest tests::test_zone_lifecycle ... ok
3142025-04-01T21:14:49.330Z
3152025-04-01T21:14:49.330Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
3162025-04-01T21:14:49.330Z
3172025-04-01T21:14:49.356Z Running `/work/oxidecomputer/zone/target/debug/deps/zlogin_test-4451902eeee7f12b`
3182025-04-01T21:14:49.356Z
3192025-04-01T21:14:49.356Zrunning 1 test
3202025-04-01T21:14:49.356Ztest test_zlogin ... ignored
3212025-04-01T21:14:49.356Z
3222025-04-01T21:14:49.356Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
3232025-04-01T21:14:49.356Z
3242025-04-01T21:14:49.356Z Running `/work/oxidecomputer/zone/target/debug/deps/zone_cfg_derive-31510b31e41feb41`
3252025-04-01T21:14:49.356Z
3262025-04-01T21:14:49.356Zrunning 0 tests
3272025-04-01T21:14:49.356Z
3282025-04-01T21:14:49.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3292025-04-01T21:14:49.356Z
3302025-04-01T21:14:49.356Z Doc-tests zone
3312025-04-01T21:14:49.356Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name zone --test zone/src/lib.rs --test-run-directory /work/oxidecomputer/zone/zone -L dependency=/work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern itertools=/work/oxidecomputer/zone/target/debug/deps/libitertools-12b71028e21e9e6f.rlib --extern thiserror=/work/oxidecomputer/zone/target/debug/deps/libthiserror-fc1fdbf3b2437c5b.rlib --extern zone=/work/oxidecomputer/zone/target/debug/deps/libzone-6b2979a935e56e54.rlib --extern zone_cfg_derive=/work/oxidecomputer/zone/target/debug/deps/libzone_cfg_derive-6a437061420106b6.so -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' --error-format human`
3322025-04-01T21:14:49.468Z
3332025-04-01T21:14:49.468Zrunning 2 tests
3342025-04-01T21:14:49.568Ztest zone/src/lib.rs - Config (line 518) - compile ... ok
3352025-04-01T21:14:49.594Ztest zone/src/lib.rs - Config (line 539) - compile ... ok
3362025-04-01T21:14:49.594Z
3372025-04-01T21:14:49.594Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
3382025-04-01T21:14:49.594Z
3392025-04-01T21:14:49.594Z Doc-tests zone_cfg_derive
3402025-04-01T21:14:49.594Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustdoc --edition=2018 --crate-type proc-macro --color auto --crate-name zone_cfg_derive --test zone_cfg_derive/src/lib.rs --test-run-directory /work/oxidecomputer/zone/zone_cfg_derive -L dependency=/work/oxidecomputer/zone/target/debug/deps -L dependency=/work/oxidecomputer/zone/target/debug/deps --extern heck=/work/oxidecomputer/zone/target/debug/deps/libheck-b358f90193241578.rlib --extern proc_macro_error=/work/oxidecomputer/zone/target/debug/deps/libproc_macro_error-419d6a24a886d54b.rlib --extern proc_macro2=/work/oxidecomputer/zone/target/debug/deps/libproc_macro2-326a577c81e85a90.rlib --extern quote=/work/oxidecomputer/zone/target/debug/deps/libquote-0a32e210b832a928.rlib --extern syn=/work/oxidecomputer/zone/target/debug/deps/libsyn-f8eabcd970f13623.rlib --extern zone_cfg_derive=/work/oxidecomputer/zone/target/debug/deps/libzone_cfg_derive-6a437061420106b6.so --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
3412025-04-01T21:14:49.682Z
3422025-04-01T21:14:49.682Zrunning 0 tests
3432025-04-01T21:14:49.682Z
3442025-04-01T21:14:49.682Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3452025-04-01T21:14:49.682Z
3462025-04-01T21:14:49.708Z
3472025-04-01T21:14:49.708Zreal 0.462900434
3482025-04-01T21:14:49.708Zuser 0.297177115
3492025-04-01T21:14:49.708Zsys 0.244355367
3502025-04-01T21:14:49.708Ztrap 0.000062822
3512025-04-01T21:14:49.708Ztflt 0.002204256
3522025-04-01T21:14:49.708Zdflt 0.000682538
3532025-04-01T21:14:49.708Zkflt 0.000631455
3542025-04-01T21:14:49.708Zlock 0.181117830
3552025-04-01T21:14:49.708Zslp 1.018973165
3562025-04-01T21:14:49.708Zlat 0.012702106
3572025-04-01T21:14:49.708Zstop 0.034118693
3582025-04-01T21:14:49.708Zprocess exited: duration 8582 ms, exit code 0
 
3592025-04-01T21:14:49.760Zfound 0 output files