Started by upstream project "Ksrc_uX__strands_interaction_behaviours__ubuntu_xenial__source" build number 5 originally caused by: Started by upstream project "Krel_trigger-jobs" build number 56390 originally caused by: Started by timer Started by upstream project "Kbin_uX64__strands_gazing__ubuntu_xenial_amd64__binary" build number 5 originally caused by: Started by upstream project "Ksrc_uX__strands_gazing__ubuntu_xenial__source" build number 5 originally caused by: Started by upstream project "Krel_trigger-jobs" build number 56390 originally caused by: Started by timer Building remotely on build client 3 (slave buildslave indigo_devel_default) in workspace /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-g3T0EXTZQqfV/agent.9858 SSH_AGENT_PID=9860 [ssh-agent] Started. $ ssh-add /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary@tmp/private_key_5644141284793026875.key Identity added: /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary@tmp/private_key_5644141284793026875.key (/home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary@tmp/private_key_5644141284793026875.key) [ssh-agent] Using credentials jenkins-slave # BEGIN SECTION: Check upstream projects Verify that no recursive upstream project is broken: - 'Kbin_uX64__flir_pantilt_d46__ubuntu_xenial_amd64__binary' build '3' has result 'SUCCESS' - 'Ksrc_uX__flir_pantilt_d46__ubuntu_xenial__source' build '3' has result 'SUCCESS' - 'Kbin_uX64__mary_tts__ubuntu_xenial_amd64__binary' build '9' has result 'SUCCESS' - 'Kbin_uX64__pygame_managed_player__ubuntu_xenial_amd64__binary' build '6' has result 'SUCCESS' - 'Ksrc_uX__pygame_managed_player__ubuntu_xenial__source' build '6' has result 'SUCCESS' - 'Ksrc_uX__mary_tts__ubuntu_xenial__source' build '6' has result 'SUCCESS' - 'Kbin_uX64__mongodb_store__ubuntu_xenial_amd64__binary' build '6' has result 'SUCCESS' - 'Kbin_uX64__libmongocxx_ros__ubuntu_xenial_amd64__binary' build '6' has result 'SUCCESS' - 'Ksrc_uX__libmongocxx_ros__ubuntu_xenial__source' build '6' has result 'SUCCESS' - 'Kbin_uX64__mongodb_store_msgs__ubuntu_xenial_amd64__binary' build '6' has result 'SUCCESS' - 'Ksrc_uX__mongodb_store_msgs__ubuntu_xenial__source' build '6' has result 'SUCCESS' - 'Ksrc_uX__mongodb_store__ubuntu_xenial__source' build '6' has result 'SUCCESS' - 'Kbin_uX64__strands_gazing__ubuntu_xenial_amd64__binary' build '5' has result 'SUCCESS' - 'Ksrc_uX__strands_gazing__ubuntu_xenial__source' build '5' has result 'SUCCESS' - 'Ksrc_uX__strands_interaction_behaviours__ubuntu_xenial__source' build '5' has result 'SUCCESS' All recursive upstream projects are (un)stable # END SECTION # BEGIN SECTION: Check free disk space Usable disk space = 46080004096 bytes Free space threshold = 5368709120 bytes # END SECTION [Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson1836434093844351692.sh + echo # BEGIN SECTION: docker version # BEGIN SECTION: docker version + docker version Client: Version: 1.9.1 API version: 1.21 Go version: go1.4.2 Git commit: a34a1d5 Built: Fri Nov 20 13:12:04 UTC 2015 OS/Arch: linux/amd64 Server: Version: 1.9.1 API version: 1.21 Go version: go1.4.2 Git commit: a34a1d5 Built: Fri Nov 20 13:12:04 UTC 2015 OS/Arch: linux/amd64 + echo # END SECTION # END SECTION + echo # BEGIN SECTION: docker info # BEGIN SECTION: docker info + docker info Containers: 422 Images: 2281 Server Version: 1.9.1 Storage Driver: aufs Root Dir: /var/lib/docker/aufs Backing Filesystem: extfs Dirs: 3603 Dirperm1 Supported: false Execution Driver: native-0.2 Logging Driver: json-file Kernel Version: 3.13.0-29-generic Operating System: Ubuntu 14.04 LTS CPUs: 2 Total Memory: 3.861 GiB Name: lcas-buildfarm-slave-3 ID: LZSS:PF7G:CREH:TEQW:FH57:3M6D:KCSS:ODQY:SPHA:ND7A:FHYG:PNDE WARNING: No swap limit support + echo # END SECTION # END SECTION [Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson488121114519221402.sh + echo # BEGIN SECTION: Check docker status # BEGIN SECTION: Check docker status + echo Testing trivial docker invocation... Testing trivial docker invocation... + docker run --rm ubuntu:xenial true + echo 'docker run' returned 0 'docker run' returned 0 docker seems operational, continuing [Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson3655121337743543585.sh + echo # END SECTION # END SECTION [Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson2589144008534664181.sh + echo # BEGIN SECTION: Embed wrapper scripts # BEGIN SECTION: Embed wrapper scripts + rm -fr wrapper_scripts + mkdir wrapper_scripts + 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()) + echo # END SECTION # END SECTION [Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson5271649351827746406.sh + echo # BEGIN SECTION: Clone ros_buildfarm # BEGIN SECTION: Clone ros_buildfarm + rm -fr ros_buildfarm + python3 -u wrapper_scripts/git.py clone --depth 1 -b master https://github.com/lcas/ros_buildfarm.git ros_buildfarm Invoking 'git clone --depth 1 -b master https://github.com/lcas/ros_buildfarm.git ros_buildfarm' Cloning into 'ros_buildfarm'... + git -C ros_buildfarm --no-pager log -n 1 commit aca918fa40d6391d4894b39d8d3477d2e6e0a390 Author: Marc Hanheide Date: Thu Aug 2 12:13:42 2018 +0100 added cleanup + rm -fr ros_buildfarm/.git + rm -fr ros_buildfarm/doc + echo # END SECTION # END SECTION [Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson535145238183340658.sh + echo # BEGIN SECTION: Write PGP repository keys # BEGIN SECTION: Write PGP repository keys + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/keys + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/keys/0.key /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/keys/1.key + echo -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.11 (GNU/Linux) mQENBFPzE4sBCAC9c8hzt+gqe6YqXAW9Yd10jx68M0q8IowAe182yVtIvYf5l+qn MsXiDUz4l7c1TcRpdzZ1WwEQoNNjQKq51ip2Ln3Uhri/GsPBk+psIJPt5AeXYrSf xcDs8k4FMWgJtYMlZLuNk1YPaS6Vf1+Ygbe0u+ssORWg3cWhgLWPDydXdlhinUgw kPd9ZYi8aaAxi94DMuOnAjItfPbuX52NHmPR2cXuh3fZklhA6cCGRYkSVqijKhEv /o8fTnjcTama8ml5jnaAhcZ/4UV3terLeXEQn3+WM+VbTsEr58zca5fOv8MjC+Uh EBgDgnHb8/n7OgSUvv9efQgYXBRQ1mD//JaZABEBAAG0LE1hcmMgSGFuaGVpZGUg KFJPU0J1aWxkKSA8bWFyY0BoYW5oZWlkZS5uZXQ+iQE4BBMBAgAiBQJT8xOLAhsD BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRDc10MYrtOYVB9cCACQwB9auPEX yQdVwliJMLwVihKz0AU0UCG6qra2pdXx9l5kgkQCuDV5FQqMpk/MIJPn8Zj0l1MI 7Yn/EAqBhXjtO2BcTuUC/9epzt1p3C++vK7RSsBDXfKzZN22apIUT0njOkL9Vuoy JjFetmLDaZVbmFU+4ZaX3CFtBL3ewlFiT7G6StKj40JI8QJOlDOziX2OUsqZaI2T Yh681980od3f2OfV3LPVroz7xnyECDfBaPBPaDdb8XWSNVLhuyglb15eewK0hj++ Cut3swWH02Y3yVhzFBnosqqjyzPLBQeDMOoHAPpJHRgprfIRDoUkWAXO5re3GIUQ cvk0d1I1jh3luQENBFPzE4sBCACmSxiM1vpPI7BpgUNAhu0B8SWptULpiYOnDHfM hU1u95Z5Lu/hy3sfm4BEKgLju7Y1I3jToWTwJJzgWZRr+iuuwj3fbfHCISYIK7f3 IWGL2iM2+kLIH6E9oqRgGbJmhiwbz6OokxG0W7atdqpBxOKqhaH0AH3qRicwnuPm Z4/mNHYQ0vBffENewujn1bCAz4C1WB66/AXBYF8dpCP42qB5yK7FRNv4JubMmqhK 7fkD88uu7JVGRYU+temWuJHH4WDxiCmvK8nXacFaZT1NGdTL9/2EukKLguTtZumb oRWgFqV6WFcEnh/V/Ma51D2+K9QbCWa8Bb6c/wKOd9Ii1aDZABEBAAGJAR8EGAEC AAkFAlPzE4sCGwwACgkQ3NdDGK7TmFT2rwf+MzLFPn4Rkko38nctysbXm6qmk34U NTtqirOlxg3mWeUCp7VQGU2Rg2msdo764SxCK12OhJqlXGMd2efCoQhYbMOqG6C0 ikBZPkd5BVFuTKsAUiuVoiQd8bDaZSpO2QdE0RdHE/yYfO66pceEKkGlcjkTRFFU M7nTm7IQj4BBZclMLPr4fX520ZOVUepxAARMHW5A6EcHXvhXmblZOJM36fOv3T5N l9L5tWdt/wybaRE4xuwVSs0n7MyMlWmkQxz8Z6OQscbKmuI4tcYSbvvB5tzjLBwZ Chb0eEZA5ePvnGofu+3JH48FmCIPveD+4kI9GhtGkCL3Q2PiPiLcSnWQWQ== =nFcN -----END PGP PUBLIC KEY BLOCK----- + echo -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1 mQGiBEsy5KkRBADJbDSISoamRM5AA20bfAeBuhhaI+VaiCVcxw90sq9AI5lIc42F WzM2acm8yplqWiehAqOLKd+iIrqNGZ+VavZEPTx7o06UZUMRoPBiTFaCwrQ5avKz lt7ij8PRMVWNrJ7A2lDYXfFQVV1o3Xo06qVnv0KLLUmiur0LBu4H/oTH3wCgt+/I D3LUKaMJsc77KwFBTjHB0EsD/26Z2Ud12f3urSNyN6VMWnP3rz6xsmtY4Qsmkbnr JuduxCQBZv6bX1Cr2ulXkv0fFOr+s5OyUv7zyCPbxiJFh3Br7fJGb0b5/M208KPe giITY9hMh/aUbKjXCPoOXPxSL6SWOWV8taR6903EFyLBN0qno/kXIBKnVqBZobgn jIEPA/0fTnxtZtE7EpirGQMF2caJfv7/LCgXmRs9xAhgbE0/caoa1tnc79uaHmLZ FtbGFoAO31YNYM/IUHtmabbGdvZ4oYUwDhjBevVvC7aI+XhuNGK5mU8qCLLSEUOl CUr6BJq/0iFmjwjmwk9idZEYhqSNy2OoYJbq45rbHfbdKLEVrbQeUk9TIEJ1aWxk ZXIgPHJvc2J1aWxkQHJvcy5vcmc+iGAEExECACAFAksy5KkCGwMGCwkIBwMCBBUC CAMEFgIDAQIeAQIXgAAKCRBVI7rusB+hFmk7AJ0XsLp05KA8l3YzAumZfjSN04MZ jQCfQHfp4aQUXdOCUtetVo0QZUX3IuO5Ag0ESzLkrhAIAOCuSC83VXYWf8gOMSzd xwpsH/uLV9Wze2LGnajsJLjEOhcsz2BHfxqNXhYaE9aQaodPCpbUAkPq8tLbpXy0 SWRCx0F5RcplXx5vIWbP6TlfPbRpK70w7IWd6vsNrjwEHjlhOLcNcj42sp5pgx4b dceK06k5Ml2hYovPnD9o2TYgjOqg5FHZ2g1J0103n/66bN/hZnpLaZJYQiPWCyq6 K0565i1k2Y7hgWB/OXqwaqCehqmLTvpyQGzE1UJvKLuYU+T+4hBnSPbT3KIi5fCz lIwvxijOMcfbkLhzYQXcU0Rd1VItcd5nmPL4z97jBxzuhkgxXpGR4WGKhvsA2Z9Y UtsAAwYH/3Bf44bTpD9bVADUdab3e7zm8iHfh9K/a83mIgDB7mHV6WuemQVTf/1d eu4mI5WtpbOCoucybGfjGIIAcSxwIx6VfC7HSp4J51bOpHhbdDffUEk6QVsZjwoF yn3W9W3ZVeTI+ch/Qoo5a98SnmdjN8eXI/qCuiXOHc6rXDXc2R0iox/1EAS8xGVd cYZe7IWBO2CjCknyhLrWxZHoy+i1GCZ9KvPF/Ef2dmLhCydT73ZlumsY8N5vm76Q ul1G7f8LNbnMgXQafRkPffrAXSVhGY3Z2IiBwFNgxcKTq479l7yedYRGeU1A+SYI YmRFWHXt3rTkMlQSpxCsB0fAYfrwEqqISQQYEQIACQUCSzLkrgIbDAAKCRBVI7ru sB+hFpryAJ9qNz3h3ijt9TkAV0CHufsPT6Cl4gCglfg7tJn2lsSF3HTpoDDO1Fgg x9o= =AGYp -----END PGP PUBLIC KEY BLOCK----- + echo # END SECTION # END SECTION [Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson6070830987744498575.sh + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_generating_docker + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_generating_docker + sleep 1 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 10062 --cid-file /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_generating_docker/docker.cid + echo # BEGIN SECTION: Generate Dockerfile - binarydeb task # BEGIN SECTION: Generate Dockerfile - binarydeb task + export TZ=GMT+00 + export PYTHONPATH=/home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/ros_buildfarm: + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__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 strands_interaction_behaviours 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__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/keys/0.key /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/keys/1.key --target-repository http://10.210.9.154/ubuntu/building --binarydeb-dir /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/binarydeb --dockerfile-dir /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_generating_docker --append-timestamp Using the following distribution repositories: http://10.210.9.154/ubuntu/building (/home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/keys/0.key) http://packages.ros.org/ros/ubuntu (/home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/keys/1.key) Generating Dockerfile '/home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_generating_docker/Dockerfile': # generated from release/binarydeb_create_task.Dockerfile.em FROM ubuntu:xenial VOLUME ["/var/cache/apt/archives"] ENV DEBIAN_FRONTEND noninteractive 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 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV TZ GMT+00 RUN useradd -u 1002 -m buildfarm RUN mkdir /tmp/keys 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 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 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 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) RUN mkdir /tmp/wrapper_scripts 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 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 # automatic invalidation once every day RUN echo "2019-01-25 (+0000)" 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 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 # always invalidate to actually have the latest apt repo state RUN echo "2019-01-25 21:12:11 +0000" RUN python3 -u /tmp/wrapper_scripts/apt.py update USER buildfarm ENTRYPOINT ["sh", "-c"] 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 strands_interaction_behaviours --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py kinetic strands_interaction_behaviours --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 strands_interaction_behaviours 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"] + echo # END SECTION # END SECTION + echo # BEGIN SECTION: Build Dockerfile - binarydeb task # BEGIN SECTION: Build Dockerfile - binarydeb task + cd /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_generating_docker + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial Check docker base image for updates: docker pull ubuntu:xenial xenial: Pulling from library/ubuntu Digest: sha256:80233a84fc8a8d969a65f96b02d3d3ee1472a0b462a896b0424e5651a5c5d2e7 Status: Image is up to date for ubuntu:xenial + docker build --force-rm -t binarydeb_task_generation.kinetic_ubuntu_xenial_amd64_strands_interaction_behaviours . Sending build context to Docker daemon 18.94 kB Sending build context to Docker daemon 18.94 kB Step 1 : FROM ubuntu:xenial ---> f10026dce13c Step 2 : VOLUME /var/cache/apt/archives ---> Using cache ---> 8e294de4bf30 Step 3 : ENV DEBIAN_FRONTEND noninteractive ---> Using cache ---> 2b763b19a8ac 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 ---> Using cache ---> 26c9f3684105 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen ---> Using cache ---> 821b2f41cd02 Step 6 : RUN locale-gen en_US.UTF-8 ---> Using cache ---> 5880f86ba1c1 Step 7 : ENV LANG en_US.UTF-8 ---> Using cache ---> 7c0539216394 Step 8 : ENV TZ GMT+00 ---> Using cache ---> 728e49992442 Step 9 : RUN useradd -u 1002 -m buildfarm ---> Using cache ---> 29335f9e155b Step 10 : RUN mkdir /tmp/keys ---> Using cache ---> 489739e00e01 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 ---> Using cache ---> b9c980d746b2 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 ---> Using cache ---> 470289827c01 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list ---> Using cache ---> c82d5687448d Step 14 : RUN echo deb-src http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list ---> Using cache ---> 85fdb63f7c83 Step 15 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list ---> Using cache ---> 7d9cb8f80505 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) ---> Using cache ---> 86ca96b9f277 Step 17 : RUN mkdir /tmp/wrapper_scripts ---> Using cache ---> 337cbc3ef92b 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 ---> Using cache ---> da5590637980 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 ---> Using cache ---> 6b1f2ed80658 Step 20 : RUN echo "2019-01-25 (+0000)" ---> Using cache ---> a6e5b629b1e8 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 ---> Using cache ---> b9197f0417e6 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 ---> Using cache ---> c933441245ec Step 23 : RUN echo "2019-01-25 21:12:11 +0000" ---> Running in 1d95fb732a76 2019-01-25 21:12:11 +0000 ---> dfdf1ef8c859 Removing intermediate container 1d95fb732a76 Step 24 : RUN python3 -u /tmp/wrapper_scripts/apt.py update ---> Running in 80454e0dca6e Invoking 'apt-get update' Get:1 http://10.210.9.154/ubuntu/building xenial InRelease [2,856 B] Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Get:7 http://10.210.9.154/ubuntu/building xenial/main Sources [163 kB] Get:8 http://10.210.9.154/ubuntu/building xenial/main amd64 Packages [191 kB] Hit:9 http://packages.ros.org/ros/ubuntu xenial InRelease Fetched 791 kB in 1s (538 kB/s) Reading package lists... W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 ---> 9f7583c0024f Removing intermediate container 80454e0dca6e Step 25 : USER buildfarm ---> Running in 6a31550bd198 ---> e838f6a602d0 Removing intermediate container 6a31550bd198 Step 26 : ENTRYPOINT sh -c ---> Running in 633835c0fdd0 ---> 1efffc7d4319 Removing intermediate container 633835c0fdd0 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 strands_interaction_behaviours --sourcedeb-dir /tmp/binarydeb && PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH python3 -u /tmp/ros_buildfarm/scripts/release/append_build_timestamp.py kinetic strands_interaction_behaviours --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 strands_interaction_behaviours 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 ---> Running in 197cca555796 ---> 4b690e697c62 Removing intermediate container 197cca555796 Successfully built 4b690e697c62 + echo # END SECTION # END SECTION + echo # BEGIN SECTION: Run Dockerfile - binarydeb task # BEGIN SECTION: Run Dockerfile - binarydeb task + [ -f /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/binarydeb ] + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/binarydeb + rm -fr /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_build_binarydeb + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/binarydeb + mkdir -p /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_build_binarydeb + docker run --rm --cidfile=/home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_generating_docker/docker.cid -e=TRAVIS= -e=ROS_BUILDFARM_PULL_REQUEST_BRANCH= -v /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__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_strands_interaction_behaviours # BEGIN SUBSECTION: get sourcedeb W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking '/usr/bin/python3 /tmp/ros_buildfarm/ros_buildfarm/wrapper/apt.py source --download-only --only-source ros-kinetic-strands-interaction-behaviours=0.2.4-0xenial' Invoking 'apt-get source --download-only --only-source ros-kinetic-strands-interaction-behaviours=0.2.4-0xenial' Reading package lists... Need to get 13.4 kB of source archives. Get:1 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-strands-interaction-behaviours 0.2.4-0xenial (dsc) [1,489 B] Get:2 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-strands-interaction-behaviours 0.2.4-0xenial (tar) [8,537 B] Get:3 http://10.210.9.154/ubuntu/building xenial/main ros-kinetic-strands-interaction-behaviours 0.2.4-0xenial (diff) [3,392 B] Fetched 13.4 kB in 0s (0 B/s) Download complete and in download only mode W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking 'dpkg-source -x ros-kinetic-strands-interaction-behaviours_0.2.4-0xenial.dsc' dpkg-source: warning: extracting unsigned source package (ros-kinetic-strands-interaction-behaviours_0.2.4-0xenial.dsc) dpkg-source: info: extracting ros-kinetic-strands-interaction-behaviours in ros-kinetic-strands-interaction-behaviours-0.2.4 dpkg-source: info: unpacking ros-kinetic-strands-interaction-behaviours_0.2.4.orig.tar.gz dpkg-source: info: unpacking ros-kinetic-strands-interaction-behaviours_0.2.4-0xenial.debian.tar.xz Package maintainer emails: cdondrup@lincoln.ac.uk # END SUBSECTION # BEGIN SUBSECTION: append build timestamp dpkg-parsechangelog: warning: debian/changelog(l5): found trailer where expected start of change data LINE: -- Christian Dondrup Fri, 25 Jan 2019 00:00:00 -0000 Invoking 'debchange -v 0.2.4-0xenial-20190125-211310+0000 -p -D xenial -u high -m Append timestamp when binarydeb was built.' in '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' debchange: warning: debian/changelog(l5): found trailer where expected start of change data LINE: -- Christian Dondrup Fri, 25 Jan 2019 00:00:00 -0000 # END SUBSECTION Looking for the '.dsc' file of package 'ros-kinetic-strands-interaction-behaviours' with version '0.2.4-0' Using the following distribution repositories: http://10.210.9.154/ubuntu/building (/tmp/keys/0.key) http://packages.ros.org/ros/ubuntu (/tmp/keys/1.key) Generating Dockerfile '/tmp/docker_build_binarydeb/Dockerfile': # generated from release/binarydeb_task.Dockerfile.em FROM ubuntu:xenial VOLUME ["/var/cache/apt/archives"] ENV DEBIAN_FRONTEND noninteractive 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 RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV TZ GMT+00 RUN useradd -u 1002 -m buildfarm RUN mkdir /tmp/keys 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 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 RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list 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) RUN mkdir /tmp/wrapper_scripts 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 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 # automatic invalidation once every day RUN echo "2019-01-25 (+0000)" 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 RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential # for each dependency: echo version, apt update, apt install, apt clean # to prevent exceeding the docker layer limit several lines have been folded RUN echo "apt-src: 0.25.1-0.2" && echo "debhelper: 10.2.2ubuntu1~ubuntu16.04.1" && echo "ros-kinetic-actionlib: 1.11.13-0xenial-20181107-005241-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes apt-src debhelper ros-kinetic-actionlib RUN echo "ros-kinetic-actionlib-msgs: 1.12.7-0xenial-20181107-003646-0800" && echo "ros-kinetic-catkin: 0.7.14-0xenial-20180809-132632-0800" && echo "ros-kinetic-flir-pantilt-d46: 0.2.0-0xenial-20180910-173008+0000" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-actionlib-msgs ros-kinetic-catkin ros-kinetic-flir-pantilt-d46 RUN echo "ros-kinetic-geometry-msgs: 1.12.7-0xenial-20181107-003741-0800" && echo "ros-kinetic-mary-tts: 0.2.1-0xenial-20181025-120517+0000" && echo "ros-kinetic-message-generation: 0.4.0-0xenial-20180824-081816-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-geometry-msgs ros-kinetic-mary-tts ros-kinetic-message-generation RUN echo "ros-kinetic-mongodb-store: 0.4.2-1xenial-20180911-020247+0000" && echo "ros-kinetic-roscpp: 1.12.14-0xenial-20180824-091453-0800" && echo "ros-kinetic-rospy: 1.12.14-0xenial-20180824-093546-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-mongodb-store ros-kinetic-roscpp ros-kinetic-rospy RUN echo "ros-kinetic-std-msgs: 0.5.11-0xenial-20180824-085549-0800" && echo "ros-kinetic-std-srvs: 1.11.2-0xenial-20180824-085636-0800" && echo "ros-kinetic-strands-gazing: 0.2.4-0xenial-20190125-204858+0000" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-std-msgs ros-kinetic-std-srvs ros-kinetic-strands-gazing USER buildfarm ENTRYPOINT ["sh", "-c"] CMD ["PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py kinetic strands_interaction_behaviours --sourcedeb-dir /tmp/binarydeb"] Mount the following volumes when running the container: -v /tmp/ros_buildfarm:/tmp/ros_buildfarm:ro -v /tmp/binarydeb:/tmp/binarydeb + echo # END SECTION # END SECTION [Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson1028687265055589282.sh + sleep 1 + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/subprocess_reaper.py 12105 --cid-file /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid + echo # BEGIN SECTION: Build Dockerfile - build binarydeb # BEGIN SECTION: Build Dockerfile - build binarydeb + cd /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_build_binarydeb + python3 -u /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/ros_buildfarm/scripts/misc/docker_pull_baseimage.py Get base image name from Dockerfile 'Dockerfile': ubuntu:xenial Check docker base image for updates: docker pull ubuntu:xenial xenial: Pulling from library/ubuntu Digest: sha256:80233a84fc8a8d969a65f96b02d3d3ee1472a0b462a896b0424e5651a5c5d2e7 Status: Image is up to date for ubuntu:xenial + docker build --force-rm -t binarydeb_build.kinetic_ubuntu_xenial_amd64_strands_interaction_behaviours . Sending build context to Docker daemon 19.97 kB Sending build context to Docker daemon 19.97 kB Step 1 : FROM ubuntu:xenial ---> f10026dce13c Step 2 : VOLUME /var/cache/apt/archives ---> Using cache ---> 8e294de4bf30 Step 3 : ENV DEBIAN_FRONTEND noninteractive ---> Using cache ---> 2b763b19a8ac 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 ---> Using cache ---> 26c9f3684105 Step 5 : RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen ---> Using cache ---> 821b2f41cd02 Step 6 : RUN locale-gen en_US.UTF-8 ---> Using cache ---> 5880f86ba1c1 Step 7 : ENV LANG en_US.UTF-8 ---> Using cache ---> 7c0539216394 Step 8 : ENV TZ GMT+00 ---> Using cache ---> 728e49992442 Step 9 : RUN useradd -u 1002 -m buildfarm ---> Using cache ---> 29335f9e155b Step 10 : RUN mkdir /tmp/keys ---> Using cache ---> 489739e00e01 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 ---> Using cache ---> b9c980d746b2 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 ---> Using cache ---> 470289827c01 Step 13 : RUN echo deb http://10.210.9.154/ubuntu/building xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list ---> Using cache ---> c82d5687448d Step 14 : RUN echo deb http://packages.ros.org/ros/ubuntu xenial main | tee -a /etc/apt/sources.list.d/buildfarm.list ---> Using cache ---> d532b3aa6572 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) ---> Using cache ---> 27ce9ac4f9a4 Step 16 : RUN mkdir /tmp/wrapper_scripts ---> Using cache ---> 8978866f1b8f 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 ---> Using cache ---> 592eb3ed024e 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 ---> Using cache ---> 883fadcb3454 Step 19 : RUN echo "2019-01-25 (+0000)" ---> Using cache ---> 77490b89d015 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 ---> Using cache ---> b3622e7134e7 Step 21 : RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache gcc build-essential ---> Using cache ---> 15a7e1eab850 Step 22 : RUN echo "apt-src: 0.25.1-0.2" && echo "debhelper: 10.2.2ubuntu1~ubuntu16.04.1" && echo "ros-kinetic-actionlib: 1.11.13-0xenial-20181107-005241-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes apt-src debhelper ros-kinetic-actionlib ---> Using cache ---> d890b31770da Step 23 : RUN echo "ros-kinetic-actionlib-msgs: 1.12.7-0xenial-20181107-003646-0800" && echo "ros-kinetic-catkin: 0.7.14-0xenial-20180809-132632-0800" && echo "ros-kinetic-flir-pantilt-d46: 0.2.0-0xenial-20180910-173008+0000" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-actionlib-msgs ros-kinetic-catkin ros-kinetic-flir-pantilt-d46 ---> Running in 166aa00ea89b ros-kinetic-actionlib-msgs: 1.12.7-0xenial-20181107-003646-0800 ros-kinetic-catkin: 0.7.14-0xenial-20180809-132632-0800 ros-kinetic-flir-pantilt-d46: 0.2.0-0xenial-20180910-173008+0000 Invoking 'apt-get update' Get:1 http://10.210.9.154/ubuntu/building xenial InRelease [2,856 B] Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Hit:3 http://archive.ubuntu.com/ubuntu xenial InRelease Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Hit:7 http://packages.ros.org/ros/ubuntu xenial InRelease Get:8 http://10.210.9.154/ubuntu/building xenial/main amd64 Packages [191 kB] Fetched 628 kB in 1s (375 kB/s) Reading package lists... W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking 'apt-get install -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-actionlib-msgs ros-kinetic-catkin ros-kinetic-flir-pantilt-d46' Reading package lists... Building dependency tree... Reading state information... Starting pkgProblemResolver with broken count: 0 Starting 2 pkgProblemResolver with broken count: 0 Done ros-kinetic-actionlib-msgs is already the newest version (1.12.7-0xenial-20181107-003646-0800). ros-kinetic-actionlib-msgs set to manually installed. ros-kinetic-catkin is already the newest version (0.7.14-0xenial-20180809-132632-0800). ros-kinetic-catkin set to manually installed. The following additional packages will be installed: ros-kinetic-diagnostic-msgs ros-kinetic-diagnostic-updater ros-kinetic-geometry-msgs ros-kinetic-sensor-msgs The following NEW packages will be installed: ros-kinetic-diagnostic-msgs ros-kinetic-diagnostic-updater ros-kinetic-flir-pantilt-d46 ros-kinetic-geometry-msgs ros-kinetic-sensor-msgs 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Need to get 372 kB of archives. After this operation, 5,247 kB of additional disk space will be used. Get:1 http://10.210.9.154/ubuntu/building xenial/main amd64 ros-kinetic-flir-pantilt-d46 amd64 0.2.0-0xenial-20180910-173008+0000 [115 kB] Get:2 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-diagnostic-msgs amd64 1.12.7-0xenial-20181107-003618-0800 [31.0 kB] Get:3 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-diagnostic-updater amd64 1.9.3-0xenial-20181107-004720-0800 [27.7 kB] Get:4 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-geometry-msgs amd64 1.12.7-0xenial-20181107-003741-0800 [66.8 kB] Get:5 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-sensor-msgs amd64 1.12.7-0xenial-20181107-004110-0800 [131 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 372 kB in 0s (663 kB/s) Selecting previously unselected package ros-kinetic-diagnostic-msgs. (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 ... 57129 files and directories currently installed.) Preparing to unpack .../ros-kinetic-diagnostic-msgs_1.12.7-0xenial-20181107-003618-0800_amd64.deb ... Unpacking ros-kinetic-diagnostic-msgs (1.12.7-0xenial-20181107-003618-0800) ... Selecting previously unselected package ros-kinetic-diagnostic-updater. Preparing to unpack .../ros-kinetic-diagnostic-updater_1.9.3-0xenial-20181107-004720-0800_amd64.deb ... Unpacking ros-kinetic-diagnostic-updater (1.9.3-0xenial-20181107-004720-0800) ... Selecting previously unselected package ros-kinetic-geometry-msgs. Preparing to unpack .../ros-kinetic-geometry-msgs_1.12.7-0xenial-20181107-003741-0800_amd64.deb ... Unpacking ros-kinetic-geometry-msgs (1.12.7-0xenial-20181107-003741-0800) ... Selecting previously unselected package ros-kinetic-sensor-msgs. Preparing to unpack .../ros-kinetic-sensor-msgs_1.12.7-0xenial-20181107-004110-0800_amd64.deb ... Unpacking ros-kinetic-sensor-msgs (1.12.7-0xenial-20181107-004110-0800) ... Selecting previously unselected package ros-kinetic-flir-pantilt-d46. Preparing to unpack .../ros-kinetic-flir-pantilt-d46_0.2.0-0xenial-20180910-173008+0000_amd64.deb ... Unpacking ros-kinetic-flir-pantilt-d46 (0.2.0-0xenial-20180910-173008+0000) ... Setting up ros-kinetic-diagnostic-msgs (1.12.7-0xenial-20181107-003618-0800) ... Setting up ros-kinetic-diagnostic-updater (1.9.3-0xenial-20181107-004720-0800) ... Setting up ros-kinetic-geometry-msgs (1.12.7-0xenial-20181107-003741-0800) ... Setting up ros-kinetic-sensor-msgs (1.12.7-0xenial-20181107-004110-0800) ... Setting up ros-kinetic-flir-pantilt-d46 (0.2.0-0xenial-20180910-173008+0000) ... W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking 'apt-get clean' ---> f53907f7e6c6 Removing intermediate container 166aa00ea89b Step 24 : RUN echo "ros-kinetic-geometry-msgs: 1.12.7-0xenial-20181107-003741-0800" && echo "ros-kinetic-mary-tts: 0.2.1-0xenial-20181025-120517+0000" && echo "ros-kinetic-message-generation: 0.4.0-0xenial-20180824-081816-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-geometry-msgs ros-kinetic-mary-tts ros-kinetic-message-generation ---> Running in 5a54a4fea4cc ros-kinetic-geometry-msgs: 1.12.7-0xenial-20181107-003741-0800 ros-kinetic-mary-tts: 0.2.1-0xenial-20181025-120517+0000 ros-kinetic-message-generation: 0.4.0-0xenial-20180824-081816-0800 Invoking 'apt-get update' Hit:1 http://10.210.9.154/ubuntu/building xenial InRelease Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Get:6 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Hit:7 http://packages.ros.org/ros/ubuntu xenial InRelease Fetched 434 kB in 1s (329 kB/s) Reading package lists... W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking 'apt-get install -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-geometry-msgs ros-kinetic-mary-tts ros-kinetic-message-generation' Reading package lists... Building dependency tree... Reading state information... Starting pkgProblemResolver with broken count: 0 Starting 2 pkgProblemResolver with broken count: 0 Done ros-kinetic-geometry-msgs is already the newest version (1.12.7-0xenial-20181107-003741-0800). ros-kinetic-geometry-msgs set to manually installed. ros-kinetic-message-generation is already the newest version (0.4.0-0xenial-20180824-081816-0800). ros-kinetic-message-generation set to manually installed. The following additional packages will be installed: ca-certificates-java default-jdk default-jdk-headless default-jre default-jre-headless fonts-dejavu-extra fonts-freefont-ttf java-common javascript-common libasound2 libasound2-data libasyncns0 libcaca0 libflac8 libfluidsynth1 libgif7 libice-dev libjack-jackd2-0 libjs-jquery libjson-c2 libmad0 libmikmod3 libnspr4 libnss3 libnss3-nssdb libogg0 libopenal-data libopenal1 libpcsclite1 libportmidi0 libpthread-stubs0-dev libpulse0 libsamplerate0 libsdl-image1.2 libsdl-mixer1.2 libsdl-ttf2.0-0 libsdl1.2debian libslang2 libsm-dev libsmpeg0 libsndfile1 libvorbis0a libvorbisenc2 libvorbisfile3 libwrap0 libx11-dev libx11-doc libxau-dev libxcb1-dev libxdmcp-dev libxt-dev libxt6 musescore-soundfont-gm openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless python-blinker python-cffi-backend python-cryptography python-enum34 python-flask python-idna python-ipaddress python-itsdangerous python-jinja2 python-markupsafe python-openssl python-pyasn1 python-pygame python-pyinotify python-werkzeug ros-kinetic-pygame-managed-player tcpd timgm6mb-soundfont x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev Suggested packages: default-java-plugin apache2 | lighttpd | httpd libasound2-plugins alsa-utils libice-doc jackd2 libportaudio2 pcscd pulseaudio libsm-doc libxcb-doc libxt-doc fluidsynth timidity openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei fonts-wqy-zenhei fonts-indic python-blinker-doc python-cryptography-doc python-cryptography-vectors python-enum34-doc python-flask-doc python-jinja2-doc python-openssl-doc python-openssl-dbg doc-base python-pyinotify-doc ipython python-genshi python-lxml python-greenlet python-redis python-pylibmc | python-memcache python-werkzeug-doc fluid-soundfont-gm musescore The following NEW packages will be installed: ca-certificates-java default-jdk default-jdk-headless default-jre default-jre-headless fonts-dejavu-extra fonts-freefont-ttf java-common javascript-common libasound2 libasound2-data libasyncns0 libcaca0 libflac8 libfluidsynth1 libgif7 libice-dev libjack-jackd2-0 libjs-jquery libjson-c2 libmad0 libmikmod3 libnspr4 libnss3 libnss3-nssdb libogg0 libopenal-data libopenal1 libpcsclite1 libportmidi0 libpthread-stubs0-dev libpulse0 libsamplerate0 libsdl-image1.2 libsdl-mixer1.2 libsdl-ttf2.0-0 libsdl1.2debian libslang2 libsm-dev libsmpeg0 libsndfile1 libvorbis0a libvorbisenc2 libvorbisfile3 libwrap0 libx11-dev libx11-doc libxau-dev libxcb1-dev libxdmcp-dev libxt-dev libxt6 musescore-soundfont-gm openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless python-blinker python-cffi-backend python-cryptography python-enum34 python-flask python-idna python-ipaddress python-itsdangerous python-jinja2 python-markupsafe python-openssl python-pyasn1 python-pygame python-pyinotify python-werkzeug ros-kinetic-mary-tts ros-kinetic-pygame-managed-player tcpd timgm6mb-soundfont x11proto-core-dev x11proto-input-dev x11proto-kb-dev xorg-sgml-doctools xtrans-dev 0 upgraded, 81 newly installed, 0 to remove and 0 not upgraded. Need to get 103 MB of archives. After this operation, 260 MB of additional disk space will be used. Get:1 http://10.210.9.154/ubuntu/building xenial/main amd64 ros-kinetic-pygame-managed-player amd64 0.2.1-0xenial-20181025-114406+0000 [17.7 kB] Get:2 http://10.210.9.154/ubuntu/building xenial/main amd64 ros-kinetic-mary-tts amd64 0.2.1-0xenial-20181025-120517+0000 [43.5 MB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjson-c2 amd64 0.11-4ubuntu2 [22.3 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 [12.3 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsamplerate0 amd64 0.1.8-8 [937 kB] Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libflac8 amd64 1.3.1-4 [210 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-data all 1.1.0-0ubuntu1 [29.4 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 libasound2 amd64 1.1.0-0ubuntu1 [350 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjack-jackd2-0 amd64 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 [140 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbis0a amd64 1.3.5-3ubuntu0.2 [86.0 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbisenc2 amd64 1.3.5-3ubuntu0.2 [70.6 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsndfile1 amd64 1.0.25-10ubuntu0.16.04.1 [138 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwrap0 amd64 7.6.q-25 [46.2 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpulse0 amd64 1:8.0-0ubuntu3.10 [249 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libfluidsynth1 amd64 1.1.6-3 [130 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libmad0 amd64 0.15.1b-9ubuntu16.04.1 [64.7 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libopenal-data all 1:1.16.0-3 [101 kB] Get:19 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libopenal1 amd64 1:1.16.0-3 [164 kB] Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libslang2 amd64 2.3.0-2ubuntu1.1 [415 kB] Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcaca0 amd64 0.99.beta19-2ubuntu0.16.04.1 [202 kB] Get:22 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsdl1.2debian amd64 1.2.15+dfsg1-3 [168 kB] Get:23 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libmikmod3 amd64 3.3.8-2 [114 kB] Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbisfile3 amd64 1.3.5-3ubuntu0.2 [15.9 kB] Get:25 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libsdl-mixer1.2 amd64 1.2.12-11build1 [71.9 kB] Get:26 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libsdl-ttf2.0-0 amd64 2.0.11-3 [15.0 kB] Get:27 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libsmpeg0 amd64 0.4.5+cvs20030824-7.1 [80.0 kB] Get:28 http://archive.ubuntu.com/ubuntu xenial/main amd64 java-common all 0.56ubuntu2 [7,742 B] Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.4 [10.6 kB] Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.4 [1,146 kB] Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpcsclite1 amd64 1.8.14-1ubuntu1.16.04.1 [21.4 kB] Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u191-b12-0ubuntu0.16.04.1 [27.1 MB] Get:34 http://archive.ubuntu.com/ubuntu xenial/main amd64 default-jre-headless amd64 2:1.8-56ubuntu2 [4,380 B] Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates-java all 20160321ubuntu1 [12.5 kB] Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgif7 amd64 5.1.4-0.3~16.04 [30.5 kB] Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u191-b12-0ubuntu0.16.04.1 [69.3 kB] Get:38 http://archive.ubuntu.com/ubuntu xenial/main amd64 default-jre amd64 2:1.8-56ubuntu2 [980 B] Get:39 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u191-b12-0ubuntu0.16.04.1 [8,208 kB] Get:40 http://archive.ubuntu.com/ubuntu xenial/main amd64 default-jdk-headless amd64 2:1.8-56ubuntu2 [986 B] Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u191-b12-0ubuntu0.16.04.1 [1,415 kB] Get:42 http://archive.ubuntu.com/ubuntu xenial/main amd64 default-jdk amd64 2:1.8-56ubuntu2 [968 B] Get:43 http://archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-extra all 2.35-1 [1,749 kB] Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 fonts-freefont-ttf all 20120503-4 [4,140 kB] Get:45 http://archive.ubuntu.com/ubuntu xenial/main amd64 javascript-common all 11 [6,066 B] Get:46 http://archive.ubuntu.com/ubuntu xenial/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] Get:47 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11proto-core-dev all 7.0.31-1~ubuntu16.04.2 [254 kB] Get:48 http://archive.ubuntu.com/ubuntu xenial/main amd64 libice-dev amd64 2:1.0.9-1 [44.9 kB] Get:49 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4 [161 kB] Get:50 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libportmidi0 amd64 1:200-0ubuntu3 [21.0 kB] Get:51 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4,068 B] Get:52 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libsdl-image1.2 amd64 1.2.12-5+deb9u1build0.16.04.1 [29.1 kB] Get:53 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsm-dev amd64 2:1.2.2-1 [16.2 kB] Get:54 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB] Get:55 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp-dev amd64 1:1.1.2-1.1 [25.1 kB] Get:56 http://archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-input-dev all 2.3.1-1 [118 kB] Get:57 http://archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-kb-dev all 1.0.7-0ubuntu1 [224 kB] Get:58 http://archive.ubuntu.com/ubuntu xenial/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB] Get:59 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1-dev amd64 1.11.1-1ubuntu1 [74.2 kB] Get:60 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2.1 [640 kB] Get:61 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-doc all 2:1.6.3-1ubuntu2.1 [1,470 kB] Get:62 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB] Get:63 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxt-dev amd64 1:1.1.5-0ubuntu1 [394 kB] Get:64 http://archive.ubuntu.com/ubuntu xenial/universe amd64 timgm6mb-soundfont all 1.3-2 [5,423 kB] Get:65 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 musescore-soundfont-gm all 2.0.2+dfsg-2ubuntu0.1 [5,414 B] Get:66 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-blinker all 1.3.dfsg2-1build1 [12.4 kB] Get:67 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-cffi-backend amd64 1.5.2-1ubuntu1 [58.1 kB] Get:68 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-enum34 all 1.1.2-1 [35.8 kB] Get:69 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-idna all 2.0-3 [35.1 kB] Get:70 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-ipaddress all 1.0.16-1 [18.0 kB] Get:71 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-pyasn1 all 0.1.9-1 [45.1 kB] Get:72 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-cryptography amd64 1.2.3-1ubuntu0.2 [199 kB] Get:73 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-itsdangerous all 0.24+dfsg1-1 [12.0 kB] Get:74 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-markupsafe amd64 0.23-2build2 [15.5 kB] Get:75 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-jinja2 all 2.8-1 [109 kB] Get:76 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-werkzeug all 0.10.4+dfsg1-1ubuntu1.1 [162 kB] Get:77 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-flask all 0.10.1-2build2 [51.8 kB] Get:78 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-openssl all 0.15.1-2ubuntu0.2 [84.9 kB] Get:79 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-pygame amd64 1.9.1release+dfsg-10 [1,665 kB] Get:80 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-pyinotify all 0.9.6-0fakesync1 [24.6 kB] Get:81 http://archive.ubuntu.com/ubuntu xenial/main amd64 tcpd amd64 7.6.q-25 [23.0 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 103 MB in 1s (51.8 MB/s) Selecting previously unselected package libjson-c2:amd64. (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 ... 57986 files and directories currently installed.) Preparing to unpack .../libjson-c2_0.11-4ubuntu2_amd64.deb ... Unpacking libjson-c2:amd64 (0.11-4ubuntu2) ... Selecting previously unselected package libasyncns0:amd64. Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... Unpacking libasyncns0:amd64 (0.8-5build1) ... Selecting previously unselected package libogg0:amd64. Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... Unpacking libogg0:amd64 (1.3.2-1) ... Selecting previously unselected package libsamplerate0:amd64. Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... Unpacking libsamplerate0:amd64 (0.1.8-8) ... Selecting previously unselected package libflac8:amd64. Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... Unpacking libflac8:amd64 (1.3.1-4) ... Selecting previously unselected package libasound2-data. Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... Unpacking libasound2-data (1.1.0-0ubuntu1) ... Selecting previously unselected package libasound2:amd64. Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... Selecting previously unselected package libjack-jackd2-0:amd64. Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... Selecting previously unselected package libvorbis0a:amd64. Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... Selecting previously unselected package libvorbisenc2:amd64. Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... Selecting previously unselected package libsndfile1:amd64. Preparing to unpack .../libsndfile1_1.0.25-10ubuntu0.16.04.1_amd64.deb ... Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... Selecting previously unselected package libwrap0:amd64. Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ... Unpacking libwrap0:amd64 (7.6.q-25) ... Selecting previously unselected package libpulse0:amd64. Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... Selecting previously unselected package libfluidsynth1:amd64. Preparing to unpack .../libfluidsynth1_1.1.6-3_amd64.deb ... Unpacking libfluidsynth1:amd64 (1.1.6-3) ... Selecting previously unselected package libmad0:amd64. Preparing to unpack .../libmad0_0.15.1b-9ubuntu16.04.1_amd64.deb ... Unpacking libmad0:amd64 (0.15.1b-9ubuntu16.04.1) ... Selecting previously unselected package libopenal-data. Preparing to unpack .../libopenal-data_1%3a1.16.0-3_all.deb ... Unpacking libopenal-data (1:1.16.0-3) ... Selecting previously unselected package libopenal1:amd64. Preparing to unpack .../libopenal1_1%3a1.16.0-3_amd64.deb ... Unpacking libopenal1:amd64 (1:1.16.0-3) ... Selecting previously unselected package libslang2:amd64. Preparing to unpack .../libslang2_2.3.0-2ubuntu1.1_amd64.deb ... Unpacking libslang2:amd64 (2.3.0-2ubuntu1.1) ... Selecting previously unselected package libcaca0:amd64. Preparing to unpack .../libcaca0_0.99.beta19-2ubuntu0.16.04.1_amd64.deb ... Unpacking libcaca0:amd64 (0.99.beta19-2ubuntu0.16.04.1) ... Selecting previously unselected package libsdl1.2debian:amd64. Preparing to unpack .../libsdl1.2debian_1.2.15+dfsg1-3_amd64.deb ... Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg1-3) ... Selecting previously unselected package libmikmod3:amd64. Preparing to unpack .../libmikmod3_3.3.8-2_amd64.deb ... Unpacking libmikmod3:amd64 (3.3.8-2) ... Selecting previously unselected package libvorbisfile3:amd64. Preparing to unpack .../libvorbisfile3_1.3.5-3ubuntu0.2_amd64.deb ... Unpacking libvorbisfile3:amd64 (1.3.5-3ubuntu0.2) ... Selecting previously unselected package libsdl-mixer1.2:amd64. Preparing to unpack .../libsdl-mixer1.2_1.2.12-11build1_amd64.deb ... Unpacking libsdl-mixer1.2:amd64 (1.2.12-11build1) ... Selecting previously unselected package libsdl-ttf2.0-0:amd64. Preparing to unpack .../libsdl-ttf2.0-0_2.0.11-3_amd64.deb ... Unpacking libsdl-ttf2.0-0:amd64 (2.0.11-3) ... Selecting previously unselected package libsmpeg0:amd64. Preparing to unpack .../libsmpeg0_0.4.5+cvs20030824-7.1_amd64.deb ... Unpacking libsmpeg0:amd64 (0.4.5+cvs20030824-7.1) ... Selecting previously unselected package java-common. Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... Unpacking java-common (0.56ubuntu2) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.4_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.4) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.4_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.4) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../libpcsclite1_1.8.14-1ubuntu1.16.04.1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... Selecting previously unselected package openjdk-8-jre-headless:amd64. Preparing to unpack .../openjdk-8-jre-headless_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... Unpacking openjdk-8-jre-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... Selecting previously unselected package default-jre-headless. Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... Unpacking default-jre-headless (2:1.8-56ubuntu2) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... Unpacking ca-certificates-java (20160321ubuntu1) ... Selecting previously unselected package libgif7:amd64. Preparing to unpack .../libgif7_5.1.4-0.3~16.04_amd64.deb ... Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... Selecting previously unselected package openjdk-8-jre:amd64. Preparing to unpack .../openjdk-8-jre_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... Unpacking openjdk-8-jre:amd64 (8u191-b12-0ubuntu0.16.04.1) ... Selecting previously unselected package default-jre. Preparing to unpack .../default-jre_2%3a1.8-56ubuntu2_amd64.deb ... Unpacking default-jre (2:1.8-56ubuntu2) ... Selecting previously unselected package openjdk-8-jdk-headless:amd64. Preparing to unpack .../openjdk-8-jdk-headless_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... Unpacking openjdk-8-jdk-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... Selecting previously unselected package default-jdk-headless. Preparing to unpack .../default-jdk-headless_2%3a1.8-56ubuntu2_amd64.deb ... Unpacking default-jdk-headless (2:1.8-56ubuntu2) ... Selecting previously unselected package openjdk-8-jdk:amd64. Preparing to unpack .../openjdk-8-jdk_8u191-b12-0ubuntu0.16.04.1_amd64.deb ... Unpacking openjdk-8-jdk:amd64 (8u191-b12-0ubuntu0.16.04.1) ... Selecting previously unselected package default-jdk. Preparing to unpack .../default-jdk_2%3a1.8-56ubuntu2_amd64.deb ... Unpacking default-jdk (2:1.8-56ubuntu2) ... Selecting previously unselected package fonts-dejavu-extra. Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... Unpacking fonts-dejavu-extra (2.35-1) ... Selecting previously unselected package fonts-freefont-ttf. Preparing to unpack .../fonts-freefont-ttf_20120503-4_all.deb ... Unpacking fonts-freefont-ttf (20120503-4) ... Selecting previously unselected package javascript-common. Preparing to unpack .../javascript-common_11_all.deb ... Unpacking javascript-common (11) ... Selecting previously unselected package xorg-sgml-doctools. Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... Unpacking xorg-sgml-doctools (1:1.11-1) ... Selecting previously unselected package x11proto-core-dev. Preparing to unpack .../x11proto-core-dev_7.0.31-1~ubuntu16.04.2_all.deb ... Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... Selecting previously unselected package libice-dev:amd64. Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... Unpacking libice-dev:amd64 (2:1.0.9-1) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... Unpacking libjs-jquery (1.11.3+dfsg-4) ... Selecting previously unselected package libportmidi0. Preparing to unpack .../libportmidi0_1%3a200-0ubuntu3_amd64.deb ... Unpacking libportmidi0 (1:200-0ubuntu3) ... Selecting previously unselected package libpthread-stubs0-dev:amd64. Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... Selecting previously unselected package libsdl-image1.2:amd64. Preparing to unpack .../libsdl-image1.2_1.2.12-5+deb9u1build0.16.04.1_amd64.deb ... Unpacking libsdl-image1.2:amd64 (1.2.12-5+deb9u1build0.16.04.1) ... Selecting previously unselected package libsm-dev:amd64. Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... Unpacking libsm-dev:amd64 (2:1.2.2-1) ... Selecting previously unselected package libxau-dev:amd64. Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... Unpacking libxau-dev:amd64 (1:1.0.8-1) ... Selecting previously unselected package libxdmcp-dev:amd64. Preparing to unpack .../libxdmcp-dev_1%3a1.1.2-1.1_amd64.deb ... Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... Selecting previously unselected package x11proto-input-dev. Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... Unpacking x11proto-input-dev (2.3.1-1) ... Selecting previously unselected package x11proto-kb-dev. Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... Selecting previously unselected package xtrans-dev. Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... Unpacking xtrans-dev (1.3.5-1) ... Selecting previously unselected package libxcb1-dev:amd64. Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... Selecting previously unselected package libx11-dev:amd64. Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... Selecting previously unselected package libx11-doc. Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2.1_all.deb ... Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... Selecting previously unselected package libxt6:amd64. Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... Selecting previously unselected package libxt-dev:amd64. Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... Selecting previously unselected package timgm6mb-soundfont. Preparing to unpack .../timgm6mb-soundfont_1.3-2_all.deb ... Unpacking timgm6mb-soundfont (1.3-2) ... Selecting previously unselected package musescore-soundfont-gm. Preparing to unpack .../musescore-soundfont-gm_2.0.2+dfsg-2ubuntu0.1_all.deb ... Unpacking musescore-soundfont-gm (2.0.2+dfsg-2ubuntu0.1) ... Selecting previously unselected package python-blinker. Preparing to unpack .../python-blinker_1.3.dfsg2-1build1_all.deb ... Unpacking python-blinker (1.3.dfsg2-1build1) ... Selecting previously unselected package python-cffi-backend. Preparing to unpack .../python-cffi-backend_1.5.2-1ubuntu1_amd64.deb ... Unpacking python-cffi-backend (1.5.2-1ubuntu1) ... Selecting previously unselected package python-enum34. Preparing to unpack .../python-enum34_1.1.2-1_all.deb ... Unpacking python-enum34 (1.1.2-1) ... Selecting previously unselected package python-idna. Preparing to unpack .../python-idna_2.0-3_all.deb ... Unpacking python-idna (2.0-3) ... Selecting previously unselected package python-ipaddress. Preparing to unpack .../python-ipaddress_1.0.16-1_all.deb ... Unpacking python-ipaddress (1.0.16-1) ... Selecting previously unselected package python-pyasn1. Preparing to unpack .../python-pyasn1_0.1.9-1_all.deb ... Unpacking python-pyasn1 (0.1.9-1) ... Selecting previously unselected package python-cryptography. Preparing to unpack .../python-cryptography_1.2.3-1ubuntu0.2_amd64.deb ... Unpacking python-cryptography (1.2.3-1ubuntu0.2) ... Selecting previously unselected package python-itsdangerous. Preparing to unpack .../python-itsdangerous_0.24+dfsg1-1_all.deb ... Unpacking python-itsdangerous (0.24+dfsg1-1) ... Selecting previously unselected package python-markupsafe. Preparing to unpack .../python-markupsafe_0.23-2build2_amd64.deb ... Unpacking python-markupsafe (0.23-2build2) ... Selecting previously unselected package python-jinja2. Preparing to unpack .../python-jinja2_2.8-1_all.deb ... Unpacking python-jinja2 (2.8-1) ... Selecting previously unselected package python-werkzeug. Preparing to unpack .../python-werkzeug_0.10.4+dfsg1-1ubuntu1.1_all.deb ... Unpacking python-werkzeug (0.10.4+dfsg1-1ubuntu1.1) ... Selecting previously unselected package python-flask. Preparing to unpack .../python-flask_0.10.1-2build2_all.deb ... Unpacking python-flask (0.10.1-2build2) ... Selecting previously unselected package python-openssl. Preparing to unpack .../python-openssl_0.15.1-2ubuntu0.2_all.deb ... Unpacking python-openssl (0.15.1-2ubuntu0.2) ... Selecting previously unselected package python-pygame. Preparing to unpack .../python-pygame_1.9.1release+dfsg-10_amd64.deb ... Unpacking python-pygame (1.9.1release+dfsg-10) ... Selecting previously unselected package python-pyinotify. Preparing to unpack .../python-pyinotify_0.9.6-0fakesync1_all.deb ... Unpacking python-pyinotify (0.9.6-0fakesync1) ... Selecting previously unselected package tcpd. Preparing to unpack .../tcpd_7.6.q-25_amd64.deb ... Unpacking tcpd (7.6.q-25) ... Selecting previously unselected package ros-kinetic-pygame-managed-player. Preparing to unpack .../ros-kinetic-pygame-managed-player_0.2.1-0xenial-20181025-114406+0000_amd64.deb ... Unpacking ros-kinetic-pygame-managed-player (0.2.1-0xenial-20181025-114406+0000) ... Selecting previously unselected package ros-kinetic-mary-tts. Preparing to unpack .../ros-kinetic-mary-tts_0.2.1-0xenial-20181025-120517+0000_amd64.deb ... Unpacking ros-kinetic-mary-tts (0.2.1-0xenial-20181025-120517+0000) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for ca-certificates (20170717~16.04.2) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... Processing triggers for mime-support (3.59ubuntu1) ... Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... Setting up libjson-c2:amd64 (0.11-4ubuntu2) ... Setting up libasyncns0:amd64 (0.8-5build1) ... Setting up libogg0:amd64 (1.3.2-1) ... Setting up libsamplerate0:amd64 (0.1.8-8) ... Setting up libflac8:amd64 (1.3.1-4) ... Setting up libasound2-data (1.1.0-0ubuntu1) ... Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... Setting up libwrap0:amd64 (7.6.q-25) ... Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... Setting up libfluidsynth1:amd64 (1.1.6-3) ... Setting up libmad0:amd64 (0.15.1b-9ubuntu16.04.1) ... Setting up libopenal-data (1:1.16.0-3) ... Setting up libopenal1:amd64 (1:1.16.0-3) ... Setting up libslang2:amd64 (2.3.0-2ubuntu1.1) ... Setting up libcaca0:amd64 (0.99.beta19-2ubuntu0.16.04.1) ... Setting up libsdl1.2debian:amd64 (1.2.15+dfsg1-3) ... Setting up libmikmod3:amd64 (3.3.8-2) ... Setting up libvorbisfile3:amd64 (1.3.5-3ubuntu0.2) ... Setting up libsdl-mixer1.2:amd64 (1.2.12-11build1) ... Setting up libsdl-ttf2.0-0:amd64 (2.0.11-3) ... Setting up libsmpeg0:amd64 (0.4.5+cvs20030824-7.1) ... Setting up java-common (0.56ubuntu2) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... Setting up fonts-dejavu-extra (2.35-1) ... Setting up fonts-freefont-ttf (20120503-4) ... Setting up javascript-common (11) ... Setting up xorg-sgml-doctools (1:1.11-1) ... Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... Setting up libice-dev:amd64 (2:1.0.9-1) ... Setting up libjs-jquery (1.11.3+dfsg-4) ... Setting up libportmidi0 (1:200-0ubuntu3) ... Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... Setting up libsdl-image1.2:amd64 (1.2.12-5+deb9u1build0.16.04.1) ... Setting up libsm-dev:amd64 (2:1.2.2-1) ... Setting up libxau-dev:amd64 (1:1.0.8-1) ... Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... Setting up x11proto-input-dev (2.3.1-1) ... Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... Setting up xtrans-dev (1.3.5-1) ... Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... Setting up timgm6mb-soundfont (1.3-2) ... Setting up musescore-soundfont-gm (2.0.2+dfsg-2ubuntu0.1) ... Setting up python-blinker (1.3.dfsg2-1build1) ... Setting up python-cffi-backend (1.5.2-1ubuntu1) ... Setting up python-enum34 (1.1.2-1) ... Setting up python-idna (2.0-3) ... Setting up python-ipaddress (1.0.16-1) ... Setting up python-pyasn1 (0.1.9-1) ... Setting up python-cryptography (1.2.3-1ubuntu0.2) ... Setting up python-itsdangerous (0.24+dfsg1-1) ... Setting up python-markupsafe (0.23-2build2) ... Setting up python-jinja2 (2.8-1) ... Setting up python-werkzeug (0.10.4+dfsg1-1ubuntu1.1) ... Setting up python-flask (0.10.1-2build2) ... Setting up python-openssl (0.15.1-2ubuntu0.2) ... Setting up python-pygame (1.9.1release+dfsg-10) ... Setting up python-pyinotify (0.9.6-0fakesync1) ... Setting up tcpd (7.6.q-25) ... Setting up ros-kinetic-pygame-managed-player (0.2.1-0xenial-20181025-114406+0000) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.4) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.4) ... Setting up ca-certificates-java (20160321ubuntu1) ... Adding debian:Amazon_Root_CA_3.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:SecureSign_RootCA11.pem Adding debian:Izenpe.com.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:ISRG_Root_X1.pem Adding debian:Certinomis_-_Root_CA.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:SecureTrust_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:ACCVRAIZ1.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:AffirmTrust_Premium.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:QuoVadis_Root_CA.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:Certigna.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:Certum_Root_CA.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:Certplus_Root_CA_G2.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:EC-ACC.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:Secure_Global_CA.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:ACEDICOM_Root.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:Certinomis_-_Autorité_Racine.pem Adding debian:AffirmTrust_Networking.pem Adding debian:OpenTrust_Root_CA_G1.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:PSCProcert.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:CNNIC_ROOT.pem Adding debian:AddTrust_External_Root.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:OpenTrust_Root_CA_G3.pem Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:Taiwan_GRCA.pem Adding debian:Certplus_Root_CA_G1.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:OpenTrust_Root_CA_G2.pem Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem done. Setting up openjdk-8-jre-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up default-jre-headless (2:1.8-56ubuntu2) ... Setting up openjdk-8-jre:amd64 (8u191-b12-0ubuntu0.16.04.1) ... update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode Setting up default-jre (2:1.8-56ubuntu2) ... Setting up openjdk-8-jdk-headless:amd64 (8u191-b12-0ubuntu0.16.04.1) ... update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode Setting up default-jdk-headless (2:1.8-56ubuntu2) ... Setting up openjdk-8-jdk:amd64 (8u191-b12-0ubuntu0.16.04.1) ... update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode Setting up default-jdk (2:1.8-56ubuntu2) ... Setting up ros-kinetic-mary-tts (0.2.1-0xenial-20181025-120517+0000) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for ca-certificates (20170717~16.04.2) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. done. W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking 'apt-get clean' ---> 40d04524b0ee Removing intermediate container 5a54a4fea4cc Step 25 : RUN echo "ros-kinetic-mongodb-store: 0.4.2-1xenial-20180911-020247+0000" && echo "ros-kinetic-roscpp: 1.12.14-0xenial-20180824-091453-0800" && echo "ros-kinetic-rospy: 1.12.14-0xenial-20180824-093546-0800" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-mongodb-store ros-kinetic-roscpp ros-kinetic-rospy ---> Running in 02b40aaf4dde ros-kinetic-mongodb-store: 0.4.2-1xenial-20180911-020247+0000 ros-kinetic-roscpp: 1.12.14-0xenial-20180824-091453-0800 ros-kinetic-rospy: 1.12.14-0xenial-20180824-093546-0800 Invoking 'apt-get update' Hit:1 http://10.210.9.154/ubuntu/building xenial InRelease Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Hit:6 http://packages.ros.org/ros/ubuntu xenial InRelease Get:7 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Fetched 434 kB in 1s (379 kB/s) Reading package lists... W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking 'apt-get install -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-mongodb-store ros-kinetic-roscpp ros-kinetic-rospy' Reading package lists... Building dependency tree... Reading state information... Starting pkgProblemResolver with broken count: 0 Starting 2 pkgProblemResolver with broken count: 0 Done ros-kinetic-roscpp is already the newest version (1.12.14-0xenial-20180824-091453-0800). ros-kinetic-roscpp set to manually installed. ros-kinetic-rospy is already the newest version (1.12.14-0xenial-20180824-093546-0800). ros-kinetic-rospy set to manually installed. The following additional packages will be installed: libgoogle-perftools4 libpcap0.8 libpcrecpp0v5 libsnappy1v5 libssl-dev libssl-doc libtcmalloc-minimal4 libunwind8 libv8-3.14.5 libyaml-cpp0.5v5 mongodb mongodb-clients mongodb-server python-bson python-bson-ext python-gridfs python-pymongo python-pymongo-ext ros-kinetic-libmongocxx-ros ros-kinetic-mongodb-store-msgs zlib1g-dev Suggested packages: python-pymongo-doc The following NEW packages will be installed: libgoogle-perftools4 libpcap0.8 libpcrecpp0v5 libsnappy1v5 libssl-dev libssl-doc libtcmalloc-minimal4 libunwind8 libv8-3.14.5 libyaml-cpp0.5v5 mongodb mongodb-clients mongodb-server python-bson python-bson-ext python-gridfs python-pymongo python-pymongo-ext ros-kinetic-libmongocxx-ros ros-kinetic-mongodb-store ros-kinetic-mongodb-store-msgs zlib1g-dev 0 upgraded, 22 newly installed, 0 to remove and 0 not upgraded. Need to get 61.4 MB of archives. After this operation, 211 MB of additional disk space will be used. Get:1 http://10.210.9.154/ubuntu/building xenial/main amd64 ros-kinetic-libmongocxx-ros amd64 0.4.2-1xenial-20180911-013849+0000 [577 kB] Get:2 http://10.210.9.154/ubuntu/building xenial/main amd64 ros-kinetic-mongodb-store-msgs amd64 0.4.2-1xenial-20180911-014947+0000 [64.1 kB] Get:3 http://10.210.9.154/ubuntu/building xenial/main amd64 ros-kinetic-mongodb-store amd64 0.4.2-1xenial-20180911-020247+0000 [116 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcap0.8 amd64 1.7.4-2 [117 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtcmalloc-minimal4 amd64 2.4-0ubuntu5.16.04.1 [105 kB] Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libunwind8 amd64 1.1-4.1 [46.5 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgoogle-perftools4 amd64 2.4-0ubuntu5.16.04.1 [187 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.14 [1,345 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.14 [1,078 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial/universe amd64 libv8-3.14.5 amd64 3.14.5.8-5ubuntu2 [1,189 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libyaml-cpp0.5v5 amd64 0.5.2-4ubuntu1~16.04.4 [159 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsnappy1v5 amd64 1.1.3-2 [16.0 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial/universe amd64 mongodb-clients amd64 1:2.6.10-0ubuntu1 [48.6 MB] Get:16 http://archive.ubuntu.com/ubuntu xenial/universe amd64 mongodb-server amd64 1:2.6.10-0ubuntu1 [7,425 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial/universe amd64 mongodb amd64 1:2.6.10-0ubuntu1 [5,112 B] Get:18 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-bson amd64 3.2-1build1 [24.2 kB] Get:19 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-bson-ext amd64 3.2-1build1 [20.2 kB] Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-pymongo amd64 3.2-1build1 [101 kB] Get:21 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-gridfs all 3.2-1build1 [13.4 kB] Get:22 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-pymongo-ext amd64 3.2-1build1 [11.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 61.4 MB in 2s (29.0 MB/s) Selecting previously unselected package libpcrecpp0v5:amd64. (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 ... 61399 files and directories currently installed.) Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... Selecting previously unselected package libpcap0.8:amd64. Preparing to unpack .../libpcap0.8_1.7.4-2_amd64.deb ... Unpacking libpcap0.8:amd64 (1.7.4-2) ... Selecting previously unselected package libtcmalloc-minimal4. Preparing to unpack .../libtcmalloc-minimal4_2.4-0ubuntu5.16.04.1_amd64.deb ... Unpacking libtcmalloc-minimal4 (2.4-0ubuntu5.16.04.1) ... Selecting previously unselected package libunwind8. Preparing to unpack .../libunwind8_1.1-4.1_amd64.deb ... Unpacking libunwind8 (1.1-4.1) ... Selecting previously unselected package libgoogle-perftools4. Preparing to unpack .../libgoogle-perftools4_2.4-0ubuntu5.16.04.1_amd64.deb ... Unpacking libgoogle-perftools4 (2.4-0ubuntu5.16.04.1) ... Selecting previously unselected package zlib1g-dev:amd64. Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... Selecting previously unselected package libssl-dev:amd64. Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.14_amd64.deb ... Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.14) ... Selecting previously unselected package libssl-doc. Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.14_all.deb ... Unpacking libssl-doc (1.0.2g-1ubuntu4.14) ... Selecting previously unselected package libv8-3.14.5. Preparing to unpack .../libv8-3.14.5_3.14.5.8-5ubuntu2_amd64.deb ... Unpacking libv8-3.14.5 (3.14.5.8-5ubuntu2) ... Selecting previously unselected package libyaml-cpp0.5v5:amd64. Preparing to unpack .../libyaml-cpp0.5v5_0.5.2-4ubuntu1~16.04.4_amd64.deb ... Unpacking libyaml-cpp0.5v5:amd64 (0.5.2-4ubuntu1~16.04.4) ... Selecting previously unselected package libsnappy1v5:amd64. Preparing to unpack .../libsnappy1v5_1.1.3-2_amd64.deb ... Unpacking libsnappy1v5:amd64 (1.1.3-2) ... Selecting previously unselected package mongodb-clients. Preparing to unpack .../mongodb-clients_1%3a2.6.10-0ubuntu1_amd64.deb ... Unpacking mongodb-clients (1:2.6.10-0ubuntu1) ... Selecting previously unselected package mongodb-server. Preparing to unpack .../mongodb-server_1%3a2.6.10-0ubuntu1_amd64.deb ... Unpacking mongodb-server (1:2.6.10-0ubuntu1) ... Selecting previously unselected package mongodb. Preparing to unpack .../mongodb_1%3a2.6.10-0ubuntu1_amd64.deb ... Unpacking mongodb (1:2.6.10-0ubuntu1) ... Selecting previously unselected package python-bson. Preparing to unpack .../python-bson_3.2-1build1_amd64.deb ... Unpacking python-bson (3.2-1build1) ... Selecting previously unselected package python-bson-ext. Preparing to unpack .../python-bson-ext_3.2-1build1_amd64.deb ... Unpacking python-bson-ext (3.2-1build1) ... Selecting previously unselected package python-pymongo. Preparing to unpack .../python-pymongo_3.2-1build1_amd64.deb ... Unpacking python-pymongo (3.2-1build1) ... Selecting previously unselected package python-gridfs. Preparing to unpack .../python-gridfs_3.2-1build1_all.deb ... Unpacking python-gridfs (3.2-1build1) ... Selecting previously unselected package python-pymongo-ext. Preparing to unpack .../python-pymongo-ext_3.2-1build1_amd64.deb ... Unpacking python-pymongo-ext (3.2-1build1) ... Selecting previously unselected package ros-kinetic-libmongocxx-ros. Preparing to unpack .../ros-kinetic-libmongocxx-ros_0.4.2-1xenial-20180911-013849+0000_amd64.deb ... Unpacking ros-kinetic-libmongocxx-ros (0.4.2-1xenial-20180911-013849+0000) ... Selecting previously unselected package ros-kinetic-mongodb-store-msgs. Preparing to unpack .../ros-kinetic-mongodb-store-msgs_0.4.2-1xenial-20180911-014947+0000_amd64.deb ... Unpacking ros-kinetic-mongodb-store-msgs (0.4.2-1xenial-20180911-014947+0000) ... Selecting previously unselected package ros-kinetic-mongodb-store. Preparing to unpack .../ros-kinetic-mongodb-store_0.4.2-1xenial-20180911-020247+0000_amd64.deb ... Unpacking ros-kinetic-mongodb-store (0.4.2-1xenial-20180911-020247+0000) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for systemd (229-4ubuntu21.15) ... Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... Setting up libpcap0.8:amd64 (1.7.4-2) ... Setting up libtcmalloc-minimal4 (2.4-0ubuntu5.16.04.1) ... Setting up libunwind8 (1.1-4.1) ... Setting up libgoogle-perftools4 (2.4-0ubuntu5.16.04.1) ... Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.14) ... Setting up libssl-doc (1.0.2g-1ubuntu4.14) ... Setting up libv8-3.14.5 (3.14.5.8-5ubuntu2) ... Setting up libyaml-cpp0.5v5:amd64 (0.5.2-4ubuntu1~16.04.4) ... Setting up libsnappy1v5:amd64 (1.1.3-2) ... Setting up mongodb-clients (1:2.6.10-0ubuntu1) ... Setting up mongodb-server (1:2.6.10-0ubuntu1) ... Adding system user `mongodb' (UID 107) ... Adding new user `mongodb' (UID 107) with group `nogroup' ... Not creating home directory `/var/lib/mongodb'. Adding group `mongodb' (GID 110) ... Done. Adding user `mongodb' to group `mongodb' ... Adding user mongodb to group mongodb Done. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up mongodb (1:2.6.10-0ubuntu1) ... Setting up python-bson (3.2-1build1) ... Setting up python-bson-ext (3.2-1build1) ... Setting up python-pymongo (3.2-1build1) ... Setting up python-gridfs (3.2-1build1) ... Setting up python-pymongo-ext (3.2-1build1) ... Setting up ros-kinetic-libmongocxx-ros (0.4.2-1xenial-20180911-013849+0000) ... Setting up ros-kinetic-mongodb-store-msgs (0.4.2-1xenial-20180911-014947+0000) ... Setting up ros-kinetic-mongodb-store (0.4.2-1xenial-20180911-020247+0000) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for systemd (229-4ubuntu21.15) ... W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking 'apt-get clean' ---> a358c3a1bdb0 Removing intermediate container 02b40aaf4dde Step 26 : RUN echo "ros-kinetic-std-msgs: 0.5.11-0xenial-20180824-085549-0800" && echo "ros-kinetic-std-srvs: 1.11.2-0xenial-20180824-085636-0800" && echo "ros-kinetic-strands-gazing: 0.2.4-0xenial-20190125-204858+0000" && python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-std-msgs ros-kinetic-std-srvs ros-kinetic-strands-gazing ---> Running in 617c3831927e ros-kinetic-std-msgs: 0.5.11-0xenial-20180824-085549-0800 ros-kinetic-std-srvs: 1.11.2-0xenial-20180824-085636-0800 ros-kinetic-strands-gazing: 0.2.4-0xenial-20190125-204858+0000 Invoking 'apt-get update' Hit:1 http://10.210.9.154/ubuntu/building xenial InRelease Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Hit:7 http://packages.ros.org/ros/ubuntu xenial InRelease Fetched 434 kB in 1s (328 kB/s) Reading package lists... W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: http://10.210.9.154/ubuntu/building/dists/xenial/InRelease: Signature by key 0379D44201EF3A91028107A8DCD74318AED39854 uses weak digest algorithm (SHA1) W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking 'apt-get install -q -y -o Debug::pkgProblemResolver=yes ros-kinetic-std-msgs ros-kinetic-std-srvs ros-kinetic-strands-gazing' Reading package lists... Building dependency tree... Reading state information... Starting pkgProblemResolver with broken count: 0 Starting 2 pkgProblemResolver with broken count: 0 Done ros-kinetic-std-msgs is already the newest version (0.5.11-0xenial-20180824-085549-0800). ros-kinetic-std-msgs set to manually installed. ros-kinetic-std-srvs is already the newest version (1.11.2-0xenial-20180824-085636-0800). ros-kinetic-std-srvs set to manually installed. The following additional packages will be installed: fonts-liberation graphviz libcdt5 libcgraph6 libgvc6 libgvpr2 libpathplan4 libxaw7 libxmu6 ros-kinetic-message-filters ros-kinetic-rosmsg ros-kinetic-rosnode ros-kinetic-rosservice ros-kinetic-roswtf ros-kinetic-tf ros-kinetic-tf2 ros-kinetic-tf2-msgs ros-kinetic-tf2-py ros-kinetic-tf2-ros Suggested packages: gsfonts graphviz-doc The following NEW packages will be installed: fonts-liberation graphviz libcdt5 libcgraph6 libgvc6 libgvpr2 libpathplan4 libxaw7 libxmu6 ros-kinetic-message-filters ros-kinetic-rosmsg ros-kinetic-rosnode ros-kinetic-rosservice ros-kinetic-roswtf ros-kinetic-strands-gazing ros-kinetic-tf ros-kinetic-tf2 ros-kinetic-tf2-msgs ros-kinetic-tf2-py ros-kinetic-tf2-ros 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded. Need to get 3,508 kB of archives. After this operation, 20.4 MB of additional disk space will be used. Get:1 http://10.210.9.154/ubuntu/building xenial/main amd64 ros-kinetic-strands-gazing amd64 0.2.4-0xenial-20190125-204858+0000 [136 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcdt5 amd64 2.38.0-12ubuntu2.1 [23.4 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcgraph6 amd64 2.38.0-12ubuntu2.1 [43.6 kB] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpathplan4 amd64 2.38.0-12ubuntu2.1 [26.6 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvc6 amd64 2.38.0-12ubuntu2.1 [591 kB] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgvpr2 amd64 2.38.0-12ubuntu2.1 [170 kB] Get:8 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-message-filters amd64 1.12.14-0xenial-20180824-125219-0800 [32.6 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 graphviz amd64 2.38.0-12ubuntu2.1 [680 kB] Get:12 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosmsg amd64 1.12.14-0xenial-20180824-104154-0800 [21.4 kB] Get:13 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosnode amd64 1.12.14-0xenial-20180824-104806-0800 [19.3 kB] Get:14 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-rosservice amd64 1.12.14-0xenial-20180824-104815-0800 [17.9 kB] Get:15 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-roswtf amd64 1.12.14-0xenial-20180824-105256-0800 [39.9 kB] Get:16 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-tf2-msgs amd64 0.5.20-0xenial-20181116-180824-0800 [43.8 kB] Get:17 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-tf2 amd64 0.5.20-0xenial-20181116-181519-0800 [99.2 kB] Get:18 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-tf2-py amd64 0.5.20-0xenial-20181116-181954-0800 [45.1 kB] Get:19 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-tf2-ros amd64 0.5.20-0xenial-20181116-182627-0800 [226 kB] Get:20 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-tf amd64 1.11.9-0xenial-20181116-185733-0800 [243 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 3,508 kB in 1s (2,513 kB/s) Selecting previously unselected package fonts-liberation. (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 ... 63814 files and directories currently installed.) Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... Unpacking fonts-liberation (1.07.4-1) ... Selecting previously unselected package libcdt5. Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... Selecting previously unselected package libcgraph6. Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... Selecting previously unselected package libpathplan4. Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... Selecting previously unselected package libgvc6. Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... Selecting previously unselected package libgvpr2. Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... Selecting previously unselected package libxmu6:amd64. Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... Unpacking libxmu6:amd64 (2:1.1.2-2) ... Selecting previously unselected package libxaw7:amd64. Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... Unpacking libxaw7:amd64 (2:1.0.13-1) ... Selecting previously unselected package graphviz. Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... Unpacking graphviz (2.38.0-12ubuntu2.1) ... Selecting previously unselected package ros-kinetic-message-filters. Preparing to unpack .../ros-kinetic-message-filters_1.12.14-0xenial-20180824-125219-0800_amd64.deb ... Unpacking ros-kinetic-message-filters (1.12.14-0xenial-20180824-125219-0800) ... Selecting previously unselected package ros-kinetic-rosmsg. Preparing to unpack .../ros-kinetic-rosmsg_1.12.14-0xenial-20180824-104154-0800_amd64.deb ... Unpacking ros-kinetic-rosmsg (1.12.14-0xenial-20180824-104154-0800) ... Selecting previously unselected package ros-kinetic-rosnode. Preparing to unpack .../ros-kinetic-rosnode_1.12.14-0xenial-20180824-104806-0800_amd64.deb ... Unpacking ros-kinetic-rosnode (1.12.14-0xenial-20180824-104806-0800) ... Selecting previously unselected package ros-kinetic-rosservice. Preparing to unpack .../ros-kinetic-rosservice_1.12.14-0xenial-20180824-104815-0800_amd64.deb ... Unpacking ros-kinetic-rosservice (1.12.14-0xenial-20180824-104815-0800) ... Selecting previously unselected package ros-kinetic-roswtf. Preparing to unpack .../ros-kinetic-roswtf_1.12.14-0xenial-20180824-105256-0800_amd64.deb ... Unpacking ros-kinetic-roswtf (1.12.14-0xenial-20180824-105256-0800) ... Selecting previously unselected package ros-kinetic-tf2-msgs. Preparing to unpack .../ros-kinetic-tf2-msgs_0.5.20-0xenial-20181116-180824-0800_amd64.deb ... Unpacking ros-kinetic-tf2-msgs (0.5.20-0xenial-20181116-180824-0800) ... Selecting previously unselected package ros-kinetic-tf2. Preparing to unpack .../ros-kinetic-tf2_0.5.20-0xenial-20181116-181519-0800_amd64.deb ... Unpacking ros-kinetic-tf2 (0.5.20-0xenial-20181116-181519-0800) ... Selecting previously unselected package ros-kinetic-tf2-py. Preparing to unpack .../ros-kinetic-tf2-py_0.5.20-0xenial-20181116-181954-0800_amd64.deb ... Unpacking ros-kinetic-tf2-py (0.5.20-0xenial-20181116-181954-0800) ... Selecting previously unselected package ros-kinetic-tf2-ros. Preparing to unpack .../ros-kinetic-tf2-ros_0.5.20-0xenial-20181116-182627-0800_amd64.deb ... Unpacking ros-kinetic-tf2-ros (0.5.20-0xenial-20181116-182627-0800) ... Selecting previously unselected package ros-kinetic-tf. Preparing to unpack .../ros-kinetic-tf_1.11.9-0xenial-20181116-185733-0800_amd64.deb ... Unpacking ros-kinetic-tf (1.11.9-0xenial-20181116-185733-0800) ... Selecting previously unselected package ros-kinetic-strands-gazing. Preparing to unpack .../ros-kinetic-strands-gazing_0.2.4-0xenial-20190125-204858+0000_amd64.deb ... Unpacking ros-kinetic-strands-gazing (0.2.4-0xenial-20190125-204858+0000) ... Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for man-db (2.7.5-1) ... Setting up fonts-liberation (1.07.4-1) ... Setting up libcdt5 (2.38.0-12ubuntu2.1) ... Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... Setting up libgvc6 (2.38.0-12ubuntu2.1) ... Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... Setting up libxmu6:amd64 (2:1.1.2-2) ... Setting up libxaw7:amd64 (2:1.0.13-1) ... Setting up graphviz (2.38.0-12ubuntu2.1) ... Setting up ros-kinetic-message-filters (1.12.14-0xenial-20180824-125219-0800) ... Setting up ros-kinetic-rosmsg (1.12.14-0xenial-20180824-104154-0800) ... Setting up ros-kinetic-rosnode (1.12.14-0xenial-20180824-104806-0800) ... Setting up ros-kinetic-rosservice (1.12.14-0xenial-20180824-104815-0800) ... Setting up ros-kinetic-roswtf (1.12.14-0xenial-20180824-105256-0800) ... Setting up ros-kinetic-tf2-msgs (0.5.20-0xenial-20181116-180824-0800) ... Setting up ros-kinetic-tf2 (0.5.20-0xenial-20181116-181519-0800) ... Setting up ros-kinetic-tf2-py (0.5.20-0xenial-20181116-181954-0800) ... Setting up ros-kinetic-tf2-ros (0.5.20-0xenial-20181116-182627-0800) ... Setting up ros-kinetic-tf (1.11.9-0xenial-20181116-185733-0800) ... Setting up ros-kinetic-strands-gazing (0.2.4-0xenial-20190125-204858+0000) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 W: Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 W: Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking 'apt-get clean' ---> 8f02ef727996 Removing intermediate container 617c3831927e Step 27 : USER buildfarm ---> Running in 31ad2780a1dc ---> aa509202ed67 Removing intermediate container 31ad2780a1dc Step 28 : ENTRYPOINT sh -c ---> Running in d0a0cf2e8ee3 ---> 8ce7d3f6b475 Removing intermediate container d0a0cf2e8ee3 Step 29 : CMD PYTHONPATH=/tmp/ros_buildfarm:$PYTHONPATH PATH=/usr/lib/ccache:$PATH python3 -u /tmp/ros_buildfarm/scripts/release/build_binarydeb.py kinetic strands_interaction_behaviours --sourcedeb-dir /tmp/binarydeb ---> Running in 8fed956ff3b5 ---> ca3611378194 Removing intermediate container 8fed956ff3b5 Successfully built ca3611378194 + echo # END SECTION # END SECTION + echo # BEGIN SECTION: Run Dockerfile - build binarydeb # BEGIN SECTION: Run Dockerfile - build binarydeb + docker run --rm --cidfile=/home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/docker_build_binarydeb/docker.cid -e=HOME= -e=TRAVIS= --net=host -v /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/ros_buildfarm:/tmp/ros_buildfarm:ro -v /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/binarydeb:/tmp/binarydeb -v /home/jenkins-slave/.ccache:/home/buildfarm/.ccache binarydeb_build.kinetic_ubuntu_xenial_amd64_strands_interaction_behaviours # BEGIN SUBSECTION: build binarydeb Package 'ros-kinetic-strands-interaction-behaviours' version: 0.2.4-0xenial-20190125-211310+0000 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Invoking 'apt-src build ros-kinetic-strands-interaction-behaviours' in '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list:50 Target Packages (multiverse/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 Target Packages (multiverse/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:26 and /etc/apt/sources.list:52 I: Building in /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 .. dpkg-buildpackage: source package ros-kinetic-strands-interaction-behaviours dpkg-buildpackage: source version 0.2.4-0xenial-20190125-211310+0000 dpkg-buildpackage: source distribution xenial dpkg-buildpackage: source changed by Christian Dondrup dpkg-source --before-build ros-kinetic-strands-interaction-behaviours-0.2.4 dpkg-buildpackage: host architecture amd64 dpkg-source: info: using options from ros-kinetic-strands-interaction-behaviours-0.2.4/debian/source/options: --auto-commit fakeroot debian/rules clean dh clean -v --buildsystem=cmake dh_testdir -O-v -O--buildsystem=cmake dh_auto_clean -O-v -O--buildsystem=cmake dh_clean -O-v -O--buildsystem=cmake rm -f debian/debhelper-build-stamp rm -f debian/ros-kinetic-strands-interaction-behaviours.substvars rm -f debian/ros-kinetic-strands-interaction-behaviours.*.debhelper rm -rf debian/ros-kinetic-strands-interaction-behaviours/ rm -rf debian/.debhelper/ rm -f debian/*.debhelper.log rm -f debian/files find . \( \( \ \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} + \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \) rm -f *-stamp debian/rules build dh build -v --buildsystem=cmake dh_testdir -O-v -O--buildsystem=cmake dh_update_autotools_config -O-v -O--buildsystem=cmake debian/rules override_dh_auto_configure make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' # In case we're installing to a non-standard location, look for a setup.sh # in the install tree that was dropped by catkin, and source it. It will # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ dh_auto_configure -- \ -DCATKIN_BUILD_BINARY_PACKAGE="1" \ -DCMAKE_INSTALL_PREFIX="/opt/ros/kinetic" \ -DCMAKE_PREFIX_PATH="/opt/ros/kinetic" mkdir -p obj-x86_64-linux-gnu cd obj-x86_64-linux-gnu cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCATKIN_BUILD_BINARY_PACKAGE=1 -DCMAKE_INSTALL_PREFIX=/opt/ros/kinetic -DCMAKE_PREFIX_PATH=/opt/ros/kinetic -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Using CATKIN_DEVEL_PREFIX: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel -- Using CMAKE_PREFIX_PATH: /opt/ros/kinetic -- This workspace overlays: /opt/ros/kinetic -- Found PythonInterp: /usr/bin/python (found version "2.7.12") -- Using PYTHON_EXECUTABLE: /usr/bin/python -- Using Debian Python package layout -- Using empy: /usr/bin/empy -- Using CATKIN_ENABLE_TESTING: ON -- Skip enable_testing() when building binary package -- Using CATKIN_TEST_RESULTS_DIR: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/test_results -- Found gmock sources under '/usr/src/gmock': gmock will be built -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found gtest sources under '/usr/src/gmock': gtests will be built -- Using Python nosetests: /usr/bin/nosetests-2.7 -- catkin 0.7.14 -- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy -- Generating .msg files for action strands_interaction_behaviours/InteractionIdle /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/action/InteractionIdle.action Generating for action InteractionIdle -- Generating .msg files for action strands_interaction_behaviours/BehaviourSwitch /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/action/BehaviourSwitch.action Generating for action BehaviourSwitch -- Generating .msg files for action strands_interaction_behaviours/IdleBehaviour /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/action/IdleBehaviour.action Generating for action IdleBehaviour -- Generating .msg files for action strands_interaction_behaviours/InteractionEngaged /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/action/InteractionEngaged.action Generating for action InteractionEngaged -- Generating .msg files for action strands_interaction_behaviours/Review /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/action/Review.action Generating for action Review -- strands_interaction_behaviours: 35 messages, 0 services -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_INSTALL_LOCALSTATEDIR CMAKE_INSTALL_SYSCONFDIR -- Build files have been written to: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' debian/rules override_dh_auto_build make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' # In case we're installing to a non-standard location, look for a setup.sh # in the install tree that was dropped by catkin, and source it. It will # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ dh_auto_build cd obj-x86_64-linux-gnu make -j1 make[2]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' /usr/bin/cmake -H/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 -B/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionGoal.msg strands_interaction_behaviours/InteractionIdleGoal:actionlib_msgs/GoalID:std_msgs/Header make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchResult.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourGoal.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.msg actionlib_msgs/GoalID:strands_interaction_behaviours/InteractionEngagedFeedback:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedAction.msg strands_interaction_behaviours/InteractionEngagedGoal:std_msgs/Header:strands_interaction_behaviours/InteractionEngagedActionFeedback:strands_interaction_behaviours/InteractionEngagedActionResult:strands_interaction_behaviours/InteractionEngagedActionGoal:strands_interaction_behaviours/InteractionEngagedResult:actionlib_msgs/GoalID:strands_interaction_behaviours/InteractionEngagedFeedback:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewResult.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_ReviewResult make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewResult.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleAction.msg strands_interaction_behaviours/InteractionIdleActionResult:std_msgs/Header:strands_interaction_behaviours/InteractionIdleActionGoal:strands_interaction_behaviours/InteractionIdleGoal:strands_interaction_behaviours/InteractionIdleResult:strands_interaction_behaviours/InteractionIdleActionFeedback:actionlib_msgs/GoalID:strands_interaction_behaviours/InteractionIdleFeedback:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedFeedback.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewFeedback.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionGoal.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/ReviewGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.msg strands_interaction_behaviours/IdleBehaviourFeedback:actionlib_msgs/GoalID:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewGoal.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleResult.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchGoal.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/BehaviourSwitchFeedback:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback make -f CMakeFiles/std_msgs_generate_messages_py.dir/build.make CMakeFiles/std_msgs_generate_messages_py.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake --color= Scanning dependencies of target std_msgs_generate_messages_py make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/std_msgs_generate_messages_py.dir/build.make CMakeFiles/std_msgs_generate_messages_py.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/std_msgs_generate_messages_py.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target std_msgs_generate_messages_py make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedGoal.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.msg strands_interaction_behaviours/InteractionIdleFeedback:actionlib_msgs/GoalID:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback make -f CMakeFiles/actionlib_msgs_generate_messages_py.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_py.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/actionlib_msgs_generate_messages_py.dir/DependInfo.cmake --color= Scanning dependencies of target actionlib_msgs_generate_messages_py make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/actionlib_msgs_generate_messages_py.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_py.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/actionlib_msgs_generate_messages_py.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target actionlib_msgs_generate_messages_py make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedResult.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionResult.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/ReviewResult:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourAction.msg strands_interaction_behaviours/IdleBehaviourResult:std_msgs/Header:strands_interaction_behaviours/IdleBehaviourActionResult:strands_interaction_behaviours/IdleBehaviourActionFeedback:strands_interaction_behaviours/IdleBehaviourActionGoal:strands_interaction_behaviours/IdleBehaviourGoal:actionlib_msgs/GoalID:strands_interaction_behaviours/IdleBehaviourFeedback:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionResult.msg strands_interaction_behaviours/IdleBehaviourResult:actionlib_msgs/GoalID:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/BehaviourSwitchResult:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchAction.msg strands_interaction_behaviours/BehaviourSwitchActionResult:strands_interaction_behaviours/BehaviourSwitchFeedback:strands_interaction_behaviours/BehaviourSwitchActionGoal:strands_interaction_behaviours/BehaviourSwitchActionFeedback:strands_interaction_behaviours/BehaviourSwitchGoal:actionlib_msgs/GoalStatus:actionlib_msgs/GoalID:strands_interaction_behaviours/BehaviourSwitchResult:std_msgs/Header make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionFeedback.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/ReviewFeedback:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourResult.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourFeedback.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/BehaviourSwitchGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewAction.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewAction.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_ReviewAction make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewAction.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewAction.msg strands_interaction_behaviours/ReviewActionFeedback:std_msgs/Header:strands_interaction_behaviours/ReviewResult:strands_interaction_behaviours/ReviewFeedback:strands_interaction_behaviours/ReviewGoal:strands_interaction_behaviours/ReviewActionGoal:actionlib_msgs/GoalID:strands_interaction_behaviours/ReviewActionResult:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewAction make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionResult.msg strands_interaction_behaviours/InteractionIdleResult:actionlib_msgs/GoalID:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.msg strands_interaction_behaviours/IdleBehaviourGoal:actionlib_msgs/GoalID:std_msgs/Header make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.msg actionlib_msgs/GoalID:strands_interaction_behaviours/InteractionEngagedGoal:std_msgs/Header make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleGoal.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionResult.msg actionlib_msgs/GoalID:strands_interaction_behaviours/InteractionEngagedResult:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback.dir/DependInfo.cmake --color= Scanning dependencies of target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleFeedback.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback make -f CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/DependInfo.cmake --color= Scanning dependencies of target strands_interaction_behaviours_generate_messages_py make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 1%] Generating Python from MSG strands_interaction_behaviours/IdleBehaviourResult catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 1%] Generating Python from MSG strands_interaction_behaviours/InteractionEngagedResult catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 2%] Generating Python from MSG strands_interaction_behaviours/BehaviourSwitchActionGoal catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 2%] Generating Python from MSG strands_interaction_behaviours/BehaviourSwitchFeedback catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 3%] Generating Python from MSG strands_interaction_behaviours/BehaviourSwitchActionResult catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 4%] Generating Python from MSG strands_interaction_behaviours/InteractionIdleActionFeedback catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 4%] Generating Python from MSG strands_interaction_behaviours/InteractionEngagedGoal catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 5%] Generating Python from MSG strands_interaction_behaviours/InteractionIdleFeedback catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 5%] Generating Python from MSG strands_interaction_behaviours/ReviewAction catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 6%] Generating Python from MSG strands_interaction_behaviours/InteractionIdleResult catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 6%] Generating Python from MSG strands_interaction_behaviours/InteractionEngagedActionGoal catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 7%] Generating Python from MSG strands_interaction_behaviours/BehaviourSwitchActionFeedback catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 7%] Generating Python from MSG strands_interaction_behaviours/IdleBehaviourActionGoal catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 8%] Generating Python from MSG strands_interaction_behaviours/InteractionIdleGoal catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 8%] Generating Python from MSG strands_interaction_behaviours/InteractionEngagedActionResult catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 9%] Generating Python from MSG strands_interaction_behaviours/BehaviourSwitchAction catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 9%] Generating Python from MSG strands_interaction_behaviours/ReviewActionFeedback catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 10%] Generating Python from MSG strands_interaction_behaviours/IdleBehaviourFeedback catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 10%] Generating Python from MSG strands_interaction_behaviours/InteractionIdleActionGoal catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 11%] Generating Python from MSG strands_interaction_behaviours/ReviewGoal catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 12%] Generating Python from MSG strands_interaction_behaviours/IdleBehaviourAction catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 12%] Generating Python from MSG strands_interaction_behaviours/IdleBehaviourActionFeedback catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 13%] Generating Python from MSG strands_interaction_behaviours/ReviewActionGoal catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 13%] Generating Python from MSG strands_interaction_behaviours/ReviewFeedback catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 14%] Generating Python from MSG strands_interaction_behaviours/InteractionEngagedFeedback catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 14%] Generating Python from MSG strands_interaction_behaviours/InteractionIdleAction catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 15%] Generating Python from MSG strands_interaction_behaviours/InteractionIdleActionResult catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 15%] Generating Python from MSG strands_interaction_behaviours/IdleBehaviourActionResult catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 16%] Generating Python from MSG strands_interaction_behaviours/ReviewResult catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 16%] Generating Python from MSG strands_interaction_behaviours/InteractionEngagedAction catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 17%] Generating Python from MSG strands_interaction_behaviours/InteractionEngagedActionFeedback catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 17%] Generating Python from MSG strands_interaction_behaviours/ReviewActionResult catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 18%] Generating Python from MSG strands_interaction_behaviours/IdleBehaviourGoal catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 18%] Generating Python from MSG strands_interaction_behaviours/BehaviourSwitchGoal catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 20%] Generating Python from MSG strands_interaction_behaviours/BehaviourSwitchResult catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg [ 21%] Generating Python msg __init__.py for strands_interaction_behaviours catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genpy/cmake/../../../lib/genpy/genmsg_py.py -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg --initpy make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 21%] Built target strands_interaction_behaviours_generate_messages_py make -f CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color= Scanning dependencies of target actionlib_msgs_generate_messages_nodejs make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 21%] Built target actionlib_msgs_generate_messages_nodejs make -f CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/std_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color= Scanning dependencies of target std_msgs_generate_messages_nodejs make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make CMakeFiles/std_msgs_generate_messages_nodejs.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/std_msgs_generate_messages_nodejs.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 21%] Built target std_msgs_generate_messages_nodejs make -f CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/DependInfo.cmake --color= Scanning dependencies of target strands_interaction_behaviours_generate_messages_nodejs make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 21%] Generating Javascript code from strands_interaction_behaviours/IdleBehaviourResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 22%] Generating Javascript code from strands_interaction_behaviours/InteractionEngagedResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 22%] Generating Javascript code from strands_interaction_behaviours/BehaviourSwitchActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 23%] Generating Javascript code from strands_interaction_behaviours/BehaviourSwitchFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 23%] Generating Javascript code from strands_interaction_behaviours/BehaviourSwitchActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 24%] Generating Javascript code from strands_interaction_behaviours/InteractionIdleActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 24%] Generating Javascript code from strands_interaction_behaviours/InteractionEngagedGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 25%] Generating Javascript code from strands_interaction_behaviours/InteractionIdleFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 26%] Generating Javascript code from strands_interaction_behaviours/ReviewAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 26%] Generating Javascript code from strands_interaction_behaviours/InteractionIdleResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 27%] Generating Javascript code from strands_interaction_behaviours/InteractionEngagedActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 27%] Generating Javascript code from strands_interaction_behaviours/BehaviourSwitchActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 28%] Generating Javascript code from strands_interaction_behaviours/IdleBehaviourActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 28%] Generating Javascript code from strands_interaction_behaviours/InteractionIdleGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 29%] Generating Javascript code from strands_interaction_behaviours/InteractionEngagedActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 29%] Generating Javascript code from strands_interaction_behaviours/BehaviourSwitchAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 30%] Generating Javascript code from strands_interaction_behaviours/ReviewActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 30%] Generating Javascript code from strands_interaction_behaviours/IdleBehaviourFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 31%] Generating Javascript code from strands_interaction_behaviours/InteractionIdleActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 31%] Generating Javascript code from strands_interaction_behaviours/ReviewGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 32%] Generating Javascript code from strands_interaction_behaviours/IdleBehaviourAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 32%] Generating Javascript code from strands_interaction_behaviours/IdleBehaviourActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 33%] Generating Javascript code from strands_interaction_behaviours/ReviewActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 34%] Generating Javascript code from strands_interaction_behaviours/ReviewFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 34%] Generating Javascript code from strands_interaction_behaviours/InteractionEngagedFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 35%] Generating Javascript code from strands_interaction_behaviours/InteractionIdleAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 35%] Generating Javascript code from strands_interaction_behaviours/InteractionIdleActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 36%] Generating Javascript code from strands_interaction_behaviours/IdleBehaviourActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 36%] Generating Javascript code from strands_interaction_behaviours/ReviewResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 37%] Generating Javascript code from strands_interaction_behaviours/InteractionEngagedAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 37%] Generating Javascript code from strands_interaction_behaviours/InteractionEngagedActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 38%] Generating Javascript code from strands_interaction_behaviours/ReviewActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 38%] Generating Javascript code from strands_interaction_behaviours/IdleBehaviourGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 40%] Generating Javascript code from strands_interaction_behaviours/BehaviourSwitchGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg [ 40%] Generating Javascript code from strands_interaction_behaviours/BehaviourSwitchResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gennodejs/cmake/../../../lib/gennodejs/gen_nodejs.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/gennodejs/ros/strands_interaction_behaviours/msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 40%] Built target strands_interaction_behaviours_generate_messages_nodejs make -f CMakeFiles/std_msgs_generate_messages_eus.dir/build.make CMakeFiles/std_msgs_generate_messages_eus.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/std_msgs_generate_messages_eus.dir/DependInfo.cmake --color= Scanning dependencies of target std_msgs_generate_messages_eus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/std_msgs_generate_messages_eus.dir/build.make CMakeFiles/std_msgs_generate_messages_eus.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/std_msgs_generate_messages_eus.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 40%] Built target std_msgs_generate_messages_eus make -f CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_eus.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/actionlib_msgs_generate_messages_eus.dir/DependInfo.cmake --color= Scanning dependencies of target actionlib_msgs_generate_messages_eus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 40%] Built target actionlib_msgs_generate_messages_eus make -f CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/DependInfo.cmake --color= Scanning dependencies of target strands_interaction_behaviours_generate_messages_eus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 41%] Generating EusLisp code from strands_interaction_behaviours/IdleBehaviourResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 41%] Generating EusLisp code from strands_interaction_behaviours/InteractionEngagedResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 42%] Generating EusLisp code from strands_interaction_behaviours/BehaviourSwitchActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 42%] Generating EusLisp code from strands_interaction_behaviours/BehaviourSwitchFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 43%] Generating EusLisp code from strands_interaction_behaviours/BehaviourSwitchActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 43%] Generating EusLisp code from strands_interaction_behaviours/InteractionIdleActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 44%] Generating EusLisp code from strands_interaction_behaviours/InteractionEngagedGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 44%] Generating EusLisp code from strands_interaction_behaviours/InteractionIdleFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 45%] Generating EusLisp code from strands_interaction_behaviours/ReviewAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 45%] Generating EusLisp code from strands_interaction_behaviours/InteractionIdleResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 46%] Generating EusLisp code from strands_interaction_behaviours/InteractionEngagedActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 46%] Generating EusLisp code from strands_interaction_behaviours/BehaviourSwitchActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 47%] Generating EusLisp code from strands_interaction_behaviours/IdleBehaviourActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 47%] Generating EusLisp code from strands_interaction_behaviours/InteractionIdleGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 48%] Generating EusLisp code from strands_interaction_behaviours/InteractionEngagedActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 48%] Generating EusLisp code from strands_interaction_behaviours/BehaviourSwitchAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 49%] Generating EusLisp code from strands_interaction_behaviours/ReviewActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 50%] Generating EusLisp code from strands_interaction_behaviours/IdleBehaviourFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 50%] Generating EusLisp code from strands_interaction_behaviours/InteractionIdleActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 51%] Generating EusLisp code from strands_interaction_behaviours/ReviewGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 51%] Generating EusLisp code from strands_interaction_behaviours/IdleBehaviourAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 52%] Generating EusLisp code from strands_interaction_behaviours/IdleBehaviourActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 52%] Generating EusLisp code from strands_interaction_behaviours/ReviewActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 53%] Generating EusLisp code from strands_interaction_behaviours/ReviewFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 53%] Generating EusLisp code from strands_interaction_behaviours/InteractionEngagedFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 54%] Generating EusLisp code from strands_interaction_behaviours/InteractionIdleAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 54%] Generating EusLisp code from strands_interaction_behaviours/InteractionIdleActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 55%] Generating EusLisp code from strands_interaction_behaviours/IdleBehaviourActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 55%] Generating EusLisp code from strands_interaction_behaviours/ReviewResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 56%] Generating EusLisp code from strands_interaction_behaviours/InteractionEngagedAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 56%] Generating EusLisp code from strands_interaction_behaviours/InteractionEngagedActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 57%] Generating EusLisp code from strands_interaction_behaviours/ReviewActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 58%] Generating EusLisp code from strands_interaction_behaviours/IdleBehaviourGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 58%] Generating EusLisp code from strands_interaction_behaviours/BehaviourSwitchGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 60%] Generating EusLisp code from strands_interaction_behaviours/BehaviourSwitchResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours/msg [ 60%] Generating EusLisp manifest code for strands_interaction_behaviours catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/geneus/cmake/../../../lib/geneus/gen_eus.py -m -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/roseus/ros/strands_interaction_behaviours strands_interaction_behaviours std_msgs actionlib_msgs make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 60%] Built target strands_interaction_behaviours_generate_messages_eus make -f CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make CMakeFiles/std_msgs_generate_messages_lisp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake --color= Scanning dependencies of target std_msgs_generate_messages_lisp make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make CMakeFiles/std_msgs_generate_messages_lisp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/std_msgs_generate_messages_lisp.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 60%] Built target std_msgs_generate_messages_lisp make -f CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/DependInfo.cmake --color= Scanning dependencies of target actionlib_msgs_generate_messages_lisp make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 60%] Built target actionlib_msgs_generate_messages_lisp make -f CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/DependInfo.cmake --color= Scanning dependencies of target strands_interaction_behaviours_generate_messages_lisp make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 61%] Generating Lisp code from strands_interaction_behaviours/IdleBehaviourResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 61%] Generating Lisp code from strands_interaction_behaviours/InteractionEngagedResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 62%] Generating Lisp code from strands_interaction_behaviours/BehaviourSwitchActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 62%] Generating Lisp code from strands_interaction_behaviours/BehaviourSwitchFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 63%] Generating Lisp code from strands_interaction_behaviours/BehaviourSwitchActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 63%] Generating Lisp code from strands_interaction_behaviours/InteractionIdleActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 64%] Generating Lisp code from strands_interaction_behaviours/InteractionEngagedGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 64%] Generating Lisp code from strands_interaction_behaviours/InteractionIdleFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 65%] Generating Lisp code from strands_interaction_behaviours/ReviewAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 65%] Generating Lisp code from strands_interaction_behaviours/InteractionIdleResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 66%] Generating Lisp code from strands_interaction_behaviours/InteractionEngagedActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 67%] Generating Lisp code from strands_interaction_behaviours/BehaviourSwitchActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 67%] Generating Lisp code from strands_interaction_behaviours/IdleBehaviourActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 68%] Generating Lisp code from strands_interaction_behaviours/InteractionIdleGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 68%] Generating Lisp code from strands_interaction_behaviours/InteractionEngagedActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 69%] Generating Lisp code from strands_interaction_behaviours/BehaviourSwitchAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 69%] Generating Lisp code from strands_interaction_behaviours/ReviewActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 70%] Generating Lisp code from strands_interaction_behaviours/IdleBehaviourFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 70%] Generating Lisp code from strands_interaction_behaviours/InteractionIdleActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 71%] Generating Lisp code from strands_interaction_behaviours/ReviewGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 71%] Generating Lisp code from strands_interaction_behaviours/IdleBehaviourAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 72%] Generating Lisp code from strands_interaction_behaviours/IdleBehaviourActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 72%] Generating Lisp code from strands_interaction_behaviours/ReviewActionGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 73%] Generating Lisp code from strands_interaction_behaviours/ReviewFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 73%] Generating Lisp code from strands_interaction_behaviours/InteractionEngagedFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 74%] Generating Lisp code from strands_interaction_behaviours/InteractionIdleAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 74%] Generating Lisp code from strands_interaction_behaviours/InteractionIdleActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 75%] Generating Lisp code from strands_interaction_behaviours/IdleBehaviourActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 76%] Generating Lisp code from strands_interaction_behaviours/ReviewResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 76%] Generating Lisp code from strands_interaction_behaviours/InteractionEngagedAction.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 77%] Generating Lisp code from strands_interaction_behaviours/InteractionEngagedActionFeedback.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 77%] Generating Lisp code from strands_interaction_behaviours/ReviewActionResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 78%] Generating Lisp code from strands_interaction_behaviours/IdleBehaviourGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 78%] Generating Lisp code from strands_interaction_behaviours/BehaviourSwitchGoal.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg [ 80%] Generating Lisp code from strands_interaction_behaviours/BehaviourSwitchResult.msg catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genlisp/cmake/../../../lib/genlisp/gen_lisp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/common-lisp/ros/strands_interaction_behaviours/msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 80%] Built target strands_interaction_behaviours_generate_messages_lisp make -f CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make CMakeFiles/std_msgs_generate_messages_cpp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake --color= Scanning dependencies of target std_msgs_generate_messages_cpp make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make CMakeFiles/std_msgs_generate_messages_cpp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/std_msgs_generate_messages_cpp.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 80%] Built target std_msgs_generate_messages_cpp make -f CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/DependInfo.cmake --color= Scanning dependencies of target actionlib_msgs_generate_messages_cpp make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 80%] Built target actionlib_msgs_generate_messages_cpp make -f CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/DependInfo.cmake --color= Scanning dependencies of target strands_interaction_behaviours_generate_messages_cpp make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 81%] Generating C++ code from strands_interaction_behaviours/IdleBehaviourResult.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 81%] Generating C++ code from strands_interaction_behaviours/InteractionEngagedResult.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 82%] Generating C++ code from strands_interaction_behaviours/BehaviourSwitchActionGoal.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 82%] Generating C++ code from strands_interaction_behaviours/BehaviourSwitchFeedback.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 83%] Generating C++ code from strands_interaction_behaviours/BehaviourSwitchActionResult.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 84%] Generating C++ code from strands_interaction_behaviours/InteractionIdleActionFeedback.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 84%] Generating C++ code from strands_interaction_behaviours/InteractionEngagedGoal.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 85%] Generating C++ code from strands_interaction_behaviours/InteractionIdleFeedback.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 85%] Generating C++ code from strands_interaction_behaviours/ReviewAction.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 86%] Generating C++ code from strands_interaction_behaviours/InteractionIdleResult.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 86%] Generating C++ code from strands_interaction_behaviours/InteractionEngagedActionGoal.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 87%] Generating C++ code from strands_interaction_behaviours/BehaviourSwitchActionFeedback.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 87%] Generating C++ code from strands_interaction_behaviours/IdleBehaviourActionGoal.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 88%] Generating C++ code from strands_interaction_behaviours/InteractionIdleGoal.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 88%] Generating C++ code from strands_interaction_behaviours/InteractionEngagedActionResult.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 89%] Generating C++ code from strands_interaction_behaviours/BehaviourSwitchAction.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 89%] Generating C++ code from strands_interaction_behaviours/ReviewActionFeedback.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 90%] Generating C++ code from strands_interaction_behaviours/IdleBehaviourFeedback.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 90%] Generating C++ code from strands_interaction_behaviours/InteractionIdleActionGoal.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 91%] Generating C++ code from strands_interaction_behaviours/ReviewGoal.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 92%] Generating C++ code from strands_interaction_behaviours/IdleBehaviourAction.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 92%] Generating C++ code from strands_interaction_behaviours/IdleBehaviourActionFeedback.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 93%] Generating C++ code from strands_interaction_behaviours/ReviewActionGoal.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 93%] Generating C++ code from strands_interaction_behaviours/ReviewFeedback.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 94%] Generating C++ code from strands_interaction_behaviours/InteractionEngagedFeedback.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 94%] Generating C++ code from strands_interaction_behaviours/InteractionIdleAction.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 95%] Generating C++ code from strands_interaction_behaviours/InteractionIdleActionResult.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 95%] Generating C++ code from strands_interaction_behaviours/IdleBehaviourActionResult.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 96%] Generating C++ code from strands_interaction_behaviours/ReviewResult.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 96%] Generating C++ code from strands_interaction_behaviours/InteractionEngagedAction.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedAction.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 97%] Generating C++ code from strands_interaction_behaviours/InteractionEngagedActionFeedback.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 97%] Generating C++ code from strands_interaction_behaviours/ReviewActionResult.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 98%] Generating C++ code from strands_interaction_behaviours/IdleBehaviourGoal.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [ 98%] Generating C++ code from strands_interaction_behaviours/BehaviourSwitchGoal.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchGoal.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. [100%] Generating C++ code from strands_interaction_behaviours/BehaviourSwitchResult.msg cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 && /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/gencpp/cmake/../../../lib/gencpp/gen_cpp.py /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchResult.msg -Istrands_interaction_behaviours:/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg -Istd_msgs:/opt/ros/kinetic/share/std_msgs/cmake/../msg -Iactionlib_msgs:/opt/ros/kinetic/share/actionlib_msgs/cmake/../msg -p strands_interaction_behaviours -o /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/include/strands_interaction_behaviours -e /opt/ros/kinetic/share/gencpp/cmake/.. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [100%] Built target strands_interaction_behaviours_generate_messages_cpp make -f CMakeFiles/strands_interaction_behaviours_generate_messages.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages.dir/DependInfo.cmake --color= Scanning dependencies of target strands_interaction_behaviours_generate_messages make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/strands_interaction_behaviours_generate_messages.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [100%] Built target strands_interaction_behaviours_generate_messages make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles 0 make[2]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' debian/rules override_dh_auto_test make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' # In case we're installing to a non-standard location, look for a setup.sh # in the install tree that was dropped by catkin, and source it. It will # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. echo -- Running tests. Even if one of them fails the build is not canceled. -- Running tests. Even if one of them fails the build is not canceled. if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ dh_auto_test || true make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' fakeroot debian/rules binary dh binary -v --buildsystem=cmake dh_testroot -O-v -O--buildsystem=cmake dh_prep -O-v -O--buildsystem=cmake rm -f debian/ros-kinetic-strands-interaction-behaviours.substvars rm -f debian/ros-kinetic-strands-interaction-behaviours.*.debhelper rm -rf debian/ros-kinetic-strands-interaction-behaviours/ dh_installdirs -O-v -O--buildsystem=cmake install -d debian/ros-kinetic-strands-interaction-behaviours debian/rules override_dh_auto_install make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' # In case we're installing to a non-standard location, look for a setup.sh # in the install tree that was dropped by catkin, and source it. It will # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ dh_auto_install cd obj-x86_64-linux-gnu make -j1 install DESTDIR=/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours AM_UPDATE_INFO_DIR=no make[2]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' /usr/bin/cmake -H/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 -B/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionGoal.msg strands_interaction_behaviours/InteractionIdleGoal:actionlib_msgs/GoalID:std_msgs/Header make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchResult.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourGoal.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.msg actionlib_msgs/GoalID:strands_interaction_behaviours/InteractionEngagedFeedback:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedAction.msg strands_interaction_behaviours/InteractionEngagedGoal:std_msgs/Header:strands_interaction_behaviours/InteractionEngagedActionFeedback:strands_interaction_behaviours/InteractionEngagedActionResult:strands_interaction_behaviours/InteractionEngagedActionGoal:strands_interaction_behaviours/InteractionEngagedResult:actionlib_msgs/GoalID:strands_interaction_behaviours/InteractionEngagedFeedback:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedAction make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewResult.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewResult.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleAction.msg strands_interaction_behaviours/InteractionIdleActionResult:std_msgs/Header:strands_interaction_behaviours/InteractionIdleActionGoal:strands_interaction_behaviours/InteractionIdleGoal:strands_interaction_behaviours/InteractionIdleResult:strands_interaction_behaviours/InteractionIdleActionFeedback:actionlib_msgs/GoalID:strands_interaction_behaviours/InteractionIdleFeedback:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleAction make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedFeedback.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewFeedback.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionGoal.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/ReviewGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewActionGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.msg strands_interaction_behaviours/IdleBehaviourFeedback:actionlib_msgs/GoalID:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewGoal.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleResult.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchGoal.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/BehaviourSwitchFeedback:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionFeedback make -f CMakeFiles/std_msgs_generate_messages_py.dir/build.make CMakeFiles/std_msgs_generate_messages_py.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/std_msgs_generate_messages_py.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/std_msgs_generate_messages_py.dir/build.make CMakeFiles/std_msgs_generate_messages_py.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/std_msgs_generate_messages_py.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target std_msgs_generate_messages_py make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedGoal.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.msg strands_interaction_behaviours/InteractionIdleFeedback:actionlib_msgs/GoalID:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionFeedback make -f CMakeFiles/actionlib_msgs_generate_messages_py.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_py.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/actionlib_msgs_generate_messages_py.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/actionlib_msgs_generate_messages_py.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_py.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/actionlib_msgs_generate_messages_py.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target actionlib_msgs_generate_messages_py make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedResult.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionResult.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/ReviewResult:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewActionResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourAction.msg strands_interaction_behaviours/IdleBehaviourResult:std_msgs/Header:strands_interaction_behaviours/IdleBehaviourActionResult:strands_interaction_behaviours/IdleBehaviourActionFeedback:strands_interaction_behaviours/IdleBehaviourActionGoal:strands_interaction_behaviours/IdleBehaviourGoal:actionlib_msgs/GoalID:strands_interaction_behaviours/IdleBehaviourFeedback:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourAction make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionResult.msg strands_interaction_behaviours/IdleBehaviourResult:actionlib_msgs/GoalID:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/BehaviourSwitchResult:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchAction.msg strands_interaction_behaviours/BehaviourSwitchActionResult:strands_interaction_behaviours/BehaviourSwitchFeedback:strands_interaction_behaviours/BehaviourSwitchActionGoal:strands_interaction_behaviours/BehaviourSwitchActionFeedback:strands_interaction_behaviours/BehaviourSwitchGoal:actionlib_msgs/GoalStatus:actionlib_msgs/GoalID:strands_interaction_behaviours/BehaviourSwitchResult:std_msgs/Header make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchAction make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewActionFeedback.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/ReviewFeedback:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewActionFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourResult.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourFeedback.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourFeedback make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.msg actionlib_msgs/GoalID:std_msgs/Header:strands_interaction_behaviours/BehaviourSwitchGoal make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_BehaviourSwitchActionGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewAction.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewAction.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewAction.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_ReviewAction.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/ReviewAction.msg strands_interaction_behaviours/ReviewActionFeedback:std_msgs/Header:strands_interaction_behaviours/ReviewResult:strands_interaction_behaviours/ReviewFeedback:strands_interaction_behaviours/ReviewGoal:strands_interaction_behaviours/ReviewActionGoal:actionlib_msgs/GoalID:strands_interaction_behaviours/ReviewActionResult:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_ReviewAction make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleActionResult.msg strands_interaction_behaviours/InteractionIdleResult:actionlib_msgs/GoalID:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleActionResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.msg strands_interaction_behaviours/IdleBehaviourGoal:actionlib_msgs/GoalID:std_msgs/Header make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_IdleBehaviourActionGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.msg actionlib_msgs/GoalID:strands_interaction_behaviours/InteractionEngagedGoal:std_msgs/Header make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleGoal.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleGoal make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionEngagedActionResult.msg actionlib_msgs/GoalID:strands_interaction_behaviours/InteractionEngagedResult:std_msgs/Header:actionlib_msgs/GoalStatus make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionEngagedActionResult make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback.dir/build.make CMakeFiles/_strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' catkin_generated/env_cached.sh /usr/bin/python /opt/ros/kinetic/share/genmsg/cmake/../../../lib/genmsg/genmsg_check_deps.py strands_interaction_behaviours /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/share/strands_interaction_behaviours/msg/InteractionIdleFeedback.msg make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 0%] Built target _strands_interaction_behaviours_generate_messages_check_deps_InteractionIdleFeedback make -f CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/strands_interaction_behaviours_generate_messages_py.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 21%] Built target strands_interaction_behaviours_generate_messages_py make -f CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/actionlib_msgs_generate_messages_nodejs.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 21%] Built target actionlib_msgs_generate_messages_nodejs make -f CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make CMakeFiles/std_msgs_generate_messages_nodejs.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/std_msgs_generate_messages_nodejs.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/std_msgs_generate_messages_nodejs.dir/build.make CMakeFiles/std_msgs_generate_messages_nodejs.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/std_msgs_generate_messages_nodejs.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 21%] Built target std_msgs_generate_messages_nodejs make -f CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/strands_interaction_behaviours_generate_messages_nodejs.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 40%] Built target strands_interaction_behaviours_generate_messages_nodejs make -f CMakeFiles/std_msgs_generate_messages_eus.dir/build.make CMakeFiles/std_msgs_generate_messages_eus.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/std_msgs_generate_messages_eus.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/std_msgs_generate_messages_eus.dir/build.make CMakeFiles/std_msgs_generate_messages_eus.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/std_msgs_generate_messages_eus.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 40%] Built target std_msgs_generate_messages_eus make -f CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_eus.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/actionlib_msgs_generate_messages_eus.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/actionlib_msgs_generate_messages_eus.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 40%] Built target actionlib_msgs_generate_messages_eus make -f CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/strands_interaction_behaviours_generate_messages_eus.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 60%] Built target strands_interaction_behaviours_generate_messages_eus make -f CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make CMakeFiles/std_msgs_generate_messages_lisp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/std_msgs_generate_messages_lisp.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/std_msgs_generate_messages_lisp.dir/build.make CMakeFiles/std_msgs_generate_messages_lisp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/std_msgs_generate_messages_lisp.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 60%] Built target std_msgs_generate_messages_lisp make -f CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/actionlib_msgs_generate_messages_lisp.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 60%] Built target actionlib_msgs_generate_messages_lisp make -f CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/strands_interaction_behaviours_generate_messages_lisp.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 80%] Built target strands_interaction_behaviours_generate_messages_lisp make -f CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make CMakeFiles/std_msgs_generate_messages_cpp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/std_msgs_generate_messages_cpp.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/std_msgs_generate_messages_cpp.dir/build.make CMakeFiles/std_msgs_generate_messages_cpp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/std_msgs_generate_messages_cpp.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 80%] Built target std_msgs_generate_messages_cpp make -f CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build.make CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/actionlib_msgs_generate_messages_cpp.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [ 80%] Built target actionlib_msgs_generate_messages_cpp make -f CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/strands_interaction_behaviours_generate_messages_cpp.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [100%] Built target strands_interaction_behaviours_generate_messages_cpp make -f CMakeFiles/strands_interaction_behaviours_generate_messages.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages.dir/depend make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles/strands_interaction_behaviours_generate_messages.dir/DependInfo.cmake --color= make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make -f CMakeFiles/strands_interaction_behaviours_generate_messages.dir/build.make CMakeFiles/strands_interaction_behaviours_generate_messages.dir/build make[4]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[4]: Nothing to be done for 'CMakeFiles/strands_interaction_behaviours_generate_messages.dir/build'. make[4]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' [100%] Built target strands_interaction_behaviours_generate_messages make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' /usr/bin/cmake -E cmake_progress_start /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[3]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' make[3]: Nothing to be done for 'preinstall'. make[3]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "None" -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/action/InteractionIdle.action -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/action/BehaviourSwitch.action -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/action/IdleBehaviour.action -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/action/InteractionEngaged.action -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/action/Review.action -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionIdleAction.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionIdleActionGoal.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionIdleActionResult.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionIdleGoal.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionIdleResult.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionIdleFeedback.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/BehaviourSwitchAction.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/BehaviourSwitchGoal.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/BehaviourSwitchResult.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/IdleBehaviourAction.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/IdleBehaviourActionResult.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/IdleBehaviourGoal.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/IdleBehaviourResult.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/IdleBehaviourFeedback.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionEngagedAction.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionEngagedActionResult.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionEngagedGoal.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionEngagedResult.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/InteractionEngagedFeedback.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/ReviewAction.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/ReviewActionGoal.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/ReviewActionResult.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/ReviewActionFeedback.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/ReviewGoal.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/ReviewResult.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/msg/ReviewFeedback.msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/cmake/strands_interaction_behaviours-msg-paths.cmake -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/BehaviourSwitchResult.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/BehaviourSwitchActionResult.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionEngagedActionGoal.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/IdleBehaviourResult.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/IdleBehaviourActionGoal.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/BehaviourSwitchAction.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionIdleResult.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionEngagedActionFeedback.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/BehaviourSwitchFeedback.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionIdleActionResult.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionIdleGoal.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionEngagedAction.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/BehaviourSwitchActionFeedback.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionIdleFeedback.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionEngagedResult.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/ReviewResult.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/ReviewAction.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/BehaviourSwitchActionGoal.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionEngagedGoal.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/IdleBehaviourActionResult.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/IdleBehaviourFeedback.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/IdleBehaviourActionFeedback.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionIdleActionGoal.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/ReviewActionGoal.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/ReviewGoal.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/ReviewActionResult.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionIdleAction.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionEngagedActionResult.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/IdleBehaviourGoal.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/ReviewActionFeedback.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/ReviewFeedback.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/BehaviourSwitchGoal.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/IdleBehaviourAction.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionEngagedFeedback.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/include/strands_interaction_behaviours/InteractionIdleActionFeedback.h -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/ReviewAction.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionIdleResult.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/IdleBehaviourResult.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/ReviewActionFeedback.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/ReviewFeedback.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionIdleFeedback.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionEngagedGoal.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/ReviewGoal.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/IdleBehaviourAction.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/BehaviourSwitchGoal.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/BehaviourSwitchResult.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/ReviewResult.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/IdleBehaviourFeedback.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionIdleActionResult.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionIdleActionGoal.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionEngagedAction.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/IdleBehaviourGoal.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionIdleGoal.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/ReviewActionGoal.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/IdleBehaviourActionResult.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionEngagedActionResult.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/ReviewActionResult.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionEngagedResult.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/BehaviourSwitchAction.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionEngagedFeedback.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/InteractionIdleAction.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/roseus/ros/strands_interaction_behaviours/manifest.l -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_ReviewGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionEngagedActionResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionIdleActionResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_IdleBehaviourResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/IdleBehaviourActionResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionEngagedResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionIdleFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionEngagedAction.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_IdleBehaviourActionGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionIdleActionResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionIdleResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/IdleBehaviourResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/ReviewActionFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/ReviewActionGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_BehaviourSwitchAction.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionEngagedActionGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionEngagedFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_IdleBehaviourGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_IdleBehaviourFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_ReviewResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_IdleBehaviourAction.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionIdleGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionEngagedActionResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_ReviewActionResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionIdleGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_BehaviourSwitchResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionIdleActionGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionIdleResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_BehaviourSwitchGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_BehaviourSwitchActionFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_ReviewFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionIdleActionGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_ReviewActionFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/ReviewFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_ReviewActionGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_BehaviourSwitchFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_BehaviourSwitchActionResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_IdleBehaviourActionFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/strands_interaction_behaviours-msg.asd -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/IdleBehaviourFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/ReviewGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionEngagedFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_BehaviourSwitchActionGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/IdleBehaviourAction.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionEngagedAction.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/IdleBehaviourGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionIdleActionFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/ReviewAction.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_IdleBehaviourActionResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/BehaviourSwitchResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/ReviewResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/BehaviourSwitchAction.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionEngagedGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/BehaviourSwitchGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_ReviewAction.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionEngagedActionFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionEngagedGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionIdleFeedback.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionIdleAction.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/_package_InteractionEngagedResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/ReviewActionResult.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/common-lisp/ros/strands_interaction_behaviours/msg/InteractionIdleAction.lisp -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/BehaviourSwitchGoal.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/IdleBehaviourResult.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionIdleAction.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionEngagedActionResult.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/BehaviourSwitchResult.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionIdleFeedback.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionEngagedResult.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionIdleActionResult.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/ReviewResult.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionEngagedAction.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/ReviewActionGoal.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/ReviewFeedback.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/IdleBehaviourActionFeedback.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/IdleBehaviourActionGoal.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionIdleActionGoal.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/IdleBehaviourActionResult.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/ReviewGoal.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/IdleBehaviourFeedback.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/BehaviourSwitchAction.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionEngagedActionFeedback.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/BehaviourSwitchActionFeedback.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionIdleGoal.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/BehaviourSwitchActionGoal.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionEngagedActionGoal.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/ReviewActionResult.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/IdleBehaviourGoal.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionEngagedFeedback.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionIdleResult.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/BehaviourSwitchActionResult.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/ReviewAction.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/ReviewActionFeedback.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/BehaviourSwitchFeedback.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionIdleActionFeedback.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/InteractionEngagedGoal.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/_index.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/msg/IdleBehaviourAction.js -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/gennodejs/ros/strands_interaction_behaviours/_index.js Listing /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/__init__.py ... Listing /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchAction.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchActionFeedback.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchActionGoal.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchActionResult.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchFeedback.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchGoal.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchResult.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourAction.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourActionFeedback.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourActionGoal.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourActionResult.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourFeedback.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourGoal.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourResult.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedAction.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedActionFeedback.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedActionGoal.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedActionResult.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedFeedback.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedGoal.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedResult.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleAction.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleActionFeedback.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleActionGoal.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleActionResult.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleFeedback.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleGoal.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleResult.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewAction.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewActionFeedback.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewActionGoal.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewActionResult.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewFeedback.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewGoal.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewResult.py ... Compiling /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu/devel/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/__init__.py ... -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/__init__.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/__init__.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewAction.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedResult.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedGoal.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourFeedback.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewAction.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedAction.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourResult.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchActionResult.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourActionResult.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleGoal.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewGoal.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchAction.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourActionGoal.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewActionFeedback.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleGoal.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchFeedback.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleFeedback.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedFeedback.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourAction.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourGoal.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchActionGoal.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewActionResult.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewResult.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewFeedback.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourGoal.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleActionFeedback.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleAction.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/__init__.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedActionFeedback.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/__init__.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewActionGoal.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewActionFeedback.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewFeedback.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchActionGoal.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleActionGoal.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedAction.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewGoal.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchActionResult.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourActionResult.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchGoal.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchFeedback.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedActionResult.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleResult.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleActionGoal.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleAction.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedActionGoal.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchGoal.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedResult.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleFeedback.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleResult.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchResult.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleActionResult.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedActionFeedback.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchActionFeedback.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourFeedback.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewActionGoal.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourActionGoal.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedFeedback.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewActionResult.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedActionGoal.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedActionResult.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourActionFeedback.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourActionFeedback.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchActionFeedback.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_ReviewResult.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourResult.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleActionFeedback.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionEngagedGoal.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchAction.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_InteractionIdleActionResult.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_IdleBehaviourAction.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/python2.7/dist-packages/strands_interaction_behaviours/msg/_BehaviourSwitchResult.pyc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/pkgconfig/strands_interaction_behaviours.pc -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/cmake/strands_interaction_behaviours-msg-extras.cmake -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/cmake/strands_interaction_behavioursConfig.cmake -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/cmake/strands_interaction_behavioursConfig-version.cmake -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/package.xml -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/strands_interaction_behaviours/insert_dialogue.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/strands_interaction_behaviours/behaviour_switch.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/strands_interaction_behaviours/engaged_server.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/strands_interaction_behaviours/idle_behaviour.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/lib/strands_interaction_behaviours/idle_server.py -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/launch -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/launch/idle.launch -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/config -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/config/dialogue_options -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/config/dialogue_options/idle_example.txt -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/config/dialogue_options/idle_nhm.txt -- Installing: /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours/opt/ros/kinetic/share/strands_interaction_behaviours/config/dialogue_options/engaged_example.txt make[2]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu' cd /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' dh_install -O-v -O--buildsystem=cmake dh_installdocs -O-v -O--buildsystem=cmake install -d debian/ros-kinetic-strands-interaction-behaviours/usr/share/doc/ros-kinetic-strands-interaction-behaviours dh_installchangelogs -O-v -O--buildsystem=cmake install -p -m0644 debian/changelog debian/ros-kinetic-strands-interaction-behaviours/usr/share/doc/ros-kinetic-strands-interaction-behaviours/changelog.Debian dh_installexamples -O-v -O--buildsystem=cmake dh_installman -O-v -O--buildsystem=cmake dh_installcatalogs -O-v -O--buildsystem=cmake dh_installcron -O-v -O--buildsystem=cmake dh_installdebconf -O-v -O--buildsystem=cmake install -d debian/ros-kinetic-strands-interaction-behaviours/DEBIAN dh_installemacsen -O-v -O--buildsystem=cmake dh_installifupdown -O-v -O--buildsystem=cmake dh_installinfo -O-v -O--buildsystem=cmake dh_installinit -O-v -O--buildsystem=cmake dh_installmenu -O-v -O--buildsystem=cmake dh_installmime -O-v -O--buildsystem=cmake dh_installmodules -O-v -O--buildsystem=cmake dh_installlogcheck -O-v -O--buildsystem=cmake dh_installlogrotate -O-v -O--buildsystem=cmake dh_installpam -O-v -O--buildsystem=cmake dh_installppp -O-v -O--buildsystem=cmake dh_installudev -O-v -O--buildsystem=cmake dh_installgsettings -O-v -O--buildsystem=cmake dh_bugfiles -O-v -O--buildsystem=cmake dh_ucf -O-v -O--buildsystem=cmake dh_lintian -O-v -O--buildsystem=cmake dh_gconf -O-v -O--buildsystem=cmake dh_icons -O-v -O--buildsystem=cmake dh_perl -O-v -O--buildsystem=cmake dh_usrlocal -O-v -O--buildsystem=cmake dh_link -O-v -O--buildsystem=cmake dh_installwm -O-v -O--buildsystem=cmake dh_installxfonts -O-v -O--buildsystem=cmake dh_strip_nondeterminism -O-v -O--buildsystem=cmake dh_compress -O-v -O--buildsystem=cmake cd debian/ros-kinetic-strands-interaction-behaviours chmod a-x usr/share/doc/ros-kinetic-strands-interaction-behaviours/changelog.Debian gzip -9nf usr/share/doc/ros-kinetic-strands-interaction-behaviours/changelog.Debian cd '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' dh_fixperms -O-v -O--buildsystem=cmake find debian/ros-kinetic-strands-interaction-behaviours -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/ros-kinetic-strands-interaction-behaviours ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/ros-kinetic-strands-interaction-behaviours/usr/share/doc -type f ! -regex 'debian/ros-kinetic-strands-interaction-behaviours/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644 find debian/ros-kinetic-strands-interaction-behaviours/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 0755 find debian/ros-kinetic-strands-interaction-behaviours/usr/share/man debian/ros-kinetic-strands-interaction-behaviours/usr/man/ debian/ros-kinetic-strands-interaction-behaviours/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/ros-kinetic-strands-interaction-behaviours/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/ros-kinetic-strands-interaction-behaviours/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 0644 find debian/ros-kinetic-strands-interaction-behaviours/usr/lib/x86_64-linux-gnu/perl5/5.22 debian/ros-kinetic-strands-interaction-behaviours/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/ros-kinetic-strands-interaction-behaviours -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 find debian/ros-kinetic-strands-interaction-behaviours/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w dh_strip -O-v -O--buildsystem=cmake dh_makeshlibs -O-v -O--buildsystem=cmake rm -f debian/ros-kinetic-strands-interaction-behaviours/DEBIAN/shlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' # In case we're installing to a non-standard location, look for a setup.sh # in the install tree that was dropped by catkin, and source it. It will # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \ dh_shlibdeps -l/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian/ros-kinetic-strands-interaction-behaviours//opt/ros/kinetic/lib/ make[1]: Leaving directory '/tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4' dh_installdeb -O-v -O--buildsystem=cmake dh_gencontrol -O-v -O--buildsystem=cmake echo misc:Depends= >> debian/ros-kinetic-strands-interaction-behaviours.substvars echo misc:Pre-Depends= >> debian/ros-kinetic-strands-interaction-behaviours.substvars dpkg-gencontrol -pros-kinetic-strands-interaction-behaviours -ldebian/changelog -Tdebian/ros-kinetic-strands-interaction-behaviours.substvars -Pdebian/ros-kinetic-strands-interaction-behaviours dpkg-gencontrol: warning: Depends field of package ros-kinetic-strands-interaction-behaviours: unknown substitution variable ${shlibs:Depends} chmod 0644 debian/ros-kinetic-strands-interaction-behaviours/DEBIAN/control chown 0:0 debian/ros-kinetic-strands-interaction-behaviours/DEBIAN/control dh_md5sums -O-v -O--buildsystem=cmake (cd debian/ros-kinetic-strands-interaction-behaviours >/dev/null ; find . -type f ! -regex './DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null chmod 0644 debian/ros-kinetic-strands-interaction-behaviours/DEBIAN/md5sums chown 0:0 debian/ros-kinetic-strands-interaction-behaviours/DEBIAN/md5sums dh_builddeb -O-v -O--buildsystem=cmake dpkg-deb --build debian/ros-kinetic-strands-interaction-behaviours .. dpkg-deb: building package 'ros-kinetic-strands-interaction-behaviours' in '../ros-kinetic-strands-interaction-behaviours_0.2.4-0xenial-20190125-211310+0000_amd64.deb'. dpkg-genchanges -b >../ros-kinetic-strands-interaction-behaviours_0.2.4-0xenial-20190125-211310+0000_amd64.changes dpkg-genchanges: warning: debian/changelog(l11): found trailer where expected start of change data LINE: -- Christian Dondrup Fri, 25 Jan 2019 00:00:00 -0000 dpkg-genchanges: binary-only upload (no source code included) dpkg-source --after-build ros-kinetic-strands-interaction-behaviours-0.2.4 dpkg-source: info: using options from ros-kinetic-strands-interaction-behaviours-0.2.4/debian/source/options: --auto-commit dpkg-buildpackage: binary-only upload (no source included) I: Successfully built in /tmp/binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4 # END SUBSECTION + echo # END SECTION # END SECTION [Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary] $ /bin/sh -xe /tmp/hudson4675312208690725074.sh + [ false = false ] + echo # BEGIN SECTION: Clean up to save disk space on slaves # BEGIN SECTION: Clean up to save disk space on slaves + chmod -R u+w /home/jenkins-slave/workspace/Kbin_uX64__strands_interaction_behaviours__ubuntu_xenial_amd64__binary/binarydeb + rm -fr binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/CHANGELOG.rst binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/CMakeLists.txt binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/LICENSE binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/action binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/config binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/debian binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/idle binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/launch binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/obj-x86_64-linux-gnu binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/package.xml binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/review binarydeb/ros-kinetic-strands-interaction-behaviours-0.2.4/scripts + echo # END SECTION # END SECTION SSH: Connecting from host [lcas-buildfarm-slave-3] SSH: Connecting with configuration [repo] ... SSH: Disconnecting configuration [repo] ... SSH: Transferred 2 file(s) Build step 'Send files or execute commands over SSH' changed build result to SUCCESS Waiting for the completion of Krel_import-package Krel_import-package #4330 completed. Result was SUCCESS $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 9860 killed; [ssh-agent] Stopped. [description-setter] Description set: 0.2.4-0xenial-20190125-211310+0000 Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered Triggering a new build of Krel_sync-packages-to-testing_xenial_amd64 Triggering a new build of Kbin_uX64__strands_hri__ubuntu_xenial_amd64__binary Finished: SUCCESS