yegor256 / fief

Command-line tool that collects statistics of your GitHub repositories and renders an HTML summary
https://rubygems.org/gems/fief
MIT License
2 stars 1 forks source link

skeleton #1

Closed yegor256 closed 1 year ago

yegor256 commented 1 year ago

@rultor release, tag is 0.0.1

rultor commented 1 year ago

@rultor release, tag is 0.0.1

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 1 year ago

@rultor release, tag is 0.0.1

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

Ruby version is 3.0.1 at x86_64-linux
Reading from root dir .
Excluding target/**/*
Excluding coverage/**/*
/home/r/repo/logo.png is a binary file (37761 bytes)
/home/r/repo/logo.svg is a binary file (2112 bytes)
/home/r/repo/renovate.json is a binary file (107 bytes)
Reading .0pdd.yml ...
Reading .gitattributes ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/xcop.yml ...
Reading .gitignore ...
Reading .pdd ...
Reading .rubocop.yml ...
Reading .rultor.yml ...
Reading .simplecov ...
Reading Gemfile ...
Reading LICENSE.txt ...
Reading README.md ...
Reading Rakefile ...
Reading assets/index.xsl ...
Reading bin/fief ...
Reading features/cli.feature ...
Reading features/gem_package.feature ...
Reading features/step_definitions/steps.rb ...
Reading features/support/env.rb ...
Reading fief.gemspec ...
Reading test/metrics/test_pulls.rb ...
Reading test/test__helper.rb ...
Reading test/test_mask.rb ...
Reading test/test_match.rb ...
Reading test/test_repos.rb ...
++ pwd
+ sudo -i bundle install --no-color --gemfile=/home/r/repo/Gemfile
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.

[!] There was an error parsing `Gemfile`: 
[!] There was an error while loading `fief.gemspec`: cannot load such file -- /home/r/repo/lib/fief/version. Bundler cannot continue.

 #  from /home/r/repo/fief.gemspec:25
 #  -------------------------------------------
 #  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
 >  require_relative './lib/fief/version'
 #  
 #  -------------------------------------------
. Bundler cannot continue.

 #  from /home/r/repo/Gemfile:22
 #  -------------------------------------------
 #  source 'https://rubygems.org'
 >  gemspec
 #  
 #  -------------------------------------------
container e5211d007f11e04662725e26300fe64075d10bfa306f9f105c4a73075ae82c87 is dead
Sat 03 Jun 2023 07:59:45 AM CEST
yegor256 commented 1 year ago

@rultor release, tag is 0.0.1

rultor commented 1 year ago

@rultor release, tag is 0.0.1

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 1 year ago

@rultor release, tag is 0.0.1

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

+ command gem build fief.gemspec
  Successfully built RubyGem
  Name: fief
  Version: 0.0.1
  File: fief-0.0.1.gem
+ hash -r
+ return 0
+ chmod 0600 ../rubygems.yml
+ gem push fief-0.0.1.gem --config-file ../rubygems.yml
+ typeset result
+ typeset rvmrc
+ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ [[ -n /usr/local ]]
+ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
+ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ for rvmrc in "${rvm_rvmrc_files[@]}"
+ [[ -s /etc/rvmrc ]]
+ source /etc/rvmrc
++ umask u=rwx,g=rwx,o=rx
+ for rvmrc in "${rvm_rvmrc_files[@]}"
+ [[ -s /home/r/.rvmrc ]]
+ true
+ for rvmrc in "${rvm_rvmrc_files[@]}"
+ [[ -s /usr/local/.rvmrc ]]
+ true
+ unset rvm_rvmrc_files
+ command gem push fief-0.0.1.gem --config-file ../rubygems.yml
Pushing gem to https://rubygems.org...
Successfully registered gem: fief (0.0.1)
+ hash -r
+ return 0
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.0.1 -m '0.0.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at aee8db4 version set to 0.0.1
+ 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 aee8db4).
+ git push --all origin
To github.com:yegor256/fief.git
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'git@github.com:yegor256/fief.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
container efa60758c9e7d6227e4e5d40cf0caf2a1b0179de69fd9cdc8d5c89242430f9b3 is dead
Sat 03 Jun 2023 08:43:29 AM CEST