-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Labels
Description
Describe the bug
Running ci-release.
branch=refs/heads/master
gpg (GnuPG) 2.4.4
java.lang.RuntimeException: base64: invalid input
at com.geirsson.PipeFail$PipeFailOps.$hash$bar$bang(PipeFail.scala:29)
at com.geirsson.CiReleasePlugin$.setupGpg(CiReleasePlugin.scala:97)
at com.geirsson.CiReleasePlugin$.$anonfun$globalSettings$4(CiReleasePlugin.scala:177)
at sbt.Command$.$anonfun$command$2(Command.scala:98)
at sbt.Command$.process(Command.scala:194)
at sbt.MainLoop$.$anonfun$processCommand$7(MainLoop.scala:267)
at scala.Option.getOrElse(Option.scala:189)
at sbt.MainLoop$.process$1(MainLoop.scala:267)
at sbt.MainLoop$.processCommand(MainLoop.scala:312)
at sbt.MainLoop$.$anonfun$next$5(MainLoop.scala:171)
at sbt.State$StateOpsImpl$.runCmd$1(State.scala:290)
at sbt.State$StateOpsImpl$.process$extension(State.scala:326)
at sbt.MainLoop$.$anonfun$next$4(MainLoop.scala:171)
at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
at sbt.MainLoop$.next(MainLoop.scala:171)
at sbt.MainLoop$.run(MainLoop.scala:152)
at sbt.MainLoop$.$anonfun$runWithNewLog$1(MainLoop.scala:127)
at sbt.io.Using.apply(Using.scala:41)
at sbt.MainLoop$.runWithNewLog(MainLoop.scala:120)
at sbt.MainLoop$.runAndClearLast(MainLoop.scala:74)
at sbt.MainLoop$.runLoggedLoop(MainLoop.scala:59)
at sbt.MainLoop$.runLogged(MainLoop.scala:50)
at sbt.StandardMain$.runManaged(Main.scala:225)
at sbt.xMain$.$anonfun$run$11(Main.scala:136)
at sbt.internal.util.Terminal$.withStreams(Terminal.scala:431)
at sbt.xMain$.withStreams$1(Main.scala:89)
at sbt.xMain$.run(Main.scala:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at sbt.internal.XMainConfiguration.run(XMainConfiguration.java:59)
at sbt.xMain.run(Main.scala:48)
at xsbt.boot.Launch$.$anonfun$run$1(Launch.scala:149)
at xsbt.boot.Launch$.withContextLoader(Launch.scala:176)
at xsbt.boot.Launch$.run(Launch.scala:149)
at xsbt.boot.Launch$.$anonfun$apply$1(Launch.scala:44)
at xsbt.boot.Launch$.launch(Launch.scala:159)
at xsbt.boot.Launch$.apply(Launch.scala:44)
at xsbt.boot.Launch$.apply(Launch.scala:21)
at xsbt.boot.Boot$.runImpl(Boot.scala:78)
at xsbt.boot.Boot$.run(Boot.scala:73)
at xsbt.boot.Boot$.main(Boot.scala:21)
at xsbt.boot.Boot.main(Boot.scala)
Caused by: java.lang.RuntimeException: Nonzero exit value: 1
at scala.sys.package$.error(package.scala:30)
at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.slurp(ProcessBuilderImpl.scala:138)
at scala.sys.process.ProcessBuilderImpl$AbstractBuilder.$bang$bang(ProcessBuilderImpl.scala:109)
at com.geirsson.PipeFail$PipeFailOps.$anonfun$$hash$bar$bang$1(PipeFail.scala:23)
at scala.util.Try$.apply(Try.scala:213)
at com.geirsson.PipeFail$PipeFailOps.$hash$bar$bang(PipeFail.scala:23)
... 43 more
[error] base64: invalid input
[error] Use 'last' for the full log.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
.
System [please complete the following information]:
(as in GHA images)
- OS: e.g. [Ubuntu 18.04]
- Python Version (if applied): [e.g. Python 3.8]
- Spark / PySpark version: [e.g. PySpark 3.5.1]
- GraphFrames version: [e.g. graphframes-0.9.0]
Component
- Scala Core Internal
- Scala API
- Spark Connect Plugin
- PySpark Classic
- PySpark Connect
Additional context
.
Are you planning on creating a PR?
.
- I'm willing to make a pull-request