You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/02 17:16:46 UTC

[GitHub] rabbah commented on issue #3384: failing test actionContainers.PythonActionContainerTests.python3action should be able to import additional packages as installed in the image

rabbah commented on issue #3384: failing test actionContainers.PythonActionContainerTests.python3action should be able to import additional packages as installed in the image
URL: https://github.com/apache/incubator-openwhisk/issues/3384#issuecomment-369988142
 
 
   ```
     File "pythonrunner.py", line 88, in run
       exec('fun = %s(param)' % self.mainFn, self.global_context)
     File "<string>", line 1, in <module>
     File "__main__.py", line 16, in main
     File "/usr/local/lib/python3.6/site-packages/httplib2/__init__.py", line 1322, in request
       (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
     File "/usr/local/lib/python3.6/site-packages/httplib2/__init__.py", line 1072, in _request
       (response, content) = self._conn_request(conn, request_uri, method, body, headers)
     File "/usr/local/lib/python3.6/site-packages/httplib2/__init__.py", line 995, in _conn_request
       conn.connect()
     File "/usr/local/lib/python3.6/http/client.py", line 1392, in connect
       super().connect()
     File "/usr/local/lib/python3.6/http/client.py", line 936, in connect
       (self.host,self.port), self.timeout, self.source_address)
     File "/usr/local/lib/python3.6/socket.py", line 722, in create_connection
       raise err
     File "/usr/local/lib/python3.6/socket.py", line 713, in create_connection
       sock.connect(sa)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services