Volkan Yazıcı

Results 192 comments of Volkan Yazıcı

#12352 was merged in Aug 27, ~6 days ago. AFAICT, we should have received some results until now. I suspect an infrastructure issue. Could somebody help with troubleshooting it, please?

@jonathanmetzman, would you mind helping with this issue, please?

@jonathanmetzman, I can confirm that the tests are running. Thanks so much! :pray:

@jonathanmetzman, happy to be of help! :heart_eyes_cat: For the record, I have never been able to make coverage work; neither for `log4j2`, nor for `apache-logging-log4cxx`. I will appreciate it if...

@DavidKorczynski, I can login (also my other Log4j colleague whom I added using `auto_ccs`), but the fuzzers showing up (`libFuzzer_log4j2_Log4jFuzzer` and `libFuzzer_log4j2_Log4jSlf4jFuzzer`) are still from the old implementation. Likewise, [the...

I personally wanted to rename `projects/log4j2` to `projects/apache-logging-log4j2` in #12304, but asked not to do so. Would it be an idea to submit a new PR copying `projects/log4j2` to `projects/apache-logging-log4j2`...

I've just being [pinged](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=71144) that coverage [builds](https://oss-fuzz-build-logs.storage.googleapis.com/index.html#log4j2) are failing! ``` ... Finished Step #4 Starting Step #5 Step #5: Already have image (with digest): gcr.io/oss-fuzz-base/base-runner Step #5: [/corpus/log4j-core-fuzz-test-PatternLayoutFuzzer.zip] Step #5:...

Trying to clone the corpus doesn't work due to insufficient rights: ``` $ gsutil cp -r \ gs://log4j2-corpus.clusterfuzz-external.appspot.com/libFuzzer/log4j2_Log4jFuzzer \ gs://log4j2-corpus.clusterfuzz-external.appspot.com/libFuzzer/log4j-core-fuzz-test-PatternLayoutFuzzer Copying gs://log4j2-corpus.clusterfuzz-external.appspot.com/libFuzzer/log4j2_Log4jFuzzer/000aeaa9dfccf425541f6b7cbcc4d10977e6052b [Content-Type=application/octet-stream]... AccessDeniedException: 403 vol***@***.ci does not have storage.objects.create...

@jonathanmetzman, thanks so much for fixing the issue. I am afk. I will take care of the failing fuzzer as the first thing next week Monday, the 26th. Op ma...

I've read both [Debugging](https://google.github.io/oss-fuzz/advanced-topics/debugging/) and [Reproducing](https://google.github.io/oss-fuzz/advanced-topics/reproducing/) pages, and followed below steps: ```bash # Verify fuzzer build export PROJECT_NAME=log4j2 python infra/helper.py build_image $PROJECT_NAME python infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture...