petsc-checkbuilds
Threads by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
May 2018
- 1 participants
- 26 discussions
Dear PETSc developer,
This email contains listings of contributions attributed to you by
`git blame` that caused compiler errors or warnings in PETSc automated
testing. Follow the links to see the full log files. Please attempt to fix
the issues promptly or let us know at petsc-dev(a)mcs.anl.gov if you are unable
to resolve the issues.
Thanks,
The PETSc development team
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/0145028
DMField: implementations figure out for themselves how to get face data
src/dm/dt/interface/dtfe.c:5125
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5125:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5130
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5130:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/c330f8f
Use DMField / PetscFEGeom in integration
src/dm/dt/interface/dtfe.c:5126
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5126:16: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5127
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5127:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5131
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5131:16: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5132
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5132:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
----
To opt-out from receiving these messages - send a request to petsc-dev(a)mcs.anl.gov.
1
0
Dear PETSc developer,
This email contains listings of contributions attributed to you by
`git blame` that caused compiler errors or warnings in PETSc automated
testing. Follow the links to see the full log files. Please attempt to fix
the issues promptly or let us know at petsc-dev(a)mcs.anl.gov if you are unable
to resolve the issues.
Thanks,
The PETSc development team
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/d7e70f4
tests: attempt to speedup builds/tests by using MAKE_LOAD [set higher than NPMAX]
lib/petsc/conf/rules:81
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/lib/petsc/conf/rules:81: recipe for target 'gnumake' failed
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/lib/petsc/conf/rules:81: recipe for target 'gnumake' failed
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/lib/petsc/conf/rules:81: recipe for target 'gnumake' failed
----
To opt-out from receiving these messages - send a request to petsc-dev(a)mcs.anl.gov.
1
0
Dear PETSc developer,
This email contains listings of contributions attributed to you by
`git blame` that caused compiler errors or warnings in PETSc automated
testing. Follow the links to see the full log files. Please attempt to fix
the issues promptly or let us know at petsc-dev(a)mcs.anl.gov if you are unable
to resolve the issues.
Thanks,
The PETSc development team
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/64c7208
Plex: Added support for integrating on boundaries
src/dm/dt/interface/dtfe.c:5107
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/dt/interface/dtfe.c:5107:30: error: 'cgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/dt/interface/dtfe.c:5107:30: error: 'cgeom' undeclared (first use in this function); did you mean 'geom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5107:30: error: use of undeclared identifier 'cgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5108
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5108:30: error: use of undeclared identifier 'cgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5109
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5109:29: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/dt/interface/dtfe.c:5109:29: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/dt/interface/dtfe.c:5109:29: error: 'fgeom' undeclared (first use in this function); did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5122
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5122:11: error: use of undeclared identifier 'isAffine'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/dt/interface/dtfe.c:5122:11: error: 'isAffine' undeclared (first use in this function); did you mean 'DMRefine'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/dt/interface/dtfe.c:5122:11: error: 'isAffine' was not declared in this scope
src/dm/dt/interface/dtfe.c:5123
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5123:41: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/impls/plex/plexfem.c:1454
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
src/dm/impls/plex/plexfem.c:1473
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c(1473): error: identifier "fgeom" is undefined
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c(1473): error: identifier "PetscFEFaceGeom" is undefined
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
src/dm/impls/plex/plexfem.c:1531
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1531: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1531: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1531: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
src/dm/impls/plex/plexfem.c:1532
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1532: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1532: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1532: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
src/dm/impls/plex/plexfem.c:1534
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1534: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1534: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1534: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
src/dm/impls/plex/plexfem.c:1535
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #7 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1535: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1535: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #7 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1535: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #7 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
src/dm/impls/plex/plexfem.c:1536
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1536: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1536: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1536: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1536: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1536: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1536: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
src/dm/impls/plex/plexfem.c:1537
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1537: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1537: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1537: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
src/dm/impls/plex/plexfem.c:1542
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1542: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1542: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1542: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
src/dm/impls/plex/plexfem.c:1581
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1581: warning: improper pointer/integer combination: arg #6
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1581: warning: improper pointer/integer combination: arg #6
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1581: warning: improper pointer/integer combination: arg #6
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
src/dm/impls/plex/plexfem.c:1582
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1582: warning: argument #6 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1582: warning: argument #6 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/17/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1582: warning: argument #6 is incompatible with prototype:
----
To opt-out from receiving these messages - send a request to petsc-dev(a)mcs.anl.gov.
1
0
Dear PETSc developer,
This email contains listings of contributions attributed to you by
`git blame` that caused compiler errors or warnings in PETSc automated
testing. Follow the links to see the full log files. Please attempt to fix
the issues promptly or let us know at petsc-dev(a)mcs.anl.gov if you are unable
to resolve the issues.
Thanks,
The PETSc development team
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/0145028
DMField: implementations figure out for themselves how to get face data
src/dm/dt/interface/dtfe.c:5125
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5125:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5130
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5130:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/c330f8f
Use DMField / PetscFEGeom in integration
src/dm/dt/interface/dtfe.c:5126
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5126:16: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5127
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5127:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5131
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5131:16: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5132
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5132:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
----
To opt-out from receiving these messages - send a request to petsc-dev(a)mcs.anl.gov.
1
0
Dear PETSc developer,
This email contains listings of contributions attributed to you by
`git blame` that caused compiler errors or warnings in PETSc automated
testing. Follow the links to see the full log files. Please attempt to fix
the issues promptly or let us know at petsc-dev(a)mcs.anl.gov if you are unable
to resolve the issues.
Thanks,
The PETSc development team
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/d7e70f4
tests: attempt to speedup builds/tests by using MAKE_LOAD [set higher than NPMAX]
lib/petsc/conf/rules:81
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/lib/petsc/conf/rules:81: recipe for target 'gnumake' failed
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/lib/petsc/conf/rules:81: recipe for target 'gnumake' failed
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/lib/petsc/conf/rules:81: recipe for target 'gnumake' failed
----
To opt-out from receiving these messages - send a request to petsc-dev(a)mcs.anl.gov.
1
0
Dear PETSc developer,
This email contains listings of contributions attributed to you by
`git blame` that caused compiler errors or warnings in PETSc automated
testing. Follow the links to see the full log files. Please attempt to fix
the issues promptly or let us know at petsc-dev(a)mcs.anl.gov if you are unable
to resolve the issues.
Thanks,
The PETSc development team
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/64c7208
Plex: Added support for integrating on boundaries
src/dm/dt/interface/dtfe.c:5107
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/dt/interface/dtfe.c:5107:30: error: 'cgeom' undeclared (first use in this function); did you mean 'geom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5107:30: error: 'cgeom' undeclared (first use in this function)
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5107:30: error: use of undeclared identifier 'cgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5108
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5108:30: error: use of undeclared identifier 'cgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5109
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5109:29: error: 'fgeom' undeclared (first use in this function)
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/dt/interface/dtfe.c:5109:29: error: 'fgeom' undeclared (first use in this function); did you mean 'geom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5109:29: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5116
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5116:24: warning: variable 'v' set but not used [-Wunused-but-set-variable]
src/dm/dt/interface/dtfe.c:5122
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5122:11: error: 'isAffine' undeclared (first use in this function)
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5122:11: error: use of undeclared identifier 'isAffine'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/dt/interface/dtfe.c:5122:11: error: 'isAffine' undeclared (first use in this function); did you mean 'DMRefine'?
src/dm/dt/interface/dtfe.c:5123
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5123:41: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/impls/plex/plexfem.c:1454
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
src/dm/impls/plex/plexfem.c:1473
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c(1473): error: identifier "PetscFEFaceGeom" is undefined
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c(1473): error: identifier "fgeom" is undefined
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
src/dm/impls/plex/plexfem.c:1531
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1531: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1531: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1531: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
src/dm/impls/plex/plexfem.c:1532
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1532: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1532: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1532: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
src/dm/impls/plex/plexfem.c:1534
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1534: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1534: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1534: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
src/dm/impls/plex/plexfem.c:1535
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1535: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1535: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #7 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #7 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #7 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1535: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
src/dm/impls/plex/plexfem.c:1536
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1536: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1536: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1536: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1536: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1536: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1536: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
src/dm/impls/plex/plexfem.c:1537
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1537: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1537: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1537: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
src/dm/impls/plex/plexfem.c:1542
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1542: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1542: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1542: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
src/dm/impls/plex/plexfem.c:1581
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1581: warning: improper pointer/integer combination: arg #6
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1581: warning: improper pointer/integer combination: arg #6
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1581: warning: improper pointer/integer combination: arg #6
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
src/dm/impls/plex/plexfem.c:1582
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1582: warning: argument #6 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1582: warning: argument #6 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1582: warning: argument #6 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/16/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
----
To opt-out from receiving these messages - send a request to petsc-dev(a)mcs.anl.gov.
1
0
Dear PETSc developer,
This email contains listings of contributions attributed to you by
`git blame` that caused compiler errors or warnings in PETSc automated
testing. Follow the links to see the full log files. Please attempt to fix
the issues promptly or let us know at petsc-dev(a)mcs.anl.gov if you are unable
to resolve the issues.
Thanks,
The PETSc development team
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/0145028
DMField: implementations figure out for themselves how to get face data
src/dm/dt/interface/dtfe.c:5125
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5125:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5130
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5130:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/c330f8f
Use DMField / PetscFEGeom in integration
src/dm/dt/interface/dtfe.c:5126
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5126:16: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5127
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5127:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5131
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5131:16: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5132
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5132:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
----
To opt-out from receiving these messages - send a request to petsc-dev(a)mcs.anl.gov.
1
0
Dear PETSc developer,
This email contains listings of contributions attributed to you by
`git blame` that caused compiler errors or warnings in PETSc automated
testing. Follow the links to see the full log files. Please attempt to fix
the issues promptly or let us know at petsc-dev(a)mcs.anl.gov if you are unable
to resolve the issues.
Thanks,
The PETSc development team
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/64c7208
Plex: Added support for integrating on boundaries
src/dm/dt/interface/dtfe.c:5107
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/dt/interface/dtfe.c:5107:30: error: 'cgeom' undeclared (first use in this function); did you mean 'geom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5107:30: error: use of undeclared identifier 'cgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5108
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5108:30: error: use of undeclared identifier 'cgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5109
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5109:29: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/dt/interface/dtfe.c:5109:29: error: 'fgeom' undeclared (first use in this function); did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5122
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5122:11: error: use of undeclared identifier 'isAffine'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/dt/interface/dtfe.c:5122:11: error: 'isAffine' undeclared (first use in this function); did you mean 'DMRefine'?
src/dm/dt/interface/dtfe.c:5123
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5123:41: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/impls/plex/plexfem.c:1454
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1454:23: warning: 'DMPlexComputeBdIntegral_Internal' defined but not used [-Wunused-function]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1454:23: warning: 'PetscErrorCode DMPlexComputeBdIntegral_Internal(DM, Vec, DMLabel, PetscInt, const PetscInt*, void (*)(PetscInt, PetscInt, PetscInt, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, const PetscInt*, const PetscInt*, const PetscScalar*, const PetscScalar*, const PetscScalar*, PetscReal, const PetscReal*, const PetscReal*, PetscInt, const PetscScalar*, PetscScalar*), PetscScalar*, void*)' defined but not used [-Wunused-function]
src/dm/impls/plex/plexfem.c:1473
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c(1473): error: identifier "PetscFEFaceGeom" is undefined
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:22: error: 'fgeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: unknown type name 'PetscFEFaceGeom'; did you mean 'PetscFVFaceGeom'?
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1473:3: error: 'PetscFEFaceGeom' was not declared in this scope
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c(1473): error: identifier "fgeom" is undefined
src/dm/impls/plex/plexfem.c:1531
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1531: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1531: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1531:18: error: no member named 'dim' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1531:17: error: request for member 'dim' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1531: warning: left operand of "." must be struct/union object
src/dm/impls/plex/plexfem.c:1532
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1532: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1532: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1532: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1532:17: error: request for member 'dimEmbed' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1532:18: error: no member named 'dimEmbed' in 'PetscFVFaceGeom'
src/dm/impls/plex/plexfem.c:1534
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1534: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1534: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1534: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1534:90: error: no member named 'invJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1534:89: error: request for member 'invJ' in something not a structure or union
src/dm/impls/plex/plexfem.c:1535
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #7 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1535: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1535: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #7 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:83: error: no member named 'J' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #7 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1535: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1535: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:82: error: request for member 'J' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:101: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1535:102: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:70: error: no member named 'v0' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1535:69: error: request for member 'v0' in something not a structure or union
src/dm/impls/plex/plexfem.c:1536
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1536: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1536: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1536: warning: argument #5 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1536: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1536: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1536: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:76: error: no member named 'n' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1536:75: error: request for member 'n' in something not a structure or union
src/dm/impls/plex/plexfem.c:1537
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1537: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1537: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1537: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:22: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:143: error: no member named 'detJ' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1537:21: error: request for member 'detJ' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1537:142: error: request for member 'detJ' in something not a structure or union
src/dm/impls/plex/plexfem.c:1542
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1542: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1542: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1542: warning: left operand of "." must be struct/union object
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:18: error: no member named 'face' in 'PetscFVFaceGeom'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1542:17: error: request for member 'face' in something not a structure or union
src/dm/impls/plex/plexfem.c:1581
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1581: warning: improper pointer/integer combination: arg #6
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1581: warning: improper pointer/integer combination: arg #6
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1581: warning: improper pointer/integer combination: arg #6
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1581:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
src/dm/impls/plex/plexfem.c:1582
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c", line 1582: warning: argument #6 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c", line 1582: warning: argument #6 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
"/export/home/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c", line 1582: warning: argument #6 is incompatible with prototype:
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:18: error: no matching function for call to 'PetscFEIntegrateBd'
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/Users/petsc/petsc.next-tmp-4/src/dm/impls/plex/plexfem.c:1582:68: warning: incompatible pointer types passing 'PetscFVFaceGeom *' to parameter of type 'PetscFEGeom *' (aka 'struct _n_PetscFEGeom *') [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/usr/home/balay/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:68: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [-Wincompatible-pointer-types]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/home/sandbox/petsc/petsc.next-tmp/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/src/dm/impls/plex/plexfem.c:1582:11: warning: passing argument 6 of 'PetscFEIntegrateBd' from incompatible pointer type [enabled by default]
----
To opt-out from receiving these messages - send a request to petsc-dev(a)mcs.anl.gov.
1
0
Dear PETSc developer,
This email contains listings of contributions attributed to you by
`git blame` that caused compiler errors or warnings in PETSc automated
testing. Follow the links to see the full log files. Please attempt to fix
the issues promptly or let us know at petsc-dev(a)mcs.anl.gov if you are unable
to resolve the issues.
Thanks,
The PETSc development team
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/d7e70f4
tests: attempt to speedup builds/tests by using MAKE_LOAD [set higher than NPMAX]
lib/petsc/conf/rules:81
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp/lib/petsc/conf/rules:81: recipe for target 'gnumake' failed
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-3/lib/petsc/conf/rules:81: recipe for target 'gnumake' failed
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/15/build_next-…]
/sandbox/petsc/petsc.next-tmp-2/lib/petsc/conf/rules:81: recipe for target 'gnumake' failed
----
To opt-out from receiving these messages - send a request to petsc-dev(a)mcs.anl.gov.
1
0
Dear PETSc developer,
This email contains listings of contributions attributed to you by
`git blame` that caused compiler errors or warnings in PETSc automated
testing. Follow the links to see the full log files. Please attempt to fix
the issues promptly or let us know at petsc-dev(a)mcs.anl.gov if you are unable
to resolve the issues.
Thanks,
The PETSc development team
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/0145028
DMField: implementations figure out for themselves how to get face data
src/dm/dt/interface/dtfe.c:5125
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/14/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5125:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5130
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/14/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5130:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
----
warnings attributed to commit https://bitbucket.org/petsc/petsc/commits/c330f8f
Use DMField / PetscFEGeom in integration
src/dm/dt/interface/dtfe.c:5126
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/14/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5126:16: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5127
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/14/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5127:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5131
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/14/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5131:16: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
src/dm/dt/interface/dtfe.c:5132
[http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/05/14/build_next-…]
/home/petsc/petsc.next-tmp-2/src/dm/dt/interface/dtfe.c:5132:17: error: use of undeclared identifier 'fgeom'; did you mean 'geom'?
----
To opt-out from receiving these messages - send a request to petsc-dev(a)mcs.anl.gov.
1
0