+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1245
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Apr 7 13:42:19 UTC 2025
+ uptime
13:42:19 up 1 min, 0 users, load average: 2.09, 0.64, 0.23
+ ff=default
+ image=yegor256/rultor-image:1.24.0
+ rebase=false
+ head_branch=master
+ pull_title='Refactor: Narrow the generic trait bound'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/micromap.git
+ pull_id=259
+ fork=git@github.com:owtotwo/micromap.git
+ fork_branch=master
+ squash=false
+ vars=('--env=head=git@github.com:yegor256/micromap.git' '--env=pull_id=259' '--env=fork=git@github.com:owtotwo/micromap.git' '--env=fork_branch=master' '--env=head_branch=master' '--env=pull_title=Refactor: Narrow the generic trait bound' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/micromap.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=259'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:owtotwo/micromap.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Refactor: Narrow the generic trait bound'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''cargo --color=never test -vv'\'' '\'';'\'' '\''cargo --color=never fmt --check'\'' '\'';'\'' '\''cargo doc --no-deps'\'' '\'';'\'' '\''cargo clippy'\'' '\'';'\'' )')
+ scripts=('export '\''head=git@github.com:yegor256/micromap.git'\''' ';' 'export '\''pull_id=259'\''' ';' 'export '\''fork=git@github.com:owtotwo/micromap.git'\''' ';' 'export '\''fork_branch=master'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Refactor: Narrow the generic trait bound'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'cargo --color=never test -vv' ';' 'cargo --color=never fmt --check' ';' 'cargo doc --no-deps' ';' 'cargo clippy' ';')
+ container=yegor256_micromap_259
+ as_root=false
+ hostname
ip-172-31-18-248
+ pwd
/tmp/rultor-A5U0
+ 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:yegor256/micromap.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 '\''head=git@github.com:yegor256/micromap.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/micromap.git'\''' ';' 'export '\''pull_id=259'\''' ';' 'export '\''fork=git@github.com:owtotwo/micromap.git'\''' ';' 'export '\''fork_branch=master'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=Refactor: Narrow the generic trait bound'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' 'cargo --color=never test -vv' ';' 'cargo --color=never fmt --check' ';' 'cargo doc --no-deps' ';' 'cargo clippy' ';'
+ sensitive=()
+ rm -rf .gnupg
+ set -ex
+ cd repo
+ git remote add fork git@github.com:owtotwo/micromap.git
+ git remote update
Fetching origin
Fetching fork
From github.com:owtotwo/micromap
* [new branch] benchmark -> fork/benchmark
* [new branch] dev -> fork/dev
* [new branch] get-disjoint -> fork/get-disjoint
* [new branch] get-disjoint-pr -> fork/get-disjoint-pr
* [new branch] master -> fork/master
* [new branch] set-ops -> fork/set-ops
* [new branch] version-up -> fork/version-up
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git checkout -B __rultor fork/master
Switched to a new branch '__rultor'
Branch '__rultor' set up to track remote branch 'master' from 'fork'.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
Your branch is up to date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Updating e905a86..dbbb573
Fast-forward
src/clone.rs | 2 +-
src/ctors.rs | 6 +-
src/debug.rs | 2 +-
src/display.rs | 2 +-
src/drain.rs | 6 +-
src/entry.rs | 68 ++++----
src/iterators.rs | 14 +-
src/keys.rs | 8 +-
src/lib.rs | 15 +-
src/map.rs | 345 ++++++++++++++++++++++------------------
src/serialization.rs | 2 +-
src/set/clone.rs | 2 +-
src/set/ctors.rs | 4 +-
src/set/debug.rs | 2 +-
src/set/difference.rs | 23 +--
src/set/display.rs | 2 +-
src/set/drain.rs | 6 +-
src/set/intersection.rs | 6 +-
src/set/iterators.rs | 12 +-
src/set/methods.rs | 28 ++--
src/set/mod.rs | 6 +-
src/set/serialization.rs | 2 +-
src/set/symmetric_difference.rs | 8 +-
src/set/union.rs | 4 +-
src/values.rs | 6 +-
25 files changed, 311 insertions(+), 270 deletions(-)
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.24
++ bc
++ echo 0.24 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.24, low enough to run a new Docker container'
load average is 0.24, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.24.0
+ docker pull yegor256/rultor-image:1.24.0
1.24.0: Pulling from yegor256/rultor-image
9cb31e2e37ea: Pulling fs layer
6fdf9d57c770: Pulling fs layer
b1b8e573ea09: Pulling fs layer
d98471df16b3: Pulling fs layer
d91bad0881f6: Pulling fs layer
0989603b9c78: Pulling fs layer
be0e4fe934ac: Pulling fs layer
836583b1a84e: Pulling fs layer
9a7a8a989f21: Pulling fs layer
206d2c40dab6: Pulling fs layer
7e814560871d: Pulling fs layer
3e6884fb6bef: Pulling fs layer
efc2cb2da490: Pulling fs layer
a2685e4ec0a3: Pulling fs layer
d8f398d41642: Pulling fs layer
00d87e982675: Pulling fs layer
0a47604816a9: Pulling fs layer
39620eda6329: Pulling fs layer
1e5066b6f93c: Pulling fs layer
bf2832135ec0: Pulling fs layer
17c9f809a0eb: Pulling fs layer
791d75dcb5dd: Pulling fs layer
4d856b07c9bd: Pulling fs layer
08fb6625faae: Pulling fs layer
6fbcea1fd5f0: Pulling fs layer
e5e0772939b2: Pulling fs layer
d98471df16b3: Waiting
d91bad0881f6: Waiting
0989603b9c78: Waiting
be0e4fe934ac: Waiting
836583b1a84e: Waiting
9a7a8a989f21: Waiting
206d2c40dab6: Waiting
7e814560871d: Waiting
3e6884fb6bef: Waiting
efc2cb2da490: Waiting
a2685e4ec0a3: Waiting
d8f398d41642: Waiting
00d87e982675: Waiting
0a47604816a9: Waiting
39620eda6329: Waiting
1e5066b6f93c: Waiting
bf2832135ec0: Waiting
17c9f809a0eb: Waiting
791d75dcb5dd: Waiting
4d856b07c9bd: Waiting
08fb6625faae: Waiting
6fbcea1fd5f0: Waiting
e5e0772939b2: Waiting
6fdf9d57c770: Verifying Checksum
6fdf9d57c770: Download complete
9cb31e2e37ea: Verifying Checksum
9cb31e2e37ea: Download complete
b1b8e573ea09: Verifying Checksum
b1b8e573ea09: Download complete
0989603b9c78: Verifying Checksum
0989603b9c78: Download complete
be0e4fe934ac: Verifying Checksum
be0e4fe934ac: Download complete
836583b1a84e: Verifying Checksum
836583b1a84e: Download complete
9a7a8a989f21: Verifying Checksum
9a7a8a989f21: Download complete
d98471df16b3: Verifying Checksum
d98471df16b3: Download complete
206d2c40dab6: Verifying Checksum
206d2c40dab6: Download complete
3e6884fb6bef: Verifying Checksum
3e6884fb6bef: Download complete
9cb31e2e37ea: Pull complete
6fdf9d57c770: Pull complete
7e814560871d: Verifying Checksum
7e814560871d: Download complete
efc2cb2da490: Verifying Checksum
efc2cb2da490: Download complete
d8f398d41642: Verifying Checksum
d8f398d41642: Download complete
00d87e982675: Verifying Checksum
00d87e982675: Download complete
0a47604816a9: Verifying Checksum
0a47604816a9: Download complete
39620eda6329: Verifying Checksum
39620eda6329: Download complete
1e5066b6f93c: Verifying Checksum
1e5066b6f93c: Download complete
bf2832135ec0: Verifying Checksum
bf2832135ec0: Download complete
17c9f809a0eb: Verifying Checksum
17c9f809a0eb: Download complete
d91bad0881f6: Verifying Checksum
d91bad0881f6: Download complete
791d75dcb5dd: Verifying Checksum
791d75dcb5dd: Download complete
4d856b07c9bd: Verifying Checksum
4d856b07c9bd: Download complete
a2685e4ec0a3: Verifying Checksum
a2685e4ec0a3: Download complete
e5e0772939b2: Verifying Checksum
e5e0772939b2: Download complete
6fbcea1fd5f0: Verifying Checksum
6fbcea1fd5f0: Download complete
08fb6625faae: Verifying Checksum
08fb6625faae: Download complete
b1b8e573ea09: Pull complete
d98471df16b3: Pull complete
d91bad0881f6: Pull complete
0989603b9c78: Pull complete
be0e4fe934ac: Pull complete
836583b1a84e: Pull complete
9a7a8a989f21: Pull complete
206d2c40dab6: Pull complete
7e814560871d: Pull complete
3e6884fb6bef: Pull complete
efc2cb2da490: Pull complete
a2685e4ec0a3: Pull complete
d8f398d41642: Pull complete
00d87e982675: Pull complete
0a47604816a9: Pull complete
39620eda6329: Pull complete
1e5066b6f93c: Pull complete
bf2832135ec0: Pull complete
17c9f809a0eb: Pull complete
791d75dcb5dd: Pull complete
4d856b07c9bd: Pull complete
08fb6625faae: Pull complete
6fbcea1fd5f0: Pull complete
e5e0772939b2: Pull complete
Digest: sha256:183145a1ee07aff04b992ff3478c86b34eacc5f241c6d4a711c39e2687e07d0e
Status: Downloaded newer image for yegor256/rultor-image:1.24.0
docker.io/yegor256/rultor-image:1.24.0
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_micromap_259\s*$'
+ ls -al .
total 56
drwx------ 3 ubuntu ubuntu 4096 Apr 7 13:42 .
drwxrwxrwt 12 root root 4096 Apr 7 13:42 ..
-rw-rw-r-- 1 ubuntu ubuntu 57 Apr 7 13:42 credentials
-rwxrwxr-x 1 ubuntu ubuntu 2089 Apr 7 13:45 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 490 Apr 7 13:42 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Apr 7 13:42 pid
drwxrwxr-x 9 ubuntu ubuntu 4096 Apr 7 13:42 repo
-rwxrwxr-x 1 ubuntu ubuntu 9236 Apr 7 13:42 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 582 Apr 7 13:42 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 10199 Apr 7 13:46 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-A5U0:/main --env=head=git@github.com:yegor256/micromap.git --env=pull_id=259 --env=fork=git@github.com:owtotwo/micromap.git --env=fork_branch=master --env=head_branch=master '--env=pull_title=Refactor: Narrow the generic trait bound' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/micromap.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=259'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:owtotwo/micromap.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Refactor: Narrow the generic trait bound'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''cargo --color=never test -vv'\'' '\'';'\'' '\''cargo --color=never fmt --check'\'' '\'';'\'' '\''cargo doc --no-deps'\'' '\'';'\'' '\''cargo clippy'\'' '\'';'\'' )' --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-A5U0/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_micromap_259 yegor256/rultor-image:1.24.0 /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 ./credentials ./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 'head=git@github.com:yegor256/micromap.git' ; export 'pull_id=259' ; export 'fork=git@github.com:owtotwo/micromap.git' ; export 'fork_branch=master' ; export 'head_branch=master' ; export 'pull_title=Refactor: Narrow the generic trait bound' ; export 'author=yegor256' ; pdd --file=/dev/null ; cargo --color=never test -vv ; cargo --color=never fmt --check ; cargo doc --no-deps ; cargo clippy ;
+ 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
/usr/local/rvm/gems/ruby-3.2.2/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
Updating crates.io index
Downloading crates ...
Downloaded equivalent v1.0.1
Downloaded crunchy v0.2.3
Downloaded const-random-macro v0.1.16
Downloaded getrandom v0.2.15
Downloaded cfg-if v1.0.0
Downloaded flurry v0.5.2
Downloaded version_check v0.9.5
Downloaded tinymap v0.4.0
Downloaded tinyvec v1.6.0
Downloaded heapless v0.8.0
Downloaded indexmap v2.9.0
Downloaded allocator-api2 v0.2.16
Downloaded parking_lot_core v0.9.10
Downloaded hashbrown v0.15.2
Downloaded zerocopy v0.7.35
Downloaded parking_lot v0.12.3
Downloaded linear-map v1.2.0
Downloaded ahash v0.8.11
Downloaded smallvec v1.14.0
Downloaded scopeguard v1.2.0
Downloaded once_cell v1.21.1
Downloaded nohash-hasher v0.2.0
Downloaded lock_api v0.4.12
Downloaded litemap v0.7.5
Downloaded linked-hash-map v0.5.6
Downloaded hash32 v0.3.1
Downloaded foldhash v0.1.3
Downloaded tiny-keccak v2.0.2
Downloaded stable_deref_trait v1.2.0
Downloaded seize v0.3.3
Downloaded rustc-hash v2.1.1
Downloaded num_cpus v1.16.0
Downloaded byteorder v1.5.0
Downloaded autocfg v1.4.0
Downloaded const-random v0.1.18
Downloaded libc v0.2.171
Compiling cfg-if v1.0.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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=-3367ff2a1db122d2 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling crunchy v0.2.3
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.3 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Eira Fransham <jackefransham@gmail.com>' CARGO_PKG_DESCRIPTION='Crunchy unroller: deterministically unroll constant loops' CARGO_PKG_HOMEPAGE='https://github.com/eira-fransham/crunchy' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crunchy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/eira-fransham/crunchy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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=-31662cd185b6639a --out-dir /home/r/repo/target/debug/build/crunchy-31662cd185b6639a -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling libc v0.2.171
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.171 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=171 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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=-e8f242e4a1899503 --out-dir /home/r/repo/target/debug/build/libc-e8f242e4a1899503 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.171 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=171 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/repo/target/debug:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=0 OUT_DIR=/home/r/repo/target/debug/build/libc-cd7157cbbd9380af/out PROFILE=debug RUSTC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc RUSTDOC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc TARGET=x86_64-unknown-linux-gnu /home/r/repo/target/debug/build/libc-e8f242e4a1899503/build-script-build`
[libc 0.2.171] cargo:rerun-if-changed=build.rs
[libc 0.2.171] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
[libc 0.2.171] cargo:rustc-cfg=freebsd11
[libc 0.2.171] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64
[libc 0.2.171] cargo:rustc-cfg=libc_const_extern_fn
[libc 0.2.171] cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(espidf_time32)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd10)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd11)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd12)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd13)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd14)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd15)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(libc_const_extern_fn)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(libc_deny_warnings)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(libc_thread_local)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(libc_ctest)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(linux_time_bits64)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))
[libc 0.2.171] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos"))
[libc 0.2.171] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CFG_FEATURE=default,limit_128 CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_LIMIT_128=1 CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.3 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Eira Fransham <jackefransham@gmail.com>' CARGO_PKG_DESCRIPTION='Crunchy unroller: deterministically unroll constant loops' CARGO_PKG_HOMEPAGE='https://github.com/eira-fransham/crunchy' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crunchy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/eira-fransham/crunchy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/repo/target/debug:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=0 OUT_DIR=/home/r/repo/target/debug/build/crunchy-ea9741ef52b829be/out PROFILE=debug RUSTC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc RUSTDOC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc TARGET=x86_64-unknown-linux-gnu /home/r/repo/target/debug/build/crunchy-31662cd185b6639a/build-script-build`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.171 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=171 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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="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=f5ac099bdc890e40 -C extra-filename=-9d7e29a944bfa2c6 --out-dir /home/r/repo/target/debug/build/libc-9d7e29a944bfa2c6 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling tiny-keccak v2.0.2
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/Cargo.toml CARGO_PKG_AUTHORS='debris <marek.kotewicz@gmail.com>' CARGO_PKG_DESCRIPTION='An implementation of Keccak derived functions.' CARGO_PKG_HOMEPAGE='https://github.com/debris/tiny-keccak' CARGO_PKG_LICENSE=CC0-1.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-keccak CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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=-8b6a1e307acb8b2a --out-dir /home/r/repo/target/debug/build/tiny-keccak-8b6a1e307acb8b2a -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CFG_FEATURE=default,shake CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_SHAKE=1 CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/Cargo.toml CARGO_PKG_AUTHORS='debris <marek.kotewicz@gmail.com>' CARGO_PKG_DESCRIPTION='An implementation of Keccak derived functions.' CARGO_PKG_HOMEPAGE='https://github.com/debris/tiny-keccak' CARGO_PKG_LICENSE=CC0-1.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-keccak CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/repo/target/debug:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=0 OUT_DIR=/home/r/repo/target/debug/build/tiny-keccak-fa25590879796f55/out PROFILE=debug RUSTC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc RUSTDOC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc TARGET=x86_64-unknown-linux-gnu /home/r/repo/target/debug/build/tiny-keccak-8b6a1e307acb8b2a/build-script-build`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.171 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=171 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/repo/target/debug:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=0 OUT_DIR=/home/r/repo/target/debug/build/libc-427a1daf6db1c137/out PROFILE=debug RUSTC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc RUSTDOC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc TARGET=x86_64-unknown-linux-gnu /home/r/repo/target/debug/build/libc-9d7e29a944bfa2c6/build-script-build`
[libc 0.2.171] cargo:rerun-if-changed=build.rs
[libc 0.2.171] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
[libc 0.2.171] cargo:rustc-cfg=freebsd11
[libc 0.2.171] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64
[libc 0.2.171] cargo:rustc-cfg=libc_const_extern_fn
[libc 0.2.171] cargo:rustc-check-cfg=cfg(emscripten_old_stat_abi)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(espidf_time32)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd10)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd11)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd12)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd13)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd14)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(freebsd15)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(libc_const_extern_fn)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(libc_deny_warnings)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(libc_thread_local)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(libc_ctest)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(linux_time_bits64)
[libc 0.2.171] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))
[libc 0.2.171] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos"))
[libc 0.2.171] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=crunchy CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.3 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Eira Fransham <jackefransham@gmail.com>' CARGO_PKG_DESCRIPTION='Crunchy unroller: deterministically unroll constant loops' CARGO_PKG_HOMEPAGE='https://github.com/eira-fransham/crunchy' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crunchy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/eira-fransham/crunchy' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/crunchy-ea9741ef52b829be/out /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=-5e9ac47b9a0d0e68 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.171 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=171 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/libc-cd7157cbbd9380af/out /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=-ee19d18cb3e6c94d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn --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 autocfg v1.4.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone <cuviper@gmail.com>' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION=1.0 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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=-bf362afc358f4bcf --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling lock_api v0.4.12
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu@gmail.com>' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=65d3fd625534b644 -C extra-filename=-ee1f8bfb887fbcfc --out-dir /home/r/repo/target/debug/build/lock_api-ee1f8bfb887fbcfc -L dependency=/home/r/repo/target/debug/deps --extern autocfg=/home/r/repo/target/debug/deps/libautocfg-bf362afc358f4bcf.rlib --cap-lints warn`
Compiling getrandom v0.2.15
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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=-5952ace026eab875 --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-3367ff2a1db122d2.rmeta --extern libc=/home/r/repo/target/debug/deps/liblibc-ee19d18cb3e6c94d.rmeta --cap-lints warn`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=tiny_keccak CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/Cargo.toml CARGO_PKG_AUTHORS='debris <marek.kotewicz@gmail.com>' CARGO_PKG_DESCRIPTION='An implementation of Keccak derived functions.' CARGO_PKG_HOMEPAGE='https://github.com/debris/tiny-keccak' CARGO_PKG_LICENSE=CC0-1.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tiny-keccak CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/tiny-keccak-fa25590879796f55/out /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=-3f10d2deaab18cea --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-5e9ac47b9a0d0e68.rmeta --cap-lints warn`
warning: struct `EncodedLen` is never constructed
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs:269:8
|
269 | struct EncodedLen {
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: method `value` is never used
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs:275:8
|
274 | impl EncodedLen {
| --------------- method in this implementation
275 | fn value(&self) -> &[u8] {
| ^^^^^
warning: function `left_encode` is never used
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs:280:4
|
280 | fn left_encode(len: usize) -> EncodedLen {
| ^^^^^^^^^^^
warning: function `right_encode` is never used
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs:292:4
|
292 | fn right_encode(len: usize) -> EncodedLen {
| ^^^^^^^^^^^^
warning: method `reset` is never used
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs:469:8
|
390 | impl<P: Permutation> KeccakState<P> {
| ----------------------------------- method in this implementation
...
469 | fn reset(&mut self) {
| ^^^^^
warning: `tiny-keccak` (lib) generated 5 warnings
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.171/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.171 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=171 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/libc-427a1daf6db1c137/out /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="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=0d2f3c5ae8e668f5 -C extra-filename=-64166718a27dcad9 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn --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 version_check v0.9.5
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez <sb@sergio.bz>' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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=-306a5e03aed22658 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling parking_lot_core v0.9.10
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu@gmail.com>' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name build_script_build --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=1318c5719e8f6643 -C extra-filename=-f501bea9fa2d4dcf --out-dir /home/r/repo/target/debug/build/parking_lot_core-f501bea9fa2d4dcf -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling once_cell v1.21.1
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.1 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.1/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov <aleksey.kladov@gmail.com>' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.21.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=21 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="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=fa23bdf68dc29cdb -C extra-filename=-b7c6cb0cca94f2c6 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling const-random-macro v0.1.16
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=const_random_macro CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-random-macro-0.1.16 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-random-macro-0.1.16/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck <Tom.Kaitchuck@gmail.com>' CARGO_PKG_DESCRIPTION='Provides the procedural macro used by const-random' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=const-random-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/constrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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=34fa820106a597ca -C extra-filename=-940e49f5bdfcd3ae --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-5952ace026eab875.rlib --extern once_cell=/home/r/repo/target/debug/deps/libonce_cell-b7c6cb0cca94f2c6.rlib --extern tiny_keccak=/home/r/repo/target/debug/deps/libtiny_keccak-3f10d2deaab18cea.rlib --extern proc_macro --cap-lints warn`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu@gmail.com>' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/repo/target/debug:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=0 OUT_DIR=/home/r/repo/target/debug/build/parking_lot_core-c1e8d7ff1b3caaa4/out PROFILE=debug RUSTC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc RUSTDOC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc TARGET=x86_64-unknown-linux-gnu /home/r/repo/target/debug/build/parking_lot_core-f501bea9fa2d4dcf/build-script-build`
[parking_lot_core 0.9.10] cargo:rerun-if-changed=build.rs
Compiling ahash v0.8.11
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck <Tom.Kaitchuck@gmail.com>' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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"' --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=e189e03dd2fc53ea -C extra-filename=-074267c2ec41cd6d --out-dir /home/r/repo/target/debug/build/ahash-074267c2ec41cd6d -L dependency=/home/r/repo/target/debug/deps --extern version_check=/home/r/repo/target/debug/deps/libversion_check-306a5e03aed22658.rlib --cap-lints warn`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CFG_FEATURE=atomic_usize,default CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_ATOMIC_USIZE=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu@gmail.com>' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/repo/target/debug:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=0 OUT_DIR=/home/r/repo/target/debug/build/lock_api-d64b5c5df0bd8568/out PROFILE=debug RUSTC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc RUSTDOC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc TARGET=x86_64-unknown-linux-gnu /home/r/repo/target/debug/build/lock_api-ee1f8bfb887fbcfc/build-script-build`
[lock_api 0.4.12] cargo:rustc-cfg=has_const_fn_trait_bound
Compiling smallvec v1.14.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.14.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.14.0/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.14.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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 --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=2e8a5c54eaa2582b -C extra-filename=-f01497bdce3bd737 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling scopeguard v1.2.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as
shorthands for guards with one of the implemented strategies.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name scopeguard --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=a1931ef83e1d6e84 -C extra-filename=-c57f744e832c0c13 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu@gmail.com>' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/lock_api-d64b5c5df0bd8568/out /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lock_api --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=9da4e207fae741e0 -C extra-filename=-67787a935258620b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern scopeguard=/home/r/repo/target/debug/deps/libscopeguard-c57f744e832c0c13.rmeta --cap-lints warn --cfg has_const_fn_trait_bound`
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/mutex.rs:148:11
|
148 | #[cfg(has_const_fn_trait_bound)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/mutex.rs:158:15
|
158 | #[cfg(not(has_const_fn_trait_bound))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/remutex.rs:232:11
|
232 | #[cfg(has_const_fn_trait_bound)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/remutex.rs:247:15
|
247 | #[cfg(not(has_const_fn_trait_bound))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:369:11
|
369 | #[cfg(has_const_fn_trait_bound)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:379:15
|
379 | #[cfg(not(has_const_fn_trait_bound))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: field `0` is never read
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs:103:24
|
103 | pub struct GuardNoSend(*mut ());
| ----------- ^^^^^^^
| |
| field in this struct
|
= help: consider removing this field
= note: `#[warn(dead_code)]` on by default
warning: `lock_api` (lib) generated 7 warnings
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu@gmail.com>' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/parking_lot_core-c1e8d7ff1b3caaa4/out /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name parking_lot_core --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=7038f6e4627f1f77 -C extra-filename=-6e3b09d1446a39d5 --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-3367ff2a1db122d2.rmeta --extern libc=/home/r/repo/target/debug/deps/liblibc-64166718a27dcad9.rmeta --extern smallvec=/home/r/repo/target/debug/deps/libsmallvec-f01497bdce3bd737.rmeta --cap-lints warn`
warning: unused import: `UnparkHandle`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/thread_parker/mod.rs:85:49
|
85 | pub use self::imp::{thread_yield, ThreadParker, UnparkHandle};
| ^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: unexpected `cfg` condition name: `tsan_enabled`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/word_lock.rs:293:13
|
293 | if cfg!(tsan_enabled) {
| ^^^^^^^^^^^^
|
= help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tsan_enabled)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tsan_enabled)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: `parking_lot_core` (lib) generated 2 warnings
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CFG_FEATURE=compile-time-rng,const-random CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_COMPILE_TIME_RNG=1 CARGO_FEATURE_CONST_RANDOM=1 CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck <Tom.Kaitchuck@gmail.com>' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/repo/target/debug:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=0 OUT_DIR=/home/r/repo/target/debug/build/ahash-6bc1940cc844da5b/out PROFILE=debug RUSTC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc RUSTDOC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc TARGET=x86_64-unknown-linux-gnu /home/r/repo/target/debug/build/ahash-074267c2ec41cd6d/build-script-build`
[ahash 0.8.11] cargo:rerun-if-changed=build.rs
[ahash 0.8.11] cargo:rustc-cfg=feature="folded_multiply"
Compiling const-random v0.1.18
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=const_random CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-random-0.1.18 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-random-0.1.18/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck <Tom.Kaitchuck@gmail.com>' CARGO_PKG_DESCRIPTION='Provides compile time random number generation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=const-random CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/constrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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=4ce6af742f96abd8 -C extra-filename=-6cd6ba91b77853f6 --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-940e49f5bdfcd3ae.so --cap-lints warn`
Compiling zerocopy v0.7.35
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser <joshlf@google.com>' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.35 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=35 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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=-5ee8e51085c0009b --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling foldhash v0.1.3
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=foldhash CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.3 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='Orson Peters <orsonpeters@gmail.com>' CARGO_PKG_DESCRIPTION='A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Zlib CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=foldhash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/orlp/foldhash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name foldhash --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.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("default", "std"))' -C metadata=8167afe87c8fa139 -C extra-filename=-969148bf285bb2fa --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling allocator-api2 v0.2.16
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=allocator_api2 CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/Cargo.toml CARGO_PKG_AUTHORS='Zakarum <zaq.dev@icloud.com>' CARGO_PKG_DESCRIPTION='Mirror of Rust'\''s allocator API' CARGO_PKG_HOMEPAGE='https://github.com/zakarumych/allocator-api2' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=allocator-api2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zakarumych/allocator-api2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=35e2a36d9ba1a783 -C extra-filename=-a42bda1ee6c32348 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/alloc/mod.rs:25:34
|
25 | #[cfg(all(feature = "alloc", not(no_global_oom_handling)))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unused import: `handle_alloc_error`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/alloc/global.rs:4:60
|
4 | pub use alloc_crate::alloc::{alloc, alloc_zeroed, dealloc, handle_alloc_error, realloc};
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:156:11
|
156 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:168:11
|
168 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:170:11
|
170 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:1192:11
|
1192 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:1221:11
|
1221 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:1270:11
|
1270 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:1389:11
|
1389 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:1431:11
|
1431 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:1457:11
|
1457 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:1519:11
|
1519 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:1847:11
|
1847 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:1855:11
|
1855 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:2114:11
|
2114 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:2122:11
|
2122 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:206:19
|
206 | #[cfg(all(not(no_global_oom_handling)))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:231:15
|
231 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:256:15
|
256 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:270:15
|
270 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:359:15
|
359 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:420:15
|
420 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:489:15
|
489 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:545:15
|
545 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:605:15
|
605 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:630:15
|
630 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:724:15
|
724 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/boxed.rs:751:15
|
751 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:14:11
|
14 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:85:11
|
85 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:608:11
|
608 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:639:11
|
639 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:164:15
|
164 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:172:15
|
172 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:208:15
|
208 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:216:15
|
216 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:249:15
|
249 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:364:15
|
364 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:388:15
|
388 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:421:15
|
421 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:451:15
|
451 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/raw_vec.rs:529:15
|
529 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:54:11
|
54 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:60:11
|
60 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:62:11
|
62 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:77:11
|
77 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:80:11
|
80 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:93:11
|
93 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:96:11
|
96 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2621:11
|
2621 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2681:11
|
2681 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2754:11
|
2754 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2838:11
|
2838 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2936:11
|
2936 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2953:11
|
2953 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2970:11
|
2970 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:3011:11
|
3011 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:3037:11
|
3037 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:3101:11
|
3101 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:3110:11
|
3110 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/into_iter.rs:13:11
|
13 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/into_iter.rs:167:11
|
167 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/partial_eq.rs:1:11
|
1 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/partial_eq.rs:30:11
|
30 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:424:15
|
424 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:611:15
|
611 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:849:15
|
849 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:879:15
|
879 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:979:15
|
979 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:1008:15
|
1008 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:1041:15
|
1041 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:1381:15
|
1381 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:1785:15
|
1785 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:1886:15
|
1886 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:1896:15
|
1896 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2061:15
|
2061 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2125:15
|
2125 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2322:15
|
2322 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2353:15
|
2353 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2380:15
|
2380 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2492:15
|
2492 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2818:15
|
2818 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/macros.rs:54:11
|
54 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/slice.rs:17:15
|
17 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/slice.rs:39:15
|
39 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/slice.rs:70:15
|
70 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `no_global_oom_handling`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/slice.rs:112:15
|
112 | #[cfg(not(no_global_oom_handling))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_global_oom_handling)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_global_oom_handling)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: trait `ExtendFromWithinSpec` is never used
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/mod.rs:2545:7
|
2545 | trait ExtendFromWithinSpec {
| ^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: trait `NonDrop` is never used
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.16/src/stable/vec/into_iter.rs:161:11
|
161 | pub trait NonDrop {}
| ^^^^^^^
warning: `allocator-api2` (lib) generated 89 warnings
Compiling equivalent v1.0.1
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.1 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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.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=15be1bff4529fdf3 -C extra-filename=-947f8dbb7cfe1cfc --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling byteorder v1.5.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name byteorder --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-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("default", "i128", "std"))' -C metadata=8dcec07a56c48c46 -C extra-filename=-322f5bd460ffdd82 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling heapless v0.8.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio <jorge@japaric.io>:Per Lindgren <per.lindgren@ltu.se>:Emil Fresk <emil.fresk@gmail.com>' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /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/heapless-0.8.0/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("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=f401a3cceaae25c5 -C extra-filename=-92d67b1a240fd019 --out-dir /home/r/repo/target/debug/build/heapless-92d67b1a240fd019 -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio <jorge@japaric.io>:Per Lindgren <per.lindgren@ltu.se>:Emil Fresk <emil.fresk@gmail.com>' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/repo/target/debug:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' NUM_JOBS=1 OPT_LEVEL=0 OUT_DIR=/home/r/repo/target/debug/build/heapless-866ecdec2bea35f4/out PROFILE=debug RUSTC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc RUSTDOC=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc TARGET=x86_64-unknown-linux-gnu /home/r/repo/target/debug/build/heapless-92d67b1a240fd019/build-script-build`
Compiling hash32 v0.3.1
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=hash32 CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio <jorge@japaric.io>' CARGO_PKG_DESCRIPTION='32-bit hashing algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hash32 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/japaric/hash32' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hash32 --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=306a37fda3b7acbe -C extra-filename=-aa32c796ace2712e --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern byteorder=/home/r/repo/target/debug/deps/libbyteorder-322f5bd460ffdd82.rmeta --cap-lints warn`
Compiling hashbrown v0.15.2
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu@gmail.com>' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.15.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name hashbrown --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --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=30ee971f204dbe67 -C extra-filename=-1ec6d1cc62683965 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern allocator_api2=/home/r/repo/target/debug/deps/liballocator_api2-a42bda1ee6c32348.rmeta --extern equivalent=/home/r/repo/target/debug/deps/libequivalent-947f8dbb7cfe1cfc.rmeta --extern foldhash=/home/r/repo/target/debug/deps/libfoldhash-969148bf285bb2fa.rmeta --cap-lints warn`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=ahash CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck <Tom.Kaitchuck@gmail.com>' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/ahash-6bc1940cc844da5b/out /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"' --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=cab4d13d923aa781 -C extra-filename=-d889540e8de8e10a --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-3367ff2a1db122d2.rmeta --extern const_random=/home/r/repo/target/debug/deps/libconst_random-6cd6ba91b77853f6.rmeta --extern once_cell=/home/r/repo/target/debug/deps/libonce_cell-b7c6cb0cca94f2c6.rmeta --extern zerocopy=/home/r/repo/target/debug/deps/libzerocopy-5ee8e51085c0009b.rmeta --cap-lints warn --cfg 'feature="folded_multiply"'`
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs:100:13
|
100 | #![cfg_attr(feature = "specialize", feature(min_specialization))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/fallback_hash.rs:202:7
|
202 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/fallback_hash.rs:209:7
|
209 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/fallback_hash.rs:253:7
|
253 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/fallback_hash.rs:257:7
|
257 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/fallback_hash.rs:300:7
|
300 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/fallback_hash.rs:305:7
|
305 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/fallback_hash.rs:118:11
|
118 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `128`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/fallback_hash.rs:164:11
|
164 | #[cfg(target_pointer_width = "128")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `folded_multiply`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/operations.rs:16:7
|
16 | #[cfg(feature = "folded_multiply")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `folded_multiply` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `folded_multiply`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/operations.rs:23:11
|
23 | #[cfg(not(feature = "folded_multiply"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `folded_multiply` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/random_state.rs:468:7
|
468 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/random_state.rs:14:14
|
14 | if #[cfg(feature = "specialize")]{
| ^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/random_state.rs:53:58
|
53 | if #[cfg(all(feature = "compile-time-rng", any(test, fuzzing)))] {
| ^^^^^^^
|
= help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `fuzzing`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/random_state.rs:73:54
|
73 | } else if #[cfg(all(feature = "runtime-rng", not(fuzzing)))] {
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/random_state.rs:461:11
|
461 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:10:7
|
10 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:12:7
|
12 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:14:7
|
14 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:24:11
|
24 | #[cfg(not(feature = "specialize"))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:37:7
|
37 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:70:7
|
70 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:78:7
|
78 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:86:7
|
86 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:94:7
|
94 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:102:7
|
102 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:110:7
|
110 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:118:7
|
118 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:126:11
|
126 | #[cfg(all(feature = "specialize"))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:52:15
|
52 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
...
61 | call_hasher_impl!(u8);
| --------------------- in this macro invocation
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:52:15
|
52 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
...
62 | call_hasher_impl!(u16);
| ---------------------- in this macro invocation
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:52:15
|
52 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
...
63 | call_hasher_impl!(u32);
| ---------------------- in this macro invocation
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:52:15
|
52 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
...
64 | call_hasher_impl!(u64);
| ---------------------- in this macro invocation
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:52:15
|
52 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
...
65 | call_hasher_impl!(i8);
| --------------------- in this macro invocation
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:52:15
|
52 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
...
66 | call_hasher_impl!(i16);
| ---------------------- in this macro invocation
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:52:15
|
52 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
...
67 | call_hasher_impl!(i32);
| ---------------------- in this macro invocation
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/specialize.rs:52:15
|
52 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
...
68 | call_hasher_impl!(i64);
| ---------------------- in this macro invocation
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: this warning originates in the macro `call_hasher_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs:265:11
|
265 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs:272:15
|
272 | #[cfg(not(feature = "specialize"))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs:279:11
|
279 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs:286:15
|
286 | #[cfg(not(feature = "specialize"))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs:293:11
|
293 | #[cfg(feature = "specialize")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `specialize`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs:300:15
|
300 | #[cfg(not(feature = "specialize"))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `atomic-polyfill`, `compile-time-rng`, `const-random`, `default`, `getrandom`, `nightly-arm-aes`, `no-rng`, `runtime-rng`, `serde`, and `std`
= help: consider adding `specialize` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: trait `BuildHasherExt` is never used
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs:252:18
|
252 | pub(crate) trait BuildHasherExt: BuildHasher {
| ^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: methods `read_u128x2`, `read_u128x4`, `read_last_u16`, `read_last_u128x2`, and `read_last_u128x4` are never used
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/convert.rs:80:8
|
75 | pub(crate) trait ReadFromSlice {
| ------------- methods in this trait
...
80 | fn read_u128x2(&self) -> ([u128; 2], &[u8]);
| ^^^^^^^^^^^
81 | fn read_u128x4(&self) -> ([u128; 4], &[u8]);
| ^^^^^^^^^^^
82 | fn read_last_u16(&self) -> u16;
| ^^^^^^^^^^^^^
...
86 | fn read_last_u128x2(&self) -> [u128; 2];
| ^^^^^^^^^^^^^^^^
87 | fn read_last_u128x4(&self) -> [u128; 4];
| ^^^^^^^^^^^^^^^^
warning: `ahash` (lib) generated 45 warnings
Compiling parking_lot v0.12.3
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu@gmail.com>' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.12.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name parking_lot --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=271aba4a67006700 -C extra-filename=-5b780b7b00be0f43 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern lock_api=/home/r/repo/target/debug/deps/liblock_api-67787a935258620b.rmeta --extern parking_lot_core=/home/r/repo/target/debug/deps/libparking_lot_core-6e3b09d1446a39d5.rmeta --cap-lints warn`
Compiling num_cpus v1.16.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur <sean@seanmonstar.com>' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name num_cpus --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66338ea9537b868e -C extra-filename=-7e3f68f73cbdcc56 --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-64166718a27dcad9.rmeta --cap-lints warn`
warning: unexpected `cfg` condition value: `nacl`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/src/lib.rs:355:5
|
355 | target_os = "nacl",
| ^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `nacl`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.16.0/src/lib.rs:437:5
|
437 | target_os = "nacl",
| ^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: `num_cpus` (lib) generated 2 warnings
Compiling tinyvec v1.6.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.6.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Lokathor <zefria@gmail.com>' CARGO_PKG_DESCRIPTION='`tinyvec` provides 100% safe vec-like data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tinyvec --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="rustc_1_40"' --cfg 'feature="rustc_1_55"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=2cee36d58579fe88 -C extra-filename=-a7f4060992b0193d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `docs_rs`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.6.0/src/lib.rs:7:13
|
7 | #![cfg_attr(docs_rs, feature(doc_cfg))]
| ^^^^^^^ help: there is a config with a similar name: `docsrs`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `nightly_const_generics`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.6.0/src/arrayvec.rs:219:34
|
219 | #[cfg(all(feature = "arbitrary", feature = "nightly_const_generics"))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `arbitrary`, `default`, `experimental_write_impl`, `grab_spare_slice`, `nightly_slice_partition_dedup`, `real_blackbox`, `rustc_1_40`, `rustc_1_55`, `rustc_1_57`, `serde`, `std`, and `tinyvec_macros`
= help: consider adding `nightly_const_generics` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: `tinyvec` (lib) generated 2 warnings
Compiling seize v0.3.3
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=seize CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seize-0.3.3 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seize-0.3.3/Cargo.toml CARGO_PKG_AUTHORS='Ibraheem Ahmed <ibraheem@ibraheem.ca>' CARGO_PKG_DESCRIPTION='Fast, efficient, and robust memory reclamation for concurrent data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=seize CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ibraheemdev/seize' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name seize --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seize-0.3.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=cb234d1fd1497557 -C extra-filename=-1aafd3c115de18c9 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling stable_deref_trait v1.2.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Robert Grosse <n210241048576@gmail.com>' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=23e43659be09f1db -C extra-filename=-ebc4873e49e418f7 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=heapless CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio <jorge@japaric.io>:Per Lindgren <per.lindgren@ltu.se>:Emil Fresk <emil.fresk@gmail.com>' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' OUT_DIR=/home/r/repo/target/debug/build/heapless-866ecdec2bea35f4/out /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name heapless --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=4ce578a7125f841f -C extra-filename=-71d6bd61a66cc11d --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern hash32=/home/r/repo/target/debug/deps/libhash32-aa32c796ace2712e.rmeta --extern stable_deref_trait=/home/r/repo/target/debug/deps/libstable_deref_trait-ebc4873e49e418f7.rmeta --cap-lints warn`
warning: unexpected `cfg` condition name: `arm_llsc`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs:47:9
|
47 | any(arm_llsc, target_arch = "x86"),
| ^^^^^^^^
|
= help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
note: the lint level is defined here
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs:85:9
|
85 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`
warning: unexpected `cfg` condition name: `arm_llsc`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs:51:9
|
51 | any(arm_llsc, target_arch = "x86"),
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `arm_llsc`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs:59:9
|
59 | any(arm_llsc, target_arch = "x86"),
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `arm_llsc`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs:128:11
|
128 | #[cfg(any(arm_llsc, target_arch = "x86"))]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_atomic_load_store`
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs:138:5
|
138 | has_atomic_load_store
| ^^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic_load_store`
|
= help: expected values for `target_has_atomic_load_store` are: `128`, `16`, `32`, `64`, `8`, and `ptr`
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomic_load_store)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomic_load_store)");` to the top of the `build.rs`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: `heapless` (lib) generated 5 warnings
Compiling flurry v0.5.2
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=flurry CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flurry-0.5.2 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flurry-0.5.2/Cargo.toml CARGO_PKG_AUTHORS='Jon Gjengset <jon@thesquareplanet.com>' CARGO_PKG_DESCRIPTION='Rust port of Java'\''s ConcurrentHashMap' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flurry CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jonhoo/flurry.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name flurry --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flurry-0.5.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("rayon", "regex", "serde"))' -C metadata=881b0317d4a5651f -C extra-filename=-31cb4811a3a2c55e --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-d889540e8de8e10a.rmeta --extern num_cpus=/home/r/repo/target/debug/deps/libnum_cpus-7e3f68f73cbdcc56.rmeta --extern parking_lot=/home/r/repo/target/debug/deps/libparking_lot-5b780b7b00be0f43.rmeta --extern seize=/home/r/repo/target/debug/deps/libseize-1aafd3c115de18c9.rmeta --cap-lints warn`
Compiling tinymap v0.4.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=tinymap CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinymap-0.4.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinymap-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='notgull <jtnunley01@gmail.com>:robjtede <robjtede@icloud.com>' CARGO_PKG_DESCRIPTION='A map structure that stores its data on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinymap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/robjtede/tinymap' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name tinymap --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinymap-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "hashbrown"))' -C metadata=4fe6fe28eadefe6d -C extra-filename=-51e1a98bb718b9c6 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern tinyvec=/home/r/repo/target/debug/deps/libtinyvec-a7f4060992b0193d.rmeta --cap-lints warn`
Compiling indexmap v2.9.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.9.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name indexmap --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --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=1741ef52bdbe19b6 -C extra-filename=-cbffe856cf419b28 --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-947f8dbb7cfe1cfc.rmeta --extern hashbrown=/home/r/repo/target/debug/deps/libhashbrown-1ec6d1cc62683965.rmeta --cap-lints warn`
Compiling litemap v0.7.5
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=litemap CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.5 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.5/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A key-value Map implementation based on a flat, sorted Vec.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=litemap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.81 CARGO_PKG_VERSION=0.7.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name litemap --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=dd354d035499a89b -C extra-filename=-f01b93c97ec61d4c --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling linked-hash-map v0.5.6
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=linked_hash_map CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/Cargo.toml CARGO_PKG_AUTHORS='Stepan Koltsov <stepan.koltsov@gmail.com>:Andrew Paseltiner <apaseltiner@gmail.com>' CARGO_PKG_DESCRIPTION='A HashMap wrapper that holds key-value pairs in insertion order' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/linked-hash-map' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linked-hash-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/linked-hash-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name linked_hash_map --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=a749fd68161a2de0 -C extra-filename=-43e50e66c26e2ecf --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
warning: unused return value of `Box::<T>::from_raw` that must be used
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs:165:13
|
165 | Box::from_raw(cur);
| ^^^^^^^^^^^^^^^^^^
|
= note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
= note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
|
165 | let _ = Box::from_raw(cur);
| +++++++
warning: unused return value of `Box::<T>::from_raw` that must be used
--> /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs:1300:17
|
1300 | Box::from_raw(self.tail);
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
help: use `let _ = ...` to ignore the resulting value
|
1300 | let _ = Box::from_raw(self.tail);
| +++++++
warning: `linked-hash-map` (lib) generated 2 warnings
Compiling rustc-hash v2.1.1
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A speedy, non-cryptographic hashing algorithm used by rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustc_hash --edition=2021 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=5b277e6b7c9b70bd -C extra-filename=-dd61ebc514248938 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling nohash-hasher v0.2.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=nohash_hasher CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nohash-hasher-0.2.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nohash-hasher-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Parity Technologies <admin@parity.io>' CARGO_PKG_DESCRIPTION='An implementation of `std::hash::Hasher` which does not hash at all.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nohash-hasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paritytech/nohash-hasher' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name nohash_hasher --edition=2018 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nohash-hasher-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6c729d89685bc6aa -C extra-filename=-b435dbcd23af72ba --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling linear-map v1.2.0
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=linear_map CARGO_MANIFEST_DIR=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0 CARGO_MANIFEST_PATH=/home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Paseltiner <apaseltiner@gmail.com>:Tobias Bucher <tobiasbucher5991@gmail.com>' CARGO_PKG_DESCRIPTION='A map implemented by searching linearly in a vector.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linear-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/linear-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name linear_map --edition=2015 /home/r/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=54179d200bde0ce7 -C extra-filename=-c1c928215ca87fb9 --out-dir /home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --cap-lints warn`
Compiling micromap v0.0.0 (/home/r/repo)
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=micromap CARGO_MANIFEST_DIR=/home/r/repo CARGO_MANIFEST_PATH=/home/r/repo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The fastest alternative to HashMap, for maps smaller than 20 keys' CARGO_PKG_HOMEPAGE='https://github.com/yegor256/micromap' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=micromap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yegor256/micromap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name micromap --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0a9081d763649255 -C extra-filename=-509d892f219611ac --out-dir /home/r/repo/target/debug/deps -C incremental=/home/r/repo/target/debug/incremental -L dependency=/home/r/repo/target/debug/deps`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=benchmark CARGO_MANIFEST_DIR=/home/r/repo CARGO_MANIFEST_PATH=/home/r/repo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The fastest alternative to HashMap, for maps smaller than 20 keys' CARGO_PKG_HOMEPAGE='https://github.com/yegor256/micromap' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=micromap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yegor256/micromap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/home/r/repo/target/tmp LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name benchmark --edition=2021 tests/benchmark.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fae4a448a4845449 -C extra-filename=-29578a0206d8d969 --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 flurry=/home/r/repo/target/debug/deps/libflurry-31cb4811a3a2c55e.rlib --extern hashbrown=/home/r/repo/target/debug/deps/libhashbrown-1ec6d1cc62683965.rlib --extern heapless=/home/r/repo/target/debug/deps/libheapless-71d6bd61a66cc11d.rlib --extern indexmap=/home/r/repo/target/debug/deps/libindexmap-cbffe856cf419b28.rlib --extern linear_map=/home/r/repo/target/debug/deps/liblinear_map-c1c928215ca87fb9.rlib --extern linked_hash_map=/home/r/repo/target/debug/deps/liblinked_hash_map-43e50e66c26e2ecf.rlib --extern litemap=/home/r/repo/target/debug/deps/liblitemap-f01b93c97ec61d4c.rlib --extern micromap=/home/r/repo/target/debug/deps/libmicromap-509d892f219611ac.rlib --extern nohash_hasher=/home/r/repo/target/debug/deps/libnohash_hasher-b435dbcd23af72ba.rlib --extern rustc_hash=/home/r/repo/target/debug/deps/librustc_hash-dd61ebc514248938.rlib --extern tinymap=/home/r/repo/target/debug/deps/libtinymap-51e1a98bb718b9c6.rlib`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_BIN_NAME=lru_cache CARGO_CRATE_NAME=lru_cache CARGO_MANIFEST_DIR=/home/r/repo CARGO_MANIFEST_PATH=/home/r/repo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The fastest alternative to HashMap, for maps smaller than 20 keys' CARGO_PKG_HOMEPAGE='https://github.com/yegor256/micromap' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=micromap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yegor256/micromap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name lru_cache --edition=2021 examples/lru_cache.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f73ac27652f7af42 -C extra-filename=-942df3c5cbeaf628 --out-dir /home/r/repo/target/debug/examples -C incremental=/home/r/repo/target/debug/incremental -L dependency=/home/r/repo/target/debug/deps --extern flurry=/home/r/repo/target/debug/deps/libflurry-31cb4811a3a2c55e.rlib --extern hashbrown=/home/r/repo/target/debug/deps/libhashbrown-1ec6d1cc62683965.rlib --extern heapless=/home/r/repo/target/debug/deps/libheapless-71d6bd61a66cc11d.rlib --extern indexmap=/home/r/repo/target/debug/deps/libindexmap-cbffe856cf419b28.rlib --extern linear_map=/home/r/repo/target/debug/deps/liblinear_map-c1c928215ca87fb9.rlib --extern linked_hash_map=/home/r/repo/target/debug/deps/liblinked_hash_map-43e50e66c26e2ecf.rlib --extern litemap=/home/r/repo/target/debug/deps/liblitemap-f01b93c97ec61d4c.rlib --extern micromap=/home/r/repo/target/debug/deps/libmicromap-509d892f219611ac.rlib --extern nohash_hasher=/home/r/repo/target/debug/deps/libnohash_hasher-b435dbcd23af72ba.rlib --extern rustc_hash=/home/r/repo/target/debug/deps/librustc_hash-dd61ebc514248938.rlib --extern tinymap=/home/r/repo/target/debug/deps/libtinymap-51e1a98bb718b9c6.rlib`
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=micromap CARGO_MANIFEST_DIR=/home/r/repo CARGO_MANIFEST_PATH=/home/r/repo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The fastest alternative to HashMap, for maps smaller than 20 keys' CARGO_PKG_HOMEPAGE='https://github.com/yegor256/micromap' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=micromap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yegor256/micromap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustc --crate-name micromap --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b0f36bf2f5d5a909 -C extra-filename=-24aa748d83624781 --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 flurry=/home/r/repo/target/debug/deps/libflurry-31cb4811a3a2c55e.rlib --extern hashbrown=/home/r/repo/target/debug/deps/libhashbrown-1ec6d1cc62683965.rlib --extern heapless=/home/r/repo/target/debug/deps/libheapless-71d6bd61a66cc11d.rlib --extern indexmap=/home/r/repo/target/debug/deps/libindexmap-cbffe856cf419b28.rlib --extern linear_map=/home/r/repo/target/debug/deps/liblinear_map-c1c928215ca87fb9.rlib --extern linked_hash_map=/home/r/repo/target/debug/deps/liblinked_hash_map-43e50e66c26e2ecf.rlib --extern litemap=/home/r/repo/target/debug/deps/liblitemap-f01b93c97ec61d4c.rlib --extern nohash_hasher=/home/r/repo/target/debug/deps/libnohash_hasher-b435dbcd23af72ba.rlib --extern rustc_hash=/home/r/repo/target/debug/deps/librustc_hash-dd61ebc514248938.rlib --extern tinymap=/home/r/repo/target/debug/deps/libtinymap-51e1a98bb718b9c6.rlib`
Finished `test` profile [unoptimized + debuginfo] target(s) in 23.22s
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_MANIFEST_DIR=/home/r/repo CARGO_MANIFEST_PATH=/home/r/repo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The fastest alternative to HashMap, for maps smaller than 20 keys' CARGO_PKG_HOMEPAGE='https://github.com/yegor256/micromap' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=micromap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yegor256/micromap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/repo/target/debug:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/repo/target/debug/deps/micromap-24aa748d83624781`
running 116 tests
test clone::tests::empty_map_can_be_cloned ... 32mokBm
test clone::tests::map_can_be_cloned ... 32mokBm
test ctors::tests::drops_correctly ... 32mokBm
test ctors::tests::drops_keys ... 32mokBm
test ctors::tests::drops_values ... 32mokBm
test ctors::tests::makes_default_map ... 32mokBm
test ctors::tests::makes_new_map ... 32mokBm
test debug::tests::debug_alternate_map ... 32mokBm
test debug::tests::debugs_map ... 32mokBm
test display::tests::displays_map ... 32mokBm
test drain::tests::normal_drain ... 32mokBm
test entry::tests::various ... 32mokBm
test eq::tests::compares_two_diff_cap_maps ... 32mokBm
test eq::tests::compares_two_maps ... 32mokBm
test from::tests::array_into_map ... 32mokBm
test from::tests::from_array ... 32mokBm
test from::tests::from_iter ... 32mokBm
test from::tests::from_larger_iter - should panic ... 32mokBm
test from::tests::from_with_duplicates ... 32mokBm
test index::tests::index ... 32mokBm
test index::tests::index_by_borrow ... 32mokBm
test index::tests::index_mut ... 32mokBm
test index::tests::wrong_index - should panic ... 32mokBm
test iterators::tests::change_with_iter_mut ... 32mokBm
test iterators::tests::empty_iterator ... 32mokBm
test iterators::tests::insert_and_into_iterate ... 32mokBm
test iterators::tests::insert_and_iterate ... 32mokBm
test iterators::tests::insert_and_jump_over_next ... 32mokBm
test iterators::tests::into_iter_drop ... 32mokBm
test iterators::tests::into_iter_mut ... 32mokBm
test iterators::tests::into_iterate_with_blanks ... 32mokBm
test iterators::tests::iter_mut_with_blanks ... 32mokBm
test iterators::tests::iter_size_hint ... 32mokBm
test iterators::tests::iterate_with_blanks ... 32mokBm
test keys::tests::iterate_into_keys ... 32mokBm
test keys::tests::iterate_keys ... 32mokBm
test map::tests::cant_write_into_empty_map - should panic ... 32mokBm
test map::tests::checked_insert_does_not_affect_other_keys ... 32mokBm
test map::tests::checked_insert_fails_when_map_is_full ... 32mokBm
test map::tests::checked_insert_handles_empty_map ... 32mokBm
test map::tests::checked_insert_inserts_new_key_when_space_available ... 32mokBm
test map::tests::checked_insert_replaces_value_for_existing_key ... 32mokBm
test map::tests::checked_insert_updates_existing_key ... 32mokBm
test map::tests::checks_key ... 32mokBm
test map::tests::clears_it_up ... 32mokBm
test map::tests::drop_removed_entry ... 32mokBm
test map::tests::empty_length ... 32mokBm
test map::tests::get_absent_key_value ... 32mokBm
test map::tests::get_disjoint_mut_empty_keys ... 32mokBm
test map::tests::get_disjoint_mut_keys_more_than_capacity ... 32mokBm
test map::tests::get_disjoint_mut_missing_keys ... 32mokBm
test map::tests::get_disjoint_mut_non_overlapping_keys ... 32mokBm
test map::tests::get_disjoint_mut_overlapping_keys - should panic ... 32mokBm
test map::tests::get_key_value ... 32mokBm
test map::tests::gets_missing_key ... 32mokBm
test map::tests::insert_after_remove ... 32mokBm
test map::tests::insert_and_check_length ... 32mokBm
test map::tests::insert_and_gets ... 32mokBm
test map::tests::insert_and_gets_mut ... 32mokBm
test map::tests::insert_composite ... 32mokBm
test map::tests::insert_drop_duplicate ... 32mokBm
test map::tests::insert_duplicate_after_remove ... 32mokBm
test map::tests::insert_many_and_remove ... 32mokBm
test map::tests::insert_struct ... 32mokBm
test map::tests::is_empty_check ... 32mokBm
test map::tests::large_map_in_heap ... 32mokBm
test map::tests::mut_gets_missing_key ... 32mokBm
test map::tests::overwrites_keys ... 32mokBm
test map::tests::remove_entry_absent ... 32mokBm
test map::tests::remove_entry_present ... 32mokBm
test map::tests::removes_simple_pair ... 32mokBm
test map::tests::retain_test ... 32mokBm
test map::tests::retain_with_mutable_value ... 32mokBm
test set::debug::tests::debug_alternate_set ... 32mokBm
test set::debug::tests::debugs_set ... 32mokBm
test set::difference::tests::difference_complete_overlap ... 32mokBm
test set::difference::tests::difference_disjoint ... 32mokBm
test set::difference::tests::difference_empty_set ... 32mokBm
test set::difference::tests::difference_lifetime ... 32mokBm
test set::difference::tests::difference_partial_overlap ... 32mokBm
test set::difference::tests::difference_size_hint ... 32mokBm
test set::difference::tests::difference_with_empty_first_set ... 32mokBm
test set::difference::tests::difference_with_overlap ... 32mokBm
test set::display::tests::displays_set ... 32mokBm
test set::eq::tests::compares_sets_with_char_elements ... 32mokBm
test set::eq::tests::compares_sets_with_different_elements ... 32mokBm
test set::eq::tests::compares_sets_with_different_lengths ... 32mokBm
test set::eq::tests::compares_sets_with_different_order ... 32mokBm
test set::eq::tests::compares_two_sets ... 32mokBm
test set::extend::tests::extend_set_empty ... 32mokBm
test set::extend::tests::extend_set_not_empty ... 32mokBm
test set::extend::tests::extend_set_overlap ... 32mokBm
test set::intersection::tests::intersection_simple ... 32mokBm
test set::intersection::tests::intersection_size_hint ... 32mokBm
test set::intersection::tests::intersection_with_disjoint_sets ... 32mokBm
test set::intersection::tests::intersection_with_empty_set ... 32mokBm
test set::intersection::tests::intersection_with_subset ... 32mokBm
test set::intersection::tests::intersection_with_superset ... 32mokBm
test set::symmetric_difference::tests::symmetric_difference_simple ... 32mokBm
test set::symmetric_difference::tests::symmetric_difference_size_hint ... 32mokBm
test set::symmetric_difference::tests::symmetric_difference_with_disjoint_sets ... 32mokBm
test set::symmetric_difference::tests::symmetric_difference_with_empty_set ... 32mokBm
test set::symmetric_difference::tests::symmetric_difference_with_subset ... 32mokBm
test set::symmetric_difference::tests::symmetric_difference_with_superset ... 32mokBm
test set::tests::test_set_from ... 32mokBm
test set::tests::various ... 32mokBm
test set::union::tests::union_simple ... 32mokBm
test set::union::tests::union_size_hint ... 32mokBm
test set::union::tests::union_with_disjoint_sets ... 32mokBm
test set::union::tests::union_with_empty_set ... 32mokBm
test set::union::tests::union_with_subset ... 32mokBm
test set::union::tests::union_with_superset ... 32mokBm
test values::tests::into_values_drop ... 32mokBm
test values::tests::iterate_values ... 32mokBm
test values::tests::iterate_values_mut ... 32mokBm
test values::tests::iterate_values_with_blanks ... 32mokBm
test result: 32mokBm. 116 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_MANIFEST_DIR=/home/r/repo CARGO_MANIFEST_PATH=/home/r/repo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The fastest alternative to HashMap, for maps smaller than 20 keys' CARGO_PKG_HOMEPAGE='https://github.com/yegor256/micromap' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=micromap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yegor256/micromap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/repo/target/debug:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/repo/target/debug/deps/benchmark-29578a0206d8d969`
running 1 test
test benchmark_and_print ... 33mignoredBm
test result: 32mokBm. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests micromap
Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=micromap CARGO_MANIFEST_DIR=/home/r/repo CARGO_MANIFEST_PATH=/home/r/repo/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The fastest alternative to HashMap, for maps smaller than 20 keys' CARGO_PKG_HOMEPAGE='https://github.com/yegor256/micromap' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=micromap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/yegor256/micromap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/r/repo/target/debug/deps:/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --color never --crate-name micromap --test src/lib.rs --test-run-directory /home/r/repo -L dependency=/home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern flurry=/home/r/repo/target/debug/deps/libflurry-31cb4811a3a2c55e.rlib --extern hashbrown=/home/r/repo/target/debug/deps/libhashbrown-1ec6d1cc62683965.rlib --extern heapless=/home/r/repo/target/debug/deps/libheapless-71d6bd61a66cc11d.rlib --extern indexmap=/home/r/repo/target/debug/deps/libindexmap-cbffe856cf419b28.rlib --extern linear_map=/home/r/repo/target/debug/deps/liblinear_map-c1c928215ca87fb9.rlib --extern linked_hash_map=/home/r/repo/target/debug/deps/liblinked_hash_map-43e50e66c26e2ecf.rlib --extern litemap=/home/r/repo/target/debug/deps/liblitemap-f01b93c97ec61d4c.rlib --extern micromap=/home/r/repo/target/debug/deps/libmicromap-509d892f219611ac.rlib --extern nohash_hasher=/home/r/repo/target/debug/deps/libnohash_hasher-b435dbcd23af72ba.rlib --extern rustc_hash=/home/r/repo/target/debug/deps/librustc_hash-dd61ebc514248938.rlib --extern tinymap=/home/r/repo/target/debug/deps/libtinymap-51e1a98bb718b9c6.rlib -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' --error-format human`
running 20 tests
test src/eq.rs - eq::Map<K,V,N>::eq (line 13) ... 32mokBm
test src/lib.rs - (line 15) ... 32mokBm
test src/lib.rs - Map (line 61) ... 32mokBm
test src/map.rs - map::Map<K,V,N>::get_disjoint_mut (line 209) ... 32mokBm
test src/map.rs - map::Map<K,V,N>::get_disjoint_mut (line 251) ... 32mokBm
test src/map.rs - map::Map<K,V,N>::get_disjoint_unchecked_mut (line 299) ... 32mokBm
test src/set/difference.rs - set::difference::Difference (line 53) ... 32mokBm
test src/set/difference.rs - set::difference::Set<T,N>::difference (line 14) ... 32mokBm
test src/set/eq.rs - set::eq::Set<T,N>::eq (line 12) ... 32mokBm
test src/set/intersection.rs - set::intersection::Intersection (line 56) ... 32mokBm
test src/set/intersection.rs - set::intersection::Set<T,N>::intersection (line 21) ... 32mokBm
test src/set/methods.rs - set::methods::Set<T,N>::is_disjoint (line 117) ... 32mokBm
test src/set/methods.rs - set::methods::Set<T,N>::is_subset (line 142) ... 32mokBm
test src/set/methods.rs - set::methods::Set<T,N>::is_superset (line 167) ... 32mokBm
test src/set/methods.rs - set::methods::Set<T,N>::replace (line 192) ... 32mokBm
test src/set/mod.rs - set::Set (line 28) ... 32mokBm
test src/set/symmetric_difference.rs - set::symmetric_difference::Set<T,N>::symmetric_difference (line 14) ... 32mokBm
test src/set/symmetric_difference.rs - set::symmetric_difference::SymmetricDifference (line 47) ... 32mokBm
test src/set/union.rs - set::union::Set<T,N>::union (line 15) ... 32mokBm
test src/set/union.rs - set::union::Union (line 45) ... 32mokBm
test result: 32mokBm. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.88s
1m32m Documenting0m micromap v0.0.0 (/home/r/repo)
1m32m Finished0m `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
1m32m Generated0m /home/r/repo/target/doc/micromap/index.html
1m32m Checking0m micromap v0.0.0 (/home/r/repo)
1m32m Finished0m `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
To github.com:yegor256/micromap.git
e905a86..dbbb573 master -> master
container ca0f3900a07df739ef214fd5f6ff85345689f149f4da8c640f8ba0723ee8cf6a is dead
Mon Apr 7 13:48:16 UTC 2025