This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/info.txt is in plainbox-provider-checkbox 0.3-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
name: codecs_attachment
plugin: attachment
requires: device.driver == 'snd_hda_intel'
command: cat /proc/asound/card*/codec#*
estimated_duration: 0.023
description: Attaches a report of installed codecs for Intel HDA

name: cpuinfo_attachment
plugin: attachment
command: cat /proc/cpuinfo
estimated_duration: 0.006
description: Attaches a report of CPU information

name: dmesg_attachment
plugin: attachment
command: cat /var/log/dmesg | ansi_parser
estimated_duration: 0.640
description: Attaches a copy of /var/log/dmesg to the test results

name: dmi_attachment
plugin: attachment
command: grep -r . /sys/class/dmi/id/ 2>/dev/null
estimated_duration: 0.044
description: Attaches info on DMI

name: dmidecode_attachment
plugin: attachment
requires: package.name == 'dmidecode'
user: root
command: dmidecode | iconv -t 'utf-8' -c
estimated_duration: 0.030
description: Attaches dmidecode output

name: lshw_attachment
plugin: attachment
requires: package.name == 'lshw'
user: root
command: lshw | iconv -t 'utf-8' -c
description: Attaches lshw output

name: efi_attachment
plugin: attachment
user: root
command: [ -d /sys/firmware/efi ] && grep -m 1 -o --color=never 'EFI v.*' /var/log/kern.log* || true
estimated_duration: 0.5
description: Attaches the firmware version

name: lspci_attachment
plugin: attachment
command: lspci -vvnn | iconv -t 'utf-8' -c
estimated_duration: 0.042
description: Attaches very verbose lspci output.

name: lspci_network_attachment
plugin: attachment
command: lspci -vvnnQ | iconv -t 'utf-8' -c
estimated_duration: 1.322
description: Attaches very verbose lspci output (with central database Query).

name: lsusb_attachment
plugin: attachment
requires: package.name == 'usbutils'
user: root
command: lsusb -vv | iconv -t 'utf-8' -c
estimated_duration: 0.700
description: List USB devices

name: meminfo_attachment
plugin: attachment
command: cat /proc/meminfo
estimated_duration: 0.043

name: modprobe_attachment
plugin: attachment
command: find /etc/modprobe.* -name \*.conf | xargs cat
estimated_duration: 0.015
description: Attaches the contents of the various modprobe conf files.

name: modules_attachment
plugin: attachment
command: cat /etc/modules
estimated_duration: 0.004
description: Attaches the contents of the /etc/modules file.

name: sysctl_attachment
plugin: attachment
command: find /etc/sysctl.* -name \*.conf | xargs cat
estimated_duration: 0.014
description: attaches the contents of various sysctl config files.

name: sysfs_attachment
plugin: attachment
description: Attaches a report of sysfs attributes.
command:
 for i in `udevadm info --export-db | sed -n 's/^P: //p'`; do
  echo "P: $i"
  udevadm info --attribute-walk --path=/sys$i 2>/dev/null | sed -n 's/    ATTR{\(.*\)}=="\(.*\)"/A: \1=\2/p'
  echo
 done
estimated_duration: 6.344

name: udev_attachment
plugin: attachment
command: udevadm info --export-db | xml_sanitize
estimated_duration: 1.465
description: Attaches a dump of the udev database showing system hardware information.

name: udev_resource_attachment
plugin: attachment
command: udev_resource
estimated_duration: 0.432
description: Attaches the output of udev_resource, for debugging purposes

name: gcov_attachment
plugin: attachment
requires: package.name == 'lcov'
user: root
command: gcov_tarball
description: Attaches a tarball of gcov data if present.

name: lsmod_attachment
plugin: attachment
command: lsmod_info
estimated_duration: 0.5
description: Attaches a list of the currently running kernel modules.

plugin: attachment
name: acpi_sleep_attachment
command: [ -e /proc/acpi/sleep ] && cat /proc/acpi/sleep
estimated_duration: 0.5
description: Attaches the contents of /proc/acpi/sleep if it exists.

plugin: shell
name: info/bootchart
description: Bootchart information.
requires: package.name == 'bootchart' or package.name == 'pybootchartgui'
user: root
command:
 process_wait -u root bootchart collector ureadahead; \
 [ `ls /var/log/bootchart/*.tgz 2>/dev/null | wc -l` -lt 2 ] && reboot && sleep 100

plugin: local
name: info/hdparm
description: SATA/IDE device information.
requires:
 package.name == 'hdparm'
 device.category == 'DISK'
command:
 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=DISK"'
 plugin: attachment
 name: info/hdparm_`ls /sys$path/block`.txt
 requires:
  device.path == "$path"
  block_device.`ls /sys$path/block`_state != 'removable'
 user: root
 command: hdparm -I /dev/`ls /sys$path/block`
 EOF

plugin: attachment
name: bootchart.png
depends: info/bootchart
requires: package.name == 'pybootchartgui'
description: Attaches the bootchart png file for bootchart runs
command:
 file=`ls /var/log/bootchart/*.png 2>/dev/null | tail -1`; \
 [ -e "$file" ] && cat "$file"

plugin: attachment
name: bootchart.tgz
depends: info/bootchart
description: Attaches the bootchart log for bootchart test runs.
command:
 file=`ls /var/log/bootchart/*.tgz 2>/dev/null | tail -1`; \
 [ -e "$file" ] && cat "$file"

plugin: attachment
name: installer_bootchart.tgz
command: [ -e /var/log/installer/bootchart.tgz ] && cat /var/log/installer/bootchart.tgz
description: installs the installer bootchart tarball if it exists.

plugin: attachment
name: installer_debug.gz
command: [ -e /var/log/installer/debug ] && gzip -9 -c /var/log/installer/debug
estimated_duration: 0.1
description: Attaches the installer debug log if it exists.

plugin: attachment
name: info/touchpad_driver
requires: device.category == 'TOUCHPAD'
command: touchpad_driver_info
estimated_duration: 0.384
description:
 Returns the name, driver name and driver version of any touchpad discovered on
 the system.

plugin: attachment
name: info/audio_device_driver
requires:
 package.name == 'pulseaudio-utils'
 package.name == 'module-init-tools'
 device.category == 'AUDIO'
command: audio_driver_info
estimated_duration: 0.177
description: Lists the device driver and version for all audio devices.

plugin: attachment
name: info/network_devices
requires:
 device.category == 'NETWORK' or device.category == 'WIRELESS'
 package.name == 'module-init-tools'
 package.name == 'pciutils'
command: network_device_info
estimated_duration: 0.550
description: Provides information about network devices

plugin: attachment
name: info/xrandr
command: xrandr -q --verbose
description: Provides information about displays attached to the system

plugin: attachment
name: info/disk_partitions
user: root
command: parted -l
description: Attaches information about disk partitions