[jira] [Updated] (MNG-5869) Frozen downloads with HTTP repositories and Maven 3.2 or 3.3

2019-01-04 Thread Michael Osipov (JIRA)


 [ 
https://issues.apache.org/jira/browse/MNG-5869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MNG-5869:

Fix Version/s: 3.6.x-candidate

> Frozen downloads with HTTP repositories and Maven 3.2 or 3.3
> 
>
> Key: MNG-5869
> URL: https://issues.apache.org/jira/browse/MNG-5869
> Project: Maven
>  Issue Type: Bug
>  Components: Dependencies
>Affects Versions: 3.2.5, 3.3.3
>Reporter: Arnaud HERITIER
>Priority: Major
> Fix For: 3.6.x-candidate
>
> Attachments: settings.xml, threaddumps.log
>
>
> We recently discovered a strange bug of frozen dependencies downloads
> I didn't yet studied a lot the issue but I guess it may be something in 
> recent versions of Wagon.
> I created few jobs to demonstrate the Maven issue and I would like to have 
> some guidance to deeply analyse it.
> The project used is https://github.com/kenzanmedia/bowtie/ which has a really 
> simple Maven build : https://github.com/kenzanmedia/bowtie/blob/master/pom.xml
> All my builds are using Apache Maven in versions 3.1.1, 3.2.5 or 3.3.3
> We are using some custom global and user maven settings but only to setup 
> some mirrors, some credentials and to (re)define some repositories
> Here are my results jobs on https://aheritier.ci.cloudbees.com
> * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo.cloudbees.com (http)
> * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo.maven.apache.org (https)
> * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo1.maven.org (http)
> * (x) DEV-1599 - Maven 3.2.5 (DC) downloads from repo.cloudbees.com (http)
> * (/) DEV-1599 - Maven 3.2.5 (DC) downloads from repo.maven.apache.org (https)
> * (x) DEV-1599 - Maven 3.2.5 (DC) downloads from repo1.maven.org (http)
> * (x) DEV-1599 - Maven 3.3.3 (DC) downloads from repo.cloudbees.com (http)
> * (/) DEV-1599 - Maven 3.3.3 (DC) downloads from repo.maven.apache.org (https)
> * (x) DEV-1599 - Maven 3.3.3 (DC) downloads from repo1.maven.org (http)
> Result: Builds are always working with Maven 3.1.1 while for Maven 3.2.5 and 
> 3.3.3 it works only if we use the https access to maven central
> For Maven 3.2 and 3.3 with http repositories the build is frozen and killed 
> after the timeout I defined (5 minutes - I did also a test with 1h)
> All builds are frozen at the same point in the download process to grab 
> surefire artefacts
> DEV-1599 - Maven 3.2.5 (DC) downloads from repo.cloudbees.com (http)
> {code}
> 06:28:06 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bowtie 
> ---
> 06:28:06 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
> 06:28:06 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
>  (3 KB at 3.2 KB/sec)
> 06:28:07 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
> 06:28:07 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
>  (3 KB at 42.7 KB/sec)
> 06:28:07 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
> 06:28:07 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
>  (6 KB at 52.9 KB/sec)
> 06:28:07 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
> 06:28:07 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
>  (2 KB at 2.2 KB/sec)
> 06:28:07 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
> 06:28:07 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
>  (16 KB at 154.9 KB/sec)
> 06:28:08 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
> 06:28:08 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
>  (2 KB at 62.8 KB/sec)
> 06:28:08 [INFO] Downloading: 
> 

[jira] [Updated] (MNG-5869) Frozen downloads with HTTP repositories and Maven 3.2 or 3.3

2019-01-04 Thread Michael Osipov (JIRA)


 [ 
https://issues.apache.org/jira/browse/MNG-5869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MNG-5869:

Fix Version/s: (was: 3.6.x-candidate)
   waiting-for-feedback

> Frozen downloads with HTTP repositories and Maven 3.2 or 3.3
> 
>
> Key: MNG-5869
> URL: https://issues.apache.org/jira/browse/MNG-5869
> Project: Maven
>  Issue Type: Bug
>  Components: Dependencies
>Affects Versions: 3.2.5, 3.3.3
>Reporter: Arnaud HERITIER
>Priority: Major
> Fix For: waiting-for-feedback
>
> Attachments: settings.xml, threaddumps.log
>
>
> We recently discovered a strange bug of frozen dependencies downloads
> I didn't yet studied a lot the issue but I guess it may be something in 
> recent versions of Wagon.
> I created few jobs to demonstrate the Maven issue and I would like to have 
> some guidance to deeply analyse it.
> The project used is https://github.com/kenzanmedia/bowtie/ which has a really 
> simple Maven build : https://github.com/kenzanmedia/bowtie/blob/master/pom.xml
> All my builds are using Apache Maven in versions 3.1.1, 3.2.5 or 3.3.3
> We are using some custom global and user maven settings but only to setup 
> some mirrors, some credentials and to (re)define some repositories
> Here are my results jobs on https://aheritier.ci.cloudbees.com
> * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo.cloudbees.com (http)
> * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo.maven.apache.org (https)
> * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo1.maven.org (http)
> * (x) DEV-1599 - Maven 3.2.5 (DC) downloads from repo.cloudbees.com (http)
> * (/) DEV-1599 - Maven 3.2.5 (DC) downloads from repo.maven.apache.org (https)
> * (x) DEV-1599 - Maven 3.2.5 (DC) downloads from repo1.maven.org (http)
> * (x) DEV-1599 - Maven 3.3.3 (DC) downloads from repo.cloudbees.com (http)
> * (/) DEV-1599 - Maven 3.3.3 (DC) downloads from repo.maven.apache.org (https)
> * (x) DEV-1599 - Maven 3.3.3 (DC) downloads from repo1.maven.org (http)
> Result: Builds are always working with Maven 3.1.1 while for Maven 3.2.5 and 
> 3.3.3 it works only if we use the https access to maven central
> For Maven 3.2 and 3.3 with http repositories the build is frozen and killed 
> after the timeout I defined (5 minutes - I did also a test with 1h)
> All builds are frozen at the same point in the download process to grab 
> surefire artefacts
> DEV-1599 - Maven 3.2.5 (DC) downloads from repo.cloudbees.com (http)
> {code}
> 06:28:06 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bowtie 
> ---
> 06:28:06 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
> 06:28:06 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
>  (3 KB at 3.2 KB/sec)
> 06:28:07 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
> 06:28:07 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
>  (3 KB at 42.7 KB/sec)
> 06:28:07 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
> 06:28:07 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
>  (6 KB at 52.9 KB/sec)
> 06:28:07 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
> 06:28:07 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
>  (2 KB at 2.2 KB/sec)
> 06:28:07 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
> 06:28:07 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
>  (16 KB at 154.9 KB/sec)
> 06:28:08 [INFO] Downloading: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
> 06:28:08 [INFO] Downloaded: 
> http://repo.cloudbees.com/content/repositories/central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
>  (2 KB at 62.8 KB/sec)
> 

[jira] [Updated] (MNG-5869) Frozen downloads with HTTP repositories and Maven 3.2 or 3.3

2015-08-11 Thread Arnaud HERITIER (JIRA)

 [ 
https://issues.apache.org/jira/browse/MNG-5869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud HERITIER updated MNG-5869:
-
Attachment: threaddumps.log

Here is the thread dump [~krosenvold]
I reproduced it on my laptop, I will give you the process to reproduce it

 Frozen downloads with HTTP repositories and Maven 3.2 or 3.3
 

 Key: MNG-5869
 URL: https://issues.apache.org/jira/browse/MNG-5869
 Project: Maven
  Issue Type: Bug
  Components: Dependencies
Affects Versions: 3.2.5, 3.3.3
Reporter: Arnaud HERITIER
 Attachments: threaddumps.log


 We recently discovered a strange bug of frozen dependencies downloads
 I didn't yet studied a lot the issue but I guess it may be something in 
 recent versions of Wagon.
 I created few jobs to demonstrate the Maven issue and I would like to have 
 some guidance to deeply analyse it.
 The project used is https://github.com/kenzanmedia/bowtie/ which has a really 
 simple Maven build : https://github.com/kenzanmedia/bowtie/blob/master/pom.xml
 All my builds are using Apache Maven in versions 3.1.1, 3.2.5 or 3.3.3
 We are using some custom global and user maven settings but only to setup 
 some mirrors, some credentials and to (re)define some repositories
 Here are my results jobs on https://aheritier.ci.cloudbees.com
 * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo.cloudbees.com (http)
 * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo.maven.apache.org (https)
 * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo1.maven.org (http)
 * (x) DEV-1599 - Maven 3.2.5 (DC) downloads from repo.cloudbees.com (http)
 * (/) DEV-1599 - Maven 3.2.5 (DC) downloads from repo.maven.apache.org (https)
 * (x) DEV-1599 - Maven 3.2.5 (DC) downloads from repo1.maven.org (http)
 * (x) DEV-1599 - Maven 3.3.3 (DC) downloads from repo.cloudbees.com (http)
 * (/) DEV-1599 - Maven 3.3.3 (DC) downloads from repo.maven.apache.org (https)
 * (x) DEV-1599 - Maven 3.3.3 (DC) downloads from repo1.maven.org (http)
 Result: Builds are always working with Maven 3.1.1 while for Maven 3.2.5 and 
 3.3.3 it works only if we use the https access to maven central
 For Maven 3.2 and 3.3 with http repositories the build is frozen and killed 
 after the timeout I defined (5 minutes - I did also a test with 1h)
 All builds are frozen at the same point in the download process to grab 
 surefire artefacts
 DEV-1599 - Maven 3.2.5 (DC) downloads from repo.cloudbees.com (http)
 {code}
 06:28:06 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bowtie 
 ---
 06:28:06 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
 06:28:06 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
  (3 KB at 3.2 KB/sec)
 06:28:07 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
 06:28:07 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
  (3 KB at 42.7 KB/sec)
 06:28:07 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
 06:28:07 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
  (6 KB at 52.9 KB/sec)
 06:28:07 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
 06:28:07 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
  (2 KB at 2.2 KB/sec)
 06:28:07 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
 06:28:07 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
  (16 KB at 154.9 KB/sec)
 06:28:08 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
 06:28:08 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
  (2 KB at 62.8 KB/sec)
 06:28:08 [INFO] Downloading: 
 

[jira] [Updated] (MNG-5869) Frozen downloads with HTTP repositories and Maven 3.2 or 3.3

2015-08-11 Thread Arnaud HERITIER (JIRA)

 [ 
https://issues.apache.org/jira/browse/MNG-5869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud HERITIER updated MNG-5869:
-
Attachment: settings.xml

settings used to download from central with URL http://repo1.maven.org/maven2

 Frozen downloads with HTTP repositories and Maven 3.2 or 3.3
 

 Key: MNG-5869
 URL: https://issues.apache.org/jira/browse/MNG-5869
 Project: Maven
  Issue Type: Bug
  Components: Dependencies
Affects Versions: 3.2.5, 3.3.3
Reporter: Arnaud HERITIER
 Attachments: settings.xml, threaddumps.log


 We recently discovered a strange bug of frozen dependencies downloads
 I didn't yet studied a lot the issue but I guess it may be something in 
 recent versions of Wagon.
 I created few jobs to demonstrate the Maven issue and I would like to have 
 some guidance to deeply analyse it.
 The project used is https://github.com/kenzanmedia/bowtie/ which has a really 
 simple Maven build : https://github.com/kenzanmedia/bowtie/blob/master/pom.xml
 All my builds are using Apache Maven in versions 3.1.1, 3.2.5 or 3.3.3
 We are using some custom global and user maven settings but only to setup 
 some mirrors, some credentials and to (re)define some repositories
 Here are my results jobs on https://aheritier.ci.cloudbees.com
 * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo.cloudbees.com (http)
 * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo.maven.apache.org (https)
 * (/) DEV-1599 - Maven 3.1.1 (DC) downloads from repo1.maven.org (http)
 * (x) DEV-1599 - Maven 3.2.5 (DC) downloads from repo.cloudbees.com (http)
 * (/) DEV-1599 - Maven 3.2.5 (DC) downloads from repo.maven.apache.org (https)
 * (x) DEV-1599 - Maven 3.2.5 (DC) downloads from repo1.maven.org (http)
 * (x) DEV-1599 - Maven 3.3.3 (DC) downloads from repo.cloudbees.com (http)
 * (/) DEV-1599 - Maven 3.3.3 (DC) downloads from repo.maven.apache.org (https)
 * (x) DEV-1599 - Maven 3.3.3 (DC) downloads from repo1.maven.org (http)
 Result: Builds are always working with Maven 3.1.1 while for Maven 3.2.5 and 
 3.3.3 it works only if we use the https access to maven central
 For Maven 3.2 and 3.3 with http repositories the build is frozen and killed 
 after the timeout I defined (5 minutes - I did also a test with 1h)
 All builds are frozen at the same point in the download process to grab 
 surefire artefacts
 DEV-1599 - Maven 3.2.5 (DC) downloads from repo.cloudbees.com (http)
 {code}
 06:28:06 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bowtie 
 ---
 06:28:06 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
 06:28:06 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
  (3 KB at 3.2 KB/sec)
 06:28:07 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
 06:28:07 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
  (3 KB at 42.7 KB/sec)
 06:28:07 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
 06:28:07 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
  (6 KB at 52.9 KB/sec)
 06:28:07 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
 06:28:07 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
  (2 KB at 2.2 KB/sec)
 06:28:07 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
 06:28:07 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
  (16 KB at 154.9 KB/sec)
 06:28:08 [INFO] Downloading: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
 06:28:08 [INFO] Downloaded: 
 http://repo.cloudbees.com/content/repositories/central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
  (2 KB at 62.8 KB/sec)
 06:28:08 [INFO] Downloading: