Skip to content

Try to fix UDP forwarding #15

Try to fix UDP forwarding

Try to fix UDP forwarding #15

Triggered via push July 15, 2024 12:21
Status Failure
Total duration 25s
Artifacts

trunk.yml

on: push
Build Windows/Linux/MacOS/FreeBSD/Android
17s
Build Windows/Linux/MacOS/FreeBSD/Android
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build Windows/Linux/MacOS/FreeBSD/Android: cmd/yggstack/main.go#L365
udpListenConn.ReadFromUDP undefined (type net.PacketConn has no field or method ReadFromUDP)
Build Windows/Linux/MacOS/FreeBSD/Android: cmd/yggstack/main.go#L373
remoteUdpAddrCandidate declared and not used
Build Windows/Linux/MacOS/FreeBSD/Android: cmd/yggstack/main.go#L377
undefined: remoteUdpAddrCandidate
Build Windows/Linux/MacOS/FreeBSD/Android: cmd/yggstack/main.go#L378
assignment mismatch: 2 variables but 1 value
Build Windows/Linux/MacOS/FreeBSD/Android: cmd/yggstack/main.go#L394
cannot use &udpListenConn (value of type *net.PacketConn) as *net.UDPConn value in argument to types.ReverseProxyUDP
Build Windows/Linux/MacOS/FreeBSD/Android: cmd/yggstack/main.go#L394
cannot use &udpFwdConn (value of type **net.UDPConn) as *net.UDPConn value in argument to types.ReverseProxyUDP
Build Windows/Linux/MacOS/FreeBSD/Android: cmd/yggstack/main.go#L397
bytesWritten declared and not used
Build Windows/Linux/MacOS/FreeBSD/Android
Process completed with exit code 1.
Build Windows/Linux/MacOS/FreeBSD/Android
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/