rultor.com logo This build log was produced by rultor.com for bevious/bevy_actify#25
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1907
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Sun Apr 27 21:58:30 UTC 2025
+ uptime
 21:58:30 up 1 min,  0 users,  load average: 1.83, 0.50, 0.17
+ head=git@github.com:bevious/bevy_actify.git
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ squash=false
+ head_branch=main
+ author=iizudev
+ tag=v0.5.0
+ vars=('--env=CARGO_TERM_COLOR=never' '--env=RUSTFLAGS=-Dwarnings' '--env=head=git@github.com:bevious/bevy_actify.git' '--env=tag=v0.5.0' '--env=scripts=( '\''export '\''\'\'''\''CARGO_TERM_COLOR=never'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''RUSTFLAGS=-Dwarnings'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:bevious/bevy_actify.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=v0.5.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=main'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=iizudev'\''\'\'''\'''\'' '\'';'\'' '\''source /home/r/crates-io.env'\'' '\'';'\'' '\''[[ "${tag}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]'\'' '\'';'\'' '\''VERSION="${tag#v}"'\'' '\'';'\'' '\''sed -i.bak "s/^version = .*/version = \"${VERSION}\"/" Cargo.toml && rm Cargo.toml.bak'\'' '\'';'\'' '\''grep -q "version = \"${VERSION}\"" Cargo.toml'\'' '\'';'\'' '\''git add Cargo.toml'\'' '\'';'\'' '\''git commit -m "bump version to ${VERSION}" || echo "nothing to commit?"'\'' '\'';'\'' '\''cargo test --lib --all-features --verbose'\'' '\'';'\'' '\''cargo publish --token ${IIZUDEV_CRATES_IO_TOKEN}'\'' '\'';'\'' )' '--env=head_branch=main' '--env=author=iizudev')
+ scripts=('export '\''CARGO_TERM_COLOR=never'\''' ';' 'export '\''RUSTFLAGS=-Dwarnings'\''' ';' 'export '\''head=git@github.com:bevious/bevy_actify.git'\''' ';' 'export '\''tag=v0.5.0'\''' ';' 'export '\''head_branch=main'\''' ';' 'export '\''author=iizudev'\''' ';' 'source /home/r/crates-io.env' ';' '[[ "${tag}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]' ';' 'VERSION="${tag#v}"' ';' 'sed -i.bak "s/^version = .*/version = \"${VERSION}\"/" Cargo.toml && rm Cargo.toml.bak' ';' 'grep -q "version = \"${VERSION}\"" Cargo.toml' ';' 'git add Cargo.toml' ';' 'git commit -m "bump version to ${VERSION}" || echo "nothing to commit?"' ';' 'cargo test --lib --all-features --verbose' ';' 'cargo publish --token ${IIZUDEV_CRATES_IO_TOKEN}' ';')
+ directory=
+ container=bevious_bevy_actify_25
+ as_root=false
+ hostname
ip-172-31-16-42
+ pwd
/tmp/rultor-Malw
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone git@github.com:bevious/bevy_actify.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''CARGO_TERM_COLOR=never'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''CARGO_TERM_COLOR=never'\''' ';' 'export '\''RUSTFLAGS=-Dwarnings'\''' ';' 'export '\''head=git@github.com:bevious/bevy_actify.git'\''' ';' 'export '\''tag=v0.5.0'\''' ';' 'export '\''head_branch=main'\''' ';' 'export '\''author=iizudev'\''' ';' 'source /home/r/crates-io.env' ';' '[[ "${tag}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]' ';' 'VERSION="${tag#v}"' ';' 'sed -i.bak "s/^version = .*/version = \"${VERSION}\"/" Cargo.toml && rm Cargo.toml.bak' ';' 'grep -q "version = \"${VERSION}\"" Cargo.toml' ';' 'git add Cargo.toml' ';' 'git commit -m "bump version to ${VERSION}" || echo "nothing to commit?"' ';' 'cargo test --lib --all-features --verbose' ';' 'cargo publish --token ${IIZUDEV_CRATES_IO_TOKEN}' ';'
+ sensitive=()
+ rm -rf .gnupg
+ set -ex
+ '[' -z v0.5.0 ']'
+ [[ v0.5.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "v0.5.0"'
tag name is valid: "v0.5.0"
+ cd repo
++ git tag -l v0.5.0
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.19
++ bc
++ echo 0.19 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.19, low enough to run a new Docker container'
load average is 0.19, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
9cb31e2e37ea: Pulling fs layer
4f4fb700ef54: Pulling fs layer
8abe72b13cdc: Pulling fs layer
cba9dea87424: Pulling fs layer
f92de055bc45: Pulling fs layer
407dfea1e87a: Pulling fs layer
e36b8501e649: Pulling fs layer
4465056dce32: Pulling fs layer
17823cd23e69: Pulling fs layer
d2c17e0fa6e0: Pulling fs layer
bbee590edf32: Pulling fs layer
317fe5a58cf0: Pulling fs layer
f3e943c332aa: Pulling fs layer
771721c483d3: Pulling fs layer
a1084c9072d8: Pulling fs layer
c8e0f228f948: Pulling fs layer
9a3736a4e818: Pulling fs layer
c18686eb0f52: Pulling fs layer
9b3bb4679640: Pulling fs layer
ad02bfa9c8ce: Pulling fs layer
629107c3b410: Pulling fs layer
3287eb32675e: Pulling fs layer
d9843cb3e557: Pulling fs layer
a649698c3670: Pulling fs layer
bb05eff65f76: Pulling fs layer
7d94120e6b0d: Pulling fs layer
0e51b7feca72: Pulling fs layer
cba9dea87424: Waiting
f92de055bc45: Waiting
407dfea1e87a: Waiting
e36b8501e649: Waiting
4465056dce32: Waiting
17823cd23e69: Waiting
d2c17e0fa6e0: Waiting
bbee590edf32: Waiting
317fe5a58cf0: Waiting
f3e943c332aa: Waiting
771721c483d3: Waiting
a1084c9072d8: Waiting
c8e0f228f948: Waiting
9a3736a4e818: Waiting
c18686eb0f52: Waiting
9b3bb4679640: Waiting
ad02bfa9c8ce: Waiting
629107c3b410: Waiting
3287eb32675e: Waiting
d9843cb3e557: Waiting
a649698c3670: Waiting
bb05eff65f76: Waiting
7d94120e6b0d: Waiting
0e51b7feca72: Waiting
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8abe72b13cdc: Verifying Checksum
8abe72b13cdc: Download complete
9cb31e2e37ea: Verifying Checksum
9cb31e2e37ea: Download complete
cba9dea87424: Verifying Checksum
cba9dea87424: Download complete
e36b8501e649: Verifying Checksum
e36b8501e649: Download complete
4465056dce32: Verifying Checksum
4465056dce32: Download complete
17823cd23e69: Verifying Checksum
17823cd23e69: Download complete
d2c17e0fa6e0: Verifying Checksum
d2c17e0fa6e0: Download complete
bbee590edf32: Verifying Checksum
bbee590edf32: Download complete
9cb31e2e37ea: Pull complete
4f4fb700ef54: Pull complete
8abe72b13cdc: Pull complete
f92de055bc45: Verifying Checksum
f92de055bc45: Download complete
f3e943c332aa: Verifying Checksum
f3e943c332aa: Download complete
317fe5a58cf0: Verifying Checksum
317fe5a58cf0: Download complete
771721c483d3: Verifying Checksum
771721c483d3: Download complete
c8e0f228f948: Verifying Checksum
c8e0f228f948: Download complete
9a3736a4e818: Verifying Checksum
9a3736a4e818: Download complete
c18686eb0f52: Verifying Checksum
c18686eb0f52: Download complete
9b3bb4679640: Verifying Checksum
9b3bb4679640: Download complete
cba9dea87424: Pull complete
ad02bfa9c8ce: Verifying Checksum
ad02bfa9c8ce: Download complete
629107c3b410: Verifying Checksum
629107c3b410: Download complete
3287eb32675e: Verifying Checksum
3287eb32675e: Download complete
d9843cb3e557: Verifying Checksum
d9843cb3e557: Download complete
a649698c3670: Verifying Checksum
a649698c3670: Download complete
bb05eff65f76: Verifying Checksum
bb05eff65f76: Download complete
7d94120e6b0d: Verifying Checksum
7d94120e6b0d: Download complete
0e51b7feca72: Verifying Checksum
0e51b7feca72: Download complete
407dfea1e87a: Verifying Checksum
407dfea1e87a: Download complete
a1084c9072d8: Verifying Checksum
a1084c9072d8: Download complete
f92de055bc45: Pull complete
407dfea1e87a: Pull complete
e36b8501e649: Pull complete
4465056dce32: Pull complete
17823cd23e69: Pull complete
d2c17e0fa6e0: Pull complete
bbee590edf32: Pull complete
317fe5a58cf0: Pull complete
f3e943c332aa: Pull complete
771721c483d3: Pull complete
a1084c9072d8: Pull complete
c8e0f228f948: Pull complete
9a3736a4e818: Pull complete
c18686eb0f52: Pull complete
9b3bb4679640: Pull complete
ad02bfa9c8ce: Pull complete
629107c3b410: Pull complete
3287eb32675e: Pull complete
d9843cb3e557: Pull complete
a649698c3670: Pull complete
bb05eff65f76: Pull complete
7d94120e6b0d: Pull complete
0e51b7feca72: Pull complete
Digest: sha256:1f9021b55f1692b15548be49c2b35312592dddbc1c790685a32ffcd3b8651305
Status: Downloaded newer image for yegor256/rultor-image:latest
docker.io/yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sbevious_bevy_actify_25\s*$'
+ ls -al .
total 56
drwx------  3 ubuntu ubuntu 4096 Apr 27 21:58 .
drwxrwxrwt 12 root   root   4096 Apr 27 21:58 ..
-rw-rw-r--  1 ubuntu ubuntu   60 Apr 27 21:58 crates-io.env
-rwxrwxr-x  1 ubuntu ubuntu 2089 Apr 27 22:02 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Apr 27 21:58 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Apr 27 21:58 pid
drwxrwxr-x  5 ubuntu ubuntu 4096 Apr 27 21:58 repo
-rwxrwxr-x  1 ubuntu ubuntu 9668 Apr 27 21:58 run.sh
-rw-rw-r--  1 ubuntu ubuntu  801 Apr 27 21:58 script.sh
-rw-rw-r--  1 ubuntu ubuntu 8704 Apr 27 22:03 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Malw:/main --env=CARGO_TERM_COLOR=never --env=RUSTFLAGS=-Dwarnings --env=head=git@github.com:bevious/bevy_actify.git --env=tag=v0.5.0 '--env=scripts=( '\''export '\''\'\'''\''CARGO_TERM_COLOR=never'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''RUSTFLAGS=-Dwarnings'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:bevious/bevy_actify.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=v0.5.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=main'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=iizudev'\''\'\'''\'''\'' '\'';'\'' '\''source /home/r/crates-io.env'\'' '\'';'\'' '\''[[ "${tag}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]'\'' '\'';'\'' '\''VERSION="${tag#v}"'\'' '\'';'\'' '\''sed -i.bak "s/^version = .*/version = \"${VERSION}\"/" Cargo.toml && rm Cargo.toml.bak'\'' '\'';'\'' '\''grep -q "version = \"${VERSION}\"" Cargo.toml'\'' '\'';'\'' '\''git add Cargo.toml'\'' '\'';'\'' '\''git commit -m "bump version to ${VERSION}" || echo "nothing to commit?"'\'' '\'';'\'' '\''cargo test --lib --all-features --verbose'\'' '\'';'\'' '\''cargo publish --token ${IIZUDEV_CRATES_IO_TOKEN}'\'' '\'';'\'' )' --env=head_branch=main --env=author=iizudev --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-Malw/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=bevious_bevy_actify_25 yegor256/rultor-image /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G _ssh r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres r
+ for g in $(cat /etc/group | awk  -F  ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./cid ./crates-io.env ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/bin/bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'CARGO_TERM_COLOR=never' ; export 'RUSTFLAGS=-Dwarnings' ; export 'head=git@github.com:bevious/bevy_actify.git' ; export 'tag=v0.5.0' ; export 'head_branch=main' ; export 'author=iizudev' ; source /home/r/crates-io.env ; [[ "${tag}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] ; VERSION="${tag#v}" ; sed -i.bak "s/^version = .*/version = \"${VERSION}\"/" Cargo.toml && rm Cargo.toml.bak ; grep -q "version = \"${VERSION}\"" Cargo.toml ; git add Cargo.toml ; git commit -m "bump version to ${VERSION}" || echo "nothing to commit?" ; cargo test --lib --all-features --verbose ; cargo publish --token ${IIZUDEV_CRATES_IO_TOKEN} ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
[__rultor 01d2756] bump version to 0.5.0
 1 file changed, 1 insertion(+), 1 deletion(-)
    Updating crates.io index
     Locking 111 packages to latest Rust 1.85.0 compatible versions
 Downloading crates ...
  Downloaded bevy_derive v0.16.0
  Downloaded const-fnv1a-hash v1.1.0
  Downloaded equivalent v1.0.2
  Downloaded cfg-if v1.0.0
  Downloaded variadics_please v1.1.0
  Downloaded typeid v1.0.3
  Downloaded unicode-ident v1.0.18
  Downloaded serde_derive v1.0.219
  Downloaded serde v1.0.219
  Downloaded bevy_platform v0.16.0
  Downloaded rand v0.8.5
  Downloaded toml_edit v0.22.25
  Downloaded winnow v0.7.7
  Downloaded portable-atomic v1.11.0
  Downloaded itertools v0.14.0
  Downloaded bevy_math v0.16.0
  Downloaded uuid v1.16.0
  Downloaded zerocopy v0.8.25
  Downloaded libm v0.2.13
  Downloaded syn v2.0.101
  Downloaded bevy_reflect v0.16.0
  Downloaded hashbrown v0.15.2
  Downloaded memchr v2.7.4
  Downloaded indexmap v2.9.0
  Downloaded derive_more-impl v1.0.0
  Downloaded bumpalo v3.17.0
  Downloaded rand_distr v0.4.3
  Downloaded derive_more v1.0.0
  Downloaded bitflags v2.9.0
  Downloaded bevy_reflect_derive v0.16.0
  Downloaded bevy_input v0.16.0
  Downloaded bevy_app v0.16.0
  Downloaded bevy v0.16.0
  Downloaded glam v0.29.3
  Downloaded bevy_ecs v0.16.0
  Downloaded thiserror v2.0.12
  Downloaded smallvec v1.15.0
  Downloaded proc-macro2 v1.0.95
  Downloaded ppv-lite86 v0.2.21
  Downloaded parking_lot v0.12.3
  Downloaded num-traits v0.2.19
  Downloaded log v0.4.27
  Downloaded lock_api v0.4.12
  Downloaded getrandom v0.3.2
  Downloaded futures-lite v2.6.0
  Downloaded fixedbitset v0.5.7
  Downloaded libc v0.2.172
  Downloaded crossbeam-utils v0.8.21
  Downloaded bevy_transform v0.16.0
  Downloaded bevy_tasks v0.16.0
  Downloaded bevy_internal v0.16.0
  Downloaded toml_datetime v0.6.9
  Downloaded thiserror-impl v2.0.12
  Downloaded spin v0.9.8
  Downloaded rand_chacha v0.3.1
  Downloaded quote v1.0.40
  Downloaded pin-project-lite v0.2.16
  Downloaded parking_lot_core v0.9.10
  Downloaded nonmax v0.5.5
  Downloaded getrandom v0.2.16
  Downloaded erased-serde v0.4.6
  Downloaded disqualified v1.0.0
  Downloaded bytemuck v1.22.0
  Downloaded bevy_time v0.16.0
  Downloaded bevy_ptr v0.16.0
  Downloaded bevy_macro_utils v0.16.0
  Downloaded bevy_ecs_macros v0.16.0
  Downloaded bevy_diagnostic v0.16.0
  Downloaded bevy_actify_derive v0.3.0
  Downloaded autocfg v1.4.0
  Downloaded unicode-xid v0.2.6
  Downloaded scopeguard v1.2.0
  Downloaded rand_core v0.6.4
  Downloaded futures-core v0.3.31
  Downloaded foldhash v0.1.5
  Downloaded either v1.15.0
  Downloaded downcast-rs v2.0.1
  Downloaded crossbeam-queue v0.3.12
  Downloaded concurrent-queue v2.5.0
  Downloaded bevy_utils v0.16.0
  Downloaded async-task v4.7.1
  Downloaded atomic-waker v1.1.2
  Downloaded assert_type_match v0.1.1
   Compiling proc-macro2 v1.0.95
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/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=093a2fa6dfb334a1 -C extra-filename=-150be46fd0027ae2 --out-dir /home/r/repo/target/debug/build/proc-macro2-150be46fd0027ae2 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/proc-macro2-150be46fd0027ae2/build-script-build`
   Compiling unicode-ident v1.0.18
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name unicode_ident --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0abab9bd285a6efb -C extra-filename=-c8b936ed3c31b15b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name proc_macro2 --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/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=4dcadcdfe679dc9d -C extra-filename=-cf1a83c3397605a3 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern unicode_ident=/home/r/repo/target/debug/deps/libunicode_ident-c8b936ed3c31b15b.rmeta --cap-lints allow -Dwarnings --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
   Compiling quote v1.0.40
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name quote --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=ceaf64be6ec22935 -C extra-filename=-72e0f220c46da1fc --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-cf1a83c3397605a3.rmeta --cap-lints allow -Dwarnings`
   Compiling syn v2.0.101
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=1665dba36d2d2be0 -C extra-filename=-85d8ec57e22581ad --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-cf1a83c3397605a3.rmeta --extern quote=/home/r/repo/target/debug/deps/libquote-72e0f220c46da1fc.rmeta --extern unicode_ident=/home/r/repo/target/debug/deps/libunicode_ident-c8b936ed3c31b15b.rmeta --cap-lints allow -Dwarnings`
   Compiling cfg-if v1.0.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cfg_if --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=e72e134102fbc52a -C extra-filename=-9997999779cebcb2 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling equivalent v1.0.2
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name equivalent --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03ba108138b6171d -C extra-filename=-2f55857d8a34e7a8 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling libc v0.2.172
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=0a0ef9e0e1088d3d -C extra-filename=-cef96100f86a004c --out-dir /home/r/repo/target/debug/build/libc-cef96100f86a004c -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/libc-cef96100f86a004c/build-script-build`
   Compiling serde v1.0.219
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=f29221e88756024c -C extra-filename=-0c3f113824a74f4c --out-dir /home/r/repo/target/debug/build/serde-0c3f113824a74f4c -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/serde-0c3f113824a74f4c/build-script-build`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libc --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/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="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=faf41e5842de8708 -C extra-filename=-3a417d893b73813e --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
   Compiling autocfg v1.4.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name autocfg --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b56eaa3544badb8 -C extra-filename=-d0b882c1d120a562 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling lock_api v0.4.12
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=65d3fd625534b644 -C extra-filename=-b387b710fc5abea9 --out-dir /home/r/repo/target/debug/build/lock_api-b387b710fc5abea9 -L dependency=/home/r/repo/target/debug/deps --extern autocfg=/home/r/repo/target/debug/deps/libautocfg-d0b882c1d120a562.rlib --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a0d2e0304c7cb9c8 -C extra-filename=-694499a704971aeb --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
   Compiling parking_lot_core v0.9.10
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/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("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=1318c5719e8f6643 -C extra-filename=-c42c56683edd4148 --out-dir /home/r/repo/target/debug/build/parking_lot_core-c42c56683edd4148 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/parking_lot_core-c42c56683edd4148/build-script-build`
     Running `/home/r/repo/target/debug/build/lock_api-b387b710fc5abea9/build-script-build`
   Compiling smallvec v1.15.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name smallvec --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=da070e0a12f0abac -C extra-filename=-20800a3b17d01a2b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling hashbrown v0.15.2
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hashbrown --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=3d09741bfe5581f4 -C extra-filename=-ccf659632b4bfafc --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling scopeguard v1.2.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name scopeguard --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=ccb58103b202f0f3 -C extra-filename=-20bb89f8023cc205 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lock_api --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.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 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=213a70e7173838b2 -C extra-filename=-bf426acfc48c150b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern scopeguard=/home/r/repo/target/debug/deps/libscopeguard-20bb89f8023cc205.rmeta --cap-lints allow -Dwarnings --cfg has_const_fn_trait_bound`
   Compiling indexmap v2.9.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name indexmap --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=903a67943ac7de28 -C extra-filename=-f0d5825a006917f4 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern equivalent=/home/r/repo/target/debug/deps/libequivalent-2f55857d8a34e7a8.rmeta --extern hashbrown=/home/r/repo/target/debug/deps/libhashbrown-ccf659632b4bfafc.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name parking_lot_core --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/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("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a8bd2d1d19a8486e -C extra-filename=-34d63ce85f679174 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern cfg_if=/home/r/repo/target/debug/deps/libcfg_if-9997999779cebcb2.rmeta --extern libc=/home/r/repo/target/debug/deps/liblibc-3a417d893b73813e.rmeta --extern smallvec=/home/r/repo/target/debug/deps/libsmallvec-20800a3b17d01a2b.rmeta --cap-lints allow -Dwarnings`
   Compiling winnow v0.7.7
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name winnow --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=2e03339ca4d21b46 -C extra-filename=-4643fb3f453b6d0f --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling toml_datetime v0.6.9
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name toml_datetime --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2064c6c995123149 -C extra-filename=-464cfa95652dce3b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling toml_edit v0.22.25
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name toml_edit --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=55761116c0eb4720 -C extra-filename=-8a80b41f6a0d87c8 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern indexmap=/home/r/repo/target/debug/deps/libindexmap-f0d5825a006917f4.rmeta --extern toml_datetime=/home/r/repo/target/debug/deps/libtoml_datetime-464cfa95652dce3b.rmeta --extern winnow=/home/r/repo/target/debug/deps/libwinnow-4643fb3f453b6d0f.rmeta --cap-lints allow -Dwarnings`
   Compiling parking_lot v0.12.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name parking_lot --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=6bff69f380bebf72 -C extra-filename=-45db82ce418e77d0 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern lock_api=/home/r/repo/target/debug/deps/liblock_api-bf426acfc48c150b.rmeta --extern parking_lot_core=/home/r/repo/target/debug/deps/libparking_lot_core-34d63ce85f679174.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hashbrown --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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="equivalent"' --cfg 'feature="raw-entry"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=3f784dca5fe92da7 -C extra-filename=-91b8dab5fe925aeb --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern equivalent=/home/r/repo/target/debug/deps/libequivalent-2f55857d8a34e7a8.rmeta --extern serde=/home/r/repo/target/debug/deps/libserde-694499a704971aeb.rmeta --cap-lints allow -Dwarnings`
   Compiling getrandom v0.3.2
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=dc181a0d4e5d0c49 -C extra-filename=-216868c4dae5e42d --out-dir /home/r/repo/target/debug/build/getrandom-216868c4dae5e42d -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/getrandom-216868c4dae5e42d/build-script-build`
   Compiling bevy_macro_utils v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_macro_utils --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_macro_utils-0.16.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 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=deabd676e111fad8 -C extra-filename=-972cf0bb0a0aa8f3 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern parking_lot=/home/r/repo/target/debug/deps/libparking_lot-45db82ce418e77d0.rmeta --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-cf1a83c3397605a3.rmeta --extern quote=/home/r/repo/target/debug/deps/libquote-72e0f220c46da1fc.rmeta --extern syn=/home/r/repo/target/debug/deps/libsyn-85d8ec57e22581ad.rmeta --extern toml_edit=/home/r/repo/target/debug/deps/libtoml_edit-8a80b41f6a0d87c8.rmeta --cap-lints allow -Dwarnings`
   Compiling unicode-xid v0.2.6
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name unicode_xid --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=6d6646d2ff3bdeec -C extra-filename=-34c0e329565f1763 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling spin v0.9.8
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name spin --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.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="barrier"' --cfg 'feature="lazy"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=1c034203c3be0b2c -C extra-filename=-ea3b72d0ae3d1df0 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling typeid v1.0.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f316429b40aa25f -C extra-filename=-d623851183c820e2 --out-dir /home/r/repo/target/debug/build/typeid-d623851183c820e2 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling libm v0.2.13
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=fe052922e5734d86 -C extra-filename=-64042c1f5dedf65b --out-dir /home/r/repo/target/debug/build/libm-64042c1f5dedf65b -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling crossbeam-utils v0.8.21
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=155cd88a78089f60 -C extra-filename=-d98a046ff1304a4c --out-dir /home/r/repo/target/debug/build/crossbeam-utils-d98a046ff1304a4c -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling foldhash v0.1.5
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name foldhash --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.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("default", "std"))' -C metadata=0e3dc29104c09dd0 -C extra-filename=-be65be53afb2190a --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling bevy_platform v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_platform --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_platform-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="alloc"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "critical-section", "default", "rayon", "serialize", "std", "web"))' -C metadata=68d1616e83d8b32f -C extra-filename=-68e6c3327a7ce4d4 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern cfg_if=/home/r/repo/target/debug/deps/libcfg_if-9997999779cebcb2.rmeta --extern foldhash=/home/r/repo/target/debug/deps/libfoldhash-be65be53afb2190a.rmeta --extern hashbrown=/home/r/repo/target/debug/deps/libhashbrown-91b8dab5fe925aeb.rmeta --extern serde=/home/r/repo/target/debug/deps/libserde-694499a704971aeb.rmeta --extern spin=/home/r/repo/target/debug/deps/libspin-ea3b72d0ae3d1df0.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/crossbeam-utils-d98a046ff1304a4c/build-script-build`
     Running `/home/r/repo/target/debug/build/libm-64042c1f5dedf65b/build-script-build`
     Running `/home/r/repo/target/debug/build/typeid-d623851183c820e2/build-script-build`
   Compiling derive_more-impl v1.0.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name derive_more_impl --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-1.0.0/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 --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="as_ref"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="from"' --cfg 'feature="into"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=84b78d1b864b53ce -C extra-filename=-3c5f8dc55a018c8a --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-cf1a83c3397605a3.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-72e0f220c46da1fc.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-85d8ec57e22581ad.rlib --extern unicode_xid=/home/r/repo/target/debug/deps/libunicode_xid-34c0e329565f1763.rlib --extern proc_macro --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name getrandom --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=efd0cade5a33e43e -C extra-filename=-4ac3ce8bc923602d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern cfg_if=/home/r/repo/target/debug/deps/libcfg_if-9997999779cebcb2.rmeta --extern libc=/home/r/repo/target/debug/deps/liblibc-3a417d893b73813e.rmeta --cap-lints allow -Dwarnings`
   Compiling thiserror v2.0.12
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/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("default", "std"))' -C metadata=620cb373e840bc00 -C extra-filename=-d5e79b76c58a8a54 --out-dir /home/r/repo/target/debug/build/thiserror-d5e79b76c58a8a54 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/thiserror-d5e79b76c58a8a54/build-script-build`
   Compiling uuid v1.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name uuid --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.16.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 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=280dd0be3e02f0c2 -C extra-filename=-072b43c78e9c66cb --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern getrandom=/home/r/repo/target/debug/deps/libgetrandom-4ac3ce8bc923602d.rmeta --cap-lints allow -Dwarnings`
   Compiling derive_more v1.0.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name derive_more --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-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 --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="as_ref"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="from"' --cfg 'feature="into"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=2f7934e2816badd9 -C extra-filename=-9fd8327845eaf124 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern derive_more_impl=/home/r/repo/target/debug/deps/libderive_more_impl-3c5f8dc55a018c8a.so --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name typeid --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09658b86a0d6d423 -C extra-filename=-1c392ead9a5eae73 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings --check-cfg 'cfg(no_const_type_id)'`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name libm --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.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 --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=e076a2d27ba9b320 -C extra-filename=-45df5c8f6ee25eaa --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings --cfg arch_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=0b765b769bcc89d3 -C extra-filename=-79c60c756318acef --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
   Compiling thiserror-impl v2.0.12
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name thiserror_impl --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d1c6cb38e10dc8c -C extra-filename=-49e2adaef8d8d717 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-cf1a83c3397605a3.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-72e0f220c46da1fc.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-85d8ec57e22581ad.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling bytemuck v1.22.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bytemuck --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.22.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 --deny=unexpected_cfgs --check-cfg 'cfg(target_arch, values("spirv"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64_simd", "align_offset", "alloc_uninit", "avx512_simd", "bytemuck_derive", "const_zeroed", "derive", "extern_crate_alloc", "extern_crate_std", "latest_stable_rust", "min_const_generics", "must_cast", "must_cast_extra", "nightly_docs", "nightly_float", "nightly_portable_simd", "nightly_stdsimd", "pod_saturating", "track_caller", "transparentwrapper_extra", "unsound_ptr_pod_impl", "wasm_simd", "zeroable_atomics", "zeroable_maybe_uninit"))' -C metadata=66f36b7e85a8a5fe -C extra-filename=-737c627d9e7b4f15 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling glam v0.29.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name glam --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glam-0.29.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("spirv"))' --cfg 'feature="bytemuck"' --cfg 'feature="nostd-libm"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("approx", "bytecheck", "bytemuck", "core-simd", "cuda", "debug-glam-assert", "default", "fast-math", "glam-assert", "libm", "mint", "nostd-libm", "rand", "rkyv", "scalar-math", "serde", "std"))' -C metadata=19b21813d1fa8963 -C extra-filename=-9839b1612b1700dd --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bytemuck=/home/r/repo/target/debug/deps/libbytemuck-737c627d9e7b4f15.rmeta --extern libm=/home/r/repo/target/debug/deps/liblibm-45df5c8f6ee25eaa.rmeta --extern serde=/home/r/repo/target/debug/deps/libserde-694499a704971aeb.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name thiserror --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1137431dc653bce3 -C extra-filename=-18fe617e01dd64a4 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern thiserror_impl=/home/r/repo/target/debug/deps/libthiserror_impl-49e2adaef8d8d717.so --cap-lints allow -Dwarnings --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
   Compiling erased-serde v0.4.6
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name erased_serde --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=1f53d6520d4ad9ec -C extra-filename=-8903d87ebc95e95c --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern serde=/home/r/repo/target/debug/deps/libserde-694499a704971aeb.rmeta --extern typeid=/home/r/repo/target/debug/deps/libtypeid-1c392ead9a5eae73.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_reflect_derive v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_reflect_derive --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_reflect_derive-0.16.0/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 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "documentation", "functions"))' -C metadata=adac36209b1e0786 -C extra-filename=-05d4b5859b93643f --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_macro_utils=/home/r/repo/target/debug/deps/libbevy_macro_utils-972cf0bb0a0aa8f3.rlib --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-cf1a83c3397605a3.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-72e0f220c46da1fc.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-85d8ec57e22581ad.rlib --extern uuid=/home/r/repo/target/debug/deps/libuuid-072b43c78e9c66cb.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling bevy_utils v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_utils --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_utils-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "critical-section", "default", "serde", "std"))' -C metadata=a47acbb49f2bca2a -C extra-filename=-5f8c10ae1356d9af --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_platform=/home/r/repo/target/debug/deps/libbevy_platform-68e6c3327a7ce4d4.rmeta --cap-lints allow -Dwarnings`
   Compiling assert_type_match v0.1.1
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name assert_type_match --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_type_match-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8d04bd704ad279e -C extra-filename=-3d8586e8e5584e25 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-cf1a83c3397605a3.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-72e0f220c46da1fc.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-85d8ec57e22581ad.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling variadics_please v1.1.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name variadics_please --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/variadics_please-1.1.0/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="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=6188003b8f9d1585 -C extra-filename=-b6ef000ce231579d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-cf1a83c3397605a3.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-72e0f220c46da1fc.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-85d8ec57e22581ad.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling bevy_ptr v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_ptr --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ptr-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b25bf4346179e78 -C extra-filename=-6854f6343c648b9e --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling disqualified v1.0.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name disqualified --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/disqualified-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("alloc", "default"))' -C metadata=4bf239f9bf61d3bd -C extra-filename=-7dc0386ff6ffca19 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling downcast-rs v2.0.1
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name downcast_rs --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "sync"))' -C metadata=50eaf8acc7288389 -C extra-filename=-b143e61cae9c3490 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling pin-project-lite v0.2.16
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name pin_project_lite --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/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=unexpected_cfgs '--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=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c306c813d51ad0c -C extra-filename=-7fc65b1f8ca13b10 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name smallvec --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="const_generics"' --cfg 'feature="union"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=6a2b233818cf3a9d -C extra-filename=-071e4969227cbde8 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling futures-core v0.3.31
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name futures_core --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/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=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=9cbc283b25f899ca -C extra-filename=-5553e19708ed9575 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling futures-lite v2.6.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name futures_lite --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=741496286989b1b4 -C extra-filename=-e3486c46c1f16cfa --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern futures_core=/home/r/repo/target/debug/deps/libfutures_core-5553e19708ed9575.rmeta --extern pin_project_lite=/home/r/repo/target/debug/deps/libpin_project_lite-7fc65b1f8ca13b10.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_reflect v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_reflect --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_reflect-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="glam"' --cfg 'feature="smallvec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "debug", "debug_stack", "default", "documentation", "functions", "glam", "petgraph", "smallvec", "smol_str", "std", "uuid", "web", "wgpu-types"))' -C metadata=1a5a003f163607bb -C extra-filename=-f251e56c993a270b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern assert_type_match=/home/r/repo/target/debug/deps/libassert_type_match-3d8586e8e5584e25.so --extern bevy_platform=/home/r/repo/target/debug/deps/libbevy_platform-68e6c3327a7ce4d4.rmeta --extern bevy_ptr=/home/r/repo/target/debug/deps/libbevy_ptr-6854f6343c648b9e.rmeta --extern bevy_reflect_derive=/home/r/repo/target/debug/deps/libbevy_reflect_derive-05d4b5859b93643f.so --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-5f8c10ae1356d9af.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9fd8327845eaf124.rmeta --extern disqualified=/home/r/repo/target/debug/deps/libdisqualified-7dc0386ff6ffca19.rmeta --extern downcast_rs=/home/r/repo/target/debug/deps/libdowncast_rs-b143e61cae9c3490.rmeta --extern erased_serde=/home/r/repo/target/debug/deps/liberased_serde-8903d87ebc95e95c.rmeta --extern foldhash=/home/r/repo/target/debug/deps/libfoldhash-be65be53afb2190a.rmeta --extern glam=/home/r/repo/target/debug/deps/libglam-9839b1612b1700dd.rmeta --extern serde=/home/r/repo/target/debug/deps/libserde-694499a704971aeb.rmeta --extern smallvec=/home/r/repo/target/debug/deps/libsmallvec-071e4969227cbde8.rmeta --extern thiserror=/home/r/repo/target/debug/deps/libthiserror-18fe617e01dd64a4.rmeta --extern variadics_please=/home/r/repo/target/debug/deps/libvariadics_please-b6ef000ce231579d.so --cap-lints allow -Dwarnings`
   Compiling crossbeam-queue v0.3.12
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crossbeam_queue --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "std"))' -C metadata=e4298e5f8baeb4a7 -C extra-filename=-0ceb2425a1377fef --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern crossbeam_utils=/home/r/repo/target/debug/deps/libcrossbeam_utils-79c60c756318acef.rmeta --cap-lints allow -Dwarnings`
   Compiling async-task v4.7.1
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name async_task --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=9bac2d7305d65168 -C extra-filename=-a0155c6257805267 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling atomic-waker v1.1.2
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name atomic_waker --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=93ed7481ff751ff3 -C extra-filename=-c6ba1c3abe8fa242 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling bevy_tasks v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_tasks --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_tasks-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "async_executor", "critical-section", "default", "multi_threaded", "std", "web"))' -C metadata=8da5f29459f41c16 -C extra-filename=-b5eb81f5fae90072 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern async_task=/home/r/repo/target/debug/deps/libasync_task-a0155c6257805267.rmeta --extern atomic_waker=/home/r/repo/target/debug/deps/libatomic_waker-c6ba1c3abe8fa242.rmeta --extern bevy_platform=/home/r/repo/target/debug/deps/libbevy_platform-68e6c3327a7ce4d4.rmeta --extern cfg_if=/home/r/repo/target/debug/deps/libcfg_if-9997999779cebcb2.rmeta --extern crossbeam_queue=/home/r/repo/target/debug/deps/libcrossbeam_queue-0ceb2425a1377fef.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9fd8327845eaf124.rmeta --extern futures_lite=/home/r/repo/target/debug/deps/libfutures_lite-e3486c46c1f16cfa.rmeta --cap-lints allow -Dwarnings`
   Compiling concurrent-queue v2.5.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name concurrent_queue --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=a43bc294163ddcd5 -C extra-filename=-c141a9683017be09 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern crossbeam_utils=/home/r/repo/target/debug/deps/libcrossbeam_utils-79c60c756318acef.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_ecs_macros v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_ecs_macros --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs_macros-0.16.0/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 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b242f96955c287c6 -C extra-filename=-c3984ac5e2b4a17b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_macro_utils=/home/r/repo/target/debug/deps/libbevy_macro_utils-972cf0bb0a0aa8f3.rlib --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-cf1a83c3397605a3.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-72e0f220c46da1fc.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-85d8ec57e22581ad.rlib --extern proc_macro --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name indexmap --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=b0dddc4422965c9b -C extra-filename=-6aba092f3a0cd2fe --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern equivalent=/home/r/repo/target/debug/deps/libequivalent-2f55857d8a34e7a8.rmeta --extern hashbrown=/home/r/repo/target/debug/deps/libhashbrown-91b8dab5fe925aeb.rmeta --cap-lints allow -Dwarnings`
   Compiling bitflags v2.9.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bitflags --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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=139f33f8c2a8f07d -C extra-filename=-2e1ea9a3644a2436 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling bumpalo v3.17.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bumpalo --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.17.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=fc7fdd536b2766ef -C extra-filename=-5d5be776b30a835c --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling log v0.4.27
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name log --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/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("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=95fe61665b25cae1 -C extra-filename=-471025a005d6864f --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling fixedbitset v0.5.7
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fixedbitset --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=45344db6edf6c316 -C extra-filename=-3b80ce06c87dd07e --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling nonmax v0.5.5
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nonmax --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonmax-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("default", "serde", "std"))' -C metadata=43f665cbc77ea109 -C extra-filename=-6b3c8834f56b613d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling bevy_ecs v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_ecs --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_reflect"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async_executor", "backtrace", "bevy_debug_stepping", "bevy_reflect", "configurable_error_handler", "critical-section", "default", "detailed_trace", "multi_threaded", "reflect_functions", "serialize", "std", "trace", "track_location"))' -C metadata=ad8e6594a044862e -C extra-filename=-815e58cb5873ef20 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_ecs_macros=/home/r/repo/target/debug/deps/libbevy_ecs_macros-c3984ac5e2b4a17b.so --extern bevy_platform=/home/r/repo/target/debug/deps/libbevy_platform-68e6c3327a7ce4d4.rmeta --extern bevy_ptr=/home/r/repo/target/debug/deps/libbevy_ptr-6854f6343c648b9e.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f251e56c993a270b.rmeta --extern bevy_tasks=/home/r/repo/target/debug/deps/libbevy_tasks-b5eb81f5fae90072.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-5f8c10ae1356d9af.rmeta --extern bitflags=/home/r/repo/target/debug/deps/libbitflags-2e1ea9a3644a2436.rmeta --extern bumpalo=/home/r/repo/target/debug/deps/libbumpalo-5d5be776b30a835c.rmeta --extern concurrent_queue=/home/r/repo/target/debug/deps/libconcurrent_queue-c141a9683017be09.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9fd8327845eaf124.rmeta --extern disqualified=/home/r/repo/target/debug/deps/libdisqualified-7dc0386ff6ffca19.rmeta --extern fixedbitset=/home/r/repo/target/debug/deps/libfixedbitset-3b80ce06c87dd07e.rmeta --extern indexmap=/home/r/repo/target/debug/deps/libindexmap-6aba092f3a0cd2fe.rmeta --extern log=/home/r/repo/target/debug/deps/liblog-471025a005d6864f.rmeta --extern nonmax=/home/r/repo/target/debug/deps/libnonmax-6b3c8834f56b613d.rmeta --extern smallvec=/home/r/repo/target/debug/deps/libsmallvec-071e4969227cbde8.rmeta --extern thiserror=/home/r/repo/target/debug/deps/libthiserror-18fe617e01dd64a4.rmeta --extern variadics_please=/home/r/repo/target/debug/deps/libvariadics_please-b6ef000ce231579d.so --cap-lints allow -Dwarnings`
   Compiling bevy_derive v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_derive --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_derive-0.16.0/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 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4b63cbaf9685c09 -C extra-filename=-0a091a8038af10e9 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_macro_utils=/home/r/repo/target/debug/deps/libbevy_macro_utils-972cf0bb0a0aa8f3.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-72e0f220c46da1fc.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-85d8ec57e22581ad.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling bevy_app v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_app --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_app-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_reflect"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bevy_debug_stepping", "bevy_reflect", "critical-section", "default", "error_panic_hook", "reflect_functions", "std", "trace", "web"))' -C metadata=fbc323e139e1e2f0 -C extra-filename=-53ffaf70c063b055 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_derive=/home/r/repo/target/debug/deps/libbevy_derive-0a091a8038af10e9.so --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-815e58cb5873ef20.rmeta --extern bevy_platform=/home/r/repo/target/debug/deps/libbevy_platform-68e6c3327a7ce4d4.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f251e56c993a270b.rmeta --extern bevy_tasks=/home/r/repo/target/debug/deps/libbevy_tasks-b5eb81f5fae90072.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-5f8c10ae1356d9af.rmeta --extern cfg_if=/home/r/repo/target/debug/deps/libcfg_if-9997999779cebcb2.rmeta --extern downcast_rs=/home/r/repo/target/debug/deps/libdowncast_rs-b143e61cae9c3490.rmeta --extern log=/home/r/repo/target/debug/deps/liblog-471025a005d6864f.rmeta --extern thiserror=/home/r/repo/target/debug/deps/libthiserror-18fe617e01dd64a4.rmeta --extern variadics_please=/home/r/repo/target/debug/deps/libvariadics_please-b6ef000ce231579d.so --cap-lints allow -Dwarnings`
   Compiling either v1.15.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name either --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=fda4742f13308453 -C extra-filename=-03c53d29b0b1f8b8 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling itertools v0.14.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name itertools --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.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_alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=db81b11224096e65 -C extra-filename=-329933f72c4cfbe7 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern either=/home/r/repo/target/debug/deps/libeither-03c53d29b0b1f8b8.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_math v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_math --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_math-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="alloc"' --cfg 'feature="bevy_reflect"' --cfg 'feature="nostd-libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "approx", "bevy_reflect", "curve", "debug_glam_assert", "default", "glam_assert", "libm", "mint", "nostd-libm", "rand", "serialize", "std"))' -C metadata=08e5f9336e89409f -C extra-filename=-05354dae27460061 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f251e56c993a270b.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9fd8327845eaf124.rmeta --extern glam=/home/r/repo/target/debug/deps/libglam-9839b1612b1700dd.rmeta --extern itertools=/home/r/repo/target/debug/deps/libitertools-329933f72c4cfbe7.rmeta --extern libm=/home/r/repo/target/debug/deps/liblibm-45df5c8f6ee25eaa.rmeta --extern smallvec=/home/r/repo/target/debug/deps/libsmallvec-071e4969227cbde8.rmeta --extern thiserror=/home/r/repo/target/debug/deps/libthiserror-18fe617e01dd64a4.rmeta --extern variadics_please=/home/r/repo/target/debug/deps/libvariadics_please-b6ef000ce231579d.so --cap-lints allow -Dwarnings`
   Compiling bevy_time v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_time --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_time-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_reflect"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bevy_reflect", "critical-section", "default", "serialize", "std"))' -C metadata=64f6606a49f048d8 -C extra-filename=-777393482dc6f6ef --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_app=/home/r/repo/target/debug/deps/libbevy_app-53ffaf70c063b055.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-815e58cb5873ef20.rmeta --extern bevy_platform=/home/r/repo/target/debug/deps/libbevy_platform-68e6c3327a7ce4d4.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f251e56c993a270b.rmeta --extern log=/home/r/repo/target/debug/deps/liblog-471025a005d6864f.rmeta --cap-lints allow -Dwarnings`
   Compiling const-fnv1a-hash v1.1.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name const_fnv1a_hash --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-fnv1a-hash-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa86459f38ef419f -C extra-filename=-d9d46a4fd2693ca1 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling bevy_diagnostic v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_diagnostic --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_diagnostic-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "dynamic_linking", "serialize", "std", "sysinfo", "sysinfo_plugin"))' -C metadata=37b48fd7ea11534d -C extra-filename=-912823c5ebc33582 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_app=/home/r/repo/target/debug/deps/libbevy_app-53ffaf70c063b055.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-815e58cb5873ef20.rmeta --extern bevy_platform=/home/r/repo/target/debug/deps/libbevy_platform-68e6c3327a7ce4d4.rmeta --extern bevy_tasks=/home/r/repo/target/debug/deps/libbevy_tasks-b5eb81f5fae90072.rmeta --extern bevy_time=/home/r/repo/target/debug/deps/libbevy_time-777393482dc6f6ef.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-5f8c10ae1356d9af.rmeta --extern const_fnv1a_hash=/home/r/repo/target/debug/deps/libconst_fnv1a_hash-d9d46a4fd2693ca1.rmeta --extern log=/home/r/repo/target/debug/deps/liblog-471025a005d6864f.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_input v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_input --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_input-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_reflect"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bevy_reflect", "critical-section", "default", "libm", "serde", "serialize", "smol_str", "std"))' -C metadata=b508384703ac1ee3 -C extra-filename=-240f2d581244342a --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_app=/home/r/repo/target/debug/deps/libbevy_app-53ffaf70c063b055.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-815e58cb5873ef20.rmeta --extern bevy_math=/home/r/repo/target/debug/deps/libbevy_math-05354dae27460061.rmeta --extern bevy_platform=/home/r/repo/target/debug/deps/libbevy_platform-68e6c3327a7ce4d4.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f251e56c993a270b.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-5f8c10ae1356d9af.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9fd8327845eaf124.rmeta --extern log=/home/r/repo/target/debug/deps/liblog-471025a005d6864f.rmeta --extern thiserror=/home/r/repo/target/debug/deps/libthiserror-18fe617e01dd64a4.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_transform v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_transform --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_transform-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="alloc"' --cfg 'feature="bevy-support"' --cfg 'feature="bevy_reflect"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async_executor", "bevy-support", "bevy_log", "bevy_reflect", "bevy_utils", "critical-section", "default", "libm", "serialize", "std"))' -C metadata=15adfaab3b845b98 -C extra-filename=-b88e4ab43befc948 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_app=/home/r/repo/target/debug/deps/libbevy_app-53ffaf70c063b055.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-815e58cb5873ef20.rmeta --extern bevy_math=/home/r/repo/target/debug/deps/libbevy_math-05354dae27460061.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f251e56c993a270b.rmeta --extern bevy_tasks=/home/r/repo/target/debug/deps/libbevy_tasks-b5eb81f5fae90072.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9fd8327845eaf124.rmeta --extern thiserror=/home/r/repo/target/debug/deps/libthiserror-18fe617e01dd64a4.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_internal v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_internal --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_internal-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("accesskit_unix", "android-game-activity", "android-native-activity", "android_shared_stdcxx", "animation", "asset_processor", "async-io", "async_executor", "basis-universal", "bevy_animation", "bevy_asset", "bevy_audio", "bevy_ci_testing", "bevy_color", "bevy_core_pipeline", "bevy_debug_stepping", "bevy_dev_tools", "bevy_gilrs", "bevy_gizmos", "bevy_gltf", "bevy_image", "bevy_input_focus", "bevy_log", "bevy_mesh_picking_backend", "bevy_pbr", "bevy_picking", "bevy_remote", "bevy_render", "bevy_scene", "bevy_sprite", "bevy_sprite_picking_backend", "bevy_state", "bevy_text", "bevy_ui", "bevy_ui_debug", "bevy_ui_picking_backend", "bevy_window", "bevy_winit", "bmp", "configurable_error_handler", "critical-section", "custom_cursor", "dds", "debug_glam_assert", "default_font", "detailed_trace", "dynamic_linking", "embedded_watcher", "experimental_pbr_pcss", "exr", "ff", "file_watcher", "flac", "ghost_nodes", "gif", "glam_assert", "hdr", "ico", "jpeg", "ktx2", "libm", "meshlet", "meshlet_processor", "minimp3", "mp3", "multi_threaded", "pbr_anisotropy_texture", "pbr_multi_layer_material_textures", "pbr_specular_textures", "pbr_transmission_textures", "png", "pnm", "qoi", "reflect_documentation", "reflect_functions", "serialize", "shader_format_glsl", "shader_format_spirv", "shader_format_wesl", "smaa_luts", "spirv_shader_passthrough", "statically-linked-dxc", "std", "symphonia-aac", "symphonia-all", "symphonia-flac", "symphonia-isomp4", "symphonia-vorbis", "symphonia-wav", "sysinfo_plugin", "tga", "tiff", "tonemapping_luts", "trace", "trace_chrome", "trace_tracy", "trace_tracy_memory", "track_location", "vorbis", "wav", "wayland", "web", "webgl", "webgpu", "webp", "x11", "zlib", "zstd"))' -C metadata=a970a04a267187d0 -C extra-filename=-9e0eaa1da2604d23 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_app=/home/r/repo/target/debug/deps/libbevy_app-53ffaf70c063b055.rmeta --extern bevy_derive=/home/r/repo/target/debug/deps/libbevy_derive-0a091a8038af10e9.so --extern bevy_diagnostic=/home/r/repo/target/debug/deps/libbevy_diagnostic-912823c5ebc33582.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-815e58cb5873ef20.rmeta --extern bevy_input=/home/r/repo/target/debug/deps/libbevy_input-240f2d581244342a.rmeta --extern bevy_math=/home/r/repo/target/debug/deps/libbevy_math-05354dae27460061.rmeta --extern bevy_platform=/home/r/repo/target/debug/deps/libbevy_platform-68e6c3327a7ce4d4.rmeta --extern bevy_ptr=/home/r/repo/target/debug/deps/libbevy_ptr-6854f6343c648b9e.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f251e56c993a270b.rmeta --extern bevy_tasks=/home/r/repo/target/debug/deps/libbevy_tasks-b5eb81f5fae90072.rmeta --extern bevy_time=/home/r/repo/target/debug/deps/libbevy_time-777393482dc6f6ef.rmeta --extern bevy_transform=/home/r/repo/target/debug/deps/libbevy_transform-b88e4ab43befc948.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-5f8c10ae1356d9af.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy v0.16.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--allow=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("accesskit_unix", "android-game-activity", "android-native-activity", "android_shared_stdcxx", "animation", "asset_processor", "async-io", "async_executor", "basis-universal", "bevy_animation", "bevy_asset", "bevy_audio", "bevy_ci_testing", "bevy_color", "bevy_core_pipeline", "bevy_debug_stepping", "bevy_dev_tools", "bevy_gilrs", "bevy_gizmos", "bevy_gltf", "bevy_image", "bevy_input_focus", "bevy_log", "bevy_mesh_picking_backend", "bevy_pbr", "bevy_picking", "bevy_remote", "bevy_render", "bevy_scene", "bevy_sprite", "bevy_sprite_picking_backend", "bevy_state", "bevy_text", "bevy_ui", "bevy_ui_debug", "bevy_ui_picking_backend", "bevy_window", "bevy_winit", "bmp", "configurable_error_handler", "critical-section", "custom_cursor", "dds", "debug_glam_assert", "default", "default_font", "default_no_std", "detailed_trace", "dynamic_linking", "embedded_watcher", "experimental_pbr_pcss", "exr", "ff", "file_watcher", "flac", "ghost_nodes", "gif", "glam_assert", "hdr", "ico", "jpeg", "ktx2", "libm", "meshlet", "meshlet_processor", "minimp3", "mp3", "multi_threaded", "pbr_anisotropy_texture", "pbr_multi_layer_material_textures", "pbr_specular_textures", "pbr_transmission_textures", "png", "pnm", "qoi", "reflect_documentation", "reflect_functions", "serialize", "shader_format_glsl", "shader_format_spirv", "shader_format_wesl", "smaa_luts", "spirv_shader_passthrough", "statically-linked-dxc", "std", "symphonia-aac", "symphonia-all", "symphonia-flac", "symphonia-isomp4", "symphonia-vorbis", "symphonia-wav", "sysinfo_plugin", "tga", "tiff", "tonemapping_luts", "trace", "trace_chrome", "trace_tracy", "trace_tracy_memory", "track_location", "vorbis", "wav", "wayland", "web", "webgl2", "webgpu", "webp", "x11", "zlib", "zstd"))' -C metadata=660290cd4186610a -C extra-filename=-9e437cdc1bac3cff --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bevy_internal=/home/r/repo/target/debug/deps/libbevy_internal-9e0eaa1da2604d23.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_actify_derive v0.3.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_actify_derive --edition=2024 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_actify_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcb747d679daa9fa -C extra-filename=-76894a63da7abb4c --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-cf1a83c3397605a3.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-72e0f220c46da1fc.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-85d8ec57e22581ad.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling bevy_actify v0.5.0 (/home/r/repo)
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_actify --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="conditions"' --cfg 'feature="default"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("conditions", "default", "derive"))' -C metadata=5cfd7d70d485ec9b -C extra-filename=-ba5afb4997929ed4 --out-dir /home/r/repo/target/debug/deps -C incremental=/home/r/repo/target/debug/incremental -L dependency=/home/r/repo/target/debug/deps --extern bevy=/home/r/repo/target/debug/deps/libbevy-9e437cdc1bac3cff.rlib --extern bevy_actify_derive=/home/r/repo/target/debug/deps/libbevy_actify_derive-76894a63da7abb4c.so -Dwarnings`
    Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
     Running `/home/r/repo/target/debug/deps/bevy_actify-ba5afb4997929ed4`

running 0 tests

test result: 32mokBm. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

    Updating crates.io index
   Packaging bevy_actify v0.5.0 (/home/r/repo)
    Updating crates.io index
    Packaged 14 files, 69.9KiB (22.5KiB compressed)
   Verifying bevy_actify v0.5.0 (/home/r/repo)
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling quote v1.0.40
   Compiling syn v2.0.101
   Compiling cfg-if v1.0.0
   Compiling equivalent v1.0.2
   Compiling libc v0.2.172
   Compiling serde v1.0.219
   Compiling autocfg v1.4.0
   Compiling lock_api v0.4.12
   Compiling parking_lot_core v0.9.10
   Compiling scopeguard v1.2.0
   Compiling smallvec v1.15.0
   Compiling hashbrown v0.15.2
   Compiling indexmap v2.9.0
   Compiling winnow v0.7.7
   Compiling toml_datetime v0.6.9
   Compiling toml_edit v0.22.25
   Compiling parking_lot v0.12.3
   Compiling getrandom v0.3.2
   Compiling bevy_macro_utils v0.16.0
   Compiling typeid v1.0.3
   Compiling foldhash v0.1.5
   Compiling spin v0.9.8
   Compiling unicode-xid v0.2.6
   Compiling libm v0.2.13
   Compiling crossbeam-utils v0.8.21
   Compiling derive_more-impl v1.0.0
   Compiling bevy_platform v0.16.0
   Compiling thiserror v2.0.12
   Compiling uuid v1.16.0
   Compiling derive_more v1.0.0
   Compiling thiserror-impl v2.0.12
   Compiling bytemuck v1.22.0
   Compiling glam v0.29.3
   Compiling erased-serde v0.4.6
   Compiling bevy_reflect_derive v0.16.0
   Compiling bevy_utils v0.16.0
   Compiling variadics_please v1.1.0
   Compiling assert_type_match v0.1.1
   Compiling pin-project-lite v0.2.16
   Compiling futures-core v0.3.31
   Compiling downcast-rs v2.0.1
   Compiling disqualified v1.0.0
   Compiling bevy_ptr v0.16.0
   Compiling bevy_reflect v0.16.0
   Compiling futures-lite v2.6.0
   Compiling crossbeam-queue v0.3.12
   Compiling async-task v4.7.1
   Compiling atomic-waker v1.1.2
   Compiling bevy_tasks v0.16.0
   Compiling concurrent-queue v2.5.0
   Compiling bevy_ecs_macros v0.16.0
   Compiling bitflags v2.9.0
   Compiling fixedbitset v0.5.7
   Compiling log v0.4.27
   Compiling nonmax v0.5.5
   Compiling bumpalo v3.17.0
   Compiling bevy_ecs v0.16.0
   Compiling bevy_derive v0.16.0
   Compiling bevy_app v0.16.0
   Compiling either v1.15.0
   Compiling itertools v0.14.0
   Compiling bevy_math v0.16.0
   Compiling bevy_time v0.16.0
   Compiling const-fnv1a-hash v1.1.0
   Compiling bevy_diagnostic v0.16.0
   Compiling bevy_input v0.16.0
   Compiling bevy_transform v0.16.0
   Compiling bevy_internal v0.16.0
   Compiling bevy v0.16.0
   Compiling bevy_actify_derive v0.3.0
   Compiling bevy_actify v0.5.0 (/home/r/repo/target/package/bevy_actify-0.5.0)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
   Uploading bevy_actify v0.5.0 (/home/r/repo)
    Uploaded bevy_actify v0.5.0 to registry `crates-io`
note: waiting for `bevy_actify v0.5.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published bevy_actify v0.5.0 at registry `crates-io`
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag v0.5.0 -m 'v0.5.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at 01d2756 bump version to 0.5.0
+ git clean -fd
+ git checkout main
Switched to branch 'main'
Your branch is up to date with 'origin/main'.
+ git branch -D __rultor
Deleted branch __rultor (was 01d2756).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:bevious/bevy_actify.git
 * [new tag]         v0.5.0 -> v0.5.0
container 990af3029ce7a8e1b50b777a1a5e021aefbba6d28a4eb8bd34050e9a095a9bec is dead
Sun Apr 27 22:08:31 UTC 2025