GitHub pull request #17 of commit 90371851f02e0d6154a10000f4c9ddbea9bcb9c1, no merge conflicts. Setting status of 90371851f02e0d6154a10000f4c9ddbea9bcb9c1 to PENDING with url https://ci.openshift.redhat.com/jenkins/job/openldap/20/ and message: 'PR testing has started.' [EnvInject] - Loading node environment variables. Building in workspace /var/lib/jenkins/jobs/openldap/workspace Cloning the remote Git repository Cloning repository https://github.com/openshift/openldap > git init /var/lib/jenkins/jobs/openldap/workspace # timeout=10 Fetching upstream changes from https://github.com/openshift/openldap > git --version # timeout=10 > git fetch --tags --progress https://github.com/openshift/openldap +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/openshift/openldap # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/openshift/openldap # timeout=10 Fetching upstream changes from https://github.com/openshift/openldap > git fetch --tags --progress https://github.com/openshift/openldap +refs/pull/*:refs/remotes/origin/pr/* > git rev-parse refs/remotes/origin/pr/17/merge^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/pr/17/merge^{commit} # timeout=10 Checking out Revision 96e01dc07324bbf84736322807f9fbeb522866b1 (refs/remotes/origin/pr/17/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 96e01dc07324bbf84736322807f9fbeb522866b1 Commit message: "Merge 90371851f02e0d6154a10000f4c9ddbea9bcb9c1 into 443bade909273eb0206a06d63e8c918ceb4bdb43" First time build. Skipping changelog. [workspace] $ /bin/sh -xe /tmp/jenkins514218849613677070.sh + image=openshift/openldap:latest + vagrant origin-local-checkout --replace You don't seem to have the GOPATH environment variable set on your system. See: 'go help gopath' for more details about GOPATH. Waiting for the cloning process to finish Cloning origin ... Origin repositories cloned into /var/lib/jenkins/jobs/openldap/workspace + pushd origin ~/jobs/openldap/workspace/origin ~/jobs/openldap/workspace + vagrant origin-init --os rhel7 --stage inst devenv-openldap-20 Reading AWS credentials from /var/lib/jenkins/.awscred Searching devenv-rhel7_* for latest base AMI (required_name_tag=) Found: ami-0b4c1d64a26a928c2 (devenv-rhel7_6324) ++ seq 0 2 + for i in '$(seq 0 2)' + vagrant up --provider aws Bringing machine 'openshiftdev' up with 'aws' provider... ==> openshiftdev: Warning! The AWS provider doesn't support any of the Vagrant ==> openshiftdev: high-level network configurations (`config.vm.network`). They ==> openshiftdev: will be silently ignored. ==> openshiftdev: Warning! You're launching this instance into a VPC without an ==> openshiftdev: elastic IP. Please verify you're properly connected to a VPN so ==> openshiftdev: you can access this machine, otherwise Vagrant will not be able ==> openshiftdev: to SSH into it. ==> openshiftdev: Launching an instance with the following settings... ==> openshiftdev: -- Type: t2.large ==> openshiftdev: -- AMI: ami-0b4c1d64a26a928c2 ==> openshiftdev: -- Region: us-east-1 ==> openshiftdev: -- Keypair: libra ==> openshiftdev: -- Subnet ID: subnet-cf57c596 ==> openshiftdev: -- User Data: yes ==> openshiftdev: -- User Data: ==> openshiftdev: # cloud-config ==> openshiftdev: ==> openshiftdev: growpart: ==> openshiftdev: mode: auto ==> openshiftdev: devices: ['/'] ==> openshiftdev: runcmd: ==> openshiftdev: - [ sh, -xc, "sed -i s/^Defaults.*requiretty/#Defaults requiretty/g /etc/sudoers"] ==> openshiftdev: ==> openshiftdev: -- Block Device Mapping: [{"DeviceName"=>"/dev/sda1", "Ebs.VolumeSize"=>25, "Ebs.VolumeType"=>"gp2"}, {"DeviceName"=>"/dev/sdb", "Ebs.VolumeSize"=>35, "Ebs.VolumeType"=>"gp2"}] ==> openshiftdev: -- Terminate On Shutdown: false ==> openshiftdev: -- Monitoring: false ==> openshiftdev: -- EBS optimized: false ==> openshiftdev: -- Assigning a public IP address in a VPC: false ==> openshiftdev: Waiting for instance to become "ready"... ==> openshiftdev: Waiting for SSH to become available... ==> openshiftdev: Machine is booted and ready for use! ==> openshiftdev: Running provisioner: setup (shell)... openshiftdev: Running: /tmp/vagrant-shell20181101-10113-1txp22k.sh ==> openshiftdev: Host: ec2-34-238-137-161.compute-1.amazonaws.com + break + vagrant build-sti --binary-only Running ssh/sudo command ' pushd /data/src/github.com/openshift/source-to-image commit_id=`git rev-parse $(git rev-parse --abbrev-ref HEAD)` git_status=$(git status --porcelain) if [ -f ~/sync/source-to-image ] then previous_commit_id=$(cat ~/sync/source-to-image) fi if [ "$previous_commit_id" != "$commit_id" ] || [ -n "$git_status" ] then echo "Performing source-to-image build..." set -e hack/build-go.sh else echo "Commit ID: $commit_id" echo "Previous Commit ID: $previous_commit_id" echo "Git Status: $git_status" echo "No update for source-to-image, $(git rev-parse --abbrev-ref HEAD)" fi mkdir -p ~/sync echo -n $commit_id > ~/sync/source-to-image popd ' with timeout 14400. Attempt #0 /data/src/github.com/openshift/source-to-image ~ Commit ID: 0949e425ca66f12d73c967020c0089f732b1d966 Previous Commit ID: 0949e425ca66f12d73c967020c0089f732b1d966 Git Status: No update for source-to-image, master ~ + vagrant test-origin-image --image openldap --source openshift/openldap --ref 90371851f02e0d6154a10000f4c9ddbea9bcb9c1 Running ssh/sudo command ' set -o errexit set -o nounset set -o pipefail set -o xtrace # NOTE: This is only for rhel7 if [ -n "" -a -f /etc/sysconfig/docker ]; then sudo chmod a+rw /etc/sysconfig/docker cat < /etc/sysconfig/docker OPTIONS='--insecure-registry --selinux-enabled' EOF sudo systemctl restart docker fi # so we can call sti export PATH=/data/src/github.com/openshift/source-to-image/_output/local/go/bin:/data/src/github.com/openshift/source-to-image/_output/local/bin/linux/amd64:$PATH # create a temp dir to play in temp_dir=$(mktemp -d /tmp/image_test.XXXXXXX) # set correct SELinux context chcon -t docker_share_t $temp_dir cd $temp_dir # clone the image repo git clone https://github.com/openshift/openldap cd openldap # Fetch refs from Github pull requests git fetch --quiet --tags --progress https://github.com/openshift/openldap +refs/pull/*:refs/remotes/origin/pr/* # switch to the desired ref git checkout 90371851f02e0d6154a10000f4c9ddbea9bcb9c1 if [ "false" == "true" -a -n "" ]; then # Pull base images docker pull /openshift/base-centos7 && docker tag /openshift/base-centos7 openshift/base-centos7 docker pull /openshift/base-rhel7 && docker tag /openshift/base-rhel7 openshift/base-rhel7 fi if ! sudo env "PATH=$PATH" SKIP_SQUASH=1 SKIP_RHEL_SCL=1 make test TARGET=rhel7; then echo "ERROR: openldap-rhel7 failed testing." exit 1 fi if ! sudo env "PATH=$PATH" SKIP_SQUASH=1 make test TARGET=centos7; then echo "ERROR: openldap-centos7 failed testing." exit 1 fi # clean up cd / sudo rm -rf $temp_dir ' with timeout 14400. Attempt #0 + '[' -n '' -a -f /etc/sysconfig/docker ']' + export PATH=/data/src/github.com/openshift/source-to-image/_output/local/go/bin:/data/src/github.com/openshift/source-to-image/_output/local/bin/linux/amd64:/data/src/github.com/openshift/origin/_output/etcd/bin:/data/src/github.com/openshift/origin/_output/local/bin/linux/amd64:/data/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/ec2-user/.local/bin:/home/ec2-user/bin + PATH=/data/src/github.com/openshift/source-to-image/_output/local/go/bin:/data/src/github.com/openshift/source-to-image/_output/local/bin/linux/amd64:/data/src/github.com/openshift/origin/_output/etcd/bin:/data/src/github.com/openshift/origin/_output/local/bin/linux/amd64:/data/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/ec2-user/.local/bin:/home/ec2-user/bin ++ mktemp -d /tmp/image_test.XXXXXXX + temp_dir=/tmp/image_test.7aKaY4H + chcon -t docker_share_t /tmp/image_test.7aKaY4H + cd /tmp/image_test.7aKaY4H + git clone https://github.com/openshift/openldap Cloning into 'openldap'... + cd openldap + git fetch --quiet --tags --progress https://github.com/openshift/openldap '+refs/pull/*:refs/remotes/origin/pr/*' remote: Enumerating objects: 30, done. remote: Counting objects: 3% (1/30) remote: Counting objects: 6% (2/30) remote: Counting objects: 10% (3/30) remote: Counting objects: 13% (4/30) remote: Counting objects: 16% (5/30) remote: Counting objects: 20% (6/30) remote: Counting objects: 23% (7/30) remote: Counting objects: 26% (8/30) remote: Counting objects: 30% (9/30) remote: Counting objects: 33% (10/30) remote: Counting objects: 36% (11/30) remote: Counting objects: 40% (12/30) remote: Counting objects: 43% (13/30) remote: Counting objects: 46% (14/30) remote: Counting objects: 50% (15/30) remote: Counting objects: 53% (16/30) remote: Counting objects: 56% (17/30) remote: Counting objects: 60% (18/30) remote: Counting objects: 63% (19/30) remote: Counting objects: 66% (20/30) remote: Counting objects: 70% (21/30) remote: Counting objects: 73% (22/30) remote: Counting objects: 76% (23/30) remote: Counting objects: 80% (24/30) remote: Counting objects: 83% (25/30) remote: Counting objects: 86% (26/30) remote: Counting objects: 90% (27/30) remote: Counting objects: 93% (28/30) remote: Counting objects: 96% (29/30) remote: Counting objects: 100% (30/30) remote: Counting objects: 100% (30/30), done. remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. remote: Total 70 (delta 28), reused 29 (delta 28), pack-reused 40 + git checkout 90371851f02e0d6154a10000f4c9ddbea9bcb9c1 Note: checking out '90371851f02e0d6154a10000f4c9ddbea9bcb9c1'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 9037185... add usefull module + '[' false == true -a -n '' ']' + sudo env PATH=/data/src/github.com/openshift/source-to-image/_output/local/go/bin:/data/src/github.com/openshift/source-to-image/_output/local/bin/linux/amd64:/data/src/github.com/openshift/origin/_output/etcd/bin:/data/src/github.com/openshift/origin/_output/local/bin/linux/amd64:/data/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/ec2-user/.local/bin:/home/ec2-user/bin SKIP_SQUASH=1 SKIP_RHEL_SCL=1 make test TARGET=rhel7 SKIP_SQUASH=1 VERSIONS="2.4.41" TAG_ON_SUCCESS= TEST_MODE=true hack/build.sh rhel7 -> Building openshift/openldap-2441-rhel7-candidate ... Sending build context to Docker daemon 557.1 kB Sending build context to Docker daemon 1.114 MB Sending build context to Docker daemon 1.671 MB Sending build context to Docker daemon 2.228 MB Sending build context to Docker daemon 2.785 MB Sending build context to Docker daemon 3.342 MB Sending build context to Docker daemon 3.899 MB Sending build context to Docker daemon 4.456 MB Sending build context to Docker daemon 5.014 MB Sending build context to Docker daemon 5.571 MB Sending build context to Docker daemon 6.128 MB Sending build context to Docker daemon 6.685 MB Sending build context to Docker daemon 7.242 MB Sending build context to Docker daemon 7.799 MB Sending build context to Docker daemon 8.356 MB Sending build context to Docker daemon 8.913 MB Sending build context to Docker daemon 9.47 MB Sending build context to Docker daemon 10.03 MB Sending build context to Docker daemon 10.58 MB Sending build context to Docker daemon 11.14 MB Sending build context to Docker daemon 11.7 MB Sending build context to Docker daemon 12.26 MB Sending build context to Docker daemon 12.81 MB Sending build context to Docker daemon 13.37 MB Sending build context to Docker daemon 13.93 MB Sending build context to Docker daemon 14.48 MB Sending build context to Docker daemon 15.04 MB Sending build context to Docker daemon 15.6 MB Sending build context to Docker daemon 16.15 MB Sending build context to Docker daemon 16.71 MB Sending build context to Docker daemon 17.27 MB Sending build context to Docker daemon 17.83 MB Sending build context to Docker daemon 18.38 MB Sending build context to Docker daemon 18.94 MB Sending build context to Docker daemon 19.5 MB Sending build context to Docker daemon 20.05 MB Sending build context to Docker daemon 20.61 MB Sending build context to Docker daemon 21.17 MB Sending build context to Docker daemon 21.73 MB Sending build context to Docker daemon 22.28 MB Sending build context to Docker daemon 22.84 MB Sending build context to Docker daemon 23.4 MB Sending build context to Docker daemon 23.95 MB Sending build context to Docker daemon 24.51 MB Sending build context to Docker daemon 25.07 MB Sending build context to Docker daemon 25.62 MB Sending build context to Docker daemon 26.18 MB Sending build context to Docker daemon 26.74 MB Sending build context to Docker daemon 27.3 MB Sending build context to Docker daemon 27.85 MB Sending build context to Docker daemon 28.41 MB Sending build context to Docker daemon 28.97 MB Sending build context to Docker daemon 29.52 MB Sending build context to Docker daemon 30.08 MB Sending build context to Docker daemon 30.64 MB Sending build context to Docker daemon 31.2 MB Sending build context to Docker daemon 31.75 MB Sending build context to Docker daemon 32.31 MB Sending build context to Docker daemon 32.87 MB Sending build context to Docker daemon 33.42 MB Sending build context to Docker daemon 33.98 MB Sending build context to Docker daemon 34.54 MB Sending build context to Docker daemon 34.66 MB Step 1 : FROM centos:centos7 ---> 8140d0c64310 Step 2 : MAINTAINER Steve Kuznetsov ---> Running in ec5725a0494f ---> 7a0ef3d87de5 Removing intermediate container ec5725a0494f Step 3 : LABEL io.k8s.description "OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol." io.k8s.display-name "OpenLDAP 2.4.41" io.openshift.expose-services "389:ldap,636:ldaps" io.openshift.tags "directory,ldap,openldap,openldap2441" io.openshift.non-scalable "true" ---> Running in 920531d4a1e6 ---> 223c62fe6bfa Removing intermediate container 920531d4a1e6 Step 4 : COPY ./contrib/config /opt/openshift/config ---> e7b1d8070ab6 Removing intermediate container bbf33c16daec Step 5 : COPY ./contrib/lib /opt/openshift/lib ---> e6cf3bd85086 Removing intermediate container c292cb20c96b Step 6 : COPY run-*.sh /usr/local/bin/ ---> c7e3272e84d0 Removing intermediate container 08fcd9441be9 Step 7 : COPY contrib/*.ldif /usr/local/etc/openldap/ ---> 95107c326628 Removing intermediate container 7e387047ac3b Step 8 : COPY contrib/DB_CONFIG /usr/local/etc/openldap/ ---> 54d7a628071a Removing intermediate container 908a52f8dd7a Step 9 : RUN yum install -y openldap openldap-servers openldap-clients && yum clean all -y && setcap 'cap_net_bind_service=+ep' /usr/sbin/slapd && mkdir -p /var/lib/ldap && chmod a+rwx -R /var/lib/ldap && mkdir -p /etc/openldap && chmod a+rwx -R /etc/openldap && mkdir -p /var/run/openldap && chmod a+rwx -R /var/run/openldap && chmod -R a+rw /opt/openshift ---> Running in 5be225c71232 Loaded plugins: fastestmirror, ovl Determining fastest mirrors * base: repos-va.psychz.net * extras: repos-va.psychz.net * updates: repos-va.psychz.net Resolving Dependencies --> Running transaction check ---> Package openldap.x86_64 0:2.4.40-13.el7 will be updated ---> Package openldap.x86_64 0:2.4.44-15.el7_5 will be an update ---> Package openldap-clients.x86_64 0:2.4.44-15.el7_5 will be installed ---> Package openldap-servers.x86_64 0:2.4.44-15.el7_5 will be installed --> Processing Dependency: systemd-sysv for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: perl(warnings) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: perl(strict) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: perl(POSIX) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: libwrap.so.0()(64bit) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: libperl.so()(64bit) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: libltdl.so.7()(64bit) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Running transaction check ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed ---> Package perl.x86_64 4:5.16.3-292.el7 will be installed --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64 ---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed ---> Package systemd-sysv.x86_64 0:219-57.el7_5.3 will be installed --> Processing Dependency: systemd = 219-57.el7_5.3 for package: systemd-sysv-219-57.el7_5.3.x86_64 ---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed --> Running transaction check ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed ---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed ---> Package systemd.x86_64 0:219-30.el7_3.8 will be updated ---> Package systemd.x86_64 0:219-57.el7_5.3 will be an update --> Processing Dependency: systemd-libs = 219-57.el7_5.3 for package: systemd-219-57.el7_5.3.x86_64 --> Processing Dependency: liblz4.so.1()(64bit) for package: systemd-219-57.el7_5.3.x86_64 --> Running transaction check ---> Package lz4.x86_64 0:1.7.5-2.el7 will be installed ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed ---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed ---> Package systemd-libs.x86_64 0:219-30.el7_3.8 will be updated ---> Package systemd-libs.x86_64 0:219-57.el7_5.3 will be an update --> Running transaction check ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch --> Processing Dependency: groff-base for package: perl-Pod-Perldoc-3.20-4.el7.noarch ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed --> Running transaction check ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: openldap-clients x86_64 2.4.44-15.el7_5 updates 190 k openldap-servers x86_64 2.4.44-15.el7_5 updates 2.2 M Updating: openldap x86_64 2.4.44-15.el7_5 updates 355 k Installing for dependencies: groff-base x86_64 1.22.2-8.el7 base 942 k libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k lz4 x86_64 1.7.5-2.el7 base 98 k perl x86_64 4:5.16.3-292.el7 base 8.0 M perl-Carp noarch 1.26-244.el7 base 19 k perl-Encode x86_64 2.51-7.el7 base 1.5 M perl-Exporter noarch 5.68-3.el7 base 28 k perl-File-Path noarch 2.09-2.el7 base 26 k perl-File-Temp noarch 0.23.01-3.el7 base 56 k perl-Filter x86_64 1.49-3.el7 base 76 k perl-Getopt-Long noarch 2.40-3.el7 base 56 k perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k perl-PathTools x86_64 3.40-5.el7 base 82 k perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k perl-Pod-Usage noarch 1.63-3.el7 base 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k perl-Socket x86_64 2.010-4.el7 base 49 k perl-Storable x86_64 2.45-3.el7 base 77 k perl-Text-ParseWords noarch 3.29-4.el7 base 14 k perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k perl-Time-Local noarch 1.2300-2.el7 base 24 k perl-constant noarch 1.27-2.el7 base 19 k perl-libs x86_64 4:5.16.3-292.el7 base 688 k perl-macros x86_64 4:5.16.3-292.el7 base 43 k perl-parent noarch 1:0.225-244.el7 base 12 k perl-podlators noarch 2.5.1-3.el7 base 112 k perl-threads x86_64 1.87-4.el7 base 49 k perl-threads-shared x86_64 1.43-6.el7 base 39 k systemd-sysv x86_64 219-57.el7_5.3 updates 80 k tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k Updating for dependencies: systemd x86_64 219-57.el7_5.3 updates 5.0 M systemd-libs x86_64 219-57.el7_5.3 updates 402 k Transaction Summary ================================================================================ Install 2 Packages (+32 Dependent packages) Upgrade 1 Package (+ 2 Dependent packages) Total download size: 21 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Public key for libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm is not installed warning: /var/cache/yum/x86_64/7/base/packages/libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY Public key for openldap-2.4.44-15.el7_5.x86_64.rpm is not installed -------------------------------------------------------------------------------- Total 27 MB/s | 21 MB 00:00 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 Package : centos-release-7-3.1611.el7.centos.x86_64 (@CentOS) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : openldap-2.4.44-15.el7_5.x86_64 1/40 Installing : lz4-1.7.5-2.el7.x86_64 2/40 Updating : systemd-libs-219-57.el7_5.3.x86_64 3/40 Updating : systemd-219-57.el7_5.3.x86_64 4/40 Failed to get D-Bus connection: Operation not permitted Installing : systemd-sysv-219-57.el7_5.3.x86_64 5/40 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 6/40 Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 7/40 Installing : groff-base-1.22.2-8.el7.x86_64 8/40 Installing : 1:perl-parent-0.225-244.el7.noarch 9/40 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 10/40 Installing : perl-podlators-2.5.1-3.el7.noarch 11/40 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 12/40 Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 13/40 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 14/40 Installing : perl-Encode-2.51-7.el7.x86_64 15/40 Installing : perl-Pod-Usage-1.63-3.el7.noarch 16/40 Installing : 4:perl-macros-5.16.3-292.el7.x86_64 17/40 Installing : 4:perl-libs-5.16.3-292.el7.x86_64 18/40 Installing : perl-Storable-2.45-3.el7.x86_64 19/40 Installing : perl-Exporter-5.68-3.el7.noarch 20/40 Installing : perl-constant-1.27-2.el7.noarch 21/40 Installing : perl-Time-Local-1.2300-2.el7.noarch 22/40 Installing : perl-Socket-2.010-4.el7.x86_64 23/40 Installing : perl-Carp-1.26-244.el7.noarch 24/40 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 25/40 Installing : perl-PathTools-3.40-5.el7.x86_64 26/40 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 27/40 Installing : perl-File-Temp-0.23.01-3.el7.noarch 28/40 Installing : perl-File-Path-2.09-2.el7.noarch 29/40 Installing : perl-threads-shared-1.43-6.el7.x86_64 30/40 Installing : perl-threads-1.87-4.el7.x86_64 31/40 Installing : perl-Filter-1.49-3.el7.x86_64 32/40 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 33/40 Installing : perl-Getopt-Long-2.40-3.el7.noarch 34/40 Installing : 4:perl-5.16.3-292.el7.x86_64 35/40 Installing : openldap-servers-2.4.44-15.el7_5.x86_64 36/40 Installing : openldap-clients-2.4.44-15.el7_5.x86_64 37/40 Cleanup : systemd-219-30.el7_3.8.x86_64 38/40 Cleanup : systemd-libs-219-30.el7_3.8.x86_64 39/40 Cleanup : openldap-2.4.40-13.el7.x86_64 40/40 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/40 Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/40 Verifying : perl-Storable-2.45-3.el7.x86_64 3/40 Verifying : perl-Exporter-5.68-3.el7.noarch 4/40 Verifying : perl-constant-1.27-2.el7.noarch 5/40 Verifying : perl-PathTools-3.40-5.el7.x86_64 6/40 Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 7/40 Verifying : 1:perl-parent-0.225-244.el7.noarch 8/40 Verifying : 4:perl-5.16.3-292.el7.x86_64 9/40 Verifying : groff-base-1.22.2-8.el7.x86_64 10/40 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 11/40 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 12/40 Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 13/40 Verifying : perl-Time-Local-1.2300-2.el7.noarch 14/40 Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 15/40 Verifying : perl-Socket-2.010-4.el7.x86_64 16/40 Verifying : perl-Carp-1.26-244.el7.noarch 17/40 Verifying : openldap-servers-2.4.44-15.el7_5.x86_64 18/40 Verifying : systemd-219-57.el7_5.3.x86_64 19/40 Verifying : openldap-clients-2.4.44-15.el7_5.x86_64 20/40 Verifying : systemd-sysv-219-57.el7_5.3.x86_64 21/40 Verifying : lz4-1.7.5-2.el7.x86_64 22/40 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 23/40 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 24/40 Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 25/40 Verifying : systemd-libs-219-57.el7_5.3.x86_64 26/40 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 27/40 Verifying : perl-Encode-2.51-7.el7.x86_64 28/40 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 29/40 Verifying : perl-podlators-2.5.1-3.el7.noarch 30/40 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 31/40 Verifying : perl-File-Path-2.09-2.el7.noarch 32/40 Verifying : perl-threads-1.87-4.el7.x86_64 33/40 Verifying : perl-Filter-1.49-3.el7.x86_64 34/40 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 35/40 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 36/40 Verifying : openldap-2.4.44-15.el7_5.x86_64 37/40 Verifying : systemd-219-30.el7_3.8.x86_64 38/40 Verifying : systemd-libs-219-30.el7_3.8.x86_64 39/40 Verifying : openldap-2.4.40-13.el7.x86_64 40/40 Installed: openldap-clients.x86_64 0:2.4.44-15.el7_5 openldap-servers.x86_64 0:2.4.44-15.el7_5 Dependency Installed: groff-base.x86_64 0:1.22.2-8.el7 libtool-ltdl.x86_64 0:2.4.2-22.el7_3 lz4.x86_64 0:1.7.5-2.el7 perl.x86_64 4:5.16.3-292.el7 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-292.el7 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-4.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-292.el7 perl-macros.x86_64 4:5.16.3-292.el7 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 systemd-sysv.x86_64 0:219-57.el7_5.3 tcp_wrappers-libs.x86_64 0:7.6-77.el7 Updated: openldap.x86_64 0:2.4.44-15.el7_5 Dependency Updated: systemd.x86_64 0:219-57.el7_5.3 systemd-libs.x86_64 0:219-57.el7_5.3 Complete! Loaded plugins: fastestmirror, ovl Cleaning repos: base extras updates Cleaning up everything Cleaning up list of fastest mirrors ---> 0a85d3660062 Removing intermediate container 5be225c71232 Step 10 : VOLUME /var/lib/ldap /etc/openldap ---> Running in c45ad2f804d2 ---> 081bd9f2b6cf Removing intermediate container c45ad2f804d2 Step 11 : EXPOSE 389 636 ---> Running in 27b66c384c52 ---> c8cfd850413e Removing intermediate container 27b66c384c52 Step 12 : CMD /usr/local/bin/run-openldap.sh ---> Running in aa86c464d95e ---> c19584efc283 Removing intermediate container aa86c464d95e Step 13 : LABEL io.openshift.builder-version "9037185" ---> Running in 3a5d1f62f4a0 ---> 7a81f1b3b102 Removing intermediate container 3a5d1f62f4a0 Successfully built 7a81f1b3b102 8faf1556a41549578e0d202fc6faba612f3e78f1257e157feca85776a4f6200d Created container 8faf1556a41549578e0d202fc6faba612f3e78f1257e157feca85776a4f6200d Testing OpenLDAP connection to 172.17.0.2... Trying to connect... ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1) Trying to connect... ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1) Trying to connect... # extended LDIF # # LDAPv3 # base with scope subtree # filter: (objectclass=*) # requesting: ALL # # example.com dn: dc=example,dc=com objectClass: top objectClass: dcObject objectClass: organization dc: example o: example # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 Success! Testing OpenLDAP dn: dc=example,dc=com adding new entry "cn=person,dc=example,dc=com" adding new entry "cn=group,dc=example,dc=com" memberOf: cn=group,dc=example,dc=com Success! Test Success! adc6ca8ec349782142ec463e8919c969378e3171f2606d0e35e7705b6e20fe2c Created container adc6ca8ec349782142ec463e8919c969378e3171f2606d0e35e7705b6e20fe2c Testing OpenLDAP connection to 172.17.0.3... Trying to connect... ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1) Trying to connect... # extended LDIF # # LDAPv3 # base with scope subtree # filter: (objectclass=*) # requesting: ALL # # example.com dn: dc=example,dc=com objectClass: top objectClass: dcObject objectClass: organization dc: example o: example # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 Success! Testing OpenLDAP dn: dc=example,dc=com adding new entry "cn=person,dc=example,dc=com" adding new entry "cn=group,dc=example,dc=com" memberOf: cn=group,dc=example,dc=com Success! Test Success! Stopping and removing container adc6ca8ec349782142ec463e8919c969378e3171f2606d0e35e7705b6e20fe2c... adc6ca8ec349782142ec463e8919c969378e3171f2606d0e35e7705b6e20fe2c adc6ca8ec349782142ec463e8919c969378e3171f2606d0e35e7705b6e20fe2c Done. Stopping and removing container 8faf1556a41549578e0d202fc6faba612f3e78f1257e157feca85776a4f6200d... 8faf1556a41549578e0d202fc6faba612f3e78f1257e157feca85776a4f6200d 8faf1556a41549578e0d202fc6faba612f3e78f1257e157feca85776a4f6200d Done. + sudo env PATH=/data/src/github.com/openshift/source-to-image/_output/local/go/bin:/data/src/github.com/openshift/source-to-image/_output/local/bin/linux/amd64:/data/src/github.com/openshift/origin/_output/etcd/bin:/data/src/github.com/openshift/origin/_output/local/bin/linux/amd64:/data/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/home/ec2-user/.local/bin:/home/ec2-user/bin SKIP_SQUASH=1 make test TARGET=centos7 SKIP_SQUASH=1 VERSIONS="2.4.41" TAG_ON_SUCCESS= TEST_MODE=true hack/build.sh centos7 -> Building openshift/openldap-2441-centos7-candidate ... Sending build context to Docker daemon 557.1 kB Sending build context to Docker daemon 1.114 MB Sending build context to Docker daemon 1.671 MB Sending build context to Docker daemon 2.228 MB Sending build context to Docker daemon 2.785 MB Sending build context to Docker daemon 3.342 MB Sending build context to Docker daemon 3.899 MB Sending build context to Docker daemon 4.456 MB Sending build context to Docker daemon 5.014 MB Sending build context to Docker daemon 5.571 MB Sending build context to Docker daemon 6.128 MB Sending build context to Docker daemon 6.685 MB Sending build context to Docker daemon 7.242 MB Sending build context to Docker daemon 7.799 MB Sending build context to Docker daemon 8.356 MB Sending build context to Docker daemon 8.913 MB Sending build context to Docker daemon 9.47 MB Sending build context to Docker daemon 10.03 MB Sending build context to Docker daemon 10.58 MB Sending build context to Docker daemon 11.14 MB Sending build context to Docker daemon 11.7 MB Sending build context to Docker daemon 12.26 MB Sending build context to Docker daemon 12.81 MB Sending build context to Docker daemon 13.37 MB Sending build context to Docker daemon 13.93 MB Sending build context to Docker daemon 14.48 MB Sending build context to Docker daemon 15.04 MB Sending build context to Docker daemon 15.6 MB Sending build context to Docker daemon 16.15 MB Sending build context to Docker daemon 16.71 MB Sending build context to Docker daemon 17.27 MB Sending build context to Docker daemon 17.83 MB Sending build context to Docker daemon 18.38 MB Sending build context to Docker daemon 18.94 MB Sending build context to Docker daemon 19.5 MB Sending build context to Docker daemon 20.05 MB Sending build context to Docker daemon 20.61 MB Sending build context to Docker daemon 21.17 MB Sending build context to Docker daemon 21.73 MB Sending build context to Docker daemon 22.28 MB Sending build context to Docker daemon 22.84 MB Sending build context to Docker daemon 23.4 MB Sending build context to Docker daemon 23.95 MB Sending build context to Docker daemon 24.51 MB Sending build context to Docker daemon 25.07 MB Sending build context to Docker daemon 25.62 MB Sending build context to Docker daemon 26.18 MB Sending build context to Docker daemon 26.74 MB Sending build context to Docker daemon 27.3 MB Sending build context to Docker daemon 27.85 MB Sending build context to Docker daemon 28.41 MB Sending build context to Docker daemon 28.97 MB Sending build context to Docker daemon 29.52 MB Sending build context to Docker daemon 30.08 MB Sending build context to Docker daemon 30.64 MB Sending build context to Docker daemon 31.2 MB Sending build context to Docker daemon 31.75 MB Sending build context to Docker daemon 32.31 MB Sending build context to Docker daemon 32.87 MB Sending build context to Docker daemon 33.42 MB Sending build context to Docker daemon 33.98 MB Sending build context to Docker daemon 34.54 MB Sending build context to Docker daemon 34.66 MB Step 1 : FROM centos:centos7 ---> 8140d0c64310 Step 2 : MAINTAINER Steve Kuznetsov ---> Using cache ---> 7a0ef3d87de5 Step 3 : LABEL io.k8s.description "OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol." io.k8s.display-name "OpenLDAP 2.4.41" io.openshift.expose-services "389:ldap,636:ldaps" io.openshift.tags "directory,ldap,openldap,openldap2441" io.openshift.non-scalable "true" ---> Using cache ---> 223c62fe6bfa Step 4 : COPY ./contrib/config /opt/openshift/config ---> Using cache ---> e7b1d8070ab6 Step 5 : COPY ./contrib/lib /opt/openshift/lib ---> Using cache ---> e6cf3bd85086 Step 6 : COPY run-*.sh /usr/local/bin/ ---> Using cache ---> c7e3272e84d0 Step 7 : COPY contrib/*.ldif /usr/local/etc/openldap/ ---> Using cache ---> 95107c326628 Step 8 : COPY contrib/*.schema /usr/local/etc/openldap/ ---> a35497a16ff2 Removing intermediate container 8ed86fb0193c Step 9 : COPY contrib/DB_CONFIG /usr/local/etc/openldap/ ---> 9ae8ab9228fa Removing intermediate container 5ebe49a477a0 Step 10 : RUN yum install -y openldap openldap-servers openldap-clients && yum clean all -y && setcap 'cap_net_bind_service=+ep' /usr/sbin/slapd && mkdir -p /var/lib/ldap && chmod a+rwx -R /var/lib/ldap && mkdir -p /etc/openldap && chmod a+rwx -R /etc/openldap && mkdir -p /var/run/openldap && chmod a+rwx -R /var/run/openldap && chmod -R a+rw /opt/openshift ---> Running in 0e64edc5de19 Loaded plugins: fastestmirror, ovl Determining fastest mirrors * base: repo1.ash.innoscale.net * extras: repo1.ash.innoscale.net * updates: repo1.ash.innoscale.net Resolving Dependencies --> Running transaction check ---> Package openldap.x86_64 0:2.4.40-13.el7 will be updated ---> Package openldap.x86_64 0:2.4.44-15.el7_5 will be an update ---> Package openldap-clients.x86_64 0:2.4.44-15.el7_5 will be installed ---> Package openldap-servers.x86_64 0:2.4.44-15.el7_5 will be installed --> Processing Dependency: systemd-sysv for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: perl(warnings) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: perl(strict) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: perl(POSIX) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: libwrap.so.0()(64bit) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: libperl.so()(64bit) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Processing Dependency: libltdl.so.7()(64bit) for package: openldap-servers-2.4.44-15.el7_5.x86_64 --> Running transaction check ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed ---> Package perl.x86_64 4:5.16.3-292.el7 will be installed --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Getopt::Long) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-292.el7.x86_64 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-292.el7.x86_64 ---> Package perl-libs.x86_64 4:5.16.3-292.el7 will be installed ---> Package systemd-sysv.x86_64 0:219-57.el7_5.3 will be installed --> Processing Dependency: systemd = 219-57.el7_5.3 for package: systemd-sysv-219-57.el7_5.3.x86_64 ---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed --> Running transaction check ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed ---> Package perl-macros.x86_64 4:5.16.3-292.el7 will be installed ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed ---> Package systemd.x86_64 0:219-30.el7_3.8 will be updated ---> Package systemd.x86_64 0:219-57.el7_5.3 will be an update --> Processing Dependency: systemd-libs = 219-57.el7_5.3 for package: systemd-219-57.el7_5.3.x86_64 --> Processing Dependency: liblz4.so.1()(64bit) for package: systemd-219-57.el7_5.3.x86_64 --> Running transaction check ---> Package lz4.x86_64 0:1.7.5-2.el7 will be installed ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed ---> Package perl-Pod-Escapes.noarch 1:1.04-292.el7 will be installed ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed ---> Package systemd-libs.x86_64 0:219-30.el7_3.8 will be updated ---> Package systemd-libs.x86_64 0:219-57.el7_5.3 will be an update --> Running transaction check ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch --> Processing Dependency: groff-base for package: perl-Pod-Perldoc-3.20-4.el7.noarch ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed --> Running transaction check ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: openldap-clients x86_64 2.4.44-15.el7_5 updates 190 k openldap-servers x86_64 2.4.44-15.el7_5 updates 2.2 M Updating: openldap x86_64 2.4.44-15.el7_5 updates 355 k Installing for dependencies: groff-base x86_64 1.22.2-8.el7 base 942 k libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k lz4 x86_64 1.7.5-2.el7 base 98 k perl x86_64 4:5.16.3-292.el7 base 8.0 M perl-Carp noarch 1.26-244.el7 base 19 k perl-Encode x86_64 2.51-7.el7 base 1.5 M perl-Exporter noarch 5.68-3.el7 base 28 k perl-File-Path noarch 2.09-2.el7 base 26 k perl-File-Temp noarch 0.23.01-3.el7 base 56 k perl-Filter x86_64 1.49-3.el7 base 76 k perl-Getopt-Long noarch 2.40-3.el7 base 56 k perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k perl-PathTools x86_64 3.40-5.el7 base 82 k perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k perl-Pod-Usage noarch 1.63-3.el7 base 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k perl-Socket x86_64 2.010-4.el7 base 49 k perl-Storable x86_64 2.45-3.el7 base 77 k perl-Text-ParseWords noarch 3.29-4.el7 base 14 k perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k perl-Time-Local noarch 1.2300-2.el7 base 24 k perl-constant noarch 1.27-2.el7 base 19 k perl-libs x86_64 4:5.16.3-292.el7 base 688 k perl-macros x86_64 4:5.16.3-292.el7 base 43 k perl-parent noarch 1:0.225-244.el7 base 12 k perl-podlators noarch 2.5.1-3.el7 base 112 k perl-threads x86_64 1.87-4.el7 base 49 k perl-threads-shared x86_64 1.43-6.el7 base 39 k systemd-sysv x86_64 219-57.el7_5.3 updates 80 k tcp_wrappers-libs x86_64 7.6-77.el7 base 66 k Updating for dependencies: systemd x86_64 219-57.el7_5.3 updates 5.0 M systemd-libs x86_64 219-57.el7_5.3 updates 402 k Transaction Summary ================================================================================ Install 2 Packages (+32 Dependent packages) Upgrade 1 Package (+ 2 Dependent packages) Total download size: 21 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. warning: /var/cache/yum/x86_64/7/base/packages/libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY Public key for libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm is not installed Public key for openldap-clients-2.4.44-15.el7_5.x86_64.rpm is not installed -------------------------------------------------------------------------------- Total 37 MB/s | 21 MB 00:00 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 Package : centos-release-7-3.1611.el7.centos.x86_64 (@CentOS) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : openldap-2.4.44-15.el7_5.x86_64 1/40 Installing : lz4-1.7.5-2.el7.x86_64 2/40 Updating : systemd-libs-219-57.el7_5.3.x86_64 3/40 Updating : systemd-219-57.el7_5.3.x86_64 4/40 Failed to get D-Bus connection: Operation not permitted Installing : systemd-sysv-219-57.el7_5.3.x86_64 5/40 Installing : tcp_wrappers-libs-7.6-77.el7.x86_64 6/40 Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 7/40 Installing : groff-base-1.22.2-8.el7.x86_64 8/40 Installing : 1:perl-parent-0.225-244.el7.noarch 9/40 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 10/40 Installing : perl-podlators-2.5.1-3.el7.noarch 11/40 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 12/40 Installing : 1:perl-Pod-Escapes-1.04-292.el7.noarch 13/40 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 14/40 Installing : perl-Encode-2.51-7.el7.x86_64 15/40 Installing : perl-Pod-Usage-1.63-3.el7.noarch 16/40 Installing : 4:perl-macros-5.16.3-292.el7.x86_64 17/40 Installing : 4:perl-libs-5.16.3-292.el7.x86_64 18/40 Installing : perl-Storable-2.45-3.el7.x86_64 19/40 Installing : perl-Exporter-5.68-3.el7.noarch 20/40 Installing : perl-constant-1.27-2.el7.noarch 21/40 Installing : perl-Time-Local-1.2300-2.el7.noarch 22/40 Installing : perl-Socket-2.010-4.el7.x86_64 23/40 Installing : perl-Carp-1.26-244.el7.noarch 24/40 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 25/40 Installing : perl-PathTools-3.40-5.el7.x86_64 26/40 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 27/40 Installing : perl-File-Temp-0.23.01-3.el7.noarch 28/40 Installing : perl-File-Path-2.09-2.el7.noarch 29/40 Installing : perl-threads-shared-1.43-6.el7.x86_64 30/40 Installing : perl-threads-1.87-4.el7.x86_64 31/40 Installing : perl-Filter-1.49-3.el7.x86_64 32/40 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 33/40 Installing : perl-Getopt-Long-2.40-3.el7.noarch 34/40 Installing : 4:perl-5.16.3-292.el7.x86_64 35/40 Installing : openldap-servers-2.4.44-15.el7_5.x86_64 36/40 Installing : openldap-clients-2.4.44-15.el7_5.x86_64 37/40 Cleanup : systemd-219-30.el7_3.8.x86_64 38/40 Cleanup : systemd-libs-219-30.el7_3.8.x86_64 39/40 Cleanup : openldap-2.4.40-13.el7.x86_64 40/40 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/40 Verifying : perl-threads-shared-1.43-6.el7.x86_64 2/40 Verifying : perl-Storable-2.45-3.el7.x86_64 3/40 Verifying : perl-Exporter-5.68-3.el7.noarch 4/40 Verifying : perl-constant-1.27-2.el7.noarch 5/40 Verifying : perl-PathTools-3.40-5.el7.x86_64 6/40 Verifying : 4:perl-macros-5.16.3-292.el7.x86_64 7/40 Verifying : 1:perl-parent-0.225-244.el7.noarch 8/40 Verifying : 4:perl-5.16.3-292.el7.x86_64 9/40 Verifying : groff-base-1.22.2-8.el7.x86_64 10/40 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 11/40 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 12/40 Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 13/40 Verifying : perl-Time-Local-1.2300-2.el7.noarch 14/40 Verifying : 4:perl-libs-5.16.3-292.el7.x86_64 15/40 Verifying : perl-Socket-2.010-4.el7.x86_64 16/40 Verifying : perl-Carp-1.26-244.el7.noarch 17/40 Verifying : openldap-servers-2.4.44-15.el7_5.x86_64 18/40 Verifying : systemd-219-57.el7_5.3.x86_64 19/40 Verifying : openldap-clients-2.4.44-15.el7_5.x86_64 20/40 Verifying : systemd-sysv-219-57.el7_5.3.x86_64 21/40 Verifying : lz4-1.7.5-2.el7.x86_64 22/40 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 23/40 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 24/40 Verifying : 1:perl-Pod-Escapes-1.04-292.el7.noarch 25/40 Verifying : systemd-libs-219-57.el7_5.3.x86_64 26/40 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 27/40 Verifying : perl-Encode-2.51-7.el7.x86_64 28/40 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 29/40 Verifying : perl-podlators-2.5.1-3.el7.noarch 30/40 Verifying : tcp_wrappers-libs-7.6-77.el7.x86_64 31/40 Verifying : perl-File-Path-2.09-2.el7.noarch 32/40 Verifying : perl-threads-1.87-4.el7.x86_64 33/40 Verifying : perl-Filter-1.49-3.el7.x86_64 34/40 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 35/40 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 36/40 Verifying : openldap-2.4.44-15.el7_5.x86_64 37/40 Verifying : systemd-219-30.el7_3.8.x86_64 38/40 Verifying : systemd-libs-219-30.el7_3.8.x86_64 39/40 Verifying : openldap-2.4.40-13.el7.x86_64 40/40 Installed: openldap-clients.x86_64 0:2.4.44-15.el7_5 openldap-servers.x86_64 0:2.4.44-15.el7_5 Dependency Installed: groff-base.x86_64 0:1.22.2-8.el7 libtool-ltdl.x86_64 0:2.4.2-22.el7_3 lz4.x86_64 0:1.7.5-2.el7 perl.x86_64 4:5.16.3-292.el7 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-292.el7 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-4.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-292.el7 perl-macros.x86_64 4:5.16.3-292.el7 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 systemd-sysv.x86_64 0:219-57.el7_5.3 tcp_wrappers-libs.x86_64 0:7.6-77.el7 Updated: openldap.x86_64 0:2.4.44-15.el7_5 Dependency Updated: systemd.x86_64 0:219-57.el7_5.3 systemd-libs.x86_64 0:219-57.el7_5.3 Complete! Loaded plugins: fastestmirror, ovl Cleaning repos: base extras updates Cleaning up everything Cleaning up list of fastest mirrors ---> 5c865e68ec4c Removing intermediate container 0e64edc5de19 Step 11 : VOLUME /var/lib/ldap /etc/openldap ---> Running in 5a064a885c65 ---> 3a831079baf5 Removing intermediate container 5a064a885c65 Step 12 : EXPOSE 389 636 ---> Running in 636b0128d8b1 ---> b3b19da997a3 Removing intermediate container 636b0128d8b1 Step 13 : CMD /usr/local/bin/run-openldap.sh ---> Running in 14f92bdf4bc0 ---> 59283ab870ef Removing intermediate container 14f92bdf4bc0 Step 14 : LABEL io.openshift.builder-version "9037185" ---> Running in bbd147b30b28 ---> e8ab99a72d36 Removing intermediate container bbd147b30b28 Successfully built e8ab99a72d36 ff1d2ca6e20beb1a152b8aff2769e336c41c69d03f87d73a09d7b716c125f047 Created container ff1d2ca6e20beb1a152b8aff2769e336c41c69d03f87d73a09d7b716c125f047 Testing OpenLDAP connection to 172.17.0.2... Trying to connect... ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1) Trying to connect... ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1) Trying to connect... # extended LDIF # # LDAPv3 # base with scope subtree # filter: (objectclass=*) # requesting: ALL # # example.com dn: dc=example,dc=com objectClass: top objectClass: dcObject objectClass: organization dc: example o: example # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 Success! Testing OpenLDAP dn: dc=example,dc=com adding new entry "cn=person,dc=example,dc=com" adding new entry "cn=group,dc=example,dc=com" memberOf: cn=group,dc=example,dc=com Success! Test Success! 5311c922765f7f5ae1064d63c4f1bc11360097c0e10e547a9c3cbc76539f7635 Created container 5311c922765f7f5ae1064d63c4f1bc11360097c0e10e547a9c3cbc76539f7635 Testing OpenLDAP connection to 172.17.0.3... Trying to connect... ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1) Trying to connect... # extended LDIF # # LDAPv3 # base with scope subtree # filter: (objectclass=*) # requesting: ALL # # example.com dn: dc=example,dc=com objectClass: top objectClass: dcObject objectClass: organization dc: example o: example # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 Success! Testing OpenLDAP dn: dc=example,dc=com adding new entry "cn=person,dc=example,dc=com" adding new entry "cn=group,dc=example,dc=com" memberOf: cn=group,dc=example,dc=com Success! Test Success! Stopping and removing container 5311c922765f7f5ae1064d63c4f1bc11360097c0e10e547a9c3cbc76539f7635... 5311c922765f7f5ae1064d63c4f1bc11360097c0e10e547a9c3cbc76539f7635 5311c922765f7f5ae1064d63c4f1bc11360097c0e10e547a9c3cbc76539f7635 Done. Stopping and removing container ff1d2ca6e20beb1a152b8aff2769e336c41c69d03f87d73a09d7b716c125f047... ff1d2ca6e20beb1a152b8aff2769e336c41c69d03f87d73a09d7b716c125f047 ff1d2ca6e20beb1a152b8aff2769e336c41c69d03f87d73a09d7b716c125f047 Done. + cd / + sudo rm -rf /tmp/image_test.7aKaY4H + exit RC=0 + popd ~/jobs/openldap/workspace [PostBuildScript] - Executing post build scripts. [PostBuildScript] - Build does not have any of the results []. Did not execute build step #0. Setting status of 90371851f02e0d6154a10000f4c9ddbea9bcb9c1 to SUCCESS with url https://ci.openshift.redhat.com/jenkins/job/openldap/20/ and message: ' ' Finished: SUCCESS