SuccessConsole Output

15:52:27 Started by upstream project "Ksrc_uX__smach__ubuntu_xenial__source" build number 1
15:52:27 originally caused by:
15:52:27  Started by upstream project "Krel_trigger-jobs" build number 42351
15:52:27  originally caused by:
15:52:27   Started by timer
15:52:27 Building remotely on build client 2 (slave buildslave indigo_devel_default) in workspace /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary
15:52:27 [ssh-agent] Looking for ssh-agent implementation...
15:52:27 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
15:52:27 $ ssh-agent
15:52:27 SSH_AUTH_SOCK=/tmp/ssh-B8UvAsETBSNI/agent.9476
15:52:27 SSH_AGENT_PID=9478
15:52:27 [ssh-agent] Started.
15:52:27 $ ssh-add /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary@tmp/private_key_457644895227346350.key
15:52:27 Identity added: /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary@tmp/private_key_457644895227346350.key (/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary@tmp/private_key_457644895227346350.key)
15:52:27 [ssh-agent] Using credentials jenkins-slave
15:52:27 
1. Check upstream projects

Hide Details

15:52:27 # BEGIN SECTION: Check upstream projects 15:52:27 Verify that no recursive upstream project is broken: 15:52:27 - 'Ksrc_uX__smach__ubuntu_xenial__source' build '1' has result 'SUCCESS' 15:52:27 All recursive upstream projects are (un)stable 15:52:27 # END SECTION
15:52:27
2. Check free disk space

Hide Details

15:52:27 # BEGIN SECTION: Check free disk space 15:52:27 Usable disk space = 55394607104 bytes 15:52:27 Free space threshold = 5368709120 bytes 15:52:27 # END SECTION
15:52:27 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson8931406903876722683.sh 15:52:27 + echo # BEGIN SECTION: docker version
3. docker version

Hide Details

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

Hide Details

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

Hide Details

15:52:28 # BEGIN SECTION: Check docker status 15:52:28 + echo Testing trivial docker invocation... 15:52:28 Testing trivial docker invocation... 15:52:28 + docker run --rm ubuntu:xenial true 15:52:29 + echo 'docker run' returned 0 15:52:29 'docker run' returned 0 15:52:29 docker seems operational, continuing 15:52:29 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson8720083338253757467.sh 15:52:29 + echo # END SECTION 15:52:29 # END SECTION
15:52:29 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson5221718288293239281.sh 15:52:29 + echo # BEGIN SECTION: Embed wrapper scripts
6. Embed wrapper scripts

Hide Details

15:52:29 # BEGIN SECTION: Embed wrapper scripts 15:52:29 + rm -fr wrapper_scripts 15:52:29 + mkdir wrapper_scripts 15:52:29 + 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()) 15:52:29 + echo # END SECTION 15:52:29 # END SECTION
15:52:29 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson5465393242320310043.sh 15:52:29 + echo # BEGIN SECTION: Clone ros_buildfarm
7. Clone ros_buildfarm

Hide Details

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

Hide Details

15:52:31 # BEGIN SECTION: Write PGP repository keys 15:52:31 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/keys 15:52:31 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/keys/* 15:52:31 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 15:52:31 Version: GnuPG v1.4.11 (GNU/Linux) 15:52:31 15:52:31 mQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn 15:52:31 MsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf 15:52:31 xcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw 15:52:31 kPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv 15:52:31 /o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh 15:52:31 EBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg 15:52:31 KFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD 15:52:31 BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX 15:52:31 yQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI 15:52:31 7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy 15:52:31 JjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T 15:52:31 Yh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++ 15:52:31 Cut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ 15:52:31 cvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM 15:52:31 hU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3 15:52:31 IWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm 15:52:31 Z4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK 15:52:31 7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb 15:52:31 oRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC 15:52:31 AAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U 15:52:31 NTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0 15:52:31 ikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU 15:52:31 M7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N 15:52:31 l9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ 15:52:31 Chb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ== 15:52:31 =nFcN 15:52:31 -----END PGP PUBLIC KEY BLOCK----- 15:52:31 15:52:31 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 15:52:31 Version: GnuPG v1 15:52:31 15:52:31 mQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F 15:52:31 WzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz 15:52:31 lt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I 15:52:31 D3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr 15:52:31 JuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe 15:52:31 giITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn 15:52:31 jIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ 15:52:31 FtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl 15:52:31 CUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk 15:52:31 ZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC 15:52:31 CAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ 15:52:31 jQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd 15:52:31 xwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0 15:52:31 SWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b 15:52:31 dceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6 15:52:31 K0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz 15:52:31 lIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y 15:52:31 UtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d 15:52:31 eu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF 15:52:31 yn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd 15:52:31 cYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q 15:52:31 ul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI 15:52:31 YmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru 15:52:31 sB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg 15:52:31 x9o= 15:52:31 =AGYp 15:52:31 -----END PGP PUBLIC KEY BLOCK----- 15:52:31 15:52:31 + echo # END SECTION 15:52:31 # END SECTION
15:52:31 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson4132553672663321922.sh 15:52:31 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker 15:52:31 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker 15:52:31 + sleep 1 15:52:31 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 9642 --cid-file /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker/docker.cid 15:52:32 + echo # BEGIN SECTION: Generate Dockerfile - binarydeb task
9. Generate Dockerfile - binarydeb task

Hide Details

15:52:32 # BEGIN SECTION: Generate Dockerfile - binarydeb task 15:52:32 + export TZ=GMT+00 15:52:32 + export PYTHONPATH=/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm: 15:52:32 + 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 15:52:33 Using the following distribution repositories: 15:52:33 http://10.210.9.154/ubuntu/building (/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/keys/0.key) 15:52:33 http://packages.ros.org/ros/ubuntu (/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/keys/1.key) 15:52:33 Generating Dockerfile '/home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker/Dockerfile': 15:52:33 # generated from release/binarydeb_create_task.Dockerfile.em 15:52:33 15:52:33 FROM ubuntu:xenial 15:52:33 15:52:33 VOLUME ["/var/cache/apt/archives"] 15:52:33 15:52:33 ENV DEBIAN_FRONTEND noninteractive 15:52:33 15:52:33 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 15:52:33 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 15:52:33 RUN locale-gen en_US.UTF-8 15:52:33 ENV LANG en_US.UTF-8 15:52:33 ENV TZ GMT+00 15:52:33 15:52:33 15:52:33 RUN useradd -u 1002 -m buildfarm 15:52:33 15:52:33 15:52:33 RUN mkdir /tmp/keys 15:52:33 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 15:52:33 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 15:52:33 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 15:52:33 RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 15:52:33 RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 15:52:33 15:52:33 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) 15:52:33 15:52:33 RUN mkdir /tmp/wrapper_scripts 15:52:33 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 15:52:33 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 15:52:33 15:52:33 # automatic invalidation once every day 15:52:33 RUN echo "2018-09-04 (+0000)" 15:52:33 15:52:33 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 15:52:33 15:52:33 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 15:52:33 15:52:33 # always invalidate to actually have the latest apt repo state 15:52:33 RUN echo "2018-09-04 14:52:33 +0000" 15:52:33 RUN python3 -u /tmp/wrapper_scripts/apt.py update 15:52:33 15:52:33 USER buildfarm 15:52:33 ENTRYPOINT ["sh", "-c"] 15:52:33 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"] 15:52:33 + echo # END SECTION 15:52:33 # END SECTION
15:52:33 + echo # BEGIN SECTION: Build Dockerfile - binarydeb task
10. Build Dockerfile - binarydeb task

Hide Details

15:52:33 # BEGIN SECTION: Build Dockerfile - binarydeb task 15:52:33 + cd /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_generating_docker 15:52:33 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 15:52:33 Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial 15:52:33 Check docker base image for updates: docker pull ubuntu:xenial 15:52:34 xenial: Pulling from library/ubuntu 15:52:34 Digest: sha256:7346359cd732d5c693fc3148c32d01397d345f499c234fe269674a85bc8f2378 15:52:34 Status: Image is up to date for ubuntu:xenial 15:52:34 + docker build --force-rm -t binarydeb_task_generation.kinetic_ubuntu_xenial_amd64_smach . 15:52:35 Sending build context to Docker daemon 18.94 kB Sending build context to Docker daemon 18.94 kB 15:52:35 Step 1 : FROM ubuntu:xenial 15:52:35 ---> 333fb0689378 15:52:35 Step 2 : VOLUME /var/cache/apt/archives 15:52:36 ---> Using cache 15:52:36 ---> aeeff5f46397 15:52:36 Step 3 : ENV DEBIAN_FRONTEND noninteractive 15:52:37 ---> Using cache 15:52:37 ---> 1542e95434c1 15:52:37 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 15:52:38 ---> Using cache 15:52:38 ---> 57ee8c0d9e82 15:52:38 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 15:52:39 ---> Using cache 15:52:39 ---> 2127f7e79a48 15:52:39 Step 6 : RUN locale-gen en_US.UTF-8 15:52:40 ---> Using cache 15:52:40 ---> 25b9cba55a28 15:52:40 Step 7 : ENV LANG en_US.UTF-8 15:52:41 ---> Using cache 15:52:41 ---> 96952640fbeb 15:52:41 Step 8 : ENV TZ GMT+00 15:52:42 ---> Using cache 15:52:42 ---> 97a05d8222b6 15:52:42 Step 9 : RUN useradd -u 1002 -m buildfarm 15:52:43 ---> Using cache 15:52:43 ---> 982a3b19f016 15:52:43 Step 10 : RUN mkdir /tmp/keys 15:52:44 ---> Using cache 15:52:44 ---> d2358ed4a2d8 15:52:44 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 15:52:45 ---> Using cache 15:52:45 ---> cb0394fd4cd7 15:52:45 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 15:52:46 ---> Using cache 15:52:46 ---> 8fb0c6f0c3e3 15:52:46 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 15:52:48 ---> Using cache 15:52:48 ---> 104571cc77d7 15:52:48 Step 14 : RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 15:52:49 ---> Using cache 15:52:49 ---> 74feda493b45 15:52:49 Step 15 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 15:52:49 ---> Using cache 15:52:49 ---> 89e5084ce8d7 15:52:49 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) 15:52:50 ---> Using cache 15:52:50 ---> b57120087891 15:52:50 Step 17 : RUN mkdir /tmp/wrapper_scripts 15:52:50 ---> Using cache 15:52:50 ---> 9288b712e43b 15:52:50 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 15:52:51 ---> Using cache 15:52:51 ---> 429e5ed4af1c 15:52:51 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 15:52:51 ---> Using cache 15:52:51 ---> b4607b763cb8 15:52:51 Step 20 : RUN echo "2018-09-04 (+0000)" 15:52:52 ---> Using cache 15:52:52 ---> f7e02905048a 15:52:52 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 15:52:52 ---> Using cache 15:52:52 ---> a0471ebe81cd 15:52:52 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 15:52:54 ---> Using cache 15:52:54 ---> 4c931e29efbc 15:52:54 Step 23 : RUN echo "2018-09-04 14:52:33 +0000" 15:52:55 ---> Running in 09cf0bcdc884 15:52:55 2018-09-04 14:52:33 +0000 15:52:56 ---> b73759882028 15:52:56 Removing intermediate container 09cf0bcdc884 15:52:56 Step 24 : RUN python3 -u /tmp/wrapper_scripts/apt.py update 15:52:56 ---> Running in e040f3859266 15:52:57 Invoking 'apt-get update' 15:52:57 Get:1 http://10.210.9.154/ubuntu/building xenial InRelease [2,856 B] 15:52:57 Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease 15:52:57 Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 15:52:57 Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] 15:52:57 Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] 15:52:57 Get:6 http://archive.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 15:52:57 Get:7 http://10.210.9.154/ubuntu/building xenial/main Sources [133 kB] 15:52:57 Get:8 http://10.210.9.154/ubuntu/building xenial/main amd64 Packages [160 kB] 15:52:57 Hit:9 http://packages.ros.org/ros/ubuntu xenial InRelease 15:52:57 Get:10 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [89.7 kB] 15:52:57 Get:11 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [467 kB] 15:52:57 Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [276 kB] 15:52:57 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1,087 kB] 15:52:57 Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [877 kB] 15:52:58 Fetched 3,522 kB in 1s (2,720 kB/s) 15:52:59 Reading package lists... 15:52:59 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:52:59 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:52:59 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:52:59 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:52:59 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) 15:52:59 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:52:59 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:52:59 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:52:59 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:53:00 ---> 0556ac92aea5 15:53:00 Removing intermediate container e040f3859266 15:53:00 Step 25 : USER buildfarm 15:53:00 ---> Running in 69637c4c75f2 15:53:00 ---> 280b02fbf80f 15:53:00 Removing intermediate container 69637c4c75f2 15:53:00 Step 26 : ENTRYPOINT sh -c 15:53:00 ---> Running in f5f072fc5494 15:53:00 ---> 6d975bee8d60 15:53:01 Removing intermediate container f5f072fc5494 15:53:01 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 15:53:01 ---> Running in cf2fd2ee4dec 15:53:01 ---> 7cea4e524335 15:53:01 Removing intermediate container cf2fd2ee4dec 15:53:01 Successfully built 7cea4e524335 15:53:01 + echo # END SECTION 15:53:01 # END SECTION
15:53:01 + echo # BEGIN SECTION: Run Dockerfile - binarydeb task
11. Run Dockerfile - binarydeb task

Hide Details

15:53:01 # BEGIN SECTION: Run Dockerfile - binarydeb task 15:53:01 + [ -f /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb ] 15:53:01 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb 15:53:01 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_build_binarydeb 15:53:01 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb 15:53:01 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_build_binarydeb 15:53:01 + 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_smach
11.1. get sourcedeb

Hide Details

15:53:01 # BEGIN SUBSECTION: get sourcedeb 15:53:11 WInvoking '/usr/bin/python3 /tmp/ros_buildfarm/ros_buildfarm/wrapper/apt.py source --download-only --only-source ros-kinetic-smach=3.0.0-0xenial' 15:53:11 : Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:53:11 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:53:11 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:53:11 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:53:14 Invoking 'apt-get source --download-only --only-source ros-kinetic-smach=3.0.0-0xenial' 15:53:14 Reading package lists... 15:53:14 Need to get 25.8 kB of source archives. 15:53:14 Get:1 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-smach 3.0.0-0xenial (dsc) [901 B] 15:53:14 Get:2 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-smach 3.0.0-0xenial (tar) [20.8 kB] 15:53:14 Get:3 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-smach 3.0.0-0xenial (diff) [4,092 B] 15:53:14 Fetched 25.8 kB in 0s (1,723 kB/s) 15:53:14 Download complete and in download only mode 15:53:14 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:53:14 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:53:14 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:53:14 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:53:14 Invoking 'dpkg-source -x ros-kinetic-smach_3.0.0-0xenial.dsc' 15:53:15 dpkg-source: warning: extracting unsigned source package (ros-kinetic-smach_3.0.0-0xenial.dsc) 15:53:15 dpkg-source: info: extracting ros-kinetic-smach in ros-kinetic-smach-3.0.0 15:53:15 dpkg-source: info: unpacking ros-kinetic-smach_3.0.0.orig.tar.gz 15:53:15 dpkg-source: info: unpacking ros-kinetic-smach_3.0.0-0xenial.debian.tar.xz 15:53:15 Package maintainer emails: marc@hanheide.net 15:53:15 # END SUBSECTION
11.2. append build timestamp

Hide Details

15:53:15 # BEGIN SUBSECTION: append build timestamp 15:53:15 Invoking 'debchange -v 3.0.0-0xenial-20180904-145315+0000 -p -D xenial -u high -m Append timestamp when binarydeb was built.' in '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:53:15 # END SUBSECTION
15:53:22 Looking for the '.dsc' file of package 'ros-kinetic-smach' with version '3.0.0-0' 15:53:24 Using the following distribution repositories: 15:53:24 http://10.210.9.154/ubuntu/building (/tmp/keys/0.key) 15:53:24 http://packages.ros.org/ros/ubuntu (/tmp/keys/1.key) 15:53:24 Generating Dockerfile '/tmp/docker_build_binarydeb/Dockerfile': 15:53:24 # generated from release/binarydeb_task.Dockerfile.em 15:53:24 15:53:24 15:53:24 FROM ubuntu:xenial 15:53:24 15:53:24 VOLUME ["/var/cache/apt/archives"] 15:53:24 15:53:24 ENV DEBIAN_FRONTEND noninteractive 15:53:24 15:53:24 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 15:53:24 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 15:53:24 RUN locale-gen en_US.UTF-8 15:53:24 ENV LANG en_US.UTF-8 15:53:24 ENV TZ GMT+00 15:53:24 15:53:24 RUN useradd -u 1002 -m buildfarm 15:53:24 15:53:24 15:53:24 RUN mkdir /tmp/keys 15:53:24 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 15:53:24 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 15:53:24 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 15:53:24 RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 15:53:24 15:53:24 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) 15:53:24 15:53:24 RUN mkdir /tmp/wrapper_scripts 15:53:24 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 15:53:24 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 15:53:24 15:53:24 # automatic invalidation once every day 15:53:24 RUN echo "2018-09-04 (+0000)" 15:53:24 15:53:24 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 15:53:24 15:53:24 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 15:53:24 15:53:24 # for each dependency: echo version, apt update, apt install, apt clean 15:53:24 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 15:53:24 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 15:53: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 15:53:24 15:53:24 USER buildfarm 15:53:24 ENTRYPOINT ["sh", "-c"] 15:53:24 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"] 15:53:24 Mount the following volumes when running the container: 15:53:24 -v /tmp/ros_buildfarm:/tmp/ros_buildfarm:ro 15:53:24 -v /tmp/binarydeb:/tmp/binarydeb 15:53:25 + echo # END SECTION 15:53:25 # END SECTION
15:53:25 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson7680149145249851127.sh 15:53:25 + sleep 1 15:53:25 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 11456 --cid-file /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid 15:53:26 + echo # BEGIN SECTION: Build Dockerfile - build binarydeb
12. Build Dockerfile - build binarydeb

Hide Details

15:53:26 # BEGIN SECTION: Build Dockerfile - build binarydeb 15:53:26 + cd /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/docker_build_binarydeb 15:53:26 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 15:53:26 Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial 15:53:26 Check docker base image for updates: docker pull ubuntu:xenial 15:53:28 xenial: Pulling from library/ubuntu 15:53:28 Digest: sha256:7346359cd732d5c693fc3148c32d01397d345f499c234fe269674a85bc8f2378 15:53:28 Status: Image is up to date for ubuntu:xenial 15:53:28 + docker build --force-rm -t binarydeb_build.kinetic_ubuntu_xenial_amd64_smach . 15:53:28 Sending build context to Docker daemon 18.43 kB Sending build context to Docker daemon 18.43 kB 15:53:28 Step 1 : FROM ubuntu:xenial 15:53:28 ---> 333fb0689378 15:53:28 Step 2 : VOLUME /var/cache/apt/archives 15:53:30 ---> Using cache 15:53:30 ---> aeeff5f46397 15:53:30 Step 3 : ENV DEBIAN_FRONTEND noninteractive 15:53:32 ---> Using cache 15:53:32 ---> 1542e95434c1 15:53:32 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 15:53:33 ---> Using cache 15:53:33 ---> 57ee8c0d9e82 15:53:33 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 15:53:34 ---> Using cache 15:53:34 ---> 2127f7e79a48 15:53:34 Step 6 : RUN locale-gen en_US.UTF-8 15:53:35 ---> Using cache 15:53:35 ---> 25b9cba55a28 15:53:35 Step 7 : ENV LANG en_US.UTF-8 15:53:36 ---> Using cache 15:53:36 ---> 96952640fbeb 15:53:36 Step 8 : ENV TZ GMT+00 15:53:37 ---> Using cache 15:53:37 ---> 97a05d8222b6 15:53:37 Step 9 : RUN useradd -u 1002 -m buildfarm 15:53:38 ---> Using cache 15:53:38 ---> 982a3b19f016 15:53:38 Step 10 : RUN mkdir /tmp/keys 15:53:39 ---> Using cache 15:53:39 ---> d2358ed4a2d8 15:53:39 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 15:53:40 ---> Using cache 15:53:40 ---> cb0394fd4cd7 15:53:40 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 15:53:41 ---> Using cache 15:53:41 ---> 8fb0c6f0c3e3 15:53:41 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 15:53:42 ---> Using cache 15:53:42 ---> 104571cc77d7 15:53:42 Step 14 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 15:53:43 ---> Using cache 15:53:43 ---> 5136adc80dac 15:53:43 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) 15:53:44 ---> Using cache 15:53:44 ---> 2641e4532016 15:53:44 Step 16 : RUN mkdir /tmp/wrapper_scripts 15:53:45 ---> Using cache 15:53:45 ---> 6a72238e3578 15:53:45 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 15:53:46 ---> Using cache 15:53:46 ---> f5e770dac81f 15:53:46 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 15:53:47 ---> Using cache 15:53:47 ---> fb374b7070b1 15:53:47 Step 19 : RUN echo "2018-09-04 (+0000)" 15:53:48 ---> Using cache 15:53:48 ---> 1359c0fc49a7 15:53:48 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 15:53:49 ---> Using cache 15:53:49 ---> edd6665cee84 15:53:49 Step 21 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 15:53:50 ---> Using cache 15:53:50 ---> b12684a95b78 15:53:50 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 15:53:50 ---> Using cache 15:53:50 ---> f2f3e137e355 15:53:50 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 15:53:51 ---> Using cache 15:53:51 ---> db6a8502433d 15:53:51 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 15:53:51 ---> Running in 4d86ee960bb5 15:53:52 ros-kinetic-catkin: 0.7.14-0xenial-20180809-132632-0800 15:53:52 Invoking 'apt-get update' 15:53:52 Get:1 http://10.210.9.154/ubuntu/building xenial InRelease [2,856 B] 15:53:52 Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease 15:53:52 Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] 15:53:52 Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] 15:53:52 Get:5 http://archive.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 15:53:52 Get:6 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 15:53:52 Hit:7 http://packages.ros.org/ros/ubuntu xenial InRelease 15:53:52 Get:8 http://10.210.9.154/ubuntu/building xenial/main amd64 Packages [160 kB] 15:53:53 Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [276 kB] 15:53:53 Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1,087 kB] 15:53:53 Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [877 kB] 15:53:54 Get:12 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [89.7 kB] 15:53:54 Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [467 kB] 15:53:55 Fetched 3,389 kB in 2s (1,208 kB/s) 15:53:58 Reading package lists... 15:53:58 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:53:58 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:53:58 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:53:58 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:53:58 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) 15:53:58 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:53:58 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:53:58 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:53:58 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:53:58 Invoking 'apt-get install -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-catkin' 15:54:01 Reading package lists... 15:54:02 Building dependency tree... 15:54:02 Reading state information... 15:54:02 Starting pkgProblemResolver with broken count: 0 15:54:02 Starting 2 pkgProblemResolver with broken count: 0 15:54:02 Done 15:54:02 The following additional packages will be installed: 15:54:02 cmake cmake-data docutils-common docutils-doc google-mock libarchive13 15:54:02 libcurl3 libfreetype6 libgtest-dev libjbig0 libjpeg-turbo8 libjpeg8 15:54:02 libjsoncpp1 liblcms2-2 liblzo2-2 libpaper-utils libpaper1 libpng12-0 15:54:02 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libtiff5 libwebp5 15:54:02 libwebpmux1 python python-catkin-pkg python-catkin-pkg-modules 15:54:02 python-chardet python-dateutil python-docutils python-empy python-minimal 15:54:02 python-nose python-pil python-pkg-resources python-pygments python-pyparsing 15:54:02 python-roman python-six python2.7 python2.7-minimal tzdata ucf 15:54:02 Suggested packages: 15:54:02 codeblocks eclipse ninja-build lrzip liblcms2-utils python-doc python-tk 15:54:02 texlive-latex-recommended texlive-latex-base texlive-lang-french 15:54:02 fonts-linuxlibertine | ttf-linux-libertine python-coverage python-nose-doc 15:54:02 python-pil-doc python-pil-dbg python-setuptools ttf-bitstream-vera 15:54:02 python2.7-doc binfmt-support 15:54:02 The following NEW packages will be installed: 15:54:02 cmake cmake-data docutils-common docutils-doc google-mock libarchive13 15:54:02 libcurl3 libfreetype6 libgtest-dev libjbig0 libjpeg-turbo8 libjpeg8 15:54:02 libjsoncpp1 liblcms2-2 liblzo2-2 libpaper-utils libpaper1 libpng12-0 15:54:02 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libtiff5 libwebp5 15:54:02 libwebpmux1 python python-catkin-pkg python-catkin-pkg-modules 15:54:02 python-chardet python-dateutil python-docutils python-empy python-minimal 15:54:02 python-nose python-pil python-pkg-resources python-pygments python-pyparsing 15:54:02 python-roman python-six python2.7 python2.7-minimal ros-kinetic-catkin 15:54:02 tzdata ucf 15:54:02 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. 15:54:02 Need to get 12.6 MB of archives. 15:54:02 After this operation, 61.2 MB of additional disk space will be used. 15:54:02 Get:1 http://10.210.9.154/ubuntu/building xenial/main amd64 python-six all 1.11.0 [20.6 kB] 15:54:02 Get:2 http://10.210.9.154/ubuntu/building xenial/main amd64 python-catkin-pkg-modules all 0.4.8-1 [41.0 kB] 15:54:02 Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] 15:54:02 Get:4 http://10.210.9.154/ubuntu/building xenial/main amd64 python-catkin-pkg all 0.4.8-100 [3,442 B] 15:54:02 Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:54:02 Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] 15:54:02 Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.8 [187 kB] 15:54:02 Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] 15:54:02 Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] 15:54:03 Get:10 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-catkin amd64 0.7.14-0xenial-20180809-132632-0800 [112 kB] 15:54:03 Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB] 15:54:03 Get:12 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblcms2-2 amd64 2.6-3ubuntu2 [137 kB] 15:54:03 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] 15:54:03 Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1,261 kB] 15:54:03 Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] 15:54:03 Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.3 [1,880 kB] 15:54:03 Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] 15:54:03 Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7,768 B] 15:54:03 Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] 15:54:03 Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB] 15:54:03 Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 tzdata all 2017c-0ubuntu0.16.04 [166 kB] 15:54:03 Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpng12-0 amd64 1.2.54-1ubuntu1.1 [116 kB] 15:54:03 Get:23 http://archive.ubuntu.com/ubuntu xenial/main amd64 ucf all 3.0036 [52.9 kB] 15:54:03 Get:24 http://archive.ubuntu.com/ubuntu xenial/main amd64 docutils-common all 0.12+dfsg-1 [141 kB] 15:54:03 Get:25 http://archive.ubuntu.com/ubuntu xenial/main amd64 docutils-doc all 0.12+dfsg-1 [889 kB] 15:54:03 Get:26 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libgtest-dev amd64 1.7.0-4ubuntu1 [198 kB] 15:54:03 Get:27 http://archive.ubuntu.com/ubuntu xenial/universe amd64 google-mock amd64 1.7.0-18092013-1 [116 kB] 15:54:03 Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfreetype6 amd64 2.6.1-0.1ubuntu2.3 [316 kB] 15:54:03 Get:29 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 15:54:03 Get:30 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpaper1 amd64 1.1.24+nmu4ubuntu1 [13.7 kB] 15:54:03 Get:31 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpaper-utils amd64 1.1.24+nmu4ubuntu1 [8,276 B] 15:54:03 Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB] 15:54:03 Get:33 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-roman all 2.0.0-2 [8,062 B] 15:54:03 Get:34 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-docutils all 0.12+dfsg-1 [348 kB] 15:54:03 Get:35 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-dateutil all 2.4.2-1 [42.5 kB] 15:54:03 Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-pyparsing all 2.0.3+dfsg1-1ubuntu0.1 [35.4 kB] 15:54:03 Get:37 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB] 15:54:03 Get:38 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-chardet all 2.3.0-2 [96.3 kB] 15:54:03 Get:39 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-empy all 3.3.2-1build1 [72.5 kB] 15:54:03 Get:40 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-nose all 1.3.7-1 [116 kB] 15:54:03 Get:41 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwebp5 amd64 0.4.4-1 [165 kB] 15:54:03 Get:42 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwebpmux1 amd64 0.4.4-1 [14.2 kB] 15:54:03 Get:43 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-pil amd64 3.1.2-0ubuntu1.1 [312 kB] 15:54:03 Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-pygments all 2.1+dfsg-1 [522 kB] 15:54:04 debconf: delaying package configuration, since apt-utils is not installed 15:54:05 Fetched 12.6 MB in 0s (16.1 MB/s) 15:54:06 Selecting previously unselected package cmake-data. 15:54:07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16270 files and directories currently installed.) 15:54:07 Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... 15:54:07 Unpacking cmake-data (3.5.1-1ubuntu3) ... 15:54:08 Selecting previously unselected package liblzo2-2:amd64. 15:54:08 Preparing to unpack .../liblzo2-2_2.08-1.2_amd64.deb ... 15:54:09 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:54:09 Selecting previously unselected package libarchive13:amd64. 15:54:09 Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.4_amd64.deb ... 15:54:09 Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... 15:54:10 Selecting previously unselected package libcurl3:amd64. 15:54:10 Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.8_amd64.deb ... 15:54:10 Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.8) ... 15:54:10 Selecting previously unselected package libjsoncpp1:amd64. 15:54:10 Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... 15:54:10 Unpacking libjsoncpp1:amd64 (1.7.2-1) ... 15:54:10 Selecting previously unselected package cmake. 15:54:10 Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... 15:54:10 Unpacking cmake (3.5.1-1ubuntu3) ... 15:54:12 Selecting previously unselected package libjpeg-turbo8:amd64. 15:54:12 Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... 15:54:12 Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... 15:54:12 Selecting previously unselected package liblcms2-2:amd64. 15:54:12 Preparing to unpack .../liblcms2-2_2.6-3ubuntu2_amd64.deb ... 15:54:12 Unpacking liblcms2-2:amd64 (2.6-3ubuntu2) ... 15:54:13 Selecting previously unselected package libpython2.7-minimal:amd64. 15:54:13 Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... 15:54:13 Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... 15:54:13 Selecting previously unselected package python2.7-minimal. 15:54:13 Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.3_amd64.deb ... 15:54:13 Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... 15:54:14 Selecting previously unselected package python-minimal. 15:54:14 Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... 15:54:14 Unpacking python-minimal (2.7.12-1~16.04) ... 15:54:14 Selecting previously unselected package libpython2.7-stdlib:amd64. 15:54:14 Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... 15:54:14 Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... 15:54:15 Selecting previously unselected package python2.7. 15:54:15 Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... 15:54:15 Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... 15:54:17 Selecting previously unselected package libpython-stdlib:amd64. 15:54:17 Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... 15:54:17 Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... 15:54:17 Processing triggers for man-db (2.7.5-1) ... 15:54:20 Processing triggers for libc-bin (2.23-0ubuntu10) ... 15:54:26 Processing triggers for mime-support (3.59ubuntu1) ... 15:54:27 Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... 15:54:27 Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... 15:54:33 Setting up python-minimal (2.7.12-1~16.04) ... 15:54:33 Selecting previously unselected package python. 15:54:33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19116 files and directories currently installed.) 15:54:33 Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... 15:54:33 Unpacking python (2.7.12-1~16.04) ... 15:54:34 Selecting previously unselected package libjbig0:amd64. 15:54:34 Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... 15:54:34 Unpacking libjbig0:amd64 (2.1-3.1) ... 15:54:34 Selecting previously unselected package tzdata. 15:54:34 Preparing to unpack .../tzdata_2017c-0ubuntu0.16.04_all.deb ... 15:54:34 Unpacking tzdata (2017c-0ubuntu0.16.04) ... 15:54:40 Selecting previously unselected package libpng12-0:amd64. 15:54:40 Preparing to unpack .../libpng12-0_1.2.54-1ubuntu1.1_amd64.deb ... 15:54:40 Unpacking libpng12-0:amd64 (1.2.54-1ubuntu1.1) ... 15:54:41 Selecting previously unselected package ucf. 15:54:41 Preparing to unpack .../archives/ucf_3.0036_all.deb ... 15:54:41 Moving old data out of the way 15:54:41 Unpacking ucf (3.0036) ... 15:54:41 Selecting previously unselected package docutils-common. 15:54:41 Preparing to unpack .../docutils-common_0.12+dfsg-1_all.deb ... 15:54:41 Unpacking docutils-common (0.12+dfsg-1) ... 15:54:41 Selecting previously unselected package docutils-doc. 15:54:41 Preparing to unpack .../docutils-doc_0.12+dfsg-1_all.deb ... 15:54:41 Unpacking docutils-doc (0.12+dfsg-1) ... 15:54:42 Selecting previously unselected package libgtest-dev:amd64. 15:54:42 Preparing to unpack .../libgtest-dev_1.7.0-4ubuntu1_amd64.deb ... 15:54:42 Unpacking libgtest-dev:amd64 (1.7.0-4ubuntu1) ... 15:54:42 Selecting previously unselected package google-mock:amd64. 15:54:42 Preparing to unpack .../google-mock_1.7.0-18092013-1_amd64.deb ... 15:54:42 Unpacking google-mock:amd64 (1.7.0-18092013-1) ... 15:54:43 Selecting previously unselected package libfreetype6:amd64. 15:54:43 Preparing to unpack .../libfreetype6_2.6.1-0.1ubuntu2.3_amd64.deb ... 15:54:43 Unpacking libfreetype6:amd64 (2.6.1-0.1ubuntu2.3) ... 15:54:43 Selecting previously unselected package libjpeg8:amd64. 15:54:43 Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... 15:54:43 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 15:54:43 Selecting previously unselected package libpaper1:amd64. 15:54:43 Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... 15:54:43 Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... 15:54:44 Selecting previously unselected package libpaper-utils. 15:54:44 Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... 15:54:44 Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... 15:54:44 Selecting previously unselected package libtiff5:amd64. 15:54:44 Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... 15:54:44 Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... 15:54:45 Selecting previously unselected package python-roman. 15:54:45 Preparing to unpack .../python-roman_2.0.0-2_all.deb ... 15:54:46 Unpacking python-roman (2.0.0-2) ... 15:54:46 Selecting previously unselected package python-docutils. 15:54:46 Preparing to unpack .../python-docutils_0.12+dfsg-1_all.deb ... 15:54:46 Unpacking python-docutils (0.12+dfsg-1) ... 15:54:46 Selecting previously unselected package python-six. 15:54:46 Preparing to unpack .../python-six_1.11.0_all.deb ... 15:54:46 Unpacking python-six (1.11.0) ... 15:54:47 Selecting previously unselected package python-dateutil. 15:54:47 Preparing to unpack .../python-dateutil_2.4.2-1_all.deb ... 15:54:47 Unpacking python-dateutil (2.4.2-1) ... 15:54:47 Selecting previously unselected package python-pyparsing. 15:54:47 Preparing to unpack .../python-pyparsing_2.0.3+dfsg1-1ubuntu0.1_all.deb ... 15:54:47 Unpacking python-pyparsing (2.0.3+dfsg1-1ubuntu0.1) ... 15:54:47 Selecting previously unselected package python-catkin-pkg-modules. 15:54:47 Preparing to unpack .../python-catkin-pkg-modules_0.4.8-1_all.deb ... 15:54:47 Unpacking python-catkin-pkg-modules (0.4.8-1) ... 15:54:47 Selecting previously unselected package python-catkin-pkg. 15:54:47 Preparing to unpack .../python-catkin-pkg_0.4.8-100_all.deb ... 15:54:47 Unpacking python-catkin-pkg (0.4.8-100) ... 15:54:47 Selecting previously unselected package python-pkg-resources. 15:54:47 Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... 15:54:47 Unpacking python-pkg-resources (20.7.0-1) ... 15:54:48 Selecting previously unselected package python-chardet. 15:54:48 Preparing to unpack .../python-chardet_2.3.0-2_all.deb ... 15:54:48 Unpacking python-chardet (2.3.0-2) ... 15:54:48 Selecting previously unselected package python-empy. 15:54:48 Preparing to unpack .../python-empy_3.3.2-1build1_all.deb ... 15:54:48 Unpacking python-empy (3.3.2-1build1) ... 15:54:48 Selecting previously unselected package python-nose. 15:54:48 Preparing to unpack .../python-nose_1.3.7-1_all.deb ... 15:54:48 Unpacking python-nose (1.3.7-1) ... 15:54:48 Selecting previously unselected package libwebp5:amd64. 15:54:48 Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... 15:54:48 Unpacking libwebp5:amd64 (0.4.4-1) ... 15:54:49 Selecting previously unselected package libwebpmux1:amd64. 15:54:49 Preparing to unpack .../libwebpmux1_0.4.4-1_amd64.deb ... 15:54:49 Unpacking libwebpmux1:amd64 (0.4.4-1) ... 15:54:49 Selecting previously unselected package python-pil:amd64. 15:54:49 Preparing to unpack .../python-pil_3.1.2-0ubuntu1.1_amd64.deb ... 15:54:49 Unpacking python-pil:amd64 (3.1.2-0ubuntu1.1) ... 15:54:51 Selecting previously unselected package python-pygments. 15:54:51 Preparing to unpack .../python-pygments_2.1+dfsg-1_all.deb ... 15:54:51 Unpacking python-pygments (2.1+dfsg-1) ... 15:54:52 Selecting previously unselected package ros-kinetic-catkin. 15:54:52 Preparing to unpack .../ros-kinetic-catkin_0.7.14-0xenial-20180809-132632-0800_amd64.deb ... 15:54:52 Unpacking ros-kinetic-catkin (0.7.14-0xenial-20180809-132632-0800) ... 15:54:52 Processing triggers for man-db (2.7.5-1) ... 15:54:53 Processing triggers for libc-bin (2.23-0ubuntu10) ... 15:54:53 Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... 15:55:08 Processing triggers for sgml-base (1.26+nmu4ubuntu1) ... 15:55:08 Setting up cmake-data (3.5.1-1ubuntu3) ... 15:55:08 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:55:08 Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... 15:55:08 Setting up libcurl3:amd64 (7.47.0-1ubuntu2.8) ... 15:55:08 Setting up libjsoncpp1:amd64 (1.7.2-1) ... 15:55:08 Setting up cmake (3.5.1-1ubuntu3) ... 15:55:08 Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... 15:55:08 Setting up liblcms2-2:amd64 (2.6-3ubuntu2) ... 15:55:08 Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... 15:55:08 Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... 15:55:10 Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... 15:55:11 Setting up python (2.7.12-1~16.04) ... 15:55:11 Setting up libjbig0:amd64 (2.1-3.1) ... 15:55:11 Setting up tzdata (2017c-0ubuntu0.16.04) ... 15:55:12 15:55:12 Current default time zone: 'Etc/UTC' 15:55:12 Local time is now: Tue Sep 4 14:55:12 UTC 2018. 15:55:12 Universal Time is now: Tue Sep 4 14:55:12 UTC 2018. 15:55:12 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:55:12 15:55:12 Setting up libpng12-0:amd64 (1.2.54-1ubuntu1.1) ... 15:55:12 Setting up ucf (3.0036) ... 15:55:13 Setting up docutils-common (0.12+dfsg-1) ... 15:55:13 Setting up docutils-doc (0.12+dfsg-1) ... 15:55:13 Setting up libgtest-dev:amd64 (1.7.0-4ubuntu1) ... 15:55:13 Setting up google-mock:amd64 (1.7.0-18092013-1) ... 15:55:13 Setting up libfreetype6:amd64 (2.6.1-0.1ubuntu2.3) ... 15:55:14 Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 15:55:14 Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... 15:55:15 15:55:15 Creating config file /etc/papersize with new version 15:55:15 Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... 15:55:15 Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... 15:55:15 Setting up python-roman (2.0.0-2) ... 15:55:16 Setting up python-six (1.11.0) ... 15:55:16 Setting up python-dateutil (2.4.2-1) ... 15:55:18 Setting up python-pyparsing (2.0.3+dfsg1-1ubuntu0.1) ... 15:55:19 Setting up python-pkg-resources (20.7.0-1) ... 15:55:23 Setting up python-chardet (2.3.0-2) ... 15:55:24 Setting up python-empy (3.3.2-1build1) ... 15:55:24 Setting up python-nose (1.3.7-1) ... 15:55:25 Setting up libwebp5:amd64 (0.4.4-1) ... 15:55:26 Setting up libwebpmux1:amd64 (0.4.4-1) ... 15:55:26 Setting up python-pil:amd64 (3.1.2-0ubuntu1.1) ... 15:55:26 Setting up python-pygments (2.1+dfsg-1) ... 15:55:28 Processing triggers for sgml-base (1.26+nmu4ubuntu1) ... 15:55:28 Setting up python-docutils (0.12+dfsg-1) ... 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 15:55:28 update-alternatives: using /usr/share/docutils/scripts/python2/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 15:55:30 Setting up python-catkin-pkg-modules (0.4.8-1) ... 15:55:31 Setting up python-catkin-pkg (0.4.8-100) ... 15:55:31 Setting up ros-kinetic-catkin (0.7.14-0xenial-20180809-132632-0800) ... 15:55:31 Processing triggers for libc-bin (2.23-0ubuntu10) ... 15:55:32 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:55:32 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:55:32 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:55:32 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:55:32 Invoking 'apt-get clean' 15:55:53 ---> 6b801415dcc4 15:55:56 Removing intermediate container 4d86ee960bb5 15:55:56 Step 25 : USER buildfarm 15:55:57 ---> Running in 4d2bc2b3f9ee 15:55:57 ---> b8d1fd8be6a2 15:55:57 Removing intermediate container 4d2bc2b3f9ee 15:55:57 Step 26 : ENTRYPOINT sh -c 15:55:57 ---> Running in 7ec49bfdd909 15:55:57 ---> 45a24a4ee786 15:55:58 Removing intermediate container 7ec49bfdd909 15:55:58 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 15:55:58 ---> Running in a63e69531076 15:55:58 ---> c6263b456925 15:55:58 Removing intermediate container a63e69531076 15:55:58 Successfully built c6263b456925 15:55:58 + echo # END SECTION 15:55:58 # END SECTION
15:55:58 + echo # BEGIN SECTION: Run Dockerfile - build binarydeb
13. Run Dockerfile - build binarydeb

Hide Details

15:55:58 # BEGIN SECTION: Run Dockerfile - build binarydeb 15:55:58 + 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_smach
13.1. build binarydeb

Hide Details

15:55:59 # BEGIN SUBSECTION: build binarydeb 15:55:59 Package 'ros-kinetic-smach' version: 3.0.0-0xenial-20180904-145315+0000 15:55:59 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:55:59 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:55:59 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:55:59 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:56:03 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:56:03 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:56:03 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:56:03 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:56:03 Invoking 'apt-src build ros-kinetic-smach' in '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:03 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:56:03 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:56:03 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:56:03 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:56:05 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:56:05 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 15:56:05 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:56:05 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 15:56:06 I: Building in /tmp/binarydeb/ros-kinetic-smach-3.0.0 .. 15:56:06 dpkg-buildpackage: source package ros-kinetic-smach 15:56:06 dpkg-buildpackage: source version 3.0.0-0xenial-20180904-145315+0000 15:56:06 dpkg-buildpackage: source distribution xenial 15:56:06 dpkg-buildpackage: source changed by Marc Hanheide <marc@hanheide.net> 15:56:06 dpkg-buildpackage: host architecture amd64 15:56:06 dpkg-source --before-build ros-kinetic-smach-3.0.0 15:56:06 dpkg-source: info: using options from ros-kinetic-smach-3.0.0/debian/source/options: --auto-commit 15:56:06 fakeroot debian/rules clean 15:56:07 dh clean -v --buildsystem=cmake 15:56:07 dh_testdir -O-v -O--buildsystem=cmake 15:56:07 dh_auto_clean -O-v -O--buildsystem=cmake 15:56:07 dh_clean -O-v -O--buildsystem=cmake 15:56:07 rm -f debian/debhelper-build-stamp 15:56:07 rm -f debian/ros-kinetic-smach.substvars 15:56:07 rm -f debian/ros-kinetic-smach.*.debhelper 15:56:07 rm -rf debian/ros-kinetic-smach/ 15:56:07 rm -rf debian/.debhelper/ 15:56:07 rm -f debian/*.debhelper.log 15:56:07 rm -f debian/files 15:56:07 find . \( \( \ 15:56:07 \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \ 15:56:07 \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ 15:56:07 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ 15:56:07 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ 15:56:07 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ 15:56:07 \) -exec rm -f {} + \) -o \ 15:56:07 \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) 15:56:08 rm -f *-stamp 15:56:08 debian/rules build 15:56:08 dh build -v --buildsystem=cmake 15:56:08 dh_testdir -O-v -O--buildsystem=cmake 15:56:08 dh_update_autotools_config -O-v -O--buildsystem=cmake 15:56:08 debian/rules override_dh_auto_configure 15:56:08 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:08 # In case we're installing to a non-standard location, look for a setup.sh 15:56:08 # in the install tree that was dropped by catkin, and source it. It will 15:56:08 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 15:56:08 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 15:56:08 dh_auto_configure -- \ 15:56:08 -DCATKIN_BUILD_BINARY_PACKAGE="1" \ 15:56:08 -DCMAKE_INSTALL_PREFIX="/opt/ros/kinetic" \ 15:56:08 -DCMAKE_PREFIX_PATH="/opt/ros/kinetic" 15:56:08 mkdir -p obj-x86_64-linux-gnu 15:56:08 cd obj-x86_64-linux-gnu 15:56:08 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 15:56:09 -- The C compiler identification is GNU 5.4.0 15:56:09 -- The CXX compiler identification is GNU 5.4.0 15:56:09 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc 15:56:10 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc -- works 15:56:10 -- Detecting C compiler ABI info 15:56:10 -- Detecting C compiler ABI info - done 15:56:10 -- Detecting C compile features 15:56:11 -- Detecting C compile features - done 15:56:11 -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ 15:56:11 -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ -- works 15:56:11 -- Detecting CXX compiler ABI info 15:56:12 -- Detecting CXX compiler ABI info - done 15:56:12 -- Detecting CXX compile features 15:56:13 -- Detecting CXX compile features - done 15:56:13 -- Using CATKIN_DEVEL_PREFIX: /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/devel 15:56:13 -- Using CMAKE_PREFIX_PATH: /opt/ros/kinetic 15:56:13 -- This workspace overlays: /opt/ros/kinetic 15:56:13 -- Found PythonInterp: /usr/bin/python (found version "2.7.12") 15:56:13 -- Using PYTHON_EXECUTABLE: /usr/bin/python 15:56:13 -- Using Debian Python package layout 15:56:13 -- Using empy: /usr/bin/empy 15:56:13 -- Using CATKIN_ENABLE_TESTING: ON 15:56:13 -- Skip enable_testing() when building binary package 15:56:13 -- Using CATKIN_TEST_RESULTS_DIR: /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/test_results 15:56:13 -- Found gmock sources under '/usr/src/gmock': gmock will be built 15:56:13 -- Looking for pthread.h 15:56:13 -- Looking for pthread.h - found 15:56:13 -- Looking for pthread_create 15:56:13 -- Looking for pthread_create - not found 15:56:13 -- Looking for pthread_create in pthreads 15:56:14 -- Looking for pthread_create in pthreads - not found 15:56:14 -- Looking for pthread_create in pthread 15:56:14 -- Looking for pthread_create in pthread - found 15:56:14 -- Found Threads: TRUE 15:56:14 -- Found gtest sources under '/usr/src/gmock': gtests will be built 15:56:14 -- Using Python nosetests: /usr/bin/nosetests-2.7 15:56:14 -- catkin 0.7.14 15:56:14 -- Configuring done 15:56:14 -- Generating done 15:56:14 CMake Warning: 15:56:14 Manually-specified variables were not used by the project: 15:56:14 15:56:14 CMAKE_INSTALL_LOCALSTATEDIR 15:56:14 CMAKE_INSTALL_SYSCONFDIR 15:56:14 15:56:14 15:56:14 -- Build files have been written to: /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu 15:56:15 cd /tmp/binarydeb/ros-kinetic-smach-3.0.0 15:56:15 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:15 debian/rules override_dh_auto_build 15:56:15 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:15 # In case we're installing to a non-standard location, look for a setup.sh 15:56:15 # in the install tree that was dropped by catkin, and source it. It will 15:56:15 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 15:56:15 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 15:56:15 dh_auto_build 15:56:15 cd obj-x86_64-linux-gnu 15:56:15 make -j1 15:56:15 make[2]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 15:56:15 /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 15:56:15 /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 15:56:15 make -f CMakeFiles/Makefile2 all 15:56:15 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 15:56:15 make[3]: Nothing to be done for 'all'. 15:56:15 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 15:56:15 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/CMakeFiles 0 15:56:15 make[2]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 15:56:15 cd /tmp/binarydeb/ros-kinetic-smach-3.0.0 15:56:15 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:15 debian/rules override_dh_auto_test 15:56:15 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:15 # In case we're installing to a non-standard location, look for a setup.sh 15:56:15 # in the install tree that was dropped by catkin, and source it. It will 15:56:15 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 15:56:15 echo -- Running tests. Even if one of them fails the build is not canceled. 15:56:15 -- Running tests. Even if one of them fails the build is not canceled. 15:56:15 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 15:56:15 dh_auto_test || true 15:56:15 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:15 fakeroot debian/rules binary 15:56:15 dh binary -v --buildsystem=cmake 15:56:15 dh_testroot -O-v -O--buildsystem=cmake 15:56:16 dh_prep -O-v -O--buildsystem=cmake 15:56:16 rm -f debian/ros-kinetic-smach.substvars 15:56:16 rm -f debian/ros-kinetic-smach.*.debhelper 15:56:16 rm -rf debian/ros-kinetic-smach/ 15:56:16 dh_installdirs -O-v -O--buildsystem=cmake 15:56:16 install -d debian/ros-kinetic-smach 15:56:16 debian/rules override_dh_auto_install 15:56:16 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:16 # In case we're installing to a non-standard location, look for a setup.sh 15:56:16 # in the install tree that was dropped by catkin, and source it. It will 15:56:16 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 15:56:16 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 15:56:16 dh_auto_install 15:56:16 cd obj-x86_64-linux-gnu 15:56:16 make -j1 install DESTDIR=/tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach AM_UPDATE_INFO_DIR=no 15:56:16 make[2]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 15:56:16 /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 15:56:16 /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 15:56:16 make -f CMakeFiles/Makefile2 all 15:56:16 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 15:56:16 make[3]: Nothing to be done for 'all'. 15:56:16 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 15:56:16 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/CMakeFiles 0 15:56:16 make -f CMakeFiles/Makefile2 preinstall 15:56:16 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 15:56:16 make[3]: Nothing to be done for 'preinstall'. 15:56:16 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 15:56:16 Install the project... 15:56:16 /usr/bin/cmake -P cmake_install.cmake 15:56:16 -- Install configuration: "None" 15:56:16 + cd /tmp/binarydeb/ros-kinetic-smach-3.0.0 15:56:16 + mkdir -p /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages 15:56:16 + /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 15:56:16 running build 15:56:16 running build_py 15:56:16 creating /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7 15:56:16 creating /tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu/lib.linux-x86_64-2.7/smach 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 running install 15:56:16 running install_lib 15:56:16 creating /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/python2.7/dist-packages/smach 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 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 15:56:16 running install_egg_info 15:56:16 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 15:56:16 -- Installing: /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/lib/pkgconfig/smach.pc 15:56:16 -- Installing: /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/share/smach/cmake/smachConfig.cmake 15:56:16 -- Installing: /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/share/smach/cmake/smachConfig-version.cmake 15:56:16 -- Installing: /tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach/opt/ros/kinetic/share/smach/package.xml 15:56:16 make[2]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0/obj-x86_64-linux-gnu' 15:56:17 cd /tmp/binarydeb/ros-kinetic-smach-3.0.0 15:56:17 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:17 dh_install -O-v -O--buildsystem=cmake 15:56:17 dh_installdocs -O-v -O--buildsystem=cmake 15:56:17 install -d debian/ros-kinetic-smach/usr/share/doc/ros-kinetic-smach 15:56:17 dh_installchangelogs -O-v -O--buildsystem=cmake 15:56:17 install -p -m0644 debian/changelog debian/ros-kinetic-smach/usr/share/doc/ros-kinetic-smach/changelog.Debian 15:56:17 dh_installexamples -O-v -O--buildsystem=cmake 15:56:17 dh_installman -O-v -O--buildsystem=cmake 15:56:17 dh_installcatalogs -O-v -O--buildsystem=cmake 15:56:17 dh_installcron -O-v -O--buildsystem=cmake 15:56:17 dh_installdebconf -O-v -O--buildsystem=cmake 15:56:17 install -d debian/ros-kinetic-smach/DEBIAN 15:56:17 dh_installemacsen -O-v -O--buildsystem=cmake 15:56:17 dh_installifupdown -O-v -O--buildsystem=cmake 15:56:17 dh_installinfo -O-v -O--buildsystem=cmake 15:56:17 dh_installinit -O-v -O--buildsystem=cmake 15:56:18 dh_installmenu -O-v -O--buildsystem=cmake 15:56:18 dh_installmime -O-v -O--buildsystem=cmake 15:56:18 dh_installmodules -O-v -O--buildsystem=cmake 15:56:18 dh_installlogcheck -O-v -O--buildsystem=cmake 15:56:18 dh_installlogrotate -O-v -O--buildsystem=cmake 15:56:18 dh_installpam -O-v -O--buildsystem=cmake 15:56:18 dh_installppp -O-v -O--buildsystem=cmake 15:56:18 dh_installudev -O-v -O--buildsystem=cmake 15:56:18 dh_installgsettings -O-v -O--buildsystem=cmake 15:56:18 dh_bugfiles -O-v -O--buildsystem=cmake 15:56:19 dh_ucf -O-v -O--buildsystem=cmake 15:56:19 dh_lintian -O-v -O--buildsystem=cmake 15:56:19 dh_gconf -O-v -O--buildsystem=cmake 15:56:19 dh_icons -O-v -O--buildsystem=cmake 15:56:19 dh_perl -O-v -O--buildsystem=cmake 15:56:19 dh_usrlocal -O-v -O--buildsystem=cmake 15:56:19 dh_link -O-v -O--buildsystem=cmake 15:56:19 dh_installwm -O-v -O--buildsystem=cmake 15:56:19 dh_installxfonts -O-v -O--buildsystem=cmake 15:56:19 dh_strip_nondeterminism -O-v -O--buildsystem=cmake 15:56:19 dh_compress -O-v -O--buildsystem=cmake 15:56:20 cd debian/ros-kinetic-smach 15:56:20 chmod a-x usr/share/doc/ros-kinetic-smach/changelog.Debian 15:56:20 gzip -9nf usr/share/doc/ros-kinetic-smach/changelog.Debian 15:56:20 cd '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:20 dh_fixperms -O-v -O--buildsystem=cmake 15:56:20 find debian/ros-kinetic-smach -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 15:56:20 find debian/ros-kinetic-smach ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s 15:56:20 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 15:56:20 find debian/ros-kinetic-smach/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 0755 15:56:20 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 15:56:20 find debian/ros-kinetic-smach/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 0644 15:56:20 find debian/ros-kinetic-smach/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 0644 15:56:20 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 15:56:20 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 15:56:20 find debian/ros-kinetic-smach/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w 15:56:20 dh_strip -O-v -O--buildsystem=cmake 15:56:20 dh_makeshlibs -O-v -O--buildsystem=cmake 15:56:20 rm -f debian/ros-kinetic-smach/DEBIAN/shlibs 15:56:20 debian/rules override_dh_shlibdeps 15:56:20 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:20 # In case we're installing to a non-standard location, look for a setup.sh 15:56:20 # in the install tree that was dropped by catkin, and source it. It will 15:56:20 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 15:56:20 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 15:56:20 dh_shlibdeps -l/tmp/binarydeb/ros-kinetic-smach-3.0.0/debian/ros-kinetic-smach//opt/ros/kinetic/lib/ 15:56:20 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-smach-3.0.0' 15:56:20 dh_installdeb -O-v -O--buildsystem=cmake 15:56:21 dh_gencontrol -O-v -O--buildsystem=cmake 15:56:21 echo misc:Depends= >> debian/ros-kinetic-smach.substvars 15:56:21 echo misc:Pre-Depends= >> debian/ros-kinetic-smach.substvars 15:56:21 dpkg-gencontrol -pros-kinetic-smach -ldebian/changelog -Tdebian/ros-kinetic-smach.substvars -Pdebian/ros-kinetic-smach 15:56:21 dpkg-gencontrol: warning: Depends field of package ros-kinetic-smach: unknown substitution variable ${shlibs:Depends} 15:56:21 chmod 0644 debian/ros-kinetic-smach/DEBIAN/control 15:56:21 chown 0:0 debian/ros-kinetic-smach/DEBIAN/control 15:56:21 dh_md5sums -O-v -O--buildsystem=cmake 15:56:21 (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 15:56:21 chmod 0644 debian/ros-kinetic-smach/DEBIAN/md5sums 15:56:21 chown 0:0 debian/ros-kinetic-smach/DEBIAN/md5sums 15:56:21 dh_builddeb -O-v -O--buildsystem=cmake 15:56:21 dpkg-deb --build debian/ros-kinetic-smach .. 15:56:21 dpkg-deb: building package 'ros-kinetic-smach' in '../ros-kinetic-smach_3.0.0-0xenial-20180904-145315+0000_amd64.deb'. 15:56:22 dpkg-genchanges -b >../ros-kinetic-smach_3.0.0-0xenial-20180904-145315+0000_amd64.changes 15:56:22 dpkg-genchanges: binary-only upload (no source code included) 15:56:22 dpkg-source --after-build ros-kinetic-smach-3.0.0 15:56:22 dpkg-source: info: using options from ros-kinetic-smach-3.0.0/debian/source/options: --auto-commit 15:56:22 dpkg-buildpackage: binary-only upload (no source included) 15:56:22 I: Successfully built in /tmp/binarydeb/ros-kinetic-smach-3.0.0 15:56:22 # END SUBSECTION
15:56:23 + echo # END SECTION 15:56:23 # END SECTION
15:56:23 [Kbin_uX64__smach__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson2128530899968715083.sh 15:56:23 + [ false = false ] 15:56:23 + echo # BEGIN SECTION: Clean up to save disk space on slaves
14. Clean up to save disk space on slaves

Hide Details

15:56:23 # BEGIN SECTION: Clean up to save disk space on slaves 15:56:23 + chmod -R u+w /home/jenkins-slave/workspace/Kbin_uX64__smach__ubuntu_xenial_amd64__binary/binarydeb 15:56:23 + 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 15:56:23 + echo # END SECTION 15:56:23 # END SECTION
15:56:23 SSH: Connecting from host [lcas-buildfarm-slave-1] 15:56:23 SSH: Connecting with configuration [repo] ... 15:56:24 SSH: Disconnecting configuration [repo] ... 15:56:24 SSH: Transferred 2 file(s) 15:56:24 Build step 'Send files or execute commands over SSH' changed build result to SUCCESS 15:56:24 Waiting for the completion of Krel_import-package 15:56:26 Krel_import-package #2708 completed. Result was SUCCESS 15:56:26 $ ssh-agent -k 15:56:26 unset SSH_AUTH_SOCK; 15:56:26 unset SSH_AGENT_PID; 15:56:26 echo Agent pid 9478 killed; 15:56:26 [ssh-agent] Stopped. 15:56:27 [description-setter] Description set: 3.0.0-0xenial-20180904-145315+0000 15:56:27 Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered 15:56:27 Triggering a new build of Krel_sync-packages-to-testing_xenial_amd64 15:56:27 Triggering a new build of Kbin_uX64__executive_smach__ubuntu_xenial_amd64__binary 15:56:27 Triggering a new build of Kbin_uX64__smach_ros__ubuntu_xenial_amd64__binary 15:56:27 Finished: SUCCESS