Appview v2 hydration #5235
Triggered via pull request
December 7, 2023 17:36
Status
Cancelled
Total duration
1m 33s
Artifacts
–
repo.yaml
on: pull_request
Build
1m 4s
Verify
46s
Matrix: Test
Annotations
27 errors and 10 warnings
Test (8/8)
Canceling since a higher priority waiting request for 'Test-bav-v2-hydration' exists
|
Test (8/8)
The operation was canceled.
|
Build
Canceling since a higher priority waiting request for 'Test-bav-v2-hydration' exists
|
Build
Type '(req: GetBlocklistSubscriptionRequest) => Promise<{ subscribed: boolean; }>' is not assignable to type 'UnaryImpl<GetBlocklistSubscriptionRequest, GetBlocklistSubscriptionResponse>'.
|
Build
Type '{ getFeedGenerators(req: any): Promise<{ records: any; }>; getActorFeeds(req: GetActorFeedsRequest): Promise<{ uris: string[]; cursor: string | undefined; }>; getSuggestedFeeds(): Promise<...>; getFeedGeneratorStatus(): Promise<...>; }' is not assignable to type 'Partial<ServiceImpl<{ readonly typeName: "bsky.Service"; readonly methods: { readonly getBlockRecord: { readonly name: "GetBlockRecord"; readonly I: typeof GetBlockRecordRequest; readonly O: typeof GetBlockRecordResponse; readonly kind: MethodKind.Unary; }; ... 60 more ...; readonly ping: { ...; }; }; }>>'.
|
Build
Property 'repliesOnly' does not exist on type 'GetAuthorFeedRequest'.
|
Build
Type '{ getActorFollowsActors(req: GetActorFollowsActorsRequest): Promise<{ uris: string[]; }>; getFollowers(req: GetFollowersRequest): Promise<...>; getFollows(req: GetFollowsRequest): Promise<...>; getFollowersCount(req: any): Promise<...>; getFollowsCount(req: any): Promise<...>; }' is not assignable to type 'Partial<ServiceImpl<{ readonly typeName: "bsky.Service"; readonly methods: { readonly getBlockRecord: { readonly name: "GetBlockRecord"; readonly I: typeof GetBlockRecordRequest; readonly O: typeof GetBlockRecordResponse; readonly kind: MethodKind.Unary; }; ... 60 more ...; readonly ping: { ...; }; }; }>>'.
|
Build
Type '(req: GetLabelsRequest) => Promise<{ records: Uint8Array[]; }>' is not assignable to type 'UnaryImpl<GetLabelsRequest, GetLabelsResponse>'.
|
Build
Type '{ getLikesBySubject(req: GetLikesBySubjectRequest): Promise<{ uris: string[]; cursor: string | undefined; }>; getLikeByActorAndSubject(req: any): Promise<...>; getActorLikes(req: GetActorLikesRequest): Promise<...>; getLikesCount(req: any): Promise<...>; }' is not assignable to type 'Partial<ServiceImpl<{ readonly typeName: "bsky.Service"; readonly methods: { readonly getBlockRecord: { readonly name: "GetBlockRecord"; readonly I: typeof GetBlockRecordRequest; readonly O: typeof GetBlockRecordResponse; readonly kind: MethodKind.Unary; }; ... 60 more ...; readonly ping: { ...; }; }; }>>'.
|
Build
Type '{ getListMembers(req: GetListMembersRequest): Promise<{ dids: string[]; cursor: string | undefined; }>; getListMembership(req: GetListMembershipRequest): Promise<...>; getList(req: any): Promise<...>; getListCount(req: GetListCountRequest): Promise<...>; }' is not assignable to type 'Partial<ServiceImpl<{ readonly typeName: "bsky.Service"; readonly methods: { readonly getBlockRecord: { readonly name: "GetBlockRecord"; readonly I: typeof GetBlockRecordRequest; readonly O: typeof GetBlockRecordResponse; readonly kind: MethodKind.Unary; }; ... 60 more ...; readonly ping: { ...; }; }; }>>'.
|
Build
Type '{ getPosts(req: any): Promise<{ records: any; }>; getPostReplyCount(req: any): Promise<{ counts: any; }>; }' is not assignable to type 'Partial<ServiceImpl<{ readonly typeName: "bsky.Service"; readonly methods: { readonly getBlockRecord: { readonly name: "GetBlockRecord"; readonly I: typeof GetBlockRecordRequest; readonly O: typeof GetBlockRecordResponse; readonly kind: MethodKind.Unary; }; ... 60 more ...; readonly ping: { ...; }; }; }>>'.
|
Build
Type '{ getProfiles(req: any): Promise<{ records: any; }>; getHandles(req: any): Promise<{ handles: any; }>; getDidsByHandles(req: GetDidsByHandlesRequest): Promise<...>; }' is not assignable to type 'Partial<ServiceImpl<{ readonly typeName: "bsky.Service"; readonly methods: { readonly getBlockRecord: { readonly name: "GetBlockRecord"; readonly I: typeof GetBlockRecordRequest; readonly O: typeof GetBlockRecordResponse; readonly kind: MethodKind.Unary; }; ... 60 more ...; readonly ping: { ...; }; }; }>>'.
|
Build
Type '{ getRepostsBySubject(req: GetRepostsBySubjectRequest): Promise<{ uris: string[]; cursor: string | undefined; }>; getRepostByActorAndSubject(req: any): Promise<...>; getActorReposts(req: GetActorRepostsRequest): Promise<...>; getRepostsCount(req: any): Promise<...>; }' is not assignable to type 'Partial<ServiceImpl<{ readonly typeName: "bsky.Service"; readonly methods: { readonly getBlockRecord: { readonly name: "GetBlockRecord"; readonly I: typeof GetBlockRecordRequest; readonly O: typeof GetBlockRecordResponse; readonly kind: MethodKind.Unary; }; ... 60 more ...; readonly ping: { ...; }; }; }>>'.
|
Test (6/8)
Canceling since a higher priority waiting request for 'Test-bav-v2-hydration' exists
|
Test (6/8)
The operation was canceled.
|
Test (3/8)
Canceling since a higher priority waiting request for 'Test-bav-v2-hydration' exists
|
Test (3/8)
The operation was canceled.
|
Test (7/8)
Canceling since a higher priority waiting request for 'Test-bav-v2-hydration' exists
|
Test (7/8)
The operation was canceled.
|
Test (2/8)
Canceling since a higher priority waiting request for 'Test-bav-v2-hydration' exists
|
Test (2/8)
The operation was canceled.
|
Test (5/8)
Canceling since a higher priority waiting request for 'Test-bav-v2-hydration' exists
|
Test (5/8)
The operation was canceled.
|
Test (4/8)
Canceling since a higher priority waiting request for 'Test-bav-v2-hydration' exists
|
Test (4/8)
The operation was canceled.
|
Test (1/8)
Canceling since a higher priority waiting request for 'Test-bav-v2-hydration' exists
|
Test (1/8)
The operation was canceled.
|
Verify:
packages/bsky/src/data-plane/server/routes/search.ts#L5
'db' is defined but never used. Allowed unused args must match /^_/u
|
Verify:
packages/bsky/src/data-plane/server/routes/search.ts#L6
'req' is defined but never used. Allowed unused args must match /^_/u
|
Verify:
packages/bsky/src/data-plane/server/routes/search.ts#L9
'req' is defined but never used. Allowed unused args must match /^_/u
|
Verify:
packages/bsky/src/hydration/feed.ts#L151
'uris' is defined but never used. Allowed unused args must match /^_/u
|
Verify:
packages/bsky/src/hydration/graph.ts#L73
'uris' is defined but never used. Allowed unused args must match /^_/u
|
Verify:
packages/bsky/src/hydration/hydrator.ts#L153
'uris' is defined but never used. Allowed unused args must match /^_/u
|
Verify:
packages/bsky/src/hydration/hydrator.ts#L154
'viewer' is defined but never used. Allowed unused args must match /^_/u
|
Verify:
packages/bsky/src/hydration/hydrator.ts#L161
'uris' is defined but never used. Allowed unused args must match /^_/u
|
Verify:
packages/bsky/src/hydration/hydrator.ts#L162
'viewer' is defined but never used. Allowed unused args must match /^_/u
|
Verify:
packages/bsky/src/hydration/hydrator.ts#L169
'uris' is defined but never used. Allowed unused args must match /^_/u
|