Console Output
11:19:26 Started by user Admin 11:19:26 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 11:19:26 [ssh-agent] Looking for ssh-agent implementation... 11:19:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:19:26 $ ssh-agent 11:19:26 SSH_AUTH_SOCK=/tmp/ssh-4RpdA5sPcdFX/agent.31597 11:19:26 SSH_AGENT_PID=31599 11:19:26 [ssh-agent] Started. 11:19:26 $ ssh-add /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary@tmp/private_key_3948164247573982694.key 11:19:26 Identity added: /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary@tmp/private_key_3948164247573982694.key (/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary@tmp/private_key_3948164247573982694.key) 11:19:26 [ssh-agent] Using credentials jenkins-slave 11:19:2611:19:261. Check upstream projectsHide Details
11:19:26 # BEGIN SECTION: Check upstream projects 11:19:26 Verify that no recursive upstream project is broken: 11:19:26 11:19:26 - 'Msrc_uB__catkin_test_pkg__ubuntu_bionic__source' build '1' has result 'SUCCESS' 11:19:26 All recursive upstream projects are (un)stable 11:19:26 # END SECTION11:19:26 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson8259863800742682340.sh 11:19:26 + echo # BEGIN SECTION: docker version2. Check free disk spaceHide Details
11:19:26 # BEGIN SECTION: Check free disk space 11:19:26 Usable disk space = 55225139200 bytes 11:19:26 Free space threshold = 5368709120 bytes 11:19:26 # END SECTION11:19:26 + echo # BEGIN SECTION: docker info3. docker versionHide Details
11:19:26 # BEGIN SECTION: docker version 11:19:26 + docker version 11:19:26 Client: 11:19:26 Version: 1.9.1 11:19:26 API version: 1.21 11:19:26 Go version: go1.4.2 11:19:26 Git commit: a34a1d5 11:19:26 Built: Fri Nov 20 13:12:04 UTC 2015 11:19:26 OS/Arch: linux/amd64 11:19:26 11:19:26 Server: 11:19:26 Version: 1.9.1 11:19:26 API version: 1.21 11:19:26 Go version: go1.4.2 11:19:26 Git commit: a34a1d5 11:19:26 Built: Fri Nov 20 13:12:04 UTC 2015 11:19:26 OS/Arch: linux/amd64 11:19:26 + echo # END SECTION 11:19:26 # END SECTION11:19:27 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson7814868130234573430.sh 11:19:27 + echo # BEGIN SECTION: Check docker status4. docker infoHide Details
11:19:26 # BEGIN SECTION: docker info 11:19:26 + docker info 11:19:27 Containers: 40 11:19:27 Images: 1596 11:19:27 Server Version: 1.9.1 11:19:27 Storage Driver: aufs 11:19:27 Root Dir: /var/lib/docker/aufs 11:19:27 Backing Filesystem: extfs 11:19:27 Dirs: 2425 11:19:27 Dirperm1 Supported: false 11:19:27 Execution Driver: native-0.2 11:19:27 Logging Driver: json-file 11:19:27 Kernel Version: 3.13.0-29-generic 11:19:27 Operating System: Ubuntu 14.04 LTS 11:19:27 CPUs: 2 11:19:27 Total Memory: 3.861 GiB 11:19:27 Name: lcas-buildfarm-slave-1 11:19:27 ID: LZSS:PF7G:CREH:TEQW:FH57:3M6D:KCSS:ODQY:SPHA:ND7A:FHYG:PNDE 11:19:27 WARNING: No swap limit support 11:19:27 + echo # END SECTION 11:19:27 # END SECTION11:19:28 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson4011634296146469525.sh 11:19:28 + echo # BEGIN SECTION: Embed wrapper scripts5. Check docker statusHide Details
11:19:27 # BEGIN SECTION: Check docker status 11:19:27 + echo Testing trivial docker invocation... 11:19:27 Testing trivial docker invocation... 11:19:27 + docker run --rm ubuntu:bionic true 11:19:28 + echo 'docker run' returned 0 11:19:28 'docker run' returned 0 11:19:28 docker seems operational, continuing 11:19:28 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson5929861558118176999.sh 11:19:28 + echo # END SECTION 11:19:28 # END SECTION11:19:28 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson3184282062854479233.sh 11:19:28 + echo # BEGIN SECTION: Clone ros_buildfarm6. Embed wrapper scriptsHide Details
11:19:28 # BEGIN SECTION: Embed wrapper scripts 11:19:28 + rm -fr wrapper_scripts 11:19:28 + mkdir wrapper_scripts 11:19:28 + 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()) 11:19:28 + echo # END SECTION 11:19:28 # END SECTION11:19:30 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson5757636890808403804.sh 11:19:30 + echo # BEGIN SECTION: Write PGP repository keys7. Clone ros_buildfarmHide Details
11:19:28 # BEGIN SECTION: Clone ros_buildfarm 11:19:28 + rm -fr ros_buildfarm 11:19:28 + python3 -u wrapper_scripts/git.py clone --depth 1 -b lcas_new https://github.com/lcas/ros_buildfarm.git ros_buildfarm 11:19:28 Invoking 'git clone --depth 1 -b lcas_new https://github.com/lcas/ros_buildfarm.git ros_buildfarm' 11:19:28 Cloning into 'ros_buildfarm'... 11:19:30 + git -C ros_buildfarm --no-pager log -n 1 11:19:30 commit ed0b225e9ebeba75438638dcb7436f5cbc36ef74 11:19:30 Author: Marc Hanheide <marc@hanheide.net> 11:19:30 Date: Thu Nov 7 13:52:39 2019 +0000 11:19:30 11:19:30 back to slave... 11:19:30 + rm -fr ros_buildfarm/.git 11:19:30 + rm -fr ros_buildfarm/doc 11:19:30 + echo # END SECTION 11:19:30 # END SECTION11:19:30 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson4258481224460652766.sh 11:19:30 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker 11:19:30 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker 11:19:30 + sleep 1 11:19:30 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 31700 --cid-file /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker/docker.cid 11:19:31 + echo # BEGIN SECTION: Generate Dockerfile - binarydeb task8. Write PGP repository keysHide Details
11:19:30 # BEGIN SECTION: Write PGP repository keys 11:19:30 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/keys 11:19:30 + 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 11:19:30 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 11:19:30 Version: GnuPG v1.4.11 (GNU/Linux) 11:19:30 11:19:30 mQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn 11:19:30 MsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf 11:19:30 xcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw 11:19:30 kPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv 11:19:30 /o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh 11:19:30 EBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg 11:19:30 KFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD 11:19:30 BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX 11:19:30 yQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI 11:19:30 7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy 11:19:30 JjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T 11:19:30 Yh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++ 11:19:30 Cut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ 11:19:30 cvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM 11:19:30 hU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3 11:19:30 IWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm 11:19:30 Z4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK 11:19:30 7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb 11:19:30 oRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC 11:19:30 AAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U 11:19:30 NTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0 11:19:30 ikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU 11:19:30 M7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N 11:19:30 l9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ 11:19:30 Chb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ== 11:19:30 =nFcN 11:19:30 -----END PGP PUBLIC KEY BLOCK----- 11:19:30 11:19:30 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 11:19:30 Version: SKS 1.1.6 11:19:30 Comment: Hostname: keyserver.ubuntu.com 11:19:30 11:19:30 mQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L 11:19:30 /HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw 11:19:30 DuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47 11:19:30 ZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+ 11:19:30 d+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS 11:19:30 6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN 11:19:30 qoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL 11:19:30 8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/ 11:19:30 /SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz 11:19:30 vz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90 11:19:30 aWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu 11:19:30 1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur 11:19:30 F8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN 11:19:30 KARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s 11:19:30 NGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv 11:19:30 ZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO 11:19:30 K+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo 11:19:30 bC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs 11:19:30 Fn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s 11:19:30 QNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR 11:19:30 hE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp 11:19:30 PWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd 11:19:30 =4Ofr 11:19:30 -----END PGP PUBLIC KEY BLOCK----- 11:19:30 11:19:30 + echo # END SECTION 11:19:30 # END SECTION11:19:31 + echo # BEGIN SECTION: Build Dockerfile - binarydeb task9. Generate Dockerfile - binarydeb taskHide Details
11:19:31 # BEGIN SECTION: Generate Dockerfile - binarydeb task 11:19:31 + export TZ=GMT+00 11:19:31 + export PYTHONPATH=/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm: 11:19:31 + 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 11:19:31 Using the following distribution repositories: 11:19:31 http://10.210.9.154/ubuntu/building (/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/keys/0.key) 11:19:31 http://packages.ros.org/ros/ubuntu (/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/keys/1.key) 11:19:31 Generating Dockerfile '/home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker/Dockerfile': 11:19:31 # generated from release/binarydeb_create_task.Dockerfile.em 11:19:31 11:19:31 FROM ubuntu:bionic 11:19:31 11:19:31 VOLUME ["/var/cache/apt/archives"] 11:19:31 11:19:31 ENV DEBIAN_FRONTEND noninteractive 11:19:31 11:19:31 11:19:31 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 11:19:31 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 11:19:31 RUN locale-gen en_US.UTF-8 11:19:31 ENV LANG en_US.UTF-8 11:19:31 ENV TZ GMT+00 11:19:31 11:19:31 11:19:31 RUN useradd -u 1002 -m buildfarm 11:19:31 11:19:31 RUN mkdir /tmp/keys 11:19:31 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 11:19:31 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 11:19:31 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 11:19:31 RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 11:19:31 RUN echo deb-src http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 11:19:31 RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 11:19:31 11:19:31 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)) 11:19:31 11:19:31 RUN mkdir /tmp/wrapper_scripts 11:19:31 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 11:19:31 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 11:19:31 11:19:31 # automatic invalidation once every day 11:19:31 RUN echo "2019-11-08 (+0000)" 11:19:31 11:19:31 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 11:19:31 11:19:31 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 11:19:31 11:19:31 # always invalidate to actually have the latest apt repo state 11:19:31 RUN echo "2019-11-08 11:19:31 +0000" 11:19:31 RUN python3 -u /tmp/wrapper_scripts/apt.py update 11:19:31 11:19:31 USER buildfarm 11:19:31 ENTRYPOINT ["sh", "-c"] 11:19:31 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"] 11:19:31 + echo # END SECTION 11:19:31 # END SECTION11:19:49 + echo # BEGIN SECTION: Run Dockerfile - binarydeb task10. Build Dockerfile - binarydeb taskHide Details
11:19:31 # BEGIN SECTION: Build Dockerfile - binarydeb task 11:19:31 + cd /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_generating_docker 11:19:31 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 11:19:31 Get base image name from Dockerfile 'Dockerfile': ubuntu:bionic 11:19:31 Check docker base image for updates: docker pull ubuntu:bionic 11:19:32 bionic: Pulling from library/ubuntu 11:19:32 Digest: sha256:1d1c09d1d5e42265dd6e7d35dcc73373f0e1b76da661463f24487ac3dbeb673f 11:19:32 Status: Image is up to date for ubuntu:bionic 11:19:32 + docker build --force-rm -t binarydeb_task_generation.melodic_ubuntu_bionic_amd64_catkin_test_pkg . 11:19:32 Sending build context to Docker daemon 20.99 kB Sending build context to Docker daemon 20.99 kB 11:19:33 Step 1 : FROM ubuntu:bionic 11:19:33 ---> 6120d8e09b3f 11:19:33 Step 2 : VOLUME /var/cache/apt/archives 11:19:33 ---> Using cache 11:19:33 ---> 41662618c3f3 11:19:33 Step 3 : ENV DEBIAN_FRONTEND noninteractive 11:19:33 ---> Using cache 11:19:33 ---> 0a994878ebbe 11: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 11:19:34 ---> Using cache 11:19:34 ---> f6b3479bf7a2 11:19:34 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 11:19:34 ---> Using cache 11:19:34 ---> b5311d656914 11:19:34 Step 6 : RUN locale-gen en_US.UTF-8 11:19:35 ---> Using cache 11:19:35 ---> 1733d2c520f5 11:19:35 Step 7 : ENV LANG en_US.UTF-8 11:19:36 ---> Using cache 11:19:36 ---> 8d36f83322ba 11:19:36 Step 8 : ENV TZ GMT+00 11:19:36 ---> Using cache 11:19:36 ---> c33c72455cdb 11:19:36 Step 9 : RUN useradd -u 1002 -m buildfarm 11:19:36 ---> Using cache 11:19:36 ---> 83b58800c890 11:19:36 Step 10 : RUN mkdir /tmp/keys 11:19:37 ---> Using cache 11:19:37 ---> e515a52ea300 11:19:37 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 11:19:37 ---> Using cache 11:19:37 ---> b4ead5c53821 11:19:37 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 11:19:38 ---> Using cache 11:19:38 ---> 32fa9172a02e 11:19:38 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 11:19:38 ---> Using cache 11:19:38 ---> 7497d98a7083 11:19:38 Step 14 : RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 11:19:39 ---> Using cache 11:19:39 ---> 16ae9981a818 11:19:39 Step 15 : RUN echo deb-src http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 11:19:39 ---> Using cache 11:19:39 ---> e56c9c22ccb0 11:19:39 Step 16 : RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 11:19:40 ---> Using cache 11:19:40 ---> a66ea495687c 11:19:40 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)) 11:19:40 ---> Using cache 11:19:40 ---> 6f1cdeac0535 11:19:40 Step 18 : RUN mkdir /tmp/wrapper_scripts 11:19:41 ---> Using cache 11:19:41 ---> e14177012c44 11:19:41 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 11:19:41 ---> Using cache 11:19:41 ---> 03952a6741d1 11:19:41 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 11:19:41 ---> Using cache 11:19:41 ---> 8f20fd91c7a2 11:19:41 Step 21 : RUN echo "2019-11-08 (+0000)" 11:19:42 ---> Using cache 11:19:42 ---> 768810db58b3 11:19:42 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 11:19:42 ---> Using cache 11:19:42 ---> 185d545d14aa 11:19:42 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 11:19:43 ---> Using cache 11:19:43 ---> 096b87458c7b 11:19:43 Step 24 : RUN echo "2019-11-08 11:19:31 +0000" 11:19:43 ---> Running in 3844c55ec1f6 11:19:44 2019-11-08 11:19:31 +0000 11:19:44 ---> 52106b7c8895 11:19:44 Removing intermediate container 3844c55ec1f6 11:19:44 Step 25 : RUN python3 -u /tmp/wrapper_scripts/apt.py update 11:19:44 ---> Running in 9df69106691d 11:19:45 Invoking 'apt-get update' 11:19:45 Hit:1 http://10.210.9.154/ubuntu/building bionic InRelease 11:19:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:19:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:19:45 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:19:45 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 11:19:45 Get:6 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:19:45 Hit:7 http://packages.ros.org/ros/ubuntu bionic InRelease 11:19:46 Fetched 341 kB in 1s (276 kB/s) 11:19:48 Reading package lists... 11:19:48 ---> 26bf01db1f32 11:19:48 Removing intermediate container 9df69106691d 11:19:48 Step 26 : USER buildfarm 11:19:48 ---> Running in 1284ccad8674 11:19:48 ---> 1d66ebf67584 11:19:48 Removing intermediate container 1284ccad8674 11:19:48 Step 27 : ENTRYPOINT sh -c 11:19:49 ---> Running in 0b206351cb53 11:19:49 ---> b15e821f9832 11:19:49 Removing intermediate container 0b206351cb53 11:19:49 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 11:19:49 ---> Running in 6d840d13affb 11:19:49 ---> bb9f912b9f78 11:19:49 Removing intermediate container 6d840d13affb 11:19:49 Successfully built bb9f912b9f78 11:19:49 + echo # END SECTION 11:19:49 # END SECTION11:20:02 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson1168128131378058980.sh 11:20:02 + sleep 1 11:20:02 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 32398 --cid-file /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_build_binarydeb/docker.cid 11:20:03 + echo # BEGIN SECTION: Build Dockerfile - build binarydeb11. Run Dockerfile - binarydeb taskHide Details
11:19:49 # BEGIN SECTION: Run Dockerfile - binarydeb task 11:19:49 + [ -f /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb ] 11:19:49 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb 11:19:49 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_build_binarydeb 11:19:49 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb 11:19:49 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_build_binarydeb 11:19:49 + 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
11:19:50 # BEGIN SUBSECTION: get sourcedeb 11:19:55 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' 11:19:57 Invoking 'apt-get source --download-only --only-source ros-melodic-catkin-test-pkg=0.0.14-1bionic' 11:19:57 Reading package lists... 11:19:57 Need to get 5,783 B of source archives. 11:19:57 Get:1 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-catkin-test-pkg 0.0.14-1bionic (dsc) [989 B] 11:19:57 Get:2 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-catkin-test-pkg 0.0.14-1bionic (tar) [3,066 B] 11:19:57 Get:3 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-catkin-test-pkg 0.0.14-1bionic (diff) [1,728 B] 11:19:57 Fetched 5,783 B in 0s (490 kB/s) 11:19:57 Download complete and in download only mode 11:19:57 Invoking 'dpkg-source -x ros-melodic-catkin-test-pkg_0.0.14-1bionic.dsc' 11:19:57 dpkg-source: warning: extracting unsigned source package (ros-melodic-catkin-test-pkg_0.0.14-1bionic.dsc) 11:19:57 dpkg-source: info: extracting ros-melodic-catkin-test-pkg in ros-melodic-catkin-test-pkg-0.0.14 11:19:57 dpkg-source: info: unpacking ros-melodic-catkin-test-pkg_0.0.14.orig.tar.gz 11:19:57 dpkg-source: info: unpacking ros-melodic-catkin-test-pkg_0.0.14-1bionic.debian.tar.xz 11:19:57 Package maintainer emails: marc@hanheide.net 11:19:57 # END SUBSECTION11:20:00 Looking for the '.dsc' file of package 'ros-melodic-catkin-test-pkg' with version '0.0.14-1' 11:20:02 Using the following distribution repositories: 11:20:02 http://10.210.9.154/ubuntu/building (/tmp/keys/0.key) 11:20:02 http://packages.ros.org/ros/ubuntu (/tmp/keys/1.key) 11:20:02 Generating Dockerfile '/tmp/docker_build_binarydeb/Dockerfile': 11:20:02 # generated from release/binarydeb_task.Dockerfile.em 11:20:02 11:20:02 11:20:02 FROM ubuntu:bionic 11:20:02 11:20:02 VOLUME ["/var/cache/apt/archives"] 11:20:02 11:20:02 ENV DEBIAN_FRONTEND noninteractive 11:20:02 11:20:02 11:20:02 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 11:20:02 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 11:20:02 RUN locale-gen en_US.UTF-8 11:20:02 ENV LANG en_US.UTF-8 11:20:02 ENV TZ GMT+00 11:20:02 11:20:02 RUN useradd -u 1002 -m buildfarm 11:20:02 11:20:02 RUN mkdir /tmp/keys 11:20:02 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 11:20:02 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 11:20:02 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 11:20:02 RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 11:20:02 RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 11:20:02 11:20:02 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)) 11:20:02 11:20:02 RUN mkdir /tmp/wrapper_scripts 11:20:02 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 11:20:02 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 11:20:02 11:20:02 # automatic invalidation once every day 11:20:02 RUN echo "2019-11-08 (+0000)" 11:20:02 11:20:02 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 11:20:02 11:20:02 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 11:20:02 11:20:02 # for each dependency: echo version, apt update, apt install, apt clean 11:20:02 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 11:20:02 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 11:20:02 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 11:20:02 11:20:02 USER buildfarm 11:20:02 ENTRYPOINT ["sh", "-c"] 11:20:02 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"] 11:20:02 Mount the following volumes when running the container: 11:20:02 -v /tmp/ros_buildfarm:/tmp/ros_buildfarm:ro 11:20:02 -v /tmp/binarydeb:/tmp/binarydeb 11:20:02 + echo # END SECTION 11:20:02 # END SECTION11.2. append build timestampHide Details
11:19:57 # BEGIN SUBSECTION: append build timestamp 11:19:57 dpkg-parsechangelog: warning: debian/changelog(l5): found trailer where expected start of change data 11:19:57 LINE: -- marc <marc@hanheide.net> Tue, 06 Jun 2017 23:00:00 -0000 11:19:57 Invoking 'debchange -v 0.0.14-1bionic.20191108.111957 -p -D bionic -u high -m Append timestamp when binarydeb was built.' in '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:19:57 debchange: warning: debian/changelog(l5): found trailer where expected start of change data 11:19:57 LINE: -- marc <marc@hanheide.net> Tue, 06 Jun 2017 23:00:00 -0000 11:19:57 # END SUBSECTION11:20:17 + echo # BEGIN SECTION: Run Dockerfile - build binarydeb12. Build Dockerfile - build binarydebHide Details
11:20:03 # BEGIN SECTION: Build Dockerfile - build binarydeb 11:20:03 + cd /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/docker_build_binarydeb 11:20:03 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 11:20:03 Get base image name from Dockerfile 'Dockerfile': ubuntu:bionic 11:20:03 Check docker base image for updates: docker pull ubuntu:bionic 11:20:05 bionic: Pulling from library/ubuntu 11:20:05 Digest: sha256:1d1c09d1d5e42265dd6e7d35dcc73373f0e1b76da661463f24487ac3dbeb673f 11:20:05 Status: Image is up to date for ubuntu:bionic 11:20:05 + docker build --force-rm -t binarydeb_build.melodic_ubuntu_bionic_amd64_catkin_test_pkg . 11:20:05 Sending build context to Docker daemon 20.48 kB Sending build context to Docker daemon 20.48 kB 11:20:05 Step 1 : FROM ubuntu:bionic 11:20:05 ---> 6120d8e09b3f 11:20:05 Step 2 : VOLUME /var/cache/apt/archives 11:20:05 ---> Using cache 11:20:05 ---> 41662618c3f3 11:20:05 Step 3 : ENV DEBIAN_FRONTEND noninteractive 11:20:06 ---> Using cache 11:20:06 ---> 0a994878ebbe 11:20:06 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 11:20:06 ---> Using cache 11:20:06 ---> f6b3479bf7a2 11:20:06 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 11:20:07 ---> Using cache 11:20:07 ---> b5311d656914 11:20:07 Step 6 : RUN locale-gen en_US.UTF-8 11:20:07 ---> Using cache 11:20:07 ---> 1733d2c520f5 11:20:07 Step 7 : ENV LANG en_US.UTF-8 11:20:07 ---> Using cache 11:20:07 ---> 8d36f83322ba 11:20:07 Step 8 : ENV TZ GMT+00 11:20:08 ---> Using cache 11:20:08 ---> c33c72455cdb 11:20:08 Step 9 : RUN useradd -u 1002 -m buildfarm 11:20:08 ---> Using cache 11:20:08 ---> 83b58800c890 11:20:08 Step 10 : RUN mkdir /tmp/keys 11:20:09 ---> Using cache 11:20:09 ---> e515a52ea300 11:20:09 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 11:20:09 ---> Using cache 11:20:09 ---> b4ead5c53821 11:20:09 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 11:20:10 ---> Using cache 11:20:10 ---> 32fa9172a02e 11:20:10 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 11:20:10 ---> Using cache 11:20:10 ---> 7497d98a7083 11:20:10 Step 14 : RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 11:20:11 ---> Using cache 11:20:11 ---> 16ae9981a818 11:20:11 Step 15 : RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 11:20:11 ---> Using cache 11:20:11 ---> cefb91788942 11:20:11 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)) 11:20:12 ---> Using cache 11:20:12 ---> 0f71b496c418 11:20:12 Step 17 : RUN mkdir /tmp/wrapper_scripts 11:20:12 ---> Using cache 11:20:12 ---> f2d2c904a6fe 11:20:12 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 11:20:12 ---> Using cache 11:20:12 ---> eac047253631 11:20:12 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 11:20:13 ---> Using cache 11:20:13 ---> f3340d87c62d 11:20:13 Step 20 : RUN echo "2019-11-08 (+0000)" 11:20:13 ---> Using cache 11:20:13 ---> da4f28c621a1 11:20:13 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 11:20:14 ---> Using cache 11:20:14 ---> ed0b95aaeeb8 11:20:14 Step 22 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 11:20:14 ---> Using cache 11:20:14 ---> 8f9ada9da581 11:20:14 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 11:20:15 ---> Using cache 11:20:15 ---> 56e130c52752 11:20:15 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 11:20:15 ---> Using cache 11:20:15 ---> b700af4fc59e 11:20:15 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 11:20:16 ---> Using cache 11:20:16 ---> 9d86981d096e 11:20:16 Step 26 : USER buildfarm 11:20:16 ---> Using cache 11:20:16 ---> 2a4c12a69247 11:20:16 Step 27 : ENTRYPOINT sh -c 11:20:17 ---> Using cache 11:20:17 ---> e2359036e1d9 11:20:17 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 11:20:17 ---> Using cache 11:20:17 ---> 959cc8150cf0 11:20:17 Successfully built 959cc8150cf0 11:20:17 + echo # END SECTION 11:20:17 # END SECTION11:20:32 [Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson7986575505651283027.sh 11:20:32 + [ false = false ] 11:20:32 + echo # BEGIN SECTION: Clean up to save disk space on agents13. Run Dockerfile - build binarydebHide Details
11:20:17 # BEGIN SECTION: Run Dockerfile - build binarydeb 11:20:17 + 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_pkg11:20:32 + echo # END SECTION 11:20:32 # END SECTION13.1. build binarydebHide Details
11:20:17 # BEGIN SUBSECTION: build binarydeb 11:20:18 Package 'ros-melodic-catkin-test-pkg' version: 0.0.14-1bionic.20191108.111957 11:20:20 Invoking 'apt-src build ros-melodic-catkin-test-pkg' in '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:21 I: Building in /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14 .. 11:20:22 dpkg-buildpackage: info: source package ros-melodic-catkin-test-pkg 11:20:22 dpkg-buildpackage: info: source version 0.0.14-1bionic.20191108.111957 11:20:22 dpkg-buildpackage: info: source distribution bionic 11:20:22 dpkg-buildpackage: info: source changed by marc <marc@hanheide.net> 11:20:22 dpkg-source --before-build ros-melodic-catkin-test-pkg-0.0.14 11:20:22 dpkg-buildpackage: info: host architecture amd64 11:20:22 dpkg-source: info: using options from ros-melodic-catkin-test-pkg-0.0.14/debian/source/options: --auto-commit 11:20:22 fakeroot debian/rules clean 11:20:22 dh clean -v --buildsystem=cmake 11:20:22 dh_testdir -O-v -O--buildsystem=cmake 11:20:23 dh_auto_clean -O-v -O--buildsystem=cmake 11:20:23 dh_clean -O-v -O--buildsystem=cmake 11:20:23 rm -f debian/debhelper-build-stamp 11:20:23 rm -rf debian/.debhelper/ 11:20:23 rm -f -- debian/ros-melodic-catkin-test-pkg.substvars debian/files 11:20:23 rm -fr -- debian/ros-melodic-catkin-test-pkg/ debian/tmp/ 11:20:23 find . \( \( \ 11:20:23 \( -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 \ 11:20:23 \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ 11:20:23 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ 11:20:23 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ 11:20:23 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ 11:20:23 \) -exec rm -f {} + \) -o \ 11:20:23 \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) 11:20:23 debian/rules build 11:20:23 dh build -v --buildsystem=cmake 11:20:23 dh_testdir -O-v -O--buildsystem=cmake 11:20:23 dh_update_autotools_config -O-v -O--buildsystem=cmake 11:20:23 debian/rules override_dh_auto_configure 11:20:23 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:23 # In case we're installing to a non-standard location, look for a setup.sh 11:20:23 # in the install tree that was dropped by catkin, and source it. It will 11:20:23 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 11:20:23 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 11:20:23 dh_auto_configure -- \ 11:20:23 -DCATKIN_BUILD_BINARY_PACKAGE="1" \ 11:20:23 -DCMAKE_INSTALL_PREFIX="/opt/ros/melodic" \ 11:20:23 -DCMAKE_PREFIX_PATH="/opt/ros/melodic" 11:20:23 install -d obj-x86_64-linux-gnu 11:20:23 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 11:20:23 -- The C compiler identification is GNU 7.4.0 11:20:23 -- The CXX compiler identification is GNU 7.4.0 11:20:23 -- Check for working C compiler: /usr/bin/cc 11:20:24 -- Check for working C compiler: /usr/bin/cc -- works 11:20:24 -- Detecting C compiler ABI info 11:20:24 -- Detecting C compiler ABI info - done 11:20:24 -- Detecting C compile features 11:20:24 -- Detecting C compile features - done 11:20:24 -- Check for working CXX compiler: /usr/bin/c++ 11:20:24 -- Check for working CXX compiler: /usr/bin/c++ -- works 11:20:24 -- Detecting CXX compiler ABI info 11:20:25 -- Detecting CXX compiler ABI info - done 11:20:25 -- Detecting CXX compile features 11:20:25 -- Detecting CXX compile features - done 11:20:25 -- Using CATKIN_DEVEL_PREFIX: /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/devel 11:20:25 -- Using CMAKE_PREFIX_PATH: /opt/ros/melodic 11:20:25 -- This workspace overlays: /opt/ros/melodic 11:20:25 -- Found PythonInterp: /usr/bin/python (found version "2.7.15") 11:20:25 -- Using PYTHON_EXECUTABLE: /usr/bin/python 11:20:25 -- Using Debian Python package layout 11:20:25 -- Using empy: /usr/bin/empy 11:20:25 -- Using CATKIN_ENABLE_TESTING: ON 11:20:25 -- Skip enable_testing() when building binary package 11:20:25 -- Using CATKIN_TEST_RESULTS_DIR: /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/test_results 11:20:25 -- Found gtest sources under '/usr/src/googletest': gtests will be built 11:20:25 -- Found gmock sources under '/usr/src/googletest': gmock will be built 11:20:25 -- Looking for pthread.h 11:20:26 -- Looking for pthread.h - found 11:20:26 -- Looking for pthread_create 11:20:26 -- Looking for pthread_create - not found 11:20:26 -- Looking for pthread_create in pthreads 11:20:26 -- Looking for pthread_create in pthreads - not found 11:20:26 -- Looking for pthread_create in pthread 11:20:26 -- Looking for pthread_create in pthread - found 11:20:26 -- Found Threads: TRUE 11:20:26 -- Using Python nosetests: /usr/bin/nosetests-2.7 11:20:26 -- catkin 0.7.19 11:20:26 -- BUILD_SHARED_LIBS is on 11:20:27 -- Configuring done 11:20:27 -- Generating done 11:20:27 CMake Warning: 11:20:27 Manually-specified variables were not used by the project: 11:20:27 11:20:27 CMAKE_EXPORT_NO_PACKAGE_REGISTRY 11:20:27 CMAKE_INSTALL_LOCALSTATEDIR 11:20:27 CMAKE_INSTALL_SYSCONFDIR 11:20:27 11:20:27 11:20:27 -- Build files have been written to: /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu 11:20:27 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:27 debian/rules override_dh_auto_build 11:20:27 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:27 # In case we're installing to a non-standard location, look for a setup.sh 11:20:27 # in the install tree that was dropped by catkin, and source it. It will 11:20:27 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 11:20:27 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 11:20:27 dh_auto_build 11:20:27 cd obj-x86_64-linux-gnu && make -j1 11:20:27 make[2]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 11:20:27 /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 11:20:27 /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 11:20:27 make -f CMakeFiles/Makefile2 all 11:20:27 make[3]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 11:20:27 make[3]: Nothing to be done for 'all'. 11:20:27 make[3]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 11:20:27 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/CMakeFiles 0 11:20:27 make[2]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 11:20:27 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:27 debian/rules override_dh_auto_test 11:20:27 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:27 # In case we're installing to a non-standard location, look for a setup.sh 11:20:27 # in the install tree that was dropped by catkin, and source it. It will 11:20:27 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 11:20:27 echo -- Running tests. Even if one of them fails the build is not canceled. 11:20:27 -- Running tests. Even if one of them fails the build is not canceled. 11:20:27 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 11:20:27 dh_auto_test || true 11:20:27 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:27 fakeroot debian/rules binary 11:20:27 dh binary -v --buildsystem=cmake 11:20:27 dh_testroot -O-v -O--buildsystem=cmake 11:20:28 dh_prep -O-v -O--buildsystem=cmake 11:20:28 rm -f -- debian/ros-melodic-catkin-test-pkg.substvars 11:20:28 rm -fr -- debian/.debhelper/generated/ros-melodic-catkin-test-pkg/ debian/ros-melodic-catkin-test-pkg/ debian/tmp/ 11:20:28 dh_installdirs -O-v -O--buildsystem=cmake 11:20:28 install -d debian/ros-melodic-catkin-test-pkg 11:20:28 debian/rules override_dh_auto_install 11:20:28 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:28 # In case we're installing to a non-standard location, look for a setup.sh 11:20:28 # in the install tree that was dropped by catkin, and source it. It will 11:20:28 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 11:20:28 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 11:20:28 dh_auto_install 11:20:28 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 11:20:28 make[2]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 11:20:28 /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 11:20:28 /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 11:20:28 make -f CMakeFiles/Makefile2 all 11:20:28 make[3]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 11:20:28 make[3]: Nothing to be done for 'all'. 11:20:28 make[3]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 11:20:28 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu/CMakeFiles 0 11:20:28 make -f CMakeFiles/Makefile2 preinstall 11:20:28 make[3]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 11:20:28 make[3]: Nothing to be done for 'preinstall'. 11:20:28 make[3]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 11:20:28 Install the project... 11:20:28 /usr/bin/cmake -P cmake_install.cmake 11:20:28 -- Install configuration: "None" 11:20:28 -- 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 11:20:28 -- 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 11:20:28 -- 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 11:20:28 -- 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 11:20:28 make[2]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/obj-x86_64-linux-gnu' 11:20:28 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:28 dh_install -O-v -O--buildsystem=cmake 11:20:28 install -d debian/.debhelper/generated/ros-melodic-catkin-test-pkg 11:20:28 dh_installdocs -O-v -O--buildsystem=cmake 11:20:28 install -d debian/ros-melodic-catkin-test-pkg/usr/share/doc/ros-melodic-catkin-test-pkg 11:20:28 dh_installchangelogs -O-v -O--buildsystem=cmake 11:20:28 install -p -m0644 debian/changelog debian/ros-melodic-catkin-test-pkg/usr/share/doc/ros-melodic-catkin-test-pkg/changelog.Debian 11:20:28 dh_installexamples -O-v -O--buildsystem=cmake 11:20:28 dh_installman -O-v -O--buildsystem=cmake 11:20:29 dh_installcatalogs -O-v -O--buildsystem=cmake 11:20:29 dh_installcron -O-v -O--buildsystem=cmake 11:20:29 dh_installdebconf -O-v -O--buildsystem=cmake 11:20:29 install -d debian/ros-melodic-catkin-test-pkg/DEBIAN 11:20:29 dh_installemacsen -O-v -O--buildsystem=cmake 11:20:29 dh_installifupdown -O-v -O--buildsystem=cmake 11:20:29 dh_installinfo -O-v -O--buildsystem=cmake 11:20:29 dh_installinit -O-v -O--buildsystem=cmake 11:20:29 dh_installmenu -O-v -O--buildsystem=cmake 11:20:29 dh_installmime -O-v -O--buildsystem=cmake 11:20:29 dh_installmodules -O-v -O--buildsystem=cmake 11:20:29 dh_installlogcheck -O-v -O--buildsystem=cmake 11:20:29 dh_installlogrotate -O-v -O--buildsystem=cmake 11:20:29 dh_installpam -O-v -O--buildsystem=cmake 11:20:29 dh_installppp -O-v -O--buildsystem=cmake 11:20:29 dh_installudev -O-v -O--buildsystem=cmake 11:20:30 dh_installgsettings -O-v -O--buildsystem=cmake 11:20:30 dh_bugfiles -O-v -O--buildsystem=cmake 11:20:30 dh_ucf -O-v -O--buildsystem=cmake 11:20:30 dh_lintian -O-v -O--buildsystem=cmake 11:20:30 dh_gconf -O-v -O--buildsystem=cmake 11:20:30 dh_icons -O-v -O--buildsystem=cmake 11:20:30 dh_perl -O-v -O--buildsystem=cmake 11:20:30 dh_usrlocal -O-v -O--buildsystem=cmake 11:20:30 dh_link -O-v -O--buildsystem=cmake 11:20:30 dh_installwm -O-v -O--buildsystem=cmake 11:20:30 dh_installxfonts -O-v -O--buildsystem=cmake 11:20:30 dh_strip_nondeterminism -O-v -O--buildsystem=cmake 11:20:30 dh_compress -O-v -O--buildsystem=cmake 11:20:30 cd debian/ros-melodic-catkin-test-pkg 11:20:30 chmod a-x usr/share/doc/ros-melodic-catkin-test-pkg/changelog.Debian 11:20:30 gzip -9nf usr/share/doc/ros-melodic-catkin-test-pkg/changelog.Debian 11:20:30 cd '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:30 dh_fixperms -O-v -O--buildsystem=cmake 11:20:30 find debian/ros-melodic-catkin-test-pkg -true -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 11:20:31 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 11:20:31 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 11:20:31 find debian/ros-melodic-catkin-test-pkg/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755 11:20:31 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 11:20:31 dh_missing -O-v -O--buildsystem=cmake 11:20:31 dh_strip -O-v -O--buildsystem=cmake 11:20:31 dh_makeshlibs -O-v -O--buildsystem=cmake 11:20:31 rm -f debian/ros-melodic-catkin-test-pkg/DEBIAN/shlibs 11:20:31 debian/rules override_dh_shlibdeps 11:20:31 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:31 # In case we're installing to a non-standard location, look for a setup.sh 11:20:31 # in the install tree that was dropped by catkin, and source it. It will 11:20:31 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 11:20:31 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 11:20:31 dh_shlibdeps -l/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14/debian/ros-melodic-catkin-test-pkg//opt/ros/melodic/lib/ 11:20:31 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14' 11:20:31 dh_installdeb -O-v -O--buildsystem=cmake 11:20:31 dh_gencontrol -O-v -O--buildsystem=cmake 11:20:31 echo misc:Depends= >> debian/ros-melodic-catkin-test-pkg.substvars 11:20:31 echo misc:Pre-Depends= >> debian/ros-melodic-catkin-test-pkg.substvars 11:20:31 dpkg-gencontrol -pros-melodic-catkin-test-pkg -ldebian/changelog -Tdebian/ros-melodic-catkin-test-pkg.substvars -Pdebian/ros-melodic-catkin-test-pkg -UMulti-Arch 11:20:31 dpkg-gencontrol: warning: Depends field of package ros-melodic-catkin-test-pkg: unknown substitution variable ${shlibs:Depends} 11:20:31 chmod 0644 -- debian/ros-melodic-catkin-test-pkg/DEBIAN/control 11:20:31 chown 0:0 -- debian/ros-melodic-catkin-test-pkg/DEBIAN/control 11:20:31 dh_md5sums -O-v -O--buildsystem=cmake 11:20:31 (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 11:20:31 chmod 0644 -- debian/ros-melodic-catkin-test-pkg/DEBIAN/md5sums 11:20:31 chown 0:0 -- debian/ros-melodic-catkin-test-pkg/DEBIAN/md5sums 11:20:31 dh_builddeb -O-v -O--buildsystem=cmake 11:20:31 dpkg-deb --build debian/ros-melodic-catkin-test-pkg .. 11:20:31 dpkg-deb: building package 'ros-melodic-catkin-test-pkg' in '../ros-melodic-catkin-test-pkg_0.0.14-1bionic.20191108.111957_amd64.deb'. 11:20:31 dpkg-genbuildinfo --build=binary 11:20:32 dpkg-genbuildinfo: warning: debian/changelog(l11): found trailer where expected start of change data 11:20:32 LINE: -- marc <marc@hanheide.net> Tue, 06 Jun 2017 23:00:00 -0000 11:20:32 dpkg-genchanges --build=binary >../ros-melodic-catkin-test-pkg_0.0.14-1bionic.20191108.111957_amd64.changes 11:20:32 dpkg-genchanges: warning: debian/changelog(l11): found trailer where expected start of change data 11:20:32 LINE: -- marc <marc@hanheide.net> Tue, 06 Jun 2017 23:00:00 -0000 11:20:32 dpkg-genchanges: info: binary-only upload (no source code included) 11:20:32 dpkg-source --after-build ros-melodic-catkin-test-pkg-0.0.14 11:20:32 dpkg-source: info: using options from ros-melodic-catkin-test-pkg-0.0.14/debian/source/options: --auto-commit 11:20:32 dpkg-buildpackage: info: binary-only upload (no source included) 11:20:32 I: Successfully built in /tmp/binarydeb/ros-melodic-catkin-test-pkg-0.0.14 11:20:32 # END SUBSECTION11:20:32 SSH: Connecting from host [lcas-buildfarm-slave-1] 11:20:32 SSH: Connecting with configuration [repo] ... 11:20:33 SSH: Disconnecting configuration [repo] ... 11:20:33 SSH: Transferred 2 file(s) 11:20:33 Build step 'Send files or execute commands over SSH' changed build result to SUCCESS 11:20:33 Waiting for the completion of Mrel_import-package 11:20:37 Mrel_import-package #8 completed. Result was SUCCESS 11:20:37 $ ssh-agent -k 11:20:37 unset SSH_AUTH_SOCK; 11:20:37 unset SSH_AGENT_PID; 11:20:37 echo Agent pid 31599 killed; 11:20:37 [ssh-agent] Stopped. 11:20:37 [description-setter] Description set: 0.0.14-1bionic.20191108.111957 11:20:37 Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered 11:20:37 Triggering a new build of Mrel_sync-packages-to-testing_bionic_amd64 11:20:37 Finished: SUCCESS14. Clean up to save disk space on agentsHide Details
11:20:32 # BEGIN SECTION: Clean up to save disk space on agents 11:20:32 + chmod -R u+w /home/jenkins-slave/workspace/Mbin_uB64__catkin_test_pkg__ubuntu_bionic_amd64__binary/binarydeb 11:20:32 + 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 11:20:32 + echo # END SECTION 11:20:32 # END SECTION