Skip to content

Add WinTLS support for SSL/TLS on Windows #270

Add WinTLS support for SSL/TLS on Windows

Add WinTLS support for SSL/TLS on Windows #270

Triggered via push December 18, 2025 11:42
Status Failure
Total duration 43m 24s
Artifacts
windows-2022
5m 31s
windows-2022
windows-2022-with-fesapi
5m 19s
windows-2022-with-fesapi
ubuntu-22
59s
ubuntu-22
ubuntu-22-java11
1m 1s
ubuntu-22-java11
Build wheels on windows-latest
43m 20s
Build wheels on windows-latest
Build wheels on ubuntu-latest
23m 32s
Build wheels on ubuntu-latest
Build wheels on macos-14
32m 45s
Build wheels on macos-14
Matrix: ubuntu-22-java11-with-fesapi
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
ubuntu-22
Process completed with exit code 2.
ubuntu-22-java11
Process completed with exit code 1.
ubuntu-22-java11-with-fesapi (clang 13, clang-13, clang-13, clang++-13)
Process completed with exit code 1.
ubuntu-22-java11-with-fesapi (gcc 11, gcc-11, gcc-11, g++-11)
Process completed with exit code 1.
ubuntu-22-java11-with-fesapi (clang 15, clang-15, clang-15, clang++-15)
Process completed with exit code 1.
ubuntu-22-java11-with-fesapi (clang 14, clang-14, clang-14, clang++-14)
Process completed with exit code 1.
ubuntu-22-java11-with-fesapi (gcc 10, gcc-10, gcc-10, g++-10)
Process completed with exit code 1.
Build wheels on ubuntu-latest
Process completed with exit code 1.
Build wheels on ubuntu-latest
Command ['sh', '-c', "yum install -y wget gcc-c++ boost-devel openssl-devel && yum search epel-release && yum info epel-release && yum install -y epel-release && yum --enablerepo=epel install -y minizip1.2-devel hdf5-devel cmake3 && cd / && wget https://github.com/F2I-Consulting/fesapi/archive/refs/tags/v2.14.0.0.zip && unzip v2.14.0.0.zip && mkdir fesapi-build && cd fesapi-build && cmake3 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:STRING=/fesapi-install /fesapi-2.14.0.0 && cmake3 --build . -j2 --config Release && cmake3 --install . && cd / && wget https://archive.apache.org/dist/avro/avro-1.11.3/cpp/avro-cpp-1.11.3.tar.gz && tar xf avro-cpp-1.11.3.tar.gz && sed -i 's/install (TARGETS avrocpp avrocpp_s/install (TARGETS avrocpp_s/' avro-cpp-1.11.3/CMakeLists.txt && sed -i 's/install (TARGETS avrogencpp RUNTIME DESTINATION bin)//' avro-cpp-1.11.3/CMakeLists.txt && mkdir avro-build && cd avro-build && cmake3 -Wno-dev -Wno-deprecated -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=/avro-install /avro-cpp-1.11.3 && cmake3 --build . -j2 --target avrocpp_s --config Release && cmake3 --install . && cd / && mkdir build && cd build && cmake3 -DCMAKE_BUILD_TYPE=Release -DAVRO_ROOT=/avro-install -DAVRO_USE_STATIC_LIBS=TRUE -DWITH_FESAPI=TRUE -DFESAPI_ROOT=/fesapi-install -DWITH_PYTHON_WRAPPING=TRUE -DCMAKE_INSTALL_PREFIX:STRING=/fetpapi-install /project && cmake3 --build . -j2 --config Release && cmake3 --install .\n"] failed with code 1.
ubuntu-22-java11-with-fesapi (gcc 12, gcc-12, gcc-12, g++-12)
Process completed with exit code 1.
Build wheels on macos-14
Process completed with exit code 1.
Build wheels on macos-14
cibuildwheel: Command ['/bin/sh', '-c', 'python /Users/runner/work/fetpapi/fetpapi/python/example/etp_client_example.py'] failed with code 1.
Build wheels on windows-latest
Process completed with exit code 1.
Build wheels on windows-latest
cibuildwheel: Command python D:\a\fetpapi\fetpapi\python\example\etp_client_example.py failed with code 1.
Build wheels on macos-14
cibuildwheel: While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.