rultor.com logo This build log was produced by rultor.com for bevious/bevy_actify#9
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1280
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Apr  2 17:14:40 UTC 2025
+ uptime
 17:14:40 up 1 min,  0 users,  load average: 1.32, 0.38, 0.13
+ 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.4.0
+ vars=('--env=CARGO_TERM_COLOR=never' '--env=RUSTFLAGS=-Dwarnings' '--env=head=git@github.com:bevious/bevy_actify.git' '--env=tag=v0.4.0' '--env=scripts=( '\''export '\''\'\'''\''CARGO_TERM_COLOR=never'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''RUSTFLAGS=-Dwarnings'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:bevious/bevy_actify.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=v0.4.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.4.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_9
+ as_root=false
+ hostname
ip-172-31-19-150
+ pwd
/tmp/rultor-1Tqi
+ 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.4.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.4.0 ']'
+ [[ v0.4.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "v0.4.0"'
tag name is valid: "v0.4.0"
+ cd repo
++ git tag -l v0.4.0
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 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.14
++ bc
++ echo 0.14 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.14, low enough to run a new Docker container'
load average is 0.14, 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
f92de055bc45: Verifying Checksum
f92de055bc45: Download complete
f3e943c332aa: Verifying Checksum
f3e943c332aa: Download complete
9cb31e2e37ea: Pull complete
4f4fb700ef54: Pull complete
8abe72b13cdc: Pull 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
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
a1084c9072d8: Verifying Checksum
a1084c9072d8: Download complete
0e51b7feca72: Verifying Checksum
0e51b7feca72: Download complete
7d94120e6b0d: Verifying Checksum
7d94120e6b0d: Download complete
cba9dea87424: Pull complete
407dfea1e87a: Verifying Checksum
407dfea1e87a: 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_9\s*$'
+ ls -al .
total 56
drwx------  3 ubuntu ubuntu 4096 Apr  2 17:14 .
drwxrwxrwt 12 root   root   4096 Apr  2 17:19 ..
-rw-rw-r--  1 ubuntu ubuntu   60 Apr  2 17:14 crates-io.env
-rwxrwxr-x  1 ubuntu ubuntu 2089 Apr  2 17:19 end.sh
-rwxrwxr-x  1 ubuntu ubuntu  490 Apr  2 17:14 entry.sh
-rw-rw-r--  1 ubuntu ubuntu    5 Apr  2 17:14 pid
drwxrwxr-x  5 ubuntu ubuntu 4096 Apr  2 17:14 repo
-rwxrwxr-x  1 ubuntu ubuntu 9667 Apr  2 17:14 run.sh
-rw-rw-r--  1 ubuntu ubuntu  801 Apr  2 17:14 script.sh
-rw-rw-r--  1 ubuntu ubuntu 8703 Apr  2 17:19 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-1Tqi:/main --env=CARGO_TERM_COLOR=never --env=RUSTFLAGS=-Dwarnings --env=head=git@github.com:bevious/bevy_actify.git --env=tag=v0.4.0 '--env=scripts=( '\''export '\''\'\'''\''CARGO_TERM_COLOR=never'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''RUSTFLAGS=-Dwarnings'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:bevious/bevy_actify.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=v0.4.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-1Tqi/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=bevious_bevy_actify_9 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.4.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 c8aaef6] bump version to 0.4.0
 1 file changed, 1 insertion(+), 1 deletion(-)
    Updating crates.io index
     Locking 162 packages to latest Rust 1.85.0 compatible versions
      Adding uuid v1.12.1 (available: v1.16.0)
 Downloading crates ...
  Downloaded bevy_actify_derive v0.3.0
  Downloaded const-random v0.1.18
  Downloaded matchers v0.1.0
  Downloaded toml_datetime v0.6.8
  Downloaded quote v1.0.40
  Downloaded version_check v0.9.5
  Downloaded unicode-xid v0.2.6
  Downloaded tracing-log v0.2.0
  Downloaded toml_edit v0.22.24
  Downloaded libm v0.2.11
  Downloaded uuid v1.12.1
  Downloaded hashbrown v0.14.5
  Downloaded zerocopy v0.7.35
  Downloaded winnow v0.7.4
  Downloaded itertools v0.13.0
  Downloaded aho-corasick v1.1.3
  Downloaded regex v1.11.1
  Downloaded zerocopy v0.8.24
  Downloaded syn v2.0.100
  Downloaded regex-syntax v0.6.29
  Downloaded nix v0.29.0
  Downloaded tracing-subscriber v0.3.19
  Downloaded tracing-core v0.1.33
  Downloaded regex-syntax v0.8.5
  Downloaded bevy_reflect v0.15.3
  Downloaded bevy_math v0.15.3
  Downloaded unicode-ident v1.0.18
  Downloaded bevy_ecs v0.15.3
  Downloaded regex-automata v0.1.10
  Downloaded hashbrown v0.15.2
  Downloaded bevy v0.15.3
  Downloaded proc-macro2 v1.0.94
  Downloaded glam v0.29.3
  Downloaded memchr v2.7.4
  Downloaded derive_more-impl v1.0.0
  Downloaded regex-automata v0.4.9
  Downloaded crossbeam-channel v0.5.14
  Downloaded tracing-attributes v0.1.28
  Downloaded tracing v0.1.41
  Downloaded serde v1.0.219
  Downloaded rand v0.8.5
  Downloaded ppv-lite86 v0.2.21
  Downloaded petgraph v0.6.5
  Downloaded indexmap v2.8.0
  Downloaded bytemuck v1.22.0
  Downloaded typeid v1.0.3
  Downloaded libc v0.2.171
  Downloaded sharded-slab v0.1.7
  Downloaded serde_derive v1.0.219
  Downloaded rand_distr v0.4.3
  Downloaded log v0.4.27
  Downloaded futures-lite v2.6.0
  Downloaded derive_more v1.0.0
  Downloaded crossbeam-utils v0.8.21
  Downloaded bevy_internal v0.15.3
  Downloaded bevy_input v0.15.3
  Downloaded bevy_app v0.15.3
  Downloaded allocator-api2 v0.2.21
  Downloaded smallvec v1.14.0
  Downloaded num-traits v0.2.19
  Downloaded bitflags v2.9.0
  Downloaded bevy_time v0.15.3
  Downloaded bevy_reflect_derive v0.15.3
  Downloaded bevy_hierarchy v0.15.3
  Downloaded pin-project-lite v0.2.16
  Downloaded overload v0.1.1
  Downloaded once_cell v1.21.3
  Downloaded nu-ansi-term v0.46.0
  Downloaded nonmax v0.5.5
  Downloaded getrandom v0.2.15
  Downloaded fixedbitset v0.5.7
  Downloaded erased-serde v0.4.6
  Downloaded either v1.15.0
  Downloaded concurrent-queue v2.5.0
  Downloaded bevy_transform v0.15.3
  Downloaded bevy_tasks v0.15.3
  Downloaded async-task v4.7.1
  Downloaded async-executor v1.13.1
  Downloaded ahash v0.8.11
  Downloaded tiny-keccak v2.0.2
  Downloaded thread_local v1.1.8
  Downloaded smol_str v0.2.2
  Downloaded slab v0.4.9
  Downloaded rand_core v0.6.4
  Downloaded rand_chacha v0.3.1
  Downloaded parking v2.2.1
  Downloaded lazy_static v1.5.0
  Downloaded futures-io v0.3.31
  Downloaded futures-core v0.3.31
  Downloaded fixedbitset v0.4.2
  Downloaded fastrand v2.3.0
  Downloaded downcast-rs v1.2.1
  Downloaded disqualified v1.0.0
  Downloaded bevy_utils_proc_macros v0.15.3
  Downloaded bevy_utils v0.15.3
  Downloaded autocfg v1.4.0
  Downloaded equivalent v1.0.2
  Downloaded ctrlc v3.4.5
  Downloaded crunchy v0.2.3
  Downloaded const-random-macro v0.1.16
  Downloaded const-fnv1a-hash v1.1.0
  Downloaded cfg-if v1.0.0
  Downloaded bevy_ptr v0.15.3
  Downloaded bevy_macro_utils v0.15.3
  Downloaded bevy_log v0.15.3
  Downloaded bevy_ecs_macros v0.15.3
  Downloaded bevy_diagnostic v0.15.3
  Downloaded bevy_derive v0.15.3
  Downloaded bevy_core v0.15.3
  Downloaded assert_type_match v0.1.1
  Downloaded cfg_aliases v0.2.1
   Compiling proc-macro2 v1.0.94
     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.94/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=31fa594a3b6bed83 -C extra-filename=-aebfe51e06ee6cc0 --out-dir /home/r/repo/target/debug/build/proc-macro2-aebfe51e06ee6cc0 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/proc-macro2-aebfe51e06ee6cc0/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.94/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=e6101ba1ac7a0e4d -C extra-filename=-18022c6c4d94e4df --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 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 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=de12f36a992470ee -C extra-filename=-9b377cc99a5f1ea6 --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-18022c6c4d94e4df.rmeta --cap-lints allow -Dwarnings`
   Compiling syn v2.0.100
     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.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="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=afc3b98cb74f0f97 -C extra-filename=-af93f0ec8518d38e --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-18022c6c4d94e4df.rmeta --extern quote=/home/r/repo/target/debug/deps/libquote-9b377cc99a5f1ea6.rmeta --extern unicode_ident=/home/r/repo/target/debug/deps/libunicode_ident-c8b936ed3c31b15b.rmeta --cap-lints allow -Dwarnings`
   Compiling libc v0.2.171
     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.171/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=4fe3e1c23bbaa996 -C extra-filename=-560d401bc8fa7820 --out-dir /home/r/repo/target/debug/build/libc-560d401bc8fa7820 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/libc-560d401bc8fa7820/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.171/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f13ed3f8aa3e72bd -C extra-filename=-c66db253ca3b57aa --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(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"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
     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.171/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=3aad571418d924ef -C extra-filename=-e2b018fcd06a8918 --out-dir /home/r/repo/target/debug/build/libc-e2b018fcd06a8918 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/libc-e2b018fcd06a8918/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.171/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=ce562b4a4e9fd9d4 -C extra-filename=-f5a8030b8bcaeb19 --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(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"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
   Compiling getrandom v0.2.15
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name getrandom --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=840802c2e60781b1 -C extra-filename=-702a2d98c3c7919b --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-c66db253ca3b57aa.rmeta --cap-lints allow -Dwarnings`
   Compiling crunchy v0.2.3
     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/crunchy-0.2.3/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="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=a8fea86742ab70e9 -C extra-filename=-5942780eececee74 --out-dir /home/r/repo/target/debug/build/crunchy-5942780eececee74 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   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 once_cell v1.21.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name once_cell --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f77f37559ab9f6ef -C extra-filename=-dd5ccbd477a928d6 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/crunchy-5942780eececee74/build-script-build`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name getrandom --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/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("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=c7b0018247deba8d -C extra-filename=-597dd213826b8f86 --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-f5a8030b8bcaeb19.rmeta --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 -C debuginfo=2 --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=644e7ac179137531 -C extra-filename=-6a52aceed053a89e --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling zerocopy v0.8.24
     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/zerocopy-0.8.24/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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=a2598b2d500b6928 -C extra-filename=-02e025598df158c0 --out-dir /home/r/repo/target/debug/build/zerocopy-02e025598df158c0 -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 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"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=f9b58ed18241fca8 -C extra-filename=-351d7913cb0f28a7 --out-dir /home/r/repo/target/debug/build/serde-351d7913cb0f28a7 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling tiny-keccak v2.0.2
     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/tiny-keccak-2.0.2/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="shake"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=63f472d7b9693802 -C extra-filename=-e408c553d4a7a6e2 --out-dir /home/r/repo/target/debug/build/tiny-keccak-e408c553d4a7a6e2 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/tiny-keccak-e408c553d4a7a6e2/build-script-build`
     Running `/home/r/repo/target/debug/build/serde-351d7913cb0f28a7/build-script-build`
   Compiling indexmap v2.8.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.8.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' --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=9dbb8d1ea3d79701 -C extra-filename=-4abd55bbbb59a3fd --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-6a52aceed053a89e.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/zerocopy-02e025598df158c0/build-script-build`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crunchy --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.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"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=6ae111fae2ee04d9 -C extra-filename=-039a7e336e5dee25 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling serde_derive v1.0.219
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde_derive --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=2386c46eb28773da -C extra-filename=-580423de82cafb63 --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-18022c6c4d94e4df.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-9b377cc99a5f1ea6.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-af93f0ec8518d38e.rlib --extern proc_macro --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 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"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=d85f39a9f49a2156 -C extra-filename=-1911fd39e1b9614e --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern serde_derive=/home/r/repo/target/debug/deps/libserde_derive-580423de82cafb63.so --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)'`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tiny_keccak --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.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 --cfg 'feature="default"' --cfg 'feature="shake"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=42a33e9fc771961a -C extra-filename=-ae9632d69b0e540e --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern crunchy=/home/r/repo/target/debug/deps/libcrunchy-039a7e336e5dee25.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerocopy --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.24/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="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=63477d8d324b47f7 -C extra-filename=-ab5c560560875130 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
   Compiling winnow v0.7.4
     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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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=6c6db8e2bc3bbce8 -C extra-filename=-6da0c7fc8b49601e --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling version_check v0.9.5
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name version_check --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce46165d09982d98 -C extra-filename=-1c4db733c7717772 --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 once_cell --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.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="alloc"' --cfg 'feature="race"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=71d2ac030bd8db6f -C extra-filename=-6a03831d5695d966 --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.8
     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.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 --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::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' '--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=8f1f4be46577b58b -C extra-filename=-1e76571f4f31fc64 --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.24
     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.24/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=f47724460c324dd0 -C extra-filename=-c8ad0ffd583d97a2 --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-4abd55bbbb59a3fd.rmeta --extern toml_datetime=/home/r/repo/target/debug/deps/libtoml_datetime-1e76571f4f31fc64.rmeta --extern winnow=/home/r/repo/target/debug/deps/libwinnow-6da0c7fc8b49601e.rmeta --cap-lints allow -Dwarnings`
   Compiling const-random-macro v0.1.16
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name const_random_macro --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-random-macro-0.1.16/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=9f8af0710db4cf2b -C extra-filename=-9fbbd06ca396429e --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-597dd213826b8f86.rlib --extern once_cell=/home/r/repo/target/debug/deps/libonce_cell-6a03831d5695d966.rlib --extern tiny_keccak=/home/r/repo/target/debug/deps/libtiny_keccak-ae9632d69b0e540e.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling ahash v0.8.11
     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/ahash-0.8.11/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="compile-time-rng"' --cfg 'feature="const-random"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=f9deb8824582b342 -C extra-filename=-dc17d528a498c311 --out-dir /home/r/repo/target/debug/build/ahash-dc17d528a498c311 -L dependency=/home/r/repo/target/debug/deps --extern version_check=/home/r/repo/target/debug/deps/libversion_check-1c4db733c7717772.rlib --cap-lints allow -Dwarnings`
   Compiling ppv-lite86 v0.2.21
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.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 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=92e2e5d1ebdc3d8b -C extra-filename=-e323d393afc247a1 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern zerocopy=/home/r/repo/target/debug/deps/libzerocopy-ab5c560560875130.rmeta --cap-lints allow -Dwarnings`
   Compiling tracing-core v0.1.33
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tracing_core --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=8a1da66b92c5a6e1 -C extra-filename=-1e1399722f29b952 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern once_cell=/home/r/repo/target/debug/deps/libonce_cell-dd5ccbd477a928d6.rmeta --cap-lints allow -Dwarnings`
   Compiling rand_core v0.6.4
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand_core --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=f3c885d1a9a55931 -C extra-filename=-6b22510a6b8c3dc0 --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-702a2d98c3c7919b.rmeta --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)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=942d3cadc18da4d0 -C extra-filename=-10262708da724cc4 --out-dir /home/r/repo/target/debug/build/crossbeam-utils-10262708da724cc4 -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/crossbeam-utils-10262708da724cc4/build-script-build`
   Compiling rand_chacha v0.3.1
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand_chacha --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=f69a51f4511c0d1c -C extra-filename=-b934fa22adab647d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern ppv_lite86=/home/r/repo/target/debug/deps/libppv_lite86-e323d393afc247a1.rmeta --extern rand_core=/home/r/repo/target/debug/deps/librand_core-6b22510a6b8c3dc0.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/ahash-dc17d528a498c311/build-script-build`
   Compiling const-random v0.1.18
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name const_random --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-random-0.1.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 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8790eebe2ab4666 -C extra-filename=-a58b7bbbc9da3c60 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern const_random_macro=/home/r/repo/target/debug/deps/libconst_random_macro-9fbbd06ca396429e.so --cap-lints allow -Dwarnings`
   Compiling bevy_macro_utils v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_macro_utils --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_macro_utils-0.15.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 '--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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bb5afb70e860eb1 -C extra-filename=-70b61a32bfe2d95e --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-18022c6c4d94e4df.rmeta --extern quote=/home/r/repo/target/debug/deps/libquote-9b377cc99a5f1ea6.rmeta --extern syn=/home/r/repo/target/debug/deps/libsyn-af93f0ec8518d38e.rmeta --extern toml_edit=/home/r/repo/target/debug/deps/libtoml_edit-c8ad0ffd583d97a2.rmeta --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 zerocopy v0.7.35
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name zerocopy --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=a818921cdab5b7c4 -C extra-filename=-7a1df9de472c5cf1 --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 ahash --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compile-time-rng"' --cfg 'feature="const-random"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=092f3297a0456388 -C extra-filename=-bb97c29ece69aa6a --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 const_random=/home/r/repo/target/debug/deps/libconst_random-a58b7bbbc9da3c60.rmeta --extern getrandom=/home/r/repo/target/debug/deps/libgetrandom-702a2d98c3c7919b.rmeta --extern once_cell=/home/r/repo/target/debug/deps/libonce_cell-dd5ccbd477a928d6.rmeta --extern zerocopy=/home/r/repo/target/debug/deps/libzerocopy-7a1df9de472c5cf1.rmeta --cap-lints allow -Dwarnings --cfg 'feature="folded_multiply"'`
     Running `/home/r/repo/target/debug/build/typeid-d623851183c820e2/build-script-build`
   Compiling rand v0.8.5
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.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 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=117dfb3caf86c446 -C extra-filename=-3205c85dc7817877 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern libc=/home/r/repo/target/debug/deps/liblibc-c66db253ca3b57aa.rmeta --extern rand_chacha=/home/r/repo/target/debug/deps/librand_chacha-b934fa22adab647d.rmeta --extern rand_core=/home/r/repo/target/debug/deps/librand_core-6b22510a6b8c3dc0.rmeta --cap-lints allow -Dwarnings`
     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)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=07e07eb3a48d0ca9 -C extra-filename=-b0af7041e1486ef9 --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 tracing v0.1.41
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tracing --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/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(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "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", "std", "tracing-attributes", "valuable"))' -C metadata=c273d68decac8cfa -C extra-filename=-547e5f5eb4c721ed --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern pin_project_lite=/home/r/repo/target/debug/deps/libpin_project_lite-7fc65b1f8ca13b10.rmeta --extern tracing_core=/home/r/repo/target/debug/deps/libtracing_core-1e1399722f29b952.rmeta --cap-lints allow -Dwarnings`
   Compiling thread_local v1.1.8
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name thread_local --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d5f0ba329a15b1e0 -C extra-filename=-edf56f768b046f50 --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 once_cell=/home/r/repo/target/debug/deps/libonce_cell-dd5ccbd477a928d6.rmeta --cap-lints allow -Dwarnings`
   Compiling slab v0.4.9
     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/slab-0.4.9/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("default", "serde", "std"))' -C metadata=c7c8fdc6c070b068 -C extra-filename=-46a1ee7ed77ca961 --out-dir /home/r/repo/target/debug/build/slab-46a1ee7ed77ca961 -L dependency=/home/r/repo/target/debug/deps --extern autocfg=/home/r/repo/target/debug/deps/libautocfg-d0b882c1d120a562.rlib --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 allocator-api2 v0.2.21
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name allocator_api2 --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.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 --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=b82d9498e94ee8a2 -C extra-filename=-d9ad6bd63687be1b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling hashbrown v0.14.5
     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.14.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 --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=61c9fb90243015e9 -C extra-filename=-dcff66e1201b3fe9 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern ahash=/home/r/repo/target/debug/deps/libahash-bb97c29ece69aa6a.rmeta --extern allocator_api2=/home/r/repo/target/debug/deps/liballocator_api2-d9ad6bd63687be1b.rmeta --extern serde=/home/r/repo/target/debug/deps/libserde-1911fd39e1b9614e.rmeta --cap-lints allow -Dwarnings`
   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="display"' --cfg 'feature="error"' --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=a65997c9e85521c4 -C extra-filename=-553a552cfcd0dcf9 --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-18022c6c4d94e4df.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-9b377cc99a5f1ea6.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-af93f0ec8518d38e.rlib --extern unicode_xid=/home/r/repo/target/debug/deps/libunicode_xid-34c0e329565f1763.rlib --extern proc_macro --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/slab-46a1ee7ed77ca961/build-script-build`
     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)'`
   Compiling uuid v1.12.1
     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.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=c27fd737edcb9e85 -C extra-filename=-db43537805a88c0e --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-597dd213826b8f86.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_utils_proc_macros v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_utils_proc_macros --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_utils_proc_macros-0.15.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=981f5c6dd9690b11 -C extra-filename=-1f9bee38857171bd --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-18022c6c4d94e4df.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-9b377cc99a5f1ea6.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-af93f0ec8518d38e.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling futures-io v0.3.31
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name futures_io --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-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)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=1d81eb424889a2c4 -C extra-filename=-e20654b9a4a7465c --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling fastrand v2.3.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fastrand --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=50c9f25b6d2456b1 -C extra-filename=-07cfbe0d48042781 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling cfg_aliases v0.2.1
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name cfg_aliases --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6ee919e97fa7066 -C extra-filename=-3ad26736f8518318 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling smallvec v1.14.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.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="const_generics"' --cfg 'feature="union"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=cc3bf912e5bd4a4a -C extra-filename=-653c88cfb1288158 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling parking v2.2.1
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name parking --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=b5a22ab332dffcc0 -C extra-filename=-64a022208a75ab16 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --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 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"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=3c6756c9303b86c2 -C extra-filename=-0a6d73f4f1d51524 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern fastrand=/home/r/repo/target/debug/deps/libfastrand-07cfbe0d48042781.rmeta --extern futures_core=/home/r/repo/target/debug/deps/libfutures_core-5553e19708ed9575.rmeta --extern futures_io=/home/r/repo/target/debug/deps/libfutures_io-e20654b9a4a7465c.rmeta --extern parking=/home/r/repo/target/debug/deps/libparking-64a022208a75ab16.rmeta --extern pin_project_lite=/home/r/repo/target/debug/deps/libpin_project_lite-7fc65b1f8ca13b10.rmeta --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="default"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="std"' --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=e8f1930da35bc556 -C extra-filename=-329fc8e5c410e02a --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 rand=/home/r/repo/target/debug/deps/librand-3205c85dc7817877.rmeta --extern serde=/home/r/repo/target/debug/deps/libserde-1911fd39e1b9614e.rmeta --cap-lints allow -Dwarnings`
   Compiling nix v0.29.0
     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/nix-0.29.0/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="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=d5c027bfb1fa3472 -C extra-filename=-36ff12854677a20b --out-dir /home/r/repo/target/debug/build/nix-36ff12854677a20b -L dependency=/home/r/repo/target/debug/deps --extern cfg_aliases=/home/r/repo/target/debug/deps/libcfg_aliases-3ad26736f8518318.rlib --cap-lints allow -Dwarnings`
   Compiling bevy_utils v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_utils --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_utils-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=970f7d017c28ae97 -C extra-filename=-3fb3d3b73a6a11b3 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern ahash=/home/r/repo/target/debug/deps/libahash-bb97c29ece69aa6a.rmeta --extern bevy_utils_proc_macros=/home/r/repo/target/debug/deps/libbevy_utils_proc_macros-1f9bee38857171bd.so --extern hashbrown=/home/r/repo/target/debug/deps/libhashbrown-dcff66e1201b3fe9.rmeta --extern thread_local=/home/r/repo/target/debug/deps/libthread_local-edf56f768b046f50.rmeta --extern tracing=/home/r/repo/target/debug/deps/libtracing-547e5f5eb4c721ed.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_reflect_derive v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_reflect_derive --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_reflect_derive-0.15.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--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=267f7565c3c6f053 -C extra-filename=-ad4623d0b0c16a27 --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-70b61a32bfe2d95e.rlib --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-18022c6c4d94e4df.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-9b377cc99a5f1ea6.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-af93f0ec8518d38e.rlib --extern uuid=/home/r/repo/target/debug/deps/libuuid-db43537805a88c0e.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=16ac8b18fba3440e -C extra-filename=-78733f3bccb1490a --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-1911fd39e1b9614e.rmeta --extern typeid=/home/r/repo/target/debug/deps/libtypeid-1c392ead9a5eae73.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name slab --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=15281a2d87659bf2 -C extra-filename=-6160e925b1dbcc2b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --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="display"' --cfg 'feature="error"' --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=ae9ac4a9c8b6e365 -C extra-filename=-9031ea4c343ce370 --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-553a552cfcd0dcf9.so --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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=548ec604306b8e74 -C extra-filename=-6804ca0e0af290f8 --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-b0af7041e1486ef9.rmeta --cap-lints allow -Dwarnings`
   Compiling smol_str v0.2.2
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name smol_str --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smol_str-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "serde", "std"))' -C metadata=2453586001b73159 -C extra-filename=-75c3ab79cd011240 --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-1911fd39e1b9614e.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=08d1f0c63e735e6d -C extra-filename=-caa93bc67615a155 --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-18022c6c4d94e4df.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-9b377cc99a5f1ea6.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-af93f0ec8518d38e.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling bevy_ptr v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_ptr --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ptr-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=023bf797cee832bf -C extra-filename=-2555f7802fdc6499 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling downcast-rs v1.2.1
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name downcast_rs --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d638f242fbf62a9 -C extra-filename=-0b9477a1154530b8 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --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 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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=b85648343baa3e3d -C extra-filename=-63e4ea51df50e8e5 --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 --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=67edeb0e0482e1b2 -C extra-filename=-ef98ce59ed610d95 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling bevy_reflect v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_reflect --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_reflect-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="alloc"' --cfg 'feature="bevy"' --cfg 'feature="debug"' --cfg 'feature="debug_stack"' --cfg 'feature="default"' --cfg 'feature="glam"' --cfg 'feature="smallvec"' --cfg 'feature="smol_str"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bevy", "debug", "debug_stack", "default", "documentation", "functions", "glam", "petgraph", "smallvec", "smol_str", "uuid", "wgpu-types"))' -C metadata=69ddb9577e04c79b -C extra-filename=-f6e3eaf5e81864b4 --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-caa93bc67615a155.so --extern bevy_ptr=/home/r/repo/target/debug/deps/libbevy_ptr-2555f7802fdc6499.rmeta --extern bevy_reflect_derive=/home/r/repo/target/debug/deps/libbevy_reflect_derive-ad4623d0b0c16a27.so --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-3fb3d3b73a6a11b3.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9031ea4c343ce370.rmeta --extern disqualified=/home/r/repo/target/debug/deps/libdisqualified-ef98ce59ed610d95.rmeta --extern downcast_rs=/home/r/repo/target/debug/deps/libdowncast_rs-0b9477a1154530b8.rmeta --extern erased_serde=/home/r/repo/target/debug/deps/liberased_serde-78733f3bccb1490a.rmeta --extern glam=/home/r/repo/target/debug/deps/libglam-329fc8e5c410e02a.rmeta --extern serde=/home/r/repo/target/debug/deps/libserde-1911fd39e1b9614e.rmeta --extern smallvec=/home/r/repo/target/debug/deps/libsmallvec-653c88cfb1288158.rmeta --extern smol_str=/home/r/repo/target/debug/deps/libsmol_str-75c3ab79cd011240.rmeta --cap-lints allow -Dwarnings`
   Compiling async-executor v1.13.1
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name async_executor --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.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("static"))' -C metadata=d7893932ac03cc2d -C extra-filename=-abb1231987e7ea3e --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-63e4ea51df50e8e5.rmeta --extern concurrent_queue=/home/r/repo/target/debug/deps/libconcurrent_queue-6804ca0e0af290f8.rmeta --extern fastrand=/home/r/repo/target/debug/deps/libfastrand-07cfbe0d48042781.rmeta --extern futures_lite=/home/r/repo/target/debug/deps/libfutures_lite-0a6d73f4f1d51524.rmeta --extern slab=/home/r/repo/target/debug/deps/libslab-6160e925b1dbcc2b.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/nix-36ff12854677a20b/build-script-build`
   Compiling fixedbitset v0.4.2
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name fixedbitset --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.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("default", "serde", "std"))' -C metadata=0d47bfd4b4184c52 -C extra-filename=-49aa70ff263f8c53 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling petgraph v0.6.5
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name petgraph --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.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 --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=402a524773a9be81 -C extra-filename=-11550bb7a6a0fbca --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern fixedbitset=/home/r/repo/target/debug/deps/libfixedbitset-49aa70ff263f8c53.rmeta --extern indexmap=/home/r/repo/target/debug/deps/libindexmap-4abd55bbbb59a3fd.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nix --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.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="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=a2b26545039c5faa -C extra-filename=-dc00c55768708f1a --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern bitflags=/home/r/repo/target/debug/deps/libbitflags-2e1ea9a3644a2436.rmeta --extern cfg_if=/home/r/repo/target/debug/deps/libcfg_if-9997999779cebcb2.rmeta --extern libc=/home/r/repo/target/debug/deps/liblibc-c66db253ca3b57aa.rmeta --cap-lints allow -Dwarnings --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
   Compiling bevy_tasks v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_tasks --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_tasks-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "multi_threaded"))' -C metadata=94aa98bea5e929d7 -C extra-filename=-7dce69d8e506c3fe --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern async_executor=/home/r/repo/target/debug/deps/libasync_executor-abb1231987e7ea3e.rmeta --extern futures_lite=/home/r/repo/target/debug/deps/libfutures_lite-0a6d73f4f1d51524.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_ecs_macros v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_ecs_macros --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs_macros-0.15.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=011c804a1a828010 -C extra-filename=-c2160e7457168a31 --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-70b61a32bfe2d95e.rlib --extern proc_macro2=/home/r/repo/target/debug/deps/libproc_macro2-18022c6c4d94e4df.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-9b377cc99a5f1ea6.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-af93f0ec8518d38e.rlib --extern proc_macro --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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e46b70231e79d050 -C extra-filename=-7c23e6be91fc3c05 --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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a6a0bfa5dadace36 -C extra-filename=-e6b885a4bf3dc502 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling bevy_ecs v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_ecs --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_reflect"' --cfg 'feature="default"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "bevy_debug_stepping", "bevy_reflect", "default", "detailed_trace", "multi_threaded", "reflect_functions", "serialize", "trace", "track_change_detection"))' -C metadata=5ecf9c36a7e4807e -C extra-filename=-b6b92e8562d2c969 --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-c2160e7457168a31.so --extern bevy_ptr=/home/r/repo/target/debug/deps/libbevy_ptr-2555f7802fdc6499.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f6e3eaf5e81864b4.rmeta --extern bevy_tasks=/home/r/repo/target/debug/deps/libbevy_tasks-7dce69d8e506c3fe.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-3fb3d3b73a6a11b3.rmeta --extern bitflags=/home/r/repo/target/debug/deps/libbitflags-2e1ea9a3644a2436.rmeta --extern concurrent_queue=/home/r/repo/target/debug/deps/libconcurrent_queue-6804ca0e0af290f8.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9031ea4c343ce370.rmeta --extern disqualified=/home/r/repo/target/debug/deps/libdisqualified-ef98ce59ed610d95.rmeta --extern fixedbitset=/home/r/repo/target/debug/deps/libfixedbitset-7c23e6be91fc3c05.rmeta --extern nonmax=/home/r/repo/target/debug/deps/libnonmax-e6b885a4bf3dc502.rmeta --extern petgraph=/home/r/repo/target/debug/deps/libpetgraph-11550bb7a6a0fbca.rmeta --extern serde=/home/r/repo/target/debug/deps/libserde-1911fd39e1b9614e.rmeta --extern smallvec=/home/r/repo/target/debug/deps/libsmallvec-653c88cfb1288158.rmeta --cap-lints allow -Dwarnings`
   Compiling ctrlc v3.4.5
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name ctrlc --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctrlc-3.4.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("termination"))' -C metadata=d1fc9a76d9837920 -C extra-filename=-2c7c603b31aa47f1 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern nix=/home/r/repo/target/debug/deps/libnix-dc00c55768708f1a.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_derive v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_derive --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_derive-0.15.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no '--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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c5cd0493d9177fc -C extra-filename=-32af14b5f7712033 --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-70b61a32bfe2d95e.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-9b377cc99a5f1ea6.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-af93f0ec8518d38e.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling bevy_app v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_app --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_app-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_reflect"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bevy_debug_stepping", "bevy_reflect", "default", "reflect_functions", "trace"))' -C metadata=0d79c6c96f1ad851 -C extra-filename=-b087be7a107921dc --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-32af14b5f7712033.so --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-b6b92e8562d2c969.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f6e3eaf5e81864b4.rmeta --extern bevy_tasks=/home/r/repo/target/debug/deps/libbevy_tasks-7dce69d8e506c3fe.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-3fb3d3b73a6a11b3.rmeta --extern ctrlc=/home/r/repo/target/debug/deps/libctrlc-2c7c603b31aa47f1.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9031ea4c343ce370.rmeta --extern downcast_rs=/home/r/repo/target/debug/deps/libdowncast_rs-0b9477a1154530b8.rmeta --cap-lints allow -Dwarnings`
   Compiling libm v0.2.11
     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.11/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-soft-floats", "unstable"))' -C metadata=ded622388b42f92a -C extra-filename=-a4fb758b76eef4ff --out-dir /home/r/repo/target/debug/build/libm-a4fb758b76eef4ff -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
     Running `/home/r/repo/target/debug/build/libm-a4fb758b76eef4ff/build-script-build`
   Compiling num-traits v0.2.19
     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/num-traits-0.2.19/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="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8aad056cda6f8be7 -C extra-filename=-2b4dfa323ec0ceb9 --out-dir /home/r/repo/target/debug/build/num-traits-2b4dfa323ec0ceb9 -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/repo/target/debug/build/num-traits-2b4dfa323ec0ceb9/build-script-build`
     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.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-soft-floats", "unstable"))' -C metadata=860fee28db41be8c -C extra-filename=-e95baa6ea69b25f1 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(feature, values("unstable"))' --check-cfg 'cfg(feature, values("checked"))'`
     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.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=17ec6fa509f5a222 -C extra-filename=-d0fdecaa2caa5864 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling bevy_core v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_core --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_core-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_reflect"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bevy_reflect", "default", "serialize"))' -C metadata=b98c69be715eaadc -C extra-filename=-2867ce407aa4369e --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-b087be7a107921dc.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-b6b92e8562d2c969.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f6e3eaf5e81864b4.rmeta --extern bevy_tasks=/home/r/repo/target/debug/deps/libbevy_tasks-7dce69d8e506c3fe.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-3fb3d3b73a6a11b3.rmeta --extern uuid=/home/r/repo/target/debug/deps/libuuid-d0fdecaa2caa5864.rmeta --cap-lints allow -Dwarnings`
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_traits --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=2a2bee89e6063d20 -C extra-filename=-d3f6a86ed860879b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern libm=/home/r/repo/target/debug/deps/liblibm-e95baa6ea69b25f1.rmeta --cap-lints allow -Dwarnings --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
   Compiling regex-syntax v0.6.29
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_syntax --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=0c2eb61b37a708c5 -C extra-filename=-352a763b9215cd77 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --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 --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=f9ffdef03b1d6a2d -C extra-filename=-503381b43334f9cd --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling regex-syntax v0.8.5
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_syntax --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.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 --cfg 'feature="std"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=08e52e5948b9c67d -C extra-filename=-78ba97b425bf2946 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling regex-automata v0.4.9
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_automata --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=d46f55787d91b413 -C extra-filename=-b5062d6420c77320 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern regex_syntax=/home/r/repo/target/debug/deps/libregex_syntax-78ba97b425bf2946.rmeta --cap-lints allow -Dwarnings`
   Compiling itertools v0.13.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.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=7a207bc6544f7d4e -C extra-filename=-65013691fd7cd62d --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-503381b43334f9cd.rmeta --cap-lints allow -Dwarnings`
   Compiling regex-automata v0.1.10
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_automata --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.1.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=0d3b8de056ebb4d5 -C extra-filename=-6fff32db29605e50 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern regex_syntax=/home/r/repo/target/debug/deps/libregex_syntax-352a763b9215cd77.rmeta --cap-lints allow -Dwarnings`
   Compiling rand_distr v0.4.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rand_distr --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=ba6499a49a93c500 -C extra-filename=-db9f587b3b895688 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern num_traits=/home/r/repo/target/debug/deps/libnum_traits-d3f6a86ed860879b.rmeta --extern rand=/home/r/repo/target/debug/deps/librand-3205c85dc7817877.rmeta --cap-lints allow -Dwarnings`
   Compiling lazy_static v1.5.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lazy_static --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.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("spin", "spin_no_std"))' -C metadata=3711e15ff57984f5 -C extra-filename=-1ceef114283440ae --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 --cfg 'feature="std"' --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=64beee1d96034ec1 -C extra-filename=-e23541016dd10569 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling overload v0.1.1
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name overload --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/overload-0.1.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())' -C metadata=4c634f1a864c9e06 -C extra-filename=-1ccb6fbd095ece75 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints allow -Dwarnings`
   Compiling nu-ansi-term v0.46.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nu_ansi_term --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.46.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("derive_serde_style", "serde"))' -C metadata=027d932b39fd63d0 -C extra-filename=-c3928eabb1797724 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern overload=/home/r/repo/target/debug/deps/liboverload-1ccb6fbd095ece75.rmeta --cap-lints allow -Dwarnings`
   Compiling tracing-log v0.2.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tracing_log --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=116a843dd7ad247f -C extra-filename=-a03f77d3d5a3e58b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern log=/home/r/repo/target/debug/deps/liblog-e23541016dd10569.rmeta --extern once_cell=/home/r/repo/target/debug/deps/libonce_cell-dd5ccbd477a928d6.rmeta --extern tracing_core=/home/r/repo/target/debug/deps/libtracing_core-1e1399722f29b952.rmeta --cap-lints allow -Dwarnings`
   Compiling sharded-slab v0.1.7
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name sharded_slab --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=c1548d01b0a970e5 -C extra-filename=-93c37cc2e50d8fdd --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern lazy_static=/home/r/repo/target/debug/deps/liblazy_static-1ceef114283440ae.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_math v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_math --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_math-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_reflect"' --cfg 'feature="curve"' --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("approx", "bevy_reflect", "curve", "debug_glam_assert", "default", "glam_assert", "libm", "mint", "rand", "serialize"))' -C metadata=39671668f1e457c7 -C extra-filename=-d5ddecc2727e7470 --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-f6e3eaf5e81864b4.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9031ea4c343ce370.rmeta --extern glam=/home/r/repo/target/debug/deps/libglam-329fc8e5c410e02a.rmeta --extern itertools=/home/r/repo/target/debug/deps/libitertools-65013691fd7cd62d.rmeta --extern rand=/home/r/repo/target/debug/deps/librand-3205c85dc7817877.rmeta --extern rand_distr=/home/r/repo/target/debug/deps/librand_distr-db9f587b3b895688.rmeta --extern serde=/home/r/repo/target/debug/deps/libserde-1911fd39e1b9614e.rmeta --extern smallvec=/home/r/repo/target/debug/deps/libsmallvec-653c88cfb1288158.rmeta --cap-lints allow -Dwarnings`
   Compiling matchers v0.1.0
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name matchers --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchers-0.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=f16d8480e9d1a13a -C extra-filename=-fd4087e64274f3e5 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern regex_automata=/home/r/repo/target/debug/deps/libregex_automata-6fff32db29605e50.rmeta --cap-lints allow -Dwarnings`
   Compiling regex v1.11.1
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=600cb9e46f35d376 -C extra-filename=-5cb6fa499bd2f592 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern regex_automata=/home/r/repo/target/debug/deps/libregex_automata-b5062d6420c77320.rmeta --extern regex_syntax=/home/r/repo/target/debug/deps/libregex_syntax-78ba97b425bf2946.rmeta --cap-lints allow -Dwarnings`
   Compiling crossbeam-channel v0.5.14
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=011694d794e4f943 -C extra-filename=-1d7124ae78d32a14 --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-b0af7041e1486ef9.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_time v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_time --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_time-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_reflect"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bevy_reflect", "default", "serde", "serialize"))' -C metadata=42faa123d5d132a7 -C extra-filename=-9cfeb3c82eab897e --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-b087be7a107921dc.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-b6b92e8562d2c969.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f6e3eaf5e81864b4.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-3fb3d3b73a6a11b3.rmeta --extern crossbeam_channel=/home/r/repo/target/debug/deps/libcrossbeam_channel-1d7124ae78d32a14.rmeta --cap-lints allow -Dwarnings`
   Compiling tracing-subscriber v0.3.19
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tracing_subscriber --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=5f2118c33aa2f5b8 -C extra-filename=-6e39e67a2237a817 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern matchers=/home/r/repo/target/debug/deps/libmatchers-fd4087e64274f3e5.rmeta --extern nu_ansi_term=/home/r/repo/target/debug/deps/libnu_ansi_term-c3928eabb1797724.rmeta --extern once_cell=/home/r/repo/target/debug/deps/libonce_cell-dd5ccbd477a928d6.rmeta --extern regex=/home/r/repo/target/debug/deps/libregex-5cb6fa499bd2f592.rmeta --extern sharded_slab=/home/r/repo/target/debug/deps/libsharded_slab-93c37cc2e50d8fdd.rmeta --extern smallvec=/home/r/repo/target/debug/deps/libsmallvec-653c88cfb1288158.rmeta --extern thread_local=/home/r/repo/target/debug/deps/libthread_local-edf56f768b046f50.rmeta --extern tracing=/home/r/repo/target/debug/deps/libtracing-547e5f5eb4c721ed.rmeta --extern tracing_core=/home/r/repo/target/debug/deps/libtracing_core-1e1399722f29b952.rmeta --extern tracing_log=/home/r/repo/target/debug/deps/libtracing_log-a03f77d3d5a3e58b.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_hierarchy v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_hierarchy --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_hierarchy-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_app"' --cfg 'feature="bevy_core"' --cfg 'feature="bevy_reflect"' --cfg 'feature="default"' --cfg 'feature="reflect"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bevy_app", "bevy_core", "bevy_reflect", "default", "reflect", "trace"))' -C metadata=7956dce14416dcd0 -C extra-filename=-dae9e21cf91809f2 --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-b087be7a107921dc.rmeta --extern bevy_core=/home/r/repo/target/debug/deps/libbevy_core-2867ce407aa4369e.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-b6b92e8562d2c969.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f6e3eaf5e81864b4.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-3fb3d3b73a6a11b3.rmeta --extern disqualified=/home/r/repo/target/debug/deps/libdisqualified-ef98ce59ed610d95.rmeta --extern smallvec=/home/r/repo/target/debug/deps/libsmallvec-653c88cfb1288158.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.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_diagnostic --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_diagnostic-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dynamic_linking", "sysinfo", "sysinfo_plugin"))' -C metadata=91d4d83a3cfad996 -C extra-filename=-e42b75d4e0c66801 --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-b087be7a107921dc.rmeta --extern bevy_core=/home/r/repo/target/debug/deps/libbevy_core-2867ce407aa4369e.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-b6b92e8562d2c969.rmeta --extern bevy_tasks=/home/r/repo/target/debug/deps/libbevy_tasks-7dce69d8e506c3fe.rmeta --extern bevy_time=/home/r/repo/target/debug/deps/libbevy_time-9cfeb3c82eab897e.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-3fb3d3b73a6a11b3.rmeta --extern const_fnv1a_hash=/home/r/repo/target/debug/deps/libconst_fnv1a_hash-d9d46a4fd2693ca1.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_transform v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_transform --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_transform-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy-support"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bevy-support", "default", "serialize"))' -C metadata=05b7abdfbcdee36b -C extra-filename=-c3aec01d41f87c94 --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-b087be7a107921dc.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-b6b92e8562d2c969.rmeta --extern bevy_hierarchy=/home/r/repo/target/debug/deps/libbevy_hierarchy-dae9e21cf91809f2.rmeta --extern bevy_math=/home/r/repo/target/debug/deps/libbevy_math-d5ddecc2727e7470.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f6e3eaf5e81864b4.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9031ea4c343ce370.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_log v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_log --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_log-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace", "trace_tracy_memory", "tracing-chrome", "tracing-error", "tracing-tracy"))' -C metadata=e387a0cb166abdee -C extra-filename=-9326d4a95d00bcf5 --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-b087be7a107921dc.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-b6b92e8562d2c969.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-3fb3d3b73a6a11b3.rmeta --extern tracing_log=/home/r/repo/target/debug/deps/libtracing_log-a03f77d3d5a3e58b.rmeta --extern tracing_subscriber=/home/r/repo/target/debug/deps/libtracing_subscriber-6e39e67a2237a817.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_input v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_input --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_input-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' --cfg 'feature="bevy_reflect"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bevy_reflect", "default", "serde", "serialize"))' -C metadata=2fda13aeffe33635 -C extra-filename=-70e11b3eeb9df563 --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-b087be7a107921dc.rmeta --extern bevy_core=/home/r/repo/target/debug/deps/libbevy_core-2867ce407aa4369e.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-b6b92e8562d2c969.rmeta --extern bevy_math=/home/r/repo/target/debug/deps/libbevy_math-d5ddecc2727e7470.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f6e3eaf5e81864b4.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-3fb3d3b73a6a11b3.rmeta --extern derive_more=/home/r/repo/target/debug/deps/libderive_more-9031ea4c343ce370.rmeta --extern smol_str=/home/r/repo/target/debug/deps/libsmol_str-75c3ab79cd011240.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy_internal v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy_internal --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_internal-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--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", "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_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_picking_backend", "bevy_window", "bevy_winit", "bmp", "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", "ios_simulator", "jpeg", "ktx2", "meshlet", "meshlet_processor", "minimp3", "mp3", "multi_threaded", "pbr_anisotropy_texture", "pbr_multi_layer_material_textures", "pbr_transmission_textures", "png", "pnm", "qoi", "reflect_functions", "serialize", "shader_format_glsl", "shader_format_spirv", "smaa_luts", "spirv_shader_passthrough", "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_change_detection", "vorbis", "wav", "wayland", "webgl", "webgpu", "webp", "x11", "zlib", "zstd"))' -C metadata=287ca096d151e865 -C extra-filename=-2f8939739375aab2 --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-b087be7a107921dc.rmeta --extern bevy_core=/home/r/repo/target/debug/deps/libbevy_core-2867ce407aa4369e.rmeta --extern bevy_derive=/home/r/repo/target/debug/deps/libbevy_derive-32af14b5f7712033.so --extern bevy_diagnostic=/home/r/repo/target/debug/deps/libbevy_diagnostic-e42b75d4e0c66801.rmeta --extern bevy_ecs=/home/r/repo/target/debug/deps/libbevy_ecs-b6b92e8562d2c969.rmeta --extern bevy_hierarchy=/home/r/repo/target/debug/deps/libbevy_hierarchy-dae9e21cf91809f2.rmeta --extern bevy_input=/home/r/repo/target/debug/deps/libbevy_input-70e11b3eeb9df563.rmeta --extern bevy_log=/home/r/repo/target/debug/deps/libbevy_log-9326d4a95d00bcf5.rmeta --extern bevy_math=/home/r/repo/target/debug/deps/libbevy_math-d5ddecc2727e7470.rmeta --extern bevy_ptr=/home/r/repo/target/debug/deps/libbevy_ptr-2555f7802fdc6499.rmeta --extern bevy_reflect=/home/r/repo/target/debug/deps/libbevy_reflect-f6e3eaf5e81864b4.rmeta --extern bevy_tasks=/home/r/repo/target/debug/deps/libbevy_tasks-7dce69d8e506c3fe.rmeta --extern bevy_time=/home/r/repo/target/debug/deps/libbevy_time-9cfeb3c82eab897e.rmeta --extern bevy_transform=/home/r/repo/target/debug/deps/libbevy_transform-c3aec01d41f87c94.rmeta --extern bevy_utils=/home/r/repo/target/debug/deps/libbevy_utils-3fb3d3b73a6a11b3.rmeta --cap-lints allow -Dwarnings`
   Compiling bevy v0.15.3
     Running `/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name bevy --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bevy-0.15.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=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_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=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--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", "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_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_picking_backend", "bevy_window", "bevy_winit", "bmp", "custom_cursor", "dds", "debug_glam_assert", "default", "default_font", "detailed_trace", "dynamic_linking", "embedded_watcher", "experimental_pbr_pcss", "exr", "ff", "file_watcher", "flac", "ghost_nodes", "gif", "glam_assert", "hdr", "ico", "ios_simulator", "jpeg", "ktx2", "meshlet", "meshlet_processor", "minimp3", "mp3", "multi_threaded", "pbr_anisotropy_texture", "pbr_multi_layer_material_textures", "pbr_transmission_textures", "png", "pnm", "qoi", "reflect_functions", "serialize", "shader_format_glsl", "shader_format_spirv", "smaa_luts", "spirv_shader_passthrough", "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_change_detection", "vorbis", "wav", "wayland", "webgl2", "webgpu", "webp", "x11", "zlib", "zstd"))' -C metadata=d3e3d40b7c8e9d5c -C extra-filename=-91e5c650cf8907ee --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-2f8939739375aab2.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=de9f9fea6e28b51c -C extra-filename=-fae633a3cddd8bf3 --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-18022c6c4d94e4df.rlib --extern quote=/home/r/repo/target/debug/deps/libquote-9b377cc99a5f1ea6.rlib --extern syn=/home/r/repo/target/debug/deps/libsyn-af93f0ec8518d38e.rlib --extern proc_macro --cap-lints allow -Dwarnings`
   Compiling bevy_actify v0.4.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=6ea82c30b70e6b90 -C extra-filename=-357c23cd7762a586 --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-91e5c650cf8907ee.rlib --extern bevy_actify_derive=/home/r/repo/target/debug/deps/libbevy_actify_derive-fae633a3cddd8bf3.so -Dwarnings`
    Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 49s
     Running `/home/r/repo/target/debug/deps/bevy_actify-357c23cd7762a586`

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.4.0 (/home/r/repo)
    Updating crates.io index
    Packaged 14 files, 81.7KiB (25.5KiB compressed)
   Verifying bevy_actify v0.4.0 (/home/r/repo)
   Compiling proc-macro2 v1.0.94
   Compiling unicode-ident v1.0.18
   Compiling cfg-if v1.0.0
   Compiling quote v1.0.40
   Compiling syn v2.0.100
   Compiling libc v0.2.171
   Compiling getrandom v0.2.15
   Compiling crunchy v0.2.3
   Compiling once_cell v1.21.3
   Compiling autocfg v1.4.0
   Compiling tiny-keccak v2.0.2
   Compiling serde v1.0.219
   Compiling zerocopy v0.8.24
   Compiling equivalent v1.0.2
   Compiling hashbrown v0.15.2
   Compiling indexmap v2.8.0
   Compiling serde_derive v1.0.219
   Compiling pin-project-lite v0.2.16
   Compiling toml_datetime v0.6.8
   Compiling version_check v0.9.5
   Compiling winnow v0.7.4
   Compiling toml_edit v0.22.24
   Compiling ahash v0.8.11
   Compiling const-random-macro v0.1.16
   Compiling ppv-lite86 v0.2.21
   Compiling tracing-core v0.1.33
   Compiling rand_core v0.6.4
   Compiling crossbeam-utils v0.8.21
   Compiling rand_chacha v0.3.1
   Compiling const-random v0.1.18
   Compiling bevy_macro_utils v0.15.3
   Compiling typeid v1.0.3
   Compiling zerocopy v0.7.35
   Compiling rand v0.8.5
   Compiling tracing v0.1.41
   Compiling slab v0.4.9
   Compiling thread_local v1.1.8
   Compiling unicode-xid v0.2.6
   Compiling allocator-api2 v0.2.21
   Compiling hashbrown v0.14.5
   Compiling derive_more-impl v1.0.0
   Compiling uuid v1.12.1
   Compiling bevy_utils_proc_macros v0.15.3
   Compiling bytemuck v1.22.0
   Compiling futures-core v0.3.31
   Compiling smallvec v1.14.0
   Compiling parking v2.2.1
   Compiling futures-io v0.3.31
   Compiling fastrand v2.3.0
   Compiling cfg_aliases v0.2.1
   Compiling nix v0.29.0
   Compiling futures-lite v2.6.0
   Compiling glam v0.29.3
   Compiling bevy_utils v0.15.3
   Compiling bevy_reflect_derive v0.15.3
   Compiling erased-serde v0.4.6
   Compiling derive_more v1.0.0
   Compiling concurrent-queue v2.5.0
   Compiling smol_str v0.2.2
   Compiling assert_type_match v0.1.1
   Compiling bevy_ptr v0.15.3
   Compiling async-task v4.7.1
   Compiling downcast-rs v1.2.1
   Compiling disqualified v1.0.0
   Compiling bitflags v2.9.0
   Compiling bevy_reflect v0.15.3
   Compiling async-executor v1.13.1
   Compiling fixedbitset v0.4.2
   Compiling petgraph v0.6.5
   Compiling bevy_tasks v0.15.3
   Compiling bevy_ecs_macros v0.15.3
   Compiling nonmax v0.5.5
   Compiling fixedbitset v0.5.7
   Compiling bevy_ecs v0.15.3
   Compiling ctrlc v3.4.5
   Compiling bevy_derive v0.15.3
   Compiling bevy_app v0.15.3
   Compiling libm v0.2.11
   Compiling num-traits v0.2.19
   Compiling bevy_core v0.15.3
   Compiling either v1.15.0
   Compiling regex-syntax v0.6.29
   Compiling regex-syntax v0.8.5
   Compiling regex-automata v0.4.9
   Compiling regex-automata v0.1.10
   Compiling itertools v0.13.0
   Compiling rand_distr v0.4.3
   Compiling log v0.4.27
   Compiling overload v0.1.1
   Compiling lazy_static v1.5.0
   Compiling sharded-slab v0.1.7
   Compiling nu-ansi-term v0.46.0
   Compiling tracing-log v0.2.0
   Compiling bevy_math v0.15.3
   Compiling matchers v0.1.0
   Compiling regex v1.11.1
   Compiling crossbeam-channel v0.5.14
   Compiling bevy_time v0.15.3
   Compiling tracing-subscriber v0.3.19
   Compiling bevy_hierarchy v0.15.3
   Compiling const-fnv1a-hash v1.1.0
   Compiling bevy_diagnostic v0.15.3
   Compiling bevy_transform v0.15.3
   Compiling bevy_log v0.15.3
   Compiling bevy_input v0.15.3
   Compiling bevy_internal v0.15.3
   Compiling bevy v0.15.3
   Compiling bevy_actify_derive v0.3.0
   Compiling bevy_actify v0.4.0 (/home/r/repo/target/package/bevy_actify-0.4.0)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
   Uploading bevy_actify v0.4.0 (/home/r/repo)
    Uploaded bevy_actify v0.4.0 to registry `crates-io`
note: waiting for `bevy_actify v0.4.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.4.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.4.0 -m 'v0.4.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at c8aaef6 bump version to 0.4.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 c8aaef6).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:bevious/bevy_actify.git
 * [new tag]         v0.4.0 -> v0.4.0
container 24a4ca146efa4a284f7e5fa60e45236e75ec0c0fe5cd7f4eb4723f18370db493 is dead
Wed Apr  2 17:25:46 UTC 2025