-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog.txt
146 lines (146 loc) · 18.8 KB
/
log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
2020-01-16 10:19:22 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-16 10:19:22 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-16 10:19:22 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-16 10:19:22 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-16 10:19:22 base.py[line:166] INFO Scheduler started
2020-01-16 10:20:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-16 10:20:00 CST)" (scheduled at 2020-01-16 10:20:00+08:00)
2020-01-16 10:20:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-16 10:21:00 CST)" executed successfully
2020-01-16 10:26:50 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-16 10:26:50 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-16 10:26:50 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-16 10:26:50 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-16 10:26:50 base.py[line:166] INFO Scheduler started
2020-01-16 10:27:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-16 10:27:00 CST)" (scheduled at 2020-01-16 10:27:00+08:00)
2020-01-16 10:27:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-16 10:28:00 CST)" executed successfully
2020-01-17 12:35:34 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:35:34 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:35:34 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-17 12:35:34 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-17 12:35:34 base.py[line:166] INFO Scheduler started
2020-01-17 12:36:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:36:00 CST)" (scheduled at 2020-01-17 12:36:00+08:00)
2020-01-17 12:36:03 base.py[line:131] ERROR Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:37:00 CST)" raised an exception
Traceback (most recent call last):
File "E:\virtual_environment\time_series\lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
retval = job.func(*job.args, **job.kwargs)
File "E:/time_series_analize/main.py", line 53, in warning_disease
generalWarn(mc_test, five_data_test, three_data_test, dis_ls_test)
File "E:\time_series_analize\utils\util.py", line 142, in generalWarn
save_warn_data(mc, t, 2, dis_ls)
File "E:\time_series_analize\utils\util.py", line 78, in save_warn_data
warning_state = verified_ls[str_ver].split('@')[0]
AttributeError: 'datetime.datetime' object has no attribute 'split'
2020-01-17 12:36:55 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:36:55 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:36:55 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-17 12:36:55 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-17 12:36:55 base.py[line:166] INFO Scheduler started
2020-01-17 12:37:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:37:00 CST)" (scheduled at 2020-01-17 12:37:00+08:00)
2020-01-17 12:37:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:38:00 CST)" executed successfully
2020-01-17 12:38:46 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:38:46 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:38:46 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-17 12:38:46 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-17 12:38:46 base.py[line:166] INFO Scheduler started
2020-01-17 12:39:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:39:00 CST)" (scheduled at 2020-01-17 12:39:00+08:00)
2020-01-17 12:39:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:40:00 CST)" executed successfully
2020-01-17 12:40:00 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:40:00 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:40:00 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-17 12:40:00 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-17 12:40:00 base.py[line:166] INFO Scheduler started
2020-01-17 12:41:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:41:00 CST)" (scheduled at 2020-01-17 12:41:00+08:00)
2020-01-17 12:41:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:42:00 CST)" executed successfully
2020-01-17 12:42:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:43:00 CST)" (scheduled at 2020-01-17 12:42:00+08:00)
2020-01-17 12:42:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:43:00 CST)" executed successfully
2020-01-17 12:43:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:44:00 CST)" (scheduled at 2020-01-17 12:43:00+08:00)
2020-01-17 12:43:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:44:00 CST)" executed successfully
2020-01-17 12:46:02 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:46:02 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:46:02 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-17 12:46:02 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-17 12:46:02 base.py[line:166] INFO Scheduler started
2020-01-17 12:47:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:47:00 CST)" (scheduled at 2020-01-17 12:47:00+08:00)
2020-01-17 12:47:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:48:00 CST)" executed successfully
2020-01-17 12:47:45 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:47:45 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:47:45 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-17 12:47:45 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-17 12:47:45 base.py[line:166] INFO Scheduler started
2020-01-17 12:48:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:48:00 CST)" (scheduled at 2020-01-17 12:48:00+08:00)
2020-01-17 12:48:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:49:00 CST)" executed successfully
2020-01-17 12:49:17 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:49:17 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 12:49:17 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-17 12:49:17 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-17 12:49:17 base.py[line:166] INFO Scheduler started
2020-01-17 12:50:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:50:00 CST)" (scheduled at 2020-01-17 12:50:00+08:00)
2020-01-17 12:50:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 12:51:00 CST)" executed successfully
2020-01-17 15:31:08 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 15:31:08 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 15:31:08 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-17 15:31:08 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-17 15:31:08 base.py[line:166] INFO Scheduler started
2020-01-17 15:32:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 15:32:00 CST)" (scheduled at 2020-01-17 15:32:00+08:00)
2020-01-17 15:32:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 15:33:00 CST)" executed successfully
2020-01-17 15:34:35 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 15:34:35 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 15:34:35 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-17 15:34:35 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-17 15:34:35 base.py[line:166] INFO Scheduler started
2020-01-17 15:35:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 15:35:00 CST)" (scheduled at 2020-01-17 15:35:00+08:00)
2020-01-17 15:35:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 15:36:00 CST)" executed successfully
2020-01-17 15:41:22 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 15:41:22 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-17 15:41:22 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-17 15:41:22 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-17 15:41:22 base.py[line:166] INFO Scheduler started
2020-01-17 15:42:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 15:42:00 CST)" (scheduled at 2020-01-17 15:42:00+08:00)
2020-01-17 15:42:05 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-17 15:43:00 CST)" executed successfully
2020-01-19 17:34:28 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-19 17:34:28 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-01-19 17:34:28 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-01-19 17:34:28 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-01-19 17:34:28 base.py[line:166] INFO Scheduler started
2020-01-19 17:35:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-19 17:35:00 CST)" (scheduled at 2020-01-19 17:35:00+08:00)
2020-01-19 17:35:04 base.py[line:144] INFO Job "warning_disease (trigger: cron[hour='0-23', minute='2-59', second='0'], next run at: 2020-01-19 17:36:00 CST)" executed successfully
2020-03-16 19:33:12 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 19:33:12 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 19:33:12 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-03-16 19:33:12 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-03-16 19:33:12 base.py[line:166] INFO Scheduler started
2020-03-16 19:34:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[month='1-12', day='1-31', hour='19', minute='2-35', second='0'], next run at: 2020-03-16 19:34:00 CST)" (scheduled at 2020-03-16 19:34:00+08:00)
2020-03-16 19:34:00 base.py[line:123] INFO Running job "hand_foot_mouth (trigger: cron[month='1-12', day='1-31', hour='19', minute='2-35', second='0'], next run at: 2020-03-16 19:34:00 CST)" (scheduled at 2020-03-16 19:34:00+08:00)
2020-03-16 19:34:06 base.py[line:144] INFO Job "hand_foot_mouth (trigger: cron[month='1-12', day='1-31', hour='19', minute='2-35', second='0'], next run at: 2020-03-16 19:35:00 CST)" executed successfully
2020-03-16 19:34:06 base.py[line:144] INFO Job "warning_disease (trigger: cron[month='1-12', day='1-31', hour='19', minute='2-35', second='0'], next run at: 2020-03-16 19:35:00 CST)" executed successfully
2020-03-16 20:08:06 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 20:08:06 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 20:08:06 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-03-16 20:08:06 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-03-16 20:08:06 base.py[line:166] INFO Scheduler started
2020-03-16 20:09:00 base.py[line:123] INFO Running job "hand_foot_mouth (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:09:00 CST)" (scheduled at 2020-03-16 20:09:00+08:00)
2020-03-16 20:09:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:09:00 CST)" (scheduled at 2020-03-16 20:09:00+08:00)
2020-03-16 20:09:03 base.py[line:144] INFO Job "hand_foot_mouth (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:10:00 CST)" executed successfully
2020-03-16 20:09:05 base.py[line:144] INFO Job "warning_disease (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:10:00 CST)" executed successfully
2020-03-16 20:13:28 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 20:13:28 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 20:13:28 base.py[line:881] INFO Added job "hand_foot_mouth" to job store "default"
2020-03-16 20:13:28 base.py[line:881] INFO Added job "warning_disease" to job store "default"
2020-03-16 20:13:28 base.py[line:166] INFO Scheduler started
2020-03-16 20:14:00 base.py[line:123] INFO Running job "hand_foot_mouth (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:14:00 CST)" (scheduled at 2020-03-16 20:14:00+08:00)
2020-03-16 20:14:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:14:00 CST)" (scheduled at 2020-03-16 20:14:00+08:00)
2020-03-16 20:14:03 base.py[line:144] INFO Job "hand_foot_mouth (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:15:00 CST)" executed successfully
2020-03-16 20:14:05 base.py[line:144] INFO Job "warning_disease (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:15:00 CST)" executed successfully
2020-03-16 20:15:00 base.py[line:123] INFO Running job "hand_foot_mouth (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:16:00 CST)" (scheduled at 2020-03-16 20:15:00+08:00)
2020-03-16 20:15:00 base.py[line:123] INFO Running job "warning_disease (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:16:00 CST)" (scheduled at 2020-03-16 20:15:00+08:00)
2020-03-16 20:15:03 base.py[line:144] INFO Job "hand_foot_mouth (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:16:00 CST)" executed successfully
2020-03-16 20:15:05 base.py[line:144] INFO Job "warning_disease (trigger: cron[month='1-12', day='1-31', hour='0-23', minute='2-59', second='0'], next run at: 2020-03-16 20:16:00 CST)" executed successfully
2020-03-16 20:17:42 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 20:17:42 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 20:29:23 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 20:29:23 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 20:32:28 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 20:32:28 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 21:22:14 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 21:22:14 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 21:50:41 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts
2020-03-16 21:50:41 base.py[line:440] INFO Adding job tentatively -- it will be properly scheduled when the scheduler starts