SuccessConsole Output

14:43:20 Started by upstream project "Msrc_uB__catkin_simple__ubuntu_bionic__source" build number 1
14:43:20 originally caused by:
14:43:20  Started by upstream project "Mrel_trigger-jobs" build number 765
14:43:20  originally caused by:
14:43:20   Started by timer
14:43:20 Building remotely on build client 2 (buildagent slave buildslave indigo_devel_default) in workspace /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary
14:43:20 [ssh-agent] Looking for ssh-agent implementation...
14:43:20 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
14:43:20 $ ssh-agent
14:43:20 SSH_AUTH_SOCK=/tmp/ssh-E8Ll3fTllwu3/agent.28094
14:43:20 SSH_AGENT_PID=28096
14:43:20 [ssh-agent] Started.
14:43:20 $ ssh-add /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary@tmp/private_key_2449991110741070112.key
14:43:20 Identity added: /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary@tmp/private_key_2449991110741070112.key (/home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary@tmp/private_key_2449991110741070112.key)
14:43:20 [ssh-agent] Using credentials jenkins-slave
14:43:20 
1. Check upstream projects

Hide Details

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

Hide Details

14:43:20 # BEGIN SECTION: Check free disk space 14:43:20 Usable disk space = 55901474816 bytes 14:43:20 Free space threshold = 5368709120 bytes 14:43:20 # END SECTION
14:43:20 [Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson2181928349878963176.sh 14:43:20 + echo # BEGIN SECTION: docker version
3. docker version

Hide Details

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

Hide Details

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

Hide Details

14:43:22 # BEGIN SECTION: Check docker status 14:43:22 + echo Testing trivial docker invocation... 14:43:22 Testing trivial docker invocation... 14:43:22 + docker run --rm ubuntu:bionic true 14:43:23 + echo 'docker run' returned 0 14:43:23 'docker run' returned 0 14:43:23 docker seems operational, continuing 14:43:23 [Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson2131241769014543395.sh 14:43:23 + echo # END SECTION 14:43:23 # END SECTION
14:43:23 [Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson8918911383981624180.sh 14:43:23 + echo # BEGIN SECTION: Embed wrapper scripts
6. Embed wrapper scripts

Hide Details

14:43:23 # BEGIN SECTION: Embed wrapper scripts 14:43:23 + rm -fr wrapper_scripts 14:43:23 + mkdir wrapper_scripts 14:43:23 + 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()) 14:43:23 + echo # END SECTION 14:43:23 # END SECTION
14:43:23 [Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson8550136552891932704.sh 14:43:23 + echo # BEGIN SECTION: Clone ros_buildfarm
7. Clone ros_buildfarm

Hide Details

14:43:23 # BEGIN SECTION: Clone ros_buildfarm 14:43:23 + rm -fr ros_buildfarm 14:43:23 + python3 -u wrapper_scripts/git.py clone --depth 1 -b pull_upstream https://github.com/lcas/ros_buildfarm.git ros_buildfarm 14:43:23 Invoking 'git clone --depth 1 -b pull_upstream https://github.com/lcas/ros_buildfarm.git ros_buildfarm' 14:43:23 Cloning into 'ros_buildfarm'... 14:43:25 + git -C ros_buildfarm --no-pager log -n 1 14:43:25 commit 1dd549025f8ffed420cf38aca8b3234ad940b860 14:43:25 Author: Marc Hanheide <marc@hanheide.net> 14:43:25 Date: Tue Nov 12 15:42:35 2019 +0000 14:43:25 14:43:25 added auth token to main sync job 14:43:25 + rm -fr ros_buildfarm/.git 14:43:25 + rm -fr ros_buildfarm/doc 14:43:25 + echo # END SECTION 14:43:25 # END SECTION
14:43:25 [Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson7821722383853213614.sh 14:43:25 + echo # BEGIN SECTION: Write PGP repository keys
8. Write PGP repository keys

Hide Details

14:43:25 # BEGIN SECTION: Write PGP repository keys 14:43:25 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/keys 14:43:25 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/keys/* 14:43:25 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 14:43:25 Version: GnuPG v1.4.11 (GNU/Linux) 14:43:25 14:43:25 mQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn 14:43:25 MsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf 14:43:25 xcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw 14:43:25 kPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv 14:43:25 /o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh 14:43:25 EBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg 14:43:25 KFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD 14:43:25 BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX 14:43:25 yQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI 14:43:25 7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy 14:43:25 JjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T 14:43:25 Yh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++ 14:43:25 Cut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ 14:43:25 cvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM 14:43:25 hU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3 14:43:25 IWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm 14:43:25 Z4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK 14:43:25 7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb 14:43:25 oRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC 14:43:25 AAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U 14:43:25 NTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0 14:43:25 ikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU 14:43:25 M7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N 14:43:25 l9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ 14:43:25 Chb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ== 14:43:25 =nFcN 14:43:25 -----END PGP PUBLIC KEY BLOCK----- 14:43:25 14:43:25 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 14:43:25 Version: SKS 1.1.6 14:43:25 Comment: Hostname: keyserver.ubuntu.com 14:43:25 14:43:25 mQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L 14:43:25 /HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw 14:43:25 DuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47 14:43:25 ZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+ 14:43:25 d+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS 14:43:25 6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN 14:43:25 qoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL 14:43:25 8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/ 14:43:25 /SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz 14:43:25 vz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90 14:43:25 aWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu 14:43:25 1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur 14:43:25 F8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN 14:43:25 KARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s 14:43:25 NGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv 14:43:25 ZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO 14:43:25 K+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo 14:43:25 bC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs 14:43:25 Fn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s 14:43:25 QNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR 14:43:25 hE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp 14:43:25 PWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd 14:43:25 =4Ofr 14:43:25 -----END PGP PUBLIC KEY BLOCK----- 14:43:25 14:43:25 + echo # END SECTION 14:43:25 # END SECTION
14:43:25 [Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson7060435084966792065.sh 14:43:25 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_generating_docker 14:43:25 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_generating_docker 14:43:25 + sleep 1 14:43:25 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 28194 --cid-file /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_generating_docker/docker.cid 14:43:26 + echo # BEGIN SECTION: Generate Dockerfile - binarydeb task
9. Generate Dockerfile - binarydeb task

Hide Details

14:43:26 # BEGIN SECTION: Generate Dockerfile - binarydeb task 14:43:26 + export TZ=GMT+00 14:43:26 + export PYTHONPATH=/home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/ros_buildfarm: 14:43:26 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__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_simple 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_simple__ubuntu_bionic_amd64__binary/keys/0.key /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__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_simple__ubuntu_bionic_amd64__binary/binarydeb --dockerfile-dir /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_generating_docker --env-vars --append-timestamp 14:43:26 Using the following distribution repositories: 14:43:26 http://10.210.9.154/ubuntu/building (/home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/keys/0.key) 14:43:26 http://packages.ros.org/ros/ubuntu (/home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/keys/1.key) 14:43:27 Generating Dockerfile '/home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_generating_docker/Dockerfile': 14:43:27 # generated from release/binarydeb_create_task.Dockerfile.em 14:43:27 14:43:27 FROM ubuntu:bionic 14:43:27 14:43:27 VOLUME ["/var/cache/apt/archives"] 14:43:27 14:43:27 ENV DEBIAN_FRONTEND noninteractive 14:43:27 14:43:27 14:43:27 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [ $i -lt 3 ]; then sleep 5; else false; fi; done 14:43:27 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 14:43:27 RUN locale-gen en_US.UTF-8 14:43:27 ENV LANG en_US.UTF-8 14:43:27 ENV TZ GMT+00 14:43:27 14:43:27 14:43:27 RUN useradd -u 1002 -l -m buildfarm 14:43:27 14:43:27 RUN mkdir /tmp/keys 14:43:27 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y gnupg && apt-get clean && break || if [ $i -lt 3 ]; then sleep 5; else false; fi; done 14:43:27 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 14:43:27 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 14:43:27 RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 14:43:27 RUN echo deb-src http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 14:43:27 RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 14:43:27 14:43:27 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)) 14:43:27 14:43:27 RUN mkdir /tmp/wrapper_scripts 14:43:27 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 14:43:27 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 14:43:27 14:43:27 # automatic invalidation once every day 14:43:27 RUN echo "2019-11-15 (+0000)" 14:43:27 14:43:27 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [ $i -lt 3 ]; then sleep 5; else false; fi; done 14:43:27 14:43:27 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 14:43:27 14:43:27 # always invalidate to actually have the latest apt repo state 14:43:27 RUN echo "2019-11-15 14:43:26 +0000" 14:43:27 RUN python3 -u /tmp/wrapper_scripts/apt.py update 14:43:27 14:43:27 USER buildfarm 14:43:27 ENTRYPOINT ["sh", "-c"] 14:43:27 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/get_sourcedeb.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml melodic catkin_simple --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py melodic catkin_simple --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_simple 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 --env-vars --dockerfile-dir /tmp/docker_build_binarydeb"] 14:43:27 + echo # END SECTION 14:43:27 # END SECTION
14:43:27 + echo # BEGIN SECTION: Build Dockerfile - binarydeb task
10. Build Dockerfile - binarydeb task

Hide Details

14:43:27 # BEGIN SECTION: Build Dockerfile - binarydeb task 14:43:27 + cd /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_generating_docker 14:43:27 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 14:43:27 Get base image name from Dockerfile 'Dockerfile': ubuntu:bionic 14:43:27 Check docker base image for updates: docker pull ubuntu:bionic 14:43:28 bionic: Pulling from library/ubuntu 14:43:28 Digest: sha256:1d1c09d1d5e42265dd6e7d35dcc73373f0e1b76da661463f24487ac3dbeb673f 14:43:28 Status: Image is up to date for ubuntu:bionic 14:43:28 + docker build --force-rm -t binarydeb_task_generation.melodic_ubuntu_bionic_amd64_catkin_simple . 14:43:28 Sending build context to Docker daemon 20.99 kB Sending build context to Docker daemon 20.99 kB 14:43:28 Step 1 : FROM ubuntu:bionic 14:43:28 ---> 6120d8e09b3f 14:43:28 Step 2 : VOLUME /var/cache/apt/archives 14:43:28 ---> Using cache 14:43:28 ---> 41662618c3f3 14:43:28 Step 3 : ENV DEBIAN_FRONTEND noninteractive 14:43:29 ---> Using cache 14:43:29 ---> 0a994878ebbe 14:43:29 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 -lt 3 ]; then sleep 5; else false; fi; done 14:43:29 ---> Using cache 14:43:29 ---> 11d6297b5e03 14:43:29 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 14:43:30 ---> Using cache 14:43:30 ---> 24b3d17f9554 14:43:30 Step 6 : RUN locale-gen en_US.UTF-8 14:43:30 ---> Using cache 14:43:30 ---> ef2c05211818 14:43:30 Step 7 : ENV LANG en_US.UTF-8 14:43:31 ---> Using cache 14:43:31 ---> efc7db86d7ba 14:43:31 Step 8 : ENV TZ GMT+00 14:43:31 ---> Using cache 14:43:31 ---> a58e57946b8a 14:43:31 Step 9 : RUN useradd -u 1002 -l -m buildfarm 14:43:32 ---> Using cache 14:43:32 ---> d296a79e5df6 14:43:32 Step 10 : RUN mkdir /tmp/keys 14:43:32 ---> Using cache 14:43:32 ---> 28b00bfcc4e9 14:43:32 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 -lt 3 ]; then sleep 5; else false; fi; done 14:43:33 ---> Using cache 14:43:33 ---> fec1836b4263 14:43:33 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 14:43:33 ---> Using cache 14:43:33 ---> 337a2f566fab 14:43:33 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 14:43:33 ---> Using cache 14:43:33 ---> 52c8296759a9 14:43:33 Step 14 : RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 14:43:34 ---> Using cache 14:43:34 ---> 235dc6e8d938 14:43:34 Step 15 : RUN echo deb-src http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 14:43:34 ---> Using cache 14:43:34 ---> 23f87970a749 14:43:34 Step 16 : RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 14:43:35 ---> Using cache 14:43:35 ---> 7e14e466238a 14:43:35 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)) 14:43:35 ---> Using cache 14:43:35 ---> 7046653ac7bb 14:43:35 Step 18 : RUN mkdir /tmp/wrapper_scripts 14:43:36 ---> Using cache 14:43:36 ---> 0c34084be80b 14:43:36 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 14:43:36 ---> Using cache 14:43:36 ---> f8a3ef8eab89 14:43:36 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 14:43:37 ---> Using cache 14:43:37 ---> 2147d8779c88 14:43:37 Step 21 : RUN echo "2019-11-15 (+0000)" 14:43:37 ---> Using cache 14:43:37 ---> 180126d0516e 14:43:37 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 -lt 3 ]; then sleep 5; else false; fi; done 14:43:38 ---> Using cache 14:43:38 ---> 729b1cbe5b58 14:43:38 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 14:43:38 ---> Using cache 14:43:38 ---> c019472a2b98 14:43:38 Step 24 : RUN echo "2019-11-15 14:43:26 +0000" 14:43:39 ---> Running in 554b1746f71a 14:43:39 2019-11-15 14:43:26 +0000 14:43:40 ---> f8cfcd8f6267 14:43:40 Removing intermediate container 554b1746f71a 14:43:40 Step 25 : RUN python3 -u /tmp/wrapper_scripts/apt.py update 14:43:40 ---> Running in b489c66e499c 14:43:40 Invoking 'apt-get update' 14:43:41 Get:1 http://10.210.9.154/ubuntu/building bionic InRelease [2,820 B] 14:43:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:43:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:43:41 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:43:41 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 14:43:41 Get:6 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:43:41 Hit:7 http://packages.ros.org/ros/ubuntu bionic InRelease 14:43:41 Get:8 http://10.210.9.154/ubuntu/building bionic/main Sources [61.1 kB] 14:43:41 Get:9 http://10.210.9.154/ubuntu/building bionic/main amd64 Packages [85.3 kB] 14:43:42 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1,031 kB] 14:43:42 Fetched 1,521 kB in 1s (1,049 kB/s) 14:43:45 Reading package lists... 14:43:45 ---> 48db1f2e63fd 14:43:45 Removing intermediate container b489c66e499c 14:43:45 Step 26 : USER buildfarm 14:43:45 ---> Running in 0bf184029e4c 14:43:45 ---> 0b8d90655f54 14:43:45 Removing intermediate container 0bf184029e4c 14:43:45 Step 27 : ENTRYPOINT sh -c 14:43:46 ---> Running in bb05571d7e18 14:43:46 ---> 8c3c440adb88 14:43:46 Removing intermediate container bb05571d7e18 14:43:46 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_simple --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py melodic catkin_simple --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_simple 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 --env-vars --dockerfile-dir /tmp/docker_build_binarydeb 14:43:46 ---> Running in 12e0937918bf 14:43:46 ---> de2bc6a1d9ba 14:43:46 Removing intermediate container 12e0937918bf 14:43:46 Successfully built de2bc6a1d9ba 14:43:46 + echo # END SECTION 14:43:46 # END SECTION
14:43:46 + echo # BEGIN SECTION: Run Dockerfile - binarydeb task
11. Run Dockerfile - binarydeb task

Hide Details

14:43:46 # BEGIN SECTION: Run Dockerfile - binarydeb task 14:43:46 + [ -f /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/binarydeb ] 14:43:46 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/binarydeb 14:43:46 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_build_binarydeb 14:43:46 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/binarydeb 14:43:46 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_build_binarydeb 14:43:46 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__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_simple__ubuntu_bionic_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__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_simple
11.1. get sourcedeb

Hide Details

14:43:47 # BEGIN SUBSECTION: get sourcedeb 14:43:52 Invoking '/usr/bin/python3 /tmp/ros_buildfarm/ros_buildfarm/wrapper/apt.py source --download-only --only-source ros-melodic-catkin-simple=0.2.0-1bionic' 14:43:54 Invoking 'apt-get source --download-only --only-source ros-melodic-catkin-simple=0.2.0-1bionic' 14:43:54 Reading package lists... 14:43:54 Need to get 11.9 kB of source archives. 14:43:54 Get:1 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-catkin-simple 0.2.0-1bionic (dsc) [973 B] 14:43:54 Get:2 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-catkin-simple 0.2.0-1bionic (tar) [7,447 B] 14:43:54 Get:3 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-catkin-simple 0.2.0-1bionic (diff) [3,460 B] 14:43:54 Fetched 11.9 kB in 0s (685 kB/s) 14:43:54 Download complete and in download only mode 14:43:54 Invoking 'dpkg-source -x ros-melodic-catkin-simple_0.2.0-1bionic.dsc' 14:43:55 dpkg-source: warning: extracting unsigned source package (ros-melodic-catkin-simple_0.2.0-1bionic.dsc) 14:43:55 dpkg-source: info: extracting ros-melodic-catkin-simple in ros-melodic-catkin-simple-0.2.0 14:43:55 dpkg-source: info: unpacking ros-melodic-catkin-simple_0.2.0.orig.tar.gz 14:43:55 dpkg-source: info: unpacking ros-melodic-catkin-simple_0.2.0-1bionic.debian.tar.xz 14:43:55 Package maintainer emails: marc@hanheide.net 14:43:55 # END SUBSECTION
11.2. append build timestamp

Hide Details

14:43:55 # BEGIN SUBSECTION: append build timestamp 14:43:55 Invoking 'debchange -v 0.2.0-1bionic.20191115.144355 -p -D bionic -u high -m Append timestamp when binarydeb was built.' in '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:43:55 # END SUBSECTION
14:43:58 Looking for the '.dsc' file of package 'ros-melodic-catkin-simple' with version '0.2.0-1' 14:44:00 Using the following distribution repositories: 14:44:00 http://10.210.9.154/ubuntu/building (/tmp/keys/0.key) 14:44:00 http://packages.ros.org/ros/ubuntu (/tmp/keys/1.key) 14:44:00 Generating Dockerfile '/tmp/docker_build_binarydeb/Dockerfile': 14:44:00 # generated from release/binarydeb_task.Dockerfile.em 14:44:00 14:44:00 14:44:00 FROM ubuntu:bionic 14:44:00 14:44:00 VOLUME ["/var/cache/apt/archives"] 14:44:00 14:44:00 ENV DEBIAN_FRONTEND noninteractive 14:44:00 14:44:00 14:44:00 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [ $i -lt 3 ]; then sleep 5; else false; fi; done 14:44:00 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 14:44:00 RUN locale-gen en_US.UTF-8 14:44:00 ENV LANG en_US.UTF-8 14:44:00 ENV TZ GMT+00 14:44:00 14:44:00 RUN useradd -u 1002 -l -m buildfarm 14:44:00 14:44:00 RUN mkdir /tmp/keys 14:44:00 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y gnupg && apt-get clean && break || if [ $i -lt 3 ]; then sleep 5; else false; fi; done 14:44:00 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 14:44:00 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 14:44:00 RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 14:44:00 RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 14:44:00 14:44:00 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)) 14:44:00 14:44:00 RUN mkdir /tmp/wrapper_scripts 14:44:00 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 14:44:00 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 14:44:00 14:44:00 # automatic invalidation once every day 14:44:00 RUN echo "2019-11-15 (+0000)" 14:44:00 14:44:00 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [ $i -lt 3 ]; then sleep 5; else false; fi; done 14:44:00 14:44:00 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y dh-python 14:44:00 14:44:00 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 14:44:00 14:44:00 14:44:00 # for each dependency: echo version, apt update, apt install, apt clean 14:44:00 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 14:44:00 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 14:44:00 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 14:44:00 14:44:00 14:44:00 USER buildfarm 14:44:00 ENTRYPOINT ["sh", "-c"] 14:44:00 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py melodic catkin_simple --sourcedeb-dir /tmp/binarydeb"] 14:44:00 Mount the following volumes when running the container: 14:44:00 -v /tmp/ros_buildfarm:/tmp/ros_buildfarm:ro 14:44:00 -v /tmp/binarydeb:/tmp/binarydeb 14:44:00 + echo # END SECTION 14:44:00 # END SECTION
14:44:00 [Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson3265415947842522273.sh 14:44:00 + sleep 1 14:44:00 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 28907 --cid-file /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_build_binarydeb/docker.cid 14:44:01 + echo # BEGIN SECTION: Build Dockerfile - build binarydeb
12. Build Dockerfile - build binarydeb

Hide Details

14:44:01 # BEGIN SECTION: Build Dockerfile - build binarydeb 14:44:01 + cd /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_build_binarydeb 14:44:01 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 14:44:01 Get base image name from Dockerfile 'Dockerfile': ubuntu:bionic 14:44:01 Check docker base image for updates: docker pull ubuntu:bionic 14:44:03 bionic: Pulling from library/ubuntu 14:44:03 Digest: sha256:1d1c09d1d5e42265dd6e7d35dcc73373f0e1b76da661463f24487ac3dbeb673f 14:44:03 Status: Image is up to date for ubuntu:bionic 14:44:03 + docker build --force-rm -t binarydeb_build.melodic_ubuntu_bionic_amd64_catkin_simple . 14:44:03 Sending build context to Docker daemon 20.48 kB Sending build context to Docker daemon 20.48 kB 14:44:03 Step 1 : FROM ubuntu:bionic 14:44:03 ---> 6120d8e09b3f 14:44:03 Step 2 : VOLUME /var/cache/apt/archives 14:44:03 ---> Using cache 14:44:03 ---> 41662618c3f3 14:44:03 Step 3 : ENV DEBIAN_FRONTEND noninteractive 14:44:04 ---> Using cache 14:44:04 ---> 0a994878ebbe 14:44:04 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 -lt 3 ]; then sleep 5; else false; fi; done 14:44:04 ---> Using cache 14:44:04 ---> 11d6297b5e03 14:44:04 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 14:44:05 ---> Using cache 14:44:05 ---> 24b3d17f9554 14:44:05 Step 6 : RUN locale-gen en_US.UTF-8 14:44:05 ---> Using cache 14:44:05 ---> ef2c05211818 14:44:05 Step 7 : ENV LANG en_US.UTF-8 14:44:05 ---> Using cache 14:44:05 ---> efc7db86d7ba 14:44:05 Step 8 : ENV TZ GMT+00 14:44:06 ---> Using cache 14:44:06 ---> a58e57946b8a 14:44:06 Step 9 : RUN useradd -u 1002 -l -m buildfarm 14:44:06 ---> Using cache 14:44:06 ---> d296a79e5df6 14:44:06 Step 10 : RUN mkdir /tmp/keys 14:44:07 ---> Using cache 14:44:07 ---> 28b00bfcc4e9 14:44:07 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 -lt 3 ]; then sleep 5; else false; fi; done 14:44:07 ---> Using cache 14:44:07 ---> fec1836b4263 14:44:07 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 14:44:08 ---> Using cache 14:44:08 ---> 337a2f566fab 14:44:08 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 14:44:08 ---> Using cache 14:44:08 ---> 52c8296759a9 14:44:08 Step 14 : RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 14:44:09 ---> Using cache 14:44:09 ---> 235dc6e8d938 14:44:09 Step 15 : RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 14:44:09 ---> Using cache 14:44:09 ---> d17b7a7ea26f 14:44:09 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)) 14:44:10 ---> Using cache 14:44:10 ---> 8ab8b88bb4e1 14:44:10 Step 17 : RUN mkdir /tmp/wrapper_scripts 14:44:10 ---> Using cache 14:44:10 ---> 9ca35bc613f3 14:44:10 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 14:44:10 ---> Using cache 14:44:10 ---> 61f260a0dfbd 14:44:10 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 14:44:11 ---> Using cache 14:44:11 ---> 21592fac92e2 14:44:11 Step 20 : RUN echo "2019-11-15 (+0000)" 14:44:11 ---> Using cache 14:44:11 ---> 1d90e7161a9f 14:44:11 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 -lt 3 ]; then sleep 5; else false; fi; done 14:44:12 ---> Using cache 14:44:12 ---> ff0bf6dbf104 14:44:12 Step 22 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y dh-python 14:44:12 ---> Using cache 14:44:12 ---> 7d30a424ddb2 14:44:12 Step 23 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 14:44:13 ---> Using cache 14:44:13 ---> 8cc9457f2baa 14:44:13 Step 24 : 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 14:44:13 ---> Using cache 14:44:13 ---> ef9f75b1d3b2 14:44:13 Step 25 : 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 14:44:14 ---> Using cache 14:44:14 ---> 7401c5ea0197 14:44:14 Step 26 : 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 14:44:14 ---> Running in 5878f2f520c8 14:44:15 ros-melodic-catkin: 0.7.19-1bionic.20191008.145018 14:44:15 Invoking 'apt-get update' 14:44:15 Get:1 http://10.210.9.154/ubuntu/building bionic InRelease [2,820 B] 14:44:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:44:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:44:15 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:44:15 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 14:44:15 Get:6 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:44:15 Hit:7 http://packages.ros.org/ros/ubuntu bionic InRelease 14:44:15 Get:8 http://10.210.9.154/ubuntu/building bionic/main amd64 Packages [85.3 kB] 14:44:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1,031 kB] 14:44:16 Fetched 1,460 kB in 1s (1,092 kB/s) 14:44:18 Reading package lists... 14:44:18 Invoking 'apt-get install -q -y -o Debug::pkgProblemResolver=yes ros-melodic-catkin' 14:44:20 Reading package lists... 14:44:20 Building dependency tree... 14:44:20 Reading state information... 14:44:20 Starting pkgProblemResolver with broken count: 0 14:44:20 Starting 2 pkgProblemResolver with broken count: 0 14:44:20 Done 14:44:20 The following additional packages will be installed: 14:44:20 cmake cmake-data docutils-common docutils-doc google-mock googletest 14:44:20 libarchive13 libfreetype6 libgtest-dev libjbig0 libjpeg-turbo8 libjpeg8 14:44:20 libjsoncpp1 liblcms2-2 liblzo2-2 libpaper-utils libpaper1 libpng16-16 14:44:20 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib librhash0 libtiff5 14:44:20 libuv1 libwebp6 libwebpdemux2 libwebpmux3 multiarch-support python 14:44:20 python-catkin-pkg python-catkin-pkg-modules python-chardet python-dateutil 14:44:20 python-docutils python-empy python-minimal python-nose python-olefile 14:44:20 python-pil python-pkg-resources python-pygments python-pyparsing 14:44:20 python-roman python-six python2.7 python2.7-minimal sgml-base tzdata ucf 14:44:20 xml-core 14:44:20 Suggested packages: 14:44:20 cmake-doc ninja-build lrzip liblcms2-utils python-doc python-tk 14:44:20 fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 14:44:20 texlive-latex-base texlive-latex-recommended python-coverage python-nose-doc 14:44:20 python-pil-doc python-pil-dbg python-setuptools ttf-bitstream-vera 14:44:20 python-pyparsing-doc python2.7-doc binfmt-support sgml-base-doc 14:44:21 The following NEW packages will be installed: 14:44:21 cmake cmake-data docutils-common docutils-doc google-mock googletest 14:44:21 libarchive13 libfreetype6 libgtest-dev libjbig0 libjpeg-turbo8 libjpeg8 14:44:21 libjsoncpp1 liblcms2-2 liblzo2-2 libpaper-utils libpaper1 libpng16-16 14:44:21 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib librhash0 libtiff5 14:44:21 libuv1 libwebp6 libwebpdemux2 libwebpmux3 multiarch-support python 14:44:21 python-catkin-pkg python-catkin-pkg-modules python-chardet python-dateutil 14:44:21 python-docutils python-empy python-minimal python-nose python-olefile 14:44:21 python-pil python-pkg-resources python-pygments python-pyparsing 14:44:21 python-roman python-six python2.7 python2.7-minimal ros-melodic-catkin 14:44:21 sgml-base tzdata ucf xml-core 14:44:21 0 upgraded, 51 newly installed, 0 to remove and 0 not upgraded. 14:44:21 Need to get 14.2 MB of archives. 14:44:21 After this operation, 72.5 MB of additional disk space will be used. 14:44:21 Get:1 http://10.210.9.154/ubuntu/building bionic/main amd64 python-catkin-pkg-modules all 0.4.14-1 [41.5 kB] 14:44:21 Get:2 http://10.210.9.154/ubuntu/building bionic/main amd64 python-catkin-pkg all 0.4.14-100 [3,516 B] 14:44:21 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 multiarch-support amd64 2.27-3ubuntu1 [6,916 B] 14:44:21 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.3 [110 kB] 14:44:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 14:44:21 Get:6 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-catkin amd64 0.7.19-1bionic.20191008.145018 [125 kB] 14:44:21 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-minimal amd64 2.7.15-4ubuntu4~18.04.2 [336 kB] 14:44:26 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7-minimal amd64 2.7.15-4ubuntu4~18.04.2 [1,296 kB] 14:44:26 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-minimal amd64 2.7.15~rc1-1 [28.1 kB] 14:44:26 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-stdlib amd64 2.7.15-4ubuntu4~18.04.2 [1,916 kB] 14:44:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7 amd64 2.7.15-4ubuntu4~18.04.2 [239 kB] 14:44:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpython-stdlib amd64 2.7.15~rc1-1 [7,620 B] 14:44:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python amd64 2.7.15~rc1-1 [140 kB] 14:44:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 14:44:35 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tzdata all 2019c-0ubuntu0.18.04 [190 kB] 14:44:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB] 14:44:43 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 14:44:43 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1,332 kB] 14:44:43 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.5 [288 kB] 14:44:49 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 14:44:49 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 14:44:49 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 14:44:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3,152 kB] 14:45:38 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 14:45:38 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 14:45:38 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-doc all 0.14+dfsg-3 [913 kB] 14:45:38 Get:27 http://archive.ubuntu.com/ubuntu bionic/universe amd64 googletest amd64 1.8.0-6 [652 kB] 14:45:38 Get:28 http://archive.ubuntu.com/ubuntu bionic/universe amd64 google-mock amd64 1.8.0-6 [2,972 B] 14:45:38 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfreetype6 amd64 2.8.1-2ubuntu2 [335 kB] 14:45:40 Get:30 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgtest-dev amd64 1.8.0-6 [2,718 B] 14:45:40 Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 14:45:40 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB] 14:45:40 Get:33 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 14:45:40 Get:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 14:45:40 Get:35 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 14:45:40 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB] 14:45:41 Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] 14:45:41 Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebpdemux2 amd64 0.6.1-2 [9,472 B] 14:45:41 Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebpmux3 amd64 0.6.1-2 [19.6 kB] 14:45:41 Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-six all 1.11.0-2 [11.3 kB] 14:45:41 Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-dateutil all 2.6.1-1 [60.6 kB] 14:45:42 Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-roman all 2.0.0-3 [8,548 B] 14:45:42 Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-docutils all 0.14+dfsg-3 [365 kB] 14:45:42 Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-pyparsing all 2.2.0+dfsg1-2 [52.1 kB] 14:45:42 Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-pkg-resources all 39.0.1-2 [128 kB] 14:45:42 Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-chardet all 3.0.4-1 [80.3 kB] 14:45:43 Get:47 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python-empy all 3.3.2-1build1 [72.5 kB] 14:45:43 Get:48 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python-nose all 1.3.7-3 [116 kB] 14:45:44 Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-olefile all 0.45.1-1 [33.2 kB] 14:45:44 Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-pil amd64 5.1.0-1 [328 kB] 14:45:49 Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-pygments all 2.2.0+dfsg-1 [577 kB] 14:45:49 debconf: delaying package configuration, since apt-utils is not installed 14:45:49 Fetched 14.2 MB in 1min 28s (161 kB/s) 14:45:49 Selecting previously unselected package multiarch-support. 14:45:49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16742 files and directories currently installed.) 14:45:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1_amd64.deb ... 14:45:49 Unpacking multiarch-support (2.27-3ubuntu1) ... 14:45:50 Setting up multiarch-support (2.27-3ubuntu1) ... 14:45:50 Selecting previously unselected package libjpeg-turbo8:amd64. 14:45:50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16745 files and directories currently installed.) 14:45:50 Preparing to unpack .../0-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.3_amd64.deb ... 14:45:50 Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.3) ... 14:45:50 Selecting previously unselected package liblzo2-2:amd64. 14:45:50 Preparing to unpack .../1-liblzo2-2_2.08-1.2_amd64.deb ... 14:45:50 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 14:45:50 Selecting previously unselected package libpython2.7-minimal:amd64. 14:45:50 Preparing to unpack .../2-libpython2.7-minimal_2.7.15-4ubuntu4~18.04.2_amd64.deb ... 14:45:50 Unpacking libpython2.7-minimal:amd64 (2.7.15-4ubuntu4~18.04.2) ... 14:45:50 Selecting previously unselected package python2.7-minimal. 14:45:50 Preparing to unpack .../3-python2.7-minimal_2.7.15-4ubuntu4~18.04.2_amd64.deb ... 14:45:50 Unpacking python2.7-minimal (2.7.15-4ubuntu4~18.04.2) ... 14:45:51 Selecting previously unselected package python-minimal. 14:45:51 Preparing to unpack .../4-python-minimal_2.7.15~rc1-1_amd64.deb ... 14:45:51 Unpacking python-minimal (2.7.15~rc1-1) ... 14:45:51 Selecting previously unselected package libpython2.7-stdlib:amd64. 14:45:51 Preparing to unpack .../5-libpython2.7-stdlib_2.7.15-4ubuntu4~18.04.2_amd64.deb ... 14:45:51 Unpacking libpython2.7-stdlib:amd64 (2.7.15-4ubuntu4~18.04.2) ... 14:45:51 Selecting previously unselected package python2.7. 14:45:51 Preparing to unpack .../6-python2.7_2.7.15-4ubuntu4~18.04.2_amd64.deb ... 14:45:51 Unpacking python2.7 (2.7.15-4ubuntu4~18.04.2) ... 14:45:51 Selecting previously unselected package libpython-stdlib:amd64. 14:45:51 Preparing to unpack .../7-libpython-stdlib_2.7.15~rc1-1_amd64.deb ... 14:45:51 Unpacking libpython-stdlib:amd64 (2.7.15~rc1-1) ... 14:45:52 Setting up libpython2.7-minimal:amd64 (2.7.15-4ubuntu4~18.04.2) ... 14:45:52 Setting up python2.7-minimal (2.7.15-4ubuntu4~18.04.2) ... 14:45:52 Setting up python-minimal (2.7.15~rc1-1) ... 14:45:52 Selecting previously unselected package python. 14:45:52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 17510 files and directories currently installed.) 14:45:52 Preparing to unpack .../00-python_2.7.15~rc1-1_amd64.deb ... 14:45:52 Unpacking python (2.7.15~rc1-1) ... 14:45:52 Selecting previously unselected package sgml-base. 14:45:52 Preparing to unpack .../01-sgml-base_1.29_all.deb ... 14:45:52 Unpacking sgml-base (1.29) ... 14:45:53 Selecting previously unselected package tzdata. 14:45:53 Preparing to unpack .../02-tzdata_2019c-0ubuntu0.18.04_all.deb ... 14:45:53 Unpacking tzdata (2019c-0ubuntu0.18.04) ... 14:45:53 Selecting previously unselected package ucf. 14:45:53 Preparing to unpack .../03-ucf_3.0038_all.deb ... 14:45:53 Moving old data out of the way 14:45:53 Unpacking ucf (3.0038) ... 14:45:53 Selecting previously unselected package libpng16-16:amd64. 14:45:53 Preparing to unpack .../04-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 14:45:53 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:45:54 Selecting previously unselected package cmake-data. 14:45:54 Preparing to unpack .../05-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 14:45:54 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 14:45:55 Selecting previously unselected package libarchive13:amd64. 14:45:55 Preparing to unpack .../06-libarchive13_3.2.2-3.1ubuntu0.5_amd64.deb ... 14:45:55 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.5) ... 14:45:55 Selecting previously unselected package libjsoncpp1:amd64. 14:45:55 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_amd64.deb ... 14:45:55 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 14:45:55 Selecting previously unselected package librhash0:amd64. 14:45:55 Preparing to unpack .../08-librhash0_1.3.6-2_amd64.deb ... 14:45:55 Unpacking librhash0:amd64 (1.3.6-2) ... 14:45:55 Selecting previously unselected package libuv1:amd64. 14:45:55 Preparing to unpack .../09-libuv1_1.18.0-3_amd64.deb ... 14:45:55 Unpacking libuv1:amd64 (1.18.0-3) ... 14:45:55 Selecting previously unselected package cmake. 14:45:55 Preparing to unpack .../10-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 14:45:55 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 14:45:56 Selecting previously unselected package xml-core. 14:45:56 Preparing to unpack .../11-xml-core_0.18_all.deb ... 14:45:56 Unpacking xml-core (0.18) ... 14:45:56 Selecting previously unselected package docutils-common. 14:45:56 Preparing to unpack .../12-docutils-common_0.14+dfsg-3_all.deb ... 14:45:56 Unpacking docutils-common (0.14+dfsg-3) ... 14:45:56 Selecting previously unselected package docutils-doc. 14:45:56 Preparing to unpack .../13-docutils-doc_0.14+dfsg-3_all.deb ... 14:45:56 Unpacking docutils-doc (0.14+dfsg-3) ... 14:45:56 Selecting previously unselected package googletest:amd64. 14:45:56 Preparing to unpack .../14-googletest_1.8.0-6_amd64.deb ... 14:45:56 Unpacking googletest:amd64 (1.8.0-6) ... 14:45:57 Selecting previously unselected package google-mock:amd64. 14:45:57 Preparing to unpack .../15-google-mock_1.8.0-6_amd64.deb ... 14:45:57 Unpacking google-mock:amd64 (1.8.0-6) ... 14:45:57 Selecting previously unselected package libfreetype6:amd64. 14:45:57 Preparing to unpack .../16-libfreetype6_2.8.1-2ubuntu2_amd64.deb ... 14:45:57 Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2) ... 14:45:57 Selecting previously unselected package libgtest-dev:amd64. 14:45:57 Preparing to unpack .../17-libgtest-dev_1.8.0-6_amd64.deb ... 14:45:57 Unpacking libgtest-dev:amd64 (1.8.0-6) ... 14:45:57 Selecting previously unselected package libjpeg8:amd64. 14:45:57 Preparing to unpack .../18-libjpeg8_8c-2ubuntu8_amd64.deb ... 14:45:57 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 14:45:57 Selecting previously unselected package liblcms2-2:amd64. 14:45:57 Preparing to unpack .../19-liblcms2-2_2.9-1ubuntu0.1_amd64.deb ... 14:45:57 Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) ... 14:45:57 Selecting previously unselected package libpaper1:amd64. 14:45:57 Preparing to unpack .../20-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 14:45:57 Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 14:45:57 Selecting previously unselected package libpaper-utils. 14:45:57 Preparing to unpack .../21-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 14:45:57 Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 14:45:57 Selecting previously unselected package libjbig0:amd64. 14:45:57 Preparing to unpack .../22-libjbig0_2.1-3.1build1_amd64.deb ... 14:45:57 Unpacking libjbig0:amd64 (2.1-3.1build1) ... 14:45:57 Selecting previously unselected package libtiff5:amd64. 14:45:57 Preparing to unpack .../23-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ... 14:45:57 Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 14:45:58 Selecting previously unselected package libwebp6:amd64. 14:45:58 Preparing to unpack .../24-libwebp6_0.6.1-2_amd64.deb ... 14:45:58 Unpacking libwebp6:amd64 (0.6.1-2) ... 14:45:58 Selecting previously unselected package libwebpdemux2:amd64. 14:45:58 Preparing to unpack .../25-libwebpdemux2_0.6.1-2_amd64.deb ... 14:45:58 Unpacking libwebpdemux2:amd64 (0.6.1-2) ... 14:45:58 Selecting previously unselected package libwebpmux3:amd64. 14:45:58 Preparing to unpack .../26-libwebpmux3_0.6.1-2_amd64.deb ... 14:45:58 Unpacking libwebpmux3:amd64 (0.6.1-2) ... 14:45:58 Selecting previously unselected package python-six. 14:45:58 Preparing to unpack .../27-python-six_1.11.0-2_all.deb ... 14:45:58 Unpacking python-six (1.11.0-2) ... 14:45:58 Selecting previously unselected package python-dateutil. 14:45:58 Preparing to unpack .../28-python-dateutil_2.6.1-1_all.deb ... 14:45:58 Unpacking python-dateutil (2.6.1-1) ... 14:45:58 Selecting previously unselected package python-roman. 14:45:58 Preparing to unpack .../29-python-roman_2.0.0-3_all.deb ... 14:45:58 Unpacking python-roman (2.0.0-3) ... 14:45:58 Selecting previously unselected package python-docutils. 14:45:58 Preparing to unpack .../30-python-docutils_0.14+dfsg-3_all.deb ... 14:45:58 Unpacking python-docutils (0.14+dfsg-3) ... 14:45:59 Selecting previously unselected package python-pyparsing. 14:45:59 Preparing to unpack .../31-python-pyparsing_2.2.0+dfsg1-2_all.deb ... 14:45:59 Unpacking python-pyparsing (2.2.0+dfsg1-2) ... 14:45:59 Selecting previously unselected package python-catkin-pkg-modules. 14:45:59 Preparing to unpack .../32-python-catkin-pkg-modules_0.4.14-1_all.deb ... 14:45:59 Unpacking python-catkin-pkg-modules (0.4.14-1) ... 14:45:59 Selecting previously unselected package python-catkin-pkg. 14:45:59 Preparing to unpack .../33-python-catkin-pkg_0.4.14-100_all.deb ... 14:45:59 Unpacking python-catkin-pkg (0.4.14-100) ... 14:45:59 Selecting previously unselected package python-pkg-resources. 14:45:59 Preparing to unpack .../34-python-pkg-resources_39.0.1-2_all.deb ... 14:45:59 Unpacking python-pkg-resources (39.0.1-2) ... 14:45:59 Selecting previously unselected package python-chardet. 14:45:59 Preparing to unpack .../35-python-chardet_3.0.4-1_all.deb ... 14:45:59 Unpacking python-chardet (3.0.4-1) ... 14:45:59 Selecting previously unselected package python-empy. 14:45:59 Preparing to unpack .../36-python-empy_3.3.2-1build1_all.deb ... 14:45:59 Unpacking python-empy (3.3.2-1build1) ... 14:45:59 Selecting previously unselected package python-nose. 14:45:59 Preparing to unpack .../37-python-nose_1.3.7-3_all.deb ... 14:45:59 Unpacking python-nose (1.3.7-3) ... 14:45:59 Selecting previously unselected package python-olefile. 14:45:59 Preparing to unpack .../38-python-olefile_0.45.1-1_all.deb ... 14:45:59 Unpacking python-olefile (0.45.1-1) ... 14:46:00 Selecting previously unselected package python-pil:amd64. 14:46:00 Preparing to unpack .../39-python-pil_5.1.0-1_amd64.deb ... 14:46:00 Unpacking python-pil:amd64 (5.1.0-1) ... 14:46:00 Selecting previously unselected package python-pygments. 14:46:00 Preparing to unpack .../40-python-pygments_2.2.0+dfsg-1_all.deb ... 14:46:00 Unpacking python-pygments (2.2.0+dfsg-1) ... 14:46:00 Selecting previously unselected package ros-melodic-catkin. 14:46:00 Preparing to unpack .../41-ros-melodic-catkin_0.7.19-1bionic.20191008.145018_amd64.deb ... 14:46:00 Unpacking ros-melodic-catkin (0.7.19-1bionic.20191008.145018) ... 14:46:00 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:46:00 Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ... 14:46:00 Setting up libjbig0:amd64 (2.1-3.1build1) ... 14:46:00 Setting up libuv1:amd64 (1.18.0-3) ... 14:46:00 Setting up tzdata (2019c-0ubuntu0.18.04) ... 14:46:01 14:46:01 Current default time zone: 'Etc/UTC' 14:46:01 Local time is now: Fri Nov 15 14:46:01 UTC 2019. 14:46:01 Universal Time is now: Fri Nov 15 14:46:01 UTC 2019. 14:46:01 Run 'dpkg-reconfigure tzdata' if you wish to change it. 14:46:01 14:46:01 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 14:46:01 Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.3) ... 14:46:01 Setting up sgml-base (1.29) ... 14:46:01 Setting up ucf (3.0038) ... 14:46:01 Setting up libfreetype6:amd64 (2.8.1-2ubuntu2) ... 14:46:01 Setting up librhash0:amd64 (1.3.6-2) ... 14:46:01 Setting up docutils-doc (0.14+dfsg-3) ... 14:46:01 Setting up xml-core (0.18) ... 14:46:01 Setting up libpython2.7-stdlib:amd64 (2.7.15-4ubuntu4~18.04.2) ... 14:46:01 Setting up liblzo2-2:amd64 (2.08-1.2) ... 14:46:02 Setting up libwebp6:amd64 (0.6.1-2) ... 14:46:02 Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 14:46:02 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 14:46:02 Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 14:46:02 14:46:02 Creating config file /etc/papersize with new version 14:46:02 Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 14:46:02 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.5) ... 14:46:02 Setting up python2.7 (2.7.15-4ubuntu4~18.04.2) ... 14:46:03 Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ... 14:46:03 Setting up libpython-stdlib:amd64 (2.7.15~rc1-1) ... 14:46:03 Setting up libwebpmux3:amd64 (0.6.1-2) ... 14:46:03 Setting up libwebpdemux2:amd64 (0.6.1-2) ... 14:46:03 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 14:46:03 Setting up python (2.7.15~rc1-1) ... 14:46:03 Setting up python-pyparsing (2.2.0+dfsg1-2) ... 14:46:04 Setting up python-pkg-resources (39.0.1-2) ... 14:46:05 Setting up python-roman (2.0.0-3) ... 14:46:05 Setting up python-six (1.11.0-2) ... 14:46:06 Setting up googletest:amd64 (1.8.0-6) ... 14:46:06 Setting up python-pygments (2.2.0+dfsg-1) ... 14:46:06 Setting up python-empy (3.3.2-1build1) ... 14:46:07 Setting up libgtest-dev:amd64 (1.8.0-6) ... 14:46:07 Setting up python-olefile (0.45.1-1) ... 14:46:08 Setting up python-nose (1.3.7-3) ... 14:46:08 Setting up python-pil:amd64 (5.1.0-1) ... 14:46:09 Setting up google-mock:amd64 (1.8.0-6) ... 14:46:09 Setting up python-chardet (3.0.4-1) ... 14:46:09 Setting up python-dateutil (2.6.1-1) ... 14:46:10 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 14:46:10 Processing triggers for shared-mime-info (1.9-2) ... 14:46:15 Processing triggers for mime-support (3.60ubuntu1) ... 14:46:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:46:15 Processing triggers for sgml-base (1.29) ... 14:46:15 Setting up docutils-common (0.14+dfsg-3) ... 14:46:15 Processing triggers for sgml-base (1.29) ... 14:46:15 Setting up python-docutils (0.14+dfsg-3) ... 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 14:46:15 update-alternatives: using /usr/share/docutils/scripts/python2/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 14:46:16 Setting up python-catkin-pkg-modules (0.4.14-1) ... 14:46:17 Setting up python-catkin-pkg (0.4.14-100) ... 14:46:17 Setting up ros-melodic-catkin (0.7.19-1bionic.20191008.145018) ... 14:46:17 Invoking 'apt-get clean' 14:46:22 ---> b2fc47c65c59 14:46:23 Removing intermediate container 5878f2f520c8 14:46:23 Step 27 : USER buildfarm 14:46:23 ---> Running in 1c380b4f8862 14:46:23 ---> 6eaa944083fe 14:46:23 Removing intermediate container 1c380b4f8862 14:46:23 Step 28 : ENTRYPOINT sh -c 14:46:24 ---> Running in 253d48bf3cb2 14:46:24 ---> 0061bb01c517 14:46:24 Removing intermediate container 253d48bf3cb2 14:46:24 Step 29 : CMD PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py melodic catkin_simple --sourcedeb-dir /tmp/binarydeb 14:46:24 ---> Running in 290bf08eb780 14:46:24 ---> e95aecaf41df 14:46:24 Removing intermediate container 290bf08eb780 14:46:24 Successfully built e95aecaf41df 14:46:24 + echo # END SECTION 14:46:24 # END SECTION
14:46:24 + echo # BEGIN SECTION: Run Dockerfile - build binarydeb
13. Run Dockerfile - build binarydeb

Hide Details

14:46:24 # BEGIN SECTION: Run Dockerfile - build binarydeb 14:46:24 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/docker_build_binarydeb/docker.cid -e=HOME= -e=TRAVIS= --net=host -v /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/.ccache:/home/buildfarm/.ccache binarydeb_build.melodic_ubuntu_bionic_amd64_catkin_simple
13.1. build binarydeb

Hide Details

14:46:25 # BEGIN SUBSECTION: build binarydeb 14:46:25 Package 'ros-melodic-catkin-simple' version: 0.2.0-1bionic.20191115.144355 14:46:27 Invoking 'apt-src build ros-melodic-catkin-simple' in '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:29 I: Building in /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0 .. 14:46:29 dpkg-buildpackage: info: source package ros-melodic-catkin-simple 14:46:29 dpkg-buildpackage: info: source version 0.2.0-1bionic.20191115.144355 14:46:29 dpkg-buildpackage: info: source distribution bionic 14:46:29 dpkg-buildpackage: info: source changed by Marc Hanheide <marc@hanheide.net> 14:46:29 dpkg-source --before-build ros-melodic-catkin-simple-0.2.0 14:46:29 dpkg-buildpackage: info: host architecture amd64 14:46:29 dpkg-source: info: using options from ros-melodic-catkin-simple-0.2.0/debian/source/options: --auto-commit 14:46:29 fakeroot debian/rules clean 14:46:30 dh clean -v --buildsystem=cmake 14:46:30 dh_testdir -O-v -O--buildsystem=cmake 14:46:30 dh_auto_clean -O-v -O--buildsystem=cmake 14:46:30 dh_clean -O-v -O--buildsystem=cmake 14:46:30 rm -f debian/debhelper-build-stamp 14:46:30 rm -rf debian/.debhelper/ 14:46:30 rm -f -- debian/ros-melodic-catkin-simple.substvars debian/files 14:46:30 rm -fr -- debian/ros-melodic-catkin-simple/ debian/tmp/ 14:46:30 find . \( \( \ 14:46:30 \( -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 \ 14:46:30 \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ 14:46:30 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ 14:46:30 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ 14:46:30 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ 14:46:30 \) -exec rm -f {} + \) -o \ 14:46:30 \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) 14:46:30 debian/rules build 14:46:30 dh build -v --buildsystem=cmake 14:46:30 dh_testdir -O-v -O--buildsystem=cmake 14:46:30 dh_update_autotools_config -O-v -O--buildsystem=cmake 14:46:30 debian/rules override_dh_auto_configure 14:46:30 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:30 # In case we're installing to a non-standard location, look for a setup.sh 14:46:30 # in the install tree that was dropped by catkin, and source it. It will 14:46:30 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 14:46:30 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 14:46:30 dh_auto_configure -- \ 14:46:30 -DCATKIN_BUILD_BINARY_PACKAGE="1" \ 14:46:30 -DCMAKE_INSTALL_PREFIX="/opt/ros/melodic" \ 14:46:30 -DCMAKE_PREFIX_PATH="/opt/ros/melodic" 14:46:30 install -d obj-x86_64-linux-gnu 14:46:30 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 14:46:31 -- The C compiler identification is GNU 7.4.0 14:46:31 -- The CXX compiler identification is GNU 7.4.0 14:46:31 -- Check for working C compiler: /usr/bin/cc 14:46:31 -- Check for working C compiler: /usr/bin/cc -- works 14:46:31 -- Detecting C compiler ABI info 14:46:31 -- Detecting C compiler ABI info - done 14:46:31 -- Detecting C compile features 14:46:32 -- Detecting C compile features - done 14:46:32 -- Check for working CXX compiler: /usr/bin/c++ 14:46:32 -- Check for working CXX compiler: /usr/bin/c++ -- works 14:46:32 -- Detecting CXX compiler ABI info 14:46:32 -- Detecting CXX compiler ABI info - done 14:46:32 -- Detecting CXX compile features 14:46:33 -- Detecting CXX compile features - done 14:46:33 -- Using CATKIN_DEVEL_PREFIX: /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu/devel 14:46:33 -- Using CMAKE_PREFIX_PATH: /opt/ros/melodic 14:46:33 -- This workspace overlays: /opt/ros/melodic 14:46:33 -- Found PythonInterp: /usr/bin/python (found version "2.7.15") 14:46:33 -- Using PYTHON_EXECUTABLE: /usr/bin/python 14:46:33 -- Using Debian Python package layout 14:46:33 -- Using empy: /usr/bin/empy 14:46:33 -- Using CATKIN_ENABLE_TESTING: ON 14:46:33 -- Skip enable_testing() when building binary package 14:46:33 -- Using CATKIN_TEST_RESULTS_DIR: /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu/test_results 14:46:33 -- Found gtest sources under '/usr/src/googletest': gtests will be built 14:46:33 -- Found gmock sources under '/usr/src/googletest': gmock will be built 14:46:33 -- Looking for pthread.h 14:46:33 -- Looking for pthread.h - found 14:46:33 -- Looking for pthread_create 14:46:33 -- Looking for pthread_create - not found 14:46:33 -- Looking for pthread_create in pthreads 14:46:34 -- Looking for pthread_create in pthreads - not found 14:46:34 -- Looking for pthread_create in pthread 14:46:34 -- Looking for pthread_create in pthread - found 14:46:34 -- Found Threads: TRUE 14:46:34 -- Using Python nosetests: /usr/bin/nosetests-2.7 14:46:34 -- catkin 0.7.19 14:46:34 -- BUILD_SHARED_LIBS is on 14:46:34 -- Configuring done 14:46:34 -- Generating done 14:46:35 CMake Warning: 14:46:35 Manually-specified variables were not used by the project: 14:46:35 14:46:35 CMAKE_EXPORT_NO_PACKAGE_REGISTRY 14:46:35 CMAKE_INSTALL_LOCALSTATEDIR 14:46:35 CMAKE_INSTALL_SYSCONFDIR 14:46:35 14:46:35 14:46:35 -- Build files have been written to: /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu 14:46:35 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:35 debian/rules override_dh_auto_build 14:46:35 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:35 # In case we're installing to a non-standard location, look for a setup.sh 14:46:35 # in the install tree that was dropped by catkin, and source it. It will 14:46:35 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 14:46:35 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 14:46:35 dh_auto_build 14:46:35 cd obj-x86_64-linux-gnu && make -j1 14:46:35 make[2]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu' 14:46:35 /usr/bin/cmake -H/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0 -B/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 14:46:35 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu/CMakeFiles/progress.marks 14:46:35 make -f CMakeFiles/Makefile2 all 14:46:35 make[3]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu' 14:46:35 make[3]: Nothing to be done for 'all'. 14:46:35 make[3]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu' 14:46:35 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu/CMakeFiles 0 14:46:35 make[2]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu' 14:46:35 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:35 debian/rules override_dh_auto_test 14:46:35 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:35 # In case we're installing to a non-standard location, look for a setup.sh 14:46:35 # in the install tree that was dropped by catkin, and source it. It will 14:46:35 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 14:46:35 echo -- Running tests. Even if one of them fails the build is not canceled. 14:46:35 -- Running tests. Even if one of them fails the build is not canceled. 14:46:35 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 14:46:35 dh_auto_test || true 14:46:35 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:35 fakeroot debian/rules binary 14:46:35 dh binary -v --buildsystem=cmake 14:46:35 dh_testroot -O-v -O--buildsystem=cmake 14:46:35 dh_prep -O-v -O--buildsystem=cmake 14:46:35 rm -f -- debian/ros-melodic-catkin-simple.substvars 14:46:35 rm -fr -- debian/.debhelper/generated/ros-melodic-catkin-simple/ debian/ros-melodic-catkin-simple/ debian/tmp/ 14:46:35 dh_installdirs -O-v -O--buildsystem=cmake 14:46:36 install -d debian/ros-melodic-catkin-simple 14:46:36 debian/rules override_dh_auto_install 14:46:36 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:36 # In case we're installing to a non-standard location, look for a setup.sh 14:46:36 # in the install tree that was dropped by catkin, and source it. It will 14:46:36 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 14:46:36 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 14:46:36 dh_auto_install 14:46:36 cd obj-x86_64-linux-gnu && make -j1 install DESTDIR=/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/debian/ros-melodic-catkin-simple AM_UPDATE_INFO_DIR=no 14:46:36 make[2]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu' 14:46:36 /usr/bin/cmake -H/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0 -B/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 14:46:36 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu/CMakeFiles/progress.marks 14:46:36 make -f CMakeFiles/Makefile2 all 14:46:36 make[3]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu' 14:46:36 make[3]: Nothing to be done for 'all'. 14:46:36 make[3]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu' 14:46:36 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu/CMakeFiles 0 14:46:36 make -f CMakeFiles/Makefile2 preinstall 14:46:36 make[3]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu' 14:46:36 make[3]: Nothing to be done for 'preinstall'. 14:46:36 make[3]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu' 14:46:36 Install the project... 14:46:36 /usr/bin/cmake -P cmake_install.cmake 14:46:36 -- Install configuration: "None" 14:46:36 -- Installing: /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/debian/ros-melodic-catkin-simple/opt/ros/melodic/lib/pkgconfig/catkin_simple.pc 14:46:36 -- Installing: /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/debian/ros-melodic-catkin-simple/opt/ros/melodic/share/catkin_simple/cmake/catkin_simple-extras.cmake 14:46:36 -- Installing: /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/debian/ros-melodic-catkin-simple/opt/ros/melodic/share/catkin_simple/cmake/catkin_simpleConfig.cmake 14:46:36 -- Installing: /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/debian/ros-melodic-catkin-simple/opt/ros/melodic/share/catkin_simple/cmake/catkin_simpleConfig-version.cmake 14:46:36 -- Installing: /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/debian/ros-melodic-catkin-simple/opt/ros/melodic/share/catkin_simple/package.xml 14:46:36 make[2]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu' 14:46:36 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:36 dh_install -O-v -O--buildsystem=cmake 14:46:36 install -d debian/.debhelper/generated/ros-melodic-catkin-simple 14:46:36 dh_installdocs -O-v -O--buildsystem=cmake 14:46:36 install -d debian/ros-melodic-catkin-simple/usr/share/doc/ros-melodic-catkin-simple 14:46:36 dh_installchangelogs -O-v -O--buildsystem=cmake 14:46:36 install -p -m0644 debian/changelog debian/ros-melodic-catkin-simple/usr/share/doc/ros-melodic-catkin-simple/changelog.Debian 14:46:36 dh_installexamples -O-v -O--buildsystem=cmake 14:46:36 dh_installman -O-v -O--buildsystem=cmake 14:46:36 dh_installcatalogs -O-v -O--buildsystem=cmake 14:46:37 dh_installcron -O-v -O--buildsystem=cmake 14:46:37 dh_installdebconf -O-v -O--buildsystem=cmake 14:46:37 install -d debian/ros-melodic-catkin-simple/DEBIAN 14:46:37 dh_installemacsen -O-v -O--buildsystem=cmake 14:46:37 dh_installifupdown -O-v -O--buildsystem=cmake 14:46:37 dh_installinfo -O-v -O--buildsystem=cmake 14:46:37 dh_installinit -O-v -O--buildsystem=cmake 14:46:37 dh_installmenu -O-v -O--buildsystem=cmake 14:46:37 dh_installmime -O-v -O--buildsystem=cmake 14:46:37 dh_installmodules -O-v -O--buildsystem=cmake 14:46:37 dh_installlogcheck -O-v -O--buildsystem=cmake 14:46:37 dh_installlogrotate -O-v -O--buildsystem=cmake 14:46:37 dh_installpam -O-v -O--buildsystem=cmake 14:46:37 dh_installppp -O-v -O--buildsystem=cmake 14:46:37 dh_installudev -O-v -O--buildsystem=cmake 14:46:37 dh_installgsettings -O-v -O--buildsystem=cmake 14:46:37 dh_bugfiles -O-v -O--buildsystem=cmake 14:46:37 dh_ucf -O-v -O--buildsystem=cmake 14:46:38 dh_lintian -O-v -O--buildsystem=cmake 14:46:38 dh_gconf -O-v -O--buildsystem=cmake 14:46:38 dh_icons -O-v -O--buildsystem=cmake 14:46:38 dh_perl -O-v -O--buildsystem=cmake 14:46:38 dh_usrlocal -O-v -O--buildsystem=cmake 14:46:38 dh_link -O-v -O--buildsystem=cmake 14:46:38 dh_installwm -O-v -O--buildsystem=cmake 14:46:38 dh_installxfonts -O-v -O--buildsystem=cmake 14:46:38 dh_strip_nondeterminism -O-v -O--buildsystem=cmake 14:46:38 dh_compress -O-v -O--buildsystem=cmake 14:46:38 cd debian/ros-melodic-catkin-simple 14:46:38 chmod a-x usr/share/doc/ros-melodic-catkin-simple/changelog.Debian 14:46:38 gzip -9nf usr/share/doc/ros-melodic-catkin-simple/changelog.Debian 14:46:38 cd '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:38 dh_fixperms -O-v -O--buildsystem=cmake 14:46:38 find debian/ros-melodic-catkin-simple -true -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 14:46:38 find debian/ros-melodic-catkin-simple ! -type l -a -true -a -true -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s 14:46:38 find debian/ros-melodic-catkin-simple/usr/share/doc -type f -a -true -a ! -regex 'debian/ros-melodic-catkin-simple/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 14:46:38 find debian/ros-melodic-catkin-simple/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755 14:46:38 find debian/ros-melodic-catkin-simple -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 14:46:38 dh_missing -O-v -O--buildsystem=cmake 14:46:38 dh_strip -O-v -O--buildsystem=cmake 14:46:39 dh_makeshlibs -O-v -O--buildsystem=cmake 14:46:39 rm -f debian/ros-melodic-catkin-simple/DEBIAN/shlibs 14:46:39 debian/rules override_dh_shlibdeps 14:46:39 make[1]: Entering directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:39 # In case we're installing to a non-standard location, look for a setup.sh 14:46:39 # in the install tree that was dropped by catkin, and source it. It will 14:46:39 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 14:46:39 if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \ 14:46:39 dh_shlibdeps -l/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0/debian/ros-melodic-catkin-simple//opt/ros/melodic/lib/ 14:46:39 make[1]: Leaving directory '/tmp/binarydeb/ros-melodic-catkin-simple-0.2.0' 14:46:39 dh_installdeb -O-v -O--buildsystem=cmake 14:46:39 dh_gencontrol -O-v -O--buildsystem=cmake 14:46:39 echo misc:Depends= >> debian/ros-melodic-catkin-simple.substvars 14:46:39 echo misc:Pre-Depends= >> debian/ros-melodic-catkin-simple.substvars 14:46:39 dpkg-gencontrol -pros-melodic-catkin-simple -ldebian/changelog -Tdebian/ros-melodic-catkin-simple.substvars -Pdebian/ros-melodic-catkin-simple -UMulti-Arch 14:46:39 dpkg-gencontrol: warning: Depends field of package ros-melodic-catkin-simple: unknown substitution variable ${shlibs:Depends} 14:46:39 chmod 0644 -- debian/ros-melodic-catkin-simple/DEBIAN/control 14:46:39 chown 0:0 -- debian/ros-melodic-catkin-simple/DEBIAN/control 14:46:39 dh_md5sums -O-v -O--buildsystem=cmake 14:46:39 (cd debian/ros-melodic-catkin-simple >/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 14:46:39 chmod 0644 -- debian/ros-melodic-catkin-simple/DEBIAN/md5sums 14:46:39 chown 0:0 -- debian/ros-melodic-catkin-simple/DEBIAN/md5sums 14:46:39 dh_builddeb -O-v -O--buildsystem=cmake 14:46:39 dpkg-deb --build debian/ros-melodic-catkin-simple .. 14:46:39 dpkg-deb: building package 'ros-melodic-catkin-simple' in '../ros-melodic-catkin-simple_0.2.0-1bionic.20191115.144355_amd64.deb'. 14:46:39 dpkg-genbuildinfo --build=binary 14:46:40 dpkg-genchanges --build=binary >../ros-melodic-catkin-simple_0.2.0-1bionic.20191115.144355_amd64.changes 14:46:40 dpkg-genchanges: info: binary-only upload (no source code included) 14:46:40 dpkg-source --after-build ros-melodic-catkin-simple-0.2.0 14:46:40 dpkg-source: info: using options from ros-melodic-catkin-simple-0.2.0/debian/source/options: --auto-commit 14:46:40 dpkg-buildpackage: info: binary-only upload (no source included) 14:46:40 I: Successfully built in /tmp/binarydeb/ros-melodic-catkin-simple-0.2.0 14:46:40 # END SUBSECTION
14:46:40 + echo # END SECTION 14:46:40 # END SECTION
14:46:40 [Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson3569221286769957290.sh 14:46:40 + [ false = false ] 14:46:40 + echo # BEGIN SECTION: Clean up to save disk space on agents
14. Clean up to save disk space on agents

Hide Details

14:46:40 # BEGIN SECTION: Clean up to save disk space on agents 14:46:40 + chmod -R u+w /home/jenkins-slave/workspace/Mbin_uB64__catkin_simple__ubuntu_bionic_amd64__binary/binarydeb 14:46:40 + rm -fr binarydeb/ros-melodic-catkin-simple-0.2.0/CHANGELOG.rst binarydeb/ros-melodic-catkin-simple-0.2.0/CMakeLists.txt binarydeb/ros-melodic-catkin-simple-0.2.0/README.md binarydeb/ros-melodic-catkin-simple-0.2.0/cmake binarydeb/ros-melodic-catkin-simple-0.2.0/debian binarydeb/ros-melodic-catkin-simple-0.2.0/obj-x86_64-linux-gnu binarydeb/ros-melodic-catkin-simple-0.2.0/package.xml binarydeb/ros-melodic-catkin-simple-0.2.0/test 14:46:40 + echo # END SECTION 14:46:40 # END SECTION
14:46:40 SSH: Connecting from host [lcas-buildfarm-slave-1] 14:46:40 SSH: Connecting with configuration [repo] ... 14:46:41 SSH: Disconnecting configuration [repo] ... 14:46:41 SSH: Transferred 2 file(s) 14:46:41 Build step 'Send files or execute commands over SSH' changed build result to SUCCESS 14:46:41 Waiting for the completion of Mrel_import-package 14:46:50 Mrel_import-package #57 completed. Result was SUCCESS 14:46:50 $ ssh-agent -k 14:46:50 unset SSH_AUTH_SOCK; 14:46:50 unset SSH_AGENT_PID; 14:46:50 echo Agent pid 28096 killed; 14:46:50 [ssh-agent] Stopped. 14:46:51 [description-setter] Description set: 0.2.0-1bionic.20191115.144355 14:46:51 Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered 14:46:51 Triggering a new build of Mrel_sync-packages-to-testing_bionic_amd64 14:46:51 Finished: SUCCESS