Skip to content
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

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from
Open

Release #6

wants to merge 18 commits into from

Conversation

BenFradet
Copy link
Contributor

No description provided.

@BenFradet BenFradet force-pushed the release branch 3 times, most recently from ec92cb4 to 50f52f6 Compare November 15, 2018 12:59
@wiktorolko
Copy link
Contributor

@BenFradet I'll have a look at it in the evening or tomorrow morning and I'll let you know what are my findings.

@wiktorolko
Copy link
Contributor

The version element should be inside the pkg element like here:

pkg {
    version {
        ...
    }
}

currently it's at the same level. I'm sorry, I haven't noticed it as I've been developing it.

@BenFradet BenFradet force-pushed the release branch 2 times, most recently from 0f92b47 to a8f573d Compare November 16, 2018 10:56
@BenFradet
Copy link
Contributor Author

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.

@BenFradet
Copy link
Contributor Author

@wiktorolko
Copy link
Contributor

wiktorolko commented Nov 30, 2018

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:

name = archivesBaseName (line 31)
groupId group (line 90)
version version (line 92)

with strings:

name = 'java-referer-parser' (line 31)
groupId 'com.snowplowanalytics' (line 90)
version '0.4.0-rc2' (line 92)

@BenFradet
Copy link
Contributor Author

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

@wiktorolko
Copy link
Contributor

Are you able to identify the rc-1 build that got into the bintray? The page
https://bintray.com/snowplow/snowplow-maven/java-referer-parser/0.4.0-rc1 says that it got updated Updated Nov 16, 2018, but all the rc-1 builds (https://travis-ci.org/snowplow-referer-parser/java-referer-parser/builds: #18, #21, #22) were failing exactly the same as the latest one.

Maven Central: HTTP/1.1 400 Bad Request might mean that we are missing some obligatory description/author/signing/whatever. Looking at the .jar are you able to identify what's missing?

@BenFradet
Copy link
Contributor Author

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

@wiktorolko
Copy link
Contributor

I disagree with the statement that we've gone one step backwards as it's not even published to bintray anymore. I had a look at the builds history and the task: bintrayUpload was successful and bintrayPublish failed for both builds: #22 (rc1), #28 (rc2). The only difference is that the first one failed with 403, the other with 400.

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.

Task :bintrayUpload
Uploading to https://api.bintray.com/content/snowplow/snowplow-maven/java-referer-parser/0.4.0-rc1/com/snowplowanalytics/java-referer-parser/0.4.0-rc1/java-referer-parser-0.4.0-rc1-sources.jar...
Uploaded to 'https://api.bintray.com/content/snowplow/snowplow-maven/java-referer-parser/0.4.0-rc1/com/snowplowanalytics/java-referer-parser/0.4.0-rc1/java-referer-parser-0.4.0-rc1-sources.jar'.
...
> Task :bintrayPublish FAILED

* What went wrong:
Execution failed for task ':bintrayPublish'.
> Could not sync 'snowplow/snowplow-maven/java-referer-parser/0.4.0-rc1' to Maven Central: HTTP/1.1 403 Forbidden [message:In order to sync to Maven Central your package must be included in the JCenter repository]

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.

Task ':bintrayUpload' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Gradle Bintray Plugin version: 1.8.4
Version 'snowplow/snowplow-maven/java-referer-parser/0.4.0-rc2' does not exist. Attempting to create it...
Created version '0.4.0-rc2'.
Uploading to https://api.bintray.com/content/snowplow/snowplow-maven/java-referer-parser/0.4.0-rc2/com/snowplowanalytics/java-referer-parser/0.4.0-rc2/java-referer-parser-0.4.0-rc2-sources.jar...
Uploaded to 'https://api.bintray.com/content/snowplow/snowplow-maven/java-referer-parser/0.4.0-rc2/com/snowplowanalytics/java-referer-parser/0.4.0-rc2/java-referer-parser-0.4.0-rc2-sources.jar'.
...
:bintrayUpload (Thread[main,5,main]) completed. Took 5.241 secs.

:bintrayPublish (Thread[main,5,main]) started.
> Task :bintrayPublish FAILED
Task ':bintrayPublish' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Signed version '0.4.0-rc2'.
:bintrayPublish (Thread[main,5,main]) completed. Took 2.063 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':bintrayPublish'.
> Could not sync 'snowplow/snowplow-maven/java-referer-parser/0.4.0-rc2' to Maven Central: HTTP/1.1 400 Bad Request [status:Sync Failed, messages:[Problem extracting files to sync. Please try again in a bit.]]

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 400 Problem extracting files to sync., but how about giving it another try?

@BenFradet
Copy link
Contributor Author

Thanks for the thorough investigation, I'll give it another shot no worries.

@BenFradet
Copy link
Contributor Author

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?

@BenFradet
Copy link
Contributor Author

I'm going to contact bintray support and see what they have to say

@BenFradet BenFradet force-pushed the release branch 2 times, most recently from 02af747 to c8e33b1 Compare January 11, 2019 10:10
@wiktorolko
Copy link
Contributor

Thanks for trying a few more times. Now we can be almost sure that the issue is on our end.

Could not sync 'snowplow/snowplow-maven/java-referer-parser/0.4.0-rc3' to Maven Central: HTTP/1.1 400 Bad Request [status:Sync Failed, messages:[Problem extracting files to sync. Please try again in a bit.

Maven Central complains that it's unable to extract files which we send in the request. In .travis.yml file I can see that there are three identical keys named secure under global (lines 15-17). How are they read? Can we verify it somehow they are not confused? Were they generated for this specific project or they are reused?

@BenFradet
Copy link
Contributor Author

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.

@wiktorolko
Copy link
Contributor

Did you get any feedback from the Bintray support?

@BenFradet
Copy link
Contributor Author

yes, sorry was on holidays for the past two weeks, I'll try their suggestions at the end of the week 👍

@wiktorolko
Copy link
Contributor

Did you have a chance to try their suggestions?

@BenFradet
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants