Console Output
22:09:48 Started by upstream project "Ksrc_uX__smach__ubuntu_xenial__source" build number 2 22:09:48 originally caused by: 22:09:48 Started by upstream project "Krel_trigger-jobs" build number 42951 22:09:48 originally caused by: 22:09:48 Started by user Admin 22:09:48 Building remotely on build client 3 (slave buildslave indigo_devel_default) in workspace /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary 22:09:48 [ssh-agent] Looking for ssh-agent implementation... 22:09:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:09:48 $ ssh-agent 22:09:48 SSH_AUTH_SOCK=/tmp/ssh-CQTIi6tZFaXH/agent.17282 22:09:48 SSH_AGENT_PID=17284 22:09:48 [ssh-agent] Started. 22:09:48 $ ssh-add /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary@tmp/private_key_4010137160320791686.key 22:09:48 Identity added: /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary@tmp/private_key_4010137160320791686.key (/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary@tmp/private_key_4010137160320791686.key) 22:09:48 [ssh-agent] Using credentials jenkins-slave 22:09:4822:09:481. Check upstream projectsHide Details
22:09:48 # BEGIN SECTION: Check upstream projects 22:09:48 Verify that no recursive upstream project is broken: 22:09:48 - 'Ksrc_uX__smach__ubuntu_xenial__source' build '2' has result 'SUCCESS' 22:09:48 All recursive upstream projects are (un)stable 22:09:48 # END SECTION22:09:48 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson1874106830513642475.sh 22:09:48 + echo # BEGIN SECTION: docker version2. Check free disk spaceHide Details
22:09:48 # BEGIN SECTION: Check free disk space 22:09:48 Usable disk space = 52317450240 bytes 22:09:48 Free space threshold = 5368709120 bytes 22:09:48 # END SECTION22:09:48 + echo # BEGIN SECTION: docker info3. docker versionHide Details
22:09:48 # BEGIN SECTION: docker version 22:09:48 + docker version 22:09:48 Client: 22:09:48 Version: 1.9.1 22:09:48 API version: 1.21 22:09:48 Go version: go1.4.2 22:09:48 Git commit: a34a1d5 22:09:48 Built: Fri Nov 20 13:12:04 UTC 2015 22:09:48 OS/Arch: linux/amd64 22:09:48 22:09:48 Server: 22:09:48 Version: 1.9.1 22:09:48 API version: 1.21 22:09:48 Go version: go1.4.2 22:09:48 Git commit: a34a1d5 22:09:48 Built: Fri Nov 20 13:12:04 UTC 2015 22:09:48 OS/Arch: linux/amd64 22:09:48 + echo # END SECTION 22:09:48 # END SECTION22:09:50 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson4406698438089467377.sh 22:09:50 + echo # BEGIN SECTION: Check docker status4. docker infoHide Details
22:09:48 # BEGIN SECTION: docker info 22:09:48 + docker info 22:09:50 Containers: 286 22:09:50 Images: 2298 22:09:50 Server Version: 1.9.1 22:09:50 Storage Driver: aufs 22:09:50 Root Dir: /var/lib/docker/aufs 22:09:50 Backing Filesystem: extfs 22:09:50 Dirs: 3180 22:09:50 Dirperm1 Supported: false 22:09:50 Execution Driver: native-0.2 22:09:50 Logging Driver: json-file 22:09:50 Kernel Version: 3.13.0-29-generic 22:09:50 Operating System: Ubuntu 14.04 LTS 22:09:50 CPUs: 2 22:09:50 Total Memory: 3.861 GiB 22:09:50 Name: lcas-buildfarm-slave-3 22:09:50 ID: LZSS:PF7G:CREH:TEQW:FH57:3M6D:KCSS:ODQY:SPHA:ND7A:FHYG:PNDE 22:09:50 WARNING: No swap limit support 22:09:50 + echo # END SECTION 22:09:50 # END SECTION22:09:53 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson2709647532894632632.sh 22:09:53 + echo # BEGIN SECTION: Embed wrapper scripts5. Check docker statusHide Details
22:09:50 # BEGIN SECTION: Check docker status 22:09:50 + echo Testing trivial docker invocation... 22:09:50 Testing trivial docker invocation... 22:09:50 + docker run --rm ubuntu:xenial true 22:09:53 + echo 'docker run' returned 0 22:09:53 'docker run' returned 0 22:09:53 docker seems operational, continuing 22:09:53 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson4511523151997351843.sh 22:09:53 + echo # END SECTION 22:09:53 # END SECTION22:09:53 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson5578281799838270936.sh 22:09:53 + echo # BEGIN SECTION: Clone ros_buildfarm6. Embed wrapper scriptsHide Details
22:09:53 # BEGIN SECTION: Embed wrapper scripts 22:09:53 + rm -fr wrapper_scripts 22:09:53 + mkdir wrapper_scripts 22:09:53 + 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()) 22:09:53 + echo # END SECTION 22:09:53 # END SECTION22:09:56 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson4140785193878974942.sh 22:09:56 + echo # BEGIN SECTION: Write PGP repository keys7. Clone ros_buildfarmHide Details
22:09:53 # BEGIN SECTION: Clone ros_buildfarm 22:09:53 + rm -fr ros_buildfarm 22:09:53 + python3 -u wrapper_scripts/git.py clone --depth 1 -b master https://github.com/lcas/ros_buildfarm.git ros_buildfarm 22:09:53 Invoking 'git clone --depth 1 -b master https://github.com/lcas/ros_buildfarm.git ros_buildfarm' 22:09:53 Cloning into 'ros_buildfarm'... 22:09:56 + git -C ros_buildfarm --no-pager log -n 1 22:09:56 commit aca918fa40d6391d4894b39d8d3477d2e6e0a390 22:09:56 Author: Marc Hanheide <marc@hanheide.de> 22:09:56 Date: Thu Aug 2 12:13:42 2018 +0100 22:09:56 22:09:56 added cleanup 22:09:56 + rm -fr ros_buildfarm/.git 22:09:56 + rm -fr ros_buildfarm/doc 22:09:56 + echo # END SECTION 22:09:56 # END SECTION22:09:56 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson5680696099614634477.sh 22:09:56 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker 22:09:56 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker 22:09:56 + sleep 1 22:09:56 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 17538 --cid-file /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker/docker.cid 22:09:57 + echo # BEGIN SECTION: Generate Dockerfile - binarydeb task8. Write PGP repository keysHide Details
22:09:56 # BEGIN SECTION: Write PGP repository keys 22:09:56 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/keys 22:09:56 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/keys/* 22:09:56 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 22:09:56 Version: GnuPG v1.4.11 (GNU/Linux) 22:09:56 22:09:56 mQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn 22:09:56 MsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf 22:09:56 xcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw 22:09:56 kPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv 22:09:56 /o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh 22:09:56 EBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg 22:09:56 KFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD 22:09:56 BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX 22:09:56 yQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI 22:09:56 7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy 22:09:56 JjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T 22:09:56 Yh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++ 22:09:56 Cut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ 22:09:56 cvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM 22:09:56 hU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3 22:09:56 IWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm 22:09:56 Z4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK 22:09:56 7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb 22:09:56 oRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC 22:09:56 AAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U 22:09:56 NTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0 22:09:56 ikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU 22:09:56 M7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N 22:09:56 l9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ 22:09:56 Chb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ== 22:09:56 =nFcN 22:09:56 -----END PGP PUBLIC KEY BLOCK----- 22:09:56 22:09:56 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 22:09:56 Version: GnuPG v1 22:09:56 22:09:56 mQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F 22:09:56 WzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz 22:09:56 lt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I 22:09:56 D3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr 22:09:56 JuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe 22:09:56 giITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn 22:09:56 jIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ 22:09:56 FtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl 22:09:56 CUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk 22:09:56 ZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC 22:09:56 CAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ 22:09:56 jQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd 22:09:56 xwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0 22:09:56 SWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b 22:09:56 dceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6 22:09:56 K0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz 22:09:56 lIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y 22:09:56 UtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d 22:09:56 eu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF 22:09:56 yn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd 22:09:56 cYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q 22:09:56 ul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI 22:09:56 YmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru 22:09:56 sB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg 22:09:56 x9o= 22:09:56 =AGYp 22:09:56 -----END PGP PUBLIC KEY BLOCK----- 22:09:56 22:09:56 + echo # END SECTION 22:09:56 # END SECTION22:09:58 + echo # BEGIN SECTION: Build Dockerfile - binarydeb task9. Generate Dockerfile - binarydeb taskHide Details
22:09:57 # BEGIN SECTION: Generate Dockerfile - binarydeb task 22:09:57 + export TZ=GMT+00 22:09:57 + export PYTHONPATH=/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm: 22:09:57 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/release/run_binarydeb_job.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic smach ubuntu xenial amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --distribution-repository-key-files /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/keys/0.key /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/keys/1.key --target-repository http://10.210.9.154/ubuntu/building --binarydeb-dir /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb --dockerfile-dir /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker --append-timestamp 22:09:58 Using the following distribution repositories: 22:09:58 http://10.210.9.154/ubuntu/building (/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/keys/0.key) 22:09:58 http://packages.ros.org/ros/ubuntu (/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/keys/1.key) 22:09:58 Generating Dockerfile '/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker/Dockerfile': 22:09:58 # generated from release/binarydeb_create_task.Dockerfile.em 22:09:58 22:09:58 FROM ubuntu:xenial 22:09:58 22:09:58 VOLUME ["/var/cache/apt/archives"] 22:09:58 22:09:58 ENV DEBIAN_FRONTEND noninteractive 22:09:58 22:09:58 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 22:09:58 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:09:58 RUN locale-gen en_US.UTF-8 22:09:58 ENV LANG en_US.UTF-8 22:09:58 ENV TZ GMT+00 22:09:58 22:09:58 22:09:58 RUN useradd -u 1002 -m buildfarm 22:09:58 22:09:58 22:09:58 RUN mkdir /tmp/keys 22:09:58 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 22:09:58 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:09:58 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:09:58 RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:09:58 RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:09:58 22:09:58 RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:09:58 22:09:58 RUN mkdir /tmp/wrapper_scripts 22:09:58 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 22:09:58 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 22:09:58 22:09:58 # automatic invalidation once every day 22:09:58 RUN echo "2018-09-10 (+0000)" 22:09:58 22:09:58 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 22:09:58 22:09:58 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y devscripts dpkg-dev python3-apt python3-catkin-pkg-modules python3-empy python3-rosdistro-modules python3-yaml 22:09:58 22:09:58 # always invalidate to actually have the latest apt repo state 22:09:58 RUN echo "2018-09-10 21:09:58 +0000" 22:09:58 RUN python3 -u /tmp/wrapper_scripts/apt.py update 22:09:58 22:09:58 USER buildfarm 22:09:58 ENTRYPOINT ["sh", "-c"] 22:09:58 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/get_sourcedeb.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic smach --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py kinetic smach --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/create_binarydeb_task_generator.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic smach ubuntu xenial amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --distribution-repository-key-files /tmp/keys/0.key /tmp/keys/1.key --binarydeb-dir /tmp/binarydeb --dockerfile-dir /tmp/docker_build_binarydeb"] 22:09:58 + echo # END SECTION 22:09:58 # END SECTION22:10:29 + echo # BEGIN SECTION: Run Dockerfile - binarydeb task10. Build Dockerfile - binarydeb taskHide Details
22:09:58 # BEGIN SECTION: Build Dockerfile - binarydeb task 22:09:58 + cd /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker 22:09:58 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 22:09:58 Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial 22:09:58 Check docker base image for updates: docker pull ubuntu:xenial 22:09:59 xenial: Pulling from library/ubuntu 22:09:59 Digest: sha256:f53ee6c26fed293a1faaad6cb83713ce9289e4a38a9ea7e0d78c156fa1022e75 22:09:59 Status: Image is up to date for ubuntu:xenial 22:09:59 + docker build --force-rm -t binarydeb_task_generation.kinetic_ubuntu_xenial_amd64_smach . 22:09:59 Sending build context to Docker daemon 18.94 kB Sending build context to Docker daemon 18.94 kB 22:09:59 Step 1 : FROM ubuntu:xenial 22:09:59 ---> 2b9623518fa2 22:09:59 Step 2 : VOLUME /var/cache/apt/archives 22:10:00 ---> Using cache 22:10:00 ---> 3e4a27c7e3d3 22:10:00 Step 3 : ENV DEBIAN_FRONTEND noninteractive 22:10:01 ---> Using cache 22:10:01 ---> c5a421a14e47 22:10:01 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 22:10:01 ---> Using cache 22:10:01 ---> 7b657d0e1e35 22:10:01 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:10:02 ---> Using cache 22:10:02 ---> e274a23f1d8b 22:10:02 Step 6 : RUN locale-gen en_US.UTF-8 22:10:03 ---> Using cache 22:10:03 ---> 8c3092b0f60f 22:10:03 Step 7 : ENV LANG en_US.UTF-8 22:10:03 ---> Using cache 22:10:03 ---> 68fb9f8652d3 22:10:03 Step 8 : ENV TZ GMT+00 22:10:04 ---> Using cache 22:10:04 ---> bf665c18a0d4 22:10:04 Step 9 : RUN useradd -u 1002 -m buildfarm 22:10:05 ---> Using cache 22:10:05 ---> d1ab90eb1a70 22:10:05 Step 10 : RUN mkdir /tmp/keys 22:10:05 ---> Using cache 22:10:05 ---> 5317ab60e2b4 22:10:05 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 22:10:06 ---> Using cache 22:10:06 ---> d9609b11b449 22:10:06 Step 12 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:10:07 ---> Using cache 22:10:07 ---> fe495151ecac 22:10:07 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:10:07 ---> Using cache 22:10:07 ---> e9e250a02f91 22:10:07 Step 14 : RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:10:08 ---> Using cache 22:10:08 ---> 73e8aef011f6 22:10:08 Step 15 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:10:09 ---> Using cache 22:10:09 ---> c20c7005ca26 22:10:09 Step 16 : RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:10:09 ---> Using cache 22:10:09 ---> 0014a6c57f10 22:10:09 Step 17 : RUN mkdir /tmp/wrapper_scripts 22:10:10 ---> Using cache 22:10:10 ---> 5f90cdca5bec 22:10:10 Step 18 : 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 22:10:11 ---> Using cache 22:10:11 ---> a0447ccd2581 22:10:11 Step 19 : 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 22:10:11 ---> Using cache 22:10:11 ---> 93077e2bcafc 22:10:11 Step 20 : RUN echo "2018-09-10 (+0000)" 22:10:12 ---> Using cache 22:10:12 ---> 0d8f614ddc40 22:10:12 Step 21 : 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 22:10:13 ---> Using cache 22:10:13 ---> 34b619a230b8 22:10:13 Step 22 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y devscripts dpkg-dev python3-apt python3-catkin-pkg-modules python3-empy python3-rosdistro-modules python3-yaml 22:10:13 ---> Using cache 22:10:13 ---> 65555292770b 22:10:13 Step 23 : RUN echo "2018-09-10 21:09:58 +0000" 22:10:14 ---> Running in f25e21d9f998 22:10:14 2018-09-10 21:09:58 +0000 22:10:15 ---> 07f6712f8056 22:10:15 Removing intermediate container f25e21d9f998 22:10:15 Step 24 : RUN python3 -u /tmp/wrapper_scripts/apt.py update 22:10:15 ---> Running in 4c7a56062193 22:10:16 Invoking 'apt-get update' 22:10:16 Get:1 http://10.210.9.154/ubuntu/building xenial InRelease [2,856 B] 22:10:16 Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 22:10:16 Hit:3 http://archive.ubuntu.com/ubuntu xenial InRelease 22:10:16 Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] 22:10:16 Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] 22:10:16 Get:6 http://archive.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 22:10:16 Get:7 http://10.210.9.154/ubuntu/building xenial/main amd64 Packages [147 kB] 22:10:16 Hit:8 http://packages.ros.org/ros/ubuntu xenial InRelease 22:10:16 Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [278 kB] 22:10:16 Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1,097 kB] 22:10:16 Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [879 kB] 22:10:16 Get:12 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [707 kB] 22:10:17 Fetched 3,539 kB in 1s (2,492 kB/s) 22:10:19 Reading package lists... 22:10:19 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:19 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:19 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:19 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:19 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) 22:10:19 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:19 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:19 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:19 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:20 ---> 930b7185f573 22:10:20 Removing intermediate container 4c7a56062193 22:10:20 Step 25 : USER buildfarm 22:10:20 ---> Running in e70879ae7b92 22:10:22 ---> 3eeabb194780 22:10:24 Removing intermediate container e70879ae7b92 22:10:24 Step 26 : ENTRYPOINT sh -c 22:10:25 ---> Running in 5bff9cadcc1e 22:10:25 ---> aed12e424466 22:10:27 Removing intermediate container 5bff9cadcc1e 22:10:27 Step 27 : CMD PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/get_sourcedeb.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic smach --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py kinetic smach --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/create_binarydeb_task_generator.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic smach ubuntu xenial amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --distribution-repository-key-files /tmp/keys/0.key /tmp/keys/1.key --binarydeb-dir /tmp/binarydeb --dockerfile-dir /tmp/docker_build_binarydeb 22:10:28 ---> Running in 98b0384d18f1 22:10:29 ---> e16fe3b05e64 22:10:29 Removing intermediate container 98b0384d18f1 22:10:29 Successfully built e16fe3b05e64 22:10:29 + echo # END SECTION 22:10:29 # END SECTION22:10:50 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson4135954203577247896.sh 22:10:50 + sleep 1 22:10:50 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 22168 --cid-file /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid 22:10:51 + echo # BEGIN SECTION: Build Dockerfile - build binarydeb11. Run Dockerfile - binarydeb taskHide Details
22:10:29 # BEGIN SECTION: Run Dockerfile - binarydeb task 22:10:29 + [ -f /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb ] 22:10:29 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb 22:10:29 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_build_binarydeb 22:10:29 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb 22:10:29 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_build_binarydeb 22:10:29 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker/docker.cid -e=TRAVIS= -e=ROS_BUILDFARM_PULL_REQUEST_BRANCH= -v /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_build_binarydeb:/tmp/docker_build_binarydeb -v /home/jenkins-slave/.ccache:/home/buildfarm/.ccache binarydeb_task_generation.kinetic_ubuntu_xenial_amd64_smach11.1. get sourcedebHide Details
22:10:31 # BEGIN SUBSECTION: get sourcedeb 22:10:39 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:39 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:39 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:39 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:39 Invoking '/usr/bin/python3 /tmp/ros_buildfarm/ros_buildfarm/wrapper/apt.py source --download-only --only-source ros-kinetic-smach=3.0.0-0xenial' 22:10:41 Invoking 'apt-get source --download-only --only-source ros-kinetic-smach=3.0.0-0xenial' 22:10:41 Reading package lists... 22:10:41 Need to get 25.8 kB of source archives. 22:10:41 Get:1 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-smach 3.0.0-0xenial (dsc) [901 B] 22:10:41 Get:2 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-smach 3.0.0-0xenial (tar) [20.8 kB] 22:10:41 Get:3 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-smach 3.0.0-0xenial (diff) [4,088 B] 22:10:41 Fetched 25.8 kB in 0s (927 kB/s) 22:10:41 Download complete and in download only mode 22:10:41 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:41 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:41 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:41 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:41 Invoking 'dpkg-source -x ros-kinetic-smach_3.0.0-0xenial.dsc' 22:10:42 dpkg-source: warning: extracting unsigned source package (ros-kinetic-smach_3.0.0-0xenial.dsc) 22:10:42 dpkg-source: info: extracting ros-kinetic-smach in ros-kinetic-smach-3.0.0 22:10:42 dpkg-source: info: unpacking ros-kinetic-smach_3.0.0.orig.tar.gz 22:10:42 dpkg-source: info: unpacking ros-kinetic-smach_3.0.0-0xenial.debian.tar.xz 22:10:42 Package maintainer emails: marc@hanheide.net 22:10:42 # END SUBSECTION22:10:47 Looking for the '.dsc' file of package 'ros-kinetic-smach' with version '3.0.0-0' 22:10:49 Using the following distribution repositories: 22:10:49 http://10.210.9.154/ubuntu/building (/tmp/keys/0.key) 22:10:49 http://packages.ros.org/ros/ubuntu (/tmp/keys/1.key) 22:10:49 Generating Dockerfile '/tmp/docker_build_binarydeb/Dockerfile': 22:10:49 # generated from release/binarydeb_task.Dockerfile.em 22:10:49 22:10:49 22:10:49 FROM ubuntu:xenial 22:10:49 22:10:49 VOLUME ["/var/cache/apt/archives"] 22:10:49 22:10:49 ENV DEBIAN_FRONTEND noninteractive 22:10:49 22:10:49 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 22:10:49 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:10:49 RUN locale-gen en_US.UTF-8 22:10:49 ENV LANG en_US.UTF-8 22:10:49 ENV TZ GMT+00 22:10:49 22:10:49 RUN useradd -u 1002 -m buildfarm 22:10:49 22:10:49 22:10:49 RUN mkdir /tmp/keys 22:10:49 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 22:10:49 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:10:49 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:10:49 RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:10:49 22:10:49 RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:10:49 22:10:49 RUN mkdir /tmp/wrapper_scripts 22:10:49 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 22:10:49 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 22:10:49 22:10:49 # automatic invalidation once every day 22:10:49 RUN echo "2018-09-10 (+0000)" 22:10:49 22:10:49 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 22:10:49 22:10:49 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 22:10:49 22:10:49 # for each dependency: echo version, apt update, apt install, apt clean 22:10:49 RUN echo "apt-src: 0.25.1-0.2" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes apt-src 22:10:49 RUN echo "debhelper: 10.2.2ubuntu1~ubuntu16.04.1" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes debhelper 22:10:49 RUN echo "ros-kinetic-catkin: 0.7.14-0xenial-20180809-132632-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-catkin 22:10:49 22:10:49 USER buildfarm 22:10:49 ENTRYPOINT ["sh", "-c"] 22:10:49 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py kinetic smach --sourcedeb-dir /tmp/binarydeb"] 22:10:49 Mount the following volumes when running the container: 22:10:49 -v /tmp/ros_buildfarm:/tmp/ros_buildfarm:ro 22:10:49 -v /tmp/binarydeb:/tmp/binarydeb 22:10:50 + echo # END SECTION 22:10:50 # END SECTION11.2. append build timestampHide Details
22:10:42 # BEGIN SUBSECTION: append build timestamp 22:10:43 Invoking 'debchange -v 3.0.0-0xenial-20180910-211043+0000 -p -D xenial -u high -m Append timestamp when binarydeb was built.' in '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:10:43 # END SUBSECTION22:11:09 + echo # BEGIN SECTION: Run Dockerfile - build binarydeb12. Build Dockerfile - build binarydebHide Details
22:10:51 # BEGIN SECTION: Build Dockerfile - build binarydeb 22:10:51 + cd /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_build_binarydeb 22:10:51 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 22:10:51 Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial 22:10:51 Check docker base image for updates: docker pull ubuntu:xenial 22:10:52 xenial: Pulling from library/ubuntu 22:10:52 Digest: sha256:f53ee6c26fed293a1faaad6cb83713ce9289e4a38a9ea7e0d78c156fa1022e75 22:10:52 Status: Image is up to date for ubuntu:xenial 22:10:52 + docker build --force-rm -t binarydeb_build.kinetic_ubuntu_xenial_amd64_smach . 22:10:52 Sending build context to Docker daemon 18.43 kB Sending build context to Docker daemon 18.43 kB 22:10:53 Step 1 : FROM ubuntu:xenial 22:10:53 ---> 2b9623518fa2 22:10:53 Step 2 : VOLUME /var/cache/apt/archives 22:10:54 ---> Using cache 22:10:54 ---> 3e4a27c7e3d3 22:10:54 Step 3 : ENV DEBIAN_FRONTEND noninteractive 22:10:54 ---> Using cache 22:10:54 ---> c5a421a14e47 22:10:54 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 22:10:55 ---> Using cache 22:10:55 ---> 7b657d0e1e35 22:10:55 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:10:55 ---> Using cache 22:10:55 ---> e274a23f1d8b 22:10:55 Step 6 : RUN locale-gen en_US.UTF-8 22:10:56 ---> Using cache 22:10:56 ---> 8c3092b0f60f 22:10:56 Step 7 : ENV LANG en_US.UTF-8 22:10:57 ---> Using cache 22:10:57 ---> 68fb9f8652d3 22:10:57 Step 8 : ENV TZ GMT+00 22:10:58 ---> Using cache 22:10:58 ---> bf665c18a0d4 22:10:58 Step 9 : RUN useradd -u 1002 -m buildfarm 22:10:59 ---> Using cache 22:10:59 ---> d1ab90eb1a70 22:10:59 Step 10 : RUN mkdir /tmp/keys 22:10:59 ---> Using cache 22:10:59 ---> 5317ab60e2b4 22:10:59 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 22:11:00 ---> Using cache 22:11:00 ---> d9609b11b449 22:11:00 Step 12 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:11:00 ---> Using cache 22:11:00 ---> fe495151ecac 22:11:00 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:11:01 ---> Using cache 22:11:01 ---> e9e250a02f91 22:11:01 Step 14 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:11:02 ---> Using cache 22:11:02 ---> dd5132b699e8 22:11:02 Step 15 : RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:11:03 ---> Using cache 22:11:03 ---> 8366f673985d 22:11:03 Step 16 : RUN mkdir /tmp/wrapper_scripts 22:11:03 ---> Using cache 22:11:03 ---> afdc100f46e3 22:11:03 Step 17 : 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 22:11:04 ---> Using cache 22:11:04 ---> f80508503f22 22:11:04 Step 18 : 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 22:11:04 ---> Using cache 22:11:04 ---> 606b6ef3bb99 22:11:04 Step 19 : RUN echo "2018-09-10 (+0000)" 22:11:04 ---> Using cache 22:11:04 ---> ff735de99bc7 22:11:04 Step 20 : 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 22:11:05 ---> Using cache 22:11:05 ---> 806687b15577 22:11:05 Step 21 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 22:11:05 ---> Using cache 22:11:05 ---> 9f09e41bef67 22:11:05 Step 22 : RUN echo "apt-src: 0.25.1-0.2" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes apt-src 22:11:06 ---> Using cache 22:11:06 ---> 8d896cddadfc 22:11:06 Step 23 : RUN echo "debhelper: 10.2.2ubuntu1~ubuntu16.04.1" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes debhelper 22:11:06 ---> Using cache 22:11:06 ---> 94aedc96722d 22:11:06 Step 24 : RUN echo "ros-kinetic-catkin: 0.7.14-0xenial-20180809-132632-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-catkin 22:11:07 ---> Using cache 22:11:07 ---> 8de09b5c988e 22:11:07 Step 25 : USER buildfarm 22:11:07 ---> Using cache 22:11:07 ---> a4eb90b3f23a 22:11:07 Step 26 : ENTRYPOINT sh -c 22:11:08 ---> Using cache 22:11:08 ---> 8a4075ca31a0 22:11:08 Step 27 : CMD PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py kinetic smach --sourcedeb-dir /tmp/binarydeb 22:11:09 ---> Running in cdcb044247fb 22:11:09 ---> 2ccdef973bba 22:11:09 Removing intermediate container cdcb044247fb 22:11:09 Successfully built 2ccdef973bba 22:11:09 + echo # END SECTION 22:11:09 # END SECTION22:11:32 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson360565591482696779.sh 22:11:32 + [ false = false ] 22:11:32 + echo # BEGIN SECTION: Clean up to save disk space on slaves13. Run Dockerfile - build binarydebHide Details
22:11:09 # BEGIN SECTION: Run Dockerfile - build binarydeb 22:11:09 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid -e=HOME= -e=TRAVIS= --net=host -v /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/.ccache:/home/buildfarm/.ccache binarydeb_build.kinetic_ubuntu_xenial_amd64_smach22:11:32 + echo # END SECTION 22:11:32 # END SECTION13.1. build binarydebHide Details
22:11:10 # BEGIN SUBSECTION: build binarydeb 22:11:11 Package 'ros-kinetic-smach' version: 3.0.0-0xenial-20180910-211043+0000 22:11:11 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:11:11 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:11:11 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:11:11 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:11:13 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:11:13 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:11:13 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:11:13 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:11:13 Invoking 'apt-src build ros-kinetic-smach' in '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:13 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:11:13 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:11:13 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:11:13 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:11:15 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:11:15 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:11:15 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:11:15 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:11:15 I: Building in /tmp/binarydeb/ros-kinetic-smach-3.0.0 .. 22:11:15 dpkg-buildpackage: source package ros-kinetic-smach 22:11:15 dpkg-buildpackage: source version 3.0.0-0xenial-20180910-211043+0000 22:11:15 dpkg-buildpackage: source distribution xenial 22:11:15 dpkg-buildpackage: source changed by Marc Hanheide <marc@hanheide.net> 22:11:15 dpkg-source --before-build ros-kinetic-smach-3.0.0 22:11:15 dpkg-buildpackage: host architecture amd64 22:11:15 dpkg-source: info: using options from ros-kinetic-smach-3.0.0/debian/source/options: --auto-commit 22:11:15 fakeroot debian/rules clean 22:11:16 dh clean -v --buildsystem=cmake 22:11:16 dh_testdir -O-v -O--buildsystem=cmake 22:11:16 dh_auto_clean -O-v -O--buildsystem=cmake 22:11:16 dh_clean -O-v -O--buildsystem=cmake 22:11:16 rm -f debian/debhelper-build-stamp 22:11:16 rm -f debian/ros-kinetic-smach.substvars 22:11:16 rm -f debian/ros-kinetic-smach.*.debhelper 22:11:16 rm -rf debian/ros-kinetic-smach/ 22:11:16 rm -rf debian/.debhelper/ 22:11:16 rm -f debian/*.debhelper.log 22:11:16 rm -f debian/files 22:11:16 find . \( \( \ 22:11:16 \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \ 22:11:16 \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ 22:11:16 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ 22:11:16 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ 22:11:16 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ 22:11:16 \) -exec rm -f {} + \) -o \ 22:11:16 \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) 22:11:16 rm -f *-stamp 22:11:16 dh build -v --buildsystem=cmake 22:11:16 debian/rules build 22:11:16 dh_testdir -O-v -O--buildsystem=cmake 22:11:16 dh_update_autotools_config -O-v -O--buildsystem=cmake 22:11:16 debian/rules override_dh_auto_configure 22:11:16 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:16 # In case we're installing to a non-standard location, look for a setup.sh 22:11:16 # in the install tree that was dropped by catkin, and source it. It will 22:11:16 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:11:16 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:11:16 dh_auto_configure -- \ 22:11:16 -DCATKIN_BUILD_BINARY_PACKAGE="1" \ 22:11:16 -DCMAKE_INSTALL_PREFIX="/opt/ros/kinetic" \ 22:11:16 -DCMAKE_PREFIX_PATH="/opt/ros/kinetic" 22:11:17 mkdir -p obj-x86_64-linux-gnu 22:11:17 cd obj-x86_64-linux-gnu 22:11:17 cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCATKIN_BUILD_BINARY_PACKAGE=1 -DCMAKE_INSTALL_PREFIX=/opt/ros/kinetic -DCMAKE_PREFIX_PATH=/opt/ros/kinetic 22:11:17 -- The C compiler identification is GNU 5.4.0 22:11:17 -- The CXX compiler identification is GNU 5.4.0 22:11:17 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc 22:11:18 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc -- works 22:11:18 -- Detecting C compiler ABI info 22:11:18 -- Detecting C compiler ABI info - done 22:11:18 -- Detecting C compile features 22:11:18 -- Detecting C compile features - done 22:11:19 -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ 22:11:19 -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ -- works 22:11:19 -- Detecting CXX compiler ABI info 22:11:19 -- Detecting CXX compiler ABI info - done 22:11:19 -- Detecting CXX compile features 22:11:20 -- Detecting CXX compile features - done 22:11:20 -- Using CATKIN_DEVEL_PREFIX: /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/devel 22:11:20 -- Using CMAKE_PREFIX_PATH: /opt/ros/kinetic 22:11:20 -- This workspace overlays: /opt/ros/kinetic 22:11:21 -- Found PythonInterp: /usr/bin/python (found version "2.7.12") 22:11:21 -- Using PYTHON_EXECUTABLE: /usr/bin/python 22:11:21 -- Using Debian Python package layout 22:11:21 -- Using empy: /usr/bin/empy 22:11:21 -- Using CATKIN_ENABLE_TESTING: ON 22:11:21 -- Skip enable_testing() when building binary package 22:11:21 -- Using CATKIN_TEST_RESULTS_DIR: /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/test_results 22:11:21 -- Found gmock sources under '/usr/src/gmock': gmock will be built 22:11:21 -- Looking for pthread.h 22:11:21 -- Looking for pthread.h - found 22:11:21 -- Looking for pthread_create 22:11:22 -- Looking for pthread_create - not found 22:11:22 -- Looking for pthread_create in pthreads 22:11:22 -- Looking for pthread_create in pthreads - not found 22:11:22 -- Looking for pthread_create in pthread 22:11:22 -- Looking for pthread_create in pthread - found 22:11:22 -- Found Threads: TRUE 22:11:22 -- Found gtest sources under '/usr/src/gmock': gtests will be built 22:11:22 -- Using Python nosetests: /usr/bin/nosetests-2.7 22:11:22 -- catkin 0.7.14 22:11:23 -- Configuring done 22:11:23 -- Generating done 22:11:23 -- Build files have been written to: /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu 22:11:23 cd /tmp/binarydeb/ros-kinetic-smach-3.0.0 22:11:23 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:23 debian/rules override_dh_auto_build 22:11:23 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:23 CMake Warning: 22:11:23 Manually-specified variables were not used by the project: 22:11:23 22:11:23 CMAKE_INSTALL_LOCALSTATEDIR 22:11:23 CMAKE_INSTALL_SYSCONFDIR 22:11:23 22:11:23 # In case we're installing to a non-standard location, look for a setup.sh 22:11:23 22:11:23 # in the install tree that was dropped by catkin, and source it. It will 22:11:23 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:11:23 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:11:23 dh_auto_build 22:11:23 cd obj-x86_64-linux-gnu 22:11:23 make -j1 22:11:23 make[2]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 22:11:23 /usr/bin/cmake -H/tmp/binarydeb/ros-kinetic-smach-3.0.0 -B/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 22:11:23 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/CMakeFiles/progress.marks 22:11:24 make -f CMakeFiles/Makefile2 all 22:11:24 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 22:11:24 make[3]: Nothing to be done for 'all'. 22:11:24 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 22:11:24 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/CMakeFiles 0 22:11:24 make[2]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 22:11:24 cd /tmp/binarydeb/ros-kinetic-smach-3.0.0 22:11:24 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:24 debian/rules override_dh_auto_test 22:11:24 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:24 # In case we're installing to a non-standard location, look for a setup.sh 22:11:24 # in the install tree that was dropped by catkin, and source it. It will 22:11:24 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:11:24 echo -- Running tests. Even if one of them fails the build is not canceled. 22:11:24 -- Running tests. Even if one of them fails the build is not canceled. 22:11:24 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:11:24 dh_auto_test || true 22:11:24 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:24 fakeroot debian/rules binary 22:11:24 dh binary -v --buildsystem=cmake 22:11:25 dh_testroot -O-v -O--buildsystem=cmake 22:11:25 dh_prep -O-v -O--buildsystem=cmake 22:11:25 rm -f debian/ros-kinetic-smach.substvars 22:11:25 rm -f debian/ros-kinetic-smach.*.debhelper 22:11:25 rm -rf debian/ros-kinetic-smach/ 22:11:25 dh_installdirs -O-v -O--buildsystem=cmake 22:11:25 install -d debian/ros-kinetic-smach 22:11:25 debian/rules override_dh_auto_install 22:11:25 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:25 # In case we're installing to a non-standard location, look for a setup.sh 22:11:25 # in the install tree that was dropped by catkin, and source it. It will 22:11:25 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:11:25 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:11:25 dh_auto_install 22:11:25 cd obj-x86_64-linux-gnu 22:11:25 make -j1 install DESTDIR=/tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach AM_UPDATE_INFO_DIR=no 22:11:25 make[2]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 22:11:25 /usr/bin/cmake -H/tmp/binarydeb/ros-kinetic-smach-3.0.0 -B/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 22:11:25 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/CMakeFiles/progress.marks 22:11:25 make -f CMakeFiles/Makefile2 all 22:11:25 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 22:11:25 make[3]: Nothing to be done for 'all'. 22:11:25 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 22:11:25 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/CMakeFiles 0 22:11:25 make -f CMakeFiles/Makefile2 preinstall 22:11:25 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 22:11:25 make[3]: Nothing to be done for 'preinstall'. 22:11:25 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 22:11:25 Install the project... 22:11:25 /usr/bin/cmake -P cmake_install.cmake 22:11:25 -- Install configuration: "None" 22:11:25 + cd /tmp/binarydeb/ros-kinetic-smach-3.0.0 22:11:25 + mkdir -p /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages 22:11:25 + /usr/bin/env PYTHONPATH=/opt/ros/kinetic/lib/python2.7/dist-packages:/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib/python2.7/dist-packages:/opt/ros/kinetic/lib/python2.7/dist-packages:/tmp/ros_buildfarm: CATKIN_BINARY_DIR=/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu /usr/bin/python /tmp/binarydeb/ros-kinetic-smach-3.0.0/setup.py build --build-base /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu install --root=/tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach --install-layout=deb --prefix=/opt/ros/kinetic --install-scripts=/opt/ros/kinetic/bin 22:11:26 running build 22:11:26 running build_py 22:11:26 creating /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7 22:11:26 creating /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/iterator.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/state_machine.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/util.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/__init__.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/sequence.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/concurrence.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/container.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/exceptions.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/state.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/user_data.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 copying src/smach/log.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 22:11:26 running install 22:11:26 running install_lib 22:11:26 creating /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/iterator.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/state_machine.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/util.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/__init__.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/sequence.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/concurrence.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/container.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/exceptions.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/state.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/user_data.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 copying /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach/log.py -> /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/iterator.py to iterator.pyc 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/state_machine.py to state_machine.pyc 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/util.py to util.pyc 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/__init__.py to __init__.pyc 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/sequence.py to sequence.pyc 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/concurrence.py to concurrence.pyc 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/container.py to container.pyc 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/exceptions.py to exceptions.pyc 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/state.py to state.pyc 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/user_data.py to user_data.pyc 22:11:26 byte-compiling /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach/log.py to log.pyc 22:11:26 running install_egg_info 22:11:26 Writing /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach-3.0.0.egg-info 22:11:26 -- Installing: /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/pkgconfig/smach.pc 22:11:26 -- Installing: /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/share/smach/cmake/smachConfig.cmake 22:11:26 -- Installing: /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/share/smach/cmake/smachConfig-version.cmake 22:11:26 -- Installing: /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/share/smach/package.xml 22:11:26 make[2]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 22:11:26 cd /tmp/binarydeb/ros-kinetic-smach-3.0.0 22:11:26 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:26 dh_install -O-v -O--buildsystem=cmake 22:11:26 dh_installdocs -O-v -O--buildsystem=cmake 22:11:26 install -d debian/ros-kinetic-smach/usr/share/doc/ros-kinetic-smach 22:11:26 dh_installchangelogs -O-v -O--buildsystem=cmake 22:11:26 install -p -m0644 debian/changelog debian/ros-kinetic-smach/usr/share/doc/ros-kinetic-smach/changelog.Debian 22:11:26 dh_installexamples -O-v -O--buildsystem=cmake 22:11:26 dh_installman -O-v -O--buildsystem=cmake 22:11:26 dh_installcatalogs -O-v -O--buildsystem=cmake 22:11:26 dh_installcron -O-v -O--buildsystem=cmake 22:11:26 dh_installdebconf -O-v -O--buildsystem=cmake 22:11:26 install -d debian/ros-kinetic-smach/DEBIAN 22:11:26 dh_installemacsen -O-v -O--buildsystem=cmake 22:11:27 dh_installifupdown -O-v -O--buildsystem=cmake 22:11:27 dh_installinfo -O-v -O--buildsystem=cmake 22:11:27 dh_installinit -O-v -O--buildsystem=cmake 22:11:27 dh_installmenu -O-v -O--buildsystem=cmake 22:11:27 dh_installmime -O-v -O--buildsystem=cmake 22:11:27 dh_installmodules -O-v -O--buildsystem=cmake 22:11:27 dh_installlogcheck -O-v -O--buildsystem=cmake 22:11:27 dh_installlogrotate -O-v -O--buildsystem=cmake 22:11:27 dh_installpam -O-v -O--buildsystem=cmake 22:11:27 dh_installppp -O-v -O--buildsystem=cmake 22:11:27 dh_installudev -O-v -O--buildsystem=cmake 22:11:27 dh_installgsettings -O-v -O--buildsystem=cmake 22:11:27 dh_bugfiles -O-v -O--buildsystem=cmake 22:11:27 dh_ucf -O-v -O--buildsystem=cmake 22:11:27 dh_lintian -O-v -O--buildsystem=cmake 22:11:28 dh_gconf -O-v -O--buildsystem=cmake 22:11:28 dh_icons -O-v -O--buildsystem=cmake 22:11:28 dh_perl -O-v -O--buildsystem=cmake 22:11:28 dh_usrlocal -O-v -O--buildsystem=cmake 22:11:28 dh_link -O-v -O--buildsystem=cmake 22:11:28 dh_installwm -O-v -O--buildsystem=cmake 22:11:28 dh_installxfonts -O-v -O--buildsystem=cmake 22:11:28 dh_strip_nondeterminism -O-v -O--buildsystem=cmake 22:11:29 dh_compress -O-v -O--buildsystem=cmake 22:11:29 cd debian/ros-kinetic-smach 22:11:29 chmod a-x usr/share/doc/ros-kinetic-smach/changelog.Debian 22:11:29 gzip -9nf usr/share/doc/ros-kinetic-smach/changelog.Debian 22:11:29 cd '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:29 dh_fixperms -O-v -O--buildsystem=cmake 22:11:29 find debian/ros-kinetic-smach -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 22:11:29 find debian/ros-kinetic-smach ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s 22:11:29 find debian/ros-kinetic-smach/usr/share/doc -type f ! -regex 'debian/ros-kinetic-smach/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 22:11:29 find debian/ros-kinetic-smach/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 0755 22:11:29 find debian/ros-kinetic-smach/usr/share/man debian/ros-kinetic-smach/usr/man/ debian/ros-kinetic-smach/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 0644 22:11:29 find debian/ros-kinetic-smach/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 0644 22:11:29 find debian/ros-kinetic-smach/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 0644 22:11:29 find debian/ros-kinetic-smach/usr/lib/x86_64-linux-gnu/perl5/5.22 debian/ros-kinetic-smach/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X 22:11:29 find debian/ros-kinetic-smach -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 0644 22:11:29 find debian/ros-kinetic-smach/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w 22:11:29 dh_strip -O-v -O--buildsystem=cmake 22:11:29 dh_makeshlibs -O-v -O--buildsystem=cmake 22:11:29 rm -f debian/ros-kinetic-smach/DEBIAN/shlibs 22:11:29 debian/rules override_dh_shlibdeps 22:11:29 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:29 # In case we're installing to a non-standard location, look for a setup.sh 22:11:29 # in the install tree that was dropped by catkin, and source it. It will 22:11:29 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:11:29 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:11:29 dh_shlibdeps -l/tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach//opt/ros/kinetic/lib/ 22:11:29 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 22:11:29 dh_installdeb -O-v -O--buildsystem=cmake 22:11:29 dh_gencontrol -O-v -O--buildsystem=cmake 22:11:29 echo misc:Depends= >> debian/ros-kinetic-smach.substvars 22:11:29 echo misc:Pre-Depends= >> debian/ros-kinetic-smach.substvars 22:11:29 dpkg-gencontrol -pros-kinetic-smach -ldebian/changelog -Tdebian/ros-kinetic-smach.substvars -Pdebian/ros-kinetic-smach 22:11:30 dpkg-gencontrol: warning: Depends field of package ros-kinetic-smach: unknown substitution variable ${shlibs:Depends} 22:11:30 chmod 0644 debian/ros-kinetic-smach/DEBIAN/control 22:11:30 chown 0:0 debian/ros-kinetic-smach/DEBIAN/control 22:11:30 dh_md5sums -O-v -O--buildsystem=cmake 22:11:30 (cd debian/ros-kinetic-smach >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null 22:11:30 chmod 0644 debian/ros-kinetic-smach/DEBIAN/md5sums 22:11:30 chown 0:0 debian/ros-kinetic-smach/DEBIAN/md5sums 22:11:30 dh_builddeb -O-v -O--buildsystem=cmake 22:11:30 dpkg-deb --build debian/ros-kinetic-smach .. 22:11:30 dpkg-deb: building package 'ros-kinetic-smach' in '../ros-kinetic-smach_3.0.0-0xenial-20180910-211043+0000_amd64.deb'. 22:11:30 dpkg-genchanges -b >../ros-kinetic-smach_3.0.0-0xenial-20180910-211043+0000_amd64.changes 22:11:30 dpkg-genchanges: binary-only upload (no source code included) 22:11:30 dpkg-source --after-build ros-kinetic-smach-3.0.0 22:11:30 dpkg-source: info: using options from ros-kinetic-smach-3.0.0/debian/source/options: --auto-commit 22:11:31 dpkg-buildpackage: binary-only upload (no source included) 22:11:31 I: Successfully built in /tmp/binarydeb/ros-kinetic-smach-3.0.0 22:11:31 # END SUBSECTION22:11:32 SSH: Connecting from host [lcas-buildfarm-slave-3] 22:11:32 SSH: Connecting with configuration [repo] ... 22:11:32 SSH: Disconnecting configuration [repo] ... 22:11:32 SSH: Transferred 2 file(s) 22:11:32 Build step 'Send files or execute commands over SSH' changed build result to SUCCESS 22:11:32 Waiting for the completion of Krel_import-package 22:11:34 Krel_import-package #3197 completed. Result was SUCCESS 22:11:34 $ ssh-agent -k 22:11:34 unset SSH_AUTH_SOCK; 22:11:34 unset SSH_AGENT_PID; 22:11:34 echo Agent pid 17284 killed; 22:11:34 [ssh-agent] Stopped. 22:11:35 [description-setter] Description set: 3.0.0-0xenial-20180910-211043+0000 22:11:35 Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered 22:11:35 Triggering a new build of Krel_sync-packages-to-testing_xenial_amd64 22:11:35 Triggering a new build of Kbin_uX64__executive_smach__ubuntu_xenial_amd64__binary 22:11:35 Triggering a new build of Kbin_uX64__monitored_navigation__ubuntu_xenial_amd64__binary 22:11:35 Triggering a new build of Kbin_uX64__strands_human_following__ubuntu_xenial_amd64__binary 22:11:35 Triggering a new build of Kbin_uX64__smach_ros__ubuntu_xenial_amd64__binary 22:11:35 Finished: SUCCESS14. Clean up to save disk space on slavesHide Details
22:11:32 # BEGIN SECTION: Clean up to save disk space on slaves 22:11:32 + chmod -R u+w /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb 22:11:32 + rm -fr binarydeb/ros-kinetic-smach-3.0.0/CHANGELOG.rst binarydeb/ros-kinetic-smach-3.0.0/CMakeLists.txt binarydeb/ros-kinetic-smach-3.0.0/debian binarydeb/ros-kinetic-smach-3.0.0/epydoc.cfg binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu binarydeb/ros-kinetic-smach-3.0.0/package.xml binarydeb/ros-kinetic-smach-3.0.0/rosdoc.yaml binarydeb/ros-kinetic-smach-3.0.0/setup.py binarydeb/ros-kinetic-smach-3.0.0/src 22:11:32 + echo # END SECTION 22:11:32 # END SECTION