You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/25 10:11:21 UTC

[I] [CI][C++] Google protobuf fails to compile on source verification jobs [arrow]

raulcd opened a new issue, #40772:
URL: https://github.com/apache/arrow/issues/40772

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   There are several failures on the source verification jobs. Some of the jobs were failing on the past but some of them have started to fail during the last 3 days:
   [verify-rc-source-cpp-linux-almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407364/job/23026685294)
   [verify-rc-source-cpp-linux-ubuntu-20.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407583/job/23026686505)
   [verify-rc-source-cpp-linux-ubuntu-22.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407499/job/23026686123)
   [verify-rc-source-integration-linux-almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407589/job/23026686542)
   [verify-rc-source-integration-linux-conda-latest-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407385/job/23026685394)
   [verify-rc-source-integration-linux-ubuntu-20.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407436/job/23026685741)
   [verify-rc-source-integration-linux-ubuntu-22.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407468/job/23026685956)
   [verify-rc-source-integration-macos-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407422/job/23026685648)
   [verify-rc-source-integration-macos-conda-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407433/job/23026685691)
   [verify-rc-source-python-linux-almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407466/job/23026685957)
   [verify-rc-source-python-linux-ubuntu-20.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407735/job/23026700687)
   [verify-rc-source-python-linux-ubuntu-22.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407444/job/23026685817)
   [verify-rc-source-ruby-linux-almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407514/job/23026686164)
   [verify-rc-source-ruby-linux-ubuntu-20.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407609/job/23026686689)
   [verify-rc-source-ruby-linux-ubuntu-22.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/8409407452/job/23026685860)
   
   The changes introduced when the new jobs started failing are the following: https://github.com/apache/arrow/compare/51817917e1436c8799ed382d160798060cd76652...fa36cde1105c8c82ef6407cb991b83d1ca67258a
   
   The current stack trace:
   ```
    [190/205] Building CXX object CMakeFiles/libprotobuf-lite.dir/tmp/arrow-HEAD.K9cQf/cpp-build/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/message_lite.cc.o
   In file included from /usr/include/string.h:495,
                    from /tmp/arrow-HEAD.K9cQf/cpp-build/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/stubs/port.h:39,
                    from /tmp/arrow-HEAD.K9cQf/cpp-build/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/stubs/common.h:48,
                    from /tmp/arrow-HEAD.K9cQf/cpp-build/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/message_lite.h:46,
                    from /tmp/arrow-HEAD.K9cQf/cpp-build/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/message_lite.cc:36:
   In function 'void* memcpy(void*, const void*, size_t)',
       inlined from 'uint8_t* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, uint8_t*)' at /tmp/arrow-HEAD.K9cQf/cpp-build/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/io/coded_stream.h:684:16,
       inlined from 'virtual uint8_t* google::protobuf::internal::ImplicitWeakMessage::_InternalSerialize(uint8_t*, google::protobuf::io::EpsCopyOutputStream*) const' at /tmp/arrow-HEAD.K9cQf/cpp-build/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/implicit_weak_message.h:103:28,
       inlined from 'bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const' at /tmp/arrow-HEAD.K9cQf/cpp-build/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/message_lite.cc:411:30:
   /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:33: warning: 'void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
      34 |   return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
         |          ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   ```
   
   ### Component(s)
   
   C++, Continuous Integration


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [CI][C++] Google protobuf fails to compile on source verification jobs [arrow]

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #40772:
URL: https://github.com/apache/arrow/issues/40772#issuecomment-2019287094

   Hmm. This may be related to the recent https://apache.jfrog.io/ problem.
   
   https://github.com/ursacomputing/crossbow/actions/runs/8409407364/job/23026685294#step:6:4807
   
   ```text
   -- verifying file...
          file='/tmp/arrow-HEAD.aCHiU/cpp-build/boost_ep-prefix/src/boost_1_81_0.tar.gz'
   -- SHA256 hash of
       /tmp/arrow-HEAD.aCHiU/cpp-build/boost_ep-prefix/src/boost_1_81_0.tar.gz
     does not match expected value
       expected: '9e0ffae35528c35f90468997bc8d99500bf179cbae355415a89a600c38e13574'
         actual: '205666dea9f6a7cfed87c7a6dfbeb52a2c1b9de55712c9c1a87735d7181452b6'
   -- Hash mismatch, removing...
   CMake Error at boost_ep-stamp/download-boost_ep.cmake:170 (message):
     Each download failed!
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [CI][C++] Google protobuf fails to compile on source verification jobs [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #40772:
URL: https://github.com/apache/arrow/issues/40772#issuecomment-2020985960

   Yes, it seems to be the case as I retried some jobs that are successful now. I am closing it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [CI][C++] Google protobuf fails to compile on source verification jobs [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd closed issue #40772: [CI][C++] Google protobuf fails to compile on source verification jobs
URL: https://github.com/apache/arrow/issues/40772


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org