Console Output
20:18:53 Started by user Admin 20:18:53 Building remotely on build client 2 (buildagent slave buildslave indigo_devel_default) in workspace /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary 20:18:53 [ssh-agent] Looking for ssh-agent implementation... 20:18:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:18:53 $ ssh-agent 20:18:53 SSH_AUTH_SOCK=/tmp/ssh-zVzKICr5LJlZ/agent.12365 20:18:53 SSH_AGENT_PID=12367 20:18:53 [ssh-agent] Started. 20:18:53 $ ssh-add /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary@tmp/private_key_994129011570244503.key 20:18:53 Identity added: /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary@tmp/private_key_994129011570244503.key (/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary@tmp/private_key_994129011570244503.key) 20:18:53 [ssh-agent] Using credentials jenkins-slave 20:18:5320:18:531. Check upstream projectsHide Details
20:18:53 # BEGIN SECTION: Check upstream projects 20:18:53 Verify that no recursive upstream project is broken: 20:18:53 20:18:53 - 'Msrc_uB__catkin_test_pkg__ubuntu_bionic__source' build '1' has result 'SUCCESS' 20:18:53 All recursive upstream projects are (un)stable 20:18:53 # END SECTION20:18:53 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson4553834251563997214.sh 20:18:53 + echo # BEGIN SECTION: docker version2. Check free disk spaceHide Details
20:18:53 # BEGIN SECTION: Check free disk space 20:18:53 Usable disk space = 55214112768 bytes 20:18:53 Free space threshold = 5368709120 bytes 20:18:53 # END SECTION20:18:53 + echo # BEGIN SECTION: docker info3. docker versionHide Details
20:18:53 # BEGIN SECTION: docker version 20:18:53 + docker version 20:18:53 Client: 20:18:53 Version: 1.9.1 20:18:53 API version: 1.21 20:18:53 Go version: go1.4.2 20:18:53 Git commit: a34a1d5 20:18:53 Built: Fri Nov 20 13:12:04 UTC 2015 20:18:53 OS/Arch: linux/amd64 20:18:53 20:18:53 Server: 20:18:53 Version: 1.9.1 20:18:53 API version: 1.21 20:18:53 Go version: go1.4.2 20:18:53 Git commit: a34a1d5 20:18:53 Built: Fri Nov 20 13:12:04 UTC 2015 20:18:53 OS/Arch: linux/amd64 20:18:53 + echo # END SECTION 20:18:53 # END SECTION20:18:54 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson895358532604916429.sh 20:18:54 + echo # BEGIN SECTION: Check docker status4. docker infoHide Details
20:18:53 # BEGIN SECTION: docker info 20:18:53 + docker info 20:18:54 Containers: 40 20:18:54 Images: 1616 20:18:54 Server Version: 1.9.1 20:18:54 Storage Driver: aufs 20:18:54 Root Dir: /var/lib/docker/aufs 20:18:54 Backing Filesystem: extfs 20:18:54 Dirs: 2445 20:18:54 Dirperm1 Supported: false 20:18:54 Execution Driver: native-0.2 20:18:54 Logging Driver: json-file 20:18:54 Kernel Version: 3.13.0-29-generic 20:18:54 Operating System: Ubuntu 14.04 LTS 20:18:54 CPUs: 2 20:18:54 Total Memory: 3.861 GiB 20:18:54 Name: lcas-buildfarm-slave-1 20:18:54 ID: LZSS:PF7G:CREH:TEQW:FH57:3M6D:KCSS:ODQY:SPHA:ND7A:FHYG:PNDE 20:18:54 WARNING: No swap limit support 20:18:54 + echo # END SECTION 20:18:54 # END SECTION20:18:54 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson4052494077959474447.sh 20:18:54 + echo # BEGIN SECTION: Embed wrapper scripts5. Check docker statusHide Details
20:18:54 # BEGIN SECTION: Check docker status 20:18:54 + echo Testing trivial docker invocation... 20:18:54 Testing trivial docker invocation... 20:18:54 + docker run --rm ubuntu:bionic true 20:18:54 + echo 'docker run' returned 0 20:18:54 'docker run' returned 0 20:18:54 docker seems operational, continuing 20:18:54 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson1362318751670696941.sh 20:18:54 + echo # END SECTION 20:18:54 # END SECTION20:18:55 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson8210290649678993935.sh 20:18:55 + echo # BEGIN SECTION: Clone ros_buildfarm6. Embed wrapper scriptsHide Details
20:18:54 # BEGIN SECTION: Embed wrapper scripts 20:18:54 + rm -fr wrapper_scripts 20:18:54 + mkdir wrapper_scripts 20:18:54 + 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()) 20:18:54 + echo # END SECTION 20:18:54 # END SECTION20:18:57 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson3227344867061313607.sh 20:18:57 + echo # BEGIN SECTION: Write PGP repository keys7. Clone ros_buildfarmHide Details
20:18:55 # BEGIN SECTION: Clone ros_buildfarm 20:18:55 + rm -fr ros_buildfarm 20:18:55 + python3 -u wrapper_scripts/git.py clone --depth 1 -b lcas_new https://github.com/lcas/ros_buildfarm.git ros_buildfarm 20:18:55 Invoking 'git clone --depth 1 -b lcas_new https://github.com/lcas/ros_buildfarm.git ros_buildfarm' 20:18:55 Cloning into 'ros_buildfarm'... 20:18:57 + git -C ros_buildfarm --no-pager log -n 1 20:18:57 commit ed0b225e9ebeba75438638dcb7436f5cbc36ef74 20:18:57 Author: Marc Hanheide <marc@hanheide.net> 20:18:57 Date: Thu Nov 7 13:52:39 2019 +0000 20:18:57 20:18:57 back to slave... 20:18:57 + rm -fr ros_buildfarm/.git 20:18:57 + rm -fr ros_buildfarm/doc 20:18:57 + echo # END SECTION 20:18:57 # END SECTION20:18:57 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson3684654473429357390.sh 20:18:57 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker 20:18:57 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker 20:18:57 + sleep 1 20:18:57 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 12467 --cid-file /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker/docker.cid 20:18:58 + echo # BEGIN SECTION: Generate Dockerfile - binarydeb task8. Write PGP repository keysHide Details
20:18:57 # BEGIN SECTION: Write PGP repository keys 20:18:57 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/keys 20:18:57 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/keys/0.key /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/keys/1.key 20:18:57 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 20:18:57 Version: GnuPG v1.4.11 (GNU/Linux) 20:18:57 20:18:57 mQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn 20:18:57 MsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf 20:18:57 xcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw 20:18:57 kPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv 20:18:57 /o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh 20:18:57 EBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg 20:18:57 KFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD 20:18:57 BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX 20:18:57 yQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI 20:18:57 7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy 20:18:57 JjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T 20:18:57 Yh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++ 20:18:57 Cut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ 20:18:57 cvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM 20:18:57 hU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3 20:18:57 IWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm 20:18:57 Z4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK 20:18:57 7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb 20:18:57 oRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC 20:18:57 AAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U 20:18:57 NTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0 20:18:57 ikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU 20:18:57 M7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N 20:18:57 l9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ 20:18:57 Chb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ== 20:18:57 =nFcN 20:18:57 -----END PGP PUBLIC KEY BLOCK----- 20:18:57 20:18:57 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 20:18:57 Version: SKS 1.1.6 20:18:57 Comment: Hostname: keyserver.ubuntu.com 20:18:57 20:18:57 mQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L 20:18:57 /HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw 20:18:57 DuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47 20:18:57 ZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+ 20:18:57 d+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS 20:18:57 6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN 20:18:57 qoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL 20:18:57 8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/ 20:18:57 /SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz 20:18:57 vz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90 20:18:57 aWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu 20:18:57 1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur 20:18:57 F8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN 20:18:57 KARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s 20:18:57 NGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv 20:18:57 ZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO 20:18:57 K+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo 20:18:57 bC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs 20:18:57 Fn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s 20:18:57 QNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR 20:18:57 hE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp 20:18:57 PWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd 20:18:57 =4Ofr 20:18:57 -----END PGP PUBLIC KEY BLOCK----- 20:18:57 20:18:57 + echo # END SECTION 20:18:57 # END SECTION20:18:58 + echo # BEGIN SECTION: Build Dockerfile - binarydeb task9. Generate Dockerfile - binarydeb taskHide Details
20:18:58 # BEGIN SECTION: Generate Dockerfile - binarydeb task 20:18:58 + export TZ=GMT+00 20:18:58 + export PYTHONPATH=/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm: 20:18:58 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/release/run_binarydeb_job.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml melodic catkin_test_pkg ubuntu bionic 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/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/keys/0.key /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/keys/1.key --target-repository http://10.210.9.154/ubuntu/building --binarydeb-dir /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb --dockerfile-dir /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker --append-timestamp 20:18:58 Using the following distribution repositories: 20:18:58 http://10.210.9.154/ubuntu/building (/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/keys/0.key) 20:18:58 http://packages.ros.org/ros/ubuntu (/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/keys/1.key) 20:18:58 Generating Dockerfile '/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker/Dockerfile': 20:18:58 # generated from release/binarydeb_create_task.Dockerfile.em 20:18:58 20:18:58 FROM ubuntu:bionic 20:18:58 20:18:58 VOLUME ["/var/cache/apt/archives"] 20:18:58 20:18:58 ENV DEBIAN_FRONTEND noninteractive 20:18:58 20:18:58 20:18:58 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 20:18:58 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 20:18:58 RUN locale-gen en_US.UTF-8 20:18:58 ENV LANG en_US.UTF-8 20:18:58 ENV TZ GMT+00 20:18:58 20:18:58 20:18:58 RUN useradd -u 1002 -m buildfarm 20:18:58 20:18:58 RUN mkdir /tmp/keys 20:18:58 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y gnupg && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 20:18:58 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 20:18:58 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: SKS 1.1.6\nComment: Hostname: keyserver.ubuntu.com\n\nmQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L\n/HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw\nDuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47\nZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+\nd+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS\n6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN\nqoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL\n8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/\n/SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz\nvz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90\naWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu\n1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur\nF8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN\nKARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s\nNGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv\nZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO\nK+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo\nbC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs\nFn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s\nQNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR\nhE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp\nPWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd\n=4Ofr\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 20:18:58 RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 20:18:58 RUN echo deb-src http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 20:18:58 RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 20:18:58 20:18:58 RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && ((grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list)) || ((grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list)) 20:18:58 20:18:58 RUN mkdir /tmp/wrapper_scripts 20:18:58 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Failed to stat',\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 'has no installation candidate',\n 'corrupted package archive',\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('')\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n print('')\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 20:18:58 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 20:18:58 20:18:58 # automatic invalidation once every day 20:18:58 RUN echo "2019-11-08 (+0000)" 20:18:58 20:18:58 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 20:18:58 20:18:58 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y devscripts dpkg-dev python3-apt python3-catkin-pkg-modules python3-empy python3-rosdistro-modules python3-yaml 20:18:58 20:18:58 # always invalidate to actually have the latest apt repo state 20:18:58 RUN echo "2019-11-08 20:18:58 +0000" 20:18:58 RUN python3 -u /tmp/wrapper_scripts/apt.py update 20:18:58 20:18:58 USER buildfarm 20:18:58 ENTRYPOINT ["sh", "-c"] 20:18:58 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/get_sourcedeb.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml melodic catkin_test_pkg --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py melodic catkin_test_pkg --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 melodic catkin_test_pkg ubuntu bionic 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"] 20:18:58 + echo # END SECTION 20:18:58 # END SECTION20:19:16 + echo # BEGIN SECTION: Run Dockerfile - binarydeb task10. Build Dockerfile - binarydeb taskHide Details
20:18:58 # BEGIN SECTION: Build Dockerfile - binarydeb task 20:18:58 + cd /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker 20:18:58 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 20:18:58 Get base image name from Dockerfile 'Dockerfile': ubuntu:bionic 20:18:58 Check docker base image for updates: docker pull ubuntu:bionic 20:18:59 bionic: Pulling from library/ubuntu 20:18:59 Digest: sha256:1d1c09d1d5e42265dd6e7d35dcc73373f0e1b76da661463f24487ac3dbeb673f 20:18:59 Status: Image is up to date for ubuntu:bionic 20:18:59 + docker build --force-rm -t binarydeb_task_generation.melodic_ubuntu_bionic_amd64_catkin_test_pkg . 20:18:59 Sending build context to Docker daemon 20.99 kB Sending build context to Docker daemon 20.99 kB 20:18:59 Step 1 : FROM ubuntu:bionic 20:18:59 ---> 6120d8e09b3f 20:18:59 Step 2 : VOLUME /var/cache/apt/archives 20:19:00 ---> Using cache 20:19:00 ---> 41662618c3f3 20:19:00 Step 3 : ENV DEBIAN_FRONTEND noninteractive 20:19:00 ---> Using cache 20:19:00 ---> 0a994878ebbe 20:19:00 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 20:19:01 ---> Using cache 20:19:01 ---> f6b3479bf7a2 20:19:01 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 20:19:01 ---> Using cache 20:19:01 ---> b5311d656914 20:19:01 Step 6 : RUN locale-gen en_US.UTF-8 20:19:02 ---> Using cache 20:19:02 ---> 1733d2c520f5 20:19:02 Step 7 : ENV LANG en_US.UTF-8 20:19:03 ---> Using cache 20:19:03 ---> 8d36f83322ba 20:19:03 Step 8 : ENV TZ GMT+00 20:19:03 ---> Using cache 20:19:03 ---> c33c72455cdb 20:19:03 Step 9 : RUN useradd -u 1002 -m buildfarm 20:19:03 ---> Using cache 20:19:03 ---> 83b58800c890 20:19:03 Step 10 : RUN mkdir /tmp/keys 20:19:04 ---> Using cache 20:19:04 ---> e515a52ea300 20:19:04 Step 11 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y gnupg && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 20:19:04 ---> Using cache 20:19:04 ---> b4ead5c53821 20:19:04 Step 12 : 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 20:19:05 ---> Using cache 20:19:05 ---> 32fa9172a02e 20:19:05 Step 13 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: SKS 1.1.6\nComment: Hostname: keyserver.ubuntu.com\n\nmQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L\n/HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw\nDuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47\nZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+\nd+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS\n6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN\nqoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL\n8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/\n/SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz\nvz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90\naWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu\n1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur\nF8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN\nKARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s\nNGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv\nZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO\nK+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo\nbC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs\nFn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s\nQNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR\nhE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp\nPWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd\n=4Ofr\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 20:19:05 ---> Using cache 20:19:05 ---> 7497d98a7083 20:19:05 Step 14 : RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 20:19:06 ---> Using cache 20:19:06 ---> 16ae9981a818 20:19:06 Step 15 : RUN echo deb-src http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 20:19:06 ---> Using cache 20:19:06 ---> e56c9c22ccb0 20:19:06 Step 16 : RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 20:19:07 ---> Using cache 20:19:07 ---> a66ea495687c 20:19:07 Step 17 : RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && ((grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list)) || ((grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list)) 20:19:07 ---> Using cache 20:19:07 ---> 6f1cdeac0535 20:19:07 Step 18 : RUN mkdir /tmp/wrapper_scripts 20:19:08 ---> Using cache 20:19:08 ---> e14177012c44 20:19:08 Step 19 : 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 'Failed to stat',\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 'has no installation candidate',\n 'corrupted package archive',\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('')\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n print('')\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 20:19:08 ---> Using cache 20:19:08 ---> 03952a6741d1 20:19:08 Step 20 : 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 20:19:08 ---> Using cache 20:19:08 ---> 8f20fd91c7a2 20:19:08 Step 21 : RUN echo "2019-11-08 (+0000)" 20:19:09 ---> Using cache 20:19:09 ---> 768810db58b3 20:19:09 Step 22 : 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 20:19:10 ---> Using cache 20:19:10 ---> 185d545d14aa 20:19:10 Step 23 : 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 20:19:10 ---> Using cache 20:19:10 ---> 096b87458c7b 20:19:10 Step 24 : RUN echo "2019-11-08 20:18:58 +0000" 20:19:11 ---> Running in b67ee060591f 20:19:11 2019-11-08 20:18:58 +0000 20:19:11 ---> 0af604b7d183 20:19:11 Removing intermediate container b67ee060591f 20:19:11 Step 25 : RUN python3 -u /tmp/wrapper_scripts/apt.py update 20:19:11 ---> Running in 374066f7b1b8 20:19:12 Invoking 'apt-get update' 20:19:12 Get:1 http://10.210.9.154/ubuntu/building bionic InRelease [2,796 B] 20:19:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:19:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:19:12 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:19:12 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 20:19:12 Get:6 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:19:12 Get:7 http://10.210.9.154/ubuntu/building bionic/main amd64 Packages [346 B] 20:19:12 Hit:8 http://packages.ros.org/ros/ubuntu bionic InRelease 20:19:13 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [995 kB] 20:19:13 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [25.9 kB] 20:19:13 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,309 kB] 20:19:13 Fetched 2,674 kB in 1s (1,984 kB/s) 20:19:15 Reading package lists... 20:19:15 ---> f0ad3e410f64 20:19:15 Removing intermediate container 374066f7b1b8 20:19:15 Step 26 : USER buildfarm 20:19:15 ---> Running in de750b449aa9 20:19:16 ---> caa309be82aa 20:19:16 Removing intermediate container de750b449aa9 20:19:16 Step 27 : ENTRYPOINT sh -c 20:19:16 ---> Running in 8628e58ef2cc 20:19:16 ---> cdc7f254cfeb 20:19:16 Removing intermediate container 8628e58ef2cc 20:19:16 Step 28 : 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 melodic catkin_test_pkg --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py melodic catkin_test_pkg --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 melodic catkin_test_pkg ubuntu bionic 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 20:19:16 ---> Running in 3c3cc367cf0d 20:19:16 ---> e8fc2253a1e9 20:19:16 Removing intermediate container 3c3cc367cf0d 20:19:16 Successfully built e8fc2253a1e9 20:19:16 + echo # END SECTION 20:19:16 # END SECTION20:19:29 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson35207948600927428.sh 20:19:29 + sleep 1 20:19:29 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 13174 --cid-file /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_build_binarydeb/docker.cid 20:19:30 + echo # BEGIN SECTION: Build Dockerfile - build binarydeb11. Run Dockerfile - binarydeb taskHide Details
20:19:16 # BEGIN SECTION: Run Dockerfile - binarydeb task 20:19:16 + [ -f /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb ] 20:19:16 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb 20:19:16 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_build_binarydeb 20:19:16 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb 20:19:16 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_build_binarydeb 20:19:16 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker/docker.cid -e=TRAVIS= -e=ROS_BUILDFARM_PULL_REQUEST_BRANCH= -v /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_build_binarydeb:/tmp/docker_build_binarydeb -v /home/jenkins-slave/.ccache:/home/buildfarm/.ccache binarydeb_task_generation.melodic_ubuntu_bionic_amd64_catkin_test_pkg11.1. get sourcedebHide Details
20:19:17 # BEGIN SUBSECTION: get sourcedeb 20:19:22 Invoking '/usr/bin/python3 /tmp/ros_buildfarm/ros_buildfarm/wrapper/apt.py source --download-only --only-source ros-melodic-catkin-test-pkg=0.0.14-1bionic' 20:19:24 Invoking 'apt-get source --download-only --only-source ros-melodic-catkin-test-pkg=0.0.14-1bionic' 20:19:24 Reading package lists... 20:19:24 Need to get 5,783 B of source archives. 20:19:24 Get:1 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-catkin-test-pkg 0.0.14-1bionic (dsc) [989 B] 20:19:24 Get:2 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-catkin-test-pkg 0.0.14-1bionic (tar) [3,066 B] 20:19:24 Get:3 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-catkin-test-pkg 0.0.14-1bionic (diff) [1,728 B] 20:19:24 Fetched 5,783 B in 0s (478 kB/s) 20:19:24 Download complete and in download only mode 20:19:24 Invoking 'dpkg-source -x ros-melodic-catkin-test-pkg_0.0.14-1bionic.dsc' 20:19:24 dpkg-source: warning: extracting unsigned source package (ros-melodic-catkin-test-pkg_0.0.14-1bionic.dsc) 20:19:24 dpkg-source: info: extracting ros-melodic-catkin-test-pkg in ros-melodic-catkin-test-pkg-0.0.14 20:19:24 dpkg-source: info: unpacking ros-melodic-catkin-test-pkg_0.0.14.orig.tar.gz 20:19:24 dpkg-source: info: unpacking ros-melodic-catkin-test-pkg_0.0.14-1bionic.debian.tar.xz 20:19:24 Package maintainer emails: marc@hanheide.net 20:19:24 # END SUBSECTION20:19:27 Looking for the '.dsc' file of package 'ros-melodic-catkin-test-pkg' with version '0.0.14-1' 20:19:29 Using the following distribution repositories: 20:19:29 http://10.210.9.154/ubuntu/building (/tmp/keys/0.key) 20:19:29 http://packages.ros.org/ros/ubuntu (/tmp/keys/1.key) 20:19:29 Generating Dockerfile '/tmp/docker_build_binarydeb/Dockerfile': 20:19:29 # generated from release/binarydeb_task.Dockerfile.em 20:19:29 20:19:29 20:19:29 FROM ubuntu:bionic 20:19:29 20:19:29 VOLUME ["/var/cache/apt/archives"] 20:19:29 20:19:29 ENV DEBIAN_FRONTEND noninteractive 20:19:29 20:19:29 20:19:29 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 20:19:29 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 20:19:29 RUN locale-gen en_US.UTF-8 20:19:29 ENV LANG en_US.UTF-8 20:19:29 ENV TZ GMT+00 20:19:29 20:19:29 RUN useradd -u 1002 -m buildfarm 20:19:29 20:19:29 RUN mkdir /tmp/keys 20:19:29 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y gnupg && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 20:19:29 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 20:19:29 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: SKS 1.1.6\nComment: Hostname: keyserver.ubuntu.com\n\nmQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L\n/HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw\nDuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47\nZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+\nd+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS\n6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN\nqoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL\n8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/\n/SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz\nvz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90\naWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu\n1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur\nF8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN\nKARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s\nNGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv\nZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO\nK+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo\nbC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs\nFn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s\nQNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR\nhE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp\nPWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd\n=4Ofr\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 20:19:29 RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 20:19:29 RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 20:19:29 20:19:29 RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && ((grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list)) || ((grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list)) 20:19:29 20:19:29 RUN mkdir /tmp/wrapper_scripts 20:19:29 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 'Failed to stat',\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 'has no installation candidate',\n 'corrupted package archive',\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('')\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n print('')\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 20:19:29 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 20:19:29 20:19:29 # automatic invalidation once every day 20:19:29 RUN echo "2019-11-08 (+0000)" 20:19:29 20:19:29 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 20:19:29 20:19:29 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 20:19:29 20:19:29 # for each dependency: echo version, apt update, apt install, apt clean 20:19:29 RUN echo "apt-src: 0.25.2" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes apt-src 20:19:29 RUN echo "debhelper: 12.1.1ubuntu1~ubuntu18.04.1" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes debhelper 20:19:29 RUN echo "ros-melodic-catkin: 0.7.19-1bionic.20191008.145018" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-melodic-catkin 20:19:29 20:19:29 USER buildfarm 20:19:29 ENTRYPOINT ["sh", "-c"] 20:19:29 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py melodic catkin_test_pkg --sourcedeb-dir /tmp/binarydeb"] 20:19:29 Mount the following volumes when running the container: 20:19:29 -v /tmp/ros_buildfarm:/tmp/ros_buildfarm:ro 20:19:29 -v /tmp/binarydeb:/tmp/binarydeb 20:19:29 + echo # END SECTION 20:19:29 # END SECTION11.2. append build timestampHide Details
20:19:24 # BEGIN SUBSECTION: append build timestamp 20:19:24 dpkg-parsechangelog: warning: debian/changelog(l5): found trailer where expected start of change data 20:19:24 LINE: -- marc <marc@hanheide.net> Tue, 06 Jun 2017 23:00:00 -0000 20:19:24 Invoking 'debchange -v 0.0.14-1bionic.20191108.201924 -p -D bionic -u high -m Append timestamp when binarydeb was built.' in '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:24 debchange: warning: debian/changelog(l5): found trailer where expected start of change data 20:19:24 LINE: -- marc <marc@hanheide.net> Tue, 06 Jun 2017 23:00:00 -0000 20:19:24 # END SUBSECTION20:19:44 + echo # BEGIN SECTION: Run Dockerfile - build binarydeb12. Build Dockerfile - build binarydebHide Details
20:19:30 # BEGIN SECTION: Build Dockerfile - build binarydeb 20:19:30 + cd /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_build_binarydeb 20:19:30 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 20:19:30 Get base image name from Dockerfile 'Dockerfile': ubuntu:bionic 20:19:30 Check docker base image for updates: docker pull ubuntu:bionic 20:19:32 bionic: Pulling from library/ubuntu 20:19:32 Digest: sha256:1d1c09d1d5e42265dd6e7d35dcc73373f0e1b76da661463f24487ac3dbeb673f 20:19:32 Status: Image is up to date for ubuntu:bionic 20:19:32 + docker build --force-rm -t binarydeb_build.melodic_ubuntu_bionic_amd64_catkin_test_pkg . 20:19:32 Sending build context to Docker daemon 20.48 kB Sending build context to Docker daemon 20.48 kB 20:19:32 Step 1 : FROM ubuntu:bionic 20:19:32 ---> 6120d8e09b3f 20:19:32 Step 2 : VOLUME /var/cache/apt/archives 20:19:32 ---> Using cache 20:19:32 ---> 41662618c3f3 20:19:32 Step 3 : ENV DEBIAN_FRONTEND noninteractive 20:19:33 ---> Using cache 20:19:33 ---> 0a994878ebbe 20:19:33 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 20:19:33 ---> Using cache 20:19:33 ---> f6b3479bf7a2 20:19:33 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 20:19:34 ---> Using cache 20:19:34 ---> b5311d656914 20:19:34 Step 6 : RUN locale-gen en_US.UTF-8 20:19:34 ---> Using cache 20:19:34 ---> 1733d2c520f5 20:19:34 Step 7 : ENV LANG en_US.UTF-8 20:19:35 ---> Using cache 20:19:35 ---> 8d36f83322ba 20:19:35 Step 8 : ENV TZ GMT+00 20:19:35 ---> Using cache 20:19:35 ---> c33c72455cdb 20:19:35 Step 9 : RUN useradd -u 1002 -m buildfarm 20:19:35 ---> Using cache 20:19:35 ---> 83b58800c890 20:19:35 Step 10 : RUN mkdir /tmp/keys 20:19:36 ---> Using cache 20:19:36 ---> e515a52ea300 20:19:36 Step 11 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y gnupg && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 20:19:36 ---> Using cache 20:19:36 ---> b4ead5c53821 20:19:36 Step 12 : 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 20:19:37 ---> Using cache 20:19:37 ---> 32fa9172a02e 20:19:37 Step 13 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: SKS 1.1.6\nComment: Hostname: keyserver.ubuntu.com\n\nmQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L\n/HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw\nDuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47\nZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+\nd+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS\n6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN\nqoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL\n8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/\n/SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz\nvz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90\naWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu\n1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur\nF8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN\nKARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s\nNGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv\nZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO\nK+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo\nbC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs\nFn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s\nQNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR\nhE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp\nPWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd\n=4Ofr\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 20:19:37 ---> Using cache 20:19:37 ---> 7497d98a7083 20:19:37 Step 14 : RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 20:19:38 ---> Using cache 20:19:38 ---> 16ae9981a818 20:19:38 Step 15 : RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 20:19:38 ---> Using cache 20:19:38 ---> cefb91788942 20:19:38 Step 16 : RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && ((grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://old-releases\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb http://old-releases.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://old-releases\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z]+)*" /etc/apt/sources.list || echo "deb-src http://old-releases.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list)) || ((grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic-updates ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb http://archive\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb http://archive.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list) && (grep -q -E -x -e "deb-src http://archive\.ubuntu\.com/ubuntu/? bionic-security ([-a-z]+ )*multiverse( [-a-z])*" /etc/apt/sources.list || echo "deb-src http://archive.ubuntu.com/ubuntu/ bionic-security multiverse" >> /etc/apt/sources.list)) 20:19:39 ---> Using cache 20:19:39 ---> 0f71b496c418 20:19:39 Step 17 : RUN mkdir /tmp/wrapper_scripts 20:19:39 ---> Using cache 20:19:39 ---> f2d2c904a6fe 20:19:39 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 'Failed to stat',\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 'has no installation candidate',\n 'corrupted package archive',\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('')\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n print('')\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 20:19:40 ---> Using cache 20:19:40 ---> eac047253631 20:19:40 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 20:19:40 ---> Using cache 20:19:40 ---> f3340d87c62d 20:19:40 Step 20 : RUN echo "2019-11-08 (+0000)" 20:19:40 ---> Using cache 20:19:40 ---> da4f28c621a1 20:19:40 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 20:19:41 ---> Using cache 20:19:41 ---> ed0b95aaeeb8 20:19:41 Step 22 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 20:19:41 ---> Using cache 20:19:41 ---> 8f9ada9da581 20:19:41 Step 23 : RUN echo "apt-src: 0.25.2" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes apt-src 20:19:42 ---> Using cache 20:19:42 ---> 56e130c52752 20:19:42 Step 24 : RUN echo "debhelper: 12.1.1ubuntu1~ubuntu18.04.1" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes debhelper 20:19:42 ---> Using cache 20:19:42 ---> b700af4fc59e 20:19:42 Step 25 : RUN echo "ros-melodic-catkin: 0.7.19-1bionic.20191008.145018" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-melodic-catkin 20:19:43 ---> Using cache 20:19:43 ---> 9d86981d096e 20:19:43 Step 26 : USER buildfarm 20:19:43 ---> Using cache 20:19:43 ---> 2a4c12a69247 20:19:43 Step 27 : ENTRYPOINT sh -c 20:19:44 ---> Using cache 20:19:44 ---> e2359036e1d9 20:19:44 Step 28 : CMD PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py melodic catkin_test_pkg --sourcedeb-dir /tmp/binarydeb 20:19:44 ---> Using cache 20:19:44 ---> 959cc8150cf0 20:19:44 Successfully built 959cc8150cf0 20:19:44 + echo # END SECTION 20:19:44 # END SECTION20:19:59 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson736301186379725448.sh 20:19:59 + [ false = false ] 20:19:59 + echo # BEGIN SECTION: Clean up to save disk space on agents13. Run Dockerfile - build binarydebHide Details
20:19:44 # BEGIN SECTION: Run Dockerfile - build binarydeb 20:19:44 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_build_binarydeb/docker.cid -e=HOME= -e=TRAVIS= --net=host -v /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/.ccache:/home/buildfarm/.ccache binarydeb_build.melodic_ubuntu_bionic_amd64_catkin_test_pkg20:19:59 + echo # END SECTION 20:19:59 # END SECTION13.1. build binarydebHide Details
20:19:45 # BEGIN SUBSECTION: build binarydeb 20:19:45 Package 'ros-melodic-catkin-test-pkg' version: 0.0.14-1bionic.20191108.201924 20:19:47 Invoking 'apt-src build ros-melodic-catkin-test-pkg' in '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:49 I: Building in /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14 .. 20:19:49 dpkg-buildpackage: info: source package ros-melodic-catkin-test-pkg 20:19:49 dpkg-buildpackage: info: source version 0.0.14-1bionic.20191108.201924 20:19:49 dpkg-buildpackage: info: source distribution bionic 20:19:49 dpkg-buildpackage: info: source changed by marc <marc@hanheide.net> 20:19:49 dpkg-source --before-build ros-melodic-catkin-test-pkg-0.0.14 20:19:49 dpkg-buildpackage: info: host architecture amd64 20:19:49 dpkg-source: info: using options from ros-melodic-catkin-test-pkg-0.0.14/debian/source/options: --auto-commit 20:19:49 fakeroot debian/rules clean 20:19:49 dh clean -v --buildsystem=cmake 20:19:50 dh_testdir -O-v -O--buildsystem=cmake 20:19:50 dh_auto_clean -O-v -O--buildsystem=cmake 20:19:50 dh_clean -O-v -O--buildsystem=cmake 20:19:50 rm -f debian/debhelper-build-stamp 20:19:50 rm -rf debian/.debhelper/ 20:19:50 rm -f -- debian/ros-melodic-catkin-test-pkg.substvars debian/files 20:19:50 rm -fr -- debian/ros-melodic-catkin-test-pkg/ debian/tmp/ 20:19:50 find . \( \( \ 20:19:50 \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \ 20:19:50 \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ 20:19:50 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ 20:19:50 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ 20:19:50 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ 20:19:50 \) -exec rm -f {} + \) -o \ 20:19:50 \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) 20:19:50 debian/rules build 20:19:50 dh build -v --buildsystem=cmake 20:19:50 dh_testdir -O-v -O--buildsystem=cmake 20:19:50 dh_update_autotools_config -O-v -O--buildsystem=cmake 20:19:50 debian/rules override_dh_auto_configure 20:19:50 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:50 # In case we're installing to a non-standard location, look for a setup.sh 20:19:50 # in the install tree that was dropped by catkin, and source it. It will 20:19:50 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 20:19:50 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 20:19:50 dh_auto_configure -- \ 20:19:50 -DCATKIN_BUILD_BINARY_PACKAGE="1" \ 20:19:50 -DCMAKE_INSTALL_PREFIX="/opt/ros/melodic" \ 20:19:50 -DCMAKE_PREFIX_PATH="/opt/ros/melodic" 20:19:50 install -d obj-x86_64-linux-gnu 20:19:50 cd obj-x86_64-linux-gnu && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCATKIN_BUILD_BINARY_PACKAGE=1 -DCMAKE_INSTALL_PREFIX=/opt/ros/melodic -DCMAKE_PREFIX_PATH=/opt/ros/melodic 20:19:50 -- The C compiler identification is GNU 7.4.0 20:19:50 -- The CXX compiler identification is GNU 7.4.0 20:19:50 -- Check for working C compiler: /usr/bin/cc 20:19:51 -- Check for working C compiler: /usr/bin/cc -- works 20:19:51 -- Detecting C compiler ABI info 20:19:51 -- Detecting C compiler ABI info - done 20:19:51 -- Detecting C compile features 20:19:51 -- Detecting C compile features - done 20:19:51 -- Check for working CXX compiler: /usr/bin/c++ 20:19:51 -- Check for working CXX compiler: /usr/bin/c++ -- works 20:19:51 -- Detecting CXX compiler ABI info 20:19:52 -- Detecting CXX compiler ABI info - done 20:19:52 -- Detecting CXX compile features 20:19:52 -- Detecting CXX compile features - done 20:19:52 -- Using CATKIN_DEVEL_PREFIX: /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/devel 20:19:52 -- Using CMAKE_PREFIX_PATH: /opt/ros/melodic 20:19:52 -- This workspace overlays: /opt/ros/melodic 20:19:53 -- Found PythonInterp: /usr/bin/python (found version "2.7.15") 20:19:53 -- Using PYTHON_EXECUTABLE: /usr/bin/python 20:19:53 -- Using Debian Python package layout 20:19:53 -- Using empy: /usr/bin/empy 20:19:53 -- Using CATKIN_ENABLE_TESTING: ON 20:19:53 -- Skip enable_testing() when building binary package 20:19:53 -- Using CATKIN_TEST_RESULTS_DIR: /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/test_results 20:19:53 -- Found gtest sources under '/usr/src/googletest': gtests will be built 20:19:53 -- Found gmock sources under '/usr/src/googletest': gmock will be built 20:19:53 -- Looking for pthread.h 20:19:53 -- Looking for pthread.h - found 20:19:53 -- Looking for pthread_create 20:19:53 -- Looking for pthread_create - not found 20:19:53 -- Looking for pthread_create in pthreads 20:19:53 -- Looking for pthread_create in pthreads - not found 20:19:53 -- Looking for pthread_create in pthread 20:19:53 -- Looking for pthread_create in pthread - found 20:19:53 -- Found Threads: TRUE 20:19:53 -- Using Python nosetests: /usr/bin/nosetests-2.7 20:19:53 -- catkin 0.7.19 20:19:53 -- BUILD_SHARED_LIBS is on 20:19:54 -- Configuring done 20:19:54 -- Generating done 20:19:54 CMake Warning: 20:19:54 Manually-specified variables were not used by the project: 20:19:54 20:19:54 CMAKE_EXPORT_NO_PACKAGE_REGISTRY 20:19:54 CMAKE_INSTALL_LOCALSTATEDIR 20:19:54 CMAKE_INSTALL_SYSCONFDIR 20:19:54 20:19:54 20:19:54 -- Build files have been written to: /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu 20:19:54 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:54 debian/rules override_dh_auto_build 20:19:54 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:54 # In case we're installing to a non-standard location, look for a setup.sh 20:19:54 # in the install tree that was dropped by catkin, and source it. It will 20:19:54 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 20:19:54 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 20:19:54 dh_auto_build 20:19:54 cd obj-x86_64-linux-gnu && make -j1 20:19:54 make[2]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 20:19:54 /usr/bin/cmake -H/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14 -B/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 20:19:54 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/CMakeFiles/progress.marks 20:19:54 make -f CMakeFiles/Makefile2 all 20:19:54 make[3]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 20:19:54 make[3]: Nothing to be done for 'all'. 20:19:54 make[3]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 20:19:54 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/CMakeFiles 0 20:19:54 make[2]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 20:19:54 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:54 debian/rules override_dh_auto_test 20:19:54 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:54 # In case we're installing to a non-standard location, look for a setup.sh 20:19:54 # in the install tree that was dropped by catkin, and source it. It will 20:19:54 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 20:19:54 echo -- Running tests. Even if one of them fails the build is not canceled. 20:19:54 -- Running tests. Even if one of them fails the build is not canceled. 20:19:54 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 20:19:54 dh_auto_test || true 20:19:54 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:54 fakeroot debian/rules binary 20:19:54 dh binary -v --buildsystem=cmake 20:19:55 dh_testroot -O-v -O--buildsystem=cmake 20:19:55 dh_prep -O-v -O--buildsystem=cmake 20:19:55 rm -f -- debian/ros-melodic-catkin-test-pkg.substvars 20:19:55 rm -fr -- debian/.debhelper/generated/ros-melodic-catkin-test-pkg/ debian/ros-melodic-catkin-test-pkg/ debian/tmp/ 20:19:55 dh_installdirs -O-v -O--buildsystem=cmake 20:19:55 install -d debian/ros-melodic-catkin-test-pkg 20:19:55 debian/rules override_dh_auto_install 20:19:55 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:55 # In case we're installing to a non-standard location, look for a setup.sh 20:19:55 # in the install tree that was dropped by catkin, and source it. It will 20:19:55 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 20:19:55 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 20:19:55 dh_auto_install 20:19:55 cd obj-x86_64-linux-gnu && make -j1 install DESTDIR=/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/debian/ros-melodic-catkin-test-pkg AM_UPDATE_INFO_DIR=no 20:19:55 make[2]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 20:19:55 /usr/bin/cmake -H/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14 -B/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 20:19:55 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/CMakeFiles/progress.marks 20:19:55 make -f CMakeFiles/Makefile2 all 20:19:55 make[3]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 20:19:55 make[3]: Nothing to be done for 'all'. 20:19:55 make[3]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 20:19:55 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/CMakeFiles 0 20:19:55 make -f CMakeFiles/Makefile2 preinstall 20:19:55 make[3]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 20:19:55 make[3]: Nothing to be done for 'preinstall'. 20:19:55 make[3]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 20:19:55 Install the project... 20:19:55 /usr/bin/cmake -P cmake_install.cmake 20:19:55 -- Install configuration: "None" 20:19:55 -- Installing: /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/debian/ros-melodic-catkin-test-pkg/opt/ros/melodic/lib/pkgconfig/catkin_test_pkg.pc 20:19:55 -- Installing: /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/debian/ros-melodic-catkin-test-pkg/opt/ros/melodic/share/catkin_test_pkg/cmake/catkin_test_pkgConfig.cmake 20:19:55 -- Installing: /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/debian/ros-melodic-catkin-test-pkg/opt/ros/melodic/share/catkin_test_pkg/cmake/catkin_test_pkgConfig-version.cmake 20:19:55 -- Installing: /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/debian/ros-melodic-catkin-test-pkg/opt/ros/melodic/share/catkin_test_pkg/package.xml 20:19:55 make[2]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 20:19:55 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:55 dh_install -O-v -O--buildsystem=cmake 20:19:55 install -d debian/.debhelper/generated/ros-melodic-catkin-test-pkg 20:19:55 dh_installdocs -O-v -O--buildsystem=cmake 20:19:55 install -d debian/ros-melodic-catkin-test-pkg/usr/share/doc/ros-melodic-catkin-test-pkg 20:19:55 dh_installchangelogs -O-v -O--buildsystem=cmake 20:19:55 install -p -m0644 debian/changelog debian/ros-melodic-catkin-test-pkg/usr/share/doc/ros-melodic-catkin-test-pkg/changelog.Debian 20:19:55 dh_installexamples -O-v -O--buildsystem=cmake 20:19:55 dh_installman -O-v -O--buildsystem=cmake 20:19:56 dh_installcatalogs -O-v -O--buildsystem=cmake 20:19:56 dh_installcron -O-v -O--buildsystem=cmake 20:19:56 dh_installdebconf -O-v -O--buildsystem=cmake 20:19:56 install -d debian/ros-melodic-catkin-test-pkg/DEBIAN 20:19:56 dh_installemacsen -O-v -O--buildsystem=cmake 20:19:56 dh_installifupdown -O-v -O--buildsystem=cmake 20:19:56 dh_installinfo -O-v -O--buildsystem=cmake 20:19:56 dh_installinit -O-v -O--buildsystem=cmake 20:19:56 dh_installmenu -O-v -O--buildsystem=cmake 20:19:56 dh_installmime -O-v -O--buildsystem=cmake 20:19:56 dh_installmodules -O-v -O--buildsystem=cmake 20:19:56 dh_installlogcheck -O-v -O--buildsystem=cmake 20:19:56 dh_installlogrotate -O-v -O--buildsystem=cmake 20:19:56 dh_installpam -O-v -O--buildsystem=cmake 20:19:56 dh_installppp -O-v -O--buildsystem=cmake 20:19:56 dh_installudev -O-v -O--buildsystem=cmake 20:19:57 dh_installgsettings -O-v -O--buildsystem=cmake 20:19:57 dh_bugfiles -O-v -O--buildsystem=cmake 20:19:57 dh_ucf -O-v -O--buildsystem=cmake 20:19:57 dh_lintian -O-v -O--buildsystem=cmake 20:19:57 dh_gconf -O-v -O--buildsystem=cmake 20:19:57 dh_icons -O-v -O--buildsystem=cmake 20:19:57 dh_perl -O-v -O--buildsystem=cmake 20:19:57 dh_usrlocal -O-v -O--buildsystem=cmake 20:19:57 dh_link -O-v -O--buildsystem=cmake 20:19:57 dh_installwm -O-v -O--buildsystem=cmake 20:19:57 dh_installxfonts -O-v -O--buildsystem=cmake 20:19:57 dh_strip_nondeterminism -O-v -O--buildsystem=cmake 20:19:57 dh_compress -O-v -O--buildsystem=cmake 20:19:57 cd debian/ros-melodic-catkin-test-pkg 20:19:57 chmod a-x usr/share/doc/ros-melodic-catkin-test-pkg/changelog.Debian 20:19:57 gzip -9nf usr/share/doc/ros-melodic-catkin-test-pkg/changelog.Debian 20:19:57 cd '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:57 dh_fixperms -O-v -O--buildsystem=cmake 20:19:57 find debian/ros-melodic-catkin-test-pkg -true -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 20:19:57 find debian/ros-melodic-catkin-test-pkg ! -type l -a -true -a -true -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s 20:19:58 find debian/ros-melodic-catkin-test-pkg/usr/share/doc -type f -a -true -a ! -regex 'debian/ros-melodic-catkin-test-pkg/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 20:19:58 find debian/ros-melodic-catkin-test-pkg/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755 20:19:58 find debian/ros-melodic-catkin-test-pkg -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.scss' -o -name '*.sass' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \) -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644 20:19:58 dh_missing -O-v -O--buildsystem=cmake 20:19:58 dh_strip -O-v -O--buildsystem=cmake 20:19:58 dh_makeshlibs -O-v -O--buildsystem=cmake 20:19:58 rm -f debian/ros-melodic-catkin-test-pkg/DEBIAN/shlibs 20:19:58 debian/rules override_dh_shlibdeps 20:19:58 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:58 # In case we're installing to a non-standard location, look for a setup.sh 20:19:58 # in the install tree that was dropped by catkin, and source it. It will 20:19:58 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 20:19:58 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 20:19:58 dh_shlibdeps -l/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/debian/ros-melodic-catkin-test-pkg//opt/ros/melodic/lib/ 20:19:58 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 20:19:58 dh_installdeb -O-v -O--buildsystem=cmake 20:19:58 dh_gencontrol -O-v -O--buildsystem=cmake 20:19:58 echo misc:Depends= >> debian/ros-melodic-catkin-test-pkg.substvars 20:19:58 echo misc:Pre-Depends= >> debian/ros-melodic-catkin-test-pkg.substvars 20:19:58 dpkg-gencontrol -pros-melodic-catkin-test-pkg -ldebian/changelog -Tdebian/ros-melodic-catkin-test-pkg.substvars -Pdebian/ros-melodic-catkin-test-pkg -UMulti-Arch 20:19:58 dpkg-gencontrol: warning: Depends field of package ros-melodic-catkin-test-pkg: unknown substitution variable ${shlibs:Depends} 20:19:58 chmod 0644 -- debian/ros-melodic-catkin-test-pkg/DEBIAN/control 20:19:58 chown 0:0 -- debian/ros-melodic-catkin-test-pkg/DEBIAN/control 20:19:58 dh_md5sums -O-v -O--buildsystem=cmake 20:19:58 (cd debian/ros-melodic-catkin-test-pkg >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum | perl -pe 'if (s@^\\@@) { s/\\\\/\\/g; }' > DEBIAN/md5sums) >/dev/null 20:19:58 chmod 0644 -- debian/ros-melodic-catkin-test-pkg/DEBIAN/md5sums 20:19:58 chown 0:0 -- debian/ros-melodic-catkin-test-pkg/DEBIAN/md5sums 20:19:58 dh_builddeb -O-v -O--buildsystem=cmake 20:19:58 dpkg-deb --build debian/ros-melodic-catkin-test-pkg .. 20:19:58 dpkg-deb: building package 'ros-melodic-catkin-test-pkg' in '../ros-melodic-catkin-test-pkg_0.0.14-1bionic.20191108.201924_amd64.deb'. 20:19:58 dpkg-genbuildinfo --build=binary 20:19:59 dpkg-genbuildinfo: warning: debian/changelog(l11): found trailer where expected start of change data 20:19:59 LINE: -- marc <marc@hanheide.net> Tue, 06 Jun 2017 23:00:00 -0000 20:19:59 dpkg-genchanges --build=binary >../ros-melodic-catkin-test-pkg_0.0.14-1bionic.20191108.201924_amd64.changes 20:19:59 dpkg-genchanges: warning: debian/changelog(l11): found trailer where expected start of change data 20:19:59 LINE: -- marc <marc@hanheide.net> Tue, 06 Jun 2017 23:00:00 -0000 20:19:59 dpkg-genchanges: info: binary-only upload (no source code included) 20:19:59 dpkg-source --after-build ros-melodic-catkin-test-pkg-0.0.14 20:19:59 dpkg-source: info: using options from ros-melodic-catkin-test-pkg-0.0.14/debian/source/options: --auto-commit 20:19:59 dpkg-buildpackage: info: binary-only upload (no source included) 20:19:59 I: Successfully built in /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14 20:19:59 # END SUBSECTION20:19:59 SSH: Connecting from host [lcas-buildfarm-slave-1] 20:19:59 SSH: Connecting with configuration [repo] ... 20:20:00 SSH: Disconnecting configuration [repo] ... 20:20:00 SSH: Transferred 2 file(s) 20:20:00 Build step 'Send files or execute commands over SSH' changed build result to SUCCESS 20:20:00 Waiting for the completion of Mrel_import-package 20:20:10 Mrel_import-package #14 completed. Result was SUCCESS 20:20:10 $ ssh-agent -k 20:20:10 unset SSH_AUTH_SOCK; 20:20:10 unset SSH_AGENT_PID; 20:20:10 echo Agent pid 12367 killed; 20:20:10 [ssh-agent] Stopped. 20:20:10 [description-setter] Description set: 0.0.14-1bionic.20191108.201924 20:20:10 Sending e-mails to: lcas-build-farm@googlegroups.com marc@hanheide.net 20:20:11 Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered 20:20:11 Triggering a new build of Mrel_sync-packages-to-testing_bionic_amd64 20:20:11 Finished: SUCCESS14. Clean up to save disk space on agentsHide Details
20:19:59 # BEGIN SECTION: Clean up to save disk space on agents 20:19:59 + chmod -R u+w /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb 20:19:59 + rm -fr binarydeb/ros-melodic-catkin-test-pkg-0.0.14/CHANGELOG.rst binarydeb/ros-melodic-catkin-test-pkg-0.0.14/CMakeLists.txt binarydeb/ros-melodic-catkin-test-pkg-0.0.14/debian binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu binarydeb/ros-melodic-catkin-test-pkg-0.0.14/package.xml 20:19:59 + echo # END SECTION 20:19:59 # END SECTION