On Sun, Sep 23, 2018 at 5:46 PM, Antonio <anto...@vieiro.net> wrote:

> It seems this is an SSL related problem [1]. Maybe this is due to domain
> donation?
>


Will try to find out.

The various domains are in kind of a limbo right now, see:
https://wiki.apache.org/incubator/October2018

That could be the reason here. The best part is that once we have the
domains all available and running via Apache, we'll simply be able to go to
infra.chat and ask Apache infra what the problem might be. Potentially,
Apache infra is moving the domains over right now, though it's unclear --
also, we need to put that contain that is part of our builds coming from
hg.netbeans.org/binares/ somewhere else -- where would be the better place
for that? Maybe the server Emilian has found somewhere?

Gj



>
> Cheers,
> Antonio
>
>
> [1]
> $ curl -I -v https://hg.netbeans.org/binaries/
> *   Trying 137.254.60.37...
> * TCP_NODELAY set
> * Connected to hg.netbeans.org (137.254.60.37) port 443 (#0)
> * ALPN, offering h2
> * ALPN, offering http/1.1
> * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT5
> 6:!aNULL:!LOW:!RC4:@STRENGTH
> * successfully set certificate verify locations:
> *   CAfile: /etc/ssl/certs/ca-certificates.crt
>   CApath: /etc/ssl/certs
> * TLSv1.2 (OUT), TLS header, Certificate Status (22):
> * TLSv1.2 (OUT), TLS handshake, Client hello (1):
> * TLSv1.2 (IN), TLS handshake, Server hello (2):
> * TLSv1.2 (IN), TLS handshake, Certificate (11):
> * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
> * TLSv1.2 (IN), TLS handshake, Server finished (14):
> * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
> * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
> * TLSv1.2 (OUT), TLS handshake, Finished (20):
> * TLSv1.2 (IN), TLS change cipher, Client hello (1):
> * Unknown SSL protocol error in connection to hg.netbeans.org:443
> * Curl_http_done: called premature == 1
> * stopped the pause stream!
> * Closing connection 0
> curl: (35) Unknown SSL protocol error in connection to hg.netbeans.org:443
>
>
> On 23/09/18 15:58, John McDonnell wrote:
>
>> @Geertjan Wielenga <geertjan.wiele...@googlemail.com> Can you find out
>>
>> what's wrong with hg.netbeans.org/binaries please?
>>
>> The cloning issue is resolved for now, but the next error in the build is:
>>
>> Could not download
>> 1DE46CC85D147D9F91AF59D4A0107091C8B112D6-java-cup-11a.jar from
>> http://hg.netbeans.org/binaries/: java.io.IOException: Could not download
>> 1DE46CC85D147D9F91AF59D4A0107091C8B112D6-java-cup-11a.jar to
>> /home/jenkins/.hgexternalcache/1DE46CC85D147D9F91AF59D4A0107
>> 091C8B112D6-java-cup-11a.jar:
>> java.net.SocketException: Connection reset
>>
>> As for the issue with NetBeans maven artifacts, It seems the existing
>> Jenkins job was configured to use the nb-repository-plugin maven plugin to
>> generate artifacts.
>> I think the next steps would here be to hook that up, and point to the
>> apache maven nexus.
>>
>> I used the following commands to generate these locally:
>>
>> $ ant build build-nbms generate-uc-catalog build-source-zips
>>
>> $ mvn org.codehaus.mojo:nb-repository-plugin:1.3:populate
>> -DdeployUrl=file:///Users/john/codebase/incubator-netbeans/
>> nbbuild/build/.m2
>> -DnetbeansNbmDirectory=/Users/john/codebase/incubator-netbea
>> ns/nbbuild/nbms
>> -DnetbeansInstallDirectory=/Users/john/codebase/incubator-ne
>> tbeans/nbbuild/netbeans
>> -DnetbeansSourcesDirectory=/Users/john/codebase/incubator-ne
>> tbeans/nbbuild/build/source-zips
>> -DforcedVersion=DEV  -DgroupIdPrefix=org.apache.netbeans
>>
>> Regards
>>
>> John
>>
>> On Sun, 23 Sep 2018 at 14:43, Peter Nabbefeld <peter.nabbef...@gmx.de>
>> wrote:
>>
>> Hello,
>>>
>>> as I've read on the users list, the netbeans.org domain has been
>>> officially donated to Apache, so Maven plugins etc. should be put there,
>>> now. (Message was from Geertjan Wielenga, on Subject "[Platform] Maven
>>> artefacts". For me, question remains what will happen to NB 8.2 plugins.
>>>
>>> So, primarily I'd expect the necessary infrastructure needs to be
>>> created first.
>>>
>>> Kind regards
>>>
>>> Peter
>>>
>>>
>>> Am 23.09.18 um 15:31 schrieb John McDonnell:
>>>
>>>> Hi,
>>>>
>>>> I was looking into the maven artifacts issue earlier and noticed the
>>>>
>>> linux
>>>
>>>> build has been failing[1].
>>>>
>>>> Anyone any ideas before I reach out to infra?
>>>>
>>>> Regards
>>>>
>>>> John
>>>>
>>>> [1]: ERROR: Error fetching remote repo 'origin'
>>>> hudson.plugins.git.GitException: Failed to fetch from
>>>> https://github.com/apache/incubator-netbeans.git
>>>>        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
>>>>        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
>>>>        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
>>>>        at hudson.scm.SCM.checkout(SCM.java:504)
>>>>        at hudson.model.AbstractProject.checkout(AbstractProject.java:1
>>>> 208)
>>>>        at
>>>>
>>> hudson.model.AbstractBuild$AbstractBuildExecution.defaultChe
>>> ckout(AbstractBuild.java:574)
>>>
>>>>        at
>>>>
>>> jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
>>>
>>>>        at
>>>>
>>> hudson.model.AbstractBuild$AbstractBuildExecution.run(Abstra
>>> ctBuild.java:499)
>>>
>>>>        at hudson.model.Run.execute(Run.java:1794)
>>>>        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
>>>>        at
>>>>
>>> hudson.model.ResourceController.execute(ResourceController.java:97)
>>>
>>>>        at hudson.model.Executor.run(Executor.java:429)
>>>> Caused by: hudson.plugins.git.GitException: Command "git fetch --tags
>>>> --progress https://github.com/apache/incubator-netbeans.git
>>>> +refs/heads/*:refs/remotes/origin/*" returned status code 128:
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
>>> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>>
>>>
>>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Reply via email to