Envoy is failing on Bazel CI
Open
area/build
bug
no stalebot
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 430
Description
https://buildkite.com/bazel/envoy/builds/1550#aee9a8a9-d127-466b-9dff-3e6b21bda840
The logs are extremely long but the error seems to originate from this:
```
test/common/common/safe_memcpy_test.cc:40:15: error: no viable constructor or deduction guide for deduction of template arguments of 'vector'
--
| EXPECT_THAT(std::vector(dst, dst + sizeof(src)), ElementsAre(1, 2, 3, 4));
```
More info can be found by following the link above and Ctrl+F'ing the excerpt above.
Contributor guide
Assessment
This issue has not been assessed yet.