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

Rultor is unable to merge itself #994

Closed
JimmySpivey opened this issue Jan 28, 2016 · 7 comments
Closed

Rultor is unable to merge itself #994

JimmySpivey opened this issue Jan 28, 2016 · 7 comments
Labels

Comments

@JimmySpivey
Copy link

In this PR: #990 Yegor issued command for rultor to merge. Despite that maven clean install -Pqulice running fine in my local (and the fact that the PR is very small), it should have merged. It appears that the Ruby environment that Rultor depends on, wherever that is, has issues. See the logs from PR 990: http://www.rultor.com/t/6581-174764783

Also, others have ran into this version conflict with ruby, and there are various solutions here: dtao/safe_yaml#72

@alex-palevsky
Copy link
Contributor

@yegor256 dispatch this issue please, see par.21

@yegor256
Copy link
Owner

yegor256 commented Feb 3, 2016

@rultor deploy

@rultor
Copy link
Collaborator

rultor commented Feb 3, 2016

@rultor deploy

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

@rultor
Copy link
Collaborator

rultor commented Feb 3, 2016

@rultor deploy

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

INFO: "reading src/test/java/com/rultor/agents/hn/package-info.java..."
INFO: "reading src/test/java/com/rultor/agents/package-info.java..."
INFO: "reading src/test/java/com/rultor/agents/req/DecryptTest.java..."
INFO: "reading src/test/java/com/rultor/agents/req/DockerRunTest.java..."
INFO: "reading src/test/java/com/rultor/agents/req/EndsRequestTest.java..."
INFO: "reading src/test/java/com/rultor/agents/req/StartsRequestITCase.java..."
INFO: "reading src/test/java/com/rultor/agents/req/StartsRequestTest.java..."
INFO: "reading src/test/java/com/rultor/agents/req/package-info.java..."
INFO: "reading src/test/java/com/rultor/agents/shells/RegistersShellTest.java..."
INFO: "reading src/test/java/com/rultor/agents/shells/package-info.java..."
INFO: "reading src/test/java/com/rultor/agents/twitter/TweetsTest.java..."
INFO: "reading src/test/java/com/rultor/agents/twitter/package-info.java..."
INFO: "reading src/test/java/com/rultor/dynamo/DyTalksITCase.java..."
INFO: "reading src/test/java/com/rultor/dynamo/package-info.java..."
INFO: "reading src/test/java/com/rultor/package-info.java..."
INFO: "reading src/test/java/com/rultor/profiles/GithubProfileITCase.java..."
INFO: "reading src/test/java/com/rultor/profiles/GithubProfileTest.java..."
INFO: "reading src/test/java/com/rultor/profiles/GithubProfileValidationTest.java..."
INFO: "reading src/test/java/com/rultor/profiles/YamlXMLTest.java..."
INFO: "reading src/test/java/com/rultor/profiles/package-info.java..."
INFO: "reading src/test/java/com/rultor/spi/ProfileTest.java..."
INFO: "reading src/test/java/com/rultor/spi/TalkTest.java..."
INFO: "reading src/test/java/com/rultor/spi/package-info.java..."
INFO: "reading src/test/java/com/rultor/web/TkAppTest.java..."
INFO: "reading src/test/java/com/rultor/web/TkButtonTest.java..."
INFO: "reading src/test/java/com/rultor/web/TkDaemonTest.java..."
INFO: "reading src/test/java/com/rultor/web/TkHomeITCase.java..."
INFO: "reading src/test/java/com/rultor/web/TkHomeTest.java..."
INFO: "reading src/test/java/com/rultor/web/TkSiblingsITCase.java..."
INFO: "reading src/test/java/com/rultor/web/TkSiblingsTest.java..."
INFO: "reading src/test/java/com/rultor/web/TkSitemapTest.java..."
INFO: "reading src/test/java/com/rultor/web/TkTicksTest.java..."
INFO: "reading src/test/java/com/rultor/web/package-info.java..."
INFO: "reading src/test/resources/META-INF/MANIFEST.MF..."
INFO: "reading src/test/resources/com/rultor/agents/req/pubring.gpg.base64..."
INFO: "reading src/test/resources/com/rultor/agents/req/secring.gpg.base64..."
INFO: "reading src/test/resources/com/rultor/agents/rultor.key..."
INFO: "reading src/test/resources/com/rultor/agents/shells/authorized_keys..."
INFO: "reading src/test/resources/com/rultor/agents/shells/id_rsa..."
INFO: "reading src/test/resources/com/rultor/agents/shells/private.key..."
INFO: "reading src/test/resources/com/rultor/agents/shells/ssh_host_rsa_key..."
INFO: "reading src/test/resources/log4j.properties..."
INFO: "reading system.properties..."
INFO: "reading wercker.yml..."
+ s3cmd --no-progress put rultor.xml --config=../s3cfg s3://pdd.teamed.io/rultor.xml
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
File 'rultor.xml' stored as 's3://pdd.teamed.io/rultor.xml' (6232 bytes in 0.1 seconds, 88.48 kB/s) [1 of 1]
+ est --dir=./est --verbose --file=rultor.xml --format=xml
/usr/local/lib/site_ruby/2.2.0/rubygems/specification.rb:2285:in `raise_if_conflicts': Unable to activate est-0.3.1, because nokogiri-1.6.7.2 conflicts with nokogiri (= 1.6.6.4) (Gem::ConflictError)
    from /usr/local/lib/site_ruby/2.2.0/rubygems/specification.rb:1408:in `activate'
    from /usr/local/lib/site_ruby/2.2.0/rubygems.rb:196:in `rescue in try_activate'
    from /usr/local/lib/site_ruby/2.2.0/rubygems.rb:193:in `try_activate'
    from /usr/local/lib/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:125:in `rescue in require'
    from /usr/local/lib/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:40:in `require'
    from /var/lib/gems/2.2.0/gems/est-0.3.1/bin/est:29:in `<top (required)>'
    from /usr/local/bin/est:22:in `load'
    from /usr/local/bin/est:22:in `<main>'
container 3b779ac81921732d1fac094bd907c362df9366b581b62c521515e5504d27a970 is dead
Wed Feb  3 23:10:29 UTC 2016

@original-brownbear
Copy link
Contributor

@JimDeanSpivey can you close this please, this is evidently not an issue anymore :)

@original-brownbear
Copy link
Contributor

@alex-palevsky actually could you please close this? #1001 contains a detailed analysis, that includes how the above error came about and the fix for it. No need to wait here I think.

@original-brownbear
Copy link
Contributor

@alex-palevsky this is duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants