yegor256 / 0rsk

Online Risk Manager
https://www.0rsk.com
MIT License
20 stars 2 forks source link

Update dependency sprockets to v4.2.1 - autoclosed #98

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sprockets '4.2.0' -> '4.2.1' age adoption passing confidence

Release Notes

rails/sprockets (sprockets) ### [`v4.2.1`](https://togithub.com/rails/sprockets/blob/HEAD/CHANGELOG.md#421) [Compare Source](https://togithub.com/rails/sprockets/compare/v4.2.0...v4.2.1) - Fix for precompile issues when multiple extensions map to the same MIME type (eg. `.jpeg` / `.jpg`). [#​781](https://togithub.com/rails/sprockets/pull/781) - Fix `application/css-sourcemap+json` charset [#​764](https://togithub.com/rails/sprockets/pull/764) - Fix compatibility with Rack 2 applications. [#​790](https://togithub.com/rails/sprockets/pull/790)

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

yegor256 commented 1 year ago

@rultor please, try to merge, since 4 checks have passed

rultor commented 1 year ago

@rultor please, try to merge, since 4 checks have passed

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

rultor commented 1 year ago

@rultor please, try to merge, since 4 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 6min)

D: INSERT INTO task (plan) VALUES ($1): 7ms / 5520
D: SELECT * FROM (SELECT DISTINCT ON (task.id) task.id, task.plan,   plan.schedule AS schedule, plan.part AS part,   emoji,   part.text AS text, t.text AS ptext,   project.id AS pid, project.title AS title,   triple.id AS tid,   risk.probability * effect.impact AS rank,   effect.positive AS positive,   cpart.text AS ctext, rpart.text AS rtext, epart.text AS etext,   CASE WHEN t.type = 'Cause' THEN 'C' WHEN t.type = 'Risk' THEN 'R' ELSE 'E' END AS prefix FROM task JOIN plan ON plan.id = task.plan JOIN part ON plan.id = part.id JOIN triple ON risk = plan.part OR cause = plan.part OR effect = plan.part JOIN cause ON cause.id = triple.cause JOIN part AS cpart ON cause.id = cpart.id JOIN risk ON risk.id = triple.risk JOIN part AS rpart ON risk.id = rpart.id JOIN effect ON effect.id = triple.effect JOIN part AS epart ON effect.id = epart.id JOIN project ON part.project = project.id JOIN part AS t ON plan.part = t.id WHERE project.login = $1 AND (emoji LIKE $2 OR LOWER(part.text) LIKE $2 OR LOWER(cpart.text) LIKE $2 OR LOWER(rpart.text) LIKE $2 OR LOWER(epart.text) LIKE $2) ORDER BY task.id ASC) x ORDER BY rank DESC OFFSET 0 LIMIT 10: 18ms / 5560
D: SELECT project.* FROM project JOIN part ON part.project = project.id JOIN plan ON plan.id = part.id JOIN task ON task.plan = plan.id WHERE task.id = $1: 1ms / 5600
D: SELECT plan.* FROM plan JOIN task ON task.plan = plan.id WHERE task.id = $1: 1ms / 5580
D: DELETE FROM task WHERE id = $1: 3ms / 5620
D: SELECT schedule FROM plan WHERE id = $1 AND part = $2: 0ms / 5640
D: UPDATE plan SET schedule = $3 WHERE id = $1 AND part = $2: 11ms / 5660
  test_postpones_tasks                                           \u001b[32m PASS\u001b[0m (0.18s)

Rsk::TelechatsTest
  test_pgsql                                                     \u001b[32m PASS\u001b[0m (0.00s)
D: INSERT INTO telechat (id, login) VALUES ($1, $2): 11ms / 5540
D: UPDATE telechat SET recent = $1 WHERE id = $2: 11ms / 5520
D: SELECT recent FROM telechat WHERE id = $1: 1ms / 5560
D: SELECT recent FROM telechat WHERE id = $1: 0ms / 5600
  test_checks                                                    \u001b[32m PASS\u001b[0m (0.02s)

Rsk::CauseTest
D: INSERT INTO project (login, title) VALUES ($1, $2) RETURNING id: 10ms / 5580
D: INSERT INTO part (project, text, type) VALUES ($1, $2, $3) RETURNING id: 11ms / 5640
D: INSERT INTO cause (id) VALUES ($1): 11ms / 5640
D: SELECT text FROM part WHERE id = $1: 0ms / 5660
D: UPDATE part SET text = $2 WHERE id = $1: 11ms / 5620
D: SELECT text FROM part WHERE id = $1: 0ms / 5540
  test_modifies_text                                             \u001b[32m PASS\u001b[0m (0.04s)
D: INSERT INTO project (login, title) VALUES ($1, $2) RETURNING id: 11ms / 5520
D: INSERT INTO part (project, text, type) VALUES ($1, $2, $3) RETURNING id: 11ms / 5560
D: INSERT INTO cause (id) VALUES ($1): 11ms / 5560
D: SELECT emoji FROM cause WHERE id = $1: 0ms / 5600
D: UPDATE cause SET emoji = $2 WHERE id = $1: 11ms / 5580
D: SELECT emoji FROM cause WHERE id = $1: 0ms / 5640
  test_modifies_emoji                                            \u001b[32m PASS\u001b[0m (0.04s)
  test_pgsql                                                     \u001b[32m PASS\u001b[0m (0.00s)

Finished in 4.19413s
43 tests, 84 assertions, \u001b[31m1 failures, 0 errors, \u001b[0m\u001b[33m0 skips\u001b[0m
rake aborted!
Command failed with status (1): [ruby -I"lib:lib:test" /usr/local/rvm/gems/ruby-3.0.1/gems/rake-13.0.6/lib/rake/rake_test_loader.rb "test/test_0rsk.rb" "test/test__helper.rb" "test/test_cause.rb" "test/test_causes.rb" "test/test_effect.rb" "test/test_effects.rb" "test/test_pipeline.rb" "test/test_plans.rb" "test/test_projects.rb" "test/test_risk.rb" "test/test_risks.rb" "test/test_tasks.rb" "test/test_telechats.rb" "test/test_telepings.rb" "test/test_triples.rb" "test/test_users.rb" ]
/usr/local/rvm/gems/ruby-3.0.1/gems/rake-13.0.6/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:58:in `load'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:58:in `kernel_load'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli/exec.rb:23:in `run'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:486:in `exec'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:31:in `dispatch'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/cli.rb:25:in `start'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/exe/bundle:48:in `block in <top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/lib/bundler/friendly_errors.rb:120:in `with_friendly_errors'
/usr/local/rvm/gems/ruby-3.0.1/gems/bundler-2.3.26/exe/bundle:36:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.0.1/bin/bundle:23:in `load'
/usr/local/rvm/gems/ruby-3.0.1/bin/bundle:23:in `<main>'
Tasks: TOP => default => test
(See full trace by running task with --trace)
2023-09-05 22:29:58.382 UTC [11355] LOG:  received smart shutdown request
PostgreSQL killed in PID 11355
container baf2665e00a018be0a445f5efdd33df58f2228cefe7babffb938f40528ffc75c is dead
Wed 06 Sep 2023 12:31:12 AM CEST
yegor256 commented 1 year ago

@rultor merge

rultor commented 1 year ago

@rultor merge

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

rultor commented 1 year ago

@rultor merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 4min)

After this operation, 0 B of additional disk space will be used.

0% [Working]

Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpq-dev amd64 14.9-0ubuntu0.22.04.1 [147 kB]

1% [1 libpq-dev 2,613 B/147 kB 2%]

51% [Working]

Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpq5 amd64 14.9-0ubuntu0.22.04.1 [141 kB]

52% [2 libpq5 4,061 B/141 kB 3%]

100% [Working]

Fetched 288 kB in 0s (865 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 92586 files and directories currently installed.)
Preparing to unpack .../libpq-dev_14.9-0ubuntu0.22.04.1_amd64.deb ...
Unpacking libpq-dev (14.9-0ubuntu0.22.04.1) over (14.8-0ubuntu0.22.04.1) ...
Preparing to unpack .../libpq5_14.9-0ubuntu0.22.04.1_amd64.deb ...
Unpacking libpq5:amd64 (14.9-0ubuntu0.22.04.1) over (14.8-0ubuntu0.22.04.1) ...
Setting up libpq5:amd64 (14.9-0ubuntu0.22.04.1) ...
Setting up libpq-dev (14.9-0ubuntu0.22.04.1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
Processing triggers for man-db (2.10.2-1) ...
+ git config --global user.email server@0rsk.com
+ git config --global user.name 0rsk.com
+ sudo -i gem install openssl -- --with-openssl-dir=/usr/local/rvm/rubies/ruby-3.0.1/lib/ruby/3.0.0/openssl
Using /usr/local/rvm/gems/ruby-3.0.1
Using /usr/local/rvm/gems/ruby-3.0.1
Fetching openssl-3.2.0.gem
Building native extensions with: '--with-openssl-dir=/usr/local/rvm/rubies/ruby-3.0.1/lib/ruby/3.0.0/openssl'
This could take a while...
ERROR:  Error installing openssl:
    ERROR: Failed to build gem native extension.

    current directory: /usr/local/rvm/gems/ruby-3.0.1/gems/openssl-3.2.0/ext/openssl
/usr/local/rvm/rubies/ruby-3.0.1/bin/ruby -I /usr/local/rvm/rubies/ruby-3.0.1/lib/ruby/3.0.0 -r ./siteconf20231024-2126-brpn3c.rb extconf.rb --with-openssl-dir\=/usr/local/rvm/rubies/ruby-3.0.1/lib/ruby/3.0.0/openssl
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

Provided configuration options:
    --with-opt-dir
    --without-opt-dir
    --with-opt-include
    --without-opt-include=${opt-dir}/include
    --with-opt-lib
    --without-opt-lib=${opt-dir}/lib
    --with-make-prog
    --without-make-prog
    --srcdir=.
    --curdir
    --ruby=/usr/local/rvm/rubies/ruby-3.0.1/bin/$(RUBY_BASE_NAME)
    --with-openssl-dir
    --with-openssl-include
    --without-openssl-include=${openssl-dir}/include
    --with-openssl-lib
    --without-openssl-lib=${openssl-dir}/lib
extconf.rb:33:in `<main>': OpenSSL library directory could not be found in '/usr/local/rvm/rubies/ruby-3.0.1/lib/ruby/3.0.0/openssl/lib'. You might want to fix this error in one of the following ways. (RuntimeError)
  * Recompile OpenSSL by configuring it with --libdir=lib  to specify the OpenSSL library directory.
  * Recompile Ruby by configuring it with --libdir=<dir> to specify the Ruby library directory.
  * Compile this openssl gem with --with-openssl-include=<dir> and --with-openssl-lib=<dir> options to specify the OpenSSL include and library directories.

extconf failed, exit code 1

Gem files will remain installed in /usr/local/rvm/gems/ruby-3.0.1/gems/openssl-3.2.0 for inspection.
Results logged to /usr/local/rvm/gems/ruby-3.0.1/extensions/x86_64-linux/3.0.0/openssl-3.2.0/gem_make.out
container ce6b8337440c1f7175f8fff0a841080cec4516ea5760475a8a170f0d59539ef8 is dead
Tue Oct 24 08:41:37 PM CEST 2023