WasmEdge / WasmEdge

WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.

Home Page:https://WasmEdge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: CI failed at plugins (manylinux2014_x86_64-plugins-deps, g++, Release)

dm4 opened this issue · comments

commented

Summary

As this job: https://github.com/WasmEdge/WasmEdge/actions/runs/7393162193/job/20112684186

It shows:

CMake Error at /opt/rh/devtoolset-11/root/usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
  system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY) (found
  version "1.0.2k")
Call Stack (most recent call first):
  /opt/rh/devtoolset-11/root/usr/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /opt/rh/devtoolset-11/root/usr/share/cmake-3.26/Modules/FindOpenSSL.cmake:670 (find_package_handle_standard_args)
  plugins/wasi_crypto/CMakeLists.txt:5 (find_package)

Current State

CI failed.

Expected State

CI passed.

Reproduction steps

  1. Create a PR and wait.

Screenshots

No response

Any logs you want to share for showing the specific issue

No response

Components

Others

WasmEdge Version or Commit you used

latest

Operating system information

manylinux2014

Hardware Architecture

x86_64

Compiler flags and options

No response

Hi, @dm4 I think this part of the ci is invoked specifically when you are working with plugins , cause the test just passed in the
following PR a minute ago
https://github.com/WasmEdge/WasmEdge/actions/runs/7436056462/job/20232110059?pr=3093

commented

Hi @jaydee029, I suspect this was a random failure in the GitHub workflow. Since there have been no subsequent failed jobs after I merged the same commit into the master branch, I think we can close this issue now and reopen it if we identify a specific cause. Thank you for the information.