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 fails to merge #4876

Closed
Makman2 opened this issue Nov 16, 2017 · 13 comments
Closed

rultor fails to merge #4876

Makman2 opened this issue Nov 16, 2017 · 13 comments

Comments

@Makman2
Copy link
Member

Makman2 commented Nov 16, 2017

+ ff=only
+ rebase=false
+ container=coala_coala-bears_2127
+ as_root=true
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:coala/coala-bears.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''fork=git@github.com:RaiVaibhav/coala-bears.git'\''' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''fork=git@github.com:RaiVaibhav/coala-bears.git'\''' ';' 'export '\''fork_branch=mybranch1'\''' ';' 'export '\''head=git@github.com:coala/coala-bears.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_id=2127'\''' ';' 'export '\''pull_title=CSSCombBear.py: Add use_space_before_opening_brace'\''' ';' 'export '\''author=makman2'\''' ';' 'DATE=`date --utc +%Y%m%d%H%M%S`' ';' 'python3 .ci/adjust_version_number.py bears/VERSION -b "$DATE"' ';' 'bash .ci/check_maintainership.sh' ';' 'bash .ci/deploy.pypi.sh' ';'
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpg: armor header: Version: SKS 1.1.6
gpg: armor header: Comment: Hostname: keys.klaus-uwe.me
gpg: pub  2048R/9AF0FA4C 2014-08-17  Rultor.com <gpg@rultor.com>
gpg: key 9AF0FA4C: "Rultor.com <gpg@rultor.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
+ gpg --version
gpg (GnuPG) 1.4.20
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-pkMZ/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-pkMZ/.gpg/secring.gpg --decrypt repo/.ci/rultor_secrets.sh.asc
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: AES256 encrypted data
gpg: original file name='rultor-OCHk'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:coala/coala-bears rultor_secrets.sh.enc
gpg: AES encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: decryption failed: bad key
'cid' file is absent, container wasn't started correctly
@gitmate-bot
Copy link
Collaborator

GitMate.io thinks the contributor most likely able to help you is @rultor.

A possibly duplicate or related issue is #1176: coala Platypus.

@Makman2
Copy link
Member Author

Makman2 commented Nov 16, 2017

CC @meetmangukiya as I've seen on gitter that you've posted something about this.

@jayvdb
Copy link
Member

jayvdb commented Nov 16, 2017

There was another different rultor error at meetmangukiya/chubby#42

@jayvdb
Copy link
Member

jayvdb commented Nov 16, 2017

Another one at coala/coala-bears#2077 (comment) .
Im curious whether it is all repos, or just coala-bears.

@meetmangukiya
Copy link
Member

meetmangukiya commented Nov 16, 2017

Yeah, the error on meetmangukiya/chubby#42 is different. But I think this is a gpg problem again, maybe we have encrypted it using gpg1 and they use gpg2 or the other way round.

The issue that I had reported about a year ago yegor256/rultor#1138 and the log from that issue http://www.rultor.com/t/10226-266300430

@jayvdb
Copy link
Member

jayvdb commented Nov 16, 2017

Im curious whether it is all repos, or just coala-bears.

coala/projects#397 merged ok.
Next we should merge something in coala/coala to see if that repo is ok.

@jayvdb
Copy link
Member

jayvdb commented Nov 17, 2017

#4867 was merged.
So I assume this is a problem with coala-bears primarily (and maybe a few other less important repos)

@RaiVaibhav
Copy link
Member

RaiVaibhav commented Nov 17, 2017

@Makman2 @jayvdb any try on coala-bears repo? as previously on coala repo rultor didn't work, but after sometime it worked.

@Makman2
Copy link
Member Author

Makman2 commented Nov 17, 2017

Still failing^^

@jayvdb
Copy link
Member

jayvdb commented Nov 19, 2017

@Makman2 @jayvdb any try on coala-bears repo? as previously on coala repo rultor didn't work, but after sometime it worked.

Can you show a log where rultor failed with gpg: decryption failed: bad key on the coala/coala repo?

@RaiVaibhav
Copy link
Member

RaiVaibhav commented Nov 19, 2017

@Makman2 @jayvdb any try on coala-bears repo? as previously on coala repo rultor didn't work, but after sometime it worked.

Sorry I mistakenly correlate coala/coala-bears with coala/coala repo at that moment and thanks for retying.

@jayvdb
Copy link
Member

jayvdb commented Nov 20, 2017

I've raised this upstream as yegor256/rultor#1221

@jayvdb
Copy link
Member

jayvdb commented Apr 6, 2018

rultor merge replaced with gitmate-bot ff

doc fixup at #5328

@jayvdb jayvdb closed this as completed Apr 6, 2018
@jayvdb jayvdb mentioned this issue Apr 6, 2018
2 tasks
@jayvdb jayvdb reopened this Apr 6, 2018
@jayvdb jayvdb closed this as completed Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants