Error compiling SCC-compile
Bug risk
Critical
9 occurrences in this check
go.etcd.io/[email protected] (replaced by ./deps/etcd): reading deps/etcd/go.mod: open /home/runner/go/src/github.com/tikv/pd/deps/etcd/go.mod: no such file or directory
 35	"github.com/spf13/pflag"
 36	"github.com/tikv/pd/pkg/utils/logutil"
 37	"github.com/tikv/pd/tools/pd-heartbeat-bench/config"
 38	"go.etcd.io/etcd/pkg/report" 39	"go.uber.org/zap"
 40	"google.golang.org/grpc"
 41)
go.etcd.io/[email protected] (replaced by ./deps/etcd): reading deps/etcd/go.mod: open /home/runner/go/src/github.com/tikv/pd/deps/etcd/go.mod: no such file or directory
 25	"github.com/pingcap/log"
 26	"github.com/tikv/pd/pkg/errs"
 27	"github.com/tikv/pd/pkg/utils/logutil"
 28	"go.etcd.io/etcd/pkg/transport" 29	"go.uber.org/zap"
 30	"google.golang.org/grpc"
 31	"google.golang.org/grpc/credentials"
go.etcd.io/[email protected] (replaced by ./deps/etcd): reading deps/etcd/go.mod: open /home/runner/go/src/github.com/tikv/pd/deps/etcd/go.mod: no such file or directory
 26	"github.com/tikv/pd/pkg/utils/testutil"
 27	"go.etcd.io/etcd/clientv3"
 28	"go.etcd.io/etcd/embed"
 29	"go.etcd.io/etcd/etcdserver/etcdserverpb" 30)
 31
 32// newTestSingleConfig is used to create a etcd config for the unit test purpose.
go.etcd.io/[email protected] (replaced by ./deps/etcd): reading deps/etcd/go.mod: open /home/runner/go/src/github.com/tikv/pd/deps/etcd/go.mod: no such file or directory
 25	"github.com/tikv/pd/pkg/utils/tempurl"
 26	"github.com/tikv/pd/pkg/utils/testutil"
 27	"go.etcd.io/etcd/clientv3"
 28	"go.etcd.io/etcd/embed" 29	"go.etcd.io/etcd/etcdserver/etcdserverpb"
 30)
 31
go.etcd.io/[email protected] (replaced by ./deps/etcd): reading deps/etcd/go.mod: open /home/runner/go/src/github.com/tikv/pd/deps/etcd/go.mod: no such file or directory
 37	"go.etcd.io/etcd/etcdserver"
 38	"go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes"
 39	"go.etcd.io/etcd/mvcc/mvccpb"
 40	"go.etcd.io/etcd/pkg/types" 41	"go.uber.org/zap"
 42)
 43
go.etcd.io/[email protected] (replaced by ./deps/etcd): reading deps/etcd/go.mod: open /home/runner/go/src/github.com/tikv/pd/deps/etcd/go.mod: no such file or directory
 36	"go.etcd.io/etcd/clientv3"
 37	"go.etcd.io/etcd/etcdserver"
 38	"go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes"
 39	"go.etcd.io/etcd/mvcc/mvccpb" 40	"go.etcd.io/etcd/pkg/types"
 41	"go.uber.org/zap"
 42)
go.etcd.io/[email protected] (replaced by ./deps/etcd): reading deps/etcd/go.mod: open /home/runner/go/src/github.com/tikv/pd/deps/etcd/go.mod: no such file or directory
 35	"github.com/tikv/pd/pkg/utils/typeutil"
 36	"go.etcd.io/etcd/clientv3"
 37	"go.etcd.io/etcd/etcdserver"
 38	"go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes" 39	"go.etcd.io/etcd/mvcc/mvccpb"
 40	"go.etcd.io/etcd/pkg/types"
 41	"go.uber.org/zap"
go.etcd.io/[email protected] (replaced by ./deps/etcd): reading deps/etcd/go.mod: open /home/runner/go/src/github.com/tikv/pd/deps/etcd/go.mod: no such file or directory
 34	"github.com/tikv/pd/pkg/utils/syncutil"
 35	"github.com/tikv/pd/pkg/utils/typeutil"
 36	"go.etcd.io/etcd/clientv3"
 37	"go.etcd.io/etcd/etcdserver" 38	"go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes"
 39	"go.etcd.io/etcd/mvcc/mvccpb"
 40	"go.etcd.io/etcd/pkg/types"
go.etcd.io/[email protected] (replaced by ./deps/etcd): reading deps/etcd/go.mod: open /home/runner/go/src/github.com/tikv/pd/deps/etcd/go.mod: no such file or directory
 33	"github.com/tikv/pd/pkg/utils/logutil"
 34	"github.com/tikv/pd/pkg/utils/syncutil"
 35	"github.com/tikv/pd/pkg/utils/typeutil"
 36	"go.etcd.io/etcd/clientv3" 37	"go.etcd.io/etcd/etcdserver"
 38	"go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes"
 39	"go.etcd.io/etcd/mvcc/mvccpb"