[Bug]: Compile error on systemtest "HttpBridgeTlsST.java:[160,13] cannot find symbol" #10202
Replies: 5 comments 2 replies
-
Similar error I got for 0.40.0 version tag as well
|
Beta Was this translation helpful? Give feedback.
-
0.39.0 version tag seems fine. Able to compile.
|
Beta Was this translation helpful? Give feedback.
-
MAybe you should try to clean the project first? And if that does not help, you should probably share more details about your environment. The build is passing on all our CIs, so it will likely be environment-related. |
Beta Was this translation helpful? Give feedback.
-
@scholzj Thanks for the quick reply. I tried the same steps in different VMs (Ubuntu/Oracle Linux etc..) & got the same result. |
Beta Was this translation helpful? Give feedback.
-
Checked with the Graalvm team, able to compile it using a newer version.
|
Beta Was this translation helpful? Give feedback.
-
Bug Description
Hi,
I followed the dev guide to build strimzi from source. Getting below error for 0.41.0 tag:
Im using Java17
Steps to reproduce
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh && ./get_helm.sh
wget [$yq_binary_url](https://github.com/mikefarah/yq/releases/download/v4.25.2/yq_linux_amd64)
https://github.com/mikefarah/yq/releases/download/v4.25.2/yq_linux_amd64` -O /usr/bin/yq && chmod +x /usr/bin/yq`wget -qO- [$shellcheck_tar_url](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz) | tar -xJv && chmod +x /usr/bin/shellcheck
git clone https://github.com/strimzi/strimzi-kafka-operator.git --branch 0.41.0
cd strimzi-kafka-operator
make clean && make MVN_ARGS='-B -DskipTests' all
Ormvn install -DskipTests
Expected behavior
build should pass and create the images/jar
Strimzi version
0.41.0
Kubernetes version
1.28.2
Installation method
No response
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions