nickva commented on PR #4086:
URL: https://github.com/apache/couchdb/pull/4086#issuecomment-1173937418

   @big-r81 good idea to try. I 
   
   I had tried to remove as many things from `Jenkinsfile.pr` as possible to 
see if the problem would still occur. Interestingly I cannot make it fail 
locally with the same image so it makes me think there is something silly in 
the Jenkins pipeline.
   
   It's as if it using a cached version of the 25.0.2 docker image I had 
uploaded first, which didn't have OTP 25 compiled Elixir beam files. Another 
idea is that the Jenkins matrix build and sharing of workspaces somehow makes 
the builds see each other's Elixir beams (the workspaces are not totally 
isolated) so we end up reading older beam files.
   
   Next I was going to disable the matrix build and build just for the 25.0.2 
and then try to load the beam file in the Erlang interpreter in Jenkins and 
make it output the compiler details to see if it's actually compiled with OTP 
25 or not (it would detect using the old version of the image).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to