=== WatchCI run 1786185242-3114388-12123 === project=smartserve kind=pr ref=openssl_submodule pr_id=130 source=poll sha=5c5c03de7b728f4687c9f516ad9e7cb0e1e6b7a3 started=2026-08-08T10:34:02Z timeout_sec=6000 fail_retries=1 === checkout === fetch pr head refs/merge-requests/130/head From gitcode.com:openharmony-robot/smartserve * branch refs/merge-requests/130/head -> FETCH_HEAD pr merge onto origin/main HEAD is now at 821b311 !106 merge feat/agents-md into main Merge made by the 'ort' strategy. .gitignore | 1 - .gitmodules | 4 + README.md | 6 ++ deps/README.md | 15 +++- deps/build_openssl.sh | 18 ++-- deps/download_openssl.sh | 129 --------------------------- docs/build/cross_platform_sdk_build_guide.md | 4 +- scripts/android/build_openssl.sh | 6 +- scripts/build_and_test.sh | 4 +- scripts/harmonyos/build_openssl.sh | 13 +-- scripts/harmonyos/build_sdk.sh | 46 +++++++--- scripts/init_submodules.sh | 20 ++++- scripts/ios/build.sh | 2 +- third-party/openssl | 1 + 14 files changed, 101 insertions(+), 168 deletions(-) delete mode 100755 deps/download_openssl.sh create mode 160000 third-party/openssl === script /home/HwHiAiUser/repos/smartserve/./scripts/whole_build_and_test.sh --smoke-apps (cwd=/home/HwHiAiUser/repos/smartserve timeout_sec=6000) === === [default] --clean --model-runtime === ======================================== SmartServe - Build & Test ======================================== Platform: linux Build type: Release Build threads: 3 llama.cpp plugin: true MNN plugin: false Model management: true Test engine: false Model runtime tests:true Build applications: false Clean build: true Build directory: /home/HwHiAiUser/repos/smartserve/build/linux LLAMACPP_ROOT: /home/HwHiAiUser/repos/smartserve/third-party/llama.cpp (in-tree build: true) ======================================== Step 1/7: Checking CMake ======================================== cmake version 3.22.1 ✓ CMake is available ======================================== Step 2/7: Initializing Git Submodules ======================================== git submodule update --init third-party/curl third-party/nlohmann-json third-party/cpp-httplib third-party/googletest third-party/llama.cpp ✓ Git submodules ready ======================================== Step 3/7: Downloading Dependencies ======================================== git submodule update --init third-party/openssl Submodule 'third-party/openssl' (https://github.com/openssl/openssl.git) registered for path 'third-party/openssl' Cloning into '/data/repos/smartserve/third-party/openssl'... fatal: unable to access 'https://github.com/openssl/openssl.git/': Error in the HTTP2 framing layer fatal: clone of 'https://github.com/openssl/openssl.git' into submodule path '/data/repos/smartserve/third-party/openssl' failed Failed to clone 'third-party/openssl'. Retry scheduled Cloning into '/data/repos/smartserve/third-party/openssl'... fatal: unable to access 'https://github.com/openssl/openssl.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated. fatal: clone of 'https://github.com/openssl/openssl.git' into submodule path '/data/repos/smartserve/third-party/openssl' failed Failed to clone 'third-party/openssl' a second time, aborting === retry 1/1 after exit=1 === fetch pr head refs/merge-requests/130/head From gitcode.com:openharmony-robot/smartserve * branch refs/merge-requests/130/head -> FETCH_HEAD pr merge onto origin/main HEAD is now at 821b311 !106 merge feat/agents-md into main Merge made by the 'ort' strategy. .gitignore | 1 - .gitmodules | 4 + README.md | 6 ++ deps/README.md | 15 +++- deps/build_openssl.sh | 18 ++-- deps/download_openssl.sh | 129 --------------------------- docs/build/cross_platform_sdk_build_guide.md | 4 +- scripts/android/build_openssl.sh | 6 +- scripts/build_and_test.sh | 4 +- scripts/harmonyos/build_openssl.sh | 13 +-- scripts/harmonyos/build_sdk.sh | 46 +++++++--- scripts/init_submodules.sh | 20 ++++- scripts/ios/build.sh | 2 +- third-party/openssl | 1 + 14 files changed, 101 insertions(+), 168 deletions(-) delete mode 100755 deps/download_openssl.sh create mode 160000 third-party/openssl === [default] --clean --model-runtime === ======================================== SmartServe - Build & Test ======================================== Platform: linux Build type: Release Build threads: 3 llama.cpp plugin: true MNN plugin: false Model management: true Test engine: false Model runtime tests:true Build applications: false Clean build: true Build directory: /home/HwHiAiUser/repos/smartserve/build/linux LLAMACPP_ROOT: /home/HwHiAiUser/repos/smartserve/third-party/llama.cpp (in-tree build: true) ======================================== Step 1/7: Checking CMake ======================================== cmake version 3.22.1 ✓ CMake is available ======================================== Step 2/7: Initializing Git Submodules ======================================== git submodule update --init third-party/curl third-party/nlohmann-json third-party/cpp-httplib third-party/googletest third-party/llama.cpp ✓ Git submodules ready ======================================== Step 3/7: Downloading Dependencies ======================================== git submodule update --init third-party/openssl Cloning into '/data/repos/smartserve/third-party/openssl'... fatal: unable to access 'https://github.com/openssl/openssl.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated. fatal: clone of 'https://github.com/openssl/openssl.git' into submodule path '/data/repos/smartserve/third-party/openssl' failed Failed to clone 'third-party/openssl'. Retry scheduled Cloning into '/data/repos/smartserve/third-party/openssl'... fatal: unable to access 'https://github.com/openssl/openssl.git/': Failed to connect to github.com port 443 after 135657 ms: Connection timed out fatal: clone of 'https://github.com/openssl/openssl.git' into submodule path '/data/repos/smartserve/third-party/openssl' failed Failed to clone 'third-party/openssl' a second time, aborting === finished status=failure exit=1 duration=344s timeout_sec=6000 attempts=2 ===