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 2023/04/17 13:22:59 UTC

[GitHub] [arrow] raulcd opened a new issue, #35187: [CI][C++] Fuzzer nightly tests are failing with duplicate hash error on "generated_uncompressible_zstd.stream"

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

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The nightly [test-build-cpp-fuzz](https://github.com/ursacomputing/crossbow/actions/runs/4716178128/jobs/8363669173) has been failing for the last days with the following error:
   ```
    + /src/arrow/cpp/build-support/fuzzing/pack_corpus.py /tmp/corpus /out/arrow-ipc-stream-fuzz_seed_corpus.zip
   Traceback (most recent call last):
     File "/src/arrow/cpp/build-support/fuzzing/pack_corpus.py", line 54, in <module>
       main(sys.argv[1], sys.argv[2])
     File "/src/arrow/cpp/build-support/fuzzing/pack_corpus.py", line 47, in main
       process_dir(Path(corpus_dir), zip_output)
     File "/src/arrow/cpp/build-support/fuzzing/pack_corpus.py", line 39, in process_dir
       raise ValueError("Duplicate hash: {0} (in file {1})"
   ValueError: Duplicate hash: 19530341bcb2ce81c942121d5719bf1ed35c2b8c (in file /tmp/corpus/generated_uncompressible_zstd.stream)
   ERROR:root:Building fuzzers failed.
   ```
   
   
   ### 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


[GitHub] [arrow] kou commented on issue #35187: [CI][C++] Fuzzer nightly tests are failing with duplicate hash error on "generated_uncompressible_zstd.stream"

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

   This is caused by #34631.
   It reverts `arrow-testing` update by #34646.


-- 
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


[GitHub] [arrow] raulcd commented on issue #35187: [CI][C++] Fuzzer nightly tests are failing with duplicate hash error on "generated_uncompressible_zstd.stream"

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

   This is hapenning on 12.0.0 but I don't think this is a blocker.


-- 
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


[GitHub] [arrow] kou closed issue #35187: [CI][C++] Fuzzer nightly tests are failing with duplicate hash error on "generated_uncompressible_zstd.stream"

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #35187: [CI][C++] Fuzzer nightly tests are failing with duplicate hash error on "generated_uncompressible_zstd.stream"
URL: https://github.com/apache/arrow/issues/35187


-- 
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