Skip to content

refactor bitOps.ts #206

refactor bitOps.ts

refactor bitOps.ts #206

Triggered via push August 11, 2023 18:14
Status Failure
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

rtp.js.yaml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

19 errors
ci (ubuntu-22.04, 16): src/index.ts#L24
Cannot find module './RTCP/RtcpPacket' or its corresponding type declarations.
ci (ubuntu-22.04, 16): src/index.ts#L29
Cannot find module './RTCP/CompoundPacket' or its corresponding type declarations.
ci (ubuntu-22.04, 16): src/index.ts#L36
Cannot find module './RTCP/ReceiverReportPacket' or its corresponding type declarations.
ci (ubuntu-22.04, 16): src/index.ts#L41
Cannot find module './RTCP/SenderReportPacket' or its corresponding type declarations.
ci (ubuntu-22.04, 16): src/index.ts#L46
Cannot find module './RTCP/ByePacket' or its corresponding type declarations.
ci (ubuntu-22.04, 16): src/index.ts#L54
Cannot find module './RTCP/SdesPacket' or its corresponding type declarations.
ci (ubuntu-22.04, 16): src/index.ts#L59
Cannot find module './RTCP/UnknownPacket' or its corresponding type declarations.
ci (ubuntu-22.04, 16): src/tests/rtcp/ByePacket.test.ts#L1
Cannot find module '../../RTCP/ByePacket' or its corresponding type declarations.
ci (ubuntu-22.04, 16): src/tests/rtcp/ByePacket.test.ts#L2
Cannot find module '../../RTCP/RtcpPacket' or its corresponding type declarations.
ci (ubuntu-22.04, 16): src/tests/rtcp/CompoundPacket.test.ts#L1
Cannot find module '../../RTCP/CompoundPacket' or its corresponding type declarations.
ci (macos-12, 18)
The job was canceled because "ubuntu-22_04_16" failed.
ci (macos-12, 18): src/index.ts#L24
Already included file name '/Users/runner/work/rtp.js/rtp.js/src/RTCP/RtcpPacket.ts' differs from file name '/Users/runner/work/rtp.js/rtp.js/src/rtcp/RtcpPacket.ts' only in casing.
ci (macos-12, 18): src/index.ts#L29
Already included file name '/Users/runner/work/rtp.js/rtp.js/src/RTCP/CompoundPacket.ts' differs from file name '/Users/runner/work/rtp.js/rtp.js/src/rtcp/CompoundPacket.ts' only in casing.
ci (macos-12, 18): src/RTCP/CompoundPacket.ts#L10
Already included file name '/Users/runner/work/rtp.js/rtp.js/src/RTCP/ReceiverReportPacket.ts' differs from file name '/Users/runner/work/rtp.js/rtp.js/src/rtcp/ReceiverReportPacket.ts' only in casing.
ci (macos-12, 18): src/RTCP/CompoundPacket.ts#L11
Already included file name '/Users/runner/work/rtp.js/rtp.js/src/RTCP/SenderReportPacket.ts' differs from file name '/Users/runner/work/rtp.js/rtp.js/src/rtcp/SenderReportPacket.ts' only in casing.
ci (macos-12, 18): src/RTCP/CompoundPacket.ts#L12
Already included file name '/Users/runner/work/rtp.js/rtp.js/src/RTCP/ByePacket.ts' differs from file name '/Users/runner/work/rtp.js/rtp.js/src/rtcp/ByePacket.ts' only in casing.
ci (macos-12, 18): src/RTCP/CompoundPacket.ts#L13
Already included file name '/Users/runner/work/rtp.js/rtp.js/src/RTCP/SdesPacket.ts' differs from file name '/Users/runner/work/rtp.js/rtp.js/src/rtcp/SdesPacket.ts' only in casing.
ci (macos-12, 18): src/RTCP/CompoundPacket.ts#L14
Already included file name '/Users/runner/work/rtp.js/rtp.js/src/RTCP/UnknownPacket.ts' differs from file name '/Users/runner/work/rtp.js/rtp.js/src/rtcp/UnknownPacket.ts' only in casing.
ci (macos-12, 18)
The operation was canceled.