nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#578 test_schedule_xform fails to load properly, #2323

Closed nikhilgupta10 closed 8 years ago

nikhilgupta10 commented 8 years ago

This result was obtained on a Mac and has not be verified/confirm on Windows also. Yet.

ERROR [INIT] : schedule_compile(SCHEDULE *sch={name='residential-lights-default', ...}) '*  4 * 4-9 1-5 0.320' in block 'weekday-summer' has a conflict with value 0.32 on Mon 4/3 04:00
ERROR [INIT] : deferred creation of schedule 'residential-lights-default' failed
ERROR [INIT] : schedule_compile(SCHEDULE *sch={name='residential-plugs-default', ...}) '*  1 * 4-9 6-0 0.0045' in block 'weekend-winter' has a conflict with value 0.36 on Sat 4/1 01:00
ERROR [INIT] : deferred creation of schedule 'residential-plugs-default' failed
ERROR [INIT] : schedule_compile(SCHEDULE *sch={name='residential-dishwasher-default', ...}) '*  2 * 4-9 1-5 0.007' in block 'weekend-summer' has a conflict with value 0.0016 on Mon 4/3 02:00
ERROR [INIT] : deferred creation of schedule 'residential-dishwasher-default' failed
ERROR [INIT] : schedule_compile(SCHEDULE *sch={name='residential-microwave-default', ...}) '*  1 * 4-9 1-5 0.213' in block 'weekend-summer' has a conflict with value 0.008 on Mon 4/3 01:00
ERROR [INIT] : deferred creation of schedule 'residential-microwave-default' failed
ERROR [INIT] : schedule_compile(SCHEDULE *sch={name='residential-freezer-default', ...}) '*  3 * 4-9 1-5 0.170' in block 'weekday-summer' has a conflict with value 0.202 on Mon 4/3 03:00
ERROR [INIT] : deferred creation of schedule 'residential-freezer-default' failed
ERROR [INIT] : schedule_compile(SCHEDULE *sch={name='residential-refrigerator-default', ...}) '*  2 * 4-9 1-5 0.007' in block 'weekend-summer' has a conflict with value 0.176 on Mon 4/3 02:00
ERROR [INIT] : deferred creation of schedule 'residential-refrigerator-default' failed
ERROR [INIT] : schedule_compile(SCHEDULE *sch={name='residential-range-default', ...}) '*  5 * 4-9 1-5 0.26' in block 'weekday-summer' has a conflict with value 0.012 on Mon 4/3 05:00
ERROR [INIT] : deferred creation of schedule 'residential-range-default' failed
ERROR [INIT] : schedule_compile(SCHEDULE *sch={name='residential-waterheater-default', ...}) '*  3 * 4-9 1-5 0.0013' in block 'weekday-summer' has a conflict with value 0.12 on Mon 4/3 03:00
ERROR [INIT] : deferred creation of schedule 'residential-waterheater-default' failed
ERROR [INIT] : schedule_compile(SCHEDULE *sch={name='residential-clotheswasher-default', ...}) '*  5 * 4-9 1-5 0.017' in block 'weekday-summer' has a conflict with value 0.0026 on Mon 4/3 05:00
ERROR [INIT] : deferred creation of schedule 'residential-clotheswasher-default' failed
ERROR [INIT] : schedule residential-dryer-default fails 'nonzero' validation with unfilled entries
ERROR [INIT] : deferred creation of schedule 'residential-dryer-default' failed
test_schedule_xform.glm(49): object create cannot proceed when a schedule error persists
test_schedule_xform.glm(49): property object is not defined in class house
test_schedule_xform.glm(49): expected object block closing }
test_schedule_xform.glm(35): load failed at or near 'object house...'
test_schedule_xform.glm(1): load failed on schedule error
FATAL [INIT] : shutdown after command line rejected

This error looks suspiciously like a daylight saving time problem, but that has not been verified yet.

,

nikhilgupta10 commented 8 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "mhauer":Autotest passes on trunk nightly builds, for win-32, win-64, rh5-32, and rh5-64.

,

"jcfuller": * priority changed from major to critical ,

"jcfuller": * owner changed from mhauer to dchassin

The problem no longer occurs on Mac, RH5 or Windows.

,