Skip to content
Success

Console Output

Skipping 472 KB.. Full Log
#8 1.329     --diff-algorithm <algorithm>
#8 1.329                           choose a diff algorithm
#8 1.329     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.329     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.329     --word-diff-regex <regex>
#8 1.329                           use <regex> to decide what a word is
#8 1.329     --color-words[=<regex>]
#8 1.329                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.329     --color-moved[=<mode>]
#8 1.329                           moved lines of code are colored differently
#8 1.329     --color-moved-ws <mode>
#8 1.329                           how white spaces are ignored in --color-moved
#8 1.329 
#8 1.329 Other diff options
#8 1.329     --relative[=<prefix>]
#8 1.329                           when run from subdir, exclude changes outside and show relative paths
#8 1.329     -a, --text            treat all files as text
#8 1.329     -R                    swap two inputs, reverse the diff
#8 1.329     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.329     --quiet               disable all output of the program
#8 1.329     --ext-diff            allow an external diff helper to be executed
#8 1.329     --textconv            run external text conversion filters when comparing binary files
#8 1.329     --ignore-submodules[=<when>]
#8 1.329                           ignore changes to submodules in the diff generation
#8 1.329     --submodule[=<format>]
#8 1.329                           specify how differences in submodules are shown
#8 1.329     --ita-invisible-in-index
#8 1.329                           hide 'git add -N' entries from the index
#8 1.329     --ita-visible-in-index
#8 1.329                           treat 'git add -N' entries as real in the index
#8 1.329     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.329     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.329     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.329     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.329     -O <file>             control the order in which files appear in the output
#8 1.329     --rotate-to <path>    show the change in the specified path first
#8 1.329     --skip-to <path>      skip the output to the specified path
#8 1.329     --find-object <object-id>
#8 1.329                           look for differences that change the number of occurrences of the specified object
#8 1.329     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.329                           select files by diff type
#8 1.329     --output <file>       output to a specific file
#8 1.329 
#8 1.333 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP'
#8 1.333 To add an exception for this directory, call:
#8 1.333 
#8 1.333 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP
#8 1.339 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP'
#8 1.339 To add an exception for this directory, call:
#8 1.339 
#8 1.339 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP
#8 1.343 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.343 usage: git diff --no-index [<options>] <path> <path>
#8 1.343 
#8 1.343 Diff output format options
#8 1.343     -p, --patch           generate patch
#8 1.343     -s, --no-patch        suppress diff output
#8 1.343     -u                    generate patch
#8 1.343     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.343     -W, --function-context
#8 1.343                           generate diffs with <n> lines context
#8 1.343     --raw                 generate the diff in raw format
#8 1.343     --patch-with-raw      synonym for '-p --raw'
#8 1.343     --patch-with-stat     synonym for '-p --stat'
#8 1.343     --numstat             machine friendly --stat
#8 1.343     --shortstat           output only the last line of --stat
#8 1.343     -X, --dirstat[=<param1,param2>...]
#8 1.343                           output the distribution of relative amount of changes for each sub-directory
#8 1.343     --cumulative          synonym for --dirstat=cumulative
#8 1.343     --dirstat-by-file[=<param1,param2>...]
#8 1.343                           synonym for --dirstat=files,param1,param2...
#8 1.343     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.343     --summary             condensed summary such as creations, renames and mode changes
#8 1.343     --name-only           show only names of changed files
#8 1.343     --name-status         show only names and status of changed files
#8 1.343     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.343                           generate diffstat
#8 1.343     --stat-width <width>  generate diffstat with a given width
#8 1.343     --stat-name-width <width>
#8 1.343                           generate diffstat with a given name width
#8 1.343     --stat-graph-width <width>
#8 1.343                           generate diffstat with a given graph width
#8 1.343     --stat-count <count>  generate diffstat with limited lines
#8 1.343     --compact-summary     generate compact summary in diffstat
#8 1.343     --binary              output a binary diff that can be applied
#8 1.343     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.343     --color[=<when>]      show colored diff
#8 1.343     --ws-error-highlight <kind>
#8 1.343                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.343     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.343     --abbrev[=<n>]        use <n> digits to display object names
#8 1.343     --src-prefix <prefix>
#8 1.343                           show the given source prefix instead of "a/"
#8 1.343     --dst-prefix <prefix>
#8 1.343                           show the given destination prefix instead of "b/"
#8 1.343     --line-prefix <prefix>
#8 1.343                           prepend an additional prefix to every line of output
#8 1.343     --no-prefix           do not show any source or destination prefix
#8 1.343     --inter-hunk-context <n>
#8 1.343                           show context between diff hunks up to the specified number of lines
#8 1.343     --output-indicator-new <char>
#8 1.343                           specify the character to indicate a new line instead of '+'
#8 1.343     --output-indicator-old <char>
#8 1.343                           specify the character to indicate an old line instead of '-'
#8 1.343     --output-indicator-context <char>
#8 1.343                           specify the character to indicate a context instead of ' '
#8 1.343 
#8 1.343 Diff rename options
#8 1.343     -B, --break-rewrites[=<n>[/<m>]]
#8 1.343                           break complete rewrite changes into pairs of delete and create
#8 1.343     -M, --find-renames[=<n>]
#8 1.343                           detect renames
#8 1.343     -D, --irreversible-delete
#8 1.343                           omit the preimage for deletes
#8 1.343     -C, --find-copies[=<n>]
#8 1.343                           detect copies
#8 1.343     --find-copies-harder  use unmodified files as source to find copies
#8 1.343     --no-renames          disable rename detection
#8 1.343     --rename-empty        use empty blobs as rename source
#8 1.343     --follow              continue listing the history of a file beyond renames
#8 1.343     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.343 
#8 1.343 Diff algorithm options
#8 1.343     --minimal             produce the smallest possible diff
#8 1.343     -w, --ignore-all-space
#8 1.343                           ignore whitespace when comparing lines
#8 1.343     -b, --ignore-space-change
#8 1.343                           ignore changes in amount of whitespace
#8 1.343     --ignore-space-at-eol
#8 1.343                           ignore changes in whitespace at EOL
#8 1.343     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.343     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.343     -I, --ignore-matching-lines <regex>
#8 1.343                           ignore changes whose all lines match <regex>
#8 1.343     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.343     --patience            generate diff using the "patience diff" algorithm
#8 1.343     --histogram           generate diff using the "histogram diff" algorithm
#8 1.343     --diff-algorithm <algorithm>
#8 1.343                           choose a diff algorithm
#8 1.343     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.343     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.343     --word-diff-regex <regex>
#8 1.343                           use <regex> to decide what a word is
#8 1.343     --color-words[=<regex>]
#8 1.343                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.343     --color-moved[=<mode>]
#8 1.343                           moved lines of code are colored differently
#8 1.343     --color-moved-ws <mode>
#8 1.343                           how white spaces are ignored in --color-moved
#8 1.343 
#8 1.343 Other diff options
#8 1.343     --relative[=<prefix>]
#8 1.344                           when run from subdir, exclude changes outside and show relative paths
#8 1.344     -a, --text            treat all files as text
#8 1.344     -R                    swap two inputs, reverse the diff
#8 1.344     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.344     --quiet               disable all output of the program
#8 1.344     --ext-diff            allow an external diff helper to be executed
#8 1.344     --textconv            run external text conversion filters when comparing binary files
#8 1.344     --ignore-submodules[=<when>]
#8 1.344                           ignore changes to submodules in the diff generation
#8 1.344     --submodule[=<format>]
#8 1.344                           specify how differences in submodules are shown
#8 1.344     --ita-invisible-in-index
#8 1.344                           hide 'git add -N' entries from the index
#8 1.344     --ita-visible-in-index
#8 1.344                           treat 'git add -N' entries as real in the index
#8 1.344     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.344     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.344     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.344     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.344     -O <file>             control the order in which files appear in the output
#8 1.344     --rotate-to <path>    show the change in the specified path first
#8 1.344     --skip-to <path>      skip the output to the specified path
#8 1.344     --find-object <object-id>
#8 1.344                           look for differences that change the number of occurrences of the specified object
#8 1.344     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.344                           select files by diff type
#8 1.344     --output <file>       output to a specific file
#8 1.344 
#8 1.344 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP'
#8 1.344 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP'
#8 1.344 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/update'
#8 1.344 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/update'
#8 1.344 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/clean'
#8 1.344 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/clean'
#8 1.344 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/distclean'
#8 1.344 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/distclean'
#8 1.348 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.348 To add an exception for this directory, call:
#8 1.348 
#8 1.348 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.354 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.354 To add an exception for this directory, call:
#8 1.354 
#8 1.354 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.358 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.358 usage: git diff --no-index [<options>] <path> <path>
#8 1.358 
#8 1.358 Diff output format options
#8 1.358     -p, --patch           generate patch
#8 1.358     -s, --no-patch        suppress diff output
#8 1.358     -u                    generate patch
#8 1.358     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.358     -W, --function-context
#8 1.358                           generate diffs with <n> lines context
#8 1.358     --raw                 generate the diff in raw format
#8 1.358     --patch-with-raw      synonym for '-p --raw'
#8 1.358     --patch-with-stat     synonym for '-p --stat'
#8 1.358     --numstat             machine friendly --stat
#8 1.358     --shortstat           output only the last line of --stat
#8 1.358     -X, --dirstat[=<param1,param2>...]
#8 1.358                           output the distribution of relative amount of changes for each sub-directory
#8 1.358     --cumulative          synonym for --dirstat=cumulative
#8 1.358     --dirstat-by-file[=<param1,param2>...]
#8 1.358                           synonym for --dirstat=files,param1,param2...
#8 1.358     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.358     --summary             condensed summary such as creations, renames and mode changes
#8 1.358     --name-only           show only names of changed files
#8 1.358     --name-status         show only names and status of changed files
#8 1.358     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.358                           generate diffstat
#8 1.358     --stat-width <width>  generate diffstat with a given width
#8 1.358     --stat-name-width <width>
#8 1.358                           generate diffstat with a given name width
#8 1.358     --stat-graph-width <width>
#8 1.358                           generate diffstat with a given graph width
#8 1.358     --stat-count <count>  generate diffstat with limited lines
#8 1.358     --compact-summary     generate compact summary in diffstat
#8 1.358     --binary              output a binary diff that can be applied
#8 1.358     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.358     --color[=<when>]      show colored diff
#8 1.358     --ws-error-highlight <kind>
#8 1.358                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.358     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.358     --abbrev[=<n>]        use <n> digits to display object names
#8 1.358     --src-prefix <prefix>
#8 1.358                           show the given source prefix instead of "a/"
#8 1.358     --dst-prefix <prefix>
#8 1.358                           show the given destination prefix instead of "b/"
#8 1.358     --line-prefix <prefix>
#8 1.358                           prepend an additional prefix to every line of output
#8 1.358     --no-prefix           do not show any source or destination prefix
#8 1.358     --inter-hunk-context <n>
#8 1.358                           show context between diff hunks up to the specified number of lines
#8 1.358     --output-indicator-new <char>
#8 1.358                           specify the character to indicate a new line instead of '+'
#8 1.358     --output-indicator-old <char>
#8 1.358                           specify the character to indicate an old line instead of '-'
#8 1.358     --output-indicator-context <char>
#8 1.358                           specify the character to indicate a context instead of ' '
#8 1.358 
#8 1.358 Diff rename options
#8 1.358     -B, --break-rewrites[=<n>[/<m>]]
#8 1.358                           break complete rewrite changes into pairs of delete and create
#8 1.358     -M, --find-renames[=<n>]
#8 1.358                           detect renames
#8 1.358     -D, --irreversible-delete
#8 1.358                           omit the preimage for deletes
#8 1.358     -C, --find-copies[=<n>]
#8 1.358                           detect copies
#8 1.358     --find-copies-harder  use unmodified files as source to find copies
#8 1.358     --no-renames          disable rename detection
#8 1.358     --rename-empty        use empty blobs as rename source
#8 1.358     --follow              continue listing the history of a file beyond renames
#8 1.358     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.358 
#8 1.358 Diff algorithm options
#8 1.358     --minimal             produce the smallest possible diff
#8 1.358     -w, --ignore-all-space
#8 1.358                           ignore whitespace when comparing lines
#8 1.358     -b, --ignore-space-change
#8 1.358                           ignore changes in amount of whitespace
#8 1.358     --ignore-space-at-eol
#8 1.358                           ignore changes in whitespace at EOL
#8 1.358     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.358     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.358     -I, --ignore-matching-lines <regex>
#8 1.358                           ignore changes whose all lines match <regex>
#8 1.358     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.358     --patience            generate diff using the "patience diff" algorithm
#8 1.358     --histogram           generate diff using the "histogram diff" algorithm
#8 1.358     --diff-algorithm <algorithm>
#8 1.358                           choose a diff algorithm
#8 1.358     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.358     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.358     --word-diff-regex <regex>
#8 1.358                           use <regex> to decide what a word is
#8 1.358     --color-words[=<regex>]
#8 1.358                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.358     --color-moved[=<mode>]
#8 1.358                           moved lines of code are colored differently
#8 1.358     --color-moved-ws <mode>
#8 1.358                           how white spaces are ignored in --color-moved
#8 1.358 
#8 1.358 Other diff options
#8 1.358     --relative[=<prefix>]
#8 1.358                           when run from subdir, exclude changes outside and show relative paths
#8 1.358     -a, --text            treat all files as text
#8 1.358     -R                    swap two inputs, reverse the diff
#8 1.358     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.358     --quiet               disable all output of the program
#8 1.358     --ext-diff            allow an external diff helper to be executed
#8 1.358     --textconv            run external text conversion filters when comparing binary files
#8 1.358     --ignore-submodules[=<when>]
#8 1.358                           ignore changes to submodules in the diff generation
#8 1.358     --submodule[=<format>]
#8 1.358                           specify how differences in submodules are shown
#8 1.358     --ita-invisible-in-index
#8 1.358                           hide 'git add -N' entries from the index
#8 1.358     --ita-visible-in-index
#8 1.358                           treat 'git add -N' entries as real in the index
#8 1.358     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.358     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.358     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.358     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.358     -O <file>             control the order in which files appear in the output
#8 1.358     --rotate-to <path>    show the change in the specified path first
#8 1.358     --skip-to <path>      skip the output to the specified path
#8 1.358     --find-object <object-id>
#8 1.358                           look for differences that change the number of occurrences of the specified object
#8 1.358     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.358                           select files by diff type
#8 1.358     --output <file>       output to a specific file
#8 1.358 
#8 1.362 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.362 To add an exception for this directory, call:
#8 1.362 
#8 1.362 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.368 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.368 To add an exception for this directory, call:
#8 1.368 
#8 1.368 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.372 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.372 usage: git diff --no-index [<options>] <path> <path>
#8 1.372 
#8 1.372 Diff output format options
#8 1.372     -p, --patch           generate patch
#8 1.372     -s, --no-patch        suppress diff output
#8 1.372     -u                    generate patch
#8 1.372     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.372     -W, --function-context
#8 1.372                           generate diffs with <n> lines context
#8 1.372     --raw                 generate the diff in raw format
#8 1.372     --patch-with-raw      synonym for '-p --raw'
#8 1.372     --patch-with-stat     synonym for '-p --stat'
#8 1.372     --numstat             machine friendly --stat
#8 1.372     --shortstat           output only the last line of --stat
#8 1.372     -X, --dirstat[=<param1,param2>...]
#8 1.372                           output the distribution of relative amount of changes for each sub-directory
#8 1.372     --cumulative          synonym for --dirstat=cumulative
#8 1.372     --dirstat-by-file[=<param1,param2>...]
#8 1.372                           synonym for --dirstat=files,param1,param2...
#8 1.372     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.372     --summary             condensed summary such as creations, renames and mode changes
#8 1.372     --name-only           show only names of changed files
#8 1.372     --name-status         show only names and status of changed files
#8 1.372     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.372                           generate diffstat
#8 1.372     --stat-width <width>  generate diffstat with a given width
#8 1.372     --stat-name-width <width>
#8 1.372                           generate diffstat with a given name width
#8 1.372     --stat-graph-width <width>
#8 1.372                           generate diffstat with a given graph width
#8 1.372     --stat-count <count>  generate diffstat with limited lines
#8 1.372     --compact-summary     generate compact summary in diffstat
#8 1.372     --binary              output a binary diff that can be applied
#8 1.372     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.372     --color[=<when>]      show colored diff
#8 1.372     --ws-error-highlight <kind>
#8 1.372                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.372     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.372     --abbrev[=<n>]        use <n> digits to display object names
#8 1.372     --src-prefix <prefix>
#8 1.372                           show the given source prefix instead of "a/"
#8 1.372     --dst-prefix <prefix>
#8 1.372                           show the given destination prefix instead of "b/"
#8 1.372     --line-prefix <prefix>
#8 1.372                           prepend an additional prefix to every line of output
#8 1.372     --no-prefix           do not show any source or destination prefix
#8 1.372     --inter-hunk-context <n>
#8 1.372                           show context between diff hunks up to the specified number of lines
#8 1.372     --output-indicator-new <char>
#8 1.372                           specify the character to indicate a new line instead of '+'
#8 1.372     --output-indicator-old <char>
#8 1.372                           specify the character to indicate an old line instead of '-'
#8 1.372     --output-indicator-context <char>
#8 1.372                           specify the character to indicate a context instead of ' '
#8 1.372 
#8 1.372 Diff rename options
#8 1.372     -B, --break-rewrites[=<n>[/<m>]]
#8 1.372                           break complete rewrite changes into pairs of delete and create
#8 1.372     -M, --find-renames[=<n>]
#8 1.373                           detect renames
#8 1.373     -D, --irreversible-delete
#8 1.373                           omit the preimage for deletes
#8 1.373     -C, --find-copies[=<n>]
#8 1.373                           detect copies
#8 1.373     --find-copies-harder  use unmodified files as source to find copies
#8 1.373     --no-renames          disable rename detection
#8 1.373     --rename-empty        use empty blobs as rename source
#8 1.373     --follow              continue listing the history of a file beyond renames
#8 1.373     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.373 
#8 1.373 Diff algorithm options
#8 1.373     --minimal             produce the smallest possible diff
#8 1.373     -w, --ignore-all-space
#8 1.373                           ignore whitespace when comparing lines
#8 1.373     -b, --ignore-space-change
#8 1.373                           ignore changes in amount of whitespace
#8 1.373     --ignore-space-at-eol
#8 1.373                           ignore changes in whitespace at EOL
#8 1.373     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.373     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.373     -I, --ignore-matching-lines <regex>
#8 1.373                           ignore changes whose all lines match <regex>
#8 1.373     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.373     --patience            generate diff using the "patience diff" algorithm
#8 1.373     --histogram           generate diff using the "histogram diff" algorithm
#8 1.373     --diff-algorithm <algorithm>
#8 1.373                           choose a diff algorithm
#8 1.373     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.373     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.373     --word-diff-regex <regex>
#8 1.373                           use <regex> to decide what a word is
#8 1.373     --color-words[=<regex>]
#8 1.373                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.373     --color-moved[=<mode>]
#8 1.373                           moved lines of code are colored differently
#8 1.373     --color-moved-ws <mode>
#8 1.373                           how white spaces are ignored in --color-moved
#8 1.373 
#8 1.373 Other diff options
#8 1.373     --relative[=<prefix>]
#8 1.373                           when run from subdir, exclude changes outside and show relative paths
#8 1.373     -a, --text            treat all files as text
#8 1.373     -R                    swap two inputs, reverse the diff
#8 1.373     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.373     --quiet               disable all output of the program
#8 1.373     --ext-diff            allow an external diff helper to be executed
#8 1.373     --textconv            run external text conversion filters when comparing binary files
#8 1.373     --ignore-submodules[=<when>]
#8 1.373                           ignore changes to submodules in the diff generation
#8 1.373     --submodule[=<format>]
#8 1.373                           specify how differences in submodules are shown
#8 1.373     --ita-invisible-in-index
#8 1.373                           hide 'git add -N' entries from the index
#8 1.373     --ita-visible-in-index
#8 1.373                           treat 'git add -N' entries as real in the index
#8 1.373     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.373     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.373     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.373     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.373     -O <file>             control the order in which files appear in the output
#8 1.373     --rotate-to <path>    show the change in the specified path first
#8 1.373     --skip-to <path>      skip the output to the specified path
#8 1.373     --find-object <object-id>
#8 1.373                           look for differences that change the number of occurrences of the specified object
#8 1.373     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.373                           select files by diff type
#8 1.373     --output <file>       output to a specific file
#8 1.373 
#8 1.377 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.377 To add an exception for this directory, call:
#8 1.377 
#8 1.377 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.383 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.383 To add an exception for this directory, call:
#8 1.383 
#8 1.383 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.387 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.387 usage: git diff --no-index [<options>] <path> <path>
#8 1.387 
#8 1.387 Diff output format options
#8 1.387     -p, --patch           generate patch
#8 1.387     -s, --no-patch        suppress diff output
#8 1.387     -u                    generate patch
#8 1.387     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.387     -W, --function-context
#8 1.387                           generate diffs with <n> lines context
#8 1.387     --raw                 generate the diff in raw format
#8 1.387     --patch-with-raw      synonym for '-p --raw'
#8 1.387     --patch-with-stat     synonym for '-p --stat'
#8 1.387     --numstat             machine friendly --stat
#8 1.387     --shortstat           output only the last line of --stat
#8 1.387     -X, --dirstat[=<param1,param2>...]
#8 1.387                           output the distribution of relative amount of changes for each sub-directory
#8 1.387     --cumulative          synonym for --dirstat=cumulative
#8 1.387     --dirstat-by-file[=<param1,param2>...]
#8 1.387                           synonym for --dirstat=files,param1,param2...
#8 1.387     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.387     --summary             condensed summary such as creations, renames and mode changes
#8 1.387     --name-only           show only names of changed files
#8 1.387     --name-status         show only names and status of changed files
#8 1.387     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.387                           generate diffstat
#8 1.387     --stat-width <width>  generate diffstat with a given width
#8 1.387     --stat-name-width <width>
#8 1.387                           generate diffstat with a given name width
#8 1.387     --stat-graph-width <width>
#8 1.387                           generate diffstat with a given graph width
#8 1.387     --stat-count <count>  generate diffstat with limited lines
#8 1.387     --compact-summary     generate compact summary in diffstat
#8 1.387     --binary              output a binary diff that can be applied
#8 1.387     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.387     --color[=<when>]      show colored diff
#8 1.387     --ws-error-highlight <kind>
#8 1.387                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.387     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.387     --abbrev[=<n>]        use <n> digits to display object names
#8 1.387     --src-prefix <prefix>
#8 1.387                           show the given source prefix instead of "a/"
#8 1.387     --dst-prefix <prefix>
#8 1.387                           show the given destination prefix instead of "b/"
#8 1.387     --line-prefix <prefix>
#8 1.387                           prepend an additional prefix to every line of output
#8 1.387     --no-prefix           do not show any source or destination prefix
#8 1.387     --inter-hunk-context <n>
#8 1.387                           show context between diff hunks up to the specified number of lines
#8 1.387     --output-indicator-new <char>
#8 1.387                           specify the character to indicate a new line instead of '+'
#8 1.387     --output-indicator-old <char>
#8 1.387                           specify the character to indicate an old line instead of '-'
#8 1.387     --output-indicator-context <char>
#8 1.387                           specify the character to indicate a context instead of ' '
#8 1.387 
#8 1.387 Diff rename options
#8 1.387     -B, --break-rewrites[=<n>[/<m>]]
#8 1.387                           break complete rewrite changes into pairs of delete and create
#8 1.387     -M, --find-renames[=<n>]
#8 1.387                           detect renames
#8 1.387     -D, --irreversible-delete
#8 1.387                           omit the preimage for deletes
#8 1.387     -C, --find-copies[=<n>]
#8 1.387                           detect copies
#8 1.387     --find-copies-harder  use unmodified files as source to find copies
#8 1.387     --no-renames          disable rename detection
#8 1.387     --rename-empty        use empty blobs as rename source
#8 1.387     --follow              continue listing the history of a file beyond renames
#8 1.387     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.387 
#8 1.387 Diff algorithm options
#8 1.387     --minimal             produce the smallest possible diff
#8 1.387     -w, --ignore-all-space
#8 1.387                           ignore whitespace when comparing lines
#8 1.387     -b, --ignore-space-change
#8 1.387                           ignore changes in amount of whitespace
#8 1.387     --ignore-space-at-eol
#8 1.387                           ignore changes in whitespace at EOL
#8 1.387     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.387     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.387     -I, --ignore-matching-lines <regex>
#8 1.387                           ignore changes whose all lines match <regex>
#8 1.387     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.387     --patience            generate diff using the "patience diff" algorithm
#8 1.387     --histogram           generate diff using the "histogram diff" algorithm
#8 1.387     --diff-algorithm <algorithm>
#8 1.387                           choose a diff algorithm
#8 1.387     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.387     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.387     --word-diff-regex <regex>
#8 1.387                           use <regex> to decide what a word is
#8 1.387     --color-words[=<regex>]
#8 1.387                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.387     --color-moved[=<mode>]
#8 1.387                           moved lines of code are colored differently
#8 1.387     --color-moved-ws <mode>
#8 1.387                           how white spaces are ignored in --color-moved
#8 1.387 
#8 1.387 Other diff options
#8 1.387     --relative[=<prefix>]
#8 1.387                           when run from subdir, exclude changes outside and show relative paths
#8 1.387     -a, --text            treat all files as text
#8 1.387     -R                    swap two inputs, reverse the diff
#8 1.387     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.387     --quiet               disable all output of the program
#8 1.387     --ext-diff            allow an external diff helper to be executed
#8 1.387     --textconv            run external text conversion filters when comparing binary files
#8 1.387     --ignore-submodules[=<when>]
#8 1.387                           ignore changes to submodules in the diff generation
#8 1.387     --submodule[=<format>]
#8 1.387                           specify how differences in submodules are shown
#8 1.387     --ita-invisible-in-index
#8 1.387                           hide 'git add -N' entries from the index
#8 1.387     --ita-visible-in-index
#8 1.387                           treat 'git add -N' entries as real in the index
#8 1.387     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.387     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.387     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.387     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.387     -O <file>             control the order in which files appear in the output
#8 1.387     --rotate-to <path>    show the change in the specified path first
#8 1.387     --skip-to <path>      skip the output to the specified path
#8 1.387     --find-object <object-id>
#8 1.387                           look for differences that change the number of occurrences of the specified object
#8 1.387     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.387                           select files by diff type
#8 1.387     --output <file>       output to a specific file
#8 1.387 
#8 1.391 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.391 To add an exception for this directory, call:
#8 1.391 
#8 1.391 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.397 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.397 To add an exception for this directory, call:
#8 1.397 
#8 1.397 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.401 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.401 usage: git diff --no-index [<options>] <path> <path>
#8 1.401 
#8 1.401 Diff output format options
#8 1.401     -p, --patch           generate patch
#8 1.401     -s, --no-patch        suppress diff output
#8 1.401     -u                    generate patch
#8 1.401     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.401     -W, --function-context
#8 1.401                           generate diffs with <n> lines context
#8 1.401     --raw                 generate the diff in raw format
#8 1.401     --patch-with-raw      synonym for '-p --raw'
#8 1.401     --patch-with-stat     synonym for '-p --stat'
#8 1.401     --numstat             machine friendly --stat
#8 1.401     --shortstat           output only the last line of --stat
#8 1.401     -X, --dirstat[=<param1,param2>...]
#8 1.401                           output the distribution of relative amount of changes for each sub-directory
#8 1.401     --cumulative          synonym for --dirstat=cumulative
#8 1.401     --dirstat-by-file[=<param1,param2>...]
#8 1.401                           synonym for --dirstat=files,param1,param2...
#8 1.401     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.401     --summary             condensed summary such as creations, renames and mode changes
#8 1.401     --name-only           show only names of changed files
#8 1.401     --name-status         show only names and status of changed files
#8 1.401     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.401                           generate diffstat
#8 1.401     --stat-width <width>  generate diffstat with a given width
#8 1.401     --stat-name-width <width>
#8 1.401                           generate diffstat with a given name width
#8 1.401     --stat-graph-width <width>
#8 1.401                           generate diffstat with a given graph width
#8 1.401     --stat-count <count>  generate diffstat with limited lines
#8 1.401     --compact-summary     generate compact summary in diffstat
#8 1.401     --binary              output a binary diff that can be applied
#8 1.401     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.401     --color[=<when>]      show colored diff
#8 1.401     --ws-error-highlight <kind>
#8 1.401                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.401     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.401     --abbrev[=<n>]        use <n> digits to display object names
#8 1.401     --src-prefix <prefix>
#8 1.401                           show the given source prefix instead of "a/"
#8 1.401     --dst-prefix <prefix>
#8 1.401                           show the given destination prefix instead of "b/"
#8 1.401     --line-prefix <prefix>
#8 1.401                           prepend an additional prefix to every line of output
#8 1.401     --no-prefix           do not show any source or destination prefix
#8 1.401     --inter-hunk-context <n>
#8 1.401                           show context between diff hunks up to the specified number of lines
#8 1.402     --output-indicator-new <char>
#8 1.402                           specify the character to indicate a new line instead of '+'
#8 1.402     --output-indicator-old <char>
#8 1.402                           specify the character to indicate an old line instead of '-'
#8 1.402     --output-indicator-context <char>
#8 1.402                           specify the character to indicate a context instead of ' '
#8 1.402 
#8 1.402 Diff rename options
#8 1.402     -B, --break-rewrites[=<n>[/<m>]]
#8 1.402                           break complete rewrite changes into pairs of delete and create
#8 1.402     -M, --find-renames[=<n>]
#8 1.402                           detect renames
#8 1.402     -D, --irreversible-delete
#8 1.402                           omit the preimage for deletes
#8 1.402     -C, --find-copies[=<n>]
#8 1.402                           detect copies
#8 1.402     --find-copies-harder  use unmodified files as source to find copies
#8 1.402     --no-renames          disable rename detection
#8 1.402     --rename-empty        use empty blobs as rename source
#8 1.402     --follow              continue listing the history of a file beyond renames
#8 1.402     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.402 
#8 1.402 Diff algorithm options
#8 1.402     --minimal             produce the smallest possible diff
#8 1.402     -w, --ignore-all-space
#8 1.402                           ignore whitespace when comparing lines
#8 1.402     -b, --ignore-space-change
#8 1.402                           ignore changes in amount of whitespace
#8 1.402     --ignore-space-at-eol
#8 1.402                           ignore changes in whitespace at EOL
#8 1.402     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.402     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.402     -I, --ignore-matching-lines <regex>
#8 1.402                           ignore changes whose all lines match <regex>
#8 1.402     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.402     --patience            generate diff using the "patience diff" algorithm
#8 1.402     --histogram           generate diff using the "histogram diff" algorithm
#8 1.402     --diff-algorithm <algorithm>
#8 1.402                           choose a diff algorithm
#8 1.402     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.402     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.402     --word-diff-regex <regex>
#8 1.402                           use <regex> to decide what a word is
#8 1.402     --color-words[=<regex>]
#8 1.402                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.402     --color-moved[=<mode>]
#8 1.402                           moved lines of code are colored differently
#8 1.402     --color-moved-ws <mode>
#8 1.402                           how white spaces are ignored in --color-moved
#8 1.402 
#8 1.402 Other diff options
#8 1.402     --relative[=<prefix>]
#8 1.402                           when run from subdir, exclude changes outside and show relative paths
#8 1.402     -a, --text            treat all files as text
#8 1.402     -R                    swap two inputs, reverse the diff
#8 1.402     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.402     --quiet               disable all output of the program
#8 1.402     --ext-diff            allow an external diff helper to be executed
#8 1.402     --textconv            run external text conversion filters when comparing binary files
#8 1.402     --ignore-submodules[=<when>]
#8 1.402                           ignore changes to submodules in the diff generation
#8 1.402     --submodule[=<format>]
#8 1.402                           specify how differences in submodules are shown
#8 1.402     --ita-invisible-in-index
#8 1.402                           hide 'git add -N' entries from the index
#8 1.402     --ita-visible-in-index
#8 1.402                           treat 'git add -N' entries as real in the index
#8 1.402     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.402     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.402     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.402     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.402     -O <file>             control the order in which files appear in the output
#8 1.402     --rotate-to <path>    show the change in the specified path first
#8 1.402     --skip-to <path>      skip the output to the specified path
#8 1.402     --find-object <object-id>
#8 1.402                           look for differences that change the number of occurrences of the specified object
#8 1.402     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.402                           select files by diff type
#8 1.402     --output <file>       output to a specific file
#8 1.402 
#8 1.406 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.406 To add an exception for this directory, call:
#8 1.406 
#8 1.406 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.412 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.412 To add an exception for this directory, call:
#8 1.412 
#8 1.412 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.416 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.416 usage: git diff --no-index [<options>] <path> <path>
#8 1.416 
#8 1.416 Diff output format options
#8 1.416     -p, --patch           generate patch
#8 1.416     -s, --no-patch        suppress diff output
#8 1.416     -u                    generate patch
#8 1.416     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.416     -W, --function-context
#8 1.416                           generate diffs with <n> lines context
#8 1.416     --raw                 generate the diff in raw format
#8 1.416     --patch-with-raw      synonym for '-p --raw'
#8 1.416     --patch-with-stat     synonym for '-p --stat'
#8 1.416     --numstat             machine friendly --stat
#8 1.416     --shortstat           output only the last line of --stat
#8 1.416     -X, --dirstat[=<param1,param2>...]
#8 1.416                           output the distribution of relative amount of changes for each sub-directory
#8 1.416     --cumulative          synonym for --dirstat=cumulative
#8 1.416     --dirstat-by-file[=<param1,param2>...]
#8 1.416                           synonym for --dirstat=files,param1,param2...
#8 1.416     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.416     --summary             condensed summary such as creations, renames and mode changes
#8 1.416     --name-only           show only names of changed files
#8 1.416     --name-status         show only names and status of changed files
#8 1.416     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.416                           generate diffstat
#8 1.416     --stat-width <width>  generate diffstat with a given width
#8 1.416     --stat-name-width <width>
#8 1.416                           generate diffstat with a given name width
#8 1.416     --stat-graph-width <width>
#8 1.416                           generate diffstat with a given graph width
#8 1.416     --stat-count <count>  generate diffstat with limited lines
#8 1.416     --compact-summary     generate compact summary in diffstat
#8 1.416     --binary              output a binary diff that can be applied
#8 1.416     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.416     --color[=<when>]      show colored diff
#8 1.416     --ws-error-highlight <kind>
#8 1.416                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.416     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.416     --abbrev[=<n>]        use <n> digits to display object names
#8 1.416     --src-prefix <prefix>
#8 1.416                           show the given source prefix instead of "a/"
#8 1.416     --dst-prefix <prefix>
#8 1.416                           show the given destination prefix instead of "b/"
#8 1.416     --line-prefix <prefix>
#8 1.416                           prepend an additional prefix to every line of output
#8 1.416     --no-prefix           do not show any source or destination prefix
#8 1.416     --inter-hunk-context <n>
#8 1.416                           show context between diff hunks up to the specified number of lines
#8 1.416     --output-indicator-new <char>
#8 1.416                           specify the character to indicate a new line instead of '+'
#8 1.416     --output-indicator-old <char>
#8 1.416                           specify the character to indicate an old line instead of '-'
#8 1.416     --output-indicator-context <char>
#8 1.416                           specify the character to indicate a context instead of ' '
#8 1.416 
#8 1.416 Diff rename options
#8 1.416     -B, --break-rewrites[=<n>[/<m>]]
#8 1.416                           break complete rewrite changes into pairs of delete and create
#8 1.416     -M, --find-renames[=<n>]
#8 1.416                           detect renames
#8 1.416     -D, --irreversible-delete
#8 1.416                           omit the preimage for deletes
#8 1.416     -C, --find-copies[=<n>]
#8 1.416                           detect copies
#8 1.416     --find-copies-harder  use unmodified files as source to find copies
#8 1.416     --no-renames          disable rename detection
#8 1.416     --rename-empty        use empty blobs as rename source
#8 1.416     --follow              continue listing the history of a file beyond renames
#8 1.416     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.416 
#8 1.416 Diff algorithm options
#8 1.416     --minimal             produce the smallest possible diff
#8 1.416     -w, --ignore-all-space
#8 1.416                           ignore whitespace when comparing lines
#8 1.416     -b, --ignore-space-change
#8 1.416                           ignore changes in amount of whitespace
#8 1.416     --ignore-space-at-eol
#8 1.416                           ignore changes in whitespace at EOL
#8 1.416     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.416     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.416     -I, --ignore-matching-lines <regex>
#8 1.416                           ignore changes whose all lines match <regex>
#8 1.416     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.416     --patience            generate diff using the "patience diff" algorithm
#8 1.416     --histogram           generate diff using the "histogram diff" algorithm
#8 1.416     --diff-algorithm <algorithm>
#8 1.416                           choose a diff algorithm
#8 1.416     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.416     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.416     --word-diff-regex <regex>
#8 1.416                           use <regex> to decide what a word is
#8 1.416     --color-words[=<regex>]
#8 1.416                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.416     --color-moved[=<mode>]
#8 1.416                           moved lines of code are colored differently
#8 1.416     --color-moved-ws <mode>
#8 1.416                           how white spaces are ignored in --color-moved
#8 1.416 
#8 1.416 Other diff options
#8 1.416     --relative[=<prefix>]
#8 1.416                           when run from subdir, exclude changes outside and show relative paths
#8 1.416     -a, --text            treat all files as text
#8 1.416     -R                    swap two inputs, reverse the diff
#8 1.416     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.416     --quiet               disable all output of the program
#8 1.416     --ext-diff            allow an external diff helper to be executed
#8 1.416     --textconv            run external text conversion filters when comparing binary files
#8 1.416     --ignore-submodules[=<when>]
#8 1.416                           ignore changes to submodules in the diff generation
#8 1.416     --submodule[=<format>]
#8 1.416                           specify how differences in submodules are shown
#8 1.416     --ita-invisible-in-index
#8 1.416                           hide 'git add -N' entries from the index
#8 1.416     --ita-visible-in-index
#8 1.416                           treat 'git add -N' entries as real in the index
#8 1.416     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.416     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.416     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.416     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.416     -O <file>             control the order in which files appear in the output
#8 1.416     --rotate-to <path>    show the change in the specified path first
#8 1.416     --skip-to <path>      skip the output to the specified path
#8 1.416     --find-object <object-id>
#8 1.416                           look for differences that change the number of occurrences of the specified object
#8 1.416     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.416                           select files by diff type
#8 1.416     --output <file>       output to a specific file
#8 1.417 
#8 1.421 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.421 To add an exception for this directory, call:
#8 1.421 
#8 1.421 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.427 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.427 To add an exception for this directory, call:
#8 1.427 
#8 1.427 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.431 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.431 usage: git diff --no-index [<options>] <path> <path>
#8 1.431 
#8 1.431 Diff output format options
#8 1.431     -p, --patch           generate patch
#8 1.431     -s, --no-patch        suppress diff output
#8 1.431     -u                    generate patch
#8 1.431     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.431     -W, --function-context
#8 1.431                           generate diffs with <n> lines context
#8 1.431     --raw                 generate the diff in raw format
#8 1.431     --patch-with-raw      synonym for '-p --raw'
#8 1.431     --patch-with-stat     synonym for '-p --stat'
#8 1.431     --numstat             machine friendly --stat
#8 1.431     --shortstat           output only the last line of --stat
#8 1.431     -X, --dirstat[=<param1,param2>...]
#8 1.431                           output the distribution of relative amount of changes for each sub-directory
#8 1.431     --cumulative          synonym for --dirstat=cumulative
#8 1.431     --dirstat-by-file[=<param1,param2>...]
#8 1.431                           synonym for --dirstat=files,param1,param2...
#8 1.431     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.431     --summary             condensed summary such as creations, renames and mode changes
#8 1.431     --name-only           show only names of changed files
#8 1.431     --name-status         show only names and status of changed files
#8 1.431     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.431                           generate diffstat
#8 1.431     --stat-width <width>  generate diffstat with a given width
#8 1.431     --stat-name-width <width>
#8 1.431                           generate diffstat with a given name width
#8 1.431     --stat-graph-width <width>
#8 1.431                           generate diffstat with a given graph width
#8 1.431     --stat-count <count>  generate diffstat with limited lines
#8 1.431     --compact-summary     generate compact summary in diffstat
#8 1.431     --binary              output a binary diff that can be applied
#8 1.431     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.431     --color[=<when>]      show colored diff
#8 1.431     --ws-error-highlight <kind>
#8 1.431                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.431     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.431     --abbrev[=<n>]        use <n> digits to display object names
#8 1.431     --src-prefix <prefix>
#8 1.431                           show the given source prefix instead of "a/"
#8 1.431     --dst-prefix <prefix>
#8 1.431                           show the given destination prefix instead of "b/"
#8 1.431     --line-prefix <prefix>
#8 1.431                           prepend an additional prefix to every line of output
#8 1.431     --no-prefix           do not show any source or destination prefix
#8 1.432     --inter-hunk-context <n>
#8 1.432                           show context between diff hunks up to the specified number of lines
#8 1.432     --output-indicator-new <char>
#8 1.432                           specify the character to indicate a new line instead of '+'
#8 1.432     --output-indicator-old <char>
#8 1.432                           specify the character to indicate an old line instead of '-'
#8 1.432     --output-indicator-context <char>
#8 1.432                           specify the character to indicate a context instead of ' '
#8 1.432 
#8 1.432 Diff rename options
#8 1.432     -B, --break-rewrites[=<n>[/<m>]]
#8 1.432                           break complete rewrite changes into pairs of delete and create
#8 1.432     -M, --find-renames[=<n>]
#8 1.432                           detect renames
#8 1.432     -D, --irreversible-delete
#8 1.432                           omit the preimage for deletes
#8 1.432     -C, --find-copies[=<n>]
#8 1.432                           detect copies
#8 1.432     --find-copies-harder  use unmodified files as source to find copies
#8 1.432     --no-renames          disable rename detection
#8 1.432     --rename-empty        use empty blobs as rename source
#8 1.432     --follow              continue listing the history of a file beyond renames
#8 1.432     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.432 
#8 1.432 Diff algorithm options
#8 1.432     --minimal             produce the smalles
#8 1.432 [output clipped, log limit 200KiB/s reached]
#8 1.436 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.437 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.437 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.438 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.438 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.439 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.439 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.440 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.440 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.441 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.441 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.442 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.442 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.442 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.443 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.443 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.444 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.444 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.444 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.445 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.445 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.446 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.446 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.447 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.447 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.448 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.448 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.448 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.449 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.449 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.450 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.450 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.451 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.451 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.452 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.452 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.452 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.453 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.453 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.453 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.453 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.454 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.454 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.454 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.455 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.455 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.455 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.456 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.456 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.456 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.457 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.457 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.457 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.458 touch .make.deps
#8 1.469 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.470 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.472 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.473 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.589 (cd pcap-client && ./gen_links.sh && ./regen_makefile.sh)
#8 1.596 Linking TCCInterface_Functions.ttcn
#8 1.599 Linking TCCConversion_Functions.ttcn
#8 1.601 Linking TCCConversion.cc
#8 1.603 Linking TCCInterface.cc
#8 1.605 Linking TCCInterface_ip.h
#8 1.607 Linking TCCEncoding_Functions.ttcn
#8 1.609 Linking TCCEncoding.cc
#8 1.611 Linking Socket_API_Definitions.ttcn
#8 1.614 Linking IPL4asp_Functions.ttcn
#8 1.616 Linking IPL4asp_PT.cc
#8 1.618 Linking IPL4asp_PT.hh
#8 1.620 Linking IPL4asp_PortType.ttcn
#8 1.622 Linking IPL4asp_Types.ttcn
#8 1.624 Linking IPL4asp_discovery.cc
#8 1.627 Linking IPL4asp_protocol_L234.hh
#8 1.629 Linking TELNETasp_PT.cc
#8 1.631 Linking TELNETasp_PT.hh
#8 1.633 Linking TELNETasp_PortType.ttcn
#8 1.635 Linking Misc_Helpers.ttcn
#8 1.638 Linking General_Types.ttcn
#8 1.640 Linking GSM_Types.ttcn
#8 1.642 Linking Osmocom_Types.ttcn
#8 1.644 Linking Native_Functions.ttcn
#8 1.646 Linking Native_FunctionDefs.cc
#8 1.648 Linking Osmocom_VTY_Functions.ttcn
#8 1.650 Linking OPCAP_Types.ttcn
#8 1.652 Linking OPCAP_Templates.ttcn
#8 1.655 Linking OPCAP_CodecPort.ttcn
#8 1.657 Linking OPCAP_CodecPort_CtrlFunct.ttcn
#8 1.659 Linking OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.661 Linking OPCAP_Adapter.ttcn
#8 1.727 make -C pcap-client compile
#8 1.733 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.733 /usr/bin/ttcn3_compiler -L -U 8 GSM_Types.ttcn General_Types.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Misc_Helpers.ttcn Native_Functions.ttcn OPCAP_Adapter.ttcn OPCAP_CLIENT_Tests.ttcn OPCAP_CodecPort.ttcn OPCAP_CodecPort_CtrlFunct.ttcn OPCAP_Templates.ttcn OPCAP_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCEncoding_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn - GSM_Types.ttcn General_Types.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Misc_Helpers.ttcn Native_Functions.ttcn OPCAP_Adapter.ttcn OPCAP_CLIENT_Tests.ttcn OPCAP_CodecPort.ttcn OPCAP_CodecPort_CtrlFunct.ttcn OPCAP_Templates.ttcn OPCAP_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCEncoding_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn
#8 1.786 touch compile
#8 1.786 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.786 make -j20 -C pcap-client
#8 1.789 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.800 Creating dependency file for TELNETasp_PT.cc
#8 1.800 Creating dependency file for TCCInterface.cc
#8 1.800 Creating dependency file for TCCEncoding.cc
#8 1.800 Creating dependency file for TCCConversion.cc
#8 1.800 Creating dependency file for OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.800 Creating dependency file for Native_FunctionDefs.cc
#8 1.800 Creating dependency file for IPL4asp_discovery.cc
#8 1.801 Creating dependency file for IPL4asp_PT.cc
#8 1.815 Creating dependency file for TELNETasp_PortType_part_7.cc
#8 1.815 Creating dependency file for TELNETasp_PortType_part_6.cc
#8 1.815 Creating dependency file for TELNETasp_PortType_part_5.cc
#8 1.815 Creating dependency file for TELNETasp_PortType_part_4.cc
#8 1.815 Creating dependency file for TELNETasp_PortType_part_3.cc
#8 1.816 Creating dependency file for TELNETasp_PortType_part_2.cc
#8 1.816 Creating dependency file for TELNETasp_PortType_part_1.cc
#8 1.816 Creating dependency file for TCCInterface_Functions_part_7.cc
#8 1.816 Creating dependency file for TCCInterface_Functions_part_6.cc
#8 1.817 Creating dependency file for TCCInterface_Functions_part_5.cc
#8 1.817 Creating dependency file for TCCInterface_Functions_part_4.cc
#8 1.830 Creating dependency file for TCCInterface_Functions_part_3.cc
#8 1.830 Creating dependency file for TCCInterface_Functions_part_2.cc
#8 1.831 Creating dependency file for TCCInterface_Functions_part_1.cc
#8 1.831 Creating dependency file for TCCEncoding_Functions_part_7.cc
#8 1.831 Creating dependency file for TCCEncoding_Functions_part_6.cc
#8 1.832 Creating dependency file for TCCEncoding_Functions_part_5.cc
#8 1.832 Creating dependency file for TCCEncoding_Functions_part_4.cc
#8 1.832 Creating dependency file for TCCEncoding_Functions_part_3.cc
#8 1.833 Creating dependency file for TCCEncoding_Functions_part_2.cc
#8 1.833 Creating dependency file for TCCEncoding_Functions_part_1.cc
#8 1.837 Creating dependency file for TCCConversion_Functions_part_7.cc
#8 1.837 Creating dependency file for TCCConversion_Functions_part_6.cc
#8 1.837 Creating dependency file for TCCConversion_Functions_part_5.cc
#8 1.837 Creating dependency file for TCCConversion_Functions_part_4.cc
#8 1.838 Creating dependency file for TCCConversion_Functions_part_3.cc
#8 1.839 Creating dependency file for TCCConversion_Functions_part_2.cc
#8 1.842 Creating dependency file for TCCConversion_Functions_part_1.cc
#8 1.844 Creating dependency file for Socket_API_Definitions_part_7.cc
#8 1.844 Creating dependency file for Socket_API_Definitions_part_6.cc
#8 1.844 Creating dependency file for Socket_API_Definitions_part_5.cc
#8 1.844 Creating dependency file for Socket_API_Definitions_part_4.cc
#8 1.844 Creating dependency file for Socket_API_Definitions_part_3.cc
#8 1.845 Creating dependency file for Socket_API_Definitions_part_2.cc
#8 1.845 Creating dependency file for Socket_API_Definitions_part_1.cc
#8 1.846 Creating dependency file for Osmocom_VTY_Functions_part_7.cc
#8 1.847 Creating dependency file for Osmocom_VTY_Functions_part_6.cc
#8 1.848 Creating dependency file for Osmocom_VTY_Functions_part_5.cc
#8 1.848 Creating dependency file for Osmocom_VTY_Functions_part_4.cc
#8 1.850 Creating dependency file for Osmocom_VTY_Functions_part_3.cc
#8 1.850 Creating dependency file for Osmocom_VTY_Functions_part_2.cc
#8 1.851 Creating dependency file for Osmocom_VTY_Functions_part_1.cc
#8 1.853 Creating dependency file for Osmocom_Types_part_7.cc
#8 1.853 Creating dependency file for Osmocom_Types_part_6.cc
#8 1.855 Creating dependency file for Osmocom_Types_part_5.cc
#8 1.855 Creating dependency file for Osmocom_Types_part_4.cc
#8 1.857 Creating dependency file for Osmocom_Types_part_3.cc
#8 1.857 Creating dependency file for Osmocom_Types_part_2.cc
#8 1.857 Creating dependency file for Osmocom_Types_part_1.cc
#8 1.860 Creating dependency file for OPCAP_Types_part_7.cc
#8 1.860 Creating dependency file for OPCAP_Types_part_6.cc
#8 1.861 Creating dependency file for OPCAP_Types_part_5.cc
#8 1.862 Creating dependency file for OPCAP_Types_part_4.cc
#8 1.863 Creating dependency file for OPCAP_Types_part_3.cc
#8 1.868 Creating dependency file for OPCAP_Types_part_2.cc
#8 1.868 Creating dependency file for OPCAP_Types_part_1.cc
#8 1.868 Creating dependency file for OPCAP_Templates_part_7.cc
#8 1.870 Creating dependency file for OPCAP_Templates_part_6.cc
#8 1.874 Creating dependency file for OPCAP_Templates_part_5.cc
#8 1.875 Creating dependency file for OPCAP_Templates_part_4.cc
#8 1.875 Creating dependency file for OPCAP_Templates_part_3.cc
#8 1.876 Creating dependency file for OPCAP_Templates_part_2.cc
#8 1.876 Creating dependency file for OPCAP_Templates_part_1.cc
#8 1.877 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 1.877 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 1.880 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 1.882 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 1.883 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 1.883 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 1.883 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 1.883 Creating dependency file for OPCAP_CodecPort_part_7.cc
#8 1.885 Creating dependency file for OPCAP_CodecPort_part_6.cc
#8 1.885 Creating dependency file for OPCAP_CodecPort_part_5.cc
#8 1.885 Creating dependency file for OPCAP_CodecPort_part_4.cc
#8 1.888 Creating dependency file for OPCAP_CodecPort_part_3.cc
#8 1.888 Creating dependency file for OPCAP_CodecPort_part_2.cc
#8 1.889 Creating dependency file for OPCAP_CodecPort_part_1.cc
#8 1.890 Creating dependency file for OPCAP_CLIENT_Tests_part_7.cc
#8 1.891 Creating dependency file for OPCAP_CLIENT_Tests_part_6.cc
#8 1.891 Creating dependency file for OPCAP_CLIENT_Tests_part_5.cc
#8 1.893 Creating dependency file for OPCAP_CLIENT_Tests_part_4.cc
#8 1.893 Creating dependency file for OPCAP_CLIENT_Tests_part_3.cc
#8 1.894 Creating dependency file for OPCAP_CLIENT_Tests_part_2.cc
#8 1.895 Creating dependency file for OPCAP_CLIENT_Tests_part_1.cc
#8 1.895 Creating dependency file for OPCAP_Adapter_part_7.cc
#8 1.896 Creating dependency file for OPCAP_Adapter_part_6.cc
#8 1.896 Creating dependency file for OPCAP_Adapter_part_5.cc
#8 1.897 Creating dependency file for OPCAP_Adapter_part_4.cc
#8 1.898 Creating dependency file for OPCAP_Adapter_part_3.cc
#8 1.898 Creating dependency file for OPCAP_Adapter_part_2.cc
#8 1.899 Creating dependency file for OPCAP_Adapter_part_1.cc
#8 1.899 Creating dependency file for Native_Functions_part_6.cc
#8 1.899 Creating dependency file for Native_Functions_part_7.cc
#8 1.899 Creating dependency file for Native_Functions_part_5.cc
#8 1.901 Creating dependency file for Native_Functions_part_4.cc
#8 1.901 Creating dependency file for Native_Functions_part_3.cc
#8 1.902 Creating dependency file for Native_Functions_part_2.cc
#8 1.903 Creating dependency file for Misc_Helpers_part_7.cc
#8 1.903 Creating dependency file for Native_Functions_part_1.cc
#8 1.904 Creating dependency file for Misc_Helpers_part_6.cc
#8 1.904 Creating dependency file for Misc_Helpers_part_5.cc
#8 1.904 Creating dependency file for Misc_Helpers_part_4.cc
#8 1.905 Creating dependency file for Misc_Helpers_part_3.cc
#8 1.905 Creating dependency file for Misc_Helpers_part_2.cc
#8 1.906 Creating dependency file for Misc_Helpers_part_1.cc
#8 1.907 Creating dependency file for IPL4asp_Types_part_7.cc
#8 1.908 Creating dependency file for IPL4asp_Types_part_6.cc
#8 1.908 Creating dependency file for IPL4asp_Types_part_5.cc
#8 1.908 Creating dependency file for IPL4asp_Types_part_4.cc
#8 1.909 Creating dependency file for IPL4asp_Types_part_3.cc
#8 1.909 Creating dependency file for IPL4asp_Types_part_2.cc
#8 1.909 Creating dependency file for IPL4asp_Types_part_1.cc
#8 1.910 Creating dependency file for IPL4asp_PortType_part_7.cc
#8 1.910 Creating dependency file for IPL4asp_PortType_part_6.cc
#8 1.913 Creating dependency file for IPL4asp_PortType_part_5.cc
#8 1.913 Creating dependency file for IPL4asp_PortType_part_4.cc
#8 1.913 Creating dependency file for IPL4asp_PortType_part_3.cc
#8 1.913 Creating dependency file for IPL4asp_PortType_part_2.cc
#8 1.914 Creating dependency file for IPL4asp_PortType_part_1.cc
#8 1.914 Creating dependency file for IPL4asp_Functions_part_7.cc
#8 1.914 Creating dependency file for IPL4asp_Functions_part_6.cc
#8 1.916 Creating dependency file for IPL4asp_Functions_part_5.cc
#8 1.922 Creating dependency file for IPL4asp_Functions_part_4.cc
#8 1.922 Creating dependency file for IPL4asp_Functions_part_3.cc
#8 1.923 Creating dependency file for IPL4asp_Functions_part_2.cc
#8 1.923 Creating dependency file for IPL4asp_Functions_part_1.cc
#8 1.923 Creating dependency file for General_Types_part_7.cc
#8 1.923 Creating dependency file for General_Types_part_6.cc
#8 1.923 Creating dependency file for General_Types_part_4.cc
#8 1.923 Creating dependency file for General_Types_part_5.cc
#8 1.923 Creating dependency file for General_Types_part_3.cc
#8 1.924 Creating dependency file for General_Types_part_2.cc
#8 1.924 Creating dependency file for General_Types_part_1.cc
#8 1.924 Creating dependency file for GSM_Types_part_7.cc
#8 1.929 Creating dependency file for GSM_Types_part_6.cc
#8 1.929 Creating dependency file for GSM_Types_part_5.cc
#8 1.929 Creating dependency file for GSM_Types_part_4.cc
#8 1.930 Creating dependency file for GSM_Types_part_3.cc
#8 1.930 Creating dependency file for GSM_Types_part_2.cc
#8 1.930 Creating dependency file for GSM_Types_part_1.cc
#8 1.930 Creating dependency file for TELNETasp_PortType.cc
#8 1.930 Creating dependency file for TCCInterface_Functions.cc
#8 1.938 Creating dependency file for TCCEncoding_Functions.cc
#8 1.958 Creating dependency file for TCCConversion_Functions.cc
#8 1.959 Creating dependency file for Socket_API_Definitions.cc
#8 1.967 Creating dependency file for Osmocom_VTY_Functions.cc
#8 1.970 Creating dependency file for Osmocom_Types.cc
#8 1.971 Creating dependency file for OPCAP_Types.cc
#8 1.972 Creating dependency file for OPCAP_Templates.cc
#8 1.980 Creating dependency file for OPCAP_CodecPort_CtrlFunct.cc
#8 1.985 Creating dependency file for OPCAP_CodecPort.cc
#8 1.985 Creating dependency file for OPCAP_Adapter.cc
#8 1.985 Creating dependency file for OPCAP_CLIENT_Tests.cc
#8 1.988 Creating dependency file for Native_Functions.cc
#8 1.989 Creating dependency file for Misc_Helpers.cc
#8 1.990 Creating dependency file for IPL4asp_Types.cc
#8 1.990 Creating dependency file for IPL4asp_PortType.cc
#8 1.991 Creating dependency file for IPL4asp_Functions.cc
#8 1.992 Creating dependency file for General_Types.cc
#8 1.995 Creating dependency file for GSM_Types.cc
#8 2.079 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types.o GSM_Types.cc
#8 2.079 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types.o General_Types.cc
#8 2.079 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions.o IPL4asp_Functions.cc
#8 2.079 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType.o IPL4asp_PortType.cc
#8 2.079 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types.o IPL4asp_Types.cc
#8 2.079 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers.o Misc_Helpers.cc
#8 2.079 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions.o Native_Functions.cc
#8 2.079 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter.o OPCAP_Adapter.cc
#8 2.080 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests.o OPCAP_CLIENT_Tests.cc
#8 2.080 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort.o OPCAP_CodecPort.cc
#8 2.080 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct.o OPCAP_CodecPort_CtrlFunct.cc
#8 2.081 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates.o OPCAP_Templates.cc
#8 2.081 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types.o OPCAP_Types.cc
#8 2.081 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types.o Osmocom_Types.cc
#8 2.082 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions.o Osmocom_VTY_Functions.cc
#8 2.082 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions.o Socket_API_Definitions.cc
#8 2.082 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions.o TCCConversion_Functions.cc
#8 2.083 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions.o TCCEncoding_Functions.cc
#8 2.083 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions.o TCCInterface_Functions.cc
#8 2.083 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType.o TELNETasp_PortType.cc
#8 2.615 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_1.o GSM_Types_part_1.cc
#8 2.639 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_2.o GSM_Types_part_2.cc
#8 2.646 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_3.o GSM_Types_part_3.cc
#8 2.660 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_4.o GSM_Types_part_4.cc
#8 2.692 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_5.o GSM_Types_part_5.cc
#8 2.726 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_6.o GSM_Types_part_6.cc
#8 2.771 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o GSM_Types_part_7.o GSM_Types_part_7.cc
#8 2.796 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_1.o General_Types_part_1.cc
#8 2.856 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_2.o General_Types_part_2.cc
#8 2.857 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_3.o General_Types_part_3.cc
#8 2.866 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_4.o General_Types_part_4.cc
#8 2.876 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_5.o General_Types_part_5.cc
#8 2.904 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_6.o General_Types_part_6.cc
#8 2.930 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o General_Types_part_7.o General_Types_part_7.cc
#8 2.938 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_1.o IPL4asp_Functions_part_1.cc
#8 2.950 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_2.o IPL4asp_Functions_part_2.cc
#8 2.953 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_3.o IPL4asp_Functions_part_3.cc
#8 2.960 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_4.o IPL4asp_Functions_part_4.cc
#8 2.961 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_5.o IPL4asp_Functions_part_5.cc
#8 2.962 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_6.o IPL4asp_Functions_part_6.cc
#8 2.965 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Functions_part_7.o IPL4asp_Functions_part_7.cc
#8 2.970 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_1.o IPL4asp_PortType_part_1.cc
#8 2.977 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_2.o IPL4asp_PortType_part_2.cc
#8 2.981 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_3.o IPL4asp_PortType_part_3.cc
#8 2.985 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_4.o IPL4asp_PortType_part_4.cc
#8 2.990 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_5.o IPL4asp_PortType_part_5.cc
#8 2.990 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_6.o IPL4asp_PortType_part_6.cc
#8 2.993 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PortType_part_7.o IPL4asp_PortType_part_7.cc
#8 3.000 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_1.o IPL4asp_Types_part_1.cc
#8 3.000 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_2.o IPL4asp_Types_part_2.cc
#8 3.005 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_3.o IPL4asp_Types_part_3.cc
#8 3.006 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_4.o IPL4asp_Types_part_4.cc
#8 3.008 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_5.o IPL4asp_Types_part_5.cc
#8 3.020 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_6.o IPL4asp_Types_part_6.cc
#8 3.074 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_Types_part_7.o IPL4asp_Types_part_7.cc
#8 3.086 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_1.o Misc_Helpers_part_1.cc
#8 3.100 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_2.o Misc_Helpers_part_2.cc
#8 3.112 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_3.o Misc_Helpers_part_3.cc
#8 3.118 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_4.o Misc_Helpers_part_4.cc
#8 3.135 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_5.o Misc_Helpers_part_5.cc
#8 3.136 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_6.o Misc_Helpers_part_6.cc
#8 3.153 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Misc_Helpers_part_7.o Misc_Helpers_part_7.cc
#8 3.168 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_1.o Native_Functions_part_1.cc
#8 3.170 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_2.o Native_Functions_part_2.cc
#8 3.172 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_3.o Native_Functions_part_3.cc
#8 3.185 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_4.o Native_Functions_part_4.cc
#8 3.187 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_5.o Native_Functions_part_5.cc
#8 3.189 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_6.o Native_Functions_part_6.cc
#8 3.204 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_Functions_part_7.o Native_Functions_part_7.cc
#8 3.205 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_1.o OPCAP_Adapter_part_1.cc
#8 3.206 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_2.o OPCAP_Adapter_part_2.cc
#8 3.221 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_3.o OPCAP_Adapter_part_3.cc
#8 3.221 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_4.o OPCAP_Adapter_part_4.cc
#8 3.223 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_5.o OPCAP_Adapter_part_5.cc
#8 3.238 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_6.o OPCAP_Adapter_part_6.cc
#8 3.239 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Adapter_part_7.o OPCAP_Adapter_part_7.cc
#8 3.240 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_1.o OPCAP_CLIENT_Tests_part_1.cc
#8 3.256 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_2.o OPCAP_CLIENT_Tests_part_2.cc
#8 3.256 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_3.o OPCAP_CLIENT_Tests_part_3.cc
#8 3.256 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_4.o OPCAP_CLIENT_Tests_part_4.cc
#8 3.272 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_5.o OPCAP_CLIENT_Tests_part_5.cc
#8 3.273 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_6.o OPCAP_CLIENT_Tests_part_6.cc
#8 3.273 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CLIENT_Tests_part_7.o OPCAP_CLIENT_Tests_part_7.cc
#8 3.288 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_1.o OPCAP_CodecPort_part_1.cc
#8 3.289 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_2.o OPCAP_CodecPort_part_2.cc
#8 3.289 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_3.o OPCAP_CodecPort_part_3.cc
#8 3.304 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_4.o OPCAP_CodecPort_part_4.cc
#8 3.304 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_5.o OPCAP_CodecPort_part_5.cc
#8 3.307 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_6.o OPCAP_CodecPort_part_6.cc
#8 3.320 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_part_7.o OPCAP_CodecPort_part_7.cc
#8 3.323 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_1.o OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 3.325 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_2.o OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 3.340 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_3.o OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 3.340 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_4.o OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 3.343 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_5.o OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 3.356 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_6.o OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 3.358 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunct_part_7.o OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 3.359 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_1.o OPCAP_Templates_part_1.cc
#8 3.374 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_2.o OPCAP_Templates_part_2.cc
#8 3.375 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_3.o OPCAP_Templates_part_3.cc
#8 3.375 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_4.o OPCAP_Templates_part_4.cc
#8 3.390 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_5.o OPCAP_Templates_part_5.cc
#8 3.390 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_6.o OPCAP_Templates_part_6.cc
#8 3.391 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Templates_part_7.o OPCAP_Templates_part_7.cc
#8 3.406 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_1.o OPCAP_Types_part_1.cc
#8 3.406 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_2.o OPCAP_Types_part_2.cc
#8 3.407 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_3.o OPCAP_Types_part_3.cc
#8 3.436 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_4.o OPCAP_Types_part_4.cc
#8 3.468 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_5.o OPCAP_Types_part_5.cc
#8 3.484 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_6.o OPCAP_Types_part_6.cc
#8 3.488 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_Types_part_7.o OPCAP_Types_part_7.cc
#8 3.500 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_1.o Osmocom_Types_part_1.cc
#8 3.504 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_2.o Osmocom_Types_part_2.cc
#8 3.520 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_3.o Osmocom_Types_part_3.cc
#8 3.522 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_4.o Osmocom_Types_part_4.cc
#8 3.538 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_5.o Osmocom_Types_part_5.cc
#8 3.538 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_6.o Osmocom_Types_part_6.cc
#8 3.540 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_Types_part_7.o Osmocom_Types_part_7.cc
#8 3.554 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_1.o Osmocom_VTY_Functions_part_1.cc
#8 3.554 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_2.o Osmocom_VTY_Functions_part_2.cc
#8 3.555 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_3.o Osmocom_VTY_Functions_part_3.cc
#8 3.556 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_4.o Osmocom_VTY_Functions_part_4.cc
#8 3.570 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_5.o Osmocom_VTY_Functions_part_5.cc
#8 3.570 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_6.o Osmocom_VTY_Functions_part_6.cc
#8 3.570 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Osmocom_VTY_Functions_part_7.o Osmocom_VTY_Functions_part_7.cc
#8 3.571 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_1.o Socket_API_Definitions_part_1.cc
#8 3.585 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_2.o Socket_API_Definitions_part_2.cc
#8 3.585 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_3.o Socket_API_Definitions_part_3.cc
#8 3.585 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_4.o Socket_API_Definitions_part_4.cc
#8 3.598 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_5.o Socket_API_Definitions_part_5.cc
#8 3.628 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_6.o Socket_API_Definitions_part_6.cc
#8 3.673 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Socket_API_Definitions_part_7.o Socket_API_Definitions_part_7.cc
#8 3.685 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_1.o TCCConversion_Functions_part_1.cc
#8 3.689 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_2.o TCCConversion_Functions_part_2.cc
#8 3.705 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_3.o TCCConversion_Functions_part_3.cc
#8 3.716 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_4.o TCCConversion_Functions_part_4.cc
#8 3.718 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_5.o TCCConversion_Functions_part_5.cc
#8 3.722 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_6.o TCCConversion_Functions_part_6.cc
#8 3.732 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion_Functions_part_7.o TCCConversion_Functions_part_7.cc
#8 3.733 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_1.o TCCEncoding_Functions_part_1.cc
#8 3.748 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_2.o TCCEncoding_Functions_part_2.cc
#8 3.760 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_3.o TCCEncoding_Functions_part_3.cc
#8 3.776 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_4.o TCCEncoding_Functions_part_4.cc
#8 3.793 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_5.o TCCEncoding_Functions_part_5.cc
#8 3.802 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_6.o TCCEncoding_Functions_part_6.cc
#8 3.809 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding_Functions_part_7.o TCCEncoding_Functions_part_7.cc
#8 3.824 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_1.o TCCInterface_Functions_part_1.cc
#8 3.836 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_2.o TCCInterface_Functions_part_2.cc
#8 3.837 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_3.o TCCInterface_Functions_part_3.cc
#8 3.841 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_4.o TCCInterface_Functions_part_4.cc
#8 3.852 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_5.o TCCInterface_Functions_part_5.cc
#8 3.852 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_6.o TCCInterface_Functions_part_6.cc
#8 3.859 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface_Functions_part_7.o TCCInterface_Functions_part_7.cc
#8 3.869 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_1.o TELNETasp_PortType_part_1.cc
#8 3.871 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_2.o TELNETasp_PortType_part_2.cc
#8 3.877 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_3.o TELNETasp_PortType_part_3.cc
#8 3.957 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_4.o TELNETasp_PortType_part_4.cc
#8 3.974 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_5.o TELNETasp_PortType_part_5.cc
#8 3.992 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_6.o TELNETasp_PortType_part_6.cc
#8 3.992 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PortType_part_7.o TELNETasp_PortType_part_7.cc
#8 3.994 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_PT.o IPL4asp_PT.cc
#8 4.007 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o IPL4asp_discovery.o IPL4asp_discovery.cc
#8 4.008 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o Native_FunctionDefs.o Native_FunctionDefs.cc
#8 4.034 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o OPCAP_CodecPort_CtrlFunctdef.o OPCAP_CodecPort_CtrlFunctdef.cc
#8 4.035 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCConversion.o TCCConversion.cc
#8 4.098 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCEncoding.o TCCEncoding.cc
#8 4.105 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TCCInterface.o TCCInterface.cc
#8 4.181 g++  -c -DLINUX -DMAKEDEPEND_RUN -DUSE_SCTP -DLKSCTP_MULTIHOMING_ENABLED -DAS_USE_SSL -I/usr/include/titan -fPIC   -o TELNETasp_PT.o TELNETasp_PT.cc
#8 4.183 g++  -shared -o GSM_Types.so GSM_Types.o
#8 4.195 g++  -shared -o General_Types.so General_Types.o
#8 4.226 g++  -shared -o IPL4asp_Functions.so IPL4asp_Functions.o
#8 4.259 g++  -shared -o IPL4asp_PortType.so IPL4asp_PortType.o
#8 4.304 g++  -shared -o IPL4asp_Types.so IPL4asp_Types.o
#8 4.325 g++  -shared -o Misc_Helpers.so Misc_Helpers.o
#8 4.378 g++  -shared -o Native_Functions.so Native_Functions.o
#8 4.392 g++  -shared -o OPCAP_Adapter.so OPCAP_Adapter.o
#8 4.449 g++  -shared -o OPCAP_CLIENT_Tests.so OPCAP_CLIENT_Tests.o
#8 4.450 g++  -shared -o OPCAP_CodecPort.so OPCAP_CodecPort.o
#8 4.459 g++  -shared -o OPCAP_CodecPort_CtrlFunct.so OPCAP_CodecPort_CtrlFunct.o
#8 4.464 g++  -shared -o OPCAP_Templates.so OPCAP_Templates.o
#8 4.482 g++  -shared -o OPCAP_Types.so OPCAP_Types.o
#8 4.483 g++  -shared -o Osmocom_Types.so Osmocom_Types.o
#8 4.541 g++  -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o
#8 4.542 g++  -shared -o Socket_API_Definitions.so Socket_API_Definitions.o
#8 4.545 g++  -shared -o TCCConversion_Functions.so TCCConversion_Functions.o
#8 4.553 g++  -shared -o TCCEncoding_Functions.so TCCEncoding_Functions.o
#8 4.562 g++  -shared -o TCCInterface_Functions.so TCCInterface_Functions.o
#8 4.570 g++  -shared -o TELNETasp_PortType.so TELNETasp_PortType.o
#8 4.592 g++  -shared -o GSM_Types_part_1.so GSM_Types_part_1.o
#8 4.594 g++  -shared -o GSM_Types_part_2.so GSM_Types_part_2.o
#8 4.604 g++  -shared -o GSM_Types_part_3.so GSM_Types_part_3.o
#8 4.641 g++  -shared -o GSM_Types_part_4.so GSM_Types_part_4.o
#8 4.647 g++  -shared -o GSM_Types_part_5.so GSM_Types_part_5.o
#8 4.656 g++  -shared -o GSM_Types_part_6.so GSM_Types_part_6.o
#8 4.657 g++  -shared -o GSM_Types_part_7.so GSM_Types_part_7.o
#8 4.661 g++  -shared -o General_Types_part_1.so General_Types_part_1.o
#8 4.662 g++  -shared -o General_Types_part_2.so General_Types_part_2.o
#8 4.673 g++  -shared -o General_Types_part_3.so General_Types_part_3.o
#8 4.681 g++  -shared -o General_Types_part_4.so General_Types_part_4.o
#8 4.682 g++  -shared -o General_Types_part_5.so General_Types_part_5.o
#8 4.704 g++  -shared -o General_Types_part_6.so General_Types_part_6.o
#8 4.721 g++  -shared -o General_Types_part_7.so General_Types_part_7.o
#8 4.734 g++  -shared -o IPL4asp_Functions_part_1.so IPL4asp_Functions_part_1.o
#8 4.740 g++  -shared -o IPL4asp_Functions_part_2.so IPL4asp_Functions_part_2.o
#8 4.745 g++  -shared -o IPL4asp_Functions_part_3.so IPL4asp_Functions_part_3.o
#8 4.748 g++  -shared -o IPL4asp_Functions_part_4.so IPL4asp_Functions_part_4.o
#8 4.755 g++  -shared -o IPL4asp_Functions_part_5.so IPL4asp_Functions_part_5.o
#8 4.763 g++  -shared -o IPL4asp_Functions_part_6.so IPL4asp_Functions_part_6.o
#8 4.763 g++  -shared -o IPL4asp_Functions_part_7.so IPL4asp_Functions_part_7.o
#8 4.764 g++  -shared -o IPL4asp_PortType_part_1.so IPL4asp_PortType_part_1.o
#8 4.765 g++  -shared -o IPL4asp_PortType_part_2.so IPL4asp_PortType_part_2.o
#8 4.766 g++  -shared -o IPL4asp_PortType_part_3.so IPL4asp_PortType_part_3.o
#8 4.768 g++  -shared -o IPL4asp_PortType_part_4.so IPL4asp_PortType_part_4.o
#8 4.771 g++  -shared -o IPL4asp_PortType_part_5.so IPL4asp_PortType_part_5.o
#8 4.773 g++  -shared -o IPL4asp_PortType_part_6.so IPL4asp_PortType_part_6.o
#8 4.776 g++  -shared -o IPL4asp_PortType_part_7.so IPL4asp_PortType_part_7.o
#8 4.777 g++  -shared -o IPL4asp_Types_part_1.so IPL4asp_Types_part_1.o
#8 4.780 g++  -shared -o IPL4asp_Types_part_2.so IPL4asp_Types_part_2.o
#8 4.782 g++  -shared -o IPL4asp_Types_part_3.so IPL4asp_Types_part_3.o
#8 4.783 g++  -shared -o IPL4asp_Types_part_4.so IPL4asp_Types_part_4.o
#8 4.784 g++  -shared -o IPL4asp_Types_part_5.so IPL4asp_Types_part_5.o
#8 4.784 g++  -shared -o IPL4asp_Types_part_6.so IPL4asp_Types_part_6.o
#8 4.785 g++  -shared -o IPL4asp_Types_part_7.so IPL4asp_Types_part_7.o
#8 4.786 g++  -shared -o Misc_Helpers_part_1.so Misc_Helpers_part_1.o
#8 4.791 g++  -shared -o Misc_Helpers_part_2.so Misc_Helpers_part_2.o
#8 4.792 g++  -shared -o Misc_Helpers_part_3.so Misc_Helpers_part_3.o
#8 4.793 g++  -shared -o Misc_Helpers_part_4.so Misc_Helpers_part_4.o
#8 4.794 g++  -shared -o Misc_Helpers_part_5.so Misc_Helpers_part_5.o
#8 4.796 g++  -shared -o Misc_Helpers_part_6.so Misc_Helpers_part_6.o
#8 4.808 g++  -shared -o Misc_Helpers_part_7.so Misc_Helpers_part_7.o
#8 4.808 g++  -shared -o Native_Functions_part_1.so Native_Functions_part_1.o
#8 4.809 g++  -shared -o Native_Functions_part_2.so Native_Functions_part_2.o
#8 4.816 g++  -shared -o Native_Functions_part_3.so Native_Functions_part_3.o
#8 4.816 g++  -shared -o Native_Functions_part_4.so Native_Functions_part_4.o
#8 4.818 g++  -shared -o Native_Functions_part_5.so Native_Functions_part_5.o
#8 4.819 g++  -shared -o Native_Functions_part_6.so Native_Functions_part_6.o
#8 4.821 g++  -shared -o Native_Functions_part_7.so Native_Functions_part_7.o
#8 4.834 g++  -shared -o OPCAP_Adapter_part_1.so OPCAP_Adapter_part_1.o
#8 4.834 g++  -shared -o OPCAP_Adapter_part_2.so OPCAP_Adapter_part_2.o
#8 4.834 g++  -shared -o OPCAP_Adapter_part_3.so OPCAP_Adapter_part_3.o
#8 4.839 g++  -shared -o OPCAP_Adapter_part_4.so OPCAP_Adapter_part_4.o
#8 4.842 g++  -shared -o OPCAP_Adapter_part_5.so OPCAP_Adapter_part_5.o
#8 4.842 g++  -shared -o OPCAP_Adapter_part_6.so OPCAP_Adapter_part_6.o
#8 4.843 g++  -shared -o OPCAP_Adapter_part_7.so OPCAP_Adapter_part_7.o
#8 4.848 g++  -shared -o OPCAP_CLIENT_Tests_part_1.so OPCAP_CLIENT_Tests_part_1.o
#8 4.848 g++  -shared -o OPCAP_CLIENT_Tests_part_2.so OPCAP_CLIENT_Tests_part_2.o
#8 4.856 g++  -shared -o OPCAP_CLIENT_Tests_part_3.so OPCAP_CLIENT_Tests_part_3.o
#8 4.857 g++  -shared -o OPCAP_CLIENT_Tests_part_4.so OPCAP_CLIENT_Tests_part_4.o
#8 4.859 g++  -shared -o OPCAP_CLIENT_Tests_part_5.so OPCAP_CLIENT_Tests_part_5.o
#8 4.862 g++  -shared -o OPCAP_CLIENT_Tests_part_6.so OPCAP_CLIENT_Tests_part_6.o
#8 4.862 g++  -shared -o OPCAP_CLIENT_Tests_part_7.so OPCAP_CLIENT_Tests_part_7.o
#8 4.863 g++  -shared -o OPCAP_CodecPort_part_1.so OPCAP_CodecPort_part_1.o
#8 4.864 g++  -shared -o OPCAP_CodecPort_part_2.so OPCAP_CodecPort_part_2.o
#8 4.870 g++  -shared -o OPCAP_CodecPort_part_3.so OPCAP_CodecPort_part_3.o
#8 4.878 g++  -shared -o OPCAP_CodecPort_part_4.so OPCAP_CodecPort_part_4.o
#8 4.878 g++  -shared -o OPCAP_CodecPort_part_5.so OPCAP_CodecPort_part_5.o
#8 4.878 g++  -shared -o OPCAP_CodecPort_part_6.so OPCAP_CodecPort_part_6.o
#8 4.878 g++  -shared -o OPCAP_CodecPort_part_7.so OPCAP_CodecPort_part_7.o
#8 4.878 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_1.so OPCAP_CodecPort_CtrlFunct_part_1.o
#8 4.878 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_2.so OPCAP_CodecPort_CtrlFunct_part_2.o
#8 4.878 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_3.so OPCAP_CodecPort_CtrlFunct_part_3.o
#8 4.879 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_4.so OPCAP_CodecPort_CtrlFunct_part_4.o
#8 4.881 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_5.so OPCAP_CodecPort_CtrlFunct_part_5.o
#8 4.882 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_6.so OPCAP_CodecPort_CtrlFunct_part_6.o
#8 4.883 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_7.so OPCAP_CodecPort_CtrlFunct_part_7.o
#8 4.884 g++  -shared -o OPCAP_Templates_part_1.so OPCAP_Templates_part_1.o
#8 4.885 g++  -shared -o OPCAP_Templates_part_2.so OPCAP_Templates_part_2.o
#8 4.887 g++  -shared -o OPCAP_Templates_part_3.so OPCAP_Templates_part_3.o
#8 4.898 g++  -shared -o OPCAP_Templates_part_4.so OPCAP_Templates_part_4.o
#8 4.898 g++  -shared -o OPCAP_Templates_part_5.so OPCAP_Templates_part_5.o
#8 4.898 g++  -shared -o OPCAP_Templates_part_6.so OPCAP_Templates_part_6.o
#8 4.898 g++  -shared -o OPCAP_Templates_part_7.so OPCAP_Templates_part_7.o
#8 4.899 g++  -shared -o OPCAP_Types_part_1.so OPCAP_Types_part_1.o
#8 4.899 g++  -shared -o OPCAP_Types_part_2.so OPCAP_Types_part_2.o
#8 4.899 g++  -shared -o OPCAP_Types_part_3.so OPCAP_Types_part_3.o
#8 4.899 g++  -shared -o OPCAP_Types_part_4.so OPCAP_Types_part_4.o
#8 4.899 g++  -shared -o OPCAP_Types_part_5.so OPCAP_Types_part_5.o
#8 4.908 g++  -shared -o OPCAP_Types_part_6.so OPCAP_Types_part_6.o
#8 4.908 g++  -shared -o OPCAP_Types_part_7.so OPCAP_Types_part_7.o
#8 4.908 g++  -shared -o Osmocom_Types_part_1.so Osmocom_Types_part_1.o
#8 4.908 g++  -shared -o Osmocom_Types_part_2.so Osmocom_Types_part_2.o
#8 4.908 g++  -shared -o Osmocom_Types_part_3.so Osmocom_Types_part_3.o
#8 4.908 g++  -shared -o Osmocom_Types_part_4.so Osmocom_Types_part_4.o
#8 4.915 g++  -shared -o Osmocom_Types_part_5.so Osmocom_Types_part_5.o
#8 4.916 g++  -shared -o Osmocom_Types_part_6.so Osmocom_Types_part_6.o
#8 4.916 g++  -shared -o Osmocom_Types_part_7.so Osmocom_Types_part_7.o
#8 4.917 g++  -shared -o Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_1.o
#8 4.917 g++  -shared -o Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_2.o
#8 4.918 g++  -shared -o Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_3.o
#8 4.929 g++  -shared -o Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_4.o
#8 4.929 g++  -shared -o Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_5.o
#8 4.930 g++  -shared -o Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_6.o
#8 4.930 g++  -shared -o Osmocom_VTY_Functions_part_7.so Osmocom_VTY_Functions_part_7.o
#8 4.930 g++  -shared -o Socket_API_Definitions_part_1.so Socket_API_Definitions_part_1.o
#8 4.930 g++  -shared -o Socket_API_Definitions_part_2.so Socket_API_Definitions_part_2.o
#8 4.932 g++  -shared -o Socket_API_Definitions_part_3.so Socket_API_Definitions_part_3.o
#8 4.936 g++  -shared -o Socket_API_Definitions_part_4.so Socket_API_Definitions_part_4.o
#8 4.938 g++  -shared -o Socket_API_Definitions_part_5.so Socket_API_Definitions_part_5.o
#8 4.938 g++  -shared -o Socket_API_Definitions_part_6.so Socket_API_Definitions_part_6.o
#8 4.939 g++  -shared -o Socket_API_Definitions_part_7.so Socket_API_Definitions_part_7.o
#8 4.939 g++  -shared -o TCCConversion_Functions_part_1.so TCCConversion_Functions_part_1.o
#8 4.942 g++  -shared -o TCCConversion_Functions_part_2.so TCCConversion_Functions_part_2.o
#8 4.951 g++  -shared -o TCCConversion_Functions_part_3.so TCCConversion_Functions_part_3.o
#8 4.951 g++  -shared -o TCCConversion_Functions_part_4.so TCCConversion_Functions_part_4.o
#8 4.953 g++  -shared -o TCCConversion_Functions_part_5.so TCCConversion_Functions_part_5.o
#8 4.953 g++  -shared -o TCCConversion_Functions_part_6.so TCCConversion_Functions_part_6.o
#8 4.954 g++  -shared -o TCCConversion_Functions_part_7.so TCCConversion_Functions_part_7.o
#8 4.964 g++  -shared -o TCCEncoding_Functions_part_1.so TCCEncoding_Functions_part_1.o
#8 4.966 g++  -shared -o TCCEncoding_Functions_part_2.so TCCEncoding_Functions_part_2.o
#8 4.967 g++  -shared -o TCCEncoding_Functions_part_3.so TCCEncoding_Functions_part_3.o
#8 4.970 g++  -shared -o TCCEncoding_Functions_part_4.so TCCEncoding_Functions_part_4.o
#8 4.974 g++  -shared -o TCCEncoding_Functions_part_5.so TCCEncoding_Functions_part_5.o
#8 4.975 g++  -shared -o TCCEncoding_Functions_part_6.so TCCEncoding_Functions_part_6.o
#8 4.977 g++  -shared -o TCCEncoding_Functions_part_7.so TCCEncoding_Functions_part_7.o
#8 4.978 g++  -shared -o TCCInterface_Functions_part_1.so TCCInterface_Functions_part_1.o
#8 4.980 g++  -shared -o TCCInterface_Functions_part_2.so TCCInterface_Functions_part_2.o
#8 4.992 g++  -shared -o TCCInterface_Functions_part_3.so TCCInterface_Functions_part_3.o
#8 4.996 g++  -shared -o TCCInterface_Functions_part_4.so TCCInterface_Functions_part_4.o
#8 4.996 g++  -shared -o TCCInterface_Functions_part_5.so TCCInterface_Functions_part_5.o
#8 5.001 g++  -shared -o TCCInterface_Functions_part_6.so TCCInterface_Functions_part_6.o
#8 5.014 g++  -shared -o TCCInterface_Functions_part_7.so TCCInterface_Functions_part_7.o
#8 5.015 g++  -shared -o TELNETasp_PortType_part_1.so TELNETasp_PortType_part_1.o
#8 5.016 g++  -shared -o TELNETasp_PortType_part_2.so TELNETasp_PortType_part_2.o
#8 5.019 g++  -shared -o TELNETasp_PortType_part_3.so TELNETasp_PortType_part_3.o
#8 5.019 g++  -shared -o TELNETasp_PortType_part_4.so TELNETasp_PortType_part_4.o
#8 5.023 g++  -shared -o TELNETasp_PortType_part_5.so TELNETasp_PortType_part_5.o
#8 5.033 g++  -shared -o TELNETasp_PortType_part_6.so TELNETasp_PortType_part_6.o
#8 5.038 g++  -shared -o TELNETasp_PortType_part_7.so TELNETasp_PortType_part_7.o
#8 5.038 g++  -shared -o IPL4asp_discovery.so IPL4asp_discovery.o
#8 5.038 g++  -shared -o Native_FunctionDefs.so Native_FunctionDefs.o
#8 5.039 g++  -shared -o OPCAP_CodecPort_CtrlFunctdef.so OPCAP_CodecPort_CtrlFunctdef.o
#8 5.046 g++  -shared -o TCCConversion.so TCCConversion.o
#8 5.047 g++  -shared -o TCCEncoding.so TCCEncoding.o
#8 5.052 g++  -shared -o TCCInterface.so TCCInterface.o
#8 5.105 g++  -shared -o TELNETasp_PT.so TELNETasp_PT.o
#8 5.263 g++  -shared -o IPL4asp_PT.so IPL4asp_PT.o
#8 5.290 if g++  -L /usr/lib/titan-fPIC  -o OPCAP_CLIENT_Tests -Wl,--no-as-needed GSM_Types.so General_Types.so IPL4asp_Functions.so IPL4asp_PortType.so IPL4asp_Types.so Misc_Helpers.so Native_Functions.so OPCAP_Adapter.so OPCAP_CLIENT_Tests.so OPCAP_CodecPort.so OPCAP_CodecPort_CtrlFunct.so OPCAP_Templates.so OPCAP_Types.so Osmocom_Types.so Osmocom_VTY_Functions.so Socket_API_Definitions.so TCCConversion_Functions.so TCCEncoding_Functions.so TCCInterface_Functions.so TELNETasp_PortType.so GSM_Types_part_1.so GSM_Types_part_2.so GSM_Types_part_3.so GSM_Types_part_4.so GSM_Types_part_5.so GSM_Types_part_6.so GSM_Types_part_7.so General_Types_part_1.so General_Types_part_2.so General_Types_part_3.so General_Types_part_4.so General_Types_part_5.so General_Types_part_6.so General_Types_part_7.so IPL4asp_Functions_part_1.so IPL4asp_Functions_part_2.so IPL4asp_Functions_part_3.so IPL4asp_Functions_part_4.so IPL4asp_Functions_part_5.so IPL4asp_Functions_part_6.so IPL4asp_Functions_part_7.so IPL4asp_PortType_part_1.so IPL4asp_PortType_part_2.so IPL4asp_PortType_part_3.so IPL4asp_PortType_part_4.so IPL4asp_PortType_part_5.so IPL4asp_PortType_part_6.so IPL4asp_PortType_part_7.so IPL4asp_Types_part_1.so IPL4asp_Types_part_2.so IPL4asp_Types_part_3.so IPL4asp_Types_part_4.so IPL4asp_Types_part_5.so IPL4asp_Types_part_6.so IPL4asp_Types_part_7.so Misc_Helpers_part_1.so Misc_Helpers_part_2.so Misc_Helpers_part_3.so Misc_Helpers_part_4.so Misc_Helpers_part_5.so Misc_Helpers_part_6.so Misc_Helpers_part_7.so Native_Functions_part_1.so Native_Functions_part_2.so Native_Functions_part_3.so Native_Functions_part_4.so Native_Functions_part_5.so Native_Functions_part_6.so Native_Functions_part_7.so OPCAP_Adapter_part_1.so OPCAP_Adapter_part_2.so OPCAP_Adapter_part_3.so OPCAP_Adapter_part_4.so OPCAP_Adapter_part_5.so OPCAP_Adapter_part_6.so OPCAP_Adapter_part_7.so OPCAP_CLIENT_Tests_part_1.so OPCAP_CLIENT_Tests_part_2.so OPCAP_CLIENT_Tests_part_3.so OPCAP_CLIENT_Tests_part_4.so OPCAP_CLIENT_Tests_part_5.so OPCAP_CLIENT_Tests_part_6.so OPCAP_CLIENT_Tests_part_7.so OPCAP_CodecPort_part_1.so OPCAP_CodecPort_part_2.so OPCAP_CodecPort_part_3.so OPCAP_CodecPort_part_4.so OPCAP_CodecPort_part_5.so OPCAP_CodecPort_part_6.so OPCAP_CodecPort_part_7.so OPCAP_CodecPort_CtrlFunct_part_1.so OPCAP_CodecPort_CtrlFunct_part_2.so OPCAP_CodecPort_CtrlFunct_part_3.so OPCAP_CodecPort_CtrlFunct_part_4.so OPCAP_CodecPort_CtrlFunct_part_5.so OPCAP_CodecPort_CtrlFunct_part_6.so OPCAP_CodecPort_CtrlFunct_part_7.so OPCAP_Templates_part_1.so OPCAP_Templates_part_2.so OPCAP_Templates_part_3.so OPCAP_Templates_part_4.so OPCAP_Templates_part_5.so OPCAP_Templates_part_6.so OPCAP_Templates_part_7.so OPCAP_Types_part_1.so OPCAP_Types_part_2.so OPCAP_Types_part_3.so OPCAP_Types_part_4.so OPCAP_Types_part_5.so OPCAP_Types_part_6.so OPCAP_Types_part_7.so Osmocom_Types_part_1.so Osmocom_Types_part_2.so Osmocom_Types_part_3.so Osmocom_Types_part_4.so Osmocom_Types_part_5.so Osmocom_Types_part_6.so Osmocom_Types_part_7.so Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_7.so Socket_API_Definitions_part_1.so Socket_API_Definitions_part_2.so Socket_API_Definitions_part_3.so Socket_API_Definitions_part_4.so Socket_API_Definitions_part_5.so Socket_API_Definitions_part_6.so Socket_API_Definitions_part_7.so TCCConversion_Functions_part_1.so TCCConversion_Functions_part_2.so TCCConversion_Functions_part_3.so TCCConversion_Functions_part_4.so TCCConversion_Functions_part_5.so TCCConversion_Functions_part_6.so TCCConversion_Functions_part_7.so TCCEncoding_Functions_part_1.so TCCEncoding_Functions_part_2.so TCCEncoding_Functions_part_3.so TCCEncoding_Functions_part_4.so TCCEncoding_Functions_part_5.so TCCEncoding_Functions_part_6.so TCCEncoding_Functions_part_7.so TCCInterface_Functions_part_1.so TCCInterface_Functions_part_2.so TCCInterface_Functions_part_3.so TCCInterface_Functions_part_4.so TCCInterface_Functions_part_5.so TCCInterface_Functions_part_6.so TCCInterface_Functions_part_7.so TELNETasp_PortType_part_1.so TELNETasp_PortType_part_2.so TELNETasp_PortType_part_3.so TELNETasp_PortType_part_4.so TELNETasp_PortType_part_5.so TELNETasp_PortType_part_6.so TELNETasp_PortType_part_7.so IPL4asp_PT.so IPL4asp_discovery.so Native_FunctionDefs.so OPCAP_CodecPort_CtrlFunctdef.so TCCConversion.so TCCEncoding.so TCCInterface.so TELNETasp_PT.so \
#8 5.290 -L/usr/lib/titan -lttcn3-parallel-dynamic \
#8 5.290 -L/lib -lcrypto \
#8 5.290 -L/usr/lib -lxml2 -lsctp -lssl -lpthread; \
#8 5.290 then : ; else /usr/bin/titanver GSM_Types.o General_Types.o IPL4asp_Functions.o IPL4asp_PortType.o IPL4asp_Types.o Misc_Helpers.o Native_Functions.o OPCAP_Adapter.o OPCAP_CLIENT_Tests.o OPCAP_CodecPort.o OPCAP_CodecPort_CtrlFunct.o OPCAP_Templates.o OPCAP_Types.o Osmocom_Types.o Osmocom_VTY_Functions.o Socket_API_Definitions.o TCCConversion_Functions.o TCCEncoding_Functions.o TCCInterface_Functions.o TELNETasp_PortType.o GSM_Types_part_1.o GSM_Types_part_2.o GSM_Types_part_3.o GSM_Types_part_4.o GSM_Types_part_5.o GSM_Types_part_6.o GSM_Types_part_7.o General_Types_part_1.o General_Types_part_2.o General_Types_part_3.o General_Types_part_4.o General_Types_part_5.o General_Types_part_6.o General_Types_part_7.o IPL4asp_Functions_part_1.o IPL4asp_Functions_part_2.o IPL4asp_Functions_part_3.o IPL4asp_Functions_part_4.o IPL4asp_Functions_part_5.o IPL4asp_Functions_part_6.o IPL4asp_Functions_part_7.o IPL4asp_PortType_part_1.o IPL4asp_PortType_part_2.o IPL4asp_PortType_part_3.o IPL4asp_PortType_part_4.o IPL4asp_PortType_part_5.o IPL4asp_PortType_part_6.o IPL4asp_PortType_part_7.o IPL4asp_Types_part_1.o IPL4asp_Types_part_2.o IPL4asp_Types_part_3.o IPL4asp_Types_part_4.o IPL4asp_Types_part_5.o IPL4asp_Types_part_6.o IPL4asp_Types_part_7.o Misc_Helpers_part_1.o Misc_Helpers_part_2.o Misc_Helpers_part_3.o Misc_Helpers_part_4.o Misc_Helpers_part_5.o Misc_Helpers_part_6.o Misc_Helpers_part_7.o Native_Functions_part_1.o Native_Functions_part_2.o Native_Functions_part_3.o Native_Functions_part_4.o Native_Functions_part_5.o Native_Functions_part_6.o Native_Functions_part_7.o OPCAP_Adapter_part_1.o OPCAP_Adapter_part_2.o OPCAP_Adapter_part_3.o OPCAP_Adapter_part_4.o OPCAP_Adapter_part_5.o OPCAP_Adapter_part_6.o OPCAP_Adapter_part_7.o OPCAP_CLIENT_Tests_part_1.o OPCAP_CLIENT_Tests_part_2.o OPCAP_CLIENT_Tests_part_3.o OPCAP_CLIENT_Tests_part_4.o OPCAP_CLIENT_Tests_part_5.o OPCAP_CLIENT_Tests_part_6.o OPCAP_CLIENT_Tests_part_7.o OPCAP_CodecPort_part_1.o OPCAP_CodecPort_part_2.o OPCAP_CodecPort_part_3.o OPCAP_CodecPort_part_4.o OPCAP_CodecPort_part_5.o OPCAP_CodecPort_part_6.o OPCAP_CodecPort_part_7.o OPCAP_CodecPort_CtrlFunct_part_1.o OPCAP_CodecPort_CtrlFunct_part_2.o OPCAP_CodecPort_CtrlFunct_part_3.o OPCAP_CodecPort_CtrlFunct_part_4.o OPCAP_CodecPort_CtrlFunct_part_5.o OPCAP_CodecPort_CtrlFunct_part_6.o OPCAP_CodecPort_CtrlFunct_part_7.o OPCAP_Templates_part_1.o OPCAP_Templates_part_2.o OPCAP_Templates_part_3.o OPCAP_Templates_part_4.o OPCAP_Templates_part_5.o OPCAP_Templates_part_6.o OPCAP_Templates_part_7.o OPCAP_Types_part_1.o OPCAP_Types_part_2.o OPCAP_Types_part_3.o OPCAP_Types_part_4.o OPCAP_Types_part_5.o OPCAP_Types_part_6.o OPCAP_Types_part_7.o Osmocom_Types_part_1.o Osmocom_Types_part_2.o Osmocom_Types_part_3.o Osmocom_Types_part_4.o Osmocom_Types_part_5.o Osmocom_Types_part_6.o Osmocom_Types_part_7.o Osmocom_VTY_Functions_part_1.o Osmocom_VTY_Functions_part_2.o Osmocom_VTY_Functions_part_3.o Osmocom_VTY_Functions_part_4.o Osmocom_VTY_Functions_part_5.o Osmocom_VTY_Functions_part_6.o Osmocom_VTY_Functions_part_7.o Socket_API_Definitions_part_1.o Socket_API_Definitions_part_2.o Socket_API_Definitions_part_3.o Socket_API_Definitions_part_4.o Socket_API_Definitions_part_5.o Socket_API_Definitions_part_6.o Socket_API_Definitions_part_7.o TCCConversion_Functions_part_1.o TCCConversion_Functions_part_2.o TCCConversion_Functions_part_3.o TCCConversion_Functions_part_4.o TCCConversion_Functions_part_5.o TCCConversion_Functions_part_6.o TCCConversion_Functions_part_7.o TCCEncoding_Functions_part_1.o TCCEncoding_Functions_part_2.o TCCEncoding_Functions_part_3.o TCCEncoding_Functions_part_4.o TCCEncoding_Functions_part_5.o TCCEncoding_Functions_part_6.o TCCEncoding_Functions_part_7.o TCCInterface_Functions_part_1.o TCCInterface_Functions_part_2.o TCCInterface_Functions_part_3.o TCCInterface_Functions_part_4.o TCCInterface_Functions_part_5.o TCCInterface_Functions_part_6.o TCCInterface_Functions_part_7.o TELNETasp_PortType_part_1.o TELNETasp_PortType_part_2.o TELNETasp_PortType_part_3.o TELNETasp_PortType_part_4.o TELNETasp_PortType_part_5.o TELNETasp_PortType_part_6.o TELNETasp_PortType_part_7.o IPL4asp_PT.o IPL4asp_discovery.o Native_FunctionDefs.o OPCAP_CodecPort_CtrlFunctdef.o TCCConversion.o TCCEncoding.o TCCInterface.o TELNETasp_PT.o; exit 1; fi
#8 5.376 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 DONE 5.5s

#9 [4/4] COPY	OPCAP_CLIENT_TESTS.CFG /data/OPCAP_CLIENT_Tests.cfg
#9 DONE 0.1s

#10 exporting to image
#10 exporting layers
#10 exporting layers 0.4s done
#10 writing image sha256:1a9c70ec46787e13e2af32fb94390bdca0875fa711aae2f3dd052120e259caf9 done
#10 naming to docker.io/osmocom-build/ttcn3-pcap-client-test:latest 0.0s done
#10 DONE 0.4s

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/ttcn3-pcap-client-test'
+ docker_image_exists ttcn3-pcap-client-test
+ docker images -q osmocom-build/ttcn3-pcap-client-test
+ test -n 1a9c70ec4678
+ list_osmo_packages debian-bookworm ttcn3-pcap-client-test
+ local distro=debian-bookworm
+ local image=ttcn3-pcap-client-test
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/ttcn3-pcap-client-test -c
+ [ -n  ]
+ return
+ set_clean_up_trap
+ trap clean_up_common EXIT INT TERM 0
+ set -e
+ mkdir /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester
+ cp OPCAP_CLIENT_Tests.cfg /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester/
+ write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ local repo=nightly
+ local config=/home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ local line
+ [ -e /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg ]
+ line=Misc_Helpers.mp_osmo_repo := "nightly"
+ sed -i s/\[MODULE_PARAMETERS\]/\[MODULE_PARAMETERS\]\nMisc_Helpers.mp_osmo_repo := "nightly"/g /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ mkdir /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client
+ cp osmo-pcap-client.cfg /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client/
+ network_create
+ SUBNET=605220
+ seq 1 30
+ echo (605220 + 1) % 256
+ bc
+ SUBNET=37
+ NET_NAME=ttcn3-pcap-client-test-37
+ SUB4=172.18.37.0/24
+ SUB6=fd02:db8:37::/64
+ set +x
Creating network ttcn3-pcap-client-test-37, trying SUBNET=37...
+ docker network create --internal --subnet 172.18.37.0/24 --ipv6 --subnet fd02:db8:37::/64 ttcn3-pcap-client-test-37
c9cd28a6ad83e4acc72c3d6645e4bb364245a149b00c4ef1382230e80b65a765
+ set +x

### Network ttcn3-pcap-client-test-37 created (SUBNET=37) ###

+ return
+ network_replace_subnet_in_configs
+ set +x
Applying SUBNET=37 to: /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client/osmo-pcap-client.cfg
Applying SUBNET=37 to: /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester/OPCAP_CLIENT_Tests.cfg
+ echo Starting container with pcap-client
Starting container with pcap-client
+ docker_network_params 37 20
+ NET=37
+ ADDR_SUFIX=20
+ echo --network ttcn3-pcap-client-test-37 --ip 172.18.37.20 --ip6 fd02:db8:37::20
+ docker run --rm --network ttcn3-pcap-client-test-37 --ip 172.18.37.20 --ip6 fd02:db8:37::20 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client:/data --name jenkins-TTCN3-centos7-pcap-client-test-1193-pcap-client -d osmocom-build/osmo-pcap-master-centos7
c1b31a28f4e69dcd17fd4735dd8155c7326c6841c6160f21cf1c5209d26a8ee4
+ echo Starting container with pcap-client testsuite
Starting container with pcap-client testsuite
+ docker_network_params 37 10
+ NET=37
+ ADDR_SUFIX=10
+ echo --network ttcn3-pcap-client-test-37 --ip 172.18.37.10 --ip6 fd02:db8:37::10
+ docker run --rm --network ttcn3-pcap-client-test-37 --ip 172.18.37.10 --ip6 fd02:db8:37::10 --ulimit core=-1 -e TTCN3_PCAP_PATH=/data -v /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester:/data --name jenkins-TTCN3-centos7-pcap-client-test-1193-ttcn3-pcap-client-test osmocom-build/ttcn3-pcap-client-test
+ SUBDIR=pcap-client
+ SUITE=OPCAP_CLIENT_Tests
+ '[' -n '' ']'
+ cd /data
+ EXTRA_ARGS=
+ '[' -n '' ']'
+ /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/pcap-client/OPCAP_CLIENT_Tests OPCAP_CLIENT_Tests.cfg
ttcn3_start: Starting the test suite
ttcn3_start: warning: TTCN3_DIR environment variable is not set
spawn mctr_cli OPCAP_CLIENT_Tests.cfg

*************************************************************************
* TTCN-3 Test Executor - Main Controller 2                              *
* Version: 9.0.0                                                        *
* Copyright (c) 2000-2023 Ericsson Telecom AB                           *
* All rights reserved. This program and the accompanying materials      *
* are made available under the terms of the Eclipse Public License v2.0 *
* which accompanies this distribution, and is available at              *
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html            *
*************************************************************************

Using configuration file: OPCAP_CLIENT_Tests.cfg
MC@615137e32dd2: Unix server socket created successfully.
MC@615137e32dd2: Listening on TCP port 43357.
615137e32dd2 is the default
MC2> spawn /osmo-ttcn3-hacks/pcap-client/OPCAP_CLIENT_Tests 615137e32dd2 43357
TTCN-3 Host Controller (parallel mode), version 9.0.0
MC@615137e32dd2: New HC connected from 172.18.37.10 [172.18.37.10]. 615137e32dd2: Linux 6.1.0-29-amd64 on x86_64.
cmtc
MC@615137e32dd2: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@615137e32dd2: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
MC@615137e32dd2: Configuration file was processed on all HCs.
MC@615137e32dd2: Creating MTC on host 172.18.37.10.
MC@615137e32dd2: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@615137e32dd2: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr'.
------ OPCAP_CLIENT_Tests.TC_connect_rx_hdr ------
Fri Mar 14 05:08:52 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_connect_rx_hdr.pcap" >/data/OPCAP_CLIENT_Tests.TC_connect_rx_hdr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@615137e32dd2: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@615137e32dd2: Test case TC_connect_rx_hdr started.
MTC@615137e32dd2: Waiting for client-0 connection...
MTC@615137e32dd2: Connection from "172.18.37.20":43449
MTC@615137e32dd2: setverdict(pass): none -> pass
MTC@615137e32dd2: Setting final verdict of the test case.
MTC@615137e32dd2: Local verdict of MTC: pass
MTC@615137e32dd2: No PTCs were created.
MTC@615137e32dd2: Test case TC_connect_rx_hdr finished. Verdict: pass
MTC@615137e32dd2: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass'.
Fri Mar 14 05:08:55 UTC 2025
====== OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=4369)
Waiting for packet dumper to finish... 1 (prev_count=4369, count=5513)
MTC@615137e32dd2: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@615137e32dd2: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect'.
------ OPCAP_CLIENT_Tests.TC_reconnect ------
Fri Mar 14 05:08:57 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_reconnect.pcap" >/data/OPCAP_CLIENT_Tests.TC_reconnect.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@615137e32dd2: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect' was executed successfully (exit status: 0).
MTC@615137e32dd2: Test case TC_reconnect started.
MTC@615137e32dd2: Waiting for client-0 connection...
MTC@615137e32dd2: Connection from "172.18.37.20":45431
MTC@615137e32dd2: Disconnecting client-0
MTC@615137e32dd2: Connection from "172.18.37.20":37387
MTC@615137e32dd2: setverdict(pass): none -> pass
MTC@615137e32dd2: Setting final verdict of the test case.
MTC@615137e32dd2: Local verdict of MTC: pass
MTC@615137e32dd2: No PTCs were created.
MTC@615137e32dd2: Test case TC_reconnect finished. Verdict: pass
MTC@615137e32dd2: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass'.
Fri Mar 14 05:09:03 UTC 2025
====== OPCAP_CLIENT_Tests.TC_reconnect pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=2137)
Waiting for packet dumper to finish... 1 (prev_count=2137, count=3149)
MTC@615137e32dd2: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass' was executed successfully (exit status: 0).
MTC@615137e32dd2: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture'.
------ OPCAP_CLIENT_Tests.TC_capture ------
Fri Mar 14 05:09:05 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_capture.pcap" >/data/OPCAP_CLIENT_Tests.TC_capture.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@615137e32dd2: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture' was executed successfully (exit status: 0).
MTC@615137e32dd2: Test case TC_capture started.
MTC@615137e32dd2: Waiting for client-0 connection...
MTC@615137e32dd2: Connection from "172.18.37.20":37467
MTC@615137e32dd2: setverdict(pass): none -> pass
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: Setting final verdict of the test case.
MTC@615137e32dd2: Local verdict of MTC: pass
MTC@615137e32dd2: No PTCs were created.
MTC@615137e32dd2: Test case TC_capture finished. Verdict: pass
MTC@615137e32dd2: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass'.
Fri Mar 14 05:09:16 UTC 2025
====== OPCAP_CLIENT_Tests.TC_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=25265)
Waiting for packet dumper to finish... 1 (prev_count=25265, count=27380)
MTC@615137e32dd2: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass' was executed successfully (exit status: 0).
MTC@615137e32dd2: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr'.
------ OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr ------
Fri Mar 14 05:09:18 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr.pcap" >/data/OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@615137e32dd2: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@615137e32dd2: Test case TC_multi_connect_rx_hdr started.
MTC@615137e32dd2: Waiting for client-0 connection...
MTC@615137e32dd2: Connection from "172.18.37.20":36131
MTC@615137e32dd2: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@615137e32dd2: Waiting for client-1 connection...
MTC@615137e32dd2: Connection from "172.18.37.20":37797
MTC@615137e32dd2: setverdict(pass): none -> pass
MTC@615137e32dd2: Setting final verdict of the test case.
MTC@615137e32dd2: Local verdict of MTC: pass
MTC@615137e32dd2: No PTCs were created.
MTC@615137e32dd2: Test case TC_multi_connect_rx_hdr finished. Verdict: pass
MTC@615137e32dd2: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass'.
Fri Mar 14 05:09:22 UTC 2025
====== OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=3744)
Waiting for packet dumper to finish... 1 (prev_count=3744, count=5020)
MTC@615137e32dd2: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@615137e32dd2: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture'.
------ OPCAP_CLIENT_Tests.TC_multi_capture ------
Fri Mar 14 05:09:24 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
 /usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_multi_capture.pcap" >/data/OPCAP_CLIENT_Tests.TC_multi_capture.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@615137e32dd2: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture' was executed successfully (exit status: 0).
MTC@615137e32dd2: Test case TC_multi_capture started.
MTC@615137e32dd2: Waiting for client-0 connection...
MTC@615137e32dd2: Connection from "172.18.37.20":37829
MTC@615137e32dd2: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@615137e32dd2: Waiting for client-1 connection...
MTC@615137e32dd2: Connection from "172.18.37.20":40065
MTC@615137e32dd2: setverdict(pass): none -> pass
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: setverdict(pass): pass -> pass, component reason not changed
MTC@615137e32dd2: Setting final verdict of the test case.
MTC@615137e32dd2: Local verdict of MTC: pass
MTC@615137e32dd2: No PTCs were created.
MTC@615137e32dd2: Test case TC_multi_capture finished. Verdict: pass
MTC@615137e32dd2: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass'.
Fri Mar 14 05:09:38 UTC 2025
====== OPCAP_CLIENT_Tests.TC_multi_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=35492)
Waiting for packet dumper to finish... 1 (prev_count=35492, count=38850)
MTC@615137e32dd2: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass' was executed successfully (exit status: 0).
MC@615137e32dd2: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@615137e32dd2: Terminating MTC.
MC@615137e32dd2: MTC terminated.
MC2> exit
MC@615137e32dd2: Shutting down session.
MC@615137e32dd2: Shutdown complete.
No expected results found, not comparing outcome. (/osmo-ttcn3-hacks/pcap-client/expected-results.xml)
+ exit_code=0
+ /osmo-ttcn3-hacks/log_merge.sh OPCAP_CLIENT_Tests --rm
Generated OPCAP_CLIENT_Tests.TC_capture.merged
Generated OPCAP_CLIENT_Tests.TC_connect_rx_hdr.merged
Generated OPCAP_CLIENT_Tests.TC_multi_capture.merged
Generated OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr.merged
Generated OPCAP_CLIENT_Tests.TC_reconnect.merged
Removing Input log files !!!
+ exit 0
+ clean_up_common
+ set +e
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ type clean_up
+ network_clean
+ docker network inspect ttcn3-pcap-client-test-37
+ grep+  Name
cut -d : -f2
+ awk -F" NR>1{print $2}
+ local containers=jenkins-TTCN3-centos7-pcap-client-test-1193-pcap-client
+ [ -n jenkins-TTCN3-centos7-pcap-client-test-1193-pcap-client ]
+ docker_kill_wait jenkins-TTCN3-centos7-pcap-client-test-1193-pcap-client
+ docker kill jenkins-TTCN3-centos7-pcap-client-test-1193-pcap-client
jenkins-TTCN3-centos7-pcap-client-test-1193-pcap-client
+ docker wait jenkins-TTCN3-centos7-pcap-client-test-1193-pcap-client
137
+ network_remove
+ set +x
Removing network ttcn3-pcap-client-test-37
+ docker network remove ttcn3-pcap-client-test-37
ttcn3-pcap-client-test-37
+ rm -rf /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/unix
+ fix_perms
+ set +x
Fixing permissions
+ id -u
+ id -g
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs:/data -v /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/_cache:/cache --name jenkins-TTCN3-centos7-pcap-client-test-1193-cleaner debian:bookworm sh -e -x -c 
				chmod -R a+rX /data/ /cache/
				chown -R 1000:1000 /data /cache
			
+ chmod -R a+rX /data/ /cache/
+ chown -R 1000:1000 /data /cache
+ collect_logs
+ cat /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client-tester/junit-xml-21.log
<?xml version="1.0"?>
<testsuite name='Titan' tests='5' failures='0' errors='0' skipped='0' inconc='0' time='48.00'>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_connect_rx_hdr' time='1.630066'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_reconnect' time='4.940800'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_capture' time='10.466105'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_connect_rx_hdr' time='2.961476'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_capture' time='12.426503'/>
</testsuite>
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS