Closed Bug 1664618 Opened 4 years ago Closed 4 years ago

Perma Mingw tier 2 /builds/worker/checkouts/gecko/third_party/sipcc/cpr_win_types.h:45:13: error: typedef redefinition with different types ('int' vs 'long long')

Categories

(Core :: WebRTC, defect, P5)

defect

Tracking

()

RESOLVED FIXED
82 Branch
Tracking Status
firefox-esr68 --- unaffected
firefox-esr78 --- unaffected
firefox80 --- unaffected
firefox81 --- unaffected
firefox82 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: ng)

References

(Regression)

Details

(Keywords: intermittent-failure, regression)

Attachments

(1 file)

Filed by: rmaries [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=315515801&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NC3rbN2rSZKqI3jeT2hCnw/runs/0/artifacts/public/logs/live_backing.log


[task 2020-09-12T09:54:36.506Z] 09:54:36     INFO -  make[4]: Entering directory '/builds/worker/workspace/obj-build/third_party/sipcc'
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -  third_party/sipcc/sdp_access.o
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -  /builds/worker/fetches/sccache/sccache /builds/worker/fetches/clang/bin/x86_64-w64-mingw32-clang -std=gnu99 -o sdp_access.o -c  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -DNDEBUG=1 -DTRIMMED=1 -DSIP_OS_WINDOWS -DWINAPI_NO_BUNDLED_LIBRARIES -DMOZ_HAS_MOZGLUE -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DSTATIC_EXPORTABLE_JS_API -I/builds/worker/checkouts/gecko/third_party/sipcc -I/builds/worker/workspace/obj-build/third_party/sipcc -I/builds/worker/workspace/obj-build/dist/include -I/builds/worker/workspace/obj-build/dist/include/nspr -I/builds/worker/workspace/obj-build/dist/include/nss -include /builds/worker/workspace/obj-build/mozilla-config.h -DMOZILLA_CLIENT -Qunused-arguments -fcrash-diagnostics-dir=/builds/worker/artifacts -D_HAS_EXCEPTIONS=0 -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pipe -g -gcodeview -O2 -fno-omit-frame-pointer -funwind-tables -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wclass-varargs -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wno-unknown-pragmas -Wno-unused-function -Wno-conversion-null -Wno-switch -Wno-enum-compare -Wno-gnu-zero-variadic-macro-arguments -Werror=implicit-function-declaration -fexperimental-new-pass-manager  -MD -MP -MF .deps/sdp_access.o.pp   /builds/worker/checkouts/gecko/third_party/sipcc/sdp_access.c
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -  In file included from /builds/worker/checkouts/gecko/third_party/sipcc/sdp_access.c:5:
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -  In file included from /builds/worker/checkouts/gecko/third_party/sipcc/sdp_os_defs.h:10:
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -  In file included from /builds/worker/checkouts/gecko/third_party/sipcc/cpr_types.h:13:
[task 2020-09-12T09:54:36.507Z] 09:54:36    ERROR -  /builds/worker/checkouts/gecko/third_party/sipcc/cpr_win_types.h:45:13: error: typedef redefinition with different types ('int' vs 'long long')
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -  typedef int ssize_t;
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -              ^
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -  /builds/worker/fetches/clang/bin/../x86_64-w64-mingw32/include/corecrt.h:50:35: note: previous definition is here
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -  __MINGW_EXTENSION typedef __int64 ssize_t;
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -                                    ^
[task 2020-09-12T09:54:36.507Z] 09:54:36     INFO -  In file included from /builds/worker/checkouts/gecko/third_party/sipcc/sdp_access.c:5:
[task 2020-09-12T09:54:36.508Z] 09:54:36     INFO -  In file included from /builds/worker/checkouts/gecko/third_party/sipcc/sdp_os_defs.h:10:
[task 2020-09-12T09:54:36.508Z] 09:54:36     INFO -  In file included from /builds/worker/checkouts/gecko/third_party/sipcc/cpr_types.h:13:
[task 2020-09-12T09:54:36.509Z] 09:54:36    ERROR -  /builds/worker/checkouts/gecko/third_party/sipcc/cpr_win_types.h:51:13: error: typedef redefinition with different types ('int' vs '_pid_t' (aka 'long long'))
[task 2020-09-12T09:54:36.509Z] 09:54:36     INFO -  typedef int pid_t;
[task 2020-09-12T09:54:36.509Z] 09:54:36     INFO -              ^
[task 2020-09-12T09:54:36.509Z] 09:54:36     INFO -  /builds/worker/fetches/clang/bin/../x86_64-w64-mingw32/include/sys/types.h:68:16: note: previous definition is here
[task 2020-09-12T09:54:36.509Z] 09:54:36     INFO -  typedef _pid_t  pid_t;
[task 2020-09-12T09:54:36.509Z] 09:54:36     INFO -                  ^
[task 2020-09-12T09:54:36.509Z] 09:54:36     INFO -  2 errors generated.
[task 2020-09-12T09:54:36.509Z] 09:54:36    ERROR -  make[4]: *** [/builds/worker/checkouts/gecko/config/rules.mk:646: sdp_access.o] Error 1
[task 2020-09-12T09:54:36.509Z] 09:54:36     INFO -  make[4]: Leaving directory '/builds/worker/workspace/obj-build/third_party/sipcc'
[task 2020-09-12T09:54:36.509Z] 09:54:36     INFO -  make[4]: *** Waiting for unfinished jobs....
[task 2020-09-12T09:54:36.509Z] 09:54:36     INFO -  make[4]: Entering directory '/builds/worker/workspace/obj-build/third_party/sipcc'
[task 2020-09-12T09:54:36.510Z] 09:54:36     INFO -  third_party/sipcc/cpr_string.o
[task 2020-09-12T09:54:36.512Z] 09:54:36     INFO -  /builds/worker/fetches/sccache/sccache /builds/worker/fetches/clang/bin/x86_64-w64-mingw32-clang -std=gnu99 -o cpr_string.o -c  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -DNDEBUG=1 -DTRIMMED=1 -DSIP_OS_WINDOWS -DWINAPI_NO_BUNDLED_LIBRARIES -DMOZ_HAS_MOZGLUE -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DSTATIC_EXPORTABLE_JS_API -I/builds/worker/checkouts/gecko/third_party/sipcc -I/builds/worker/workspace/obj-build/third_party/sipcc -I/builds/worker/workspace/obj-build/dist/include -I/builds/worker/workspace/obj-build/dist/include/nspr -I/builds/worker/workspace/obj-build/dist/include/nss -include /builds/worker/workspace/obj-build/mozilla-config.h -DMOZILLA_CLIENT -Qunused-arguments -fcrash-diagnostics-dir=/builds/worker/artifacts -D_HAS_EXCEPTIONS=0 -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-math-errno -pipe -g -gcodeview -O2 -fno-omit-frame-pointer -funwind-tables -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wunreachable-code -Wunreachable-code-return -Wclass-varargs -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wstring-conversion -Wtautological-overlap-compare -Wtautological-unsigned-enum-zero-compare -Wtautological-unsigned-zero-compare -Wno-error=tautological-type-limit-compare -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wno-unknown-pragmas -Wno-unused-function -Wno-conversion-null -Wno-switch -Wno-enum-compare -Wno-gnu-zero-variadic-macro-arguments -Werror=implicit-function-declaration -fexperimental-new-pass-manager  -MD -MP -MF .deps/cpr_string.o.pp   /builds/worker/checkouts/gecko/third_party/sipcc/cpr_string.c
[task 2020-09-12T09:54:36.512Z] 09:54:36     INFO -  In file included from /builds/worker/checkouts/gecko/third_party/sipcc/cpr_string.c:8:
[task 2020-09-12T09:54:36.513Z] 09:54:36     INFO -  In file included from /builds/worker/checkouts/gecko/third_party/sipcc/cpr_types.h:13:
[task 2020-09-12T09:54:36.513Z] 09:54:36    ERROR -  /builds/worker/checkouts/gecko/third_party/sipcc/cpr_win_types.h:45:13: error: typedef redefinition with different types ('int' vs 'long long')
[task 2020-09-12T09:54:36.513Z] 09:54:36     INFO -  typedef int ssize_t;
[task 2020-09-12T09:54:36.514Z] 09:54:36     INFO -              ^
[task 2020-09-12T09:54:36.514Z] 09:54:36     INFO -  /builds/worker/fetches/clang/bin/../x86_64-w64-mingw32/include/corecrt.h:50:35: note: previous definition is here```

Nico, could you take a look?

Flags: needinfo?(na-g)
Summary: Intermittent /builds/worker/checkouts/gecko/third_party/sipcc/cpr_win_types.h:45:13: error: typedef redefinition with different types ('int' vs 'long long') → Perma Mingw tier 2 /builds/worker/checkouts/gecko/third_party/sipcc/cpr_win_types.h:45:13: error: typedef redefinition with different types ('int' vs 'long long')

In case it helps tracking this down, note that mingw builds are --disable-webrtc.

Set release status flags based on info from the regressing bug 1654189

Assignee: nobody → na-g
Status: NEW → ASSIGNED
Pushed by na-g@nostrum.com:
https://hg.mozilla.org/integration/autoland/rev/fd531b3837aa
check MOZ_WEBRTC_SIGNALING in sipcc;r=dminor
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Flags: needinfo?(na-g)
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: