SuccessConsole Output

16:52:38 Started by upstream project "Msrc_uB__topic_republisher__ubuntu_bionic__source" build number 1
16:52:38 originally caused by:
16:52:38  Started by upstream project "Mrel_trigger-jobs" build number 1734
16:52:38  originally caused by:
16:52:38   Started by timer
16:52:38 Building remotely on build client 2 (buildagent slave buildslave indigo_devel_default) in workspace /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary
16:52:38 [ssh-agent] Looking for ssh-agent implementation...
16:52:38 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
16:52:38 $ ssh-agent
16:52:38 SSH_AUTH_SOCK=/tmp/ssh-7nykML6Svmlb/agent.11664
16:52:38 SSH_AGENT_PID=11666
16:52:38 [ssh-agent] Started.
16:52:38 $ ssh-add /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary@tmp/private_key_4340425890560190829.key
16:52:38 Identity added: /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary@tmp/private_key_4340425890560190829.key (/home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary@tmp/private_key_4340425890560190829.key)
16:52:38 [ssh-agent] Using credentials jenkins-slave
16:52:39 
1. Check upstream projects

Hide Details

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

Hide Details

16:52:39 # BEGIN SECTION: Check free disk space 16:52:39 Usable disk space = 56864993280 bytes 16:52:39 Free space threshold = 5368709120 bytes 16:52:39 # END SECTION
16:52:39 [Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson5361849886603501165.sh 16:52:39 + echo # BEGIN SECTION: docker version
3. docker version

Hide Details

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

Hide Details

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

Hide Details

16:52:40 # BEGIN SECTION: Check docker status 16:52:40 + echo Testing trivial docker invocation... 16:52:40 Testing trivial docker invocation... 16:52:40 + docker run --rm ubuntu:bionic true 16:52:41 + echo 'docker run' returned 0 16:52:41 'docker run' returned 0 16:52:41 docker seems operational, continuing 16:52:41 [Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson5919813355691508517.sh 16:52:41 + echo # END SECTION 16:52:41 # END SECTION
16:52:41 [Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson5516779127293453526.sh 16:52:41 + echo # BEGIN SECTION: Embed wrapper scripts
6. Embed wrapper scripts

Hide Details

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

Hide Details

16:52:41 # BEGIN SECTION: Clone ros_buildfarm 16:52:41 + rm -fr ros_buildfarm 16:52:41 + python3 -u wrapper_scripts/git.py clone --depth 1 -b pull_upstream https://github.com/lcas/ros_buildfarm.git ros_buildfarm 16:52:41 Invoking 'git clone --depth 1 -b pull_upstream https://github.com/lcas/ros_buildfarm.git ros_buildfarm' 16:52:41 Cloning into 'ros_buildfarm'... 16:52:43 + git -C ros_buildfarm --no-pager log -n 1 16:52:43 commit 769490a3a30c62410fc0c633da8552c554b6c221 16:52:43 Author: Marc Hanheide <marc@hanheide.net> 16:52:43 Date: Sun Nov 24 10:49:33 2019 +0000 16:52:43 16:52:43 added support for flat repos like NVIDIA 16:52:43 + rm -fr ros_buildfarm/.git 16:52:43 + rm -fr ros_buildfarm/doc 16:52:43 + echo # END SECTION 16:52:43 # END SECTION
16:52:43 [Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson846051128738090240.sh 16:52:43 + echo # BEGIN SECTION: Write PGP repository keys
8. Write PGP repository keys

Hide Details

16:52:43 # BEGIN SECTION: Write PGP repository keys 16:52:43 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/keys 16:52:43 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/keys/* 16:52:43 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 16:52:43 Version: GnuPG v1.4.11 (GNU/Linux) 16:52:43 16:52:43 mQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn 16:52:43 MsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf 16:52:43 xcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw 16:52:43 kPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv 16:52:43 /o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh 16:52:43 EBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg 16:52:43 KFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD 16:52:43 BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX 16:52:43 yQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI 16:52:43 7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy 16:52:43 JjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T 16:52:43 Yh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++ 16:52:43 Cut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ 16:52:43 cvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM 16:52:43 hU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3 16:52:43 IWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm 16:52:43 Z4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK 16:52:43 7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb 16:52:43 oRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC 16:52:43 AAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U 16:52:43 NTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0 16:52:43 ikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU 16:52:43 M7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N 16:52:43 l9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ 16:52:43 Chb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ== 16:52:43 =nFcN 16:52:43 -----END PGP PUBLIC KEY BLOCK----- 16:52:43 16:52:43 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 16:52:43 Version: SKS 1.1.6 16:52:43 Comment: Hostname: keyserver.ubuntu.com 16:52:43 16:52:43 mQINBFzvJpYBEADY8l1YvO7iYW5gUESyzsTGnMvVUmlV3XarBaJz9bGRmgPXh7jcVFrQhE0L 16:52:43 /HV7LOfoLI9H2GWYyHBqN5ERBlcA8XxG3ZvX7t9nAZPQT2Xxe3GT3trou5oCR+SyHN9xPnUw 16:52:43 DuqUSvJ2eqMYb9B/Hph3OmtjG30jSNq9kOF5bBTk1hOTGPH4K/AY0jzT6OpHfXU6ytlFsI47 16:52:43 ZKsnTUhipGsKucQ1CXlyirndZ3V3k70YaooZ55rGaIoAWlx2H0J7sAHmqS29N9jV9mo135d+ 16:52:43 d+TdLBXI0PXtiHzE9IPaX+ctdSUrPnp+TwR99lxglpIG6hLuvOMAaxiqFBB/Jf3XJ8OBakfS 16:52:43 6nHrWH2WqQxRbiITl0irkQozpwNEF2Bv0+Jvs1UFEdVGz5a8xexQHst/RmKrtHLct3iOCvBN 16:52:43 qoAQRbvWvBhPjO/pV5cYeUljZ5wpHyFkaEViClaVWqa6PIsyLqmyjsruPCWlURLsQoQxABcL 16:52:43 8bwxX7UThM6CtH6tGlYZ85RIzRifIm2oudzV5l+8oRgFr9yVcwyOFT6JCioqkwldW52P1pk/ 16:52:43 /SnuexC6LYqqDuHUs5NnokzzpfS6QaWfTY5P5tz4KHJfsjDIktly3mKVfY0fSPVVokdGpcUz 16:52:43 vz2hq1fqjxB6MlB/1vtk0bImfcsoxBmF7H+4E9ZN1sX/tSb0KQARAQABtCZPcGVuIFJvYm90 16:52:43 aWNzIDxpbmZvQG9zcmZvdW5kYXRpb24ub3JnPokCVAQTAQoAPhYhBMHPbjHmut6IaLFytPQu 16:52:43 1vurF8ZUBQJc7yaWAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEPQu1vur 16:52:43 F8ZUkhIP/RbZY1ErvCEUy8iLJm9aSpLQnDZl5xILOxyZlzpg+Ml5bb0EkQDr92foCgcvLeAN 16:52:43 KARNCaGLyNIWkuyDovPV0xZJrEy0kgBrDNb3++NmdI/+GA92pkedMXXioQvqdsxUagXAIB/s 16:52:43 NGByJEhs37F05AnFvZbjUhceq3xTlvAMcrBWrgB4NwBivZY6IgLvl/CRQpVYwANShIQdbvHv 16:52:43 ZSxRonWhNXr6v/Wcf8rsp7g2VqJ2N2AcWT84aa9BLQ3Oe/SgrNx4QEhA1y7rc3oaqPVu5ZXO 16:52:43 K+4O14JrpbEZ3Xs9YEjrcOuEDEpYktA8qqUDTdFyZrxb9S6BquUKrA6jZgT913kjJ4e7YAZo 16:52:43 bC4rH0w4u0PrqDgYOkXA9Mo7L601/7ZaDJob80UcK+Z12ZSw73IgBix6DiJVfXuWkk5PM2zs 16:52:43 Fn6UOQXUNlZlDAOj5NC01V0fJ8P0v6GO9YOSSQx0j5UtkUbRfp/4W7uCPFvwAatWEHJhlM3s 16:52:43 QNiMNStJFegr56xQu1a/cbJH7GdbseMhG/f0BaKQqXCI3ffB5y5AOLc9Hw7PYiTFQsuY1ePR 16:52:43 hE+J9mejgWRZxkjAH/FlAubqXkDgterCh+sLkzGf+my2IbsMCuc+3aeNMJ5Ej/vlXefCH/Mp 16:52:43 PWAHCqpQhe2DET/jRSaM53USAHNx8kw4MPUkxExgI7Sd 16:52:43 =4Ofr 16:52:43 -----END PGP PUBLIC KEY BLOCK----- 16:52:43 16:52:43 + echo -----BEGIN PGP PUBLIC KEY BLOCK----- 16:52:43 Version: GnuPG v1 16:52:43 16:52:43 mQINBFdtt4UBEAC8FDSWMR07GJZ265giLn7kLF+EsJCWESUq6Cd13QN0JQ/tLibi 16:52:43 QlW4ZjeOnEH9VPlqh/mKqNMG4SwRt8S+GHpePMQrr0aOkiRGfCclnAWIZURSAP+t 16:52:43 PLelCt43fkw1BBTopd/0oOzO8kHu8j8WU4A8GHxqghfFWPv54FQs2iaZ2eWR7a6d 16:52:43 79IJrbDKaVCCiQrkhCM8m648pNKHhuoJ9cQXFV+uvwkpfmKWGQ4ultxlOyjLHJLF 16:52:43 vuML2RuAO9IxbdZjzeYNN+T+wjFIBVcPnwEO+WrYgvGkT4r9aqVqTeg3EPb7QclV 16:52:43 sKBVJdxk4jZl0y22HAWqScVi6SJ15uK9pXxywDZkbpuRBWx4ThWiGe/FiUa2igi9 16:52:43 /SIvqN2TBY0g18sRTrylVr1wE1UGa/y7nDx6PoGCP1frBt8YUYt3pkM8Xvb2CRxx 16:52:43 CyWwmuFEQHC6jCEWf7FnoBHBYQwTVGNrU0vkuIeDrm+ZAcv8wx+ie1hlFhqCCJnf 16:52:43 jqeQ0/zA9RPmCPOkLyTdSsNZtlxxk7bzCdTdFFKzBjGTR7Gz3SMSp23d11eIyRiF 16:52:43 HQsp2v0SvnPJ6OcgB95Hmo544vi3RuoVfovtDOdfSBCRxP+GhhxkKSrTleQjD0/r 16:52:43 CGkdG2Kox3m9YllAsvZchLXlS7bZV9mGRF61mVMjF3HJRUQfBBm89VPQ+QARAQAB 16:52:43 tCBjdWRhdG9vbHMgPGN1ZGF0b29sc0BudmlkaWEuY29tPokCNwQTAQgAIQUCV223 16:52:43 hQIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRD2D0s9f6KvgNArEAChnfcW 16:52:43 rYItgt7xXXubT6E+KpJyJ0RPrXf51S2mhciFbjDl+3EXRMRjOutVmgWYPWUUZaKR 16:52:43 8Iez3Lz4BRmwYOWBLtdnOLbKoSsQUX95rnPFjfly/DFLfjKxz4NRBmh4r4/rCYWm 16:52:43 2hmnXmOAi8kV7fqx3g5XMpJ//N6+T8ctEol2iZ82GrXjadcRWE4rAe7UyuEzJ74y 16:52:43 6ZKIzk5ijdgEKtcaBhzEWvoV5Pr9nkn7ByGsdehKR/gNnjPMYXrklSHGfphJIsS2 16:52:43 S32lMk/kuRjihBcWcYBXIPEQ7CV+PNW2TlkZj/YqTg637sZHwkhcjcNzxeqKvRYG 16:52:43 8V7Ju5hTDxL1UQBmgDS3cRx1lw7tYRG5bS67tbC2dc/CpPkG5agiZ/WyoHQDnn4r 16:52:43 1fRuOFx694QR6+0rAP6171xEEoNAPaH7gdJdhWKiYiJD0T2EEbW7wBUi/EupeKRv 16:52:43 kR12R1jUa1mlpxNtWQxJ7qp98T9+DmkxI1XDmWx0/g4ryuicwLDSqoPgNcRNdSQb 16:52:43 b8YfTqrkqaDdYzwLr/n0YKW3cYIvIeisV0WxRjb6OP7oAlAtaAhImlIc//51qNO7 16:52:43 /WAud6qMtnhFoZayR/BzLKqnCioN5GYr9BAKskpPHe9cDKVS3fg+Qvc1sNJID+jf 16:52:43 k52PqyW24Qsr0A9+5zQyE4tH9dfv120gj9avmg== 16:52:43 =0nKc 16:52:43 -----END PGP PUBLIC KEY BLOCK----- 16:52:43 16:52:43 + echo # END SECTION 16:52:43 # END SECTION
16:52:43 [Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson7924897736251219408.sh 16:52:43 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_generating_docker 16:52:43 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_generating_docker 16:52:43 + sleep 1 16:52:43 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 11820 --cid-file /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_generating_docker/docker.cid 16:52:44 + echo # BEGIN SECTION: Generate Dockerfile - binarydeb task
9. Generate Dockerfile - binarydeb task

Hide Details

16:52:44 # BEGIN SECTION: Generate Dockerfile - binarydeb task 16:52:44 + export TZ=GMT+00 16:52:44 + export PYTHONPATH=/home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/ros_buildfarm: 16:52:44 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__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 topic_republisher ubuntu bionic amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ --distribution-repository-key-files /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/keys/0.key /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/keys/1.key /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/keys/2.key --target-repository http://10.210.9.154/ubuntu/building --binarydeb-dir /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/binarydeb --dockerfile-dir /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_generating_docker --env-vars --append-timestamp 16:52:44 Using the following distribution repositories: 16:52:44 http://10.210.9.154/ubuntu/building (/home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/keys/0.key) 16:52:44 http://packages.ros.org/ros/ubuntu (/home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/keys/1.key) 16:52:44 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ (/home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/keys/2.key) 16:52:44 Generating Dockerfile '/home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_generating_docker/Dockerfile': 16:52:44 # generated from release/binarydeb_create_task.Dockerfile.em 16:52:44 16:52:44 FROM ubuntu:bionic 16:52:44 16:52:44 VOLUME ["/var/cache/apt/archives"] 16:52:44 16:52:44 ENV DEBIAN_FRONTEND noninteractive 16:52:44 16:52:44 16:52:44 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 16:52:44 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 16:52:44 RUN locale-gen en_US.UTF-8 16:52:44 ENV LANG en_US.UTF-8 16:52:44 ENV TZ GMT+00 16:52:44 16:52:44 16:52:44 RUN useradd -u 1002 -l -m buildfarm 16:52:44 16:52:44 RUN mkdir /tmp/keys 16:52:44 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 16:52:44 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 16:52:44 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 16:52:44 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQINBFdtt4UBEAC8FDSWMR07GJZ265giLn7kLF+EsJCWESUq6Cd13QN0JQ/tLibi\nQlW4ZjeOnEH9VPlqh/mKqNMG4SwRt8S+GHpePMQrr0aOkiRGfCclnAWIZURSAP+t\nPLelCt43fkw1BBTopd/0oOzO8kHu8j8WU4A8GHxqghfFWPv54FQs2iaZ2eWR7a6d\n79IJrbDKaVCCiQrkhCM8m648pNKHhuoJ9cQXFV+uvwkpfmKWGQ4ultxlOyjLHJLF\nvuML2RuAO9IxbdZjzeYNN+T+wjFIBVcPnwEO+WrYgvGkT4r9aqVqTeg3EPb7QclV\nsKBVJdxk4jZl0y22HAWqScVi6SJ15uK9pXxywDZkbpuRBWx4ThWiGe/FiUa2igi9\n/SIvqN2TBY0g18sRTrylVr1wE1UGa/y7nDx6PoGCP1frBt8YUYt3pkM8Xvb2CRxx\nCyWwmuFEQHC6jCEWf7FnoBHBYQwTVGNrU0vkuIeDrm+ZAcv8wx+ie1hlFhqCCJnf\njqeQ0/zA9RPmCPOkLyTdSsNZtlxxk7bzCdTdFFKzBjGTR7Gz3SMSp23d11eIyRiF\nHQsp2v0SvnPJ6OcgB95Hmo544vi3RuoVfovtDOdfSBCRxP+GhhxkKSrTleQjD0/r\nCGkdG2Kox3m9YllAsvZchLXlS7bZV9mGRF61mVMjF3HJRUQfBBm89VPQ+QARAQAB\ntCBjdWRhdG9vbHMgPGN1ZGF0b29sc0BudmlkaWEuY29tPokCNwQTAQgAIQUCV223\nhQIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRD2D0s9f6KvgNArEAChnfcW\nrYItgt7xXXubT6E+KpJyJ0RPrXf51S2mhciFbjDl+3EXRMRjOutVmgWYPWUUZaKR\n8Iez3Lz4BRmwYOWBLtdnOLbKoSsQUX95rnPFjfly/DFLfjKxz4NRBmh4r4/rCYWm\n2hmnXmOAi8kV7fqx3g5XMpJ//N6+T8ctEol2iZ82GrXjadcRWE4rAe7UyuEzJ74y\n6ZKIzk5ijdgEKtcaBhzEWvoV5Pr9nkn7ByGsdehKR/gNnjPMYXrklSHGfphJIsS2\nS32lMk/kuRjihBcWcYBXIPEQ7CV+PNW2TlkZj/YqTg637sZHwkhcjcNzxeqKvRYG\n8V7Ju5hTDxL1UQBmgDS3cRx1lw7tYRG5bS67tbC2dc/CpPkG5agiZ/WyoHQDnn4r\n1fRuOFx694QR6+0rAP6171xEEoNAPaH7gdJdhWKiYiJD0T2EEbW7wBUi/EupeKRv\nkR12R1jUa1mlpxNtWQxJ7qp98T9+DmkxI1XDmWx0/g4ryuicwLDSqoPgNcRNdSQb\nb8YfTqrkqaDdYzwLr/n0YKW3cYIvIeisV0WxRjb6OP7oAlAtaAhImlIc//51qNO7\n/WAud6qMtnhFoZayR/BzLKqnCioN5GYr9BAKskpPHe9cDKVS3fg+Qvc1sNJID+jf\nk52PqyW24Qsr0A9+5zQyE4tH9dfv120gj9avmg==\n=0nKc\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/2.key && apt-key add /tmp/keys/2.key 16:52:44 RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 16:52:44 RUN echo deb-src http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 16:52:44 RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 16:52:44 RUN echo deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ / | tee -a /etc/apt/sources.list.d/buildfarm.list 16:52:44 16:52:44 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)) 16:52:44 16:52:44 RUN mkdir /tmp/wrapper_scripts 16:52:44 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n '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 16:52:44 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 16:52:44 16:52:44 # automatic invalidation once every day 16:52:44 RUN echo "2019-11-25 (+0000)" 16:52:44 16:52:44 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 16:52:44 16:52:44 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 16:52:44 16:52:44 # always invalidate to actually have the latest apt repo state 16:52:44 RUN echo "2019-11-25 16:52:44 +0000" 16:52:44 RUN python3 -u /tmp/wrapper_scripts/apt.py update 16:52:44 16:52:44 USER buildfarm 16:52:44 ENTRYPOINT ["sh", "-c"] 16:52:44 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 topic_republisher --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py melodic topic_republisher --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 topic_republisher ubuntu bionic amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ --distribution-repository-key-files /tmp/keys/0.key /tmp/keys/1.key /tmp/keys/2.key --binarydeb-dir /tmp/binarydeb --env-vars --dockerfile-dir /tmp/docker_build_binarydeb"] 16:52:44 + echo # END SECTION 16:52:44 # END SECTION
16:52:44 + echo # BEGIN SECTION: Build Dockerfile - binarydeb task
10. Build Dockerfile - binarydeb task

Hide Details

16:52:44 # BEGIN SECTION: Build Dockerfile - binarydeb task 16:52:44 + cd /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_generating_docker 16:52:44 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 16:52:44 Get base image name from Dockerfile 'Dockerfile': ubuntu:bionic 16:52:44 Check docker base image for updates: docker pull ubuntu:bionic 16:52:46 bionic: Pulling from library/ubuntu 16:52:46 Digest: sha256:1d1c09d1d5e42265dd6e7d35dcc73373f0e1b76da661463f24487ac3dbeb673f 16:52:46 Status: Image is up to date for ubuntu:bionic 16:52:46 + docker build --force-rm -t binarydeb_task_generation.melodic_ubuntu_bionic_amd64_topic_republisher . 16:52:46 Sending build context to Docker daemon 23.04 kB Sending build context to Docker daemon 23.04 kB 16:52:46 Step 1 : FROM ubuntu:bionic 16:52:46 ---> 6120d8e09b3f 16:52:46 Step 2 : VOLUME /var/cache/apt/archives 16:52:46 ---> Using cache 16:52:46 ---> 41662618c3f3 16:52:46 Step 3 : ENV DEBIAN_FRONTEND noninteractive 16:52:47 ---> Using cache 16:52:47 ---> 0a994878ebbe 16:52:47 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 16:52:48 ---> Using cache 16:52:48 ---> 11d6297b5e03 16:52:48 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 16:52:48 ---> Using cache 16:52:48 ---> 24b3d17f9554 16:52:48 Step 6 : RUN locale-gen en_US.UTF-8 16:52:49 ---> Using cache 16:52:49 ---> ef2c05211818 16:52:49 Step 7 : ENV LANG en_US.UTF-8 16:52:50 ---> Using cache 16:52:50 ---> efc7db86d7ba 16:52:50 Step 8 : ENV TZ GMT+00 16:52:50 ---> Using cache 16:52:50 ---> a58e57946b8a 16:52:50 Step 9 : RUN useradd -u 1002 -l -m buildfarm 16:52:51 ---> Using cache 16:52:51 ---> d296a79e5df6 16:52:51 Step 10 : RUN mkdir /tmp/keys 16:52:52 ---> Using cache 16:52:52 ---> 28b00bfcc4e9 16:52:52 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 16:52:53 ---> Using cache 16:52:53 ---> fec1836b4263 16:52:53 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 16:52:53 ---> Using cache 16:52:53 ---> 337a2f566fab 16:52:53 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 16:52:54 ---> Using cache 16:52:54 ---> 52c8296759a9 16:52:54 Step 14 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQINBFdtt4UBEAC8FDSWMR07GJZ265giLn7kLF+EsJCWESUq6Cd13QN0JQ/tLibi\nQlW4ZjeOnEH9VPlqh/mKqNMG4SwRt8S+GHpePMQrr0aOkiRGfCclnAWIZURSAP+t\nPLelCt43fkw1BBTopd/0oOzO8kHu8j8WU4A8GHxqghfFWPv54FQs2iaZ2eWR7a6d\n79IJrbDKaVCCiQrkhCM8m648pNKHhuoJ9cQXFV+uvwkpfmKWGQ4ultxlOyjLHJLF\nvuML2RuAO9IxbdZjzeYNN+T+wjFIBVcPnwEO+WrYgvGkT4r9aqVqTeg3EPb7QclV\nsKBVJdxk4jZl0y22HAWqScVi6SJ15uK9pXxywDZkbpuRBWx4ThWiGe/FiUa2igi9\n/SIvqN2TBY0g18sRTrylVr1wE1UGa/y7nDx6PoGCP1frBt8YUYt3pkM8Xvb2CRxx\nCyWwmuFEQHC6jCEWf7FnoBHBYQwTVGNrU0vkuIeDrm+ZAcv8wx+ie1hlFhqCCJnf\njqeQ0/zA9RPmCPOkLyTdSsNZtlxxk7bzCdTdFFKzBjGTR7Gz3SMSp23d11eIyRiF\nHQsp2v0SvnPJ6OcgB95Hmo544vi3RuoVfovtDOdfSBCRxP+GhhxkKSrTleQjD0/r\nCGkdG2Kox3m9YllAsvZchLXlS7bZV9mGRF61mVMjF3HJRUQfBBm89VPQ+QARAQAB\ntCBjdWRhdG9vbHMgPGN1ZGF0b29sc0BudmlkaWEuY29tPokCNwQTAQgAIQUCV223\nhQIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRD2D0s9f6KvgNArEAChnfcW\nrYItgt7xXXubT6E+KpJyJ0RPrXf51S2mhciFbjDl+3EXRMRjOutVmgWYPWUUZaKR\n8Iez3Lz4BRmwYOWBLtdnOLbKoSsQUX95rnPFjfly/DFLfjKxz4NRBmh4r4/rCYWm\n2hmnXmOAi8kV7fqx3g5XMpJ//N6+T8ctEol2iZ82GrXjadcRWE4rAe7UyuEzJ74y\n6ZKIzk5ijdgEKtcaBhzEWvoV5Pr9nkn7ByGsdehKR/gNnjPMYXrklSHGfphJIsS2\nS32lMk/kuRjihBcWcYBXIPEQ7CV+PNW2TlkZj/YqTg637sZHwkhcjcNzxeqKvRYG\n8V7Ju5hTDxL1UQBmgDS3cRx1lw7tYRG5bS67tbC2dc/CpPkG5agiZ/WyoHQDnn4r\n1fRuOFx694QR6+0rAP6171xEEoNAPaH7gdJdhWKiYiJD0T2EEbW7wBUi/EupeKRv\nkR12R1jUa1mlpxNtWQxJ7qp98T9+DmkxI1XDmWx0/g4ryuicwLDSqoPgNcRNdSQb\nb8YfTqrkqaDdYzwLr/n0YKW3cYIvIeisV0WxRjb6OP7oAlAtaAhImlIc//51qNO7\n/WAud6qMtnhFoZayR/BzLKqnCioN5GYr9BAKskpPHe9cDKVS3fg+Qvc1sNJID+jf\nk52PqyW24Qsr0A9+5zQyE4tH9dfv120gj9avmg==\n=0nKc\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/2.key && apt-key add /tmp/keys/2.key 16:52:55 ---> Using cache 16:52:55 ---> a823f85a5b9b 16:52:55 Step 15 : RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 16:52:55 ---> Using cache 16:52:55 ---> da09dd314549 16:52:55 Step 16 : RUN echo deb-src http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 16:52:56 ---> Using cache 16:52:56 ---> 0e25df1c7206 16:52:56 Step 17 : RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 16:52:56 ---> Using cache 16:52:56 ---> ad78f5c237c4 16:52:56 Step 18 : RUN echo deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ / | tee -a /etc/apt/sources.list.d/buildfarm.list 16:52:57 ---> Using cache 16:52:57 ---> e6bbd921ef65 16:52:57 Step 19 : 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)) 16:52:58 ---> Using cache 16:52:58 ---> 92fbbc00b757 16:52:58 Step 20 : RUN mkdir /tmp/wrapper_scripts 16:52:58 ---> Using cache 16:52:58 ---> 16dd8502e3db 16:52:58 Step 21 : 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 16:53:00 ---> Using cache 16:53:00 ---> aa795e42de53 16:53:00 Step 22 : 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 16:53:01 ---> Using cache 16:53:01 ---> 7749400b286c 16:53:01 Step 23 : RUN echo "2019-11-25 (+0000)" 16:53:03 ---> Using cache 16:53:03 ---> a9d475dd6fef 16:53:03 Step 24 : 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 16:53:04 ---> Using cache 16:53:04 ---> ecd3ff681b3e 16:53:04 Step 25 : 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 16:53:05 ---> Using cache 16:53:05 ---> 85c646d6087e 16:53:05 Step 26 : RUN echo "2019-11-25 16:52:44 +0000" 16:53:07 ---> Running in 97dbaf83a3c7 16:53:08 2019-11-25 16:52:44 +0000 16:53:09 ---> 8157c106a461 16:53:09 Removing intermediate container 97dbaf83a3c7 16:53:09 Step 27 : RUN python3 -u /tmp/wrapper_scripts/apt.py update 16:53:10 ---> Running in d2a27a85cd9f 16:53:11 Invoking 'apt-get update' 16:53:11 Get:1 http://10.210.9.154/ubuntu/building bionic InRelease [2,823 B] 16:53:11 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:53:11 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:53:11 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 16:53:11 Get:5 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:53:11 Ign:6 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease 16:53:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:53:11 Hit:8 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 Release 16:53:11 Hit:9 http://packages.ros.org/ros/ubuntu bionic InRelease 16:53:11 Get:10 http://10.210.9.154/ubuntu/building bionic/main Sources [83.8 kB] 16:53:11 Get:11 http://10.210.9.154/ubuntu/building bionic/main amd64 Packages [104 kB] 16:53:11 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Sources [5,260 B] 16:53:11 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1,032 kB] 16:53:11 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,314 kB] 16:53:11 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [9,579 B] 16:53:11 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [30.0 kB] 16:53:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [736 kB] 16:53:14 Get:19 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [788 kB] 16:53:14 Fetched 4,446 kB in 4s (1,158 kB/s) 16:53:17 Reading package lists... 16:53:18 ---> d96f5f0bafbe 16:53:18 Removing intermediate container d2a27a85cd9f 16:53:18 Step 28 : USER buildfarm 16:53:19 ---> Running in 7f6aec206081 16:53:19 ---> b6c9ee091602 16:53:19 Removing intermediate container 7f6aec206081 16:53:19 Step 29 : ENTRYPOINT sh -c 16:53:19 ---> Running in f4f5729f02ed 16:53:20 ---> 168765ba7879 16:53:20 Removing intermediate container f4f5729f02ed 16:53:20 Step 30 : 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 topic_republisher --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py melodic topic_republisher --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 topic_republisher ubuntu bionic amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ --distribution-repository-key-files /tmp/keys/0.key /tmp/keys/1.key /tmp/keys/2.key --binarydeb-dir /tmp/binarydeb --env-vars --dockerfile-dir /tmp/docker_build_binarydeb 16:53:20 ---> Running in 461b933e695a 16:53:21 ---> a880bdea62be 16:53:21 Removing intermediate container 461b933e695a 16:53:21 Successfully built a880bdea62be 16:53:21 + echo # END SECTION 16:53:21 # END SECTION
16:53:21 + echo # BEGIN SECTION: Run Dockerfile - binarydeb task
11. Run Dockerfile - binarydeb task

Hide Details

16:53:21 # BEGIN SECTION: Run Dockerfile - binarydeb task 16:53:21 + [ -f /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/binarydeb ] 16:53:21 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/binarydeb 16:53:21 + rm -fr /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_build_binarydeb 16:53:21 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/binarydeb 16:53:21 + mkdir -p /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_build_binarydeb 16:53:21 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_generating_docker/docker.cid -e=TRAVIS= -e=ROS_BUILDFARM_PULL_REQUEST_BRANCH= -v /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__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_topic_republisher
11.1. get sourcedeb

Hide Details

16:53:22 # BEGIN SUBSECTION: get sourcedeb 16:53:28 Invoking '/usr/bin/python3 /tmp/ros_buildfarm/ros_buildfarm/wrapper/apt.py source --download-only --only-source ros-melodic-topic-republisher=0.2.6-1bionic' 16:53:31 Invoking 'apt-get source --download-only --only-source ros-melodic-topic-republisher=0.2.6-1bionic' 16:53:31 Reading package lists... 16:53:31 Need to get 5,473 B of source archives. 16:53:31 Get:1 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-topic-republisher 0.2.6-1bionic (dsc) [1,140 B] 16:53:31 Get:2 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-topic-republisher 0.2.6-1bionic (tar) [2,185 B] 16:53:31 Get:3 http://10.210.9.154/ubuntu/building bionic/main ros-melodic-topic-republisher 0.2.6-1bionic (diff) [2,148 B] 16:53:31 Fetched 5,473 B in 0s (315 kB/s) 16:53:31 Download complete and in download only mode 16:53:31 Invoking 'dpkg-source -x ros-melodic-topic-republisher_0.2.6-1bionic.dsc' 16:53:31 dpkg-source: warning: extracting unsigned source package (ros-melodic-topic-republisher_0.2.6-1bionic.dsc) 16:53:31 dpkg-source: info: extracting ros-melodic-topic-republisher in ros-melodic-topic-republisher-0.2.6 16:53:31 dpkg-source: info: unpacking ros-melodic-topic-republisher_0.2.6.orig.tar.gz 16:53:31 dpkg-source: info: unpacking ros-melodic-topic-republisher_0.2.6-1bionic.debian.tar.xz 16:53:32 Package maintainer emails: n.a.hawes@cs.bham.ac.uk 16:53:32 # END SUBSECTION
11.2. append build timestamp

Hide Details

16:53:32 # BEGIN SUBSECTION: append build timestamp 16:53:32 dpkg-parsechangelog: warning: debian/changelog(l5): found trailer where expected start of change data 16:53:32 LINE: -- Nick Hawes <n.a.hawes@cs.bham.ac.uk> Thu, 29 Jun 2017 23:00:00 -0000 16:53:32 Invoking 'debchange -v 0.2.6-1bionic.20191125.165332 -p -D bionic -u high -m Append timestamp when binarydeb was built.' in '/tmp/binarydeb/ros-melodic-topic-republisher-0.2.6' 16:53:32 debchange: warning: debian/changelog(l5): found trailer where expected start of change data 16:53:32 LINE: -- Nick Hawes <n.a.hawes@cs.bham.ac.uk> Thu, 29 Jun 2017 23:00:00 -0000 16:53:32 # END SUBSECTION
16:53:36 Looking for the '.dsc' file of package 'ros-melodic-topic-republisher' with version '0.2.6-1' 16:53:38 Using the following distribution repositories: 16:53:38 http://10.210.9.154/ubuntu/building (/tmp/keys/0.key) 16:53:38 http://packages.ros.org/ros/ubuntu (/tmp/keys/1.key) 16:53:38 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ (/tmp/keys/2.key) 16:53:38 Generating Dockerfile '/tmp/docker_build_binarydeb/Dockerfile': 16:53:38 # generated from release/binarydeb_task.Dockerfile.em 16:53:38 16:53:38 16:53:38 FROM ubuntu:bionic 16:53:38 16:53:38 VOLUME ["/var/cache/apt/archives"] 16:53:38 16:53:38 ENV DEBIAN_FRONTEND noninteractive 16:53:38 16:53:38 16:53:38 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 16:53:38 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 16:53:38 RUN locale-gen en_US.UTF-8 16:53:38 ENV LANG en_US.UTF-8 16:53:38 ENV TZ GMT+00 16:53:38 16:53:38 RUN useradd -u 1002 -l -m buildfarm 16:53:38 16:53:38 RUN mkdir /tmp/keys 16:53:38 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 16:53:38 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 16:53:38 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 16:53:38 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQINBFdtt4UBEAC8FDSWMR07GJZ265giLn7kLF+EsJCWESUq6Cd13QN0JQ/tLibi\nQlW4ZjeOnEH9VPlqh/mKqNMG4SwRt8S+GHpePMQrr0aOkiRGfCclnAWIZURSAP+t\nPLelCt43fkw1BBTopd/0oOzO8kHu8j8WU4A8GHxqghfFWPv54FQs2iaZ2eWR7a6d\n79IJrbDKaVCCiQrkhCM8m648pNKHhuoJ9cQXFV+uvwkpfmKWGQ4ultxlOyjLHJLF\nvuML2RuAO9IxbdZjzeYNN+T+wjFIBVcPnwEO+WrYgvGkT4r9aqVqTeg3EPb7QclV\nsKBVJdxk4jZl0y22HAWqScVi6SJ15uK9pXxywDZkbpuRBWx4ThWiGe/FiUa2igi9\n/SIvqN2TBY0g18sRTrylVr1wE1UGa/y7nDx6PoGCP1frBt8YUYt3pkM8Xvb2CRxx\nCyWwmuFEQHC6jCEWf7FnoBHBYQwTVGNrU0vkuIeDrm+ZAcv8wx+ie1hlFhqCCJnf\njqeQ0/zA9RPmCPOkLyTdSsNZtlxxk7bzCdTdFFKzBjGTR7Gz3SMSp23d11eIyRiF\nHQsp2v0SvnPJ6OcgB95Hmo544vi3RuoVfovtDOdfSBCRxP+GhhxkKSrTleQjD0/r\nCGkdG2Kox3m9YllAsvZchLXlS7bZV9mGRF61mVMjF3HJRUQfBBm89VPQ+QARAQAB\ntCBjdWRhdG9vbHMgPGN1ZGF0b29sc0BudmlkaWEuY29tPokCNwQTAQgAIQUCV223\nhQIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRD2D0s9f6KvgNArEAChnfcW\nrYItgt7xXXubT6E+KpJyJ0RPrXf51S2mhciFbjDl+3EXRMRjOutVmgWYPWUUZaKR\n8Iez3Lz4BRmwYOWBLtdnOLbKoSsQUX95rnPFjfly/DFLfjKxz4NRBmh4r4/rCYWm\n2hmnXmOAi8kV7fqx3g5XMpJ//N6+T8ctEol2iZ82GrXjadcRWE4rAe7UyuEzJ74y\n6ZKIzk5ijdgEKtcaBhzEWvoV5Pr9nkn7ByGsdehKR/gNnjPMYXrklSHGfphJIsS2\nS32lMk/kuRjihBcWcYBXIPEQ7CV+PNW2TlkZj/YqTg637sZHwkhcjcNzxeqKvRYG\n8V7Ju5hTDxL1UQBmgDS3cRx1lw7tYRG5bS67tbC2dc/CpPkG5agiZ/WyoHQDnn4r\n1fRuOFx694QR6+0rAP6171xEEoNAPaH7gdJdhWKiYiJD0T2EEbW7wBUi/EupeKRv\nkR12R1jUa1mlpxNtWQxJ7qp98T9+DmkxI1XDmWx0/g4ryuicwLDSqoPgNcRNdSQb\nb8YfTqrkqaDdYzwLr/n0YKW3cYIvIeisV0WxRjb6OP7oAlAtaAhImlIc//51qNO7\n/WAud6qMtnhFoZayR/BzLKqnCioN5GYr9BAKskpPHe9cDKVS3fg+Qvc1sNJID+jf\nk52PqyW24Qsr0A9+5zQyE4tH9dfv120gj9avmg==\n=0nKc\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/2.key && apt-key add /tmp/keys/2.key 16:53:38 RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 16:53:38 RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 16:53:38 RUN echo deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ / | tee -a /etc/apt/sources.list.d/buildfarm.list 16:53:38 16:53:38 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)) 16:53:38 16:53:38 RUN mkdir /tmp/wrapper_scripts 16:53:38 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n '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 16:53:38 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 16:53:38 16:53:38 # automatic invalidation once every day 16:53:38 RUN echo "2019-11-25 (+0000)" 16:53:38 16:53:38 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 16:53:38 16:53:38 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y dh-python 16:53:38 16:53:38 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 16:53:38 16:53:38 16:53:38 # for each dependency: echo version, apt update, apt install, apt clean 16:53:38 # to prevent exceeding the docker layer limit several lines have been folded 16:53:38 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 16:53:38 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 16:53:38 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 16:53:38 RUN echo "ros-melodic-geometry-msgs: 1.12.7-0bionic.20191008.162519" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-melodic-geometry-msgs 16:53:38 RUN echo "ros-melodic-rospy: 1.14.3-0bionic.20191008.165249" && echo "ros-melodic-sensor-msgs: 1.12.7-0bionic.20191008.193318" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-melodic-rospy ros-melodic-sensor-msgs 16:53:38 16:53:38 16:53:38 USER buildfarm 16:53:38 ENTRYPOINT ["sh", "-c"] 16:53:38 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py melodic topic_republisher --sourcedeb-dir /tmp/binarydeb"] 16:53:38 Mount the following volumes when running the container: 16:53:38 -v /tmp/ros_buildfarm:/tmp/ros_buildfarm:ro 16:53:38 -v /tmp/binarydeb:/tmp/binarydeb 16:53:40 + echo # END SECTION 16:53:40 # END SECTION
16:53:40 [Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary] $ /bin/sh -xe /tmp/hudson2532403591477442985.sh 16:53:40 + sleep 1 16:53:40 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 14274 --cid-file /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_build_binarydeb/docker.cid 16:53:41 + echo # BEGIN SECTION: Build Dockerfile - build binarydeb
12. Build Dockerfile - build binarydeb

Hide Details

16:53:41 # BEGIN SECTION: Build Dockerfile - build binarydeb 16:53:41 + cd /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/docker_build_binarydeb 16:53:41 + python3 -u /home/jenkins-slave/workspace/Mbin_uB64__topic_republisher__ubuntu_bionic_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 16:53:41 Get base image name from Dockerfile 'Dockerfile': ubuntu:bionic 16:53:41 Check docker base image for updates: docker pull ubuntu:bionic 16:53:42 bionic: Pulling from library/ubuntu 16:53:42 Digest: sha256:1d1c09d1d5e42265dd6e7d35dcc73373f0e1b76da661463f24487ac3dbeb673f 16:53:42 Status: Image is up to date for ubuntu:bionic 16:53:42 + docker build --force-rm -t binarydeb_build.melodic_ubuntu_bionic_amd64_topic_republisher . 16:53:42 Sending build context to Docker daemon 23.04 kB Sending build context to Docker daemon 23.04 kB 16:53:42 Step 1 : FROM ubuntu:bionic 16:53:42 ---> 6120d8e09b3f 16:53:42 Step 2 : VOLUME /var/cache/apt/archives 16:53:43 ---> Using cache 16:53:43 ---> 41662618c3f3 16:53:43 Step 3 : ENV DEBIAN_FRONTEND noninteractive 16:53:44 ---> Using cache 16:53:44 ---> 0a994878ebbe 16:53:44 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 16:53:44 ---> Using cache 16:53:44 ---> 11d6297b5e03 16:53:44 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 16:53:44 ---> Using cache 16:53:44 ---> 24b3d17f9554 16:53:44 Step 6 : RUN locale-gen en_US.UTF-8 16:53:45 ---> Using cache 16:53:45 ---> ef2c05211818 16:53:45 Step 7 : ENV LANG en_US.UTF-8 16:53:45 ---> Using cache 16:53:45 ---> efc7db86d7ba 16:53:45 Step 8 : ENV TZ GMT+00 16:53:46 ---> Using cache 16:53:46 ---> a58e57946b8a 16:53:46 Step 9 : RUN useradd -u 1002 -l -m buildfarm 16:53:47 ---> Using cache 16:53:47 ---> d296a79e5df6 16:53:47 Step 10 : RUN mkdir /tmp/keys 16:53:48 ---> Using cache 16:53:48 ---> 28b00bfcc4e9 16:53:48 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 16:53:49 ---> Using cache 16:53:49 ---> fec1836b4263 16:53:49 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 16:53:50 ---> Using cache 16:53:50 ---> 337a2f566fab 16:53:50 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 16:53:50 ---> Using cache 16:53:50 ---> 52c8296759a9 16:53:50 Step 14 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQINBFdtt4UBEAC8FDSWMR07GJZ265giLn7kLF+EsJCWESUq6Cd13QN0JQ/tLibi\nQlW4ZjeOnEH9VPlqh/mKqNMG4SwRt8S+GHpePMQrr0aOkiRGfCclnAWIZURSAP+t\nPLelCt43fkw1BBTopd/0oOzO8kHu8j8WU4A8GHxqghfFWPv54FQs2iaZ2eWR7a6d\n79IJrbDKaVCCiQrkhCM8m648pNKHhuoJ9cQXFV+uvwkpfmKWGQ4ultxlOyjLHJLF\nvuML2RuAO9IxbdZjzeYNN+T+wjFIBVcPnwEO+WrYgvGkT4r9aqVqTeg3EPb7QclV\nsKBVJdxk4jZl0y22HAWqScVi6SJ15uK9pXxywDZkbpuRBWx4ThWiGe/FiUa2igi9\n/SIvqN2TBY0g18sRTrylVr1wE1UGa/y7nDx6PoGCP1frBt8YUYt3pkM8Xvb2CRxx\nCyWwmuFEQHC6jCEWf7FnoBHBYQwTVGNrU0vkuIeDrm+ZAcv8wx+ie1hlFhqCCJnf\njqeQ0/zA9RPmCPOkLyTdSsNZtlxxk7bzCdTdFFKzBjGTR7Gz3SMSp23d11eIyRiF\nHQsp2v0SvnPJ6OcgB95Hmo544vi3RuoVfovtDOdfSBCRxP+GhhxkKSrTleQjD0/r\nCGkdG2Kox3m9YllAsvZchLXlS7bZV9mGRF61mVMjF3HJRUQfBBm89VPQ+QARAQAB\ntCBjdWRhdG9vbHMgPGN1ZGF0b29sc0BudmlkaWEuY29tPokCNwQTAQgAIQUCV223\nhQIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAAKCRD2D0s9f6KvgNArEAChnfcW\nrYItgt7xXXubT6E+KpJyJ0RPrXf51S2mhciFbjDl+3EXRMRjOutVmgWYPWUUZaKR\n8Iez3Lz4BRmwYOWBLtdnOLbKoSsQUX95rnPFjfly/DFLfjKxz4NRBmh4r4/rCYWm\n2hmnXmOAi8kV7fqx3g5XMpJ//N6+T8ctEol2iZ82GrXjadcRWE4rAe7UyuEzJ74y\n6ZKIzk5ijdgEKtcaBhzEWvoV5Pr9nkn7ByGsdehKR/gNnjPMYXrklSHGfphJIsS2\nS32lMk/kuRjihBcWcYBXIPEQ7CV+PNW2TlkZj/YqTg637sZHwkhcjcNzxeqKvRYG\n8V7Ju5hTDxL1UQBmgDS3cRx1lw7tYRG5bS67tbC2dc/CpPkG5agiZ/WyoHQDnn4r\n1fRuOFx694QR6+0rAP6171xEEoNAPaH7gdJdhWKiYiJD0T2EEbW7wBUi/EupeKRv\nkR12R1jUa1mlpxNtWQxJ7qp98T9+DmkxI1XDmWx0/g4ryuicwLDSqoPgNcRNdSQb\nb8YfTqrkqaDdYzwLr/n0YKW3cYIvIeisV0WxRjb6OP7oAlAtaAhImlIc//51qNO7\n/WAud6qMtnhFoZayR/BzLKqnCioN5GYr9BAKskpPHe9cDKVS3fg+Qvc1sNJID+jf\nk52PqyW24Qsr0A9+5zQyE4tH9dfv120gj9avmg==\n=0nKc\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/2.key && apt-key add /tmp/keys/2.key 16:53:51 ---> Using cache 16:53:51 ---> a823f85a5b9b 16:53:51 Step 15 : RUN echo deb http://10.210.9.154/ubuntu/building bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 16:53:52 ---> Using cache 16:53:52 ---> da09dd314549 16:53:52 Step 16 : RUN echo deb http://packages.ros.org/ros/ubuntu bionic main | tee -a /etc/apt/sources.list.d/buildfarm.list 16:53:53 ---> Using cache 16:53:53 ---> b520ee1485a6 16:53:53 Step 17 : RUN echo deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ / | tee -a /etc/apt/sources.list.d/buildfarm.list 16:53:54 ---> Using cache 16:53:54 ---> 0823f9c10f31 16:53:54 Step 18 : 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)) 16:53:55 ---> Using cache 16:53:55 ---> cc4c5d2a7513 16:53:55 Step 19 : RUN mkdir /tmp/wrapper_scripts 16:53:56 ---> Using cache 16:53:56 ---> 59d72fe539e3 16:53:56 Step 20 : 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 16:53:57 ---> Using cache 16:53:57 ---> 987f8f634f83 16:53:57 Step 21 : 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 16:53:59 ---> Using cache 16:53:59 ---> 2cd542ad56b0 16:53:59 Step 22 : RUN echo "2019-11-25 (+0000)" 16:54:00 ---> Using cache 16:54:00 ---> 4ff2d7480ea1 16:54:00 Step 23 : 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 16:54:02 ---> Using cache 16:54:02 ---> ebb7e3a91eb4 16:54:02 Step 24 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y dh-python 16:54:03 ---> Using cache 16:54:03 ---> 771ec88f5559 16:54:03 Step 25 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 16:54:05 ---> Using cache 16:54:05 ---> d5fc6310edfe 16:54:05 Step 26 : 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 16:54:07 ---> Using cache 16:54:07 ---> 4400d4e4c173 16:54:07 Step 27 : 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 16:54:08 ---> Using cache 16:54:08 ---> 5403ddc0c535 16:54:08 Step 28 : 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 16:54:09 ---> Using cache 16:54:09 ---> e32f9f9a3d93 16:54:09 Step 29 : RUN echo "ros-melodic-geometry-msgs: 1.12.7-0bionic.20191008.162519" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-melodic-geometry-msgs 16:54:11 ---> Using cache 16:54:11 ---> 9f7e91697a4d 16:54:11 Step 30 : RUN echo "ros-melodic-rospy: 1.14.3-0bionic.20191008.165249" && echo "ros-melodic-sensor-msgs: 1.12.7-0bionic.20191008.193318" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-melodic-rospy ros-melodic-sensor-msgs 16:54:13 ---> Running in e063173c82e8 16:54:14 ros-melodic-rospy: 1.14.3-0bionic.20191008.165249 16:54:14 ros-melodic-sensor-msgs: 1.12.7-0bionic.20191008.193318 16:54:15 Invoking 'apt-get update' 16:54:15 Get:1 http://10.210.9.154/ubuntu/building bionic InRelease [2,823 B] 16:54:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:54:15 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:54:15 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 16:54:15 Get:5 http://archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:54:15 Ign:6 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease 16:54:15 Hit:7 http://packages.ros.org/ros/ubuntu bionic InRelease 16:54:15 Hit:8 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 Release 16:54:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:54:15 Get:10 http://10.210.9.154/ubuntu/building bionic/main amd64 Packages [104 kB] 16:54:16 Fetched 447 kB in 1s (370 kB/s) 16:54:18 Reading package lists... 16:54:18 Invoking 'apt-get install -q -y -o Debug::pkgProblemResolver=yes ros-melodic-rospy ros-melodic-sensor-msgs' 16:54:20 Reading package lists... 16:54:21 Building dependency tree... 16:54:21 Reading state information... 16:54:21 Starting pkgProblemResolver with broken count: 0 16:54:21 Starting 2 pkgProblemResolver with broken count: 0 16:54:21 Done 16:54:21 The following additional packages will be installed: 16:54:21 distro-info-data libapr1 libapr1-dev libaprutil1 libaprutil1-dev libblas3 16:54:21 libgfortran4 liblapack3 libldap2-dev liblog4cxx-dev liblog4cxx10v5 16:54:21 libsctp-dev libsctp1 libtinyxml2-6 libtinyxml2-dev lsb-release 16:54:21 python-netifaces python-numpy python-rosdep python-rosdep-modules 16:54:21 python-rosdistro python-rosdistro-modules python-rospkg 16:54:21 python-rospkg-modules python-setuptools ros-melodic-gencpp 16:54:21 ros-melodic-geneus ros-melodic-genlisp ros-melodic-gennodejs 16:54:21 ros-melodic-message-generation ros-melodic-ros-environment 16:54:21 ros-melodic-rosbuild ros-melodic-rosconsole ros-melodic-roscpp 16:54:21 ros-melodic-rosgraph ros-melodic-rosgraph-msgs ros-melodic-roslib 16:54:21 ros-melodic-rospack ros-melodic-xmlrpcpp uuid-dev 16:54:21 Suggested packages: 16:54:21 liblog4cxx-doc zip lksctp-tools lsb gfortran python-numpy-dbg 16:54:21 python-numpy-doc python-setuptools-doc 16:54:21 The following NEW packages will be installed: 16:54:21 distro-info-data libapr1 libapr1-dev libaprutil1 libaprutil1-dev libblas3 16:54:21 libgfortran4 liblapack3 libldap2-dev liblog4cxx-dev liblog4cxx10v5 16:54:21 libsctp-dev libsctp1 libtinyxml2-6 libtinyxml2-dev lsb-release 16:54:21 python-netifaces python-numpy python-rosdep python-rosdep-modules 16:54:21 python-rosdistro python-rosdistro-modules python-rospkg 16:54:21 python-rospkg-modules python-setuptools ros-melodic-gencpp 16:54:21 ros-melodic-geneus ros-melodic-genlisp ros-melodic-gennodejs 16:54:21 ros-melodic-message-generation ros-melodic-ros-environment 16:54:21 ros-melodic-rosbuild ros-melodic-rosconsole ros-melodic-roscpp 16:54:21 ros-melodic-rosgraph ros-melodic-rosgraph-msgs ros-melodic-roslib 16:54:21 ros-melodic-rospack ros-melodic-rospy ros-melodic-sensor-msgs 16:54:21 ros-melodic-xmlrpcpp uuid-dev 16:54:21 0 upgraded, 42 newly installed, 0 to remove and 1 not upgraded. 16:54:21 Need to get 9,374 kB of archives. 16:54:21 After this operation, 55.9 MB of additional disk space will be used. 16:54:21 Get:1 http://10.210.9.154/ubuntu/building bionic/main amd64 python-rospkg-modules all 1.2.0-1 [23.8 kB] 16:54:21 Get:2 http://10.210.9.154/ubuntu/building bionic/main amd64 python-rosdistro-modules all 0.7.5-1 [30.9 kB] 16:54:21 Get:3 http://10.210.9.154/ubuntu/building bionic/main amd64 python-rosdistro all 0.7.5-100 [6,248 B] 16:54:21 Get:4 http://10.210.9.154/ubuntu/building bionic/main amd64 python-rospkg all 1.2.0-100 [2,224 B] 16:54:21 Get:5 http://10.210.9.154/ubuntu/building bionic/main amd64 python-rosdep-modules all 0.18.0-1 [50.2 kB] 16:54:21 Get:6 http://10.210.9.154/ubuntu/building bionic/main amd64 python-rosdep all 0.18.0-1 [3,664 B] 16:54:21 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.6 [4,572 B] 16:54:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB] 16:54:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] 16:54:21 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-dev amd64 2.31.1-0.4ubuntu3.4 [33.2 kB] 16:54:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsctp1 amd64 1.0.17+dfsg-2 [8,008 B] 16:54:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsctp-dev amd64 1.0.17+dfsg-2 [61.9 kB] 16:54:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapr1-dev amd64 1.6.3-2 [690 kB] 16:54:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] 16:54:21 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap2-dev amd64 2.4.45+dfsg-1ubuntu1.4 [262 kB] 16:54:21 Get:16 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-gencpp amd64 0.6.2-0bionic.20191008.153550 [14.6 kB] 16:54:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1-dev amd64 1.6.1-2 [391 kB] 16:54:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libblas3 amd64 3.7.1-4ubuntu1 [140 kB] 16:54:22 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgfortran4 amd64 7.4.0-1ubuntu1~18.04.1 [492 kB] 16:54:22 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblapack3 amd64 3.7.1-4ubuntu1 [2,112 kB] 16:54:22 Get:21 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblog4cxx10v5 amd64 0.10.0-13ubuntu2 [400 kB] 16:54:22 Get:22 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libtinyxml2-6 amd64 6.0.0+dfsg-1 [27.9 kB] 16:54:22 Get:23 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-geneus amd64 2.2.6-0bionic.20191008.153648 [25.1 kB] 16:54:22 Get:24 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-genlisp amd64 0.4.16-0bionic.20191008.153645 [21.8 kB] 16:54:22 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-netifaces amd64 0.10.4-0.1build4 [16.6 kB] 16:54:22 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-numpy amd64 1:1.13.3-2ubuntu1 [1,938 kB] 16:54:22 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-setuptools all 39.0.1-2 [329 kB] 16:54:22 Get:28 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-gennodejs amd64 2.0.1-0bionic.20191008.153658 [21.8 kB] 16:54:22 Get:29 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-message-generation amd64 0.4.0-0bionic.20191008.154140 [4,756 B] 16:54:22 Get:30 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-ros-environment amd64 1.2.2-1bionic.20191008.154247 [5,652 B] 16:54:22 Get:31 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblog4cxx-dev amd64 0.10.0-13ubuntu2 [857 kB] 16:54:22 Get:32 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-rosbuild amd64 1.14.7-1bionic.20191008.155347 [27.9 kB] 16:54:22 Get:33 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libtinyxml2-dev amd64 6.0.0+dfsg-1 [17.6 kB] 16:54:22 Get:34 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-rosconsole amd64 1.13.11-1bionic.20191008.155824 [86.7 kB] 16:54:22 Get:35 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-rosgraph-msgs amd64 1.11.2-0bionic.20191008.162953 [25.1 kB] 16:54:22 Get:36 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-xmlrpcpp amd64 1.14.3-0bionic.20191008.154114 [57.4 kB] 16:54:22 Get:37 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-roscpp amd64 1.14.3-0bionic.20191008.163433 [501 kB] 16:54:23 Get:38 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-rosgraph amd64 1.14.3-0bionic.20191008.154320 [46.3 kB] 16:54:23 Get:39 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-rospack amd64 2.5.4-1bionic.20191008.154640 [98.7 kB] 16:54:23 Get:40 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-roslib amd64 1.14.7-1bionic.20191008.155210 [92.0 kB] 16:54:23 Get:41 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-rospy amd64 1.14.3-0bionic.20191008.165249 [132 kB] 16:54:23 Get:42 http://packages.ros.org/ros/ubuntu bionic/main amd64 ros-melodic-sensor-msgs amd64 1.12.7-0bionic.20191008.193318 [131 kB] 16:54:24 debconf: delaying package configuration, since apt-utils is not installed 16:54:24 Fetched 9,374 kB in 2s (4,557 kB/s) 16:54:24 Selecting previously unselected package distro-info-data. 16:54:27 (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 ... 41509 files and directories currently installed.) 16:54:27 Preparing to unpack .../00-distro-info-data_0.37ubuntu0.6_all.deb ... 16:54:27 Unpacking distro-info-data (0.37ubuntu0.6) ... 16:54:27 Selecting previously unselected package lsb-release. 16:54:27 Preparing to unpack .../01-lsb-release_9.20170808ubuntu1_all.deb ... 16:54:27 Unpacking lsb-release (9.20170808ubuntu1) ... 16:54:29 Selecting previously unselected package libapr1:amd64. 16:54:29 Preparing to unpack .../02-libapr1_1.6.3-2_amd64.deb ... 16:54:29 Unpacking libapr1:amd64 (1.6.3-2) ... 16:54:29 Selecting previously unselected package uuid-dev:amd64. 16:54:29 Preparing to unpack .../03-uuid-dev_2.31.1-0.4ubuntu3.4_amd64.deb ... 16:54:29 Unpacking uuid-dev:amd64 (2.31.1-0.4ubuntu3.4) ... 16:54:30 Selecting previously unselected package libsctp1:amd64. 16:54:30 Preparing to unpack .../04-libsctp1_1.0.17+dfsg-2_amd64.deb ... 16:54:30 Unpacking libsctp1:amd64 (1.0.17+dfsg-2) ... 16:54:30 Selecting previously unselected package libsctp-dev:amd64. 16:54:30 Preparing to unpack .../05-libsctp-dev_1.0.17+dfsg-2_amd64.deb ... 16:54:30 Unpacking libsctp-dev:amd64 (1.0.17+dfsg-2) ... 16:54:30 Selecting previously unselected package libapr1-dev. 16:54:30 Preparing to unpack .../06-libapr1-dev_1.6.3-2_amd64.deb ... 16:54:30 Unpacking libapr1-dev (1.6.3-2) ... 16:54:31 Selecting previously unselected package libaprutil1:amd64. 16:54:31 Preparing to unpack .../07-libaprutil1_1.6.1-2_amd64.deb ... 16:54:31 Unpacking libaprutil1:amd64 (1.6.1-2) ... 16:54:31 Selecting previously unselected package libldap2-dev:amd64. 16:54:31 Preparing to unpack .../08-libldap2-dev_2.4.45+dfsg-1ubuntu1.4_amd64.deb ... 16:54:31 Unpacking libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.4) ... 16:54:31 Selecting previously unselected package libaprutil1-dev. 16:54:31 Preparing to unpack .../09-libaprutil1-dev_1.6.1-2_amd64.deb ... 16:54:31 Unpacking libaprutil1-dev (1.6.1-2) ... 16:54:31 Selecting previously unselected package libblas3:amd64. 16:54:31 Preparing to unpack .../10-libblas3_3.7.1-4ubuntu1_amd64.deb ... 16:54:31 Unpacking libblas3:amd64 (3.7.1-4ubuntu1) ... 16:54:32 Selecting previously unselected package libgfortran4:amd64. 16:54:32 Preparing to unpack .../11-libgfortran4_7.4.0-1ubuntu1~18.04.1_amd64.deb ... 16:54:32 Unpacking libgfortran4:amd64 (7.4.0-1ubuntu1~18.04.1) ... 16:54:32 Selecting previously unselected package liblapack3:amd64. 16:54:32 Preparing to unpack .../12-liblapack3_3.7.1-4ubuntu1_amd64.deb ... 16:54:32 Unpacking liblapack3:amd64 (3.7.1-4ubuntu1) ... 16:54:33 Selecting previously unselected package liblog4cxx10v5:amd64. 16:54:33 Preparing to unpack .../13-liblog4cxx10v5_0.10.0-13ubuntu2_amd64.deb ... 16:54:33 Unpacking liblog4cxx10v5:amd64 (0.10.0-13ubuntu2) ... 16:54:33 Selecting previously unselected package libtinyxml2-6:amd64. 16:54:33 Preparing to unpack .../14-libtinyxml2-6_6.0.0+dfsg-1_amd64.deb ... 16:54:33 Unpacking libtinyxml2-6:amd64 (6.0.0+dfsg-1) ... 16:54:33 Selecting previously unselected package python-netifaces. 16:54:33 Preparing to unpack .../15-python-netifaces_0.10.4-0.1build4_amd64.deb ... 16:54:33 Unpacking python-netifaces (0.10.4-0.1build4) ... 16:54:33 Selecting previously unselected package python-numpy. 16:54:33 Preparing to unpack .../16-python-numpy_1%3a1.13.3-2ubuntu1_amd64.deb ... 16:54:33 Unpacking python-numpy (1:1.13.3-2ubuntu1) ... 16:54:34 Selecting previously unselected package python-rospkg-modules. 16:54:34 Preparing to unpack .../17-python-rospkg-modules_1.2.0-1_all.deb ... 16:54:34 Unpacking python-rospkg-modules (1.2.0-1) ... 16:54:34 Selecting previously unselected package python-setuptools. 16:54:34 Preparing to unpack .../18-python-setuptools_39.0.1-2_all.deb ... 16:54:34 Unpacking python-setuptools (39.0.1-2) ... 16:54:34 Selecting previously unselected package python-rosdistro-modules. 16:54:34 Preparing to unpack .../19-python-rosdistro-modules_0.7.5-1_all.deb ... 16:54:34 Unpacking python-rosdistro-modules (0.7.5-1) ... 16:54:34 Selecting previously unselected package python-rosdistro. 16:54:34 Preparing to unpack .../20-python-rosdistro_0.7.5-100_all.deb ... 16:54:34 Unpacking python-rosdistro (0.7.5-100) ... 16:54:34 Selecting previously unselected package python-rospkg. 16:54:34 Preparing to unpack .../21-python-rospkg_1.2.0-100_all.deb ... 16:54:34 Unpacking python-rospkg (1.2.0-100) ... 16:54:35 Selecting previously unselected package python-rosdep-modules. 16:54:35 Preparing to unpack .../22-python-rosdep-modules_0.18.0-1_all.deb ... 16:54:35 Unpacking python-rosdep-modules (0.18.0-1) ... 16:54:35 Selecting previously unselected package python-rosdep. 16:54:35 Preparing to unpack .../23-python-rosdep_0.18.0-1_all.deb ... 16:54:35 Unpacking python-rosdep (0.18.0-1) ... 16:54:35 Selecting previously unselected package liblog4cxx-dev:amd64. 16:54:35 Preparing to unpack .../24-liblog4cxx-dev_0.10.0-13ubuntu2_amd64.deb ... 16:54:35 Unpacking liblog4cxx-dev:amd64 (0.10.0-13ubuntu2) ... 16:54:36 Selecting previously unselected package libtinyxml2-dev:amd64. 16:54:36 Preparing to unpack .../25-libtinyxml2-dev_6.0.0+dfsg-1_amd64.deb ... 16:54:36 Unpacking libtinyxml2-dev:amd64 (6.0.0+dfsg-1) ... 16:54:36 Selecting previously unselected package ros-melodic-gencpp. 16:54:36 Preparing to unpack .../26-ros-melodic-gencpp_0.6.2-0bionic.20191008.153550_amd64.deb ... 16:54:36 Unpacking ros-melodic-gencpp (0.6.2-0bionic.20191008.153550) ... 16:54:36 Selecting previously unselected package ros-melodic-geneus. 16:54:36 Preparing to unpack .../27-ros-melodic-geneus_2.2.6-0bionic.20191008.153648_amd64.deb ... 16:54:36 Unpacking ros-melodic-geneus (2.2.6-0bionic.20191008.153648) ... 16:54:36 Selecting previously unselected package ros-melodic-genlisp. 16:54:36 Preparing to unpack .../28-ros-melodic-genlisp_0.4.16-0bionic.20191008.153645_amd64.deb ... 16:54:36 Unpacking ros-melodic-genlisp (0.4.16-0bionic.20191008.153645) ... 16:54:36 Selecting previously unselected package ros-melodic-gennodejs. 16:54:36 Preparing to unpack .../29-ros-melodic-gennodejs_2.0.1-0bionic.20191008.153658_amd64.deb ... 16:54:37 Unpacking ros-melodic-gennodejs (2.0.1-0bionic.20191008.153658) ... 16:54:37 Selecting previously unselected package ros-melodic-message-generation. 16:54:37 Preparing to unpack .../30-ros-melodic-message-generation_0.4.0-0bionic.20191008.154140_amd64.deb ... 16:54:37 Unpacking ros-melodic-message-generation (0.4.0-0bionic.20191008.154140) ... 16:54:37 Selecting previously unselected package ros-melodic-ros-environment. 16:54:37 Preparing to unpack .../31-ros-melodic-ros-environment_1.2.2-1bionic.20191008.154247_amd64.deb ... 16:54:37 Unpacking ros-melodic-ros-environment (1.2.2-1bionic.20191008.154247) ... 16:54:37 Selecting previously unselected package ros-melodic-rosbuild. 16:54:37 Preparing to unpack .../32-ros-melodic-rosbuild_1.14.7-1bionic.20191008.155347_amd64.deb ... 16:54:37 Unpacking ros-melodic-rosbuild (1.14.7-1bionic.20191008.155347) ... 16:54:37 Selecting previously unselected package ros-melodic-rosconsole. 16:54:37 Preparing to unpack .../33-ros-melodic-rosconsole_1.13.11-1bionic.20191008.155824_amd64.deb ... 16:54:37 Unpacking ros-melodic-rosconsole (1.13.11-1bionic.20191008.155824) ... 16:54:37 Selecting previously unselected package ros-melodic-rosgraph-msgs. 16:54:37 Preparing to unpack .../34-ros-melodic-rosgraph-msgs_1.11.2-0bionic.20191008.162953_amd64.deb ... 16:54:37 Unpacking ros-melodic-rosgraph-msgs (1.11.2-0bionic.20191008.162953) ... 16:54:38 Selecting previously unselected package ros-melodic-xmlrpcpp. 16:54:38 Preparing to unpack .../35-ros-melodic-xmlrpcpp_1.14.3-0bionic.20191008.154114_amd64.deb ... 16:54:38 Unpacking ros-melodic-xmlrpcpp (1.14.3-0bionic.20191008.154114) ... 16:54:38 Selecting previously unselected package ros-melodic-roscpp. 16:54:38 Preparing to unpack .../36-ros-melodic-roscpp_1.14.3-0bionic.20191008.163433_amd64.deb ... 16:54:38 Unpacking ros-melodic-roscpp (1.14.3-0bionic.20191008.163433) ... 16:54:39 Selecting previously unselected package ros-melodic-rosgraph. 16:54:39 Preparing to unpack .../37-ros-melodic-rosgraph_1.14.3-0bionic.20191008.154320_amd64.deb ... 16:54:39 Unpacking ros-melodic-rosgraph (1.14.3-0bionic.20191008.154320) ... 16:54:39 Selecting previously unselected package ros-melodic-rospack. 16:54:39 Preparing to unpack .../38-ros-melodic-rospack_2.5.4-1bionic.20191008.154640_amd64.deb ... 16:54:39 Unpacking ros-melodic-rospack (2.5.4-1bionic.20191008.154640) ... 16:54:39 Selecting previously unselected package ros-melodic-roslib. 16:54:39 Preparing to unpack .../39-ros-melodic-roslib_1.14.7-1bionic.20191008.155210_amd64.deb ... 16:54:39 Unpacking ros-melodic-roslib (1.14.7-1bionic.20191008.155210) ... 16:54:40 Selecting previously unselected package ros-melodic-rospy. 16:54:40 Preparing to unpack .../40-ros-melodic-rospy_1.14.3-0bionic.20191008.165249_amd64.deb ... 16:54:40 Unpacking ros-melodic-rospy (1.14.3-0bionic.20191008.165249) ... 16:54:41 Selecting previously unselected package ros-melodic-sensor-msgs. 16:54:41 Preparing to unpack .../41-ros-melodic-sensor-msgs_1.12.7-0bionic.20191008.193318_amd64.deb ... 16:54:41 Unpacking ros-melodic-sensor-msgs (1.12.7-0bionic.20191008.193318) ... 16:54:41 Setting up libtinyxml2-6:amd64 (6.0.0+dfsg-1) ... 16:54:41 Setting up libldap2-dev:amd64 (2.4.45+dfsg-1ubuntu1.4) ... 16:54:41 Setting up libapr1:amd64 (1.6.3-2) ... 16:54:41 Setting up python-setuptools (39.0.1-2) ... 16:54:47 Setting up ros-melodic-gencpp (0.6.2-0bionic.20191008.153550) ... 16:54:47 Setting up libsctp1:amd64 (1.0.17+dfsg-2) ... 16:54:48 Setting up libgfortran4:amd64 (7.4.0-1ubuntu1~18.04.1) ... 16:54:48 Setting up uuid-dev:amd64 (2.31.1-0.4ubuntu3.4) ... 16:54:48 Setting up ros-melodic-gennodejs (2.0.1-0bionic.20191008.153658) ... 16:54:48 Setting up ros-melodic-ros-environment (1.2.2-1bionic.20191008.154247) ... 16:54:48 Setting up libtinyxml2-dev:amd64 (6.0.0+dfsg-1) ... 16:54:49 Setting up distro-info-data (0.37ubuntu0.6) ... 16:54:49 Setting up ros-melodic-rosgraph-msgs (1.11.2-0bionic.20191008.162953) ... 16:54:49 Setting up lsb-release (9.20170808ubuntu1) ... 16:54:50 Setting up python-netifaces (0.10.4-0.1build4) ... 16:54:50 Setting up ros-melodic-geneus (2.2.6-0bionic.20191008.153648) ... 16:54:50 Setting up libblas3:amd64 (3.7.1-4ubuntu1) ... 16:54:51 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode 16:54:51 Setting up python-rospkg-modules (1.2.0-1) ... 16:54:52 Setting up ros-melodic-xmlrpcpp (1.14.3-0bionic.20191008.154114) ... 16:54:52 Setting up libaprutil1:amd64 (1.6.1-2) ... 16:54:52 Setting up ros-melodic-genlisp (0.4.16-0bionic.20191008.153645) ... 16:54:52 Setting up ros-melodic-sensor-msgs (1.12.7-0bionic.20191008.193318) ... 16:54:52 Setting up libsctp-dev:amd64 (1.0.17+dfsg-2) ... 16:54:53 Setting up liblog4cxx10v5:amd64 (0.10.0-13ubuntu2) ... 16:54:53 Setting up libapr1-dev (1.6.3-2) ... 16:54:53 Setting up liblapack3:amd64 (3.7.1-4ubuntu1) ... 16:54:53 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode 16:54:53 Setting up python-rosdistro-modules (0.7.5-1) ... 16:54:54 Setting up libaprutil1-dev (1.6.1-2) ... 16:54:54 Setting up python-numpy (1:1.13.3-2ubuntu1) ... 16:54:56 Setting up python-rospkg (1.2.0-100) ... 16:54:56 Setting up ros-melodic-message-generation (0.4.0-0bionic.20191008.154140) ... 16:54:56 Setting up liblog4cxx-dev:amd64 (0.10.0-13ubuntu2) ... 16:54:56 Setting up ros-melodic-rosgraph (1.14.3-0bionic.20191008.154320) ... 16:54:56 Setting up python-rosdistro (0.7.5-100) ... 16:54:56 Setting up ros-melodic-rosbuild (1.14.7-1bionic.20191008.155347) ... 16:54:56 Setting up python-rosdep-modules (0.18.0-1) ... 16:54:56 Setting up ros-melodic-rosconsole (1.13.11-1bionic.20191008.155824) ... 16:54:56 Setting up python-rosdep (0.18.0-1) ... 16:54:56 Setting up ros-melodic-roscpp (1.14.3-0bionic.20191008.163433) ... 16:54:56 Setting up ros-melodic-rospack (2.5.4-1bionic.20191008.154640) ... 16:54:57 Setting up ros-melodic-roslib (1.14.7-1bionic.20191008.155210) ... 16:54:57 Setting up ros-melodic-rospy (1.14.3-0bionic.20191008.165249) ... 16:54:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:54:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:54:59 Invoking 'apt-get clean' 16:55:14 ---> 96d282ce4db4 16:55:14 Removing intermediate container e063173c82e8 16:55:14 Step 31 : USER buildfarm 16:55:17 ---> Running in 109f99f213f8 16:55:17 ---> 705f771d03aa 16:55:17 Error removing intermediate container 109f99f213f8: rmdriverfs: Driver aufs failed to remove root filesystem 109f99f213f8ae24a0173a8adf9ab354ce3099be4bfe4360af1a062c0009b453: rename /var/lib/docker/aufs/mnt/109f99f213f8ae24a0173a8adf9ab354ce3099be4bfe4360af1a062c0009b453 /var/lib/docker/aufs/mnt/109f99f213f8ae24a0173a8adf9ab354ce3099be4bfe4360af1a062c0009b453-removing: device or resource busy 16:55:17 Step 32 : ENTRYPOINT sh -c 16:55:18 ---> Running in 75f49003021c 16:55:18 ---> 472eae3e89ea 16:55:18 Error removing intermediate container 109f99f213f8: nosuchcontainer: no such id: 109f99f213f8ae24a0173a8adf9ab354ce3099be4bfe4360af1a062c0009b453 16:55:18 Step 33 : CMD PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py melodic topic_republisher --sourcedeb-dir /tmp/binarydeb 16:55:18 ---> Running in 10fa5e4ad4bf 16:55:19 ---> efab0a274660 16:55:19 Error removing intermediate container 109f99f213f8: nosuchcontainer: no such id: 109f99f213f8ae24a0173a8adf9ab354ce3099be4bfe4360af1a062c0009b453 16:55:19 Successfully built efab0a274660 16:55:19 + echo # END SECTION 16:55:19 # END SECTION
16:55:19 + echo # BEGIN SECTION: Run Dockerfile - build binarydeb
13. Run Dockerfile - build binarydeb

Hide Details

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

Hide Details

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

Hide Details

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