Skip to content

chore(deps): update dependency com.google.code.gson:gson to v2.8.7 #5292

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 25, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.code.gson:gson 2.8.6 -> 2.8.7 age adoption passing confidence

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team May 25, 2021 00:01
@forking-renovate forking-renovate bot added the automerge Merge the pull request once unit tests and other checks pass. label May 25, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 25, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 25, 2021
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label May 25, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 25, 2021
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 25, 2021
@kurtisvg kurtisvg assigned ace-n and unassigned kurtisvg May 25, 2021
@ace-n
Copy link
Contributor

ace-n commented May 25, 2021

#5305 should fix the functions failures.

@eaball35 eaball35 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 27, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 27, 2021
@lesv
Copy link
Contributor

lesv commented Jun 7, 2021

Should be fixed in #5345

@renovate-bot renovate-bot force-pushed the renovate/com.google.code.gson-gson-2.x branch from 2a88c09 to 85ccd1b Compare June 7, 2021 20:25
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 7, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 7, 2021
@lesv
Copy link
Contributor

lesv commented Jun 7, 2021

Java 11

#
# flexible/sparkjava
#

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project spark: There are test failures.
[ERROR]
[ERROR] Please refer to /tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /tmpfs/src/github/java-docs-samples/flexible/sparkjava && /usr/local/openjdk-11/bin/java -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/jacoco.exec -jar /tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/surefire/surefirebooter2953301487326116534.jar /tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/surefire 2021-06-07T20-31-05_585-jvmRun1 surefire5363446151351841627tmp surefire_01521491230104520773tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 100
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /tmpfs/src/github/java-docs-samples/flexible/sparkjava && /usr/local/openjdk-11/bin/java -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/jacoco.exec -jar /tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/surefire/surefirebooter2953301487326116534.jar /tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/surefire 2021-06-07T20-31-05_585-jvmRun1 surefire5363446151351841627tmp surefire_01521491230104520773tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 100
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:748)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:305)

#
# functions/helloworld/hello-pubsub
#

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.724 s <<< FAILURE! - in functions.ExampleIT
[ERROR] functions.ExampleIT.helloPubSub_shouldRunWithFunctionsFramework  Time elapsed: 6.377 s  <<< ERROR!
org.apache.http.conn.HttpHostConnectException: Connect to localhost:8083 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
	at functions.hello.pub.sub@1.0.23/functions.ExampleIT.lambda$helloPubSub_shouldRunWithFunctionsFramework$1(ExampleIT.java:122)
	at functions.hello.pub.sub@1.0.23/functions.ExampleIT.helloPubSub_shouldRunWithFunctionsFramework(ExampleIT.java:123)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at functions.hello.pub.sub@1.0.23/functions.ExampleIT.lambda$helloPubSub_shouldRunWithFunctionsFramework$1(ExampleIT.java:122)
	at functions.hello.pub.sub@1.0.23/functions.ExampleIT.helloPubSub_shouldRunWithFunctionsFramework(ExampleIT.java:123)

[ERROR] Errors:
[ERROR]   ExampleIT.helloPubSub_shouldRunWithFunctionsFramework:123->lambda$helloPubSub_shouldRunWithFunctionsFramework$1:122 » HttpHostConnect
[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0

@ace-n FYI
I'm going to rerun this, incase I started it before the merge of ace's changes by accident.
The SPARK issue looks "weird".

@lesv lesv added the automerge Merge the pull request once unit tests and other checks pass. label Jun 7, 2021
@renovate-bot renovate-bot force-pushed the renovate/com.google.code.gson-gson-2.x branch from 85ccd1b to 131f27b Compare June 7, 2021 20:54
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 7, 2021
@kokoro-team kokoro-team removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jun 7, 2021
@lesv
Copy link
Contributor

lesv commented Jun 7, 2021

Java 11

#
# flexible/sparkjava
#

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project spark: There are test failures.
[ERROR]
[ERROR] Please refer to /tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /tmpfs/src/github/java-docs-samples/flexible/sparkjava && /usr/local/openjdk-11/bin/java -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/jacoco.exec -jar /tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/surefire/surefirebooter11491201930897612140.jar /tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/surefire 2021-06-07T20-58-59_625-jvmRun1 surefire17029996898935107442tmp surefire_011991401540303416603tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 100
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /tmpfs/src/github/java-docs-samples/flexible/sparkjava && /usr/local/openjdk-11/bin/java -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/jacoco.exec -jar /tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/surefire/surefirebooter11491201930897612140.jar /tmpfs/src/github/java-docs-samples/flexible/sparkjava/target/surefire 2021-06-07T20-58-59_625-jvmRun1 surefire17029996898935107442tmp surefire_011991401540303416603tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 100

#
# functions/helloworld/hello-pubsub
#

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.36 s <<< FAILURE! - in functions.ExampleIT
[ERROR] functions.ExampleIT.helloPubSub_shouldRunWithFunctionsFramework  Time elapsed: 6.569 s  <<< ERROR!
org.apache.http.conn.HttpHostConnectException: Connect to localhost:8083 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)
	at functions.hello.pub.sub@1.0.23/functions.ExampleIT.lambda$helloPubSub_shouldRunWithFunctionsFramework$1(ExampleIT.java:122)
	at functions.hello.pub.sub@1.0.23/functions.ExampleIT.helloPubSub_shouldRunWithFunctionsFramework(ExampleIT.java:123)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at functions.hello.pub.sub@1.0.23/functions.ExampleIT.lambda$helloPubSub_shouldRunWithFunctionsFramework$1(ExampleIT.java:122)
	at functions.hello.pub.sub@1.0.23/functions.ExampleIT.helloPubSub_shouldRunWithFunctionsFramework(ExampleIT.java:123)

[ERROR] Errors:
[ERROR]   ExampleIT.helloPubSub_shouldRunWithFunctionsFramework:123->lambda$helloPubSub_shouldRunWithFunctionsFramework$1:122 » HttpHostConnect
[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0

@ace-n Could you take a look at why helloPubSub is failing here?

@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

1 similar comment
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 8, 2021
@lesv
Copy link
Contributor

lesv commented Jun 8, 2021

@averikitsch Could you take a look at flexible/sparkjava - I probably wrote it originally, but as it's serverless... Thanks.

@lesv lesv added the automerge Merge the pull request once unit tests and other checks pass. label Jun 8, 2021
@lesv
Copy link
Contributor

lesv commented Jun 8, 2021

I'm going to try one last time, then admin merge.

@renovate-bot renovate-bot force-pushed the renovate/com.google.code.gson-gson-2.x branch from 131f27b to a4b6eae Compare June 8, 2021 17:25
@renovate-bot renovate-bot requested a review from a team as a code owner June 8, 2021 17:25
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 8, 2021
@lesv lesv merged commit 8916b70 into GoogleCloudPlatform:master Jun 8, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 8, 2021
@renovate-bot renovate-bot deleted the renovate/com.google.code.gson-gson-2.x branch June 8, 2021 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: functions cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants