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

Attempt to fix Fossa check #3326

Merged
merged 2 commits into from
Oct 15, 2021
Merged

Conversation

yurishkuro
Copy link
Member

It started failing with

Run fossa-contrib/[email protected]
  with:
    fossa-api-key: 304657e2357ba57b416b94e6b119131b
    github-token: ***
    skip-test: true
  env:
    GOROOT: /opt/hostedtoolcache/go/1.17.2/x64
    GOPATH: /home/runner/go
/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/ac69f560-509e-4b09-b6a1-579294aa5e8c -f /home/runner/work/_temp/1e911b82-01a4-4d8a-acb2-65e454433e0f
/opt/hostedtoolcache/fossa-cli/1.1.10/linux_amd64/fossa init
INFO Initializing...
WARNING An error occurred during discovery: could not find Go projects: ERROR: exit status 1
TROUBLESHOOTING: Fossa could not run command [go list -json -mod=readonly
./...] in directory .. Ensure that Go is installed and try running this
command on your own.
stderr: go: downloading github.com/dgraph-io/badger/v3 v3.2103.2
...
go: updates to go.sum needed, disabled by -mod=readonly
LINK: https://github.com/fossas/fossa-cli/blob/master/docs/integrations/golang.md#analysis

/opt/hostedtoolcache/fossa-cli/1.1.10/linux_amd64/fossa analyze
FATAL Could not parse modules: No modules provided
Error: The process '/opt/hostedtoolcache/fossa-cli/1.1.10/linux_amd64/fossa' failed with exit code 1

https://github.com/jaegertracing/jaeger/runs/3900920594?check_suite_focus=true

Signed-off-by: Yuri Shkuro <[email protected]>
@yurishkuro yurishkuro requested a review from a team as a code owner October 15, 2021 00:09
@codecov
Copy link

codecov bot commented Oct 15, 2021

Codecov Report

Merging #3326 (e32994a) into master (15abdb4) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3326      +/-   ##
==========================================
+ Coverage   95.98%   96.00%   +0.01%     
==========================================
  Files         259      259              
  Lines       15434    15434              
==========================================
+ Hits        14814    14817       +3     
+ Misses        526      524       -2     
+ Partials       94       93       -1     
Impacted Files Coverage Δ
cmd/query/app/server.go 94.11% <0.00%> (-1.48%) ⬇️
plugin/storage/badger/spanstore/reader.go 96.21% <0.00%> (+0.70%) ⬆️
cmd/query/app/static_handler.go 97.60% <0.00%> (+1.79%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15abdb4...e32994a. Read the comment docs.

Signed-off-by: Yuri Shkuro <[email protected]>
@yurishkuro
Copy link
Member Author

turns out it was missing something to go.sum, so running go mod tidy seems to fix it.

@yurishkuro yurishkuro enabled auto-merge (squash) October 15, 2021 01:03
@yurishkuro yurishkuro merged commit d1614eb into jaegertracing:master Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants