-
-
Save pvalena/7406d2fae2ef45da20683df12b2639a4 to your computer and use it in GitHub Desktop.
tmt run --debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tmt run --debug | |
/var/tmp/tmt/run-004 | |
Found 1 plan. | |
/ci | |
how: prepare | |
name: one | |
how: shell | |
Read file '/var/tmp/tmt/run-004/ci/discover/status.txt'. | |
Write file '/var/tmp/tmt/run-004/ci/discover/status.txt'. | |
discover | |
workdir: /var/tmp/tmt/run-004/ci/discover | |
how: fmf | |
directory: /home/lpcs/lpcsf-new/tmp/2/tuned | |
Copy '/home/lpcs/lpcsf-new/tmp/2/tuned' to '/var/tmp/tmt/run-004/ci/discover/one/tests'. | |
Check metadata tree in '/var/tmp/tmt/run-004/ci/discover/one/tests'. | |
tests: 1 test selected | |
/one/tests/bz1416712-Tuned-logs-error-message-if | |
Write file '/var/tmp/tmt/run-004/ci/discover/steps.yaml'. | |
Write file '/var/tmp/tmt/run-004/ci/discover/tests.yaml'. | |
Write file '/var/tmp/tmt/run-004/ci/discover/status.txt'. | |
provision | |
workdir: /var/tmp/tmt/run-004/ci/provision | |
Run command 'vagrant version'. | |
err: /usr/share/vagrant/gems/gems/vagrant-2.2.6/lib/vagrant/util/which.rb:37: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: Installed Version: 2.2.6 | |
out | |
out: Vagrant was unable to check for the latest version of Vagrant. | |
out: Please check manually at https://www.vagrantup.com | |
VagrantProvider: Checking initial status, setting defaults. | |
name: one | |
how: virtual | |
username: root | |
box: fedora/31-cloud-base | |
memory: 1024 | |
Provision dir: /var/tmp/tmt/run-004/ci/provision/oRaPMlBxGjJddQDl | |
generating: libvirt | |
Run command 'bash -c "vagrant plugin list | grep '^vagrant-libvirt '"'. | |
out: vagrant-libvirt (0.0.45, global) | |
Run command '('vagrant', 'init', '-fm', 'fedora/31-cloud-base')'. | |
err: /usr/share/vagrant/gems/gems/vagrant-2.2.6/lib/vagrant/util/which.rb:37: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: A `Vagrantfile` has been placed in this directory. You are now | |
out: ready to `vagrant up` your first virtual environment! Please read | |
out: the comments in the Vagrantfile as well as documentation on | |
out: `vagrantup.com` for more information on using Vagrant. | |
Initialized new Vagrantfile: | |
Vagrant.configure("2") do |config| | |
config.vm.box = "fedora/31-cloud-base" | |
end | |
Adding into Vagrantfile: vm.provider 'libvirt' do |libvirt| libvirt.memory = "1024"; end | |
Run command 'vagrant validate'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: Vagrantfile validated successfully. | |
Trying to enable: QEMU user session | |
Adding into Vagrantfile: vm.provider 'libvirt' do |libvirt| libvirt.qemu_use_session = true; end | |
Run command 'vagrant validate'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: Vagrantfile validated successfully. | |
Adding into Vagrantfile: vm.synced_folder ".", "/vagrant", type: "rsync", disabled: true | |
Run command 'vagrant validate'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: Vagrantfile validated successfully. | |
Adding into Vagrantfile: vm.synced_folder "/var/tmp/tmt/run-004/ci", "/var/tmp/tmt/run-004/ci", type: "rsync" | |
Run command 'vagrant validate'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: Vagrantfile validated successfully. | |
Adding into Vagrantfile: ssh.username = "root" | |
Run command 'vagrant validate'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: Vagrantfile validated successfully. | |
Adding into Vagrantfile: nfs.verify_installed = false | |
Run command 'vagrant validate'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: Vagrantfile validated successfully. | |
Provisioning vagrant, Vagrantfile: | |
Vagrant.configure("2") do |config| | |
config.vm.box = "fedora/31-cloud-base" | |
config.vm.provider 'libvirt' do |libvirt| libvirt.memory = "1024"; end | |
config.vm.provider 'libvirt' do |libvirt| libvirt.qemu_use_session = true; end | |
config.vm.synced_folder ".", "/vagrant", type: "rsync", disabled: true | |
config.vm.synced_folder "/var/tmp/tmt/run-004/ci", "/var/tmp/tmt/run-004/ci", type: "rsync" | |
config.ssh.username = "root" | |
config.nfs.verify_installed = false | |
end | |
Run command 'vagrant up'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: Bringing machine 'default' up with 'libvirt' provider... | |
out: ==> default: Checking if box 'fedora/31-cloud-base' version '31.20191023.0' is up to date... | |
out: ==> default: Creating image (snapshot of base box volume). | |
out: ==> default: Creating domain with the following settings... | |
out: ==> default: -- Name: oRaPMlBxGjJddQDl_default | |
out: ==> default: -- Domain type: kvm | |
out: ==> default: -- Cpus: 1 | |
out: ==> default: -- Feature: acpi | |
out: ==> default: -- Feature: apic | |
out: ==> default: -- Feature: pae | |
out: ==> default: -- Memory: 1024M | |
out: ==> default: -- Management MAC: | |
out: ==> default: -- Loader: | |
out: ==> default: -- Nvram: | |
out: ==> default: -- Base box: fedora/31-cloud-base | |
out: ==> default: -- Storage pool: default | |
out: ==> default: -- Image: /home/lpcs/.local/share/libvirt/images/oRaPMlBxGjJddQDl_default.img (41G) | |
out: ==> default: -- Volume Cache: default | |
out: ==> default: -- Kernel: | |
out: ==> default: -- Initrd: | |
out: ==> default: -- Graphics Type: vnc | |
out: ==> default: -- Graphics Port: -1 | |
out: ==> default: -- Graphics IP: 127.0.0.1 | |
out: ==> default: -- Graphics Password: Not defined | |
out: ==> default: -- Video Type: cirrus | |
out: ==> default: -- Video VRAM: 9216 | |
out: ==> default: -- Sound Type: | |
out: ==> default: -- Keymap: en-us | |
out: ==> default: -- TPM Path: | |
out: ==> default: -- INPUT: type=mouse, bus=ps2 | |
out: ==> default: Creating shared folders metadata... | |
out: ==> default: Starting domain. | |
out: ==> default: Waiting for domain to get an IP address... | |
out: ==> default: Waiting for SSH to become available... | |
out: default: | |
out: default: Vagrant insecure key detected. Vagrant will automatically replace | |
out: default: this with a newly generated keypair for better security. | |
out: default: | |
out: default: Inserting generated public key within guest... | |
out: default: Removing insecure key from the guest if it's present... | |
out: default: Key inserted! Disconnecting and reconnecting using new SSH key... | |
out: ==> default: Configuring and enabling network interfaces... | |
out: default: SSH address: 192.168.122.51:22 | |
out: default: SSH username: root | |
out: default: SSH auth method: private key | |
out: ==> default: Rsyncing folder: /var/tmp/tmt/run-004/ci/ => /var/tmp/tmt/run-004/ci | |
prepare | |
workdir: /var/tmp/tmt/run-004/ci/prepare | |
Note: No path/script defined for prepare(shell) | |
Trying path: /home/lpcs/lpcsf-new/tmp/2/tuned/dnf install -y beakerlib 2>&1 | tee -a '/var/tmp/tmt/run-004/ci/prepare/prepare.log' | |
Trying path: /var/tmp/tmt/run-004/ci/discover/one/tests/dnf install -y beakerlib 2>&1 | tee -a '/var/tmp/tmt/run-004/ci/prepare/prepare.log' | |
Adding into Vagrantfile: vm.provision "prepare", type: "shell", privileged: "true", run: "never", inline: "dnf install -y beakerlib 2>&1 | tee -a '/var/tmp/tmt/run-004/ci/prepare/prepare.log'" | |
Run command 'vagrant validate'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: Vagrantfile validated successfully. | |
Run command '('vagrant', 'provision', '--provision-with', 'prepare')'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: ==> default: Running provisioner: prepare (shell)... | |
out: default: Running: inline script | |
out: default: Fedora Modular 31 - x86_64 3.3 MB/s | 5.2 MB 00:01 | |
out: default: Fedora Modular 31 - x86_64 - Updates 3.5 MB/s | 3.1 MB 00:00 | |
out: default: Fedora 31 - x86_64 - Updates 5.5 MB/s | 11 MB 00:02 | |
out: default: Fedora 31 - x86_64 11 MB/s | 71 MB 00:06 | |
out: default: Last metadata expiration check: 0:00:01 ago on Tue 19 Nov 2019 08:19:20 PM UTC. | |
out: default: Dependencies resolved. | |
out: default: ================================================================================ | |
out: default: Package Arch Version Repository Size | |
out: default: ================================================================================ | |
out: default: Installing: | |
out: default: beakerlib noarch 1.18-7.fc31 fedora 150 k | |
out: default: Installing dependencies: | |
out: default: libxslt x86_64 1.1.33-4.fc31 updates 243 k | |
out: default: perl-Errno x86_64 1.30-448.fc31 updates 26 k | |
out: default: perl-IO x86_64 1.40-448.fc31 updates 92 k | |
out: default: perl-Scalar-List-Utils x86_64 3:1.53-439.fc31 updates 66 k | |
out: default: perl-libs x86_64 4:5.30.1-448.fc31 updates 1.7 M | |
out: default: perl-macros x86_64 4:5.30.1-448.fc31 updates 21 k | |
out: default: rpcbind x86_64 1.2.5-5.rc1.fc31 updates 60 k | |
out: default: dnf-utils noarch 4.0.9-1.fc31 fedora 32 k | |
out: default: gssproxy x86_64 0.8.2-5.fc31 fedora 114 k | |
out: default: keyutils x86_64 1.6-3.fc31 fedora 63 k | |
out: default: libev x86_64 4.27-1.fc31 fedora 52 k | |
out: default: libverto-libev x86_64 0.3.0-8.fc31 fedora 13 k | |
out: default: nfs-utils x86_64 1:2.4.1-1.rc1.fc31 fedora 450 k | |
out: default: perl-Carp noarch 1.50-439.fc31 fedora 29 k | |
out: default: perl-Exporter noarch 5.73-440.fc31 fedora 32 k | |
out: default: perl-File-Path noarch 2.16-439.fc31 fedora 36 k | |
out: default: perl-PathTools x86_64 3.78-439.fc31 fedora 86 k | |
out: default: perl-Socket x86_64 4:2.029-4.fc31 fedora 56 k | |
out: default: perl-Text-Tabs+Wrap noarch 2013.0523-439.fc31 fedora 23 k | |
out: default: perl-Unicode-Normalize x86_64 1.26-439.fc31 fedora 97 k | |
out: default: perl-constant noarch 1.33-440.fc31 fedora 23 k | |
out: default: perl-parent noarch 1:0.237-439.fc31 fedora 14 k | |
out: default: perl-threads x86_64 1:2.22-439.fc31 fedora 58 k | |
out: default: perl-threads-shared x86_64 1.60-440.fc31 fedora 44 k | |
out: default: quota x86_64 1:4.05-5.fc31 fedora 192 k | |
out: default: quota-nls noarch 1:4.05-5.fc31 fedora 78 k | |
out: default: Installing weak dependencies: | |
out: default: perl-interpreter x86_64 4:5.30.1-448.fc31 updates 6.1 M | |
out: default: python3-lxml x86_64 4.4.0-1.fc31 fedora 1.5 M | |
out: default: | |
out: default: Transaction Summary | |
out: default: ================================================================================ | |
out: default: Install 29 Packages | |
out: default: Total download size: 11 M | |
out: default: Installed size: 33 M | |
out: default: Downloading Packages: | |
out: default: (1/29): perl-Errno-1.30-448.fc31.x86_64.rpm 1.1 MB/s | 26 kB 00:00 | |
out: default: (2/29): perl-IO-1.40-448.fc31.x86_64.rpm 1.9 MB/s | 92 kB 00:00 | |
out: default: (3/29): perl-Scalar-List-Utils-1.53-439.fc31.x8 2.4 MB/s | 66 kB 00:00 | |
out: default: (4/29): libxslt-1.1.33-4.fc31.x86_64.rpm 3.8 MB/s | 243 kB 00:00 | |
out: default: (5/29): perl-macros-5.30.1-448.fc31.x86_64.rpm 1.2 MB/s | 21 kB 00:00 | |
out: default: (6/29): rpcbind-1.2.5-5.rc1.fc31.x86_64.rpm 2.2 MB/s | 60 kB 00:00 | |
out: default: (7/29): beakerlib-1.18-7.fc31.noarch.rpm 2.8 MB/s | 150 kB 00:00 | |
out: default: (8/29): dnf-utils-4.0.9-1.fc31.noarch.rpm 1.2 MB/s | 32 kB 00:00 | |
out: default: (9/29): gssproxy-0.8.2-5.fc31.x86_64.rpm 2.9 MB/s | 114 kB 00:00 | |
out: default: (10/29): keyutils-1.6-3.fc31.x86_64.rpm 2.3 MB/s | 63 kB 00:00 | |
out: default: (11/29): libev-4.27-1.fc31.x86_64.rpm 1.7 MB/s | 52 kB 00:00 | |
out: default: (12/29): libverto-libev-0.3.0-8.fc31.x86_64.rpm 604 kB/s | 13 kB 00:00 | |
out: default: (13/29): perl-libs-5.30.1-448.fc31.x86_64.rpm 5.7 MB/s | 1.7 MB 00:00 | |
out: default: (14/29): perl-Carp-1.50-439.fc31.noarch.rpm 1.2 MB/s | 29 kB 00:00 | |
out: default: (15/29): perl-Exporter-5.73-440.fc31.noarch.rpm 1.3 MB/s | 32 kB 00:00 | |
out: default: (16/29): nfs-utils-2.4.1-1.rc1.fc31.x86_64.rpm 4.4 MB/s | 450 kB 00:00 | |
out: default: (17/29): perl-File-Path-2.16-439.fc31.noarch.rp 2.1 MB/s | 36 kB 00:00 | |
out: default: (18/29): perl-PathTools-3.78-439.fc31.x86_64.rp 3.7 MB/s | 86 kB 00:00 | |
out: default: (19/29): perl-Socket-2.029-4.fc31.x86_64.rpm 2.0 MB/s | 56 kB 00:00 | |
out: default: (20/29): perl-Text-Tabs+Wrap-2013.0523-439.fc31 1.1 MB/s | 23 kB 00:00 | |
out: default: (21/29): perl-constant-1.33-440.fc31.noarch.rpm 1.0 MB/s | 23 kB 00:00 | |
out: default: (22/29): perl-Unicode-Normalize-1.26-439.fc31.x 3.6 MB/s | 97 kB 00:00 | |
out: default: (23/29): perl-parent-0.237-439.fc31.noarch.rpm 499 kB/s | 14 kB 00:00 | |
out: default: (24/29): perl-threads-2.22-439.fc31.x86_64.rpm 1.9 MB/s | 58 kB 00:00 | |
out: default: (25/29): perl-threads-shared-1.60-440.fc31.x86_ 2.2 MB/s | 44 kB 00:00 | |
out: default: (26/29): quota-4.05-5.fc31.x86_64.rpm 2.4 MB/s | 192 kB 00:00 | |
out: default: (27/29): quota-nls-4.05-5.fc31.noarch.rpm 1.9 MB/s | 78 kB 00:00 | |
out: default: (28/29): perl-interpreter-5.30.1-448.fc31.x86_6 7.8 MB/s | 6.1 MB 00:00 | |
out: default: (29/29): python3-lxml-4.4.0-1.fc31.x86_64.rpm 4.6 MB/s | 1.5 MB 00:00 | |
out: default: -------------------------------------------------------------------------------- | |
out: default: Total 7.0 MB/s | 11 MB 00:01 | |
out: default: Running transaction check | |
out: default: Transaction check succeeded. | |
out: default: Running transaction test | |
out: default: Transaction test succeeded. | |
out: default: Running transaction | |
out: default: Preparing : 1/1 | |
out: default: | |
out: default: Installing : perl-Carp-1.50-439.fc31.noarch 1/29 | |
out: default: | |
out: default: Installing : perl-Exporter-5.73-440.fc31.noarch 2/29 | |
out: default: | |
out: default: Installing : perl-libs-4:5.30.1-448.fc31.x86_64 3/29 | |
out: default: | |
out: default: Installing : perl-Scalar-List-Utils-3:1.53-439.fc31.x86_64 4/29 | |
out: default: | |
out: default: Installing : perl-Unicode-Normalize-1.26-439.fc31.x86_64 5/29 | |
out: default: | |
out: default: Installing : perl-parent-1:0.237-439.fc31.noarch 6/29 | |
out: default: | |
out: default: Installing : perl-Socket-4:2.029-4.fc31.x86_64 7/29 | |
out: default: | |
out: default: Installing : perl-Errno-1.30-448.fc31.x86_64 8/29 | |
out: default: | |
out: default: Installing : perl-macros-4:5.30.1-448.fc31.x86_64 9/29 | |
out: default: | |
out: default: Installing : perl-IO-1.40-448.fc31.x86_64 10/29 | |
out: default: | |
out: default: Installing : perl-Text-Tabs+Wrap-2013.0523-439.fc31.noarch 11/29 | |
out: default: | |
out: default: Installing : perl-constant-1.33-440.fc31.noarch 12/29 | |
out: default: | |
out: default: Installing : perl-PathTools-3.78-439.fc31.x86_64 13/29 | |
out: default: | |
out: default: Installing : perl-threads-1:2.22-439.fc31.x86_64 14/29 | |
out: default: | |
out: default: Installing : perl-threads-shared-1.60-440.fc31.x86_64 15/29 | |
out: default: | |
out: default: Installing : perl-File-Path-2.16-439.fc31.noarch 16/29 | |
out: default: | |
out: default: Installing : perl-interpreter-4:5.30.1-448.fc31.x86_64 17/29 | |
out: default: | |
out: default: Installing : quota-nls-1:4.05-5.fc31.noarch 18/29 | |
out: default: | |
out: default: Installing : quota-1:4.05-5.fc31.x86_64 19/29 | |
out: default: | |
out: default: Installing : libev-4.27-1.fc31.x86_64 20/29 | |
out: default: | |
out: default: Installing : libverto-libev-0.3.0-8.fc31.x86_64 21/29 | |
out: default: | |
out: default: Installing : gssproxy-0.8.2-5.fc31.x86_64 22/29 | |
out: default: | |
out: default: Running scriptlet: gssproxy-0.8.2-5.fc31.x86_64 22/29 | |
out: default: | |
out: default: Installing : keyutils-1.6-3.fc31.x86_64 23/29 | |
out: default: | |
out: default: Installing : dnf-utils-4.0.9-1.fc31.noarch 24/29 | |
out: default: | |
out: default: Running scriptlet: rpcbind-1.2.5-5.rc1.fc31.x86_64 25/29 | |
out: default: | |
out: default: Installing : rpcbind-1.2.5-5.rc1.fc31.x86_64 25/29 | |
out: default: | |
out: default: Running scriptlet: rpcbind-1.2.5-5.rc1.fc31.x86_64 25/29 | |
out: default: | |
out: default: Running scriptlet: nfs-utils-1:2.4.1-1.rc1.fc31.x86_64 26/29 | |
out: default: | |
out: default: Installing : nfs-utils-1:2.4.1-1.rc1.fc31.x86_64 26/29 | |
out: default: | |
out: default: Running scriptlet: nfs-utils-1:2.4.1-1.rc1.fc31.x86_64 26/29 | |
out: default: | |
out: default: Installing : libxslt-1.1.33-4.fc31.x86_64 27/29 | |
out: default: | |
out: default: Installing : python3-lxml-4.4.0-1.fc31.x86_64 28/29 | |
out: default: | |
out: default: Installing : beakerlib-1.18-7.fc31.noarch 29/29 | |
out: default: | |
out: default: Running scriptlet: beakerlib-1.18-7.fc31.noarch 29/29 | |
out: default: | |
out: default: Verifying : libxslt-1.1.33-4.fc31.x86_64 1/29 | |
out: default: | |
out: default: Verifying : perl-Errno-1.30-448.fc31.x86_64 2/29 | |
out: default: | |
out: default: Verifying : perl-IO-1.40-448.fc31.x86_64 3/29 | |
out: default: | |
out: default: Verifying : perl-Scalar-List-Utils-3:1.53-439.fc31.x86_64 4/29 | |
out: default: | |
out: default: Verifying : perl-interpreter-4:5.30.1-448.fc31.x86_64 5/29 | |
out: default: | |
out: default: Verifying : perl-libs-4:5.30.1-448.fc31.x86_64 6/29 | |
out: default: | |
out: default: Verifying : perl-macros-4:5.30.1-448.fc31.x86_64 7/29 | |
out: default: | |
out: default: Verifying : rpcbind-1.2.5-5.rc1.fc31.x86_64 8/29 | |
out: default: | |
out: default: Verifying : beakerlib-1.18-7.fc31.noarch 9/29 | |
out: default: | |
out: default: Verifying : dnf-utils-4.0.9-1.fc31.noarch 10/29 | |
out: default: | |
out: default: Verifying : gssproxy-0.8.2-5.fc31.x86_64 11/29 | |
out: default: | |
out: default: Verifying : keyutils-1.6-3.fc31.x86_64 12/29 | |
out: default: | |
out: default: Verifying : libev-4.27-1.fc31.x86_64 13/29 | |
out: default: | |
out: default: Verifying : libverto-libev-0.3.0-8.fc31.x86_64 14/29 | |
out: default: | |
out: default: Verifying : nfs-utils-1:2.4.1-1.rc1.fc31.x86_64 15/29 | |
out: default: | |
out: default: Verifying : perl-Carp-1.50-439.fc31.noarch 16/29 | |
out: default: | |
out: default: Verifying : perl-Exporter-5.73-440.fc31.noarch 17/29 | |
out: default: | |
out: default: Verifying : perl-File-Path-2.16-439.fc31.noarch 18/29 | |
out: default: | |
out: default: Verifying : perl-PathTools-3.78-439.fc31.x86_64 19/29 | |
out: default: | |
out: default: Verifying : perl-Socket-4:2.029-4.fc31.x86_64 20/29 | |
out: default: | |
out: default: Verifying : perl-Text-Tabs+Wrap-2013.0523-439.fc31.noarch 21/29 | |
out: default: | |
out: default: Verifying : perl-Unicode-Normalize-1.26-439.fc31.x86_64 22/29 | |
out: default: | |
out: default: Verifying : perl-constant-1.33-440.fc31.noarch 23/29 | |
out: default: | |
out: default: Verifying : perl-parent-1:0.237-439.fc31.noarch 24/29 | |
out: default: | |
out: default: Verifying : perl-threads-1:2.22-439.fc31.x86_64 25/29 | |
out: default: | |
out: default: Verifying : perl-threads-shared-1.60-440.fc31.x86_64 26/29 | |
out: default: | |
out: default: Verifying : python3-lxml-4.4.0-1.fc31.x86_64 27/29 | |
out: default: | |
out: default: Verifying : quota-1:4.05-5.fc31.x86_64 28/29 | |
out: default: | |
out: default: Verifying : quota-nls-1:4.05-5.fc31.noarch 29/29 | |
out: default: | |
out: default: | |
out: default: Installed: | |
out: default: beakerlib-1.18-7.fc31.noarch | |
out: default: perl-interpreter-4:5.30.1-448.fc31.x86_64 | |
out: default: python3-lxml-4.4.0-1.fc31.x86_64 | |
out: default: libxslt-1.1.33-4.fc31.x86_64 | |
out: default: perl-Errno-1.30-448.fc31.x86_64 | |
out: default: perl-IO-1.40-448.fc31.x86_64 | |
out: default: perl-Scalar-List-Utils-3:1.53-439.fc31.x86_64 | |
out: default: perl-libs-4:5.30.1-448.fc31.x86_64 | |
out: default: perl-macros-4:5.30.1-448.fc31.x86_64 | |
out: default: rpcbind-1.2.5-5.rc1.fc31.x86_64 | |
out: default: dnf-utils-4.0.9-1.fc31.noarch | |
out: default: gssproxy-0.8.2-5.fc31.x86_64 | |
out: default: keyutils-1.6-3.fc31.x86_64 | |
out: default: libev-4.27-1.fc31.x86_64 | |
out: default: libverto-libev-0.3.0-8.fc31.x86_64 | |
out: default: nfs-utils-1:2.4.1-1.rc1.fc31.x86_64 | |
out: default: perl-Carp-1.50-439.fc31.noarch | |
out: default: perl-Exporter-5.73-440.fc31.noarch | |
out: default: perl-File-Path-2.16-439.fc31.noarch | |
out: default: perl-PathTools-3.78-439.fc31.x86_64 | |
out: default: perl-Socket-4:2.029-4.fc31.x86_64 | |
out: default: perl-Text-Tabs+Wrap-2013.0523-439.fc31.noarch | |
out: default: perl-Unicode-Normalize-1.26-439.fc31.x86_64 | |
out: default: perl-constant-1.33-440.fc31.noarch | |
out: default: perl-parent-1:0.237-439.fc31.noarch | |
out: default: perl-threads-1:2.22-439.fc31.x86_64 | |
out: default: perl-threads-shared-1.60-440.fc31.x86_64 | |
out: default: quota-1:4.05-5.fc31.x86_64 | |
out: default: quota-nls-1:4.05-5.fc31.noarch | |
out: default: Complete! | |
Run command 'bash -c "vagrant plugin list | grep '^vagrant-rsync-back '"'. | |
out: vagrant-rsync-back (0.0.1, global) | |
Run command 'vagrant rsync-back'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: ==> default: Rsyncing folder: /var/tmp/tmt/run-004/ci/ => /var/tmp/tmt/run-004/ci | |
execute | |
workdir: /var/tmp/tmt/run-004/ci/execute | |
how: beakerlib | |
Copy '/home/lpcs/lpcsf-new/test/tmt/tmt/steps/execute/run.sh' to '/var/tmp/tmt/run-004/ci/execute'. | |
Run command 'vagrant rsync'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: ==> default: Rsyncing folder: /var/tmp/tmt/run-004/ci/ => /var/tmp/tmt/run-004/ci | |
Run command '('vagrant', 'ssh', '-c', 'nohup /var/tmp/tmt/run-004/ci/execute/run.sh -v /var/tmp/tmt/run-004/ci beakerlib /var/tmp/tmt/run-004/ci/execute/stdout.log /var/tmp/tmt/run-004/ci/execute/stderr.log')'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: nohup: ignoring input and appending output to 'nohup.out' | |
err: Connection to 192.168.122.51 closed. | |
Run command 'bash -c "vagrant plugin list | grep '^vagrant-rsync-back '"'. | |
out: vagrant-rsync-back (0.0.1, global) | |
Run command 'vagrant rsync-back'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: ==> default: Rsyncing folder: /var/tmp/tmt/run-004/ci/ => /var/tmp/tmt/run-004/ci | |
stdout.log: FD | |
stderr.log: | |
/var/tmp/tmt/run-004/ci $ main beakerlib < discover/tests.yaml | |
> /one/tests/bz1416712-Tuned-logs-error-message-if: | |
> duration: 5m | |
> path: /one/tests/tests/bz1416712-Tuned-logs-error-message-if | |
> test: ./runtest.sh | |
> > beakerlib execute: cd '/var/tmp/tmt/run-004/ci/discover/one/tests/tests/bz1416712-Tuned-logs-error-message-if' && timeout '5m' ./runtest.sh | |
> > out.log: | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Setup | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
package tuned is not installed | |
:: [ 20:19:51 ] :: [ FAIL ] :: Checking for the presence of tuned rpm | |
:: [ 20:19:51 ] :: [ ERROR ] :: rlImport: Could not find library tuned/basic | |
Redirecting to /bin/systemctl status tuned.service | |
Unit tuned.service could not be found. | |
:: [ 20:19:51 ] :: [ WARNING ] :: rlServiceStart: service tuned status returned 4 | |
:: [ 20:19:51 ] :: [ WARNING ] :: rlServiceStart: Guessing that original state of tuned is stopped | |
Redirecting to /bin/systemctl start tuned.service | |
Failed to start tuned.service: Unit tuned.service not found. | |
:: [ 20:19:52 ] :: [ ERROR ] :: rlServiceStart: Starting service tuned failed | |
:: [ 20:19:52 ] :: [ ERROR ] :: Status of the failed service: | |
:: [ 20:19:52 ] :: [ LOG ] :: Redirecting to /bin/systemctl status tuned.service | |
:: [ 20:19:52 ] :: [ LOG ] :: Unit tuned.service could not be found. | |
./runtest.sh: line 38: tunedProfileBackup: command not found | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 1s | |
:: Assertions: 0 good, 1 bad | |
:: RESULT: WARN (Setup) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Test of profile balanced | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: [ 20:19:52 ] :: [ BEGIN ] :: Running 'cat /usr/lib/tuned/balanced/tuned.conf | grep alpm=' | |
cat: /usr/lib/tuned/balanced/tuned.conf: No such file or directory | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /usr/lib/tuned/balanced/tuned.conf | grep alpm=' (Expected 0, got 1) | |
./runtest.sh: line 43: /var/log/tuned/tuned.log: No such file or directory | |
:: [ 20:19:52 ] :: [ BEGIN ] :: Running 'tuned-adm profile balanced' | |
/usr/share/beakerlib/testing.sh: line 891: tuned-adm: command not found | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'tuned-adm profile balanced' (Expected 0, got 127) | |
:: [ 20:19:52 ] :: [ BEGIN ] :: Running 'tuned-adm active | grep balanced' | |
/usr/share/beakerlib/testing.sh: line 891: tuned-adm: command not found | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'tuned-adm active | grep balanced' (Expected 0, got 1) | |
:: [ 20:19:52 ] :: [ BEGIN ] :: Running 'cat /var/log/tuned/tuned.log | grep -v 'ERROR tuned.utils.commands: Reading /sys/class/scsi_host/host0/link_power_management_policy'' | |
cat: /var/log/tuned/tuned.log: No such file or directory | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /var/log/tuned/tuned.log | grep -v 'ERROR tuned.utils.commands: Reading /sys/class/scsi_host/host0/link_power_management_policy'' (Expected 0, got 1) | |
:: [ 20:19:52 ] :: [ BEGIN ] :: Running 'cat /var/log/tuned/tuned.log | grep -v 'WARNING tuned.plugins.plugin_scsi_host: ALPM control file'' | |
cat: /var/log/tuned/tuned.log: No such file or directory | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /var/log/tuned/tuned.log | grep -v 'WARNING tuned.plugins.plugin_scsi_host: ALPM control file'' (Expected 0, got 1) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 0s | |
:: Assertions: 0 good, 5 bad | |
:: RESULT: FAIL (Test of profile balanced) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Test of profile powersave | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: [ 20:19:52 ] :: [ BEGIN ] :: Running 'cat /usr/lib/tuned/powersave/tuned.conf | grep alpm=' | |
cat: /usr/lib/tuned/powersave/tuned.conf: No such file or directory | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /usr/lib/tuned/powersave/tuned.conf | grep alpm=' (Expected 0, got 1) | |
./runtest.sh: line 52: /var/log/tuned/tuned.log: No such file or directory | |
:: [ 20:19:52 ] :: [ BEGIN ] :: Running 'tuned-adm profile powersave' | |
/usr/share/beakerlib/testing.sh: line 891: tuned-adm: command not found | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'tuned-adm profile powersave' (Expected 0, got 127) | |
:: [ 20:19:52 ] :: [ BEGIN ] :: Running 'tuned-adm active | grep powersave' | |
/usr/share/beakerlib/testing.sh: line 891: tuned-adm: command not found | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'tuned-adm active | grep powersave' (Expected 0, got 1) | |
:: [ 20:19:52 ] :: [ BEGIN ] :: Running 'cat /var/log/tuned/tuned.log | grep -v 'ERROR tuned.utils.commands: Reading /sys/class/scsi_host/host0/link_power_management_policy'' | |
cat: /var/log/tuned/tuned.log: No such file or directory | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /var/log/tuned/tuned.log | grep -v 'ERROR tuned.utils.commands: Reading /sys/class/scsi_host/host0/link_power_management_policy'' (Expected 0, got 1) | |
:: [ 20:19:52 ] :: [ BEGIN ] :: Running 'cat /var/log/tuned/tuned.log | grep -v 'WARNING tuned.plugins.plugin_scsi_host: ALPM control file'' | |
cat: /var/log/tuned/tuned.log: No such file or directory | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /var/log/tuned/tuned.log | grep -v 'WARNING tuned.plugins.plugin_scsi_host: ALPM control file'' (Expected 0, got 1) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 0s | |
:: Assertions: 0 good, 5 bad | |
:: RESULT: FAIL (Test of profile powersave) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Cleanup | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
./runtest.sh: line 60: tunedProfileRestore: command not found | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 0s | |
:: Assertions: 0 good, 0 bad | |
:: RESULT: PASS (Cleanup) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: TEST PROTOCOL | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
Package : tuned | |
beakerlib RPM : beakerlib-1.18-7.fc31.noarch | |
Test name : unknown | |
Test started : 2019-11-19 20:19:51 UTC | |
Test finished : 2019-11-19 20:19:52 UTC (still running) | |
Test duration : 1 seconds | |
Distro : Fedora release 31 (Thirty One) | |
Hostname : localhost | |
Architecture : x86_64 | |
CPUs : 1 x Intel Core Processor (Skylake, IBRS) | |
RAM size : 980 MB | |
HDD size : 39.12 GB | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Setup | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: [ 20:19:51 ] :: [ FAIL ] :: Checking for the presence of tuned rpm | |
:: [ 20:19:51 ] :: [ ERROR ] :: rlImport: Could not find library tuned/basic | |
:: [ 20:19:51 ] :: [ WARNING ] :: rlServiceStart: service tuned status returned 4 | |
:: [ 20:19:51 ] :: [ WARNING ] :: rlServiceStart: Guessing that original state of tuned is stopped | |
:: [ 20:19:52 ] :: [ ERROR ] :: rlServiceStart: Starting service tuned failed | |
:: [ 20:19:52 ] :: [ ERROR ] :: Status of the failed service: | |
:: [ 20:19:52 ] :: [ LOG ] :: Redirecting to /bin/systemctl status tuned.service | |
:: [ 20:19:52 ] :: [ LOG ] :: Unit tuned.service could not be found. | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 1s | |
:: Assertions: 0 good, 1 bad | |
:: RESULT: WARN (Setup) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Test of profile balanced | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /usr/lib/tuned/balanced/tuned.conf | grep alpm=' (Expected 0, got 1) | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'tuned-adm profile balanced' (Expected 0, got 127) | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'tuned-adm active | grep balanced' (Expected 0, got 1) | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /var/log/tuned/tuned.log | grep -v 'ERROR tuned.utils.commands: Reading /sys/class/scsi_host/host0/link_power_management_policy'' (Expected 0, got 1) | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /var/log/tuned/tuned.log | grep -v 'WARNING tuned.plugins.plugin_scsi_host: ALPM control file'' (Expected 0, got 1) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 0s | |
:: Assertions: 0 good, 5 bad | |
:: RESULT: FAIL (Test of profile balanced) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Test of profile powersave | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /usr/lib/tuned/powersave/tuned.conf | grep alpm=' (Expected 0, got 1) | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'tuned-adm profile powersave' (Expected 0, got 127) | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'tuned-adm active | grep powersave' (Expected 0, got 1) | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /var/log/tuned/tuned.log | grep -v 'ERROR tuned.utils.commands: Reading /sys/class/scsi_host/host0/link_power_management_policy'' (Expected 0, got 1) | |
:: [ 20:19:52 ] :: [ FAIL ] :: Command 'cat /var/log/tuned/tuned.log | grep -v 'WARNING tuned.plugins.plugin_scsi_host: ALPM control file'' (Expected 0, got 1) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 0s | |
:: Assertions: 0 good, 5 bad | |
:: RESULT: FAIL (Test of profile powersave) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Cleanup | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 0s | |
:: Assertions: 0 good, 0 bad | |
:: RESULT: PASS (Cleanup) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: unknown | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: [ 20:19:52 ] :: [ LOG ] :: JOURNAL XML: /var/tmp/tmt/run-004/ci/execute/one/tests/bz1416712-Tuned-logs-error-message-if/journal.xml | |
:: [ 20:19:52 ] :: [ LOG ] :: JOURNAL TXT: /var/tmp/tmt/run-004/ci/execute/one/tests/bz1416712-Tuned-logs-error-message-if/journal.txt | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 1s | |
:: Phases: 1 good, 3 bad | |
:: OVERALL RESULT: FAIL (unknown) | |
> > exitcode.log: | |
1 | |
overview: F | |
result: 0 tests passed, 1 test failed | |
report | |
workdir: /var/tmp/tmt/run-004/ci/report | |
finish | |
workdir: /var/tmp/tmt/run-004/ci/finish | |
Run command '('vagrant', 'destroy', '-f')'. | |
err: /home/lpcs/.vagrant.d/gems/2.6.5/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/config.rb:625: warning: Insecure world writable dir /home/lpcs/lpcsf-new/test in PATH, mode 040777 | |
out: ==> default: Removing domain... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment