Replies: 2 comments 17 replies
-
It looks like you are missing the generated classes. But I do |
Beta Was this translation helpful? Give feedback.
14 replies
-
Similar here, I did |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
I get some errors about missing symbols when I run
make all
. Please see the logs below.Steps to reproduce
make clean; make all
Expected behavior
Project builds correctly
Strimzi version
main
Kubernetes version
Kubernetes 1.23
Installation method
No response
Infrastructure
Minikube
Configuration files and logs
[INFO] -----------------------< io.strimzi:systemtest >------------------------
[INFO] Building systemtest 0.40.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- checkstyle:3.3.0:check (validate) @ systemtest ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO]
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-banned-dependencies) @ systemtest ---
[INFO]
[INFO] --- jacoco:0.8.8:prepare-agent (default) @ systemtest ---
[INFO] surefireArgLine set to -javaagent:/Users/gatsby/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ systemtest ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from .. to target/classes
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ systemtest ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ systemtest ---
[INFO] Copying 22 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ systemtest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 77 source files to /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/PodSecurityProfilesST.java:[26,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/NamespaceDeletionRecoveryST.java:[21,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/MultipleClusterOperatorsST.java:[23,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/upgrade/regular/OlmUpgradeST.java:[15,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/upgrade/regular/OlmUpgradeST.java:[18,62] cannot find symbol
symbol: class OlmConfigurationBuilder
location: package io.strimzi.systemtest.resources.operator.configuration
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/upgrade/AbstractUpgradeST.java:[27,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaVersionsST.java:[15,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/RecoveryST.java:[19,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/upgrade/regular/KafkaUpgradeDowngradeST.java:[14,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/mirrormaker/MirrorMaker2ST.java:[27,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/SecurityST.java:[35,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/watcher/AbstractNamespaceST.java:[22,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/rollingupdate/KafkaRollerST.java:[37,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/metrics/MetricsST.java:[37,58] cannot find symbol
symbol: class BridgeClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/metrics/MetricsST.java:[39,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/custom/CustomCaST.java:[17,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaST.java:[39,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/tracing/OpenTelemetryST.java:[18,58] cannot find symbol
symbol: class BridgeTracingClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/tracing/OpenTelemetryST.java:[20,58] cannot find symbol
symbol: class KafkaTracingClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeScramShaST.java:[19,58] cannot find symbol
symbol: class BridgeClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeScramShaST.java:[21,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/upgrade/kraft/KRaftKafkaUpgradeDowngradeST.java:[16,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/topic/TopicST.java:[25,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/custom/CustomAuthorizerST.java:[19,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/QuotasST.java:[12,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/connect/ConnectST.java:[48,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthPlainST.java:[27,58] cannot find symbol
symbol: class BridgeClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthPlainST.java:[29,58] cannot find symbol
symbol: class KafkaOauthClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/FeatureGatesST.java:[17,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/listeners/MultipleListenersST.java:[19,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/mirrormaker/MirrorMakerST.java:[25,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/listeners/ListenersST.java:[30,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeTlsST.java:[18,58] cannot find symbol
symbol: class BridgeClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeTlsST.java:[20,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/rollingupdate/AlternativeReconcileTriggersST.java:[25,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/OpaIntegrationST.java:[17,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/specific/RackAwarenessST.java:[30,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthAuthorizationST.java:[20,58] cannot find symbol
symbol: class KafkaOauthClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeKafkaExternalListenersST.java:[24,58] cannot find symbol
symbol: class BridgeClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeKafkaExternalListenersST.java:[26,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/connect/ConnectBuilderST.java:[34,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/rollingupdate/RollingUpdateST.java:[30,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/specific/DrainCleanerST.java:[15,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/PodSetST.java:[14,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/ConfigProviderST.java:[22,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/user/UserST.java:[29,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthScopeST.java:[19,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthTlsST.java:[23,58] cannot find symbol
symbol: class BridgeClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthTlsST.java:[25,58] cannot find symbol
symbol: class KafkaOauthClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeST.java:[20,58] cannot find symbol
symbol: class BridgeClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeST.java:[22,58] cannot find symbol
symbol: class KafkaClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthPasswordGrantsST.java:[22,58] cannot find symbol
symbol: class BridgeClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthPasswordGrantsST.java:[24,58] cannot find symbol
symbol: class KafkaOauthClientsBuilder
location: package io.strimzi.systemtest.kafkaclients.internalClients
[INFO] 53 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.443 s
[INFO] Finished at: 2024-01-06T11:10:24+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile (default-testCompile) on project systemtest: Compilation failure: Compilation failure:
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/PodSecurityProfilesST.java:[26,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/NamespaceDeletionRecoveryST.java:[21,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/MultipleClusterOperatorsST.java:[23,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/upgrade/regular/OlmUpgradeST.java:[15,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/upgrade/regular/OlmUpgradeST.java:[18,62] cannot find symbol
[ERROR] symbol: class OlmConfigurationBuilder
[ERROR] location: package io.strimzi.systemtest.resources.operator.configuration
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/upgrade/AbstractUpgradeST.java:[27,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaVersionsST.java:[15,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/RecoveryST.java:[19,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/upgrade/regular/KafkaUpgradeDowngradeST.java:[14,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/mirrormaker/MirrorMaker2ST.java:[27,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/SecurityST.java:[35,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/watcher/AbstractNamespaceST.java:[22,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/rollingupdate/KafkaRollerST.java:[37,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/metrics/MetricsST.java:[37,58] cannot find symbol
[ERROR] symbol: class BridgeClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/metrics/MetricsST.java:[39,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/custom/CustomCaST.java:[17,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaST.java:[39,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/tracing/OpenTelemetryST.java:[18,58] cannot find symbol
[ERROR] symbol: class BridgeTracingClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/tracing/OpenTelemetryST.java:[20,58] cannot find symbol
[ERROR] symbol: class KafkaTracingClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeScramShaST.java:[19,58] cannot find symbol
[ERROR] symbol: class BridgeClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeScramShaST.java:[21,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/upgrade/kraft/KRaftKafkaUpgradeDowngradeST.java:[16,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/topic/TopicST.java:[25,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/custom/CustomAuthorizerST.java:[19,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/QuotasST.java:[12,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/connect/ConnectST.java:[48,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthPlainST.java:[27,58] cannot find symbol
[ERROR] symbol: class BridgeClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthPlainST.java:[29,58] cannot find symbol
[ERROR] symbol: class KafkaOauthClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/FeatureGatesST.java:[17,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/listeners/MultipleListenersST.java:[19,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/mirrormaker/MirrorMakerST.java:[25,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/listeners/ListenersST.java:[30,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeTlsST.java:[18,58] cannot find symbol
[ERROR] symbol: class BridgeClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeTlsST.java:[20,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/rollingupdate/AlternativeReconcileTriggersST.java:[25,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/OpaIntegrationST.java:[17,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/specific/RackAwarenessST.java:[30,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthAuthorizationST.java:[20,58] cannot find symbol
[ERROR] symbol: class KafkaOauthClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeKafkaExternalListenersST.java:[24,58] cannot find symbol
[ERROR] symbol: class BridgeClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeKafkaExternalListenersST.java:[26,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/connect/ConnectBuilderST.java:[34,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/rollingupdate/RollingUpdateST.java:[30,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/specific/DrainCleanerST.java:[15,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/PodSetST.java:[14,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/kafka/ConfigProviderST.java:[22,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/operators/user/UserST.java:[29,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthScopeST.java:[19,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthTlsST.java:[23,58] cannot find symbol
[ERROR] symbol: class BridgeClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthTlsST.java:[25,58] cannot find symbol
[ERROR] symbol: class KafkaOauthClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeST.java:[20,58] cannot find symbol
[ERROR] symbol: class BridgeClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/bridge/HttpBridgeST.java:[22,58] cannot find symbol
[ERROR] symbol: class KafkaClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthPasswordGrantsST.java:[22,58] cannot find symbol
[ERROR] symbol: class BridgeClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] /Users/gatsby/Documents/oss/strimzi-kafka-operator/systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthPasswordGrantsST.java:[24,58] cannot find symbol
[ERROR] symbol: class KafkaOauthClientsBuilder
[ERROR] location: package io.strimzi.systemtest.kafkaclients.internalClients
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
make[1]: *** [java_install] Error 1
make: *** [systemtest] Error 2
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions