aahmed-se commented on issue #5516: COMPILATION ERROR:pulsar-kafka-compat-client-test URL: https://github.com/apache/pulsar/issues/5516#issuecomment-549112226 you are not passing the right command ``` mvn -pl tests/pulsar-kafka-compat-client-test package [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: osx [INFO] os.detected.arch: x86_64 [INFO] os.detected.classifier: osx-x86_64 [INFO] [INFO] ------< org.apache.pulsar.tests:pulsar-kafka-compat-client-test >------- [INFO] Building Apache Pulsar :: Tests :: Pulsar Kafka Compat Client Tests 2.5.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- Downloading from central: https://repo1.maven.org/maven2/org/apache/pulsar/tests/integration/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/tests/integration/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from central: https://repo1.maven.org/maven2/org/apache/pulsar/tests/tests-parent/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/tests/tests-parent/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from central: https://repo1.maven.org/maven2/org/apache/pulsar/pulsar/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar/2.5.0-SNAPSHOT/maven-metadata.xml Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar/2.5.0-SNAPSHOT/maven-metadata.xml (604 B at 714 B/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client-admin/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-client-admin/2.5.0-SNAPSHOT/maven-metadata.xml Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-client-admin/2.5.0-SNAPSHOT/maven-metadata.xml (792 B at 812 B/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client-api/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-client-api/2.5.0-SNAPSHOT/maven-metadata.xml Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-client-api/2.5.0-SNAPSHOT/maven-metadata.xml (790 B at 700 B/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-common/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-common/2.5.0-SNAPSHOT/maven-metadata.xml Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-common/2.5.0-SNAPSHOT/maven-metadata.xml (786 B at 866 B/s) Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-client-kafka/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from central: https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client-kafka/2.5.0-SNAPSHOT/maven-metadata.xml Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-client-kafka/2.5.0-SNAPSHOT/maven-metadata.xml (792 B at 913 B/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client-kafka-compat/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-client-kafka-compat/2.5.0-SNAPSHOT/maven-metadata.xml Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-client-kafka-compat/2.5.0-SNAPSHOT/maven-metadata.xml (624 B at 707 B/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-client/2.5.0-SNAPSHOT/maven-metadata.xml Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/pulsar-client/2.5.0-SNAPSHOT/maven-metadata.xml (786 B at 830 B/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/pulsar/buildtools/2.5.0-SNAPSHOT/maven-metadata.xml Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/buildtools/2.5.0-SNAPSHOT/maven-metadata.xml Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/pulsar/buildtools/2.5.0-SNAPSHOT/maven-metadata.xml (783 B at 941 B/s) [INFO] [INFO] --- git-commit-id-plugin:3.0.0:revision (git-info) @ pulsar-kafka-compat-client-test --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ pulsar-kafka-compat-client-test --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ pulsar-kafka-compat-client-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/a.ahmed/workspace/incubator-pulsar/tests/pulsar-kafka-compat-client-test/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ pulsar-kafka-compat-client-test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ pulsar-kafka-compat-client-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/a.ahmed/workspace/incubator-pulsar/tests/pulsar-kafka-compat-client-test/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ pulsar-kafka-compat-client-test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ pulsar-kafka-compat-client-test --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ pulsar-kafka-compat-client-test --- [INFO] Building jar: /Users/a.ahmed/workspace/incubator-pulsar/tests/pulsar-kafka-compat-client-test/target/pulsar-kafka-compat-client-test.jar [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ pulsar-kafka-compat-client-test --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17.372 s [INFO] Finished at: 2019-11-03T00:30:08-07:00 [INFO] ------------------------------------------------------------------------ ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
