Hello, We have strange error `compile(purveyor-cli...
# general
l
Hello, We have strange error
compile(purveyor-client/test/java/com/r9/purveyor/client/inlinetile:inlinetile) failed: Error expanding globs: Os { code: 2, kind: NotFound, message: "No such file or directory" }
on continiuos integration server Bamboo (
CentOS Linux release 7.5.1804 (Core)
,
pants_version: 1.14.0rc3
). On Bamboo we have 10 build agents pool. Every agent can take different branch or different build goal. After build we always run
./pants clean-all
. Next time build agent builds it already have pants installed and do following: checkout code, build code, run clean-all. more stack trace:
h
Hello, did you recently upgrade to 1.14.0rc3? Did you see this issue on prior Pants versions?
l
we upgraded it from 1.7xx, and also almost at same time we start build different goals. Issue started when we start build different products.