==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: trace-cmd 3.3.3-1 (Sat Aug 2 17:22:15 2025)
==> Retrieving sources...
-> Found trace-cmd-v3.3.3.tar.gz
-> Found trace-cmd-2.9-make_install.patch
-> Found trace-cmd-2.9.3-python3.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
trace-cmd-v3.3.3.tar.gz ... Passed
trace-cmd-2.9-make_install.patch ... Passed
trace-cmd-2.9.3-python3.patch ... Passed
==> Validating source files with b2sums...
trace-cmd-v3.3.3.tar.gz ... Passed
trace-cmd-2.9-make_install.patch ... Passed
trace-cmd-2.9.3-python3.patch ... Passed
==> Making package: trace-cmd 3.3.3-1 (Sat 02 Aug 2025 05:22:22 PM MDT)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (2) libtraceevent-1:1.8.4-1 libtracefs-1.8.2-1
Total Download Size: 0.37 MiB
Total Installed Size: 1.61 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
libtracefs-1.8.2-1-aarch64 downloading...
libtraceevent-1:1.8.4-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libtraceevent...
Optional dependencies for libtraceevent
libtraceevent-docs: for documentation
installing libtracefs...
Optional dependencies for libtracefs
libtracefs-docs: for documentation
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...
Packages (8) docbook-xml-4.5-11 docbook-xsl-1.79.2-9 libxslt-1.1.43-2
asciidoc-10.2.1-2 bash-completion-2.16.0-1 cunit-2.1.3-4
swig-4.3.1-1 xmlto-0.0.29-1
Total Download Size: 3.55 MiB
Total Installed Size: 38.20 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
docbook-xsl-1.79.2-9-any downloading...
swig-4.3.1-1-aarch64 downloading...
asciidoc-10.2.1-2-any downloading...
bash-completion-2.16.0-1-any downloading...
libxslt-1.1.43-2-aarch64 downloading...
docbook-xml-4.5-11-any downloading...
cunit-2.1.3-4-aarch64 downloading...
xmlto-0.0.29-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing docbook-xml...
installing libxslt...
Optional dependencies for libxslt
python: Python bindings [installed]
installing docbook-xsl...
installing asciidoc...
Optional dependencies for asciidoc
graphviz: graphviz-filter
lilypond: music-filter
imagemagick: music-filter
source-highlight: source-highlight-filter
dblatex: pdf generation
fop: alternative pdf generation
w3m: text generation
lynx: alternative text generation
installing bash-completion...
installing cunit...
installing swig...
installing xmlto...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
-> Found trace-cmd-v3.3.3.tar.gz
-> Found trace-cmd-2.9-make_install.patch
-> Found trace-cmd-2.9.3-python3.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting trace-cmd-v3.3.3.tar.gz with bsdtar
==> Starting prepare()...
patching file Makefile
Hunk #1 succeeded at 499 with fuzz 2 (offset 101 lines).
patching file python/event-viewer.py
==> Starting build()...
Have zlib compression support
Have ZSTD compression support
Note: to build man pages, type "make doc"
to build unit tests, type "make test"
UPDATE ltc_version.h
trace-timesync-kvm.c: In function 'kvm_clock_guest':
trace-timesync-kvm.c:557:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-timesync-kvm.c: In function 'kvm_open_debug_files':
trace-timesync-kvm.c:293:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
In function 'kvm_open_vcpu_dir',
inlined from 'kvm_open_debug_files' at trace-timesync-kvm.c:313:7:
trace-timesync-kvm.c:231:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:970,
from /usr/include/traceevent/event-parse.h:11,
from /build/trace-cmd/src/trace-cmd-v3.3.3/include/trace-cmd/trace-cmd.h:9,
from trace-timesync-kvm.c:15:
In function 'snprintf',
inlined from 'kvm_open_vcpu_dir' at trace-timesync-kvm.c:231:5,
inlined from 'kvm_open_debug_files' at trace-timesync-kvm.c:313:7:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 4096
68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~
In function 'kvm_open_vcpu_dir',
inlined from 'kvm_open_debug_files' at trace-timesync-kvm.c:313:7:
trace-timesync-kvm.c:236:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
In function 'snprintf',
inlined from 'kvm_open_vcpu_dir' at trace-timesync-kvm.c:236:5,
inlined from 'kvm_open_debug_files' at trace-timesync-kvm.c:313:7:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 4096
68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~
In function 'kvm_open_vcpu_dir',
inlined from 'kvm_open_debug_files' at trace-timesync-kvm.c:313:7:
trace-timesync-kvm.c:241:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Wformat-truncation=]
In function 'snprintf',
inlined from 'kvm_open_vcpu_dir' at trace-timesync-kvm.c:241:5,
inlined from 'kvm_open_debug_files' at trace-timesync-kvm.c:313:7:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 2 and 4352 bytes into a destination of size 4096
68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~
trace-timesync-ptp.c: In function 'ptp_track_clock':
trace-timesync-ptp.c:415:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-recorder.c: In function 'tracecmd_free_recorder':
trace-recorder.c:88:4: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-recorder.c: In function 'tracecmd_flush_recording':
trace-recorder.c:424:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-recorder.c: In function 'update_fd':
trace-recorder.c:337:2: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-recorder.c: In function 'tracecmd_free_recorder':
trace-recorder.c:88:4: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-recorder.c: In function 'tracecmd_flush_recording':
trace-recorder.c:424:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-recorder.c: In function 'update_fd':
trace-recorder.c:337:2: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
make[1]: Nothing to be done for 'all'.
trace-util.c: In function 'tracecmd_generate_traceid':
trace-util.c:617:2: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-util.c: In function 'tracecmd_generate_traceid':
trace-util.c:617:2: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
swig -Wall -python -noproxy \
-I/build/trace-cmd/src/trace-cmd-v3.3.3/include/trace-cmd -I/build/trace-cmd/src/trace-cmd-v3.3.3/lib/trace-cmd/include/private \
-I/usr/include/traceevent ctracecmd.i
/usr/include/traceevent/event-parse.h:67: Warning 451: Setting a const char * variable may leak memory.
trace-listen.c: In function 'make_pid_file':
trace-listen.c:1012:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-listen.c: In function 'communicate_with_client':
trace-listen.c:356:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-listen.c:390:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-listen.c:395:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-listen.c:403:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-listen.c: In function 'create_all_readers':
trace-listen.c:578:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-listen.c:581:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
cc -fpic -c -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DVSOCK -DPERF -DHAVE_ZLIB -DHAVE_ZSTD -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -I/build/trace-cmd/src/trace-cmd-v3.3.3/include -I/build/trace-cmd/src/trace-cmd-v3.3.3/../../include -I/build/trace-cmd/src/trace-cmd-v3.3.3/include/trace-cmd -I/build/trace-cmd/src/trace-cmd-v3.3.3/lib/trace-cmd/include -I/build/trace-cmd/src/trace-cmd-v3.3.3/lib/trace-cmd/include/private -I/build/trace-cmd/src/trace-cmd-v3.3.3/tracecmd/include -I/usr/include/traceevent -I/usr/include/tracefs -I/usr/include/traceevent -DVAR_DIR="/var" '-DPLUGIN_TRACECMD_DIR=""' -DHAVE_BLK_TC_FLUSH -DHAVE_MEMFD_CREATE `pkg-config --cflags python3` ctracecmd_wrap.c
trace-vm.c: In function 'read_guest_cid':
trace-vm.c:364:2: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-setup-guest.c: In function 'get_guest_cpu_count':
trace-setup-guest.c:108:2: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-setup-guest.c: In function 'attach_guest_fifos':
trace-setup-guest.c:135:3: warning: ignoring return value of 'pwrite' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-split.c: In function 'write_page':
trace-split.c:282:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c: In function 'check_tracing_enabled':
trace-record.c:2631:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c: In function 'set_plugin_instance':
trace-record.c:1941:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c: In function 'update_ftrace_pid':
trace-record.c:1025:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c: In function 'get_date_to_ts':
trace-record.c:5086:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c: In function 'functions_filtered':
trace-record.c:4925:2: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c: In function 'set_mask':
trace-record.c:2968:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c: In function 'check_protocol_version':
trace-record.c:3804:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c:3819:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c: In function 'check_first_msg_from_server':
trace-record.c:3700:2: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c: In function 'communicate_with_listener_v1':
trace-record.c:3721:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c:3727:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c:3743:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c:3745:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c:3747:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c:3750:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
trace-record.c: In function 'make_pid_filter':
trace-record.c:1162:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
cc --shared /build/trace-cmd/src/trace-cmd-v3.3.3/lib/trace-cmd/libtracecmd.a -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -lzstd -lz \
ctracecmd_wrap.o -o ctracecmd.so -L/build/trace-cmd/src/trace-cmd-v3.3.3/lib/trace-cmd -ltracecmd -ltraceevent -ltracefs -ltraceevent
Have zlib compression support
Have ZSTD compression support
make -C /build/trace-cmd/src/trace-cmd-v3.3.3/Documentation all
make -C trace-cmd all
make -C libtracecmd all
ASCIIDOC trace-cmd.1.html
ASCIIDOC trace-cmd-agent.1.html
ASCIIDOC libtracecmd-files.html
ASCIIDOC libtracecmd-instances.html
ASCIIDOC libtracecmd-iterate.html
ASCIIDOC trace-cmd-attach.1.html
ASCIIDOC trace-cmd-check-events.1.html
ASCIIDOC libtracecmd-log.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: libtracecmd-log.txt: line 36: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: libtracecmd-log.txt: line 36: no output from filter: source-highlight --gen-version -f xhtml -s c
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: libtracecmd-instances.txt: line 88: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: libtracecmd-instances.txt: line 88: no output from filter: source-highlight --gen-version -f xhtml -s c
ASCIIDOC libtracecmd-maps.html
ASCIIDOC trace-cmd-clear.1.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-attach.1.txt: line 103: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-attach.1.txt: line 103: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: libtracecmd-files.txt: line 152: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: libtracecmd-files.txt: line 152: no output from filter: source-highlight --gen-version -f xhtml -s c
ASCIIDOC libtracecmd-peer.html
ASCIIDOC trace-cmd-convert.1.html
ASCIIDOC trace-cmd-dump.1.html
ASCIIDOC libtracecmd-record.html
ASCIIDOC trace-cmd-extract.1.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: libtracecmd-iterate.txt: line 313: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: libtracecmd-iterate.txt: line 313: no output from filter: source-highlight --gen-version -f xhtml -s c
ASCIIDOC libtracecmd-timestamp.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-dump.1.txt: line 87: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-dump.1.txt: line 87: no output from filter: source-highlight --gen-version -f xhtml -s shell
ASCIIDOC trace-cmd-hist.1.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-dump.1.txt: line 101: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-dump.1.txt: line 101: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-dump.1.txt: line 126: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-dump.1.txt: line 126: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-dump.1.txt: line 132: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-dump.1.txt: line 132: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: libtracecmd-maps.txt: line 143: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: libtracecmd-maps.txt: line 143: no output from filter: source-highlight --gen-version -f xhtml -s c
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: libtracecmd-peer.txt: line 96: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: libtracecmd-peer.txt: line 96: no output from filter: source-highlight --gen-version -f xhtml -s c
ASCIIDOC libtracecmd.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: libtracecmd-record.txt: line 97: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: libtracecmd-record.txt: line 97: no output from filter: source-highlight --gen-version -f xhtml -s c
ASCIIDOC trace-cmd-list.1.html
ASCIIDOC trace-cmd-listen.1.html
ASCIIDOC trace-cmd-mem.1.html
ASCIIDOC libtracecmd-files.xml
ASCIIDOC libtracecmd-instances.xml
ASCIIDOC trace-cmd-options.1.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: libtracecmd-timestamp.txt: line 119: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: libtracecmd-timestamp.txt: line 119: no output from filter: source-highlight --gen-version -f xhtml -s c
ASCIIDOC trace-cmd-profile.1.html
ASCIIDOC libtracecmd-iterate.xml
ASCIIDOC libtracecmd-log.xml
ASCIIDOC trace-cmd-record.1.html
ASCIIDOC libtracecmd-maps.xml
ASCIIDOC libtracecmd-peer.xml
ASCIIDOC trace-cmd-report.1.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-record.1.txt: line 82: filter non-zero exit code: source-highlight --gen-version -f xhtml -s bison: returned 127
asciidoc: WARNING: trace-cmd-record.1.txt: line 82: no output from filter: source-highlight --gen-version -f xhtml -s bison
ASCIIDOC trace-cmd-reset.1.html
ASCIIDOC libtracecmd-record.xml
ASCIIDOC libtracecmd-timestamp.xml
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 87: filter non-zero exit code: source-highlight --gen-version -f xhtml -s bison: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 87: no output from filter: source-highlight --gen-version -f xhtml -s bison
ASCIIDOC libtracecmd.xml
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 111: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 111: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 130: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 130: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 141: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 141: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-record.1.txt: line 452: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-record.1.txt: line 452: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-record.1.txt: line 470: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-record.1.txt: line 470: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-record.1.txt: line 492: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-record.1.txt: line 492: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 161: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 161: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-record.1.txt: line 530: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-record.1.txt: line 530: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-record.1.txt: line 559: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-record.1.txt: line 559: no output from filter: source-highlight --gen-version -f xhtml -s shell
XMLTO libtracecmd-files.m
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 225: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 225: no output from filter: source-highlight --gen-version -f xhtml -s shell
ASCIIDOC trace-cmd-restore.1.html
XMLTO libtracecmd-instances.m
ASCIIDOC trace-cmd-set.1.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 382: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 382: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 403: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 403: no output from filter: source-highlight --gen-version -f xhtml -s shell
XMLTO libtracecmd-iterate.m
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 414: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 414: no output from filter: source-highlight --gen-version -f xhtml -s shell
ASCIIDOC trace-cmd-show.1.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 433: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 433: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 483: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 483: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 501: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 501: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 521: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 521: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 563: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 563: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 607: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 607: no output from filter: source-highlight --gen-version -f xhtml -s shell
XMLTO libtracecmd-log.m
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-report.1.txt: line 652: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-report.1.txt: line 652: no output from filter: source-highlight --gen-version -f xhtml -s shell
ASCIIDOC trace-cmd-snapshot.1.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-set.1.txt: line 67: filter non-zero exit code: source-highlight --gen-version -f xhtml -s bison: returned 127
asciidoc: WARNING: trace-cmd-set.1.txt: line 67: no output from filter: source-highlight --gen-version -f xhtml -s bison
ASCIIDOC trace-cmd-split.1.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-set.1.txt: line 248: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-set.1.txt: line 248: no output from filter: source-highlight --gen-version -f xhtml -s shell
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-set.1.txt: line 255: filter non-zero exit code: source-highlight --gen-version -f xhtml -s shell: returned 127
asciidoc: WARNING: trace-cmd-set.1.txt: line 255: no output from filter: source-highlight --gen-version -f xhtml -s shell
ASCIIDOC trace-cmd-sqlhist.1.html
ASCIIDOC trace-cmd-stack.1.html
XMLTO libtracecmd-maps.m
XMLTO libtracecmd-peer.m
XMLTO libtracecmd-record.m
ASCIIDOC trace-cmd-start.1.html
XMLTO libtracecmd-timestamp.m
ASCIIDOC trace-cmd-stat.1.html
ASCIIDOC trace-cmd-stop.1.html
ASCIIDOC trace-cmd-stream.1.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 102: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 102: no output from filter: source-highlight --gen-version -f xhtml -s c
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 108: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 108: no output from filter: source-highlight --gen-version -f xhtml -s c
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 114: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 114: no output from filter: source-highlight --gen-version -f xhtml -s c
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 161: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 161: no output from filter: source-highlight --gen-version -f xhtml -s c
ASCIIDOC trace-cmd.dat.v6.5.html
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 208: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 208: no output from filter: source-highlight --gen-version -f xhtml -s c
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 229: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 229: no output from filter: source-highlight --gen-version -f xhtml -s c
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 257: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 257: no output from filter: source-highlight --gen-version -f xhtml -s c
XMLTO libtracecmd.m
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 280: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 280: no output from filter: source-highlight --gen-version -f xhtml -s c
/bin/sh: line 1: source-highlight: command not found
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 320: filter non-zero exit code: source-highlight --gen-version -f xhtml -s c: returned 127
asciidoc: WARNING: trace-cmd-sqlhist.1.txt: line 320: no output from filter: source-highlight --gen-version -f xhtml -s c
ASCIIDOC trace-cmd.dat.v7.5.html
ASCIIDOC trace-cmd.1.xml
ASCIIDOC trace-cmd-agent.1.xml
ASCIIDOC trace-cmd-attach.1.xml
ASCIIDOC trace-cmd-check-events.1.xml
ASCIIDOC trace-cmd-clear.1.xml
ASCIIDOC trace-cmd-convert.1.xml
ASCIIDOC trace-cmd-dump.1.xml
rm libtracecmd.xml libtracecmd-instances.xml libtracecmd-files.xml libtracecmd-timestamp.xml libtracecmd-peer.xml libtracecmd-log.xml libtracecmd-iterate.xml libtracecmd-record.xml libtracecmd-maps.xml
ASCIIDOC trace-cmd-extract.1.xml
ASCIIDOC trace-cmd-hist.1.xml
ASCIIDOC trace-cmd-list.1.xml
ASCIIDOC trace-cmd-listen.1.xml
ASCIIDOC trace-cmd-mem.1.xml
ASCIIDOC trace-cmd-options.1.xml
ASCIIDOC trace-cmd-profile.1.xml
ASCIIDOC trace-cmd-record.1.xml
ASCIIDOC trace-cmd-report.1.xml
ASCIIDOC trace-cmd-reset.1.xml
ASCIIDOC trace-cmd-restore.1.xml
ASCIIDOC trace-cmd-set.1.xml
ASCIIDOC trace-cmd-show.1.xml
ASCIIDOC trace-cmd-snapshot.1.xml
ASCIIDOC trace-cmd-split.1.xml
ASCIIDOC trace-cmd-sqlhist.1.xml
ASCIIDOC trace-cmd-stack.1.xml
ASCIIDOC trace-cmd-start.1.xml
ASCIIDOC trace-cmd-stat.1.xml
ASCIIDOC trace-cmd-stop.1.xml
ASCIIDOC trace-cmd-stream.1.xml
ASCIIDOC trace-cmd.dat.v6.5.xml
ASCIIDOC trace-cmd.dat.v7.5.xml
XMLTO trace-cmd.1
XMLTO trace-cmd-agent.1
XMLTO trace-cmd-attach.1
XMLTO trace-cmd-check-events.1
XMLTO trace-cmd-clear.1
XMLTO trace-cmd-convert.1
XMLTO trace-cmd-dump.1
XMLTO trace-cmd-extract.1
XMLTO trace-cmd-hist.1
XMLTO trace-cmd-list.1
XMLTO trace-cmd-listen.1
XMLTO trace-cmd-mem.1
XMLTO trace-cmd-options.1
XMLTO trace-cmd-profile.1
XMLTO trace-cmd-record.1
XMLTO trace-cmd-report.1
XMLTO trace-cmd-reset.1
XMLTO trace-cmd-restore.1
XMLTO trace-cmd-set.1
XMLTO trace-cmd-show.1
XMLTO trace-cmd-snapshot.1
XMLTO trace-cmd-split.1
XMLTO trace-cmd-sqlhist.1
XMLTO trace-cmd-stack.1
XMLTO trace-cmd-start.1
XMLTO trace-cmd-stat.1
XMLTO trace-cmd-stop.1
XMLTO trace-cmd-stream.1
XMLTO trace-cmd.dat.v6.5
XMLTO trace-cmd.dat.v7.5
rm trace-cmd-start.1.xml trace-cmd-check-events.1.xml trace-cmd-convert.1.xml trace-cmd.dat.v6.5.xml trace-cmd-agent.1.xml trace-cmd-clear.1.xml trace-cmd-stack.1.xml trace-cmd-options.1.xml trace-cmd-record.1.xml trace-cmd-attach.1.xml trace-cmd-stop.1.xml trace-cmd-listen.1.xml trace-cmd-dump.1.xml trace-cmd-profile.1.xml trace-cmd-show.1.xml trace-cmd-reset.1.xml trace-cmd-extract.1.xml trace-cmd-sqlhist.1.xml trace-cmd-split.1.xml trace-cmd.1.xml trace-cmd.dat.v7.5.xml trace-cmd-hist.1.xml trace-cmd-snapshot.1.xml trace-cmd-stream.1.xml trace-cmd-set.1.xml trace-cmd-report.1.xml trace-cmd-list.1.xml trace-cmd-mem.1.xml trace-cmd-stat.1.xml trace-cmd-restore.1.xml
Have zlib compression support
Have ZSTD compression support
make[1]: '/build/trace-cmd/src/trace-cmd-v3.3.3/lib/trace-cmd/libtracecmd.a' is up to date.
which: no valgrind in (/usr/lib/distcc/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
COMPILE FPIC trace-utest.o
COMPILE FPIC tracecmd-utest.o
BUILD trace-utest
==> Entering fakeroot environment...
==> Starting package()...
Have zlib compression support
Have ZSTD compression support
make[1]: '/build/trace-cmd/src/trace-cmd-v3.3.3/lib/trace-cmd/libtracecmd.a' is up to date.
make[1]: 'ctracecmd.so' is up to date.
make[1]: Nothing to be done for 'install_plugins'.
make[1]: Nothing to be done for 'libtracecmd.so'.
Have zlib compression support
Have ZSTD compression support
make -C /build/trace-cmd/src/trace-cmd-v3.3.3/Documentation install
make -C trace-cmd install
make -C libtracecmd install
install: creating directory '/build/trace-cmd/pkg/trace-cmd/usr/share/bash'
install: creating directory '/build/trace-cmd/pkg/trace-cmd/usr/share/bash/bash-completion'
install: creating directory '/build/trace-cmd/pkg/trace-cmd/usr/share/bash/bash-completion/completions'
'trace-cmd-v3.3.3/tracecmd/trace-cmd.bash' -> '/build/trace-cmd/pkg/trace-cmd/usr/share/bash/bash-completion/completions/trace-cmd'
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "trace-cmd"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: trace-cmd 3.3.3-1 (Sat 02 Aug 2025 05:23:16 PM MDT)
==> Cleaning up...