See <https://builds.apache.org/job/dir-apacheds-docker-installers/13/>

------------------------------------------
[...truncated 11683 lines...]
c63978236aac: Verifying Checksum
c63978236aac: Download complete
a83f19ad41f5: Verifying Checksum
a83f19ad41f5: Download complete
efdc8ad81708: Verifying Checksum
efdc8ad81708: Download complete
e4160956af8d: Verifying Checksum
e4160956af8d: Download complete
eefd629393c3: Verifying Checksum
eefd629393c3: Download complete
eefd629393c3: Download complete
546bcc1f950b: Verifying Checksum
546bcc1f950b: Download complete
1021894f267f: Verifying Checksum
1021894f267f: Download complete
c791bd280fa2: Verifying Checksum
c791bd280fa2: Download complete
1021894f267f: Pull complete
c63978236aac: Pull complete
546bcc1f950b: Pull complete
c791bd280fa2: Pull complete
e4160956af8d: Pull complete
6fbf127c6412: Pull complete
efdc8ad81708: Pull complete
a83f19ad41f5: Pull complete
4ca0abe359b6: Pull complete
50ed44c22e5e: Verifying Checksum
50ed44c22e5e: Download complete
50ed44c22e5e: Pull complete
eefd629393c3: Pull complete
eefd629393c3: Already exists
java:8: The image you are pulling has been verified. Important: image 
verification is a tech preview feature and should not be relied on to provide 
security.
Digest: sha256:c5213d22d31ec02757f238318c02bbe199e620006e680019aef87a50fd6c7190
Status: Downloaded newer image for java:8
+ dpkg -i /apacheds.deb
Selecting previously unselected package apacheds.
(Reading database ... 17469 files and directories currently installed.)
Preparing to unpack /apacheds.deb ...
Unpacking apacheds (2.0.0-M21-SNAPSHOT1) ...
Setting up apacheds (2.0.0-M21-SNAPSHOT1) ...
Processing triggers for systemd (215-17) ...
+ dpkg -l
+ grep apacheds
ii  apacheds                      2.0.0-M21-SNAPSHOT1       amd64        LDAP 
Server
+ test -f /opt/apacheds-2.0.0-M21-SNAPSHOT/LICENSE
+ test -f /opt/apacheds-2.0.0-M21-SNAPSHOT/NOTICE
+ test -d /var/lib/apacheds-2.0.0-M21-SNAPSHOT/default
+ service apacheds-2.0.0-M21-SNAPSHOT-default status
+ grep 'ApacheDS - default is not running'
ApacheDS - default is not running.
+ apt-get -qq update
+ apt-get -qq -y install ldap-utils netcat
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package netcat-traditional.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17494 files and directories currently installed.)
Preparing to unpack .../netcat-traditional_1.10-41_amd64.deb ...
Unpacking netcat-traditional (1.10-41) ...
Selecting previously unselected package ldap-utils.
Preparing to unpack .../ldap-utils_2.4.40+dfsg-1_amd64.deb ...
Unpacking ldap-utils (2.4.40+dfsg-1) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../libsasl2-modules_2.1.26.dfsg1-13_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.26.dfsg1-13) ...
Selecting previously unselected package netcat.
Preparing to unpack .../netcat_1.10-41_all.deb ...
Unpacking netcat (1.10-41) ...
Setting up netcat-traditional (1.10-41) ...
update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto 
mode
Setting up ldap-utils (2.4.40+dfsg-1) ...
Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-13) ...
Setting up netcat (1.10-41) ...
+ service apacheds-2.0.0-M21-SNAPSHOT-default start
Starting ApacheDS - default...
+ wait_for_apacheds
+ timeout 15 sh -c 'while ! nc -z localhost 10389; do sleep 1; done'
+ grep 'ApacheDS - default is running'
+ service apacheds-2.0.0-M21-SNAPSHOT-default status
ApacheDS - default is running (293).
+ ldapsearch -h localhost -p 10389 -x -D uid=admin,ou=system -w secret -s base 
-b dc=example,dc=com
# extended LDIF
#
# LDAPv3
# base <dc=example,dc=com> with scope baseObject
# filter: (objectclass=*)
# requesting: ALL
#

# example.com
dn: dc=example,dc=com
dc: example
objectclass: domain
objectclass: top

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1
+ for i in 1 2 3
+ service apacheds-2.0.0-M21-SNAPSHOT-default restart
Stopping ApacheDS - default...
Waiting for ApacheDS - default to exit...
Stopped ApacheDS - default.
Starting ApacheDS - default...
+ wait_for_apacheds
+ timeout 15 sh -c 'while ! nc -z localhost 10389; do sleep 1; done'
+ ldapsearch -h localhost -p 10389 -x -D uid=admin,ou=system -w secret -s base 
-b dc=example,dc=com
# extended LDIF
#
# LDAPv3
# base <dc=example,dc=com> with scope baseObject
# filter: (objectclass=*)
# requesting: ALL
#

# example.com
dn: dc=example,dc=com
dc: example
objectclass: domain
objectclass: top

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1
+ for i in 1 2 3
+ service apacheds-2.0.0-M21-SNAPSHOT-default restart
Stopping ApacheDS - default...
Waiting for ApacheDS - default to exit...
Stopped ApacheDS - default.
Starting ApacheDS - default...
+ wait_for_apacheds
+ timeout 15 sh -c 'while ! nc -z localhost 10389; do sleep 1; done'
+ ldapsearch -h localhost -p 10389 -x -D uid=admin,ou=system -w secret -s base 
-b dc=example,dc=com
# extended LDIF
#
# LDAPv3
# base <dc=example,dc=com> with scope baseObject
# filter: (objectclass=*)
# requesting: ALL
#

# example.com
dn: dc=example,dc=com
dc: example
objectclass: domain
objectclass: top

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1
+ for i in 1 2 3
+ service apacheds-2.0.0-M21-SNAPSHOT-default restart
Stopping ApacheDS - default...
Waiting for ApacheDS - default to exit...
Stopped ApacheDS - default.
Starting ApacheDS - default...
+ wait_for_apacheds
+ timeout 15 sh -c 'while ! nc -z localhost 10389; do sleep 1; done'
+ ldapsearch -h localhost -p 10389 -x -D uid=admin,ou=system -w secret -s base 
-b dc=example,dc=com
# extended LDIF
#
# LDAPv3
# base <dc=example,dc=com> with scope baseObject
# filter: (objectclass=*)
# requesting: ALL
#

# example.com
dn: dc=example,dc=com
dc: example
objectclass: domain
objectclass: top

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1
+ service apacheds-2.0.0-M21-SNAPSHOT-default stop
Stopping ApacheDS - default...
Waiting for ApacheDS - default to exit...
Stopped ApacheDS - default.
+ service apacheds-2.0.0-M21-SNAPSHOT-default status
+ grep 'ApacheDS - default is not running'
ApacheDS - default is not running.
+ grep '.*WARN.*admin password.*security breach.*' 
/var/lib/apacheds-2.0.0-M21-SNAPSHOT/default/log/apacheds.log
[02:56:29] WARN [org.apache.directory.server.core.DefaultDirectoryService] - 
You didn't change the admin password of directory service instance 'default'.  
Please update the admin password as soon as possible to prevent a possible 
security breach.
[02:56:45] WARN [org.apache.directory.server.core.DefaultDirectoryService] - 
You didn't change the admin password of directory service instance 'default'.  
Please update the admin password as soon as possible to prevent a possible 
security breach.
[02:56:57] WARN [org.apache.directory.server.core.DefaultDirectoryService] - 
You didn't change the admin password of directory service instance 'default'.  
Please update the admin password as soon as possible to prevent a possible 
security breach.
[02:57:08] WARN [org.apache.directory.server.core.DefaultDirectoryService] - 
You didn't change the admin password of directory service instance 'default'.  
Please update the admin password as soon as possible to prevent a possible 
security breach.
+ grep '.*ERROR.*' /var/lib/apacheds-2.0.0-M21-SNAPSHOT/default/log/apacheds.log
+ dpkg -P apacheds
(Reading database ... 17588 files and directories currently installed.)
Removing apacheds (2.0.0-M21-SNAPSHOT1) ...
Shutting down ApacheDS instance default
Stopping ApacheDS - default...
ApacheDS - default was not running.
Backing up old default instance data to 
/var/lib/apacheds-2.0.0-M21-SNAPSHOT-default_20150506_025718.tgz
tar: Removing leading `/' from member names
Processing triggers for systemd (215-17) ...
+ test -f /var/lib/apacheds-2.0.0-M21-SNAPSHOT-default_20150506_025718.tgz
+ tar -tf /var/lib/apacheds-2.0.0-M21-SNAPSHOT-default_20150506_025718.tgz
+ test '!' -e /opt/apacheds-2.0.0-M21-SNAPSHOT
+ test '!' -e /var/lib/apacheds-2.0.0-M21-SNAPSHOT/default
+ echo SUCCESS
SUCCESS


Testing debian package with 'dockerfile' Java image (Ubuntu 14.04, Oracle Java 
7, 64bit)
Unable to find image 'dockerfile/java:oracle-java7' locally
Pulling repository dockerfile/java
time="2015-05-06T02:57:21Z" level=fatal msg="Error: image 
dockerfile/java:oracle-java7 not found" 
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to dir-apacheds-docker-installers #12
Archived 7 artifacts
Archive block size is 32768
Received 10 blocks and 113150848 bytes
Compression is 0.3%
Took 44 sec

Reply via email to