01JQSJZNE0RY2A1P01XDHZSF31: build-and-test

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

Buildomat Job: 01JQSJZWT3H3PWC4EV25HQD3J7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-04-01T21:09:46.018Zjob assigned to worker 01JQSJZXHEP8SMB5Z6F7EPRPA4 [factory gimlet-EVT22200007-propolis, EVT22200007/23492] (queued for 25 s)
 
22025-04-01T21:09:53.745Zstarting task 0: "setup"
32025-04-01T21:09:53.771Z++ uname -s
42025-04-01T21:09:53.771Z+ kern=SunOS
52025-04-01T21:09:53.771Z+ build_user=build
62025-04-01T21:09:53.771Z+ build_uid=12345
72025-04-01T21:09:53.771Z+ work_dir=/work
82025-04-01T21:09:53.771Z+ input_dir=/input
92025-04-01T21:09:53.771Z+ [[ 0 == 12345 ]]
102025-04-01T21:09:53.771Z+ case "$kern" in
112025-04-01T21:09:53.771Z+ groupadd -g 12345 build
122025-04-01T21:09:53.771Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-04-01T21:09:55.772Z+ zfs create -o mountpoint=/work rpool/work
142025-04-01T21:09:55.812Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-04-01T21:09:55.838Z+ home_fs=zfs
162025-04-01T21:09:55.838Z+ [[ zfs == autofs ]]
172025-04-01T21:09:55.838Z+ mkdir -p /home/build
182025-04-01T21:09:55.838Z+ chown build:build /home/build /work
192025-04-01T21:09:56.821Z+ chmod 0700 /home/build /work
202025-04-01T21:09:56.847Zprocess exited: duration 3083 ms, exit code 0
 
212025-04-01T21:09:56.898Zstarting task 1: "rust-toolchain"
222025-04-01T21:09:56.924Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-04-01T21:09:56.924Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-04-01T21:09:56.924Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-04-01T21:09:56.924Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-04-01T21:09:56.924Z * rust toolchain channel = "stable"
272025-04-01T21:09:56.924Z * rust toolchain profile = "default"
282025-04-01T21:09:56.924Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-04-01T21:09:56.924Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-04-01T21:10:02.059Zinfo: downloading installer
312025-04-01T21:10:02.732Zwarn: It looks like you have an existing installation of Rust at:
322025-04-01T21:10:02.732Zwarn: /opt/ooce/bin
332025-04-01T21:10:02.733Zwarn: It is recommended that rustup be the primary Rust installation.
342025-04-01T21:10:02.733Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-04-01T21:10:02.733Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-04-01T21:10:02.733Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-04-01T21:10:02.733Zwarn: or pass `-y' to ignore all ignorable checks.
382025-04-01T21:10:02.733Zerror: cannot install while Rust is installed
392025-04-01T21:10:02.733Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-04-01T21:10:02.759Zinfo: profile set to 'default'
412025-04-01T21:10:02.759Zinfo: default host triple is x86_64-unknown-illumos
422025-04-01T21:10:02.759Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-04-01T21:10:02.930Zinfo: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15)
442025-04-01T21:10:02.930Zinfo: downloading component 'cargo'
452025-04-01T21:10:03.309Zinfo: downloading component 'clippy'
462025-04-01T21:10:03.486Zinfo: downloading component 'rust-docs'
472025-04-01T21:10:03.997Zinfo: downloading component 'rust-std'
482025-04-01T21:10:04.667Zinfo: downloading component 'rustc'
492025-04-01T21:10:07.067Zinfo: downloading component 'rustfmt'
502025-04-01T21:10:07.224Zinfo: installing component 'cargo'
512025-04-01T21:10:08.314Zinfo: installing component 'clippy'
522025-04-01T21:10:08.800Zinfo: installing component 'rust-docs'
532025-04-01T21:10:11.721Zinfo: installing component 'rust-std'
542025-04-01T21:10:13.718Zinfo: installing component 'rustc'
552025-04-01T21:10:21.051Zinfo: installing component 'rustfmt'
562025-04-01T21:10:21.457Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572025-04-01T21:10:21.457Z
582025-04-01T21:10:21.609Z stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15)
592025-04-01T21:10:21.609Z
602025-04-01T21:10:21.609Z
612025-04-01T21:10:21.609ZRust is installed now. Great!
622025-04-01T21:10:21.609Z
632025-04-01T21:10:21.609ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-04-01T21:10:21.609Zenvironment variable. This has not been done automatically.
652025-04-01T21:10:21.609Z
662025-04-01T21:10:21.609ZTo configure your current shell, you need to source
672025-04-01T21:10:21.609Zthe corresponding env file under $HOME/.cargo.
682025-04-01T21:10:21.609Z
692025-04-01T21:10:21.609ZThis is usually done by running one of the following (note the leading DOT):
702025-04-01T21:10:21.609Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-04-01T21:10:21.634Zsource "$HOME/.cargo/env.fish" # For fish
722025-04-01T21:10:21.634Zsource "$HOME/.cargo/env.nu" # For nushell
732025-04-01T21:10:21.707Z+ rustup --version
742025-04-01T21:10:21.732Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-04-01T21:10:21.732Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-04-01T21:10:21.772Zinfo: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)`
772025-04-01T21:10:21.797Z+ cargo --version
782025-04-01T21:10:21.822Zcargo 1.85.1 (d73d2caf9 2024-12-31)
792025-04-01T21:10:21.822Z+ rustc --version
802025-04-01T21:10:21.858Zrustc 1.85.1 (4eb161250 2025-03-15)
812025-04-01T21:10:21.884Zprocess exited: duration 24967 ms, exit code 0
 
822025-04-01T21:10:21.935Zstarting task 2: "authentication"
832025-04-01T21:10:21.996Zprocess exited: duration 61 ms, exit code 0
 
842025-04-01T21:10:22.047Zstarting task 3: "clone repository"
852025-04-01T21:10:22.074Z+ mkdir -p /work/oxidecomputer/zone
862025-04-01T21:10:22.074Z+ git clone https://github.com/oxidecomputer/zone /work/oxidecomputer/zone
872025-04-01T21:10:22.100ZCloning into '/work/oxidecomputer/zone'...
882025-04-01T21:10:22.699Z+ cd /work/oxidecomputer/zone
892025-04-01T21:10:22.699Z+ git fetch origin 565289508c6831ee75b5a38ee3bc171fabbcac52
902025-04-01T21:10:23.070ZFrom https://github.com/oxidecomputer/zone
912025-04-01T21:10:23.070Z * branch 565289508c6831ee75b5a38ee3bc171fabbcac52 -> FETCH_HEAD
922025-04-01T21:10:23.095Z+ [[ -n pub ]]
932025-04-01T21:10:23.095Z++ git branch --show-current
942025-04-01T21:10:23.095Z+ current=main
952025-04-01T21:10:23.095Z+ [[ main != pub ]]
962025-04-01T21:10:23.095Z+ git branch -f pub 565289508c6831ee75b5a38ee3bc171fabbcac52
972025-04-01T21:10:23.120Z+ git checkout -f pub
982025-04-01T21:10:23.120ZSwitched to branch 'pub'
992025-04-01T21:10:23.120Z+ git reset --hard 565289508c6831ee75b5a38ee3bc171fabbcac52
1002025-04-01T21:10:23.120ZHEAD is now at 5652895 Make some additional fields pub
1012025-04-01T21:10:23.120Zprocess exited: duration 1066 ms, exit code 0
 
1022025-04-01T21:10:23.171Zstarting task 4: "build"
1032025-04-01T21:10:23.196Z+ cargo --version
1042025-04-01T21:10:23.221Zcargo 1.85.1 (d73d2caf9 2024-12-31)
1052025-04-01T21:10:23.221Z+ rustc --version
1062025-04-01T21:10:23.249Zrustc 1.85.1 (4eb161250 2025-03-15)
1072025-04-01T21:10:23.274Z+ banner build
1082025-04-01T21:10:23.274Z
1092025-04-01T21:10:23.274Z ##### # # # # #####
1102025-04-01T21:10:23.274Z # # # # # # # #
1112025-04-01T21:10:23.274Z ##### # # # # # #
1122025-04-01T21:10:23.274Z # # # # # # # #
1132025-04-01T21:10:23.274Z # # # # # # # #
1142025-04-01T21:10:23.274Z ##### #### # ###### #####
1152025-04-01T21:10:23.274Z
1162025-04-01T21:10:23.274Z+ ptime -m cargo build --tests --verbose
1172025-04-01T21:10:23.424Z Updating crates.io index
1182025-04-01T21:10:23.672Z Locking 39 packages to latest compatible versions
1192025-04-01T21:10:23.697Z Adding heck v0.4.1 (available: v0.5.0)
1202025-04-01T21:10:23.697Z Adding itertools v0.12.1 (available: v0.14.0)
1212025-04-01T21:10:23.697Z Adding syn v1.0.109 (available: v2.0.100)
1222025-04-01T21:10:23.697Z Adding thiserror v1.0.69 (available: v2.0.12)
1232025-04-01T21:10:23.697Z Downloading crates ...
1242025-04-01T21:10:23.765Z Downloaded heck v0.4.1
1252025-04-01T21:10:23.765Z Downloaded either v1.15.0
1262025-04-01T21:10:23.791Z Downloaded version_check v0.9.5
1272025-04-01T21:10:23.791Z Downloaded thiserror-impl v1.0.69
1282025-04-01T21:10:23.791Z Downloaded thiserror v1.0.69
1292025-04-01T21:10:23.816Z Downloaded unicode-ident v1.0.18
1302025-04-01T21:10:23.816Z Downloaded quote v1.0.40
1312025-04-01T21:10:23.816Z Downloaded proc-macro2 v1.0.94
1322025-04-01T21:10:23.816Z Downloaded proc-macro-error v1.0.4
1332025-04-01T21:10:23.816Z Downloaded proc-macro-error-attr v1.0.4
1342025-04-01T21:10:23.816Z Downloaded itertools v0.12.1
1352025-04-01T21:10:23.841Z Downloaded syn v2.0.100
1362025-04-01T21:10:23.842Z Downloaded syn v1.0.109
1372025-04-01T21:10:23.898Z Compiling proc-macro2 v1.0.94
1382025-04-01T21:10:23.923Z Compiling unicode-ident v1.0.18
1392025-04-01T21:10:23.923Z Compiling version_check v0.9.5
1402025-04-01T21:10:23.924Z Compiling syn v1.0.109
1412025-04-01T21:10:23.924Z Compiling heck v0.4.1
1422025-04-01T21:10:23.924Z Compiling thiserror v1.0.69
1432025-04-01T21:10:23.924Z Compiling either v1.15.0
1442025-04-01T21:10:23.924Z 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:10:23.924Z 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:10:23.924Z 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`
1472025-04-01T21:10:23.924Z 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`
1482025-04-01T21:10:23.924Z 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:10:23.924Z 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:10:23.924Z 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:10:24.217Z Compiling itertools v0.12.1
1522025-04-01T21:10:24.243Z 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:10:24.362Z Compiling proc-macro-error-attr v1.0.4
1542025-04-01T21:10:24.362Z Compiling proc-macro-error v1.0.4
1552025-04-01T21:10:24.387Z 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:10:24.387Z 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:10:24.412Z Running `/work/oxidecomputer/zone/target/debug/build/thiserror-43bd87735b4dbdbf/build-script-build`
1582025-04-01T21:10:24.412Z Running `/work/oxidecomputer/zone/target/debug/build/syn-db6727ae27898191/build-script-build`
1592025-04-01T21:10:24.437Z Running `/work/oxidecomputer/zone/target/debug/build/proc-macro2-9b87b0fcd0ab9782/build-script-build`
1602025-04-01T21:10:24.652Z Running `/work/oxidecomputer/zone/target/debug/build/proc-macro-error-attr-c9eca66320373b7e/build-script-build`
1612025-04-01T21:10:24.652Z Running `/work/oxidecomputer/zone/target/debug/build/proc-macro-error-e2c1f1b15112927b/build-script-build`
1622025-04-01T21:10:24.720Z 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:10:25.322Z Compiling quote v1.0.40
1642025-04-01T21:10:25.347Z 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:10:25.632Z Compiling syn v2.0.100
1662025-04-01T21:10:25.658Z 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:10:25.658Z 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:10:25.768Z 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:10:28.384Z 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`
1702025-04-01T21:10:28.409Z Compiling thiserror-impl v1.0.69
1712025-04-01T21:10:28.409Z 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`
1722025-04-01T21:10:28.870Z Compiling zone_cfg_derive v0.3.0 (/work/oxidecomputer/zone/zone_cfg_derive)
1732025-04-01T21:10:28.895Z 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=d326e62fa425b1b7 -C extra-filename=-f52b3ece93e5df3a --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:10:28.895Z 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=2892be7adc752508 -C extra-filename=-c3f62478c4693838 --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:10:29.129Zwarning: field `0` is never read
1762025-04-01T21:10:29.129Z --> zone_cfg_derive/src/lib.rs:378:12
1772025-04-01T21:10:29.129Z |
1782025-04-01T21:10:29.129Z378 | Global(Ident),
1792025-04-01T21:10:29.129Z | ------ ^^^^^
1802025-04-01T21:10:29.129Z | |
1812025-04-01T21:10:29.129Z | field in this variant
1822025-04-01T21:10:29.129Z |
1832025-04-01T21:10:29.129Z = note: `#[warn(dead_code)]` on by default
1842025-04-01T21:10:29.129Zhelp: 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:10:29.129Z |
1862025-04-01T21:10:29.129Z378 | Global(()),
1872025-04-01T21:10:29.129Z | ~~
1882025-04-01T21:10:29.129Z
1892025-04-01T21:10:29.155Zwarning: field `0` is never read
1902025-04-01T21:10:29.155Z --> zone_cfg_derive/src/lib.rs:381:14
1912025-04-01T21:10:29.155Z |
1922025-04-01T21:10:29.155Z381 | Selector(Ident),
1932025-04-01T21:10:29.155Z | -------- ^^^^^
1942025-04-01T21:10:29.155Z | |
1952025-04-01T21:10:29.155Z | field in this variant
1962025-04-01T21:10:29.155Z |
1972025-04-01T21:10:29.155Zhelp: 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:10:29.155Z |
1992025-04-01T21:10:29.155Z381 | Selector(()),
2002025-04-01T21:10:29.155Z | ~~
2012025-04-01T21:10:29.155Z
2022025-04-01T21:10:29.155Zwarning: field `0` is never read
2032025-04-01T21:10:29.155Z --> zone_cfg_derive/src/lib.rs:382:10
2042025-04-01T21:10:29.155Z |
2052025-04-01T21:10:29.155Z382 | Name(Ident, LitStr),
2062025-04-01T21:10:29.155Z | ---- ^^^^^
2072025-04-01T21:10:29.155Z | |
2082025-04-01T21:10:29.155Z | field in this variant
2092025-04-01T21:10:29.155Z |
2102025-04-01T21:10:29.155Zhelp: 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:10:29.155Z |
2122025-04-01T21:10:29.156Z382 | Name((), LitStr),
2132025-04-01T21:10:29.156Z | ~~
2142025-04-01T21:10:29.156Z
2152025-04-01T21:10:29.299Zwarning: `zone_cfg_derive` (lib test) generated 3 warnings (3 duplicates)
2162025-04-01T21:10:29.775Z 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:10:29.827Zwarning: `zone_cfg_derive` (lib) generated 3 warnings
2182025-04-01T21:10:29.857Z Compiling zone v0.3.0 (/work/oxidecomputer/zone/zone)
2192025-04-01T21:10:29.882Z 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=16245b19e7d8adf7 -C extra-filename=-e452fd346ab5622b --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-f52b3ece93e5df3a.so`
2202025-04-01T21:10:29.907Z 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=63dbeeac09bfd887 -C extra-filename=-be2515098e869cdc --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-f52b3ece93e5df3a.so`
2212025-04-01T21:10:30.997Z 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=3b195d6f68aaf8ac -C extra-filename=-8a062c14c63888f9 --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-e452fd346ab5622b.rlib --extern zone_cfg_derive=/work/oxidecomputer/zone/target/debug/deps/libzone_cfg_derive-f52b3ece93e5df3a.so`
2222025-04-01T21:10:31.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.26s
2232025-04-01T21:10:31.572Z
2242025-04-01T21:10:31.598Zreal 8.303749467
2252025-04-01T21:10:31.598Zuser 22.510031441
2262025-04-01T21:10:31.598Zsys 4.458242405
2272025-04-01T21:10:31.598Ztrap 0.008289424
2282025-04-01T21:10:31.598Ztflt 0.054292132
2292025-04-01T21:10:31.598Zdflt 0.204592075
2302025-04-01T21:10:31.598Zkflt 0.000906291
2312025-04-01T21:10:31.598Zlock 26.879369911
2322025-04-01T21:10:31.598Zslp 1:06.956017765
2332025-04-01T21:10:31.598Zlat 0.506950791
2342025-04-01T21:10:31.598Zstop 0.704638351
2352025-04-01T21:10:31.598Z+ banner test
2362025-04-01T21:10:31.599Z
2372025-04-01T21:10:31.599Z ##### ###### #### #####
2382025-04-01T21:10:31.599Z # # # #
2392025-04-01T21:10:31.599Z # ##### #### #
2402025-04-01T21:10:31.599Z # # # #
2412025-04-01T21:10:31.599Z # # # # #
2422025-04-01T21:10:31.599Z # ###### #### #
2432025-04-01T21:10:31.599Z
2442025-04-01T21:10:31.599Z+ ptime -m cargo test --verbose
2452025-04-01T21:10:31.625Z Fresh unicode-ident v1.0.18
2462025-04-01T21:10:31.625Z Fresh proc-macro2 v1.0.94
2472025-04-01T21:10:31.625Z Fresh version_check v0.9.5
2482025-04-01T21:10:31.625Z Fresh heck v0.4.1
2492025-04-01T21:10:31.625Z Fresh either v1.15.0
2502025-04-01T21:10:31.625Z Fresh quote v1.0.40
2512025-04-01T21:10:31.625Z Fresh itertools v0.12.1
2522025-04-01T21:10:31.625Z Fresh syn v1.0.109
2532025-04-01T21:10:31.625Z Fresh syn v2.0.100
2542025-04-01T21:10:31.625Z Fresh proc-macro-error-attr v1.0.4
2552025-04-01T21:10:31.625Z Fresh thiserror-impl v1.0.69
2562025-04-01T21:10:31.625Z Fresh proc-macro-error v1.0.4
2572025-04-01T21:10:31.625Z Fresh thiserror v1.0.69
2582025-04-01T21:10:31.625Zwarning: field `0` is never read
2592025-04-01T21:10:31.625Z --> zone_cfg_derive/src/lib.rs:378:12
2602025-04-01T21:10:31.625Z |
2612025-04-01T21:10:31.625Z378 | Global(Ident),
2622025-04-01T21:10:31.625Z | ------ ^^^^^
2632025-04-01T21:10:31.625Z | |
2642025-04-01T21:10:31.625Z | field in this variant
2652025-04-01T21:10:31.625Z |
2662025-04-01T21:10:31.625Z = note: `#[warn(dead_code)]` on by default
2672025-04-01T21:10:31.625Zhelp: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
2682025-04-01T21:10:31.625Z |
2692025-04-01T21:10:31.625Z378 | Global(()),
2702025-04-01T21:10:31.625Z | ~~
2712025-04-01T21:10:31.625Z
2722025-04-01T21:10:31.625Zwarning: field `0` is never read
2732025-04-01T21:10:31.625Z --> zone_cfg_derive/src/lib.rs:381:14
2742025-04-01T21:10:31.625Z |
2752025-04-01T21:10:31.625Z381 | Selector(Ident),
2762025-04-01T21:10:31.625Z | -------- ^^^^^
2772025-04-01T21:10:31.626Z | |
2782025-04-01T21:10:31.626Z | field in this variant
2792025-04-01T21:10:31.626Z |
2802025-04-01T21:10:31.626Zhelp: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
2812025-04-01T21:10:31.626Z |
2822025-04-01T21:10:31.626Z381 | Selector(()),
2832025-04-01T21:10:31.626Z | ~~
2842025-04-01T21:10:31.626Z
2852025-04-01T21:10:31.626Zwarning: field `0` is never read
2862025-04-01T21:10:31.626Z --> zone_cfg_derive/src/lib.rs:382:10
2872025-04-01T21:10:31.626Z |
2882025-04-01T21:10:31.626Z382 | Name(Ident, LitStr),
2892025-04-01T21:10:31.626Z | ---- ^^^^^
2902025-04-01T21:10:31.626Z | |
2912025-04-01T21:10:31.626Z | field in this variant
2922025-04-01T21:10:31.626Z |
2932025-04-01T21:10:31.626Zhelp: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
2942025-04-01T21:10:31.626Z |
2952025-04-01T21:10:31.626Z382 | Name((), LitStr),
2962025-04-01T21:10:31.626Z | ~~
2972025-04-01T21:10:31.626Z
2982025-04-01T21:10:31.626Zwarning: `zone_cfg_derive` (lib) generated 3 warnings
2992025-04-01T21:10:31.626Zwarning: `zone_cfg_derive` (lib test) generated 3 warnings (3 duplicates)
3002025-04-01T21:10:31.626Z Fresh zone_cfg_derive v0.3.0 (/work/oxidecomputer/zone/zone_cfg_derive)
3012025-04-01T21:10:31.626Z Fresh zone v0.3.0 (/work/oxidecomputer/zone/zone)
3022025-04-01T21:10:31.626Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
3032025-04-01T21:10:31.652Z Running `/work/oxidecomputer/zone/target/debug/deps/zone-be2515098e869cdc`
3042025-04-01T21:10:31.652Z
3052025-04-01T21:10:31.652Zrunning 8 tests
3062025-04-01T21:10:31.652Ztest tests::test_cfg_attr ... ok
3072025-04-01T21:10:31.652Ztest tests::test_cfg_fs ... ok
3082025-04-01T21:10:31.652Ztest tests::test_cfg_global ... ok
3092025-04-01T21:10:31.652Ztest tests::test_cfg_security_flags ... ok
3102025-04-01T21:10:31.652Ztest tests::test_current_zone ... ok
3112025-04-01T21:10:31.652Ztest tests::test_list_global ... ok
3122025-04-01T21:10:31.677Ztest tests::test_cfg_man_page_example ... ok
3132025-04-01T21:10:31.703Ztest tests::test_zone_lifecycle ... ok
3142025-04-01T21:10:31.703Z
3152025-04-01T21:10:31.703Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
3162025-04-01T21:10:31.703Z
3172025-04-01T21:10:31.703Z Running `/work/oxidecomputer/zone/target/debug/deps/zlogin_test-8a062c14c63888f9`
3182025-04-01T21:10:31.703Z
3192025-04-01T21:10:31.703Zrunning 1 test
3202025-04-01T21:10:31.703Ztest test_zlogin ... ignored
3212025-04-01T21:10:31.703Z
3222025-04-01T21:10:31.703Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
3232025-04-01T21:10:31.703Z
3242025-04-01T21:10:31.703Z Running `/work/oxidecomputer/zone/target/debug/deps/zone_cfg_derive-c3f62478c4693838`
3252025-04-01T21:10:31.703Z
3262025-04-01T21:10:31.703Zrunning 0 tests
3272025-04-01T21:10:31.703Z
3282025-04-01T21:10:31.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3292025-04-01T21:10:31.703Z
3302025-04-01T21:10:31.703Z Doc-tests zone
3312025-04-01T21:10:31.703Z 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-e452fd346ab5622b.rlib --extern zone_cfg_derive=/work/oxidecomputer/zone/target/debug/deps/libzone_cfg_derive-f52b3ece93e5df3a.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:10:31.828Z
3332025-04-01T21:10:31.828Zrunning 2 tests
3342025-04-01T21:10:31.928Ztest zone/src/lib.rs - Config (line 539) - compile ... ok
3352025-04-01T21:10:31.956Ztest zone/src/lib.rs - Config (line 518) - compile ... ok
3362025-04-01T21:10:31.956Z
3372025-04-01T21:10:31.956Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
3382025-04-01T21:10:31.956Z
3392025-04-01T21:10:31.956Z Doc-tests zone_cfg_derive
3402025-04-01T21:10:31.956Z 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-f52b3ece93e5df3a.so --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format human`
3412025-04-01T21:10:32.053Z
3422025-04-01T21:10:32.053Zrunning 0 tests
3432025-04-01T21:10:32.053Z
3442025-04-01T21:10:32.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3452025-04-01T21:10:32.053Z
3462025-04-01T21:10:32.078Z
3472025-04-01T21:10:32.078Zreal 0.486373977
3482025-04-01T21:10:32.078Zuser 0.312281258
3492025-04-01T21:10:32.078Zsys 0.256915984
3502025-04-01T21:10:32.078Ztrap 0.000060686
3512025-04-01T21:10:32.078Ztflt 0.001200322
3522025-04-01T21:10:32.078Zdflt 0.000793394
3532025-04-01T21:10:32.078Zkflt 0.001100421
3542025-04-01T21:10:32.078Zlock 0.186176843
3552025-04-01T21:10:32.079Zslp 1.074686399
3562025-04-01T21:10:32.079Zlat 0.012683157
3572025-04-01T21:10:32.080Zstop 0.029857512
3582025-04-01T21:10:32.080Zprocess exited: duration 8900 ms, exit code 0
 
3592025-04-01T21:10:32.130Zfound 0 output files