Created
November 18, 2019 22:14
-
-
Save pvalena/aacf67182d27c67061dfd4b59a2e575a to your computer and use it in GitHub Desktop.
example run 2
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
# created using `tmt init --base` and then edited | |
# same test as example 1, fixed password, with --debug | |
# example 1: https://gist.github.com/pvalena/b7a49d19a423ffb7e44ca12c41a508dc | |
$ tmt run --debug | |
/var/tmp/tmt/run-001 | |
Found 1 plan. | |
/plans/example | |
summary: Basic smoke test | |
how: prepare | |
script: dnf install -y ruby | |
name: one | |
how: shell | |
Read file '/var/tmp/tmt/run-001/plans/example/discover/status.txt'. | |
Write file '/var/tmp/tmt/run-001/plans/example/discover/status.txt'. | |
discover | |
workdir: /var/tmp/tmt/run-001/plans/example/discover | |
how: fmf | |
directory: /home/lpcs/lpcsf-new/tmp/0 | |
Copy '/home/lpcs/lpcsf-new/tmp/0' to '/var/tmp/tmt/run-001/plans/example/discover/one/tests'. | |
Check metadata tree in '/var/tmp/tmt/run-001/plans/example/discover/one/tests'. | |
tests: 1 test selected | |
/one/tests/example | |
Write file '/var/tmp/tmt/run-001/plans/example/discover/steps.yaml'. | |
Write file '/var/tmp/tmt/run-001/plans/example/discover/tests.yaml'. | |
Write file '/var/tmp/tmt/run-001/plans/example/discover/status.txt'. | |
provision | |
workdir: /var/tmp/tmt/run-001/plans/example/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. | |
how: remote | |
host: 10.0.138.95 | |
pass: ahoyyyyyy | |
name: one | |
username: root | |
password: ahoyyyyyy | |
box: fedora/31-cloud-base | |
memory: 1024 | |
Provision dir: /var/tmp/tmt/run-001/plans/example/provision/aFlrFuGkfNwsPtdG | |
generating: managed | |
Host: 10.0.138.95 | |
Run command 'bash -c "vagrant plugin list | grep '^vagrant-managed-servers '"'. | |
out: vagrant-managed-servers (0.8.0, global) | |
Run command '('vagrant', 'init', '-fm', 'tknerr/managed-server-dummy')'. | |
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 = "tknerr/managed-server-dummy" | |
end | |
Adding into Vagrantfile: vm.provider 'managed' do |managed| managed.server = "10.0.138.95"; end | |
Run command 'vagrant validate'. | |
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: Vagrantfile validated successfully. | |
Adding into Vagrantfile: vm.synced_folder ".", "/vagrant", type: "rsync", disabled: true | |
Run command 'vagrant validate'. | |
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: Vagrantfile validated successfully. | |
Adding into Vagrantfile: vm.synced_folder "/var/tmp/tmt/run-001/plans/example", "/var/tmp/tmt/run-001/plans/example", type: "rsync" | |
Run command 'vagrant validate'. | |
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: Vagrantfile validated successfully. | |
Adding into Vagrantfile: ssh.username = "root" | |
Run command 'vagrant validate'. | |
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: Vagrantfile validated successfully. | |
Adding into Vagrantfile: ssh.password = "ahoyyyyyy" | |
Run command 'vagrant validate'. | |
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: Vagrantfile validated successfully. | |
Adding into Vagrantfile: nfs.verify_installed = false | |
Run command 'vagrant validate'. | |
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: Vagrantfile validated successfully. | |
Provisioning vagrant, Vagrantfile: | |
Vagrant.configure("2") do |config| | |
config.vm.box = "tknerr/managed-server-dummy" | |
config.vm.provider 'managed' do |managed| managed.server = "10.0.138.95"; end | |
config.vm.synced_folder ".", "/vagrant", type: "rsync", disabled: true | |
config.vm.synced_folder "/var/tmp/tmt/run-001/plans/example", "/var/tmp/tmt/run-001/plans/example", type: "rsync" | |
config.ssh.username = "root" | |
config.ssh.password = "ahoyyyyyy" | |
config.nfs.verify_installed = false | |
end | |
Run command 'vagrant up'. | |
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: Bringing machine 'default' up with 'managed' provider... | |
out: ==> default: Linking with managed server 10.0.138.95 | |
out: ==> default: -- Server: 10.0.138.95 | |
prepare | |
workdir: /var/tmp/tmt/run-001/plans/example/prepare | |
Prepare: shell = 'dnf install -y ruby | |
Trying path: /var/tmp/tmt/run-001/plans/example/discover/one/tests/dnf install -y ruby | |
Adding into Vagrantfile: vm.provision "prepare", type: "shell", privileged: "true", run: "never", inline: "dnf install -y ruby" | |
Run command 'vagrant validate'. | |
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: 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: Vagrantfile validated successfully. | |
Run command '('vagrant', 'provision', '--provision-with', 'prepare')'. | |
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: ==> default: Rsyncing folder: /var/tmp/tmt/run-001/plans/example/ => /var/tmp/tmt/run-001/plans/example | |
out: ==> default: Running provisioner: prepare (shell)... | |
out: default: Running: inline script | |
out: default: Updating Subscription Management repositories. | |
out: default: Unable to read consumer identity | |
out: default: This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. | |
out: default: Beaker Client - RedHatEnterpriseLinux8 13 kB/s | 1.5 kB 00:00 | |
out: default: Beaker harness 17 kB/s | 1.5 kB 00:00 | |
out: default: Copr repo for beakerlib-libraries owned by bgon 68 kB/s | 3.3 kB 00:00 | |
out: default: QA Tools Incubator 9.3 kB/s | 2.5 kB 00:00 | |
out: default: QA Tools Incubator 224 kB/s | 271 kB 00:01 | |
out: default: QA Tools Incubator Testing 9.4 kB/s | 2.5 kB 00:00 | |
out: default: QA Tools Incubator Testing 73 kB/s | 46 kB 00:00 | |
out: default: rhel-HighAvailability 80 kB/s | 2.8 kB 00:00 | |
out: default: rhel-HighAvailability-debuginfo 40 kB/s | 1.5 kB 00:00 | |
out: default: rhel-NFV 71 kB/s | 2.7 kB 00:00 | |
out: default: rhel-NFV-debuginfo 37 kB/s | 1.5 kB 00:00 | |
out: default: rhel-RT 64 kB/s | 2.7 kB 00:00 | |
out: default: rhel-RT-debuginfo 40 kB/s | 1.5 kB 00:00 | |
out: default: rhel-ResilientStorage 88 kB/s | 2.8 kB 00:00 | |
out: default: rhel-ResilientStorage-debuginfo 50 kB/s | 1.5 kB 00:00 | |
out: default: rhel-SAP 78 kB/s | 2.7 kB 00:00 | |
out: default: rhel-SAP-debuginfo 66 kB/s | 1.5 kB 00:00 | |
out: default: rhel-SAPHANA 82 kB/s | 2.7 kB 00:00 | |
out: default: rhel-SAPHANA-debuginfo 65 kB/s | 1.5 kB 00:00 | |
out: default: rhel 76 kB/s | 2.8 kB 00:00 | |
out: default: rhel-AppStream 82 kB/s | 3.2 kB 00:00 | |
out: default: Dependencies resolved. | |
out: default: ================================================================================ | |
out: default: Package Arch Version Repository Size | |
out: default: ================================================================================ | |
out: default: Installing: | |
out: default: ruby x86_64 2.5.5-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 86 k | |
out: default: Installing dependencies: | |
out: default: ruby-irb noarch 2.5.5-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 102 k | |
out: default: ruby-libs x86_64 2.5.5-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 2.9 M | |
out: default: rubygem-json | |
out: default: x86_64 2.1.0-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 90 k | |
out: default: rubygem-psych | |
out: default: x86_64 3.0.2-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 95 k | |
out: default: Installing weak dependencies: | |
out: default: rubygem-bigdecimal | |
out: default: x86_64 1.3.4-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 97 k | |
out: default: rubygem-did_you_mean | |
out: default: noarch 1.2.0-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 90 k | |
out: default: rubygem-io-console | |
out: default: x86_64 0.4.6-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 66 k | |
out: default: rubygem-openssl | |
out: default: x86_64 2.1.2-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 190 k | |
out: default: rubygem-rdoc | |
out: default: noarch 6.0.1-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 486 k | |
out: default: rubygems noarch 2.7.6.2-105.module+el8.1.0+3656+f80bfa1d rhel-AppStream 308 k | |
out: default: Enabling module streams: | |
out: default: ruby 2.5 | |
out: default: | |
out: default: Transaction Summary | |
out: default: ================================================================================ | |
out: default: Install 11 Packages | |
out: default: | |
out: default: Total download size: 4.5 M | |
out: default: Installed size: 15 M | |
out: default: Downloading Packages: | |
out: default: (1/11): ruby-2.5.5-105.module+el8.1.0+3656+f80b 1.2 MB/s | 86 kB 00:00 | |
out: default: (2/11): ruby-irb-2.5.5-105.module+el8.1.0+3656+ 1.4 MB/s | 102 kB 00:00 | |
out: default: (3/11): rubygem-did_you_mean-1.2.0-105.module+e 2.9 MB/s | 90 kB 00:00 | |
out: default: (4/11): rubygem-bigdecimal-1.3.4-105.module+el8 2.6 MB/s | 97 kB 00:00 | |
out: default: (5/11): rubygem-io-console-0.4.6-105.module+el8 3.5 MB/s | 66 kB 00:00 | |
out: default: (6/11): rubygem-json-2.1.0-105.module+el8.1.0+3 4.5 MB/s | 90 kB 00:00 | |
out: default: (7/11): rubygem-psych-3.0.2-105.module+el8.1.0+ 3.4 MB/s | 95 kB 00:00 | |
out: default: (8/11): rubygem-openssl-2.1.2-105.module+el8.1. 4.8 MB/s | 190 kB 00:00 | |
out: default: (9/11): rubygems-2.7.6.2-105.module+el8.1.0+365 15 MB/s | 308 kB 00:00 | |
out: default: (10/11): ruby-libs-2.5.5-105.module+el8.1.0+365 15 MB/s | 2.9 MB 00:00 | |
out: default: (11/11): rubygem-rdoc-6.0.1-105.module+el8.1.0+ 10 MB/s | 486 kB 00:00 | |
out: default: -------------------------------------------------------------------------------- | |
out: default: Total 22 MB/s | 4.5 MB 00:00 | |
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 : ruby-libs-2.5.5-105.module+el8.1.0+3656+f80bfa1d.x 1/11 | |
out: default: | |
out: default: Installing : ruby-irb-2.5.5-105.module+el8.1.0+3656+f80bfa1d.no 2/11 | |
out: default: | |
out: default: Installing : rubygem-bigdecimal-1.3.4-105.module+el8.1.0+3656+f 3/11 | |
out: default: | |
out: default: Installing : rubygem-did_you_mean-1.2.0-105.module+el8.1.0+3656 4/11 | |
out: default: | |
out: default: Installing : rubygem-io-console-0.4.6-105.module+el8.1.0+3656+f 5/11 | |
out: default: | |
out: default: Installing : rubygem-json-2.1.0-105.module+el8.1.0+3656+f80bfa1 6/11 | |
out: default: | |
out: default: Installing : rubygem-openssl-2.1.2-105.module+el8.1.0+3656+f80b 7/11 | |
out: default: | |
out: default: Installing : rubygem-psych-3.0.2-105.module+el8.1.0+3656+f80bfa 8/11 | |
out: default: | |
out: default: Installing : rubygem-rdoc-6.0.1-105.module+el8.1.0+3656+f80bfa1 9/11 | |
out: default: | |
out: default: Installing : rubygems-2.7.6.2-105.module+el8.1.0+3656+f80bfa1d. 10/11 | |
out: default: | |
out: default: Installing : ruby-2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 11/11 | |
out: default: | |
out: default: Running scriptlet: ruby-2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 11/11 | |
out: default: | |
out: default: Verifying : ruby-2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 1/11 | |
out: default: Verifying : ruby-irb-2.5.5-105.module+el8.1.0+3656+f80bfa1d.no 2/11 | |
out: default: Verifying : ruby-libs-2.5.5-105.module+el8.1.0+3656+f80bfa1d.x 3/11 | |
out: default: Verifying : rubygem-bigdecimal-1.3.4-105.module+el8.1.0+3656+f 4/11 | |
out: default: Verifying : rubygem-did_you_mean-1.2.0-105.module+el8.1.0+3656 5/11 | |
out: default: Verifying : rubygem-io-console-0.4.6-105.module+el8.1.0+3656+f 6/11 | |
out: default: Verifying : rubygem-json-2.1.0-105.module+el8.1.0+3656+f80bfa1 7/11 | |
out: default: Verifying : rubygem-openssl-2.1.2-105.module+el8.1.0+3656+f80b 8/11 | |
out: default: Verifying : rubygem-psych-3.0.2-105.module+el8.1.0+3656+f80bfa 9/11 | |
out: default: Verifying : rubygem-rdoc-6.0.1-105.module+el8.1.0+3656+f80bfa1 10/11 | |
out: default: Verifying : rubygems-2.7.6.2-105.module+el8.1.0+3656+f80bfa1d. 11/11 | |
out: default: | |
out: default: Installed products updated. | |
out: default: | |
out: default: Installed: | |
out: default: ruby-2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 | |
out: default: rubygem-bigdecimal-1.3.4-105.module+el8.1.0+3656+f80bfa1d.x86_64 | |
out: default: rubygem-did_you_mean-1.2.0-105.module+el8.1.0+3656+f80bfa1d.noarch | |
out: default: rubygem-io-console-0.4.6-105.module+el8.1.0+3656+f80bfa1d.x86_64 | |
out: default: rubygem-openssl-2.1.2-105.module+el8.1.0+3656+f80bfa1d.x86_64 | |
out: default: rubygem-rdoc-6.0.1-105.module+el8.1.0+3656+f80bfa1d.noarch | |
out: default: rubygems-2.7.6.2-105.module+el8.1.0+3656+f80bfa1d.noarch | |
out: default: ruby-irb-2.5.5-105.module+el8.1.0+3656+f80bfa1d.noarch | |
out: default: ruby-libs-2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 | |
out: default: rubygem-json-2.1.0-105.module+el8.1.0+3656+f80bfa1d.x86_64 | |
out: default: rubygem-psych-3.0.2-105.module+el8.1.0+3656+f80bfa1d.x86_64 | |
out: default: | |
out: default: Complete! | |
Trying path: /var/tmp/tmt/run-001/plans/example/discover/one/tests/sleep 1; set -x; nohup bash -c 'dnf install -y beakerlib' 1>/root/prepare.log 2>&1 && exit 0; cat prepare.log; exit 1 | |
Adding into Vagrantfile: vm.provision "prepare", type: "shell", privileged: "true", run: "never", inline: "sleep 1; set -x; nohup bash -c 'dnf install -y beakerlib' 1>/root/prepare.log 2>&1 && exit 0; cat prepare.log; exit 1" | |
Run command 'vagrant validate'. | |
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: Vagrantfile validated successfully. | |
Run command '('vagrant', 'provision', '--provision-with', 'prepare')'. | |
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: ==> default: Rsyncing folder: /var/tmp/tmt/run-001/plans/example/ => /var/tmp/tmt/run-001/plans/example | |
out: ==> default: Running provisioner: prepare (shell)... | |
out: default: Running: inline script | |
out: default: ++ nohup bash -c 'dnf install -y beakerlib' | |
out: default: ++ exit 0 | |
Run command '('vagrant', 'ssh', '-c', '[[ -d \'/root/prepare.log\' ]] || exit 0; set -xe; mkdir -p "/var/tmp/tmt/run-001/plans/example/provision/aFlrFuGkfNwsPtdG/copy//root/prepare.log"; cp -vafr "/root/prepare.log/." "/var/tmp/tmt/run-001/plans/example/provision/aFlrFuGkfNwsPtdG/copy//root/prepare.log"')'. | |
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 | |
err: Connection to 10.0.138.95 closed. | |
Run command '('vagrant', 'ssh', '-c', '[[ -d \'/root/prepare.log\' ]] && exit 0; set -xe; mkdir -p "$(dirname "/var/tmp/tmt/run-001/plans/example/provision/aFlrFuGkfNwsPtdG/copy//root/prepare.log")"; cp -vafr "/root/prepare.log" "$(dirname "/var/tmp/tmt/run-001/plans/example/provision/aFlrFuGkfNwsPtdG/copy//root/prepare.log")"')'. | |
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: ++ dirname /var/tmp/tmt/run-001/plans/example/provision/aFlrFuGkfNwsPtdG/copy//root/prepare.log | |
out: + mkdir -p /var/tmp/tmt/run-001/plans/example/provision/aFlrFuGkfNwsPtdG/copy//root | |
out: ++ dirname /var/tmp/tmt/run-001/plans/example/provision/aFlrFuGkfNwsPtdG/copy//root/prepare.log | |
out: + cp -vafr /root/prepare.log /var/tmp/tmt/run-001/plans/example/provision/aFlrFuGkfNwsPtdG/copy//root | |
out: '/root/prepare.log' -> '/var/tmp/tmt/run-001/plans/example/provision/aFlrFuGkfNwsPtdG/copy//root/prepare.log' | |
err: Connection to 10.0.138.95 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: /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: ==> default: Rsyncing folder: /var/tmp/tmt/run-001/plans/example/ => /var/tmp/tmt/run-001/plans/example | |
execute | |
workdir: /var/tmp/tmt/run-001/plans/example/execute | |
how: beakerlib | |
Copy '/home/lpcs/lpcsf-new/test/tmt/tmt/steps/execute/run.sh' to '/var/tmp/tmt/run-001/plans/example/execute'. | |
Run command 'vagrant rsync'. | |
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: ==> default: Rsyncing folder: /var/tmp/tmt/run-001/plans/example/ => /var/tmp/tmt/run-001/plans/example | |
Run command '('vagrant', 'ssh', '-c', 'nohup /var/tmp/tmt/run-001/plans/example/execute/run.sh -v /var/tmp/tmt/run-001/plans/example beakerlib /var/tmp/tmt/run-001/plans/example/execute/stdout.log /var/tmp/tmt/run-001/plans/example/execute/stderr.log')'. | |
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: nohup: ignoring input and appending output to 'nohup.out' | |
err: Connection to 10.0.138.95 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: /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: ==> default: Rsyncing folder: /var/tmp/tmt/run-001/plans/example/ => /var/tmp/tmt/run-001/plans/example | |
stdout.log: .D | |
stderr.log: | |
/var/tmp/tmt/run-001/plans/example $ main beakerlib < discover/tests.yaml | |
> /one/tests/example: | |
> path: /one/tests/tests/example | |
> test: ./test.sh | |
> > beakerlib execute: cd '/var/tmp/tmt/run-001/plans/example/discover/one/tests/tests/example' && ./test.sh | |
> > out.log: | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Setup | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
ruby-2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 | |
:: [ 17:10:07 ] :: [ PASS ] :: Checking for the presence of ruby rpm | |
:: [ 17:10:07 ] :: [ LOG ] :: Package versions: | |
:: [ 17:10:07 ] :: [ LOG ] :: ruby-2.5.5-105.module+el8.1.0+3656+f80bfa1d.x86_64 | |
:: [ 17:10:07 ] :: [ BEGIN ] :: Creating tmp directory :: actually running 'TMP=$(mktemp -d)' | |
:: [ 17:10:07 ] :: [ PASS ] :: Creating tmp directory (Expected 0, got 0) | |
:: [ 17:10:07 ] :: [ BEGIN ] :: Running 'pushd /tmp/tmp.MeAw5LAnRS' | |
/tmp/tmp.MeAw5LAnRS /var/tmp/tmt/run-001/plans/example/discover/one/tests/tests/example | |
:: [ 17:10:07 ] :: [ PASS ] :: Command 'pushd /tmp/tmp.MeAw5LAnRS' (Expected 0, got 0) | |
:: [ 17:10:07 ] :: [ BEGIN ] :: Running 'set -o pipefail' | |
:: [ 17:10:07 ] :: [ PASS ] :: Command 'set -o pipefail' (Expected 0, got 0) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 0s | |
:: Assertions: 4 good, 0 bad | |
:: RESULT: PASS (Setup) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Test | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: [ 17:10:07 ] :: [ BEGIN ] :: Check version :: actually running 'ruby -v | tee output' | |
ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux] | |
:: [ 17:10:07 ] :: [ PASS ] :: Check version (Expected 0, got 0) | |
:: [ 17:10:07 ] :: [ PASS ] :: File 'output' should contain 'ruby 2.5.5' | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 0s | |
:: Assertions: 2 good, 0 bad | |
:: RESULT: PASS (Test) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Cleanup | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: [ 17:10:07 ] :: [ BEGIN ] :: Running 'popd' | |
/var/tmp/tmt/run-001/plans/example/discover/one/tests/tests/example | |
:: [ 17:10:07 ] :: [ PASS ] :: Command 'popd' (Expected 0, got 0) | |
:: [ 17:10:07 ] :: [ BEGIN ] :: Removing tmp directory :: actually running 'rm -r /tmp/tmp.MeAw5LAnRS' | |
:: [ 17:10:07 ] :: [ PASS ] :: Removing tmp directory (Expected 0, got 0) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 0s | |
:: Assertions: 2 good, 0 bad | |
:: RESULT: PASS (Cleanup) | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: unknown | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: [ 17:10:07 ] :: [ LOG ] :: JOURNAL XML: /var/tmp/tmt/run-001/plans/example/execute/one/tests/example/journal.xml | |
:: [ 17:10:07 ] :: [ LOG ] :: JOURNAL TXT: /var/tmp/tmt/run-001/plans/example/execute/one/tests/example/journal.txt | |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: Duration: 0s | |
:: Phases: 3 good, 0 bad | |
:: OVERALL RESULT: PASS (unknown) | |
> > exitcode.log: | |
0 | |
overview: . | |
result: 1 test passed, 0 tests failed | |
report | |
workdir: /var/tmp/tmt/run-001/plans/example/report | |
finish | |
workdir: /var/tmp/tmt/run-001/plans/example/finish | |
Run command '('vagrant', 'destroy', '-f')'. | |
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: ==> default: Unlinking from managed server 10.0.138.95 | |
out: ==> default: -- Server: 10.0.138.95 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment