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

Fix Decodetable (backport #3563) #3579

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Fix Decodetable (backport #3563) #3579

merged 1 commit into from
Oct 17, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 16, 2023

This is an automatic backport of pull request #3563 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com


Original PR Body

  • bug fix for decoderbundle not being able to be lhs op
  • add default field for DecodeField for DecodeTable non X case

* bug fix for decoderbundle not being able to be lhs op

* add default field for DecodeField for DecodeTable non X case

* add test to show DecodeField default use case

(cherry picked from commit 7466789)
@mergify mergify bot added the Backport Automated backport, please consider for minor release label Oct 16, 2023
@github-actions github-actions bot added Bugfix Fixes a bug, will be included in release notes Please Merge Accepted PRs that are ready to be merged. Useful when waiting on CI. labels Oct 16, 2023
@sequencer
Copy link
Member

@jackkoenig CI broken here:

[error] sbt.librarymanagement.ResolveException: Error downloading edu.berkeley.cs:firrtl_2.13:1.6-SNAPSHOT
[error]   Not found
[error]   Not found
[error]   not found: /home/runner/.ivy2/localedu.berkeley.cs/firrtl_2.13/1.6-SNAPSHOT/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom
[error]   download error: Caught java.io.IOException (Server returned HTTP response code: 502 for URL: https://oss.sonatype.org/content/repositories/snapshots/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom) while downloading https://oss.sonatype.org/content/repositories/snapshots/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom
[error]   not found: https://s01.oss.sonatype.org/content/repositories/snapshots/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom
[error]   not found: https://oss.sonatype.org/service/local/repositories/releases/content/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom
[error]   not found: https://s01.oss.sonatype.org/content/repositories/releases/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom
[error] 	at lmcoursier.CoursierDependencyResolution.unresolvedWarningOrThrow(CoursierDependencyResolution.scala:344)
[error] 	at lmcoursier.CoursierDependencyResolution.$anonfun$update$38(CoursierDependencyResolution.scala:313)
[error] 	at scala.util.Either$LeftProjection.map(Either.scala:573)
[error] 	at lmcoursier.CoursierDependencyResolution.update(CoursierDependencyResolution.scala:313)
[error] 	at sbt.librarymanagement.DependencyResolution.update(DependencyResolution.scala:60)
[error] 	at sbt.internal.LibraryManagement$.resolve$1(LibraryManagement.scala:59)
[error] 	at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$12(LibraryManagement.scala:133)
[error] 	at sbt.util.Tracked$.$anonfun$lastOutput$1(Tracked.scala:73)
[error] 	at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$20(LibraryManagement.scala:146)
[error] 	at scala.util.control.Exception$Catch.apply(Exception.scala:228)
[error] 	at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$11(LibraryManagement.scala:146)
[error] 	at sbt.internal.LibraryManagement$.$anonfun$cachedUpdate$11$adapted(LibraryManagement.scala:127)
[error] 	at sbt.util.Tracked$.$anonfun$inputChangedW$1(Tracked.scala:219)
[error] 	at sbt.internal.LibraryManagement$.cachedUpdate(LibraryManagement.scala:160)
[error] 	at sbt.Classpaths$.$anonfun$updateTask0$1(Defaults.scala:3687)
[error] 	at scala.Function1.$anonfun$compose$1(Function1.scala:49)
[error] 	at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:62)
[error] 	at sbt.std.Transform$$anon$4.work(Transform.scala:68)
[error] 	at sbt.Execute.$anonfun$submit$2(Execute.scala:282)
[error] 	at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:23)
[error] 	at sbt.Execute.work(Execute.scala:291)
[error] 	at sbt.Execute.$anonfun$submit$1(Execute.scala:282)
[error] 	at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
[error] 	at sbt.CompletionService$$anon$2.call(CompletionService.scala:64)
[error] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[error] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
[error] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[error] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[error] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[error] 	at java.base/java.lang.Thread.run(Thread.java:833)
[error] (core / update) sbt.librarymanagement.ResolveException: Error downloading edu.berkeley.cs:firrtl_2.13:1.6-SNAPSHOT
[error]   Not found
[error]   Not found
[error]   not found: /home/runner/.ivy2/localedu.berkeley.cs/firrtl_2.13/1.6-SNAPSHOT/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom
[error]   download error: Caught java.io.IOException (Server returned HTTP response code: 502 for URL: https://oss.sonatype.org/content/repositories/snapshots/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom) while downloading https://oss.sonatype.org/content/repositories/snapshots/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom
[error]   not found: https://s01.oss.sonatype.org/content/repositories/snapshots/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom
[error]   not found: https://oss.sonatype.org/service/local/repositories/releases/content/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom
[error]   not found: https://s01.oss.sonatype.org/content/repositories/releases/edu/berkeley/cs/firrtl_2.13/1.6-SNAPSHOT/firrtl_2.13-1.6-SNAPSHOT.pom
[error] Total time: 14 s, completed Oct 16, 2023, 7:48:10 PM

@mergify mergify bot merged commit 818cb70 into 3.6.x Oct 17, 2023
17 checks passed
@mergify mergify bot deleted the mergify/bp/3.6.x/pr-3563 branch October 17, 2023 16:14
@jackkoenig
Copy link
Contributor

It was a transient connectivity error

@sequencer
Copy link
Member

interesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport Automated backport, please consider for minor release Bugfix Fixes a bug, will be included in release notes Please Merge Accepted PRs that are ready to be merged. Useful when waiting on CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants