wire icon indicating copy to clipboard operation
wire copied to clipboard

Travis on Window failed: "The process cannot access the file because it is being used by another process"

Open shantuo opened this issue 6 years ago • 1 comments

https://travis-ci.com/google/wire/jobs/201184169

    --- FAIL: TestWire/ValueChain (0.56s)
        wire_test.go:110: go [list -f {{context.GOARCH}} {{context.Compiler}} -tags=wireinject -- unsafe]: exit status 1: go: open C:\Users\travis\AppData\Local\Temp\wire_test023669613\src\example.com\go.mod: The process cannot access the file because it is being used by another process.

shantuo avatar May 17 '19 22:05 shantuo

That generally means that we opened the file but did not close it.

vangent avatar May 18 '19 00:05 vangent