[fixed] Compiling reproducer... /data/pruva/runs/0e70ea85-c1c7-487a-aed7-bfc14819a7d1/bundle/repro/reproducer.c: In function 'main': /data/pruva/runs/0e70ea85-c1c7-487a-aed7-bfc14819a7d1/bundle/repro/reproducer.c:17:3: warning: 'CURLOPT_STREAM_DEPENDS' is deprecated: since 8.21.0. Has no function [-Wdeprecated-declarations] 17 | curl_easy_setopt(child, CURLOPT_STREAM_DEPENDS, parent); | ^~~~~~~~~~~~~~~~ In file included from /data/pruva/runs/0e70ea85-c1c7-487a-aed7-bfc14819a7d1/bundle/repro/reproducer.c:1: /data/pruva/project-cache/14c9a4a2-b135-492c-b262-c0b31557861d/install-fixed/include/curl/curl.h:1988:21: note: declared here 1988 | CURLOPTDEPRECATED(CURLOPT_STREAM_DEPENDS, CURLOPTTYPE_OBJECTPOINT, 240, | ^~~~~~~~~~~~~~~~~~~~~~ /data/pruva/project-cache/14c9a4a2-b135-492c-b262-c0b31557861d/install-fixed/include/curl/curl.h:1121:44: note: in definition of macro 'CURLOPTDEPRECATED' 1121 | #define CURLOPTDEPRECATED(na, t, nu, v, m) na CURL_DEPRECATED(v, m) \ | ^~ /data/pruva/project-cache/14c9a4a2-b135-492c-b262-c0b31557861d/install-fixed/include/curl/curl.h:55:7: warning: 'CURLOPT_STREAM_DEPENDS' is deprecated: since 8.21.0. Has no function [-Wdeprecated-declarations] 55 | _Pragma("GCC diagnostic pop") | ^~~~~~~ /data/pruva/project-cache/14c9a4a2-b135-492c-b262-c0b31557861d/install-fixed/include/curl/typecheck-gcc.h:47:7: note: in expansion of macro 'CURL_IGNORE_DEPRECATION' 47 | CURL_IGNORE_DEPRECATION( \ | ^~~~~~~~~~~~~~~~~~~~~~~ /data/pruva/runs/0e70ea85-c1c7-487a-aed7-bfc14819a7d1/bundle/repro/reproducer.c:17:3: note: in expansion of macro 'curl_easy_setopt' 17 | curl_easy_setopt(child, CURLOPT_STREAM_DEPENDS, parent); | ^~~~~~~~~~~~~~~~ /data/pruva/project-cache/14c9a4a2-b135-492c-b262-c0b31557861d/install-fixed/include/curl/curl.h:1988:21: note: declared here 1988 | CURLOPTDEPRECATED(CURLOPT_STREAM_DEPENDS, CURLOPTTYPE_OBJECTPOINT, 240, | ^~~~~~~~~~~~~~~~~~~~~~ /data/pruva/project-cache/14c9a4a2-b135-492c-b262-c0b31557861d/install-fixed/include/curl/curl.h:1121:44: note: in definition of macro 'CURLOPTDEPRECATED' 1121 | #define CURLOPTDEPRECATED(na, t, nu, v, m) na CURL_DEPRECATED(v, m) \ | ^~ [fixed] Running reproducer...