GoogleContainerTools / GoogleContainerTools/container-structure-test
Running container_test in bazel can't be cached
Open
bug
good first issue
help wanted
- Dominant language
- Go
- Stars
- 2.5k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
This tool outputs logs with records like this one:
```
time="2018-11-23T22:18:33Z" level=info msg="Extracting image tar to obtain image file system"
```
These records contain timestamps, therefore, logs have different hash on each execution and my remote-caching cas says there's no files for it's digest. Interestingly enough, local caching *does* work, although I don't really understand how.
`container_test` rule does pass `--quiet` to this binary, but that doesn't seem to work (or does something unrelated to logs).
Possibly related: #52.
Contributor guide
Assessment
This issue has not been assessed yet.