This seems to be a persistent problem. It’s complaining about the keys for 
checking the RVM download. Right now it’s the 8.x job that’s failing (and 8.1, 
which needs to be disabled), but the master branch build appears to be fine.

The jenkins.build.ref.guide.sh does the build, and I note in the beginning of 
the script that it seems to assume that the RVM package keys are already 
imported on the server (see 
https://github.com/apache/lucene-solr/blob/master/dev-tools/scripts/jenkins.build.ref.guide.sh#L13).

Steve, you wrote this script and set up the overall build processes, do you 
think the problem here might be that some changes have been made on the Jenkins 
servers that removed those keys? The work to set this up was done in 
https://issues.apache.org/jira/browse/SOLR-10568, but it doesn’t mention the 
keys or how they got imported onto those machines, so that part isn’t clear to 
me.

Thanks,

Cassandra
On Jun 27, 2019, 4:52 AM -0500, Apache Jenkins Server 
<[email protected]>, wrote:
> Build: https://builds.apache.org/job/Solr-reference-guide-8.x/3944/
>
> Log:
> Started by timer
> [EnvInject] - Loading node environment variables.
> Building remotely on websites2 (git-websites svn-websites) in workspace 
> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-8.x
> No credentials specified
> > git rev-parse --is-inside-work-tree # timeout=10
> Fetching changes from the remote Git repository
> > git config remote.origin.url 
> > https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
> Cleaning workspace
> > git rev-parse --verify HEAD # timeout=10
> Resetting working tree
> > git reset --hard # timeout=10
> > git clean -fdx # timeout=10
> Fetching upstream changes from 
> https://gitbox.apache.org/repos/asf/lucene-solr.git
> > git --version # timeout=10
> > git fetch --tags --progress 
> > https://gitbox.apache.org/repos/asf/lucene-solr.git 
> > +refs/heads/*:refs/remotes/origin/*
> > git rev-parse refs/remotes/origin/branch_8x^{commit} # timeout=10
> > git rev-parse refs/remotes/origin/origin/branch_8x^{commit} # timeout=10
> Checking out Revision 4e58515b0c6aa297be2416c5e5d70e9eda4fb1db 
> (refs/remotes/origin/branch_8x)
> > git config core.sparsecheckout # timeout=10
> > git checkout -f 4e58515b0c6aa297be2416c5e5d70e9eda4fb1db
> Commit message: "LUCENE-8886: Fix TestMutablePointsReaderUtils tests"
> > git rev-list --no-walk cf443ad9f756407fa8db5ad5bfd39c26367acbc9 # timeout=10
> No emails were triggered.
> [Solr-reference-guide-8.x] $ /bin/bash -xe /tmp/jenkins9997498791593161379.sh
> + bash dev-tools/scripts/jenkins.build.ref.guide.sh
> + set -e
> + RVM_PATH=/home/jenkins/.rvm
> + RUBY_VERSION=ruby-2.3.3
> + GEMSET=solr-refguide-gemset
> + curl -sSL https://get.rvm.io
> + bash -s -- --ignore-dotfiles stable
> Turning on ignore dotfiles mode.
> Downloading https://github.com/rvm/rvm/archive/1.29.8.tar.gz
> Downloading 
> https://github.com/rvm/rvm/releases/download/1.29.8/1.29.8.tar.gz.asc
> gpg: Signature made Wed 08 May 2019 02:14:49 PM UTC
> gpg: using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
> gpg: Can't check signature: No public key
> GPG signature verification failed for 
> '/home/jenkins/.rvm/archives/rvm-1.29.8.tgz' - 
> 'https://github.com/rvm/rvm/releases/download/1.29.8/1.29.8.tar.gz.asc'! Try 
> to install GPG v2 and then fetch the public key:
>
> gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 
> 409B6B1796C275462A1703113804BB82D39DC0E3 
> 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
>
> or if it fails:
>
> command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
> command curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
>
> In case of further problems with validation please refer to 
> https://rvm.io/rvm/security
>
> Build step 'Execute shell' marked build as failure
> Archiving artifacts
> Publishing Javadoc
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]

Reply via email to