| 368 | | }}} |
| | 368 | |
| | 369 | +-------------+--------+---------+--------------------+------------+ |
| | 370 | | exp_name | exp_id | chip_id | chip_label | chip_state | |
| | 371 | +-------------+--------+---------+--------------------+------------+ |
| | 372 | | o5213g0291o | 123613 | 58242 | goto_cleaned_redo | cleaned | |
| | 373 | | o5213g0291o | 123613 | 529146 | goto_cleaned | cleaned | |
| | 374 | | o5213g0291o | 123613 | 1072875 | goto_cleaned | cleaned | |
| | 375 | | o5213g0291o | 123613 | 2131410 | mopsfix | new | |
| | 376 | | o5250g0479o | 139869 | 63020 | goto_cleaned.rerun | cleaned | |
| | 377 | | o5250g0479o | 139869 | 81096 | goto_cleaned_redo | cleaned | |
| | 378 | | o5250g0479o | 139869 | 542480 | goto_cleaned | cleaned | |
| | 379 | | o5250g0479o | 139869 | 1066434 | goto_cleaned | cleaned | |
| | 380 | | o5250g0479o | 139869 | 2131408 | mopsfix | new | |
| | 381 | | o5251g0472o | 140461 | 66088 | goto_cleaned.rerun | cleaned | |
| | 382 | | o5251g0472o | 140461 | 82466 | goto_cleaned_redo | cleaned | |
| | 383 | | o5251g0472o | 140461 | 542936 | goto_cleaned_redo | cleaned | |
| | 384 | | o5251g0472o | 140461 | 1067512 | goto_cleaned | cleaned | |
| | 385 | | o5251g0472o | 140461 | 2131409 | mopsfix | new | |
| | 386 | | o5567g0335o | 274405 | 176834 | goto_cleaned_redo | cleaned | |
| | 387 | | o5567g0335o | 274405 | 527098 | goto_cleaned | cleaned | |
| | 388 | | o5567g0335o | 274405 | 1060209 | goto_cleaned | cleaned | |
| | 389 | | o5567g0335o | 274405 | 2131405 | mopsfix | new | |
| | 390 | | o5582g0607o | 283693 | 181103 | goto_cleaned_redo | cleaned | |
| | 391 | | o5582g0607o | 283693 | 541962 | goto_cleaned | cleaned | |
| | 392 | | o5582g0607o | 283693 | 1063669 | goto_cleaned | cleaned | |
| | 393 | | o5582g0607o | 283693 | 2131407 | mopsfix | new | |
| | 394 | | o5719g0065o | 344295 | 239213 | goto_cleaned_redo | cleaned | |
| | 395 | | o5719g0065o | 344295 | 527546 | goto_cleaned | cleaned | |
| | 396 | | o5719g0065o | 344295 | 1063341 | goto_cleaned | cleaned | |
| | 397 | | o5719g0065o | 344295 | 2131402 | mopsfix | full | |
| | 398 | | o5719g0065o | 344295 | 2131406 | mopsfix | new | |
| | 399 | +-------------+--------+---------+--------------------+------------+ |
| | 400 | why did not see it became full? |
| | 401 | }}} |
| | 402 | |
| | 403 | * CCL: pstamp stalled tonight |
| | 404 | {{{ |
| | 405 | mysql -hxxx -uxxx -p gpc1 -e "SELECT rawExp.exp_name, rawExp.exp_id, chipRun.chip_id, chipRun.label chipLabel, chipRun.state, warpRun.warp_id, warpRun.label warpLabel, warpRun.state FROM warpRun JOIN fakeRun USING (fake_id) JOIN camRun USING (cam_id) JOIN chipRun USING (chip_id) JOIN rawExp USING (exp_id) WHERE warp_id IN (1955483, 1955460, 1955446, 1955427);" |
| | 406 | +-------------+---------+---------+-------------+--------+---------+-------------+--------+ |
| | 407 | | exp_name | exp_id | chip_id | chipLabel | state | warp_id | warpLabel | state | |
| | 408 | +-------------+---------+---------+-------------+--------+---------+-------------+--------+ |
| | 409 | | o8059g0095o | 1324697 | 2012061 | update.hold | update | 1955427 | update.hold | update | |
| | 410 | | o8059g0112o | 1324714 | 2012078 | update.hold | update | 1955446 | update.hold | update | |
| | 411 | | o8059g0129o | 1324731 | 2012095 | update.hold | update | 1955460 | update.hold | update | |
| | 412 | | o8059g0146o | 1324748 | 2012112 | update.hold | update | 1955483 | update.hold | update | |
| | 413 | +-------------+---------+---------+-------------+--------+---------+-------------+--------+ |
| | 414 | chiptool -dbname gpc1 -updaterun -chip_id 2012061 -set_label ps_ud_MOPS |
| | 415 | chiptool -dbname gpc1 -updaterun -chip_id 2012078 -set_label ps_ud_MOPS |
| | 416 | chiptool -dbname gpc1 -updaterun -chip_id 2012095 -set_label ps_ud_MOPS |
| | 417 | chiptool -dbname gpc1 -updaterun -chip_id 2012112 -set_label ps_ud_MOPS |
| | 418 | |
| | 419 | warptool -dbname gpc1 -updaterun -warp_id 1955427 -set_label ps_ud_MOPS |
| | 420 | warptool -dbname gpc1 -updaterun -warp_id 1955446 -set_label ps_ud_MOPS |
| | 421 | warptool -dbname gpc1 -updaterun -warp_id 1955460 -set_label ps_ud_MOPS |
| | 422 | warptool -dbname gpc1 -updaterun -warp_id 1955483 -set_label ps_ud_MOPS |
| | 423 | }}} |
| | 424 | |