[Geoserver-devel] having some build trouble on ares

Had to cancel the geoserver build job on ares (it had been running for three days).

On a related note some of the pull requests are failing in travis due to a time out …

[INFO] — maven-install-plugin:2.4:install (default-install) @ gs-web-sec-cas —
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.jar
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/pom.xml to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.pom
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar
No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated

Trying to build locally on mac fails for me in main:

···


Jody Garnett

Building on ares hangs at the same location:

[INFO] — maven-install-plugin:2.3.1:install (default-install) @ gs-web-sec-cas —
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/pom.xml to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar

I will ask Dave to take a look.

···

On 21 August 2015 at 00:38, Jody Garnett <jody.garnett@anonymised.com> wrote:

Had to cancel the geoserver build job on ares (it had been running for three days).

On a related note some of the pull requests are failing in travis due to a time out …

[INFO] — maven-install-plugin:2.4:install (default-install) @ gs-web-sec-cas —
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.jar
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/pom.xml to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.pom
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar
No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated

Trying to build locally on mac fails for me in main:

Tests in error:
testBands(org.geoserver.catalog.CoverageViewTest): No reader for /Users/jody/java/geoserver/jive/src/main/target/default46722589742644495data/watertemp with format ImageMosaic
testCoverageView(org.geoserver.catalog.CoverageViewTest)
testMosaicParameters(org.geoserver.catalog.impl.CatalogBuilderIntTest): Failed to create reader from /Users/jody/java/geoserver/jive/src/main/./target/smallMosaic and hints Hints:(…)
testLargeNDMosaic(org.geoserver.catalog.impl.CatalogBuilderIntTest): Failed to create reader from /Users/jody/java/geoserver/jive/src/main/./target/largeMosaic and hints Hints:(…)


Jody Garnett


Jody Garnett

Added a couple of quite elementary fixes.
The build has been stuck for a while, wondering why no one else could figure out
these two very simple NPEs?
All it took was to run manually the test that was getting stuck in my IDE, noting the
failing tests, fixing them, and voilà, the test that was getting blocked also got out
of the infinite wait (yes, there might be better ways to do it, but I am in vacation
and a working build is better than a stuck one).

Cheers
Andrea

···

On Fri, Aug 21, 2015 at 8:28 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:

Building on ares hangs at the same location:

[INFO] — maven-install-plugin:2.3.1:install (default-install) @ gs-web-sec-cas —
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/pom.xml to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar

I will ask Dave to take a look.



Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Jody Garnett

On 21 August 2015 at 00:38, Jody Garnett <jody.garnett@anonymised.com> wrote:

Had to cancel the geoserver build job on ares (it had been running for three days).

On a related note some of the pull requests are failing in travis due to a time out …

[INFO] — maven-install-plugin:2.4:install (default-install) @ gs-web-sec-cas —
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.jar
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/pom.xml to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.pom
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar
No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated

Trying to build locally on mac fails for me in main:

Tests in error:
testBands(org.geoserver.catalog.CoverageViewTest): No reader for /Users/jody/java/geoserver/jive/src/main/target/default46722589742644495data/watertemp with format ImageMosaic
testCoverageView(org.geoserver.catalog.CoverageViewTest)
testMosaicParameters(org.geoserver.catalog.impl.CatalogBuilderIntTest): Failed to create reader from /Users/jody/java/geoserver/jive/src/main/./target/smallMosaic and hints Hints:(…)
testLargeNDMosaic(org.geoserver.catalog.impl.CatalogBuilderIntTest): Failed to create reader from /Users/jody/java/geoserver/jive/src/main/./target/largeMosaic and hints Hints:(…)


Jody Garnett

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


Thanks Andrea, I have been away from internet and only just noticed the trouble yesterday reviewing pull requests.

···

On Fri, Aug 21, 2015 at 8:28 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:

Building on ares hangs at the same location:

[INFO] — maven-install-plugin:2.3.1:install (default-install) @ gs-web-sec-cas —
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/pom.xml to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar
[INFO] Installing /var/lib/jenkins/workspace/geoserver-master-java8/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar

I will ask Dave to take a look.


Jody Garnett

On 21 August 2015 at 00:38, Jody Garnett <jody.garnett@anonymised.com> wrote:

Had to cancel the geoserver build job on ares (it had been running for three days).

On a related note some of the pull requests are failing in travis due to a time out …

[INFO] — maven-install-plugin:2.4:install (default-install) @ gs-web-sec-cas —
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.jar
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/pom.xml to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT.pom
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-tests.jar
[INFO] Installing /home/travis/build/geoserver/geoserver/src/extension/security/web/web-cas/target/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/geoserver/security/gs-web-sec-cas/2.8-SNAPSHOT/gs-web-sec-cas-2.8-SNAPSHOT-sources.jar
No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated

Trying to build locally on mac fails for me in main:

Tests in error:
testBands(org.geoserver.catalog.CoverageViewTest): No reader for /Users/jody/java/geoserver/jive/src/main/target/default46722589742644495data/watertemp with format ImageMosaic
testCoverageView(org.geoserver.catalog.CoverageViewTest)
testMosaicParameters(org.geoserver.catalog.impl.CatalogBuilderIntTest): Failed to create reader from /Users/jody/java/geoserver/jive/src/main/./target/smallMosaic and hints Hints:(…)
testLargeNDMosaic(org.geoserver.catalog.impl.CatalogBuilderIntTest): Failed to create reader from /Users/jody/java/geoserver/jive/src/main/./target/largeMosaic and hints Hints:(…)


Jody Garnett



Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


-----Original Message-----
From: Andrea Aime [mailto:andrea.aime@…1268…]
Sent: 21 August 2015 17:18
To: Jody Garnett <jody.garnett@...403...>
Cc: geoserver-devel@lists.sourceforge.net; Dave Kelsey
<dkelsey@...3839...>
Subject: Re: [Geoserver-devel] having some build trouble on ares

Added a couple of quite elementary fixes.
The build has been stuck for a while, wondering why no one else could figure
out
these two very simple NPEs?
All it took was to run manually the test that was getting stuck in my IDE,
noting the
failing tests, fixing them, and voilà, the test that was getting blocked also got
out
of the infinite wait (yes, there might be better ways to do it, but I am in
vacation
and a working build is better than a stuck one).

I think my pull request https://github.com/geoserver/geoserver/pull/1174 was one that had the build failure that Jody was talking about. However, at the time I submitted it the build worked on my machine but failed on all three of the build job environments on Travis. I went back to check the error messages today to see what I had missed but now the Travis report indicates that the first two build jobs succeeded and only the oraclejdk8 one failed. I don't understand how this works but how come the Travis builds seem to have been re-run a second time without me doing anything to the pull request?

I'm going to push a rebase of my pull request on the latest master, including Andrea's fixes, now so we'll see whether that builds OK on Travis (it is OK on my machine) but I'd like to understand the process of triggering build jobs on Travis works a bit better.

Marcus Sen
British Geological Survey
Keyworth
Nottingham
NG12 5GG

Web: http://www.bgs.ac.uk

________________________________
This message (and any attachments) is for the recipient only. NERC is subject to the Freedom of Information Act 2000 and the contents of this email and any reply you make may be disclosed by NERC unless it is exempt from release under the Act. Any material supplied to NERC may be stored in an electronic records management system.
________________________________

On Mon, Aug 24, 2015 at 12:50 PM, Sen, Marcus A. <mase@anonymised.com> wrote:

I think my pull request https://github.com/geoserver/geoserver/pull/1174
was one that had the build failure that Jody was talking about. However, at
the time I submitted it the build worked on my machine but failed on all
three of the build job environments on Travis. I went back to check the
error messages today to see what I had missed but now the Travis report
indicates that the first two build jobs succeeded and only the oraclejdk8
one failed. I don't understand how this works but how come the Travis
builds seem to have been re-run a second time without me doing anything to
the pull request?

Cause I kicked it manually to verify it again after the wps issue got fixed
(as a GeoServer committer I can do that) :slight_smile:
Haven't checked the result though

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------

On Mon, Aug 24, 2015 at 10:10 PM, Dave Kelsey <dkelsey@anonymised.com>
wrote:

Andrea et al,

Last week we did the release of suite4.7. I took on the role of managing
our builds from Michael Weisman. Lost to learn. I had not looked at ARES
last week and will look in the future. Jody and myself are looking into
why the geoserver-master build is failing on gs-wcs2_0 tests.

Yeah, I'm rather weirded out, it builds fine for me locally with an up to
date build of GeoTools
and GeoServer

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------

I was just getting to the same place, builds fine locally. I am kicking ares now.

Andrea I am thinking of making a special “assert” method check that can capture a service exception and log the result. Since the failure as reported is just enough to tell me there is a service extension, and not what the result is.

···


Jody Garnett

On 24 August 2015 at 13:25, Andrea Aime <andrea.aime@anonymised.com> wrote:

On Mon, Aug 24, 2015 at 10:10 PM, Dave Kelsey <dkelsey@anonymised.com.> wrote:

Andrea et al,

Last week we did the release of suite4.7. I took on the role of managing our builds from Michael Weisman. Lost to learn. I had not looked at ARES last week and will look in the future. Jody and myself are looking into why the geoserver-master build is failing on gs-wcs2_0 tests.

Yeah, I’m rather weirded out, it builds fine for me locally with an up to date build of GeoTools
and GeoServer

Cheers

Andrea

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


Anybody figured out what happened?

Cheers
Andrea

···

On Mon, Aug 24, 2015 at 10:57 PM, Dave Kelsey <dkelsey@anonymised.com839…> wrote:

Good news,

The build of geoserver-master #1717 succeeded!

Dave

On Mon, Aug 24, 2015 at 1:29 PM, Jody Garnett <jody.garnett@anonymised.com> wrote:

I was just getting to the same place, builds fine locally. I am kicking ares now.

Andrea I am thinking of making a special “assert” method check that can capture a service exception and log the result. Since the failure as reported is just enough to tell me there is a service extension, and not what the result is.


Jody Garnett

On 24 August 2015 at 13:25, Andrea Aime <andrea.aime@anonymised.com> wrote:

On Mon, Aug 24, 2015 at 10:10 PM, Dave Kelsey <dkelsey@anonymised.com.> wrote:

Andrea et al,

Last week we did the release of suite4.7. I took on the role of managing our builds from Michael Weisman. Lost to learn. I had not looked at ARES last week and will look in the future. Jody and myself are looking into why the geoserver-master build is failing on gs-wcs2_0 tests.

Yeah, I’m rather weirded out, it builds fine for me locally with an up to date build of GeoTools
and GeoServer

Cheers

Andrea

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.