rultor.com logo This build log was produced by rultor.com for h1alexbel/fakehub#189
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1244
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Mon Oct  7 08:36:02 UTC 2024
+ uptime
 08:36:02 up 1 min,  0 users,  load average: 1.39, 0.49, 0.18
+ head=git@github.com:h1alexbel/fakehub.git
+ ff=default
+ image=h1alexbel/rultor-rust-image:0.0.4
+ rebase=false
+ squash=false
+ head_branch=master
+ author=h1alexbel
+ tag=0.0.8
+ vars=('--env=head=git@github.com:h1alexbel/fakehub.git' '--env=tag=0.0.8' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:h1alexbel/fakehub.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.8'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=h1alexbel'\''\'\'''\'''\'' '\'';'\'' '\''rustup install nightly-x86_64-unknown-linux-gnu'\'' '\'';'\'' '\''rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt'\'' '\'';'\'' '\''sudo npm install @openapitools/openapi-generator-cli@2.13.7 -g'\'' '\'';'\'' '\''cargo install cargo-machete'\'' '\'';'\'' '\''cargo install killport'\'' '\'';'\'' '\''export RULTOR=true'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" server/Cargo.toml'\'' '\'';'\'' '\''sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" cli/Cargo.toml'\'' '\'';'\'' '\''sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"0.0.0\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/" cli/Cargo.toml'\'' '\'';'\'' '\''just gen'\'' '\'';'\'' '\''sed -i -e "s/^name = \"openapi\"/name = \"github-mirror\"/" github-mirror/Cargo.toml'\'' '\'';'\'' '\''sed -i -e "s/^version = \".*\"/version = \"${tag}\"/" github-mirror/Cargo.toml'\'' '\'';'\'' '\''sed -i -e "s/^openapi = { path = \"..\/github-mirror\", version = \"1.1.4\" }/github-mirror = { path = \"..\/github-mirror\", version = \"${tag}\" }/" server/Cargo.toml'\'' '\'';'\'' '\''sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\", features = [\"mirror_release\"] }/" cli/Cargo.toml'\'' '\'';'\'' '\''cargo build --features "mirror_release"'\'' '\'';'\'' '\''cargo --color=never test --features "mirror_release"'\'' '\'';'\'' '\''cargo +nightly fmt --check -- --color=never'\'' '\'';'\'' '\''cargo machete'\'' '\'';'\'' '\''cargo doc --no-deps --features "mirror_release"'\'' '\'';'\'' '\''cargo clippy --features "mirror_release"'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''ls -a ../'\'' '\'';'\'' '\''mkdir -p ~/.cargo && cp ../credentials ~/.cargo'\'' '\'';'\'' '\''cargo --color=never publish -p github-mirror'\'' '\'';'\'' '\''cargo --color=never publish -p fakehub-server --features "mirror_release"'\'' '\'';'\'' '\''cargo --color=never publish -p fakehub'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=h1alexbel')
+ scripts=('export '\''head=git@github.com:h1alexbel/fakehub.git'\''' ';' 'export '\''tag=0.0.8'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=h1alexbel'\''' ';' 'rustup install nightly-x86_64-unknown-linux-gnu' ';' 'rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt' ';' 'sudo npm install @openapitools/openapi-generator-cli@2.13.7 -g' ';' 'cargo install cargo-machete' ';' 'cargo install killport' ';' 'export RULTOR=true' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" server/Cargo.toml' ';' 'sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" cli/Cargo.toml' ';' 'sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"0.0.0\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/" cli/Cargo.toml' ';' 'just gen' ';' 'sed -i -e "s/^name = \"openapi\"/name = \"github-mirror\"/" github-mirror/Cargo.toml' ';' 'sed -i -e "s/^version = \".*\"/version = \"${tag}\"/" github-mirror/Cargo.toml' ';' 'sed -i -e "s/^openapi = { path = \"..\/github-mirror\", version = \"1.1.4\" }/github-mirror = { path = \"..\/github-mirror\", version = \"${tag}\" }/" server/Cargo.toml' ';' 'sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\", features = [\"mirror_release\"] }/" cli/Cargo.toml' ';' 'cargo build --features "mirror_release"' ';' 'cargo --color=never test --features "mirror_release"' ';' 'cargo +nightly fmt --check -- --color=never' ';' 'cargo machete' ';' 'cargo doc --no-deps --features "mirror_release"' ';' 'cargo clippy --features "mirror_release"' ';' 'git add .' ';' 'git commit -am "${tag}"' ';' 'ls -a ../' ';' 'mkdir -p ~/.cargo && cp ../credentials ~/.cargo' ';' 'cargo --color=never publish -p github-mirror' ';' 'cargo --color=never publish -p fakehub-server --features "mirror_release"' ';' 'cargo --color=never publish -p fakehub' ';')
+ directory=
+ container=h1alexbel_fakehub_189
+ as_root=false
+ hostname
ip-172-31-30-150
+ pwd
/tmp/rultor-GM0g
+ 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:h1alexbel/fakehub.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:h1alexbel/fakehub.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:h1alexbel/fakehub.git'\''' ';' 'export '\''tag=0.0.8'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=h1alexbel'\''' ';' 'rustup install nightly-x86_64-unknown-linux-gnu' ';' 'rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt' ';' 'sudo npm install @openapitools/openapi-generator-cli@2.13.7 -g' ';' 'cargo install cargo-machete' ';' 'cargo install killport' ';' 'export RULTOR=true' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" server/Cargo.toml' ';' 'sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" cli/Cargo.toml' ';' 'sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"0.0.0\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/" cli/Cargo.toml' ';' 'just gen' ';' 'sed -i -e "s/^name = \"openapi\"/name = \"github-mirror\"/" github-mirror/Cargo.toml' ';' 'sed -i -e "s/^version = \".*\"/version = \"${tag}\"/" github-mirror/Cargo.toml' ';' 'sed -i -e "s/^openapi = { path = \"..\/github-mirror\", version = \"1.1.4\" }/github-mirror = { path = \"..\/github-mirror\", version = \"${tag}\" }/" server/Cargo.toml' ';' 'sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\", features = [\"mirror_release\"] }/" cli/Cargo.toml' ';' 'cargo build --features "mirror_release"' ';' 'cargo --color=never test --features "mirror_release"' ';' 'cargo +nightly fmt --check -- --color=never' ';' 'cargo machete' ';' 'cargo doc --no-deps --features "mirror_release"' ';' 'cargo clippy --features "mirror_release"' ';' 'git add .' ';' 'git commit -am "${tag}"' ';' 'ls -a ../' ';' 'mkdir -p ~/.cargo && cp ../credentials ~/.cargo' ';' 'cargo --color=never publish -p github-mirror' ';' 'cargo --color=never publish -p fakehub-server --features "mirror_release"' ';' 'cargo --color=never publish -p fakehub' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.0.8 ']'
+ [[ 0.0.8 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.0.8"'
tag name is valid: "0.0.8"
+ cd repo
++ git tag -l 0.0.8
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.20
++ bc
++ echo 0.20 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.20, low enough to run a new Docker container'
load average is 0.20, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=h1alexbel/rultor-rust-image:0.0.4
+ docker pull h1alexbel/rultor-rust-image:0.0.4
0.0.4: Pulling from h1alexbel/rultor-rust-image
6414378b6477: Pulling fs layer
9af521aeb48d: Pulling fs layer
cbbaa9a493d6: Pulling fs layer
a22eb2bda606: Pulling fs layer
8d1fdfea978a: Pulling fs layer
48e15ef793ad: Pulling fs layer
158a5095c3f7: Pulling fs layer
cf3ccca56c57: Pulling fs layer
d3b18cb7c2f0: Pulling fs layer
ee6983fd1115: Pulling fs layer
d7b46088c2b9: Pulling fs layer
8f539b452478: Pulling fs layer
78faa9627c7b: Pulling fs layer
a22eb2bda606: Waiting
8d1fdfea978a: Waiting
48e15ef793ad: Waiting
158a5095c3f7: Waiting
cf3ccca56c57: Waiting
d3b18cb7c2f0: Waiting
ee6983fd1115: Waiting
d7b46088c2b9: Waiting
8f539b452478: Waiting
78faa9627c7b: Waiting
9af521aeb48d: Verifying Checksum
9af521aeb48d: Download complete
6414378b6477: Verifying Checksum
6414378b6477: Download complete
8d1fdfea978a: Verifying Checksum
8d1fdfea978a: Download complete
cbbaa9a493d6: Verifying Checksum
cbbaa9a493d6: Download complete
48e15ef793ad: Verifying Checksum
48e15ef793ad: Download complete
158a5095c3f7: Verifying Checksum
158a5095c3f7: Download complete
d3b18cb7c2f0: Verifying Checksum
d3b18cb7c2f0: Download complete
ee6983fd1115: Verifying Checksum
ee6983fd1115: Download complete
d7b46088c2b9: Verifying Checksum
d7b46088c2b9: Download complete
a22eb2bda606: Verifying Checksum
a22eb2bda606: Download complete
78faa9627c7b: Verifying Checksum
78faa9627c7b: Download complete
6414378b6477: Pull complete
9af521aeb48d: Pull complete
cf3ccca56c57: Verifying Checksum
cf3ccca56c57: Download complete
8f539b452478: Verifying Checksum
8f539b452478: Download complete
cbbaa9a493d6: Pull complete
a22eb2bda606: Pull complete
8d1fdfea978a: Pull complete
48e15ef793ad: Pull complete
158a5095c3f7: Pull complete
cf3ccca56c57: Pull complete
d3b18cb7c2f0: Pull complete
ee6983fd1115: Pull complete
d7b46088c2b9: Pull complete
8f539b452478: Pull complete
78faa9627c7b: Pull complete
Digest: sha256:5d75558f2bf3b1d982832f4b04704ca0bfd64beac2b7804f728ed9a00c115646
Status: Downloaded newer image for h1alexbel/rultor-rust-image:0.0.4
docker.io/h1alexbel/rultor-rust-image:0.0.4
+ docker ps --filter=status=exited
+ grep --quiet '\sh1alexbel_fakehub_189\s*$'
+ ls -al .
total 56
drwx------  3 ubuntu ubuntu  4096 Oct  7 08:36 .
drwxrwxrwt 12 root   root    4096 Oct  7 08:41 ..
-rw-rw-r--  1 ubuntu ubuntu    57 Oct  7 08:35 credentials
-rwxrwxr-x  1 ubuntu ubuntu   556 Oct  7 08:40 end.sh
-rwxrwxr-x  1 ubuntu ubuntu   490 Oct  7 08:36 entry.sh
-rw-rw-r--  1 ubuntu ubuntu     5 Oct  7 08:36 pid
drwxrwxr-x  7 ubuntu ubuntu  4096 Oct  7 08:36 repo
-rwxrwxr-x  1 ubuntu ubuntu  9146 Oct  7 08:36 run.sh
-rw-rw-r--  1 ubuntu ubuntu  2009 Oct  7 08:36 script.sh
-rw-rw-r--  1 ubuntu ubuntu 10588 Oct  7 08:41 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-GM0g:/main --env=head=git@github.com:h1alexbel/fakehub.git --env=tag=0.0.8 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:h1alexbel/fakehub.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.0.8'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=h1alexbel'\''\'\'''\'''\'' '\'';'\'' '\''rustup install nightly-x86_64-unknown-linux-gnu'\'' '\'';'\'' '\''rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt'\'' '\'';'\'' '\''sudo npm install @openapitools/openapi-generator-cli@2.13.7 -g'\'' '\'';'\'' '\''cargo install cargo-machete'\'' '\'';'\'' '\''cargo install killport'\'' '\'';'\'' '\''export RULTOR=true'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" server/Cargo.toml'\'' '\'';'\'' '\''sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" cli/Cargo.toml'\'' '\'';'\'' '\''sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"0.0.0\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/" cli/Cargo.toml'\'' '\'';'\'' '\''just gen'\'' '\'';'\'' '\''sed -i -e "s/^name = \"openapi\"/name = \"github-mirror\"/" github-mirror/Cargo.toml'\'' '\'';'\'' '\''sed -i -e "s/^version = \".*\"/version = \"${tag}\"/" github-mirror/Cargo.toml'\'' '\'';'\'' '\''sed -i -e "s/^openapi = { path = \"..\/github-mirror\", version = \"1.1.4\" }/github-mirror = { path = \"..\/github-mirror\", version = \"${tag}\" }/" server/Cargo.toml'\'' '\'';'\'' '\''sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\", features = [\"mirror_release\"] }/" cli/Cargo.toml'\'' '\'';'\'' '\''cargo build --features "mirror_release"'\'' '\'';'\'' '\''cargo --color=never test --features "mirror_release"'\'' '\'';'\'' '\''cargo +nightly fmt --check -- --color=never'\'' '\'';'\'' '\''cargo machete'\'' '\'';'\'' '\''cargo doc --no-deps --features "mirror_release"'\'' '\'';'\'' '\''cargo clippy --features "mirror_release"'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''ls -a ../'\'' '\'';'\'' '\''mkdir -p ~/.cargo && cp ../credentials ~/.cargo'\'' '\'';'\'' '\''cargo --color=never publish -p github-mirror'\'' '\'';'\'' '\''cargo --color=never publish -p fakehub-server --features "mirror_release"'\'' '\'';'\'' '\''cargo --color=never publish -p fakehub'\'' '\'';'\'' )' --env=head_branch=master --env=author=h1alexbel --hostname=docker --privileged --net=host --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-GM0g/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=h1alexbel_fakehub_189 h1alexbel/rultor-rust-image:0.0.4 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
/root/.profile: line 10: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8export): No such file or directory
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8export)
+ 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 r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cargo /root/.launchpadlib /root/.m2 /root/.profile /root/.rustup /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:h1alexbel/fakehub.git' ; export 'tag=0.0.8' ; export 'head_branch=master' ; export 'author=h1alexbel' ; rustup install nightly-x86_64-unknown-linux-gnu ; rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt ; sudo npm install @openapitools/openapi-generator-cli@2.13.7 -g ; cargo install cargo-machete ; cargo install killport ; export RULTOR=true ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" server/Cargo.toml ; sed -i -e "s/^version = \"0.0.0\"/version = \"${tag}\"/" cli/Cargo.toml ; sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"0.0.0\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/" cli/Cargo.toml ; just gen ; sed -i -e "s/^name = \"openapi\"/name = \"github-mirror\"/" github-mirror/Cargo.toml ; sed -i -e "s/^version = \".*\"/version = \"${tag}\"/" github-mirror/Cargo.toml ; sed -i -e "s/^openapi = { path = \"..\/github-mirror\", version = \"1.1.4\" }/github-mirror = { path = \"..\/github-mirror\", version = \"${tag}\" }/" server/Cargo.toml ; sed -i -e "s/^fakehub-server = { path = \"..\/server\", version = \"${tag}\" }/fakehub-server = { path = \"..\/server\", version = \"${tag}\", features = [\"mirror_release\"] }/" cli/Cargo.toml ; cargo build --features "mirror_release" ; cargo --color=never test --features "mirror_release" ; cargo +nightly fmt --check -- --color=never ; cargo machete ; cargo doc --no-deps --features "mirror_release" ; cargo clippy --features "mirror_release" ; git add . ; git commit -am "${tag}" ; ls -a ../ ; mkdir -p ~/.cargo && cp ../credentials ~/.cargo ; cargo --color=never publish -p github-mirror ; cargo --color=never publish -p fakehub-server --features "mirror_release" ; cargo --color=never publish -p fakehub ;
+ su --login r --command /home/r/script.sh
/home/r/.profile: line 10: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8export): No such file or directory
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8export)
/home/r/.profile: line 10: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8export)
0m1minfo: 0msyncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
0m1minfo: 0mlatest update on 2024-10-07, rust version 1.83.0-nightly (55a22d2a6 2024-10-06)
0m1minfo: 0mdownloading component 'cargo'
0m1minfo: 0mdownloading component 'clippy'
0m1minfo: 0mdownloading component 'rust-docs'
0m1minfo: 0mdownloading component 'rust-std'
0m1minfo: 0mdownloading component 'rustc'
 69.7 MiB /  69.7 MiB (100 %)  14.3/MiB/s in E5s:ETA:no0s
0m1minfo: 0mdownloading component 'rustfmt'
0m1minfo: 0minstalling component 'cargo'
  8.6 MiB /   8.6 MiB (100 %)   2.8/MiB/s in E3s:ETA:no0s
0m1minfo: 0minstalling component 'clippy'
  2.7 MiB /   2.7 MiB (100 %)   2.0/MiB/s in E1s:ETA:no0s
0m1minfo: 0minstalling component 'rust-docs'
 16.4 MiB /  16.4 MiB (100 %) 931.3/MiB/s in 20s:ETA:n10s
0m1minfo: 0minstalling component 'rust-std'
 28.5 MiB /  28.5 MiB (100 %)   2.7/MiB/s in 11s:ETA:no0s
0m1minfo: 0minstalling component 'rustc'
 69.7 MiB /  69.7 MiB (100 %)   2.9/MiB/s in 27s:ETA:n10s
0m1minfo: 0minstalling component 'rustfmt'

  0m1m0m1m32mnightly-x86_64-unknown-linux-gnu installed0m - rustc 1.83.0-nightly (55a22d2a6 2024-10-06)

0m1minfo: 0mchecking for self-update
0m33m0m1m33mwarning: 0mtool `rust-analyzer` is already installed, remove it from `/home/r/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
0m33m0m1m33mwarning: 0mtool `rustfmt` is already installed, remove it from `/home/r/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
0m33m0m1m33mwarning: 0mtool `cargo-fmt` is already installed, remove it from `/home/r/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
0m1minfo: 0mcomponent 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
sudo: unable to resolve host docker: Temporary failure in name resolution
-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8export)
/root/.profile: line 10: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8export)
1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K1mnpm22m 33mwarn39m 94mdeprecated39m inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
1G0K/1G0K1mnpm22m 33mwarn39m 94mdeprecated39m glob@7.2.3: Glob versions prior to v9 are no longer supported
1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K-1G0K\1G0K|1G0K/1G0K
added 118 packages in 1m
1G0K/1G0K
1G0K/1G0K23 packages are looking for funding
1G0K-1G0K  run `npm fund` for details
1G0K-1G0K1mnpm22m 96mnotice39m
1mnpm22m 96mnotice39m New 33mminor39m version of npm available! 33m10.7.039m -> 34m10.9.039m
1mnpm22m 96mnotice39m Changelog: 34mhttps://github.com/npm/cli/releases/tag/v10.9.039m
1mnpm22m 96mnotice39m To update run: 4mnpm install -g npm@10.9.024m
1mnpm22m 96mnotice39m
1G0K-1G0K1m32m    Updating0m crates.io index
1m32m Downloading0m crates ...
1m32m  Downloaded0m cargo-machete v0.7.0
1m32m  Installing0m cargo-machete v0.7.0
1m32m    Updating0m crates.io index
1m32m     Locking0m 75 packages to latest compatible versions
1m36m      Adding0m env_logger v0.10.2 1m33m(latest: v0.11.5)0m
1m36m      Adding0m windows-sys v0.52.0 1m33m(latest: v0.59.0)0m
1m32m Downloading0m crates ...
1m32m  Downloaded0m anyhow v1.0.89
1m32m  Downloaded0m globset v0.4.15
1m32m  Downloaded0m is-terminal v0.4.13
1m32m  Downloaded0m toml_datetime v0.6.8
1m32m  Downloaded0m walkdir v2.5.0
1m32m  Downloaded0m grep-searcher v0.1.14
1m32m  Downloaded0m grep-regex v0.1.13
1m32m  Downloaded0m grep-printer v0.2.2
1m32m  Downloaded0m pretty_env_logger v0.5.0
1m32m  Downloaded0m log v0.4.22
1m32m  Downloaded0m ignore v0.4.23
1m32m  Downloaded0m grep-matcher v0.1.7
1m32m  Downloaded0m env_logger v0.10.2
1m32m  Downloaded0m toml v0.8.19
1m32m  Downloaded0m indexmap v2.6.0
1m32m  Downloaded0m argh v0.1.12
1m32m  Downloaded0m encoding_rs_io v0.1.7
1m32m  Downloaded0m either v1.13.0
1m32m  Downloaded0m toml_edit v0.22.22
1m32m  Downloaded0m cargo_toml v0.20.5
1m32m  Downloaded0m hashbrown v0.15.0
1m32m  Downloaded0m winnow v0.6.20
1m32m  Downloaded0m rayon v1.10.0
1m32m  Downloaded0m cargo_metadata v0.18.1
1m32m  Downloaded0m argh_derive v0.1.12
1m32m  Downloaded0m thiserror-impl v1.0.64
1m32m  Downloaded0m thiserror v1.0.64
1m32m  Downloaded0m syn v2.0.79
1m32m  Downloaded0m regex v1.11.0
1m32m  Downloaded0m termcolor v1.4.1
1m32m  Downloaded0m serde_spanned v0.6.8
1m32m  Downloaded0m same-file v1.0.6
1m32m  Downloaded0m regex-syntax v0.8.5
1m32m  Downloaded0m humantime v2.1.0
1m32m  Downloaded0m grep-cli v0.1.11
1m32m  Downloaded0m grep v0.3.2
1m32m  Downloaded0m equivalent v1.0.1
1m32m  Downloaded0m cargo-platform v0.1.8
1m32m  Downloaded0m argh_shared v0.1.12
1m32m  Downloaded0m regex-automata v0.4.8
1m32m  Downloaded0m libc v0.2.159
1m32m  Downloaded0m encoding_rs v0.8.34
1m32m   Compiling0m proc-macro2 v1.0.86
1m32m   Compiling0m unicode-ident v1.0.13
1m32m   Compiling0m quote v1.0.37
1m32m   Compiling0m syn v2.0.79
1m32m   Compiling0m serde v1.0.210
1m32m   Compiling0m serde_derive v1.0.210
1m32m   Compiling0m memchr v2.7.4
1m32m   Compiling0m aho-corasick v1.1.3
1m32m   Compiling0m regex-syntax v0.8.5
1m32m   Compiling0m regex-automata v0.4.8
1m32m   Compiling0m libc v0.2.159
1m32m   Compiling0m log v0.4.22
1m32m   Compiling0m bstr v1.10.0
1m32m   Compiling0m crossbeam-utils v0.8.20
1m32m   Compiling0m serde_json v1.0.128
1m32m   Compiling0m cfg-if v1.0.0
1m32m   Compiling0m termcolor v1.4.1
1m32m   Compiling0m encoding_rs v0.8.34
1m32m   Compiling0m crossbeam-epoch v0.9.18
1m32m   Compiling0m grep-matcher v0.1.7
1m32m   Compiling0m hashbrown v0.15.0
1m32m   Compiling0m itoa v1.0.11
1m32m   Compiling0m ryu v1.0.18
1m32m   Compiling0m equivalent v1.0.1
1m32m   Compiling0m indexmap v2.6.0
1m32m   Compiling0m crossbeam-deque v0.8.5
1m32m   Compiling0m encoding_rs_io v0.1.7
1m32m   Compiling0m globset v0.4.15
1m32m   Compiling0m memmap2 v0.9.5
1m32m   Compiling0m serde_spanned v0.6.8
1m32m   Compiling0m toml_datetime v0.6.8
1m32m   Compiling0m camino v1.1.9
1m32m   Compiling0m winnow v0.6.20
1m32m   Compiling0m semver v1.0.23
1m32m   Compiling0m rayon-core v1.12.1
1m32m   Compiling0m thiserror v1.0.64
1m32m   Compiling0m toml_edit v0.22.22
1m32m   Compiling0m grep-searcher v0.1.14
1m32m   Compiling0m argh_shared v0.1.12
1m32m   Compiling0m is-terminal v0.4.13
1m32m   Compiling0m regex v1.11.0
1m32m   Compiling0m thiserror-impl v1.0.64
1m32m   Compiling0m anyhow v1.0.89
1m32m   Compiling0m humantime v2.1.0
1m32m   Compiling0m same-file v1.0.6
1m32m   Compiling0m walkdir v2.5.0
1m32m   Compiling0m env_logger v0.10.2
1m32m   Compiling0m argh_derive v0.1.12
1m32m   Compiling0m grep-printer v0.2.2
1m32m   Compiling0m toml v0.8.19
1m32m   Compiling0m grep-cli v0.1.11
1m32m   Compiling0m grep-regex v0.1.13
1m32m   Compiling0m cargo-platform v0.1.8
1m32m   Compiling0m either v1.13.0
1m32m   Compiling0m rayon v1.10.0
1m32m   Compiling0m argh v0.1.12
1m32m   Compiling0m cargo_metadata v0.18.1
1m32m   Compiling0m grep v0.3.2
1m32m   Compiling0m cargo_toml v0.20.5
1m32m   Compiling0m pretty_env_logger v0.5.0
1m32m   Compiling0m ignore v0.4.23
1m32m   Compiling0m cargo-machete v0.7.0
1m32m    Finished0m `release` profile [optimized] target(s) in 11m 12s
1m32m  Installing0m /home/r/.cargo/bin/cargo-machete
1m32m   Installed0m package `cargo-machete v0.7.0` (executable `cargo-machete`)
1m32m    Updating0m crates.io index
1m32m Downloading0m crates ...
1m32m  Downloaded0m killport v1.1.0
1m32m  Installing0m killport v1.1.0
1m32m    Updating0m crates.io index
1m32m     Locking0m 156 packages to latest compatible versions
1m36m      Adding0m bollard v0.16.1 1m33m(latest: v0.17.1)0m
1m36m      Adding0m bollard-stubs v1.44.0-rc.2 1m33m(latest: v1.44.0-rc.26.0.1)0m
1m36m      Adding0m cfg_aliases v0.1.1 1m33m(latest: v0.2.1)0m
1m36m      Adding0m hashbrown v0.12.3 1m33m(latest: v0.15.0)0m
1m36m      Adding0m hermit-abi v0.3.9 1m33m(latest: v0.4.0)0m
1m36m      Adding0m idna v0.5.0 1m33m(latest: v1.0.2)0m
1m36m      Adding0m indexmap v1.9.3 1m33m(latest: v2.6.0)0m
1m36m      Adding0m linux-raw-sys v0.4.14 1m33m(latest: v0.6.5)0m
1m36m      Adding0m nix v0.28.0 1m33m(latest: v0.29.0)0m
1m36m      Adding0m procfs v0.16.0 1m33m(latest: v0.17.0)0m
1m36m      Adding0m procfs-core v0.16.0 1m33m(latest: v0.17.0)0m
1m36m      Adding0m rustc-hash v1.1.0 1m33m(latest: v2.0.0)0m
1m36m      Adding0m wasi v0.11.0+wasi-snapshot-preview1 1m33m(latest: v0.13.2+wasi-0.2.1)0m
1m36m      Adding0m windows-core v0.52.0 1m33m(latest: v0.58.0)0m
1m36m      Adding0m windows-sys v0.52.0 1m33m(latest: v0.59.0)0m
1m32m Downloading0m crates ...
1m32m  Downloaded0m cfg_aliases v0.1.1
1m32m  Downloaded0m bollard-stubs v1.44.0-rc.2
1m32m  Downloaded0m num-conv v0.1.0
1m32m  Downloaded0m http-body v1.0.1
1m32m  Downloaded0m autocfg v1.4.0
1m32m  Downloaded0m crc32fast v1.4.2
1m32m  Downloaded0m futures-task v0.3.31
1m32m  Downloaded0m pin-utils v0.1.0
1m32m  Downloaded0m hex v0.4.3
1m32m  Downloaded0m futures-sink v0.3.31
1m32m  Downloaded0m want v0.3.1
1m32m  Downloaded0m futures-channel v0.3.31
1m32m  Downloaded0m try-lock v0.2.5
1m32m  Downloaded0m tower-service v0.3.3
1m32m  Downloaded0m powerfmt v0.2.0
1m32m  Downloaded0m deranged v0.3.11
1m32m  Downloaded0m env_logger v0.11.5
1m32m  Downloaded0m serde_urlencoded v0.7.1
1m32m  Downloaded0m pin-project-lite v0.2.14
1m32m  Downloaded0m serde_repr v0.1.19
1m32m  Downloaded0m lazy_static v1.5.0
1m32m  Downloaded0m httparse v1.9.5
1m32m  Downloaded0m slab v0.4.9
1m32m  Downloaded0m clap v4.5.19
1m32m  Downloaded0m time-macros v0.2.18
1m32m  Downloaded0m smallvec v1.13.2
1m32m  Downloaded0m once_cell v1.20.2
1m32m  Downloaded0m miniz_oxide v0.8.0
1m32m  Downloaded0m tinyvec_macros v0.1.1
1m32m  Downloaded0m tinyvec v1.8.0
1m32m  Downloaded0m bytes v1.7.2
1m32m  Downloaded0m socket2 v0.5.7
1m32m  Downloaded0m indexmap v1.9.3
1m32m  Downloaded0m hyper-util v0.1.9
1m32m  Downloaded0m tracing-core v0.1.32
1m32m  Downloaded0m procfs v0.16.0
1m32m  Downloaded0m unicode-bidi v0.3.17
1m32m  Downloaded0m base64 v0.22.1
1m32m  Downloaded0m url v2.5.2
1m32m  Downloaded0m flate2 v1.0.34
1m32m  Downloaded0m tracing v0.1.40
1m32m  Downloaded0m http v1.1.0
1m32m  Downloaded0m tokio-util v0.7.12
1m32m  Downloaded0m unicode-normalization v0.1.24
1m32m  Downloaded0m futures-util v0.3.31
1m32m  Downloaded0m clap_builder v4.5.19
1m32m  Downloaded0m serde_with v3.11.0
1m32m  Downloaded0m hyper v1.4.1
1m32m  Downloaded0m time v0.3.36
1m32m  Downloaded0m idna v0.5.0
1m32m  Downloaded0m bollard v0.16.1
1m32m  Downloaded0m nix v0.28.0
1m32m  Downloaded0m hashbrown v0.12.3
1m32m  Downloaded0m procfs-core v0.16.0
1m32m  Downloaded0m mio v1.0.2
1m32m  Downloaded0m time-core v0.1.2
1m32m  Downloaded0m futures-core v0.3.31
1m32m  Downloaded0m form_urlencoded v1.2.1
1m32m  Downloaded0m clap_derive v4.5.18
1m32m  Downloaded0m futures-macro v0.3.31
1m32m  Downloaded0m fnv v1.0.7
1m32m  Downloaded0m hyperlocal-next v0.9.0
1m32m  Downloaded0m http-body-util v0.1.2
1m32m  Downloaded0m adler2 v2.0.0
1m32m  Downloaded0m env_filter v0.1.2
1m32m  Downloaded0m clap-verbosity-flag v2.2.2
1m32m  Downloaded0m tokio v1.40.0
1m32m   Compiling0m proc-macro2 v1.0.86
1m32m   Compiling0m unicode-ident v1.0.13
1m32m   Compiling0m quote v1.0.37
1m32m   Compiling0m syn v2.0.79
1m32m   Compiling0m autocfg v1.4.0
1m32m   Compiling0m libc v0.2.159
1m32m   Compiling0m itoa v1.0.11
1m32m   Compiling0m pin-project-lite v0.2.14
1m32m   Compiling0m bytes v1.7.2
1m32m   Compiling0m slab v0.4.9
1m32m   Compiling0m futures-core v0.3.31
1m32m   Compiling0m serde v1.0.210
1m32m   Compiling0m fnv v1.0.7
1m32m   Compiling0m memchr v2.7.4
1m32m   Compiling0m http v1.1.0
1m32m   Compiling0m socket2 v0.5.7
1m32m   Compiling0m mio v1.0.2
1m32m   Compiling0m serde_derive v1.0.210
1m32m   Compiling0m futures-macro v0.3.31
1m32m   Compiling0m futures-task v0.3.31
1m32m   Compiling0m pin-utils v0.1.0
1m32m   Compiling0m httparse v1.9.5
1m32m   Compiling0m utf8parse v0.2.2
1m32m   Compiling0m anstyle-parse v0.2.5
1m32m   Compiling0m futures-util v0.3.31
1m32m   Compiling0m tokio v1.40.0
1m32m   Compiling0m http-body v1.0.1
1m32m   Compiling0m num-traits v0.2.19
1m32m   Compiling0m anstyle v1.0.8
1m32m   Compiling0m is_terminal_polyfill v1.70.1
1m32m   Compiling0m tinyvec_macros v0.1.1
1m32m   Compiling0m once_cell v1.20.2
1m32m   Compiling0m anstyle-query v1.1.1
1m32m   Compiling0m try-lock v0.2.5
1m32m   Compiling0m colorchoice v1.0.2
1m32m   Compiling0m anstream v0.6.15
1m32m   Compiling0m want v0.3.1
1m32m   Compiling0m tracing-core v0.1.32
1m32m   Compiling0m tinyvec v1.8.0
1m32m   Compiling0m aho-corasick v1.1.3
1m32m   Compiling0m futures-channel v0.3.31
1m32m   Compiling0m bitflags v2.6.0
1m32m   Compiling0m log v0.4.22
1m32m   Compiling0m hex v0.4.3
1m32m   Compiling0m cfg-if v1.0.0
1m32m   Compiling0m regex-syntax v0.8.5
1m32m   Compiling0m smallvec v1.13.2
1m32m   Compiling0m percent-encoding v2.3.1
1m32m   Compiling0m form_urlencoded v1.2.1
1m32m   Compiling0m hyper v1.4.1
1m32m   Compiling0m regex-automata v0.4.8
1m32m   Compiling0m unicode-normalization v0.1.24
1m32m   Compiling0m tracing v0.1.40
1m32m   Compiling0m iana-time-zone v0.1.61
1m32m   Compiling0m strsim v0.11.1
1m32m   Compiling0m cfg_aliases v0.1.1
1m32m   Compiling0m rustix v0.38.37
1m32m   Compiling0m clap_lex v0.7.2
1m32m   Compiling0m thiserror v1.0.64
1m32m   Compiling0m tower-service v0.3.3
1m32m   Compiling0m unicode-bidi v0.3.17
1m32m   Compiling0m heck v0.5.0
1m32m   Compiling0m serde_json v1.0.128
1m32m   Compiling0m adler2 v2.0.0
1m32m   Compiling0m ryu v1.0.18
1m32m   Compiling0m miniz_oxide v0.8.0
1m32m   Compiling0m clap_derive v4.5.18
1m32m   Compiling0m idna v0.5.0
1m32m   Compiling0m hyper-util v0.1.9
1m32m   Compiling0m clap_builder v4.5.19
1m32m   Compiling0m nix v0.28.0
1m32m   Compiling0m chrono v0.4.38
1m32m   Compiling0m regex v1.11.0
1m32m   Compiling0m crc32fast v1.4.2
1m32m   Compiling0m http-body-util v0.1.2
1m32m   Compiling0m serde_with v3.11.0
1m32m   Compiling0m serde_repr v0.1.19
1m32m   Compiling0m thiserror-impl v1.0.64
1m32m   Compiling0m linux-raw-sys v0.4.14
1m32m   Compiling0m futures-sink v0.3.31
1m32m   Compiling0m procfs v0.16.0
1m32m   Compiling0m tokio-util v0.7.12
1m32m   Compiling0m bollard-stubs v1.44.0-rc.2
1m32m   Compiling0m hyperlocal-next v0.9.0
1m32m   Compiling0m flate2 v1.0.34
1m32m   Compiling0m env_filter v0.1.2
1m32m   Compiling0m procfs-core v0.16.0
1m32m   Compiling0m clap v4.5.19
1m32m   Compiling0m url v2.5.2
1m32m   Compiling0m serde_urlencoded v0.7.1
1m32m   Compiling0m humantime v2.1.0
1m32m   Compiling0m lazy_static v1.5.0
1m32m   Compiling0m base64 v0.22.1
1m32m   Compiling0m bollard v0.16.1
1m32m   Compiling0m env_logger v0.11.5
1m32m   Compiling0m clap-verbosity-flag v2.2.2
1m32m   Compiling0m killport v1.1.0
1m32m    Finished0m `release` profile [optimized] target(s) in 12m 41s
1m32m  Installing0m /home/r/.cargo/bin/killport
1m32m   Installed0m package `killport v1.1.0` (executable `killport`)
1mcd github-mirror && ${RULTOR:+sudo} openapi-generator-cli generate -i github.yml -g rust -o .0m
sudo: unable to resolve host docker: Temporary failure in name resolution
33mDownload 7.8.0 ...39m
32mDownloaded 7.8.039m
32mDid set selected version to 7.8.039m
[main] WARN  o.o.codegen.DefaultCodegen - Generation using 3.1.0 specs is in development and is not officially supported yet. If you would like to expedite development, please consider woking on the open issues in the 3.1.0 project: https://github.com/orgs/OpenAPITools/projects/4/views/1 and reach out to our team on Slack at https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g
[main] INFO  o.o.codegen.DefaultGenerator - Generating with dryRun=false
[main] INFO  o.o.c.ignore.CodegenIgnoreProcessor - No .openapi-generator-ignore file found.
[main] INFO  o.o.codegen.DefaultGenerator - OpenAPI Generator: rust (client)
[main] INFO  o.o.codegen.DefaultGenerator - Generator 'rust' is considered stable.
[main] INFO  o.o.codegen.InlineModelResolver - Inline schema created as meta_root_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings meta_root_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings meta_root_200_response=NewModel,ModelA=NewModelA in CLI).
[main] WARN  o.o.codegen.DefaultCodegen - Generation using 3.1.0 specs is in development and is not officially supported yet. If you would like to expedite development, please consider woking on the open issues in the 3.1.0 project: https://github.com/orgs/OpenAPITools/projects/4/views/1 and reach out to our team on Slack at https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./src/models/meta_root_200_response.rs
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./docs/MetaRoot200Response.md
[main] WARN  o.o.c.languages.AbstractRustCodegen - meta/root cannot be used as a method name. Renamed to meta_slash_root
[main] WARN  o.o.c.languages.AbstractRustCodegen - ApplicationJson cannot be used as a model name. Renamed to ApplicationSlashJson
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./src/apis/meta_api.rs
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./docs/MetaApi.md
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./README.md
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./git_push.sh
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./.gitignore
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./.travis.yml
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./src/models/mod.rs
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./src/lib.rs
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./Cargo.toml
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./src/apis/mod.rs
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./src/apis/configuration.rs
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./.openapi-generator-ignore
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./.openapi-generator/VERSION
[main] INFO  o.o.codegen.TemplateManager - writing file /home/r/repo/github-mirror/./.openapi-generator/FILES
################################################################################
# Thanks for using OpenAPI Generator.                                          #
# Please consider donation to help us maintain this project ?                 #
# https://opencollective.com/openapi_generator/donate                          #
################################################################################
1m32m    Updating0m crates.io index
1m32m     Locking0m 237 packages to latest compatible versions
1m36m      Adding0m aho-corasick v0.6.10 1m33m(latest: v1.1.3)0m
1m36m      Adding0m core-foundation v0.9.4 1m33m(latest: v0.10.0)0m
1m36m      Adding0m foreign-types v0.3.2 1m33m(latest: v0.5.0)0m
1m36m      Adding0m foreign-types-shared v0.1.1 1m33m(latest: v0.3.1)0m
1m36m      Adding0m hashbrown v0.12.3 1m33m(latest: v0.15.0)0m
1m36m      Adding0m hermit-abi v0.3.9 1m33m(latest: v0.4.0)0m
1m36m      Adding0m idna v0.5.0 1m33m(latest: v1.0.2)0m
1m36m      Adding0m indexmap v1.9.3 1m33m(latest: v2.6.0)0m
1m36m      Adding0m linux-raw-sys v0.4.14 1m33m(latest: v0.6.5)0m
1m36m      Adding0m matchit v0.7.3 1m33m(latest: v0.8.4)0m
1m36m      Adding0m nu-ansi-term v0.46.0 1m33m(latest: v0.50.1)0m
1m36m      Adding0m num v0.1.42 1m33m(latest: v0.4.3)0m
1m36m      Adding0m num-bigint v0.1.44 1m33m(latest: v0.4.6)0m
1m36m      Adding0m num-complex v0.1.43 1m33m(latest: v0.4.6)0m
1m36m      Adding0m num-rational v0.1.42 1m33m(latest: v0.4.2)0m
1m36m      Adding0m rand v0.4.6 1m33m(latest: v0.8.5)0m
1m36m      Adding0m rand_core v0.3.1 1m33m(latest: v0.6.4)0m
1m36m      Adding0m rand_core v0.4.2 1m33m(latest: v0.6.4)0m
1m36m      Adding0m rdrand v0.4.0 1m33m(latest: v0.8.3)0m
1m36m      Adding0m regex v0.2.11 1m33m(latest: v1.11.0)0m
1m36m      Adding0m regex-syntax v0.5.6 1m33m(latest: v0.8.5)0m
1m36m      Adding0m security-framework v2.11.1 1m33m(latest: v3.0.0)0m
1m36m      Adding0m syn v1.0.109 1m33m(latest: v2.0.79)0m
1m36m      Adding0m sync_wrapper v0.1.2 1m33m(latest: v1.0.1)0m
1m36m      Adding0m termtree v0.4.1 1m33m(latest: v0.5.1)0m
1m36m      Adding0m thread_local v0.3.6 1m33m(latest: v1.1.8)0m
1m36m      Adding0m ucd-util v0.1.10 1m33m(latest: v0.2.2)0m
1m36m      Adding0m wasi v0.11.0+wasi-snapshot-preview1 1m33m(latest: v0.13.2+wasi-0.2.1)0m
1m36m      Adding0m windows-core v0.52.0 1m33m(latest: v0.58.0)0m
1m36m      Adding0m windows-registry v0.2.0 1m33m(latest: v0.3.0)0m
1m36m      Adding0m windows-strings v0.1.0 1m33m(latest: v0.2.0)0m
1m36m      Adding0m windows-sys v0.52.0 1m33m(latest: v0.59.0)0m
1m36m      Adding0m zerocopy v0.7.35 1m33m(latest: v0.8.2)0m
1m36m      Adding0m zerocopy-derive v0.7.35 1m33m(latest: v0.8.2)0m
1m32m Downloading0m crates ...
1m32m  Downloaded0m atomic-waker v1.1.2
1m32m  Downloaded0m md5 v0.7.0
1m32m  Downloaded0m defer v0.2.1
1m32m  Downloaded0m num-iter v0.1.45
1m32m  Downloaded0m foreign-types v0.3.2
1m32m  Downloaded0m testing_logger v0.1.1
1m32m  Downloaded0m openssl-probe v0.1.5
1m32m  Downloaded0m nu-ansi-term v0.46.0
1m32m  Downloaded0m mime v0.3.17
1m32m  Downloaded0m hyper-tls v0.6.0
1m32m  Downloaded0m sync_wrapper v1.0.1
1m32m  Downloaded0m clap_complete v4.5.32
1m32m  Downloaded0m thread_local v1.1.8
1m32m  Downloaded0m unicase v2.7.0
1m32m  Downloaded0m foreign-types-shared v0.1.1
1m32m  Downloaded0m tokio-native-tls v0.3.1
1m32m  Downloaded0m axum-core v0.4.5
1m32m  Downloaded0m zeroize v1.8.1
1m32m  Downloaded0m serde_path_to_error v0.1.16
1m32m  Downloaded0m num-complex v0.1.43
1m32m  Downloaded0m tower-layer v0.3.3
1m32m  Downloaded0m openssl-macros v0.1.1
1m32m  Downloaded0m clap_complete_nushell v4.5.3
1m32m  Downloaded0m async-trait v0.1.83
1m32m  Downloaded0m sync_wrapper v0.1.2
1m32m  Downloaded0m thread_local v0.3.6
1m32m  Downloaded0m subtle v2.6.1
1m32m  Downloaded0m num-integer v0.1.46
1m32m  Downloaded0m num v0.1.42
1m32m  Downloaded0m httpdate v1.0.3
1m32m  Downloaded0m tagrs v0.0.2
1m32m  Downloaded0m utf8-ranges v1.0.5
1m32m  Downloaded0m parameterized-macro v2.0.0
1m32m  Downloaded0m untrusted v0.9.0
1m32m  Downloaded0m tracing-log v0.2.0
1m32m  Downloaded0m pkg-config v0.3.31
1m32m  Downloaded0m parameterized v2.0.0
1m32m  Downloaded0m aho-corasick v0.6.10
1m32m  Downloaded0m uuid-macro-internal v1.10.0
1m32m  Downloaded0m tracing-attributes v0.1.27
1m32m  Downloaded0m rustc-serialize v0.3.25
1m32m  Downloaded0m num-bigint v0.1.44
1m32m  Downloaded0m ipnet v2.10.1
1m32m  Downloaded0m hyper-rustls v0.27.3
1m32m  Downloaded0m tokio-rustls v0.26.0
1m32m  Downloaded0m tokio-macros v2.4.0
1m32m  Downloaded0m ucd-util v0.1.10
1m32m  Downloaded0m rustls-pemfile v2.2.0
1m32m  Downloaded0m spin v0.9.8
1m32m  Downloaded0m rustls-pki-types v1.9.0
1m32m  Downloaded0m num-rational v0.1.42
1m32m  Downloaded0m matchit v0.7.3
1m32m  Downloaded0m sharded-slab v0.1.7
1m32m  Downloaded0m rand v0.4.6
1m32m  Downloaded0m cc v1.1.28
1m32m  Downloaded0m openssl-sys v0.9.103
1m32m  Downloaded0m tower v0.5.1
1m32m  Downloaded0m native-tls v0.2.12
1m32m  Downloaded0m reqwest v0.12.8
1m32m  Downloaded0m h2 v0.4.6
1m32m  Downloaded0m tracing-subscriber v0.3.18
1m32m  Downloaded0m rustls-webpki v0.102.8
1m32m  Downloaded0m vcpkg v0.2.15
1m32m  Downloaded0m regex v0.2.11
1m32m  Downloaded0m axum v0.7.7
1m32m  Downloaded0m regex-syntax v0.5.6
1m32m  Downloaded0m openssl v0.10.66
1m32m  Downloaded0m overload v0.1.1
1m32m  Downloaded0m rustls v0.23.14
1m32m  Downloaded0m mime_guess v2.0.5
1m32m  Downloaded0m hamcrest v0.1.5
1m32m  Downloaded0m ring v0.17.8
1m32m   Compiling0m proc-macro2 v1.0.86
1m32m   Compiling0m unicode-ident v1.0.13
1m32m   Compiling0m quote v1.0.37
1m32m   Compiling0m syn v2.0.79
1m32m   Compiling0m libc v0.2.159
1m32m   Compiling0m autocfg v1.4.0
1m32m   Compiling0m once_cell v1.20.2
1m32m   Compiling0m log v0.4.22
1m32m   Compiling0m pin-project-lite v0.2.14
1m32m   Compiling0m bytes v1.7.2
1m32m   Compiling0m futures-core v0.3.31
1m32m   Compiling0m itoa v1.0.11
1m32m   Compiling0m cfg-if v1.0.0
1m32m   Compiling0m tracing-core v0.1.32
1m32m   Compiling0m shlex v1.3.0
1m32m   Compiling0m cc v1.1.28
1m32m   Compiling0m num-traits v0.2.19
1m32m   Compiling0m mio v1.0.2
1m32m   Compiling0m socket2 v0.5.7
1m32m   Compiling0m tokio-macros v2.4.0
1m32m   Compiling0m fnv v1.0.7
1m32m   Compiling0m memchr v2.7.4
1m32m   Compiling0m vcpkg v0.2.15
1m32m   Compiling0m pkg-config v0.3.31
1m32m   Compiling0m openssl-sys v0.9.103
1m32m   Compiling0m http v1.1.0
1m32m   Compiling0m tokio v1.40.0
1m32m   Compiling0m tracing-attributes v0.1.27
1m32m   Compiling0m futures-task v0.3.31
1m32m   Compiling0m pin-utils v0.1.0
1m32m   Compiling0m futures-util v0.3.31
1m32m   Compiling0m tracing v0.1.40
1m32m   Compiling0m slab v0.4.9
1m32m   Compiling0m serde v1.0.210
1m32m   Compiling0m http-body v1.0.1
1m32m   Compiling0m serde_derive v1.0.210
1m32m   Compiling0m httparse v1.9.5
1m32m   Compiling0m version_check v0.9.5
1m32m   Compiling0m hashbrown v0.15.0
1m32m   Compiling0m equivalent v1.0.1
1m32m   Compiling0m futures-sink v0.3.31
1m32m   Compiling0m tokio-util v0.7.12
1m32m   Compiling0m indexmap v2.6.0
1m32m   Compiling0m unicase v2.7.0
1m32m   Compiling0m tower-service v0.3.3
1m32m   Compiling0m openssl v0.10.66
1m32m   Compiling0m try-lock v0.2.5
1m32m   Compiling0m foreign-types-shared v0.1.1
1m32m   Compiling0m atomic-waker v1.1.2
1m32m   Compiling0m smallvec v1.13.2
1m32m   Compiling0m h2 v0.4.6
1m32m   Compiling0m foreign-types v0.3.2
1m32m   Compiling0m want v0.3.1
1m32m   Compiling0m num-integer v0.1.46
1m32m   Compiling0m futures-channel v0.3.31
1m32m   Compiling0m openssl-macros v0.1.1
1m32m   Compiling0m zerocopy-derive v0.7.35
1m32m   Compiling0m lazy_static v1.5.0
1m32m   Compiling0m httpdate v1.0.3
1m32m   Compiling0m native-tls v0.2.12
1m32m   Compiling0m byteorder v1.5.0
1m32m   Compiling0m rustc-serialize v0.3.25
1m32m   Compiling0m utf8parse v0.2.2
1m32m   Compiling0m percent-encoding v2.3.1
1m32m   Compiling0m tinyvec_macros v0.1.1
1m32m   Compiling0m bitflags v2.6.0
1m32m   Compiling0m tinyvec v1.8.0
1m32m   Compiling0m form_urlencoded v1.2.1
1m32m   Compiling0m anstyle-parse v0.2.5
1m32m   Compiling0m zerocopy v0.7.35
1m32m   Compiling0m hyper v1.4.1
1m32m   Compiling0m http-body-util v0.1.2
1m32m   Compiling0m getrandom v0.2.15
1m32m   Compiling0m rand v0.4.6
1m32m   Compiling0m anstyle v1.0.8
1m32m   Compiling0m serde_json v1.0.128
1m32m   Compiling0m openssl-probe v0.1.5
1m32m   Compiling0m ryu v1.0.18
1m32m   Compiling0m is_terminal_polyfill v1.70.1
1m32m   Compiling0m anstyle-query v1.1.1
1m32m   Compiling0m colorchoice v1.0.2
1m32m   Compiling0m mime v0.3.17
1m32m   Compiling0m anstream v0.6.15
1m32m   Compiling0m num-bigint v0.1.44
1m32m   Compiling0m rand_core v0.6.4
1m32m   Compiling0m mime_guess v2.0.5
1m32m   Compiling0m hyper-util v0.1.9
1m32m   Compiling0m ppv-lite86 v0.2.20
1m32m   Compiling0m unicode-normalization v0.1.24
1m32m   Compiling0m sync_wrapper v1.0.1
1m32m   Compiling0m indexmap v1.9.3
1m32m   Compiling0m unicode-bidi v0.3.17
1m32m   Compiling0m heck v0.5.0
1m32m   Compiling0m strsim v0.11.1
1m32m   Compiling0m ucd-util v0.1.10
1m32m   Compiling0m rustversion v1.0.17
1m32m   Compiling0m regex v0.2.11
1m32m   Compiling0m clap_lex v0.7.2
1m32m   Compiling0m clap_builder v4.5.19
1m32m   Compiling0m regex-syntax v0.5.6
1m32m   Compiling0m clap_derive v4.5.18
1m32m   Compiling0m idna v0.5.0
1m32m   Compiling0m rand_chacha v0.3.1
1m32m   Compiling0m num-rational v0.1.42
1m32m   Compiling0m tokio-native-tls v0.3.1
1m32m   Compiling0m serde_urlencoded v0.7.1
1m32m   Compiling0m num-complex v0.1.43
1m32m   Compiling0m thread_local v0.3.6
1m32m   Compiling0m num-iter v0.1.45
1m32m   Compiling0m aho-corasick v0.6.10
1m32m   Compiling0m rustls-pki-types v1.9.0
1m32m   Compiling0m anyhow v1.0.89
1m32m   Compiling0m utf8-ranges v1.0.5
1m32m   Compiling0m tower-layer v0.3.3
1m32m   Compiling0m hashbrown v0.12.3
1m32m   Compiling0m rustls-pemfile v2.2.0
1m32m   Compiling0m num v0.1.42
1m32m   Compiling0m hyper-tls v0.6.0
1m32m   Compiling0m rand v0.8.5
1m32m   Compiling0m url v2.5.2
1m32m   Compiling0m clap v4.5.19
1m32m   Compiling0m aho-corasick v1.1.3
1m32m   Compiling0m encoding_rs v0.8.34
1m32m   Compiling0m uuid-macro-internal v1.10.0
1m32m   Compiling0m async-trait v0.1.83
1m32m   Compiling0m ipnet v2.10.1
1m32m   Compiling0m syn v1.0.109
1m32m   Compiling0m sync_wrapper v0.1.2
1m32m   Compiling0m base64 v0.22.1
1m32m   Compiling0m regex-syntax v0.8.5
1m32m   Compiling0m regex-automata v0.4.8
1m32m   Compiling0m reqwest v0.12.8
1m32m   Compiling0m tower v0.5.1
1m32m   Compiling0m axum-core v0.4.5
1m32m   Compiling0m uuid v1.10.0
1m32m   Compiling0m hamcrest v0.1.5
1m32m   Compiling0m parameterized-macro v2.0.0
1m32m   Compiling0m serde_path_to_error v0.1.16
1m32m   Compiling0m serde_repr v0.1.19
1m32m   Compiling0m iana-time-zone v0.1.61
1m32m   Compiling0m overload v0.1.1
1m32m   Compiling0m matchit v0.7.3
1m32m   Compiling0m axum v0.7.7
1m32m   Compiling0m nu-ansi-term v0.46.0
1m32m   Compiling0m chrono v0.4.38
1m32m   Compiling0m github-mirror v0.0.8 (/home/r/repo/github-mirror)
1m32m   Compiling0m parameterized v2.0.0
1m32m   Compiling0m regex v1.11.0
1m32m   Compiling0m clap_complete v4.5.32
1m32m   Compiling0m sharded-slab v0.1.7
1m32m   Compiling0m tracing-log v0.2.0
1m32m   Compiling0m thread_local v1.1.8
1m32m   Compiling0m testing_logger v0.1.1
1m32m   Compiling0m md5 v0.7.0
1m32m   Compiling0m roff v0.2.2
1m32m   Compiling0m clap_mangen v0.2.23
1m32m   Compiling0m fakehub-server v0.0.8 (/home/r/repo/server)
1m32m   Compiling0m tagrs v0.0.2
1m32m   Compiling0m tracing-subscriber v0.3.18
1m32m   Compiling0m clap_complete_nushell v4.5.3
1m32m   Compiling0m defer v0.2.1
1m32m   Compiling0m fakehub v0.0.8 (/home/r/repo/cli)
1m32m    Finished0m `dev` profile [unoptimized + debuginfo] target(s) in 9m 40s
1m33mwarning0m1m:0m the following packages contain code that will be rejected by a future version of Rust: num-bigint v0.1.44, num-complex v0.1.43, num-rational v0.1.42
1m36mnote0m1m:0m to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
 Downloading crates ...
  Downloaded wait-timeout v0.2.0
  Downloaded doc-comment v0.3.3
  Downloaded predicates-core v1.0.8
  Downloaded assert_cmd v2.0.16
  Downloaded predicates v3.1.2
  Downloaded difflib v0.4.0
  Downloaded termtree v0.4.1
  Downloaded predicates-tree v1.0.11
   Compiling predicates-core v1.0.8
   Compiling doc-comment v0.3.3
   Compiling termtree v0.4.1
   Compiling difflib v0.4.0
   Compiling assert_cmd v2.0.16
   Compiling predicates v3.1.2
   Compiling predicates-tree v1.0.11
   Compiling bstr v1.10.0
   Compiling wait-timeout v0.2.0
   Compiling fakehub v0.0.8 (/home/r/repo/cli)
   Compiling fakehub-server v0.0.8 (/home/r/repo/server)
   Compiling github-mirror v0.0.8 (/home/r/repo/github-mirror)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 22s
warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint v0.1.44, num-complex v0.1.43, num-rational v0.1.42
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
     Running unittests src/main.rs (target/debug/deps/fakehub-eedbf8c6402940d0)

running 0 tests

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

     Running tests/integration_test.rs (target/debug/deps/integration_test-b14450a925fef4ad)

running 5 tests
test tests::accepts_request_in_detached_mode ... 32mokBm
test tests::outputs_help ... 32mokBm
test tests::outputs_start_opts ... 32mokBm
test tests::runs_in_verbose_mode ... 33mignoredBm
test tests::starts_server ... 33mignoredBm

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

     Running tests/mod.rs (target/debug/deps/mod-cd3bf528bef2d67b)

running 5 tests
test integration_test::tests::accepts_request_in_detached_mode ... 32mokBm
test integration_test::tests::outputs_help ... 32mokBm
test integration_test::tests::outputs_start_opts ... 32mokBm
test integration_test::tests::runs_in_verbose_mode ... 33mignoredBm
test integration_test::tests::starts_server ... 33mignoredBm

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

     Running unittests src/lib.rs (target/debug/deps/fakehub_server-356c1a8fd1000555)

running 29 tests
test handlers::coordinates::tests::returns_bind_address ... 32mokBm
test handlers::coordinates::tests::returns_default_address ... 32mokBm
test handlers::coordinates::tests::returns_node_id ... 32mokBm
test handlers::cursor::tests::prints_current ... 32mokBm
test handlers::home::tests::returns_ok ... 32mokBm
test handlers::home::tests::returns_root_response ... 32mokBm
test handlers::node_id::tests::creates_node_id ... 32mokBm
test handlers::register_user::tests::panics_when_user_exists - should panic ... 32mokBm
test handlers::register_user::tests::registers_user ... 32mokBm
test handlers::register_user::tests::registers_with_extra_fields ... 32mokBm
test handlers::register_user::tests::returns_409_when_user_exists ... 32mokBm
test handlers::sh_cursor::tests::prints_formatted ... 32mokBm
test handlers::user::tests::returns_not_found ... 32mokBm
test handlers::user::tests::returns_user ... 32mokBm
test handlers::users::tests::returns_users ... 32mokBm
test objects::fakehub::tests::returns_coords ... 32mokBm
test objects::fakehub::tests::returns_default_fakehub_instance ... 32mokBm
test objects::fakehub::tests::returns_default_github ... 32mokBm
test objects::github::tests::adds_user ... 32mokBm
test objects::github::tests::returns_user_by_login ... 32mokBm
test objects::json::json_user::tests::prints_json ... 32mokBm
test objects::repo::tests::creates_repo ... 32mokBm
test objects::user::tests::panics_when_already_registered - should panic ... 32mokBm
test objects::user::tests::registers_in_github ... 32mokBm
test objects::user::tests::registers_on_instance_with_predefined_start ... 32mokBm
test objects::user::tests::registers_with_extra ... 32mokBm
test objects::user::tests::returns_username ... 32mokBm
test report::latex::tests::returns_template_content::case_0 ... 32mokBm
test tests::creates_the_server ... 32mokBm

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

     Running tests/handlers_it.rs (target/debug/deps/handlers_it-f63b61386f7e795e)

running 1 test
test routes_its::returns_home ... 33mignoredBm

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

     Running tests/mod.rs (target/debug/deps/mod-585e39db6f7d7426)

running 1 test
test handlers_it::routes_its::returns_home ... 33mignoredBm

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

     Running unittests src/lib.rs (target/debug/deps/github_mirror-6bda5e134ec86868)

running 0 tests

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

   Doc-tests fakehub_server

running 6 tests
test server/src/handlers/sh_cursor.rs - handlers::sh_cursor::ShCursor (line 25) ... 32mokBm
test server/src/lib.rs - Server::new (line 64) ... 32mokBm
test server/src/objects/fakehub.rs - objects::fakehub::FakeHub (line 34) ... 32mokBm
test server/src/objects/user.rs - objects::user::User::new (line 54) ... 32mokBm
test server/src/objects/user.rs - objects::user::User::register_in (line 70) ... 32mokBm
test server/src/report/latex.rs - report::latex::template (line 37) ... 32mokBm

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

   Doc-tests github_mirror

running 0 tests

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

Analyzing dependencies of crates in this directory...
cargo-machete didn't find any unused dependencies in this directory. Good job!
Done!
1m32m    Checking0m libc v0.2.159
1m32m    Checking0m once_cell v1.20.2
1m32m    Checking0m bytes v1.7.2
1m32m    Checking0m pin-project-lite v0.2.14
1m32m    Checking0m log v0.4.22
1m32m    Checking0m cfg-if v1.0.0
1m32m    Checking0m itoa v1.0.11
1m32m    Checking0m futures-core v0.3.31
1m32m    Checking0m tracing-core v0.1.32
1m32m    Checking0m mio v1.0.2
1m32m    Checking0m socket2 v0.5.7
1m32m    Checking0m fnv v1.0.7
1m32m    Checking0m http v1.1.0
1m32m    Checking0m tokio v1.40.0
1m32m    Checking0m memchr v2.7.4
1m32m    Checking0m futures-task v0.3.31
1m32m    Checking0m pin-utils v0.1.0
1m32m    Checking0m futures-util v0.3.31
1m32m    Checking0m tracing v0.1.40
1m32m    Checking0m http-body v1.0.1
1m32m    Checking0m hashbrown v0.15.0
1m32m    Checking0m equivalent v1.0.1
1m32m    Checking0m futures-sink v0.3.31
1m32m    Checking0m tokio-util v0.7.12
1m32m    Checking0m indexmap v2.6.0
1m32m    Checking0m serde v1.0.210
1m32m    Checking0m slab v0.4.9
1m32m    Checking0m num-traits v0.2.19
1m32m    Checking0m try-lock v0.2.5
1m32m    Checking0m tower-service v0.3.3
1m32m    Checking0m foreign-types-shared v0.1.1
1m32m    Checking0m atomic-waker v1.1.2
1m32m    Checking0m smallvec v1.13.2
1m32m    Checking0m h2 v0.4.6
1m32m    Checking0m foreign-types v0.3.2
1m32m    Checking0m want v0.3.1
1m32m    Checking0m httparse v1.9.5
1m32m    Checking0m openssl-sys v0.9.103
1m32m    Checking0m futures-channel v0.3.31
1m32m    Checking0m bitflags v2.6.0
1m32m    Checking0m httpdate v1.0.3
1m32m    Checking0m percent-encoding v2.3.1
1m32m    Checking0m tinyvec_macros v0.1.1
1m32m    Checking0m byteorder v1.5.0
1m32m    Checking0m zerocopy v0.7.35
1m32m    Checking0m tinyvec v1.8.0
1m32m    Checking0m form_urlencoded v1.2.1
1m32m    Checking0m hyper v1.4.1
1m32m    Checking0m openssl v0.10.66
1m32m   Compiling0m unicase v2.7.0
1m32m    Checking0m http-body-util v0.1.2
1m32m    Checking0m getrandom v0.2.15
1m32m    Checking0m mime v0.3.17
1m32m    Checking0m ryu v1.0.18
1m32m    Checking0m openssl-probe v0.1.5
1m32m    Checking0m native-tls v0.2.12
1m32m    Checking0m rand_core v0.6.4
1m32m   Compiling0m mime_guess v2.0.5
1m32m    Checking0m hyper-util v0.1.9
1m32m    Checking0m unicode-normalization v0.1.24
1m32m    Checking0m ppv-lite86 v0.2.20
1m32m    Checking0m num-integer v0.1.46
1m32m    Checking0m sync_wrapper v1.0.1
1m32m    Checking0m lazy_static v1.5.0
1m32m    Checking0m utf8parse v0.2.2
1m32m    Checking0m rustc-serialize v0.3.25
1m32m    Checking0m unicode-bidi v0.3.17
1m32m    Checking0m idna v0.5.0
1m32m    Checking0m anstyle-parse v0.2.5
1m32m    Checking0m rand_chacha v0.3.1
1m32m    Checking0m serde_json v1.0.128
1m32m    Checking0m tokio-native-tls v0.3.1
1m32m    Checking0m serde_urlencoded v0.7.1
1m32m    Checking0m rand v0.4.6
1m32m    Checking0m anstyle-query v1.1.1
1m32m    Checking0m rustls-pki-types v1.9.0
1m32m    Checking0m colorchoice v1.0.2
1m32m    Checking0m anstyle v1.0.8
1m32m    Checking0m is_terminal_polyfill v1.70.1
1m32m    Checking0m anstream v0.6.15
1m32m    Checking0m rustls-pemfile v2.2.0
1m32m    Checking0m num-bigint v0.1.44
1m32m    Checking0m hyper-tls v0.6.0
1m32m    Checking0m rand v0.8.5
1m32m    Checking0m url v2.5.2
1m32m    Checking0m encoding_rs v0.8.34
1m32m    Checking0m ipnet v2.10.1
1m32m    Checking0m strsim v0.11.1
1m32m    Checking0m tower-layer v0.3.3
1m32m    Checking0m ucd-util v0.1.10
1m32m    Checking0m base64 v0.22.1
1m32m    Checking0m clap_lex v0.7.2
1m32m    Checking0m clap_builder v4.5.19
1m32m    Checking0m reqwest v0.12.8
1m32m    Checking0m regex-syntax v0.5.6
1m32m    Checking0m uuid v1.10.0
1m32m    Checking0m num-rational v0.1.42
1m32m    Checking0m num-complex v0.1.43
1m32m    Checking0m thread_local v0.3.6
1m32m    Checking0m num-iter v0.1.45
1m32m    Checking0m aho-corasick v0.6.10
1m32m    Checking0m aho-corasick v1.1.3
1m32m    Checking0m utf8-ranges v1.0.5
1m32m    Checking0m regex-syntax v0.8.5
1m32m    Checking0m sync_wrapper v0.1.2
1m32m    Checking0m tower v0.5.1
1m32m    Checking0m regex-automata v0.4.8
1m32m    Checking0m regex v0.2.11
1m32m    Checking0m axum-core v0.4.5
1m32m    Checking0m num v0.1.42
1m32m    Checking0m clap v4.5.19
1m32m    Checking0m serde_path_to_error v0.1.16
1m32m    Checking0m matchit v0.7.3
1m32m    Checking0m iana-time-zone v0.1.61
1m32m    Checking0m chrono v0.4.38
1m32m    Checking0m axum v0.7.7
1m32m    Checking0m parameterized v2.0.0
1m32m    Checking0m hamcrest v0.1.5
1m32m    Checking0m regex v1.11.0
1m32m    Checking0m github-mirror v0.0.8 (/home/r/repo/github-mirror)
1m32m    Checking0m anyhow v1.0.89
1m32m    Checking0m md5 v0.7.0
1m32m    Checking0m overload v0.1.1
1m32m    Checking0m nu-ansi-term v0.46.0
1m32m   Compiling0m testing_logger v0.1.1
1m32m    Checking0m clap_complete v4.5.32
1m32m    Checking0m sharded-slab v0.1.7
1m32m    Checking0m tracing-log v0.2.0
1m32m    Checking0m thread_local v1.1.8
1m32m    Checking0m roff v0.2.2
1m32m    Checking0m clap_mangen v0.2.23
1m32m    Checking0m tracing-subscriber v0.3.18
1m32m   Compiling0m tagrs v0.0.2
1m32m    Checking0m clap_complete_nushell v4.5.3
1m32m    Checking0m fakehub-server v0.0.8 (/home/r/repo/server)
1m32m    Checking0m defer v0.2.1
1m32m Documenting0m fakehub v0.0.8 (/home/r/repo/cli)
1m32m Documenting0m fakehub-server v0.0.8 (/home/r/repo/server)
1m32m Documenting0m github-mirror v0.0.8 (/home/r/repo/github-mirror)
1m32m    Finished0m `dev` profile [unoptimized + debuginfo] target(s) in 4m 27s
1m33mwarning0m1m:0m the following packages contain code that will be rejected by a future version of Rust: num-bigint v0.1.44, num-complex v0.1.43, num-rational v0.1.42
1m36mnote0m1m:0m to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
1m32m   Generated0m /home/r/repo/target/doc/fakehub/index.html and 2 other files
1m32m    Checking0m github-mirror v0.0.8 (/home/r/repo/github-mirror)
1m32m    Checking0m fakehub-server v0.0.8 (/home/r/repo/server)
1m32m    Checking0m fakehub v0.0.8 (/home/r/repo/cli)
1m32m    Finished0m `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
1m33mwarning0m1m:0m the following packages contain code that will be rejected by a future version of Rust: num-bigint v0.1.44, num-complex v0.1.43, num-rational v0.1.42
1m36mnote0m1m:0m to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[__rultor f967a8f] 0.0.8
 9 files changed, 356 insertions(+), 4 deletions(-)
 create mode 100644 github-mirror/Cargo.toml
 create mode 100644 github-mirror/src/apis/configuration.rs
 create mode 100644 github-mirror/src/apis/meta_api.rs
 create mode 100644 github-mirror/src/apis/mod.rs
 create mode 100644 github-mirror/src/lib.rs
 create mode 100644 github-mirror/src/models/meta_root_200_response.rs
 create mode 100644 github-mirror/src/models/mod.rs
.             .cargo         .rustup                    end.sh    run.sh
..            .launchpadlib  .sudo_as_admin_successful  entry.sh  script.sh
.bash_logout  .m2            cid                        pid       stdout
.bashrc       .profile       credentials                repo
    Updating crates.io index
warning: `/home/r/.cargo/credentials` is deprecated in favor of `credentials.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `credentials` to `credentials.toml`
warning: manifest has no documentation, homepage or repository.
See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
   Packaging github-mirror v0.0.8 (/home/r/repo/github-mirror)
    Packaged 13 files, 53.9KiB (10.7KiB compressed)
   Verifying github-mirror v0.0.8 (/home/r/repo/github-mirror)
    Updating crates.io index
   Compiling libc v0.2.159
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.13
   Compiling quote v1.0.37
   Compiling syn v2.0.79
   Compiling shlex v1.3.0
   Compiling bytes v1.7.2
   Compiling pin-project-lite v0.2.14
   Compiling cc v1.1.28
   Compiling futures-core v0.3.31
   Compiling vcpkg v0.2.15
   Compiling pkg-config v0.3.31
   Compiling once_cell v1.20.2
   Compiling itoa v1.0.11
   Compiling openssl-sys v0.9.103
   Compiling mio v1.0.2
   Compiling socket2 v0.5.7
   Compiling fnv v1.0.7
   Compiling autocfg v1.4.0
   Compiling cfg-if v1.0.0
   Compiling slab v0.4.9
   Compiling http v1.1.0
   Compiling tokio v1.40.0
   Compiling version_check v0.9.5
   Compiling unicase v2.7.0
   Compiling tracing-core v0.1.32
   Compiling futures-task v0.3.31
   Compiling serde v1.0.210
   Compiling httparse v1.9.5
   Compiling pin-utils v0.1.0
   Compiling openssl v0.10.66
   Compiling equivalent v1.0.1
   Compiling hashbrown v0.15.0
   Compiling foreign-types-shared v0.1.1
   Compiling futures-sink v0.3.31
   Compiling tokio-util v0.7.12
   Compiling foreign-types v0.3.2
   Compiling indexmap v2.6.0
   Compiling futures-util v0.3.31
   Compiling tracing v0.1.40
   Compiling http-body v1.0.1
   Compiling openssl-macros v0.1.1
   Compiling serde_derive v1.0.210
   Compiling native-tls v0.2.12
   Compiling bitflags v2.6.0
   Compiling atomic-waker v1.1.2
   Compiling try-lock v0.2.5
   Compiling tinyvec_macros v0.1.1
   Compiling tinyvec v1.8.0
   Compiling want v0.3.1
   Compiling h2 v0.4.6
   Compiling futures-channel v0.3.31
   Compiling openssl-probe v0.1.5
   Compiling smallvec v1.13.2
   Compiling percent-encoding v2.3.1
   Compiling log v0.4.22
   Compiling form_urlencoded v1.2.1
   Compiling hyper v1.4.1
   Compiling mime_guess v2.0.5
   Compiling unicode-normalization v0.1.24
   Compiling tower-service v0.3.3
   Compiling serde_json v1.0.128
   Compiling unicode-bidi v0.3.17
   Compiling ryu v1.0.18
   Compiling idna v0.5.0
   Compiling hyper-util v0.1.9
   Compiling tokio-native-tls v0.3.1
   Compiling http-body-util v0.1.2
   Compiling memchr v2.7.4
   Compiling mime v0.3.17
   Compiling rustls-pki-types v1.9.0
   Compiling rustls-pemfile v2.2.0
   Compiling hyper-tls v0.6.0
   Compiling url v2.5.2
   Compiling serde_urlencoded v0.7.1
   Compiling getrandom v0.2.15
   Compiling encoding_rs v0.8.34
   Compiling sync_wrapper v1.0.1
   Compiling ipnet v2.10.1
   Compiling base64 v0.22.1
   Compiling reqwest v0.12.8
   Compiling uuid v1.10.0
   Compiling serde_repr v0.1.19
   Compiling github-mirror v0.0.8 (/home/r/repo/target/package/github-mirror-0.0.8)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s
   Uploading github-mirror v0.0.8 (/home/r/repo/github-mirror)
    Uploaded github-mirror v0.0.8 to registry `crates-io`
note: waiting for `github-mirror v0.0.8` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published github-mirror v0.0.8 at registry `crates-io`
    Updating crates.io index
warning: `/home/r/.cargo/credentials` is deprecated in favor of `credentials.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `credentials` to `credentials.toml`
warning: manifest has no documentation, homepage or repository.
See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
   Packaging fakehub-server v0.0.8 (/home/r/repo/server)
    Packaged 28 files, 74.9KiB (12.2KiB compressed)
   Verifying fakehub-server v0.0.8 (/home/r/repo/server)
    Updating crates.io index
 Downloading crates ...
  Downloaded github-mirror v0.0.8
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.13
   Compiling quote v1.0.37
   Compiling syn v2.0.79
   Compiling libc v0.2.159
   Compiling autocfg v1.4.0
   Compiling pin-project-lite v0.2.14
   Compiling bytes v1.7.2
   Compiling once_cell v1.20.2
   Compiling itoa v1.0.11
   Compiling futures-core v0.3.31
   Compiling cfg-if v1.0.0
   Compiling shlex v1.3.0
   Compiling log v0.4.22
   Compiling cc v1.1.28
   Compiling mio v1.0.2
   Compiling socket2 v0.5.7
   Compiling tokio-macros v2.4.0
   Compiling vcpkg v0.2.15
   Compiling pkg-config v0.3.31
   Compiling fnv v1.0.7
   Compiling http v1.1.0
   Compiling openssl-sys v0.9.103
   Compiling tokio v1.40.0
   Compiling tracing-core v0.1.32
   Compiling num-traits v0.2.19
   Compiling pin-utils v0.1.0
   Compiling futures-task v0.3.31
   Compiling memchr v2.7.4
   Compiling futures-util v0.3.31
   Compiling tracing v0.1.40
   Compiling slab v0.4.9
   Compiling serde v1.0.210
   Compiling http-body v1.0.1
   Compiling serde_derive v1.0.210
   Compiling version_check v0.9.5
   Compiling futures-sink v0.3.31
   Compiling equivalent v1.0.1
   Compiling hashbrown v0.15.0
   Compiling httparse v1.9.5
   Compiling indexmap v2.6.0
   Compiling tokio-util v0.7.12
   Compiling unicase v2.7.0
   Compiling foreign-types-shared v0.1.1
   Compiling tower-service v0.3.3
   Compiling openssl v0.10.66
   Compiling atomic-waker v1.1.2
   Compiling try-lock v0.2.5
   Compiling want v0.3.1
   Compiling h2 v0.4.6
   Compiling foreign-types v0.3.2
   Compiling futures-channel v0.3.31
   Compiling zerocopy-derive v0.7.35
   Compiling openssl-macros v0.1.1
   Compiling percent-encoding v2.3.1
   Compiling smallvec v1.13.2
   Compiling httpdate v1.0.3
   Compiling tinyvec_macros v0.1.1
   Compiling bitflags v2.6.0
   Compiling native-tls v0.2.12
   Compiling byteorder v1.5.0
   Compiling zerocopy v0.7.35
   Compiling tinyvec v1.8.0
   Compiling hyper v1.4.1
   Compiling form_urlencoded v1.2.1
   Compiling http-body-util v0.1.2
   Compiling num-integer v0.1.46
   Compiling getrandom v0.2.15
   Compiling mime v0.3.17
   Compiling serde_json v1.0.128
   Compiling rustc-serialize v0.3.25
   Compiling ryu v1.0.18
   Compiling openssl-probe v0.1.5
   Compiling rand_core v0.6.4
   Compiling mime_guess v2.0.5
   Compiling hyper-util v0.1.9
   Compiling unicode-normalization v0.1.24
   Compiling ppv-lite86 v0.2.20
   Compiling sync_wrapper v1.0.1
   Compiling indexmap v1.9.3
   Compiling rand v0.4.6
   Compiling unicode-bidi v0.3.17
   Compiling rustversion v1.0.17
   Compiling idna v0.5.0
   Compiling num-bigint v0.1.44
   Compiling rand_chacha v0.3.1
   Compiling tokio-native-tls v0.3.1
   Compiling serde_urlencoded v0.7.1
   Compiling regex v0.2.11
   Compiling hashbrown v0.12.3
   Compiling rustls-pki-types v1.9.0
   Compiling ucd-util v0.1.10
   Compiling tower-layer v0.3.3
   Compiling lazy_static v1.5.0
   Compiling thread_local v0.3.6
   Compiling regex-syntax v0.5.6
   Compiling rustls-pemfile v2.2.0
   Compiling hyper-tls v0.6.0
   Compiling rand v0.8.5
   Compiling num-rational v0.1.42
   Compiling url v2.5.2
   Compiling num-complex v0.1.43
   Compiling num-iter v0.1.45
   Compiling aho-corasick v1.1.3
   Compiling aho-corasick v0.6.10
   Compiling encoding_rs v0.8.34
   Compiling uuid-macro-internal v1.10.0
   Compiling async-trait v0.1.83
   Compiling utf8-ranges v1.0.5
   Compiling anyhow v1.0.89
   Compiling base64 v0.22.1
   Compiling sync_wrapper v0.1.2
   Compiling ipnet v2.10.1
   Compiling regex-syntax v0.8.5
   Compiling regex-automata v0.4.8
   Compiling reqwest v0.12.8
   Compiling tower v0.5.1
   Compiling axum-core v0.4.5
   Compiling uuid v1.10.0
   Compiling num v0.1.42
   Compiling parameterized-macro v2.0.0
   Compiling serde_path_to_error v0.1.16
   Compiling serde_repr v0.1.19
   Compiling matchit v0.7.3
   Compiling iana-time-zone v0.1.61
   Compiling chrono v0.4.38
   Compiling axum v0.7.7
   Compiling github-mirror v0.0.8
   Compiling parameterized v2.0.0
   Compiling hamcrest v0.1.5
   Compiling regex v1.11.0
   Compiling md5 v0.7.0
   Compiling fakehub-server v0.0.8 (/home/r/repo/target/package/fakehub-server-0.0.8)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 28s
warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint v0.1.44, num-complex v0.1.43, num-rational v0.1.42
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
   Uploading fakehub-server v0.0.8 (/home/r/repo/server)
    Uploaded fakehub-server v0.0.8 to registry `crates-io`
note: waiting for `fakehub-server v0.0.8` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published fakehub-server v0.0.8 at registry `crates-io`
    Updating crates.io index
warning: `/home/r/.cargo/credentials` is deprecated in favor of `credentials.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `credentials` to `credentials.toml`
warning: manifest has no documentation, homepage or repository.
See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
   Packaging fakehub v0.0.8 (/home/r/repo/cli)
    Updating crates.io index
    Packaged 10 files, 74.5KiB (19.2KiB compressed)
   Verifying fakehub v0.0.8 (/home/r/repo/cli)
 Downloading crates ...
  Downloaded fakehub-server v0.0.8
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.13
   Compiling quote v1.0.37
   Compiling syn v2.0.79
   Compiling libc v0.2.159
   Compiling autocfg v1.4.0
   Compiling once_cell v1.20.2
   Compiling log v0.4.22
   Compiling bytes v1.7.2
   Compiling pin-project-lite v0.2.14
   Compiling cfg-if v1.0.0
   Compiling futures-core v0.3.31
   Compiling itoa v1.0.11
   Compiling tracing-core v0.1.32
   Compiling shlex v1.3.0
   Compiling cc v1.1.28
   Compiling num-traits v0.2.19
   Compiling mio v1.0.2
   Compiling socket2 v0.5.7
   Compiling tokio-macros v2.4.0
   Compiling fnv v1.0.7
   Compiling memchr v2.7.4
   Compiling vcpkg v0.2.15
   Compiling pkg-config v0.3.31
   Compiling openssl-sys v0.9.103
   Compiling http v1.1.0
   Compiling tokio v1.40.0
   Compiling tracing-attributes v0.1.27
   Compiling pin-utils v0.1.0
   Compiling futures-task v0.3.31
   Compiling futures-util v0.3.31
   Compiling tracing v0.1.40
   Compiling slab v0.4.9
   Compiling serde v1.0.210
   Compiling http-body v1.0.1
   Compiling serde_derive v1.0.210
   Compiling version_check v0.9.5
   Compiling httparse v1.9.5
   Compiling equivalent v1.0.1
   Compiling hashbrown v0.15.0
   Compiling futures-sink v0.3.31
   Compiling tokio-util v0.7.12
   Compiling indexmap v2.6.0
   Compiling unicase v2.7.0
   Compiling atomic-waker v1.1.2
   Compiling foreign-types-shared v0.1.1
   Compiling tower-service v0.3.3
   Compiling smallvec v1.13.2
   Compiling try-lock v0.2.5
   Compiling openssl v0.10.66
   Compiling want v0.3.1
   Compiling foreign-types v0.3.2
   Compiling h2 v0.4.6
   Compiling num-integer v0.1.46
   Compiling futures-channel v0.3.31
   Compiling openssl-macros v0.1.1
   Compiling zerocopy-derive v0.7.35
   Compiling utf8parse v0.2.2
   Compiling httpdate v1.0.3
   Compiling percent-encoding v2.3.1
   Compiling lazy_static v1.5.0
   Compiling byteorder v1.5.0
   Compiling native-tls v0.2.12
   Compiling bitflags v2.6.0
   Compiling rustc-serialize v0.3.25
   Compiling tinyvec_macros v0.1.1
   Compiling tinyvec v1.8.0
   Compiling zerocopy v0.7.35
   Compiling form_urlencoded v1.2.1
   Compiling hyper v1.4.1
   Compiling anstyle-parse v0.2.5
   Compiling http-body-util v0.1.2
   Compiling getrandom v0.2.15
   Compiling rand v0.4.6
   Compiling colorchoice v1.0.2
   Compiling is_terminal_polyfill v1.70.1
   Compiling ryu v1.0.18
   Compiling anstyle v1.0.8
   Compiling openssl-probe v0.1.5
   Compiling mime v0.3.17
   Compiling anstyle-query v1.1.1
   Compiling serde_json v1.0.128
   Compiling anstream v0.6.15
   Compiling num-bigint v0.1.44
   Compiling rand_core v0.6.4
   Compiling mime_guess v2.0.5
   Compiling hyper-util v0.1.9
   Compiling ppv-lite86 v0.2.20
   Compiling unicode-normalization v0.1.24
   Compiling sync_wrapper v1.0.1
   Compiling indexmap v1.9.3
   Compiling clap_lex v0.7.2
   Compiling rustversion v1.0.17
   Compiling ucd-util v0.1.10
   Compiling heck v0.5.0
   Compiling strsim v0.11.1
   Compiling regex v0.2.11
   Compiling unicode-bidi v0.3.17
   Compiling idna v0.5.0
   Compiling clap_builder v4.5.19
   Compiling clap_derive v4.5.18
   Compiling regex-syntax v0.5.6
   Compiling rand_chacha v0.3.1
   Compiling num-rational v0.1.42
   Compiling tokio-native-tls v0.3.1
   Compiling serde_urlencoded v0.7.1
   Compiling num-complex v0.1.43
   Compiling thread_local v0.3.6
   Compiling num-iter v0.1.45
   Compiling aho-corasick v0.6.10
   Compiling tower-layer v0.3.3
   Compiling utf8-ranges v1.0.5
   Compiling hashbrown v0.12.3
   Compiling anyhow v1.0.89
   Compiling rustls-pki-types v1.9.0
   Compiling rustls-pemfile v2.2.0
   Compiling num v0.1.42
   Compiling hyper-tls v0.6.0
   Compiling rand v0.8.5
   Compiling clap v4.5.19
   Compiling url v2.5.2
   Compiling aho-corasick v1.1.3
   Compiling encoding_rs v0.8.34
   Compiling uuid-macro-internal v1.10.0
   Compiling async-trait v0.1.83
   Compiling base64 v0.22.1
   Compiling sync_wrapper v0.1.2
   Compiling syn v1.0.109
   Compiling ipnet v2.10.1
   Compiling regex-syntax v0.8.5
   Compiling regex-automata v0.4.8
   Compiling reqwest v0.12.8
   Compiling tower v0.5.1
   Compiling axum-core v0.4.5
   Compiling uuid v1.10.0
   Compiling hamcrest v0.1.5
   Compiling parameterized-macro v2.0.0
   Compiling serde_path_to_error v0.1.16
   Compiling serde_repr v0.1.19
   Compiling overload v0.1.1
   Compiling iana-time-zone v0.1.61
   Compiling matchit v0.7.3
   Compiling axum v0.7.7
   Compiling chrono v0.4.38
   Compiling nu-ansi-term v0.46.0
   Compiling github-mirror v0.0.8
   Compiling parameterized v2.0.0
   Compiling regex v1.11.0
   Compiling clap_complete v4.5.32
   Compiling sharded-slab v0.1.7
   Compiling tracing-log v0.2.0
   Compiling thread_local v1.1.8
   Compiling testing_logger v0.1.1
   Compiling md5 v0.7.0
   Compiling roff v0.2.2
   Compiling clap_mangen v0.2.23
   Compiling fakehub-server v0.0.8
   Compiling tagrs v0.0.2
   Compiling tracing-subscriber v0.3.18
   Compiling clap_complete_nushell v4.5.3
   Compiling defer v0.2.1
   Compiling fakehub v0.0.8 (/home/r/repo/target/package/fakehub-0.0.8)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 46s
warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint v0.1.44, num-complex v0.1.43, num-rational v0.1.42
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
   Uploading fakehub v0.0.8 (/home/r/repo/cli)
    Uploaded fakehub v0.0.8 to registry `crates-io`
note: waiting for `fakehub v0.0.8` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published fakehub v0.0.8 at registry `crates-io`
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.0.8 -m '0.0.8: tagged by rultor.com'
+ git reset --hard
HEAD is now at f967a8f 0.0.8
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was f967a8f).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:h1alexbel/fakehub.git
 * [new tag]         0.0.8 -> 0.0.8