You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2020/08/04 09:11:03 UTC

Slack digest for #dev - 2020-08-04

2020-08-03 13:12:24 UTC - Peter Newell: @Peter Newell has joined the channel
----
2020-08-03 21:02:19 UTC - Devin G. Bost: When I try to build the latest version of Pulsar, I'm getting this:
```[ERROR] Failed to execute goal on project pulsar-kafka-compat-client-test: Could not resolve dependencies for project org.apache.pulsar.tests:pulsar-kafka-compat-client-test:jar:2.7.0-SNAPSHOT: Could not find artifact org.apache.pulsar.tests:integration:jar:tests:2.7.0-SNAPSHOT in central (<https://repo1.maven.org/maven2>) -&gt; [Help 1]```
I tried mvn clean, but I'm still getting this. Any ideas?
----
2020-08-03 21:03:02 UTC - Devin G. Bost: I'm wondering if it's related to referencing a SNAPSHOT instead of a release?
----
2020-08-03 21:03:32 UTC - Devin G. Bost: I think I resolved this once before, but I don't remember what I did.
----
2020-08-03 21:03:50 UTC - Devin G. Bost: I'm guessing it's also related to how Pulsar 2.7.0 isn't available yet.
----
2020-08-04 02:58:57 UTC - tuhaihe: @tuhaihe has joined the channel
----
2020-08-04 05:38:44 UTC - Sijie Guo: @Devin G. Bost run `mvn clean install -DskipTests`?
----
2020-08-04 05:39:12 UTC - Devin G. Bost: Hi @Sijie Guo, I tried that without success.
----
2020-08-04 05:39:36 UTC - Sijie Guo: Is it the latest master?
----
2020-08-04 05:39:58 UTC - Devin G. Bost: Yes, as of a few days ago.
----
2020-08-04 05:42:40 UTC - Devin G. Bost: I can quickly reproduce it by trying to build this project.
----
2020-08-04 05:42:53 UTC - Devin G. Bost: I've also tried `mvn clean install -U`
----
2020-08-04 05:44:17 UTC - Devin G. Bost: I'm stuck on this, which is making it hard for me to fix the failing test in this PR: <https://github.com/apache/pulsar/pull/7704>
----
2020-08-04 05:44:39 UTC - Devin G. Bost: Since I can't get the build to succeed, I can't debug the tests locally.
----
2020-08-04 05:45:50 UTC - Devin G. Bost: I'm basing it from my fork:
<https://github.com/devinbost/pulsar>
----
2020-08-04 05:46:23 UTC - Devin G. Bost: It looks like I'm 13 commits behind apache:master, so I could try building from a clean apache master.
----
2020-08-04 05:50:09 UTC - Devin G. Bost: Yep, I get the same issue there.
----
2020-08-04 05:54:30 UTC - Devin G. Bost: Maybe it's a settings.xml issue?
----
2020-08-04 06:06:59 UTC - Devin G. Bost: I tried removing my settings.xml file and everything else in the .m2 directory, but I got the same result.
----