Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI tests failing for windows #1902

Closed
0pcom opened this issue Nov 5, 2024 · 0 comments
Closed

CI tests failing for windows #1902

0pcom opened this issue Nov 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@0pcom
Copy link
Collaborator

0pcom commented Nov 5, 2024

https://github.com/skycoin/skywire/actions/runs/11685241687/job/32538235198?pr=1901

# github.com/skycoin/skywire/internal/vpn
Error: ..\..\..\..\internal\vpn\tun_device_windows.go:37:25: not enough arguments in call to t.tun.Read
	have ([]byte, number)
	want ([][]byte, []int, int)
Error: ..\..\..\..\internal\vpn\tun_device_windows.go:41:21: cannot use buf (variable of type []byte) as [][]byte value in argument to t.tun.Write
# github.com/skycoin/skywire/internal/vpn
Error: ..\..\..\..\internal\vpn\tun_device_windows.go:37:25: not enough arguments in call to t.tun.Read
	have ([]byte, number)
	want ([][]byte, []int, int)
Error: ..\..\..\..\internal\vpn\tun_device_windows.go:41:21: cannot use buf (variable of type []byte) as [][]byte value in argument to t.tun.Write
# github.com/skycoin/skywire/internal/vpn
Error: ..\..\..\..\internal\vpn\tun_device_windows.go:37:25: not enough arguments in call to t.tun.Read
	have ([]byte, number)
	want ([][]byte, []int, int)
Error: ..\..\..\..\internal\vpn\tun_device_windows.go:41:21: cannot use buf (variable of type []byte) as [][]byte value in argument to t.tun.Write
--- FAIL: TestConfigGenCmdFunc (40.83s)
    --- FAIL: TestConfigGenCmdFunc/first_config_gen_-r (38.42s)
        gen_test.go:66: Expected error: false, but got: exit status 1
    --- FAIL: TestConfigGenCmdFunc/second_config_gen_-r (1.23s)
        gen_test.go:66: Expected error: false, but got: exit status 1
FAIL
coverage: 23.0% of statements
FAIL	github.com/skycoin/skywire/cmd/skywire-cli/commands/config	42.752s
FAIL
make: *** [Makefile:200: test-windows] Error 1
Error: Process completed with exit code 1.
@0pcom 0pcom added the bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants