-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release #6
base: develop
Are you sure you want to change the base?
Conversation
ec92cb4
to
50f52f6
Compare
@wiktorolko mmh weird, this is what's getting published: https://bintray.com/snowplow/snowplow-maven/java-referer-parser#files/com/snowplowanalytics/java-referer-parser/build_7a78zkkfwr9j2dlg28ai6p06m$_run_closure3$_closure9@5c48b72c the travis logs are here: https://travis-ci.org/snowplow-referer-parser/java-referer-parser/jobs/455483041#L618 |
@BenFradet I'll have a look at it in the evening or tomorrow morning and I'll let you know what are my findings. |
The
currently it's at the same level. I'm sorry, I haven't noticed it as I've been developing it. |
0f92b47
to
a8f573d
Compare
No worries 👍 , I published the first rc to bintray: https://bintray.com/snowplow/snowplow-maven/java-referer-parser. I asked for the mirroring to jcenter which is required to mirror to central, this usually takes around a day. |
the sync to central seems to fail https://travis-ci.org/snowplow-referer-parser/java-referer-parser/builds/456857476#L832 |
Did you have a change to check why the sync to central fails? If it's the build.gradle and plugin config to blame, then my first guess would be replacing:
with strings:
|
actually it seems we've gone one step backwards as it's not even published to bintray anymore https://bintray.com/snowplow/snowplow-maven/java-referer-parser/0.4.0-rc2 |
Are you able to identify the
|
I don't know what's missing, as far as files are concerned they all seem to be there https://bintray.com/snowplow/snowplow-maven/java-referer-parser/0.4.0-rc1#files/com%2Fsnowplowanalytics%2Fjava-referer-parser%2F0.4.0-rc1 |
I disagree with the statement that build #22 (0.4.0-rc1) Nov, 16 (https://travis-ci.org/snowplow-referer-parser/java-referer-parser/builds/455923652). bintrayUpload task succeeded, bintrayPublish task FAILED (403), however, it's visible in bintray.
build #28 (0.4.0-rc2) Nov, 19 (https://travis-ci.org/snowplow-referer-parser/java-referer-parser/builds/456857476). bintrayUpload task succeeded, bintrayPublish task FAILED (400), however, it's NOT visible in bintray.
I've googled for the "Problem extracting files to sync" and found some evidence that it's a temporary issue which happens when maven central has some problems:
Some threads where the issue got resolved after some time:
@BenFradet I know that you've retried on Nov, 30th (https://travis-ci.org/snowplow-referer-parser/java-referer-parser/builds/461792099) and it also failed with |
Thanks for the thorough investigation, I'll give it another shot no worries. |
Turned on logging but that doesn't help much https://travis-ci.org/snowplow-referer-parser/java-referer-parser/builds/476815397#L1877 @mhadam have you seen this in the past with the java tracker? |
I'm going to contact bintray support and see what they have to say |
02af747
to
c8e33b1
Compare
Thanks for trying a few more times. Now we can be almost sure that the issue is on our end.
Maven Central complains that it's unable to extract files which we send in the request. In |
They're encrypted for this specific project through travis encrypt: https://docs.travis-ci.com/user/encryption-keys/ We've been using that for every project without issues. Anyways I've asked bintray to help us out here, we'll see what they have to say. |
Did you get any feedback from the Bintray support? |
yes, sorry was on holidays for the past two weeks, I'll try their suggestions at the end of the week 👍 |
Did you have a chance to try their suggestions? |
yes I just did and it didn't work: https://travis-ci.org/snowplow-referer-parser/java-referer-parser/jobs/495462843#L1892 ... |
No description provided.