Giter VIP home page Giter VIP logo

Comments (30)

yegor256 avatar yegor256 commented on June 21, 2024 1

@rultor release, tag is 0.31.10

from 0pdd.

yegor256 avatar yegor256 commented on June 21, 2024 1

@rultor release, tag is 0.31.10

from 0pdd.

yegor256 avatar yegor256 commented on June 21, 2024 1

@rultor release, tag is 0.31.10

from 0pdd.

yegor256 avatar yegor256 commented on June 21, 2024 1

@rultor release, tag is 0.31.10

from 0pdd.

yegor256 avatar yegor256 commented on June 21, 2024 1

@rultor release, tag is 0.31.10

from 0pdd.

rultor avatar rultor commented on June 21, 2024 1

@rultor release, tag is 0.31.10

@yegor256 Done! FYI, the full log is here (took me 5min)

from 0pdd.

nergal-perm avatar nergal-perm commented on June 21, 2024 1

@yegor256 , @pnatashap , it helped, thanks.

I suppose the issue can be closed.

from 0pdd.

pnatashap avatar pnatashap commented on June 21, 2024

Serivce is fine, your project file is broken for some reason
https://www.0pdd.com/xml?name=nergal-perm/java-decita
error on line 13 at column 8: Opening and ending tag mismatch: link line 12 and head

from 0pdd.

nergal-perm avatar nergal-perm commented on June 21, 2024

OK, is there some info on what should I (or anyone else) do to fix that project file? Do you have any clue on why did it broke? Where should I look to investigate this issue further?

UPD: it seems, that the XML-file you mentioned is indeed broken :) look at it's source code:

<!DOCTYPE html>
<html>
<head>
<title>
error
</title>
<meta charset='UTF-8'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<meta content='PDD, GitHub, Puzzle Driven Development' name='keywords'>
<meta content='Hosted PDD puzzles collector' name='description'>
<link href='https://www.0pdd.com/css/main.css' rel='stylesheet' type='text/css'>
<link href='https://avatars2.githubusercontent.com/u/24456188' rel='shortcut icon'>
</head>

The error is that <link> tags here do not have closing tag, that's what the error message says - closing head encountered, but closing link was expected. That's because the content of the XML-file is actually an HTML of the web page, and not the project puzzles data, right?

If you render that XML as a web page, not as an XML-document (i.e. by copy-pasting its content in a new .html file and opening it in a browser), you'll get the error, that I've posted initially.

from 0pdd.

nergal-perm avatar nergal-perm commented on June 21, 2024

Does it mean that there's an XML-file for my project somewhere on a 0pdd server, and that XML-file was corrupted by writing HTML with an error description into it?

If it is so, should I rename the issue to reflect the error's nature more precisely?

from 0pdd.

pnatashap avatar pnatashap commented on June 21, 2024

Html has less restrictions and not closed tags is not a problem.
@yegor256 can you check what's wrong with the file?

from 0pdd.

pnatashap avatar pnatashap commented on June 21, 2024

Something happens after puzzle closing - last commit with one message about closing and after that the error

nergal-perm/java-decita@d98cacd

from 0pdd.

yegor256 avatar yegor256 commented on June 21, 2024

@pnatashap @nergal-perm the error is pretty weird: File.exist?() says TRUE and then File.read() raises an exception. This most probably means some low-level disk failure. Let's try to re-deploy, so that the entire cache is cleaned up.

from 0pdd.

rultor avatar rultor commented on June 21, 2024

@rultor release, tag is 0.31.10

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

from 0pdd.

rultor avatar rultor commented on June 21, 2024

@rultor release, tag is 0.31.10

@nergal-perm @yegor256 Oops, I failed. You can see the full log here (spent 7min)

remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G       bundler: failed to load command: rackup (/app/vendor/bundle/bin/rackup)\u001b[K
remote: \u001b[1G       /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:308:in `block in replace_bin_path': can't find executable rackup for gem rack (Gem::Exception)\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:347:in `block in replace_bin_path'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/rackup:27:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G       bundler: failed to load command: rackup (/app/vendor/bundle/bin/rackup)\u001b[K
remote: \u001b[1G       /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:308:in `block in replace_bin_path': can't find executable rackup for gem rack (Gem::Exception)\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:347:in `block in replace_bin_path'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/rackup:27:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G=====> End of  container output (.)\u001b[K
remote: parallel: This job failed:\u001b[K
remote: /var/lib/dokku/plugins/available/scheduler-docker-local/bin/scheduler-deploy-process-container zeropdd herokuish dokku/zeropdd:latest latest web 1 1\u001b[K
To dokku.0pdd.com:zeropdd
 \u001b[31m! [remote rejected]\u001b[m __rultor -> master (pre-receive hook declined)
\u001b[31merror: failed to push some refs to 'dokku.0pdd.com:zeropdd'
\u001b[mcontainer 8fb6ffde2ca7728d0f021c767ddc7e65fcf05a23e866032a0c78945cf36bc687 is dead
Thu Feb  8 07:07:08 AM CET 2024

from 0pdd.

nergal-perm avatar nergal-perm commented on June 21, 2024

@pnatashap @nergal-perm the error is pretty weird: File.exist?() says TRUE and then File.read() raises an exception. This most probably means some low-level disk failure. Let's try to re-deploy, so that the entire cache is cleaned up.

It seems that the broken file is just a symptom. The root problem appeared some time earlier, I suppose. Looks like the method that writes some data to a file expect the data to always be valid XML and just writes whatever came in. But earlier (deeper in the stack) the exception was raised and its text propagated until the file write moment. Could it be something like that?

from 0pdd.

yegor256 avatar yegor256 commented on June 21, 2024

@pnatashap I also can't understand why it doesn't deploy now (some error with the rackup), maybe know how to fix?

from 0pdd.

pnatashap avatar pnatashap commented on June 21, 2024

@yegor256 looks like https://github.com/yegor256/0pdd/blob/master/Gemfile.lock#L272 should be '2.3.17'

from 0pdd.

rultor avatar rultor commented on June 21, 2024

@rultor release, tag is 0.31.10

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

from 0pdd.

rultor avatar rultor commented on June 21, 2024

@rultor release, tag is 0.31.10

@nergal-perm @yegor256 Oops, I failed. You can see the full log here (spent 6min)

remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G       bundler: failed to load command: rackup (/app/vendor/bundle/bin/rackup)\u001b[K
remote: \u001b[1G       /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:308:in `block in replace_bin_path': can't find executable rackup for gem rack (Gem::Exception)\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:347:in `block in replace_bin_path'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/rackup:27:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G       bundler: failed to load command: rackup (/app/vendor/bundle/bin/rackup)\u001b[K
remote: \u001b[1G       /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:308:in `block in replace_bin_path': can't find executable rackup for gem rack (Gem::Exception)\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:347:in `block in replace_bin_path'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/rackup:27:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G       2024/02/08 14:35:33 signal: terminated\u001b[K
remote: \u001b[1G=====> End of  container output (.)\u001b[K
remote: parallel: This job failed:\u001b[K
remote: /var/lib/dokku/plugins/available/scheduler-docker-local/bin/scheduler-deploy-process-container zeropdd herokuish dokku/zeropdd:latest latest web 1 1\u001b[K
To dokku.0pdd.com:zeropdd
 \u001b[31m! [remote rejected]\u001b[m __rultor -> master (pre-receive hook declined)
\u001b[31merror: failed to push some refs to 'dokku.0pdd.com:zeropdd'
\u001b[mcontainer a8a7fbd31bf86fdcd0bd1df6c1c436976c5217e2fdba4dca9f5ca258f0c4d708 is dead
Thu Feb  8 03:37:48 PM CET 2024

from 0pdd.

yegor256 avatar yegor256 commented on June 21, 2024

@pnatashap this was something else :(

from 0pdd.

pnatashap avatar pnatashap commented on June 21, 2024

@yegor256 you add app.json but https://github.com/pnatashap/0pdd/blob/master/CHECKS is still used and caused the error

Deprecated: Usage of the CHECKS file is deprecated in favor of healthchecks in app.jsonK
remote:  !     Please move your healthchecks to app.json.K
...
remote: 1G-----> Executing 3 healthchecks                                                        K
remote: 1G       Running healthcheck name='check-1' delay=0 path='/' retries=2 timeout=5 type='path'K
remote: 1G       Running healthcheck name='check-2' delay=0 path='/p?name=yegor256/0pdd' retries=2 timeout=5 type='path'K
remote: 1G       Running healthcheck name='port listening check' attempts=3 port=5000 retries=2 timeout=5 type='listening' wait=5K
remote: 1m31m !     0m0mFailure in name='check-1': Get "http://172.17.0.16:5000/": dial tcp 172.17.0.16:5000: connect: connection refusedK
remote: 1Gadf753485fea36abed0c915f592c651ce18e779484ef2dd724c8c1b859175676K
remote:  !     Could not start due to 2 failed checks (web.1)K

from 0pdd.

rultor avatar rultor commented on June 21, 2024

@rultor release, tag is 0.31.10

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

from 0pdd.

rultor avatar rultor commented on June 21, 2024

@rultor release, tag is 0.31.10

@nergal-perm @yegor256 Oops, I failed. You can see the full log here (spent 5min)

remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G       bundler: failed to load command: rackup (/app/vendor/bundle/bin/rackup)\u001b[K
remote: \u001b[1G       /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:308:in `block in replace_bin_path': can't find executable rackup for gem rack (Gem::Exception)\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:347:in `block in replace_bin_path'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/rackup:27:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G       bundler: failed to load command: rackup (/app/vendor/bundle/bin/rackup)\u001b[K
remote: \u001b[1G       /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:308:in `block in replace_bin_path': can't find executable rackup for gem rack (Gem::Exception)\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:347:in `block in replace_bin_path'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/rackup:27:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G=====> End of  container output (.)\u001b[K
remote: parallel: This job failed:\u001b[K
remote: /var/lib/dokku/plugins/available/scheduler-docker-local/bin/scheduler-deploy-process-container zeropdd herokuish dokku/zeropdd:latest latest web 1 1\u001b[K
To dokku.0pdd.com:zeropdd
 \u001b[31m! [remote rejected]\u001b[m __rultor -> master (pre-receive hook declined)
\u001b[31merror: failed to push some refs to 'dokku.0pdd.com:zeropdd'
\u001b[mcontainer 2b5b1e647de824d92308abfb9620f4aea7e0a78cc793d14d7e31fd79029e4e60 is dead
Thu Feb  8 07:42:12 PM CET 2024

from 0pdd.

rultor avatar rultor commented on June 21, 2024

@rultor release, tag is 0.31.10

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

from 0pdd.

rultor avatar rultor commented on June 21, 2024

@rultor release, tag is 0.31.10

@nergal-perm @yegor256 Oops, I failed. You can see the full log here (spent 7min)

remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G       bundler: failed to load command: rackup (/app/vendor/bundle/bin/rackup)\u001b[K
remote: \u001b[1G       /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:308:in `block in replace_bin_path': can't find executable rackup for gem rack (Gem::Exception)\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:347:in `block in replace_bin_path'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/rackup:27:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G       bundler: failed to load command: rackup (/app/vendor/bundle/bin/rackup)\u001b[K
remote: \u001b[1G       /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:308:in `block in replace_bin_path': can't find executable rackup for gem rack (Gem::Exception)\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/rubygems_integration.rb:347:in `block in replace_bin_path'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/rackup:27:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:58:in `kernel_load'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli/exec.rb:23:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:486:in `exec'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor.rb:392:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:31:in `dispatch'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/vendor/thor/lib/thor/base.rb:485:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/cli.rb:25:in `start'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:48:in `block in <top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/3.1.0/bundler/friendly_errors.rb:120:in `with_friendly_errors'\u001b[K
remote: \u001b[1G       	from /app/vendor/ruby-3.1.4/lib/ruby/gems/3.1.0/gems/bundler-2.3.26/libexec/bundle:36:in `<top (required)>'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `load'\u001b[K
remote: \u001b[1G       	from /app/vendor/bundle/bin/bundle:113:in `<main>'\u001b[K
remote: \u001b[1G=====> End of  container output (.)\u001b[K
remote: parallel: This job failed:\u001b[K
remote: /var/lib/dokku/plugins/available/scheduler-docker-local/bin/scheduler-deploy-process-container zeropdd herokuish dokku/zeropdd:latest latest web 1 1\u001b[K
To dokku.0pdd.com:zeropdd
 \u001b[31m! [remote rejected]\u001b[m __rultor -> master (pre-receive hook declined)
\u001b[31merror: failed to push some refs to 'dokku.0pdd.com:zeropdd'
\u001b[mcontainer 6eb314dedb10efcb483054faa50cb627a1435d68f30fe81626d6bc89ff23c3e5 is dead
Fri Feb  9 04:41:51 AM CET 2024

from 0pdd.

pnatashap avatar pnatashap commented on June 21, 2024

@yegor256 please merge #571 first

from 0pdd.

rultor avatar rultor commented on June 21, 2024

@rultor release, tag is 0.31.10

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

from 0pdd.

nergal-perm avatar nergal-perm commented on June 21, 2024

There's another issue right now, but I'll open another ticket for that :)

from 0pdd.

yegor256 avatar yegor256 commented on June 21, 2024

@nergal-perm ok, thanks, closing

from 0pdd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.