ohai 14.6.2 → 14.8.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/ohai/mixin/gce_metadata.rb +5 -1
- data/lib/ohai/plugins/bsd/virtualization.rb +20 -22
- data/lib/ohai/plugins/linux/platform.rb +19 -8
- data/lib/ohai/plugins/linux/virtualization.rb +14 -0
- data/lib/ohai/version.rb +1 -1
- data/ohai.gemspec +2 -2
- data/spec/unit/plugins/bsd/virtualization_spec.rb +60 -65
- data/spec/unit/plugins/linux/platform_spec.rb +36 -4
- data/spec/unit/plugins/linux/virtualization_spec.rb +13 -0
- metadata +3 -23
- data/README.md +0 -88
- data/spec/data/plugins/___lib64___libc.so.6.output +0 -135
- data/spec/data/plugins/___lib___libc.so.6.output +0 -135
- data/spec/data/plugins/cc.output +0 -135
- data/spec/data/plugins/cl.output +0 -135
- data/spec/data/plugins/devenv.com.output +0 -135
- data/spec/data/plugins/env.output +0 -71
- data/spec/data/plugins/erl.output +0 -144
- data/spec/data/plugins/gcc.output +0 -135
- data/spec/data/plugins/groovy.output +0 -159
- data/spec/data/plugins/java.output +0 -143
- data/spec/data/plugins/lua.output +0 -143
- data/spec/data/plugins/node.output +0 -143
- data/spec/data/plugins/perl.output +0 -143
- data/spec/data/plugins/php.output +0 -159
- data/spec/data/plugins/python.output +0 -143
- data/spec/data/plugins/uname.output +0 -71
- data/spec/data/plugins/v7message.rb +0 -7
- data/spec/data/plugins/what.output +0 -135
- data/spec/data/plugins/xlc.output +0 -135
@@ -1,144 +0,0 @@
|
|
1
|
-
platform "centos-5.9"
|
2
|
-
arch "x86"
|
3
|
-
env []
|
4
|
-
params "+V"
|
5
|
-
stdout ""
|
6
|
-
stderr "bash: line 2: erl: command not found\n"
|
7
|
-
exit_status 127
|
8
|
-
|
9
|
-
platform "centos-5.9"
|
10
|
-
arch "x86"
|
11
|
-
env ["erlang"]
|
12
|
-
params "+V"
|
13
|
-
stdout ""
|
14
|
-
stderr "Erlang (ASYNC_THREADS) (BEAM) emulator version 5.8.5\r\n"
|
15
|
-
exit_status 0
|
16
|
-
|
17
|
-
platform "centos-5.9"
|
18
|
-
arch "x64"
|
19
|
-
env []
|
20
|
-
params "+V"
|
21
|
-
stdout ""
|
22
|
-
stderr "bash: line 2: erl: command not found\n"
|
23
|
-
exit_status 127
|
24
|
-
|
25
|
-
platform "centos-5.9"
|
26
|
-
arch "x64"
|
27
|
-
env ["erlang"]
|
28
|
-
params "+V"
|
29
|
-
stdout ""
|
30
|
-
stderr "Erlang (ASYNC_THREADS) (BEAM) emulator version 5.8.5\r\n"
|
31
|
-
exit_status 0
|
32
|
-
|
33
|
-
platform "centos-6.4"
|
34
|
-
arch "x86"
|
35
|
-
env []
|
36
|
-
params "+V"
|
37
|
-
stdout ""
|
38
|
-
stderr "bash: line 2: erl: command not found\n"
|
39
|
-
exit_status 127
|
40
|
-
|
41
|
-
platform "centos-6.4"
|
42
|
-
arch "x86"
|
43
|
-
env ["erlang"]
|
44
|
-
params "+V"
|
45
|
-
stdout ""
|
46
|
-
stderr "Erlang (ASYNC_THREADS) (BEAM) emulator version 5.8.5\r\n"
|
47
|
-
exit_status 0
|
48
|
-
|
49
|
-
platform "centos-6.4"
|
50
|
-
arch "x64"
|
51
|
-
env []
|
52
|
-
params "+V"
|
53
|
-
stdout ""
|
54
|
-
stderr "bash: line 2: erl: command not found\n"
|
55
|
-
exit_status 127
|
56
|
-
|
57
|
-
platform "centos-6.4"
|
58
|
-
arch "x64"
|
59
|
-
env ["erlang"]
|
60
|
-
params "+V"
|
61
|
-
stdout ""
|
62
|
-
stderr "Erlang (ASYNC_THREADS) (BEAM) emulator version 5.8.5\r\n"
|
63
|
-
exit_status 0
|
64
|
-
|
65
|
-
platform "ubuntu-10.04"
|
66
|
-
arch "x86"
|
67
|
-
env []
|
68
|
-
params "+V"
|
69
|
-
stdout ""
|
70
|
-
stderr "bash: line 2: erl: command not found\n"
|
71
|
-
exit_status 127
|
72
|
-
|
73
|
-
platform "ubuntu-10.04"
|
74
|
-
arch "x86"
|
75
|
-
env ["erlang"]
|
76
|
-
params "+V"
|
77
|
-
stdout ""
|
78
|
-
stderr "Erlang (ASYNC_THREADS,HIPE) (BEAM) emulator version 5.7.4\r\n"
|
79
|
-
exit_status 0
|
80
|
-
|
81
|
-
platform "ubuntu-10.04"
|
82
|
-
arch "x64"
|
83
|
-
env []
|
84
|
-
params "+V"
|
85
|
-
stdout ""
|
86
|
-
stderr "bash: line 2: erl: command not found\n"
|
87
|
-
exit_status 127
|
88
|
-
|
89
|
-
platform "ubuntu-10.04"
|
90
|
-
arch "x64"
|
91
|
-
env ["erlang"]
|
92
|
-
params "+V"
|
93
|
-
stdout ""
|
94
|
-
stderr "Erlang (ASYNC_THREADS,HIPE) (BEAM) emulator version 5.7.4\r\n"
|
95
|
-
exit_status 0
|
96
|
-
|
97
|
-
platform "ubuntu-12.04"
|
98
|
-
arch "x86"
|
99
|
-
env []
|
100
|
-
params "+V"
|
101
|
-
stdout ""
|
102
|
-
stderr "bash: line 2: erl: command not found\n"
|
103
|
-
exit_status 127
|
104
|
-
|
105
|
-
platform "ubuntu-12.04"
|
106
|
-
arch "x86"
|
107
|
-
env ["erlang"]
|
108
|
-
params "+V"
|
109
|
-
stdout ""
|
110
|
-
stderr "Erlang (ASYNC_THREADS) (BEAM) emulator version 5.8.5\r\n"
|
111
|
-
exit_status 0
|
112
|
-
|
113
|
-
platform "ubuntu-12.04"
|
114
|
-
arch "x64"
|
115
|
-
env []
|
116
|
-
params "+V"
|
117
|
-
stdout ""
|
118
|
-
stderr "bash: line 2: erl: command not found\n"
|
119
|
-
exit_status 127
|
120
|
-
|
121
|
-
platform "ubuntu-12.04"
|
122
|
-
arch "x64"
|
123
|
-
env ["erlang"]
|
124
|
-
params "+V"
|
125
|
-
stdout ""
|
126
|
-
stderr "Erlang (ASYNC_THREADS) (BEAM) emulator version 5.8.5\r\n"
|
127
|
-
exit_status 0
|
128
|
-
|
129
|
-
platform "ubuntu-13.04"
|
130
|
-
arch "x64"
|
131
|
-
env []
|
132
|
-
params "+V"
|
133
|
-
stdout ""
|
134
|
-
stderr "bash: line 2: erl: command not found\n"
|
135
|
-
exit_status 127
|
136
|
-
|
137
|
-
platform "ubuntu-13.04"
|
138
|
-
arch "x64"
|
139
|
-
env ["erlang"]
|
140
|
-
params "+V"
|
141
|
-
stdout ""
|
142
|
-
stderr "Erlang (ASYNC_THREADS) (BEAM) emulator version 5.9.1\r\n"
|
143
|
-
exit_status 0
|
144
|
-
|
@@ -1,135 +0,0 @@
|
|
1
|
-
platform "centos-5.5"
|
2
|
-
arch "x64"
|
3
|
-
env []
|
4
|
-
params "-v"
|
5
|
-
stdout ""
|
6
|
-
stderr "Using built-in specs.\nTarget: x86_64-redhat-linux\nConfigured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux\nThread model: posix\ngcc version 4.1.2 20080704 (Red Hat 4.1.2-48)\n"
|
7
|
-
exit_status 0
|
8
|
-
|
9
|
-
platform "centos-6.2"
|
10
|
-
arch "x86"
|
11
|
-
env []
|
12
|
-
params "-v"
|
13
|
-
stdout ""
|
14
|
-
stderr "Using built-in specs.\nTarget: i686-redhat-linux\nConfigured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux\nThread model: posix\ngcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) \n"
|
15
|
-
exit_status 0
|
16
|
-
|
17
|
-
platform "centos-6.2"
|
18
|
-
arch "x64"
|
19
|
-
env []
|
20
|
-
params "-v"
|
21
|
-
stdout ""
|
22
|
-
stderr "Using built-in specs.\nTarget: x86_64-redhat-linux\nConfigured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux\nThread model: posix\ngcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) \n"
|
23
|
-
exit_status 0
|
24
|
-
|
25
|
-
platform "ubuntu-10.04"
|
26
|
-
arch "x86"
|
27
|
-
env []
|
28
|
-
params "-v"
|
29
|
-
stdout ""
|
30
|
-
stderr "command not found"
|
31
|
-
exit_status 127
|
32
|
-
|
33
|
-
platform "ubuntu-10.04"
|
34
|
-
arch "x64"
|
35
|
-
env []
|
36
|
-
params "-v"
|
37
|
-
stdout ""
|
38
|
-
stderr "command not found"
|
39
|
-
exit_status 127
|
40
|
-
|
41
|
-
platform "ubuntu-12.04"
|
42
|
-
arch "x86"
|
43
|
-
env []
|
44
|
-
params "-v"
|
45
|
-
stdout ""
|
46
|
-
stderr "command not found"
|
47
|
-
exit_status 127
|
48
|
-
|
49
|
-
platform "ubuntu-12.04"
|
50
|
-
arch "x64"
|
51
|
-
env []
|
52
|
-
params "-v"
|
53
|
-
stdout ""
|
54
|
-
stderr "command not found"
|
55
|
-
exit_status 127
|
56
|
-
|
57
|
-
platform "ubuntu-12.10"
|
58
|
-
arch "x64"
|
59
|
-
env []
|
60
|
-
params "-v"
|
61
|
-
stdout ""
|
62
|
-
stderr "command not found"
|
63
|
-
exit_status 127
|
64
|
-
|
65
|
-
platform "ubuntu-13.04"
|
66
|
-
arch "x86"
|
67
|
-
env []
|
68
|
-
params "-v"
|
69
|
-
stdout ""
|
70
|
-
stderr "command not found"
|
71
|
-
exit_status 127
|
72
|
-
|
73
|
-
platform "ubuntu-13.04"
|
74
|
-
arch "x64"
|
75
|
-
env []
|
76
|
-
params "-v"
|
77
|
-
stdout ""
|
78
|
-
stderr "command not found"
|
79
|
-
exit_status 127
|
80
|
-
|
81
|
-
platform "centos-5.5"
|
82
|
-
arch "x64"
|
83
|
-
env ["gcc"]
|
84
|
-
params "-v"
|
85
|
-
stdout ""
|
86
|
-
stderr "Using built-in specs.\nTarget: x86_64-redhat-linux\nConfigured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux\nThread model: posix\ngcc version 4.1.2 20080704 (Red Hat 4.1.2-54)\n"
|
87
|
-
exit_status 0
|
88
|
-
|
89
|
-
platform "centos-6.2"
|
90
|
-
arch "x86"
|
91
|
-
env ["gcc"]
|
92
|
-
params "-v"
|
93
|
-
stdout ""
|
94
|
-
stderr "Using built-in specs.\nTarget: i686-redhat-linux\nConfigured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux\nThread model: posix\ngcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) \n"
|
95
|
-
exit_status 0
|
96
|
-
|
97
|
-
platform "centos-6.2"
|
98
|
-
arch "x64"
|
99
|
-
env ["gcc"]
|
100
|
-
params "-v"
|
101
|
-
stdout ""
|
102
|
-
stderr "Using built-in specs.\nTarget: x86_64-redhat-linux\nConfigured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux\nThread model: posix\ngcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) \n"
|
103
|
-
exit_status 0
|
104
|
-
|
105
|
-
platform "ubuntu-10.04"
|
106
|
-
arch "x86"
|
107
|
-
env ["gcc"]
|
108
|
-
params "-v"
|
109
|
-
stdout ""
|
110
|
-
stderr "Using built-in specs.\nTarget: i486-linux-gnu\nConfigured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu\nThread model: posix\ngcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) \n"
|
111
|
-
exit_status 0
|
112
|
-
|
113
|
-
platform "ubuntu-10.04"
|
114
|
-
arch "x64"
|
115
|
-
env ["gcc"]
|
116
|
-
params "-v"
|
117
|
-
stdout ""
|
118
|
-
stderr "Using built-in specs.\nTarget: x86_64-linux-gnu\nConfigured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu\nThread model: posix\ngcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) \n"
|
119
|
-
exit_status 0
|
120
|
-
|
121
|
-
platform "ubuntu-12.04"
|
122
|
-
arch "x86"
|
123
|
-
env ["gcc"]
|
124
|
-
params "-v"
|
125
|
-
stdout ""
|
126
|
-
stderr "Using built-in specs.\nCOLLECT_GCC=gcc\nCOLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper\nTarget: i686-linux-gnu\nConfigured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu\nThread model: posix\ngcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) \n"
|
127
|
-
exit_status 0
|
128
|
-
|
129
|
-
platform "ubuntu-12.04"
|
130
|
-
arch "x64"
|
131
|
-
env ["gcc"]
|
132
|
-
params "-v"
|
133
|
-
stdout ""
|
134
|
-
stderr "Using built-in specs.\nCOLLECT_GCC=gcc\nCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper\nTarget: x86_64-linux-gnu\nConfigured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu\nThread model: posix\ngcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) \n"
|
135
|
-
exit_status 0
|
@@ -1,159 +0,0 @@
|
|
1
|
-
platform "centos-5.5"
|
2
|
-
arch "x64"
|
3
|
-
env []
|
4
|
-
params "-v"
|
5
|
-
stdout ""
|
6
|
-
stderr "command not found"
|
7
|
-
exit_status 127
|
8
|
-
|
9
|
-
platform "centos-5.5"
|
10
|
-
arch "x64"
|
11
|
-
env ["java", "groovy"]
|
12
|
-
params "-v"
|
13
|
-
stdout "Groovy Version: 2.1.7 JVM: 1.6.0_24 Vendor: Sun Microsystems Inc. OS: Linux\n"
|
14
|
-
stderr ""
|
15
|
-
exit_status 0
|
16
|
-
|
17
|
-
platform "centos-6.2"
|
18
|
-
arch "x86"
|
19
|
-
env []
|
20
|
-
params "-v"
|
21
|
-
stdout ""
|
22
|
-
stderr "command not found"
|
23
|
-
exit_status 127
|
24
|
-
|
25
|
-
platform "centos-6.2"
|
26
|
-
arch "x86"
|
27
|
-
env ["java", "groovy"]
|
28
|
-
params "-v"
|
29
|
-
stdout "Groovy Version: 2.1.7 JVM: 1.6.0_24 Vendor: Sun Microsystems Inc. OS: Linux\n"
|
30
|
-
stderr ""
|
31
|
-
exit_status 0
|
32
|
-
|
33
|
-
platform "centos-6.2"
|
34
|
-
arch "x64"
|
35
|
-
env []
|
36
|
-
params "-v"
|
37
|
-
stdout ""
|
38
|
-
stderr "command not found"
|
39
|
-
exit_status 127
|
40
|
-
|
41
|
-
platform "centos-6.2"
|
42
|
-
arch "x64"
|
43
|
-
env ["java", "groovy"]
|
44
|
-
params "-v"
|
45
|
-
stdout "Groovy Version: 2.1.7 JVM: 1.6.0_24 Vendor: Sun Microsystems Inc. OS: Linux\n"
|
46
|
-
stderr ""
|
47
|
-
exit_status 0
|
48
|
-
|
49
|
-
platform "ubuntu-10.04"
|
50
|
-
arch "x86"
|
51
|
-
env []
|
52
|
-
params "-v"
|
53
|
-
stdout ""
|
54
|
-
stderr "command not found"
|
55
|
-
exit_status 127
|
56
|
-
|
57
|
-
platform "ubuntu-10.04"
|
58
|
-
arch "x86"
|
59
|
-
env ["java", "groovy"]
|
60
|
-
params "-v"
|
61
|
-
stdout "Groovy Version: 1.6.4 JVM: 1.6.0_27\n"
|
62
|
-
stderr ""
|
63
|
-
exit_status 0
|
64
|
-
|
65
|
-
platform "ubuntu-10.04"
|
66
|
-
arch "x64"
|
67
|
-
env []
|
68
|
-
params "-v"
|
69
|
-
stdout ""
|
70
|
-
stderr "command not found"
|
71
|
-
exit_status 127
|
72
|
-
|
73
|
-
platform "ubuntu-10.04"
|
74
|
-
arch "x64"
|
75
|
-
env ["java", "groovy"]
|
76
|
-
params "-v"
|
77
|
-
stdout "Groovy Version: 1.6.4 JVM: 1.6.0_27\n"
|
78
|
-
stderr ""
|
79
|
-
exit_status 0
|
80
|
-
|
81
|
-
platform "ubuntu-12.04"
|
82
|
-
arch "x86"
|
83
|
-
env []
|
84
|
-
params "-v"
|
85
|
-
stdout ""
|
86
|
-
stderr "command not found"
|
87
|
-
exit_status 127
|
88
|
-
|
89
|
-
platform "ubuntu-12.04"
|
90
|
-
arch "x86"
|
91
|
-
env ["java", "groovy"]
|
92
|
-
params "-v"
|
93
|
-
stdout "Groovy Version: 1.8.6 JVM: 1.6.0_27 Vendor: Sun Microsystems Inc. OS: Linux\n"
|
94
|
-
stderr ""
|
95
|
-
exit_status 0
|
96
|
-
|
97
|
-
platform "ubuntu-12.04"
|
98
|
-
arch "x64"
|
99
|
-
env []
|
100
|
-
params "-v"
|
101
|
-
stdout ""
|
102
|
-
stderr "command not found"
|
103
|
-
exit_status 127
|
104
|
-
|
105
|
-
platform "ubuntu-12.04"
|
106
|
-
arch "x64"
|
107
|
-
env ["java", "groovy"]
|
108
|
-
params "-v"
|
109
|
-
stdout "Groovy Version: 1.8.6 JVM: 1.6.0_27 Vendor: Sun Microsystems Inc. OS: Linux\n"
|
110
|
-
stderr ""
|
111
|
-
exit_status 0
|
112
|
-
|
113
|
-
platform "ubuntu-12.10"
|
114
|
-
arch "x64"
|
115
|
-
env []
|
116
|
-
params "-v"
|
117
|
-
stdout ""
|
118
|
-
stderr "command not found"
|
119
|
-
exit_status 127
|
120
|
-
|
121
|
-
platform "ubuntu-12.10"
|
122
|
-
arch "x64"
|
123
|
-
env ["java", "groovy"]
|
124
|
-
params "-v"
|
125
|
-
stdout "Groovy Version: 1.8.6 JVM: 1.7.0_25 Vendor: Oracle Corporation OS: Linux\n"
|
126
|
-
stderr ""
|
127
|
-
exit_status 0
|
128
|
-
|
129
|
-
platform "ubuntu-13.04"
|
130
|
-
arch "x86"
|
131
|
-
env []
|
132
|
-
params "-v"
|
133
|
-
stdout ""
|
134
|
-
stderr "command not found"
|
135
|
-
exit_status 127
|
136
|
-
|
137
|
-
platform "ubuntu-13.04"
|
138
|
-
arch "x86"
|
139
|
-
env ["java", "groovy"]
|
140
|
-
params "-v"
|
141
|
-
stdout "Groovy Version: 1.8.6 JVM: 1.7.0_25 Vendor: Oracle Corporation OS: Linux\n"
|
142
|
-
stderr ""
|
143
|
-
exit_status 0
|
144
|
-
|
145
|
-
platform "ubuntu-13.04"
|
146
|
-
arch "x64"
|
147
|
-
env []
|
148
|
-
params "-v"
|
149
|
-
stdout ""
|
150
|
-
stderr "command not found"
|
151
|
-
exit_status 127
|
152
|
-
|
153
|
-
platform "ubuntu-13.04"
|
154
|
-
arch "x64"
|
155
|
-
env ["java", "groovy"]
|
156
|
-
params "-v"
|
157
|
-
stdout "Groovy Version: 1.8.6 JVM: 1.7.0_25 Vendor: Oracle Corporation OS: Linux\n"
|
158
|
-
stderr ""
|
159
|
-
exit_status 0
|
@@ -1,143 +0,0 @@
|
|
1
|
-
platform "centos-5.9"
|
2
|
-
arch "x86"
|
3
|
-
env []
|
4
|
-
params "-version"
|
5
|
-
stdout ""
|
6
|
-
stderr "bash: line 2: java: command not found\n"
|
7
|
-
exit_status 127
|
8
|
-
|
9
|
-
platform "centos-5.9"
|
10
|
-
arch "x86"
|
11
|
-
env ["java"]
|
12
|
-
params "-version"
|
13
|
-
stdout ""
|
14
|
-
stderr "java version \"1.6.0_24\"\nOpenJDK Runtime Environment (IcedTea6 1.11.11.90) (rhel-1.41.1.11.11.90.el5_9-i386)\nOpenJDK Client VM (build 20.0-b12, mixed mode)\n"
|
15
|
-
exit_status 0
|
16
|
-
|
17
|
-
platform "centos-5.9"
|
18
|
-
arch "x64"
|
19
|
-
env []
|
20
|
-
params "-version"
|
21
|
-
stdout ""
|
22
|
-
stderr "bash: line 2: java: command not found\n"
|
23
|
-
exit_status 127
|
24
|
-
|
25
|
-
platform "centos-5.9"
|
26
|
-
arch "x64"
|
27
|
-
env ["java"]
|
28
|
-
params "-version"
|
29
|
-
stdout ""
|
30
|
-
stderr "java version \"1.6.0_24\"\nOpenJDK Runtime Environment (IcedTea6 1.11.11.90) (rhel-1.41.1.11.11.90.el5_9-x86_64)\nOpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)\n"
|
31
|
-
exit_status 0
|
32
|
-
|
33
|
-
platform "centos-6.4"
|
34
|
-
arch "x86"
|
35
|
-
env []
|
36
|
-
params "-version"
|
37
|
-
stdout ""
|
38
|
-
stderr "bash: line 2: java: command not found\n"
|
39
|
-
exit_status 127
|
40
|
-
|
41
|
-
platform "centos-6.4"
|
42
|
-
arch "x86"
|
43
|
-
env ["java"]
|
44
|
-
params "-version"
|
45
|
-
stdout ""
|
46
|
-
stderr "java version \"1.6.0_24\"\nOpenJDK Runtime Environment (IcedTea6 1.11.11.90) (rhel-1.62.1.11.11.90.el6_4-i386)\nOpenJDK Client VM (build 20.0-b12, mixed mode)\n"
|
47
|
-
exit_status 0
|
48
|
-
|
49
|
-
platform "centos-6.4"
|
50
|
-
arch "x64"
|
51
|
-
env []
|
52
|
-
params "-version"
|
53
|
-
stdout ""
|
54
|
-
stderr "bash: line 2: java: command not found\n"
|
55
|
-
exit_status 127
|
56
|
-
|
57
|
-
platform "centos-6.4"
|
58
|
-
arch "x64"
|
59
|
-
env ["java"]
|
60
|
-
params "-version"
|
61
|
-
stdout ""
|
62
|
-
stderr "java version \"1.6.0_24\"\nOpenJDK Runtime Environment (IcedTea6 1.11.11.90) (rhel-1.62.1.11.11.90.el6_4-x86_64)\nOpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)\n"
|
63
|
-
exit_status 0
|
64
|
-
|
65
|
-
platform "ubuntu-10.04"
|
66
|
-
arch "x86"
|
67
|
-
env []
|
68
|
-
params "-version"
|
69
|
-
stdout ""
|
70
|
-
stderr "bash: line 2: java: command not found\n"
|
71
|
-
exit_status 127
|
72
|
-
|
73
|
-
platform "ubuntu-10.04"
|
74
|
-
arch "x86"
|
75
|
-
env ["java"]
|
76
|
-
params "-version"
|
77
|
-
stdout ""
|
78
|
-
stderr "java version \"1.6.0_27\"\nOpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.10.04.1)\nOpenJDK Client VM (build 20.0-b12, mixed mode, sharing)\n"
|
79
|
-
exit_status 0
|
80
|
-
|
81
|
-
platform "ubuntu-10.04"
|
82
|
-
arch "x64"
|
83
|
-
env []
|
84
|
-
params "-version"
|
85
|
-
stdout ""
|
86
|
-
stderr "bash: line 2: java: command not found\n"
|
87
|
-
exit_status 127
|
88
|
-
|
89
|
-
platform "ubuntu-10.04"
|
90
|
-
arch "x64"
|
91
|
-
env ["java"]
|
92
|
-
params "-version"
|
93
|
-
stdout ""
|
94
|
-
stderr "java version \"1.6.0_27\"\nOpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.10.04.1)\nOpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)\n"
|
95
|
-
exit_status 0
|
96
|
-
|
97
|
-
platform "ubuntu-12.04"
|
98
|
-
arch "x86"
|
99
|
-
env []
|
100
|
-
params "-version"
|
101
|
-
stdout ""
|
102
|
-
stderr "bash: line 2: java: command not found\n"
|
103
|
-
exit_status 127
|
104
|
-
|
105
|
-
platform "ubuntu-12.04"
|
106
|
-
arch "x86"
|
107
|
-
env ["java"]
|
108
|
-
params "-version"
|
109
|
-
stdout ""
|
110
|
-
stderr "java version \"1.6.0_27\"\nOpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1)\nOpenJDK Client VM (build 20.0-b12, mixed mode, sharing)\n"
|
111
|
-
exit_status 0
|
112
|
-
|
113
|
-
platform "ubuntu-12.04"
|
114
|
-
arch "x64"
|
115
|
-
env []
|
116
|
-
params "-version"
|
117
|
-
stdout ""
|
118
|
-
stderr "bash: line 2: java: command not found\n"
|
119
|
-
exit_status 127
|
120
|
-
|
121
|
-
platform "ubuntu-12.04"
|
122
|
-
arch "x64"
|
123
|
-
env ["java"]
|
124
|
-
params "-version"
|
125
|
-
stdout ""
|
126
|
-
stderr "java version \"1.6.0_27\"\nOpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-0ubuntu0.12.04.1)\nOpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)\n"
|
127
|
-
exit_status 0
|
128
|
-
|
129
|
-
platform "ubuntu-13.04"
|
130
|
-
arch "x64"
|
131
|
-
env []
|
132
|
-
params "-version"
|
133
|
-
stdout ""
|
134
|
-
stderr "bash: line 2: java: command not found\n"
|
135
|
-
exit_status 127
|
136
|
-
|
137
|
-
platform "ubuntu-13.04"
|
138
|
-
arch "x64"
|
139
|
-
env ["java"]
|
140
|
-
params "-version"
|
141
|
-
stdout ""
|
142
|
-
stderr "java version \"1.6.0_27\"\nOpenJDK Runtime Environment (IcedTea6 1.12.5) (6b27-1.12.5-1ubuntu1)\nOpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)\n"
|
143
|
-
exit_status 0
|