Obsolete
Status Update
Comments
ar...@appspot.gserviceaccount.com <ar...@appspot.gserviceaccount.com> #2
db...@google.com <db...@google.com> #3
Looks like this was a 1 off (the 25 builds after were green). I'll throw it to the build team so they can verify though
sb...@google.com <sb...@google.com> #4
Believed to be the Blaze race/deadlock.
Description
<READ THIS>
Steps before submitting this bug:
1) Edit the title to be as clear and relevant as possible.
2) Edit the description to give the best summary you can of the issue.
3) Add components or CC any parties you imagine are relevant even if
it is just a guess (keep triage on unless you're certain).
4) Set the priority appropriately and if it's P0, notify oncall directly.
5) Delete this ;)
</READ THIS>
Builder dedede-cq in the chromeos failed.
The build results can be found at
Recent results for the builder can be found at
This build timed out after 8 hours.
It looks like the log dump shows it stuck in drivefs:
>>> chromeos-base/drivefs-42.0.6: Dumping log file /build/dedede/tmp/portage/logs/chromeos-base:drivefs-42.0.6:20200911-002330.log:
>>> NB: File is 38915334 bytes; showing last ~5 MiB
In file included from ./apps/drive/fs/chromeos/ipc_server.h:11:
In file included from ./apps/drive/fs/chromeos/native_messaging.h:9:
In file included from ./apps/drive/fs/chromeos_core_client.h:11:
In file included from ./apps/drive/cello/client/base/message_loop.h:8:
In file included from ./apps/drive/cello/client/base/simple_message_loop.h:10:
In file included from ./apps/drive/cello/client/base/execution_context.h:10:
In file included from ./third_party/absl/container/flat_hash_map.h:42:
In file included from ./third_party/absl/container/internal/container_memory.h:26:
./third_party/absl/memory/memory.h:637:7: warning: 'construct' is deprecated [-Wdeprecated-declarations]
a.construct(std::forward<Args>(args)...);
^
./third_party/absl/memory/memory.h:599:5: note: in instantiation of function template specialization 'absl::allocator_traits<std::__1::allocator<std::__1::pair<const long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>>::construct_impl<std::__1::allocator<std::__1::pair<const long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>, std::__1::pair<long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>> *&, std::__1::pair<long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>' requested here
construct_impl(0, a, p, std::forward<Args>(args)...);
^
./third_party/absl/container/internal/container_memory.h:398:42: note: in instantiation of function template specialization 'absl::allocator_traits<std::__1::allocator<std::__1::pair<const long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>>::construct<std::__1::pair<long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>, std::__1::pair<long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>' requested here
absl::allocator_traits<Allocator>::construct(
^
./third_party/absl/container/flat_hash_map.h:631:18: note: in instantiation of function template specialization 'absl::container_internal::map_slot_policy<long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>::transfer<std::__1::allocator<std::__1::pair<const long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>>' requested here
slot_policy::transfer(alloc, new_slot, old_slot);
^
./third_party/absl/container/internal/hash_policy_traits.h:177:8: note: in instantiation of function template specialization 'absl::container_internal::FlatHashMapPolicy<long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>::transfer<std::__1::allocator<std::__1::pair<const long, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>>>' requested here
P::transfer(alloc, new_slot, old_slot);
^