pastebin - collaborative debugging tool
rovema.kpaste.net RSS


build failure caused by firewall
Posted by Anonymous on Fri 21st Jan 2022 09:06
raw | new post

  1. --
  2. -- ============================================
  3. -- Creating project for /home/boschrexroth/ctrlX-automation-sdk/samples-cpp/automation.scheduler.rtdatalayer.owner/private/lib/CMakeLists.txt
  4. -- ============================================
  5. --  adding project /home/boschrexroth/ctrlX-automation-sdk/samples-cpp/automation.scheduler.rtdatalayer.owner/private/lib
  6. -- Configuring done
  7. -- Generating done
  8. -- Build files have been written to: /home/boschrexroth/ctrlX-automation-sdk/samples-cpp/automation.scheduler.rtdatalayer.owner/build
  9. [  8%] Linking CXX executable dummy
  10. [ 16%] Built target dummy
  11. [ 16%] Built target runtimes
  12. [ 16%] Built target celix-build-docker-dirs
  13. [ 16%] Built target celix-containers
  14. [ 50%] Built target sdk_scheduler_rtdatalayer_owner
  15. [ 50%] Built target com.boschrexroth.sdk.datalayer.realtime.owner.bundle
  16. [ 75%] Built target com_boschrexroth_sdk_datalayer_realtime_owner_bundle
  17. [100%] Built target com.boschrexroth.sdk.datalayer.realtime.owner.bundle_bundle
  18. [100%] Built target celix-bundles
  19. Install the project...
  20. -- Install configuration: "Debug"
  21. -- Up-to-date: /home/boschrexroth/ctrlX-automation-sdk/samples-cpp/automation.scheduler.rtdatalayer.owner/generated/automation-scheduler/com.boschrexroth.sdk.datalayer.realtime.owner.bundle.zip
  22. -- Up-to-date: /home/boschrexroth/ctrlX-automation-sdk/samples-cpp/automation.scheduler.rtdatalayer.owner/generated/ubuntu20-gcc-x64/Debug/libsdk_scheduler_rtdatalayer_owner.so
  23. *EXPERIMENTAL* --target-arch for core20 enabled.
  24. Setting target machine to 'amd64'
  25. Sorry, an error occurred in Snapcraft:
  26. 'NoneType' object is not subscriptable
  27. We would appreciate it if you anonymously reported this issue.
  28. No other data than the traceback and the version of snapcraft in use will be sent.
  29. Would you like to send this error data? (Yes/No/Always/View) [no]: Always
  30. Saving choice to always send data to Sentry
  31. Sentry responded with an error: HTTPSConnectionPool(host='sentry.io', port=443): Max retries exceeded with url: /api/277754/store/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)'))) (url: https://sentry.io/api/277754/store/)
  32. Traceback (most recent call last):
  33.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
  34.     httplib_response = self._make_request(
  35.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
  36.     self._validate_conn(conn)
  37.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
  38.     conn.connect()
  39.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/connection.py", line 411, in connect
  40.     self.sock = ssl_wrap_socket(
  41.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket
  42.     ssl_sock = _ssl_wrap_socket_impl(
  43.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl
  44.     return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
  45.   File "/snap/snapcraft/7010/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
  46.     return self.sslsocket_class._create(
  47.   File "/snap/snapcraft/7010/usr/lib/python3.8/ssl.py", line 1040, in _create
  48.     self.do_handshake()
  49.   File "/snap/snapcraft/7010/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
  50.     self._sslobj.do_handshake()
  51. ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)
  52.  
  53. During handling of the above exception, another exception occurred:
  54.  
  55. Traceback (most recent call last):
  56.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
  57.     resp = conn.urlopen(
  58.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
  59.     retries = retries.increment(
  60.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
  61.     raise MaxRetryError(_pool, url, error or ResponseError(cause))
  62. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='sentry.io', port=443): Max retries exceeded with url: /api/277754/store/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)')))
  63.  
  64. During handling of the above exception, another exception occurred:
  65.  
  66. Traceback (most recent call last):
  67.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/raven/base.py", line 737, in send_remote
  68.     transport.send(url, data, headers)
  69.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/raven/transport/requests.py", line 34, in send
  70.     requests.post(url, data=data, headers=headers,
  71.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests_unixsocket/__init__.py", line 60, in post
  72.     return request('post', url, data=data, json=json, **kwargs)
  73.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests_unixsocket/__init__.py", line 46, in request
  74.     return session.request(method=method, url=url, **kwargs)
  75.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
  76.     resp = self.send(prep, **send_kwargs)
  77.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/raven/breadcrumbs.py", line 341, in send
  78.     resp = real_send(self, request, *args, **kwargs)
  79.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
  80.     r = adapter.send(request, **kwargs)
  81.   File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests/adapters.py", line 514, in send
  82.     raise SSLError(e, request=request)
  83. requests.exceptions.SSLError: HTTPSConnectionPool(host='sentry.io', port=443): Max retries exceeded with url: /api/277754/store/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)')))
  84. ["TypeError: 'NoneType' object is not subscriptable", '  File "bin/snapcraft", line 8, in <module>', '  File "click/core.py", line 1137, in __call__', '  File "click/core.py", line 1062, in main', '  File "click/core.py", line 1646, in invoke', '  File "click/core.py", line 1404, in invoke', '  File "click/core.py", line 763, in invoke', '  File "click/decorators.py", line 26, in new_func', '  File "snapcraft/cli/_runner.py", line 130, in run', '  File "click/core.py", line 1404, in invoke', '  File "click/core.py", line 763, in invoke', '  File "snapcraft/cli/lifecycle.py", line 387, in snap', '  File "snapcraft/cli/lifecycle.py", line 102, in _execute', '  File "snapcraft/internal/lifecycle/_runner.py", line 122, in execute', '  File "snapcraft/internal/lifecycle/_runner.py", line 83, in _install_build_snaps', '  File "snapcraft/internal/repo/snaps.py", line 295, in install_snaps']
  85. Thank you, sent.
  86. You can find the traceback in file '/tmp/tmpa79q1tel/trace.txt'.
  87. make[2]: *** [CMakeFiles/dummy.dir/build.make:86: dummy] Error 1
  88. make[2]: *** Deleting file 'dummy'
  89. make[1]: *** [CMakeFiles/Makefile2:128: CMakeFiles/dummy.dir/all] Error 2
  90. make: *** [Makefile:130: all] Error 2
  91.  
  92. Terminal will be reused by tasks, press any key to close it.

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at