See
<http://build.geoserver.org/job/geotools-master-online-postgis/986/display/redirect?page=changes>
Changes:
[noreply] [GEOT-6004] Parsing WMTSGetCapabilitiesResponse fails for ows:Profile
------------------------------------------
Started by user Torben Barsballe
ln builds/lastSuccessfulBuild
/var/lib/jenkins/jobs/geotools-master-online-postgis/lastSuccessful failed
java.nio.file.DirectoryNotEmptyException:
/var/lib/jenkins/jobs/geotools-master-online-postgis/lastSuccessful
at
sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:242)
at
sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
at java.nio.file.Files.deleteIfExists(Files.java:1165)
at hudson.Util.createSymlink(Util.java:1193)
at hudson.model.Run.createSymlink(Run.java:1955)
at hudson.model.Run.updateSymlinks(Run.java:1936)
at hudson.model.Run.execute(Run.java:1814)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
ln builds/lastStableBuild
/var/lib/jenkins/jobs/geotools-master-online-postgis/lastStable failed
java.nio.file.DirectoryNotEmptyException:
/var/lib/jenkins/jobs/geotools-master-online-postgis/lastStable
at
sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:242)
at
sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108)
at java.nio.file.Files.deleteIfExists(Files.java:1165)
at hudson.Util.createSymlink(Util.java:1193)
at hudson.model.Run.createSymlink(Run.java:1955)
at hudson.model.Run.updateSymlinks(Run.java:1937)
at hudson.model.Run.execute(Run.java:1814)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Building remotely on i-0f28ea7fac9327700 (linux-fleet) in workspace
<http://build.geoserver.org/job/geotools-master-online-postgis/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository git://github.com/geotools/geotools.git
> git init <http://build.geoserver.org/job/geotools-master-online-postgis/ws/>
> # timeout=10
Fetching upstream changes from git://github.com/geotools/geotools.git
> git --version # timeout=10
> git fetch --tags --progress git://github.com/geotools/geotools.git
> +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/geotools/geotools.git #
> timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* #
> timeout=10
> git config remote.origin.url git://github.com/geotools/geotools.git #
> timeout=10
Fetching upstream changes from git://github.com/geotools/geotools.git
> git fetch --tags --progress git://github.com/geotools/geotools.git
> +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 002682c9fec97699687fc7f859f85a01ceec24fe (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 002682c9fec97699687fc7f859f85a01ceec24fe
Commit message: "[GEOT-6004] Parsing WMTSGetCapabilitiesResponse fails for
ows:Profile (#2417)"
> git rev-list --no-walk 061c5156b47c702c09b555ffa4ed08e3aad0086e # timeout=10
[geotools-master-online-postgis] $ /bin/sh -xe
/tmp/jenkins17380580784397835142.sh
+ mkdir -p /home/ubuntu/.geotools
+ rm -f /home/ubuntu/.geotools/postgis.properties
+ rm -f /home/ubuntu/.geotools/mysql.properties
+ rm -f /home/ubuntu/.geotools/sqlserver.properties
+ rm -f /home/ubuntu/.geotools/oracle.properties
+ printf
user=geotools\nport=5432\npassword=\npasswd=\nurl=jdbc\:postgresql\://localhost/geotoolstest\nhost=localhost\ndatabase=geotoolstest\ndriver=org.postgresql.Driver\nskip.on.failure=false\n
+ export PGPASSWORD=
+ echo PostgreSQL Version:
PostgreSQL Version:
+ sudo -u postgres psql -c SELECT version()
could not change directory to
"<http://build.geoserver.org/job/geotools-master-online-postgis/ws/">:
Permission denied
version
-------------------------------------------------------------------------------------------------------------------------------
PostgreSQL 10.8 (Ubuntu 10.8-0ubuntu0.18.04.1) on x86_64-pc-linux-gnu,
compiled by gcc (Ubuntu 7.3.0-16ubuntu3) 7.3.0, 64-bit
(1 row)
+ sudo -u postgres psql -c \du
could not change directory to
"<http://build.geoserver.org/job/geotools-master-online-postgis/ws/">:
Permission denied
List of roles
Role name | Attributes |
Member of
-----------+------------------------------------------------------------+-----------
postgres | Superuser, Create role, Create DB, Replication, Bypass RLS | {}
+ sudo -u postgres psql -c \l
could not change directory to
"<http://build.geoserver.org/job/geotools-master-online-postgis/ws/">:
Permission denied
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+----------+---------+---------+-----------------------
postgres | postgres | UTF8 | C.UTF-8 | C.UTF-8 |
template0 | postgres | UTF8 | C.UTF-8 | C.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | UTF8 | C.UTF-8 | C.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
(3 rows)
+ psql -h localhost -p 5432 -U geotools -d geotoolstest -w -c SELECT version()
psql: fe_sendauth: no password supplied
Build step 'Execute shell' marked build as failure
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel