Skip to content

Update go.mod to v2 #69

Update go.mod to v2

Update go.mod to v2 #69

Triggered via push August 29, 2024 19:16
Status Failure
Total duration 16m 9s
Artifacts

tests.yaml

on: push
Fast stability tests
10s
Fast stability tests
Produce code coverage
7s
Produce code coverage
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 6 warnings
Produce code coverage: main.go#L11
no required module provides package github.com/karlsen-network/karlsend/app; to add it:
Produce code coverage: app/component_manager.go#L11
no required module provides package github.com/karlsen-network/karlsend/app/protocol; to add it:
Produce code coverage: app/component_manager.go#L12
no required module provides package github.com/karlsen-network/karlsend/app/rpc; to add it:
Produce code coverage: app/component_manager.go#L13
no required module provides package github.com/karlsen-network/karlsend/domain; to add it:
Produce code coverage: app/component_manager.go#L14
no required module provides package github.com/karlsen-network/karlsend/domain/consensus; to add it:
Produce code coverage: app/component_manager.go#L7
no required module provides package github.com/karlsen-network/karlsend/domain/consensus/model/externalapi; to add it:
Produce code coverage: app/app.go#L10
no required module provides package github.com/karlsen-network/karlsend/domain/consensus/utils/pow; to add it:
Produce code coverage: app/component_manager.go#L9
no required module provides package github.com/karlsen-network/karlsend/domain/miningmanager/mempool; to add it:
Produce code coverage: app/component_manager.go#L15
no required module provides package github.com/karlsen-network/karlsend/domain/utxoindex; to add it:
Produce code coverage: app/app.go#L11
no required module provides package github.com/karlsen-network/karlsend/infrastructure/config; to add it:
Fast stability tests: main.go#L11
no required module provides package github.com/karlsen-network/karlsend/app; to add it:
Fast stability tests: app/component_manager.go#L11
no required module provides package github.com/karlsen-network/karlsend/app/protocol; to add it:
Fast stability tests: app/component_manager.go#L12
no required module provides package github.com/karlsen-network/karlsend/app/rpc; to add it:
Fast stability tests: app/component_manager.go#L13
no required module provides package github.com/karlsen-network/karlsend/domain; to add it:
Fast stability tests: app/component_manager.go#L14
no required module provides package github.com/karlsen-network/karlsend/domain/consensus; to add it:
Fast stability tests: app/component_manager.go#L7
no required module provides package github.com/karlsen-network/karlsend/domain/consensus/model/externalapi; to add it:
Fast stability tests: app/app.go#L10
no required module provides package github.com/karlsen-network/karlsend/domain/consensus/utils/pow; to add it:
Fast stability tests: app/component_manager.go#L9
no required module provides package github.com/karlsen-network/karlsend/domain/miningmanager/mempool; to add it:
Fast stability tests: app/component_manager.go#L15
no required module provides package github.com/karlsen-network/karlsend/domain/utxoindex; to add it:
Fast stability tests: app/app.go#L11
no required module provides package github.com/karlsen-network/karlsend/infrastructure/config; to add it:
Tests, ubuntu-latest: app/app.go#L86
undefined: pow.GetHashingAlgoVersion (compile)
Tests, ubuntu-latest: cmd/karlsenminer/main.go#L33
undefined: pow.GetHashingAlgoVersion
Tests, ubuntu-latest: cmd/karlsenminer/mineloop.go#L220
too many arguments in call to templatemanager.Set
Tests, ubuntu-latest: cmd/karlsenminer/templatemanager/templatemanager.go#L40
too many arguments in call to pow.NewState
Tests, ubuntu-latest: domain/consensus/factory.go#L352
config.HFDAAScore undefined (type *Config has no field or method HFDAAScore)
Tests, ubuntu-latest: domain/consensus/factory.go#L379
too many arguments in call to blockvalidator.New
Tests, ubuntu-latest: domain/consensus/factory.go#L401
config.HFDAAScore undefined (type *Config has no field or method HFDAAScore)
Tests, ubuntu-latest: domain/consensus/factory.go#L417
too many arguments in call to blockbuilder.New
Tests, ubuntu-latest: domain/consensus/factory.go#L352
config.HFDAAScore undefined (type *Config has no field or method HFDAAScore)
Tests, macos-latest: app/app.go#L86
undefined: pow.GetHashingAlgoVersion (compile)
Tests, macos-latest: cmd/karlsenminer/main.go#L33
undefined: pow.GetHashingAlgoVersion
Tests, macos-latest: cmd/karlsenminer/mineloop.go#L220
too many arguments in call to templatemanager.Set
Tests, macos-latest: cmd/karlsenminer/templatemanager/templatemanager.go#L40
too many arguments in call to pow.NewState
Tests, macos-latest: domain/consensus/factory.go#L352
config.HFDAAScore undefined (type *Config has no field or method HFDAAScore)
Tests, macos-latest: domain/consensus/factory.go#L379
too many arguments in call to blockvalidator.New
Tests, macos-latest: domain/consensus/factory.go#L401
config.HFDAAScore undefined (type *Config has no field or method HFDAAScore)
Tests, macos-latest: domain/consensus/factory.go#L417
too many arguments in call to blockbuilder.New
Tests, macos-latest: domain/consensus/factory.go#L352
config.HFDAAScore undefined (type *Config has no field or method HFDAAScore)
Tests, windows-latest: app/app.go#L86
undefined: pow.GetHashingAlgoVersion (compile)
Tests, windows-latest: cmd/karlsenminer/main.go#L33
undefined: pow.GetHashingAlgoVersion
Tests, windows-latest: cmd/karlsenminer/mineloop.go#L220
too many arguments in call to templatemanager.Set
Tests, windows-latest: cmd/karlsenminer/templatemanager/templatemanager.go#L40
too many arguments in call to pow.NewState
Tests, windows-latest: domain/consensus/factory.go#L352
config.HFDAAScore undefined (type *Config has no field or method HFDAAScore)
Tests, windows-latest: domain/consensus/factory.go#L379
too many arguments in call to blockvalidator.New
Tests, windows-latest: domain/consensus/factory.go#L401
config.HFDAAScore undefined (type *Config has no field or method HFDAAScore)
Tests, windows-latest: domain/consensus/factory.go#L417
too many arguments in call to blockbuilder.New
Tests, windows-latest: domain/consensus/factory.go#L352
config.HFDAAScore undefined (type *Config has no field or method HFDAAScore)
Produce code coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Fast stability tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Fast stability tests
Restore cache failed: Dependencies file is not found in /home/runner/work/karlsend/karlsend. Supported file pattern: go.sum
Tests, ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests, macos-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests, windows-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/