-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2023-06-02-09_28_08.log
159 lines (155 loc) · 5.26 KB
/
2023-06-02-09_28_08.log
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
147
148
149
150
151
152
153
154
155
156
157
158
159
+ source /root/mugen/libs/locallibs/common_lib.sh
++ python3 --version
++ '[' 0 -eq 0 ']'
++ source /root/mugen/libs/locallibs/common_lib_python.sh
+ main
++ type -t post_test
+ '[' -n function ']'
+ trap post_test EXIT INT HUP TERM
+ rpm -qa
+ grep expect
++ type -t config_params
+ '[' -n '' ']'
++ type -t pre_test
+ '[' -n function ']'
+ pre_test
+ LOG_INFO 'Start to prepare the test environment.'
+ message='Start to prepare the test environment.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start to prepare the test environment.'
Fri Jun 2 09:28:11 2023 - INFO - Start to prepare the test environment.
+ DNF_INSTALL libosinfo
+ pkgs=libosinfo
+ node=1
+ '[' -z '' ']'
+ tmpfile=
++ python3 /root/mugen/libs/locallibs/rpm_manage.py install --pkgs libosinfo --node 1 --tempfile ''
+ tmpfile2=/tmp/tmplis_u4gv
+ '[' -z '' ']'
+ tmpfile=/tmp/tmplis_u4gv
++ grep VERSION_ID /etc/os-release
++ awk -F '\"' '{print$2}'
+ VERSION_ID=23.03
+ LOG_INFO 'Finish preparing the test environment.'
+ message='Finish preparing the test environment.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Finish preparing the test environment.'
Fri Jun 2 09:29:05 2023 - INFO - Finish preparing the test environment.
++ type -t run_test
+ '[' -n function ']'
+ run_test
+ LOG_INFO 'Start to run test.'
+ message='Start to run test.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start to run test.'
Fri Jun 2 09:29:05 2023 - INFO - Start to run test.
+ osinfo-detect --help
+ grep -E 'Usage:|osinfo-detect \[OPTION…\]'
Usage:
osinfo-detect [OPTION…] - Detect if media is bootable and the relevant OS and distribution.
+ CHECK_RESULT 0
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log=
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ SLEEP_WAIT 20
+ wait_time=20
+ cmd=
+ mode=1
+ python3 /root/mugen/libs/locallibs/sleep_wait.py --time 20 --cmd '' --mode 1
+ nohup wget https://repo.openeuler.org/openEuler-20.03-LTS/ISO/aarch64/openEuler-20.03-LTS-aarch64-dvd.iso
+ '[' 23.03 '!=' 22.03 ']'
+ osinfo-detect --format=env openEuler-20.03-LTS-aarch64-dvd.iso
Error while parsing commandline options: Invalid value 'env'
Usage:
osinfo-detect [OPTION…] - Detect if media is bootable and the relevant OS and distribution.
Help Options:
-h, --help Show help options
Application Options:
-f, --format=FORMAT Select the output format
-t, --type=TYPE Select the type of what is being detected
-a, --all Report all matches, not just the first
The only value available for FORMAT is 'plain', which means plain text.
TYPE can be either 'media' (the default) for CD/DVD ISOs,
or 'tree' for install trees.
+ CHECK_RESULT 255
+ actual_result=255
+ expect_result=0
+ mode=0
+ error_log=
+ exit_mode=0
+ '[' -z 255 ']'
+ '[' 0 -eq 0 ']'
+ test 255x '!=' 0x
+ test -n ''
+ (( exec_result++ ))
+ LOG_ERROR 'oe_test_osinfo-detect.sh line 37'
+ message='oe_test_osinfo-detect.sh line 37'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level error --message 'oe_test_osinfo-detect.sh line 37'
Fri Jun 2 09:29:27 2023 - ERROR - oe_test_osinfo-detect.sh line 37
+ '[' 0 -eq 1 ']'
+ return 0
+ osinfo-detect --format=plain openEuler-20.03-LTS-aarch64-dvd.iso
Media is bootable.
+ CHECK_RESULT 0
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log=
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ osinfo-detect --type=media openEuler-20.03-LTS-aarch64-dvd.iso
Media is bootable.
+ CHECK_RESULT 0
+ actual_result=0
+ expect_result=0
+ mode=0
+ error_log=
+ exit_mode=0
+ '[' -z 0 ']'
+ '[' 0 -eq 0 ']'
+ test 0x '!=' 0x
+ return 0
+ LOG_INFO 'End of the test.'
+ message='End of the test.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'End of the test.'
Fri Jun 2 09:29:42 2023 - INFO - End of the test.
+ CASE_RESULT 0
+ case_re=0
+ test -z 1
+ test 1 -gt 0
+ LOG_ERROR 'failed to execute the case.'
+ message='failed to execute the case.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level error --message 'failed to execute the case.'
Fri Jun 2 09:29:43 2023 - ERROR - failed to execute the case.
+ exit 1
+ post_test
+ LOG_INFO 'Start to restore the test environment.'
+ message='Start to restore the test environment.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Start to restore the test environment.'
Fri Jun 2 09:29:44 2023 - INFO - Start to restore the test environment.
++ pgrep -f wget
+ kill -9 485
++ ls
++ grep -v .sh
+ roc=openEuler-20.03-LTS-aarch64-dvd.iso
+ rm -rf openEuler-20.03-LTS-aarch64-dvd.iso
oe_test_osinfo-detect.sh: line 48: 485 Killed nohup wget https://repo.openeuler.org/openEuler-20.03-LTS/ISO/aarch64/openEuler-20.03-LTS-aarch64-dvd.iso > /dev/null 2>&1
+ DNF_REMOVE
+ node=1
+ pkg_list=
+ mode=0
+ [[ -z /tmp/tmplis_u4gv ]]
+ '[' 0 -ne 0 ']'
+ '[' 1 == 0 ']'
+ python3 /root/mugen/libs/locallibs/rpm_manage.py remove --node 1 --pkgs '' --tempfile /tmp/tmplis_u4gv
+ '[' 0 -ne 0 ']'
+ LOG_INFO 'Finish restoring the test environment.'
+ message='Finish restoring the test environment.'
+ python3 /root/mugen/libs/locallibs/mugen_log.py --level info --message 'Finish restoring the test environment.'
Fri Jun 2 09:29:58 2023 - INFO - Finish restoring the test environment.