Skip to content
Success

Console Output

Skipping 452 KB.. Full Log
#8 1.325     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.325     --patience            generate diff using the "patience diff" algorithm
#8 1.325     --histogram           generate diff using the "histogram diff" algorithm
#8 1.325     --diff-algorithm <algorithm>
#8 1.325                           choose a diff algorithm
#8 1.325     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.325     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.325     --word-diff-regex <regex>
#8 1.325                           use <regex> to decide what a word is
#8 1.325     --color-words[=<regex>]
#8 1.325                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.325     --color-moved[=<mode>]
#8 1.325                           moved lines of code are colored differently
#8 1.325     --color-moved-ws <mode>
#8 1.325                           how white spaces are ignored in --color-moved
#8 1.325 
#8 1.325 Other diff options
#8 1.325     --relative[=<prefix>]
#8 1.325                           when run from subdir, exclude changes outside and show relative paths
#8 1.325     -a, --text            treat all files as text
#8 1.325     -R                    swap two inputs, reverse the diff
#8 1.325     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.325     --quiet               disable all output of the program
#8 1.325     --ext-diff            allow an external diff helper to be executed
#8 1.325     --textconv            run external text conversion filters when comparing binary files
#8 1.325     --ignore-submodules[=<when>]
#8 1.325                           ignore changes to submodules in the diff generation
#8 1.325     --submodule[=<format>]
#8 1.325                           specify how differences in submodules are shown
#8 1.325     --ita-invisible-in-index
#8 1.325                           hide 'git add -N' entries from the index
#8 1.325     --ita-visible-in-index
#8 1.325                           treat 'git add -N' entries as real in the index
#8 1.325     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.325     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.325     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.325     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.325     -O <file>             control the order in which files appear in the output
#8 1.325     --rotate-to <path>    show the change in the specified path first
#8 1.325     --skip-to <path>      skip the output to the specified path
#8 1.325     --find-object <object-id>
#8 1.325                           look for differences that change the number of occurrences of the specified object
#8 1.325     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.325                           select files by diff type
#8 1.325     --output <file>       output to a specific file
#8 1.325 
#8 1.330 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP'
#8 1.330 To add an exception for this directory, call:
#8 1.330 
#8 1.330 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP
#8 1.336 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP'
#8 1.336 To add an exception for this directory, call:
#8 1.336 
#8 1.336 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP
#8 1.340 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.340 usage: git diff --no-index [<options>] <path> <path>
#8 1.340 
#8 1.340 Diff output format options
#8 1.340     -p, --patch           generate patch
#8 1.340     -s, --no-patch        suppress diff output
#8 1.340     -u                    generate patch
#8 1.340     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.340     -W, --function-context
#8 1.340                           generate diffs with <n> lines context
#8 1.340     --raw                 generate the diff in raw format
#8 1.340     --patch-with-raw      synonym for '-p --raw'
#8 1.340     --patch-with-stat     synonym for '-p --stat'
#8 1.340     --numstat             machine friendly --stat
#8 1.340     --shortstat           output only the last line of --stat
#8 1.340     -X, --dirstat[=<param1,param2>...]
#8 1.340                           output the distribution of relative amount of changes for each sub-directory
#8 1.340     --cumulative          synonym for --dirstat=cumulative
#8 1.340     --dirstat-by-file[=<param1,param2>...]
#8 1.340                           synonym for --dirstat=files,param1,param2...
#8 1.340     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.340     --summary             condensed summary such as creations, renames and mode changes
#8 1.340     --name-only           show only names of changed files
#8 1.340     --name-status         show only names and status of changed files
#8 1.340     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.340                           generate diffstat
#8 1.340     --stat-width <width>  generate diffstat with a given width
#8 1.340     --stat-name-width <width>
#8 1.340                           generate diffstat with a given name width
#8 1.340     --stat-graph-width <width>
#8 1.340                           generate diffstat with a given graph width
#8 1.340     --stat-count <count>  generate diffstat with limited lines
#8 1.340     --compact-summary     generate compact summary in diffstat
#8 1.340     --binary              output a binary diff that can be applied
#8 1.340     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.340     --color[=<when>]      show colored diff
#8 1.340     --ws-error-highlight <kind>
#8 1.340                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.340     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.340     --abbrev[=<n>]        use <n> digits to display object names
#8 1.340     --src-prefix <prefix>
#8 1.340                           show the given source prefix instead of "a/"
#8 1.340     --dst-prefix <prefix>
#8 1.340                           show the given destination prefix instead of "b/"
#8 1.340     --line-prefix <prefix>
#8 1.340                           prepend an additional prefix to every line of output
#8 1.340     --no-prefix           do not show any source or destination prefix
#8 1.340     --inter-hunk-context <n>
#8 1.340                           show context between diff hunks up to the specified number of lines
#8 1.340     --output-indicator-new <char>
#8 1.340                           specify the character to indicate a new line instead of '+'
#8 1.340     --output-indicator-old <char>
#8 1.340                           specify the character to indicate an old line instead of '-'
#8 1.340     --output-indicator-context <char>
#8 1.340                           specify the character to indicate a context instead of ' '
#8 1.340 
#8 1.340 Diff rename options
#8 1.340     -B, --break-rewrites[=<n>[/<m>]]
#8 1.340                           break complete rewrite changes into pairs of delete and create
#8 1.340     -M, --find-renames[=<n>]
#8 1.340                           detect renames
#8 1.340     -D, --irreversible-delete
#8 1.340                           omit the preimage for deletes
#8 1.340     -C, --find-copies[=<n>]
#8 1.340                           detect copies
#8 1.340     --find-copies-harder  use unmodified files as source to find copies
#8 1.340     --no-renames          disable rename detection
#8 1.340     --rename-empty        use empty blobs as rename source
#8 1.340     --follow              continue listing the history of a file beyond renames
#8 1.340     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.340 
#8 1.340 Diff algorithm options
#8 1.340     --minimal             produce the smallest possible diff
#8 1.340     -w, --ignore-all-space
#8 1.340                           ignore whitespace when comparing lines
#8 1.340     -b, --ignore-space-change
#8 1.340                           ignore changes in amount of whitespace
#8 1.340     --ignore-space-at-eol
#8 1.340                           ignore changes in whitespace at EOL
#8 1.340     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.340     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.340     -I, --ignore-matching-lines <regex>
#8 1.340                           ignore changes whose all lines match <regex>
#8 1.340     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.340     --patience            generate diff using the "patience diff" algorithm
#8 1.340     --histogram           generate diff using the "histogram diff" algorithm
#8 1.340     --diff-algorithm <algorithm>
#8 1.340                           choose a diff algorithm
#8 1.340     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.340     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.340     --word-diff-regex <regex>
#8 1.340                           use <regex> to decide what a word is
#8 1.340     --color-words[=<regex>]
#8 1.340                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.340     --color-moved[=<mode>]
#8 1.340                           moved lines of code are colored differently
#8 1.340     --color-moved-ws <mode>
#8 1.340                           how white spaces are ignored in --color-moved
#8 1.340 
#8 1.340 Other diff options
#8 1.340     --relative[=<prefix>]
#8 1.340                           when run from subdir, exclude changes outside and show relative paths
#8 1.340     -a, --text            treat all files as text
#8 1.340     -R                    swap two inputs, reverse the diff
#8 1.340     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.340     --quiet               disable all output of the program
#8 1.340     --ext-diff            allow an external diff helper to be executed
#8 1.340     --textconv            run external text conversion filters when comparing binary files
#8 1.341     --ignore-submodules[=<when>]
#8 1.341                           ignore changes to submodules in the diff generation
#8 1.341     --submodule[=<format>]
#8 1.341                           specify how differences in submodules are shown
#8 1.341     --ita-invisible-in-index
#8 1.341                           hide 'git add -N' entries from the index
#8 1.341     --ita-visible-in-index
#8 1.341                           treat 'git add -N' entries as real in the index
#8 1.341     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.341     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.341     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.341     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.341     -O <file>             control the order in which files appear in the output
#8 1.341     --rotate-to <path>    show the change in the specified path first
#8 1.341     --skip-to <path>      skip the output to the specified path
#8 1.341     --find-object <object-id>
#8 1.341                           look for differences that change the number of occurrences of the specified object
#8 1.341     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.341                           select files by diff type
#8 1.341     --output <file>       output to a specific file
#8 1.341 
#8 1.341 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP'
#8 1.341 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP'
#8 1.341 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/update'
#8 1.341 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/update'
#8 1.341 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/clean'
#8 1.341 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/clean'
#8 1.341 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/distclean'
#8 1.341 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/distclean'
#8 1.346 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.346 To add an exception for this directory, call:
#8 1.346 
#8 1.346 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.352 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.352 To add an exception for this directory, call:
#8 1.352 
#8 1.352 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.356 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.356 usage: git diff --no-index [<options>] <path> <path>
#8 1.356 
#8 1.356 Diff output format options
#8 1.356     -p, --patch           generate patch
#8 1.356     -s, --no-patch        suppress diff output
#8 1.356     -u                    generate patch
#8 1.356     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.356     -W, --function-context
#8 1.356                           generate diffs with <n> lines context
#8 1.356     --raw                 generate the diff in raw format
#8 1.356     --patch-with-raw      synonym for '-p --raw'
#8 1.356     --patch-with-stat     synonym for '-p --stat'
#8 1.356     --numstat             machine friendly --stat
#8 1.356     --shortstat           output only the last line of --stat
#8 1.356     -X, --dirstat[=<param1,param2>...]
#8 1.356                           output the distribution of relative amount of changes for each sub-directory
#8 1.356     --cumulative          synonym for --dirstat=cumulative
#8 1.356     --dirstat-by-file[=<param1,param2>...]
#8 1.356                           synonym for --dirstat=files,param1,param2...
#8 1.356     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.356     --summary             condensed summary such as creations, renames and mode changes
#8 1.356     --name-only           show only names of changed files
#8 1.356     --name-status         show only names and status of changed files
#8 1.356     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.356                           generate diffstat
#8 1.356     --stat-width <width>  generate diffstat with a given width
#8 1.356     --stat-name-width <width>
#8 1.356                           generate diffstat with a given name width
#8 1.356     --stat-graph-width <width>
#8 1.356                           generate diffstat with a given graph width
#8 1.356     --stat-count <count>  generate diffstat with limited lines
#8 1.356     --compact-summary     generate compact summary in diffstat
#8 1.356     --binary              output a binary diff that can be applied
#8 1.356     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.356     --color[=<when>]      show colored diff
#8 1.356     --ws-error-highlight <kind>
#8 1.356                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.356     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.356     --abbrev[=<n>]        use <n> digits to display object names
#8 1.356     --src-prefix <prefix>
#8 1.356                           show the given source prefix instead of "a/"
#8 1.356     --dst-prefix <prefix>
#8 1.356                           show the given destination prefix instead of "b/"
#8 1.356     --line-prefix <prefix>
#8 1.356                           prepend an additional prefix to every line of output
#8 1.356     --no-prefix           do not show any source or destination prefix
#8 1.356     --inter-hunk-context <n>
#8 1.356                           show context between diff hunks up to the specified number of lines
#8 1.356     --output-indicator-new <char>
#8 1.356                           specify the character to indicate a new line instead of '+'
#8 1.356     --output-indicator-old <char>
#8 1.356                           specify the character to indicate an old line instead of '-'
#8 1.356     --output-indicator-context <char>
#8 1.356                           specify the character to indicate a context instead of ' '
#8 1.356 
#8 1.356 Diff rename options
#8 1.356     -B, --break-rewrites[=<n>[/<m>]]
#8 1.356                           break complete rewrite changes into pairs of delete and create
#8 1.356     -M, --find-renames[=<n>]
#8 1.356                           detect renames
#8 1.356     -D, --irreversible-delete
#8 1.356                           omit the preimage for deletes
#8 1.356     -C, --find-copies[=<n>]
#8 1.356                           detect copies
#8 1.356     --find-copies-harder  use unmodified files as source to find copies
#8 1.356     --no-renames          disable rename detection
#8 1.356     --rename-empty        use empty blobs as rename source
#8 1.356     --follow              continue listing the history of a file beyond renames
#8 1.356     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.356 
#8 1.357 Diff algorithm options
#8 1.357     --minimal             produce the smallest possible diff
#8 1.357     -w, --ignore-all-space
#8 1.357                           ignore whitespace when comparing lines
#8 1.357     -b, --ignore-space-change
#8 1.357                           ignore changes in amount of whitespace
#8 1.357     --ignore-space-at-eol
#8 1.357                           ignore changes in whitespace at EOL
#8 1.357     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.357     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.357     -I, --ignore-matching-lines <regex>
#8 1.357                           ignore changes whose all lines match <regex>
#8 1.357     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.357     --patience            generate diff using the "patience diff" algorithm
#8 1.357     --histogram           generate diff using the "histogram diff" algorithm
#8 1.357     --diff-algorithm <algorithm>
#8 1.357                           choose a diff algorithm
#8 1.357     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.357     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.357     --word-diff-regex <regex>
#8 1.357                           use <regex> to decide what a word is
#8 1.357     --color-words[=<regex>]
#8 1.357                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.357     --color-moved[=<mode>]
#8 1.357                           moved lines of code are colored differently
#8 1.357     --color-moved-ws <mode>
#8 1.357                           how white spaces are ignored in --color-moved
#8 1.357 
#8 1.357 Other diff options
#8 1.357     --relative[=<prefix>]
#8 1.357                           when run from subdir, exclude changes outside and show relative paths
#8 1.357     -a, --text            treat all files as text
#8 1.357     -R                    swap two inputs, reverse the diff
#8 1.357     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.357     --quiet               disable all output of the program
#8 1.357     --ext-diff            allow an external diff helper to be executed
#8 1.357     --textconv            run external text conversion filters when comparing binary files
#8 1.357     --ignore-submodules[=<when>]
#8 1.357                           ignore changes to submodules in the diff generation
#8 1.357     --submodule[=<format>]
#8 1.357                           specify how differences in submodules are shown
#8 1.357     --ita-invisible-in-index
#8 1.357                           hide 'git add -N' entries from the index
#8 1.357     --ita-visible-in-index
#8 1.357                           treat 'git add -N' entries as real in the index
#8 1.357     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.357     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.357     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.357     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.357     -O <file>             control the order in which files appear in the output
#8 1.357     --rotate-to <path>    show the change in the specified path first
#8 1.357     --skip-to <path>      skip the output to the specified path
#8 1.357     --find-object <object-id>
#8 1.357                           look for differences that change the number of occurrences of the specified object
#8 1.357     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.357                           select files by diff type
#8 1.357     --output <file>       output to a specific file
#8 1.357 
#8 1.361 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.361 To add an exception for this directory, call:
#8 1.361 
#8 1.361 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.367 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.367 To add an exception for this directory, call:
#8 1.367 
#8 1.367 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.371 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.371 usage: git diff --no-index [<options>] <path> <path>
#8 1.371 
#8 1.371 Diff output format options
#8 1.371     -p, --patch           generate patch
#8 1.371     -s, --no-patch        suppress diff output
#8 1.371     -u                    generate patch
#8 1.371     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.371     -W, --function-context
#8 1.371                           generate diffs with <n> lines context
#8 1.371     --raw                 generate the diff in raw format
#8 1.371     --patch-with-raw      synonym for '-p --raw'
#8 1.371     --patch-with-stat     synonym for '-p --stat'
#8 1.371     --numstat             machine friendly --stat
#8 1.371     --shortstat           output only the last line of --stat
#8 1.371     -X, --dirstat[=<param1,param2>...]
#8 1.371                           output the distribution of relative amount of changes for each sub-directory
#8 1.371     --cumulative          synonym for --dirstat=cumulative
#8 1.371     --dirstat-by-file[=<param1,param2>...]
#8 1.371                           synonym for --dirstat=files,param1,param2...
#8 1.371     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.371     --summary             condensed summary such as creations, renames and mode changes
#8 1.371     --name-only           show only names of changed files
#8 1.371     --name-status         show only names and status of changed files
#8 1.371     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.371                           generate diffstat
#8 1.371     --stat-width <width>  generate diffstat with a given width
#8 1.371     --stat-name-width <width>
#8 1.371                           generate diffstat with a given name width
#8 1.371     --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.372                           detect renames
#8 1.372     -D, --irreversible-delete
#8 1.372                           omit the preimage for deletes
#8 1.372     -C, --find-copies[=<n>]
#8 1.372                           detect copies
#8 1.372     --find-copies-harder  use unmodified files as source to find copies
#8 1.372     --no-renames          disable rename detection
#8 1.372     --rename-empty        use empty blobs as rename source
#8 1.372     --follow              continue listing the history of a file beyond renames
#8 1.372     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.372 
#8 1.372 Diff algorithm options
#8 1.372     --minimal             produce the smallest possible diff
#8 1.372     -w, --ignore-all-space
#8 1.372                           ignore whitespace when comparing lines
#8 1.372     -b, --ignore-space-change
#8 1.372                           ignore changes in amount of whitespace
#8 1.372     --ignore-space-at-eol
#8 1.372                           ignore changes in whitespace at EOL
#8 1.372     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.372     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.372     -I, --ignore-matching-lines <regex>
#8 1.372                           ignore changes whose all lines match <regex>
#8 1.372     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.372     --patience            generate diff using the "patience diff" algorithm
#8 1.372     --histogram           generate diff using the "histogram diff" algorithm
#8 1.372     --diff-algorithm <algorithm>
#8 1.372                           choose a diff algorithm
#8 1.372     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.372     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.372     --word-diff-regex <regex>
#8 1.372                           use <regex> to decide what a word is
#8 1.372     --color-words[=<regex>]
#8 1.372                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.372     --color-moved[=<mode>]
#8 1.372                           moved lines of code are colored differently
#8 1.372     --color-moved-ws <mode>
#8 1.372                           how white spaces are ignored in --color-moved
#8 1.372 
#8 1.372 Other diff options
#8 1.372     --relative[=<prefix>]
#8 1.372                           when run from subdir, exclude changes outside and show relative paths
#8 1.372     -a, --text            treat all files as text
#8 1.372     -R                    swap two inputs, reverse the diff
#8 1.372     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.372     --quiet               disable all output of the program
#8 1.372     --ext-diff            allow an external diff helper to be executed
#8 1.372     --textconv            run external text conversion filters when comparing binary files
#8 1.372     --ignore-submodules[=<when>]
#8 1.372                           ignore changes to submodules in the diff generation
#8 1.372     --submodule[=<format>]
#8 1.372                           specify how differences in submodules are shown
#8 1.372     --ita-invisible-in-index
#8 1.372                           hide 'git add -N' entries from the index
#8 1.372     --ita-visible-in-index
#8 1.372                           treat 'git add -N' entries as real in the index
#8 1.372     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.372     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.372     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.372     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.372     -O <file>             control the order in which files appear in the output
#8 1.372     --rotate-to <path>    show the change in the specified path first
#8 1.372     --skip-to <path>      skip the output to the specified path
#8 1.372     --find-object <object-id>
#8 1.372                           look for differences that change the number of occurrences of the specified object
#8 1.372     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.372                           select files by diff type
#8 1.372     --output <file>       output to a specific file
#8 1.372 
#8 1.376 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.376 To add an exception for this directory, call:
#8 1.376 
#8 1.376 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.382 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.382 To add an exception for this directory, call:
#8 1.382 
#8 1.382 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.386 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.386 usage: git diff --no-index [<options>] <path> <path>
#8 1.386 
#8 1.386 Diff output format options
#8 1.386     -p, --patch           generate patch
#8 1.386     -s, --no-patch        suppress diff output
#8 1.386     -u                    generate patch
#8 1.386     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.386     -W, --function-context
#8 1.386                           generate diffs with <n> lines context
#8 1.386     --raw                 generate the diff in raw format
#8 1.386     --patch-with-raw      synonym for '-p --raw'
#8 1.386     --patch-with-stat     synonym for '-p --stat'
#8 1.386     --numstat             machine friendly --stat
#8 1.386     --shortstat           output only the last line of --stat
#8 1.386     -X, --dirstat[=<param1,param2>...]
#8 1.386                           output the distribution of relative amount of changes for each sub-directory
#8 1.386     --cumulative          synonym for --dirstat=cumulative
#8 1.386     --dirstat-by-file[=<param1,param2>...]
#8 1.386                           synonym for --dirstat=files,param1,param2...
#8 1.386     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.386     --summary             condensed summary such as creations, renames and mode changes
#8 1.386     --name-only           show only names of changed files
#8 1.386     --name-status         show only names and status of changed files
#8 1.386     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.386                           generate diffstat
#8 1.386     --stat-width <width>  generate diffstat with a given width
#8 1.386     --stat-name-width <width>
#8 1.386                           generate diffstat with a given name width
#8 1.386     --stat-graph-width <width>
#8 1.386                           generate diffstat with a given graph width
#8 1.386     --stat-count <count>  generate diffstat with limited lines
#8 1.386     --compact-summary     generate compact summary in diffstat
#8 1.386     --binary              output a binary diff that can be applied
#8 1.386     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.386     --color[=<when>]      show colored diff
#8 1.386     --ws-error-highlight <kind>
#8 1.386                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.386     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.386     --abbrev[=<n>]        use <n> digits to display object names
#8 1.386     --src-prefix <prefix>
#8 1.386                           show the given source prefix instead of "a/"
#8 1.386     --dst-prefix <prefix>
#8 1.386                           show the given destination prefix instead of "b/"
#8 1.386     --line-prefix <prefix>
#8 1.386                           prepend an additional prefix to every line of output
#8 1.386     --no-prefix           do not show any source or destination prefix
#8 1.386     --inter-hunk-context <n>
#8 1.386                           show context between diff hunks up to the specified number of lines
#8 1.386     --output-indicator-new <char>
#8 1.386                           specify the character to indicate a new line instead of '+'
#8 1.386     --output-indicator-old <char>
#8 1.386                           specify the character to indicate an old line instead of '-'
#8 1.386     --output-indicator-context <char>
#8 1.386                           specify the character to indicate a context instead of ' '
#8 1.386 
#8 1.386 Diff rename options
#8 1.386     -B, --break-rewrites[=<n>[/<m>]]
#8 1.386                           break complete rewrite changes into pairs of delete and create
#8 1.386     -M, --find-renames[=<n>]
#8 1.386                           detect renames
#8 1.386     -D, --irreversible-delete
#8 1.386                           omit the preimage for deletes
#8 1.386     -C, --find-copies[=<n>]
#8 1.386                           detect copies
#8 1.386     --find-copies-harder  use unmodified files as source to find copies
#8 1.386     --no-renames          disable rename detection
#8 1.386     --rename-empty        use empty blobs as rename source
#8 1.386     --follow              continue listing the history of a file beyond renames
#8 1.386     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.386 
#8 1.386 Diff algorithm options
#8 1.386     --minimal             produce the smallest possible diff
#8 1.386     -w, --ignore-all-space
#8 1.386                           ignore whitespace when comparing lines
#8 1.386     -b, --ignore-space-change
#8 1.386                           ignore changes in amount of whitespace
#8 1.386     --ignore-space-at-eol
#8 1.386                           ignore changes in whitespace at EOL
#8 1.386     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.386     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.386     -I, --ignore-matching-lines <regex>
#8 1.386                           ignore changes whose all lines match <regex>
#8 1.386     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.386     --patience            generate diff using the "patience diff" algorithm
#8 1.386     --histogram           generate diff using the "histogram diff" algorithm
#8 1.386     --diff-algorithm <algorithm>
#8 1.386                           choose a diff algorithm
#8 1.386     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.386     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.386     --word-diff-regex <regex>
#8 1.386                           use <regex> to decide what a word is
#8 1.386     --color-words[=<regex>]
#8 1.386                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.386     --color-moved[=<mode>]
#8 1.386                           moved lines of code are colored differently
#8 1.386     --color-moved-ws <mode>
#8 1.386                           how white spaces are ignored in --color-moved
#8 1.386 
#8 1.386 Other diff options
#8 1.386     --relative[=<prefix>]
#8 1.386                           when run from subdir, exclude changes outside and show relative paths
#8 1.386     -a, --text            treat all files as text
#8 1.386     -R                    swap two inputs, reverse the diff
#8 1.386     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.386     --quiet               disable all output of the program
#8 1.386     --ext-diff            allow an external diff helper to be executed
#8 1.386     --textconv            run external text conversion filters when comparing binary files
#8 1.386     --ignore-submodules[=<when>]
#8 1.386                           ignore changes to submodules in the diff generation
#8 1.386     --submodule[=<format>]
#8 1.386                           specify how differences in submodules are shown
#8 1.386     --ita-invisible-in-index
#8 1.386                           hide 'git add -N' entries from the index
#8 1.386     --ita-visible-in-index
#8 1.386                           treat 'git add -N' entries as real in the index
#8 1.386     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.386     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.386     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.386     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.386     -O <file>             control the order in which files appear in the output
#8 1.386     --rotate-to <path>    show the change in the specified path first
#8 1.386     --skip-to <path>      skip the output to the specified path
#8 1.386     --find-object <object-id>
#8 1.386                           look for differences that change the number of occurrences of the specified object
#8 1.386     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.386                           select files by diff type
#8 1.386     --output <file>       output to a specific file
#8 1.386 
#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.401     --output-indicator-new <char>
#8 1.401                           specify the character to indicate a new line instead of '+'
#8 1.401     --output-indicator-old <char>
#8 1.401                           specify the character to indicate an old line instead of '-'
#8 1.401     --output-indicator-context <char>
#8 1.401                           specify the character to indicate a context instead of ' '
#8 1.401 
#8 1.401 Diff rename options
#8 1.401     -B, --break-rewrites[=<n>[/<m>]]
#8 1.401                           break complete rewrite changes into pairs of delete and create
#8 1.401     -M, --find-renames[=<n>]
#8 1.401                           detect renames
#8 1.401     -D, --irreversible-delete
#8 1.401                           omit the preimage for deletes
#8 1.401     -C, --find-copies[=<n>]
#8 1.401                           detect copies
#8 1.401     --find-copies-harder  use unmodified files as source to find copies
#8 1.401     --no-renames          disable rename detection
#8 1.401     --rename-empty        use empty blobs as rename source
#8 1.401     --follow              continue listing the history of a file beyond renames
#8 1.401     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.401 
#8 1.401 Diff algorithm options
#8 1.401     --minimal             produce the smallest possible diff
#8 1.401     -w, --ignore-all-space
#8 1.401                           ignore whitespace when comparing lines
#8 1.401     -b, --ignore-space-change
#8 1.401                           ignore changes in amount of whitespace
#8 1.401     --ignore-space-at-eol
#8 1.401                           ignore changes in whitespace at EOL
#8 1.401     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.401     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.401     -I, --ignore-matching-lines <regex>
#8 1.401                           ignore changes whose all lines match <regex>
#8 1.401     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.401     --patience            generate diff using the "patience diff" algorithm
#8 1.401     --histogram           generate diff using the "histogram diff" algorithm
#8 1.401     --diff-algorithm <algorithm>
#8 1.401                           choose a diff algorithm
#8 1.401     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.401     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.401     --word-diff-regex <regex>
#8 1.401                           use <regex> to decide what a word is
#8 1.401     --color-words[=<regex>]
#8 1.401                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.401     --color-moved[=<mode>]
#8 1.401                           moved lines of code are colored differently
#8 1.401     --color-moved-ws <mode>
#8 1.401                           how white spaces are ignored in --color-moved
#8 1.401 
#8 1.401 Other diff options
#8 1.401     --relative[=<prefix>]
#8 1.401                           when run from subdir, exclude changes outside and show relative paths
#8 1.401     -a, --text            treat all files as text
#8 1.401     -R                    swap two inputs, reverse the diff
#8 1.401     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.401     --quiet               disable all output of the program
#8 1.401     --ext-diff            allow an external diff helper to be executed
#8 1.401     --textconv            run external text conversion filters when comparing binary files
#8 1.401     --ignore-submodules[=<when>]
#8 1.401                           ignore changes to submodules in the diff generation
#8 1.401     --submodule[=<format>]
#8 1.401                           specify how differences in submodules are shown
#8 1.401     --ita-invisible-in-index
#8 1.401                           hide 'git add -N' entries from the index
#8 1.401     --ita-visible-in-index
#8 1.401                           treat 'git add -N' entries as real in the index
#8 1.401     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.401     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.401     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.401     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.401     -O <file>             control the order in which files appear in the output
#8 1.401     --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.417                           ignore changes in whitespace at EOL
#8 1.417     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.417     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.417     -I, --ignore-matching-lines <regex>
#8 1.417                           ignore changes whose all lines match <regex>
#8 1.417     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.417     --patience            generate diff using the "patience diff" algorithm
#8 1.417     --histogram           generate diff using the "histogram diff" algorithm
#8 1.417     --diff-algorithm <algorithm>
#8 1.417                           choose a diff algorithm
#8 1.417     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.417     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.417     --word-diff-regex <regex>
#8 1.417                           use <regex> to decide what a word is
#8 1.417     --color-words[=<regex>]
#8 1.417                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.417     --color-moved[=<mode>]
#8 1.417                           moved lines of code are colored differently
#8 1.417     --color-moved-ws <mode>
#8 1.417                           how white spaces are ignored in --color-moved
#8 1.417 
#8 1.417 Other diff options
#8 1.417     --relative[=<prefix>]
#8 1.417                           when run from subdir, exclude changes outside and show relative paths
#8 1.417     -a, --text            treat all files as text
#8 1.417     -R                    swap two inputs, reverse the diff
#8 1.417     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.417     --quiet               disable all output of the program
#8 1.417     --ext-diff            allow an external diff helper to be executed
#8 1.417     --textconv            run external text conversion filters when comparing binary files
#8 1.417     --ignore-submodules[=<when>]
#8 1.417                           ignore changes to submodules in the diff generation
#8 1.417     --submodule[=<format>]
#8 1.417                           specify how differences in submodules are shown
#8 1.417     --ita-invisible-in-index
#8 1.417                           hide 'git add -N' entries from the index
#8 1.417     --ita-visible-in-index
#8 1.417                           treat 'git add -N' entries as real in the index
#8 1.417     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.417     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.417     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.417     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.417     -O <file>             control the order in which files appear in the output
#8 1.417     --rotate-to <path>    show the change in the specified path first
#8 1.417     --skip-to <path>      skip the output to the specified path
#8 1.417     --find-object <object-id>
#8 1.417                           look for differences that change the number of occurrences of the specified object
#8 1.417     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.417                           select files by diff type
#8 1.417     --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.432                           show the given destination prefix instead of "b/"
#8 1.432     --line-prefix <prefix>
#8 1.432                           prepend an additional prefix to every line of output
#8 1.432     --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 smallest possible diff
#8 1.432     -w, --ignore-all-space
#8 1.432     
#8 1.432 [output clipped, log limit 200KiB/s reached]
#8 1.435 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.436 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.436 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.436 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.436 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.437 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.437 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.438 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.438 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.438 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.439 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.439 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.439 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.440 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.440 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.441 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.441 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.441 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.441 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.442 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.442 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.442 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.443 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.443 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.444 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.444 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.444 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.445 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.445 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.445 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.446 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.446 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.447 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.447 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.448 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.448 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.448 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.449 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.449 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.449 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.449 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.450 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.450 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.451 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.451 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.451 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.451 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.452 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.452 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.453 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.453 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.453 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.454 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.455 touch .make.deps
#8 1.457 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.459 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.460 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.461 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.577 (cd pcap-client && ./gen_links.sh && ./regen_makefile.sh)
#8 1.584 Linking TCCInterface_Functions.ttcn
#8 1.587 Linking TCCConversion_Functions.ttcn
#8 1.589 Linking TCCConversion.cc
#8 1.591 Linking TCCInterface.cc
#8 1.594 Linking TCCInterface_ip.h
#8 1.596 Linking TCCEncoding_Functions.ttcn
#8 1.598 Linking TCCEncoding.cc
#8 1.601 Linking Socket_API_Definitions.ttcn
#8 1.603 Linking IPL4asp_Functions.ttcn
#8 1.605 Linking IPL4asp_PT.cc
#8 1.608 Linking IPL4asp_PT.hh
#8 1.610 Linking IPL4asp_PortType.ttcn
#8 1.612 Linking IPL4asp_Types.ttcn
#8 1.614 Linking IPL4asp_discovery.cc
#8 1.616 Linking IPL4asp_protocol_L234.hh
#8 1.619 Linking TELNETasp_PT.cc
#8 1.621 Linking TELNETasp_PT.hh
#8 1.623 Linking TELNETasp_PortType.ttcn
#8 1.626 Linking Misc_Helpers.ttcn
#8 1.628 Linking General_Types.ttcn
#8 1.631 Linking GSM_Types.ttcn
#8 1.633 Linking Osmocom_Types.ttcn
#8 1.635 Linking Native_Functions.ttcn
#8 1.637 Linking Native_FunctionDefs.cc
#8 1.639 Linking Osmocom_VTY_Functions.ttcn
#8 1.642 Linking OPCAP_Types.ttcn
#8 1.644 Linking OPCAP_Templates.ttcn
#8 1.646 Linking OPCAP_CodecPort.ttcn
#8 1.648 Linking OPCAP_CodecPort_CtrlFunct.ttcn
#8 1.650 Linking OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.653 Linking OPCAP_Adapter.ttcn
#8 1.728 make -C pcap-client compile
#8 1.735 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.735 /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.775 touch compile
#8 1.775 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.775 make -j20 -C pcap-client
#8 1.778 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.778 Creating dependency file for TELNETasp_PortType_part_7.cc
#8 1.779 Creating dependency file for TELNETasp_PortType_part_6.cc
#8 1.779 Creating dependency file for TELNETasp_PortType_part_5.cc
#8 1.779 Creating dependency file for TELNETasp_PortType_part_4.cc
#8 1.779 Creating dependency file for TELNETasp_PortType_part_3.cc
#8 1.779 Creating dependency file for TELNETasp_PortType_part_2.cc
#8 1.779 Creating dependency file for TELNETasp_PortType_part_1.cc
#8 1.780 Creating dependency file for TCCInterface_Functions_part_7.cc
#8 1.780 Creating dependency file for TCCInterface_Functions_part_6.cc
#8 1.780 Creating dependency file for TCCInterface_Functions_part_5.cc
#8 1.780 Creating dependency file for TCCInterface_Functions_part_4.cc
#8 1.780 Creating dependency file for TCCInterface_Functions_part_3.cc
#8 1.781 Creating dependency file for TCCInterface_Functions_part_2.cc
#8 1.781 Creating dependency file for TCCInterface_Functions_part_1.cc
#8 1.781 Creating dependency file for TCCEncoding_Functions_part_7.cc
#8 1.785 Creating dependency file for TCCEncoding_Functions_part_6.cc
#8 1.785 Creating dependency file for TCCEncoding_Functions_part_5.cc
#8 1.785 Creating dependency file for TCCEncoding_Functions_part_4.cc
#8 1.785 Creating dependency file for TCCEncoding_Functions_part_3.cc
#8 1.785 Creating dependency file for TCCEncoding_Functions_part_2.cc
#8 1.786 Creating dependency file for TCCEncoding_Functions_part_1.cc
#8 1.788 Creating dependency file for TCCConversion_Functions_part_7.cc
#8 1.788 Creating dependency file for TCCConversion_Functions_part_6.cc
#8 1.788 Creating dependency file for TCCConversion_Functions_part_5.cc
#8 1.788 Creating dependency file for TCCConversion_Functions_part_4.cc
#8 1.789 Creating dependency file for TCCConversion_Functions_part_3.cc
#8 1.789 Creating dependency file for TCCConversion_Functions_part_2.cc
#8 1.793 Creating dependency file for TCCConversion_Functions_part_1.cc
#8 1.793 Creating dependency file for Socket_API_Definitions_part_7.cc
#8 1.793 Creating dependency file for Socket_API_Definitions_part_6.cc
#8 1.793 Creating dependency file for Socket_API_Definitions_part_5.cc
#8 1.793 Creating dependency file for Socket_API_Definitions_part_4.cc
#8 1.794 Creating dependency file for Socket_API_Definitions_part_3.cc
#8 1.808 Creating dependency file for TCCInterface_Functions.cc
#8 1.808 Creating dependency file for TELNETasp_PortType.cc
#8 1.808 Creating dependency file for TCCEncoding_Functions.cc
#8 1.808 Creating dependency file for TCCConversion_Functions.cc
#8 1.812 Creating dependency file for TELNETasp_PT.cc
#8 1.812 Creating dependency file for TCCEncoding.cc
#8 1.812 Creating dependency file for TCCConversion.cc
#8 1.812 Creating dependency file for OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.812 Creating dependency file for TCCInterface.cc
#8 1.812 Creating dependency file for Native_FunctionDefs.cc
#8 1.824 Creating dependency file for IPL4asp_discovery.cc
#8 1.825 Creating dependency file for IPL4asp_PT.cc
#8 1.875 Creating dependency file for Socket_API_Definitions_part_2.cc
#8 1.875 Creating dependency file for Socket_API_Definitions_part_1.cc
#8 1.875 Creating dependency file for Osmocom_VTY_Functions_part_7.cc
#8 1.875 Creating dependency file for Osmocom_VTY_Functions_part_6.cc
#8 1.876 Creating dependency file for Osmocom_VTY_Functions_part_5.cc
#8 1.876 Creating dependency file for Osmocom_VTY_Functions_part_4.cc
#8 1.876 Creating dependency file for Osmocom_VTY_Functions_part_3.cc
#8 1.876 Creating dependency file for Osmocom_VTY_Functions_part_2.cc
#8 1.876 Creating dependency file for Osmocom_VTY_Functions_part_1.cc
#8 1.876 Creating dependency file for Osmocom_Types_part_7.cc
#8 1.877 Creating dependency file for Osmocom_Types_part_6.cc
#8 1.877 Creating dependency file for Osmocom_Types_part_5.cc
#8 1.877 Creating dependency file for Osmocom_Types_part_4.cc
#8 1.877 Creating dependency file for Osmocom_Types_part_3.cc
#8 1.881 Creating dependency file for Osmocom_Types_part_2.cc
#8 1.881 Creating dependency file for Osmocom_Types_part_1.cc
#8 1.882 Creating dependency file for OPCAP_Types_part_6.cc
#8 1.882 Creating dependency file for OPCAP_Types_part_5.cc
#8 1.882 Creating dependency file for OPCAP_Types_part_4.cc
#8 1.882 Creating dependency file for OPCAP_Types_part_7.cc
#8 1.882 Creating dependency file for OPCAP_Types_part_3.cc
#8 1.882 Creating dependency file for OPCAP_Types_part_2.cc
#8 1.883 Creating dependency file for OPCAP_Types_part_1.cc
#8 1.883 Creating dependency file for OPCAP_Templates_part_7.cc
#8 1.883 Creating dependency file for OPCAP_Templates_part_5.cc
#8 1.883 Creating dependency file for OPCAP_Templates_part_6.cc
#8 1.884 Creating dependency file for OPCAP_Templates_part_3.cc
#8 1.884 Creating dependency file for OPCAP_Templates_part_4.cc
#8 1.884 Creating dependency file for OPCAP_Templates_part_1.cc
#8 1.884 Creating dependency file for OPCAP_Templates_part_2.cc
#8 1.885 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 1.885 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 1.887 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 1.888 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 1.888 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 1.889 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 1.889 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 1.890 Creating dependency file for OPCAP_CodecPort_part_7.cc
#8 1.891 Creating dependency file for OPCAP_CodecPort_part_6.cc
#8 1.891 Creating dependency file for OPCAP_CodecPort_part_5.cc
#8 1.891 Creating dependency file for OPCAP_CodecPort_part_4.cc
#8 1.891 Creating dependency file for OPCAP_CodecPort_part_3.cc
#8 1.892 Creating dependency file for OPCAP_CodecPort_part_2.cc
#8 1.892 Creating dependency file for OPCAP_CodecPort_part_1.cc
#8 1.894 Creating dependency file for OPCAP_CLIENT_Tests_part_7.cc
#8 1.895 Creating dependency file for OPCAP_CLIENT_Tests_part_6.cc
#8 1.895 Creating dependency file for OPCAP_CLIENT_Tests_part_5.cc
#8 1.896 Creating dependency file for OPCAP_CLIENT_Tests_part_4.cc
#8 1.897 Creating dependency file for OPCAP_CLIENT_Tests_part_2.cc
#8 1.897 Creating dependency file for OPCAP_CLIENT_Tests_part_3.cc
#8 1.897 Creating dependency file for OPCAP_CLIENT_Tests_part_1.cc
#8 1.898 Creating dependency file for OPCAP_Adapter_part_7.cc
#8 1.898 Creating dependency file for OPCAP_Adapter_part_6.cc
#8 1.899 Creating dependency file for OPCAP_Adapter_part_5.cc
#8 1.899 Creating dependency file for OPCAP_Adapter_part_4.cc
#8 1.899 Creating dependency file for OPCAP_Adapter_part_3.cc
#8 1.901 Creating dependency file for OPCAP_Adapter_part_2.cc
#8 1.901 Creating dependency file for OPCAP_Adapter_part_1.cc
#8 1.903 Creating dependency file for Native_Functions_part_7.cc
#8 1.903 Creating dependency file for Native_Functions_part_6.cc
#8 1.903 Creating dependency file for Native_Functions_part_5.cc
#8 1.904 Creating dependency file for Native_Functions_part_4.cc
#8 1.905 Creating dependency file for Native_Functions_part_3.cc
#8 1.905 Creating dependency file for Native_Functions_part_2.cc
#8 1.906 Creating dependency file for Native_Functions_part_1.cc
#8 1.906 Creating dependency file for Misc_Helpers_part_7.cc
#8 1.906 Creating dependency file for Misc_Helpers_part_6.cc
#8 1.911 Creating dependency file for Misc_Helpers_part_5.cc
#8 1.911 Creating dependency file for Misc_Helpers_part_4.cc
#8 1.911 Creating dependency file for Misc_Helpers_part_3.cc
#8 1.912 Creating dependency file for Misc_Helpers_part_2.cc
#8 1.912 Creating dependency file for Misc_Helpers_part_1.cc
#8 1.912 Creating dependency file for IPL4asp_Types_part_7.cc
#8 1.912 Creating dependency file for IPL4asp_Types_part_6.cc
#8 1.912 Creating dependency file for IPL4asp_Types_part_5.cc
#8 1.913 Creating dependency file for IPL4asp_Types_part_4.cc
#8 1.918 Creating dependency file for IPL4asp_Types_part_3.cc
#8 1.918 Creating dependency file for IPL4asp_Types_part_2.cc
#8 1.918 Creating dependency file for IPL4asp_Types_part_1.cc
#8 1.918 Creating dependency file for IPL4asp_PortType_part_7.cc
#8 1.919 Creating dependency file for IPL4asp_PortType_part_6.cc
#8 1.919 Creating dependency file for IPL4asp_PortType_part_5.cc
#8 1.919 Creating dependency file for IPL4asp_PortType_part_4.cc
#8 1.919 Creating dependency file for IPL4asp_PortType_part_3.cc
#8 1.920 Creating dependency file for IPL4asp_PortType_part_2.cc
#8 1.920 Creating dependency file for IPL4asp_PortType_part_1.cc
#8 1.920 Creating dependency file for IPL4asp_Functions_part_6.cc
#8 1.920 Creating dependency file for IPL4asp_Functions_part_7.cc
#8 1.920 Creating dependency file for IPL4asp_Functions_part_5.cc
#8 1.926 Creating dependency file for IPL4asp_Functions_part_4.cc
#8 1.926 Creating dependency file for IPL4asp_Functions_part_3.cc
#8 1.926 Creating dependency file for IPL4asp_Functions_part_2.cc
#8 1.927 Creating dependency file for IPL4asp_Functions_part_1.cc
#8 1.927 Creating dependency file for General_Types_part_7.cc
#8 1.928 Creating dependency file for General_Types_part_6.cc
#8 1.928 Creating dependency file for General_Types_part_5.cc
#8 1.929 Creating dependency file for General_Types_part_4.cc
#8 1.929 Creating dependency file for General_Types_part_3.cc
#8 1.931 Creating dependency file for General_Types_part_2.cc
#8 1.932 Creating dependency file for General_Types_part_1.cc
#8 1.933 Creating dependency file for GSM_Types_part_7.cc
#8 1.933 Creating dependency file for GSM_Types_part_6.cc
#8 1.933 Creating dependency file for GSM_Types_part_5.cc
#8 1.934 Creating dependency file for GSM_Types_part_4.cc
#8 1.934 Creating dependency file for GSM_Types_part_3.cc
#8 1.935 Creating dependency file for GSM_Types_part_2.cc
#8 1.935 Creating dependency file for GSM_Types_part_1.cc
#8 1.998 Creating dependency file for Socket_API_Definitions.cc
#8 1.998 Creating dependency file for Osmocom_VTY_Functions.cc
#8 1.998 Creating dependency file for Osmocom_Types.cc
#8 1.999 Creating dependency file for OPCAP_Types.cc
#8 1.999 Creating dependency file for OPCAP_Templates.cc
#8 1.999 Creating dependency file for OPCAP_CodecPort_CtrlFunct.cc
#8 1.999 Creating dependency file for OPCAP_CodecPort.cc
#8 1.999 Creating dependency file for OPCAP_CLIENT_Tests.cc
#8 2.000 Creating dependency file for OPCAP_Adapter.cc
#8 2.000 Creating dependency file for Native_Functions.cc
#8 2.000 Creating dependency file for Misc_Helpers.cc
#8 2.000 Creating dependency file for IPL4asp_Types.cc
#8 2.000 Creating dependency file for IPL4asp_PortType.cc
#8 2.000 Creating dependency file for IPL4asp_Functions.cc
#8 2.001 Creating dependency file for General_Types.cc
#8 2.001 Creating dependency file for GSM_Types.cc
#8 2.090 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.090 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.090 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.090 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.090 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.090 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.091 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.091 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.091 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.091 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.092 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.092 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.093 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.093 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.093 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.094 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.094 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.094 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.107 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.108 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.637 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.641 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.656 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.686 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.703 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.709 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.740 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.764 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.771 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.848 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.851 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.857 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.890 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.914 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.923 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.931 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.939 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.943 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.955 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.956 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.960 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.963 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.971 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.975 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.977 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.981 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.981 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.990 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 2.992 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 2.996 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 2.997 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.003 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.006 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.008 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.064 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.088 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.093 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.105 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.121 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.121 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.137 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.137 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.139 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.153 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.153 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.163 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.169 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.171 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.183 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.186 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.195 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.199 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.202 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.216 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.218 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.219 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.234 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.234 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.235 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.249 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.249 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.252 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.265 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.268 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.268 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.280 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.284 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.285 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.298 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.301 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.303 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.318 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.318 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.320 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.333 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.334 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.337 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.349 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.353 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.354 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.366 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.378 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.379 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.382 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.394 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.395 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.398 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.414 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.431 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.447 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.447 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.462 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.463 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.475 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.479 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.491 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.495 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.504 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.511 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.511 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.526 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.528 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.529 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.543 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.545 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.552 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.554 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.559 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.560 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.587 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.594 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.605 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.612 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.623 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.627 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.635 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.635 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.643 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.646 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.657 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.662 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.666 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.686 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.689 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.701 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.713 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.719 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.719 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.731 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.734 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.736 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.747 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.750 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.754 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.766 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.767 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.793 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.809 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.838 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.853 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.868 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 3.874 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 3.948 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 3.974 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.039 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.090 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.104 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.153 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.222 g++  -shared -o GSM_Types.so GSM_Types.o
#8 4.265 g++  -shared -o General_Types.so General_Types.o
#8 4.310 g++  -shared -o IPL4asp_Functions.so IPL4asp_Functions.o
#8 4.312 g++  -shared -o IPL4asp_PortType.so IPL4asp_PortType.o
#8 4.314 g++  -shared -o IPL4asp_Types.so IPL4asp_Types.o
#8 4.329 g++  -shared -o Misc_Helpers.so Misc_Helpers.o
#8 4.358 g++  -shared -o Native_Functions.so Native_Functions.o
#8 4.409 g++  -shared -o OPCAP_Adapter.so OPCAP_Adapter.o
#8 4.411 g++  -shared -o OPCAP_CLIENT_Tests.so OPCAP_CLIENT_Tests.o
#8 4.425 g++  -shared -o OPCAP_CodecPort.so OPCAP_CodecPort.o
#8 4.441 g++  -shared -o OPCAP_CodecPort_CtrlFunct.so OPCAP_CodecPort_CtrlFunct.o
#8 4.445 g++  -shared -o OPCAP_Templates.so OPCAP_Templates.o
#8 4.448 g++  -shared -o OPCAP_Types.so OPCAP_Types.o
#8 4.454 g++  -shared -o Osmocom_Types.so Osmocom_Types.o
#8 4.462 g++  -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o
#8 4.475 g++  -shared -o Socket_API_Definitions.so Socket_API_Definitions.o
#8 4.507 g++  -shared -o TCCConversion_Functions.so TCCConversion_Functions.o
#8 4.516 g++  -shared -o TCCEncoding_Functions.so TCCEncoding_Functions.o
#8 4.532 g++  -shared -o TCCInterface_Functions.so TCCInterface_Functions.o
#8 4.544 g++  -shared -o TELNETasp_PortType.so TELNETasp_PortType.o
#8 4.556 g++  -shared -o GSM_Types_part_1.so GSM_Types_part_1.o
#8 4.561 g++  -shared -o GSM_Types_part_2.so GSM_Types_part_2.o
#8 4.563 g++  -shared -o GSM_Types_part_3.so GSM_Types_part_3.o
#8 4.566 g++  -shared -o GSM_Types_part_4.so GSM_Types_part_4.o
#8 4.609 g++  -shared -o GSM_Types_part_5.so GSM_Types_part_5.o
#8 4.628 g++  -shared -o GSM_Types_part_6.so GSM_Types_part_6.o
#8 4.629 g++  -shared -o GSM_Types_part_7.so GSM_Types_part_7.o
#8 4.630 g++  -shared -o General_Types_part_1.so General_Types_part_1.o
#8 4.636 g++  -shared -o General_Types_part_2.so General_Types_part_2.o
#8 4.645 g++  -shared -o General_Types_part_3.so General_Types_part_3.o
#8 4.652 g++  -shared -o General_Types_part_4.so General_Types_part_4.o
#8 4.653 g++  -shared -o General_Types_part_5.so General_Types_part_5.o
#8 4.655 g++  -shared -o General_Types_part_6.so General_Types_part_6.o
#8 4.659 g++  -shared -o General_Types_part_7.so General_Types_part_7.o
#8 4.680 g++  -shared -o IPL4asp_Functions_part_1.so IPL4asp_Functions_part_1.o
#8 4.681 g++  -shared -o IPL4asp_Functions_part_2.so IPL4asp_Functions_part_2.o
#8 4.682 g++  -shared -o IPL4asp_Functions_part_3.so IPL4asp_Functions_part_3.o
#8 4.685 g++  -shared -o IPL4asp_Functions_part_4.so IPL4asp_Functions_part_4.o
#8 4.706 g++  -shared -o IPL4asp_Functions_part_5.so IPL4asp_Functions_part_5.o
#8 4.707 g++  -shared -o IPL4asp_Functions_part_6.so IPL4asp_Functions_part_6.o
#8 4.712 g++  -shared -o IPL4asp_Functions_part_7.so IPL4asp_Functions_part_7.o
#8 4.715 g++  -shared -o IPL4asp_PortType_part_1.so IPL4asp_PortType_part_1.o
#8 4.722 g++  -shared -o IPL4asp_PortType_part_2.so IPL4asp_PortType_part_2.o
#8 4.727 g++  -shared -o IPL4asp_PortType_part_3.so IPL4asp_PortType_part_3.o
#8 4.728 g++  -shared -o IPL4asp_PortType_part_4.so IPL4asp_PortType_part_4.o
#8 4.729 g++  -shared -o IPL4asp_PortType_part_5.so IPL4asp_PortType_part_5.o
#8 4.735 g++  -shared -o IPL4asp_PortType_part_6.so IPL4asp_PortType_part_6.o
#8 4.737 g++  -shared -o IPL4asp_PortType_part_7.so IPL4asp_PortType_part_7.o
#8 4.740 g++  -shared -o IPL4asp_Types_part_1.so IPL4asp_Types_part_1.o
#8 4.740 g++  -shared -o IPL4asp_Types_part_2.so IPL4asp_Types_part_2.o
#8 4.743 g++  -shared -o IPL4asp_Types_part_3.so IPL4asp_Types_part_3.o
#8 4.744 g++  -shared -o IPL4asp_Types_part_4.so IPL4asp_Types_part_4.o
#8 4.747 g++  -shared -o IPL4asp_Types_part_5.so IPL4asp_Types_part_5.o
#8 4.749 g++  -shared -o IPL4asp_Types_part_6.so IPL4asp_Types_part_6.o
#8 4.750 g++  -shared -o IPL4asp_Types_part_7.so IPL4asp_Types_part_7.o
#8 4.752 g++  -shared -o Misc_Helpers_part_1.so Misc_Helpers_part_1.o
#8 4.754 g++  -shared -o Misc_Helpers_part_2.so Misc_Helpers_part_2.o
#8 4.756 g++  -shared -o Misc_Helpers_part_3.so Misc_Helpers_part_3.o
#8 4.757 g++  -shared -o Misc_Helpers_part_4.so Misc_Helpers_part_4.o
#8 4.760 g++  -shared -o Misc_Helpers_part_5.so Misc_Helpers_part_5.o
#8 4.775 g++  -shared -o Misc_Helpers_part_6.so Misc_Helpers_part_6.o
#8 4.775 g++  -shared -o Misc_Helpers_part_7.so Misc_Helpers_part_7.o
#8 4.792 g++  -shared -o Native_Functions_part_1.so Native_Functions_part_1.o
#8 4.792 g++  -shared -o Native_Functions_part_2.so Native_Functions_part_2.o
#8 4.792 g++  -shared -o Native_Functions_part_3.so Native_Functions_part_3.o
#8 4.792 g++  -shared -o Native_Functions_part_4.so Native_Functions_part_4.o
#8 4.793 g++  -shared -o Native_Functions_part_5.so Native_Functions_part_5.o
#8 4.793 g++  -shared -o Native_Functions_part_6.so Native_Functions_part_6.o
#8 4.800 g++  -shared -o Native_Functions_part_7.so Native_Functions_part_7.o
#8 4.801 g++  -shared -o OPCAP_Adapter_part_1.so OPCAP_Adapter_part_1.o
#8 4.805 g++  -shared -o OPCAP_Adapter_part_2.so OPCAP_Adapter_part_2.o
#8 4.816 g++  -shared -o OPCAP_Adapter_part_3.so OPCAP_Adapter_part_3.o
#8 4.818 g++  -shared -o OPCAP_Adapter_part_4.so OPCAP_Adapter_part_4.o
#8 4.818 g++  -shared -o OPCAP_Adapter_part_5.so OPCAP_Adapter_part_5.o
#8 4.818 g++  -shared -o OPCAP_Adapter_part_6.so OPCAP_Adapter_part_6.o
#8 4.820 g++  -shared -o OPCAP_Adapter_part_7.so OPCAP_Adapter_part_7.o
#8 4.820 g++  -shared -o OPCAP_CLIENT_Tests_part_1.so OPCAP_CLIENT_Tests_part_1.o
#8 4.824 g++  -shared -o OPCAP_CLIENT_Tests_part_2.so OPCAP_CLIENT_Tests_part_2.o
#8 4.827 g++  -shared -o OPCAP_CLIENT_Tests_part_3.so OPCAP_CLIENT_Tests_part_3.o
#8 4.831 g++  -shared -o OPCAP_CLIENT_Tests_part_4.so OPCAP_CLIENT_Tests_part_4.o
#8 4.840 g++  -shared -o OPCAP_CLIENT_Tests_part_5.so OPCAP_CLIENT_Tests_part_5.o
#8 4.840 g++  -shared -o OPCAP_CLIENT_Tests_part_6.so OPCAP_CLIENT_Tests_part_6.o
#8 4.840 g++  -shared -o OPCAP_CLIENT_Tests_part_7.so OPCAP_CLIENT_Tests_part_7.o
#8 4.840 g++  -shared -o OPCAP_CodecPort_part_1.so OPCAP_CodecPort_part_1.o
#8 4.840 g++  -shared -o OPCAP_CodecPort_part_2.so OPCAP_CodecPort_part_2.o
#8 4.841 g++  -shared -o OPCAP_CodecPort_part_3.so OPCAP_CodecPort_part_3.o
#8 4.842 g++  -shared -o OPCAP_CodecPort_part_4.so OPCAP_CodecPort_part_4.o
#8 4.855 g++  -shared -o OPCAP_CodecPort_part_5.so OPCAP_CodecPort_part_5.o
#8 4.855 g++  -shared -o OPCAP_CodecPort_part_6.so OPCAP_CodecPort_part_6.o
#8 4.855 g++  -shared -o OPCAP_CodecPort_part_7.so OPCAP_CodecPort_part_7.o
#8 4.855 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_1.so OPCAP_CodecPort_CtrlFunct_part_1.o
#8 4.855 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_2.so OPCAP_CodecPort_CtrlFunct_part_2.o
#8 4.855 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_3.so OPCAP_CodecPort_CtrlFunct_part_3.o
#8 4.856 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_4.so OPCAP_CodecPort_CtrlFunct_part_4.o
#8 4.856 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_5.so OPCAP_CodecPort_CtrlFunct_part_5.o
#8 4.856 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_6.so OPCAP_CodecPort_CtrlFunct_part_6.o
#8 4.867 g++  -shared -o OPCAP_CodecPort_CtrlFunct_part_7.so OPCAP_CodecPort_CtrlFunct_part_7.o
#8 4.868 g++  -shared -o OPCAP_Templates_part_1.so OPCAP_Templates_part_1.o
#8 4.868 g++  -shared -o OPCAP_Templates_part_2.so OPCAP_Templates_part_2.o
#8 4.868 g++  -shared -o OPCAP_Templates_part_3.so OPCAP_Templates_part_3.o
#8 4.870 g++  -shared -o OPCAP_Templates_part_4.so OPCAP_Templates_part_4.o
#8 4.870 g++  -shared -o OPCAP_Templates_part_5.so OPCAP_Templates_part_5.o
#8 4.870 g++  -shared -o OPCAP_Templates_part_6.so OPCAP_Templates_part_6.o
#8 4.871 g++  -shared -o OPCAP_Templates_part_7.so OPCAP_Templates_part_7.o
#8 4.872 g++  -shared -o OPCAP_Types_part_1.so OPCAP_Types_part_1.o
#8 4.877 g++  -shared -o OPCAP_Types_part_2.so OPCAP_Types_part_2.o
#8 4.877 g++  -shared -o OPCAP_Types_part_3.so OPCAP_Types_part_3.o
#8 4.877 g++  -shared -o OPCAP_Types_part_4.so OPCAP_Types_part_4.o
#8 4.877 g++  -shared -o OPCAP_Types_part_5.so OPCAP_Types_part_5.o
#8 4.877 g++  -shared -o OPCAP_Types_part_6.so OPCAP_Types_part_6.o
#8 4.888 g++  -shared -o OPCAP_Types_part_7.so OPCAP_Types_part_7.o
#8 4.888 g++  -shared -o Osmocom_Types_part_1.so Osmocom_Types_part_1.o
#8 4.889 g++  -shared -o Osmocom_Types_part_2.so Osmocom_Types_part_2.o
#8 4.889 g++  -shared -o Osmocom_Types_part_3.so Osmocom_Types_part_3.o
#8 4.890 g++  -shared -o Osmocom_Types_part_4.so Osmocom_Types_part_4.o
#8 4.891 g++  -shared -o Osmocom_Types_part_5.so Osmocom_Types_part_5.o
#8 4.892 g++  -shared -o Osmocom_Types_part_6.so Osmocom_Types_part_6.o
#8 4.893 g++  -shared -o Osmocom_Types_part_7.so Osmocom_Types_part_7.o
#8 4.894 g++  -shared -o Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_1.o
#8 4.897 g++  -shared -o Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_2.o
#8 4.898 g++  -shared -o Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_3.o
#8 4.899 g++  -shared -o Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_4.o
#8 4.899 g++  -shared -o Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_5.o
#8 4.901 g++  -shared -o Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_6.o
#8 4.904 g++  -shared -o Osmocom_VTY_Functions_part_7.so Osmocom_VTY_Functions_part_7.o
#8 4.914 g++  -shared -o Socket_API_Definitions_part_1.so Socket_API_Definitions_part_1.o
#8 4.914 g++  -shared -o Socket_API_Definitions_part_2.so Socket_API_Definitions_part_2.o
#8 4.914 g++  -shared -o Socket_API_Definitions_part_3.so Socket_API_Definitions_part_3.o
#8 4.915 g++  -shared -o Socket_API_Definitions_part_4.so Socket_API_Definitions_part_4.o
#8 4.916 g++  -shared -o Socket_API_Definitions_part_5.so Socket_API_Definitions_part_5.o
#8 4.918 g++  -shared -o Socket_API_Definitions_part_6.so Socket_API_Definitions_part_6.o
#8 4.918 g++  -shared -o Socket_API_Definitions_part_7.so Socket_API_Definitions_part_7.o
#8 4.918 g++  -shared -o TCCConversion_Functions_part_1.so TCCConversion_Functions_part_1.o
#8 4.922 g++  -shared -o TCCConversion_Functions_part_2.so TCCConversion_Functions_part_2.o
#8 4.923 g++  -shared -o TCCConversion_Functions_part_3.so TCCConversion_Functions_part_3.o
#8 4.923 g++  -shared -o TCCConversion_Functions_part_4.so TCCConversion_Functions_part_4.o
#8 4.925 g++  -shared -o TCCConversion_Functions_part_5.so TCCConversion_Functions_part_5.o
#8 4.926 g++  -shared -o TCCConversion_Functions_part_6.so TCCConversion_Functions_part_6.o
#8 4.935 g++  -shared -o TCCConversion_Functions_part_7.so TCCConversion_Functions_part_7.o
#8 4.936 g++  -shared -o TCCEncoding_Functions_part_1.so TCCEncoding_Functions_part_1.o
#8 4.938 g++  -shared -o TCCEncoding_Functions_part_2.so TCCEncoding_Functions_part_2.o
#8 4.948 g++  -shared -o TCCEncoding_Functions_part_3.so TCCEncoding_Functions_part_3.o
#8 4.948 g++  -shared -o TCCEncoding_Functions_part_4.so TCCEncoding_Functions_part_4.o
#8 4.950 g++  -shared -o TCCEncoding_Functions_part_5.so TCCEncoding_Functions_part_5.o
#8 4.950 g++  -shared -o TCCEncoding_Functions_part_6.so TCCEncoding_Functions_part_6.o
#8 4.953 g++  -shared -o TCCEncoding_Functions_part_7.so TCCEncoding_Functions_part_7.o
#8 4.962 g++  -shared -o TCCInterface_Functions_part_1.so TCCInterface_Functions_part_1.o
#8 4.977 g++  -shared -o TCCInterface_Functions_part_2.so TCCInterface_Functions_part_2.o
#8 4.977 g++  -shared -o TCCInterface_Functions_part_3.so TCCInterface_Functions_part_3.o
#8 4.977 g++  -shared -o TCCInterface_Functions_part_4.so TCCInterface_Functions_part_4.o
#8 4.977 g++  -shared -o TCCInterface_Functions_part_5.so TCCInterface_Functions_part_5.o
#8 4.979 g++  -shared -o TCCInterface_Functions_part_6.so TCCInterface_Functions_part_6.o
#8 4.979 g++  -shared -o TCCInterface_Functions_part_7.so TCCInterface_Functions_part_7.o
#8 4.992 g++  -shared -o TELNETasp_PortType_part_1.so TELNETasp_PortType_part_1.o
#8 4.999 g++  -shared -o TELNETasp_PortType_part_2.so TELNETasp_PortType_part_2.o
#8 5.000 g++  -shared -o TELNETasp_PortType_part_3.so TELNETasp_PortType_part_3.o
#8 5.001 g++  -shared -o TELNETasp_PortType_part_4.so TELNETasp_PortType_part_4.o
#8 5.002 g++  -shared -o TELNETasp_PortType_part_5.so TELNETasp_PortType_part_5.o
#8 5.004 g++  -shared -o TELNETasp_PortType_part_6.so TELNETasp_PortType_part_6.o
#8 5.004 g++  -shared -o TELNETasp_PortType_part_7.so TELNETasp_PortType_part_7.o
#8 5.007 g++  -shared -o IPL4asp_discovery.so IPL4asp_discovery.o
#8 5.016 g++  -shared -o Native_FunctionDefs.so Native_FunctionDefs.o
#8 5.022 g++  -shared -o OPCAP_CodecPort_CtrlFunctdef.so OPCAP_CodecPort_CtrlFunctdef.o
#8 5.030 g++  -shared -o TCCConversion.so TCCConversion.o
#8 5.030 g++  -shared -o TCCEncoding.so TCCEncoding.o
#8 5.031 g++  -shared -o TCCInterface.so TCCInterface.o
#8 5.031 g++  -shared -o TELNETasp_PT.so TELNETasp_PT.o
#8 5.215 g++  -shared -o IPL4asp_PT.so IPL4asp_PT.o
#8 5.243 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.243 -L/usr/lib/titan -lttcn3-parallel-dynamic \
#8 5.243 -L/lib -lcrypto \
#8 5.243 -L/usr/lib -lxml2 -lsctp -lssl -lpthread; \
#8 5.243 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.326 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.5s done
#10 writing image sha256:95c0130b2209ca2f8cb3db8cdc514dcd492285bf78a7e4937bc242acdfc6ee1f done
#10 naming to docker.io/osmocom-build/ttcn3-pcap-client-test:latest 0.0s done
#10 DONE 0.5s
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 95c0130b2209
+ 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=129359
+ seq 1 30
+ echo (129359 + 1) % 256
+ bc
+ SUBNET=80
+ NET_NAME=ttcn3-pcap-client-test-80
+ SUB4=172.18.80.0/24
+ SUB6=fd02:db8:80::/64
+ set +x
Creating network ttcn3-pcap-client-test-80, trying SUBNET=80...
+ docker network create --internal --subnet 172.18.80.0/24 --ipv6 --subnet fd02:db8:80::/64 ttcn3-pcap-client-test-80
a5401decfe5453d463d0c45bb198fffb228921b9e20f9addee9d635e3008a69b
+ set +x

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

+ return
+ network_replace_subnet_in_configs
+ set +x
Applying SUBNET=80 to: /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client/osmo-pcap-client.cfg
Applying SUBNET=80 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 80 20
+ NET=80
+ ADDR_SUFIX=20
+ echo --network ttcn3-pcap-client-test-80 --ip 172.18.80.20 --ip6 fd02:db8:80::20
+ docker run --rm --network ttcn3-pcap-client-test-80 --ip 172.18.80.20 --ip6 fd02:db8:80::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-1064-pcap-client -d osmocom-build/osmo-pcap-master-centos7
5add5973ebea20ae017c25748b890b797db5b8db44d97ebf8628f3f55971065b
+ echo Starting container with pcap-client testsuite
Starting container with pcap-client testsuite
+ docker_network_params 80 10
+ NET=80
+ ADDR_SUFIX=10
+ echo --network ttcn3-pcap-client-test-80 --ip 172.18.80.10 --ip6 fd02:db8:80::10
+ docker run --rm --network ttcn3-pcap-client-test-80 --ip 172.18.80.10 --ip6 fd02:db8:80::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-1064-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@ac4df6ed3848: Unix server socket created successfully.
MC@ac4df6ed3848: Listening on TCP port 46107.
MC2> ac4df6ed3848 is the default
spawn /osmo-ttcn3-hacks/pcap-client/OPCAP_CLIENT_Tests ac4df6ed3848 46107
TTCN-3 Host Controller (parallel mode), version 9.0.0
MC@ac4df6ed3848: New HC connected from 172.18.80.10 [172.18.80.10]. ac4df6ed3848: Linux 6.1.0-13-amd64 on x86_64.
cmtc
MC@ac4df6ed3848: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@ac4df6ed3848: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
MC@ac4df6ed3848: Configuration file was processed on all HCs.
MC@ac4df6ed3848: Creating MTC on host 172.18.80.10.
MC@ac4df6ed3848: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@ac4df6ed3848: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr'.
------ OPCAP_CLIENT_Tests.TC_connect_rx_hdr ------
Fri Nov  8 05:06:16 UTC 2024
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@ac4df6ed3848: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@ac4df6ed3848: Test case TC_connect_rx_hdr started.
MTC@ac4df6ed3848: Waiting for client-0 connection...
MTC@ac4df6ed3848: Connection from "172.18.80.20":35663
MTC@ac4df6ed3848: setverdict(pass): none -> pass
MTC@ac4df6ed3848: Setting final verdict of the test case.
MTC@ac4df6ed3848: Local verdict of MTC: pass
MTC@ac4df6ed3848: No PTCs were created.
MTC@ac4df6ed3848: Test case TC_connect_rx_hdr finished. Verdict: pass
MTC@ac4df6ed3848: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass'.
Fri Nov  8 05:06:19 UTC 2024
====== OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=5029)
Waiting for packet dumper to finish... 1 (prev_count=5029, count=6585)
MTC@ac4df6ed3848: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@ac4df6ed3848: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect'.
------ OPCAP_CLIENT_Tests.TC_reconnect ------
Fri Nov  8 05:06:21 UTC 2024
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@ac4df6ed3848: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect' was executed successfully (exit status: 0).
MTC@ac4df6ed3848: Test case TC_reconnect started.
MTC@ac4df6ed3848: Waiting for client-0 connection...
MTC@ac4df6ed3848: Connection from "172.18.80.20":45491
MTC@ac4df6ed3848: Disconnecting client-0
MTC@ac4df6ed3848: Connection from "172.18.80.20":40387
MTC@ac4df6ed3848: setverdict(pass): none -> pass
MTC@ac4df6ed3848: Setting final verdict of the test case.
MTC@ac4df6ed3848: Local verdict of MTC: pass
MTC@ac4df6ed3848: No PTCs were created.
MTC@ac4df6ed3848: Test case TC_reconnect finished. Verdict: pass
MTC@ac4df6ed3848: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass'.
Fri Nov  8 05:06:27 UTC 2024
====== 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@ac4df6ed3848: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass' was executed successfully (exit status: 0).
MTC@ac4df6ed3848: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture'.
------ OPCAP_CLIENT_Tests.TC_capture ------
Fri Nov  8 05:06:29 UTC 2024
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@ac4df6ed3848: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture' was executed successfully (exit status: 0).
MTC@ac4df6ed3848: Test case TC_capture started.
MTC@ac4df6ed3848: Waiting for client-0 connection...
MTC@ac4df6ed3848: Connection from "172.18.80.20":38291
MTC@ac4df6ed3848: setverdict(pass): none -> pass
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: Setting final verdict of the test case.
MTC@ac4df6ed3848: Local verdict of MTC: pass
MTC@ac4df6ed3848: No PTCs were created.
MTC@ac4df6ed3848: Test case TC_capture finished. Verdict: pass
MTC@ac4df6ed3848: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass'.
Fri Nov  8 05:06:41 UTC 2024
====== OPCAP_CLIENT_Tests.TC_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=20957)
Waiting for packet dumper to finish... 1 (prev_count=20957, count=22090)
MTC@ac4df6ed3848: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass' was executed successfully (exit status: 0).
MTC@ac4df6ed3848: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr'.
------ OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr ------
Fri Nov  8 05:06:43 UTC 2024
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@ac4df6ed3848: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@ac4df6ed3848: Test case TC_multi_connect_rx_hdr started.
MTC@ac4df6ed3848: Waiting for client-0 connection...
MTC@ac4df6ed3848: Connection from "172.18.80.20":33813
MTC@ac4df6ed3848: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@ac4df6ed3848: Waiting for client-1 connection...
MTC@ac4df6ed3848: Connection from "172.18.80.20":45685
MTC@ac4df6ed3848: setverdict(pass): none -> pass
MTC@ac4df6ed3848: Setting final verdict of the test case.
MTC@ac4df6ed3848: Local verdict of MTC: pass
MTC@ac4df6ed3848: No PTCs were created.
MTC@ac4df6ed3848: Test case TC_multi_connect_rx_hdr finished. Verdict: pass
MTC@ac4df6ed3848: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass'.
Fri Nov  8 05:06:47 UTC 2024
====== 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@ac4df6ed3848: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@ac4df6ed3848: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture'.
------ OPCAP_CLIENT_Tests.TC_multi_capture ------
Fri Nov  8 05:06:49 UTC 2024
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@ac4df6ed3848: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture' was executed successfully (exit status: 0).
MTC@ac4df6ed3848: Test case TC_multi_capture started.
MTC@ac4df6ed3848: Waiting for client-0 connection...
MTC@ac4df6ed3848: Connection from "172.18.80.20":38085
MTC@ac4df6ed3848: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@ac4df6ed3848: Waiting for client-1 connection...
MTC@ac4df6ed3848: Connection from "172.18.80.20":37753
MTC@ac4df6ed3848: setverdict(pass): none -> pass
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: setverdict(pass): pass -> pass, component reason not changed
MTC@ac4df6ed3848: Setting final verdict of the test case.
MTC@ac4df6ed3848: Local verdict of MTC: pass
MTC@ac4df6ed3848: No PTCs were created.
MTC@ac4df6ed3848: Test case TC_multi_capture finished. Verdict: pass
MTC@ac4df6ed3848: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass'.
Fri Nov  8 05:07:02 UTC 2024
====== OPCAP_CLIENT_Tests.TC_multi_capture pass ======

Waiting for packet dumper to finish... 0 (prev_count=-1, count=33161)
Waiting for packet dumper to finish... 1 (prev_count=33161, count=35845)
MTC@ac4df6ed3848: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass' was executed successfully (exit status: 0).
MC@ac4df6ed3848: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@ac4df6ed3848: Terminating MTC.
MC@ac4df6ed3848: MTC terminated.
MC2> exit
MC@ac4df6ed3848: Shutting down session.
MC@ac4df6ed3848: 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-80
+ grep Name
+ cut -d : -f2
+ awk -F" NR>1{print $2}
+ local containers=jenkins-TTCN3-centos7-pcap-client-test-1064-pcap-client
+ [ -n jenkins-TTCN3-centos7-pcap-client-test-1064-pcap-client ]
+ docker_kill_wait jenkins-TTCN3-centos7-pcap-client-test-1064-pcap-client
+ docker kill jenkins-TTCN3-centos7-pcap-client-test-1064-pcap-client
jenkins-TTCN3-centos7-pcap-client-test-1064-pcap-client
+ docker wait jenkins-TTCN3-centos7-pcap-client-test-1064-pcap-client
137
+ network_remove
+ set +x
Removing network ttcn3-pcap-client-test-80
+ docker network remove ttcn3-pcap-client-test-80
ttcn3-pcap-client-test-80
+ 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-1064-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.715164'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_reconnect' time='4.940321'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_capture' time='10.411014'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_connect_rx_hdr' time='2.945260'/>
  <testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_capture' time='12.426428'/>
</testsuite>
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS