This file contains 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
$ cat mock_c9s_verbose_trace_2.log | |
INFO: mock.py version 6.1 starting (python version = 3.13.2, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r c9s -v --trace ruby-3.0.7-163.el9.src.rpm | |
INFO: ENTER ['__init__'](<class 'mockbuild.mounts.Mounts'>, <mockbuild.buildroot.Buildroot object at 0x7f823decba10>) | |
INFO: ENTER ['make_chroot_path'](<mockbuild.buildroot.Buildroot object at 0x7f823decba10>, '/proc') | |
INFO: ENTER ['__init__'](<class 'mockbuild.mounts.FileSystemMountPoint'>, filetype='tmpfs'device='mock_hide_procfs_from_host'path='/var/lib/mock/c9s-candidate-x86_64-bootstrap/root/proc'options='rprivate,mode=0755') | |
INFO: ENTER ['__init__'](<class 'mockbuild.mounts.FileSystemMountPoint'>, mountsource='tmpfs'mountpath='/var/lib/mock/c9s-candidate-x86_64-bootstrap/root/proc') | |
INFO: ENTER ['ismounted'](<mockbuild.mounts.FileSystemMountPoint object [device: tmpfs, path: /var/lib/mock/c9s-candidate-x86_64-bootstrap/root/proc, filetype: tmpfs, options: rprivate,mode=0755, mounted: None]>) | |
INFO: ENTER ['__init__ |
This file contains 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
$ mock -r c9s -v --trace ruby-3.0.7-163.el9.src.rpm 2>&1 | tee mock_c9s_verbose_trace.log | |
$ cat mock_c9s_verbose_trace.log | |
INFO: mock.py version 6.1 starting (python version = 3.13.2, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock -r c9s -v --trace ruby-3.0.7-163.el9.src.rpm | |
INFO: ENTER ['__init__'](<class 'mockbuild.mounts.Mounts'>, <mockbuild.buildroot.Buildroot object at 0x7fe168b1fa10>) | |
INFO: ENTER ['make_chroot_path'](<mockbuild.buildroot.Buildroot object at 0x7fe168b1fa10>, '/proc') | |
INFO: ENTER ['__init__'](<class 'mockbuild.mounts.FileSystemMountPoint'>, filetype='tmpfs'device='mock_hide_procfs_from_host'path='/var/lib/mock/c9s-candidate-x86_64-bootstrap/root/proc'options='rprivate,mode=0755') | |
INFO: ENTER ['__init__'](<class 'mockbuild.mounts.FileSystemMountPoint'>, mountsource='tmpfs'mountpath='/var/lib/mock/c9s-candidate-x86_64-bootstrap/root/proc') | |
INFO: ENTER ['ismounted'](<mockbuild.mounts.FileSystemMountPoint object [device: tmpfs, path: /var/lib/mock/c9s-candidate-x86_64-bootstrap/root/pr |
This file contains 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
$ cat c9s-x86_64_config.txt | |
config_opts['additional_packages'] = [] | |
config_opts['build_log_fmt_str'] = '%(message)s' | |
config_opts['cache_alterations'] = False | |
config_opts['chroot_name'] = 'c9s' | |
config_opts['chroot_setup_cmd'] = 'install @build' | |
config_opts['chrootuid'] = 28707 | |
config_opts['cleanup_on_failure'] = False | |
config_opts['cleanup_on_success'] = False | |
config_opts['config_file'] = '/home/jaruga/.config/mock/c9s.cfg' |
This file contains 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
$ cat centos-stream-9-x86_64_config.txt | |
config_opts['additional_packages'] = [] | |
config_opts['bootstrap_image'] = 'quay.io/centos/centos:stream9' | |
config_opts['bootstrap_image_ready'] = True | |
config_opts['build_log_fmt_str'] = '%(message)s' | |
config_opts['cache_alterations'] = False | |
config_opts['chroot_name'] = 'centos-stream-9-x86_64' | |
config_opts['chroot_setup_cmd'] = ('install tar redhat-rpm-config redhat-release which xz sed make bzip2 gzip ' | |
'coreutils unzip diffutils cpio bash gawk rpm-build info patch util-linux ' | |
'findutils grep glibc-minimal-langpack') |
This file contains 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
$ centpkg mockbuild | |
centpkg defined %patchN compatibility shims to parse the spec file. %patchN is obsolete, use %patch -P N instead. | |
Not downloading already downloaded ruby-3.0.7.tar.xz | |
setting SOURCE_DATE_EPOCH=1732579200 | |
Wrote: /home/jaruga/var/pkg/centos/ruby/ruby-3.0.7-163.el9.src.rpm | |
INFO: mock.py version 6.1 starting (python version = 3.13.2, NVR = mock-6.1-1.fc41), args: /usr/libexec/mock/mock --configdir /tmp/c9s-candidate-x86_64.6ry4tcnfmockconfig -r c9s-candidate-x86_64 --resultdir /home/jaruga/var/pkg/centos/ruby/results_ruby/3.0.7/163.el9 --rebuild /home/jaruga/var/pkg/centos/ruby/ruby-3.0.7-163.el9.src.rpm | |
Start(bootstrap): init plugins | |
INFO: selinux enabled | |
Finish(bootstrap): init plugins |
This file contains 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
$ centpkg srpm | |
centpkg defined %patchN compatibility shims to parse the spec file. %patchN is obsolete, use %patch -P N instead. | |
Not downloading already downloaded ruby-3.0.7.tar.xz | |
setting SOURCE_DATE_EPOCH=1732579200 | |
Wrote: /home/jaruga/var/pkg/centos/ruby/ruby-3.0.7-163.el9.src.rpm | |
$ ls *.rpm | |
ruby-3.0.7-163.el9.src.rpm |
This file contains 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
$ pwd | |
/home/jaruga/fed/tests/ruby | |
$ git remote -v | grep origin | |
origin ssh://[email protected]/tests/ruby (fetch) | |
origin ssh://[email protected]/tests/ruby (push) | |
$ tmt -c distro=fedora run provision -h virtual -i fedora-rawhide -vvv | |
/var/tmp/tmt/run-002 |
This file contains 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 -c distro=fedora-rawhide run --all provision -h virtual -i fedora-rawhide tests -n '^/systemtap-static-probes-in-ruby$' | |
/var/tmp/tmt/run-044 | |
... | |
$ tmt run --id run-044 report -vvv >& tmt_run_report_044.log | |
$ cat tmt_run_report_044.log | |
/var/tmp/tmt/run-044 | |
/plans/all |
This file contains 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 -c distro=fedora-rawhide run --all provision -h virtual -i fedora-rawhide plans --default | |
/var/tmp/tmt/run-014 | |
/default/plan | |
discover | |
how: fmf | |
directory: /home/jaruga/var/pkg/fed/tests/ruby | |
summary: 3 tests selected | |
provision | |
queued provision.provision task #1: default-0 |
This file contains 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 -c distro=fedora-rawhide run --all provision -h container -i fedora:rawhide plans --default | |
$ tmt run --last report -vvv plans --default >& tmt_run_report_container.log | |
$ cat tmt_run_report_container.log | |
/var/tmp/tmt/run-012 | |
/default/plan | |
report | |
how: display |
NewerOlder