Ubuntu Pastebin

Paste from kyrofa at Wed, 4 Oct 2017 15:04:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$ ./runtests.sh snapd test_ament_snap.py
test_ament_support (test_ament_snap.AmentTestCase)
test_ament_snap.AmentTestCase.test_ament_support ... ERROR

Stderr:
/snapcraft/snapcraft/internal/repo/snaps.py:88: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, raddr=/run/snapd.socket>
  self._local_snap_info = _get_local_snap_info(self.name)

======================================================================
ERROR: test_ament_support (test_ament_snap.AmentTestCase)
test_ament_snap.AmentTestCase.test_ament_support
----------------------------------------------------------------------
testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/snapcraft/integration_tests/snapd/test_ament_snap.py", line 35, in test_ament_support
    universal_newlines=True, stderr=subprocess.STDOUT),
  File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.5/subprocess.py", line 708, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['ros2-example.launch-project']' returned non-zero exit status 1


Stderr:
/snapcraft/snapcraft/internal/repo/snaps.py:88: ResourceWarning: unclosed <socket.socket fd=3, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0, raddr=/run/snapd.socket>
  self._local_snap_info = _get_local_snap_info(self.name)

----------------------------------------------------------------------
Download as text