eval-dev-quality icon indicating copy to clipboard operation
eval-dev-quality copied to clipboard

go install fails: Symflower binary download returns 404 when using latest clone

Open DaisyPo opened this issue 4 months ago • 3 comments

Please help us keep the number of duplicated issues small.

Brief Description

Description I cloned the symflower/eval-dev-quality repo at the latest commit and then ran:

cd eval-dev-quality
go install -v github.com/symflower/eval-dev-quality/cmd/eval-dev-quality

The install fails with:

panic: ERROR: cannot install Symflower: cannot download to /…/eval-dev-quality/.tools/symflower from https://download.symflower.com/local/v50077/symflower-linux-x86_64: downloading file failed with status code 404: 404 Not Found

Steps to Reproduce

  1. Clone the repository (latest commit).
  2. cd eval-dev-quality
  3. Run go install -v github.com/symflower/eval-dev-quality/cmd/eval-dev-quality

Environment

  • Platform: Linux x86_64
  • Go version: 1.23.6

How can I resolve this?

Reproducer

cd eval-dev-quality go install -v github.com/symflower/eval-dev-quality/cmd/eval-dev-quality

Logs

panic: ERROR: cannot install Symflower: cannot download to /…/eval-dev-quality/.tools/symflower from https://download.symflower.com/local/v50077/symflower-linux-x86_64: downloading file failed with status code 404: 404 Not Found

Additional Information

No response

Version

0ae30f55e9d6c47ff763c334f99c135ad68915dd

DaisyPo avatar Sep 13 '25 11:09 DaisyPo

We did a clean up of artifacts: @bauersimon can you please update the DevQualityEval repository to use the latest Symflower version.

zimmski avatar Sep 15 '25 06:09 zimmski

Now I'm encountering a similar problem I reported an error when using the command "eval-dev-quality evaluate"

time=2025-10-14T20:55:39.787+08:00 level=INFO msg="installing tool" tool=symflower path=/home/user/.eval-dev-quality/bin time=2025-10-14T20:55:39.787+08:00 level=INFO msg="installing "symflower"" path=/home/user/.eval-dev-quality/bin/symflower url=https://download.symflower.com/local/v50077/symflower-linux-x86_64 time=2025-10-14T20:55:40.949+08:00 level=INFO msg="ERROR: cannot install Symflower: cannot download to /home/user/.eval-dev-quality/bin/symflower from https://download.symflower.com/local/v50077/symflower-linux-x86_64: downloading file failed with status code 404: 404 Not Found" panic: ERROR: cannot install Symflower: cannot download to /home/user/.eval-dev-quality/bin/symflower from https://download.symflower.com/local/v50077/symflower-linux-x86_64: downloading file failed with status code 404: 404 Not Found

We did a clean up of artifacts: @bauersimon can you please update the DevQualityEval repository to use the latest Symflower version.

ZhiyuanLi218 avatar Oct 14 '25 13:10 ZhiyuanLi218

Have this on my list. Temporary workaround would be to just install symflower manually and overwriting the binary using which symflower and then passing the --symflower-binary-path to the evaluation.

bauersimon avatar Oct 15 '25 12:10 bauersimon