SuccessConsole Output

01:41:30 Started by upstream project "Ksrc_uX__twitter_bootstrap__ubuntu_xenial__source" build number 4
01:41:30 originally caused by:
01:41:30  Started by upstream project "Krel_trigger-jobs" build number 42951
01:41:30  originally caused by:
01:41:30   Started by user Admin
01:41:30 Building remotely on build client 1 (slave buildslave indigo_devel_default) in workspace /home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary
01:41:30 [ssh-agent] Looking for ssh-agent implementation...
01:41:30 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
01:41:30 $ ssh-agent
01:41:30 SSH_AUTH_SOCK=/tmp/ssh-5g5zF4agUTkg/agent.17398
01:41:30 SSH_AGENT_PID=17400
01:41:30 [ssh-agent] Started.
01:41:31 $ ssh-add /home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary@tmp/private_key_2454756691841521113.key
01:41:31 Identity added: /home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary@tmp/private_key_2454756691841521113.key (/home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary@tmp/private_key_2454756691841521113.key)
01:41:31 [ssh-agent] Using credentials jenkins-slave
01:41:31 
1. Check upstream projects

Hide Details

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

Hide Details

01:41:31 # BEGIN SECTION: Check free disk space 01:41:31 Usable disk space = 36251717632 bytes 01:41:31 Free space threshold = 5368709120 bytes 01:41:31 # END SECTION
01:41:31 [Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson1982100249576657983.sh 01:41:31 + echo # BEGIN SECTION: docker version
3. docker version

Hide Details

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

Hide Details

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

Hide Details

01:41:32 # BEGIN SECTION: Check docker status 01:41:32 + echo Testing trivial docker invocation... 01:41:32 Testing trivial docker invocation... 01:41:32 + docker run --rm ubuntu:xenial true 01:41:34 + echo 'docker run' returned 0 01:41:34 'docker run' returned 0 01:41:34 docker seems operational, continuing 01:41:34 [Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson5410335692223375711.sh 01:41:34 + echo # END SECTION 01:41:34 # END SECTION
01:41:34 [Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson1284362281109665355.sh 01:41:34 + echo # BEGIN SECTION: Embed wrapper scripts
6. Embed wrapper scripts

Hide Details

01:41:34 # BEGIN SECTION: Embed wrapper scripts 01:41:34 + rm -fr wrapper_scripts 01:41:34 + mkdir wrapper_scripts 01:41:34 + 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()) 01:41:34 + echo # END SECTION 01:41:34 # END SECTION
01:41:34 [Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson5643928565650085743.sh 01:41:34 + echo # BEGIN SECTION: Clone ros_buildfarm
7. Clone ros_buildfarm

Hide Details

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

Hide Details

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

Hide Details

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

Hide Details

01:41:38 # BEGIN SECTION: Build Dockerfile - binarydeb task 01:41:38 + cd /home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary/docker_generating_docker 01:41:38 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 01:41:38 Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial 01:41:38 Check docker base image for updates: docker pull ubuntu:xenial 01:41:40 xenial: Pulling from library/ubuntu 01:41:40 Digest: sha256:f53ee6c26fed293a1faaad6cb83713ce9289e4a38a9ea7e0d78c156fa1022e75 01:41:40 Status: Image is up to date for ubuntu:xenial 01:41:40 + docker build --force-rm -t binarydeb_task_generation.kinetic_ubuntu_xenial_amd64_twitter_bootstrap . 01:41:40 Sending build context to Docker daemon 18.94 kB Sending build context to Docker daemon 18.94 kB 01:41:40 Step 1 : FROM ubuntu:xenial 01:41:40 ---> 2b9623518fa2 01:41:40 Step 2 : VOLUME /var/cache/apt/archives 01:41:42 ---> Using cache 01:41:42 ---> 74ba1b76bf6e 01:41:42 Step 3 : ENV DEBIAN_FRONTEND noninteractive 01:41:42 ---> Using cache 01:41:42 ---> 2493ca106c60 01:41:42 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 01:41:43 ---> Using cache 01:41:43 ---> 885388895e3f 01:41:43 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 01:41:43 ---> Using cache 01:41:43 ---> 40393b666211 01:41:43 Step 6 : RUN locale-gen en_US.UTF-8 01:41:44 ---> Using cache 01:41:44 ---> e52d5a0e19f6 01:41:44 Step 7 : ENV LANG en_US.UTF-8 01:41:45 ---> Using cache 01:41:45 ---> 2a9c5e2d8565 01:41:45 Step 8 : ENV TZ GMT+00 01:41:46 ---> Using cache 01:41:46 ---> be900094f1df 01:41:46 Step 9 : RUN useradd -u 1002 -m buildfarm 01:41:47 ---> Using cache 01:41:47 ---> 653b534e961f 01:41:47 Step 10 : RUN mkdir /tmp/keys 01:41:49 ---> Using cache 01:41:49 ---> e4ea2a03c969 01:41:49 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 01:41:51 ---> Using cache 01:41:51 ---> d89322b323f7 01:41:51 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 01:41:52 ---> Using cache 01:41:52 ---> 0aca65174b48 01:41:52 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 01:41:54 ---> Using cache 01:41:54 ---> 068fa303acf0 01:41:54 Step 14 : RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 01:41:55 ---> Using cache 01:41:55 ---> c121a851babf 01:41:55 Step 15 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 01:41:57 ---> Using cache 01:41:57 ---> 3e19efbd1048 01:41:57 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) 01:41:58 ---> Using cache 01:41:58 ---> e4c20c1993e1 01:41:58 Step 17 : RUN mkdir /tmp/wrapper_scripts 01:41:59 ---> Using cache 01:41:59 ---> 7d980225418b 01:41:59 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 01:42:01 ---> Using cache 01:42:01 ---> ebcd8290684a 01:42:01 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 01:42:02 ---> Using cache 01:42:02 ---> 899986f02163 01:42:02 Step 20 : RUN echo "2018-09-11 (+0000)" 01:42:04 ---> Using cache 01:42:04 ---> c2494627da87 01:42:04 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 01:42:06 ---> Using cache 01:42:06 ---> c358cc991756 01:42:06 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 01:42:08 ---> Using cache 01:42:08 ---> 3803770e1c98 01:42:08 Step 23 : RUN echo "2018-09-11 00:41:38 +0000" 01:42:10 ---> Running in 9249b2dfcf39 01:42:11 2018-09-11 00:41:38 +0000 01:42:12 ---> 2337d4484f11 01:42:12 Removing intermediate container 9249b2dfcf39 01:42:12 Step 24 : RUN python3 -u /tmp/wrapper_scripts/apt.py update 01:42:14 ---> Running in 9c8102c413a3 01:42:14 Invoking 'apt-get update' 01:42:14 Get:1 http://10.210.9.154/ubuntu/building xenial InRelease [2,856 B] 01:42:14 Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 01:42:14 Hit:3 http://archive.ubuntu.com/ubuntu xenial InRelease 01:42:14 Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] 01:42:14 Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] 01:42:14 Get:6 http://archive.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 01:42:14 Get:7 http://10.210.9.154/ubuntu/building xenial/main amd64 Packages [148 kB] 01:42:14 Hit:8 http://packages.ros.org/ros/ubuntu xenial InRelease 01:42:15 Fetched 581 kB in 0s (730 kB/s) 01:42:17 Reading package lists... 01:42:17 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 01:42:17 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 01:42:17 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 01:42:17 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 01:42:17 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) 01:42:17 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 01:42:17 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 01:42:17 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 01:42:17 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 01:42:18 ---> 4a7e4cafc544 01:42:18 Removing intermediate container 9c8102c413a3 01:42:18 Step 25 : USER buildfarm 01:42:19 ---> Running in cfd98445d16b 01:42:20 ---> 7b6bae63ccda 01:42:20 Removing intermediate container cfd98445d16b 01:42:20 Step 26 : ENTRYPOINT sh -c 01:42:21 ---> Running in 3cb77f1b60a3 01:42:21 ---> b03d3b1a67e3 01:42:21 Removing intermediate container 3cb77f1b60a3 01:42:21 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 twitter_bootstrap --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py kinetic twitter_bootstrap --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 twitter_bootstrap 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 01:42:22 ---> Running in b4a96fe72b75 01:42:22 ---> 1346ba421d27 01:42:22 Removing intermediate container b4a96fe72b75 01:42:22 Successfully built 1346ba421d27 01:42:22 + echo # END SECTION 01:42:22 # END SECTION
01:42:22 + echo # BEGIN SECTION: Run Dockerfile - binarydeb task
11. Run Dockerfile - binarydeb task

Hide Details

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

Hide Details

01:42:23 # BEGIN SUBSECTION: get sourcedeb 01:42:34 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 01:42:34 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 01:42:34 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 01:42:34 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 01:42:34 Invoking '/usr/bin/python3 /tmp/ros_buildfarm/ros_buildfarm/wrapper/apt.py source --download-only --only-source ros-kinetic-twitter-bootstrap=0.0.3-0xenial' 01:42:36 Invoking 'apt-get source --download-only --only-source ros-kinetic-twitter-bootstrap=0.0.3-0xenial' 01:42:36 Reading package lists... 01:42:36 Need to get 269 kB of source archives. 01:42:36 Get:1 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-twitter-bootstrap 0.0.3-0xenial (dsc) [1,049 B] 01:42:36 Get:2 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-twitter-bootstrap 0.0.3-0xenial (tar) [265 kB] 01:42:36 Get:3 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-twitter-bootstrap 0.0.3-0xenial (diff) [2,148 B] 01:42:36 Fetched 269 kB in 0s (11.9 MB/s) 01:42:36 Download complete and in download only mode 01:42:36 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 01:42:36 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 01:42:36 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 01:42:36 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 01:42:36 Invoking 'dpkg-source -x ros-kinetic-twitter-bootstrap_0.0.3-0xenial.dsc' 01:42:37 dpkg-source: warning: extracting unsigned source package (ros-kinetic-twitter-bootstrap_0.0.3-0xenial.dsc) 01:42:37 dpkg-source: info: extracting ros-kinetic-twitter-bootstrap in ros-kinetic-twitter-bootstrap-0.0.3 01:42:37 dpkg-source: info: unpacking ros-kinetic-twitter-bootstrap_0.0.3.orig.tar.gz 01:42:37 dpkg-source: info: unpacking ros-kinetic-twitter-bootstrap_0.0.3-0xenial.debian.tar.xz 01:42:37 Package maintainer emails: n.a.hawes@cs.bham.ac.uk 01:42:37 # END SUBSECTION
11.2. append build timestamp

Hide Details

01:42:37 # BEGIN SUBSECTION: append build timestamp 01:42:37 Invoking 'debchange -v 0.0.3-0xenial-20180911-004237+0000 -p -D xenial -u high -m Append timestamp when binarydeb was built.' in '/tmp/binarydeb/ros-kinetic-twitter-bootstrap-0.0.3' 01:42:38 # END SUBSECTION
01:42:42 Looking for the '.dsc' file of package 'ros-kinetic-twitter-bootstrap' with version '0.0.3-0' 01:42:44 Using the following distribution repositories: 01:42:44 http://10.210.9.154/ubuntu/building (/tmp/keys/0.key) 01:42:44 http://packages.ros.org/ros/ubuntu (/tmp/keys/1.key) 01:42:44 Generating Dockerfile '/tmp/docker_build_binarydeb/Dockerfile': 01:42:44 # generated from release/binarydeb_task.Dockerfile.em 01:42:44 01:42:44 01:42:44 FROM ubuntu:xenial 01:42:44 01:42:44 VOLUME ["/var/cache/apt/archives"] 01:42:44 01:42:44 ENV DEBIAN_FRONTEND noninteractive 01:42:44 01:42:44 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 01:42:44 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 01:42:44 RUN locale-gen en_US.UTF-8 01:42:44 ENV LANG en_US.UTF-8 01:42:44 ENV TZ GMT+00 01:42:44 01:42:44 RUN useradd -u 1002 -m buildfarm 01:42:44 01:42:44 01:42:44 RUN mkdir /tmp/keys 01:42:44 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 01:42:44 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 01:42:44 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 01:42:44 RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 01:42:44 01:42:44 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) 01:42:44 01:42:44 RUN mkdir /tmp/wrapper_scripts 01:42:44 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 01:42:44 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 01:42:44 01:42:44 # automatic invalidation once every day 01:42:44 RUN echo "2018-09-11 (+0000)" 01:42:44 01:42:44 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 01:42:44 01:42:44 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 01:42:44 01:42:44 # for each dependency: echo version, apt update, apt install, apt clean 01:42:44 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 01:42:44 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 01:42:44 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 01:42:44 01:42:44 USER buildfarm 01:42:44 ENTRYPOINT ["sh", "-c"] 01:42:44 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py kinetic twitter_bootstrap --sourcedeb-dir /tmp/binarydeb"] 01:42:44 Mount the following volumes when running the container: 01:42:44 -v /tmp/ros_buildfarm:/tmp/ros_buildfarm:ro 01:42:44 -v /tmp/binarydeb:/tmp/binarydeb 01:42:45 + echo # END SECTION 01:42:45 # END SECTION
01:42:45 [Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson7657568291150599527.sh 01:42:45 + sleep 1 01:42:45 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 20000 --cid-file /home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid 01:42:46 + echo # BEGIN SECTION: Build Dockerfile - build binarydeb
12. Build Dockerfile - build binarydeb

Hide Details

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

Hide Details

01:44:55 # BEGIN SECTION: Run Dockerfile - build binarydeb 01:44:55 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid -e=HOME= -e=TRAVIS= --net=host -v /home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/.ccache:/home/buildfarm/.ccache binarydeb_build.kinetic_ubuntu_xenial_amd64_twitter_bootstrap
13.1. build binarydeb

Hide Details

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

Hide Details

01:45:23 # BEGIN SECTION: Clean up to save disk space on slaves 01:45:23 + chmod -R u+w /home/jenkins-slave/workspace/Kbin_uX64__twitter_bootstrap__ubuntu_xenial_amd64__binary/binarydeb 01:45:23 + rm -fr binarydeb/ros-kinetic-twitter-bootstrap-0.0.3/CHANGELOG.rst binarydeb/ros-kinetic-twitter-bootstrap-0.0.3/CMakeLists.txt binarydeb/ros-kinetic-twitter-bootstrap-0.0.3/LICENSE binarydeb/ros-kinetic-twitter-bootstrap-0.0.3/README.md binarydeb/ros-kinetic-twitter-bootstrap-0.0.3/bootstrap binarydeb/ros-kinetic-twitter-bootstrap-0.0.3/bootstrap-3.3.2 binarydeb/ros-kinetic-twitter-bootstrap-0.0.3/debian binarydeb/ros-kinetic-twitter-bootstrap-0.0.3/obj-x86_64-linux-gnu binarydeb/ros-kinetic-twitter-bootstrap-0.0.3/package.xml 01:45:23 + echo # END SECTION 01:45:23 # END SECTION
01:45:23 SSH: Connecting from host [lcas-buildfarm-slave-2] 01:45:23 SSH: Connecting with configuration [repo] ... 01:45:23 SSH: Disconnecting configuration [repo] ... 01:45:23 SSH: Transferred 2 file(s) 01:45:23 Build step 'Send files or execute commands over SSH' changed build result to SUCCESS 01:45:23 Waiting for the completion of Krel_import-package 01:45:25 Krel_import-package #3263 completed. Result was SUCCESS 01:45:25 $ ssh-agent -k 01:45:25 unset SSH_AUTH_SOCK; 01:45:25 unset SSH_AGENT_PID; 01:45:25 echo Agent pid 17400 killed; 01:45:25 [ssh-agent] Stopped. 01:45:25 [description-setter] Description set: 0.0.3-0xenial-20180911-004237+0000 01:45:26 Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered 01:45:26 Triggering a new build of Krel_sync-packages-to-testing_xenial_amd64 01:45:26 Triggering a new build of Kbin_uX64__strands_webserver__ubuntu_xenial_amd64__binary 01:45:26 Finished: SUCCESS