Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: github-mirror ignore generated files #62

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

h1alexbel
Copy link
Owner

@h1alexbel h1alexbel commented Jul 10, 2024

PR-Codex overview

This PR adds new directories and files related to a GitHub mirror project.

Detailed summary

  • Added github-mirror directory with various files and subdirectories
  • Included configuration files like .travis.yml, openapitools.json, Cargo.toml
  • Added shell script git_push.sh for pushing changes
  • Updated .gitignore and added README.md

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.82%. Comparing base (57dfdf2) to head (b257274).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   58.82%   58.82%           
=======================================
  Files           5        5           
  Lines          17       17           
=======================================
  Hits           10       10           
  Misses          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 10, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jul 10, 2024

@rultor merge

@h1alexbel Oops, I failed. You can see the full log here (spent 7min)

+ 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 systemd-timesync 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/.npm /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:h1alexbel/fakehub.git' ; export 'pull_id=62' ; export 'fork=git@github.com:h1alexbel/fakehub.git' ; export 'fork_branch=chore-github-mirror-ignore' ; export 'head_branch=master' ; export 'pull_title=chore: github-mirror ignore generated files' ; export 'author=h1alexbel' ; 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
error: failed to load manifest for workspace member `/home/r/repo/server`

Caused by:
  failed to load manifest for dependency `openapi`

Caused by:
  failed to read `/home/r/repo/github-mirror/Cargo.toml`

Caused by:
  No such file or directory (os error 2)
container 8fdf4769f787a63b792164d63d78ed2bcc3ee543d53f02f2d8e72fe4e2e422f0 is dead
Wed Jul 10 17:05:42 UTC 2024

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 10, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jul 10, 2024

@rultor merge

@h1alexbel Oops, I failed. You can see the full log here (spent 11min)

\u001b[1m\u001b[32m   Compiling\u001b[0m clap_mangen v0.2.22
\u001b[1m\u001b[32m   Compiling\u001b[0m env_logger v0.11.3
\u001b[1m\u001b[32m   Compiling\u001b[0m chrono v0.4.38
\u001b[1m\u001b[32m   Compiling\u001b[0m sha2 v0.10.8
\u001b[1m\u001b[32m   Compiling\u001b[0m similar v2.5.0
\u001b[1m\u001b[32m   Compiling\u001b[0m tempfile v3.10.1
\u001b[1m\u001b[32m   Compiling\u001b[0m snafu v0.8.4
\u001b[1m\u001b[32m   Compiling\u001b[0m derivative v2.2.0
\u001b[1m\u001b[32m   Compiling\u001b[0m shellexpand v3.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m strum v0.26.3
\u001b[1m\u001b[32m   Compiling\u001b[0m ctrlc v3.4.4
\u001b[1m\u001b[32m   Compiling\u001b[0m rand v0.8.5
\u001b[1m\u001b[32m   Compiling\u001b[0m clap_complete v4.5.7
\u001b[1m\u001b[32m   Compiling\u001b[0m uuid v1.10.0
\u001b[1m\u001b[32m   Compiling\u001b[0m num_cpus v1.16.0
\u001b[1m\u001b[32m   Compiling\u001b[0m ansi_term v0.12.1
\u001b[1m\u001b[32m   Compiling\u001b[0m edit-distance v2.1.2
\u001b[1m\u001b[32m   Compiling\u001b[0m dotenvy v0.15.7
\u001b[1m\u001b[32m   Compiling\u001b[0m target v2.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m percent-encoding v2.3.1
\u001b[1m\u001b[32m   Compiling\u001b[0m unicode-width v0.1.13
\u001b[1m\u001b[32m   Compiling\u001b[0m typed-arena v2.0.2
\u001b[1m\u001b[32m   Compiling\u001b[0m lexiclean v0.0.1
\u001b[1m\u001b[32m   Compiling\u001b[0m just v1.30.1
\u001b[1m\u001b[32m    Finished\u001b[0m release [optimized] target(s) in 3m 12s
\u001b[1m\u001b[32m  Installing\u001b[0m /home/r/.cargo/bin/just
\u001b[1m\u001b[32m   Installed\u001b[0m package `just v1.30.1` (executable `just`)
\u001b[1mjust gen\u001b[0m
\u001b[1mnpm --version\u001b[0m
10.2.4
\u001b[1mcd github-mirror && npm install @openapitools/openapi-generator-cli -g && openapi-generator-cli generate -i github.yml -g rust -o .\u001b[0m
\u001b[?25l(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠙ reify: \u001b[32;40mtiming\u001b[0m \u001b[35marborist:ctor\u001b[0m Completed in 1ms\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠧ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠇ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠧ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠸ idealTree:lib: \u001b[7msill\u001b[0m \u001b[35midealTree\u001b[0m buildDeps\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠦ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠦ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠇ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠇ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠋ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠋ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠼ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠦ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠇ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠋ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠼ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠼ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠦ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠦ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠇ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠇ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠏ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠏ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠧ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠧ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠸ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠧ idealTree:lib: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:#root\u001b[0m Completed in 699ms\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠸ idealTree:concurrently: \u001b[7msill\u001b[0m \u001b[35mplaceDep\u001b[0m node_modules/@open\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠇ idealTree:concurrently: \u001b[7msill\u001b[0m \u001b[35mplaceDep\u001b[0m node_modules/@open\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠋ idealTree:concurrently: \u001b[7msill\u001b[0m \u001b[35mplaceDep\u001b[0m node_modules/@open\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠋ idealTree:concurrently: \u001b[7msill\u001b[0m \u001b[35mplaceDep\u001b[0m node_modules/@open\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠼ idealTree:concurrently: \u001b[7msill\u001b[0m \u001b[35mplaceDep\u001b[0m node_modules/@open\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠙ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠋ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠏ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠇ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠸ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠸ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠸ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠼ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠹ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠋ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠙ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠸ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠼ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠴ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠸ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:node_modules/@o\u001b[0m\u001b[K
(\u001b[107;97m#########\u001b[0m\u001b[100;90m⠂⠂⠂⠂⠂⠂⠂⠂⠂\u001b[0m) ⠸ idealTree:concurrently: \u001b[32;40mtiming\u001b[0m \u001b[35midealTree:n

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 10, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jul 10, 2024

@rultor merge

@h1alexbel Oops, I failed. You can see the full log here (spent 10min)

\u001b[1m\u001b[32m   Compiling\u001b[0m crypto-common v0.1.6
\u001b[1m\u001b[32m   Compiling\u001b[0m block-buffer v0.10.4
\u001b[1m\u001b[32m   Compiling\u001b[0m serde_derive v1.0.204
\u001b[1m\u001b[32m   Compiling\u001b[0m ppv-lite86 v0.2.17
\u001b[1m\u001b[32m   Compiling\u001b[0m either v1.13.0
\u001b[1m\u001b[32m   Compiling\u001b[0m log v0.4.22
\u001b[1m\u001b[32m   Compiling\u001b[0m serde_json v1.0.120
\u001b[1m\u001b[32m   Compiling\u001b[0m semver v1.0.23
\u001b[1m\u001b[32m   Compiling\u001b[0m camino v1.1.7
\u001b[1m\u001b[32m   Compiling\u001b[0m env_filter v0.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m rayon v1.10.0
\u001b[1m\u001b[32m   Compiling\u001b[0m rand_chacha v0.3.1
\u001b[1m\u001b[32m   Compiling\u001b[0m digest v0.10.7
\u001b[1m\u001b[32m   Compiling\u001b[0m strum_macros v0.26.4
\u001b[1m\u001b[32m   Compiling\u001b[0m dirs v5.0.1
\u001b[1m\u001b[32m   Compiling\u001b[0m snafu-derive v0.8.4
\u001b[1m\u001b[32m   Compiling\u001b[0m memmap2 v0.9.4
\u001b[1m\u001b[32m   Compiling\u001b[0m humantime v2.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m ryu v1.0.18
\u001b[1m\u001b[32m   Compiling\u001b[0m cpufeatures v0.2.12
\u001b[1m\u001b[32m   Compiling\u001b[0m arrayref v0.3.7
\u001b[1m\u001b[32m   Compiling\u001b[0m unicode-segmentation v1.11.0
\u001b[1m\u001b[32m   Compiling\u001b[0m arrayvec v0.7.4
\u001b[1m\u001b[32m   Compiling\u001b[0m constant_time_eq v0.3.0
\u001b[1m\u001b[32m   Compiling\u001b[0m roff v0.2.1
\u001b[1m\u001b[32m   Compiling\u001b[0m fastrand v2.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m iana-time-zone v0.1.60
\u001b[1m\u001b[32m   Compiling\u001b[0m itoa v1.0.11
\u001b[1m\u001b[32m   Compiling\u001b[0m chrono v0.4.38
\u001b[1m\u001b[32m   Compiling\u001b[0m tempfile v3.10.1
\u001b[1m\u001b[32m   Compiling\u001b[0m clap_mangen v0.2.22
\u001b[1m\u001b[32m   Compiling\u001b[0m similar v2.5.0
\u001b[1m\u001b[32m   Compiling\u001b[0m sha2 v0.10.8
\u001b[1m\u001b[32m   Compiling\u001b[0m env_logger v0.11.3
\u001b[1m\u001b[32m   Compiling\u001b[0m snafu v0.8.4
\u001b[1m\u001b[32m   Compiling\u001b[0m shellexpand v3.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m derivative v2.2.0
\u001b[1m\u001b[32m   Compiling\u001b[0m strum v0.26.3
\u001b[1m\u001b[32m   Compiling\u001b[0m ctrlc v3.4.4
\u001b[1m\u001b[32m   Compiling\u001b[0m rand v0.8.5
\u001b[1m\u001b[32m   Compiling\u001b[0m clap_complete v4.5.7
\u001b[1m\u001b[32m   Compiling\u001b[0m uuid v1.10.0
\u001b[1m\u001b[32m   Compiling\u001b[0m num_cpus v1.16.0
\u001b[1m\u001b[32m   Compiling\u001b[0m unicode-width v0.1.13
\u001b[1m\u001b[32m   Compiling\u001b[0m lexiclean v0.0.1
\u001b[1m\u001b[32m   Compiling\u001b[0m percent-encoding v2.3.1
\u001b[1m\u001b[32m   Compiling\u001b[0m edit-distance v2.1.2
\u001b[1m\u001b[32m   Compiling\u001b[0m ansi_term v0.12.1
\u001b[1m\u001b[32m   Compiling\u001b[0m dotenvy v0.15.7
\u001b[1m\u001b[32m   Compiling\u001b[0m typed-arena v2.0.2
\u001b[1m\u001b[32m   Compiling\u001b[0m target v2.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m just v1.30.1
\u001b[1m\u001b[32m    Finished\u001b[0m release [optimized] target(s) in 3m 12s
\u001b[1m\u001b[32m  Installing\u001b[0m /home/r/.cargo/bin/just
\u001b[1m\u001b[32m   Installed\u001b[0m package `just v1.30.1` (executable `just`)
\u001b[1msudo just gen\u001b[0m
sudo: just: command not found

\u001b[1;31merror\u001b[0m: \u001b[1mRecipe `rultor` failed on line 53 with exit code 1\u001b[0m
container 8e1eeda5075d3b76e42f3ffacdefc3eddb6f8f0381782301750e3aedd932f3eb is dead
Wed Jul 10 20:13:32 UTC 2024

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel Oops, I failed. You can see the full log here (spent 11min)

\u001b[1m\u001b[32m   Compiling\u001b[0m camino v1.1.7
\u001b[1m\u001b[32m   Compiling\u001b[0m semver v1.0.23
\u001b[1m\u001b[32m   Compiling\u001b[0m either v1.13.0
\u001b[1m\u001b[32m   Compiling\u001b[0m serde_json v1.0.120
\u001b[1m\u001b[32m   Compiling\u001b[0m rayon v1.10.0
\u001b[1m\u001b[32m   Compiling\u001b[0m rand_chacha v0.3.1
\u001b[1m\u001b[32m   Compiling\u001b[0m env_filter v0.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m digest v0.10.7
\u001b[1m\u001b[32m   Compiling\u001b[0m strum_macros v0.26.4
\u001b[1m\u001b[32m   Compiling\u001b[0m dirs v5.0.1
\u001b[1m\u001b[32m   Compiling\u001b[0m snafu-derive v0.8.4
\u001b[1m\u001b[32m   Compiling\u001b[0m memmap2 v0.9.4
\u001b[1m\u001b[32m   Compiling\u001b[0m roff v0.2.1
\u001b[1m\u001b[32m   Compiling\u001b[0m itoa v1.0.11
\u001b[1m\u001b[32m   Compiling\u001b[0m fastrand v2.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m iana-time-zone v0.1.60
\u001b[1m\u001b[32m   Compiling\u001b[0m arrayref v0.3.7
\u001b[1m\u001b[32m   Compiling\u001b[0m arrayvec v0.7.4
\u001b[1m\u001b[32m   Compiling\u001b[0m ryu v1.0.18
\u001b[1m\u001b[32m   Compiling\u001b[0m humantime v2.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m cpufeatures v0.2.12
\u001b[1m\u001b[32m   Compiling\u001b[0m unicode-segmentation v1.11.0
\u001b[1m\u001b[32m   Compiling\u001b[0m constant_time_eq v0.3.0
\u001b[1m\u001b[32m   Compiling\u001b[0m similar v2.5.0
\u001b[1m\u001b[32m   Compiling\u001b[0m sha2 v0.10.8
\u001b[1m\u001b[32m   Compiling\u001b[0m env_logger v0.11.3
\u001b[1m\u001b[32m   Compiling\u001b[0m chrono v0.4.38
\u001b[1m\u001b[32m   Compiling\u001b[0m tempfile v3.10.1
\u001b[1m\u001b[32m   Compiling\u001b[0m clap_mangen v0.2.22
\u001b[1m\u001b[32m   Compiling\u001b[0m snafu v0.8.4
\u001b[1m\u001b[32m   Compiling\u001b[0m derivative v2.2.0
\u001b[1m\u001b[32m   Compiling\u001b[0m shellexpand v3.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m ctrlc v3.4.4
\u001b[1m\u001b[32m   Compiling\u001b[0m strum v0.26.3
\u001b[1m\u001b[32m   Compiling\u001b[0m rand v0.8.5
\u001b[1m\u001b[32m   Compiling\u001b[0m clap_complete v4.5.8
\u001b[1m\u001b[32m   Compiling\u001b[0m uuid v1.10.0
\u001b[1m\u001b[32m   Compiling\u001b[0m num_cpus v1.16.0
\u001b[1m\u001b[32m   Compiling\u001b[0m ansi_term v0.12.1
\u001b[1m\u001b[32m   Compiling\u001b[0m unicode-width v0.1.13
\u001b[1m\u001b[32m   Compiling\u001b[0m percent-encoding v2.3.1
\u001b[1m\u001b[32m   Compiling\u001b[0m typed-arena v2.0.2
\u001b[1m\u001b[32m   Compiling\u001b[0m target v2.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m dotenvy v0.15.7
\u001b[1m\u001b[32m   Compiling\u001b[0m edit-distance v2.1.2
\u001b[1m\u001b[32m   Compiling\u001b[0m lexiclean v0.0.1
\u001b[1m\u001b[32m   Compiling\u001b[0m just v1.30.1
\u001b[1m\u001b[32m    Finished\u001b[0m release [optimized] target(s) in 3m 10s
\u001b[1m\u001b[32m  Installing\u001b[0m /home/r/.cargo/bin/just
\u001b[1m\u001b[32m   Installed\u001b[0m package `just v1.30.1` (executable `just`)
\u001b[1mnpm --version\u001b[0m
10.2.4
\u001b[1msudo cd github-mirror && sudo npm install @openapitools/openapi-generator-cli -g && sudo openapi-generator-cli generate -i github.yml -g rust -o .\u001b[0m
sudo: cd: command not found

sudo: "cd" is a shell built-in command, it cannot be run directly.

sudo: the -s option may be used to run a privileged shell.

sudo: the -D option may be used to run a command in a specific directory.

\u001b[1;31merror\u001b[0m: \u001b[1mRecipe `rultor` failed on line 56 with exit code 1\u001b[0m
container d9900ed4237d5314d3b1fe30dcde0fc0d84e10b8234179ed34648016ed71b24a is dead
Thu Jul 11 06:54:18 UTC 2024

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel Oops, I failed. You can see the full log here (spent 13min)

Diff in /home/r/repo/github-mirror/src/models/meta_root_200_response.rs at line 4:
  * GitHub's v3 REST API.
  *
  * The version of the OpenAPI document: 1.1.4
\u001b[31m- * 
\u001b(B\u001b[m\u001b[32m+ *
\u001b(B\u001b[m  * Generated by: https://openapi-generator.tech
  */
 
Diff in /home/r/repo/github-mirror/src/models/meta_root_200_response.rs at line 82:
 }
 
 impl MetaRoot200Response {
\u001b[31m-    pub fn new(current_user_url: String, current_user_authorizations_html_url: String, authorizations_url: String, code_search_url: String, commit_search_url: String, emails_url: String, emojis_url: String, events_url: String, feeds_url: String, followers_url: String, following_url: String, gists_url: String, issue_search_url: String, issues_url: String, keys_url: String, label_search_url: String, notifications_url: String, organization_url: String, organization_repositories_url: String, organization_teams_url: String, public_gists_url: String, rate_limit_url: String, repository_url: String, repository_search_url: String, current_user_repositories_url: String, starred_url: String, starred_gists_url: String, user_url: String, user_organizations_url: String, user_repositories_url: String, user_search_url: String) -> MetaRoot200Response {
\u001b(B\u001b[m\u001b[32m+    pub fn new(
\u001b(B\u001b[m\u001b[32m+        current_user_url: String,
\u001b(B\u001b[m\u001b[32m+        current_user_authorizations_html_url: String,
\u001b(B\u001b[m\u001b[32m+        authorizations_url: String,
\u001b(B\u001b[m\u001b[32m+        code_search_url: String,
\u001b(B\u001b[m\u001b[32m+        commit_search_url: String,
\u001b(B\u001b[m\u001b[32m+        emails_url: String,
\u001b(B\u001b[m\u001b[32m+        emojis_url: String,
\u001b(B\u001b[m\u001b[32m+        events_url: String,
\u001b(B\u001b[m\u001b[32m+        feeds_url: String,
\u001b(B\u001b[m\u001b[32m+        followers_url: String,
\u001b(B\u001b[m\u001b[32m+        following_url: String,
\u001b(B\u001b[m\u001b[32m+        gists_url: String,
\u001b(B\u001b[m\u001b[32m+        issue_search_url: String,
\u001b(B\u001b[m\u001b[32m+        issues_url: String,
\u001b(B\u001b[m\u001b[32m+        keys_url: String,
\u001b(B\u001b[m\u001b[32m+        label_search_url: String,
\u001b(B\u001b[m\u001b[32m+        notifications_url: String,
\u001b(B\u001b[m\u001b[32m+        organization_url: String,
\u001b(B\u001b[m\u001b[32m+        organization_repositories_url: String,
\u001b(B\u001b[m\u001b[32m+        organization_teams_url: String,
\u001b(B\u001b[m\u001b[32m+        public_gists_url: String,
\u001b(B\u001b[m\u001b[32m+        rate_limit_url: String,
\u001b(B\u001b[m\u001b[32m+        repository_url: String,
\u001b(B\u001b[m\u001b[32m+        repository_search_url: String,
\u001b(B\u001b[m\u001b[32m+        current_user_repositories_url: String,
\u001b(B\u001b[m\u001b[32m+        starred_url: String,
\u001b(B\u001b[m\u001b[32m+        starred_gists_url: String,
\u001b(B\u001b[m\u001b[32m+        user_url: String,
\u001b(B\u001b[m\u001b[32m+        user_organizations_url: String,
\u001b(B\u001b[m\u001b[32m+        user_repositories_url: String,
\u001b(B\u001b[m\u001b[32m+        user_search_url: String,
\u001b(B\u001b[m\u001b[32m+    ) -> MetaRoot200Response {
\u001b(B\u001b[m         MetaRoot200Response {
             current_user_url,
             current_user_authorizations_html_url,
Diff in /home/r/repo/github-mirror/src/models/meta_root_200_response.rs at line 120:
         }
     }
 }
\u001b[31m-
\u001b(B\u001b[m 
Warning: can't set `ignore = IgnoreList { path_set: {"github-mirror"}, rustfmt_toml_path: "" }`, unstable features are only available in nightly channel.
\u001b[1;31merror\u001b[0m: \u001b[1mRecipe `rultor` failed on line 58 with exit code 1\u001b[0m
container a0d9ac5ab483b7c6d6f1df402cd84d45585e233a89d3001e66697a88aff6e216 is dead
Thu Jul 11 07:38:03 UTC 2024

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel Oops, I failed. You can see the full log here (spent 12min)

\u001b[1m\u001b[32m   Compiling\u001b[0m regex v1.10.5
\u001b[1m\u001b[32m   Compiling\u001b[0m rand_core v0.6.4
\u001b[1m\u001b[32m   Compiling\u001b[0m crypto-common v0.1.6
\u001b[1m\u001b[32m   Compiling\u001b[0m block-buffer v0.10.4
\u001b[1m\u001b[32m   Compiling\u001b[0m serde_derive v1.0.204
\u001b[1m\u001b[32m   Compiling\u001b[0m either v1.13.0
\u001b[1m\u001b[32m   Compiling\u001b[0m log v0.4.22
\u001b[1m\u001b[32m   Compiling\u001b[0m serde_json v1.0.120
\u001b[1m\u001b[32m   Compiling\u001b[0m semver v1.0.23
\u001b[1m\u001b[32m   Compiling\u001b[0m ppv-lite86 v0.2.17
\u001b[1m\u001b[32m   Compiling\u001b[0m camino v1.1.7
\u001b[1m\u001b[32m   Compiling\u001b[0m rand_chacha v0.3.1
\u001b[1m\u001b[32m   Compiling\u001b[0m env_filter v0.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m rayon v1.10.0
\u001b[1m\u001b[32m   Compiling\u001b[0m digest v0.10.7
\u001b[1m\u001b[32m   Compiling\u001b[0m strum_macros v0.26.4
\u001b[1m\u001b[32m   Compiling\u001b[0m dirs v5.0.1
\u001b[1m\u001b[32m   Compiling\u001b[0m snafu-derive v0.8.4
\u001b[1m\u001b[32m   Compiling\u001b[0m memmap2 v0.9.4
\u001b[1m\u001b[32m   Compiling\u001b[0m cpufeatures v0.2.12
\u001b[1m\u001b[32m   Compiling\u001b[0m arrayvec v0.7.4
\u001b[1m\u001b[32m   Compiling\u001b[0m fastrand v2.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m itoa v1.0.11
\u001b[1m\u001b[32m   Compiling\u001b[0m humantime v2.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m roff v0.2.1
\u001b[1m\u001b[32m   Compiling\u001b[0m unicode-segmentation v1.11.0
\u001b[1m\u001b[32m   Compiling\u001b[0m ryu v1.0.18
\u001b[1m\u001b[32m   Compiling\u001b[0m arrayref v0.3.7
\u001b[1m\u001b[32m   Compiling\u001b[0m iana-time-zone v0.1.60
\u001b[1m\u001b[32m   Compiling\u001b[0m constant_time_eq v0.3.0
\u001b[1m\u001b[32m   Compiling\u001b[0m chrono v0.4.38
\u001b[1m\u001b[32m   Compiling\u001b[0m similar v2.5.0
\u001b[1m\u001b[32m   Compiling\u001b[0m clap_mangen v0.2.22
\u001b[1m\u001b[32m   Compiling\u001b[0m env_logger v0.11.3
\u001b[1m\u001b[32m   Compiling\u001b[0m tempfile v3.10.1
\u001b[1m\u001b[32m   Compiling\u001b[0m sha2 v0.10.8
\u001b[1m\u001b[32m   Compiling\u001b[0m snafu v0.8.4
\u001b[1m\u001b[32m   Compiling\u001b[0m shellexpand v3.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m derivative v2.2.0
\u001b[1m\u001b[32m   Compiling\u001b[0m ctrlc v3.4.4
\u001b[1m\u001b[32m   Compiling\u001b[0m strum v0.26.3
\u001b[1m\u001b[32m   Compiling\u001b[0m rand v0.8.5
\u001b[1m\u001b[32m   Compiling\u001b[0m clap_complete v4.5.8
\u001b[1m\u001b[32m   Compiling\u001b[0m uuid v1.10.0
\u001b[1m\u001b[32m   Compiling\u001b[0m num_cpus v1.16.0
\u001b[1m\u001b[32m   Compiling\u001b[0m unicode-width v0.1.13
\u001b[1m\u001b[32m   Compiling\u001b[0m edit-distance v2.1.2
\u001b[1m\u001b[32m   Compiling\u001b[0m ansi_term v0.12.1
\u001b[1m\u001b[32m   Compiling\u001b[0m dotenvy v0.15.7
\u001b[1m\u001b[32m   Compiling\u001b[0m typed-arena v2.0.2
\u001b[1m\u001b[32m   Compiling\u001b[0m target v2.1.0
\u001b[1m\u001b[32m   Compiling\u001b[0m percent-encoding v2.3.1
\u001b[1m\u001b[32m   Compiling\u001b[0m lexiclean v0.0.1
\u001b[1m\u001b[32m   Compiling\u001b[0m just v1.30.1
\u001b[1m\u001b[32m    Finished\u001b[0m release [optimized] target(s) in 3m 17s
\u001b[1m\u001b[32m  Installing\u001b[0m /home/r/.cargo/bin/just
\u001b[1m\u001b[32m   Installed\u001b[0m package `just v1.30.1` (executable `just`)
\u001b[0m\u001b[31m\u001b[0m\u001b[1m\u001b[31merror: \u001b[0mtoolchain 'nightly-x86_64-unknown-linux-gnu' is not installed
container 182a223f35f346df18b7edbed800347e1d066a39a8bb67bcbd3d01e57dc55053 is dead
Thu Jul 11 08:29:40 UTC 2024

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel Oops, I failed. You can see the full log here (spent 8min)

-rw-rw-r--  1 ubuntu ubuntu 9134 Jul 11 08:51 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-t0lK:/main --env=head=git@github.com:h1alexbel/fakehub.git --env=pull_id=62 --env=fork=git@github.com:h1alexbel/fakehub.git --env=fork_branch=chore-github-mirror-ignore --env=head_branch=master '--env=pull_title=chore: github-mirror ignore generated files' --env=author=h1alexbel '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:h1alexbel/fakehub.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=62'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:h1alexbel/fakehub.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=chore-github-mirror-ignore'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=chore: github-mirror ignore generated files'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=h1alexbel'\''\'\'''\'''\'' '\'';'\'' '\''rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt'\'' '\'';'\'' '\''cargo install --version 1.30.1 just'\'' '\'';'\'' '\''just rultor'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-t0lK/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=h1alexbel_fakehub_62 yegor256/rultor-image:1.23.1 /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 systemd-timesync 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/.npm /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:h1alexbel/fakehub.git' ; export 'pull_id=62' ; export 'fork=git@github.com:h1alexbel/fakehub.git' ; export 'fork_branch=chore-github-mirror-ignore' ; export 'head_branch=master' ; export 'pull_title=chore: github-mirror ignore generated files' ; export 'author=h1alexbel' ; rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt ; cargo install --version 1.30.1 just ; just rultor ;
+ 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
\u001b[0m\u001b[31m\u001b[0m\u001b[1m\u001b[31merror: \u001b[0mtoolchain 'nightly-x86_64-unknown-linux-gnu' is not installed
container 27f741a43b5e3ebd203c0b31d01dcc6214306a98190dec7b533656f18f5269e6 is dead
Thu Jul 11 08:53:24 UTC 2024

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel Oops, I failed. You can see the full log here (spent 7min)

++ pwd
+ docker run -t --rm -v /tmp/rultor-K5xs:/main --env=head=git@github.com:h1alexbel/fakehub.git --env=pull_id=62 --env=fork=git@github.com:h1alexbel/fakehub.git --env=fork_branch=chore-github-mirror-ignore --env=head_branch=master '--env=pull_title=chore: github-mirror ignore generated files' --env=author=h1alexbel '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:h1alexbel/fakehub.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=62'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:h1alexbel/fakehub.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=chore-github-mirror-ignore'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=chore: github-mirror ignore generated files'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=h1alexbel'\''\'\'''\'''\'' '\'';'\'' '\''sudo rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt'\'' '\'';'\'' '\''cargo install --version 1.30.1 just'\'' '\'';'\'' '\''just rultor'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-K5xs/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=h1alexbel_fakehub_62 yegor256/rultor-image:1.23.1 /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 systemd-timesync 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/.npm /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:h1alexbel/fakehub.git' ; export 'pull_id=62' ; export 'fork=git@github.com:h1alexbel/fakehub.git' ; export 'fork_branch=chore-github-mirror-ignore' ; export 'head_branch=master' ; export 'pull_title=chore: github-mirror ignore generated files' ; export 'author=h1alexbel' ; sudo rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt ; cargo install --version 1.30.1 just ; just rultor ;
+ 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
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
\u001b[0m\u001b[31m\u001b[0m\u001b[1m\u001b[31merror: \u001b[0mtoolchain 'nightly-x86_64-unknown-linux-gnu' is not installed
container bcd1d3ae6fef0ace1aef487c59cbd8c6614dabe8c360c42ccdb8d81e77afa6dd is dead
Thu Jul 11 09:15:02 UTC 2024

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel Oops, I failed. You can see the full log here (spent 21min)

Diff in /home/r/repo/github-mirror/src/models/meta_root_200_response.rs at line 4:
  * GitHub's v3 REST API.
  *
  * The version of the OpenAPI document: 1.1.4
\u001b[31m- * 
\u001b(B\u001b[m\u001b[32m+ *
\u001b(B\u001b[m  * Generated by: https://openapi-generator.tech
  */
 
Diff in /home/r/repo/github-mirror/src/models/meta_root_200_response.rs at line 82:
 }
 
 impl MetaRoot200Response {
\u001b[31m-    pub fn new(current_user_url: String, current_user_authorizations_html_url: String, authorizations_url: String, code_search_url: String, commit_search_url: String, emails_url: String, emojis_url: String, events_url: String, feeds_url: String, followers_url: String, following_url: String, gists_url: String, issue_search_url: String, issues_url: String, keys_url: String, label_search_url: String, notifications_url: String, organization_url: String, organization_repositories_url: String, organization_teams_url: String, public_gists_url: String, rate_limit_url: String, repository_url: String, repository_search_url: String, current_user_repositories_url: String, starred_url: String, starred_gists_url: String, user_url: String, user_organizations_url: String, user_repositories_url: String, user_search_url: String) -> MetaRoot200Response {
\u001b(B\u001b[m\u001b[32m+    pub fn new(
\u001b(B\u001b[m\u001b[32m+        current_user_url: String,
\u001b(B\u001b[m\u001b[32m+        current_user_authorizations_html_url: String,
\u001b(B\u001b[m\u001b[32m+        authorizations_url: String,
\u001b(B\u001b[m\u001b[32m+        code_search_url: String,
\u001b(B\u001b[m\u001b[32m+        commit_search_url: String,
\u001b(B\u001b[m\u001b[32m+        emails_url: String,
\u001b(B\u001b[m\u001b[32m+        emojis_url: String,
\u001b(B\u001b[m\u001b[32m+        events_url: String,
\u001b(B\u001b[m\u001b[32m+        feeds_url: String,
\u001b(B\u001b[m\u001b[32m+        followers_url: String,
\u001b(B\u001b[m\u001b[32m+        following_url: String,
\u001b(B\u001b[m\u001b[32m+        gists_url: String,
\u001b(B\u001b[m\u001b[32m+        issue_search_url: String,
\u001b(B\u001b[m\u001b[32m+        issues_url: String,
\u001b(B\u001b[m\u001b[32m+        keys_url: String,
\u001b(B\u001b[m\u001b[32m+        label_search_url: String,
\u001b(B\u001b[m\u001b[32m+        notifications_url: String,
\u001b(B\u001b[m\u001b[32m+        organization_url: String,
\u001b(B\u001b[m\u001b[32m+        organization_repositories_url: String,
\u001b(B\u001b[m\u001b[32m+        organization_teams_url: String,
\u001b(B\u001b[m\u001b[32m+        public_gists_url: String,
\u001b(B\u001b[m\u001b[32m+        rate_limit_url: String,
\u001b(B\u001b[m\u001b[32m+        repository_url: String,
\u001b(B\u001b[m\u001b[32m+        repository_search_url: String,
\u001b(B\u001b[m\u001b[32m+        current_user_repositories_url: String,
\u001b(B\u001b[m\u001b[32m+        starred_url: String,
\u001b(B\u001b[m\u001b[32m+        starred_gists_url: String,
\u001b(B\u001b[m\u001b[32m+        user_url: String,
\u001b(B\u001b[m\u001b[32m+        user_organizations_url: String,
\u001b(B\u001b[m\u001b[32m+        user_repositories_url: String,
\u001b(B\u001b[m\u001b[32m+        user_search_url: String,
\u001b(B\u001b[m\u001b[32m+    ) -> MetaRoot200Response {
\u001b(B\u001b[m         MetaRoot200Response {
             current_user_url,
             current_user_authorizations_html_url,
Diff in /home/r/repo/github-mirror/src/models/meta_root_200_response.rs at line 120:
         }
     }
 }
\u001b[31m-
\u001b(B\u001b[m 
Warning: can't set `ignore = IgnoreList { path_set: {"github-mirror"}, rustfmt_toml_path: "" }`, unstable features are only available in nightly channel.
\u001b[1;31merror\u001b[0m: \u001b[1mRecipe `rultor` failed on line 58 with exit code 1\u001b[0m
container ae08f05dff7f7319c58b809fc3f9290c720dd508405b00c9ee1253fae7c8a022 is dead
Thu Jul 11 09:55:06 UTC 2024

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel Oops, I failed. You can see the full log here (spent 13min)


     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_MANIFEST_DIR=/home/r/repo/cli CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cli CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 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/integration_test-42586b80021d521e`

running 1 test
test should_output_help ... \u001b[32mok\u001b(B\u001b[m

test result: \u001b[32mok\u001b(B\u001b[m. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_MANIFEST_DIR=/home/r/repo/cli CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cli CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 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/mod-4fe9040f6e096c95`

running 1 test
test integration_test::should_output_help ... \u001b[32mok\u001b(B\u001b[m

test result: \u001b[32mok\u001b(B\u001b[m. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_MANIFEST_DIR=/home/r/repo/github-mirror CARGO_PKG_AUTHORS='OpenAPI Generator team and contributors' CARGO_PKG_DESCRIPTION='GitHub'\''s v3 REST API.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openapi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 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/openapi-de90b3b792bb7172`

running 0 tests

test result: \u001b[32mok\u001b(B\u001b[m. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_MANIFEST_DIR=/home/r/repo/server CARGO_PKG_AUTHORS='Aliaksei Bialíauski <aliaksei.bialiauski@hey.com>:Ivanchuk Ivan <l3r8y@duck.com>' CARGO_PKG_DESCRIPTION='GitHub API Server Stub. Fully functional fake version of a GitHub API that
supports all the features and works locally, with no connection to GitHub at
all.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=server CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' 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/server-d1d321e5ddbc475b`

running 4 tests
test report::latex::tests::returns_template_content ... \u001b[32mok\u001b(B\u001b[m
test tests::creates_the_server ... \u001b[32mok\u001b(B\u001b[m
test xml::storage::tests::creates_xml_storage ... \u001b[32mok\u001b(B\u001b[m
test xml::storage::tests::creates_xml_storage_with_different_name ... \u001b[32mok\u001b(B\u001b[m

test result: \u001b[32mok\u001b(B\u001b[m. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s

   Doc-tests openapi
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=openapi CARGO_MANIFEST_DIR=/home/r/repo/github-mirror CARGO_PKG_AUTHORS='OpenAPI Generator team and contributors' CARGO_PKG_DESCRIPTION='GitHub'\''s v3 REST API.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openapi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 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/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --crate-name openapi --test github-mirror/src/lib.rs --test-run-directory /home/r/repo/github-mirror -L dependency=/home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern openapi=/home/r/repo/target/debug/deps/libopenapi-1aadbe24a451087e.rlib --extern reqwest=/home/r/repo/target/debug/deps/libreqwest-2eabb7fb5092288a.rlib --extern serde=/home/r/repo/target/debug/deps/libserde-40289f6e6392ef89.rlib --extern serde_json=/home/r/repo/target/debug/deps/libserde_json-df1846042c1efc82.rlib --extern url=/home/r/repo/target/debug/deps/liburl-68fb1a944f82d2e4.rlib --extern uuid=/home/r/repo/target/debug/deps/libuuid-d51b86e976ed6555.rlib -C embed-bitcode=no --error-format human`

running 0 tests

test result: \u001b[32mok\u001b(B\u001b[m. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests server
     Running `CARGO=/home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=server CARGO_MANIFEST_DIR=/home/r/repo/server CARGO_PKG_AUTHORS='Aliaksei Bialíauski <aliaksei.bialiauski@hey.com>:Ivanchuk Ivan <l3r8y@duck.com>' CARGO_PKG_DESCRIPTION='GitHub API Server Stub. Fully functional fake version of a GitHub API that
supports all the features and works locally, with no connection to GitHub at
all.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=server CARGO_PKG_README='' CARGO_PKG_REPOSITORY='' 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/lib' /home/r/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --crate-name server --test server/src/lib.rs --test-run-directory /home/r/repo/server -L dependency=/home/r/repo/target/debug/deps -L dependency=/home/r/repo/target/debug/deps --extern anyhow=/home/r/repo/target/debug/deps/libanyhow-8e22740e64bc478f.rlib --extern axum=/home/r/repo/target/debug/deps/libaxum-1ecdc0391ae34332.rlib --extern env_logger=/home/r/repo/target/debug/deps/libenv_logger-6af7e3e549b24948.rlib --extern log=/home/r/repo/target/debug/deps/liblog-92db3ecac7231bac.rlib --extern openapi=/home/r/repo/target/debug/deps/libopenapi-1aadbe24a451087e.rlib --extern serde=/home/r/repo/target/debug/deps/libserde-40289f6e6392ef89.rlib --extern serde_json=/home/r/repo/target/debug/deps/libserde_json-df1846042c1efc82.rlib --extern server=/home/r/repo/target/debug/deps/libserver-1275818a8a8c2ffc.rlib --extern tempdir=/home/r/repo/target/debug/deps/libtempdir-9f98ce0670d10a37.rlib --extern tokio=/home/r/repo/target/debug/deps/libtokio-4841f75e6d06c7b3.rlib -C embed-bitcode=no --error-format human`

running 1 test
test server/src/report/latex.rs - report::latex::template (line 37) ... \u001b[32mok\u001b(B\u001b[m

test result: \u001b[32mok\u001b(B\u001b[m. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s

\u001b[1mcargo --color=never +nightly fmt --check\u001b[0m
error: no such command: `+nightly`

	Cargo does not handle `+toolchain` directives.
	Did you mean to invoke `cargo` through `rustup` instead?
\u001b[1;31merror\u001b[0m: \u001b[1mRecipe `rultor` failed on line 58 with exit code 101\u001b[0m
container b1711543131760de06f76410370399f8f0912803233bb0057c28693004f90509 is dead
Thu Jul 11 10:17:01 UTC 2024

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 8a6d4b8 into master Jul 11, 2024
14 checks passed
@rultor
Copy link
Collaborator

rultor commented Jul 11, 2024

@rultor merge

@h1alexbel Done! FYI, the full log is here (took me 16min)

@h1alexbel h1alexbel deleted the chore-github-mirror-ignore branch July 11, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants