Skip to content

[BUG] 'make test' is failing using FreeBSD Ports sysutils/govmomi #3620

@asxe

Description

@asxe

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:

  1. cd sysutils/govmomi
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions