crates-io-cn / crates-io-cn

Source code of crates-io.cn, also tools sets for sync crates.io

Home Page:https://crates-io.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to run this project

EdmondFrank opened this issue · comments

Describe the bug
image

It seems that an error occurred during git rebase

Environment:

  • OS: Ubuntu 18.04 LTS
  • rustc 1.50.0 (cb75ad5db 2021-02-10)
  • cargo version: cargo 1.50.0 (f04e7fab7 2021-02-04)

It seems to be a problem related with libgit2.
I need more infomation to locate the error since I cannot reproduce this bug.

I made some changes to get more error details.
Could you run it with trace level?
Like this:

refresh_rate: 30 seconds
appenders:
  stdout-lineno:
    kind: console
    encoder:
      pattern: "{d(%Y-%m-%d %H:%M:%S%.3f)} {l:<5} [{T}] {M}(({f}:{L})): {m}{n}"
  stdout:
    kind: console
    encoder:
      pattern: "{d(%Y-%m-%d %H:%M:%S%.3f)} {l:<5} [{T}] {M}((...)): {m}{n}"
root:
  level: info
  appenders:
    - stdout
loggers:
  crates_io_cn:
    level: trace
    additive: false
    appenders:
      - stdout-lineno

image
I reproduce the problem according to your prompt

First of all, you cannot run it --all-features, currently the feature obs is conflict with the feature upyun. Although I believe this issue has nothing to do with --all-features.
The documentation needs update.

Could you please attach those commit history in your git index directory? And also the current status of the git (like git status, git rebase --continue, etc.)

First of all, you cannot run it --all-features, currently the feature obs is conflict with the feature upyun. Although I believe this issue has nothing to do with --all-features.
The documentation needs update.

Could you please attach those commit history in your git index directory? And also the current status of the git (like git status, git rebase --continue, etc.)

All right, i try to rerun only with features upyun but when i execute git rebase --continue on my git index directory Shows the following error

image

Here are my git config and version

(base) ➜  crates.io-index git:(827bcfa707d) ✗ cat ~/.gitconfig 
[user]
	email = Edmondfrank@hotmail.com
	name = EdmondFrank
[gpg]
	program = gpg2
[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
[core]
	quotepath = false
	commitGraph = true
[gc]
	writeCommitGraph = true
[github]
	user = EdmondFrank@hotmail.com
[http]
	postBuffer = 2000000000
(base) ➜  crates.io-index git:(827bcfa707d) ✗ git version
git version 2.29.0
(base) ➜  crates.io-index git:(827bcfa707d) ✗ 

First of all, you cannot run it --all-features, currently the feature obs is conflict with the feature upyun. Although I believe this issue has nothing to do with --all-features.
The documentation needs update.
Could you please attach those commit history in your git index directory? And also the current status of the git (like git status, git rebase --continue, etc.)

All right, i try to rerun only with features upyun but when i execute git rebase --continue on my git index directory Shows the following error

image

What's the git status output?

First of all, you cannot run it --all-features, currently the feature obs is conflict with the feature upyun. Although I believe this issue has nothing to do with --all-features.
The documentation needs update.
Could you please attach those commit history in your git index directory? And also the current status of the git (like git status, git rebase --continue, etc.)

All right, i try to rerun only with features upyun but when i execute git rebase --continue on my git index directory Shows the following error
image

What's the git status output?

image

I have no idea about this issue. Did you try delete the index directory and retry?

I have no idea about this issue. Did you try delete the index directory and retry?

It work