SuccessConsole Output

17:42:33 Started by upstream project "Krel_trigger-jobs" build number 69632
17:42:33 originally caused by:
17:42:33  Started by upstream project "Krel_reconfigure-jobs" build number 2116
17:42:33  originally caused by:
17:42:33   Started by user SYSTEM
17:42:33 Building remotely on build client 3 (slave buildslave indigo_devel_default) in workspace /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source
17:42:33 [ssh-agent] Looking for ssh-agent implementation...
17:42:33 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
17:42:33 $ ssh-agent
17:42:33 SSH_AUTH_SOCK=/tmp/ssh-4NBj4yxIGfNM/agent.15107
17:42:33 SSH_AGENT_PID=15110
17:42:33 [ssh-agent] Started.
17:42:33 $ ssh-add /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source@tmp/private_key_8569249826437484046.key
17:42:33 Identity added: /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source@tmp/private_key_8569249826437484046.key (/home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source@tmp/private_key_8569249826437484046.key)
17:42:33 [ssh-agent] Using credentials jenkins-slave
1. Check free disk space

Hide Details

17:42:33 # BEGIN SECTION: Check free disk space 17:42:33 Usable disk space = 21951549440 bytes 17:42:33 Free space threshold = 5368709120 bytes 17:42:33 # END SECTION
17:42:33 [Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source] $ /bin/sh -xe /tmp/hudson5359466037398118215.sh 17:42:33 + echo # BEGIN SECTION: docker version
2. docker version

Hide Details

17:42:33 # BEGIN SECTION: docker version 17:42:33 + docker version 17:42:33 Client: 17:42:33 Version: 1.9.1 17:42:33 API version: 1.21 17:42:33 Go version: go1.4.2 17:42:33 Git commit: a34a1d5 17:42:33 Built: Fri Nov 20 13:12:04 UTC 2015 17:42:33 OS/Arch: linux/amd64 17:42:33 17:42:33 Server: 17:42:33 Version: 1.9.1 17:42:33 API version: 1.21 17:42:33 Go version: go1.4.2 17:42:33 Git commit: a34a1d5 17:42:33 Built: Fri Nov 20 13:12:04 UTC 2015 17:42:33 OS/Arch: linux/amd64 17:42:33 + echo # END SECTION 17:42:33 # END SECTION
17:42:33 + echo # BEGIN SECTION: docker info
3. docker info

Hide Details

17:42:33 # BEGIN SECTION: docker info 17:42:33 + docker info 17:42:34 Containers: 341 17:42:34 Images: 2639 17:42:34 Server Version: 1.9.1 17:42:34 Storage Driver: aufs 17:42:34 Root Dir: /var/lib/docker/aufs 17:42:34 Backing Filesystem: extfs 17:42:34 Dirs: 3909 17:42:34 Dirperm1 Supported: false 17:42:34 Execution Driver: native-0.2 17:42:34 Logging Driver: json-file 17:42:34 Kernel Version: 3.13.0-29-generic 17:42:34 Operating System: Ubuntu 14.04 LTS 17:42:34 CPUs: 2 17:42:34 Total Memory: 3.861 GiB 17:42:34 Name: lcas-buildfarm-slave-3 17:42:34 ID: LZSS:PF7G:CREH:TEQW:FH57:3M6D:KCSS:ODQY:SPHA:ND7A:FHYG:PNDE 17:42:34 WARNING: No swap limit support 17:42:34 + echo # END SECTION 17:42:34 # END SECTION
17:42:34 [Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source] $ /bin/sh -xe /tmp/hudson4326151226036268197.sh 17:42:34 + echo # BEGIN SECTION: Check docker status
4. Check docker status

Hide Details

17:42:34 # BEGIN SECTION: Check docker status 17:42:34 + echo Testing trivial docker invocation... 17:42:34 Testing trivial docker invocation... 17:42:34 + docker run --rm ubuntu:xenial true 17:42:35 + echo 'docker run' returned 0 17:42:35 'docker run' returned 0 17:42:36 docker seems operational, continuing 17:42:36 [Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source] $ /bin/sh -xe /tmp/hudson2479083582774253250.sh 17:42:36 + echo # END SECTION 17:42:36 # END SECTION
17:42:36 [Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source] $ /bin/sh -xe /tmp/hudson4499189854894222667.sh 17:42:36 + echo # BEGIN SECTION: Embed wrapper scripts
5. Embed wrapper scripts

Hide Details

17:42:36 # BEGIN SECTION: Embed wrapper scripts 17:42:36 + rm -fr wrapper_scripts 17:42:36 + mkdir wrapper_scripts 17:42:36 + printf #!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an "AS IS" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert "Command '%%s' not implemented" %% command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print("Reinvoke 'git %%s' (%%d/%%d) after sleeping %%s seconds" %%\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print("Invoking '%%s'" %% ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main()) 17:42:36 + echo # END SECTION 17:42:36 # END SECTION
17:42:36 [Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source] $ /bin/sh -xe /tmp/hudson9133936101024427058.sh 17:42:36 + echo # BEGIN SECTION: Clone ros_buildfarm
6. Clone ros_buildfarm

Hide Details

17:42:36 # BEGIN SECTION: Clone ros_buildfarm 17:42:36 + rm -fr ros_buildfarm 17:42:36 + python3 -u wrapper_scripts/git.py clone --depth 1 -b master https://github.com/lcas/ros_buildfarm.git ros_buildfarm 17:42:36 Invoking 'git clone --depth 1 -b master https://github.com/lcas/ros_buildfarm.git ros_buildfarm' 17:42:36 Cloning into 'ros_buildfarm'... 17:42:38 + git -C ros_buildfarm --no-pager log -n 1 17:42:38 commit aca918fa40d6391d4894b39d8d3477d2e6e0a390 17:42:38 Author: Marc Hanheide <marc@hanheide.de> 17:42:38 Date: Thu Aug 2 12:13:42 2018 +0100 17:42:38 17:42:38 added cleanup 17:42:38 + rm -fr ros_buildfarm/.git 17:42:38 + rm -fr ros_buildfarm/doc 17:42:38 + echo # END SECTION 17:42:38 # END SECTION
17:42:38 [Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source] $ /bin/sh -xe /tmp/hudson3853390531993893857.sh 17:42:38 + echo # BEGIN SECTION: Write PGP repository keys
7. Write PGP repository keys

Hide Details

17:42:38 # BEGIN SECTION: Write PGP repository keys 17:42:38 + mkdir -p /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/keys 17:42:38 + rm -fr /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/keys/0.key /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/keys/1.key 17:42:38 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 17:42:38 Version: GnuPG v1.4.11 (GNU/Linux) 17:42:38 17:42:38 mQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn 17:42:38 MsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf 17:42:38 xcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw 17:42:38 kPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv 17:42:38 /o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh 17:42:38 EBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg 17:42:38 KFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD 17:42:38 BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX 17:42:38 yQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI 17:42:38 7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy 17:42:38 JjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T 17:42:38 Yh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++ 17:42:38 Cut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ 17:42:38 cvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM 17:42:38 hU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3 17:42:38 IWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm 17:42:38 Z4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK 17:42:38 7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb 17:42:38 oRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC 17:42:38 AAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U 17:42:38 NTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0 17:42:38 ikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU 17:42:38 M7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N 17:42:38 l9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ 17:42:38 Chb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ== 17:42:38 =nFcN 17:42:38 -----END PGP PUBLIC KEY BLOCK----- 17:42:38 17:42:38 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 17:42:38 Version: SKS 1.1.6 17:42:38 Comment: Hostname: keyserver.ubuntu.com 17:42:38 17:42:38 mQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L 17:42:38 /HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw 17:42:38 DuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47 17:42:38 ZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+ 17:42:38 d+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS 17:42:38 6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN 17:42:38 qoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL 17:42:38 8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/ 17:42:38 /SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz 17:42:38 vz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90 17:42:38 aWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu 17:42:38 1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur 17:42:38 F8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN 17:42:38 KARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s 17:42:38 NGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv 17:42:38 ZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO 17:42:38 K+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo 17:42:38 bC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs 17:42:38 Fn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s 17:42:38 QNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR 17:42:38 hE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp 17:42:38 PWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd 17:42:38 =4Ofr 17:42:38 -----END PGP PUBLIC KEY BLOCK----- 17:42:38 17:42:38 + echo # END SECTION 17:42:38 # END SECTION
17:42:38 [Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source] $ /bin/sh -xe /tmp/hudson5372622212502891768.sh 17:42:38 + rm -fr /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/docker_sourcedeb 17:42:38 + mkdir -p /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/docker_sourcedeb 17:42:38 + sleep 1 17:42:38 + python3 -u /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/ros_buildfarm/scripts/subprocess_reaper.py 15307 --cid-file /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/docker_sourcedeb/docker.cid 17:42:39 + echo # BEGIN SECTION: Generate Dockerfile - sourcedeb task
8. Generate Dockerfile - sourcedeb task

Hide Details

17:42:39 # BEGIN SECTION: Generate Dockerfile - sourcedeb task 17:42:39 + export TZ=GMT+00 17:42:39 + export PYTHONPATH=/home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/ros_buildfarm: 17:42:39 + python3 -u /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/ros_buildfarm/scripts/release/run_sourcedeb_job.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic ompl_planners_ros ubuntu xenial --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --distribution-repository-key-files /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/keys/0.key /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/keys/1.key --source-dir /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/sourcedeb/source --dockerfile-dir /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/docker_sourcedeb 17:42:39 Using the following distribution repositories: 17:42:39 http://10.210.9.154/ubuntu/building (/home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/keys/0.key) 17:42:39 http://packages.ros.org/ros/ubuntu (/home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/keys/1.key) 17:42:39 Generating Dockerfile '/home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/docker_sourcedeb/Dockerfile': 17:42:39 # generated from release/sourcedeb_task.Dockerfile.em 17:42:39 17:42:39 FROM ubuntu:xenial 17:42:39 17:42:39 VOLUME ["/var/cache/apt/archives"] 17:42:39 17:42:39 ENV DEBIAN_FRONTEND noninteractive 17:42:39 17:42:39 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 17:42:39 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 17:42:39 RUN locale-gen en_US.UTF-8 17:42:39 ENV LANG en_US.UTF-8 17:42:39 ENV TZ GMT+00 17:42:39 17:42:39 RUN useradd -u 1002 -m buildfarm 17:42:39 17:42:39 17:42:39 RUN mkdir /tmp/keys 17:42:39 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 17:42:39 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: SKS 1.1.6\nComment: Hostname: keyserver.ubuntu.com\n\nmQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L\n/HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw\nDuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47\nZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+\nd+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS\n6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN\nqoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL\n8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/\n/SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz\nvz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90\naWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu\n1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur\nF8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN\nKARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s\nNGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv\nZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO\nK+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo\nbC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs\nFn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s\nQNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR\nhE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp\nPWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd\n=4Ofr\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 17:42:39 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 17:42:39 RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 17:42:39 17:42:39 RUN mkdir /tmp/wrapper_scripts 17:42:39 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Hash Sum mismatch',\n 'Unable to locate package',\n 'is not what the server reported',\n ]\n\n command = argv[0]\n if command in ['update', 'source']:\n rc, _, _ = call_apt_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n elif command == 'update-install-clean':\n return call_apt_update_install_clean(\n argv[1:], known_error_strings, max_tries)\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_apt_update_install_clean(\n install_argv, known_error_strings, max_tries):\n tries = 0\n command = 'update'\n while tries < max_tries:\n if command == 'update':\n rc, _, tries = call_apt_repeatedly(\n [command], known_error_strings, max_tries - tries,\n offset=tries)\n if rc != 0:\n # abort if update was unsuccessful even after retries\n break\n # move on to the install command if update was successful\n command = 'install'\n\n if command == 'install':\n # any call is considered a try\n tries += 1\n known_error_strings_redo_update = [\n 'Size mismatch',\n 'maybe run apt update',\n 'The following packages cannot be authenticated!',\n 'Unable to locate package',\n ]\n rc, known_error_conditions = \\\\\n call_apt(\n [command] + install_argv,\n known_error_strings + known_error_strings_redo_update)\n if not known_error_conditions:\n if rc != 0:\n # abort if install was unsuccessful\n break\n # move on to the clean command if install was successful\n command = 'clean'\n continue\n\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n # check if update needs to be rerun\n if (\n set(known_error_conditions) &\n set(known_error_strings_redo_update)\n ):\n command = 'update'\n print(\"'apt install' failed and likely requires \" +\n \"'apt update' to run again\")\n # retry with update command\n continue\n\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n if tries < max_tries:\n sleep_time = 5\n print(\"Reinvoke 'apt install' after sleeping %s seconds\" %\n sleep_time)\n sleep(sleep_time)\n # retry install command\n\n if command == 'clean':\n rc, _ = call_apt([command], [])\n break\n\n return rc\n\n\ndef call_apt_repeatedly(argv, known_error_strings, max_tries, offset=0):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * (i + offset)\n print(\"Reinvoke 'apt %s' (%d/%d) after sleeping %s seconds\" %\n (command, i + offset, max_tries + offset, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_apt(argv, known_error_strings)\n if not known_error_conditions:\n # break the loop and return the reported rc\n break\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i + offset\n\n\ndef call_apt(argv, known_error_strings):\n known_error_conditions = []\n\n # some of the used options are not supported in older distros\n # e.g. Ubuntu Wily, Debian Jessie\n cmd = ['apt-get'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n lines = []\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n lines.append(line)\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n if rc and not known_error_conditions:\n print('Invocation failed without any known error condition, '\n 'printing all lines to debug known error detection:')\n for index, line in enumerate(lines):\n print(' ', index + 1, \"'%s'\" % line.rstrip('\\\\n\\\\r'))\n print('None of the following known errors were detected:')\n for index, known_error_string in enumerate(known_error_strings):\n print(' ', index + 1, \"'%s'\" % known_error_string)\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/apt.py 17:42:39 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 17:42:39 17:42:39 # automatic invalidation once every day 17:42:39 RUN echo "2019-06-10 (+0000)" 17:42:39 17:42:39 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 17:42:39 17:42:39 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y debhelper dpkg dpkg-dev git git-buildpackage python3-catkin-pkg-modules python3-rosdistro-modules python3-yaml 17:42:39 17:42:39 COPY .git-credentials /home/buildfarm/.git-credentials 17:42:39 RUN chmod 600 /home/buildfarm/.git-credentials 17:42:39 RUN chown buildfarm /home/buildfarm/.git-credentials 17:42:39 17:42:39 USER buildfarm 17:42:39 RUN git config --global credential.helper 'store' 17:42:39 RUN git config --global http.sslVerify false 17:42:39 17:42:39 ENTRYPOINT ["sh", "-c"] 17:42:39 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/get_sources.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic ompl_planners_ros ubuntu xenial http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --source-dir /tmp/sourcedeb/source && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/build_sourcedeb.py ubuntu xenial --source-dir /tmp/sourcedeb/source"] 17:42:39 + echo # END SECTION 17:42:39 # END SECTION
17:42:39 + echo # BEGIN SECTION: Build Dockerfile - generate sourcedeb
9. Build Dockerfile - generate sourcedeb

Hide Details

17:42:39 # BEGIN SECTION: Build Dockerfile - generate sourcedeb 17:42:39 + cd /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/docker_sourcedeb 17:42:39 + cp -L **** /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/docker_sourcedeb/.git-credentials 17:42:39 + python3 -u /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 17:42:40 Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial 17:42:40 Check docker base image for updates: docker pull ubuntu:xenial 17:42:41 xenial: Pulling from library/ubuntu 17:42:41 Digest: sha256:ef5df89a674b97317814a4bad78e6f1ad0b51d372647b82d251c04227db89421 17:42:41 Status: Image is up to date for ubuntu:xenial 17:42:41 + docker build --force-rm -t sourcedeb.kinetic_ubuntu_xenial_ompl_planners_ros . 17:42:41 Sending build context to Docker daemon 18.43 kB Sending build context to Docker daemon 18.43 kB 17:42:41 Step 1 : FROM ubuntu:xenial 17:42:41 ---> bd1cb16e606c 17:42:41 Step 2 : VOLUME /var/cache/apt/archives 17:42:42 ---> Using cache 17:42:42 ---> ce2dddce0bab 17:42:42 Step 3 : ENV DEBIAN_FRONTEND noninteractive 17:42:44 ---> Using cache 17:42:44 ---> 1d23345426fa 17:42:44 Step 4 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 17:42:45 ---> Using cache 17:42:45 ---> 625e86ac581c 17:42:45 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 17:42:46 ---> Using cache 17:42:46 ---> c0916e41ddc6 17:42:46 Step 6 : RUN locale-gen en_US.UTF-8 17:42:48 ---> Using cache 17:42:48 ---> 298496b6657e 17:42:48 Step 7 : ENV LANG en_US.UTF-8 17:42:50 ---> Using cache 17:42:50 ---> 1b2b1df83aa9 17:42:50 Step 8 : ENV TZ GMT+00 17:42:51 ---> Using cache 17:42:51 ---> 5ac38e94c677 17:42:51 Step 9 : RUN useradd -u 1002 -m buildfarm 17:42:53 ---> Using cache 17:42:53 ---> 2c61e47ff7a2 17:42:53 Step 10 : RUN mkdir /tmp/keys 17:42:55 ---> Using cache 17:42:55 ---> 2932f88c5b73 17:42:55 Step 11 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 17:42:57 ---> Using cache 17:42:57 ---> 7c828b2424c8 17:42:57 Step 12 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: SKS 1.1.6\nComment: Hostname: keyserver.ubuntu.com\n\nmQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L\n/HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw\nDuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47\nZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+\nd+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS\n6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN\nqoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL\n8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/\n/SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz\nvz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90\naWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu\n1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur\nF8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN\nKARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s\nNGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv\nZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO\nK+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo\nbC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs\nFn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s\nQNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR\nhE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp\nPWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd\n=4Ofr\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 17:42:59 ---> Using cache 17:42:59 ---> 6e4cb947ed46 17:42:59 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 17:43:01 ---> Using cache 17:43:01 ---> 8c3dd1aa809a 17:43:01 Step 14 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 17:43:03 ---> Using cache 17:43:03 ---> eb8fa7ff3c99 17:43:03 Step 15 : RUN mkdir /tmp/wrapper_scripts 17:43:05 ---> Using cache 17:43:05 ---> 3289c70a3759 17:43:05 Step 16 : RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Hash Sum mismatch',\n 'Unable to locate package',\n 'is not what the server reported',\n ]\n\n command = argv[0]\n if command in ['update', 'source']:\n rc, _, _ = call_apt_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n elif command == 'update-install-clean':\n return call_apt_update_install_clean(\n argv[1:], known_error_strings, max_tries)\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_apt_update_install_clean(\n install_argv, known_error_strings, max_tries):\n tries = 0\n command = 'update'\n while tries < max_tries:\n if command == 'update':\n rc, _, tries = call_apt_repeatedly(\n [command], known_error_strings, max_tries - tries,\n offset=tries)\n if rc != 0:\n # abort if update was unsuccessful even after retries\n break\n # move on to the install command if update was successful\n command = 'install'\n\n if command == 'install':\n # any call is considered a try\n tries += 1\n known_error_strings_redo_update = [\n 'Size mismatch',\n 'maybe run apt update',\n 'The following packages cannot be authenticated!',\n 'Unable to locate package',\n ]\n rc, known_error_conditions = \\\\\n call_apt(\n [command] + install_argv,\n known_error_strings + known_error_strings_redo_update)\n if not known_error_conditions:\n if rc != 0:\n # abort if install was unsuccessful\n break\n # move on to the clean command if install was successful\n command = 'clean'\n continue\n\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n # check if update needs to be rerun\n if (\n set(known_error_conditions) &\n set(known_error_strings_redo_update)\n ):\n command = 'update'\n print(\"'apt install' failed and likely requires \" +\n \"'apt update' to run again\")\n # retry with update command\n continue\n\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n if tries < max_tries:\n sleep_time = 5\n print(\"Reinvoke 'apt install' after sleeping %s seconds\" %\n sleep_time)\n sleep(sleep_time)\n # retry install command\n\n if command == 'clean':\n rc, _ = call_apt([command], [])\n break\n\n return rc\n\n\ndef call_apt_repeatedly(argv, known_error_strings, max_tries, offset=0):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * (i + offset)\n print(\"Reinvoke 'apt %s' (%d/%d) after sleeping %s seconds\" %\n (command, i + offset, max_tries + offset, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_apt(argv, known_error_strings)\n if not known_error_conditions:\n # break the loop and return the reported rc\n break\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i + offset\n\n\ndef call_apt(argv, known_error_strings):\n known_error_conditions = []\n\n # some of the used options are not supported in older distros\n # e.g. Ubuntu Wily, Debian Jessie\n cmd = ['apt-get'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n lines = []\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n lines.append(line)\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n if rc and not known_error_conditions:\n print('Invocation failed without any known error condition, '\n 'printing all lines to debug known error detection:')\n for index, line in enumerate(lines):\n print(' ', index + 1, \"'%s'\" % line.rstrip('\\\\n\\\\r'))\n print('None of the following known errors were detected:')\n for index, known_error_string in enumerate(known_error_strings):\n print(' ', index + 1, \"'%s'\" % known_error_string)\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/apt.py 17:43:06 ---> Using cache 17:43:06 ---> c0bc0ff89bea 17:43:06 Step 17 : RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 17:43:08 ---> Using cache 17:43:08 ---> c008670585ef 17:43:08 Step 18 : RUN echo "2019-06-10 (+0000)" 17:43:10 ---> Using cache 17:43:10 ---> 2bddea6c2129 17:43:10 Step 19 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 17:43:12 ---> Using cache 17:43:12 ---> ed7b3c67386b 17:43:12 Step 20 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y debhelper dpkg dpkg-dev git git-buildpackage python3-catkin-pkg-modules python3-rosdistro-modules python3-yaml 17:43:14 ---> Using cache 17:43:14 ---> d3b812e5b5fe 17:43:14 Step 21 : COPY .git-credentials /home/buildfarm/.git-credentials 17:43:16 ---> Using cache 17:43:16 ---> 11e476e79ccd 17:43:16 Step 22 : RUN chmod 600 /home/buildfarm/.git-credentials 17:43:18 ---> Using cache 17:43:18 ---> 21f5f766ae05 17:43:18 Step 23 : RUN chown buildfarm /home/buildfarm/.git-credentials 17:43:20 ---> Using cache 17:43:20 ---> e71f59d94e8c 17:43:20 Step 24 : USER buildfarm 17:43:22 ---> Using cache 17:43:22 ---> fee601eaab6d 17:43:22 Step 25 : RUN git config --global credential.helper 'store' 17:43:24 ---> Using cache 17:43:24 ---> cc014d9b5dec 17:43:24 Step 26 : RUN git config --global http.sslVerify false 17:43:26 ---> Using cache 17:43:26 ---> 17e75b680bf8 17:43:26 Step 27 : ENTRYPOINT sh -c 17:43:28 ---> Using cache 17:43:28 ---> 826ac279debe 17:43:28 Step 28 : CMD PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/get_sources.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic ompl_planners_ros ubuntu xenial http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --source-dir /tmp/sourcedeb/source && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/build_sourcedeb.py ubuntu xenial --source-dir /tmp/sourcedeb/source 17:43:30 ---> Using cache 17:43:30 ---> b2d2ad6f218d 17:43:30 Successfully built b2d2ad6f218d 17:43:30 + echo # END SECTION 17:43:30 # END SECTION
17:43:30 + echo # BEGIN SECTION: Run Dockerfile - generate sourcedeb
10. Run Dockerfile - generate sourcedeb

Hide Details

17:43:30 # BEGIN SECTION: Run Dockerfile - generate sourcedeb 17:43:30 + rm -fr /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/sourcedeb 17:43:30 + mkdir -p /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/sourcedeb/source 17:43:30 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/docker_sourcedeb/docker.cid -e=TRAVIS= --net=host -v /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source/sourcedeb:/tmp/sourcedeb sourcedeb.kinetic_ubuntu_xenial_ompl_planners_ros
10.1. get sources

Hide Details

17:43:31 # BEGIN SUBSECTION: get sources 17:43:42 Invoking 'git clone --branch debian/ros-kinetic-ompl-planners-ros_0.0.6-1_xenial --depth 1 --no-single-branch https://gitsvn-nt.oru.se/iliad/software/releases/ompl_planners.git /tmp/sourcedeb/source' 17:43:43 Cloning into '/tmp/sourcedeb/source'... 17:43:51 Note: checking out '6b9468e220b36f901b77a967df08a02d7a0df0e2'. 17:43:51 17:43:51 You are in 'detached HEAD' state. You can look around, make experimental 17:43:51 changes and commit them, and you can discard any commits you make in this 17:43:51 state without impacting any branches by performing another checkout. 17:43:51 17:43:51 If you want to create a new branch to retain commits you create, you may 17:43:51 do so (now or later) by using -b with the checkout command again. Example: 17:43:51 17:43:51 git checkout -b <new-branch-name> 17:43:51 17:43:52 No tarball found at 'http://10.210.9.154/ubuntu/building/pool/main/r/ros-kinetic-ompl-planners-ros/ros-kinetic-ompl-planners-ros_0.0.6.orig.tar.gz' 17:43:52 No tarball found at 'http://packages.ros.org/ros/ubuntu/pool/main/r/ros-kinetic-ompl-planners-ros/ros-kinetic-ompl-planners-ros_0.0.6.orig.tar.gz' 17:43:52 Package 'ompl_planners_ros' version: 0.0.6-1xenial 17:43:52 Package maintainer emails: chittaranjan.swaminathan@oru.se 17:43:52 # END SUBSECTION
10.2. build sourcedeb

Hide Details

17:43:52 # BEGIN SUBSECTION: build sourcedeb 17:43:52 Invoking 'gbp buildpackage --git-ignore-new --git-ignore-branch -S -us -uc --lintian-opts --suppress-tags newer-standards-version' in '/tmp/sourcedeb/source' 17:43:54 gbp:warning: Old style config section [git-buildpackage] found please rename to [buildpackage] 17:43:57 gbp:info: ros-kinetic-ompl-planners-ros_0.0.6.orig.tar.gz does not exist, creating from 'release/kinetic/ompl_planners_ros/0.0.6-1' 17:43:58 dpkg-buildpackage -rfakeroot -d -us -uc -i -I -S 17:43:58 dpkg-buildpackage: source package ros-kinetic-ompl-planners-ros 17:43:58 dpkg-buildpackage: source version 0.0.6-1xenial 17:43:58 dpkg-buildpackage: source distribution xenial 17:43:58 dpkg-buildpackage: source changed by Chittaranjan Srinivas Swaminathan <chittaranjan.swaminathan@oru.se> 17:43:58 dpkg-source -i -I --before-build source 17:43:58 dpkg-source: info: using options from source/debian/source/options: --auto-commit 17:43:58 fakeroot debian/rules clean 17:43:59 dh clean -v --buildsystem=cmake 17:43:59 dh_testdir -O-v -O--buildsystem=cmake 17:43:59 dh_auto_clean -O-v -O--buildsystem=cmake 17:43:59 dh_clean -O-v -O--buildsystem=cmake 17:43:59 rm -f debian/debhelper-build-stamp 17:43:59 rm -f debian/ros-kinetic-ompl-planners-ros.substvars 17:43:59 rm -f debian/ros-kinetic-ompl-planners-ros.*.debhelper 17:43:59 rm -rf debian/ros-kinetic-ompl-planners-ros/ 17:43:59 rm -rf debian/.debhelper/ 17:43:59 rm -f debian/*.debhelper.log 17:43:59 rm -f debian/files 17:43:59 find . \( \( \ 17:43:59 \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \ 17:43:59 \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ 17:43:59 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ 17:43:59 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ 17:43:59 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ 17:43:59 \) -exec rm -f {} + \) -o \ 17:43:59 \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) 17:43:59 rm -f *-stamp 17:43:59 dpkg-source -i -I -b source 17:43:59 dpkg-source: info: using options from source/debian/source/options: --auto-commit 17:43:59 dpkg-source: info: using source format '3.0 (quilt)' 17:43:59 dpkg-source: info: building ros-kinetic-ompl-planners-ros using existing ./ros-kinetic-ompl-planners-ros_0.0.6.orig.tar.gz 17:43:59 dpkg-source: info: building ros-kinetic-ompl-planners-ros in ros-kinetic-ompl-planners-ros_0.0.6-1xenial.debian.tar.xz 17:43:59 dpkg-source: info: building ros-kinetic-ompl-planners-ros in ros-kinetic-ompl-planners-ros_0.0.6-1xenial.dsc 17:43:59 dpkg-genchanges -S >../ros-kinetic-ompl-planners-ros_0.0.6-1xenial_source.changes 17:44:00 dpkg-genchanges: including full source code in upload 17:44:00 dpkg-source -i -I --after-build source 17:44:00 dpkg-source: info: using options from source/debian/source/options: --auto-commit 17:44:00 dpkg-buildpackage: full upload (original source is included) 17:44:00 Now running lintian... 17:44:03 W: ros-kinetic-ompl-planners-ros source: pear-package-without-pkg-php-tools-builddep 17:44:03 W: ros-kinetic-ompl-planners-ros source: no-debian-copyright 17:44:03 W: ros-kinetic-ompl-planners-ros source: ancient-standards-version 3.9.2 (current is 3.9.7) 17:44:03 Finished running lintian. 17:44:03 # END SUBSECTION
17:44:03 + echo # END SECTION 17:44:03 # END SECTION
17:44:03 [Ksrc_uX__ompl_planners_ros__ubuntu_xenial__source] $ /bin/sh -xe /tmp/hudson3063110959409825134.sh 17:44:03 + [ false = false ] 17:44:03 + echo # BEGIN SECTION: Clean up to save disk space on slaves
11. Clean up to save disk space on slaves

Hide Details

17:44:03 # BEGIN SECTION: Clean up to save disk space on slaves 17:44:03 + rm -fr sourcedeb/source 17:44:03 + echo # END SECTION 17:44:03 # END SECTION
17:44:03 SSH: Connecting from host [lcas-buildfarm-slave-3] 17:44:03 SSH: Connecting with configuration [repo] ... 17:44:04 SSH: Disconnecting configuration [repo] ... 17:44:04 SSH: Transferred 4 file(s) 17:44:04 Build step 'Send files or execute commands over SSH' changed build result to SUCCESS 17:44:04 Waiting for the completion of Krel_import-package 17:44:10 Krel_import-package #4742 completed. Result was SUCCESS
12. Check if triggered build failed

Hide Details

17:44:10 # BEGIN SECTION: Check if triggered build failed 17:44:10 Pattern not found in build log, continuing... 17:44:10 # END SECTION
17:44:10 $ ssh-agent -k 17:44:10 unset SSH_AUTH_SOCK; 17:44:10 unset SSH_AGENT_PID; 17:44:10 echo Agent pid 15110 killed; 17:44:10 [ssh-agent] Stopped. 17:44:10 [description-setter] Description set: 0.0.6-1xenial 17:44:10 Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered 17:44:10 Triggering a new build of Kbin_uX64__ompl_planners_ros__ubuntu_xenial_amd64__binary 17:44:10 Finished: SUCCESS