01KWZQG77HRVV32S2SF5Z3MS3S: build-and-test / illumos

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

Buildomat Job: 01KWZQGEX1B003GS30CVVCR110

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T02:05:28.254Zjob assigned to worker 01KWZQGK6H1JBJ9KXQTM1M32N5 [factory aws, i-09a887be336321c21] (queued for 56 s)
 
22026-07-08T02:05:35.505Zstarting task 0: "setup"
32026-07-08T02:05:35.510Z++ uname -s
42026-07-08T02:05:35.513Z+ kern=SunOS
52026-07-08T02:05:35.513Z+ build_user=build
62026-07-08T02:05:35.513Z+ build_uid=12345
72026-07-08T02:05:35.513Z+ work_dir=/work
82026-07-08T02:05:35.513Z+ input_dir=/input
92026-07-08T02:05:35.513Z+ [[ 0 == 12345 ]]
102026-07-08T02:05:35.513Z+ case "$kern" in
112026-07-08T02:05:35.513Z+ groupadd -g 12345 build
122026-07-08T02:05:35.516Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T02:05:37.519Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T02:05:37.585Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T02:05:37.588Z+ home_fs=zfs
162026-07-08T02:05:37.588Z+ [[ zfs == autofs ]]
172026-07-08T02:05:37.588Z+ mkdir -p /home/build
182026-07-08T02:05:37.588Z+ chown build:build /home/build /work
192026-07-08T02:05:38.589Z+ chmod 0700 /home/build /work
202026-07-08T02:05:38.593Zprocess exited: duration 3085 ms, exit code 0
 
212026-07-08T02:05:38.599Zstarting task 1: "rust-toolchain"
222026-07-08T02:05:38.603Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-08T02:05:38.603Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-08T02:05:38.603Z * rust toolchain channel = "stable"
252026-07-08T02:05:38.603Z * rust toolchain profile = "default"
262026-07-08T02:05:38.603Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T02:05:38.603Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T02:05:38.606Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T02:05:38.606Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-08T02:05:38.702Zinfo: downloading installer
312026-07-08T02:05:40.353Zwarn: It looks like you have an existing installation of Rust at:
322026-07-08T02:05:40.353Zwarn: /opt/ooce/bin
332026-07-08T02:05:40.353Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-08T02:05:40.353Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-08T02:05:40.353Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-08T02:05:40.353Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-08T02:05:40.353Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-08T02:05:40.353Zerror: cannot install while Rust is installed
392026-07-08T02:05:40.353Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-08T02:05:40.353Zwarn: It looks like you have an existing rustup settings file at:
412026-07-08T02:05:40.354Zwarn: /home/build/.rustup/settings.toml
422026-07-08T02:05:40.354Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-08T02:05:40.354Zwarn: instead of the one inferred from the default host triple.
442026-07-08T02:05:40.366Zinfo: profile set to default
452026-07-08T02:05:40.366Zinfo: default host triple is x86_64-unknown-illumos
462026-07-08T02:05:40.369Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-08T02:05:40.521Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
482026-07-08T02:05:40.524Zinfo: downloading 6 components
492026-07-08T02:05:59.109Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-08T02:05:59.109Z
512026-07-08T02:05:59.142Z stable-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
522026-07-08T02:05:59.142Z
532026-07-08T02:05:59.142Z
542026-07-08T02:05:59.142ZRust is installed now. Great!
552026-07-08T02:05:59.142Z
562026-07-08T02:05:59.142ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-08T02:05:59.142Zenvironment variable. This has not been done automatically.
582026-07-08T02:05:59.142Z
592026-07-08T02:05:59.142ZTo configure your current shell, you need to source
602026-07-08T02:05:59.142Zthe corresponding env file under $HOME/.cargo.
612026-07-08T02:05:59.142Z
622026-07-08T02:05:59.142ZThis is usually done by running one of the following (note the leading DOT):
632026-07-08T02:05:59.142Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-08T02:05:59.142Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-08T02:05:59.142Zsource "~/.cargo/env.nu" # For nushell
662026-07-08T02:05:59.142Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-08T02:05:59.142Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-08T02:05:59.142Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-08T02:05:59.145Zwarn: no default linker (`cc`) was found in your PATH
702026-07-08T02:05:59.145Zwarn: many Rust crates require a system C toolchain to build
712026-07-08T02:05:59.238Z+ rustup --version
722026-07-08T02:05:59.246Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-08T02:05:59.249Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-08T02:05:59.267Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
752026-07-08T02:05:59.270Z+ cargo --version
762026-07-08T02:05:59.284Zcargo 1.96.1 (356927216 2026-06-26)
772026-07-08T02:05:59.287Z+ rustc --version
782026-07-08T02:05:59.306Zrustc 1.96.1 (31fca3adb 2026-06-26)
792026-07-08T02:05:59.308Zprocess exited: duration 20707 ms, exit code 0
 
802026-07-08T02:05:59.314Zstarting task 2: "authentication"
812026-07-08T02:05:59.330Zprocess exited: duration 15 ms, exit code 0
 
822026-07-08T02:05:59.335Zstarting task 3: "clone repository"
832026-07-08T02:05:59.338Z+ mkdir -p /work/oxidecomputer/windows-image-builder
842026-07-08T02:05:59.341Z+ git clone https://github.com/oxidecomputer/windows-image-builder /work/oxidecomputer/windows-image-builder
852026-07-08T02:05:59.375ZCloning into '/work/oxidecomputer/windows-image-builder'...
862026-07-08T02:05:59.796Z+ cd /work/oxidecomputer/windows-image-builder
872026-07-08T02:05:59.796Z+ git fetch origin 0d8a5140d20143431855e6ad9b00a1bb203a855d
882026-07-08T02:06:00.018ZFrom https://github.com/oxidecomputer/windows-image-builder
892026-07-08T02:06:00.018Z * branch 0d8a5140d20143431855e6ad9b00a1bb203a855d -> FETCH_HEAD
902026-07-08T02:06:00.024Z+ [[ -n sudomateo/srowzykowowt ]]
912026-07-08T02:06:00.027Z++ git branch --show-current
922026-07-08T02:06:00.027Z+ current=main
932026-07-08T02:06:00.027Z+ [[ main != sudomateo/srowzykowowt ]]
942026-07-08T02:06:00.027Z+ git branch -f sudomateo/srowzykowowt 0d8a5140d20143431855e6ad9b00a1bb203a855d
952026-07-08T02:06:00.030Z+ git checkout -f sudomateo/srowzykowowt
962026-07-08T02:06:00.033ZSwitched to branch 'sudomateo/srowzykowowt'
972026-07-08T02:06:00.036Z+ git reset --hard 0d8a5140d20143431855e6ad9b00a1bb203a855d
982026-07-08T02:06:00.038ZHEAD is now at 0d8a514 wip: llm adversarial and feature review
992026-07-08T02:06:00.038Zprocess exited: duration 702 ms, exit code 0
 
1002026-07-08T02:06:00.044Zstarting task 4: "build"
1012026-07-08T02:06:00.047Z+ cargo --version
1022026-07-08T02:06:00.055Zcargo 1.96.1 (356927216 2026-06-26)
1032026-07-08T02:06:00.058Z+ rustc --version
1042026-07-08T02:06:00.077Zrustc 1.96.1 (31fca3adb 2026-06-26)
1052026-07-08T02:06:00.080Z+ banner build
1062026-07-08T02:06:00.083Z
1072026-07-08T02:06:00.083Z ##### # # # # #####
1082026-07-08T02:06:00.083Z # # # # # # # #
1092026-07-08T02:06:00.083Z ##### # # # # # #
1102026-07-08T02:06:00.083Z # # # # # # # #
1112026-07-08T02:06:00.083Z # # # # # # # #
1122026-07-08T02:06:00.083Z ##### #### # ###### #####
1132026-07-08T02:06:00.083Z
1142026-07-08T02:06:00.083Z+ ptime -m cargo build --all-features --locked --all-targets --verbose
1152026-07-08T02:06:00.161Z Updating crates.io index
1162026-07-08T02:06:00.597Z Downloading crates ...
1172026-07-08T02:06:00.642Z Downloaded anstyle-parse v0.2.2
1182026-07-08T02:06:00.651Z Downloaded indicatif v0.17.7
1192026-07-08T02:06:00.655Z Downloaded lazy_static v1.4.0
1202026-07-08T02:06:00.658Z Downloaded console v0.15.7
1212026-07-08T02:06:00.658Z Downloaded clap_lex v0.6.0
1222026-07-08T02:06:00.663Z Downloaded heck v0.4.1
1232026-07-08T02:06:00.672Z Downloaded atty v0.2.14
1242026-07-08T02:06:00.675Z Downloaded anstyle v1.0.4
1252026-07-08T02:06:00.677Z Downloaded bitflags v2.4.1
1262026-07-08T02:06:00.677Z Downloaded anstream v0.6.4
1272026-07-08T02:06:00.680Z Downloaded anyhow v1.0.75
1282026-07-08T02:06:00.683Z Downloaded number_prefix v0.4.0
1292026-07-08T02:06:00.683Z Downloaded colorchoice v1.0.0
1302026-07-08T02:06:00.686Z Downloaded anstyle-query v1.0.0
1312026-07-08T02:06:00.686Z Downloaded unicode-ident v1.0.12
1322026-07-08T02:06:00.691Z Downloaded is-terminal v0.4.9
1332026-07-08T02:06:00.694Z Downloaded home v0.5.5
1342026-07-08T02:06:00.699Z Downloaded strsim v0.10.0
1352026-07-08T02:06:00.701Z Downloaded clap v4.4.8
1362026-07-08T02:06:00.706Z Downloaded which v5.0.0
1372026-07-08T02:06:00.709Z Downloaded colored v2.0.4
1382026-07-08T02:06:00.709Z Downloaded utf8parse v0.2.1
1392026-07-08T02:06:00.715Z Downloaded xml-rs v0.8.19
1402026-07-08T02:06:00.718Z Downloaded terminal_size v0.3.0
1412026-07-08T02:06:00.720Z Downloaded quote v1.0.33
1422026-07-08T02:06:00.720Z Downloaded proc-macro2 v1.0.69
1432026-07-08T02:06:00.723Z Downloaded errno v0.3.7
1442026-07-08T02:06:00.726Z Downloaded unicode-width v0.1.11
1452026-07-08T02:06:00.726Z Downloaded either v1.9.0
1462026-07-08T02:06:00.728Z Downloaded camino v1.1.6
1472026-07-08T02:06:00.736Z Downloaded portable-atomic v1.6.0
1482026-07-08T02:06:00.740Z Downloaded clap_derive v4.4.7
1492026-07-08T02:06:00.743Z Downloaded clap_builder v4.4.8
1502026-07-08T02:06:00.763Z Downloaded itertools v0.12.0
1512026-07-08T02:06:00.770Z Downloaded syn v2.0.39
1522026-07-08T02:06:00.781Z Downloaded rustix v0.38.25
1532026-07-08T02:06:00.812Z Downloaded libc v0.2.150
1542026-07-08T02:06:00.852Z Compiling libc v0.2.150
1552026-07-08T02:06:00.852Z Compiling rustix v0.38.25
1562026-07-08T02:06:00.852Z Compiling bitflags v2.4.1
1572026-07-08T02:06:00.855Z Compiling proc-macro2 v1.0.69
1582026-07-08T02:06:00.855Z Compiling unicode-ident v1.0.12
1592026-07-08T02:06:00.855Z Compiling utf8parse v0.2.1
1602026-07-08T02:06:00.855Z Compiling anstyle v1.0.4
1612026-07-08T02:06:00.855Z Compiling colorchoice v1.0.0
1622026-07-08T02:06:00.855Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.150/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=049505087b80312e -C extra-filename=-3a19544eef60ad78 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/build/libc-3a19544eef60ad78 -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1632026-07-08T02:06:00.855Z 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.25/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="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f2a822cdaaa658a3 -C extra-filename=-78d66b7eed09418e --out-dir /work/oxidecomputer/windows-image-builder/target/debug/build/rustix-78d66b7eed09418e -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1642026-07-08T02:06:00.855Z 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.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 -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=37bb2bd6315a3387 -C extra-filename=-447f05b52163286c --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1652026-07-08T02:06:00.855Z 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=b307559e37804da8 -C extra-filename=-22f392ae9b2cc478 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1662026-07-08T02:06:00.873Z 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.69/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=5ceceb79585ddecd -C extra-filename=-9d9d84d0062c0ceb --out-dir /work/oxidecomputer/windows-image-builder/target/debug/build/proc-macro2-9d9d84d0062c0ceb -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1672026-07-08T02:06:00.877Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-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())' -C metadata=e43b8918df5636d9 -C extra-filename=-e12c545f6cb64bf8 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1682026-07-08T02:06:00.880Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.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", "nightly"))' -C metadata=52635996c88fd573 -C extra-filename=-c83ffaf2b5b426e8 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1692026-07-08T02:06:00.880Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cac7b40591e7c656 -C extra-filename=-4279e98c4d5f93ce --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1702026-07-08T02:06:00.977Z Compiling anstyle-parse v0.2.2
1712026-07-08T02:06:00.981Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-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="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=e51db4b9342ff3fa -C extra-filename=-08e77d195bd1a767 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern utf8parse=/work/oxidecomputer/windows-image-builder/target/debug/deps/libutf8parse-c83ffaf2b5b426e8.rmeta --cap-lints allow`
1722026-07-08T02:06:00.984Z Compiling anstyle-query v1.0.0
1732026-07-08T02:06:00.984Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-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())' -C metadata=a5f2cee520e4b80a -C extra-filename=-a83531070dd1fa13 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1742026-07-08T02:06:00.987Z Compiling lazy_static v1.4.0
1752026-07-08T02:06:00.995Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.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("spin", "spin_no_std"))' -C metadata=dd5e4609afe4de6d -C extra-filename=-178f34f93539b3a2 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1762026-07-08T02:06:01.060Z Compiling portable-atomic v1.6.0
1772026-07-08T02:06:01.060Z Compiling anyhow v1.0.75
1782026-07-08T02:06:01.063Z 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/portable-atomic-1.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=7869b8a3402dd132 -C extra-filename=-fea788c4cc84eba7 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/build/portable-atomic-fea788c4cc84eba7 -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1792026-07-08T02:06:01.067Z 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/anyhow-1.0.75/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("backtrace", "default", "std"))' -C metadata=cfd14b545cc5c50d -C extra-filename=-dc6ddcccebe99590 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/build/anyhow-dc6ddcccebe99590 -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1802026-07-08T02:06:01.067Z Compiling unicode-width v0.1.11
1812026-07-08T02:06:01.067Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=416bb08f2c7151db -C extra-filename=-7376492ee2e03b19 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1822026-07-08T02:06:01.081Z Compiling heck v0.4.1
1832026-07-08T02:06:01.085Z 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=199f5676d38cb6f4 -C extra-filename=-d3ab71f2c9aee110 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1842026-07-08T02:06:01.139Z Compiling anstream v0.6.4
1852026-07-08T02:06:01.142Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=d9e6dd4871e791aa -C extra-filename=-010f919567364427 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern anstyle=/work/oxidecomputer/windows-image-builder/target/debug/deps/libanstyle-4279e98c4d5f93ce.rmeta --extern anstyle_parse=/work/oxidecomputer/windows-image-builder/target/debug/deps/libanstyle_parse-08e77d195bd1a767.rmeta --extern anstyle_query=/work/oxidecomputer/windows-image-builder/target/debug/deps/libanstyle_query-a83531070dd1fa13.rmeta --extern colorchoice=/work/oxidecomputer/windows-image-builder/target/debug/deps/libcolorchoice-e12c545f6cb64bf8.rmeta --extern utf8parse=/work/oxidecomputer/windows-image-builder/target/debug/deps/libutf8parse-c83ffaf2b5b426e8.rmeta --cap-lints allow`
1862026-07-08T02:06:01.155Z Compiling either v1.9.0
1872026-07-08T02:06:01.179Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.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="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=f6b83e2bc6bb6e8a -C extra-filename=-8c0322c6cab8d3f3 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1882026-07-08T02:06:01.252Z Running `/work/oxidecomputer/windows-image-builder/target/debug/build/rustix-78d66b7eed09418e/build-script-build`
1892026-07-08T02:06:01.253Z Running `/work/oxidecomputer/windows-image-builder/target/debug/build/proc-macro2-9d9d84d0062c0ceb/build-script-build`
1902026-07-08T02:06:01.256Z Running `/work/oxidecomputer/windows-image-builder/target/debug/build/libc-3a19544eef60ad78/build-script-build`
1912026-07-08T02:06:01.260Z Compiling clap_lex v0.6.0
1922026-07-08T02:06:01.278Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.6.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=6a07dd680afaa87c -C extra-filename=-005313e3ec2129b2 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1932026-07-08T02:06:01.286Z 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.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 --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=8820a315989ac44b -C extra-filename=-e4c79d7c03fba05b --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern unicode_ident=/work/oxidecomputer/windows-image-builder/target/debug/deps/libunicode_ident-22f392ae9b2cc478.rmeta --cap-lints allow --cfg wrap_proc_macro`
1942026-07-08T02:06:01.289Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.150/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=cc7cadb5e89f1eb8 -C extra-filename=-a91c60ebf048f0e6 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
1952026-07-08T02:06:01.310Z Compiling strsim v0.10.0
1962026-07-08T02:06:01.316Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.10.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=3c39b4297735f41c -C extra-filename=-e37746f9dea21693 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1972026-07-08T02:06:01.320Z Compiling camino v1.1.6
1982026-07-08T02:06:01.338Z 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/camino-1.1.6/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("proptest", "proptest1", "serde", "serde1"))' -C metadata=782fd660c75b3cc6 -C extra-filename=-9b5f408a4cc7a928 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/build/camino-9b5f408a4cc7a928 -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
1992026-07-08T02:06:01.366Z Running `/work/oxidecomputer/windows-image-builder/target/debug/build/anyhow-dc6ddcccebe99590/build-script-build`
2002026-07-08T02:06:01.435Z Compiling number_prefix v0.4.0
2012026-07-08T02:06:01.453Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6077571ea5dc4e02 -C extra-filename=-8c7f6163c786a330 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
2022026-07-08T02:06:01.479Z Compiling home v0.5.5
2032026-07-08T02:06:01.482Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.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 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6504956ad5bcc3d -C extra-filename=-9f584b36f8e13b1d --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
2042026-07-08T02:06:01.486Z Running `/work/oxidecomputer/windows-image-builder/target/debug/build/portable-atomic-fea788c4cc84eba7/build-script-build`
2052026-07-08T02:06:01.508Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.6.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=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=856df437fb897e98 -C extra-filename=-c4c1f2edbc5155d2 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow --cfg portable_atomic_llvm_16`
2062026-07-08T02:06:01.537Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/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("backtrace", "default", "std"))' -C metadata=33dacc63af16296f -C extra-filename=-10fa6e90b8925901 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
2072026-07-08T02:06:01.566Z Compiling itertools v0.12.0
2082026-07-08T02:06:01.572Z 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.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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=22fc3dce32ae840e -C extra-filename=-12162c89a679b718 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern either=/work/oxidecomputer/windows-image-builder/target/debug/deps/libeither-8c0322c6cab8d3f3.rmeta --cap-lints allow`
2092026-07-08T02:06:01.595Z Compiling xml-rs v0.8.19
2102026-07-08T02:06:01.598Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xml-rs-0.8.19/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=00f4a814ef09c66a -C extra-filename=-058f5eba9b8dd8d9 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow`
2112026-07-08T02:06:01.646Z Compiling errno v0.3.7
2122026-07-08T02:06:01.649Z 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.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cfad80df574712ec -C extra-filename=-0dfb712070d242d0 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern libc=/work/oxidecomputer/windows-image-builder/target/debug/deps/liblibc-a91c60ebf048f0e6.rmeta --cap-lints allow`
2132026-07-08T02:06:01.659Z Compiling quote v1.0.33
2142026-07-08T02:06:01.662Z 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.33/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=2908ce17e16d6cbc -C extra-filename=-818544f922b1f6a2 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern proc_macro2=/work/oxidecomputer/windows-image-builder/target/debug/deps/libproc_macro2-e4c79d7c03fba05b.rmeta --cap-lints allow`
2152026-07-08T02:06:01.788Z 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.25/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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ab65b888c4844a87 -C extra-filename=-9cf56b9a93b34d26 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern bitflags=/work/oxidecomputer/windows-image-builder/target/debug/deps/libbitflags-447f05b52163286c.rmeta --extern libc_errno=/work/oxidecomputer/windows-image-builder/target/debug/deps/liberrno-0dfb712070d242d0.rmeta --extern libc=/work/oxidecomputer/windows-image-builder/target/debug/deps/liblibc-a91c60ebf048f0e6.rmeta --cap-lints allow --cfg static_assertions --cfg libc --cfg solarish`
2162026-07-08T02:06:01.801Z Running `/work/oxidecomputer/windows-image-builder/target/debug/build/camino-9b5f408a4cc7a928/build-script-build`
2172026-07-08T02:06:01.810Z Compiling console v0.15.7
2182026-07-08T02:06:01.815Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.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 --cfg 'feature="ansi-parsing"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=b39d53ae9d7dedd0 -C extra-filename=-0fe73cde9606eb5a --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern lazy_static=/work/oxidecomputer/windows-image-builder/target/debug/deps/liblazy_static-178f34f93539b3a2.rmeta --extern libc=/work/oxidecomputer/windows-image-builder/target/debug/deps/liblibc-a91c60ebf048f0e6.rmeta --extern unicode_width=/work/oxidecomputer/windows-image-builder/target/debug/deps/libunicode_width-7376492ee2e03b19.rmeta --cap-lints allow`
2192026-07-08T02:06:01.831Z Compiling syn v2.0.39
2202026-07-08T02:06:01.834Z 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.39/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="full"' --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=f29353fbc365fa7d -C extra-filename=-3a2f1bfcc0fc49cb --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern proc_macro2=/work/oxidecomputer/windows-image-builder/target/debug/deps/libproc_macro2-e4c79d7c03fba05b.rmeta --extern quote=/work/oxidecomputer/windows-image-builder/target/debug/deps/libquote-818544f922b1f6a2.rmeta --extern unicode_ident=/work/oxidecomputer/windows-image-builder/target/debug/deps/libunicode_ident-22f392ae9b2cc478.rmeta --cap-lints allow`
2212026-07-08T02:06:01.853Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.6/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("proptest", "proptest1", "serde", "serde1"))' -C metadata=57c580c44c79c1ad -C extra-filename=-458abafe7b24c29d --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
2222026-07-08T02:06:01.907Z Compiling atty v0.2.14
2232026-07-08T02:06:01.910Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb3f718b4640ead1 -C extra-filename=-4502ac30e83ce92b --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern libc=/work/oxidecomputer/windows-image-builder/target/debug/deps/liblibc-a91c60ebf048f0e6.rmeta --cap-lints allow`
2242026-07-08T02:06:02.084Z Compiling indicatif v0.17.7
2252026-07-08T02:06:02.088Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.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 --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=1747dde033ecc2d7 -C extra-filename=-30eea604c736e728 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern console=/work/oxidecomputer/windows-image-builder/target/debug/deps/libconsole-0fe73cde9606eb5a.rmeta --extern number_prefix=/work/oxidecomputer/windows-image-builder/target/debug/deps/libnumber_prefix-8c7f6163c786a330.rmeta --extern portable_atomic=/work/oxidecomputer/windows-image-builder/target/debug/deps/libportable_atomic-c4c1f2edbc5155d2.rmeta --extern unicode_width=/work/oxidecomputer/windows-image-builder/target/debug/deps/libunicode_width-7376492ee2e03b19.rmeta --cap-lints allow`
2262026-07-08T02:06:02.516Z Compiling terminal_size v0.3.0
2272026-07-08T02:06:02.516Z Compiling is-terminal v0.4.9
2282026-07-08T02:06:02.519Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-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=bb17d0799beddf57 -C extra-filename=-0971c1004c1d79ca --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern rustix=/work/oxidecomputer/windows-image-builder/target/debug/deps/librustix-9cf56b9a93b34d26.rmeta --cap-lints allow`
2292026-07-08T02:06:02.519Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.9/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=199a74158d5d450a -C extra-filename=-3c7bcfbfed5e0cb6 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern rustix=/work/oxidecomputer/windows-image-builder/target/debug/deps/librustix-9cf56b9a93b34d26.rmeta --cap-lints allow`
2302026-07-08T02:06:02.542Z Compiling which v5.0.0
2312026-07-08T02:06:02.546Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-5.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("regex"))' -C metadata=1caa7c3bb549c527 -C extra-filename=-7f3eceb9adac9416 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern either=/work/oxidecomputer/windows-image-builder/target/debug/deps/libeither-8c0322c6cab8d3f3.rmeta --extern home=/work/oxidecomputer/windows-image-builder/target/debug/deps/libhome-9f584b36f8e13b1d.rmeta --extern rustix=/work/oxidecomputer/windows-image-builder/target/debug/deps/librustix-9cf56b9a93b34d26.rmeta --cap-lints allow`
2322026-07-08T02:06:02.590Z Compiling clap_builder v4.4.8
2332026-07-08T02:06:02.594Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.4.8/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="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=39f28bf095cc2c84 -C extra-filename=-bb1de1ebc78e5736 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern anstream=/work/oxidecomputer/windows-image-builder/target/debug/deps/libanstream-010f919567364427.rmeta --extern anstyle=/work/oxidecomputer/windows-image-builder/target/debug/deps/libanstyle-4279e98c4d5f93ce.rmeta --extern clap_lex=/work/oxidecomputer/windows-image-builder/target/debug/deps/libclap_lex-005313e3ec2129b2.rmeta --extern strsim=/work/oxidecomputer/windows-image-builder/target/debug/deps/libstrsim-e37746f9dea21693.rmeta --extern terminal_size=/work/oxidecomputer/windows-image-builder/target/debug/deps/libterminal_size-0971c1004c1d79ca.rmeta --cap-lints allow`
2342026-07-08T02:06:02.601Z Compiling colored v2.0.4
2352026-07-08T02:06:02.604Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.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 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=7f9f34392a2e7932 -C extra-filename=-2626732f889dd40d --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern is_terminal=/work/oxidecomputer/windows-image-builder/target/debug/deps/libis_terminal-3c7bcfbfed5e0cb6.rmeta --extern lazy_static=/work/oxidecomputer/windows-image-builder/target/debug/deps/liblazy_static-178f34f93539b3a2.rmeta --cap-lints allow`
2362026-07-08T02:06:03.608Z Compiling clap_derive v4.4.7
2372026-07-08T02:06:03.611Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.4.7/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("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=5e8bae1d740ae879 -C extra-filename=-3e70bfee91e02d37 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern heck=/work/oxidecomputer/windows-image-builder/target/debug/deps/libheck-d3ab71f2c9aee110.rlib --extern proc_macro2=/work/oxidecomputer/windows-image-builder/target/debug/deps/libproc_macro2-e4c79d7c03fba05b.rlib --extern quote=/work/oxidecomputer/windows-image-builder/target/debug/deps/libquote-818544f922b1f6a2.rlib --extern syn=/work/oxidecomputer/windows-image-builder/target/debug/deps/libsyn-3a2f1bfcc0fc49cb.rlib --extern proc_macro --cap-lints allow`
2382026-07-08T02:06:04.779Z Compiling clap v4.4.8
2392026-07-08T02:06:04.782Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.4.8/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="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=4e95b2dbc5a417ec -C extra-filename=-a678d7ab15137ba4 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern clap_builder=/work/oxidecomputer/windows-image-builder/target/debug/deps/libclap_builder-bb1de1ebc78e5736.rmeta --extern clap_derive=/work/oxidecomputer/windows-image-builder/target/debug/deps/libclap_derive-3e70bfee91e02d37.so --cap-lints allow`
2402026-07-08T02:06:04.823Z Compiling wimsy v0.1.0 (/work/oxidecomputer/windows-image-builder)
2412026-07-08T02:06:04.827Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name wimsy --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8522172b8ad5b7d6 -C extra-filename=-e96ccc0fc8607d9a --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -C incremental=/work/oxidecomputer/windows-image-builder/target/debug/incremental -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern anyhow=/work/oxidecomputer/windows-image-builder/target/debug/deps/libanyhow-10fa6e90b8925901.rlib --extern atty=/work/oxidecomputer/windows-image-builder/target/debug/deps/libatty-4502ac30e83ce92b.rlib --extern camino=/work/oxidecomputer/windows-image-builder/target/debug/deps/libcamino-458abafe7b24c29d.rlib --extern clap=/work/oxidecomputer/windows-image-builder/target/debug/deps/libclap-a678d7ab15137ba4.rlib --extern colored=/work/oxidecomputer/windows-image-builder/target/debug/deps/libcolored-2626732f889dd40d.rlib --extern indicatif=/work/oxidecomputer/windows-image-builder/target/debug/deps/libindicatif-30eea604c736e728.rlib --extern itertools=/work/oxidecomputer/windows-image-builder/target/debug/deps/libitertools-12162c89a679b718.rlib --extern which=/work/oxidecomputer/windows-image-builder/target/debug/deps/libwhich-7f3eceb9adac9416.rlib --extern xml=/work/oxidecomputer/windows-image-builder/target/debug/deps/libxml-058f5eba9b8dd8d9.rlib`
2422026-07-08T02:06:04.827Z Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name wimsy --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3b5d4d0c9f60958 -C extra-filename=-2ff6027c1c539b52 --out-dir /work/oxidecomputer/windows-image-builder/target/debug/deps -C incremental=/work/oxidecomputer/windows-image-builder/target/debug/incremental -L dependency=/work/oxidecomputer/windows-image-builder/target/debug/deps --extern anyhow=/work/oxidecomputer/windows-image-builder/target/debug/deps/libanyhow-10fa6e90b8925901.rlib --extern atty=/work/oxidecomputer/windows-image-builder/target/debug/deps/libatty-4502ac30e83ce92b.rlib --extern camino=/work/oxidecomputer/windows-image-builder/target/debug/deps/libcamino-458abafe7b24c29d.rlib --extern clap=/work/oxidecomputer/windows-image-builder/target/debug/deps/libclap-a678d7ab15137ba4.rlib --extern colored=/work/oxidecomputer/windows-image-builder/target/debug/deps/libcolored-2626732f889dd40d.rlib --extern indicatif=/work/oxidecomputer/windows-image-builder/target/debug/deps/libindicatif-30eea604c736e728.rlib --extern itertools=/work/oxidecomputer/windows-image-builder/target/debug/deps/libitertools-12162c89a679b718.rlib --extern which=/work/oxidecomputer/windows-image-builder/target/debug/deps/libwhich-7f3eceb9adac9416.rlib --extern xml=/work/oxidecomputer/windows-image-builder/target/debug/deps/libxml-058f5eba9b8dd8d9.rlib`
2432026-07-08T02:06:06.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
2442026-07-08T02:06:06.331Z
2452026-07-08T02:06:06.331Zreal 6.240504181
2462026-07-08T02:06:06.331Zuser 18.872557556
2472026-07-08T02:06:06.331Zsys 4.296071790
2482026-07-08T02:06:06.331Ztrap 0.011181074
2492026-07-08T02:06:06.331Ztflt 0.093827329
2502026-07-08T02:06:06.331Zdflt 0.140209688
2512026-07-08T02:06:06.331Zkflt 0.004984051
2522026-07-08T02:06:06.331Zlock 1:00.203143486
2532026-07-08T02:06:06.346Zslp 46.759303604
2542026-07-08T02:06:06.346Zlat 1.856911442
2552026-07-08T02:06:06.346Zstop 2.503718206
2562026-07-08T02:06:06.346Z+ banner test
2572026-07-08T02:06:06.346Z
2582026-07-08T02:06:06.346Z ##### ###### #### #####
2592026-07-08T02:06:06.346Z # # # #
2602026-07-08T02:06:06.346Z # ##### #### #
2612026-07-08T02:06:06.346Z # # # #
2622026-07-08T02:06:06.346Z # # # # #
2632026-07-08T02:06:06.346Z # ###### #### #
2642026-07-08T02:06:06.346Z
2652026-07-08T02:06:06.346Z+ ptime -m cargo test --all-features --locked --verbose
2662026-07-08T02:06:06.371Z Fresh bitflags v2.4.1
2672026-07-08T02:06:06.371Z Fresh unicode-ident v1.0.12
2682026-07-08T02:06:06.371Z Fresh utf8parse v0.2.1
2692026-07-08T02:06:06.371Z Fresh anstyle-query v1.0.0
2702026-07-08T02:06:06.371Z Fresh colorchoice v1.0.0
2712026-07-08T02:06:06.371Z Fresh libc v0.2.150
2722026-07-08T02:06:06.371Z Fresh anstyle-parse v0.2.2
2732026-07-08T02:06:06.374Z Fresh anstyle v1.0.4
2742026-07-08T02:06:06.374Z Fresh lazy_static v1.4.0
2752026-07-08T02:06:06.374Z Fresh clap_lex v0.6.0
2762026-07-08T02:06:06.374Z Fresh errno v0.3.7
2772026-07-08T02:06:06.374Z Fresh proc-macro2 v1.0.69
2782026-07-08T02:06:06.374Z Fresh anstream v0.6.4
2792026-07-08T02:06:06.374Z Fresh strsim v0.10.0
2802026-07-08T02:06:06.374Z Fresh unicode-width v0.1.11
2812026-07-08T02:06:06.374Z Fresh either v1.9.0
2822026-07-08T02:06:06.374Z Fresh rustix v0.38.25
2832026-07-08T02:06:06.374Z Fresh quote v1.0.33
2842026-07-08T02:06:06.374Z Fresh heck v0.4.1
2852026-07-08T02:06:06.374Z Fresh console v0.15.7
2862026-07-08T02:06:06.374Z Fresh portable-atomic v1.6.0
2872026-07-08T02:06:06.374Z Fresh home v0.5.5
2882026-07-08T02:06:06.374Z Fresh terminal_size v0.3.0
2892026-07-08T02:06:06.374Z Fresh syn v2.0.39
2902026-07-08T02:06:06.374Z Fresh is-terminal v0.4.9
2912026-07-08T02:06:06.374Z Fresh number_prefix v0.4.0
2922026-07-08T02:06:06.374Z Fresh which v5.0.0
2932026-07-08T02:06:06.374Z Fresh anyhow v1.0.75
2942026-07-08T02:06:06.374Z Fresh itertools v0.12.0
2952026-07-08T02:06:06.374Z Fresh clap_builder v4.4.8
2962026-07-08T02:06:06.375Z Fresh clap_derive v4.4.7
2972026-07-08T02:06:06.375Z Fresh colored v2.0.4
2982026-07-08T02:06:06.375Z Fresh camino v1.1.6
2992026-07-08T02:06:06.375Z Fresh indicatif v0.17.7
3002026-07-08T02:06:06.375Z Fresh atty v0.2.14
3012026-07-08T02:06:06.375Z Fresh xml-rs v0.8.19
3022026-07-08T02:06:06.375Z Fresh clap v4.4.8
3032026-07-08T02:06:06.375Z Fresh wimsy v0.1.0 (/work/oxidecomputer/windows-image-builder)
3042026-07-08T02:06:06.375Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
3052026-07-08T02:06:06.375Z Running `/work/oxidecomputer/windows-image-builder/target/debug/deps/wimsy-2ff6027c1c539b52`
3062026-07-08T02:06:06.375Z
3072026-07-08T02:06:06.375Zrunning 3 tests
3082026-07-08T02:06:06.378Ztest autounattend::test::replace_illumos_unattend ... ok
3092026-07-08T02:06:06.378Ztest autounattend::test::replace_linux_unattend ... ok
3102026-07-08T02:06:06.378Ztest autounattend::test::replace_with_no_rules_is_noop ... ok
3112026-07-08T02:06:06.378Z
3122026-07-08T02:06:06.378Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3132026-07-08T02:06:06.378Z
3142026-07-08T02:06:06.381Z
3152026-07-08T02:06:06.381Zreal 0.043318681
3162026-07-08T02:06:06.381Zuser 0.030880024
3172026-07-08T02:06:06.381Zsys 0.015665499
3182026-07-08T02:06:06.381Ztrap 0.000001949
3192026-07-08T02:06:06.381Ztflt 0.000052524
3202026-07-08T02:06:06.381Zdflt 0.000022985
3212026-07-08T02:06:06.381Zkflt 0.000000000
3222026-07-08T02:06:06.381Zlock 0.019583007
3232026-07-08T02:06:06.381Zslp 0.007998618
3242026-07-08T02:06:06.381Zlat 0.000633918
3252026-07-08T02:06:06.381Zstop 0.000108453
3262026-07-08T02:06:06.381Zprocess exited: duration 6335 ms, exit code 0
 
3272026-07-08T02:06:06.388Zfound 0 output files