22:03:27 Started by upstream project "Ksrc_uX__sicks300__ubuntu_xenial__source" build number 5 22:03:27 originally caused by: 22:03:27 Started by upstream project "Krel_trigger-jobs" build number 42951 22:03:27 originally caused by: 22:03:27 Started by user Admin 22:03:27 Building remotely on build client 2 (slave buildslave indigo_devel_default) in workspace /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary 22:03:27 [ssh-agent] Looking for ssh-agent implementation... 22:03:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:03:27 $ ssh-agent 22:03:27 SSH_AUTH_SOCK=/tmp/ssh-NM78KmzekBTl/agent.1781 22:03:27 SSH_AGENT_PID=1783 22:03:27 [ssh-agent] Started. 22:03:27 $ ssh-add /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary@tmp/private_key_7531037693135769431.key 22:03:27 Identity added: /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary@tmp/private_key_7531037693135769431.key (/home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary@tmp/private_key_7531037693135769431.key) 22:03:27 [ssh-agent] Using credentials jenkins-slave 22:03:27
1. Check upstream projects

Hide Details

22:03:27 # BEGIN SECTION: Check upstream projects 22:03:27 Verify that no recursive upstream project is broken: 22:03:27 - 'Ksrc_uX__sicks300__ubuntu_xenial__source' build '5' has result 'SUCCESS' 22:03:27 All recursive upstream projects are (un)stable 22:03:27 # END SECTION
22:03:27
2. Check free disk space

Hide Details

22:03:27 # BEGIN SECTION: Check free disk space 22:03:27 Usable disk space = 42893860864 bytes 22:03:27 Free space threshold = 5368709120 bytes 22:03:27 # END SECTION
22:03:27 [Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson3772420014363474063.sh 22:03:27 + echo # BEGIN SECTION: docker version
3. docker version

Hide Details

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

Hide Details

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

Hide Details

22:03:29 # BEGIN SECTION: Check docker status 22:03:29 + echo Testing trivial docker invocation... 22:03:29 Testing trivial docker invocation... 22:03:29 + docker run --rm ubuntu:xenial true 22:03:30 + echo 'docker run' returned 0 22:03:30 'docker run' returned 0 22:03:30 docker seems operational, continuing 22:03:30 [Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson6870699360713133493.sh 22:03:30 + echo # END SECTION 22:03:30 # END SECTION
22:03:30 [Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson7699552423873816832.sh 22:03:30 + echo # BEGIN SECTION: Embed wrapper scripts
6. Embed wrapper scripts

Hide Details

22:03:30 # BEGIN SECTION: Embed wrapper scripts 22:03:30 + rm -fr wrapper_scripts 22:03:30 + mkdir wrapper_scripts 22:03:30 + 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()) 22:03:30 + echo # END SECTION 22:03:30 # END SECTION
22:03:30 [Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson8360277077099989645.sh 22:03:30 + echo # BEGIN SECTION: Clone ros_buildfarm
7. Clone ros_buildfarm

Hide Details

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

Hide Details

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

Hide Details

22:03:33 # BEGIN SECTION: Generate Dockerfile - binarydeb task 22:03:33 + export TZ=GMT+00 22:03:33 + export PYTHONPATH=/home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/ros_buildfarm: 22:03:33 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/release/run_binarydeb_job.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic sicks300 ubuntu xenial amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --distribution-repository-key-files /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/keys/0.key /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/keys/1.key --target-repository http://10.210.9.154/ubuntu/building --binarydeb-dir /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/binarydeb --dockerfile-dir /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/docker_generating_docker --append-timestamp 22:03:33 Using the following distribution repositories: 22:03:33 http://10.210.9.154/ubuntu/building (/home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/keys/0.key) 22:03:33 http://packages.ros.org/ros/ubuntu (/home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/keys/1.key) 22:03:33 Generating Dockerfile '/home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/docker_generating_docker/Dockerfile': 22:03:33 # generated from release/binarydeb_create_task.Dockerfile.em 22:03:33 22:03:33 FROM ubuntu:xenial 22:03:33 22:03:33 VOLUME ["/var/cache/apt/archives"] 22:03:33 22:03:33 ENV DEBIAN_FRONTEND noninteractive 22:03:33 22:03:33 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:03:33 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:03:33 RUN locale-gen en_US.UTF-8 22:03:33 ENV LANG en_US.UTF-8 22:03:33 ENV TZ GMT+00 22:03:33 22:03:33 22:03:33 RUN useradd -u 1002 -m buildfarm 22:03:33 22:03:33 22:03:33 RUN mkdir /tmp/keys 22:03:33 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 22:03:33 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:03:33 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:03:33 RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:03:33 RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:03:33 22:03:33 RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:03:33 22:03:33 RUN mkdir /tmp/wrapper_scripts 22:03:33 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Hash Sum mismatch',\n 'Unable to locate package',\n 'is not what the server reported',\n ]\n\n command = argv[0]\n if command in ['update', 'source']:\n rc, _, _ = call_apt_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n elif command == 'update-install-clean':\n return call_apt_update_install_clean(\n argv[1:], known_error_strings, max_tries)\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_apt_update_install_clean(\n install_argv, known_error_strings, max_tries):\n tries = 0\n command = 'update'\n while tries < max_tries:\n if command == 'update':\n rc, _, tries = call_apt_repeatedly(\n [command], known_error_strings, max_tries - tries,\n offset=tries)\n if rc != 0:\n # abort if update was unsuccessful even after retries\n break\n # move on to the install command if update was successful\n command = 'install'\n\n if command == 'install':\n # any call is considered a try\n tries += 1\n known_error_strings_redo_update = [\n 'Size mismatch',\n 'maybe run apt update',\n 'The following packages cannot be authenticated!',\n 'Unable to locate package',\n ]\n rc, known_error_conditions = \\\\\n call_apt(\n [command] + install_argv,\n known_error_strings + known_error_strings_redo_update)\n if not known_error_conditions:\n if rc != 0:\n # abort if install was unsuccessful\n break\n # move on to the clean command if install was successful\n command = 'clean'\n continue\n\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n # check if update needs to be rerun\n if (\n set(known_error_conditions) &\n set(known_error_strings_redo_update)\n ):\n command = 'update'\n print(\"'apt install' failed and likely requires \" +\n \"'apt update' to run again\")\n # retry with update command\n continue\n\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n if tries < max_tries:\n sleep_time = 5\n print(\"Reinvoke 'apt install' after sleeping %s seconds\" %\n sleep_time)\n sleep(sleep_time)\n # retry install command\n\n if command == 'clean':\n rc, _ = call_apt([command], [])\n break\n\n return rc\n\n\ndef call_apt_repeatedly(argv, known_error_strings, max_tries, offset=0):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * (i + offset)\n print(\"Reinvoke 'apt %s' (%d/%d) after sleeping %s seconds\" %\n (command, i + offset, max_tries + offset, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_apt(argv, known_error_strings)\n if not known_error_conditions:\n # break the loop and return the reported rc\n break\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i + offset\n\n\ndef call_apt(argv, known_error_strings):\n known_error_conditions = []\n\n # some of the used options are not supported in older distros\n # e.g. Ubuntu Wily, Debian Jessie\n cmd = ['apt-get'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n lines = []\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n lines.append(line)\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n if rc and not known_error_conditions:\n print('Invocation failed without any known error condition, '\n 'printing all lines to debug known error detection:')\n for index, line in enumerate(lines):\n print(' ', index + 1, \"'%s'\" % line.rstrip('\\\\n\\\\r'))\n print('None of the following known errors were detected:')\n for index, known_error_string in enumerate(known_error_strings):\n print(' ', index + 1, \"'%s'\" % known_error_string)\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/apt.py 22:03:33 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 22:03:33 22:03:33 # automatic invalidation once every day 22:03:33 RUN echo "2018-09-10 (+0000)" 22:03:33 22:03:33 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:03:33 22:03:33 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 22:03:33 22:03:33 # always invalidate to actually have the latest apt repo state 22:03:33 RUN echo "2018-09-10 21:03:33 +0000" 22:03:33 RUN python3 -u /tmp/wrapper_scripts/apt.py update 22:03:33 22:03:33 USER buildfarm 22:03:33 ENTRYPOINT ["sh", "-c"] 22:03:33 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/get_sourcedeb.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic sicks300 --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py kinetic sicks300 --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/create_binarydeb_task_generator.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic sicks300 ubuntu xenial amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --distribution-repository-key-files /tmp/keys/0.key /tmp/keys/1.key --binarydeb-dir /tmp/binarydeb --dockerfile-dir /tmp/docker_build_binarydeb"] 22:03:33 + echo # END SECTION 22:03:33 # END SECTION
22:03:33 + echo # BEGIN SECTION: Build Dockerfile - binarydeb task
10. Build Dockerfile - binarydeb task

Hide Details

22:03:33 # BEGIN SECTION: Build Dockerfile - binarydeb task 22:03:33 + cd /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/docker_generating_docker 22:03:33 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 22:03:33 Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial 22:03:33 Check docker base image for updates: docker pull ubuntu:xenial 22:03:35 xenial: Pulling from library/ubuntu 22:03:35 Digest: sha256:f53ee6c26fed293a1faaad6cb83713ce9289e4a38a9ea7e0d78c156fa1022e75 22:03:35 Status: Image is up to date for ubuntu:xenial 22:03:35 + docker build --force-rm -t binarydeb_task_generation.kinetic_ubuntu_xenial_amd64_sicks300 . 22:03:35 Sending build context to Docker daemon 18.94 kB Sending build context to Docker daemon 18.94 kB 22:03:36 Step 1 : FROM ubuntu:xenial 22:03:36 ---> 2b9623518fa2 22:03:36 Step 2 : VOLUME /var/cache/apt/archives 22:03:37 ---> Using cache 22:03:37 ---> 9fc7a5669c2a 22:03:37 Step 3 : ENV DEBIAN_FRONTEND noninteractive 22:03:38 ---> Using cache 22:03:38 ---> ed7a90235f37 22:03:38 Step 4 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:03:39 ---> Using cache 22:03:39 ---> 8791888817b8 22:03:39 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:03:41 ---> Using cache 22:03:41 ---> ca63d359db0c 22:03:41 Step 6 : RUN locale-gen en_US.UTF-8 22:03:42 ---> Using cache 22:03:42 ---> 6e872b4029ed 22:03:42 Step 7 : ENV LANG en_US.UTF-8 22:03:44 ---> Using cache 22:03:44 ---> ee062c1ded06 22:03:44 Step 8 : ENV TZ GMT+00 22:03:45 ---> Using cache 22:03:45 ---> a0b18c3f60d8 22:03:45 Step 9 : RUN useradd -u 1002 -m buildfarm 22:03:47 ---> Using cache 22:03:47 ---> 7042c9d8f34b 22:03:47 Step 10 : RUN mkdir /tmp/keys 22:03:48 ---> Using cache 22:03:48 ---> f6927dbe64b3 22:03:48 Step 11 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 22:03:49 ---> Using cache 22:03:49 ---> efa3936ea789 22:03:49 Step 12 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:03:50 ---> Using cache 22:03:50 ---> 3bdebf4a12fa 22:03:50 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:03:51 ---> Using cache 22:03:51 ---> 2c52e9448836 22:03:51 Step 14 : RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:03:53 ---> Using cache 22:03:53 ---> a02d1ff6d16e 22:03:53 Step 15 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:03:54 ---> Using cache 22:03:54 ---> 9f4e4f32d4a1 22:03:54 Step 16 : RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:03:56 ---> Using cache 22:03:56 ---> eb5e93e22d13 22:03:56 Step 17 : RUN mkdir /tmp/wrapper_scripts 22:03:56 ---> Using cache 22:03:56 ---> 2c5db42891b3 22:03:56 Step 18 : RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Hash Sum mismatch',\n 'Unable to locate package',\n 'is not what the server reported',\n ]\n\n command = argv[0]\n if command in ['update', 'source']:\n rc, _, _ = call_apt_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n elif command == 'update-install-clean':\n return call_apt_update_install_clean(\n argv[1:], known_error_strings, max_tries)\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_apt_update_install_clean(\n install_argv, known_error_strings, max_tries):\n tries = 0\n command = 'update'\n while tries < max_tries:\n if command == 'update':\n rc, _, tries = call_apt_repeatedly(\n [command], known_error_strings, max_tries - tries,\n offset=tries)\n if rc != 0:\n # abort if update was unsuccessful even after retries\n break\n # move on to the install command if update was successful\n command = 'install'\n\n if command == 'install':\n # any call is considered a try\n tries += 1\n known_error_strings_redo_update = [\n 'Size mismatch',\n 'maybe run apt update',\n 'The following packages cannot be authenticated!',\n 'Unable to locate package',\n ]\n rc, known_error_conditions = \\\\\n call_apt(\n [command] + install_argv,\n known_error_strings + known_error_strings_redo_update)\n if not known_error_conditions:\n if rc != 0:\n # abort if install was unsuccessful\n break\n # move on to the clean command if install was successful\n command = 'clean'\n continue\n\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n # check if update needs to be rerun\n if (\n set(known_error_conditions) &\n set(known_error_strings_redo_update)\n ):\n command = 'update'\n print(\"'apt install' failed and likely requires \" +\n \"'apt update' to run again\")\n # retry with update command\n continue\n\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n if tries < max_tries:\n sleep_time = 5\n print(\"Reinvoke 'apt install' after sleeping %s seconds\" %\n sleep_time)\n sleep(sleep_time)\n # retry install command\n\n if command == 'clean':\n rc, _ = call_apt([command], [])\n break\n\n return rc\n\n\ndef call_apt_repeatedly(argv, known_error_strings, max_tries, offset=0):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * (i + offset)\n print(\"Reinvoke 'apt %s' (%d/%d) after sleeping %s seconds\" %\n (command, i + offset, max_tries + offset, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_apt(argv, known_error_strings)\n if not known_error_conditions:\n # break the loop and return the reported rc\n break\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i + offset\n\n\ndef call_apt(argv, known_error_strings):\n known_error_conditions = []\n\n # some of the used options are not supported in older distros\n # e.g. Ubuntu Wily, Debian Jessie\n cmd = ['apt-get'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n lines = []\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n lines.append(line)\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n if rc and not known_error_conditions:\n print('Invocation failed without any known error condition, '\n 'printing all lines to debug known error detection:')\n for index, line in enumerate(lines):\n print(' ', index + 1, \"'%s'\" % line.rstrip('\\\\n\\\\r'))\n print('None of the following known errors were detected:')\n for index, known_error_string in enumerate(known_error_strings):\n print(' ', index + 1, \"'%s'\" % known_error_string)\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/apt.py 22:03:57 ---> Using cache 22:03:57 ---> 7fb89310d442 22:03:57 Step 19 : RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 22:03:58 ---> Using cache 22:03:58 ---> de97d40b29ad 22:03:58 Step 20 : RUN echo "2018-09-10 (+0000)" 22:03:59 ---> Using cache 22:03:59 ---> 93666db5a972 22:03:59 Step 21 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:00 ---> Using cache 22:04:00 ---> fe24475e1392 22:04:00 Step 22 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y devscripts dpkg-dev python3-apt python3-catkin-pkg-modules python3-empy python3-rosdistro-modules python3-yaml 22:04:01 ---> Using cache 22:04:01 ---> 8f863444b97f 22:04:01 Step 23 : RUN echo "2018-09-10 21:03:33 +0000" 22:04:02 ---> Running in c8acdfab03be 22:04:02 2018-09-10 21:03:33 +0000 22:04:03 ---> 81434dc1cb44 22:04:03 Removing intermediate container c8acdfab03be 22:04:03 Step 24 : RUN python3 -u /tmp/wrapper_scripts/apt.py update 22:04:03 ---> Running in f78725935f8f 22:04:03 Invoking 'apt-get update' 22:04:03 Get:1 http://10.210.9.154/ubuntu/building xenial InRelease [2,856 B] 22:04:03 Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease 22:04:03 Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 22:04:03 Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] 22:04:04 Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] 22:04:04 Get:6 http://archive.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 22:04:04 Hit:7 http://packages.ros.org/ros/ubuntu xenial InRelease 22:04:04 Get:8 http://10.210.9.154/ubuntu/building xenial/main amd64 Packages [148 kB] 22:04:04 Get:9 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [707 kB] 22:04:05 Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [278 kB] 22:04:05 Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1,097 kB] 22:04:05 Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [879 kB] 22:04:05 Fetched 3,540 kB in 1s (1,788 kB/s) 22:04:08 Reading package lists... 22:04:08 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:08 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:08 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:08 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:08 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) 22:04:08 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:08 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:08 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:08 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:08 ---> 68d92a524a09 22:04:08 Removing intermediate container f78725935f8f 22:04:08 Step 25 : USER buildfarm 22:04:09 ---> Running in d67d24863a3b 22:04:09 ---> 61f014642a45 22:04:09 Removing intermediate container d67d24863a3b 22:04:09 Step 26 : ENTRYPOINT sh -c 22:04:09 ---> Running in c6b5867b9f70 22:04:10 ---> 5867e540fab2 22:04:10 Removing intermediate container c6b5867b9f70 22:04:10 Step 27 : CMD PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/get_sourcedeb.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic sicks300 --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py kinetic sicks300 --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/create_binarydeb_task_generator.py --rosdistro-index-url https://raw.githubusercontent.com/LCAS/rosdistro/master/index.yaml kinetic sicks300 ubuntu xenial amd64 --distribution-repository-urls http://10.210.9.154/ubuntu/building http://packages.ros.org/ros/ubuntu --distribution-repository-key-files /tmp/keys/0.key /tmp/keys/1.key --binarydeb-dir /tmp/binarydeb --dockerfile-dir /tmp/docker_build_binarydeb 22:04:10 ---> Running in 100cf8715bae 22:04:10 ---> 1093ebb8bb69 22:04:10 Removing intermediate container 100cf8715bae 22:04:10 Successfully built 1093ebb8bb69 22:04:10 + echo # END SECTION 22:04:10 # END SECTION
22:04:10 + echo # BEGIN SECTION: Run Dockerfile - binarydeb task
11. Run Dockerfile - binarydeb task

Hide Details

22:04:10 # BEGIN SECTION: Run Dockerfile - binarydeb task 22:04:10 + [ -f /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/binarydeb ] 22:04:10 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/binarydeb 22:04:10 + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/docker_build_binarydeb 22:04:10 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/binarydeb 22:04:10 + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/docker_build_binarydeb 22:04:10 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/docker_generating_docker/docker.cid -e=TRAVIS= -e=ROS_BUILDFARM_PULL_REQUEST_BRANCH= -v /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/docker_build_binarydeb:/tmp/docker_build_binarydeb -v /home/jenkins-slave/.ccache:/home/buildfarm/.ccache binarydeb_task_generation.kinetic_ubuntu_xenial_amd64_sicks300
11.1. get sourcedeb

Hide Details

22:04:11 # BEGIN SUBSECTION: get sourcedeb 22:04:19 WInvoking '/usr/bin/python3 /tmp/ros_buildfarm/ros_buildfarm/wrapper/apt.py source --download-only --only-source ros-kinetic-sicks300=1.2.1-0xenial' 22:04:19 : Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:19 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:19 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:19 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:21 Invoking 'apt-get source --download-only --only-source ros-kinetic-sicks300=1.2.1-0xenial' 22:04:21 Reading package lists... 22:04:21 Need to get 28.3 kB of source archives. 22:04:21 Get:1 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-sicks300 1.2.1-0xenial (dsc) [1,033 B] 22:04:21 Get:2 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-sicks300 1.2.1-0xenial (tar) [23.5 kB] 22:04:21 Get:3 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-sicks300 1.2.1-0xenial (diff) [3,728 B] 22:04:21 Fetched 28.3 kB in 0s (0 B/s) 22:04:21 Download complete and in download only mode 22:04:21 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:21 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:21 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:21 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:21 Invoking 'dpkg-source -x ros-kinetic-sicks300_1.2.1-0xenial.dsc' 22:04:21 dpkg-source: warning: extracting unsigned source package (ros-kinetic-sicks300_1.2.1-0xenial.dsc) 22:04:21 dpkg-source: info: extracting ros-kinetic-sicks300 in ros-kinetic-sicks300-1.2.1 22:04:21 dpkg-source: info: unpacking ros-kinetic-sicks300_1.2.1.orig.tar.gz 22:04:21 dpkg-source: info: unpacking ros-kinetic-sicks300_1.2.1-0xenial.debian.tar.xz 22:04:21 Package maintainer emails: marc@hanheide.net 22:04:21 # END SUBSECTION
11.2. append build timestamp

Hide Details

22:04:21 # BEGIN SUBSECTION: append build timestamp 22:04:21 dpkg-parsechangelog: warning: debian/changelog(l5): found trailer where expected start of change data 22:04:21 LINE: -- Marc Hanheide <marc@hanheide.net> Mon, 10 Sep 2018 00:00:00 -0000 22:04:21 Invoking 'debchange -v 1.2.1-0xenial-20180910-210421+0000 -p -D xenial -u high -m Append timestamp when binarydeb was built.' in '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:04:21 debchange: warning: debian/changelog(l5): found trailer where expected start of change data 22:04:21 LINE: -- Marc Hanheide <marc@hanheide.net> Mon, 10 Sep 2018 00:00:00 -0000 22:04:21 # END SUBSECTION
22:04:25 Looking for the '.dsc' file of package 'ros-kinetic-sicks300' with version '1.2.1-0' 22:04:27 Using the following distribution repositories: 22:04:27 http://10.210.9.154/ubuntu/building (/tmp/keys/0.key) 22:04:27 http://packages.ros.org/ros/ubuntu (/tmp/keys/1.key) 22:04:27 Generating Dockerfile '/tmp/docker_build_binarydeb/Dockerfile': 22:04:27 # generated from release/binarydeb_task.Dockerfile.em 22:04:27 22:04:27 22:04:27 FROM ubuntu:xenial 22:04:27 22:04:27 VOLUME ["/var/cache/apt/archives"] 22:04:27 22:04:27 ENV DEBIAN_FRONTEND noninteractive 22:04:27 22:04:27 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:27 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:04:27 RUN locale-gen en_US.UTF-8 22:04:27 ENV LANG en_US.UTF-8 22:04:27 ENV TZ GMT+00 22:04:27 22:04:27 RUN useradd -u 1002 -m buildfarm 22:04:27 22:04:27 22:04:27 RUN mkdir /tmp/keys 22:04:27 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 22:04:27 RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:04:27 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:27 RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:27 22:04:27 RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:04:27 22:04:27 RUN mkdir /tmp/wrapper_scripts 22:04:27 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Hash Sum mismatch',\n 'Unable to locate package',\n 'is not what the server reported',\n ]\n\n command = argv[0]\n if command in ['update', 'source']:\n rc, _, _ = call_apt_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n elif command == 'update-install-clean':\n return call_apt_update_install_clean(\n argv[1:], known_error_strings, max_tries)\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_apt_update_install_clean(\n install_argv, known_error_strings, max_tries):\n tries = 0\n command = 'update'\n while tries < max_tries:\n if command == 'update':\n rc, _, tries = call_apt_repeatedly(\n [command], known_error_strings, max_tries - tries,\n offset=tries)\n if rc != 0:\n # abort if update was unsuccessful even after retries\n break\n # move on to the install command if update was successful\n command = 'install'\n\n if command == 'install':\n # any call is considered a try\n tries += 1\n known_error_strings_redo_update = [\n 'Size mismatch',\n 'maybe run apt update',\n 'The following packages cannot be authenticated!',\n 'Unable to locate package',\n ]\n rc, known_error_conditions = \\\\\n call_apt(\n [command] + install_argv,\n known_error_strings + known_error_strings_redo_update)\n if not known_error_conditions:\n if rc != 0:\n # abort if install was unsuccessful\n break\n # move on to the clean command if install was successful\n command = 'clean'\n continue\n\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n # check if update needs to be rerun\n if (\n set(known_error_conditions) &\n set(known_error_strings_redo_update)\n ):\n command = 'update'\n print(\"'apt install' failed and likely requires \" +\n \"'apt update' to run again\")\n # retry with update command\n continue\n\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n if tries < max_tries:\n sleep_time = 5\n print(\"Reinvoke 'apt install' after sleeping %s seconds\" %\n sleep_time)\n sleep(sleep_time)\n # retry install command\n\n if command == 'clean':\n rc, _ = call_apt([command], [])\n break\n\n return rc\n\n\ndef call_apt_repeatedly(argv, known_error_strings, max_tries, offset=0):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * (i + offset)\n print(\"Reinvoke 'apt %s' (%d/%d) after sleeping %s seconds\" %\n (command, i + offset, max_tries + offset, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_apt(argv, known_error_strings)\n if not known_error_conditions:\n # break the loop and return the reported rc\n break\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i + offset\n\n\ndef call_apt(argv, known_error_strings):\n known_error_conditions = []\n\n # some of the used options are not supported in older distros\n # e.g. Ubuntu Wily, Debian Jessie\n cmd = ['apt-get'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n lines = []\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n lines.append(line)\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n if rc and not known_error_conditions:\n print('Invocation failed without any known error condition, '\n 'printing all lines to debug known error detection:')\n for index, line in enumerate(lines):\n print(' ', index + 1, \"'%s'\" % line.rstrip('\\\\n\\\\r'))\n print('None of the following known errors were detected:')\n for index, known_error_string in enumerate(known_error_strings):\n print(' ', index + 1, \"'%s'\" % known_error_string)\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/apt.py 22:04:27 RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 22:04:27 22:04:27 # automatic invalidation once every day 22:04:27 RUN echo "2018-09-10 (+0000)" 22:04:27 22:04:27 RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:27 22:04:27 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 22:04:27 22:04:27 # for each dependency: echo version, apt update, apt install, apt clean 22:04:27 # to prevent exceeding the docker layer limit several lines have been folded 22:04:27 RUN echo "apt-src: 0.25.1-0.2" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes apt-src 22:04:27 RUN echo "debhelper: 10.2.2ubuntu1~ubuntu16.04.1" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes debhelper 22:04:27 RUN echo "ros-kinetic-catkin: 0.7.14-0xenial-20180809-132632-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-catkin 22:04:27 RUN echo "ros-kinetic-roscpp: 1.12.14-0xenial-20180824-091453-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-roscpp 22:04:27 RUN echo "ros-kinetic-sensor-msgs: 1.12.6-0xenial-20180824-104202-0800" && echo "ros-kinetic-tf: 1.11.9-0xenial-20180824-131716-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-sensor-msgs ros-kinetic-tf 22:04:27 22:04:27 USER buildfarm 22:04:27 ENTRYPOINT ["sh", "-c"] 22:04:27 CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py kinetic sicks300 --sourcedeb-dir /tmp/binarydeb"] 22:04:27 Mount the following volumes when running the container: 22:04:27 -v /tmp/ros_buildfarm:/tmp/ros_buildfarm:ro 22:04:27 -v /tmp/binarydeb:/tmp/binarydeb 22:04:27 + echo # END SECTION 22:04:27 # END SECTION
22:04:27 [Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson3914888217691706896.sh 22:04:27 + sleep 1 22:04:27 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 3731 --cid-file /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid 22:04:28 + echo # BEGIN SECTION: Build Dockerfile - build binarydeb
12. Build Dockerfile - build binarydeb

Hide Details

22:04:28 # BEGIN SECTION: Build Dockerfile - build binarydeb 22:04:28 + cd /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/docker_build_binarydeb 22:04:28 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py 22:04:28 Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial 22:04:28 Check docker base image for updates: docker pull ubuntu:xenial 22:04:30 xenial: Pulling from library/ubuntu 22:04:30 Digest: sha256:f53ee6c26fed293a1faaad6cb83713ce9289e4a38a9ea7e0d78c156fa1022e75 22:04:30 Status: Image is up to date for ubuntu:xenial 22:04:30 + docker build --force-rm -t binarydeb_build.kinetic_ubuntu_xenial_amd64_sicks300 . 22:04:30 Sending build context to Docker daemon 18.94 kB Sending build context to Docker daemon 18.94 kB 22:04:30 Step 1 : FROM ubuntu:xenial 22:04:30 ---> 2b9623518fa2 22:04:30 Step 2 : VOLUME /var/cache/apt/archives 22:04:31 ---> Using cache 22:04:31 ---> 9fc7a5669c2a 22:04:31 Step 3 : ENV DEBIAN_FRONTEND noninteractive 22:04:31 ---> Using cache 22:04:31 ---> ed7a90235f37 22:04:31 Step 4 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y locales && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:32 ---> Using cache 22:04:32 ---> 8791888817b8 22:04:32 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen 22:04:32 ---> Using cache 22:04:32 ---> ca63d359db0c 22:04:32 Step 6 : RUN locale-gen en_US.UTF-8 22:04:33 ---> Using cache 22:04:33 ---> 6e872b4029ed 22:04:33 Step 7 : ENV LANG en_US.UTF-8 22:04:34 ---> Using cache 22:04:34 ---> ee062c1ded06 22:04:34 Step 8 : ENV TZ GMT+00 22:04:35 ---> Using cache 22:04:35 ---> a0b18c3f60d8 22:04:35 Step 9 : RUN useradd -u 1002 -m buildfarm 22:04:36 ---> Using cache 22:04:36 ---> 7042c9d8f34b 22:04:36 Step 10 : RUN mkdir /tmp/keys 22:04:37 ---> Using cache 22:04:37 ---> f6927dbe64b3 22:04:37 Step 11 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1.4.11 (GNU/Linux)\n\nmQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn\nMsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf\nxcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw\nkPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv\n/o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh\nEBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg\nKFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD\nBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX\nyQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI\n7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy\nJjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T\nYh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++\nCut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ\ncvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM\nhU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3\nIWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm\nZ4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK\n7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb\noRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC\nAAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U\nNTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0\nikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU\nM7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N\nl9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ\nChb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ==\n=nFcN\n-----END PGP PUBLIC KEY BLOCK----- \n" > /tmp/keys/0.key && apt-key add /tmp/keys/0.key 22:04:38 ---> Using cache 22:04:38 ---> efa3936ea789 22:04:38 Step 12 : RUN echo "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: GnuPG v1\n\nmQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F\nWzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz\nlt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I\nD3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr\nJuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe\ngiITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn\njIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ\nFtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl\nCUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk\nZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC\nCAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ\njQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd\nxwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0\nSWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b\ndceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6\nK0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz\nlIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y\nUtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d\neu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF\nyn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd\ncYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q\nul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI\nYmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru\nsB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg\nx9o=\n=AGYp\n-----END PGP PUBLIC KEY BLOCK-----\n" > /tmp/keys/1.key && apt-key add /tmp/keys/1.key 22:04:39 ---> Using cache 22:04:39 ---> 3bdebf4a12fa 22:04:39 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:40 ---> Using cache 22:04:40 ---> 2c52e9448836 22:04:40 Step 14 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 22:04:41 ---> Using cache 22:04:41 ---> 872185512d89 22:04:41 Step 15 : RUN grep -q -F -e "deb http://old-releases.ubuntu.com" /etc/apt/sources.list && (echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://old-releases.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) || (echo "deb http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse" >> /etc/apt/sources.list && echo "deb http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list && echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial-security multiverse" >> /etc/apt/sources.list) 22:04:42 ---> Using cache 22:04:42 ---> 8c7dec57bb17 22:04:42 Step 16 : RUN mkdir /tmp/wrapper_scripts 22:04:43 ---> Using cache 22:04:43 ---> fa086b1dc98f 22:04:43 Step 17 : RUN echo "#!/usr/bin/env python3\n\n# Copyright 2014-2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Failed to fetch',\n 'Hash Sum mismatch',\n 'Unable to locate package',\n 'is not what the server reported',\n ]\n\n command = argv[0]\n if command in ['update', 'source']:\n rc, _, _ = call_apt_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n elif command == 'update-install-clean':\n return call_apt_update_install_clean(\n argv[1:], known_error_strings, max_tries)\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_apt_update_install_clean(\n install_argv, known_error_strings, max_tries):\n tries = 0\n command = 'update'\n while tries < max_tries:\n if command == 'update':\n rc, _, tries = call_apt_repeatedly(\n [command], known_error_strings, max_tries - tries,\n offset=tries)\n if rc != 0:\n # abort if update was unsuccessful even after retries\n break\n # move on to the install command if update was successful\n command = 'install'\n\n if command == 'install':\n # any call is considered a try\n tries += 1\n known_error_strings_redo_update = [\n 'Size mismatch',\n 'maybe run apt update',\n 'The following packages cannot be authenticated!',\n 'Unable to locate package',\n ]\n rc, known_error_conditions = \\\\\n call_apt(\n [command] + install_argv,\n known_error_strings + known_error_strings_redo_update)\n if not known_error_conditions:\n if rc != 0:\n # abort if install was unsuccessful\n break\n # move on to the clean command if install was successful\n command = 'clean'\n continue\n\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n # check if update needs to be rerun\n if (\n set(known_error_conditions) &\n set(known_error_strings_redo_update)\n ):\n command = 'update'\n print(\"'apt install' failed and likely requires \" +\n \"'apt update' to run again\")\n # retry with update command\n continue\n\n print('Invocation failed due to the following known error '\n 'conditions: ' + ', '.join(known_error_conditions))\n if tries < max_tries:\n sleep_time = 5\n print(\"Reinvoke 'apt install' after sleeping %s seconds\" %\n sleep_time)\n sleep(sleep_time)\n # retry install command\n\n if command == 'clean':\n rc, _ = call_apt([command], [])\n break\n\n return rc\n\n\ndef call_apt_repeatedly(argv, known_error_strings, max_tries, offset=0):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * (i + offset)\n print(\"Reinvoke 'apt %s' (%d/%d) after sleeping %s seconds\" %\n (command, i + offset, max_tries + offset, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_apt(argv, known_error_strings)\n if not known_error_conditions:\n # break the loop and return the reported rc\n break\n # known errors are always interpreted as a non-zero rc\n if rc == 0:\n rc = 1\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i + offset\n\n\ndef call_apt(argv, known_error_strings):\n known_error_conditions = []\n\n # some of the used options are not supported in older distros\n # e.g. Ubuntu Wily, Debian Jessie\n cmd = ['apt-get'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n lines = []\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n lines.append(line)\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n if rc and not known_error_conditions:\n print('Invocation failed without any known error condition, '\n 'printing all lines to debug known error detection:')\n for index, line in enumerate(lines):\n print(' ', index + 1, \"'%s'\" % line.rstrip('\\\\n\\\\r'))\n print('None of the following known errors were detected:')\n for index, known_error_string in enumerate(known_error_strings):\n print(' ', index + 1, \"'%s'\" % known_error_string)\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/apt.py 22:04:44 ---> Using cache 22:04:44 ---> b1e4ec763b8b 22:04:44 Step 18 : RUN echo "#!/usr/bin/env python3\n\n# Copyright 2016 Open Source Robotics Foundation, Inc.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport subprocess\nimport sys\nfrom time import sleep\n\n\ndef main(argv=sys.argv[1:]):\n max_tries = 10\n known_error_strings = [\n 'Connection timed out',\n ]\n\n command = argv[0]\n if command == 'clone':\n rc, _, _ = call_git_repeatedly(\n argv, known_error_strings, max_tries)\n return rc\n else:\n assert \"Command '%s' not implemented\" % command\n\n\ndef call_git_repeatedly(argv, known_error_strings, max_tries):\n command = argv[0]\n for i in range(1, max_tries + 1):\n if i > 1:\n sleep_time = 5 + 2 * i\n print(\"Reinvoke 'git %s' (%d/%d) after sleeping %s seconds\" %\n (command, i, max_tries, sleep_time))\n sleep(sleep_time)\n rc, known_error_conditions = call_git(argv, known_error_strings)\n if rc == 0 or not known_error_conditions:\n break\n print('')\n print('Invocation failed due to the following known error conditions: '\n ', '.join(known_error_conditions))\n print('')\n # retry in case of failure with known error condition\n return rc, known_error_conditions, i\n\n\ndef call_git(argv, known_error_strings):\n known_error_conditions = []\n\n cmd = ['git'] + argv\n print(\"Invoking '%s'\" % ' '.join(cmd))\n proc = subprocess.Popen(\n cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\n while True:\n line = proc.stdout.readline()\n if not line:\n break\n line = line.decode()\n sys.stdout.write(line)\n for known_error_string in known_error_strings:\n if known_error_string in line:\n if known_error_string not in known_error_conditions:\n known_error_conditions.append(known_error_string)\n proc.wait()\n rc = proc.returncode\n return rc, known_error_conditions\n\n\nif __name__ == '__main__':\n sys.exit(main())" > /tmp/wrapper_scripts/git.py 22:04:45 ---> Using cache 22:04:45 ---> 6210aa651d06 22:04:45 Step 19 : RUN echo "2018-09-10 (+0000)" 22:04:46 ---> Using cache 22:04:46 ---> c96df6ab6037 22:04:46 Step 20 : RUN for i in 1 2 3; do apt-get update && apt-get install -q -y python3 && apt-get clean && break || if [[ $i < 3 ]]; then sleep 5; else false; fi; done 22:04:47 ---> Using cache 22:04:47 ---> bc81246e091d 22:04:47 Step 21 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential 22:04:48 ---> Using cache 22:04:48 ---> 41933f8cc76d 22:04:48 Step 22 : RUN echo "apt-src: 0.25.1-0.2" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes apt-src 22:04:50 ---> Using cache 22:04:50 ---> b94e7292fb1f 22:04:50 Step 23 : RUN echo "debhelper: 10.2.2ubuntu1~ubuntu16.04.1" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes debhelper 22:04:51 ---> Using cache 22:04:51 ---> d6481bd2605f 22:04:51 Step 24 : RUN echo "ros-kinetic-catkin: 0.7.14-0xenial-20180809-132632-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-catkin 22:04:52 ---> Using cache 22:04:52 ---> 4cc549b7338e 22:04:52 Step 25 : RUN echo "ros-kinetic-roscpp: 1.12.14-0xenial-20180824-091453-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-roscpp 22:04:54 ---> Running in a7e92e265454 22:04:54 ros-kinetic-roscpp: 1.12.14-0xenial-20180824-091453-0800 22:04:54 Invoking 'apt-get update' 22:04:54 Get:1 http://10.210.9.154/ubuntu/building xenial InRelease [2,856 B] 22:04:54 Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease 22:04:54 Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] 22:04:54 Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] 22:04:54 Get:5 http://archive.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 22:04:54 Get:6 http://10.210.9.154/ubuntu/building xenial/main amd64 Packages [147 kB] 22:04:54 Get:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] 22:04:55 Hit:8 http://packages.ros.org/ros/ubuntu xenial InRelease 22:04:55 Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [278 kB] 22:04:55 Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1,097 kB] 22:04:55 Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [879 kB] 22:04:56 Get:12 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [707 kB] 22:04:56 Fetched 3,540 kB in 1s (2,155 kB/s) 22:04:58 Reading package lists... 22:04:58 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:58 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:58 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:58 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:58 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) 22:04:58 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:58 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:04:58 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:58 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:04:58 Invoking 'apt-get install -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-roscpp' 22:05:00 Reading package lists... 22:05:00 Building dependency tree... 22:05:00 Reading state information... 22:05:00 Starting pkgProblemResolver with broken count: 0 22:05:00 Starting 2 pkgProblemResolver with broken count: 0 22:05:00 Done 22:05:00 The following additional packages will be installed: 22:05:00 icu-devtools libapr1 libapr1-dev libaprutil1 libaprutil1-dev 22:05:00 libboost-all-dev libboost-atomic-dev libboost-atomic1.58-dev 22:05:00 libboost-atomic1.58.0 libboost-chrono-dev libboost-chrono1.58-dev 22:05:00 libboost-chrono1.58.0 libboost-context-dev libboost-context1.58-dev 22:05:00 libboost-context1.58.0 libboost-coroutine-dev libboost-coroutine1.58-dev 22:05:00 libboost-coroutine1.58.0 libboost-date-time-dev libboost-date-time1.58-dev 22:05:00 libboost-date-time1.58.0 libboost-dev libboost-exception-dev 22:05:00 libboost-exception1.58-dev libboost-filesystem-dev 22:05:00 libboost-filesystem1.58-dev libboost-filesystem1.58.0 libboost-graph-dev 22:05:00 libboost-graph-parallel-dev libboost-graph-parallel1.58-dev 22:05:00 libboost-graph-parallel1.58.0 libboost-graph1.58-dev libboost-graph1.58.0 22:05:00 libboost-iostreams-dev libboost-iostreams1.58-dev libboost-iostreams1.58.0 22:05:00 libboost-locale-dev libboost-locale1.58-dev libboost-locale1.58.0 22:05:00 libboost-log-dev libboost-log1.58-dev libboost-log1.58.0 libboost-math-dev 22:05:00 libboost-math1.58-dev libboost-math1.58.0 libboost-mpi-dev 22:05:00 libboost-mpi-python-dev libboost-mpi-python1.58-dev 22:05:00 libboost-mpi-python1.58.0 libboost-mpi1.58-dev libboost-mpi1.58.0 22:05:00 libboost-program-options-dev libboost-program-options1.58-dev 22:05:00 libboost-program-options1.58.0 libboost-python-dev libboost-python1.58-dev 22:05:00 libboost-python1.58.0 libboost-random-dev libboost-random1.58-dev 22:05:00 libboost-random1.58.0 libboost-regex-dev libboost-regex1.58-dev 22:05:00 libboost-regex1.58.0 libboost-serialization-dev 22:05:00 libboost-serialization1.58-dev libboost-serialization1.58.0 22:05:00 libboost-signals-dev libboost-signals1.58-dev libboost-signals1.58.0 22:05:00 libboost-system-dev libboost-system1.58-dev libboost-system1.58.0 22:05:00 libboost-test-dev libboost-test1.58-dev libboost-test1.58.0 22:05:00 libboost-thread-dev libboost-thread1.58-dev libboost-thread1.58.0 22:05:00 libboost-timer-dev libboost-timer1.58-dev libboost-timer1.58.0 22:05:00 libboost-tools-dev libboost-wave-dev libboost-wave1.58-dev 22:05:00 libboost-wave1.58.0 libboost1.58-dev libboost1.58-tools-dev 22:05:00 libconsole-bridge-dev libconsole-bridge0.2v5 libexpat1-dev libhwloc-dev 22:05:00 libhwloc-plugins libhwloc5 libibverbs-dev libibverbs1 libicu-dev 22:05:00 libldap2-dev liblog4cxx-dev liblog4cxx10-dev liblog4cxx10v5 libltdl-dev 22:05:00 libltdl7 libnuma-dev libnuma1 libopenmpi-dev libopenmpi1.10 libpciaccess0 22:05:00 libpython-dev libpython2.7 libpython2.7-dev libsctp-dev libsctp1 libtool 22:05:00 libyaml-0-2 mpi-default-bin mpi-default-dev ocl-icd-libopencl1 openmpi-bin 22:05:00 openmpi-common pkg-config python-dev python-yaml python2.7-dev 22:05:00 ros-kinetic-cpp-common ros-kinetic-gencpp ros-kinetic-geneus 22:05:00 ros-kinetic-genlisp ros-kinetic-genmsg ros-kinetic-gennodejs 22:05:00 ros-kinetic-genpy ros-kinetic-message-generation ros-kinetic-message-runtime 22:05:00 ros-kinetic-rosbuild ros-kinetic-rosconsole ros-kinetic-roscpp-serialization 22:05:00 ros-kinetic-roscpp-traits ros-kinetic-rosgraph-msgs ros-kinetic-rostime 22:05:00 ros-kinetic-std-msgs ros-kinetic-xmlrpcpp uuid-dev 22:05:00 Suggested packages: 22:05:00 libboost-doc graphviz libboost1.58-doc gccxml libmpfrc++-dev libntl-dev 22:05:00 xsltproc doxygen docbook-xml docbook-xsl default-jdk fop 22:05:00 libhwloc-contrib-plugins icu-doc liblog4cxx-doc zip libtool-doc opennmpi-doc 22:05:00 pciutils lksctp-tools autoconf automaken gfortran | fortran95-compiler 22:05:00 gcj-jdk opencl-icd gfortran openmpi-checkpoint 22:05:00 The following NEW packages will be installed: 22:05:00 icu-devtools libapr1 libapr1-dev libaprutil1 libaprutil1-dev 22:05:00 libboost-all-dev libboost-atomic-dev libboost-atomic1.58-dev 22:05:00 libboost-atomic1.58.0 libboost-chrono-dev libboost-chrono1.58-dev 22:05:00 libboost-chrono1.58.0 libboost-context-dev libboost-context1.58-dev 22:05:00 libboost-context1.58.0 libboost-coroutine-dev libboost-coroutine1.58-dev 22:05:00 libboost-coroutine1.58.0 libboost-date-time-dev libboost-date-time1.58-dev 22:05:00 libboost-date-time1.58.0 libboost-dev libboost-exception-dev 22:05:00 libboost-exception1.58-dev libboost-filesystem-dev 22:05:00 libboost-filesystem1.58-dev libboost-filesystem1.58.0 libboost-graph-dev 22:05:00 libboost-graph-parallel-dev libboost-graph-parallel1.58-dev 22:05:00 libboost-graph-parallel1.58.0 libboost-graph1.58-dev libboost-graph1.58.0 22:05:00 libboost-iostreams-dev libboost-iostreams1.58-dev libboost-iostreams1.58.0 22:05:00 libboost-locale-dev libboost-locale1.58-dev libboost-locale1.58.0 22:05:00 libboost-log-dev libboost-log1.58-dev libboost-log1.58.0 libboost-math-dev 22:05:00 libboost-math1.58-dev libboost-math1.58.0 libboost-mpi-dev 22:05:00 libboost-mpi-python-dev libboost-mpi-python1.58-dev 22:05:00 libboost-mpi-python1.58.0 libboost-mpi1.58-dev libboost-mpi1.58.0 22:05:00 libboost-program-options-dev libboost-program-options1.58-dev 22:05:00 libboost-program-options1.58.0 libboost-python-dev libboost-python1.58-dev 22:05:00 libboost-python1.58.0 libboost-random-dev libboost-random1.58-dev 22:05:00 libboost-random1.58.0 libboost-regex-dev libboost-regex1.58-dev 22:05:00 libboost-regex1.58.0 libboost-serialization-dev 22:05:00 libboost-serialization1.58-dev libboost-serialization1.58.0 22:05:00 libboost-signals-dev libboost-signals1.58-dev libboost-signals1.58.0 22:05:00 libboost-system-dev libboost-system1.58-dev libboost-system1.58.0 22:05:00 libboost-test-dev libboost-test1.58-dev libboost-test1.58.0 22:05:00 libboost-thread-dev libboost-thread1.58-dev libboost-thread1.58.0 22:05:00 libboost-timer-dev libboost-timer1.58-dev libboost-timer1.58.0 22:05:00 libboost-tools-dev libboost-wave-dev libboost-wave1.58-dev 22:05:00 libboost-wave1.58.0 libboost1.58-dev libboost1.58-tools-dev 22:05:00 libconsole-bridge-dev libconsole-bridge0.2v5 libexpat1-dev libhwloc-dev 22:05:00 libhwloc-plugins libhwloc5 libibverbs-dev libibverbs1 libicu-dev 22:05:00 libldap2-dev liblog4cxx-dev liblog4cxx10-dev liblog4cxx10v5 libltdl-dev 22:05:00 libltdl7 libnuma-dev libnuma1 libopenmpi-dev libopenmpi1.10 libpciaccess0 22:05:00 libpython-dev libpython2.7 libpython2.7-dev libsctp-dev libsctp1 libtool 22:05:00 libyaml-0-2 mpi-default-bin mpi-default-dev ocl-icd-libopencl1 openmpi-bin 22:05:00 openmpi-common pkg-config python-dev python-yaml python2.7-dev 22:05:00 ros-kinetic-cpp-common ros-kinetic-gencpp ros-kinetic-geneus 22:05:00 ros-kinetic-genlisp ros-kinetic-genmsg ros-kinetic-gennodejs 22:05:00 ros-kinetic-genpy ros-kinetic-message-generation ros-kinetic-message-runtime 22:05:00 ros-kinetic-rosbuild ros-kinetic-rosconsole ros-kinetic-roscpp 22:05:00 ros-kinetic-roscpp-serialization ros-kinetic-roscpp-traits 22:05:00 ros-kinetic-rosgraph-msgs ros-kinetic-rostime ros-kinetic-std-msgs 22:05:00 ros-kinetic-xmlrpcpp uuid-dev 22:05:01 0 upgraded, 142 newly installed, 0 to remove and 1 not upgraded. 22:05:01 Need to get 59.2 MB of archives. 22:05:01 After this operation, 311 MB of additional disk space will be used. 22:05:01 Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-0-2 amd64 0.1.6-3 [47.6 kB] 22:05:01 Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnuma1 amd64 2.0.11-1ubuntu1.1 [21.0 kB] 22:05:01 Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 icu-devtools amd64 55.1-7ubuntu0.4 [166 kB] 22:05:01 Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB] 22:05:01 Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 uuid-dev amd64 2.27.1-6ubuntu3.6 [26.4 kB] 22:05:01 Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsctp1 amd64 1.0.16+dfsg-3 [8,088 B] 22:05:01 Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsctp-dev amd64 1.0.16+dfsg-3 [62.4 kB] 22:05:01 Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 libapr1-dev amd64 1.5.2-3 [650 kB] 22:05:01 Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB] 22:05:01 Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libldap2-dev amd64 2.4.42+dfsg-2ubuntu3.3 [262 kB] 22:05:01 Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.3 [115 kB] 22:05:01 Get:12 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-dev amd64 1.5.4-1build1 [361 kB] 22:05:01 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [6,222 kB] 22:05:01 Get:14 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-cpp-common amd64 0.6.11-0xenial-20180824-081824-0800 [18.9 kB] 22:05:01 Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libboost-dev amd64 1.58.0.1ubuntu1 [3,134 B] 22:05:01 Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost1.58-tools-dev amd64 1.58.0+dfsg-5ubuntu3.1 [1,140 kB] 22:05:01 Get:17 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-tools-dev amd64 1.58.0.1ubuntu1 [2,974 B] 22:05:01 Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-atomic1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [7,120 B] 22:05:01 Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-atomic1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [5,026 B] 22:05:01 Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-atomic-dev amd64 1.58.0.1ubuntu1 [3,104 B] 22:05:01 Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] 22:05:01 Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-chrono1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [13.2 kB] 22:05:01 Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-chrono1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [15.6 kB] 22:05:01 Get:24 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-chrono-dev amd64 1.58.0.1ubuntu1 [3,422 B] 22:05:01 Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] 22:05:01 Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-context1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [18.9 kB] 22:05:01 Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-context1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [19.0 kB] 22:05:01 Get:28 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-context-dev amd64 1.58.0.1ubuntu1 [2,994 B] 22:05:01 Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-coroutine1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [20.2 kB] 22:05:01 Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-coroutine1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [21.0 kB] 22:05:01 Get:31 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-coroutine-dev amd64 1.58.0.1ubuntu1 [3,070 B] 22:05:01 Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-date-time1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [20.7 kB] 22:05:01 Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-serialization1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [113 kB] 22:05:01 Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-serialization1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [147 kB] 22:05:01 Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-date-time1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [27.4 kB] 22:05:01 Get:36 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-date-time-dev amd64 1.58.0.1ubuntu1 [2,800 B] 22:05:01 Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-exception1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [4,456 B] 22:05:01 Get:38 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-exception-dev amd64 1.58.0.1ubuntu1 [2,792 B] 22:05:01 Get:39 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-filesystem1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [37.5 kB] 22:05:01 Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-system1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [8,526 B] 22:05:01 Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-filesystem1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [46.4 kB] 22:05:01 Get:42 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-filesystem-dev amd64 1.58.0.1ubuntu1 [2,826 B] 22:05:01 Get:43 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-regex1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [261 kB] 22:05:01 Get:44 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [94.2 kB] 22:05:01 Get:45 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-test1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [188 kB] 22:05:01 Get:46 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-test1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [232 kB] 22:05:01 Get:47 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [104 kB] 22:05:01 Get:48 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-graph-dev amd64 1.58.0.1ubuntu1 [2,886 B] 22:05:01 Get:49 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] 22:05:01 Get:50 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libhwloc5 amd64 1.11.2-3 [99.5 kB] 22:05:01 Get:51 http://archive.ubuntu.com/ubuntu xenial/main amd64 libibverbs1 amd64 1.1.8-1.1ubuntu2 [25.0 kB] 22:05:01 Get:52 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libopenmpi1.10 amd64 1.10.2-8ubuntu1 [2,025 kB] 22:05:01 Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.8 kB] 22:05:01 Get:54 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph-parallel1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [72.6 kB] 22:05:01 Get:55 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-graph-parallel1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [78.9 kB] 22:05:01 Get:56 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-graph-parallel-dev amd64 1.58.0.1ubuntu1 [2,932 B] 22:05:01 Get:57 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu-dev amd64 55.1-7ubuntu0.4 [8,566 kB] 22:05:02 Get:58 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-genmsg amd64 0.5.11-0xenial-20180824-080325-0800 [34.8 kB] 22:05:02 Get:59 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-regex1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [322 kB] 22:05:02 Get:60 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] 22:05:02 Get:61 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-iostreams1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [36.2 kB] 22:05:02 Get:62 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-iostreams-dev amd64 1.58.0.1ubuntu1 [2,784 B] 22:05:02 Get:63 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-locale1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [242 kB] 22:05:02 Get:64 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-locale1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [331 kB] 22:05:02 Get:65 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-gencpp amd64 0.6.0-0xenial-20180824-081412-0800 [14.2 kB] 22:05:02 Get:66 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-geneus amd64 2.2.6-0xenial-20180824-081429-0800 [24.9 kB] 22:05:02 Get:67 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-genlisp amd64 0.4.16-0xenial-20180824-081624-0800 [21.5 kB] 22:05:02 Get:68 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-gennodejs amd64 2.0.1-0xenial-20180824-081715-0800 [21.6 kB] 22:05:02 Get:69 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-locale-dev amd64 1.58.0.1ubuntu1 [3,128 B] 22:05:02 Get:70 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-log1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [422 kB] 22:05:02 Get:71 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-thread1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [48.8 kB] 22:05:02 Get:72 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-log1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [533 kB] 22:05:02 Get:73 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-log-dev amd64 1.58.0.1ubuntu1 [2,986 B] 22:05:02 Get:74 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-math1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [291 kB] 22:05:02 Get:75 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-math1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [829 kB] 22:05:02 Get:76 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-genpy amd64 0.6.7-0xenial-20180824-081724-0800 [49.0 kB] 22:05:02 Get:77 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-math-dev amd64 1.58.0.1ubuntu1 [2,998 B] 22:05:02 Get:78 http://archive.ubuntu.com/ubuntu xenial/universe amd64 openmpi-common all 1.10.2-8ubuntu1 [129 kB] 22:05:02 Get:79 http://archive.ubuntu.com/ubuntu xenial/main amd64 libibverbs-dev amd64 1.1.8-1.1ubuntu2 [77.6 kB] 22:05:02 Get:80 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnuma-dev amd64 2.0.11-1ubuntu1.1 [31.5 kB] 22:05:02 Get:81 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] 22:05:02 Get:82 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libhwloc-dev amd64 1.11.2-3 [155 kB] 22:05:02 Get:83 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libopenmpi-dev amd64 1.10.2-8ubuntu1 [537 kB] 22:05:02 Get:84 http://archive.ubuntu.com/ubuntu xenial/universe amd64 mpi-default-dev amd64 1.4 [4,154 B] 22:05:02 Get:85 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [147 kB] 22:05:02 Get:86 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-mpi-dev amd64 1.58.0.1ubuntu1 [2,876 B] 22:05:02 Get:87 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-python1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [120 kB] 22:05:02 Get:88 http://archive.ubuntu.com/ubuntu xenial/universe amd64 openmpi-bin amd64 1.10.2-8ubuntu1 [100 kB] 22:05:02 Get:89 http://archive.ubuntu.com/ubuntu xenial/universe amd64 mpi-default-bin amd64 1.4 [3,370 B] 22:05:02 Get:90 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi-python1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [220 kB] 22:05:02 Get:91 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-mpi-python1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [27.0 kB] 22:05:02 Get:92 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-mpi-python-dev amd64 1.58.0.1ubuntu1 [2,912 B] 22:05:02 Get:93 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-program-options1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [138 kB] 22:05:02 Get:94 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-program-options1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [171 kB] 22:05:02 Get:95 http://archive.ubuntu.com/ubuntu xenial/main amd64 libboost-program-options-dev amd64 1.58.0.1ubuntu1 [2,808 B] 22:05:02 Get:96 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.3 [1,070 kB] 22:05:02 Get:97 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [27.8 MB] 22:05:02 Get:98 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-message-generation amd64 0.4.0-0xenial-20180824-081816-0800 [4,418 B] 22:05:02 Get:99 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rostime amd64 0.6.11-0xenial-20180824-082916-0800 [53.9 kB] 22:05:02 Get:100 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-roscpp-traits amd64 0.6.11-0xenial-20180824-083319-0800 [9,896 B] 22:05:02 Get:101 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-roscpp-serialization amd64 0.6.11-0xenial-20180824-083414-0800 [12.3 kB] 22:05:02 Get:102 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-message-runtime amd64 0.4.12-0xenial-20180824-083918-0800 [4,448 B] 22:05:02 Get:103 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosbuild amd64 1.14.4-0xenial-20180824-084011-0800 [27.5 kB] 22:05:02 Get:104 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosconsole amd64 1.12.14-0xenial-20180824-085351-0800 [82.0 kB] 22:05:02 Get:105 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-std-msgs amd64 0.5.11-0xenial-20180824-085549-0800 [56.9 kB] 22:05:02 Get:106 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosgraph-msgs amd64 1.11.2-0xenial-20180824-085730-0800 [24.8 kB] 22:05:03 Get:107 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-xmlrpcpp amd64 1.12.14-0xenial-20180824-083404-0800 [57.9 kB] 22:05:03 Get:108 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-roscpp amd64 1.12.14-0xenial-20180824-091453-0800 [501 kB] 22:05:03 Get:109 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-dev amd64 2.7.12-1~16.04 [7,840 B] 22:05:03 Get:110 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [276 kB] 22:05:03 Get:111 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-dev amd64 2.7.12-1~16.04 [1,186 B] 22:05:03 Get:112 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-python1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [149 kB] 22:05:03 Get:113 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-python-dev amd64 1.58.0.1ubuntu1 [3,170 B] 22:05:03 Get:114 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] 22:05:03 Get:115 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-random1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [11.1 kB] 22:05:03 Get:116 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-random-dev amd64 1.58.0.1ubuntu1 [2,790 B] 22:05:03 Get:117 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-regex-dev amd64 1.58.0.1ubuntu1 [3,058 B] 22:05:03 Get:118 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-serialization-dev amd64 1.58.0.1ubuntu1 [3,026 B] 22:05:03 Get:119 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-signals1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [31.5 kB] 22:05:03 Get:120 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-signals1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [34.8 kB] 22:05:03 Get:121 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-signals-dev amd64 1.58.0.1ubuntu1 [2,856 B] 22:05:03 Get:122 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-system-dev amd64 1.58.0.1ubuntu1 [2,930 B] 22:05:03 Get:123 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-test-dev amd64 1.58.0.1ubuntu1 [2,830 B] 22:05:03 Get:124 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-thread-dev amd64 1.58.0.1ubuntu1 [2,818 B] 22:05:03 Get:125 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-timer1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [10.2 kB] 22:05:03 Get:126 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-timer1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [9,632 B] 22:05:03 Get:127 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-timer-dev amd64 1.58.0.1ubuntu1 [2,922 B] 22:05:03 Get:128 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-wave1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [184 kB] 22:05:04 Get:129 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libboost-wave1.58-dev amd64 1.58.0+dfsg-5ubuntu3.1 [245 kB] 22:05:04 Get:130 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-wave-dev amd64 1.58.0.1ubuntu1 [2,838 B] 22:05:04 Get:131 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libboost-all-dev amd64 1.58.0.1ubuntu1 [2,228 B] 22:05:04 Get:132 http://archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4cxx10v5 amd64 0.10.0-10ubuntu1 [416 kB] 22:05:04 Get:133 http://archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4cxx-dev amd64 0.10.0-10ubuntu1 [683 kB] 22:05:04 Get:134 http://archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4cxx10-dev amd64 0.10.0-10ubuntu1 [1,448 B] 22:05:04 Get:135 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpciaccess0 amd64 0.13.4-1 [18.1 kB] 22:05:04 Get:136 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] 22:05:04 Get:137 http://archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] 22:05:04 Get:138 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-yaml amd64 3.11-3build1 [105 kB] 22:05:04 Get:139 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libconsole-bridge0.2v5 amd64 0.3.2-1 [8,370 B] 22:05:04 Get:140 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libconsole-bridge-dev amd64 0.3.2-1 [5,754 B] 22:05:04 Get:141 http://archive.ubuntu.com/ubuntu xenial/main amd64 ocl-icd-libopencl1 amd64 2.2.8-1 [29.7 kB] 22:05:04 Get:142 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libhwloc-plugins amd64 1.11.2-3 [13.2 kB] 22:05:04 debconf: delaying package configuration, since apt-utils is not installed 22:05:04 Fetched 59.2 MB in 2s (20.2 MB/s) 22:05:04 Selecting previously unselected package libyaml-0-2:amd64. 22:05:04 (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 ... 22411 files and directories currently installed.) 22:05:04 Preparing to unpack .../libyaml-0-2_0.1.6-3_amd64.deb ... 22:05:04 Unpacking libyaml-0-2:amd64 (0.1.6-3) ... 22:05:04 Selecting previously unselected package libnuma1:amd64. 22:05:04 Preparing to unpack .../libnuma1_2.0.11-1ubuntu1.1_amd64.deb ... 22:05:04 Unpacking libnuma1:amd64 (2.0.11-1ubuntu1.1) ... 22:05:04 Selecting previously unselected package icu-devtools. 22:05:04 Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... 22:05:04 Unpacking icu-devtools (55.1-7ubuntu0.4) ... 22:05:05 Selecting previously unselected package libapr1:amd64. 22:05:05 Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... 22:05:05 Unpacking libapr1:amd64 (1.5.2-3) ... 22:05:05 Selecting previously unselected package uuid-dev:amd64. 22:05:05 Preparing to unpack .../uuid-dev_2.27.1-6ubuntu3.6_amd64.deb ... 22:05:05 Unpacking uuid-dev:amd64 (2.27.1-6ubuntu3.6) ... 22:05:05 Selecting previously unselected package libsctp1:amd64. 22:05:05 Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... 22:05:05 Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... 22:05:05 Selecting previously unselected package libsctp-dev. 22:05:05 Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... 22:05:05 Unpacking libsctp-dev (1.0.16+dfsg-3) ... 22:05:05 Selecting previously unselected package libapr1-dev. 22:05:05 Preparing to unpack .../libapr1-dev_1.5.2-3_amd64.deb ... 22:05:05 Unpacking libapr1-dev (1.5.2-3) ... 22:05:10 Selecting previously unselected package libaprutil1:amd64. 22:05:10 Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... 22:05:10 Unpacking libaprutil1:amd64 (1.5.4-1build1) ... 22:05:10 Selecting previously unselected package libldap2-dev:amd64. 22:05:10 Preparing to unpack .../libldap2-dev_2.4.42+dfsg-2ubuntu3.3_amd64.deb ... 22:05:10 Unpacking libldap2-dev:amd64 (2.4.42+dfsg-2ubuntu3.3) ... 22:05:11 Selecting previously unselected package libexpat1-dev:amd64. 22:05:11 Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ... 22:05:11 Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... 22:05:11 Selecting previously unselected package libaprutil1-dev. 22:05:11 Preparing to unpack .../libaprutil1-dev_1.5.4-1build1_amd64.deb ... 22:05:11 Unpacking libaprutil1-dev (1.5.4-1build1) ... 22:05:12 Selecting previously unselected package libboost1.58-dev:amd64. 22:05:12 Preparing to unpack .../libboost1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:12 Unpacking libboost1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:20 Selecting previously unselected package libboost-dev:amd64. 22:05:20 Preparing to unpack .../libboost-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:20 Unpacking libboost-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:21 Selecting previously unselected package libboost1.58-tools-dev. 22:05:21 Preparing to unpack .../libboost1.58-tools-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:21 Unpacking libboost1.58-tools-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:05:21 Selecting previously unselected package libboost-tools-dev. 22:05:21 Preparing to unpack .../libboost-tools-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:21 Unpacking libboost-tools-dev (1.58.0.1ubuntu1) ... 22:05:21 Selecting previously unselected package libboost-atomic1.58.0:amd64. 22:05:21 Preparing to unpack .../libboost-atomic1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:21 Unpacking libboost-atomic1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:21 Selecting previously unselected package libboost-atomic1.58-dev:amd64. 22:05:21 Preparing to unpack .../libboost-atomic1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:21 Unpacking libboost-atomic1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:21 Selecting previously unselected package libboost-atomic-dev:amd64. 22:05:21 Preparing to unpack .../libboost-atomic-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:21 Unpacking libboost-atomic-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:21 Selecting previously unselected package libboost-system1.58.0:amd64. 22:05:21 Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:21 Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:21 Selecting previously unselected package libboost-chrono1.58.0:amd64. 22:05:22 Preparing to unpack .../libboost-chrono1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:22 Unpacking libboost-chrono1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:22 Selecting previously unselected package libboost-chrono1.58-dev:amd64. 22:05:22 Preparing to unpack .../libboost-chrono1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:22 Unpacking libboost-chrono1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:22 Selecting previously unselected package libboost-chrono-dev:amd64. 22:05:22 Preparing to unpack .../libboost-chrono-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:22 Unpacking libboost-chrono-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:22 Selecting previously unselected package libboost-thread1.58.0:amd64. 22:05:22 Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:22 Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:22 Selecting previously unselected package libboost-context1.58.0:amd64. 22:05:22 Preparing to unpack .../libboost-context1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:22 Unpacking libboost-context1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:22 Selecting previously unselected package libboost-context1.58-dev:amd64. 22:05:22 Preparing to unpack .../libboost-context1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:22 Unpacking libboost-context1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:22 Selecting previously unselected package libboost-context-dev:amd64. 22:05:22 Preparing to unpack .../libboost-context-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:22 Unpacking libboost-context-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:22 Selecting previously unselected package libboost-coroutine1.58.0:amd64. 22:05:22 Preparing to unpack .../libboost-coroutine1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:22 Unpacking libboost-coroutine1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:22 Selecting previously unselected package libboost-coroutine1.58-dev:amd64. 22:05:22 Preparing to unpack .../libboost-coroutine1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:22 Unpacking libboost-coroutine1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:22 Selecting previously unselected package libboost-coroutine-dev:amd64. 22:05:22 Preparing to unpack .../libboost-coroutine-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:22 Unpacking libboost-coroutine-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:22 Selecting previously unselected package libboost-date-time1.58.0:amd64. 22:05:22 Preparing to unpack .../libboost-date-time1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:22 Unpacking libboost-date-time1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:23 Selecting previously unselected package libboost-serialization1.58.0:amd64. 22:05:23 Preparing to unpack .../libboost-serialization1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:23 Unpacking libboost-serialization1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:23 Selecting previously unselected package libboost-serialization1.58-dev:amd64. 22:05:23 Preparing to unpack .../libboost-serialization1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:23 Unpacking libboost-serialization1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:23 Selecting previously unselected package libboost-date-time1.58-dev:amd64. 22:05:23 Preparing to unpack .../libboost-date-time1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:23 Unpacking libboost-date-time1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:23 Selecting previously unselected package libboost-date-time-dev:amd64. 22:05:23 Preparing to unpack .../libboost-date-time-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:23 Unpacking libboost-date-time-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:23 Selecting previously unselected package libboost-exception1.58-dev:amd64. 22:05:23 Preparing to unpack .../libboost-exception1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:23 Unpacking libboost-exception1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:23 Selecting previously unselected package libboost-exception-dev:amd64. 22:05:23 Preparing to unpack .../libboost-exception-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:23 Unpacking libboost-exception-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:23 Selecting previously unselected package libboost-filesystem1.58.0:amd64. 22:05:23 Preparing to unpack .../libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:23 Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:23 Selecting previously unselected package libboost-system1.58-dev:amd64. 22:05:23 Preparing to unpack .../libboost-system1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:23 Unpacking libboost-system1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:23 Selecting previously unselected package libboost-filesystem1.58-dev:amd64. 22:05:23 Preparing to unpack .../libboost-filesystem1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:23 Unpacking libboost-filesystem1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:23 Selecting previously unselected package libboost-filesystem-dev:amd64. 22:05:23 Preparing to unpack .../libboost-filesystem-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:23 Unpacking libboost-filesystem-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:24 Selecting previously unselected package libboost-regex1.58.0:amd64. 22:05:24 Preparing to unpack .../libboost-regex1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:24 Unpacking libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:24 Selecting previously unselected package libboost-graph1.58.0:amd64. 22:05:24 Preparing to unpack .../libboost-graph1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:24 Unpacking libboost-graph1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:24 Selecting previously unselected package libboost-test1.58.0:amd64. 22:05:24 Preparing to unpack .../libboost-test1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:24 Unpacking libboost-test1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:25 Selecting previously unselected package libboost-test1.58-dev:amd64. 22:05:25 Preparing to unpack .../libboost-test1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:25 Unpacking libboost-test1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:25 Selecting previously unselected package libboost-graph1.58-dev:amd64. 22:05:25 Preparing to unpack .../libboost-graph1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:25 Unpacking libboost-graph1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:26 Selecting previously unselected package libboost-graph-dev:amd64. 22:05:26 Preparing to unpack .../libboost-graph-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:26 Unpacking libboost-graph-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:26 Selecting previously unselected package libltdl7:amd64. 22:05:26 Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... 22:05:26 Unpacking libltdl7:amd64 (2.4.6-0.1) ... 22:05:26 Selecting previously unselected package libhwloc5:amd64. 22:05:26 Preparing to unpack .../libhwloc5_1.11.2-3_amd64.deb ... 22:05:27 Unpacking libhwloc5:amd64 (1.11.2-3) ... 22:05:27 Selecting previously unselected package libibverbs1. 22:05:27 Preparing to unpack .../libibverbs1_1.1.8-1.1ubuntu2_amd64.deb ... 22:05:27 Unpacking libibverbs1 (1.1.8-1.1ubuntu2) ... 22:05:28 Selecting previously unselected package libopenmpi1.10. 22:05:28 Preparing to unpack .../libopenmpi1.10_1.10.2-8ubuntu1_amd64.deb ... 22:05:28 Unpacking libopenmpi1.10 (1.10.2-8ubuntu1) ... 22:05:29 Selecting previously unselected package libboost-mpi1.58.0. 22:05:29 Preparing to unpack .../libboost-mpi1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:29 Unpacking libboost-mpi1.58.0 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:30 Selecting previously unselected package libboost-graph-parallel1.58.0. 22:05:30 Preparing to unpack .../libboost-graph-parallel1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:30 Unpacking libboost-graph-parallel1.58.0 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:34 Selecting previously unselected package libboost-graph-parallel1.58-dev. 22:05:34 Preparing to unpack .../libboost-graph-parallel1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:34 Unpacking libboost-graph-parallel1.58-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:05:34 Selecting previously unselected package libboost-graph-parallel-dev. 22:05:34 Preparing to unpack .../libboost-graph-parallel-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:34 Unpacking libboost-graph-parallel-dev (1.58.0.1ubuntu1) ... 22:05:35 Selecting previously unselected package libicu-dev:amd64. 22:05:35 Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... 22:05:35 Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... 22:05:37 Selecting previously unselected package libboost-regex1.58-dev:amd64. 22:05:37 Preparing to unpack .../libboost-regex1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:37 Unpacking libboost-regex1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:38 Selecting previously unselected package libboost-iostreams1.58.0:amd64. 22:05:38 Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:38 Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:38 Selecting previously unselected package libboost-iostreams1.58-dev:amd64. 22:05:38 Preparing to unpack .../libboost-iostreams1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:38 Unpacking libboost-iostreams1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:38 Selecting previously unselected package libboost-iostreams-dev:amd64. 22:05:38 Preparing to unpack .../libboost-iostreams-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:38 Unpacking libboost-iostreams-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:38 Selecting previously unselected package libboost-locale1.58.0:amd64. 22:05:38 Preparing to unpack .../libboost-locale1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:38 Unpacking libboost-locale1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:38 Selecting previously unselected package libboost-locale1.58-dev:amd64. 22:05:38 Preparing to unpack .../libboost-locale1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:38 Unpacking libboost-locale1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:38 Selecting previously unselected package libboost-locale-dev:amd64. 22:05:38 Preparing to unpack .../libboost-locale-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:38 Unpacking libboost-locale-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:38 Selecting previously unselected package libboost-log1.58.0. 22:05:38 Preparing to unpack .../libboost-log1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:38 Unpacking libboost-log1.58.0 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:38 Selecting previously unselected package libboost-thread1.58-dev:amd64. 22:05:38 Preparing to unpack .../libboost-thread1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:38 Unpacking libboost-thread1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:38 Selecting previously unselected package libboost-log1.58-dev. 22:05:38 Preparing to unpack .../libboost-log1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:38 Unpacking libboost-log1.58-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:05:39 Selecting previously unselected package libboost-log-dev. 22:05:39 Preparing to unpack .../libboost-log-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:39 Unpacking libboost-log-dev (1.58.0.1ubuntu1) ... 22:05:39 Selecting previously unselected package libboost-math1.58.0:amd64. 22:05:39 Preparing to unpack .../libboost-math1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:39 Unpacking libboost-math1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:39 Selecting previously unselected package libboost-math1.58-dev:amd64. 22:05:39 Preparing to unpack .../libboost-math1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:39 Unpacking libboost-math1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:39 Selecting previously unselected package libboost-math-dev:amd64. 22:05:39 Preparing to unpack .../libboost-math-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:39 Unpacking libboost-math-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:39 Selecting previously unselected package openmpi-common. 22:05:39 Preparing to unpack .../openmpi-common_1.10.2-8ubuntu1_all.deb ... 22:05:39 Unpacking openmpi-common (1.10.2-8ubuntu1) ... 22:05:40 Selecting previously unselected package libibverbs-dev. 22:05:40 Preparing to unpack .../libibverbs-dev_1.1.8-1.1ubuntu2_amd64.deb ... 22:05:40 Unpacking libibverbs-dev (1.1.8-1.1ubuntu2) ... 22:05:40 Selecting previously unselected package libnuma-dev:amd64. 22:05:40 Preparing to unpack .../libnuma-dev_2.0.11-1ubuntu1.1_amd64.deb ... 22:05:40 Unpacking libnuma-dev:amd64 (2.0.11-1ubuntu1.1) ... 22:05:40 Selecting previously unselected package libltdl-dev:amd64. 22:05:40 Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... 22:05:40 Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... 22:05:40 Selecting previously unselected package libhwloc-dev:amd64. 22:05:40 Preparing to unpack .../libhwloc-dev_1.11.2-3_amd64.deb ... 22:05:40 Unpacking libhwloc-dev:amd64 (1.11.2-3) ... 22:05:40 Selecting previously unselected package libopenmpi-dev. 22:05:40 Preparing to unpack .../libopenmpi-dev_1.10.2-8ubuntu1_amd64.deb ... 22:05:40 Unpacking libopenmpi-dev (1.10.2-8ubuntu1) ... 22:05:41 Selecting previously unselected package mpi-default-dev. 22:05:41 Preparing to unpack .../mpi-default-dev_1.4_amd64.deb ... 22:05:41 Unpacking mpi-default-dev (1.4) ... 22:05:41 Selecting previously unselected package libboost-mpi1.58-dev. 22:05:41 Preparing to unpack .../libboost-mpi1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:41 Unpacking libboost-mpi1.58-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:05:41 Selecting previously unselected package libboost-mpi-dev. 22:05:41 Preparing to unpack .../libboost-mpi-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:41 Unpacking libboost-mpi-dev (1.58.0.1ubuntu1) ... 22:05:42 Selecting previously unselected package libboost-python1.58.0. 22:05:42 Preparing to unpack .../libboost-python1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:42 Unpacking libboost-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:42 Selecting previously unselected package openmpi-bin. 22:05:42 Preparing to unpack .../openmpi-bin_1.10.2-8ubuntu1_amd64.deb ... 22:05:42 Unpacking openmpi-bin (1.10.2-8ubuntu1) ... 22:05:42 Selecting previously unselected package mpi-default-bin. 22:05:42 Preparing to unpack .../mpi-default-bin_1.4_amd64.deb ... 22:05:42 Unpacking mpi-default-bin (1.4) ... 22:05:42 Selecting previously unselected package libboost-mpi-python1.58.0. 22:05:42 Preparing to unpack .../libboost-mpi-python1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:42 Unpacking libboost-mpi-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:43 Selecting previously unselected package libboost-mpi-python1.58-dev. 22:05:43 Preparing to unpack .../libboost-mpi-python1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:43 Unpacking libboost-mpi-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:05:43 Selecting previously unselected package libboost-mpi-python-dev. 22:05:43 Preparing to unpack .../libboost-mpi-python-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:43 Unpacking libboost-mpi-python-dev (1.58.0.1ubuntu1) ... 22:05:44 Selecting previously unselected package libboost-program-options1.58.0:amd64. 22:05:44 Preparing to unpack .../libboost-program-options1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:44 Unpacking libboost-program-options1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:44 Selecting previously unselected package libboost-program-options1.58-dev:amd64. 22:05:44 Preparing to unpack .../libboost-program-options1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:44 Unpacking libboost-program-options1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:44 Selecting previously unselected package libboost-program-options-dev:amd64. 22:05:44 Preparing to unpack .../libboost-program-options-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:44 Unpacking libboost-program-options-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:44 Selecting previously unselected package libpython2.7:amd64. 22:05:44 Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... 22:05:44 Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... 22:05:45 Selecting previously unselected package libpython2.7-dev:amd64. 22:05:45 Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... 22:05:45 Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... 22:05:52 Selecting previously unselected package libpython-dev:amd64. 22:05:52 Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... 22:05:52 Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... 22:05:52 Selecting previously unselected package python2.7-dev. 22:05:52 Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... 22:05:52 Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... 22:05:52 Selecting previously unselected package python-dev. 22:05:52 Preparing to unpack .../python-dev_2.7.12-1~16.04_amd64.deb ... 22:05:52 Unpacking python-dev (2.7.12-1~16.04) ... 22:05:52 Selecting previously unselected package libboost-python1.58-dev. 22:05:52 Preparing to unpack .../libboost-python1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:52 Unpacking libboost-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:05:54 Selecting previously unselected package libboost-python-dev. 22:05:54 Preparing to unpack .../libboost-python-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:54 Unpacking libboost-python-dev (1.58.0.1ubuntu1) ... 22:05:54 Selecting previously unselected package libboost-random1.58.0:amd64. 22:05:54 Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:54 Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:54 Selecting previously unselected package libboost-random1.58-dev:amd64. 22:05:54 Preparing to unpack .../libboost-random1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:54 Unpacking libboost-random1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:55 Selecting previously unselected package libboost-random-dev:amd64. 22:05:55 Preparing to unpack .../libboost-random-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:55 Unpacking libboost-random-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:55 Selecting previously unselected package libboost-regex-dev:amd64. 22:05:55 Preparing to unpack .../libboost-regex-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:55 Unpacking libboost-regex-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:55 Selecting previously unselected package libboost-serialization-dev:amd64. 22:05:55 Preparing to unpack .../libboost-serialization-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:55 Unpacking libboost-serialization-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:55 Selecting previously unselected package libboost-signals1.58.0:amd64. 22:05:55 Preparing to unpack .../libboost-signals1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:55 Unpacking libboost-signals1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:55 Selecting previously unselected package libboost-signals1.58-dev:amd64. 22:05:55 Preparing to unpack .../libboost-signals1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:55 Unpacking libboost-signals1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:55 Selecting previously unselected package libboost-signals-dev:amd64. 22:05:55 Preparing to unpack .../libboost-signals-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:55 Unpacking libboost-signals-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:56 Selecting previously unselected package libboost-system-dev:amd64. 22:05:56 Preparing to unpack .../libboost-system-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:56 Unpacking libboost-system-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:56 Selecting previously unselected package libboost-test-dev:amd64. 22:05:56 Preparing to unpack .../libboost-test-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:56 Unpacking libboost-test-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:56 Selecting previously unselected package libboost-thread-dev:amd64. 22:05:56 Preparing to unpack .../libboost-thread-dev_1.58.0.1ubuntu1_amd64.deb ... 22:05:56 Unpacking libboost-thread-dev:amd64 (1.58.0.1ubuntu1) ... 22:05:56 Selecting previously unselected package libboost-timer1.58.0:amd64. 22:05:56 Preparing to unpack .../libboost-timer1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:56 Unpacking libboost-timer1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:05:58 Selecting previously unselected package libboost-timer1.58-dev:amd64. 22:05:58 Preparing to unpack .../libboost-timer1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:05:59 Unpacking libboost-timer1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:00 Selecting previously unselected package libboost-timer-dev:amd64. 22:06:00 Preparing to unpack .../libboost-timer-dev_1.58.0.1ubuntu1_amd64.deb ... 22:06:00 Unpacking libboost-timer-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:02 Selecting previously unselected package libboost-wave1.58.0:amd64. 22:06:02 Preparing to unpack .../libboost-wave1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:06:02 Unpacking libboost-wave1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:03 Selecting previously unselected package libboost-wave1.58-dev:amd64. 22:06:03 Preparing to unpack .../libboost-wave1.58-dev_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... 22:06:03 Unpacking libboost-wave1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:03 Selecting previously unselected package libboost-wave-dev:amd64. 22:06:03 Preparing to unpack .../libboost-wave-dev_1.58.0.1ubuntu1_amd64.deb ... 22:06:03 Unpacking libboost-wave-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:03 Selecting previously unselected package libboost-all-dev. 22:06:03 Preparing to unpack .../libboost-all-dev_1.58.0.1ubuntu1_amd64.deb ... 22:06:03 Unpacking libboost-all-dev (1.58.0.1ubuntu1) ... 22:06:03 Selecting previously unselected package liblog4cxx10v5:amd64. 22:06:03 Preparing to unpack .../liblog4cxx10v5_0.10.0-10ubuntu1_amd64.deb ... 22:06:03 Unpacking liblog4cxx10v5:amd64 (0.10.0-10ubuntu1) ... 22:06:10 Selecting previously unselected package liblog4cxx-dev. 22:06:10 Preparing to unpack .../liblog4cxx-dev_0.10.0-10ubuntu1_amd64.deb ... 22:06:10 Unpacking liblog4cxx-dev (0.10.0-10ubuntu1) ... 22:06:11 Selecting previously unselected package liblog4cxx10-dev. 22:06:11 Preparing to unpack .../liblog4cxx10-dev_0.10.0-10ubuntu1_amd64.deb ... 22:06:11 Unpacking liblog4cxx10-dev (0.10.0-10ubuntu1) ... 22:06:12 Selecting previously unselected package libpciaccess0:amd64. 22:06:12 Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... 22:06:12 Unpacking libpciaccess0:amd64 (0.13.4-1) ... 22:06:13 Selecting previously unselected package libtool. 22:06:13 Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... 22:06:13 Unpacking libtool (2.4.6-0.1) ... 22:06:13 Selecting previously unselected package pkg-config. 22:06:13 Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... 22:06:13 Unpacking pkg-config (0.29.1-0ubuntu1) ... 22:06:13 Selecting previously unselected package python-yaml. 22:06:13 Preparing to unpack .../python-yaml_3.11-3build1_amd64.deb ... 22:06:14 Unpacking python-yaml (3.11-3build1) ... 22:06:14 Selecting previously unselected package libconsole-bridge0.2v5:amd64. 22:06:14 Preparing to unpack .../libconsole-bridge0.2v5_0.3.2-1_amd64.deb ... 22:06:14 Unpacking libconsole-bridge0.2v5:amd64 (0.3.2-1) ... 22:06:14 Selecting previously unselected package libconsole-bridge-dev:amd64. 22:06:14 Preparing to unpack .../libconsole-bridge-dev_0.3.2-1_amd64.deb ... 22:06:14 Unpacking libconsole-bridge-dev:amd64 (0.3.2-1) ... 22:06:14 Selecting previously unselected package ocl-icd-libopencl1:amd64. 22:06:14 Preparing to unpack .../ocl-icd-libopencl1_2.2.8-1_amd64.deb ... 22:06:14 Unpacking ocl-icd-libopencl1:amd64 (2.2.8-1) ... 22:06:14 Selecting previously unselected package libhwloc-plugins. 22:06:14 Preparing to unpack .../libhwloc-plugins_1.11.2-3_amd64.deb ... 22:06:14 Unpacking libhwloc-plugins (1.11.2-3) ... 22:06:14 Selecting previously unselected package ros-kinetic-cpp-common. 22:06:14 Preparing to unpack .../ros-kinetic-cpp-common_0.6.11-0xenial-20180824-081824-0800_amd64.deb ... 22:06:14 Unpacking ros-kinetic-cpp-common (0.6.11-0xenial-20180824-081824-0800) ... 22:06:15 Selecting previously unselected package ros-kinetic-genmsg. 22:06:15 Preparing to unpack .../ros-kinetic-genmsg_0.5.11-0xenial-20180824-080325-0800_amd64.deb ... 22:06:15 Unpacking ros-kinetic-genmsg (0.5.11-0xenial-20180824-080325-0800) ... 22:06:15 Selecting previously unselected package ros-kinetic-gencpp. 22:06:15 Preparing to unpack .../ros-kinetic-gencpp_0.6.0-0xenial-20180824-081412-0800_amd64.deb ... 22:06:15 Unpacking ros-kinetic-gencpp (0.6.0-0xenial-20180824-081412-0800) ... 22:06:15 Selecting previously unselected package ros-kinetic-geneus. 22:06:15 Preparing to unpack .../ros-kinetic-geneus_2.2.6-0xenial-20180824-081429-0800_amd64.deb ... 22:06:15 Unpacking ros-kinetic-geneus (2.2.6-0xenial-20180824-081429-0800) ... 22:06:15 Selecting previously unselected package ros-kinetic-genlisp. 22:06:15 Preparing to unpack .../ros-kinetic-genlisp_0.4.16-0xenial-20180824-081624-0800_amd64.deb ... 22:06:15 Unpacking ros-kinetic-genlisp (0.4.16-0xenial-20180824-081624-0800) ... 22:06:15 Selecting previously unselected package ros-kinetic-gennodejs. 22:06:15 Preparing to unpack .../ros-kinetic-gennodejs_2.0.1-0xenial-20180824-081715-0800_amd64.deb ... 22:06:15 Unpacking ros-kinetic-gennodejs (2.0.1-0xenial-20180824-081715-0800) ... 22:06:17 Selecting previously unselected package ros-kinetic-genpy. 22:06:17 Preparing to unpack .../ros-kinetic-genpy_0.6.7-0xenial-20180824-081724-0800_amd64.deb ... 22:06:18 Unpacking ros-kinetic-genpy (0.6.7-0xenial-20180824-081724-0800) ... 22:06:19 Selecting previously unselected package ros-kinetic-message-generation. 22:06:19 Preparing to unpack .../ros-kinetic-message-generation_0.4.0-0xenial-20180824-081816-0800_amd64.deb ... 22:06:19 Unpacking ros-kinetic-message-generation (0.4.0-0xenial-20180824-081816-0800) ... 22:06:19 Selecting previously unselected package ros-kinetic-rostime. 22:06:19 Preparing to unpack .../ros-kinetic-rostime_0.6.11-0xenial-20180824-082916-0800_amd64.deb ... 22:06:19 Unpacking ros-kinetic-rostime (0.6.11-0xenial-20180824-082916-0800) ... 22:06:19 Selecting previously unselected package ros-kinetic-roscpp-traits. 22:06:19 Preparing to unpack .../ros-kinetic-roscpp-traits_0.6.11-0xenial-20180824-083319-0800_amd64.deb ... 22:06:19 Unpacking ros-kinetic-roscpp-traits (0.6.11-0xenial-20180824-083319-0800) ... 22:06:20 Selecting previously unselected package ros-kinetic-roscpp-serialization. 22:06:20 Preparing to unpack .../ros-kinetic-roscpp-serialization_0.6.11-0xenial-20180824-083414-0800_amd64.deb ... 22:06:20 Unpacking ros-kinetic-roscpp-serialization (0.6.11-0xenial-20180824-083414-0800) ... 22:06:20 Selecting previously unselected package ros-kinetic-message-runtime. 22:06:20 Preparing to unpack .../ros-kinetic-message-runtime_0.4.12-0xenial-20180824-083918-0800_amd64.deb ... 22:06:20 Unpacking ros-kinetic-message-runtime (0.4.12-0xenial-20180824-083918-0800) ... 22:06:20 Selecting previously unselected package ros-kinetic-rosbuild. 22:06:20 Preparing to unpack .../ros-kinetic-rosbuild_1.14.4-0xenial-20180824-084011-0800_amd64.deb ... 22:06:20 Unpacking ros-kinetic-rosbuild (1.14.4-0xenial-20180824-084011-0800) ... 22:06:20 Selecting previously unselected package ros-kinetic-rosconsole. 22:06:20 Preparing to unpack .../ros-kinetic-rosconsole_1.12.14-0xenial-20180824-085351-0800_amd64.deb ... 22:06:20 Unpacking ros-kinetic-rosconsole (1.12.14-0xenial-20180824-085351-0800) ... 22:06:20 Selecting previously unselected package ros-kinetic-std-msgs. 22:06:20 Preparing to unpack .../ros-kinetic-std-msgs_0.5.11-0xenial-20180824-085549-0800_amd64.deb ... 22:06:20 Unpacking ros-kinetic-std-msgs (0.5.11-0xenial-20180824-085549-0800) ... 22:06:21 Selecting previously unselected package ros-kinetic-rosgraph-msgs. 22:06:21 Preparing to unpack .../ros-kinetic-rosgraph-msgs_1.11.2-0xenial-20180824-085730-0800_amd64.deb ... 22:06:21 Unpacking ros-kinetic-rosgraph-msgs (1.11.2-0xenial-20180824-085730-0800) ... 22:06:21 Selecting previously unselected package ros-kinetic-xmlrpcpp. 22:06:21 Preparing to unpack .../ros-kinetic-xmlrpcpp_1.12.14-0xenial-20180824-083404-0800_amd64.deb ... 22:06:21 Unpacking ros-kinetic-xmlrpcpp (1.12.14-0xenial-20180824-083404-0800) ... 22:06:21 Selecting previously unselected package ros-kinetic-roscpp. 22:06:21 Preparing to unpack .../ros-kinetic-roscpp_1.12.14-0xenial-20180824-091453-0800_amd64.deb ... 22:06:21 Unpacking ros-kinetic-roscpp (1.12.14-0xenial-20180824-091453-0800) ... 22:06:21 Processing triggers for libc-bin (2.23-0ubuntu10) ... 22:06:21 Processing triggers for man-db (2.7.5-1) ... 22:06:26 Setting up libyaml-0-2:amd64 (0.1.6-3) ... 22:06:26 Setting up libnuma1:amd64 (2.0.11-1ubuntu1.1) ... 22:06:26 Setting up icu-devtools (55.1-7ubuntu0.4) ... 22:06:26 Setting up libapr1:amd64 (1.5.2-3) ... 22:06:26 Setting up uuid-dev:amd64 (2.27.1-6ubuntu3.6) ... 22:06:26 Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... 22:06:26 Setting up libsctp-dev (1.0.16+dfsg-3) ... 22:06:26 Setting up libapr1-dev (1.5.2-3) ... 22:06:27 Setting up libaprutil1:amd64 (1.5.4-1build1) ... 22:06:27 Setting up libldap2-dev:amd64 (2.4.42+dfsg-2ubuntu3.3) ... 22:06:27 Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... 22:06:27 Setting up libaprutil1-dev (1.5.4-1build1) ... 22:06:27 Setting up libboost1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:27 Setting up libboost-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:27 Setting up libboost1.58-tools-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:06:27 Setting up libboost-tools-dev (1.58.0.1ubuntu1) ... 22:06:27 Setting up libboost-atomic1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:27 Setting up libboost-atomic1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:27 Setting up libboost-atomic-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:27 Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:27 Setting up libboost-chrono1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:27 Setting up libboost-chrono1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:27 Setting up libboost-chrono-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:27 Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:27 Setting up libboost-context1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:27 Setting up libboost-context1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:27 Setting up libboost-context-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:27 Setting up libboost-coroutine1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-coroutine1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-coroutine-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:28 Setting up libboost-date-time1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-serialization1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-serialization1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-date-time1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-date-time-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:28 Setting up libboost-exception1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-exception-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:28 Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-system1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-filesystem1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-filesystem-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:28 Setting up libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-graph1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-test1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-test1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-graph1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-graph-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:28 Setting up libltdl7:amd64 (2.4.6-0.1) ... 22:06:28 Setting up libhwloc5:amd64 (1.11.2-3) ... 22:06:28 Setting up libibverbs1 (1.1.8-1.1ubuntu2) ... 22:06:28 Setting up libopenmpi1.10 (1.10.2-8ubuntu1) ... 22:06:28 Setting up libboost-mpi1.58.0 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-graph-parallel1.58.0 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-graph-parallel1.58-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:06:28 Setting up libboost-graph-parallel-dev (1.58.0.1ubuntu1) ... 22:06:29 Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... 22:06:29 Setting up libboost-regex1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:29 Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:29 Setting up libboost-iostreams1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:29 Setting up libboost-iostreams-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:29 Setting up libboost-locale1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:29 Setting up libboost-locale1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:29 Setting up libboost-locale-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:29 Setting up libboost-log1.58.0 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:29 Setting up libboost-thread1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:29 Setting up libboost-log1.58-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:06:29 Setting up libboost-log-dev (1.58.0.1ubuntu1) ... 22:06:29 Setting up libboost-math1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:29 Setting up libboost-math1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:29 Setting up libboost-math-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:29 Setting up openmpi-common (1.10.2-8ubuntu1) ... 22:06:29 Setting up libibverbs-dev (1.1.8-1.1ubuntu2) ... 22:06:29 Setting up libnuma-dev:amd64 (2.0.11-1ubuntu1.1) ... 22:06:29 Setting up libltdl-dev:amd64 (2.4.6-0.1) ... 22:06:29 Setting up libhwloc-dev:amd64 (1.11.2-3) ... 22:06:29 Setting up libopenmpi-dev (1.10.2-8ubuntu1) ... 22:06:29 update-alternatives: using /usr/lib/openmpi/include to provide /usr/include/mpi (mpi) in auto mode 22:06:30 Setting up mpi-default-dev (1.4) ... 22:06:30 Setting up libboost-mpi1.58-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:06:30 Setting up libboost-mpi-dev (1.58.0.1ubuntu1) ... 22:06:30 Setting up libboost-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:30 Setting up openmpi-bin (1.10.2-8ubuntu1) ... 22:06:30 update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode 22:06:30 Setting up mpi-default-bin (1.4) ... 22:06:30 Setting up libboost-mpi-python1.58.0 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:30 Setting up libboost-mpi-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:06:31 Setting up libboost-mpi-python-dev (1.58.0.1ubuntu1) ... 22:06:31 Setting up libboost-program-options1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:31 Setting up libboost-program-options1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:31 Setting up libboost-program-options-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:31 Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... 22:06:31 Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... 22:06:31 Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... 22:06:31 Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... 22:06:31 Setting up python-dev (2.7.12-1~16.04) ... 22:06:31 Setting up libboost-python1.58-dev (1.58.0+dfsg-5ubuntu3.1) ... 22:06:32 Setting up libboost-python-dev (1.58.0.1ubuntu1) ... 22:06:32 Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:32 Setting up libboost-random1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:32 Setting up libboost-random-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:32 Setting up libboost-regex-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:32 Setting up libboost-serialization-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:32 Setting up libboost-signals1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:32 Setting up libboost-signals1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:32 Setting up libboost-signals-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:32 Setting up libboost-system-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:32 Setting up libboost-test-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:32 Setting up libboost-thread-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:32 Setting up libboost-timer1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:32 Setting up libboost-timer1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:32 Setting up libboost-timer-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:32 Setting up libboost-wave1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:32 Setting up libboost-wave1.58-dev:amd64 (1.58.0+dfsg-5ubuntu3.1) ... 22:06:32 Setting up libboost-wave-dev:amd64 (1.58.0.1ubuntu1) ... 22:06:32 Setting up libboost-all-dev (1.58.0.1ubuntu1) ... 22:06:32 Setting up liblog4cxx10v5:amd64 (0.10.0-10ubuntu1) ... 22:06:32 Setting up liblog4cxx-dev (0.10.0-10ubuntu1) ... 22:06:32 Setting up liblog4cxx10-dev (0.10.0-10ubuntu1) ... 22:06:32 Setting up libpciaccess0:amd64 (0.13.4-1) ... 22:06:33 Setting up libtool (2.4.6-0.1) ... 22:06:33 Setting up pkg-config (0.29.1-0ubuntu1) ... 22:06:33 Setting up python-yaml (3.11-3build1) ... 22:06:33 Setting up libconsole-bridge0.2v5:amd64 (0.3.2-1) ... 22:06:33 Setting up libconsole-bridge-dev:amd64 (0.3.2-1) ... 22:06:33 Setting up ocl-icd-libopencl1:amd64 (2.2.8-1) ... 22:06:33 Setting up libhwloc-plugins (1.11.2-3) ... 22:06:34 Setting up ros-kinetic-cpp-common (0.6.11-0xenial-20180824-081824-0800) ... 22:06:34 Setting up ros-kinetic-genmsg (0.5.11-0xenial-20180824-080325-0800) ... 22:06:34 Setting up ros-kinetic-gencpp (0.6.0-0xenial-20180824-081412-0800) ... 22:06:34 Setting up ros-kinetic-geneus (2.2.6-0xenial-20180824-081429-0800) ... 22:06:34 Setting up ros-kinetic-genlisp (0.4.16-0xenial-20180824-081624-0800) ... 22:06:34 Setting up ros-kinetic-gennodejs (2.0.1-0xenial-20180824-081715-0800) ... 22:06:34 Setting up ros-kinetic-genpy (0.6.7-0xenial-20180824-081724-0800) ... 22:06:34 Setting up ros-kinetic-message-generation (0.4.0-0xenial-20180824-081816-0800) ... 22:06:34 Setting up ros-kinetic-rostime (0.6.11-0xenial-20180824-082916-0800) ... 22:06:34 Setting up ros-kinetic-roscpp-traits (0.6.11-0xenial-20180824-083319-0800) ... 22:06:34 Setting up ros-kinetic-roscpp-serialization (0.6.11-0xenial-20180824-083414-0800) ... 22:06:34 Setting up ros-kinetic-message-runtime (0.4.12-0xenial-20180824-083918-0800) ... 22:06:34 Setting up ros-kinetic-rosbuild (1.14.4-0xenial-20180824-084011-0800) ... 22:06:34 Setting up ros-kinetic-rosconsole (1.12.14-0xenial-20180824-085351-0800) ... 22:06:34 Setting up ros-kinetic-std-msgs (0.5.11-0xenial-20180824-085549-0800) ... 22:06:34 Setting up ros-kinetic-rosgraph-msgs (1.11.2-0xenial-20180824-085730-0800) ... 22:06:34 Setting up ros-kinetic-xmlrpcpp (1.12.14-0xenial-20180824-083404-0800) ... 22:06:34 Setting up ros-kinetic-roscpp (1.12.14-0xenial-20180824-091453-0800) ... 22:06:34 Processing triggers for libc-bin (2.23-0ubuntu10) ... 22:06:35 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:06:35 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:06:35 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:06:35 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:06:35 Invoking 'apt-get clean' 22:07:04 ---> 879d9d080722 22:07:05 Removing intermediate container a7e92e265454 22:07:05 Step 26 : RUN echo "ros-kinetic-sensor-msgs: 1.12.6-0xenial-20180824-104202-0800" && echo "ros-kinetic-tf: 1.11.9-0xenial-20180824-131716-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-sensor-msgs ros-kinetic-tf 22:07:06 ---> Running in de50738d2937 22:07:06 ros-kinetic-sensor-msgs: 1.12.6-0xenial-20180824-104202-0800 22:07:06 ros-kinetic-tf: 1.11.9-0xenial-20180824-131716-0800 22:07:06 Invoking 'apt-get update' 22:07:06 Get:1 http://10.210.9.154/ubuntu/building xenial InRelease [2,856 B] 22:07:06 Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease 22:07:06 Hit:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease 22:07:06 Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] 22:07:06 Hit:5 http://archive.ubuntu.com/ubuntu xenial-security InRelease 22:07:06 Hit:6 http://security.ubuntu.com/ubuntu xenial-security InRelease 22:07:06 Hit:7 http://packages.ros.org/ros/ubuntu xenial InRelease 22:07:07 Get:8 http://10.210.9.154/ubuntu/building xenial/main amd64 Packages [146 kB] 22:07:08 Fetched 256 kB in 1s (199 kB/s) 22:07:09 Reading package lists... 22:07:09 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:07:09 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:07:09 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:07:09 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:07:09 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) 22:07:09 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:07:09 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:07:09 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:07:09 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:07:09 Invoking 'apt-get install -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-sensor-msgs ros-kinetic-tf' 22:07:11 Reading package lists... 22:07:11 Building dependency tree... 22:07:11 Reading state information... 22:07:11 Starting pkgProblemResolver with broken count: 0 22:07:11 Starting 2 pkgProblemResolver with broken count: 0 22:07:11 Done 22:07:12 The following additional packages will be installed: 22:07:12 acl adwaita-icon-theme at-spi2-core bzip2-doc colord colord-data dbus 22:07:12 dconf-gsettings-backend dconf-service distro-info-data fontconfig 22:07:12 fontconfig-config fonts-dejavu-core fonts-liberation glib-networking 22:07:12 glib-networking-common glib-networking-services graphviz 22:07:12 gsettings-desktop-schemas hicolor-icon-theme humanity-icon-theme 22:07:12 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 22:07:12 libavahi-common-data libavahi-common3 libblas-common libblas3 libbsd0 22:07:12 libbz2-dev libcairo-gobject2 libcairo2 libcap-ng0 libcapnp-0.5.3 libcdt5 22:07:12 libcgraph6 libcolord2 libcolorhug2 libcups2 libdatrie1 libdbus-1-3 libdconf1 22:07:12 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 22:07:12 libdrm2 libedit2 libegl1-mesa libelf1 libepoxy0 libexif12 libfontconfig1 22:07:12 libgbm1 libgd3 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgfortran3 22:07:12 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgphoto2-6 libgphoto2-l10n 22:07:12 libgphoto2-port12 libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common 22:07:12 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgudev-1.0-0 libgusb2 libgvc6 22:07:12 libgvpr2 libharfbuzz0b libice6 libieee1284-3 libjson-glib-1.0-0 22:07:12 libjson-glib-1.0-common liblapack3 libllvm6.0 liblz4-dev libmirclient9 22:07:12 libmircommon7 libmircore1 libmirprotobuf3 libnotify4 libpam-systemd 22:07:12 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 22:07:12 libpixman-1-0 libpolkit-agent-1-0 libpolkit-backend-1-0 22:07:12 libpolkit-gobject-1-0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0 22:07:12 librsvg2-2 librsvg2-common libsane libsane-common libsensors4 libsm6 22:07:12 libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtinyxml-dev 22:07:12 libtinyxml2.6.2v5 libtxc-dxtn-s2tc0 libusb-1.0-0 libvpx3 libwayland-client0 22:07:12 libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libwxbase3.0-0v5 22:07:12 libwxgtk3.0-0v5 libx11-6 libx11-data libx11-xcb1 libxau6 libxaw7 22:07:12 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 22:07:12 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1 libxcomposite1 libxcursor1 22:07:12 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon0 22:07:12 libxmu6 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxt6 libxtst6 22:07:12 libxxf86vm1 lsb-release notification-daemon policykit-1 python-crypto 22:07:12 python-defusedxml python-ecdsa python-netifaces python-numpy python-paramiko 22:07:12 python-rosdep python-rosdistro python-rosdistro-modules python-rospkg 22:07:12 python-rospkg-modules python-setuptools python-wxgtk3.0 python-wxtools 22:07:12 python-wxversion ros-kinetic-actionlib ros-kinetic-actionlib-msgs 22:07:12 ros-kinetic-geometry-msgs ros-kinetic-message-filters 22:07:12 ros-kinetic-ros-environment ros-kinetic-rosbag ros-kinetic-rosbag-storage 22:07:12 ros-kinetic-rosclean ros-kinetic-rosgraph ros-kinetic-roslaunch 22:07:12 ros-kinetic-roslib ros-kinetic-roslz4 ros-kinetic-rosmaster 22:07:12 ros-kinetic-rosmsg ros-kinetic-rosnode ros-kinetic-rosout 22:07:12 ros-kinetic-rospack ros-kinetic-rosparam ros-kinetic-rospy 22:07:12 ros-kinetic-rosservice ros-kinetic-rostest ros-kinetic-rostopic 22:07:12 ros-kinetic-rosunit ros-kinetic-roswtf ros-kinetic-std-srvs ros-kinetic-tf2 22:07:12 ros-kinetic-tf2-msgs ros-kinetic-tf2-py ros-kinetic-tf2-ros 22:07:12 ros-kinetic-topic-tools ubuntu-mono x11-common xkb-data 22:07:12 Suggested packages: 22:07:12 colord-sensor-argyll dbus-user-session | dbus-x11 gsfonts graphviz-doc 22:07:12 cups-common libgd-tools gphoto2 gvfs librsvg2-bin avahi-daemon hplip 22:07:12 libsane-extras sane-utils lm-sensors libtinyxml-doc lsb python-crypto-dbg 22:07:12 python-crypto-doc gfortran python-numpy-dbg python-numpy-doc 22:07:12 python-setuptools-doc 22:07:12 The following NEW packages will be installed: 22:07:12 acl adwaita-icon-theme at-spi2-core bzip2-doc colord colord-data dbus 22:07:12 dconf-gsettings-backend dconf-service distro-info-data fontconfig 22:07:12 fontconfig-config fonts-dejavu-core fonts-liberation glib-networking 22:07:12 glib-networking-common glib-networking-services graphviz 22:07:12 gsettings-desktop-schemas hicolor-icon-theme humanity-icon-theme 22:07:12 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 22:07:12 libavahi-common-data libavahi-common3 libblas-common libblas3 libbsd0 22:07:12 libbz2-dev libcairo-gobject2 libcairo2 libcap-ng0 libcapnp-0.5.3 libcdt5 22:07:12 libcgraph6 libcolord2 libcolorhug2 libcups2 libdatrie1 libdbus-1-3 libdconf1 22:07:12 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 22:07:12 libdrm2 libedit2 libegl1-mesa libelf1 libepoxy0 libexif12 libfontconfig1 22:07:12 libgbm1 libgd3 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgfortran3 22:07:12 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgphoto2-6 libgphoto2-l10n 22:07:12 libgphoto2-port12 libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common 22:07:12 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgudev-1.0-0 libgusb2 libgvc6 22:07:12 libgvpr2 libharfbuzz0b libice6 libieee1284-3 libjson-glib-1.0-0 22:07:12 libjson-glib-1.0-common liblapack3 libllvm6.0 liblz4-dev libmirclient9 22:07:12 libmircommon7 libmircore1 libmirprotobuf3 libnotify4 libpam-systemd 22:07:12 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 22:07:12 libpixman-1-0 libpolkit-agent-1-0 libpolkit-backend-1-0 22:07:12 libpolkit-gobject-1-0 libprotobuf-lite9v5 libproxy1v5 librest-0.7-0 22:07:12 librsvg2-2 librsvg2-common libsane libsane-common libsensors4 libsm6 22:07:12 libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtinyxml-dev 22:07:12 libtinyxml2.6.2v5 libtxc-dxtn-s2tc0 libusb-1.0-0 libvpx3 libwayland-client0 22:07:12 libwayland-cursor0 libwayland-egl1-mesa libwayland-server0 libwxbase3.0-0v5 22:07:12 libwxgtk3.0-0v5 libx11-6 libx11-data libx11-xcb1 libxau6 libxaw7 22:07:12 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 22:07:12 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb1 libxcomposite1 libxcursor1 22:07:12 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 libxinerama1 libxkbcommon0 22:07:12 libxmu6 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxt6 libxtst6 22:07:12 libxxf86vm1 lsb-release notification-daemon policykit-1 python-crypto 22:07:12 python-defusedxml python-ecdsa python-netifaces python-numpy python-paramiko 22:07:12 python-rosdep python-rosdistro python-rosdistro-modules python-rospkg 22:07:12 python-rospkg-modules python-setuptools python-wxgtk3.0 python-wxtools 22:07:12 python-wxversion ros-kinetic-actionlib ros-kinetic-actionlib-msgs 22:07:12 ros-kinetic-geometry-msgs ros-kinetic-message-filters 22:07:12 ros-kinetic-ros-environment ros-kinetic-rosbag ros-kinetic-rosbag-storage 22:07:12 ros-kinetic-rosclean ros-kinetic-rosgraph ros-kinetic-roslaunch 22:07:12 ros-kinetic-roslib ros-kinetic-roslz4 ros-kinetic-rosmaster 22:07:12 ros-kinetic-rosmsg ros-kinetic-rosnode ros-kinetic-rosout 22:07:12 ros-kinetic-rospack ros-kinetic-rosparam ros-kinetic-rospy 22:07:12 ros-kinetic-rosservice ros-kinetic-rostest ros-kinetic-rostopic 22:07:12 ros-kinetic-rosunit ros-kinetic-roswtf ros-kinetic-sensor-msgs 22:07:12 ros-kinetic-std-srvs ros-kinetic-tf ros-kinetic-tf2 ros-kinetic-tf2-msgs 22:07:12 ros-kinetic-tf2-py ros-kinetic-tf2-ros ros-kinetic-topic-tools ubuntu-mono 22:07:12 x11-common xkb-data 22:07:12 0 upgraded, 208 newly installed, 0 to remove and 1 not upgraded. 22:07:12 Need to get 64.1 MB of archives. 22:07:12 After this operation, 417 MB of additional disk space will be used. 22:07:12 Get:1 http://10.210.9.154/ubuntu/building xenial/main amd64 python-rospkg-modules all 1.1.7-1 [23.4 kB] 22:07:12 Get:2 http://10.210.9.154/ubuntu/building xenial/main amd64 python-rospkg all 1.1.7-100 [2,102 B] 22:07:12 Get:3 http://10.210.9.154/ubuntu/building xenial/main amd64 python-rosdistro-modules all 0.6.9-1 [30.5 kB] 22:07:12 Get:4 http://10.210.9.154/ubuntu/building xenial/main amd64 python-rosdistro all 0.6.9-100 [6,208 B] 22:07:12 Get:5 http://10.210.9.154/ubuntu/building xenial/main amd64 python-rosdep all 0.12.2-1 [46.7 kB] 22:07:12 Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxau6 amd64 1:1.0.8-1 [8,376 B] 22:07:12 Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp6 amd64 1:1.1.2-1.1 [11.0 kB] 22:07:12 Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1 amd64 1.11.1-1ubuntu1 [40.0 kB] 22:07:12 Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-data all 2:1.6.3-1ubuntu2.1 [113 kB] 22:07:12 Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2.1 [570 kB] 22:07:12 Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 22:07:13 Get:12 http://archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1,039 kB] 22:07:13 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB] 22:07:13 Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB] 22:07:13 Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 [178 kB] 22:07:13 Get:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 libexif12 amd64 0.6.21-2 [77.6 kB] 22:07:13 Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] 22:07:13 Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 [39.2 kB] 22:07:13 Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libieee1284-3 amd64 0.2.11-12 [23.8 kB] 22:07:13 Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-common all 2.32.2-1ubuntu1.5 [10.3 kB] 22:07:13 Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.32.2-1ubuntu1.5 [159 kB] 22:07:13 Get:22 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnotify4 amd64 0.7.6-2svn1 [17.2 kB] 22:07:13 Get:23 http://archive.ubuntu.com/ubuntu xenial/main amd64 libproxy1v5 amd64 0.4.11-5ubuntu1 [48.6 kB] 22:07:13 Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-common all 2.48.2-1~ubuntu16.04.1 [10.9 kB] 22:07:13 Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-services amd64 2.48.2-1~ubuntu16.04.1 [16.0 kB] 22:07:13 Get:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdconf1 amd64 0.24.0-2 [31.4 kB] 22:07:13 Get:27 http://archive.ubuntu.com/ubuntu xenial/main amd64 dconf-service amd64 0.24.0-2 [27.1 kB] 22:07:13 Get:28 http://archive.ubuntu.com/ubuntu xenial/main amd64 dconf-gsettings-backend amd64 0.24.0-2 [19.4 kB] 22:07:13 Get:29 http://archive.ubuntu.com/ubuntu xenial/main amd64 gsettings-desktop-schemas all 3.18.1-1ubuntu1 [25.9 kB] 22:07:13 Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking amd64 2.48.2-1~ubuntu16.04.1 [43.7 kB] 22:07:13 Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup2.4-1 amd64 2.52.2-1ubuntu0.3 [270 kB] 22:07:13 Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsoup-gnome2.4-1 amd64 2.52.2-1ubuntu0.3 [4,986 B] 22:07:13 Get:33 http://archive.ubuntu.com/ubuntu xenial/main amd64 librest-0.7-0 amd64 0.7.93-1 [31.9 kB] 22:07:13 Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane-common all 1.0.25+git20150528-1ubuntu2.16.04.1 [710 kB] 22:07:13 Get:35 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-actionlib-msgs amd64 1.12.6-0xenial-20180824-091950-0800 [26.0 kB] 22:07:13 Get:36 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] 22:07:13 Get:37 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcomposite1 amd64 1:0.4.4-1 [7,714 B] 22:07:13 Get:38 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdamage1 amd64 1:1.1.4-2 [6,946 B] 22:07:13 Get:39 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxfixes3 amd64 1:5.0.1-2 [11.1 kB] 22:07:13 Get:40 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama1 amd64 2:1.1.3-1 [7,908 B] 22:07:13 Get:41 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence1 amd64 1.2-1 [5,042 B] 22:07:13 Get:42 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxtst6 amd64 2:1.2.2-1 [14.1 kB] 22:07:13 Get:43 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB] 22:07:13 Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] 22:07:13 Get:45 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 distro-info-data all 0.28ubuntu0.8 [4,502 B] 22:07:13 Get:46 http://archive.ubuntu.com/ubuntu xenial/main amd64 libbsd0 amd64 0.8.2-1 [41.7 kB] 22:07:13 Get:47 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lsb-release all 9.20160110ubuntu0.2 [11.8 kB] 22:07:13 Get:48 http://archive.ubuntu.com/ubuntu xenial/main amd64 xkb-data all 2.16-1ubuntu1 [305 kB] 22:07:13 Get:49 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcap-ng0 amd64 0.7.7-1 [10.9 kB] 22:07:13 Get:50 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-3 amd64 1.10.6-1ubuntu3.3 [161 kB] 22:07:13 Get:51 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dbus amd64 1.10.6-1ubuntu3.3 [142 kB] 22:07:13 Get:52 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-common all 2.4.91-2~16.04.1 [4,764 B] 22:07:13 Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm2 amd64 2.4.91-2~16.04.1 [30.8 kB] 22:07:13 Get:54 http://archive.ubuntu.com/ubuntu xenial/main amd64 libedit2 amd64 3.1-20150325-1ubuntu2 [76.5 kB] 22:07:13 Get:55 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libelf1 amd64 0.165-3ubuntu1.1 [43.0 kB] 22:07:13 Get:56 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-systemd amd64 229-4ubuntu21.4 [115 kB] 22:07:13 Get:57 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpolkit-gobject-1-0 amd64 0.105-14.1ubuntu0.1 [36.6 kB] 22:07:13 Get:58 http://archive.ubuntu.com/ubuntu xenial/main amd64 libusb-1.0-0 amd64 2:1.0.20-1 [42.9 kB] 22:07:13 Get:59 http://archive.ubuntu.com/ubuntu xenial/main amd64 acl amd64 2.2.52-3 [38.0 kB] 22:07:13 Get:60 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 hicolor-icon-theme all 0.15-0ubuntu1.1 [7,698 B] 22:07:13 Get:61 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-0 amd64 0.33.6-1 [231 kB] 22:07:13 Get:62 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0 amd64 1.11.1-1ubuntu1 [11.4 kB] 22:07:13 Get:63 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0 amd64 1.11.1-1ubuntu1 [5,588 B] 22:07:13 Get:64 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxrender1 amd64 1:0.9.9-0ubuntu1 [18.5 kB] 22:07:13 Get:65 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2 amd64 1.14.6-1 [555 kB] 22:07:13 Get:66 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-common all 3.18.9-1ubuntu3.3 [206 kB] 22:07:13 Get:67 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-data all 2.18.0-1 [17.1 kB] 22:07:13 Get:68 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-0 amd64 2.18.0-1 [56.9 kB] 22:07:13 Get:69 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatspi2.0-0 amd64 2.18.3-4ubuntu1 [57.4 kB] 22:07:13 Get:70 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatk-bridge2.0-0 amd64 2.18.1-2ubuntu1 [52.8 kB] 22:07:13 Get:71 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcairo-gobject2 amd64 1.14.6-1 [17.3 kB] 22:07:13 Get:72 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcolord2 amd64 1.2.12-1ubuntu1 [104 kB] 22:07:13 Get:73 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common-data amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.5 kB] 22:07:13 Get:74 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-common3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [21.6 kB] 22:07:13 Get:75 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libavahi-client3 amd64 0.6.32~rc+dfsg-1ubuntu2.2 [25.2 kB] 22:07:13 Get:76 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 [197 kB] 22:07:13 Get:77 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy0 amd64 1.3.1-1ubuntu0.16.04.2 [177 kB] 22:07:13 Get:78 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-common all 1.1.2-0ubuntu1 [6,172 B] 22:07:13 Get:79 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-0 amd64 1.1.2-0ubuntu1 [60.3 kB] 22:07:13 Get:80 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcapnp-0.5.3 amd64 0.5.3-2ubuntu1.1 [580 kB] 22:07:13 Get:81 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore1 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [24.4 kB] 22:07:13 Get:82 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [89.7 kB] 22:07:13 Get:83 http://archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-lite9v5 amd64 2.6.1-1.3 [58.4 kB] 22:07:13 Get:84 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirprotobuf3 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [120 kB] 22:07:13 Get:85 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon0 amd64 0.5.0-1ubuntu2 [97.2 kB] 22:07:13 Get:86 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmirclient9 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [194 kB] 22:07:13 Get:87 http://archive.ubuntu.com/ubuntu xenial/main amd64 libthai-data all 0.1.24-2 [131 kB] 22:07:13 Get:88 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdatrie1 amd64 0.2.10-2 [17.3 kB] 22:07:13 Get:89 http://archive.ubuntu.com/ubuntu xenial/main amd64 libthai0 amd64 0.1.24-2 [17.3 kB] 22:07:13 Get:90 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpango-1.0-0 amd64 1.38.1-1 [148 kB] 22:07:13 Get:91 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgraphite2-3 amd64 1.3.10-0ubuntu0.16.04.1 [71.7 kB] 22:07:13 Get:92 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz0b amd64 1.0.1-1ubuntu0.1 [140 kB] 22:07:13 Get:93 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-ros-environment amd64 1.0.0-0xenial-20180809-133925-0800 [5,106 B] 22:07:13 Get:94 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rospack amd64 2.4.4-0xenial-20180809-135522-0800 [96.7 kB] 22:07:13 Get:95 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpangoft2-1.0-0 amd64 1.38.1-1 [33.3 kB] 22:07:13 Get:96 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpangocairo-1.0-0 amd64 1.38.1-1 [20.5 kB] 22:07:13 Get:97 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-client0 amd64 1.12.0-1~ubuntu16.04.3 [22.5 kB] 22:07:13 Get:98 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-cursor0 amd64 1.12.0-1~ubuntu16.04.3 [10.1 kB] 22:07:13 Get:99 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-server0 amd64 1.12.0-1~ubuntu16.04.3 [28.0 kB] 22:07:13 Get:100 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgbm1 amd64 18.0.5-0ubuntu0~16.04.1 [24.0 kB] 22:07:13 Get:101 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglapi-mesa amd64 18.0.5-0ubuntu0~16.04.1 [23.4 kB] 22:07:13 Get:102 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb1 amd64 2:1.6.3-1ubuntu2.1 [9,044 B] 22:07:13 Get:103 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0 amd64 1.11.1-1ubuntu1 [6,882 B] 22:07:13 Get:104 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-0 amd64 1.11.1-1ubuntu1 [5,218 B] 22:07:13 Get:105 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present0 amd64 1.11.1-1ubuntu1 [5,218 B] 22:07:13 Get:106 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync1 amd64 1.11.1-1ubuntu1 [8,324 B] 22:07:13 Get:107 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0 amd64 1.11.1-1ubuntu1 [8,840 B] 22:07:13 Get:108 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-amdgpu1 amd64 2.4.91-2~16.04.1 [18.9 kB] 22:07:13 Get:109 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-intel1 amd64 2.4.91-2~16.04.1 [59.9 kB] 22:07:13 Get:110 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-nouveau2 amd64 2.4.91-2~16.04.1 [16.3 kB] 22:07:13 Get:111 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-radeon1 amd64 2.4.91-2~16.04.1 [21.5 kB] 22:07:13 Get:112 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2~16.04.1 [14.3 MB] 22:07:13 Get:113 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-roslib amd64 1.14.4-0xenial-20180824-082628-0800 [90.0 kB] 22:07:13 Get:114 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosgraph amd64 1.12.14-0xenial-20180824-082526-0800 [44.5 kB] 22:07:13 Get:115 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rospy amd64 1.12.14-0xenial-20180824-093546-0800 [127 kB] 22:07:14 Get:116 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosclean amd64 1.14.4-0xenial-20180824-082408-0800 [10.0 kB] 22:07:14 Get:117 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosmaster amd64 1.12.14-0xenial-20180824-082836-0800 [39.5 kB] 22:07:14 Get:118 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosout amd64 1.12.14-0xenial-20180824-093510-0800 [30.9 kB] 22:07:14 Get:119 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosparam amd64 1.12.14-0xenial-20180824-082853-0800 [16.7 kB] 22:07:14 Get:120 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosunit amd64 1.14.4-0xenial-20180824-083440-0800 [46.2 kB] 22:07:14 Get:121 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-roslaunch amd64 1.12.14-0xenial-20180824-095418-0800 [130 kB] 22:07:14 Get:122 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rostest amd64 1.12.14-0xenial-20180824-102002-0800 [29.1 kB] 22:07:14 Get:123 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-roslz4 amd64 1.12.14-0xenial-20180824-084411-0800 [15.3 kB] 22:07:14 Get:124 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosbag-storage amd64 1.12.14-0xenial-20180824-085858-0800 [103 kB] 22:07:14 Get:125 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsensors4 amd64 1:3.4.0-2 [28.4 kB] 22:07:14 Get:126 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-std-srvs amd64 1.11.2-0xenial-20180824-085636-0800 [18.1 kB] 22:07:14 Get:127 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-topic-tools amd64 1.12.14-0xenial-20180824-102957-0800 [158 kB] 22:07:14 Get:128 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosbag amd64 1.12.14-0xenial-20180824-103606-0800 [294 kB] 22:07:14 Get:129 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~16.04.1 [6,080 kB] 22:07:14 Get:130 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rostopic amd64 1.12.14-0xenial-20180824-104149-0800 [43.6 kB] 22:07:14 Get:131 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-actionlib amd64 1.11.13-0xenial-20180824-105059-0800 [142 kB] 22:07:14 Get:132 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-geometry-msgs amd64 1.12.6-0xenial-20180824-100440-0800 [66.0 kB] 22:07:14 Get:133 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-message-filters amd64 1.12.14-0xenial-20180824-125219-0800 [32.6 kB] 22:07:14 Get:134 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosmsg amd64 1.12.14-0xenial-20180824-104154-0800 [21.4 kB] 22:07:14 Get:135 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosnode amd64 1.12.14-0xenial-20180824-104806-0800 [19.3 kB] 22:07:14 Get:136 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosservice amd64 1.12.14-0xenial-20180824-104815-0800 [17.9 kB] 22:07:14 Get:137 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-roswtf amd64 1.12.14-0xenial-20180824-105256-0800 [39.9 kB] 22:07:14 Get:138 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-sensor-msgs amd64 1.12.6-0xenial-20180824-104202-0800 [131 kB] 22:07:14 Get:139 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-tf2-msgs amd64 0.5.18-0xenial-20180824-101445-0800 [44.0 kB] 22:07:14 Get:140 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-tf2 amd64 0.5.18-0xenial-20180824-102527-0800 [99.2 kB] 22:07:14 Get:141 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-tf2-py amd64 0.5.18-0xenial-20180824-123846-0800 [45.1 kB] 22:07:14 Get:142 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB] 22:07:14 Get:143 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-tf2-ros amd64 0.5.18-0xenial-20180824-125648-0800 [226 kB] 22:07:14 Get:144 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-tf amd64 1.11.9-0xenial-20180824-131716-0800 [243 kB] 22:07:14 Get:145 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-egl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [5,778 B] 22:07:14 Get:146 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor1 amd64 1:1.1.14-1ubuntu0.16.04.2 [19.9 kB] 22:07:14 Get:147 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxi6 amd64 2:1.7.6-1 [28.6 kB] 22:07:14 Get:148 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr2 amd64 2:1.5.0-1 [17.6 kB] 22:07:15 Get:149 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-0 amd64 3.18.9-1ubuntu3.3 [2,352 kB] 22:07:15 Get:150 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-bin amd64 3.18.9-1ubuntu3.3 [53.7 kB] 22:07:15 Get:151 http://archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-2 amd64 2.40.13-3 [93.9 kB] 22:07:15 Get:152 http://archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-common amd64 2.40.13-3 [5,034 B] 22:07:15 Get:153 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 humanity-icon-theme all 0.6.10.1 [1,289 kB] 22:07:15 Get:154 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ubuntu-mono all 14.04+16.04.20180326-0ubuntu1 [178 kB] 22:07:15 Get:155 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 adwaita-icon-theme all 3.18.0-2ubuntu3.1 [3,359 kB] 22:07:15 Get:156 http://archive.ubuntu.com/ubuntu xenial/main amd64 at-spi2-core amd64 2.18.3-4ubuntu1 [45.7 kB] 22:07:15 Get:157 http://archive.ubuntu.com/ubuntu xenial/main amd64 bzip2-doc all 1.0.6-8 [295 kB] 22:07:15 Get:158 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgusb2 amd64 0.2.9-0ubuntu1 [20.2 kB] 22:07:15 Get:159 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcolorhug2 amd64 1.2.12-1ubuntu1 [32.0 kB] 22:07:15 Get:160 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgudev-1.0-0 amd64 1:230-2 [13.0 kB] 22:07:15 Get:161 http://archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB] 22:07:15 Get:162 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB] 22:07:15 Get:163 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgd3 amd64 2.1.1-4ubuntu0.16.04.10 [126 kB] 22:07:15 Get:164 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-port12 amd64 2.5.9-3 [48.0 kB] 22:07:15 Get:165 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] 22:07:15 Get:166 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsane amd64 1.0.25+git20150528-1ubuntu2.16.04.1 [2,012 kB] 22:07:15 Get:167 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpolkit-agent-1-0 amd64 0.105-14.1ubuntu0.1 [14.8 kB] 22:07:15 Get:168 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpolkit-backend-1-0 amd64 0.105-14.1ubuntu0.1 [35.9 kB] 22:07:15 Get:169 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 policykit-1 amd64 0.105-14.1ubuntu0.1 [52.9 kB] 22:07:15 Get:170 http://archive.ubuntu.com/ubuntu xenial/main amd64 colord-data all 1.2.12-1ubuntu1 [111 kB] 22:07:15 Get:171 http://archive.ubuntu.com/ubuntu xenial/main amd64 colord amd64 1.2.12-1ubuntu1 [178 kB] 22:07:15 Get:172 http://archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB] 22:07:15 Get:173 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcdt5 amd64 2.38.0-12ubuntu2.1 [23.4 kB] 22:07:15 Get:174 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcgraph6 amd64 2.38.0-12ubuntu2.1 [43.6 kB] 22:07:15 Get:175 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB] 22:07:15 Get:176 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvc6 amd64 2.38.0-12ubuntu2.1 [591 kB] 22:07:16 Get:177 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvpr2 amd64 2.38.0-12ubuntu2.1 [170 kB] 22:07:16 Get:178 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB] 22:07:16 Get:179 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] 22:07:16 Get:180 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 22:07:16 Get:181 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 graphviz amd64 2.38.0-12ubuntu2.1 [680 kB] 22:07:16 Get:182 http://archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] 22:07:16 Get:183 http://archive.ubuntu.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB] 22:07:16 Get:184 http://archive.ubuntu.com/ubuntu xenial/main amd64 libbz2-dev amd64 1.0.6-8 [29.1 kB] 22:07:16 Get:185 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.10 [260 kB] 22:07:16 Get:186 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0 amd64 1.11.1-1ubuntu1 [20.9 kB] 22:07:16 Get:187 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-glx amd64 18.0.5-0ubuntu0~16.04.1 [132 kB] 22:07:16 Get:188 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-l10n all 2.5.9-3 [11.1 kB] 22:07:16 Get:189 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-common all 2.24.30-1ubuntu1.16.04.2 [123 kB] 22:07:16 Get:190 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-0 amd64 2.24.30-1ubuntu1.16.04.2 [1,775 kB] 22:07:16 Get:191 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-bin amd64 2.24.30-1ubuntu1.16.04.2 [9,834 B] 22:07:16 Get:192 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1,938 kB] 22:07:16 Get:193 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtinyxml2.6.2v5 amd64 2.6.2-3 [29.7 kB] 22:07:16 Get:194 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtinyxml-dev amd64 2.6.2-3 [44.2 kB] 22:07:16 Get:195 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libwxbase3.0-0v5 amd64 3.0.2+dfsg-1.3ubuntu0.1 [971 kB] 22:07:16 Get:196 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libwxgtk3.0-0v5 amd64 3.0.2+dfsg-1.3ubuntu0.1 [4,344 kB] 22:07:16 Get:197 http://archive.ubuntu.com/ubuntu xenial/main amd64 notification-daemon amd64 3.18.2-1 [30.9 kB] 22:07:16 Get:198 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-crypto amd64 2.6.1-6ubuntu0.16.04.3 [246 kB] 22:07:16 Get:199 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-defusedxml all 0.4.1-2ubuntu0.16.04.1 [35.0 kB] 22:07:16 Get:200 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-ecdsa all 0.13-2 [34.0 kB] 22:07:16 Get:201 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-netifaces amd64 0.10.4-0.1build2 [16.7 kB] 22:07:16 Get:202 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-numpy amd64 1:1.11.0-1ubuntu1 [1,763 kB] 22:07:16 Get:203 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-paramiko all 1.16.0-1ubuntu0.1 [109 kB] 22:07:16 Get:204 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB] 22:07:16 Get:205 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-wxversion all 3.0.2.0+dfsg-1build1 [12.7 kB] 22:07:17 Get:206 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-wxgtk3.0 amd64 3.0.2.0+dfsg-1build1 [5,194 kB] 22:07:17 Get:207 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-wxtools all 3.0.2.0+dfsg-1build1 [8,352 B] 22:07:17 Get:208 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblz4-dev amd64 0.0~r131-2ubuntu2 [50.3 kB] 22:07:17 debconf: delaying package configuration, since apt-utils is not installed 22:07:17 Fetched 64.1 MB in 4s (14.7 MB/s) 22:07:17 Selecting previously unselected package libxau6:amd64. 22:07:17 (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 ... 39195 files and directories currently installed.) 22:07:17 Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ... 22:07:17 Unpacking libxau6:amd64 (1:1.0.8-1) ... 22:07:17 Selecting previously unselected package libxdmcp6:amd64. 22:07:17 Preparing to unpack .../libxdmcp6_1%3a1.1.2-1.1_amd64.deb ... 22:07:17 Unpacking libxdmcp6:amd64 (1:1.1.2-1.1) ... 22:07:18 Selecting previously unselected package libxcb1:amd64. 22:07:18 Preparing to unpack .../libxcb1_1.11.1-1ubuntu1_amd64.deb ... 22:07:18 Unpacking libxcb1:amd64 (1.11.1-1ubuntu1) ... 22:07:18 Selecting previously unselected package libx11-data. 22:07:18 Preparing to unpack .../libx11-data_2%3a1.6.3-1ubuntu2.1_all.deb ... 22:07:18 Unpacking libx11-data (2:1.6.3-1ubuntu2.1) ... 22:07:18 Selecting previously unselected package libx11-6:amd64. 22:07:18 Preparing to unpack .../libx11-6_2%3a1.6.3-1ubuntu2.1_amd64.deb ... 22:07:18 Unpacking libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ... 22:07:18 Selecting previously unselected package libxext6:amd64. 22:07:18 Preparing to unpack .../libxext6_2%3a1.3.3-1_amd64.deb ... 22:07:18 Unpacking libxext6:amd64 (2:1.3.3-1) ... 22:07:19 Selecting previously unselected package fonts-dejavu-core. 22:07:19 Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... 22:07:19 Unpacking fonts-dejavu-core (2.35-1) ... 22:07:19 Selecting previously unselected package fontconfig-config. 22:07:19 Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... 22:07:20 Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... 22:07:20 Selecting previously unselected package libfontconfig1:amd64. 22:07:20 Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... 22:07:20 Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... 22:07:21 Selecting previously unselected package fontconfig. 22:07:21 Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... 22:07:21 Unpacking fontconfig (2.11.94-0ubuntu1.1) ... 22:07:21 Selecting previously unselected package libexif12:amd64. 22:07:21 Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... 22:07:21 Unpacking libexif12:amd64 (0.6.21-2) ... 22:07:21 Selecting previously unselected package x11-common. 22:07:21 Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... 22:07:21 dpkg-query: no packages found matching nux-tools 22:07:21 Unpacking x11-common (1:7.7+13ubuntu3.1) ... 22:07:21 Selecting previously unselected package libice6:amd64. 22:07:21 Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... 22:07:21 Unpacking libice6:amd64 (2:1.0.9-1) ... 22:07:21 Selecting previously unselected package libieee1284-3:amd64. 22:07:21 Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... 22:07:21 Unpacking libieee1284-3:amd64 (0.2.11-12) ... 22:07:21 Selecting previously unselected package libgdk-pixbuf2.0-common. 22:07:21 Preparing to unpack .../libgdk-pixbuf2.0-common_2.32.2-1ubuntu1.5_all.deb ... 22:07:21 Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... 22:07:22 Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. 22:07:22 Preparing to unpack .../libgdk-pixbuf2.0-0_2.32.2-1ubuntu1.5_amd64.deb ... 22:07:22 Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... 22:07:25 Selecting previously unselected package libnotify4:amd64. 22:07:25 Preparing to unpack .../libnotify4_0.7.6-2svn1_amd64.deb ... 22:07:26 Unpacking libnotify4:amd64 (0.7.6-2svn1) ... 22:07:26 Selecting previously unselected package libproxy1v5:amd64. 22:07:26 Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... 22:07:26 Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... 22:07:26 Selecting previously unselected package glib-networking-common. 22:07:26 Preparing to unpack .../glib-networking-common_2.48.2-1~ubuntu16.04.1_all.deb ... 22:07:26 Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... 22:07:27 Selecting previously unselected package glib-networking-services. 22:07:27 Preparing to unpack .../glib-networking-services_2.48.2-1~ubuntu16.04.1_amd64.deb ... 22:07:27 Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... 22:07:27 Selecting previously unselected package libdconf1:amd64. 22:07:27 Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... 22:07:27 Unpacking libdconf1:amd64 (0.24.0-2) ... 22:07:27 Selecting previously unselected package dconf-service. 22:07:27 Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... 22:07:27 Unpacking dconf-service (0.24.0-2) ... 22:07:28 Selecting previously unselected package dconf-gsettings-backend:amd64. 22:07:28 Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... 22:07:28 Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... 22:07:28 Selecting previously unselected package gsettings-desktop-schemas. 22:07:28 Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... 22:07:28 Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... 22:07:28 Selecting previously unselected package glib-networking:amd64. 22:07:28 Preparing to unpack .../glib-networking_2.48.2-1~ubuntu16.04.1_amd64.deb ... 22:07:28 Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... 22:07:28 Selecting previously unselected package libsoup2.4-1:amd64. 22:07:28 Preparing to unpack .../libsoup2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... 22:07:28 Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... 22:07:29 Selecting previously unselected package libsoup-gnome2.4-1:amd64. 22:07:29 Preparing to unpack .../libsoup-gnome2.4-1_2.52.2-1ubuntu0.3_amd64.deb ... 22:07:29 Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... 22:07:29 Selecting previously unselected package librest-0.7-0:amd64. 22:07:29 Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... 22:07:29 Unpacking librest-0.7-0:amd64 (0.7.93-1) ... 22:07:29 Selecting previously unselected package libsane-common. 22:07:29 Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2.16.04.1_all.deb ... 22:07:29 Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... 22:07:30 Selecting previously unselected package libsm6:amd64. 22:07:30 Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... 22:07:30 Unpacking libsm6:amd64 (2:1.2.2-1) ... 22:07:30 Selecting previously unselected package libxcomposite1:amd64. 22:07:30 Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... 22:07:30 Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... 22:07:30 Selecting previously unselected package libxdamage1:amd64. 22:07:30 Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... 22:07:30 Unpacking libxdamage1:amd64 (1:1.1.4-2) ... 22:07:30 Selecting previously unselected package libxfixes3:amd64. 22:07:30 Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... 22:07:30 Unpacking libxfixes3:amd64 (1:5.0.1-2) ... 22:07:30 Selecting previously unselected package libxinerama1:amd64. 22:07:30 Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... 22:07:30 Unpacking libxinerama1:amd64 (2:1.1.3-1) ... 22:07:30 Selecting previously unselected package libxshmfence1:amd64. 22:07:30 Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... 22:07:30 Unpacking libxshmfence1:amd64 (1.2-1) ... 22:07:31 Selecting previously unselected package libxtst6:amd64. 22:07:31 Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... 22:07:31 Unpacking libxtst6:amd64 (2:1.2.2-1) ... 22:07:31 Selecting previously unselected package libxxf86vm1:amd64. 22:07:31 Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... 22:07:31 Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... 22:07:31 Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. 22:07:31 Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... 22:07:31 Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... 22:07:31 Selecting previously unselected package distro-info-data. 22:07:31 Preparing to unpack .../distro-info-data_0.28ubuntu0.8_all.deb ... 22:07:31 Unpacking distro-info-data (0.28ubuntu0.8) ... 22:07:31 Selecting previously unselected package libbsd0:amd64. 22:07:31 Preparing to unpack .../libbsd0_0.8.2-1_amd64.deb ... 22:07:31 Unpacking libbsd0:amd64 (0.8.2-1) ... 22:07:32 Selecting previously unselected package lsb-release. 22:07:32 Preparing to unpack .../lsb-release_9.20160110ubuntu0.2_all.deb ... 22:07:32 Unpacking lsb-release (9.20160110ubuntu0.2) ... 22:07:32 Selecting previously unselected package xkb-data. 22:07:32 Preparing to unpack .../xkb-data_2.16-1ubuntu1_all.deb ... 22:07:32 Unpacking xkb-data (2.16-1ubuntu1) ... 22:07:33 Selecting previously unselected package libcap-ng0:amd64. 22:07:33 Preparing to unpack .../libcap-ng0_0.7.7-1_amd64.deb ... 22:07:33 Unpacking libcap-ng0:amd64 (0.7.7-1) ... 22:07:33 Selecting previously unselected package libdbus-1-3:amd64. 22:07:33 Preparing to unpack .../libdbus-1-3_1.10.6-1ubuntu3.3_amd64.deb ... 22:07:33 Unpacking libdbus-1-3:amd64 (1.10.6-1ubuntu3.3) ... 22:07:34 Selecting previously unselected package dbus. 22:07:34 Preparing to unpack .../dbus_1.10.6-1ubuntu3.3_amd64.deb ... 22:07:34 Unpacking dbus (1.10.6-1ubuntu3.3) ... 22:07:35 Selecting previously unselected package libdrm-common. 22:07:35 Preparing to unpack .../libdrm-common_2.4.91-2~16.04.1_all.deb ... 22:07:35 Unpacking libdrm-common (2.4.91-2~16.04.1) ... 22:07:35 Selecting previously unselected package libdrm2:amd64. 22:07:35 Preparing to unpack .../libdrm2_2.4.91-2~16.04.1_amd64.deb ... 22:07:35 Unpacking libdrm2:amd64 (2.4.91-2~16.04.1) ... 22:07:35 Selecting previously unselected package libedit2:amd64. 22:07:35 Preparing to unpack .../libedit2_3.1-20150325-1ubuntu2_amd64.deb ... 22:07:35 Unpacking libedit2:amd64 (3.1-20150325-1ubuntu2) ... 22:07:36 Selecting previously unselected package libelf1:amd64. 22:07:36 Preparing to unpack .../libelf1_0.165-3ubuntu1.1_amd64.deb ... 22:07:36 Unpacking libelf1:amd64 (0.165-3ubuntu1.1) ... 22:07:36 Selecting previously unselected package libpam-systemd:amd64. 22:07:36 Preparing to unpack .../libpam-systemd_229-4ubuntu21.4_amd64.deb ... 22:07:36 Unpacking libpam-systemd:amd64 (229-4ubuntu21.4) ... 22:07:37 Selecting previously unselected package libpolkit-gobject-1-0:amd64. 22:07:37 Preparing to unpack .../libpolkit-gobject-1-0_0.105-14.1ubuntu0.1_amd64.deb ... 22:07:37 Unpacking libpolkit-gobject-1-0:amd64 (0.105-14.1ubuntu0.1) ... 22:07:37 Selecting previously unselected package libusb-1.0-0:amd64. 22:07:37 Preparing to unpack .../libusb-1.0-0_2%3a1.0.20-1_amd64.deb ... 22:07:37 Unpacking libusb-1.0-0:amd64 (2:1.0.20-1) ... 22:07:39 Selecting previously unselected package acl. 22:07:39 Preparing to unpack .../acl_2.2.52-3_amd64.deb ... 22:07:39 Unpacking acl (2.2.52-3) ... 22:07:39 Selecting previously unselected package hicolor-icon-theme. 22:07:39 Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... 22:07:39 Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... 22:07:40 Selecting previously unselected package libpixman-1-0:amd64. 22:07:40 Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... 22:07:40 Unpacking libpixman-1-0:amd64 (0.33.6-1) ... 22:07:40 Selecting previously unselected package libxcb-render0:amd64. 22:07:40 Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... 22:07:40 Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... 22:07:40 Selecting previously unselected package libxcb-shm0:amd64. 22:07:40 Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... 22:07:40 Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... 22:07:40 Selecting previously unselected package libxrender1:amd64. 22:07:41 Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... 22:07:41 Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... 22:07:43 Selecting previously unselected package libcairo2:amd64. 22:07:43 Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... 22:07:44 Unpacking libcairo2:amd64 (1.14.6-1) ... 22:07:45 Selecting previously unselected package libgtk-3-common. 22:07:45 Preparing to unpack .../libgtk-3-common_3.18.9-1ubuntu3.3_all.deb ... 22:07:45 Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... 22:07:45 Selecting previously unselected package libatk1.0-data. 22:07:45 Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... 22:07:45 Unpacking libatk1.0-data (2.18.0-1) ... 22:07:45 Selecting previously unselected package libatk1.0-0:amd64. 22:07:45 Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... 22:07:45 Unpacking libatk1.0-0:amd64 (2.18.0-1) ... 22:07:45 Selecting previously unselected package libatspi2.0-0:amd64. 22:07:45 Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... 22:07:45 Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... 22:07:45 Selecting previously unselected package libatk-bridge2.0-0:amd64. 22:07:45 Preparing to unpack .../libatk-bridge2.0-0_2.18.1-2ubuntu1_amd64.deb ... 22:07:45 Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... 22:07:46 Selecting previously unselected package libcairo-gobject2:amd64. 22:07:46 Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... 22:07:46 Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... 22:07:46 Selecting previously unselected package libcolord2:amd64. 22:07:46 Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... 22:07:46 Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... 22:07:46 Selecting previously unselected package libavahi-common-data:amd64. 22:07:46 Preparing to unpack .../libavahi-common-data_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... 22:07:46 Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... 22:07:46 Selecting previously unselected package libavahi-common3:amd64. 22:07:46 Preparing to unpack .../libavahi-common3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... 22:07:46 Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... 22:07:47 Selecting previously unselected package libavahi-client3:amd64. 22:07:47 Preparing to unpack .../libavahi-client3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... 22:07:47 Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... 22:07:47 Selecting previously unselected package libcups2:amd64. 22:07:47 Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... 22:07:47 Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... 22:07:47 Selecting previously unselected package libepoxy0:amd64. 22:07:47 Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ... 22:07:47 Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... 22:07:47 Selecting previously unselected package libjson-glib-1.0-common. 22:07:47 Preparing to unpack .../libjson-glib-1.0-common_1.1.2-0ubuntu1_all.deb ... 22:07:47 Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... 22:07:47 Selecting previously unselected package libjson-glib-1.0-0:amd64. 22:07:47 Preparing to unpack .../libjson-glib-1.0-0_1.1.2-0ubuntu1_amd64.deb ... 22:07:47 Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... 22:07:47 Selecting previously unselected package libcapnp-0.5.3:amd64. 22:07:47 Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_amd64.deb ... 22:07:47 Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... 22:07:48 Selecting previously unselected package libmircore1:amd64. 22:07:48 Preparing to unpack .../libmircore1_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... 22:07:48 Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... 22:07:48 Selecting previously unselected package libmircommon7:amd64. 22:07:48 Preparing to unpack .../libmircommon7_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... 22:07:48 Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... 22:07:48 Selecting previously unselected package libprotobuf-lite9v5:amd64. 22:07:48 Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... 22:07:48 Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... 22:07:48 Selecting previously unselected package libmirprotobuf3:amd64. 22:07:48 Preparing to unpack .../libmirprotobuf3_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... 22:07:48 Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... 22:07:48 Selecting previously unselected package libxkbcommon0:amd64. 22:07:48 Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2_amd64.deb ... 22:07:48 Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... 22:07:48 Selecting previously unselected package libmirclient9:amd64. 22:07:48 Preparing to unpack .../libmirclient9_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... 22:07:48 Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... 22:07:49 Selecting previously unselected package libthai-data. 22:07:49 Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... 22:07:49 Unpacking libthai-data (0.1.24-2) ... 22:07:49 Selecting previously unselected package libdatrie1:amd64. 22:07:49 Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... 22:07:49 Unpacking libdatrie1:amd64 (0.2.10-2) ... 22:07:49 Selecting previously unselected package libthai0:amd64. 22:07:49 Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... 22:07:49 Unpacking libthai0:amd64 (0.1.24-2) ... 22:07:50 Selecting previously unselected package libpango-1.0-0:amd64. 22:07:50 Preparing to unpack .../libpango-1.0-0_1.38.1-1_amd64.deb ... 22:07:50 Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... 22:07:50 Selecting previously unselected package libgraphite2-3:amd64. 22:07:50 Preparing to unpack .../libgraphite2-3_1.3.10-0ubuntu0.16.04.1_amd64.deb ... 22:07:50 Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... 22:07:50 Selecting previously unselected package libharfbuzz0b:amd64. 22:07:50 Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... 22:07:50 Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... 22:07:50 Selecting previously unselected package libpangoft2-1.0-0:amd64. 22:07:50 Preparing to unpack .../libpangoft2-1.0-0_1.38.1-1_amd64.deb ... 22:07:50 Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... 22:07:50 Selecting previously unselected package libpangocairo-1.0-0:amd64. 22:07:50 Preparing to unpack .../libpangocairo-1.0-0_1.38.1-1_amd64.deb ... 22:07:50 Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... 22:07:51 Selecting previously unselected package libwayland-client0:amd64. 22:07:51 Preparing to unpack .../libwayland-client0_1.12.0-1~ubuntu16.04.3_amd64.deb ... 22:07:51 Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... 22:07:51 Selecting previously unselected package libwayland-cursor0:amd64. 22:07:51 Preparing to unpack .../libwayland-cursor0_1.12.0-1~ubuntu16.04.3_amd64.deb ... 22:07:51 Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... 22:07:51 Selecting previously unselected package libwayland-server0:amd64. 22:07:51 Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... 22:07:51 Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... 22:07:51 Selecting previously unselected package libgbm1:amd64. 22:07:51 Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ... 22:07:51 Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:07:51 Selecting previously unselected package libglapi-mesa:amd64. 22:07:51 Preparing to unpack .../libglapi-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... 22:07:51 Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:07:52 Selecting previously unselected package libx11-xcb1:amd64. 22:07:52 Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1ubuntu2.1_amd64.deb ... 22:07:52 Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... 22:07:52 Selecting previously unselected package libxcb-dri2-0:amd64. 22:07:52 Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... 22:07:52 Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... 22:07:52 Selecting previously unselected package libxcb-dri3-0:amd64. 22:07:52 Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... 22:07:52 Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... 22:07:52 Selecting previously unselected package libxcb-present0:amd64. 22:07:52 Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... 22:07:52 Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... 22:07:52 Selecting previously unselected package libxcb-sync1:amd64. 22:07:52 Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... 22:07:52 Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... 22:07:52 Selecting previously unselected package libxcb-xfixes0:amd64. 22:07:52 Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... 22:07:52 Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... 22:07:52 Selecting previously unselected package libdrm-amdgpu1:amd64. 22:07:52 Preparing to unpack .../libdrm-amdgpu1_2.4.91-2~16.04.1_amd64.deb ... 22:07:52 Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... 22:07:52 Selecting previously unselected package libdrm-intel1:amd64. 22:07:52 Preparing to unpack .../libdrm-intel1_2.4.91-2~16.04.1_amd64.deb ... 22:07:52 Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... 22:07:53 Selecting previously unselected package libdrm-nouveau2:amd64. 22:07:53 Preparing to unpack .../libdrm-nouveau2_2.4.91-2~16.04.1_amd64.deb ... 22:07:53 Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... 22:07:53 Selecting previously unselected package libdrm-radeon1:amd64. 22:07:53 Preparing to unpack .../libdrm-radeon1_2.4.91-2~16.04.1_amd64.deb ... 22:07:53 Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... 22:07:53 Selecting previously unselected package libllvm6.0:amd64. 22:07:53 Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ... 22:07:53 Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... 22:07:56 Selecting previously unselected package libsensors4:amd64. 22:07:56 Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... 22:07:57 Unpacking libsensors4:amd64 (1:3.4.0-2) ... 22:07:57 Selecting previously unselected package libgl1-mesa-dri:amd64. 22:07:57 Preparing to unpack .../libgl1-mesa-dri_18.0.5-0ubuntu0~16.04.1_amd64.deb ... 22:07:57 Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:07:58 Selecting previously unselected package libegl1-mesa:amd64. 22:07:58 Preparing to unpack .../libegl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... 22:07:58 Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:07:58 Selecting previously unselected package libwayland-egl1-mesa:amd64. 22:07:58 Preparing to unpack .../libwayland-egl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... 22:07:58 Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:07:58 Selecting previously unselected package libxcursor1:amd64. 22:07:58 Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... 22:07:58 Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... 22:07:58 Selecting previously unselected package libxi6:amd64. 22:07:58 Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... 22:07:58 Unpacking libxi6:amd64 (2:1.7.6-1) ... 22:07:59 Selecting previously unselected package libxrandr2:amd64. 22:07:59 Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... 22:07:59 Unpacking libxrandr2:amd64 (2:1.5.0-1) ... 22:07:59 Selecting previously unselected package libgtk-3-0:amd64. 22:07:59 Preparing to unpack .../libgtk-3-0_3.18.9-1ubuntu3.3_amd64.deb ... 22:07:59 Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... 22:08:00 Selecting previously unselected package libgtk-3-bin. 22:08:00 Preparing to unpack .../libgtk-3-bin_3.18.9-1ubuntu3.3_amd64.deb ... 22:08:00 Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin' 22:08:00 Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin' 22:08:00 Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... 22:08:00 Selecting previously unselected package librsvg2-2:amd64. 22:08:00 Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... 22:08:00 Unpacking librsvg2-2:amd64 (2.40.13-3) ... 22:08:00 Selecting previously unselected package librsvg2-common:amd64. 22:08:00 Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... 22:08:00 Unpacking librsvg2-common:amd64 (2.40.13-3) ... 22:08:00 Selecting previously unselected package humanity-icon-theme. 22:08:01 Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... 22:08:01 Unpacking humanity-icon-theme (0.6.10.1) ... 22:08:07 Selecting previously unselected package ubuntu-mono. 22:08:07 Preparing to unpack .../ubuntu-mono_14.04+16.04.20180326-0ubuntu1_all.deb ... 22:08:07 Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... 22:08:09 Selecting previously unselected package adwaita-icon-theme. 22:08:09 Preparing to unpack .../adwaita-icon-theme_3.18.0-2ubuntu3.1_all.deb ... 22:08:09 Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... 22:08:11 Selecting previously unselected package at-spi2-core. 22:08:11 Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... 22:08:11 Unpacking at-spi2-core (2.18.3-4ubuntu1) ... 22:08:11 Selecting previously unselected package bzip2-doc. 22:08:11 Preparing to unpack .../bzip2-doc_1.0.6-8_all.deb ... 22:08:11 Unpacking bzip2-doc (1.0.6-8) ... 22:08:11 Selecting previously unselected package libgusb2:amd64. 22:08:11 Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... 22:08:11 Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... 22:08:12 Selecting previously unselected package libcolorhug2:amd64. 22:08:12 Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... 22:08:12 Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... 22:08:12 Selecting previously unselected package libgudev-1.0-0:amd64. 22:08:12 Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... 22:08:13 Unpacking libgudev-1.0-0:amd64 (1:230-2) ... 22:08:14 Selecting previously unselected package libvpx3:amd64. 22:08:14 Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... 22:08:15 Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... 22:08:15 Selecting previously unselected package libxpm4:amd64. 22:08:15 Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ... 22:08:15 Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... 22:08:17 Selecting previously unselected package libgd3:amd64. 22:08:17 Preparing to unpack .../libgd3_2.1.1-4ubuntu0.16.04.10_amd64.deb ... 22:08:17 Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... 22:08:18 Selecting previously unselected package libgphoto2-port12:amd64. 22:08:18 Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... 22:08:18 Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... 22:08:18 Selecting previously unselected package libgphoto2-6:amd64. 22:08:18 Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... 22:08:18 Unpacking libgphoto2-6:amd64 (2.5.9-3) ... 22:08:18 Selecting previously unselected package libsane:amd64. 22:08:18 Preparing to unpack .../libsane_1.0.25+git20150528-1ubuntu2.16.04.1_amd64.deb ... 22:08:18 Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... 22:08:20 Selecting previously unselected package libpolkit-agent-1-0:amd64. 22:08:20 Preparing to unpack .../libpolkit-agent-1-0_0.105-14.1ubuntu0.1_amd64.deb ... 22:08:20 Unpacking libpolkit-agent-1-0:amd64 (0.105-14.1ubuntu0.1) ... 22:08:20 Selecting previously unselected package libpolkit-backend-1-0:amd64. 22:08:20 Preparing to unpack .../libpolkit-backend-1-0_0.105-14.1ubuntu0.1_amd64.deb ... 22:08:20 Unpacking libpolkit-backend-1-0:amd64 (0.105-14.1ubuntu0.1) ... 22:08:20 Selecting previously unselected package policykit-1. 22:08:20 Preparing to unpack .../policykit-1_0.105-14.1ubuntu0.1_amd64.deb ... 22:08:20 Unpacking policykit-1 (0.105-14.1ubuntu0.1) ... 22:08:20 Selecting previously unselected package colord-data. 22:08:20 Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... 22:08:20 Unpacking colord-data (1.2.12-1ubuntu1) ... 22:08:21 Selecting previously unselected package colord. 22:08:21 Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... 22:08:21 Unpacking colord (1.2.12-1ubuntu1) ... 22:08:24 Selecting previously unselected package fonts-liberation. 22:08:24 Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... 22:08:26 Unpacking fonts-liberation (1.07.4-1) ... 22:08:27 Selecting previously unselected package libcdt5. 22:08:27 Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... 22:08:27 Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... 22:08:27 Selecting previously unselected package libcgraph6. 22:08:27 Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... 22:08:27 Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... 22:08:27 Selecting previously unselected package libpathplan4. 22:08:27 Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... 22:08:27 Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... 22:08:27 Selecting previously unselected package libgvc6. 22:08:27 Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... 22:08:27 Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... 22:08:28 Selecting previously unselected package libgvpr2. 22:08:28 Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... 22:08:28 Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... 22:08:28 Selecting previously unselected package libxt6:amd64. 22:08:28 Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... 22:08:28 Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... 22:08:28 Selecting previously unselected package libxmu6:amd64. 22:08:28 Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... 22:08:28 Unpacking libxmu6:amd64 (2:1.1.2-2) ... 22:08:28 Selecting previously unselected package libxaw7:amd64. 22:08:28 Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... 22:08:28 Unpacking libxaw7:amd64 (2:1.0.13-1) ... 22:08:29 Selecting previously unselected package graphviz. 22:08:29 Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... 22:08:29 Unpacking graphviz (2.38.0-12ubuntu2.1) ... 22:08:30 Selecting previously unselected package libblas-common. 22:08:30 Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... 22:08:30 Unpacking libblas-common (3.6.0-2ubuntu2) ... 22:08:30 Selecting previously unselected package libblas3. 22:08:30 Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... 22:08:30 Unpacking libblas3 (3.6.0-2ubuntu2) ... 22:08:30 Selecting previously unselected package libbz2-dev:amd64. 22:08:30 Preparing to unpack .../libbz2-dev_1.0.6-8_amd64.deb ... 22:08:30 Unpacking libbz2-dev:amd64 (1.0.6-8) ... 22:08:30 Selecting previously unselected package libgfortran3:amd64. 22:08:30 Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.10_amd64.deb ... 22:08:30 Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... 22:08:30 Selecting previously unselected package libxcb-glx0:amd64. 22:08:30 Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... 22:08:30 Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... 22:08:30 Selecting previously unselected package libgl1-mesa-glx:amd64. 22:08:30 Preparing to unpack .../libgl1-mesa-glx_18.0.5-0ubuntu0~16.04.1_amd64.deb ... 22:08:30 Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:08:30 Selecting previously unselected package libgphoto2-l10n. 22:08:30 Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... 22:08:30 Unpacking libgphoto2-l10n (2.5.9-3) ... 22:08:31 Selecting previously unselected package libgtk2.0-common. 22:08:31 Preparing to unpack .../libgtk2.0-common_2.24.30-1ubuntu1.16.04.2_all.deb ... 22:08:31 Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... 22:08:31 Selecting previously unselected package libgtk2.0-0:amd64. 22:08:31 Preparing to unpack .../libgtk2.0-0_2.24.30-1ubuntu1.16.04.2_amd64.deb ... 22:08:31 Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... 22:08:31 Selecting previously unselected package libgtk2.0-bin. 22:08:31 Preparing to unpack .../libgtk2.0-bin_2.24.30-1ubuntu1.16.04.2_amd64.deb ... 22:08:31 Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... 22:08:32 Selecting previously unselected package liblapack3. 22:08:32 Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... 22:08:32 Unpacking liblapack3 (3.6.0-2ubuntu2) ... 22:08:32 Selecting previously unselected package libtinyxml2.6.2v5:amd64. 22:08:32 Preparing to unpack .../libtinyxml2.6.2v5_2.6.2-3_amd64.deb ... 22:08:32 Unpacking libtinyxml2.6.2v5:amd64 (2.6.2-3) ... 22:08:32 Selecting previously unselected package libtinyxml-dev:amd64. 22:08:32 Preparing to unpack .../libtinyxml-dev_2.6.2-3_amd64.deb ... 22:08:32 Unpacking libtinyxml-dev:amd64 (2.6.2-3) ... 22:08:32 Selecting previously unselected package libwxbase3.0-0v5:amd64. 22:08:32 Preparing to unpack .../libwxbase3.0-0v5_3.0.2+dfsg-1.3ubuntu0.1_amd64.deb ... 22:08:32 Unpacking libwxbase3.0-0v5:amd64 (3.0.2+dfsg-1.3ubuntu0.1) ... 22:08:33 Selecting previously unselected package libwxgtk3.0-0v5:amd64. 22:08:33 Preparing to unpack .../libwxgtk3.0-0v5_3.0.2+dfsg-1.3ubuntu0.1_amd64.deb ... 22:08:33 Unpacking libwxgtk3.0-0v5:amd64 (3.0.2+dfsg-1.3ubuntu0.1) ... 22:08:34 Selecting previously unselected package notification-daemon. 22:08:34 Preparing to unpack .../notification-daemon_3.18.2-1_amd64.deb ... 22:08:34 Unpacking notification-daemon (3.18.2-1) ... 22:08:34 Selecting previously unselected package python-crypto. 22:08:34 Preparing to unpack .../python-crypto_2.6.1-6ubuntu0.16.04.3_amd64.deb ... 22:08:34 Unpacking python-crypto (2.6.1-6ubuntu0.16.04.3) ... 22:08:34 Selecting previously unselected package python-defusedxml. 22:08:34 Preparing to unpack .../python-defusedxml_0.4.1-2ubuntu0.16.04.1_all.deb ... 22:08:34 Unpacking python-defusedxml (0.4.1-2ubuntu0.16.04.1) ... 22:08:35 Selecting previously unselected package python-ecdsa. 22:08:35 Preparing to unpack .../python-ecdsa_0.13-2_all.deb ... 22:08:35 Unpacking python-ecdsa (0.13-2) ... 22:08:35 Selecting previously unselected package python-netifaces. 22:08:35 Preparing to unpack .../python-netifaces_0.10.4-0.1build2_amd64.deb ... 22:08:35 Unpacking python-netifaces (0.10.4-0.1build2) ... 22:08:35 Selecting previously unselected package python-numpy. 22:08:35 Preparing to unpack .../python-numpy_1%3a1.11.0-1ubuntu1_amd64.deb ... 22:08:35 Unpacking python-numpy (1:1.11.0-1ubuntu1) ... 22:08:36 Selecting previously unselected package python-paramiko. 22:08:36 Preparing to unpack .../python-paramiko_1.16.0-1ubuntu0.1_all.deb ... 22:08:36 Unpacking python-paramiko (1.16.0-1ubuntu0.1) ... 22:08:36 Selecting previously unselected package python-rospkg-modules. 22:08:36 Preparing to unpack .../python-rospkg-modules_1.1.7-1_all.deb ... 22:08:36 Unpacking python-rospkg-modules (1.1.7-1) ... 22:08:36 Selecting previously unselected package python-rospkg. 22:08:36 Preparing to unpack .../python-rospkg_1.1.7-100_all.deb ... 22:08:36 Unpacking python-rospkg (1.1.7-100) ... 22:08:36 Selecting previously unselected package python-setuptools. 22:08:36 Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... 22:08:36 Unpacking python-setuptools (20.7.0-1) ... 22:08:37 Selecting previously unselected package python-rosdistro-modules. 22:08:37 Preparing to unpack .../python-rosdistro-modules_0.6.9-1_all.deb ... 22:08:37 Unpacking python-rosdistro-modules (0.6.9-1) ... 22:08:38 Selecting previously unselected package python-rosdistro. 22:08:38 Preparing to unpack .../python-rosdistro_0.6.9-100_all.deb ... 22:08:38 Unpacking python-rosdistro (0.6.9-100) ... 22:08:38 Selecting previously unselected package python-rosdep. 22:08:38 Preparing to unpack .../python-rosdep_0.12.2-1_all.deb ... 22:08:38 Unpacking python-rosdep (0.12.2-1) ... 22:08:38 Selecting previously unselected package python-wxversion. 22:08:38 Preparing to unpack .../python-wxversion_3.0.2.0+dfsg-1build1_all.deb ... 22:08:38 Unpacking python-wxversion (3.0.2.0+dfsg-1build1) ... 22:08:38 Selecting previously unselected package python-wxgtk3.0. 22:08:38 Preparing to unpack .../python-wxgtk3.0_3.0.2.0+dfsg-1build1_amd64.deb ... 22:08:38 Unpacking python-wxgtk3.0 (3.0.2.0+dfsg-1build1) ... 22:08:40 Selecting previously unselected package python-wxtools. 22:08:40 Preparing to unpack .../python-wxtools_3.0.2.0+dfsg-1build1_all.deb ... 22:08:40 Unpacking python-wxtools (3.0.2.0+dfsg-1build1) ... 22:08:45 Selecting previously unselected package liblz4-dev:amd64. 22:08:45 Preparing to unpack .../liblz4-dev_0.0~r131-2ubuntu2_amd64.deb ... 22:08:45 Unpacking liblz4-dev:amd64 (0.0~r131-2ubuntu2) ... 22:08:45 Selecting previously unselected package ros-kinetic-actionlib-msgs. 22:08:45 Preparing to unpack .../ros-kinetic-actionlib-msgs_1.12.6-0xenial-20180824-091950-0800_amd64.deb ... 22:08:45 Unpacking ros-kinetic-actionlib-msgs (1.12.6-0xenial-20180824-091950-0800) ... 22:08:45 Selecting previously unselected package ros-kinetic-ros-environment. 22:08:45 Preparing to unpack .../ros-kinetic-ros-environment_1.0.0-0xenial-20180809-133925-0800_amd64.deb ... 22:08:45 Unpacking ros-kinetic-ros-environment (1.0.0-0xenial-20180809-133925-0800) ... 22:08:45 Selecting previously unselected package ros-kinetic-rospack. 22:08:45 Preparing to unpack .../ros-kinetic-rospack_2.4.4-0xenial-20180809-135522-0800_amd64.deb ... 22:08:45 Unpacking ros-kinetic-rospack (2.4.4-0xenial-20180809-135522-0800) ... 22:08:45 Selecting previously unselected package ros-kinetic-roslib. 22:08:46 Preparing to unpack .../ros-kinetic-roslib_1.14.4-0xenial-20180824-082628-0800_amd64.deb ... 22:08:46 Unpacking ros-kinetic-roslib (1.14.4-0xenial-20180824-082628-0800) ... 22:08:46 Selecting previously unselected package ros-kinetic-rosgraph. 22:08:46 Preparing to unpack .../ros-kinetic-rosgraph_1.12.14-0xenial-20180824-082526-0800_amd64.deb ... 22:08:46 Unpacking ros-kinetic-rosgraph (1.12.14-0xenial-20180824-082526-0800) ... 22:08:46 Selecting previously unselected package ros-kinetic-rospy. 22:08:46 Preparing to unpack .../ros-kinetic-rospy_1.12.14-0xenial-20180824-093546-0800_amd64.deb ... 22:08:46 Unpacking ros-kinetic-rospy (1.12.14-0xenial-20180824-093546-0800) ... 22:08:46 Selecting previously unselected package ros-kinetic-rosclean. 22:08:46 Preparing to unpack .../ros-kinetic-rosclean_1.14.4-0xenial-20180824-082408-0800_amd64.deb ... 22:08:46 Unpacking ros-kinetic-rosclean (1.14.4-0xenial-20180824-082408-0800) ... 22:08:46 Selecting previously unselected package ros-kinetic-rosmaster. 22:08:46 Preparing to unpack .../ros-kinetic-rosmaster_1.12.14-0xenial-20180824-082836-0800_amd64.deb ... 22:08:46 Unpacking ros-kinetic-rosmaster (1.12.14-0xenial-20180824-082836-0800) ... 22:08:46 Selecting previously unselected package ros-kinetic-rosout. 22:08:46 Preparing to unpack .../ros-kinetic-rosout_1.12.14-0xenial-20180824-093510-0800_amd64.deb ... 22:08:46 Unpacking ros-kinetic-rosout (1.12.14-0xenial-20180824-093510-0800) ... 22:08:47 Selecting previously unselected package ros-kinetic-rosparam. 22:08:47 Preparing to unpack .../ros-kinetic-rosparam_1.12.14-0xenial-20180824-082853-0800_amd64.deb ... 22:08:47 Unpacking ros-kinetic-rosparam (1.12.14-0xenial-20180824-082853-0800) ... 22:08:47 Selecting previously unselected package ros-kinetic-rosunit. 22:08:47 Preparing to unpack .../ros-kinetic-rosunit_1.14.4-0xenial-20180824-083440-0800_amd64.deb ... 22:08:47 Unpacking ros-kinetic-rosunit (1.14.4-0xenial-20180824-083440-0800) ... 22:08:47 Selecting previously unselected package ros-kinetic-roslaunch. 22:08:47 Preparing to unpack .../ros-kinetic-roslaunch_1.12.14-0xenial-20180824-095418-0800_amd64.deb ... 22:08:47 Unpacking ros-kinetic-roslaunch (1.12.14-0xenial-20180824-095418-0800) ... 22:08:47 Selecting previously unselected package ros-kinetic-rostest. 22:08:47 Preparing to unpack .../ros-kinetic-rostest_1.12.14-0xenial-20180824-102002-0800_amd64.deb ... 22:08:47 Unpacking ros-kinetic-rostest (1.12.14-0xenial-20180824-102002-0800) ... 22:08:47 Selecting previously unselected package ros-kinetic-roslz4. 22:08:47 Preparing to unpack .../ros-kinetic-roslz4_1.12.14-0xenial-20180824-084411-0800_amd64.deb ... 22:08:47 Unpacking ros-kinetic-roslz4 (1.12.14-0xenial-20180824-084411-0800) ... 22:08:47 Selecting previously unselected package ros-kinetic-rosbag-storage. 22:08:47 Preparing to unpack .../ros-kinetic-rosbag-storage_1.12.14-0xenial-20180824-085858-0800_amd64.deb ... 22:08:47 Unpacking ros-kinetic-rosbag-storage (1.12.14-0xenial-20180824-085858-0800) ... 22:08:48 Selecting previously unselected package ros-kinetic-std-srvs. 22:08:48 Preparing to unpack .../ros-kinetic-std-srvs_1.11.2-0xenial-20180824-085636-0800_amd64.deb ... 22:08:48 Unpacking ros-kinetic-std-srvs (1.11.2-0xenial-20180824-085636-0800) ... 22:08:48 Selecting previously unselected package ros-kinetic-topic-tools. 22:08:48 Preparing to unpack .../ros-kinetic-topic-tools_1.12.14-0xenial-20180824-102957-0800_amd64.deb ... 22:08:48 Unpacking ros-kinetic-topic-tools (1.12.14-0xenial-20180824-102957-0800) ... 22:08:48 Selecting previously unselected package ros-kinetic-rosbag. 22:08:48 Preparing to unpack .../ros-kinetic-rosbag_1.12.14-0xenial-20180824-103606-0800_amd64.deb ... 22:08:48 Unpacking ros-kinetic-rosbag (1.12.14-0xenial-20180824-103606-0800) ... 22:08:50 Selecting previously unselected package ros-kinetic-rostopic. 22:08:50 Preparing to unpack .../ros-kinetic-rostopic_1.12.14-0xenial-20180824-104149-0800_amd64.deb ... 22:08:50 Unpacking ros-kinetic-rostopic (1.12.14-0xenial-20180824-104149-0800) ... 22:08:50 Selecting previously unselected package ros-kinetic-actionlib. 22:08:50 Preparing to unpack .../ros-kinetic-actionlib_1.11.13-0xenial-20180824-105059-0800_amd64.deb ... 22:08:50 Unpacking ros-kinetic-actionlib (1.11.13-0xenial-20180824-105059-0800) ... 22:08:50 Selecting previously unselected package ros-kinetic-geometry-msgs. 22:08:50 Preparing to unpack .../ros-kinetic-geometry-msgs_1.12.6-0xenial-20180824-100440-0800_amd64.deb ... 22:08:51 Unpacking ros-kinetic-geometry-msgs (1.12.6-0xenial-20180824-100440-0800) ... 22:08:51 Selecting previously unselected package ros-kinetic-message-filters. 22:08:51 Preparing to unpack .../ros-kinetic-message-filters_1.12.14-0xenial-20180824-125219-0800_amd64.deb ... 22:08:51 Unpacking ros-kinetic-message-filters (1.12.14-0xenial-20180824-125219-0800) ... 22:08:51 Selecting previously unselected package ros-kinetic-rosmsg. 22:08:51 Preparing to unpack .../ros-kinetic-rosmsg_1.12.14-0xenial-20180824-104154-0800_amd64.deb ... 22:08:51 Unpacking ros-kinetic-rosmsg (1.12.14-0xenial-20180824-104154-0800) ... 22:08:51 Selecting previously unselected package ros-kinetic-rosnode. 22:08:51 Preparing to unpack .../ros-kinetic-rosnode_1.12.14-0xenial-20180824-104806-0800_amd64.deb ... 22:08:51 Unpacking ros-kinetic-rosnode (1.12.14-0xenial-20180824-104806-0800) ... 22:08:51 Selecting previously unselected package ros-kinetic-rosservice. 22:08:51 Preparing to unpack .../ros-kinetic-rosservice_1.12.14-0xenial-20180824-104815-0800_amd64.deb ... 22:08:51 Unpacking ros-kinetic-rosservice (1.12.14-0xenial-20180824-104815-0800) ... 22:08:51 Selecting previously unselected package ros-kinetic-roswtf. 22:08:51 Preparing to unpack .../ros-kinetic-roswtf_1.12.14-0xenial-20180824-105256-0800_amd64.deb ... 22:08:51 Unpacking ros-kinetic-roswtf (1.12.14-0xenial-20180824-105256-0800) ... 22:08:52 Selecting previously unselected package ros-kinetic-sensor-msgs. 22:08:52 Preparing to unpack .../ros-kinetic-sensor-msgs_1.12.6-0xenial-20180824-104202-0800_amd64.deb ... 22:08:52 Unpacking ros-kinetic-sensor-msgs (1.12.6-0xenial-20180824-104202-0800) ... 22:08:52 Selecting previously unselected package ros-kinetic-tf2-msgs. 22:08:52 Preparing to unpack .../ros-kinetic-tf2-msgs_0.5.18-0xenial-20180824-101445-0800_amd64.deb ... 22:08:52 Unpacking ros-kinetic-tf2-msgs (0.5.18-0xenial-20180824-101445-0800) ... 22:08:52 Selecting previously unselected package ros-kinetic-tf2. 22:08:52 Preparing to unpack .../ros-kinetic-tf2_0.5.18-0xenial-20180824-102527-0800_amd64.deb ... 22:08:52 Unpacking ros-kinetic-tf2 (0.5.18-0xenial-20180824-102527-0800) ... 22:08:52 Selecting previously unselected package ros-kinetic-tf2-py. 22:08:52 Preparing to unpack .../ros-kinetic-tf2-py_0.5.18-0xenial-20180824-123846-0800_amd64.deb ... 22:08:52 Unpacking ros-kinetic-tf2-py (0.5.18-0xenial-20180824-123846-0800) ... 22:08:53 Selecting previously unselected package ros-kinetic-tf2-ros. 22:08:53 Preparing to unpack .../ros-kinetic-tf2-ros_0.5.18-0xenial-20180824-125648-0800_amd64.deb ... 22:08:53 Unpacking ros-kinetic-tf2-ros (0.5.18-0xenial-20180824-125648-0800) ... 22:08:53 Selecting previously unselected package ros-kinetic-tf. 22:08:53 Preparing to unpack .../ros-kinetic-tf_1.11.9-0xenial-20180824-131716-0800_amd64.deb ... 22:08:53 Unpacking ros-kinetic-tf (1.11.9-0xenial-20180824-131716-0800) ... 22:08:55 Processing triggers for libc-bin (2.23-0ubuntu10) ... 22:08:55 Processing triggers for man-db (2.7.5-1) ... 22:08:57 Processing triggers for systemd (229-4ubuntu21.4) ... 22:08:57 Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4) ... 22:08:58 Processing triggers for mime-support (3.59ubuntu1) ... 22:08:58 Setting up libxau6:amd64 (1:1.0.8-1) ... 22:08:58 Setting up libxdmcp6:amd64 (1:1.1.2-1.1) ... 22:08:58 Setting up libxcb1:amd64 (1.11.1-1ubuntu1) ... 22:08:58 Setting up libx11-data (2:1.6.3-1ubuntu2.1) ... 22:08:58 Setting up libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ... 22:08:58 Setting up libxext6:amd64 (2:1.3.3-1) ... 22:08:59 Setting up fonts-dejavu-core (2.35-1) ... 22:09:01 Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... 22:09:10 Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... 22:09:10 Setting up fontconfig (2.11.94-0ubuntu1.1) ... 22:09:13 Regenerating fonts cache... done. 22:09:13 Setting up libexif12:amd64 (0.6.21-2) ... 22:09:13 Setting up x11-common (1:7.7+13ubuntu3.1) ... 22:09:15 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 22:09:15 invoke-rc.d: could not determine current runlevel 22:09:15 invoke-rc.d: policy-rc.d denied execution of start. 22:09:15 Setting up libice6:amd64 (2:1.0.9-1) ... 22:09:16 Setting up libieee1284-3:amd64 (0.2.11-12) ... 22:09:16 Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... 22:09:16 Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... 22:09:17 Setting up libnotify4:amd64 (0.7.6-2svn1) ... 22:09:17 Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... 22:09:17 Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... 22:09:17 Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... 22:09:17 Setting up libdconf1:amd64 (0.24.0-2) ... 22:09:18 Setting up dconf-service (0.24.0-2) ... 22:09:18 Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... 22:09:19 Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... 22:09:21 Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... 22:09:22 Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... 22:09:22 Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... 22:09:23 Setting up librest-0.7-0:amd64 (0.7.93-1) ... 22:09:23 Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... 22:09:29 Setting up libsm6:amd64 (2:1.2.2-1) ... 22:09:29 Setting up libxcomposite1:amd64 (1:0.4.4-1) ... 22:09:29 Setting up libxdamage1:amd64 (1:1.1.4-2) ... 22:09:30 Setting up libxfixes3:amd64 (1:5.0.1-2) ... 22:09:30 Setting up libxinerama1:amd64 (2:1.1.3-1) ... 22:09:30 Setting up libxshmfence1:amd64 (1.2-1) ... 22:09:31 Setting up libxtst6:amd64 (2:1.2.2-1) ... 22:09:31 Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... 22:09:31 Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... 22:09:31 update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode 22:09:31 Setting up distro-info-data (0.28ubuntu0.8) ... 22:09:31 Setting up libbsd0:amd64 (0.8.2-1) ... 22:09:31 Setting up lsb-release (9.20160110ubuntu0.2) ... 22:09:32 Setting up xkb-data (2.16-1ubuntu1) ... 22:09:32 Setting up libcap-ng0:amd64 (0.7.7-1) ... 22:09:32 Setting up libdbus-1-3:amd64 (1.10.6-1ubuntu3.3) ... 22:09:32 Setting up dbus (1.10.6-1ubuntu3.3) ... 22:09:33 Setting up libdrm-common (2.4.91-2~16.04.1) ... 22:09:33 Setting up libdrm2:amd64 (2.4.91-2~16.04.1) ... 22:09:33 Setting up libedit2:amd64 (3.1-20150325-1ubuntu2) ... 22:09:33 Setting up libelf1:amd64 (0.165-3ubuntu1.1) ... 22:09:34 Setting up libpam-systemd:amd64 (229-4ubuntu21.4) ... 22:09:35 Setting up libpolkit-gobject-1-0:amd64 (0.105-14.1ubuntu0.1) ... 22:09:35 Setting up libusb-1.0-0:amd64 (2:1.0.20-1) ... 22:09:35 Setting up acl (2.2.52-3) ... 22:09:35 Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... 22:09:35 Setting up libpixman-1-0:amd64 (0.33.6-1) ... 22:09:35 Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... 22:09:36 Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... 22:09:36 Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... 22:09:36 Setting up libcairo2:amd64 (1.14.6-1) ... 22:09:36 Setting up libatk1.0-data (2.18.0-1) ... 22:09:36 Setting up libatk1.0-0:amd64 (2.18.0-1) ... 22:09:36 Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... 22:09:36 Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... 22:09:36 Setting up libcairo-gobject2:amd64 (1.14.6-1) ... 22:09:36 Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... 22:09:36 Setting up libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... 22:09:36 Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... 22:09:37 Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... 22:09:37 Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... 22:09:37 Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... 22:09:37 Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... 22:09:37 Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... 22:09:37 Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... 22:09:37 Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... 22:09:38 Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... 22:09:38 Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... 22:09:38 Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... 22:09:38 Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... 22:09:38 Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... 22:09:38 Setting up libthai-data (0.1.24-2) ... 22:09:38 Setting up libdatrie1:amd64 (0.2.10-2) ... 22:09:38 Setting up libthai0:amd64 (0.1.24-2) ... 22:09:39 Setting up libpango-1.0-0:amd64 (1.38.1-1) ... 22:09:39 Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... 22:09:39 Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... 22:09:39 Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... 22:09:40 Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... 22:09:40 Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... 22:09:40 Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... 22:09:40 Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... 22:09:40 Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:09:40 Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:09:40 Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... 22:09:41 Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... 22:09:41 Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... 22:09:41 Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... 22:09:41 Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... 22:09:41 Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... 22:09:41 Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... 22:09:41 Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... 22:09:41 Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... 22:09:41 Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... 22:09:41 Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... 22:09:41 Setting up libsensors4:amd64 (1:3.4.0-2) ... 22:09:42 Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:09:42 Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:09:42 update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode 22:09:42 Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:09:42 Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... 22:09:43 Setting up libxi6:amd64 (2:1.7.6-1) ... 22:09:43 Setting up libxrandr2:amd64 (2:1.5.0-1) ... 22:09:43 Setting up librsvg2-2:amd64 (2.40.13-3) ... 22:09:43 Setting up librsvg2-common:amd64 (2.40.13-3) ... 22:09:43 Setting up at-spi2-core (2.18.3-4ubuntu1) ... 22:09:43 Setting up bzip2-doc (1.0.6-8) ... 22:09:44 Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... 22:09:44 Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... 22:09:44 Setting up libgudev-1.0-0:amd64 (1:230-2) ... 22:09:45 Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... 22:09:45 Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... 22:09:45 Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... 22:09:45 Setting up libgphoto2-port12:amd64 (2.5.9-3) ... 22:09:45 Setting up libgphoto2-6:amd64 (2.5.9-3) ... 22:09:45 Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... 22:09:45 Adding scanner group... 22:09:45 Setting up libpolkit-agent-1-0:amd64 (0.105-14.1ubuntu0.1) ... 22:09:46 Setting up libpolkit-backend-1-0:amd64 (0.105-14.1ubuntu0.1) ... 22:09:46 Setting up policykit-1 (0.105-14.1ubuntu0.1) ... 22:09:46 Setting up colord-data (1.2.12-1ubuntu1) ... 22:09:46 Setting up colord (1.2.12-1ubuntu1) ... 22:09:47 Setting up fonts-liberation (1.07.4-1) ... 22:09:47 Setting up libcdt5 (2.38.0-12ubuntu2.1) ... 22:09:47 Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... 22:09:47 Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... 22:09:47 Setting up libgvc6 (2.38.0-12ubuntu2.1) ... 22:09:48 Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... 22:09:48 Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... 22:09:48 Setting up libxmu6:amd64 (2:1.1.2-2) ... 22:09:48 Setting up libxaw7:amd64 (2:1.0.13-1) ... 22:09:49 Setting up graphviz (2.38.0-12ubuntu2.1) ... 22:09:49 Setting up libblas-common (3.6.0-2ubuntu2) ... 22:09:49 Setting up libblas3 (3.6.0-2ubuntu2) ... 22:09:49 update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode 22:09:49 Setting up libbz2-dev:amd64 (1.0.6-8) ... 22:09:49 Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... 22:09:50 Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... 22:09:50 Setting up libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... 22:09:50 update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode 22:09:50 Setting up libgphoto2-l10n (2.5.9-3) ... 22:09:51 Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... 22:09:51 Setting up libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... 22:09:51 Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... 22:09:51 Setting up liblapack3 (3.6.0-2ubuntu2) ... 22:09:51 update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode 22:09:51 Setting up libtinyxml2.6.2v5:amd64 (2.6.2-3) ... 22:09:51 Setting up libtinyxml-dev:amd64 (2.6.2-3) ... 22:09:52 Setting up libwxbase3.0-0v5:amd64 (3.0.2+dfsg-1.3ubuntu0.1) ... 22:09:52 Setting up libwxgtk3.0-0v5:amd64 (3.0.2+dfsg-1.3ubuntu0.1) ... 22:09:52 Setting up python-crypto (2.6.1-6ubuntu0.16.04.3) ... 22:09:54 Setting up python-defusedxml (0.4.1-2ubuntu0.16.04.1) ... 22:09:54 Setting up python-ecdsa (0.13-2) ... 22:09:56 Setting up python-netifaces (0.10.4-0.1build2) ... 22:09:56 Setting up python-numpy (1:1.11.0-1ubuntu1) ... 22:09:57 Setting up python-paramiko (1.16.0-1ubuntu0.1) ... 22:09:58 Setting up python-rospkg-modules (1.1.7-1) ... 22:09:58 Setting up python-rospkg (1.1.7-100) ... 22:09:58 Setting up python-setuptools (20.7.0-1) ... 22:09:59 Setting up python-rosdistro-modules (0.6.9-1) ... 22:10:00 Setting up python-rosdistro (0.6.9-100) ... 22:10:00 Setting up python-rosdep (0.12.2-1) ... 22:10:01 Setting up python-wxversion (3.0.2.0+dfsg-1build1) ... 22:10:01 Setting up python-wxgtk3.0 (3.0.2.0+dfsg-1build1) ... 22:10:01 update-alternatives: using /usr/lib/wx/python/wx3.0.pth to provide /usr/lib/wx/python/wx.pth (wx.pth) in auto mode 22:10:04 Setting up python-wxtools (3.0.2.0+dfsg-1build1) ... 22:10:04 Setting up liblz4-dev:amd64 (0.0~r131-2ubuntu2) ... 22:10:04 Setting up ros-kinetic-actionlib-msgs (1.12.6-0xenial-20180824-091950-0800) ... 22:10:05 Setting up ros-kinetic-ros-environment (1.0.0-0xenial-20180809-133925-0800) ... 22:10:05 Setting up ros-kinetic-rospack (2.4.4-0xenial-20180809-135522-0800) ... 22:10:05 Setting up ros-kinetic-roslib (1.14.4-0xenial-20180824-082628-0800) ... 22:10:05 Setting up ros-kinetic-rosgraph (1.12.14-0xenial-20180824-082526-0800) ... 22:10:05 Setting up ros-kinetic-rospy (1.12.14-0xenial-20180824-093546-0800) ... 22:10:05 Setting up ros-kinetic-rosclean (1.14.4-0xenial-20180824-082408-0800) ... 22:10:05 Setting up ros-kinetic-rosmaster (1.12.14-0xenial-20180824-082836-0800) ... 22:10:05 Setting up ros-kinetic-rosout (1.12.14-0xenial-20180824-093510-0800) ... 22:10:05 Setting up ros-kinetic-rosparam (1.12.14-0xenial-20180824-082853-0800) ... 22:10:05 Setting up ros-kinetic-rosunit (1.14.4-0xenial-20180824-083440-0800) ... 22:10:05 Setting up ros-kinetic-roslaunch (1.12.14-0xenial-20180824-095418-0800) ... 22:10:05 Setting up ros-kinetic-rostest (1.12.14-0xenial-20180824-102002-0800) ... 22:10:05 Setting up ros-kinetic-roslz4 (1.12.14-0xenial-20180824-084411-0800) ... 22:10:05 Setting up ros-kinetic-rosbag-storage (1.12.14-0xenial-20180824-085858-0800) ... 22:10:05 Setting up ros-kinetic-std-srvs (1.11.2-0xenial-20180824-085636-0800) ... 22:10:05 Setting up ros-kinetic-topic-tools (1.12.14-0xenial-20180824-102957-0800) ... 22:10:05 Setting up ros-kinetic-rosbag (1.12.14-0xenial-20180824-103606-0800) ... 22:10:06 Setting up ros-kinetic-rostopic (1.12.14-0xenial-20180824-104149-0800) ... 22:10:06 Setting up ros-kinetic-actionlib (1.11.13-0xenial-20180824-105059-0800) ... 22:10:06 Setting up ros-kinetic-geometry-msgs (1.12.6-0xenial-20180824-100440-0800) ... 22:10:06 Setting up ros-kinetic-message-filters (1.12.14-0xenial-20180824-125219-0800) ... 22:10:06 Setting up ros-kinetic-rosmsg (1.12.14-0xenial-20180824-104154-0800) ... 22:10:06 Setting up ros-kinetic-rosnode (1.12.14-0xenial-20180824-104806-0800) ... 22:10:06 Setting up ros-kinetic-rosservice (1.12.14-0xenial-20180824-104815-0800) ... 22:10:06 Setting up ros-kinetic-roswtf (1.12.14-0xenial-20180824-105256-0800) ... 22:10:06 Setting up ros-kinetic-sensor-msgs (1.12.6-0xenial-20180824-104202-0800) ... 22:10:06 Setting up ros-kinetic-tf2-msgs (0.5.18-0xenial-20180824-101445-0800) ... 22:10:06 Setting up ros-kinetic-tf2 (0.5.18-0xenial-20180824-102527-0800) ... 22:10:06 Setting up ros-kinetic-tf2-py (0.5.18-0xenial-20180824-123846-0800) ... 22:10:06 Setting up ros-kinetic-tf2-ros (0.5.18-0xenial-20180824-125648-0800) ... 22:10:06 Setting up ros-kinetic-tf (1.11.9-0xenial-20180824-131716-0800) ... 22:10:06 Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... 22:10:06 Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... 22:10:06 Setting up notification-daemon (3.18.2-1) ... 22:10:07 Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... 22:10:07 Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... 22:10:07 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode 22:10:07 Setting up humanity-icon-theme (0.6.10.1) ... 22:10:08 Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... 22:10:08 Processing triggers for libc-bin (2.23-0ubuntu10) ... 22:10:08 Processing triggers for systemd (229-4ubuntu21.4) ... 22:10:08 Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... 22:10:09 Processing triggers for dbus (1.10.6-1ubuntu3.3) ... 22:10:09 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:09 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:09 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:09 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:09 Invoking 'apt-get clean' 22:10:32 ---> 427e507a49e9 22:10:34 Removing intermediate container de50738d2937 22:10:34 Step 27 : USER buildfarm 22:10:34 ---> Running in a721b24b0260 22:10:34 ---> c3372144c6fe 22:10:34 Removing intermediate container a721b24b0260 22:10:34 Step 28 : ENTRYPOINT sh -c 22:10:35 ---> Running in 360a3e5f178e 22:10:35 ---> 89c07828eac1 22:10:35 Removing intermediate container 360a3e5f178e 22:10:35 Step 29 : CMD PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py kinetic sicks300 --sourcedeb-dir /tmp/binarydeb 22:10:35 ---> Running in bbe6ae2a82f5 22:10:35 ---> e6b70d23de04 22:10:36 Removing intermediate container bbe6ae2a82f5 22:10:36 Successfully built e6b70d23de04 22:10:36 + echo # END SECTION 22:10:36 # END SECTION
22:10:36 + echo # BEGIN SECTION: Run Dockerfile - build binarydeb
13. Run Dockerfile - build binarydeb

Hide Details

22:10:36 # BEGIN SECTION: Run Dockerfile - build binarydeb 22:10:36 + docker run --rm --cidfile=/home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid -e=HOME= -e=TRAVIS= --net=host -v /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/.ccache:/home/buildfarm/.ccache binarydeb_build.kinetic_ubuntu_xenial_amd64_sicks300
13.1. build binarydeb

Hide Details

22:10:36 # BEGIN SUBSECTION: build binarydeb 22:10:37 Package 'ros-kinetic-sicks300' version: 1.2.1-0xenial-20180910-210421+0000 22:10:37 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:37 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:37 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:37 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:38 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:38 Invoking 'apt-src build ros-kinetic-sicks300' in '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:10:38 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:38 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:38 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:38 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:38 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:38 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:38 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:40 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:40 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 22:10:40 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:40 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 22:10:40 I: Building in /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 .. 22:10:40 dpkg-buildpackage: source package ros-kinetic-sicks300 22:10:40 dpkg-buildpackage: source version 1.2.1-0xenial-20180910-210421+0000 22:10:40 dpkg-buildpackage: source distribution xenial 22:10:40 dpkg-buildpackage: source changed by Marc Hanheide <marc@hanheide.net> 22:10:41 dpkg-source --before-build ros-kinetic-sicks300-1.2.1 22:10:41 dpkg-buildpackage: host architecture amd64 22:10:41 dpkg-source: info: using options from ros-kinetic-sicks300-1.2.1/debian/source/options: --auto-commit 22:10:41 fakeroot debian/rules clean 22:10:41 dh clean -v --buildsystem=cmake 22:10:41 dh_testdir -O-v -O--buildsystem=cmake 22:10:41 dh_auto_clean -O-v -O--buildsystem=cmake 22:10:41 dh_clean -O-v -O--buildsystem=cmake 22:10:42 rm -f debian/debhelper-build-stamp 22:10:42 rm -f debian/ros-kinetic-sicks300.substvars 22:10:42 rm -f debian/ros-kinetic-sicks300.*.debhelper 22:10:42 rm -rf debian/ros-kinetic-sicks300/ 22:10:42 rm -rf debian/.debhelper/ 22:10:42 rm -f debian/*.debhelper.log 22:10:42 rm -f debian/files 22:10:42 find . \( \( \ 22:10:42 \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \ 22:10:42 \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ 22:10:42 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ 22:10:42 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ 22:10:42 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ 22:10:42 \) -exec rm -f {} + \) -o \ 22:10:42 \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) 22:10:42 rm -f *-stamp 22:10:42 dh build -v --buildsystem=cmake 22:10:42 debian/rules build 22:10:42 dh_testdir -O-v -O--buildsystem=cmake 22:10:42 dh_update_autotools_config -O-v -O--buildsystem=cmake 22:10:42 debian/rules override_dh_auto_configure 22:10:42 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:10:42 # In case we're installing to a non-standard location, look for a setup.sh 22:10:42 # in the install tree that was dropped by catkin, and source it. It will 22:10:42 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:10:42 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:10:42 dh_auto_configure -- \ 22:10:42 -DCATKIN_BUILD_BINARY_PACKAGE="1" \ 22:10:42 -DCMAKE_INSTALL_PREFIX="/opt/ros/kinetic" \ 22:10:42 -DCMAKE_PREFIX_PATH="/opt/ros/kinetic" 22:10:42 mkdir -p obj-x86_64-linux-gnu 22:10:42 cd obj-x86_64-linux-gnu 22:10:42 cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCATKIN_BUILD_BINARY_PACKAGE=1 -DCMAKE_INSTALL_PREFIX=/opt/ros/kinetic -DCMAKE_PREFIX_PATH=/opt/ros/kinetic 22:10:42 -- The C compiler identification is GNU 5.4.0 22:10:42 -- The CXX compiler identification is GNU 5.4.0 22:10:42 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc 22:10:43 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc -- works 22:10:43 -- Detecting C compiler ABI info 22:10:43 -- Detecting C compiler ABI info - done 22:10:43 -- Detecting C compile features 22:10:43 -- Detecting C compile features - done 22:10:43 -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ 22:10:43 -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ -- works 22:10:43 -- Detecting CXX compiler ABI info 22:10:43 -- Detecting CXX compiler ABI info - done 22:10:43 -- Detecting CXX compile features 22:10:44 -- Detecting CXX compile features - done 22:10:44 -- Using CATKIN_DEVEL_PREFIX: /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/devel 22:10:44 -- Using CMAKE_PREFIX_PATH: /opt/ros/kinetic 22:10:44 -- This workspace overlays: /opt/ros/kinetic 22:10:44 -- Found PythonInterp: /usr/bin/python (found version "2.7.12") 22:10:44 -- Using PYTHON_EXECUTABLE: /usr/bin/python 22:10:44 -- Using Debian Python package layout 22:10:44 -- Using empy: /usr/bin/empy 22:10:44 -- Using CATKIN_ENABLE_TESTING: ON 22:10:44 -- Skip enable_testing() when building binary package 22:10:44 -- Using CATKIN_TEST_RESULTS_DIR: /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/test_results 22:10:44 -- Found gmock sources under '/usr/src/gmock': gmock will be built 22:10:44 -- Looking for pthread.h 22:10:45 -- Looking for pthread.h - found 22:10:45 -- Looking for pthread_create 22:10:45 -- Looking for pthread_create - not found 22:10:45 -- Looking for pthread_create in pthreads 22:10:45 -- Looking for pthread_create in pthreads - not found 22:10:45 -- Looking for pthread_create in pthread 22:10:45 -- Looking for pthread_create in pthread - found 22:10:45 -- Found Threads: TRUE 22:10:45 -- Found gtest sources under '/usr/src/gmock': gtests will be built 22:10:45 -- Using Python nosetests: /usr/bin/nosetests-2.7 22:10:45 -- catkin 0.7.14 22:10:46 -- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy 22:10:46 -- Configuring done 22:10:46 -- Generating done 22:10:46 CMake Warning: 22:10:46 Manually-specified variables were not used by the project: 22:10:46 22:10:46 CMAKE_INSTALL_LOCALSTATEDIR 22:10:46 CMAKE_INSTALL_SYSCONFDIR 22:10:46 22:10:46 22:10:46 -- Build files have been written to: /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu 22:10:46 cd /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 22:10:46 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:10:46 debian/rules override_dh_auto_build 22:10:46 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:10:46 # In case we're installing to a non-standard location, look for a setup.sh 22:10:46 # in the install tree that was dropped by catkin, and source it. It will 22:10:46 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:10:46 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:10:46 dh_auto_build 22:10:46 cd obj-x86_64-linux-gnu 22:10:46 make -j1 22:10:46 make[2]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:10:46 /usr/bin/cmake -H/tmp/binarydeb/ros-kinetic-sicks300-1.2.1 -B/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 22:10:46 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/CMakeFiles/progress.marks 22:10:46 make -f CMakeFiles/Makefile2 all 22:10:46 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:10:46 make -f CMakeFiles/serialcomm_s300.dir/build.make CMakeFiles/serialcomm_s300.dir/depend 22:10:46 make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:10:46 cd /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/CMakeFiles/serialcomm_s300.dir/DependInfo.cmake --color= 22:10:46 Scanning dependencies of target serialcomm_s300 22:10:46 make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:10:46 make -f CMakeFiles/serialcomm_s300.dir/build.make CMakeFiles/serialcomm_s300.dir/build 22:10:46 make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:10:46 [ 25%] Building CXX object CMakeFiles/serialcomm_s300.dir/src/serialcomm_s300.cpp.o 22:10:46 /usr/lib/ccache/x86_64-linux-gnu-g++ -DROSCONSOLE_BACKEND_LOG4CXX -DROS_PACKAGE_NAME=\"sicks300\" -Dserialcomm_s300_EXPORTS -I/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/include -I/opt/ros/kinetic/include -I/opt/ros/kinetic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp -std=c++11 -fPIC -o CMakeFiles/serialcomm_s300.dir/src/serialcomm_s300.cpp.o -c /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/src/serialcomm_s300.cpp 22:10:52 [ 50%] Linking CXX shared library devel/lib/libserialcomm_s300.so 22:10:52 /usr/bin/cmake -E cmake_link_script CMakeFiles/serialcomm_s300.dir/link.txt --verbose=1 22:10:52 /usr/lib/ccache/x86_64-linux-gnu-g++ -fPIC -std=c++11 -shared -Wl,-soname,libserialcomm_s300.so -o devel/lib/libserialcomm_s300.so CMakeFiles/serialcomm_s300.dir/src/serialcomm_s300.cpp.o 22:10:52 make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:10:52 [ 50%] Built target serialcomm_s300 22:10:52 make -f CMakeFiles/sick300_driver.dir/build.make CMakeFiles/sick300_driver.dir/depend 22:10:52 make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:10:52 cd /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/CMakeFiles/sick300_driver.dir/DependInfo.cmake --color= 22:10:52 Scanning dependencies of target sick300_driver 22:10:52 make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:10:52 make -f CMakeFiles/sick300_driver.dir/build.make CMakeFiles/sick300_driver.dir/build 22:10:52 make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:10:52 [ 75%] Building CXX object CMakeFiles/sick300_driver.dir/src/sicks300.cpp.o 22:10:52 /usr/lib/ccache/x86_64-linux-gnu-g++ -DROSCONSOLE_BACKEND_LOG4CXX -DROS_PACKAGE_NAME=\"sicks300\" -I/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/include -I/opt/ros/kinetic/include -I/opt/ros/kinetic/share/xmlrpcpp/cmake/../../../include/xmlrpcpp -std=c++11 -o CMakeFiles/sick300_driver.dir/src/sicks300.cpp.o -c /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/src/sicks300.cpp 22:10:59 [100%] Linking CXX executable devel/lib/sicks300/sick300_driver 22:10:59 /usr/bin/cmake -E cmake_link_script CMakeFiles/sick300_driver.dir/link.txt --verbose=1 22:10:59 /usr/lib/ccache/x86_64-linux-gnu-g++ -std=c++11 CMakeFiles/sick300_driver.dir/src/sicks300.cpp.o -o devel/lib/sicks300/sick300_driver -rdynamic devel/lib/libserialcomm_s300.so /opt/ros/kinetic/lib/libtf.so /opt/ros/kinetic/lib/libtf2_ros.so /opt/ros/kinetic/lib/libactionlib.so /opt/ros/kinetic/lib/libmessage_filters.so /opt/ros/kinetic/lib/libroscpp.so -lboost_filesystem -lboost_signals /opt/ros/kinetic/lib/libxmlrpcpp.so /opt/ros/kinetic/lib/libtf2.so /opt/ros/kinetic/lib/librosconsole.so /opt/ros/kinetic/lib/librosconsole_log4cxx.so /opt/ros/kinetic/lib/librosconsole_backend_interface.so -llog4cxx -lboost_regex /opt/ros/kinetic/lib/libroscpp_serialization.so /opt/ros/kinetic/lib/librostime.so /opt/ros/kinetic/lib/libcpp_common.so -lboost_system -lboost_thread -lboost_chrono -lboost_date_time -lboost_atomic -lpthread -lconsole_bridge -Wl,-rpath,/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/devel/lib:/opt/ros/kinetic/lib: 22:11:00 make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:00 [100%] Built target sick300_driver 22:11:00 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:00 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/CMakeFiles 0 22:11:00 make[2]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:00 cd /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 22:11:00 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:11:00 debian/rules override_dh_auto_test 22:11:00 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:11:00 # In case we're installing to a non-standard location, look for a setup.sh 22:11:00 # in the install tree that was dropped by catkin, and source it. It will 22:11:00 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:11:00 echo -- Running tests. Even if one of them fails the build is not canceled. 22:11:00 -- Running tests. Even if one of them fails the build is not canceled. 22:11:00 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:11:00 dh_auto_test || true 22:11:01 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:11:01 fakeroot debian/rules binary 22:11:01 dh binary -v --buildsystem=cmake 22:11:01 dh_testroot -O-v -O--buildsystem=cmake 22:11:01 dh_prep -O-v -O--buildsystem=cmake 22:11:01 rm -f debian/ros-kinetic-sicks300.substvars 22:11:02 rm -f debian/ros-kinetic-sicks300.*.debhelper 22:11:02 rm -rf debian/ros-kinetic-sicks300/ 22:11:02 dh_installdirs -O-v -O--buildsystem=cmake 22:11:02 install -d debian/ros-kinetic-sicks300 22:11:02 debian/rules override_dh_auto_install 22:11:02 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:11:02 # In case we're installing to a non-standard location, look for a setup.sh 22:11:02 # in the install tree that was dropped by catkin, and source it. It will 22:11:02 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:11:02 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:11:02 dh_auto_install 22:11:02 cd obj-x86_64-linux-gnu 22:11:02 make -j1 install DESTDIR=/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/debian/ros-kinetic-sicks300 AM_UPDATE_INFO_DIR=no 22:11:02 make[2]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 /usr/bin/cmake -H/tmp/binarydeb/ros-kinetic-sicks300-1.2.1 -B/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 22:11:02 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/CMakeFiles/progress.marks 22:11:02 make -f CMakeFiles/Makefile2 all 22:11:02 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 make -f CMakeFiles/serialcomm_s300.dir/build.make CMakeFiles/serialcomm_s300.dir/depend 22:11:02 make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 cd /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/CMakeFiles/serialcomm_s300.dir/DependInfo.cmake --color= 22:11:02 make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 make -f CMakeFiles/serialcomm_s300.dir/build.make CMakeFiles/serialcomm_s300.dir/build 22:11:02 make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 make[4]: Nothing to be done for 'CMakeFiles/serialcomm_s300.dir/build'. 22:11:02 make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 [ 50%] Built target serialcomm_s300 22:11:02 make -f CMakeFiles/sick300_driver.dir/build.make CMakeFiles/sick300_driver.dir/depend 22:11:02 make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 cd /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/CMakeFiles/sick300_driver.dir/DependInfo.cmake --color= 22:11:02 make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 make -f CMakeFiles/sick300_driver.dir/build.make CMakeFiles/sick300_driver.dir/build 22:11:02 make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 make[4]: Nothing to be done for 'CMakeFiles/sick300_driver.dir/build'. 22:11:02 make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 [100%] Built target sick300_driver 22:11:02 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu/CMakeFiles 0 22:11:02 make -f CMakeFiles/Makefile2 preinstall 22:11:02 make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 make[3]: Nothing to be done for 'preinstall'. 22:11:02 make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 Install the project... 22:11:02 /usr/bin/cmake -P cmake_install.cmake 22:11:02 -- Install configuration: "None" 22:11:02 -- Installing: /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/pkgconfig/sicks300.pc 22:11:02 -- Installing: /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/debian/ros-kinetic-sicks300/opt/ros/kinetic/share/sicks300/cmake/sicks300Config.cmake 22:11:02 -- Installing: /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/debian/ros-kinetic-sicks300/opt/ros/kinetic/share/sicks300/cmake/sicks300Config-version.cmake 22:11:02 -- Installing: /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/debian/ros-kinetic-sicks300/opt/ros/kinetic/share/sicks300/package.xml 22:11:02 -- Installing: /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so 22:11:02 -- Installing: /tmp/binarydeb/ros-kinetic-sicks300-1.2.1/debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/sicks300/sick300_driver 22:11:02 -- Set runtime path of "/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/sicks300/sick300_driver" to "" 22:11:02 make[2]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu' 22:11:02 cd /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 22:11:02 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:11:02 dh_install -O-v -O--buildsystem=cmake 22:11:02 dh_installdocs -O-v -O--buildsystem=cmake 22:11:02 install -d debian/ros-kinetic-sicks300/usr/share/doc/ros-kinetic-sicks300 22:11:02 dh_installchangelogs -O-v -O--buildsystem=cmake 22:11:03 install -p -m0644 debian/changelog debian/ros-kinetic-sicks300/usr/share/doc/ros-kinetic-sicks300/changelog.Debian 22:11:03 dh_installexamples -O-v -O--buildsystem=cmake 22:11:03 dh_installman -O-v -O--buildsystem=cmake 22:11:03 dh_installcatalogs -O-v -O--buildsystem=cmake 22:11:03 dh_installcron -O-v -O--buildsystem=cmake 22:11:03 dh_installdebconf -O-v -O--buildsystem=cmake 22:11:03 install -d debian/ros-kinetic-sicks300/DEBIAN 22:11:03 dh_installemacsen -O-v -O--buildsystem=cmake 22:11:03 dh_installifupdown -O-v -O--buildsystem=cmake 22:11:04 dh_installinfo -O-v -O--buildsystem=cmake 22:11:04 dh_installinit -O-v -O--buildsystem=cmake 22:11:04 dh_installmenu -O-v -O--buildsystem=cmake 22:11:04 dh_installmime -O-v -O--buildsystem=cmake 22:11:04 dh_installmodules -O-v -O--buildsystem=cmake 22:11:04 dh_installlogcheck -O-v -O--buildsystem=cmake 22:11:04 dh_installlogrotate -O-v -O--buildsystem=cmake 22:11:04 dh_installpam -O-v -O--buildsystem=cmake 22:11:04 dh_installppp -O-v -O--buildsystem=cmake 22:11:04 dh_installudev -O-v -O--buildsystem=cmake 22:11:04 dh_installgsettings -O-v -O--buildsystem=cmake 22:11:04 dh_bugfiles -O-v -O--buildsystem=cmake 22:11:04 dh_ucf -O-v -O--buildsystem=cmake 22:11:04 dh_lintian -O-v -O--buildsystem=cmake 22:11:05 dh_gconf -O-v -O--buildsystem=cmake 22:11:05 dh_icons -O-v -O--buildsystem=cmake 22:11:05 dh_perl -O-v -O--buildsystem=cmake 22:11:05 dh_usrlocal -O-v -O--buildsystem=cmake 22:11:05 dh_link -O-v -O--buildsystem=cmake 22:11:05 dh_installwm -O-v -O--buildsystem=cmake 22:11:05 dh_installxfonts -O-v -O--buildsystem=cmake 22:11:05 dh_strip_nondeterminism -O-v -O--buildsystem=cmake 22:11:05 dh_compress -O-v -O--buildsystem=cmake 22:11:05 cd debian/ros-kinetic-sicks300 22:11:05 chmod a-x usr/share/doc/ros-kinetic-sicks300/changelog.Debian 22:11:05 gzip -9nf usr/share/doc/ros-kinetic-sicks300/changelog.Debian 22:11:05 cd '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:11:05 dh_fixperms -O-v -O--buildsystem=cmake 22:11:05 find debian/ros-kinetic-sicks300 -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 22:11:05 find debian/ros-kinetic-sicks300 ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s 22:11:05 find debian/ros-kinetic-sicks300/usr/share/doc -type f ! -regex 'debian/ros-kinetic-sicks300/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 22:11:05 find debian/ros-kinetic-sicks300/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 0755 22:11:05 find debian/ros-kinetic-sicks300/usr/share/man debian/ros-kinetic-sicks300/usr/man/ debian/ros-kinetic-sicks300/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 0644 22:11:05 find debian/ros-kinetic-sicks300/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 0644 22:11:05 find debian/ros-kinetic-sicks300/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 0644 22:11:05 find debian/ros-kinetic-sicks300/usr/lib/x86_64-linux-gnu/perl5/5.22 debian/ros-kinetic-sicks300/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X 22:11:05 find debian/ros-kinetic-sicks300 -perm -5 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 0644 22:11:05 find debian/ros-kinetic-sicks300/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w 22:11:05 dh_strip -O-v -O--buildsystem=cmake 22:11:05 strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so 22:11:05 strip --remove-section=.comment --remove-section=.note debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/sicks300/sick300_driver 22:11:05 dh_makeshlibs -O-v -O--buildsystem=cmake 22:11:05 rm -f debian/ros-kinetic-sicks300/DEBIAN/shlibs 22:11:05 debian/rules override_dh_shlibdeps 22:11:05 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:11:05 # In case we're installing to a non-standard location, look for a setup.sh 22:11:05 # in the install tree that was dropped by catkin, and source it. It will 22:11:05 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. 22:11:05 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ 22:11:05 dh_shlibdeps -l/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/debian/ros-kinetic-sicks300//opt/ros/kinetic/lib/ 22:11:06 dpkg-shlibdeps -Tdebian/ros-kinetic-sicks300.substvars -l/tmp/binarydeb/ros-kinetic-sicks300-1.2.1/debian/ros-kinetic-sicks300//opt/ros/kinetic/lib/ debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/sicks300/sick300_driver 22:11:07 dpkg-shlibdeps: warning: symbol _ZN3ros7console5printEPNS0_10FilterBaseEPvNS0_6levels5LevelEPKciS7_S7_z used by debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so found in none of the libraries 22:11:07 dpkg-shlibdeps: warning: symbol _ZN3ros7console10initializeEv used by debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so found in none of the libraries 22:11:07 dpkg-shlibdeps: warning: symbol _ZN3ros7console5printEPNS0_10FilterBaseEPvNS0_6levels5LevelERKNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEEPKciSF_ used by debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so found in none of the libraries 22:11:07 dpkg-shlibdeps: warning: symbol _ZN3ros7console23checkLogLocationEnabledEPNS0_11LogLocationE used by debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so found in none of the libraries 22:11:07 dpkg-shlibdeps: warning: symbol _ZN3ros7console21initializeLogLocationEPNS0_11LogLocationERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_6levels5LevelE used by debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so found in none of the libraries 22:11:07 dpkg-shlibdeps: warning: symbol _ZN3ros7console13g_initializedE used by debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so found in none of the libraries 22:11:07 dpkg-shlibdeps: warning: symbol _ZN3ros7console19setLogLocationLevelEPNS0_11LogLocationENS0_6levels5LevelE used by debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so found in none of the libraries 22:11:07 dpkg-shlibdeps: warning: symbol _ZN3ros4Time3nowEv used by debian/ros-kinetic-sicks300/opt/ros/kinetic/lib/libserialcomm_s300.so found in none of the libraries 22:11:07 dpkg-shlibdeps: warning: can't extract name and version from library name 'libserialcomm_s300.so' 22:11:07 dpkg-shlibdeps: warning: can't extract name and version from library name 'libserialcomm_s300.so' 22:11:07 dpkg-shlibdeps: warning: can't extract name and version from library name 'libtf.so' 22:11:07 dpkg-shlibdeps: warning: can't extract name and version from library name 'libtf.so' 22:11:07 dpkg-shlibdeps: warning: can't extract name and version from library name 'libroscpp_serialization.so' 22:11:07 dpkg-shlibdeps: warning: can't extract name and version from library name 'libroscpp_serialization.so' 22:11:07 dpkg-shlibdeps: warning: can't extract name and version from library name 'librostime.so' 22:11:07 dpkg-shlibdeps: warning: can't extract name and version from library name 'librostime.so' 22:11:07 dpkg-shlibdeps: warning: can't extract name and version from library name 'librosconsole.so' 22:11:07 dpkg-shlibdeps: warning: can't extract name and version from library name 'librosconsole.so' 22:11:08 dpkg-shlibdeps: warning: can't extract name and version from library name 'libroscpp.so' 22:11:08 dpkg-shlibdeps: warning: can't extract name and version from library name 'libroscpp.so' 22:11:08 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-sicks300-1.2.1' 22:11:08 dh_installdeb -O-v -O--buildsystem=cmake 22:11:08 dh_gencontrol -O-v -O--buildsystem=cmake 22:11:08 echo misc:Depends= >> debian/ros-kinetic-sicks300.substvars 22:11:08 echo misc:Pre-Depends= >> debian/ros-kinetic-sicks300.substvars 22:11:08 dpkg-gencontrol -pros-kinetic-sicks300 -ldebian/changelog -Tdebian/ros-kinetic-sicks300.substvars -Pdebian/ros-kinetic-sicks300 22:11:08 chmod 0644 debian/ros-kinetic-sicks300/DEBIAN/control 22:11:08 chown 0:0 debian/ros-kinetic-sicks300/DEBIAN/control 22:11:08 dh_md5sums -O-v -O--buildsystem=cmake 22:11:08 (cd debian/ros-kinetic-sicks300 >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null 22:11:08 chmod 0644 debian/ros-kinetic-sicks300/DEBIAN/md5sums 22:11:08 chown 0:0 debian/ros-kinetic-sicks300/DEBIAN/md5sums 22:11:08 dh_builddeb -O-v -O--buildsystem=cmake 22:11:08 dpkg-deb --build debian/ros-kinetic-sicks300 .. 22:11:08 dpkg-deb: building package 'ros-kinetic-sicks300' in '../ros-kinetic-sicks300_1.2.1-0xenial-20180910-210421+0000_amd64.deb'. 22:11:09 dpkg-genchanges -b >../ros-kinetic-sicks300_1.2.1-0xenial-20180910-210421+0000_amd64.changes 22:11:09 dpkg-genchanges: warning: debian/changelog(l11): found trailer where expected start of change data 22:11:09 LINE: -- Marc Hanheide <marc@hanheide.net> Mon, 10 Sep 2018 00:00:00 -0000 22:11:09 dpkg-genchanges: binary-only upload (no source code included) 22:11:09 dpkg-source --after-build ros-kinetic-sicks300-1.2.1 22:11:09 dpkg-source: info: using options from ros-kinetic-sicks300-1.2.1/debian/source/options: --auto-commit 22:11:09 dpkg-buildpackage: binary-only upload (no source included) 22:11:09 I: Successfully built in /tmp/binarydeb/ros-kinetic-sicks300-1.2.1 22:11:09 # END SUBSECTION
22:11:09 + echo # END SECTION 22:11:09 # END SECTION
22:11:09 [Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson7422017656078877448.sh 22:11:09 + [ false = false ] 22:11:09 + echo # BEGIN SECTION: Clean up to save disk space on slaves
14. Clean up to save disk space on slaves

Hide Details

22:11:09 # BEGIN SECTION: Clean up to save disk space on slaves 22:11:09 + chmod -R u+w /home/jenkins-slave/workspace/Kbin_uX64__sicks300__ubuntu_xenial_amd64__binary/binarydeb 22:11:09 + rm -fr binarydeb/ros-kinetic-sicks300-1.2.1/CHANGELOG.rst binarydeb/ros-kinetic-sicks300-1.2.1/CMakeLists.txt binarydeb/ros-kinetic-sicks300-1.2.1/COPYING binarydeb/ros-kinetic-sicks300-1.2.1/README.md binarydeb/ros-kinetic-sicks300-1.2.1/cmake_install.cmake binarydeb/ros-kinetic-sicks300-1.2.1/debian binarydeb/ros-kinetic-sicks300-1.2.1/include binarydeb/ros-kinetic-sicks300-1.2.1/mainpage.dox binarydeb/ros-kinetic-sicks300-1.2.1/obj-x86_64-linux-gnu binarydeb/ros-kinetic-sicks300-1.2.1/package.xml binarydeb/ros-kinetic-sicks300-1.2.1/src 22:11:09 + echo # END SECTION 22:11:09 # END SECTION
22:11:09 SSH: Connecting from host [lcas-buildfarm-slave-1] 22:11:09 SSH: Connecting with configuration [repo] ... 22:11:10 SSH: Disconnecting configuration [repo] ... 22:11:10 SSH: Transferred 2 file(s) 22:11:10 Build step 'Send files or execute commands over SSH' changed build result to SUCCESS 22:11:10 Waiting for the completion of Krel_import-package 22:11:13 Krel_import-package #3196 completed. Result was SUCCESS 22:11:13 $ ssh-agent -k 22:11:13 unset SSH_AUTH_SOCK; 22:11:13 unset SSH_AGENT_PID; 22:11:13 echo Agent pid 1783 killed; 22:11:13 [ssh-agent] Stopped. 22:11:13 [description-setter] Description set: 1.2.1-0xenial-20180910-210421+0000 22:11:13 Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered 22:11:13 Triggering a new build of Krel_sync-packages-to-testing_xenial_amd64 22:11:13 Triggering a new build of Kbin_uX64__scitos_drivers__ubuntu_xenial_amd64__binary 22:11:13 Triggering a new build of Kbin_uX64__scitos_bringup__ubuntu_xenial_amd64__binary 22:11:13 Finished: SUCCESS