During wafs.v7.0.0 IT test, job wafs_upp failed with with "-check all -ftrapuv" from f000 to f048, but completed from f054 to f120. The output shows bunch of warning messages and eventually aborted:
forrtl: warning (406): fort: (1): In call to ICING_ALGO, an array temporary was created for argument #10 (with all different number)
After compiling with "-check all" flag, the executable failed with following message:
Dummy character variable 'VALIDTIME' has length 13 which is greater than actual variable length -3689348814741910324
No sure how this negative number comes up and only failed from f000 to f048 as well.
Please update the source code to let job run through when compiling "-check all -ftrapuv" flag in next upgrade.