Skip to content

V2 certificate format #1987

V2 certificate format

V2 certificate format #1987

Triggered via pull request September 20, 2024 15:36
@nbrownusnbrownus
synchronize #1216
cert-v2
Status Failure
Total duration 3m 11s
Artifacts

test.yml

on: pull_request
Build all and test on ubuntu-linux
27s
Build all and test on ubuntu-linux
Build and test on linux with boringcrypto
24s
Build and test on linux with boringcrypto
Build and test on linux with pkcs11
20s
Build and test on linux with pkcs11
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

27 errors
Build and test on linux with pkcs11: 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 and test on linux with pkcs11: overlay/tun.go#L23
cannot use vpnNetworks (variable of type []netip.Prefix) as netip.Prefix value in argument to newTun
Build and test on linux with pkcs11: 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 and test on linux with pkcs11: overlay/tun.go#L29
cannot use vpnNetworks (variable of type []netip.Prefix) as netip.Prefix value in argument to newTunFromFd
Build and test on linux with pkcs11: overlay/tun_linux.go#L151
cannot use t.cidr (variable of type netip.Prefix) as []netip.Prefix value in argument to getAllRoutesFromConfig
Build and test on linux with pkcs11
Process completed with exit code 2.
Build and test on linux with boringcrypto: 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 and test on linux with boringcrypto: overlay/tun.go#L23
cannot use vpnNetworks (variable of type []netip.Prefix) as netip.Prefix value in argument to newTun
Build and test on linux with boringcrypto: 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 and test on linux with boringcrypto: overlay/tun.go#L29
cannot use vpnNetworks (variable of type []netip.Prefix) as netip.Prefix value in argument to newTunFromFd
Build and test on linux with boringcrypto: overlay/tun_linux.go#L151
cannot use t.cidr (variable of type netip.Prefix) as []netip.Prefix value in argument to getAllRoutesFromConfig
Build and test on linux with boringcrypto
Process completed with exit code 2.
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_linux.go#L151
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.
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.