Hi,

It looks like your python3 version is outdated or the trust anchors in your operating system that python refers to are outdated. The certificate chain cannot be resolved and the Sctigo root certificate is out of reach for ptyhon. I see no problems with the "*.apache.org" certificate, it is still valid vor 10 more days.

Uwe

Maybe it is a good idea to

Am 19.07.2023 um 23:31 schrieb David Smiley:
I tried to run this on my machine and ran into some issues.  First seemed
to be an out-of-date gpg due to a param it didn't know about so I updated
gpg and was able to make further progress.  Now I get some sort of SSL
certificate issue.  I'm sharing here in case others have seen:

python3 -u dev-tools/scripts/smokeTestRelease.py \

https://dist.apache.org/repos/dist/dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb


Revision: de33f50ce79ec1d156faf204553012037e2bc1cb

Java 11
JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home

NOTE: output encoding is UTF-8

NOTE: Not running @Nightly or @BadApple tests. Please verify that recent
Jenkins runs have passed.


Load release URL "
https://dist.apache.org/repos/dist/dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb
"...

Traceback (most recent call last):

   File "dev-tools/scripts/smokeTestRelease.py", line 1174, in <module>

     main()

   File "dev-tools/scripts/smokeTestRelease.py", line 1101, in main

     downloadOnly=c.download_only)

   File "dev-tools/scripts/smokeTestRelease.py", line 1132, in smokeTest

     for text, subURL in getDirEntries(baseURL):

   File "dev-tools/scripts/smokeTestRelease.py", line 526, in getDirEntries

     links = getHREFs(urlString)

   File "dev-tools/scripts/smokeTestRelease.py", line 79, in getHREFs

     h.request('HEAD', url.path)

   File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/http/client.py",
line 1229, in request

     self._send_request(method, url, body, headers, encode_chunked)

   File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/http/client.py",
line 1275, in _send_request

     self.endheaders(body, encode_chunked=encode_chunked)

   File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/http/client.py",
line 1224, in endheaders

     self._send_output(message_body, encode_chunked=encode_chunked)

   File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/http/client.py",
line 1016, in _send_output

     self.send(msg)

   File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/http/client.py",
line 956, in send

     self.connect()

   File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/http/client.py",
line 1392, in connect

     server_hostname=server_hostname)

   File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/ssl.py",
line 412, in wrap_socket

     session=session

   File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/ssl.py",
line 853, in _create

     self.do_handshake()

   File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/ssl.py",
line 1117, in do_handshake

     self._sslobj.do_handshake()

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate
verify failed: unable to get local issuer certificate (_ssl.c:1056)

On Wed, Jul 19, 2023 at 4:26 PM Alex Deparvu <stilla...@apache.org> wrote:

+1 (non-binding)

SUCCESS! [0:37:06.301788]


On Mon, Jul 17, 2023 at 2:53 PM Houston Putman <hous...@apache.org> wrote:

Please vote for release candidate 2 for Solr 9.3.0

The artifacts can be downloaded from:


https://dist.apache.org/repos/dist/dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb
You can run the smoke tester directly with this command:

python3 -u dev-tools/scripts/smokeTestRelease.py \


https://dist.apache.org/repos/dist/dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb
You can build a release-candidate of the official docker images (full &
slim) using the following command:

SOLR_DOWNLOAD_SERVER=


https://dist.apache.org/repos/dist/dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr
&&
<
https://dist.apache.org/repos/dist/dev/solr/solr-9.3.0-RC2-rev-de33f50ce79ec1d156faf204553012037e2bc1cb/solr&&;
\
   docker build
$SOLR_DOWNLOAD_SERVER/9.3.0/docker/Dockerfile.official-full
\
     --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
     -t solr-rc:9.3.0-2 && \
   docker build
$SOLR_DOWNLOAD_SERVER/9.3.0/docker/Dockerfile.official-slim
\
     --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \
     -t solr-rc:9.3.0-2-slim

The vote will be open for at least 72 hours i.e. until 2023-07-20 22:00
UTC.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1

--
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail: u...@thetaphi.de


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
For additional commands, e-mail: dev-h...@solr.apache.org

Reply via email to