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

Update from 1.14.1 to 1.15.0-rc "This pull request is broken due to missing fork information." after updating PR #16484

Closed
2 of 6 tasks
JHenneberg opened this issue Jul 19, 2021 · 12 comments
Labels
issue/duplicate The issue has already been reported. issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail type/bug
Milestone

Comments

@JHenneberg
Copy link

JHenneberg commented Jul 19, 2021

I am running gitea within a docker.

  1. 1.14.1 create PR
  2. update gitea to 1.15.0
  3. update branch which is already an PR
  4. "This pull request is broken due to missing fork information."

Also branches with PRs created post gitea update have the same issue.

There were already similar problems (#11105, #11196) and I followed the suggested solution if possible but without success.

  • Gitea version (or commit ref): 1.15.0-rc1
  • Git version: 2.32.0
  • Operating system: Debian 10
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
@lafriks lafriks added this to the 1.15.0 milestone Jul 20, 2021
@6543
Copy link
Member

6543 commented Jul 21, 2021

@JHenneberg we need logs gitea print out to specify the issue

@lafriks lafriks added the issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail label Jul 21, 2021
@JHenneberg
Copy link
Author

JHenneberg commented Jul 21, 2021

Is there any easy way to sanitize the logs automatically?

Edit: Here is a short log:
gitea - Copy.log

  • I created a fresh repo gitea_bug
  • made a branch innocentFeature and immediately a PR
  • pushed smth. ('changed smth') new onto the branch

and the result is:
image

although:
image

@6543
Copy link
Member

6543 commented Jul 21, 2021

There is no ...[E]… entry so gitea did not log an issue

@6543
Copy link
Member

6543 commented Jul 21, 2021

Does pushing an empty commit fix it?

@JHenneberg
Copy link
Author

JHenneberg commented Jul 21, 2021

There is no ...[E]… entry so gitea did not log an issue

I realised this too.

Does pushing an empty commit fix it?

I did git commit --allow-empty -m "Empty commit"
Did not fix the problem

@zeripath
Copy link
Contributor

Is this docker?

@JHenneberg
Copy link
Author

Is this docker?

Yes it it.

@zeripath
Copy link
Contributor

I bet this is an alpine 3.14 seccomp related issue.

@zeripath
Copy link
Contributor

@zeripath
Copy link
Contributor

We're hopefully about to release RC2 where we've reverted back to 3.13 because of these issues.

As alpine 3.14 percolates through the docker ecosystem users are going to be forced to update their docker installations to take account of its requirements, however, it's not our intention to force our users to do that right now.

@sigma-schn
Copy link

Updated installation to 1.15.0-rc2 (it's the same as @JHenneberg ones) and it worked again, thanks!

BTW: "latest" on Docker Hub points to 1.15.0-rc2, should be 1.14.5 ?

@zeripath
Copy link
Contributor

zeripath commented Jul 22, 2021

That is a long story you can search our issues db for things relating to that and look at #16421

However, this problem is fixed therefore I'm closing and marking as a duplicate of #16428

(You really should look at how you upgrade your docker infrastructure because whilst we will downgrade/avoid 3.14 for 1.15 we will have to upgrade to it at some point and the rest of the docker ecosystem will use it.)

@zeripath zeripath added the issue/duplicate The issue has already been reported. label Jul 22, 2021
@go-gitea go-gitea locked and limited conversation to collaborators Oct 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/duplicate The issue has already been reported. issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail type/bug
Projects
None yet
Development

No branches or pull requests

5 participants