2024-03-08T10:11:15.1984915Z Current runner version: '2.314.1' 2024-03-08T10:11:15.2005755Z ##[group]Operating System 2024-03-08T10:11:15.2006512Z Ubuntu 2024-03-08T10:11:15.2006816Z 22.04.4 2024-03-08T10:11:15.2007146Z LTS 2024-03-08T10:11:15.2007549Z ##[endgroup] 2024-03-08T10:11:15.2007884Z ##[group]Runner Image 2024-03-08T10:11:15.2008323Z Image: ubuntu-22.04 2024-03-08T10:11:15.2008781Z Version: 20240304.1.0 2024-03-08T10:11:15.2009758Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240304.1/images/ubuntu/Ubuntu2204-Readme.md 2024-03-08T10:11:15.2011220Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240304.1 2024-03-08T10:11:15.2012130Z ##[endgroup] 2024-03-08T10:11:15.2012485Z ##[group]Runner Image Provisioner 2024-03-08T10:11:15.2012982Z 2.0.359.1 2024-03-08T10:11:15.2013371Z ##[endgroup] 2024-03-08T10:11:15.2014221Z ##[group]GITHUB_TOKEN Permissions 2024-03-08T10:11:15.2015839Z Contents: read 2024-03-08T10:11:15.2016232Z Metadata: read 2024-03-08T10:11:15.2016797Z ##[endgroup] 2024-03-08T10:11:15.2020110Z Secret source: Actions 2024-03-08T10:11:15.2020688Z Prepare workflow directory 2024-03-08T10:11:15.2735142Z Prepare all required actions 2024-03-08T10:11:15.2898368Z Getting action download info 2024-03-08T10:11:15.5181244Z Download action repository 'actions/checkout@v4' (SHA:b4ffde65f46336ab88eb53be808477a3936bae11) 2024-03-08T10:11:15.6220738Z Download action repository 'taiki-e/install-action@cross' (SHA:10e2f1e6bdfe0cb12c776a0dbb9f7efe061b9413) 2024-03-08T10:11:16.2168041Z Download action repository 'Swatinem/rust-cache@v2.7.3' (SHA:23bce251a8cd2ffc3c1075eaa2367cf899916d84) 2024-03-08T10:11:16.8623406Z Complete job name: Test - x86_64-pc-windows-gnu with rust nightly 2024-03-08T10:11:16.9508824Z ##[group]Run actions/checkout@v4 2024-03-08T10:11:16.9509258Z with: 2024-03-08T10:11:16.9509706Z repository: VorpalBlade/ini-merge 2024-03-08T10:11:16.9510319Z token: *** 2024-03-08T10:11:16.9510621Z ssh-strict: true 2024-03-08T10:11:16.9511071Z persist-credentials: true 2024-03-08T10:11:16.9511478Z clean: true 2024-03-08T10:11:16.9511781Z sparse-checkout-cone-mode: true 2024-03-08T10:11:16.9512293Z fetch-depth: 1 2024-03-08T10:11:16.9512623Z fetch-tags: false 2024-03-08T10:11:16.9512935Z show-progress: true 2024-03-08T10:11:16.9513354Z lfs: false 2024-03-08T10:11:16.9513671Z submodules: false 2024-03-08T10:11:16.9513973Z set-safe-directory: true 2024-03-08T10:11:16.9514415Z env: 2024-03-08T10:11:16.9514720Z CARGO_INCREMENTAL: 0 2024-03-08T10:11:16.9515037Z CARGO_TERM_COLOR: always 2024-03-08T10:11:16.9515490Z RUST_BACKTRACE: 1 2024-03-08T10:11:16.9515834Z RUSTFLAGS: -D warnings 2024-03-08T10:11:16.9516159Z RUSTUP_MAX_RETRIES: 10 2024-03-08T10:11:16.9516720Z ##[endgroup] 2024-03-08T10:11:17.1040923Z Syncing repository: VorpalBlade/ini-merge 2024-03-08T10:11:17.1043355Z ##[group]Getting Git version info 2024-03-08T10:11:17.1044522Z Working directory is '/home/runner/work/ini-merge/ini-merge' 2024-03-08T10:11:17.1046165Z [command]/usr/bin/git version 2024-03-08T10:11:17.1046897Z git version 2.43.2 2024-03-08T10:11:17.1049595Z ##[endgroup] 2024-03-08T10:11:17.1066645Z Temporarily overriding HOME='/home/runner/work/_temp/7524df41-46b9-44d6-b896-dbeab34e0077' before making global git config changes 2024-03-08T10:11:17.1068360Z Adding repository directory to the temporary git global config as a safe directory 2024-03-08T10:11:17.1069457Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/ini-merge/ini-merge 2024-03-08T10:11:17.1098827Z Deleting the contents of '/home/runner/work/ini-merge/ini-merge' 2024-03-08T10:11:17.1105730Z ##[group]Initializing the repository 2024-03-08T10:11:17.1109587Z [command]/usr/bin/git init /home/runner/work/ini-merge/ini-merge 2024-03-08T10:11:17.1167684Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-03-08T10:11:17.1169103Z hint: is subject to change. To configure the initial branch name to use in all 2024-03-08T10:11:17.1170466Z hint: of your new repositories, which will suppress this warning, call: 2024-03-08T10:11:17.1171871Z hint: 2024-03-08T10:11:17.1172662Z hint: git config --global init.defaultBranch 2024-03-08T10:11:17.1173495Z hint: 2024-03-08T10:11:17.1174338Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-03-08T10:11:17.1175122Z hint: 'development'. The just-created branch can be renamed via this command: 2024-03-08T10:11:17.1175726Z hint: 2024-03-08T10:11:17.1176276Z hint: git branch -m 2024-03-08T10:11:17.1181786Z Initialized empty Git repository in /home/runner/work/ini-merge/ini-merge/.git/ 2024-03-08T10:11:17.1192410Z [command]/usr/bin/git remote add origin https://github.com/VorpalBlade/ini-merge 2024-03-08T10:11:17.1224299Z ##[endgroup] 2024-03-08T10:11:17.1225320Z ##[group]Disabling automatic garbage collection 2024-03-08T10:11:17.1227809Z [command]/usr/bin/git config --local gc.auto 0 2024-03-08T10:11:17.1255587Z ##[endgroup] 2024-03-08T10:11:17.1256778Z ##[group]Setting up auth 2024-03-08T10:11:17.1262316Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-03-08T10:11:17.1289703Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-03-08T10:11:17.1579458Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-03-08T10:11:17.1605936Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-03-08T10:11:17.1835676Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-03-08T10:11:17.1868559Z ##[endgroup] 2024-03-08T10:11:17.1869640Z ##[group]Fetching the repository 2024-03-08T10:11:17.1877614Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0f4696241825c17faf4d63f2e19bdccabc1ccc51:refs/remotes/origin/main 2024-03-08T10:11:17.5734429Z From https://github.com/VorpalBlade/ini-merge 2024-03-08T10:11:17.5735566Z * [new ref] 0f4696241825c17faf4d63f2e19bdccabc1ccc51 -> origin/main 2024-03-08T10:11:17.5770153Z ##[endgroup] 2024-03-08T10:11:17.5771295Z ##[group]Determining the checkout info 2024-03-08T10:11:17.5772626Z ##[endgroup] 2024-03-08T10:11:17.5773685Z ##[group]Checking out the ref 2024-03-08T10:11:17.5830665Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-03-08T10:11:17.5846294Z Switched to a new branch 'main' 2024-03-08T10:11:17.5847244Z branch 'main' set up to track 'origin/main'. 2024-03-08T10:11:17.5855277Z ##[endgroup] 2024-03-08T10:11:17.5887474Z [command]/usr/bin/git log -1 --format='%H' 2024-03-08T10:11:17.5911058Z '0f4696241825c17faf4d63f2e19bdccabc1ccc51' 2024-03-08T10:11:17.6240463Z ##[group]Run rustup install --profile minimal nightly && rustup default nightly 2024-03-08T10:11:17.6241380Z rustup install --profile minimal nightly && rustup default nightly 2024-03-08T10:11:17.6306408Z shell: /usr/bin/bash -e {0} 2024-03-08T10:11:17.6306944Z env: 2024-03-08T10:11:17.6307252Z CARGO_INCREMENTAL: 0 2024-03-08T10:11:17.6307632Z CARGO_TERM_COLOR: always 2024-03-08T10:11:17.6308097Z RUST_BACKTRACE: 1 2024-03-08T10:11:17.6308410Z RUSTFLAGS: -D warnings 2024-03-08T10:11:17.6308778Z RUSTUP_MAX_RETRIES: 10 2024-03-08T10:11:17.6309215Z ##[endgroup] 2024-03-08T10:11:17.6674847Z info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu' 2024-03-08T10:11:17.7718377Z info: latest update on 2024-03-08, rust version 1.78.0-nightly (9c3ad802d 2024-03-07) 2024-03-08T10:11:17.7719488Z info: downloading component 'cargo' 2024-03-08T10:11:17.8068410Z info: downloading component 'rust-std' 2024-03-08T10:11:17.9074281Z info: downloading component 'rustc' 2024-03-08T10:11:18.1521041Z info: installing component 'cargo' 2024-03-08T10:11:18.7194199Z info: installing component 'rust-std' 2024-03-08T10:11:20.4777387Z info: installing component 'rustc' 2024-03-08T10:11:24.2804154Z 2024-03-08T10:11:24.2913106Z nightly-x86_64-unknown-linux-gnu installed - rustc 1.78.0-nightly (9c3ad802d 2024-03-07) 2024-03-08T10:11:24.2914233Z info: checking for self-update 2024-03-08T10:11:24.2914495Z 2024-03-08T10:11:24.2952591Z warning: tool `rust-analyzer` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool. 2024-03-08T10:11:24.2955169Z warning: tool `rustfmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool. 2024-03-08T10:11:24.2957399Z warning: tool `cargo-fmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool. 2024-03-08T10:11:24.3007283Z info: using existing install for 'nightly-x86_64-unknown-linux-gnu' 2024-03-08T10:11:24.3020012Z info: default toolchain set to 'nightly-x86_64-unknown-linux-gnu' 2024-03-08T10:11:24.3020604Z 2024-03-08T10:11:24.3121723Z nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.78.0-nightly (9c3ad802d 2024-03-07) 2024-03-08T10:11:24.3122443Z 2024-03-08T10:11:24.3188171Z ##[group]Run taiki-e/install-action@cross 2024-03-08T10:11:24.3188754Z with: 2024-03-08T10:11:24.3189021Z tool: cross 2024-03-08T10:11:24.3189340Z checksum: true 2024-03-08T10:11:24.3189725Z env: 2024-03-08T10:11:24.3189986Z CARGO_INCREMENTAL: 0 2024-03-08T10:11:24.3190342Z CARGO_TERM_COLOR: always 2024-03-08T10:11:24.3190794Z RUST_BACKTRACE: 1 2024-03-08T10:11:24.3191101Z RUSTFLAGS: -D warnings 2024-03-08T10:11:24.3191471Z RUSTUP_MAX_RETRIES: 10 2024-03-08T10:11:24.3191873Z ##[endgroup] 2024-03-08T10:11:24.3372843Z ##[group]Run bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh" 2024-03-08T10:11:24.3373614Z bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh" 2024-03-08T10:11:24.3424758Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-03-08T10:11:24.3425296Z env: 2024-03-08T10:11:24.3425573Z CARGO_INCREMENTAL: 0 2024-03-08T10:11:24.3426000Z CARGO_TERM_COLOR: always 2024-03-08T10:11:24.3426357Z RUST_BACKTRACE: 1 2024-03-08T10:11:24.3426768Z RUSTFLAGS: -D warnings 2024-03-08T10:11:24.3427199Z RUSTUP_MAX_RETRIES: 10 2024-03-08T10:11:24.3427578Z INPUT_TOOL: cross 2024-03-08T10:11:24.3427872Z INPUT_CHECKSUM: true 2024-03-08T10:11:24.3428269Z ##[endgroup] 2024-03-08T10:11:24.3589549Z info: host platform: x86_64_linux 2024-03-08T10:11:24.4640142Z info: installing cross@latest 2024-03-08T10:11:24.5281737Z info: downloading https://github.com/cross-rs/cross/releases/download/v0.2.5/cross-x86_64-unknown-linux-musl.tar.gz 2024-03-08T10:11:25.0824681Z info: verifying sha256 checksum for cross-x86_64-unknown-linux-musl.tar.gz 2024-03-08T10:11:25.1581841Z info: cross installed at /home/runner/.cargo/bin/cross 2024-03-08T10:11:25.1585382Z + cross --version 2024-03-08T10:11:25.2041272Z cross 0.2.5 2024-03-08T10:11:26.4415571Z info: downloading component 'rust-src' 2024-03-08T10:11:26.4778295Z info: installing component 'rust-src' 2024-03-08T10:11:26.8315333Z [cross] note: Falling back to `cargo` on the host. 2024-03-08T10:11:26.8675272Z cargo 1.78.0-nightly (a4c63fe53 2024-03-06) 2024-03-08T10:11:26.8690883Z 2024-03-08T10:11:26.8778015Z ##[group]Run Swatinem/rust-cache@v2.7.3 2024-03-08T10:11:26.8778574Z with: 2024-03-08T10:11:26.8779217Z key: x86_64-pc-windows-gnu 2024-03-08T10:11:26.8779676Z prefix-key: v0-rust 2024-03-08T10:11:26.8780131Z cache-targets: true 2024-03-08T10:11:26.8780504Z cache-all-crates: false 2024-03-08T10:11:26.8780827Z save-if: true 2024-03-08T10:11:26.8781229Z cache-provider: github 2024-03-08T10:11:26.8781587Z env: 2024-03-08T10:11:26.8781852Z CARGO_INCREMENTAL: 0 2024-03-08T10:11:26.8782285Z CARGO_TERM_COLOR: always 2024-03-08T10:11:26.8782666Z RUST_BACKTRACE: 1 2024-03-08T10:11:26.8782972Z RUSTFLAGS: -D warnings 2024-03-08T10:11:26.8783392Z RUSTUP_MAX_RETRIES: 10 2024-03-08T10:11:26.8783967Z ##[endgroup] 2024-03-08T10:11:27.1668941Z ##[group]Cache Configuration 2024-03-08T10:11:27.1669788Z Cache Provider: 2024-03-08T10:11:27.1670275Z github 2024-03-08T10:11:27.1670736Z Workspaces: 2024-03-08T10:11:27.1671550Z /home/runner/work/ini-merge/ini-merge 2024-03-08T10:11:27.1673423Z Cache Paths: 2024-03-08T10:11:27.1674062Z /home/runner/.cargo 2024-03-08T10:11:27.1674767Z /home/runner/work/ini-merge/ini-merge/target 2024-03-08T10:11:27.1675488Z Restore Key: 2024-03-08T10:11:27.1676250Z v0-rust-x86_64-pc-windows-gnu-test-448a8372 2024-03-08T10:11:27.1676897Z Cache Key: 2024-03-08T10:11:27.1677635Z v0-rust-x86_64-pc-windows-gnu-test-448a8372-f875e1c1 2024-03-08T10:11:27.1678491Z .. Prefix: 2024-03-08T10:11:27.1679018Z - v0-rust-x86_64-pc-windows-gnu-test 2024-03-08T10:11:27.1679699Z .. Environment considered: 2024-03-08T10:11:27.1683327Z - Rust Version: 1.78.0-nightly x86_64-unknown-linux-gnu (9c3ad802d9b9633d60d3a74668eb1be819212d34) 2024-03-08T10:11:27.1684592Z - CARGO_INCREMENTAL 2024-03-08T10:11:27.1685229Z - CARGO_TERM_COLOR 2024-03-08T10:11:27.1686061Z - RUST_BACKTRACE 2024-03-08T10:11:27.1686649Z - RUSTFLAGS 2024-03-08T10:11:27.1687283Z - RUSTUP_MAX_RETRIES 2024-03-08T10:11:27.1688055Z .. Lockfiles considered: 2024-03-08T10:11:27.1688886Z - /home/runner/work/ini-merge/ini-merge/Cargo.lock 2024-03-08T10:11:27.1689998Z - /home/runner/work/ini-merge/ini-merge/Cargo.toml 2024-03-08T10:11:27.1691331Z ##[endgroup] 2024-03-08T10:11:27.1691636Z 2024-03-08T10:11:27.1691892Z ... Restoring cache ... 2024-03-08T10:11:27.5033577Z No cache found. 2024-03-08T10:11:27.5126413Z ##[group]Run cross test --target x86_64-pc-windows-gnu --verbose --no-run 2024-03-08T10:11:27.5127183Z cross test --target x86_64-pc-windows-gnu --verbose --no-run 2024-03-08T10:11:27.5176203Z shell: /usr/bin/bash -e {0} 2024-03-08T10:11:27.5176541Z env: 2024-03-08T10:11:27.5176974Z CARGO_INCREMENTAL: 0 2024-03-08T10:11:27.5177339Z CARGO_TERM_COLOR: always 2024-03-08T10:11:27.5177680Z RUST_BACKTRACE: 1 2024-03-08T10:11:27.5178105Z RUSTFLAGS: -D warnings 2024-03-08T10:11:27.5178468Z RUSTUP_MAX_RETRIES: 10 2024-03-08T10:11:27.5178794Z CACHE_ON_FAILURE: false 2024-03-08T10:11:27.5179713Z ##[endgroup] 2024-03-08T10:11:27.6120430Z + cargo metadata --format-version 1 --filter-platform x86_64-pc-windows-gnu 2024-03-08T10:11:27.7309763Z + rustc --print sysroot 2024-03-08T10:11:27.7751587Z + rustup toolchain list 2024-03-08T10:11:27.8124156Z + rustup target list --toolchain nightly-x86_64-unknown-linux-gnu 2024-03-08T10:11:27.8445590Z + rustup --verbose target add x86_64-pc-windows-gnu --toolchain nightly-x86_64-unknown-linux-gnu 2024-03-08T10:11:27.8475399Z verbose: read metadata version: '12' 2024-03-08T10:11:27.8992545Z info: downloading component 'rust-std' for 'x86_64-pc-windows-gnu' 2024-03-08T10:11:27.8994248Z verbose: downloading file from: 'https://static.rust-lang.org/dist/2024-03-08/rust-std-nightly-x86_64-pc-windows-gnu.tar.xz' 2024-03-08T10:11:27.8995369Z verbose: downloading with reqwest 2024-03-08T10:11:28.0410170Z verbose: checksum passed 2024-03-08T10:11:28.0411305Z info: installing component 'rust-std' for 'x86_64-pc-windows-gnu' 2024-03-08T10:11:28.0412532Z verbose: creating temp directory: /home/runner/.rustup/tmp/iahnmvsvtli0goe5_dir 2024-03-08T10:11:29.5316024Z verbose: creating temp file: /home/runner/.rustup/tmp/hcf9x9_rdgc2dky0_file 2024-03-08T10:11:29.5325297Z verbose: creating temp file: /home/runner/.rustup/tmp/8e5nh3tsu8al34sz_file 2024-03-08T10:11:29.5342584Z verbose: deleted temp directory: /home/runner/.rustup/tmp/iahnmvsvtli0goe5_dir 2024-03-08T10:11:29.5404093Z verbose: creating temp file: /home/runner/.rustup/tmp/glsr_bq4t4c54i4i_file 2024-03-08T10:11:29.5439269Z verbose: creating temp file: /home/runner/.rustup/tmp/twbw2l0n5eblnuo5_file 2024-03-08T10:11:29.5445244Z verbose: deleted temp file: /home/runner/.rustup/tmp/hcf9x9_rdgc2dky0_file 2024-03-08T10:11:29.5446227Z verbose: deleted temp file: /home/runner/.rustup/tmp/8e5nh3tsu8al34sz_file 2024-03-08T10:11:29.5447795Z verbose: deleted temp file: /home/runner/.rustup/tmp/glsr_bq4t4c54i4i_file 2024-03-08T10:11:29.5448523Z verbose: deleted temp file: /home/runner/.rustup/tmp/twbw2l0n5eblnuo5_file 2024-03-08T10:11:29.5507544Z + /usr/bin/docker 2024-03-08T10:11:29.7309241Z + /usr/bin/docker run --userns host -e 'PKG_CONFIG_ALLOW_CROSS=1' -e 'XARGO_HOME=/xargo' -e 'CARGO_HOME=/cargo' -e 'CARGO_TARGET_DIR=/target' -e 'CROSS_RUNNER=' -e RUSTFLAGS -e CARGO_TERM_COLOR -e CARGO_INCREMENTAL -e 'USER=runner' --rm --user 1001:127 -v /home/runner/.xargo:/xargo:z -v /home/runner/.cargo:/cargo:z -v /cargo/bin -v /home/runner/work/ini-merge/ini-merge:/project:z -v /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu:/rust:z,ro -v /home/runner/work/ini-merge/ini-merge/target:/target:z -w /project ghcr.io/cross-rs/x86_64-pc-windows-gnu:0.2.5 sh -c 'PATH=$PATH:/rust/bin cargo test --target x86_64-pc-windows-gnu --verbose --no-run' 2024-03-08T10:11:29.7431427Z Unable to find image 'ghcr.io/cross-rs/x86_64-pc-windows-gnu:0.2.5' locally 2024-03-08T10:11:30.4747408Z 0.2.5: Pulling from cross-rs/x86_64-pc-windows-gnu 2024-03-08T10:11:30.6802006Z 09db6f815738: Pulling fs layer 2024-03-08T10:11:30.6802853Z fc7ec11a6458: Pulling fs layer 2024-03-08T10:11:30.6803495Z 0d0d5b9e5435: Pulling fs layer 2024-03-08T10:11:30.6804059Z 6c55ea5a00b4: Pulling fs layer 2024-03-08T10:11:30.6804508Z 5176e4e782f1: Pulling fs layer 2024-03-08T10:11:30.6804907Z 2145e827e395: Pulling fs layer 2024-03-08T10:11:30.6805294Z 64f0f203691b: Pulling fs layer 2024-03-08T10:11:30.6805700Z 22196993e4ac: Pulling fs layer 2024-03-08T10:11:30.6806351Z a50bf66d5173: Pulling fs layer 2024-03-08T10:11:30.6806757Z 9668ce346a3f: Pulling fs layer 2024-03-08T10:11:30.6807188Z 6d156b2a90a3: Pulling fs layer 2024-03-08T10:11:30.6807593Z a9191102f368: Pulling fs layer 2024-03-08T10:11:30.6807975Z a3ea7e91a614: Pulling fs layer 2024-03-08T10:11:30.6808394Z 6c55ea5a00b4: Waiting 2024-03-08T10:11:30.6808728Z 5176e4e782f1: Waiting 2024-03-08T10:11:30.6809070Z 2145e827e395: Waiting 2024-03-08T10:11:30.6809443Z 64f0f203691b: Waiting 2024-03-08T10:11:30.6809778Z 22196993e4ac: Waiting 2024-03-08T10:11:30.6810074Z a50bf66d5173: Waiting 2024-03-08T10:11:30.6810487Z 9668ce346a3f: Waiting 2024-03-08T10:11:30.6810805Z 6d156b2a90a3: Waiting 2024-03-08T10:11:30.6811088Z a9191102f368: Waiting 2024-03-08T10:11:30.6811484Z a3ea7e91a614: Waiting 2024-03-08T10:11:30.9514480Z fc7ec11a6458: Download complete 2024-03-08T10:11:31.2522922Z 6c55ea5a00b4: Verifying Checksum 2024-03-08T10:11:31.4623690Z 09db6f815738: Download complete 2024-03-08T10:11:31.7120673Z 2145e827e395: Verifying Checksum 2024-03-08T10:11:31.7121681Z 2145e827e395: Download complete 2024-03-08T10:11:32.2054946Z 5176e4e782f1: Verifying Checksum 2024-03-08T10:11:32.2055735Z 5176e4e782f1: Download complete 2024-03-08T10:11:32.5070772Z 09db6f815738: Pull complete 2024-03-08T10:11:32.5567501Z 22196993e4ac: Download complete 2024-03-08T10:11:32.7980382Z 64f0f203691b: Verifying Checksum 2024-03-08T10:11:32.7981594Z 64f0f203691b: Download complete 2024-03-08T10:11:32.8620110Z a50bf66d5173: Download complete 2024-03-08T10:11:34.7170695Z fc7ec11a6458: Pull complete 2024-03-08T10:11:34.9522781Z 0d0d5b9e5435: Verifying Checksum 2024-03-08T10:11:34.9523523Z 0d0d5b9e5435: Download complete 2024-03-08T10:11:35.0230623Z 6d156b2a90a3: Verifying Checksum 2024-03-08T10:11:35.0231682Z 6d156b2a90a3: Download complete 2024-03-08T10:11:35.2441856Z a9191102f368: Verifying Checksum 2024-03-08T10:11:35.2443128Z a9191102f368: Download complete 2024-03-08T10:11:35.3006103Z a3ea7e91a614: Verifying Checksum 2024-03-08T10:11:35.3006920Z a3ea7e91a614: Download complete 2024-03-08T10:11:39.0082970Z 9668ce346a3f: Verifying Checksum 2024-03-08T10:11:39.0084031Z 9668ce346a3f: Download complete 2024-03-08T10:11:41.2092365Z 0d0d5b9e5435: Pull complete 2024-03-08T10:11:43.7626010Z 6c55ea5a00b4: Pull complete 2024-03-08T10:11:46.1141336Z 5176e4e782f1: Pull complete 2024-03-08T10:11:46.1232614Z 2145e827e395: Pull complete 2024-03-08T10:11:46.7006534Z 64f0f203691b: Pull complete 2024-03-08T10:11:46.7608945Z 22196993e4ac: Pull complete 2024-03-08T10:11:46.7692933Z a50bf66d5173: Pull complete 2024-03-08T10:11:58.8100093Z 9668ce346a3f: Pull complete 2024-03-08T10:12:03.2136845Z 6d156b2a90a3: Pull complete 2024-03-08T10:12:03.2258018Z a9191102f368: Pull complete 2024-03-08T10:12:03.2337972Z a3ea7e91a614: Pull complete 2024-03-08T10:12:03.2377673Z Digest: sha256:8ba72a5491168af78e52f453f09d204cee330ff09a0323d4188a6efe1f59cfbd 2024-03-08T10:12:03.2391727Z Status: Downloaded newer image for ghcr.io/cross-rs/x86_64-pc-windows-gnu:0.2.5 2024-03-08T10:12:10.3388978Z  Compiling proc-macro2 v1.0.78 2024-03-08T10:12:10.3389990Z  Compiling unicode-ident v1.0.12 2024-03-08T10:12:10.3390935Z  Compiling syn v1.0.109 2024-03-08T10:12:10.3391684Z  Compiling paste v1.0.14 2024-03-08T10:12:10.3396707Z  Running `rustc --crate-name build_script_build --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/build.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=44272cd33082d3a5 -C extra-filename=-44272cd33082d3a5 --out-dir /target/debug/build/proc-macro2-44272cd33082d3a5 -L dependency=/target/debug/deps --cap-lints allow` 2024-03-08T10:12:10.3472767Z  Running `rustc --crate-name unicode_ident --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/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 -C debuginfo=2 -C metadata=02f147e3ca7fbe38 -C extra-filename=-02f147e3ca7fbe38 --out-dir /target/debug/deps -L dependency=/target/debug/deps --cap-lints allow` 2024-03-08T10:12:10.3481005Z  Running `rustc --crate-name build_script_build --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.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 -C metadata=9392d9fed705baf6 -C extra-filename=-9392d9fed705baf6 --out-dir /target/debug/build/paste-9392d9fed705baf6 -L dependency=/target/debug/deps --cap-lints allow` 2024-03-08T10:12:10.3490757Z  Running `rustc --crate-name build_script_build --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/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 -C debuginfo=2 --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"' --cfg 'feature="visit-mut"' -C metadata=ad18b0a0e5594c72 -C extra-filename=-ad18b0a0e5594c72 --out-dir /target/debug/build/syn-ad18b0a0e5594c72 -L dependency=/target/debug/deps --cap-lints allow` 2024-03-08T10:12:10.4012995Z  Compiling version_check v0.9.4 2024-03-08T10:12:10.4018241Z  Running `rustc --crate-name version_check --edition=2015 /cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.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 -C metadata=7a3364c28fba6bb3 -C extra-filename=-7a3364c28fba6bb3 --out-dir /target/debug/deps -L dependency=/target/debug/deps --cap-lints allow` 2024-03-08T10:12:10.6328057Z  Running `/target/debug/build/paste-9392d9fed705baf6/build-script-build` 2024-03-08T10:12:10.6505781Z  Running `rustc --crate-name paste --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/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 -C debuginfo=2 -C metadata=6d5f773b01654891 -C extra-filename=-6d5f773b01654891 --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro --cap-lints allow` 2024-03-08T10:12:10.6511040Z  Running `/target/debug/build/proc-macro2-44272cd33082d3a5/build-script-build` 2024-03-08T10:12:10.6942654Z  Running `/target/debug/build/syn-ad18b0a0e5594c72/build-script-build` 2024-03-08T10:12:10.6968703Z  Running `rustc --crate-name proc_macro2 --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.78/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="proc-macro"' -C metadata=b948ea9911ae0c1a -C extra-filename=-b948ea9911ae0c1a --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern unicode_ident=/target/debug/deps/libunicode_ident-02f147e3ca7fbe38.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span` 2024-03-08T10:12:10.7132863Z  Compiling either v1.10.0 2024-03-08T10:12:10.7145322Z  Running `rustc --crate-name either --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.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 --cfg 'feature="use_std"' -C metadata=a582a5f7c612da26 -C extra-filename=-a582a5f7c612da26 --out-dir /target/debug/deps -L dependency=/target/debug/deps --cap-lints allow` 2024-03-08T10:12:10.7732311Z  Compiling proc-macro2-diagnostics v0.10.1 2024-03-08T10:12:10.7738637Z  Running `rustc --crate-name build_script_build --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-diagnostics-0.10.1/build.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 --cfg 'feature="colors"' --cfg 'feature="default"' --cfg 'feature="yansi"' -C metadata=128c824e5728d127 -C extra-filename=-128c824e5728d127 --out-dir /target/debug/build/proc-macro2-diagnostics-128c824e5728d127 -L dependency=/target/debug/deps --extern version_check=/target/debug/deps/libversion_check-7a3364c28fba6bb3.rlib --cap-lints allow` 2024-03-08T10:12:10.8708622Z  Compiling macro_rules_attribute-proc_macro v0.1.3 2024-03-08T10:12:10.8713802Z  Running `rustc --crate-name macro_rules_attribute_proc_macro --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/macro_rules_attribute-proc_macro-0.1.3/mod.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 -C debuginfo=2 -C metadata=3e35fd6723bf5a04 -C extra-filename=-3e35fd6723bf5a04 --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro --cap-lints allow` 2024-03-08T10:12:10.9818396Z  Running `/target/debug/build/proc-macro2-diagnostics-128c824e5728d127/build-script-build` 2024-03-08T10:12:10.9993261Z  Compiling yansi v1.0.0 2024-03-08T10:12:10.9998116Z  Running `rustc --crate-name yansi --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b0cc6d0d4a91c554 -C extra-filename=-b0cc6d0d4a91c554 --out-dir /target/debug/deps -L dependency=/target/debug/deps --cap-lints allow` 2024-03-08T10:12:11.3058778Z  Compiling quote v1.0.35 2024-03-08T10:12:11.3064819Z  Running `rustc --crate-name quote --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/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="proc-macro"' -C metadata=d9817e3d2b4f12ba -C extra-filename=-d9817e3d2b4f12ba --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro2=/target/debug/deps/libproc_macro2-b948ea9911ae0c1a.rmeta --cap-lints allow` 2024-03-08T10:12:11.4128779Z  Compiling memchr v2.7.1 2024-03-08T10:12:11.4135127Z  Running `rustc --crate-name memchr --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.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="alloc"' --cfg 'feature="std"' -C metadata=aa0dbcb65f804a1b -C extra-filename=-aa0dbcb65f804a1b --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:11.4818280Z  Running `rustc --crate-name syn --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/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 -C debuginfo=2 --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"' --cfg 'feature="visit-mut"' -C metadata=ebc4e057dc0efc53 -C extra-filename=-ebc4e057dc0efc53 --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro2=/target/debug/deps/libproc_macro2-b948ea9911ae0c1a.rmeta --extern quote=/target/debug/deps/libquote-d9817e3d2b4f12ba.rmeta --extern unicode_ident=/target/debug/deps/libunicode_ident-02f147e3ca7fbe38.rmeta --cap-lints allow` 2024-03-08T10:12:11.5999412Z  Compiling syn v2.0.52 2024-03-08T10:12:11.6013017Z  Running `rustc --crate-name syn --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.52/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=c70ceb895f1c0d40 -C extra-filename=-c70ceb895f1c0d40 --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro2=/target/debug/deps/libproc_macro2-b948ea9911ae0c1a.rmeta --extern quote=/target/debug/deps/libquote-d9817e3d2b4f12ba.rmeta --extern unicode_ident=/target/debug/deps/libunicode_ident-02f147e3ca7fbe38.rmeta --cap-lints allow` 2024-03-08T10:12:11.6176411Z  Compiling macro_rules_attribute v0.1.3 2024-03-08T10:12:11.6184624Z  Running `rustc --crate-name macro_rules_attribute --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/macro_rules_attribute-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=ee81f28f87fbebf8 -C extra-filename=-ee81f28f87fbebf8 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern macro_rules_attribute_proc_macro=/target/debug/deps/libmacro_rules_attribute_proc_macro-3e35fd6723bf5a04.so --extern paste=/target/debug/deps/libpaste-6d5f773b01654891.so --cap-lints allow -D warnings` 2024-03-08T10:12:11.6460698Z  Compiling itertools v0.12.1 2024-03-08T10:12:11.6466544Z  Running `rustc --crate-name itertools --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/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"' -C metadata=71b9b4c22e28ca62 -C extra-filename=-71b9b4c22e28ca62 --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern either=/target/debug/deps/libeither-a582a5f7c612da26.rmeta --cap-lints allow` 2024-03-08T10:12:12.3088874Z  Compiling aho-corasick v1.1.2 2024-03-08T10:12:12.3096427Z  Running `rustc --crate-name aho_corasick --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.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="perf-literal"' --cfg 'feature="std"' -C metadata=49d47cb46528cc02 -C extra-filename=-49d47cb46528cc02 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern memchr=/target/x86_64-pc-windows-gnu/debug/deps/libmemchr-aa0dbcb65f804a1b.rmeta --cap-lints allow -D warnings` 2024-03-08T10:12:13.0064705Z  Compiling heck v0.4.1 2024-03-08T10:12:13.0069328Z  Running `rustc --crate-name heck --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/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 -C debuginfo=2 --cfg 'feature="default"' -C metadata=3520df16d0133e7b -C extra-filename=-3520df16d0133e7b --out-dir /target/debug/deps -L dependency=/target/debug/deps --cap-lints allow` 2024-03-08T10:12:13.2122232Z  Compiling regex-syntax v0.8.2 2024-03-08T10:12:13.2136337Z  Running `rustc --crate-name regex_syntax --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.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="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=98e7cd676ae6633e -C extra-filename=-98e7cd676ae6633e --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:15.5087064Z  Running `rustc --crate-name proc_macro2_diagnostics --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-diagnostics-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="colors"' --cfg 'feature="default"' --cfg 'feature="yansi"' -C metadata=7c0f2c9e3144188d -C extra-filename=-7c0f2c9e3144188d --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro2=/target/debug/deps/libproc_macro2-b948ea9911ae0c1a.rmeta --extern quote=/target/debug/deps/libquote-d9817e3d2b4f12ba.rmeta --extern syn=/target/debug/deps/libsyn-c70ceb895f1c0d40.rmeta --extern yansi=/target/debug/deps/libyansi-b0cc6d0d4a91c554.rmeta --cap-lints allow --cfg nightly_diagnostics` 2024-03-08T10:12:15.8248184Z  Compiling thiserror v1.0.57 2024-03-08T10:12:15.8252933Z  Running `rustc --crate-name build_script_build --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/build.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 -C metadata=8b81fba66aa0db37 -C extra-filename=-8b81fba66aa0db37 --out-dir /target/debug/build/thiserror-8b81fba66aa0db37 -L dependency=/target/debug/deps --cap-lints allow` 2024-03-08T10:12:16.1240710Z  Running `/target/debug/build/thiserror-8b81fba66aa0db37/build-script-build` 2024-03-08T10:12:16.1610392Z  Compiling regex-automata v0.4.6 2024-03-08T10:12:16.1625178Z  Running `rustc --crate-name regex_automata --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=9ef253e7cdecb9e2 -C extra-filename=-9ef253e7cdecb9e2 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern aho_corasick=/target/x86_64-pc-windows-gnu/debug/deps/libaho_corasick-49d47cb46528cc02.rmeta --extern memchr=/target/x86_64-pc-windows-gnu/debug/deps/libmemchr-aa0dbcb65f804a1b.rmeta --extern regex_syntax=/target/x86_64-pc-windows-gnu/debug/deps/libregex_syntax-98e7cd676ae6633e.rmeta --cap-lints allow -D warnings` 2024-03-08T10:12:16.7336355Z  Running `rustc --crate-name either --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.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 -C metadata=79f61aed0b13e64f -C extra-filename=-79f61aed0b13e64f --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:16.8571135Z  Compiling never-say-never v6.6.666 2024-03-08T10:12:16.8582910Z  Running `rustc --crate-name never_say_never --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/never-say-never-6.6.666/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 -C metadata=c708e83e25d72001 -C extra-filename=-c708e83e25d72001 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:16.8895430Z  Compiling cfg-if v1.0.0 2024-03-08T10:12:16.8909259Z  Running `rustc --crate-name cfg_if --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=4ccfecdaaa1109dc -C extra-filename=-4ccfecdaaa1109dc --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:16.9211807Z  Compiling aliasable v0.1.3 2024-03-08T10:12:16.9224008Z  Running `rustc --crate-name aliasable --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/aliasable-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=9aa329a3399eb254 -C extra-filename=-9aa329a3399eb254 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:17.0020076Z  Compiling static_assertions v1.1.0 2024-03-08T10:12:17.0032201Z  Running `rustc --crate-name static_assertions --edition=2015 /cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.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 -C metadata=03700a9200a2e59d -C extra-filename=-03700a9200a2e59d --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:17.0354891Z  Compiling polonius-the-crab v0.2.1 2024-03-08T10:12:17.0360912Z  Running `rustc --crate-name polonius_the_crab --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/polonius-the-crab-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 -C metadata=4bfd34ca55eed672 -C extra-filename=-4bfd34ca55eed672 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:17.0696137Z  Compiling ini-roundtrip v0.1.3 2024-03-08T10:12:17.0702756Z  Running `rustc --crate-name ini_roundtrip --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/ini-roundtrip-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c219157280bf57f7 -C extra-filename=-c219157280bf57f7 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern cfg_if=/target/x86_64-pc-windows-gnu/debug/deps/libcfg_if-4ccfecdaaa1109dc.rmeta --cap-lints allow -D warnings` 2024-03-08T10:12:17.1785933Z  Compiling ouroboros_macro v0.18.3 2024-03-08T10:12:17.1804391Z  Running `rustc --crate-name ouroboros_macro --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/ouroboros_macro-0.18.3/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 -C debuginfo=2 -C metadata=809e524b4bb5b1f9 -C extra-filename=-809e524b4bb5b1f9 --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern heck=/target/debug/deps/libheck-3520df16d0133e7b.rlib --extern itertools=/target/debug/deps/libitertools-71b9b4c22e28ca62.rlib --extern proc_macro2=/target/debug/deps/libproc_macro2-b948ea9911ae0c1a.rlib --extern proc_macro2_diagnostics=/target/debug/deps/libproc_macro2_diagnostics-7c0f2c9e3144188d.rlib --extern quote=/target/debug/deps/libquote-d9817e3d2b4f12ba.rlib --extern syn=/target/debug/deps/libsyn-c70ceb895f1c0d40.rlib --extern proc_macro --cap-lints allow` 2024-03-08T10:12:17.1921719Z  Compiling thiserror-impl v1.0.57 2024-03-08T10:12:17.1934458Z  Running `rustc --crate-name thiserror_impl --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.57/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 -C debuginfo=2 -C metadata=86f0db882f96970d -C extra-filename=-86f0db882f96970d --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro2=/target/debug/deps/libproc_macro2-b948ea9911ae0c1a.rlib --extern quote=/target/debug/deps/libquote-d9817e3d2b4f12ba.rlib --extern syn=/target/debug/deps/libsyn-c70ceb895f1c0d40.rlib --extern proc_macro --cap-lints allow` 2024-03-08T10:12:17.6624445Z  Compiling ext-trait-proc_macros v1.0.1 2024-03-08T10:12:17.6631794Z  Running `rustc --crate-name ext_trait_proc_macros --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/ext-trait-proc_macros-1.0.1/mod.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 -C debuginfo=2 -C metadata=86b913937c8407e4 -C extra-filename=-86b913937c8407e4 --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro2=/target/debug/deps/libproc_macro2-b948ea9911ae0c1a.rlib --extern quote=/target/debug/deps/libquote-d9817e3d2b4f12ba.rlib --extern syn=/target/debug/deps/libsyn-ebc4e057dc0efc53.rlib --extern proc_macro --cap-lints allow` 2024-03-08T10:12:18.4694030Z  Compiling ext-trait v1.0.1 2024-03-08T10:12:18.4706827Z  Running `rustc --crate-name ext_trait --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/ext-trait-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=44edfc4d0e7ef618 -C extra-filename=-44edfc4d0e7ef618 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern ext_trait_proc_macros=/target/debug/deps/libext_trait_proc_macros-86b913937c8407e4.so --cap-lints allow -D warnings` 2024-03-08T10:12:18.5030463Z  Compiling nougat-proc_macros v0.2.4 2024-03-08T10:12:18.5043137Z  Running `rustc --crate-name nougat_proc_macros --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/nougat-proc_macros-0.2.4/mod.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 -C debuginfo=2 --cfg 'feature="default"' -C metadata=7322caf0e6d1355c -C extra-filename=-7322caf0e6d1355c --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro2=/target/debug/deps/libproc_macro2-b948ea9911ae0c1a.rlib --extern quote=/target/debug/deps/libquote-d9817e3d2b4f12ba.rlib --extern syn=/target/debug/deps/libsyn-ebc4e057dc0efc53.rlib --extern proc_macro --cap-lints allow` 2024-03-08T10:12:19.5440619Z  Compiling extension-traits v1.0.1 2024-03-08T10:12:19.5455059Z  Running `rustc --crate-name extension_traits --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/extension-traits-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=82e8f3f3aa74b6cb -C extra-filename=-82e8f3f3aa74b6cb --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern ext_trait=/target/x86_64-pc-windows-gnu/debug/deps/libext_trait-44edfc4d0e7ef618.rmeta --cap-lints allow -D warnings` 2024-03-08T10:12:19.5729004Z  Compiling lending-iterator-proc_macros v0.1.7 2024-03-08T10:12:19.5743593Z  Running `rustc --crate-name lending_iterator_proc_macros --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/lending-iterator-proc_macros-0.1.7/mod.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 -C debuginfo=2 -C metadata=5c340aa8b78aee7a -C extra-filename=-5c340aa8b78aee7a --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro2=/target/debug/deps/libproc_macro2-b948ea9911ae0c1a.rlib --extern quote=/target/debug/deps/libquote-d9817e3d2b4f12ba.rlib --extern syn=/target/debug/deps/libsyn-ebc4e057dc0efc53.rlib --extern proc_macro --cap-lints allow` 2024-03-08T10:12:19.6069231Z  Compiling ouroboros v0.18.3 2024-03-08T10:12:19.6085203Z  Running `rustc --crate-name ouroboros --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/ouroboros-0.18.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=8a56db308800d95b -C extra-filename=-8a56db308800d95b --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern aliasable=/target/x86_64-pc-windows-gnu/debug/deps/libaliasable-9aa329a3399eb254.rmeta --extern ouroboros_macro=/target/debug/deps/libouroboros_macro-809e524b4bb5b1f9.so --extern static_assertions=/target/x86_64-pc-windows-gnu/debug/deps/libstatic_assertions-03700a9200a2e59d.rmeta --cap-lints allow -D warnings` 2024-03-08T10:12:19.6447360Z  Running `rustc --crate-name thiserror --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.57/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 -C metadata=adec4fdd1a2e470f -C extra-filename=-adec4fdd1a2e470f --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern thiserror_impl=/target/debug/deps/libthiserror_impl-86f0db882f96970d.so --cap-lints allow -D warnings --cfg error_generic_member_access` 2024-03-08T10:12:19.6863814Z  Compiling regex v1.10.3 2024-03-08T10:12:19.6883522Z  Running `rustc --crate-name regex --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=89d1d91a12818940 -C extra-filename=-89d1d91a12818940 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern aho_corasick=/target/x86_64-pc-windows-gnu/debug/deps/libaho_corasick-49d47cb46528cc02.rmeta --extern memchr=/target/x86_64-pc-windows-gnu/debug/deps/libmemchr-aa0dbcb65f804a1b.rmeta --extern regex_automata=/target/x86_64-pc-windows-gnu/debug/deps/libregex_automata-9ef253e7cdecb9e2.rmeta --extern regex_syntax=/target/x86_64-pc-windows-gnu/debug/deps/libregex_syntax-98e7cd676ae6633e.rmeta --cap-lints allow -D warnings` 2024-03-08T10:12:20.1678691Z  Running `rustc --crate-name itertools --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/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 -C metadata=6b42aad650c4a0c5 -C extra-filename=-6b42aad650c4a0c5 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern either=/target/x86_64-pc-windows-gnu/debug/deps/libeither-79f61aed0b13e64f.rmeta --cap-lints allow -D warnings` 2024-03-08T10:12:20.6057330Z  Compiling yansi v0.5.1 2024-03-08T10:12:20.6069824Z  Running `rustc --crate-name yansi --edition=2015 /cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.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 -C metadata=2deff4192eefb737 -C extra-filename=-2deff4192eefb737 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:20.6337421Z  Compiling nougat v0.2.4 2024-03-08T10:12:20.6354174Z  Running `rustc --crate-name nougat --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/nougat-0.2.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 -C metadata=9a51cdc866d36bf3 -C extra-filename=-9a51cdc866d36bf3 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern macro_rules_attribute=/target/x86_64-pc-windows-gnu/debug/deps/libmacro_rules_attribute-ee81f28f87fbebf8.rmeta --extern nougat_proc_macros=/target/debug/deps/libnougat_proc_macros-7322caf0e6d1355c.so --cap-lints allow -D warnings` 2024-03-08T10:12:20.6660313Z  Compiling lending-iterator v0.1.7 2024-03-08T10:12:20.6679335Z  Running `rustc --crate-name lending_iterator --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/lending-iterator-0.1.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 -C metadata=55becb3b0fe13a92 -C extra-filename=-55becb3b0fe13a92 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern extension_traits=/target/x86_64-pc-windows-gnu/debug/deps/libextension_traits-82e8f3f3aa74b6cb.rmeta --extern lending_iterator_proc_macros=/target/debug/deps/liblending_iterator_proc_macros-5c340aa8b78aee7a.so --extern macro_rules_attribute=/target/x86_64-pc-windows-gnu/debug/deps/libmacro_rules_attribute-ee81f28f87fbebf8.rmeta --extern never_say_never=/target/x86_64-pc-windows-gnu/debug/deps/libnever_say_never-c708e83e25d72001.rmeta --extern nougat=/target/x86_64-pc-windows-gnu/debug/deps/libnougat-9a51cdc866d36bf3.rmeta --extern polonius_the_crab=/target/x86_64-pc-windows-gnu/debug/deps/libpolonius_the_crab-4bfd34ca55eed672.rmeta --cap-lints allow -D warnings` 2024-03-08T10:12:20.7390687Z  Compiling log v0.4.21 2024-03-08T10:12:20.7396539Z  Running `rustc --crate-name log --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/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 -C metadata=161f98bdca29367b -C extra-filename=-161f98bdca29367b --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:20.8359394Z  Compiling diff v0.1.13 2024-03-08T10:12:20.8372150Z  Running `rustc --crate-name diff --edition=2015 /cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/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 -C metadata=b49ce9baaecedb63 -C extra-filename=-b49ce9baaecedb63 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --cap-lints allow -D warnings` 2024-03-08T10:12:20.8881703Z  Compiling indoc v2.0.4 2024-03-08T10:12:20.8886617Z  Running `rustc --crate-name indoc --edition=2021 /cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.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 -C debuginfo=2 -C metadata=df45487ba173c8d2 -C extra-filename=-df45487ba173c8d2 --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern proc_macro --cap-lints allow` 2024-03-08T10:12:21.1770693Z  Compiling pretty_assertions v1.4.0 2024-03-08T10:12:21.1783776Z  Running `rustc --crate-name pretty_assertions --edition=2018 /cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-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 --cfg 'feature="std"' -C metadata=0a94765f32390787 -C extra-filename=-0a94765f32390787 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern diff=/target/x86_64-pc-windows-gnu/debug/deps/libdiff-b49ce9baaecedb63.rmeta --extern yansi=/target/x86_64-pc-windows-gnu/debug/deps/libyansi-2deff4192eefb737.rmeta --cap-lints allow -D warnings` 2024-03-08T10:12:21.1797338Z  Compiling ini-merge v0.4.1 (/project) 2024-03-08T10:12:21.1808234Z  Running `rustc --crate-name ini_merge --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c7e8e2e0dc8464db -C extra-filename=-c7e8e2e0dc8464db --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern ini_roundtrip=/target/x86_64-pc-windows-gnu/debug/deps/libini_roundtrip-c219157280bf57f7.rmeta --extern itertools=/target/x86_64-pc-windows-gnu/debug/deps/libitertools-6b42aad650c4a0c5.rmeta --extern lending_iterator=/target/x86_64-pc-windows-gnu/debug/deps/liblending_iterator-55becb3b0fe13a92.rmeta --extern log=/target/x86_64-pc-windows-gnu/debug/deps/liblog-161f98bdca29367b.rmeta --extern ouroboros=/target/x86_64-pc-windows-gnu/debug/deps/libouroboros-8a56db308800d95b.rmeta --extern regex=/target/x86_64-pc-windows-gnu/debug/deps/libregex-89d1d91a12818940.rmeta --extern thiserror=/target/x86_64-pc-windows-gnu/debug/deps/libthiserror-adec4fdd1a2e470f.rmeta -D warnings` 2024-03-08T10:12:21.4368971Z  Running `rustc --crate-name ini_merge --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=331bfab70001ada8 -C extra-filename=-331bfab70001ada8 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern indoc=/target/debug/deps/libindoc-df45487ba173c8d2.so --extern ini_roundtrip=/target/x86_64-pc-windows-gnu/debug/deps/libini_roundtrip-c219157280bf57f7.rlib --extern itertools=/target/x86_64-pc-windows-gnu/debug/deps/libitertools-6b42aad650c4a0c5.rlib --extern lending_iterator=/target/x86_64-pc-windows-gnu/debug/deps/liblending_iterator-55becb3b0fe13a92.rlib --extern log=/target/x86_64-pc-windows-gnu/debug/deps/liblog-161f98bdca29367b.rlib --extern ouroboros=/target/x86_64-pc-windows-gnu/debug/deps/libouroboros-8a56db308800d95b.rlib --extern pretty_assertions=/target/x86_64-pc-windows-gnu/debug/deps/libpretty_assertions-0a94765f32390787.rlib --extern regex=/target/x86_64-pc-windows-gnu/debug/deps/libregex-89d1d91a12818940.rlib --extern thiserror=/target/x86_64-pc-windows-gnu/debug/deps/libthiserror-adec4fdd1a2e470f.rlib -D warnings` 2024-03-08T10:12:22.1090297Z error: linking with `x86_64-w64-mingw32-gcc` failed: exit status: 1 2024-03-08T10:12:22.1091579Z  | 2024-03-08T10:12:22.1132416Z  = note: LC_ALL="C" PATH="/rust/lib/rustlib/x86_64-unknown-linux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/rust/bin" VSLANG="1033" "x86_64-w64-mingw32-gcc" "-fno-use-linker-plugin" "-Wl,--dynamicbase" "-Wl,--disable-auto-image-base" "-m64" "-Wl,--high-entropy-va" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/rsbegin.o" "/tmp/rustcl1ig9t/symbols.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.00.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.01.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.02.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.03.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.04.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.05.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.06.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.07.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.08.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.09.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.10.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.11.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.12.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.13.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.14.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.ini_merge.e7bb3ac54873dcfb-cgu.15.rcgu.o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.1rjk50pgkgc1e9tk.rcgu.o" "-L" "/target/x86_64-pc-windows-gnu/debug/deps" "-L" "/target/debug/deps" "-L" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib" "-Wl,-Bstatic" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libtest-11e7b9ac50408a89.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libgetopts-a20d0142baf07a36.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libunicode_width-a5aae40cbc11d589.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/librustc_std_workspace_std-0ee6e173d8e056fb.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libitertools-6b42aad650c4a0c5.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libeither-79f61aed0b13e64f.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libouroboros-8a56db308800d95b.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libstatic_assertions-03700a9200a2e59d.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libaliasable-9aa329a3399eb254.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libini_roundtrip-c219157280bf57f7.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libcfg_if-4ccfecdaaa1109dc.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libpretty_assertions-0a94765f32390787.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libdiff-b49ce9baaecedb63.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libyansi-2deff4192eefb737.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/liblending_iterator-55becb3b0fe13a92.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libnever_say_never-c708e83e25d72001.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libpolonius_the_crab-4bfd34ca55eed672.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libnougat-9a51cdc866d36bf3.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libmacro_rules_attribute-ee81f28f87fbebf8.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libextension_traits-82e8f3f3aa74b6cb.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libext_trait-44edfc4d0e7ef618.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libthiserror-adec4fdd1a2e470f.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libregex-89d1d91a12818940.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libregex_automata-9ef253e7cdecb9e2.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libaho_corasick-49d47cb46528cc02.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libmemchr-aa0dbcb65f804a1b.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/libregex_syntax-98e7cd676ae6633e.rlib" "/target/x86_64-pc-windows-gnu/debug/deps/liblog-161f98bdca29367b.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libstd-8f4e0be8cbff0503.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libpanic_unwind-33b85e9375fa9cc2.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libobject-fbb1a2fe431cae31.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libmemchr-a38a780007584781.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libaddr2line-0d04a0c46e3ee3bc.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libgimli-9e0ee0ee758f7836.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/librustc_demangle-a42538cdf87579ce.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libstd_detect-04a11dc572cacf39.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libhashbrown-372febe52297bf87.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/librustc_std_workspace_alloc-2e5b113b8e15afef.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libminiz_oxide-850c106fc15dc213.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libadler-af586084c1425ed8.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libunwind-9ee1ff056c906e0e.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libcfg_if-2b632679ff3d68af.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/liblibc-bca6b94a9de46761.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/liballoc-6f92654d7862096f.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/librustc_std_workspace_core-430c8ff8148a7795.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libcore-0a5a55778bdea4e0.rlib" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/libcompiler_builtins-6a98c20fb2e00872.rlib" "-Wl,-Bdynamic" "-lkernel32" "-lkernel32" "-ladvapi32" "-lkernel32" "-lntdll" "-luserenv" "-lws2_32" "-lsynchronization" "-lkernel32" "-lws2_32" "-lkernel32" "-lntdll" "-lkernel32" "-lgcc_eh" "-l:libpthread.a" "-lmsvcrt" "-lmingwex" "-lmingw32" "-lgcc" "-lmsvcrt" "-luser32" "-lkernel32" "-Wl,--nxcompat" "-L" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib" "-o" "/target/x86_64-pc-windows-gnu/debug/deps/ini_merge-331bfab70001ada8.exe" "-Wl,--gc-sections" "-no-pie" "-nodefaultlibs" "/rust/lib/rustlib/x86_64-pc-windows-gnu/lib/rsend.o" 2024-03-08T10:12:22.1187303Z  = note: /usr/bin/x86_64-w64-mingw32-ld: cannot find -lsynchronization 2024-03-08T10:12:22.1188804Z  collect2: error: ld returned 1 exit status 2024-03-08T10:12:22.1189598Z   2024-03-08T10:12:22.1189879Z 2024-03-08T10:12:22.1196333Z error: could not compile `ini-merge` (lib test) due to 1 previous error 2024-03-08T10:12:22.1197132Z 2024-03-08T10:12:22.1197312Z Caused by: 2024-03-08T10:12:22.1209077Z process didn't exit successfully: `rustc --crate-name ini_merge --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=331bfab70001ada8 -C extra-filename=-331bfab70001ada8 --out-dir /target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -C linker=x86_64-w64-mingw32-gcc -L dependency=/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/target/debug/deps --extern indoc=/target/debug/deps/libindoc-df45487ba173c8d2.so --extern ini_roundtrip=/target/x86_64-pc-windows-gnu/debug/deps/libini_roundtrip-c219157280bf57f7.rlib --extern itertools=/target/x86_64-pc-windows-gnu/debug/deps/libitertools-6b42aad650c4a0c5.rlib --extern lending_iterator=/target/x86_64-pc-windows-gnu/debug/deps/liblending_iterator-55becb3b0fe13a92.rlib --extern log=/target/x86_64-pc-windows-gnu/debug/deps/liblog-161f98bdca29367b.rlib --extern ouroboros=/target/x86_64-pc-windows-gnu/debug/deps/libouroboros-8a56db308800d95b.rlib --extern pretty_assertions=/target/x86_64-pc-windows-gnu/debug/deps/libpretty_assertions-0a94765f32390787.rlib --extern regex=/target/x86_64-pc-windows-gnu/debug/deps/libregex-89d1d91a12818940.rlib --extern thiserror=/target/x86_64-pc-windows-gnu/debug/deps/libthiserror-adec4fdd1a2e470f.rlib -D warnings` (exit status: 1) 2024-03-08T10:12:23.2572428Z + rustup component list --toolchain nightly-x86_64-unknown-linux-gnu 2024-03-08T10:12:23.2921335Z ##[error]Process completed with exit code 101. 2024-03-08T10:12:23.3048556Z Post job cleanup. 2024-03-08T10:12:23.3758350Z [command]/usr/bin/git version 2024-03-08T10:12:23.3796960Z git version 2.43.2 2024-03-08T10:12:23.3836552Z Temporarily overriding HOME='/home/runner/work/_temp/27d611dc-e943-4143-89e9-dede5661d787' before making global git config changes 2024-03-08T10:12:23.3838270Z Adding repository directory to the temporary git global config as a safe directory 2024-03-08T10:12:23.3841302Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/ini-merge/ini-merge 2024-03-08T10:12:23.3873300Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-03-08T10:12:23.3903348Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-03-08T10:12:23.4142156Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-03-08T10:12:23.4160988Z http.https://github.com/.extraheader 2024-03-08T10:12:23.4171468Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-03-08T10:12:23.4200948Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-03-08T10:12:23.4657264Z Cleaning up orphan processes