Describe the bug
'make test' is failing when using FreeBSD Ports.
Error messages in the log are:
...
# github.com/vmware/govmomi/toolbox
toolbox/command.go:535:19: undefined: fileExtendedInfoFormat
toolbox/command.go:646:16: undefined: fileExtendedInfoFormat
FAIL github.com/vmware/govmomi/toolbox [build failed]
FAIL github.com/vmware/govmomi/toolbox/toolbox [build failed]
...
=== RUN TestFileInfo
guest_operations_manager_test.go:48: exit status 1
--- FAIL: TestFileInfo (0.00s)
...
--- FAIL: TestProcessCommand (0.00s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
...
To Reproduce
Steps to reproduce the behavior:
- cd sysutils/govmomi
- make test
Expected behavior
Expecting tests are PASSed.
Affected version
Tested on 0.46.0.
Screenshots/Debug Output
Execution log is attached in govmomi-test-0.46.0.txt
Additional context
Add any other context about the problem here.
govmomi-test-0.46.0.txt
Describe the bug
'make test' is failing when using FreeBSD Ports.
Error messages in the log are:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expecting tests are PASSed.
Affected version
Tested on 0.46.0.
Screenshots/Debug Output
Execution log is attached in govmomi-test-0.46.0.txt
Additional context
Add any other context about the problem here.
govmomi-test-0.46.0.txt