- --
- -- ============================================
- -- Creating project for /home/boschrexroth/ctrlX-automation-sdk/samples-cpp/automation.scheduler.rtdatalayer.owner/private/lib/CMakeLists.txt
- -- ============================================
- -- adding project /home/boschrexroth/ctrlX-automation-sdk/samples-cpp/automation.scheduler.rtdatalayer.owner/private/lib
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/boschrexroth/ctrlX-automation-sdk/samples-cpp/automation.scheduler.rtdatalayer.owner/build
- [ 8%] Linking CXX executable dummy
- [ 16%] Built target dummy
- [ 16%] Built target runtimes
- [ 16%] Built target celix-build-docker-dirs
- [ 16%] Built target celix-containers
- [ 50%] Built target sdk_scheduler_rtdatalayer_owner
- [ 50%] Built target com.boschrexroth.sdk.datalayer.realtime.owner.bundle
- [ 75%] Built target com_boschrexroth_sdk_datalayer_realtime_owner_bundle
- [100%] Built target com.boschrexroth.sdk.datalayer.realtime.owner.bundle_bundle
- [100%] Built target celix-bundles
- Install the project...
- -- Install configuration: "Debug"
- -- 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
- -- Up-to-date: /home/boschrexroth/ctrlX-automation-sdk/samples-cpp/automation.scheduler.rtdatalayer.owner/generated/ubuntu20-gcc-x64/Debug/libsdk_scheduler_rtdatalayer_owner.so
- *EXPERIMENTAL* --target-arch for core20 enabled.
- Setting target machine to 'amd64'
- Sorry, an error occurred in Snapcraft:
- 'NoneType' object is not subscriptable
- We would appreciate it if you anonymously reported this issue.
- No other data than the traceback and the version of snapcraft in use will be sent.
- Would you like to send this error data? (Yes/No/Always/View) [no]: Always
- Saving choice to always send data to Sentry
- 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/)
- Traceback (most recent call last):
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen
- httplib_response = self._make_request(
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/connectionpool.py", line 382, in _make_request
- self._validate_conn(conn)
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
- conn.connect()
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/connection.py", line 411, in connect
- self.sock = ssl_wrap_socket(
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket
- ssl_sock = _ssl_wrap_socket_impl(
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl
- return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
- File "/snap/snapcraft/7010/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
- return self.sslsocket_class._create(
- File "/snap/snapcraft/7010/usr/lib/python3.8/ssl.py", line 1040, in _create
- self.do_handshake()
- File "/snap/snapcraft/7010/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
- self._sslobj.do_handshake()
- ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
- resp = conn.urlopen(
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen
- retries = retries.increment(
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/urllib3/util/retry.py", line 574, in increment
- raise MaxRetryError(_pool, url, error or ResponseError(cause))
- 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)')))
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/raven/base.py", line 737, in send_remote
- transport.send(url, data, headers)
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/raven/transport/requests.py", line 34, in send
- requests.post(url, data=data, headers=headers,
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests_unixsocket/__init__.py", line 60, in post
- return request('post', url, data=data, json=json, **kwargs)
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests_unixsocket/__init__.py", line 46, in request
- return session.request(method=method, url=url, **kwargs)
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests/sessions.py", line 542, in request
- resp = self.send(prep, **send_kwargs)
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/raven/breadcrumbs.py", line 341, in send
- resp = real_send(self, request, *args, **kwargs)
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests/sessions.py", line 655, in send
- r = adapter.send(request, **kwargs)
- File "/snap/snapcraft/7010/lib/python3.8/site-packages/requests/adapters.py", line 514, in send
- raise SSLError(e, request=request)
- 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)')))
- ["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']
- Thank you, sent.
- You can find the traceback in file '/tmp/tmpa79q1tel/trace.txt'.
- make[2]: *** [CMakeFiles/dummy.dir/build.make:86: dummy] Error 1
- make[2]: *** Deleting file 'dummy'
- make[1]: *** [CMakeFiles/Makefile2:128: CMakeFiles/dummy.dir/all] Error 2
- make: *** [Makefile:130: all] Error 2
- Terminal will be reused by tasks, press any key to close it.
build failure caused by firewall
Posted by Anonymous on Fri 21st Jan 2022 09:06
raw | new post
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.