Skip to content

Cert v2 + tun changes for Linux #1997

Cert v2 + tun changes for Linux

Cert v2 + tun changes for Linux #1997

Triggered via pull request September 20, 2024 20:07
Status Failure
Total duration 4m 31s
Artifacts

test.yml

on: pull_request
Build all and test on ubuntu-linux
4m 23s
Build all and test on ubuntu-linux
Build and test on linux with boringcrypto
2m 49s
Build and test on linux with boringcrypto
Build and test on linux with pkcs11
1m 7s
Build and test on linux with pkcs11
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

15 errors
Build and test on windows-latest: overlay/tun.go#L23
cannot use vpnNetworks (variable of type []netip.Prefix) as netip.Prefix value in argument to newTun
Build and test on windows-latest: overlay/tun.go#L29
cannot use vpnNetworks (variable of type []netip.Prefix) as netip.Prefix value in argument to newTunFromFd
Build and test on windows-latest: overlay/tun_water_windows.go#L103
cannot use t.cidr (variable of type netip.Prefix) as []netip.Prefix value in argument to getAllRoutesFromConfig
Build and test on windows-latest: overlay/tun_windows.go#L34
cannot use device (variable of type *winTun) as Device value in return statement: *winTun does not implement Device (missing method Networks)
Build and test on windows-latest: overlay/tun_windows.go#L41
cannot use device (variable of type *waterTun) as Device value in return statement: *waterTun does not implement Device (missing method Networks)
Build and test on windows-latest: overlay/tun_wintun_windows.go#L95
cannot use t.cidr (variable of type netip.Prefix) as []netip.Prefix value in argument to getAllRoutesFromConfig
Build and test on windows-latest
Process completed with exit code 1.
Build and test on macos-latest
The job was canceled because "windows-latest" failed.
Build and test on macos-latest
The operation was canceled.
Build all and test on ubuntu-linux: overlay/tun.go#L23
cannot use newTun(c, l, vpnNetworks, routines > 1) (value of type *tun) as Device value in return statement: *tun does not implement Device (missing method Networks)
Build all and test on ubuntu-linux: overlay/tun.go#L23
cannot use vpnNetworks (variable of type []netip.Prefix) as netip.Prefix value in argument to newTun
Build all and test on ubuntu-linux: overlay/tun.go#L29
cannot use newTunFromFd(c, l, *fd, vpnNetworks) (value of type *tun) as Device value in return statement: *tun does not implement Device (missing method Networks)
Build all and test on ubuntu-linux: overlay/tun.go#L29
cannot use vpnNetworks (variable of type []netip.Prefix) as netip.Prefix value in argument to newTunFromFd
Build all and test on ubuntu-linux: overlay/tun_freebsd.go#L199
cannot use t.cidr (variable of type netip.Prefix) as []netip.Prefix value in argument to getAllRoutesFromConfig
Build all and test on ubuntu-linux
Process completed with exit code 2.