SuccessConsole Output

22:04:00 Started by upstream project "Ksrc_uX__simple_description__ubuntu_xenial__source" build number 4
22:04:00 originally caused by:
22:04:00  Started by upstream project "Krel_trigger-jobs" build number 42951
22:04:00  originally caused by:
22:04:00   Started by user Admin
22:04:00 Building remotely on build client 3 (slave buildslave indigo_devel_default) in workspace /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary
22:04:00 [ssh-agent] Looking for ssh-agent implementation...
22:04:00 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
22:04:00 $ ssh-agent
22:04:00 SSH_AUTH_SOCK=/tmp/ssh-9chWUtrLXT7N/agent.21469
22:04:00 SSH_AGENT_PID=21471
22:04:00 [ssh-agent] Started.
22:04:00 $ ssh-add /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary@tmp/private_key_2874366496585916649.key
22:04:00 Identity added: /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary@tmp/private_key_2874366496585916649.key (/home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary@tmp/private_key_2874366496585916649.key)
22:04:01 [ssh-agent] Using credentials jenkins-slave
22:04:01 
1. Check upstream projects

Hide Details

22:04:01 # BEGIN SECTION: Check upstream projects 22:04:01 Verify that no recursive upstream project is broken: 22:04:01 - 'Ksrc_uX__simple_description__ubuntu_xenial__source' build '4' has result 'SUCCESS' 22:04:01 All recursive upstream projects are (un)stable 22:04:01 # END SECTION
22:04:01
2. Check free disk space

Hide Details

22:04:01 # BEGIN SECTION: Check free disk space 22:04:01 Usable disk space = 54554472448 bytes 22:04:01 Free space threshold = 5368709120 bytes 22:04:01 # END SECTION
22:04:01 [Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson8084105978955299903.sh 22:04:01 + echo # BEGIN SECTION: docker version
3. docker version

Hide Details

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

Hide Details

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

Hide Details

22:04:02 # BEGIN SECTION: Check docker status 22:04:02 + echo Testing trivial docker invocation... 22:04:02 Testing trivial docker invocation... 22:04:02 + docker run --rm ubuntu:xenial true 22:04:03 + echo 'docker run' returned 0 22:04:03 'docker run' returned 0 22:04:03 docker seems operational, continuing 22:04:03 [Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson4485860127530263417.sh 22:04:03 + echo # END SECTION 22:04:03 # END SECTION
22:04:03 [Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson8478788578226958114.sh 22:04:03 + echo # BEGIN SECTION: Embed wrapper scripts
6. Embed wrapper scripts

Hide Details

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

Hide Details

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

Hide Details

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

Hide Details

22:04:07 # BEGIN SECTION: Generate Dockerfile - binarydeb task 22:04:07 + export TZ=GMT+00 22:04:07 + export PYTHONPATH=/home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/ros_buildfarm: 22:04:07 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__simple_description__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 simple_description 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__simple_description__ubuntu_xenial_amd64__binary/keys/0.key /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/keys/1.key --target-repository http://10.210.9.154/ubuntu/building --binarydeb-dir /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/binarydeb --dockerfile-dir /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/docker_generating_docker --append-timestamp 22:04:07 Using the following distribution repositories: 22:04:07 http://10.210.9.154/ubuntu/building (/home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/keys/0.key) 22:04:08 http://packages.ros.org/ros/ubuntu (/home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/keys/1.key) 22:04:08 Generating Dockerfile '/home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/docker_generating_docker/Dockerfile': 22:04:08 # generated from release/binarydeb_create_task.Dockerfile.em 22:04:08 22:04:08 FROM ubuntu:xenial 22:04:08 22:04:08 VOLUME ["/var/cache/apt/archives"] 22:04:08 22:04:08 ENV DEBIAN_FRONTEND noninteractive 22:04:08 22:04:08 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:08 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:04:08 RUN locale-gen en_US.UTF-8 22:04:08 ENV LANG en_US.UTF-8 22:04:08 ENV TZ GMT+00 22:04:08 22:04:08 22:04:08 RUN useradd -u 1002 -m buildfarm 22:04:08 22:04:08 22:04:08 RUN mkdir /tmp/keys 22:04:08 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 22:04:08 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:04:08 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:08 RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:08 RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:08 22:04:08 RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:04:08 22:04:08 RUN mkdir /tmp/wrapper_scripts 22:04:08 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Hash Sum mismatch',\n 'Unable to locate package',\n 'is not what the server reported',\n ]\n\n command = argv[0]\n if command in ['update', 'source']:\n rc, _, _ = call_apt_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n elif command == 'update-install-clean':\n return call_apt_update_install_clean(\n argv[1:], known_error_strings, max_tries)\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_apt_update_install_clean(\n install_argv, known_error_strings, max_tries):\n tries = 0\n command = 'update'\n while tries < max_tries:\n if command == 'update':\n rc, _, tries = call_apt_repeatedly(\n [command], known_error_strings, max_tries - tries,\n offset=tries)\n if rc != 0:\n # abort if update was unsuccessful even after retries\n break\n # move on to the install command if update was successful\n command = 'install'\n\n if command == 'install':\n # any call is considered a try\n tries += 1\n known_error_strings_redo_update = [\n 'Size mismatch',\n 'maybe run apt update',\n 'The following packages cannot be authenticated!',\n 'Unable to locate package',\n ]\n rc, known_error_conditions = \\\\\n call_apt(\n [command] + install_argv,\n known_error_strings + known_error_strings_redo_update)\n if not known_error_conditions:\n if rc != 0:\n # abort if install was unsuccessful\n break\n # move on to the clean command if install was successful\n command = 'clean'\n continue\n\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n # check if update needs to be rerun\n if (\n set(known_error_conditions) &\n set(known_error_strings_redo_update)\n ):\n command = 'update'\n print(\"'apt install' failed and likely requires \" +\n \"'apt update' to run again\")\n # retry with update command\n continue\n\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n if tries < max_tries:\n sleep_time = 5\n print(\"Reinvoke 'apt install' after sleeping %s seconds\" %\n sleep_time)\n sleep(sleep_time)\n # retry install command\n\n if command == 'clean':\n rc, _ = call_apt([command], [])\n break\n\n return rc\n\n\ndef call_apt_repeatedly(argv, known_error_strings, max_tries, offset=0):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * (i + offset)\n print(\"Reinvoke 'apt %s' (%d/%d) after sleeping %s seconds\" %\n (command, i + offset, max_tries + offset, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_apt(argv, known_error_strings)\n if not known_error_conditions:\n # break the loop and return the reported rc\n break\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i + offset\n\n\ndef call_apt(argv, known_error_strings):\n known_error_conditions = []\n\n # some of the used options are not supported in older distros\n # e.g. Ubuntu Wily, Debian Jessie\n cmd = ['apt-get'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n lines = []\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n lines.append(line)\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n if rc and not known_error_conditions:\n print('Invocation failed without any known error condition, '\n 'printing all lines to debug known error detection:')\n for index, line in enumerate(lines):\n print(' ', index + 1, \"'%s'\" % line.rstrip('\\\\n\\\\r'))\n print('None of the following known errors were detected:')\n for index, known_error_string in enumerate(known_error_strings):\n print(' ', index + 1, \"'%s'\" % known_error_string)\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/apt.py 22:04:08 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 22:04:08 22:04:08 # automatic invalidation once every day 22:04:08 RUN echo "2018-09-10 (+0000)" 22:04:08 22:04:08 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:08 22:04:08 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y devscripts dpkg-dev python3-apt python3-catkin-pkg-modules python3-empy python3-rosdistro-modules python3-yaml 22:04:08 22:04:08 # always invalidate to actually have the latest apt repo state 22:04:08 RUN echo "2018-09-10 21:04:08 +0000" 22:04:08 RUN python3 -u /tmp/wrapper_scripts/apt.py update 22:04:08 22:04:08 USER buildfarm 22:04:08 ENTRYPOINT ["sh", "-c"] 22:04:08 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 simple_description --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py kinetic simple_description --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 simple_description ubuntu xenial amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --distribution-repository-key-files /tmp/keys/0.key /tmp/keys/1.key --binarydeb-dir /tmp/binarydeb --dockerfile-dir /tmp/docker_build_binarydeb"] 22:04:08 + echo # END SECTION 22:04:08 # END SECTION
22:04:08 + echo # BEGIN SECTION: Build Dockerfile - binarydeb task
10. Build Dockerfile - binarydeb task

Hide Details

22:04:08 # BEGIN SECTION: Build Dockerfile - binarydeb task 22:04:08 + cd /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/docker_generating_docker 22:04:08 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 22:04:08 Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial 22:04:08 Check docker base image for updates: docker pull ubuntu:xenial 22:04:09 xenial: Pulling from library/ubuntu 22:04:10 Digest: sha256:f53ee6c26fed293a1faaad6cb83713ce9289e4a38a9ea7e0d78c156fa1022e75 22:04:10 Status: Image is up to date for ubuntu:xenial 22:04:10 + docker build --force-rm -t binarydeb_task_generation.kinetic_ubuntu_xenial_amd64_simple_description . 22:04:10 Sending build context to Docker daemon 18.94 kB Sending build context to Docker daemon 18.94 kB 22:04:10 Step 1 : FROM ubuntu:xenial 22:04:10 ---> 2b9623518fa2 22:04:10 Step 2 : VOLUME /var/cache/apt/archives 22:04:10 ---> Using cache 22:04:10 ---> 3e4a27c7e3d3 22:04:10 Step 3 : ENV DEBIAN_FRONTEND noninteractive 22:04:11 ---> Using cache 22:04:11 ---> c5a421a14e47 22:04:11 Step 4 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:11 ---> Using cache 22:04:11 ---> 7b657d0e1e35 22:04:11 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:04:12 ---> Using cache 22:04:12 ---> e274a23f1d8b 22:04:12 Step 6 : RUN locale-gen en_US.UTF-8 22:04:13 ---> Using cache 22:04:13 ---> 8c3092b0f60f 22:04:13 Step 7 : ENV LANG en_US.UTF-8 22:04:13 ---> Using cache 22:04:13 ---> 68fb9f8652d3 22:04:13 Step 8 : ENV TZ GMT+00 22:04:14 ---> Using cache 22:04:14 ---> bf665c18a0d4 22:04:14 Step 9 : RUN useradd -u 1002 -m buildfarm 22:04:15 ---> Using cache 22:04:15 ---> d1ab90eb1a70 22:04:15 Step 10 : RUN mkdir /tmp/keys 22:04:15 ---> Using cache 22:04:15 ---> 5317ab60e2b4 22:04:15 Step 11 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 22:04:16 ---> Using cache 22:04:16 ---> d9609b11b449 22:04:16 Step 12 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:04:17 ---> Using cache 22:04:17 ---> fe495151ecac 22:04:17 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:17 ---> Using cache 22:04:17 ---> e9e250a02f91 22:04:17 Step 14 : RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:18 ---> Using cache 22:04:18 ---> 73e8aef011f6 22:04:18 Step 15 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:18 ---> Using cache 22:04:18 ---> c20c7005ca26 22:04:18 Step 16 : RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:04:19 ---> Using cache 22:04:19 ---> 0014a6c57f10 22:04:19 Step 17 : RUN mkdir /tmp/wrapper_scripts 22:04:20 ---> Using cache 22:04:20 ---> 5f90cdca5bec 22:04:20 Step 18 : RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Hash Sum mismatch',\n 'Unable to locate package',\n 'is not what the server reported',\n ]\n\n command = argv[0]\n if command in ['update', 'source']:\n rc, _, _ = call_apt_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n elif command == 'update-install-clean':\n return call_apt_update_install_clean(\n argv[1:], known_error_strings, max_tries)\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_apt_update_install_clean(\n install_argv, known_error_strings, max_tries):\n tries = 0\n command = 'update'\n while tries < max_tries:\n if command == 'update':\n rc, _, tries = call_apt_repeatedly(\n [command], known_error_strings, max_tries - tries,\n offset=tries)\n if rc != 0:\n # abort if update was unsuccessful even after retries\n break\n # move on to the install command if update was successful\n command = 'install'\n\n if command == 'install':\n # any call is considered a try\n tries += 1\n known_error_strings_redo_update = [\n 'Size mismatch',\n 'maybe run apt update',\n 'The following packages cannot be authenticated!',\n 'Unable to locate package',\n ]\n rc, known_error_conditions = \\\\\n call_apt(\n [command] + install_argv,\n known_error_strings + known_error_strings_redo_update)\n if not known_error_conditions:\n if rc != 0:\n # abort if install was unsuccessful\n break\n # move on to the clean command if install was successful\n command = 'clean'\n continue\n\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n # check if update needs to be rerun\n if (\n set(known_error_conditions) &\n set(known_error_strings_redo_update)\n ):\n command = 'update'\n print(\"'apt install' failed and likely requires \" +\n \"'apt update' to run again\")\n # retry with update command\n continue\n\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n if tries < max_tries:\n sleep_time = 5\n print(\"Reinvoke 'apt install' after sleeping %s seconds\" %\n sleep_time)\n sleep(sleep_time)\n # retry install command\n\n if command == 'clean':\n rc, _ = call_apt([command], [])\n break\n\n return rc\n\n\ndef call_apt_repeatedly(argv, known_error_strings, max_tries, offset=0):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * (i + offset)\n print(\"Reinvoke 'apt %s' (%d/%d) after sleeping %s seconds\" %\n (command, i + offset, max_tries + offset, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_apt(argv, known_error_strings)\n if not known_error_conditions:\n # break the loop and return the reported rc\n break\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i + offset\n\n\ndef call_apt(argv, known_error_strings):\n known_error_conditions = []\n\n # some of the used options are not supported in older distros\n # e.g. Ubuntu Wily, Debian Jessie\n cmd = ['apt-get'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n lines = []\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n lines.append(line)\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n if rc and not known_error_conditions:\n print('Invocation failed without any known error condition, '\n 'printing all lines to debug known error detection:')\n for index, line in enumerate(lines):\n print(' ', index + 1, \"'%s'\" % line.rstrip('\\\\n\\\\r'))\n print('None of the following known errors were detected:')\n for index, known_error_string in enumerate(known_error_strings):\n print(' ', index + 1, \"'%s'\" % known_error_string)\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/apt.py 22:04:20 ---> Using cache 22:04:20 ---> a0447ccd2581 22:04:20 Step 19 : RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 22:04:21 ---> Using cache 22:04:21 ---> 93077e2bcafc 22:04:21 Step 20 : RUN echo "2018-09-10 (+0000)" 22:04:21 ---> Using cache 22:04:21 ---> 0d8f614ddc40 22:04:21 Step 21 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:22 ---> Using cache 22:04:22 ---> 34b619a230b8 22:04:22 Step 22 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y devscripts dpkg-dev python3-apt python3-catkin-pkg-modules python3-empy python3-rosdistro-modules python3-yaml 22:04:22 ---> Using cache 22:04:22 ---> 65555292770b 22:04:22 Step 23 : RUN echo "2018-09-10 21:04:08 +0000" 22:04:23 ---> Running in 8114170b7188 22:04:24 2018-09-10 21:04:08 +0000 22:04:24 ---> 25d36169a757 22:04:24 Removing intermediate container 8114170b7188 22:04:24 Step 24 : RUN python3 -u /tmp/wrapper_scripts/apt.py update 22:04:24 ---> Running in 1e2e2a01c06f 22:04:24 Invoking 'apt-get update' 22:04:25 Get:1 http://10.210.9.154/ubuntu/building xenial InRelease [2,856 B] 22:04:25 Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 22:04:25 Hit:3 http://archive.ubuntu.com/ubuntu xenial InRelease 22:04:25 Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] 22:04:25 Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] 22:04:25 Get:6 http://archive.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 22:04:25 Get:7 http://10.210.9.154/ubuntu/building xenial/main amd64 Packages [147 kB] 22:04:25 Hit:8 http://packages.ros.org/ros/ubuntu xenial InRelease 22:04:25 Get:9 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [707 kB] 22:04:25 Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [278 kB] 22:04:25 Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1,097 kB] 22:04:25 Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [879 kB] 22:04:26 Fetched 3,540 kB in 1s (2,977 kB/s) 22:04:27 Reading package lists... 22:04:27 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:27 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:27 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:27 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:27 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) 22:04:27 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:27 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:27 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:27 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:28 ---> 66b9bdbca193 22:04:28 Removing intermediate container 1e2e2a01c06f 22:04:28 Step 25 : USER buildfarm 22:04:29 ---> Running in fc23fb535d5a 22:04:29 ---> d8b5f4b3309b 22:04:29 Removing intermediate container fc23fb535d5a 22:04:29 Step 26 : ENTRYPOINT sh -c 22:04:29 ---> Running in 80d96d237b3b 22:04:29 ---> 33143cc556b0 22:04:29 Removing intermediate container 80d96d237b3b 22:04:29 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 simple_description --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py kinetic simple_description --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 simple_description ubuntu xenial amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --distribution-repository-key-files /tmp/keys/0.key /tmp/keys/1.key --binarydeb-dir /tmp/binarydeb --dockerfile-dir /tmp/docker_build_binarydeb 22:04:29 ---> Running in 7751fb94693e 22:04:30 ---> aa83b899d417 22:04:30 Removing intermediate container 7751fb94693e 22:04:30 Successfully built aa83b899d417 22:04:30 + echo # END SECTION 22:04:30 # END SECTION
22:04:30 + echo # BEGIN SECTION: Run Dockerfile - binarydeb task
11. Run Dockerfile - binarydeb task

Hide Details

22:04:30 # BEGIN SECTION: Run Dockerfile - binarydeb task 22:04:30 + [ -f /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/binarydeb ] 22:04:30 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/binarydeb 22:04:30 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/docker_build_binarydeb 22:04:30 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/binarydeb 22:04:30 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/docker_build_binarydeb 22:04:30 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/docker_generating_docker/docker.cid -e=TRAVIS= -e=ROS_BUILDFARM_PULL_REQUEST_BRANCH= -v /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/workspace/Kbin_uX64__simple_description__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_simple_description
11.1. get sourcedeb

Hide Details

22:04:30 # BEGIN SUBSECTION: get sourcedeb 22:04:40 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:40 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:40 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:40 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:40 Invoking '/usr/bin/python3 /tmp/ros_buildfarm/ros_buildfarm/wrapper/apt.py source --download-only --only-source ros-kinetic-simple-description=0.0.3-0xenial' 22:04:42 Invoking 'apt-get source --download-only --only-source ros-kinetic-simple-description=0.0.3-0xenial' 22:04:42 Reading package lists... 22:04:42 Need to get 5,583 B of source archives. 22:04:42 Get:1 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-simple-description 0.0.3-0xenial (dsc) [1,032 B] 22:04:42 Get:2 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-simple-description 0.0.3-0xenial (tar) [2,735 B] 22:04:42 Get:3 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-simple-description 0.0.3-0xenial (diff) [1,816 B] 22:04:42 Fetched 5,583 B in 0s (0 B/s) 22:04:42 Download complete and in download only mode 22:04:42 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:42 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:42 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:42 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:42 Invoking 'dpkg-source -x ros-kinetic-simple-description_0.0.3-0xenial.dsc' 22:04:42 dpkg-source: warning: extracting unsigned source package (ros-kinetic-simple-description_0.0.3-0xenial.dsc) 22:04:42 dpkg-source: info: extracting ros-kinetic-simple-description in ros-kinetic-simple-description-0.0.3 22:04:42 dpkg-source: info: unpacking ros-kinetic-simple-description_0.0.3.orig.tar.gz 22:04:42 dpkg-source: info: unpacking ros-kinetic-simple-description_0.0.3-0xenial.debian.tar.xz 22:04:42 Package maintainer emails: mfernandezcarmona@lincoln.ac.uk 22:04:42 # END SUBSECTION
11.2. append build timestamp

Hide Details

22:04:42 # BEGIN SUBSECTION: append build timestamp 22:04:42 dpkg-parsechangelog: warning: debian/changelog(l5): found trailer where expected start of change data 22:04:42 LINE: -- Manuel Fernandez <mfernandezcarmona@lincoln.ac.uk> Wed, 22 Aug 2018 00:00:00 -0000 22:04:42 Invoking 'debchange -v 0.0.3-0xenial-20180910-210442+0000 -p -D xenial -u high -m Append timestamp when binarydeb was built.' in '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:04:43 debchange: warning: debian/changelog(l5): found trailer where expected start of change data 22:04:43 LINE: -- Manuel Fernandez <mfernandezcarmona@lincoln.ac.uk> Wed, 22 Aug 2018 00:00:00 -0000 22:04:43 # END SUBSECTION
22:04:46 Looking for the '.dsc' file of package 'ros-kinetic-simple-description' with version '0.0.3-0' 22:04:48 Using the following distribution repositories: 22:04:48 http://10.210.9.154/ubuntu/building (/tmp/keys/0.key) 22:04:48 http://packages.ros.org/ros/ubuntu (/tmp/keys/1.key) 22:04:48 Generating Dockerfile '/tmp/docker_build_binarydeb/Dockerfile': 22:04:48 # generated from release/binarydeb_task.Dockerfile.em 22:04:48 22:04:48 22:04:48 FROM ubuntu:xenial 22:04:48 22:04:48 VOLUME ["/var/cache/apt/archives"] 22:04:48 22:04:48 ENV DEBIAN_FRONTEND noninteractive 22:04:48 22:04:48 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:48 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:04:48 RUN locale-gen en_US.UTF-8 22:04:48 ENV LANG en_US.UTF-8 22:04:48 ENV TZ GMT+00 22:04:48 22:04:48 RUN useradd -u 1002 -m buildfarm 22:04:48 22:04:48 22:04:48 RUN mkdir /tmp/keys 22:04:48 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 22:04:48 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:04:48 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:48 RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:48 22:04:48 RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:04:48 22:04:48 RUN mkdir /tmp/wrapper_scripts 22:04:48 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Hash Sum mismatch',\n 'Unable to locate package',\n 'is not what the server reported',\n ]\n\n command = argv[0]\n if command in ['update', 'source']:\n rc, _, _ = call_apt_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n elif command == 'update-install-clean':\n return call_apt_update_install_clean(\n argv[1:], known_error_strings, max_tries)\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_apt_update_install_clean(\n install_argv, known_error_strings, max_tries):\n tries = 0\n command = 'update'\n while tries < max_tries:\n if command == 'update':\n rc, _, tries = call_apt_repeatedly(\n [command], known_error_strings, max_tries - tries,\n offset=tries)\n if rc != 0:\n # abort if update was unsuccessful even after retries\n break\n # move on to the install command if update was successful\n command = 'install'\n\n if command == 'install':\n # any call is considered a try\n tries += 1\n known_error_strings_redo_update = [\n 'Size mismatch',\n 'maybe run apt update',\n 'The following packages cannot be authenticated!',\n 'Unable to locate package',\n ]\n rc, known_error_conditions = \\\\\n call_apt(\n [command] + install_argv,\n known_error_strings + known_error_strings_redo_update)\n if not known_error_conditions:\n if rc != 0:\n # abort if install was unsuccessful\n break\n # move on to the clean command if install was successful\n command = 'clean'\n continue\n\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n # check if update needs to be rerun\n if (\n set(known_error_conditions) &\n set(known_error_strings_redo_update)\n ):\n command = 'update'\n print(\"'apt install' failed and likely requires \" +\n \"'apt update' to run again\")\n # retry with update command\n continue\n\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n if tries < max_tries:\n sleep_time = 5\n print(\"Reinvoke 'apt install' after sleeping %s seconds\" %\n sleep_time)\n sleep(sleep_time)\n # retry install command\n\n if command == 'clean':\n rc, _ = call_apt([command], [])\n break\n\n return rc\n\n\ndef call_apt_repeatedly(argv, known_error_strings, max_tries, offset=0):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * (i + offset)\n print(\"Reinvoke 'apt %s' (%d/%d) after sleeping %s seconds\" %\n (command, i + offset, max_tries + offset, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_apt(argv, known_error_strings)\n if not known_error_conditions:\n # break the loop and return the reported rc\n break\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i + offset\n\n\ndef call_apt(argv, known_error_strings):\n known_error_conditions = []\n\n # some of the used options are not supported in older distros\n # e.g. Ubuntu Wily, Debian Jessie\n cmd = ['apt-get'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n lines = []\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n lines.append(line)\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n if rc and not known_error_conditions:\n print('Invocation failed without any known error condition, '\n 'printing all lines to debug known error detection:')\n for index, line in enumerate(lines):\n print(' ', index + 1, \"'%s'\" % line.rstrip('\\\\n\\\\r'))\n print('None of the following known errors were detected:')\n for index, known_error_string in enumerate(known_error_strings):\n print(' ', index + 1, \"'%s'\" % known_error_string)\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/apt.py 22:04:48 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 22:04:48 22:04:48 # automatic invalidation once every day 22:04:48 RUN echo "2018-09-10 (+0000)" 22:04:48 22:04:48 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:48 22:04:48 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 22:04:48 22:04:48 # for each dependency: echo version, apt update, apt install, apt clean 22:04:48 RUN echo "apt-src: 0.25.1-0.2" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes apt-src 22:04:48 RUN echo "debhelper: 10.2.2ubuntu1~ubuntu16.04.1" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes debhelper 22:04:48 RUN echo "ros-kinetic-catkin: 0.7.14-0xenial-20180809-132632-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-catkin 22:04:48 22:04:48 USER buildfarm 22:04:48 ENTRYPOINT ["sh", "-c"] 22:04:48 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py kinetic simple_description --sourcedeb-dir /tmp/binarydeb"] 22:04:48 Mount the following volumes when running the container: 22:04:48 -v /tmp/ros_buildfarm:/tmp/ros_buildfarm:ro 22:04:48 -v /tmp/binarydeb:/tmp/binarydeb 22:04:49 + echo # END SECTION 22:04:49 # END SECTION
22:04:49 [Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson450241127994187552.sh 22:04:49 + sleep 1 22:04:49 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 24695 --cid-file /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid 22:04:50 + echo # BEGIN SECTION: Build Dockerfile - build binarydeb
12. Build Dockerfile - build binarydeb

Hide Details

22:04:50 # BEGIN SECTION: Build Dockerfile - build binarydeb 22:04:50 + cd /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/docker_build_binarydeb 22:04:50 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 22:04:50 Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial 22:04:50 Check docker base image for updates: docker pull ubuntu:xenial 22:04:51 xenial: Pulling from library/ubuntu 22:04:51 Digest: sha256:f53ee6c26fed293a1faaad6cb83713ce9289e4a38a9ea7e0d78c156fa1022e75 22:04:51 Status: Image is up to date for ubuntu:xenial 22:04:51 + docker build --force-rm -t binarydeb_build.kinetic_ubuntu_xenial_amd64_simple_description . 22:04:51 Sending build context to Docker daemon 18.43 kB Sending build context to Docker daemon 18.43 kB 22:04:51 Step 1 : FROM ubuntu:xenial 22:04:51 ---> 2b9623518fa2 22:04:51 Step 2 : VOLUME /var/cache/apt/archives 22:04:56 ---> Using cache 22:04:56 ---> 3e4a27c7e3d3 22:04:56 Step 3 : ENV DEBIAN_FRONTEND noninteractive 22:04:56 ---> Using cache 22:04:56 ---> c5a421a14e47 22:04:56 Step 4 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:57 ---> Using cache 22:04:57 ---> 7b657d0e1e35 22:04:57 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:04:57 ---> Using cache 22:04:57 ---> e274a23f1d8b 22:04:57 Step 6 : RUN locale-gen en_US.UTF-8 22:04:58 ---> Using cache 22:04:58 ---> 8c3092b0f60f 22:04:58 Step 7 : ENV LANG en_US.UTF-8 22:04:58 ---> Using cache 22:04:58 ---> 68fb9f8652d3 22:04:58 Step 8 : ENV TZ GMT+00 22:04:59 ---> Using cache 22:04:59 ---> bf665c18a0d4 22:04:59 Step 9 : RUN useradd -u 1002 -m buildfarm 22:04:59 ---> Using cache 22:04:59 ---> d1ab90eb1a70 22:04:59 Step 10 : RUN mkdir /tmp/keys 22:05:00 ---> Using cache 22:05:00 ---> 5317ab60e2b4 22:05:00 Step 11 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 22:05:01 ---> Using cache 22:05:01 ---> d9609b11b449 22:05:01 Step 12 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:05:01 ---> Using cache 22:05:01 ---> fe495151ecac 22:05:01 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:05:02 ---> Using cache 22:05:02 ---> e9e250a02f91 22:05:02 Step 14 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:05:03 ---> Using cache 22:05:03 ---> dd5132b699e8 22:05:03 Step 15 : RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:05:03 ---> Using cache 22:05:03 ---> 8366f673985d 22:05:03 Step 16 : RUN mkdir /tmp/wrapper_scripts 22:05:04 ---> Using cache 22:05:04 ---> afdc100f46e3 22:05:04 Step 17 : RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Hash Sum mismatch',\n 'Unable to locate package',\n 'is not what the server reported',\n ]\n\n command = argv[0]\n if command in ['update', 'source']:\n rc, _, _ = call_apt_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n elif command == 'update-install-clean':\n return call_apt_update_install_clean(\n argv[1:], known_error_strings, max_tries)\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_apt_update_install_clean(\n install_argv, known_error_strings, max_tries):\n tries = 0\n command = 'update'\n while tries < max_tries:\n if command == 'update':\n rc, _, tries = call_apt_repeatedly(\n [command], known_error_strings, max_tries - tries,\n offset=tries)\n if rc != 0:\n # abort if update was unsuccessful even after retries\n break\n # move on to the install command if update was successful\n command = 'install'\n\n if command == 'install':\n # any call is considered a try\n tries += 1\n known_error_strings_redo_update = [\n 'Size mismatch',\n 'maybe run apt update',\n 'The following packages cannot be authenticated!',\n 'Unable to locate package',\n ]\n rc, known_error_conditions = \\\\\n call_apt(\n [command] + install_argv,\n known_error_strings + known_error_strings_redo_update)\n if not known_error_conditions:\n if rc != 0:\n # abort if install was unsuccessful\n break\n # move on to the clean command if install was successful\n command = 'clean'\n continue\n\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n # check if update needs to be rerun\n if (\n set(known_error_conditions) &\n set(known_error_strings_redo_update)\n ):\n command = 'update'\n print(\"'apt install' failed and likely requires \" +\n \"'apt update' to run again\")\n # retry with update command\n continue\n\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n if tries < max_tries:\n sleep_time = 5\n print(\"Reinvoke 'apt install' after sleeping %s seconds\" %\n sleep_time)\n sleep(sleep_time)\n # retry install command\n\n if command == 'clean':\n rc, _ = call_apt([command], [])\n break\n\n return rc\n\n\ndef call_apt_repeatedly(argv, known_error_strings, max_tries, offset=0):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * (i + offset)\n print(\"Reinvoke 'apt %s' (%d/%d) after sleeping %s seconds\" %\n (command, i + offset, max_tries + offset, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_apt(argv, known_error_strings)\n if not known_error_conditions:\n # break the loop and return the reported rc\n break\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i + offset\n\n\ndef call_apt(argv, known_error_strings):\n known_error_conditions = []\n\n # some of the used options are not supported in older distros\n # e.g. Ubuntu Wily, Debian Jessie\n cmd = ['apt-get'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n lines = []\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n lines.append(line)\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n if rc and not known_error_conditions:\n print('Invocation failed without any known error condition, '\n 'printing all lines to debug known error detection:')\n for index, line in enumerate(lines):\n print(' ', index + 1, \"'%s'\" % line.rstrip('\\\\n\\\\r'))\n print('None of the following known errors were detected:')\n for index, known_error_string in enumerate(known_error_strings):\n print(' ', index + 1, \"'%s'\" % known_error_string)\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/apt.py 22:05:04 ---> Using cache 22:05:04 ---> f80508503f22 22:05:04 Step 18 : RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 22:05:05 ---> Using cache 22:05:05 ---> 606b6ef3bb99 22:05:05 Step 19 : RUN echo "2018-09-10 (+0000)" 22:05:06 ---> Using cache 22:05:06 ---> ff735de99bc7 22:05:06 Step 20 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:05:06 ---> Using cache 22:05:06 ---> 806687b15577 22:05:06 Step 21 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 22:05:07 ---> Using cache 22:05:07 ---> 9f09e41bef67 22:05:07 Step 22 : RUN echo "apt-src: 0.25.1-0.2" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes apt-src 22:05:07 ---> Using cache 22:05:07 ---> 8d896cddadfc 22:05:07 Step 23 : RUN echo "debhelper: 10.2.2ubuntu1~ubuntu16.04.1" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes debhelper 22:05:08 ---> Using cache 22:05:08 ---> 94aedc96722d 22:05:08 Step 24 : RUN echo "ros-kinetic-catkin: 0.7.14-0xenial-20180809-132632-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-catkin 22:05:08 ---> Using cache 22:05:08 ---> 8de09b5c988e 22:05:08 Step 25 : USER buildfarm 22:05:09 ---> Using cache 22:05:09 ---> a4eb90b3f23a 22:05:09 Step 26 : ENTRYPOINT sh -c 22:05:09 ---> Using cache 22:05:09 ---> 8a4075ca31a0 22:05:09 Step 27 : CMD PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py kinetic simple_description --sourcedeb-dir /tmp/binarydeb 22:05:10 ---> Running in 9b7704ece8ca 22:05:11 ---> 37d743a96b2a 22:05:11 Removing intermediate container 9b7704ece8ca 22:05:11 Successfully built 37d743a96b2a 22:05:11 + echo # END SECTION 22:05:11 # END SECTION
22:05:11 + echo # BEGIN SECTION: Run Dockerfile - build binarydeb
13. Run Dockerfile - build binarydeb

Hide Details

22:05:11 # BEGIN SECTION: Run Dockerfile - build binarydeb 22:05:11 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid -e=HOME= -e=TRAVIS= --net=host -v /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/.ccache:/home/buildfarm/.ccache binarydeb_build.kinetic_ubuntu_xenial_amd64_simple_description
13.1. build binarydeb

Hide Details

22:05:11 # BEGIN SUBSECTION: build binarydeb 22:05:11 Package 'ros-kinetic-simple-description' version: 0.0.3-0xenial-20180910-210442+0000 22:05:11 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:05:11 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:05:11 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:05:11 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:05:14 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:05:14 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:05:14 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:05:14 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:05:14 Invoking 'apt-src build ros-kinetic-simple-description' in '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:14 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:05:14 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:05:14 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:05:14 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:05:16 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:05:16 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:05:16 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:05:16 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:05:16 I: Building in /tmp/binarydeb/ros-kinetic-simple-description-0.0.3 .. 22:05:17 dpkg-buildpackage: source package ros-kinetic-simple-description 22:05:17 dpkg-buildpackage: source version 0.0.3-0xenial-20180910-210442+0000 22:05:17 dpkg-buildpackage: source distribution xenial 22:05:17 dpkg-buildpackage: source changed by Manuel Fernandez <mfernandezcarmona@lincoln.ac.uk> 22:05:17 dpkg-source --before-build ros-kinetic-simple-description-0.0.3 22:05:17 dpkg-buildpackage: host architecture amd64 22:05:17 dpkg-source: info: using options from ros-kinetic-simple-description-0.0.3/debian/source/options: --auto-commit 22:05:17 fakeroot debian/rules clean 22:05:18 dh clean -v --buildsystem=cmake 22:05:18 dh_testdir -O-v -O--buildsystem=cmake 22:05:18 dh_auto_clean -O-v -O--buildsystem=cmake 22:05:18 dh_clean -O-v -O--buildsystem=cmake 22:05:18 rm -f debian/debhelper-build-stamp 22:05:18 rm -f debian/ros-kinetic-simple-description.substvars 22:05:18 rm -f debian/ros-kinetic-simple-description.*.debhelper 22:05:18 rm -rf debian/ros-kinetic-simple-description/ 22:05:18 rm -rf debian/.debhelper/ 22:05:18 rm -f debian/*.debhelper.log 22:05:18 rm -f debian/files 22:05:18 find . \( \( \ 22:05:18 \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \ 22:05:18 \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ 22:05:18 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ 22:05:18 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ 22:05:18 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ 22:05:18 \) -exec rm -f {} + \) -o \ 22:05:18 \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) 22:05:18 rm -f *-stamp 22:05:18 debian/rules build 22:05:18 dh build -v --buildsystem=cmake 22:05:18 dh_testdir -O-v -O--buildsystem=cmake 22:05:18 dh_update_autotools_config -O-v -O--buildsystem=cmake 22:05:18 debian/rules override_dh_auto_configure 22:05:18 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:18 # In case we're installing to a non-standard location, look for a setup.sh 22:05:18 # in the install tree that was dropped by catkin, and source it. It will 22:05:18 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:05:18 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:05:18 dh_auto_configure -- \ 22:05:18 -DCATKIN_BUILD_BINARY_PACKAGE="1" \ 22:05:18 -DCMAKE_INSTALL_PREFIX="/opt/ros/kinetic" \ 22:05:18 -DCMAKE_PREFIX_PATH="/opt/ros/kinetic" 22:05:18 mkdir -p obj-x86_64-linux-gnu 22:05:18 cd obj-x86_64-linux-gnu 22:05:18 cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCATKIN_BUILD_BINARY_PACKAGE=1 -DCMAKE_INSTALL_PREFIX=/opt/ros/kinetic -DCMAKE_PREFIX_PATH=/opt/ros/kinetic 22:05:19 -- The C compiler identification is GNU 5.4.0 22:05:19 -- The CXX compiler identification is GNU 5.4.0 22:05:19 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc 22:05:19 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc -- works 22:05:19 -- Detecting C compiler ABI info 22:05:19 -- Detecting C compiler ABI info - done 22:05:19 -- Detecting C compile features 22:05:20 -- Detecting C compile features - done 22:05:20 -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ 22:05:20 -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ -- works 22:05:20 -- Detecting CXX compiler ABI info 22:05:21 -- Detecting CXX compiler ABI info - done 22:05:21 -- Detecting CXX compile features 22:05:22 -- Detecting CXX compile features - done 22:05:22 -- Using CATKIN_DEVEL_PREFIX: /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu/devel 22:05:22 -- Using CMAKE_PREFIX_PATH: /opt/ros/kinetic 22:05:22 -- This workspace overlays: /opt/ros/kinetic 22:05:22 -- Found PythonInterp: /usr/bin/python (found version "2.7.12") 22:05:22 -- Using PYTHON_EXECUTABLE: /usr/bin/python 22:05:22 -- Using Debian Python package layout 22:05:22 -- Using empy: /usr/bin/empy 22:05:22 -- Using CATKIN_ENABLE_TESTING: ON 22:05:22 -- Skip enable_testing() when building binary package 22:05:22 -- Using CATKIN_TEST_RESULTS_DIR: /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu/test_results 22:05:22 -- Found gmock sources under '/usr/src/gmock': gmock will be built 22:05:22 -- Looking for pthread.h 22:05:22 -- Looking for pthread.h - found 22:05:22 -- Looking for pthread_create 22:05:22 -- Looking for pthread_create - not found 22:05:22 -- Looking for pthread_create in pthreads 22:05:22 -- Looking for pthread_create in pthreads - not found 22:05:22 -- Looking for pthread_create in pthread 22:05:22 -- Looking for pthread_create in pthread - found 22:05:22 -- Found Threads: TRUE 22:05:22 -- Found gtest sources under '/usr/src/gmock': gtests will be built 22:05:22 -- Using Python nosetests: /usr/bin/nosetests-2.7 22:05:23 -- catkin 0.7.14 22:05:23 -- Configuring done 22:05:23 -- Generating done 22:05:23 -- Build files have been written to: /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu 22:05:23 CMake Warning: 22:05:23 Manually-specified variables were not used by the project: 22:05:23 22:05:23 CMAKE_INSTALL_LOCALSTATEDIR 22:05:23 CMAKE_INSTALL_SYSCONFDIR 22:05:23 22:05:23 22:05:23 cd /tmp/binarydeb/ros-kinetic-simple-description-0.0.3 22:05:23 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:23 debian/rules override_dh_auto_build 22:05:23 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:23 # In case we're installing to a non-standard location, look for a setup.sh 22:05:23 # in the install tree that was dropped by catkin, and source it. It will 22:05:23 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:05:23 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:05:23 dh_auto_build 22:05:23 cd obj-x86_64-linux-gnu 22:05:23 make -j1 22:05:23 make[2]: Entering directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu' 22:05:23 /usr/bin/cmake -H/tmp/binarydeb/ros-kinetic-simple-description-0.0.3 -B/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 22:05:23 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu/CMakeFiles/progress.marks 22:05:23 make -f CMakeFiles/Makefile2 all 22:05:23 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu' 22:05:23 make[3]: Nothing to be done for 'all'. 22:05:23 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu' 22:05:23 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu/CMakeFiles 0 22:05:23 make[2]: Leaving directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu' 22:05:23 cd /tmp/binarydeb/ros-kinetic-simple-description-0.0.3 22:05:23 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:23 debian/rules override_dh_auto_test 22:05:23 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:23 # In case we're installing to a non-standard location, look for a setup.sh 22:05:23 # in the install tree that was dropped by catkin, and source it. It will 22:05:23 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:05:23 echo -- Running tests. Even if one of them fails the build is not canceled. 22:05:23 -- Running tests. Even if one of them fails the build is not canceled. 22:05:23 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:05:23 dh_auto_test || true 22:05:24 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:24 fakeroot debian/rules binary 22:05:24 dh binary -v --buildsystem=cmake 22:05:25 dh_testroot -O-v -O--buildsystem=cmake 22:05:25 dh_prep -O-v -O--buildsystem=cmake 22:05:25 rm -f debian/ros-kinetic-simple-description.substvars 22:05:25 rm -f debian/ros-kinetic-simple-description.*.debhelper 22:05:25 rm -rf debian/ros-kinetic-simple-description/ 22:05:25 dh_installdirs -O-v -O--buildsystem=cmake 22:05:25 install -d debian/ros-kinetic-simple-description 22:05:25 debian/rules override_dh_auto_install 22:05:25 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:25 # In case we're installing to a non-standard location, look for a setup.sh 22:05:25 # in the install tree that was dropped by catkin, and source it. It will 22:05:25 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:05:25 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:05:25 dh_auto_install 22:05:26 cd obj-x86_64-linux-gnu 22:05:26 make -j1 install DESTDIR=/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/debian/ros-kinetic-simple-description AM_UPDATE_INFO_DIR=no 22:05:26 make[2]: Entering directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu' 22:05:26 /usr/bin/cmake -H/tmp/binarydeb/ros-kinetic-simple-description-0.0.3 -B/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 22:05:26 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu/CMakeFiles/progress.marks 22:05:26 make -f CMakeFiles/Makefile2 all 22:05:26 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu' 22:05:26 make[3]: Nothing to be done for 'all'. 22:05:26 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu' 22:05:26 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu/CMakeFiles 0 22:05:26 make -f CMakeFiles/Makefile2 preinstall 22:05:26 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu' 22:05:26 make[3]: Nothing to be done for 'preinstall'. 22:05:26 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu' 22:05:26 Install the project... 22:05:26 /usr/bin/cmake -P cmake_install.cmake 22:05:26 -- Install configuration: "None" 22:05:26 -- Installing: /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/debian/ros-kinetic-simple-description/opt/ros/kinetic/lib/pkgconfig/simple_description.pc 22:05:26 -- Installing: /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/debian/ros-kinetic-simple-description/opt/ros/kinetic/share/simple_description/cmake/simple_descriptionConfig.cmake 22:05:26 -- Installing: /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/debian/ros-kinetic-simple-description/opt/ros/kinetic/share/simple_description/cmake/simple_descriptionConfig-version.cmake 22:05:26 -- Installing: /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/debian/ros-kinetic-simple-description/opt/ros/kinetic/share/simple_description/package.xml 22:05:26 -- Installing: /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/debian/ros-kinetic-simple-description/opt/ros/kinetic/share/simple_description/urdf 22:05:26 -- Installing: /tmp/binarydeb/ros-kinetic-simple-description-0.0.3/debian/ros-kinetic-simple-description/opt/ros/kinetic/share/simple_description/urdf/simple.urdf.xacro 22:05:26 make[2]: Leaving directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu' 22:05:26 cd /tmp/binarydeb/ros-kinetic-simple-description-0.0.3 22:05:26 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:26 dh_install -O-v -O--buildsystem=cmake 22:05:26 dh_installdocs -O-v -O--buildsystem=cmake 22:05:26 install -d debian/ros-kinetic-simple-description/usr/share/doc/ros-kinetic-simple-description 22:05:26 dh_installchangelogs -O-v -O--buildsystem=cmake 22:05:26 install -p -m0644 debian/changelog debian/ros-kinetic-simple-description/usr/share/doc/ros-kinetic-simple-description/changelog.Debian 22:05:26 dh_installexamples -O-v -O--buildsystem=cmake 22:05:26 dh_installman -O-v -O--buildsystem=cmake 22:05:27 dh_installcatalogs -O-v -O--buildsystem=cmake 22:05:27 dh_installcron -O-v -O--buildsystem=cmake 22:05:27 dh_installdebconf -O-v -O--buildsystem=cmake 22:05:27 install -d debian/ros-kinetic-simple-description/DEBIAN 22:05:27 dh_installemacsen -O-v -O--buildsystem=cmake 22:05:27 dh_installifupdown -O-v -O--buildsystem=cmake 22:05:27 dh_installinfo -O-v -O--buildsystem=cmake 22:05:27 dh_installinit -O-v -O--buildsystem=cmake 22:05:28 dh_installmenu -O-v -O--buildsystem=cmake 22:05:28 dh_installmime -O-v -O--buildsystem=cmake 22:05:28 dh_installmodules -O-v -O--buildsystem=cmake 22:05:28 dh_installlogcheck -O-v -O--buildsystem=cmake 22:05:28 dh_installlogrotate -O-v -O--buildsystem=cmake 22:05:28 dh_installpam -O-v -O--buildsystem=cmake 22:05:28 dh_installppp -O-v -O--buildsystem=cmake 22:05:28 dh_installudev -O-v -O--buildsystem=cmake 22:05:28 dh_installgsettings -O-v -O--buildsystem=cmake 22:05:28 dh_bugfiles -O-v -O--buildsystem=cmake 22:05:28 dh_ucf -O-v -O--buildsystem=cmake 22:05:29 dh_lintian -O-v -O--buildsystem=cmake 22:05:29 dh_gconf -O-v -O--buildsystem=cmake 22:05:29 dh_icons -O-v -O--buildsystem=cmake 22:05:29 dh_perl -O-v -O--buildsystem=cmake 22:05:29 dh_usrlocal -O-v -O--buildsystem=cmake 22:05:29 dh_link -O-v -O--buildsystem=cmake 22:05:29 dh_installwm -O-v -O--buildsystem=cmake 22:05:29 dh_installxfonts -O-v -O--buildsystem=cmake 22:05:29 dh_strip_nondeterminism -O-v -O--buildsystem=cmake 22:05:30 dh_compress -O-v -O--buildsystem=cmake 22:05:30 cd debian/ros-kinetic-simple-description 22:05:30 chmod a-x usr/share/doc/ros-kinetic-simple-description/changelog.Debian 22:05:30 gzip -9nf usr/share/doc/ros-kinetic-simple-description/changelog.Debian 22:05:30 cd '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:30 dh_fixperms -O-v -O--buildsystem=cmake 22:05:30 find debian/ros-kinetic-simple-description -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 22:05:30 find debian/ros-kinetic-simple-description ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s 22:05:30 find debian/ros-kinetic-simple-description/usr/share/doc -type f ! -regex 'debian/ros-kinetic-simple-description/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 22:05:30 find debian/ros-kinetic-simple-description/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 0755 22:05:30 find debian/ros-kinetic-simple-description/usr/share/man debian/ros-kinetic-simple-description/usr/man/ debian/ros-kinetic-simple-description/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 0644 22:05:30 find debian/ros-kinetic-simple-description/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 0644 22:05:30 find debian/ros-kinetic-simple-description/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 0644 22:05:30 find debian/ros-kinetic-simple-description/usr/lib/x86_64-linux-gnu/perl5/5.22 debian/ros-kinetic-simple-description/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X 22:05:30 find debian/ros-kinetic-simple-description -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 0644 22:05:30 find debian/ros-kinetic-simple-description/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w 22:05:30 dh_strip -O-v -O--buildsystem=cmake 22:05:30 dh_makeshlibs -O-v -O--buildsystem=cmake 22:05:30 rm -f debian/ros-kinetic-simple-description/DEBIAN/shlibs 22:05:30 debian/rules override_dh_shlibdeps 22:05:30 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:30 # In case we're installing to a non-standard location, look for a setup.sh 22:05:30 # in the install tree that was dropped by catkin, and source it. It will 22:05:30 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:05:30 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:05:30 dh_shlibdeps -l/tmp/binarydeb/ros-kinetic-simple-description-0.0.3/debian/ros-kinetic-simple-description//opt/ros/kinetic/lib/ 22:05:30 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-simple-description-0.0.3' 22:05:30 dh_installdeb -O-v -O--buildsystem=cmake 22:05:30 dh_gencontrol -O-v -O--buildsystem=cmake 22:05:30 echo misc:Depends= >> debian/ros-kinetic-simple-description.substvars 22:05:30 echo misc:Pre-Depends= >> debian/ros-kinetic-simple-description.substvars 22:05:30 dpkg-gencontrol -pros-kinetic-simple-description -ldebian/changelog -Tdebian/ros-kinetic-simple-description.substvars -Pdebian/ros-kinetic-simple-description 22:05:30 dpkg-gencontrol: warning: Depends field of package ros-kinetic-simple-description: unknown substitution variable ${shlibs:Depends} 22:05:31 chmod 0644 debian/ros-kinetic-simple-description/DEBIAN/control 22:05:31 chown 0:0 debian/ros-kinetic-simple-description/DEBIAN/control 22:05:31 dh_md5sums -O-v -O--buildsystem=cmake 22:05:31 (cd debian/ros-kinetic-simple-description >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null 22:05:31 chmod 0644 debian/ros-kinetic-simple-description/DEBIAN/md5sums 22:05:31 chown 0:0 debian/ros-kinetic-simple-description/DEBIAN/md5sums 22:05:31 dh_builddeb -O-v -O--buildsystem=cmake 22:05:31 dpkg-deb --build debian/ros-kinetic-simple-description .. 22:05:31 dpkg-deb: building package 'ros-kinetic-simple-description' in '../ros-kinetic-simple-description_0.0.3-0xenial-20180910-210442+0000_amd64.deb'. 22:05:33 dpkg-genchanges -b >../ros-kinetic-simple-description_0.0.3-0xenial-20180910-210442+0000_amd64.changes 22:05:34 dpkg-genchanges: warning: debian/changelog(l11): found trailer where expected start of change data 22:05:34 LINE: -- Manuel Fernandez <mfernandezcarmona@lincoln.ac.uk> Wed, 22 Aug 2018 00:00:00 -0000 22:05:34 dpkg-genchanges: binary-only upload (no source code included) 22:05:34 dpkg-source --after-build ros-kinetic-simple-description-0.0.3 22:05:34 dpkg-source: info: using options from ros-kinetic-simple-description-0.0.3/debian/source/options: --auto-commit 22:05:34 dpkg-buildpackage: binary-only upload (no source included) 22:05:34 I: Successfully built in /tmp/binarydeb/ros-kinetic-simple-description-0.0.3 22:05:34 # END SUBSECTION
22:05:36 + echo # END SECTION 22:05:36 # END SECTION
22:05:36 [Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson7837944935347234766.sh 22:05:36 + [ false = false ] 22:05:36 + echo # BEGIN SECTION: Clean up to save disk space on slaves
14. Clean up to save disk space on slaves

Hide Details

22:05:36 # BEGIN SECTION: Clean up to save disk space on slaves 22:05:36 + chmod -R u+w /home/jenkins-slave/workspace/Kbin_uX64__simple_description__ubuntu_xenial_amd64__binary/binarydeb 22:05:36 + rm -fr binarydeb/ros-kinetic-simple-description-0.0.3/CHANGELOG.rst binarydeb/ros-kinetic-simple-description-0.0.3/CMakeLists.txt binarydeb/ros-kinetic-simple-description-0.0.3/debian binarydeb/ros-kinetic-simple-description-0.0.3/launch binarydeb/ros-kinetic-simple-description-0.0.3/obj-x86_64-linux-gnu binarydeb/ros-kinetic-simple-description-0.0.3/package.xml binarydeb/ros-kinetic-simple-description-0.0.3/urdf 22:05:36 + echo # END SECTION 22:05:36 # END SECTION
22:05:36 SSH: Connecting from host [lcas-buildfarm-slave-3] 22:05:36 SSH: Connecting with configuration [repo] ... 22:05:38 SSH: Disconnecting configuration [repo] ... 22:05:38 SSH: Transferred 2 file(s) 22:05:38 Build step 'Send files or execute commands over SSH' changed build result to SUCCESS 22:05:38 Waiting for the completion of Krel_import-package 22:05:40 Krel_import-package #3186 completed. Result was SUCCESS 22:05:40 $ ssh-agent -k 22:05:40 unset SSH_AUTH_SOCK; 22:05:40 unset SSH_AGENT_PID; 22:05:40 echo Agent pid 21471 killed; 22:05:40 [ssh-agent] Stopped. 22:05:40 [description-setter] Description set: 0.0.3-0xenial-20180910-210442+0000 22:05:41 Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered 22:05:41 Triggering a new build of Krel_sync-packages-to-testing_xenial_amd64 22:05:41 Triggering a new build of Kbin_uX64__depth_sensors__ubuntu_xenial_amd64__binary 22:05:41 Finished: SUCCESS