Skipping 418 KB..
Full Log#8 1.275 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.275 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.275 --word-diff-regex <regex>
#8 1.275 use <regex> to decide what a word is
#8 1.275 --color-words[=<regex>]
#8 1.275 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.275 --color-moved[=<mode>]
#8 1.275 moved lines of code are colored differently
#8 1.275 --color-moved-ws <mode>
#8 1.275 how white spaces are ignored in --color-moved
#8 1.275
#8 1.275 Other diff options
#8 1.275 --relative[=<prefix>]
#8 1.275 when run from subdir, exclude changes outside and show relative paths
#8 1.275 -a, --text treat all files as text
#8 1.275 -R swap two inputs, reverse the diff
#8 1.275 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.275 --quiet disable all output of the program
#8 1.275 --ext-diff allow an external diff helper to be executed
#8 1.275 --textconv run external text conversion filters when comparing binary files
#8 1.275 --ignore-submodules[=<when>]
#8 1.275 ignore changes to submodules in the diff generation
#8 1.275 --submodule[=<format>]
#8 1.275 specify how differences in submodules are shown
#8 1.275 --ita-invisible-in-index
#8 1.275 hide 'git add -N' entries from the index
#8 1.275 --ita-visible-in-index
#8 1.275 treat 'git add -N' entries as real in the index
#8 1.275 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.275 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.275 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.275 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.275 -O <file> control the order in which files appear in the output
#8 1.275 --rotate-to <path> show the change in the specified path first
#8 1.275 --skip-to <path> skip the output to the specified path
#8 1.276 --find-object <object-id>
#8 1.276 look for differences that change the number of occurrences of the specified object
#8 1.276 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.276 select files by diff type
#8 1.276 --output <file> output to a specific file
#8 1.276
#8 1.280 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP'
#8 1.280 To add an exception for this directory, call:
#8 1.280
#8 1.280 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP
#8 1.286 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP'
#8 1.286 To add an exception for this directory, call:
#8 1.286
#8 1.286 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolEmulations.SCCP
#8 1.290 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.290 usage: git diff --no-index [<options>] <path> <path>
#8 1.290
#8 1.290 Diff output format options
#8 1.290 -p, --patch generate patch
#8 1.290 -s, --no-patch suppress diff output
#8 1.290 -u generate patch
#8 1.290 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.290 -W, --function-context
#8 1.290 generate diffs with <n> lines context
#8 1.290 --raw generate the diff in raw format
#8 1.290 --patch-with-raw synonym for '-p --raw'
#8 1.290 --patch-with-stat synonym for '-p --stat'
#8 1.290 --numstat machine friendly --stat
#8 1.290 --shortstat output only the last line of --stat
#8 1.290 -X, --dirstat[=<param1,param2>...]
#8 1.290 output the distribution of relative amount of changes for each sub-directory
#8 1.290 --cumulative synonym for --dirstat=cumulative
#8 1.290 --dirstat-by-file[=<param1,param2>...]
#8 1.290 synonym for --dirstat=files,param1,param2...
#8 1.290 --check warn if changes introduce conflict markers or whitespace errors
#8 1.290 --summary condensed summary such as creations, renames and mode changes
#8 1.290 --name-only show only names of changed files
#8 1.290 --name-status show only names and status of changed files
#8 1.290 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.290 generate diffstat
#8 1.290 --stat-width <width> generate diffstat with a given width
#8 1.290 --stat-name-width <width>
#8 1.290 generate diffstat with a given name width
#8 1.290 --stat-graph-width <width>
#8 1.290 generate diffstat with a given graph width
#8 1.290 --stat-count <count> generate diffstat with limited lines
#8 1.290 --compact-summary generate compact summary in diffstat
#8 1.290 --binary output a binary diff that can be applied
#8 1.290 --full-index show full pre- and post-image object names on the "index" lines
#8 1.290 --color[=<when>] show colored diff
#8 1.290 --ws-error-highlight <kind>
#8 1.290 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.290 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.290 --abbrev[=<n>] use <n> digits to display object names
#8 1.290 --src-prefix <prefix>
#8 1.290 show the given source prefix instead of "a/"
#8 1.290 --dst-prefix <prefix>
#8 1.290 show the given destination prefix instead of "b/"
#8 1.290 --line-prefix <prefix>
#8 1.290 prepend an additional prefix to every line of output
#8 1.290 --no-prefix do not show any source or destination prefix
#8 1.290 --inter-hunk-context <n>
#8 1.290 show context between diff hunks up to the specified number of lines
#8 1.290 --output-indicator-new <char>
#8 1.290 specify the character to indicate a new line instead of '+'
#8 1.290 --output-indicator-old <char>
#8 1.290 specify the character to indicate an old line instead of '-'
#8 1.290 --output-indicator-context <char>
#8 1.290 specify the character to indicate a context instead of ' '
#8 1.290
#8 1.290 Diff rename options
#8 1.290 -B, --break-rewrites[=<n>[/<m>]]
#8 1.290 break complete rewrite changes into pairs of delete and create
#8 1.290 -M, --find-renames[=<n>]
#8 1.290 detect renames
#8 1.290 -D, --irreversible-delete
#8 1.290 omit the preimage for deletes
#8 1.290 -C, --find-copies[=<n>]
#8 1.290 detect copies
#8 1.290 --find-copies-harder use unmodified files as source to find copies
#8 1.290 --no-renames disable rename detection
#8 1.290 --rename-empty use empty blobs as rename source
#8 1.290 --follow continue listing the history of a file beyond renames
#8 1.290 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.290
#8 1.290 Diff algorithm options
#8 1.290 --minimal produce the smallest possible diff
#8 1.290 -w, --ignore-all-space
#8 1.290 ignore whitespace when comparing lines
#8 1.290 -b, --ignore-space-change
#8 1.290 ignore changes in amount of whitespace
#8 1.290 --ignore-space-at-eol
#8 1.290 ignore changes in whitespace at EOL
#8 1.290 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.290 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.290 -I, --ignore-matching-lines <regex>
#8 1.290 ignore changes whose all lines match <regex>
#8 1.290 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.290 --patience generate diff using the "patience diff" algorithm
#8 1.290 --histogram generate diff using the "histogram diff" algorithm
#8 1.290 --diff-algorithm <algorithm>
#8 1.290 choose a diff algorithm
#8 1.290 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.290 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.290 --word-diff-regex <regex>
#8 1.290 use <regex> to decide what a word is
#8 1.290 --color-words[=<regex>]
#8 1.290 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.290 --color-moved[=<mode>]
#8 1.290 moved lines of code are colored differently
#8 1.290 --color-moved-ws <mode>
#8 1.290 how white spaces are ignored in --color-moved
#8 1.290
#8 1.290 Other diff options
#8 1.290 --relative[=<prefix>]
#8 1.290 when run from subdir, exclude changes outside and show relative paths
#8 1.290 -a, --text treat all files as text
#8 1.290 -R swap two inputs, reverse the diff
#8 1.290 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.290 --quiet disable all output of the program
#8 1.290 --ext-diff allow an external diff helper to be executed
#8 1.290 --textconv run external text conversion filters when comparing binary files
#8 1.291 --ignore-submodules[=<when>]
#8 1.291 ignore changes to submodules in the diff generation
#8 1.291 --submodule[=<format>]
#8 1.291 specify how differences in submodules are shown
#8 1.291 --ita-invisible-in-index
#8 1.291 hide 'git add -N' entries from the index
#8 1.291 --ita-visible-in-index
#8 1.291 treat 'git add -N' entries as real in the index
#8 1.291 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.291 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.291 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.291 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.291 -O <file> control the order in which files appear in the output
#8 1.291 --rotate-to <path> show the change in the specified path first
#8 1.291 --skip-to <path> skip the output to the specified path
#8 1.291 --find-object <object-id>
#8 1.291 look for differences that change the number of occurrences of the specified object
#8 1.291 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.291 select files by diff type
#8 1.291 --output <file> output to a specific file
#8 1.291
#8 1.291 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP'
#8 1.291 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP'
#8 1.291 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/update'
#8 1.291 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/update'
#8 1.291 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/clean'
#8 1.291 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/clean'
#8 1.292 Makefile:188: warning: overriding recipe for target 'titan.ProtocolEmulations.SCCP/distclean'
#8 1.292 Makefile:185: warning: ignoring old recipe for target 'titan.ProtocolEmulations.SCCP/distclean'
#8 1.295 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.295 To add an exception for this directory, call:
#8 1.295
#8 1.295 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.301 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.301 To add an exception for this directory, call:
#8 1.301
#8 1.301 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.305 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.305 usage: git diff --no-index [<options>] <path> <path>
#8 1.305
#8 1.305 Diff output format options
#8 1.305 -p, --patch generate patch
#8 1.305 -s, --no-patch suppress diff output
#8 1.305 -u generate patch
#8 1.305 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.305 -W, --function-context
#8 1.305 generate diffs with <n> lines context
#8 1.305 --raw generate the diff in raw format
#8 1.305 --patch-with-raw synonym for '-p --raw'
#8 1.305 --patch-with-stat synonym for '-p --stat'
#8 1.305 --numstat machine friendly --stat
#8 1.305 --shortstat output only the last line of --stat
#8 1.305 -X, --dirstat[=<param1,param2>...]
#8 1.305 output the distribution of relative amount of changes for each sub-directory
#8 1.305 --cumulative synonym for --dirstat=cumulative
#8 1.305 --dirstat-by-file[=<param1,param2>...]
#8 1.305 synonym for --dirstat=files,param1,param2...
#8 1.305 --check warn if changes introduce conflict markers or whitespace errors
#8 1.305 --summary condensed summary such as creations, renames and mode changes
#8 1.305 --name-only show only names of changed files
#8 1.305 --name-status show only names and status of changed files
#8 1.305 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.305 generate diffstat
#8 1.305 --stat-width <width> generate diffstat with a given width
#8 1.305 --stat-name-width <width>
#8 1.305 generate diffstat with a given name width
#8 1.305 --stat-graph-width <width>
#8 1.305 generate diffstat with a given graph width
#8 1.305 --stat-count <count> generate diffstat with limited lines
#8 1.305 --compact-summary generate compact summary in diffstat
#8 1.305 --binary output a binary diff that can be applied
#8 1.305 --full-index show full pre- and post-image object names on the "index" lines
#8 1.305 --color[=<when>] show colored diff
#8 1.305 --ws-error-highlight <kind>
#8 1.305 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.305 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.305 --abbrev[=<n>] use <n> digits to display object names
#8 1.305 --src-prefix <prefix>
#8 1.305 show the given source prefix instead of "a/"
#8 1.305 --dst-prefix <prefix>
#8 1.305 show the given destination prefix instead of "b/"
#8 1.305 --line-prefix <prefix>
#8 1.305 prepend an additional prefix to every line of output
#8 1.305 --no-prefix do not show any source or destination prefix
#8 1.305 --inter-hunk-context <n>
#8 1.305 show context between diff hunks up to the specified number of lines
#8 1.305 --output-indicator-new <char>
#8 1.305 specify the character to indicate a new line instead of '+'
#8 1.305 --output-indicator-old <char>
#8 1.305 specify the character to indicate an old line instead of '-'
#8 1.305 --output-indicator-context <char>
#8 1.305 specify the character to indicate a context instead of ' '
#8 1.305
#8 1.305 Diff rename options
#8 1.305 -B, --break-rewrites[=<n>[/<m>]]
#8 1.305 break complete rewrite changes into pairs of delete and create
#8 1.305 -M, --find-renames[=<n>]
#8 1.305 detect renames
#8 1.305 -D, --irreversible-delete
#8 1.305 omit the preimage for deletes
#8 1.305 -C, --find-copies[=<n>]
#8 1.305 detect copies
#8 1.305 --find-copies-harder use unmodified files as source to find copies
#8 1.305 --no-renames disable rename detection
#8 1.305 --rename-empty use empty blobs as rename source
#8 1.305 --follow continue listing the history of a file beyond renames
#8 1.305 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.305
#8 1.305 Diff algorithm options
#8 1.305 --minimal produce the smallest possible diff
#8 1.305 -w, --ignore-all-space
#8 1.306 ignore whitespace when comparing lines
#8 1.306 -b, --ignore-space-change
#8 1.306 ignore changes in amount of whitespace
#8 1.306 --ignore-space-at-eol
#8 1.306 ignore changes in whitespace at EOL
#8 1.306 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.306 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.306 -I, --ignore-matching-lines <regex>
#8 1.306 ignore changes whose all lines match <regex>
#8 1.306 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.306 --patience generate diff using the "patience diff" algorithm
#8 1.306 --histogram generate diff using the "histogram diff" algorithm
#8 1.306 --diff-algorithm <algorithm>
#8 1.306 choose a diff algorithm
#8 1.306 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.306 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.306 --word-diff-regex <regex>
#8 1.306 use <regex> to decide what a word is
#8 1.306 --color-words[=<regex>]
#8 1.306 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.306 --color-moved[=<mode>]
#8 1.306 moved lines of code are colored differently
#8 1.306 --color-moved-ws <mode>
#8 1.306 how white spaces are ignored in --color-moved
#8 1.306
#8 1.306 Other diff options
#8 1.306 --relative[=<prefix>]
#8 1.306 when run from subdir, exclude changes outside and show relative paths
#8 1.306 -a, --text treat all files as text
#8 1.306 -R swap two inputs, reverse the diff
#8 1.306 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.306 --quiet disable all output of the program
#8 1.306 --ext-diff allow an external diff helper to be executed
#8 1.306 --textconv run external text conversion filters when comparing binary files
#8 1.306 --ignore-submodules[=<when>]
#8 1.306 ignore changes to submodules in the diff generation
#8 1.306 --submodule[=<format>]
#8 1.306 specify how differences in submodules are shown
#8 1.306 --ita-invisible-in-index
#8 1.306 hide 'git add -N' entries from the index
#8 1.306 --ita-visible-in-index
#8 1.306 treat 'git add -N' entries as real in the index
#8 1.306 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.306 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.306 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.306 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.306 -O <file> control the order in which files appear in the output
#8 1.306 --rotate-to <path> show the change in the specified path first
#8 1.306 --skip-to <path> skip the output to the specified path
#8 1.306 --find-object <object-id>
#8 1.306 look for differences that change the number of occurrences of the specified object
#8 1.306 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.306 select files by diff type
#8 1.306 --output <file> output to a specific file
#8 1.306
#8 1.310 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.310 To add an exception for this directory, call:
#8 1.310
#8 1.310 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.316 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.316 To add an exception for this directory, call:
#8 1.316
#8 1.316 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.320 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.320 usage: git diff --no-index [<options>] <path> <path>
#8 1.320
#8 1.320 Diff output format options
#8 1.320 -p, --patch generate patch
#8 1.320 -s, --no-patch suppress diff output
#8 1.320 -u generate patch
#8 1.320 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.320 -W, --function-context
#8 1.320 generate diffs with <n> lines context
#8 1.320 --raw generate the diff in raw format
#8 1.320 --patch-with-raw synonym for '-p --raw'
#8 1.320 --patch-with-stat synonym for '-p --stat'
#8 1.320 --numstat machine friendly --stat
#8 1.320 --shortstat output only the last line of --stat
#8 1.320 -X, --dirstat[=<param1,param2>...]
#8 1.320 output the distribution of relative amount of changes for each sub-directory
#8 1.320 --cumulative synonym for --dirstat=cumulative
#8 1.320 --dirstat-by-file[=<param1,param2>...]
#8 1.320 synonym for --dirstat=files,param1,param2...
#8 1.320 --check warn if changes introduce conflict markers or whitespace errors
#8 1.320 --summary condensed summary such as creations, renames and mode changes
#8 1.320 --name-only show only names of changed files
#8 1.320 --name-status show only names and status of changed files
#8 1.320 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.320 generate diffstat
#8 1.320 --stat-width <width> generate diffstat with a given width
#8 1.320 --stat-name-width <width>
#8 1.320 generate diffstat with a given name width
#8 1.320 --stat-graph-width <width>
#8 1.320 generate diffstat with a given graph width
#8 1.320 --stat-count <count> generate diffstat with limited lines
#8 1.320 --compact-summary generate compact summary in diffstat
#8 1.320 --binary output a binary diff that can be applied
#8 1.320 --full-index show full pre- and post-image object names on the "index" lines
#8 1.320 --color[=<when>] show colored diff
#8 1.320 --ws-error-highlight <kind>
#8 1.320 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.320 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.320 --abbrev[=<n>] use <n> digits to display object names
#8 1.320 --src-prefix <prefix>
#8 1.320 show the given source prefix instead of "a/"
#8 1.320 --dst-prefix <prefix>
#8 1.320 show the given destination prefix instead of "b/"
#8 1.320 --line-prefix <prefix>
#8 1.320 prepend an additional prefix to every line of output
#8 1.320 --no-prefix do not show any source or destination prefix
#8 1.320 --inter-hunk-context <n>
#8 1.320 show context between diff hunks up to the specified number of lines
#8 1.320 --output-indicator-new <char>
#8 1.320 specify the character to indicate a new line instead of '+'
#8 1.320 --output-indicator-old <char>
#8 1.320 specify the character to indicate an old line instead of '-'
#8 1.320 --output-indicator-context <char>
#8 1.320 specify the character to indicate a context instead of ' '
#8 1.320
#8 1.320 Diff rename options
#8 1.320 -B, --break-rewrites[=<n>[/<m>]]
#8 1.320 break complete rewrite changes into pairs of delete and create
#8 1.320 -M, --find-renames[=<n>]
#8 1.320 detect renames
#8 1.320 -D, --irreversible-delete
#8 1.320 omit the preimage for deletes
#8 1.320 -C, --find-copies[=<n>]
#8 1.320 detect copies
#8 1.320 --find-copies-harder use unmodified files as source to find copies
#8 1.320 --no-renames disable rename detection
#8 1.320 --rename-empty use empty blobs as rename source
#8 1.320 --follow continue listing the history of a file beyond renames
#8 1.320 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.320
#8 1.320 Diff algorithm options
#8 1.320 --minimal produce the smallest possible diff
#8 1.320 -w, --ignore-all-space
#8 1.320 ignore whitespace when comparing lines
#8 1.320 -b, --ignore-space-change
#8 1.320 ignore changes in amount of whitespace
#8 1.320 --ignore-space-at-eol
#8 1.320 ignore changes in whitespace at EOL
#8 1.320 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.320 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.320 -I, --ignore-matching-lines <regex>
#8 1.320 ignore changes whose all lines match <regex>
#8 1.320 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.320 --patience generate diff using the "patience diff" algorithm
#8 1.320 --histogram generate diff using the "histogram diff" algorithm
#8 1.321 --diff-algorithm <algorithm>
#8 1.321 choose a diff algorithm
#8 1.321 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.321 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.321 --word-diff-regex <regex>
#8 1.321 use <regex> to decide what a word is
#8 1.321 --color-words[=<regex>]
#8 1.321 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.321 --color-moved[=<mode>]
#8 1.321 moved lines of code are colored differently
#8 1.321 --color-moved-ws <mode>
#8 1.321 how white spaces are ignored in --color-moved
#8 1.321
#8 1.321 Other diff options
#8 1.321 --relative[=<prefix>]
#8 1.321 when run from subdir, exclude changes outside and show relative paths
#8 1.321 -a, --text treat all files as text
#8 1.321 -R swap two inputs, reverse the diff
#8 1.321 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.321 --quiet disable all output of the program
#8 1.321 --ext-diff allow an external diff helper to be executed
#8 1.321 --textconv run external text conversion filters when comparing binary files
#8 1.321 --ignore-submodules[=<when>]
#8 1.321 ignore changes to submodules in the diff generation
#8 1.321 --submodule[=<format>]
#8 1.321 specify how differences in submodules are shown
#8 1.321 --ita-invisible-in-index
#8 1.321 hide 'git add -N' entries from the index
#8 1.321 --ita-visible-in-index
#8 1.321 treat 'git add -N' entries as real in the index
#8 1.321 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.321 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.321 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.321 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.321 -O <file> control the order in which files appear in the output
#8 1.321 --rotate-to <path> show the change in the specified path first
#8 1.321 --skip-to <path> skip the output to the specified path
#8 1.321 --find-object <object-id>
#8 1.321 look for differences that change the number of occurrences of the specified object
#8 1.321 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.321 select files by diff type
#8 1.321 --output <file> output to a specific file
#8 1.321
#8 1.325 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.325 To add an exception for this directory, call:
#8 1.325
#8 1.325 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.331 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.331 To add an exception for this directory, call:
#8 1.331
#8 1.331 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.335 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.335 usage: git diff --no-index [<options>] <path> <path>
#8 1.335
#8 1.335 Diff output format options
#8 1.335 -p, --patch generate patch
#8 1.335 -s, --no-patch suppress diff output
#8 1.335 -u generate patch
#8 1.335 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.335 -W, --function-context
#8 1.335 generate diffs with <n> lines context
#8 1.335 --raw generate the diff in raw format
#8 1.335 --patch-with-raw synonym for '-p --raw'
#8 1.335 --patch-with-stat synonym for '-p --stat'
#8 1.335 --numstat machine friendly --stat
#8 1.335 --shortstat output only the last line of --stat
#8 1.335 -X, --dirstat[=<param1,param2>...]
#8 1.335 output the distribution of relative amount of changes for each sub-directory
#8 1.335 --cumulative synonym for --dirstat=cumulative
#8 1.335 --dirstat-by-file[=<param1,param2>...]
#8 1.335 synonym for --dirstat=files,param1,param2...
#8 1.335 --check warn if changes introduce conflict markers or whitespace errors
#8 1.335 --summary condensed summary such as creations, renames and mode changes
#8 1.335 --name-only show only names of changed files
#8 1.335 --name-status show only names and status of changed files
#8 1.335 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.335 generate diffstat
#8 1.335 --stat-width <width> generate diffstat with a given width
#8 1.335 --stat-name-width <width>
#8 1.335 generate diffstat with a given name width
#8 1.335 --stat-graph-width <width>
#8 1.335 generate diffstat with a given graph width
#8 1.335 --stat-count <count> generate diffstat with limited lines
#8 1.335 --compact-summary generate compact summary in diffstat
#8 1.335 --binary output a binary diff that can be applied
#8 1.335 --full-index show full pre- and post-image object names on the "index" lines
#8 1.335 --color[=<when>] show colored diff
#8 1.335 --ws-error-highlight <kind>
#8 1.335 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.335 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.335 --abbrev[=<n>] use <n> digits to display object names
#8 1.335 --src-prefix <prefix>
#8 1.335 show the given source prefix instead of "a/"
#8 1.335 --dst-prefix <prefix>
#8 1.335 show the given destination prefix instead of "b/"
#8 1.335 --line-prefix <prefix>
#8 1.335 prepend an additional prefix to every line of output
#8 1.335 --no-prefix do not show any source or destination prefix
#8 1.335 --inter-hunk-context <n>
#8 1.335 show context between diff hunks up to the specified number of lines
#8 1.335 --output-indicator-new <char>
#8 1.335 specify the character to indicate a new line instead of '+'
#8 1.335 --output-indicator-old <char>
#8 1.335 specify the character to indicate an old line instead of '-'
#8 1.335 --output-indicator-context <char>
#8 1.335 specify the character to indicate a context instead of ' '
#8 1.335
#8 1.335 Diff rename options
#8 1.335 -B, --break-rewrites[=<n>[/<m>]]
#8 1.335 break complete rewrite changes into pairs of delete and create
#8 1.335 -M, --find-renames[=<n>]
#8 1.335 detect renames
#8 1.335 -D, --irreversible-delete
#8 1.335 omit the preimage for deletes
#8 1.335 -C, --find-copies[=<n>]
#8 1.335 detect copies
#8 1.335 --find-copies-harder use unmodified files as source to find copies
#8 1.335 --no-renames disable rename detection
#8 1.335 --rename-empty use empty blobs as rename source
#8 1.335 --follow continue listing the history of a file beyond renames
#8 1.335 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.335
#8 1.335 Diff algorithm options
#8 1.335 --minimal produce the smallest possible diff
#8 1.335 -w, --ignore-all-space
#8 1.335 ignore whitespace when comparing lines
#8 1.335 -b, --ignore-space-change
#8 1.335 ignore changes in amount of whitespace
#8 1.335 --ignore-space-at-eol
#8 1.335 ignore changes in whitespace at EOL
#8 1.335 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.335 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.335 -I, --ignore-matching-lines <regex>
#8 1.335 ignore changes whose all lines match <regex>
#8 1.335 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.335 --patience generate diff using the "patience diff" algorithm
#8 1.335 --histogram generate diff using the "histogram diff" algorithm
#8 1.335 --diff-algorithm <algorithm>
#8 1.335 choose a diff algorithm
#8 1.335 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.335 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.335 --word-diff-regex <regex>
#8 1.335 use <regex> to decide what a word is
#8 1.335 --color-words[=<regex>]
#8 1.335 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.335 --color-moved[=<mode>]
#8 1.335 moved lines of code are colored differently
#8 1.335 --color-moved-ws <mode>
#8 1.335 how white spaces are ignored in --color-moved
#8 1.335
#8 1.335 Other diff options
#8 1.335 --relative[=<prefix>]
#8 1.335 when run from subdir, exclude changes outside and show relative paths
#8 1.335 -a, --text treat all files as text
#8 1.335 -R swap two inputs, reverse the diff
#8 1.335 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.335 --quiet disable all output of the program
#8 1.335 --ext-diff allow an external diff helper to be executed
#8 1.335 --textconv run external text conversion filters when comparing binary files
#8 1.335 --ignore-submodules[=<when>]
#8 1.335 ignore changes to submodules in the diff generation
#8 1.335 --submodule[=<format>]
#8 1.335 specify how differences in submodules are shown
#8 1.335 --ita-invisible-in-index
#8 1.335 hide 'git add -N' entries from the index
#8 1.335 --ita-visible-in-index
#8 1.335 treat 'git add -N' entries as real in the index
#8 1.335 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.335 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.335 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.335 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.335 -O <file> control the order in which files appear in the output
#8 1.335 --rotate-to <path> show the change in the specified path first
#8 1.335 --skip-to <path> skip the output to the specified path
#8 1.335 --find-object <object-id>
#8 1.335 look for differences that change the number of occurrences of the specified object
#8 1.335 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.335 select files by diff type
#8 1.335 --output <file> output to a specific file
#8 1.335
#8 1.340 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.340 To add an exception for this directory, call:
#8 1.340
#8 1.340 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.345 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.345 To add an exception for this directory, call:
#8 1.345
#8 1.345 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.349 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.349 usage: git diff --no-index [<options>] <path> <path>
#8 1.349
#8 1.349 Diff output format options
#8 1.349 -p, --patch generate patch
#8 1.349 -s, --no-patch suppress diff output
#8 1.349 -u generate patch
#8 1.349 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.349 -W, --function-context
#8 1.349 generate diffs with <n> lines context
#8 1.349 --raw generate the diff in raw format
#8 1.349 --patch-with-raw synonym for '-p --raw'
#8 1.349 --patch-with-stat synonym for '-p --stat'
#8 1.349 --numstat machine friendly --stat
#8 1.349 --shortstat output only the last line of --stat
#8 1.349 -X, --dirstat[=<param1,param2>...]
#8 1.349 output the distribution of relative amount of changes for each sub-directory
#8 1.349 --cumulative synonym for --dirstat=cumulative
#8 1.349 --dirstat-by-file[=<param1,param2>...]
#8 1.349 synonym for --dirstat=files,param1,param2...
#8 1.349 --check warn if changes introduce conflict markers or whitespace errors
#8 1.349 --summary condensed summary such as creations, renames and mode changes
#8 1.349 --name-only show only names of changed files
#8 1.349 --name-status show only names and status of changed files
#8 1.349 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.349 generate diffstat
#8 1.349 --stat-width <width> generate diffstat with a given width
#8 1.349 --stat-name-width <width>
#8 1.349 generate diffstat with a given name width
#8 1.349 --stat-graph-width <width>
#8 1.349 generate diffstat with a given graph width
#8 1.349 --stat-count <count> generate diffstat with limited lines
#8 1.349 --compact-summary generate compact summary in diffstat
#8 1.349 --binary output a binary diff that can be applied
#8 1.349 --full-index show full pre- and post-image object names on the "index" lines
#8 1.349 --color[=<when>] show colored diff
#8 1.349 --ws-error-highlight <kind>
#8 1.349 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.349 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.349 --abbrev[=<n>] use <n> digits to display object names
#8 1.349 --src-prefix <prefix>
#8 1.349 show the given source prefix instead of "a/"
#8 1.349 --dst-prefix <prefix>
#8 1.349 show the given destination prefix instead of "b/"
#8 1.349 --line-prefix <prefix>
#8 1.349 prepend an additional prefix to every line of output
#8 1.349 --no-prefix do not show any source or destination prefix
#8 1.349 --inter-hunk-context <n>
#8 1.349 show context between diff hunks up to the specified number of lines
#8 1.349 --output-indicator-new <char>
#8 1.349 specify the character to indicate a new line instead of '+'
#8 1.349 --output-indicator-old <char>
#8 1.349 specify the character to indicate an old line instead of '-'
#8 1.349 --output-indicator-context <char>
#8 1.349 specify the character to indicate a context instead of ' '
#8 1.349
#8 1.349 Diff rename options
#8 1.349 -B, --break-rewrites[=<n>[/<m>]]
#8 1.349 break complete rewrite changes into pairs of delete and create
#8 1.349 -M, --find-renames[=<n>]
#8 1.349 detect renames
#8 1.349 -D, --irreversible-delete
#8 1.349 omit the preimage for deletes
#8 1.349 -C, --find-copies[=<n>]
#8 1.350 detect copies
#8 1.350 --find-copies-harder use unmodified files as source to find copies
#8 1.350 --no-renames disable rename detection
#8 1.350 --rename-empty use empty blobs as rename source
#8 1.350 --follow continue listing the history of a file beyond renames
#8 1.350 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.350
#8 1.350 Diff algorithm options
#8 1.350 --minimal produce the smallest possible diff
#8 1.350 -w, --ignore-all-space
#8 1.350 ignore whitespace when comparing lines
#8 1.350 -b, --ignore-space-change
#8 1.350 ignore changes in amount of whitespace
#8 1.350 --ignore-space-at-eol
#8 1.350 ignore changes in whitespace at EOL
#8 1.350 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.350 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.350 -I, --ignore-matching-lines <regex>
#8 1.350 ignore changes whose all lines match <regex>
#8 1.350 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.350 --patience generate diff using the "patience diff" algorithm
#8 1.350 --histogram generate diff using the "histogram diff" algorithm
#8 1.350 --diff-algorithm <algorithm>
#8 1.350 choose a diff algorithm
#8 1.350 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.350 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.350 --word-diff-regex <regex>
#8 1.350 use <regex> to decide what a word is
#8 1.350 --color-words[=<regex>]
#8 1.350 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.350 --color-moved[=<mode>]
#8 1.350 moved lines of code are colored differently
#8 1.350 --color-moved-ws <mode>
#8 1.350 how white spaces are ignored in --color-moved
#8 1.350
#8 1.350 Other diff options
#8 1.350 --relative[=<prefix>]
#8 1.350 when run from subdir, exclude changes outside and show relative paths
#8 1.350 -a, --text treat all files as text
#8 1.350 -R swap two inputs, reverse the diff
#8 1.350 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.350 --quiet disable all output of the program
#8 1.350 --ext-diff allow an external diff helper to be executed
#8 1.350 --textconv run external text conversion filters when comparing binary files
#8 1.350 --ignore-submodules[=<when>]
#8 1.350 ignore changes to submodules in the diff generation
#8 1.350 --submodule[=<format>]
#8 1.350 specify how differences in submodules are shown
#8 1.350 --ita-invisible-in-index
#8 1.350 hide 'git add -N' entries from the index
#8 1.350 --ita-visible-in-index
#8 1.350 treat 'git add -N' entries as real in the index
#8 1.350 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.350 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.350 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.350 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.350 -O <file> control the order in which files appear in the output
#8 1.350 --rotate-to <path> show the change in the specified path first
#8 1.350 --skip-to <path> skip the output to the specified path
#8 1.350 --find-object <object-id>
#8 1.350 look for differences that change the number of occurrences of the specified object
#8 1.350 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.350 select files by diff type
#8 1.350 --output <file> output to a specific file
#8 1.350
#8 1.354 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.354 To add an exception for this directory, call:
#8 1.354
#8 1.354 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.360 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.360 To add an exception for this directory, call:
#8 1.360
#8 1.360 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.364 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.364 usage: git diff --no-index [<options>] <path> <path>
#8 1.364
#8 1.364 Diff output format options
#8 1.364 -p, --patch generate patch
#8 1.364 -s, --no-patch suppress diff output
#8 1.364 -u generate patch
#8 1.364 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.364 -W, --function-context
#8 1.364 generate diffs with <n> lines context
#8 1.364 --raw generate the diff in raw format
#8 1.364 --patch-with-raw synonym for '-p --raw'
#8 1.364 --patch-with-stat synonym for '-p --stat'
#8 1.364 --numstat machine friendly --stat
#8 1.364 --shortstat output only the last line of --stat
#8 1.364 -X, --dirstat[=<param1,param2>...]
#8 1.364 output the distribution of relative amount of changes for each sub-directory
#8 1.364 --cumulative synonym for --dirstat=cumulative
#8 1.364 --dirstat-by-file[=<param1,param2>...]
#8 1.364 synonym for --dirstat=files,param1,param2...
#8 1.364 --check warn if changes introduce conflict markers or whitespace errors
#8 1.364 --summary condensed summary such as creations, renames and mode changes
#8 1.364 --name-only show only names of changed files
#8 1.364 --name-status show only names and status of changed files
#8 1.364 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.364 generate diffstat
#8 1.364 --stat-width <width> generate diffstat with a given width
#8 1.364 --stat-name-width <width>
#8 1.364 generate diffstat with a given name width
#8 1.364 --stat-graph-width <width>
#8 1.364 generate diffstat with a given graph width
#8 1.364 --stat-count <count> generate diffstat with limited lines
#8 1.364 --compact-summary generate compact summary in diffstat
#8 1.364 --binary output a binary diff that can be applied
#8 1.364 --full-index show full pre- and post-image object names on the "index" lines
#8 1.364 --color[=<when>] show colored diff
#8 1.364 --ws-error-highlight <kind>
#8 1.364 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.364 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.364 --abbrev[=<n>] use <n> digits to display object names
#8 1.364 --src-prefix <prefix>
#8 1.364 show the given source prefix instead of "a/"
#8 1.364 --dst-prefix <prefix>
#8 1.364 show the given destination prefix instead of "b/"
#8 1.364 --line-prefix <prefix>
#8 1.364 prepend an additional prefix to every line of output
#8 1.364 --no-prefix do not show any source or destination prefix
#8 1.364 --inter-hunk-context <n>
#8 1.364 show context between diff hunks up to the specified number of lines
#8 1.364 --output-indicator-new <char>
#8 1.364 specify the character to indicate a new line instead of '+'
#8 1.364 --output-indicator-old <char>
#8 1.364 specify the character to indicate an old line instead of '-'
#8 1.364 --output-indicator-context <char>
#8 1.364 specify the character to indicate a context instead of ' '
#8 1.364
#8 1.364 Diff rename options
#8 1.364 -B, --break-rewrites[=<n>[/<m>]]
#8 1.364 break complete rewrite changes into pairs of delete and create
#8 1.364 -M, --find-renames[=<n>]
#8 1.364 detect renames
#8 1.364 -D, --irreversible-delete
#8 1.364 omit the preimage for deletes
#8 1.364 -C, --find-copies[=<n>]
#8 1.364 detect copies
#8 1.364 --find-copies-harder use unmodified files as source to find copies
#8 1.364 --no-renames disable rename detection
#8 1.364 --rename-empty use empty blobs as rename source
#8 1.364 --follow continue listing the history of a file beyond renames
#8 1.364 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.364
#8 1.364 Diff algorithm options
#8 1.364 --minimal produce the smallest possible diff
#8 1.364 -w, --ignore-all-space
#8 1.364 ignore whitespace when comparing lines
#8 1.364 -b, --ignore-space-change
#8 1.364 ignore changes in amount of whitespace
#8 1.364 --ignore-space-at-eol
#8 1.364 ignore changes in whitespace at EOL
#8 1.364 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.364 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.364 -I, --ignore-matching-lines <regex>
#8 1.364 ignore changes whose all lines match <regex>
#8 1.364 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.364 --patience generate diff using the "patience diff" algorithm
#8 1.364 --histogram generate diff using the "histogram diff" algorithm
#8 1.364 --diff-algorithm <algorithm>
#8 1.364 choose a diff algorithm
#8 1.364 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.364 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.364 --word-diff-regex <regex>
#8 1.364 use <regex> to decide what a word is
#8 1.364 --color-words[=<regex>]
#8 1.364 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.364 --color-moved[=<mode>]
#8 1.364 moved lines of code are colored differently
#8 1.364 --color-moved-ws <mode>
#8 1.364 how white spaces are ignored in --color-moved
#8 1.364
#8 1.364 Other diff options
#8 1.364 --relative[=<prefix>]
#8 1.364 when run from subdir, exclude changes outside and show relative paths
#8 1.364 -a, --text treat all files as text
#8 1.364 -R swap two inputs, reverse the diff
#8 1.364 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.364 --quiet disable all output of the program
#8 1.364 --ext-diff allow an external diff helper to be executed
#8 1.364 --textconv run external text conversion filters when comparing binary files
#8 1.364 --ignore-submodules[=<when>]
#8 1.364 ignore changes to submodules in the diff generation
#8 1.364 --submodule[=<format>]
#8 1.364 specify how differences in submodules are shown
#8 1.364 --ita-invisible-in-index
#8 1.364 hide 'git add -N' entries from the index
#8 1.364 --ita-visible-in-index
#8 1.364 treat 'git add -N' entries as real in the index
#8 1.364 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.364 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.364 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.364 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.364 -O <file> control the order in which files appear in the output
#8 1.364 --rotate-to <path> show the change in the specified path first
#8 1.364 --skip-to <path> skip the output to the specified path
#8 1.364 --find-object <object-id>
#8 1.364 look for differences that change the number of occurrences of the specified object
#8 1.364 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.364 select files by diff type
#8 1.364 --output <file> output to a specific file
#8 1.365
#8 1.369 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.369 To add an exception for this directory, call:
#8 1.369
#8 1.369 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.375 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.375 To add an exception for this directory, call:
#8 1.375
#8 1.375 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.379 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.379 usage: git diff --no-index [<options>] <path> <path>
#8 1.379
#8 1.379 Diff output format options
#8 1.379 -p, --patch generate patch
#8 1.379 -s, --no-patch suppress diff output
#8 1.379 -u generate patch
#8 1.379 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.379 -W, --function-context
#8 1.379 generate diffs with <n> lines context
#8 1.379 --raw generate the diff in raw format
#8 1.379 --patch-with-raw synonym for '-p --raw'
#8 1.379 --patch-with-stat synonym for '-p --stat'
#8 1.379 --numstat machine friendly --stat
#8 1.379 --shortstat output only the last line of --stat
#8 1.379 -X, --dirstat[=<param1,param2>...]
#8 1.379 output the distribution of relative amount of changes for each sub-directory
#8 1.379 --cumulative synonym for --dirstat=cumulative
#8 1.379 --dirstat-by-file[=<param1,param2>...]
#8 1.379 synonym for --dirstat=files,param1,param2...
#8 1.379 --check warn if changes introduce conflict markers or whitespace errors
#8 1.379 --summary condensed summary such as creations, renames and mode changes
#8 1.379 --name-only show only names of changed files
#8 1.379 --name-status show only names and status of changed files
#8 1.379 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.379 generate diffstat
#8 1.379 --stat-width <width> generate diffstat with a given width
#8 1.379 --stat-name-width <width>
#8 1.379 generate diffstat with a given name width
#8 1.379 --stat-graph-width <width>
#8 1.379 generate diffstat with a given graph width
#8 1.379 --stat-count <count> generate diffstat with limited lines
#8 1.379 --compact-summary generate compact summary in diffstat
#8 1.379 --binary output a binary diff that can be applied
#8 1.379 --full-index show full pre- and post-image object names on the "index" lines
#8 1.379 --color[=<when>] show colored diff
#8 1.379 --ws-error-highlight <kind>
#8 1.379 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.379 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.379 --abbrev[=<n>] use <n> digits to display object names
#8 1.379 --src-prefix <prefix>
#8 1.379 show the given source prefix instead of "a/"
#8 1.379 --dst-prefix <prefix>
#8 1.379 show the given destination prefix instead of "b/"
#8 1.379 --line-prefix <prefix>
#8 1.379 prepend an additional prefix to every line of output
#8 1.379 --no-prefix do not show any source or destination prefix
#8 1.379 --inter-hunk-context <n>
#8 1.379 show context between diff hunks up to the specified number of lines
#8 1.379 --output-indicator-new <char>
#8 1.379 specify the character to indicate a new line instead of '+'
#8 1.379 --output-indicator-old <char>
#8 1.379 specify the character to indicate an old line instead of '-'
#8 1.379 --output-indicator-context <char>
#8 1.379 specify the character to indicate a context instead of ' '
#8 1.379
#8 1.379 Diff rename options
#8 1.379 -B, --break-rewrites[=<n>[/<m>]]
#8 1.379 break complete rewrite changes into pairs of delete and create
#8 1.379 -M, --find-renames[=<n>]
#8 1.379 detect renames
#8 1.379 -D, --irreversible-delete
#8 1.379 omit the preimage for deletes
#8 1.379 -C, --find-copies[=<n>]
#8 1.379 detect copies
#8 1.379 --find-copies-harder use unmodified files as source to find copies
#8 1.379 --no-renames disable rename detection
#8 1.379 --rename-empty use empty blobs as rename source
#8 1.379 --follow continue listing the history of a file beyond renames
#8 1.379 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.379
#8 1.379 Diff algorithm options
#8 1.379 --minimal produce the smallest possible diff
#8 1.379 -w, --ignore-all-space
#8 1.379 ignore whi
#8 1.379 [output clipped, log limit 200KiB/s reached]
#8 1.383 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.383 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.384 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.384 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.384 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.384 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.385 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.385 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.385 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.386 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.386 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.387 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.387 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.387 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.388 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.388 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.388 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.388 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.389 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.389 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.390 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.390 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.391 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.391 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.392 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.392 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.393 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.393 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.393 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.394 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.394 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.395 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.395 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.396 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.396 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.397 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.397 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.397 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.398 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.398 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.398 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.399 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.399 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.400 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.400 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.401 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.401 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.401 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.402 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.402 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.402 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.403 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.403 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.403 touch .make.deps
#8 1.407 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.408 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.409 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.411 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.534 (cd pcap-client && ./gen_links.sh && ./regen_makefile.sh)
#8 1.540 Linking TCCInterface_Functions.ttcn
#8 1.543 Linking TCCConversion_Functions.ttcn
#8 1.545 Linking TCCConversion.cc
#8 1.547 Linking TCCInterface.cc
#8 1.550 Linking TCCInterface_ip.h
#8 1.552 Linking TCCEncoding_Functions.ttcn
#8 1.554 Linking TCCEncoding.cc
#8 1.556 Linking Socket_API_Definitions.ttcn
#8 1.558 Linking IPL4asp_Functions.ttcn
#8 1.561 Linking IPL4asp_PT.cc
#8 1.562 Linking IPL4asp_PT.hh
#8 1.565 Linking IPL4asp_PortType.ttcn
#8 1.567 Linking IPL4asp_Types.ttcn
#8 1.569 Linking IPL4asp_discovery.cc
#8 1.571 Linking IPL4asp_protocol_L234.hh
#8 1.573 Linking TELNETasp_PT.cc
#8 1.575 Linking TELNETasp_PT.hh
#8 1.577 Linking TELNETasp_PortType.ttcn
#8 1.579 Linking Misc_Helpers.ttcn
#8 1.581 Linking General_Types.ttcn
#8 1.583 Linking GSM_Types.ttcn
#8 1.585 Linking Osmocom_Types.ttcn
#8 1.587 Linking Native_Functions.ttcn
#8 1.589 Linking Native_FunctionDefs.cc
#8 1.591 Linking Osmocom_VTY_Functions.ttcn
#8 1.593 Linking OPCAP_Types.ttcn
#8 1.595 Linking OPCAP_Templates.ttcn
#8 1.597 Linking OPCAP_CodecPort.ttcn
#8 1.600 Linking OPCAP_CodecPort_CtrlFunct.ttcn
#8 1.602 Linking OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.604 Linking OPCAP_Adapter.ttcn
#8 1.668 make -C pcap-client compile
#8 1.675 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.675 /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.726 touch compile
#8 1.727 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.727 make -j20 -C pcap-client
#8 1.729 make[1]: Entering directory '/osmo-ttcn3-hacks/pcap-client'
#8 1.740 Creating dependency file for TELNETasp_PT.cc
#8 1.740 Creating dependency file for TCCInterface.cc
#8 1.740 Creating dependency file for TCCEncoding.cc
#8 1.740 Creating dependency file for TCCConversion.cc
#8 1.741 Creating dependency file for OPCAP_CodecPort_CtrlFunctdef.cc
#8 1.741 Creating dependency file for Native_FunctionDefs.cc
#8 1.741 Creating dependency file for IPL4asp_discovery.cc
#8 1.741 Creating dependency file for IPL4asp_PT.cc
#8 1.761 Creating dependency file for TELNETasp_PortType_part_7.cc
#8 1.761 Creating dependency file for TELNETasp_PortType_part_6.cc
#8 1.761 Creating dependency file for TELNETasp_PortType_part_5.cc
#8 1.761 Creating dependency file for TELNETasp_PortType_part_4.cc
#8 1.762 Creating dependency file for TELNETasp_PortType_part_3.cc
#8 1.762 Creating dependency file for TELNETasp_PortType_part_2.cc
#8 1.762 Creating dependency file for TELNETasp_PortType_part_1.cc
#8 1.762 Creating dependency file for TCCInterface_Functions_part_7.cc
#8 1.762 Creating dependency file for TCCInterface_Functions_part_6.cc
#8 1.763 Creating dependency file for TCCInterface_Functions_part_5.cc
#8 1.763 Creating dependency file for TCCInterface_Functions_part_4.cc
#8 1.764 Creating dependency file for TCCInterface_Functions_part_3.cc
#8 1.764 Creating dependency file for TCCInterface_Functions_part_2.cc
#8 1.768 Creating dependency file for TCCInterface_Functions_part_1.cc
#8 1.768 Creating dependency file for TCCEncoding_Functions_part_7.cc
#8 1.768 Creating dependency file for TCCEncoding_Functions_part_6.cc
#8 1.768 Creating dependency file for TCCEncoding_Functions_part_5.cc
#8 1.770 Creating dependency file for TCCEncoding_Functions_part_4.cc
#8 1.770 Creating dependency file for TCCEncoding_Functions_part_3.cc
#8 1.771 Creating dependency file for TCCEncoding_Functions_part_2.cc
#8 1.771 Creating dependency file for TCCEncoding_Functions_part_1.cc
#8 1.772 Creating dependency file for TCCConversion_Functions_part_7.cc
#8 1.774 Creating dependency file for TCCConversion_Functions_part_6.cc
#8 1.774 Creating dependency file for TCCConversion_Functions_part_5.cc
#8 1.774 Creating dependency file for TCCConversion_Functions_part_4.cc
#8 1.778 Creating dependency file for TCCConversion_Functions_part_3.cc
#8 1.778 Creating dependency file for TCCConversion_Functions_part_2.cc
#8 1.778 Creating dependency file for TCCConversion_Functions_part_1.cc
#8 1.780 Creating dependency file for Socket_API_Definitions_part_7.cc
#8 1.780 Creating dependency file for Socket_API_Definitions_part_6.cc
#8 1.780 Creating dependency file for Socket_API_Definitions_part_5.cc
#8 1.781 Creating dependency file for Socket_API_Definitions_part_4.cc
#8 1.783 Creating dependency file for Socket_API_Definitions_part_3.cc
#8 1.784 Creating dependency file for Socket_API_Definitions_part_2.cc
#8 1.784 Creating dependency file for Socket_API_Definitions_part_1.cc
#8 1.785 Creating dependency file for Osmocom_VTY_Functions_part_7.cc
#8 1.785 Creating dependency file for Osmocom_VTY_Functions_part_6.cc
#8 1.786 Creating dependency file for Osmocom_VTY_Functions_part_5.cc
#8 1.791 Creating dependency file for Osmocom_VTY_Functions_part_4.cc
#8 1.792 Creating dependency file for Osmocom_VTY_Functions_part_2.cc
#8 1.792 Creating dependency file for Osmocom_VTY_Functions_part_3.cc
#8 1.792 Creating dependency file for Osmocom_Types_part_7.cc
#8 1.792 Creating dependency file for Osmocom_VTY_Functions_part_1.cc
#8 1.793 Creating dependency file for Osmocom_Types_part_6.cc
#8 1.795 Creating dependency file for Osmocom_Types_part_5.cc
#8 1.799 Creating dependency file for Osmocom_Types_part_4.cc
#8 1.799 Creating dependency file for Osmocom_Types_part_3.cc
#8 1.799 Creating dependency file for Osmocom_Types_part_2.cc
#8 1.800 Creating dependency file for Osmocom_Types_part_1.cc
#8 1.800 Creating dependency file for OPCAP_Types_part_7.cc
#8 1.802 Creating dependency file for OPCAP_Types_part_6.cc
#8 1.805 Creating dependency file for OPCAP_Types_part_5.cc
#8 1.806 Creating dependency file for OPCAP_Types_part_4.cc
#8 1.806 Creating dependency file for OPCAP_Types_part_3.cc
#8 1.807 Creating dependency file for OPCAP_Types_part_2.cc
#8 1.809 Creating dependency file for OPCAP_Types_part_1.cc
#8 1.809 Creating dependency file for OPCAP_Templates_part_7.cc
#8 1.813 Creating dependency file for OPCAP_Templates_part_6.cc
#8 1.813 Creating dependency file for OPCAP_Templates_part_5.cc
#8 1.813 Creating dependency file for OPCAP_Templates_part_4.cc
#8 1.817 Creating dependency file for OPCAP_Templates_part_3.cc
#8 1.817 Creating dependency file for OPCAP_Templates_part_2.cc
#8 1.820 Creating dependency file for OPCAP_Templates_part_1.cc
#8 1.820 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_7.cc
#8 1.820 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_6.cc
#8 1.820 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_5.cc
#8 1.822 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_4.cc
#8 1.823 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_3.cc
#8 1.825 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_2.cc
#8 1.826 Creating dependency file for OPCAP_CodecPort_CtrlFunct_part_1.cc
#8 1.827 Creating dependency file for OPCAP_CodecPort_part_7.cc
#8 1.827 Creating dependency file for OPCAP_CodecPort_part_6.cc
#8 1.829 Creating dependency file for OPCAP_CodecPort_part_5.cc
#8 1.830 Creating dependency file for OPCAP_CodecPort_part_4.cc
#8 1.830 Creating dependency file for OPCAP_CodecPort_part_3.cc
#8 1.831 Creating dependency file for OPCAP_CodecPort_part_2.cc
#8 1.831 Creating dependency file for OPCAP_CodecPort_part_1.cc
#8 1.831 Creating dependency file for OPCAP_CLIENT_Tests_part_7.cc
#8 1.832 Creating dependency file for OPCAP_CLIENT_Tests_part_6.cc
#8 1.833 Creating dependency file for OPCAP_CLIENT_Tests_part_5.cc
#8 1.834 Creating dependency file for OPCAP_CLIENT_Tests_part_4.cc
#8 1.834 Creating dependency file for OPCAP_CLIENT_Tests_part_3.cc
#8 1.836 Creating dependency file for OPCAP_CLIENT_Tests_part_2.cc
#8 1.836 Creating dependency file for OPCAP_CLIENT_Tests_part_1.cc
#8 1.836 Creating dependency file for OPCAP_Adapter_part_7.cc
#8 1.837 Creating dependency file for OPCAP_Adapter_part_6.cc
#8 1.837 Creating dependency file for OPCAP_Adapter_part_5.cc
#8 1.837 Creating dependency file for OPCAP_Adapter_part_4.cc
#8 1.838 Creating dependency file for OPCAP_Adapter_part_3.cc
#8 1.838 Creating dependency file for OPCAP_Adapter_part_2.cc
#8 1.839 Creating dependency file for OPCAP_Adapter_part_1.cc
#8 1.840 Creating dependency file for Native_Functions_part_7.cc
#8 1.840 Creating dependency file for Native_Functions_part_6.cc
#8 1.841 Creating dependency file for Native_Functions_part_5.cc
#8 1.841 Creating dependency file for Native_Functions_part_4.cc
#8 1.842 Creating dependency file for Native_Functions_part_3.cc
#8 1.842 Creating dependency file for Native_Functions_part_2.cc
#8 1.843 Creating dependency file for Native_Functions_part_1.cc
#8 1.843 Creating dependency file for Misc_Helpers_part_7.cc
#8 1.844 Creating dependency file for Misc_Helpers_part_6.cc
#8 1.844 Creating dependency file for Misc_Helpers_part_5.cc
#8 1.844 Creating dependency file for Misc_Helpers_part_4.cc
#8 1.845 Creating dependency file for Misc_Helpers_part_3.cc
#8 1.845 Creating dependency file for Misc_Helpers_part_2.cc
#8 1.845 Creating dependency file for Misc_Helpers_part_1.cc
#8 1.846 Creating dependency file for IPL4asp_Types_part_7.cc
#8 1.848 Creating dependency file for IPL4asp_Types_part_6.cc
#8 1.848 Creating dependency file for IPL4asp_Types_part_5.cc
#8 1.849 Creating dependency file for IPL4asp_Types_part_4.cc
#8 1.849 Creating dependency file for IPL4asp_Types_part_2.cc
#8 1.849 Creating dependency file for IPL4asp_Types_part_3.cc
#8 1.850 Creating dependency file for IPL4asp_Types_part_1.cc
#8 1.851 Creating dependency file for IPL4asp_PortType_part_7.cc
#8 1.851 Creating dependency file for IPL4asp_PortType_part_6.cc
#8 1.851 Creating dependency file for IPL4asp_PortType_part_5.cc
#8 1.852 Creating dependency file for IPL4asp_PortType_part_4.cc
#8 1.852 Creating dependency file for IPL4asp_PortType_part_3.cc
#8 1.852 Creating dependency file for IPL4asp_PortType_part_2.cc
#8 1.853 Creating dependency file for IPL4asp_PortType_part_1.cc
#8 1.853 Creating dependency file for IPL4asp_Functions_part_7.cc
#8 1.854 Creating dependency file for IPL4asp_Functions_part_6.cc
#8 1.854 Creating dependency file for IPL4asp_Functions_part_5.cc
#8 1.855 Creating dependency file for IPL4asp_Functions_part_4.cc
#8 1.855 Creating dependency file for IPL4asp_Functions_part_3.cc
#8 1.857 Creating dependency file for IPL4asp_Functions_part_2.cc
#8 1.859 Creating dependency file for IPL4asp_Functions_part_1.cc
#8 1.859 Creating dependency file for General_Types_part_7.cc
#8 1.860 Creating dependency file for General_Types_part_6.cc
#8 1.860 Creating dependency file for General_Types_part_5.cc
#8 1.860 Creating dependency file for General_Types_part_4.cc
#8 1.861 Creating dependency file for General_Types_part_3.cc
#8 1.862 Creating dependency file for General_Types_part_2.cc
#8 1.862 Creating dependency file for General_Types_part_1.cc
#8 1.863 Creating dependency file for GSM_Types_part_7.cc
#8 1.865 Creating dependency file for GSM_Types_part_6.cc
#8 1.866 Creating dependency file for GSM_Types_part_5.cc
#8 1.868 Creating dependency file for GSM_Types_part_4.cc
#8 1.869 Creating dependency file for GSM_Types_part_3.cc
#8 1.871 Creating dependency file for GSM_Types_part_2.cc
#8 1.871 Creating dependency file for GSM_Types_part_1.cc
#8 1.872 Creating dependency file for TELNETasp_PortType.cc
#8 1.872 Creating dependency file for TCCInterface_Functions.cc
#8 1.874 Creating dependency file for TCCEncoding_Functions.cc
#8 1.896 Creating dependency file for TCCConversion_Functions.cc
#8 1.904 Creating dependency file for Socket_API_Definitions.cc
#8 1.906 Creating dependency file for Osmocom_VTY_Functions.cc
#8 1.909 Creating dependency file for Osmocom_Types.cc
#8 1.913 Creating dependency file for OPCAP_Types.cc
#8 1.923 Creating dependency file for OPCAP_Templates.cc
#8 1.923 Creating dependency file for OPCAP_CodecPort_CtrlFunct.cc
#8 1.923 Creating dependency file for OPCAP_CodecPort.cc
#8 1.923 Creating dependency file for OPCAP_CLIENT_Tests.cc
#8 1.923 Creating dependency file for OPCAP_Adapter.cc
#8 1.924 Creating dependency file for Native_Functions.cc
#8 1.924 Creating dependency file for Misc_Helpers.cc
#8 1.925 Creating dependency file for IPL4asp_Types.cc
#8 1.930 Creating dependency file for IPL4asp_PortType.cc
#8 1.930 Creating dependency file for IPL4asp_Functions.cc
#8 1.931 Creating dependency file for General_Types.cc
#8 1.932 Creating dependency file for GSM_Types.cc
#8 2.017 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.017 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.017 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.017 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.017 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.017 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.017 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.017 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.018 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.018 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.019 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.019 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.019 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.020 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.020 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.020 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.021 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.021 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.021 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.035 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.524 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.595 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.659 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.667 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.682 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.696 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.701 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.711 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.712 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.724 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.801 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.806 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.818 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.825 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.834 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.846 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.848 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.862 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.863 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.878 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.878 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.880 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.893 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.894 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.904 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.909 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.910 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.910 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.924 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.925 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.925 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 2.926 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 2.947 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 2.974 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.017 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.023 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.041 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.041 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.058 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.058 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.075 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.082 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.090 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.091 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.099 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.107 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.107 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.123 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.123 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.125 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.139 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.140 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.142 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.156 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.156 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.158 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.171 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.172 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.173 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.187 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.200 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.200 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.204 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.216 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.216 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.221 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.233 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.237 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.237 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.249 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.253 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.265 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.268 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.270 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.284 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.287 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.296 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.300 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.302 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.312 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.318 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.327 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.333 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.334 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.343 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.349 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.351 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.367 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.396 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.428 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.444 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.453 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.460 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.467 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.492 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.493 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.503 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.508 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.509 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.524 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.525 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.532 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.540 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.540 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.548 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.556 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.563 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.564 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.566 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.607 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.613 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.657 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.671 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.675 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.692 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.693 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.710 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.711 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.718 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.728 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.736 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.736 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.746 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.750 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.753 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.769 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.773 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.785 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.785 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.787 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.801 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.801 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.802 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.802 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.817 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.817 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.819 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.836 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.853 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.871 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.889 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.906 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.932 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.938 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 3.954 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.030 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.038 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.109 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.141 g++ -shared -o GSM_Types.so GSM_Types.o
#8 4.196 g++ -shared -o General_Types.so General_Types.o
#8 4.204 g++ -shared -o IPL4asp_Functions.so IPL4asp_Functions.o
#8 4.206 g++ -shared -o IPL4asp_PortType.so IPL4asp_PortType.o
#8 4.247 g++ -shared -o IPL4asp_Types.so IPL4asp_Types.o
#8 4.269 g++ -shared -o Misc_Helpers.so Misc_Helpers.o
#8 4.275 g++ -shared -o Native_Functions.so Native_Functions.o
#8 4.337 g++ -shared -o OPCAP_Adapter.so OPCAP_Adapter.o
#8 4.339 g++ -shared -o OPCAP_CLIENT_Tests.so OPCAP_CLIENT_Tests.o
#8 4.346 g++ -shared -o OPCAP_CodecPort.so OPCAP_CodecPort.o
#8 4.350 g++ -shared -o OPCAP_CodecPort_CtrlFunct.so OPCAP_CodecPort_CtrlFunct.o
#8 4.416 g++ -shared -o OPCAP_Templates.so OPCAP_Templates.o
#8 4.425 g++ -shared -o OPCAP_Types.so OPCAP_Types.o
#8 4.427 g++ -shared -o Osmocom_Types.so Osmocom_Types.o
#8 4.428 g++ -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o
#8 4.501 g++ -shared -o Socket_API_Definitions.so Socket_API_Definitions.o
#8 4.504 g++ -shared -o TCCConversion_Functions.so TCCConversion_Functions.o
#8 4.508 g++ -shared -o TCCEncoding_Functions.so TCCEncoding_Functions.o
#8 4.510 g++ -shared -o TCCInterface_Functions.so TCCInterface_Functions.o
#8 4.512 g++ -shared -o TELNETasp_PortType.so TELNETasp_PortType.o
#8 4.513 g++ -shared -o GSM_Types_part_1.so GSM_Types_part_1.o
#8 4.547 g++ -shared -o GSM_Types_part_2.so GSM_Types_part_2.o
#8 4.551 g++ -shared -o GSM_Types_part_3.so GSM_Types_part_3.o
#8 4.592 g++ -shared -o GSM_Types_part_4.so GSM_Types_part_4.o
#8 4.599 g++ -shared -o GSM_Types_part_5.so GSM_Types_part_5.o
#8 4.600 g++ -shared -o GSM_Types_part_6.so GSM_Types_part_6.o
#8 4.607 g++ -shared -o GSM_Types_part_7.so GSM_Types_part_7.o
#8 4.608 g++ -shared -o General_Types_part_1.so General_Types_part_1.o
#8 4.612 g++ -shared -o General_Types_part_2.so General_Types_part_2.o
#8 4.632 g++ -shared -o General_Types_part_3.so General_Types_part_3.o
#8 4.633 g++ -shared -o General_Types_part_4.so General_Types_part_4.o
#8 4.651 g++ -shared -o General_Types_part_5.so General_Types_part_5.o
#8 4.659 g++ -shared -o General_Types_part_6.so General_Types_part_6.o
#8 4.669 g++ -shared -o General_Types_part_7.so General_Types_part_7.o
#8 4.673 g++ -shared -o IPL4asp_Functions_part_1.so IPL4asp_Functions_part_1.o
#8 4.686 g++ -shared -o IPL4asp_Functions_part_2.so IPL4asp_Functions_part_2.o
#8 4.697 g++ -shared -o IPL4asp_Functions_part_3.so IPL4asp_Functions_part_3.o
#8 4.698 g++ -shared -o IPL4asp_Functions_part_4.so IPL4asp_Functions_part_4.o
#8 4.699 g++ -shared -o IPL4asp_Functions_part_5.so IPL4asp_Functions_part_5.o
#8 4.703 g++ -shared -o IPL4asp_Functions_part_6.so IPL4asp_Functions_part_6.o
#8 4.707 g++ -shared -o IPL4asp_Functions_part_7.so IPL4asp_Functions_part_7.o
#8 4.709 g++ -shared -o IPL4asp_PortType_part_1.so IPL4asp_PortType_part_1.o
#8 4.709 g++ -shared -o IPL4asp_PortType_part_2.so IPL4asp_PortType_part_2.o
#8 4.717 g++ -shared -o IPL4asp_PortType_part_3.so IPL4asp_PortType_part_3.o
#8 4.720 g++ -shared -o IPL4asp_PortType_part_4.so IPL4asp_PortType_part_4.o
#8 4.720 g++ -shared -o IPL4asp_PortType_part_5.so IPL4asp_PortType_part_5.o
#8 4.720 g++ -shared -o IPL4asp_PortType_part_6.so IPL4asp_PortType_part_6.o
#8 4.723 g++ -shared -o IPL4asp_PortType_part_7.so IPL4asp_PortType_part_7.o
#8 4.725 g++ -shared -o IPL4asp_Types_part_1.so IPL4asp_Types_part_1.o
#8 4.730 g++ -shared -o IPL4asp_Types_part_2.so IPL4asp_Types_part_2.o
#8 4.730 g++ -shared -o IPL4asp_Types_part_3.so IPL4asp_Types_part_3.o
#8 4.730 g++ -shared -o IPL4asp_Types_part_4.so IPL4asp_Types_part_4.o
#8 4.730 g++ -shared -o IPL4asp_Types_part_5.so IPL4asp_Types_part_5.o
#8 4.742 g++ -shared -o IPL4asp_Types_part_6.so IPL4asp_Types_part_6.o
#8 4.742 g++ -shared -o IPL4asp_Types_part_7.so IPL4asp_Types_part_7.o
#8 4.742 g++ -shared -o Misc_Helpers_part_1.so Misc_Helpers_part_1.o
#8 4.742 g++ -shared -o Misc_Helpers_part_2.so Misc_Helpers_part_2.o
#8 4.743 g++ -shared -o Misc_Helpers_part_3.so Misc_Helpers_part_3.o
#8 4.743 g++ -shared -o Misc_Helpers_part_4.so Misc_Helpers_part_4.o
#8 4.743 g++ -shared -o Misc_Helpers_part_5.so Misc_Helpers_part_5.o
#8 4.745 g++ -shared -o Misc_Helpers_part_6.so Misc_Helpers_part_6.o
#8 4.751 g++ -shared -o Misc_Helpers_part_7.so Misc_Helpers_part_7.o
#8 4.766 g++ -shared -o Native_Functions_part_1.so Native_Functions_part_1.o
#8 4.766 g++ -shared -o Native_Functions_part_2.so Native_Functions_part_2.o
#8 4.767 g++ -shared -o Native_Functions_part_3.so Native_Functions_part_3.o
#8 4.767 g++ -shared -o Native_Functions_part_4.so Native_Functions_part_4.o
#8 4.767 g++ -shared -o Native_Functions_part_5.so Native_Functions_part_5.o
#8 4.769 g++ -shared -o Native_Functions_part_6.so Native_Functions_part_6.o
#8 4.770 g++ -shared -o Native_Functions_part_7.so Native_Functions_part_7.o
#8 4.780 g++ -shared -o OPCAP_Adapter_part_1.so OPCAP_Adapter_part_1.o
#8 4.782 g++ -shared -o OPCAP_Adapter_part_2.so OPCAP_Adapter_part_2.o
#8 4.790 g++ -shared -o OPCAP_Adapter_part_3.so OPCAP_Adapter_part_3.o
#8 4.791 g++ -shared -o OPCAP_Adapter_part_4.so OPCAP_Adapter_part_4.o
#8 4.791 g++ -shared -o OPCAP_Adapter_part_5.so OPCAP_Adapter_part_5.o
#8 4.793 g++ -shared -o OPCAP_Adapter_part_6.so OPCAP_Adapter_part_6.o
#8 4.793 g++ -shared -o OPCAP_Adapter_part_7.so OPCAP_Adapter_part_7.o
#8 4.795 g++ -shared -o OPCAP_CLIENT_Tests_part_1.so OPCAP_CLIENT_Tests_part_1.o
#8 4.795 g++ -shared -o OPCAP_CLIENT_Tests_part_2.so OPCAP_CLIENT_Tests_part_2.o
#8 4.807 g++ -shared -o OPCAP_CLIENT_Tests_part_3.so OPCAP_CLIENT_Tests_part_3.o
#8 4.807 g++ -shared -o OPCAP_CLIENT_Tests_part_4.so OPCAP_CLIENT_Tests_part_4.o
#8 4.809 g++ -shared -o OPCAP_CLIENT_Tests_part_5.so OPCAP_CLIENT_Tests_part_5.o
#8 4.812 g++ -shared -o OPCAP_CLIENT_Tests_part_6.so OPCAP_CLIENT_Tests_part_6.o
#8 4.812 g++ -shared -o OPCAP_CLIENT_Tests_part_7.so OPCAP_CLIENT_Tests_part_7.o
#8 4.813 g++ -shared -o OPCAP_CodecPort_part_1.so OPCAP_CodecPort_part_1.o
#8 4.813 g++ -shared -o OPCAP_CodecPort_part_2.so OPCAP_CodecPort_part_2.o
#8 4.815 g++ -shared -o OPCAP_CodecPort_part_3.so OPCAP_CodecPort_part_3.o
#8 4.815 g++ -shared -o OPCAP_CodecPort_part_4.so OPCAP_CodecPort_part_4.o
#8 4.829 g++ -shared -o OPCAP_CodecPort_part_5.so OPCAP_CodecPort_part_5.o
#8 4.830 g++ -shared -o OPCAP_CodecPort_part_6.so OPCAP_CodecPort_part_6.o
#8 4.830 g++ -shared -o OPCAP_CodecPort_part_7.so OPCAP_CodecPort_part_7.o
#8 4.830 g++ -shared -o OPCAP_CodecPort_CtrlFunct_part_1.so OPCAP_CodecPort_CtrlFunct_part_1.o
#8 4.830 g++ -shared -o OPCAP_CodecPort_CtrlFunct_part_2.so OPCAP_CodecPort_CtrlFunct_part_2.o
#8 4.830 g++ -shared -o OPCAP_CodecPort_CtrlFunct_part_3.so OPCAP_CodecPort_CtrlFunct_part_3.o
#8 4.831 g++ -shared -o OPCAP_CodecPort_CtrlFunct_part_4.so OPCAP_CodecPort_CtrlFunct_part_4.o
#8 4.831 g++ -shared -o OPCAP_CodecPort_CtrlFunct_part_5.so OPCAP_CodecPort_CtrlFunct_part_5.o
#8 4.831 g++ -shared -o OPCAP_CodecPort_CtrlFunct_part_6.so OPCAP_CodecPort_CtrlFunct_part_6.o
#8 4.831 g++ -shared -o OPCAP_CodecPort_CtrlFunct_part_7.so OPCAP_CodecPort_CtrlFunct_part_7.o
#8 4.831 g++ -shared -o OPCAP_Templates_part_1.so OPCAP_Templates_part_1.o
#8 4.831 g++ -shared -o OPCAP_Templates_part_2.so OPCAP_Templates_part_2.o
#8 4.833 g++ -shared -o OPCAP_Templates_part_3.so OPCAP_Templates_part_3.o
#8 4.833 g++ -shared -o OPCAP_Templates_part_4.so OPCAP_Templates_part_4.o
#8 4.833 g++ -shared -o OPCAP_Templates_part_5.so OPCAP_Templates_part_5.o
#8 4.835 g++ -shared -o OPCAP_Templates_part_6.so OPCAP_Templates_part_6.o
#8 4.843 g++ -shared -o OPCAP_Templates_part_7.so OPCAP_Templates_part_7.o
#8 4.847 g++ -shared -o OPCAP_Types_part_1.so OPCAP_Types_part_1.o
#8 4.848 g++ -shared -o OPCAP_Types_part_2.so OPCAP_Types_part_2.o
#8 4.848 g++ -shared -o OPCAP_Types_part_3.so OPCAP_Types_part_3.o
#8 4.849 g++ -shared -o OPCAP_Types_part_4.so OPCAP_Types_part_4.o
#8 4.850 g++ -shared -o OPCAP_Types_part_5.so OPCAP_Types_part_5.o
#8 4.850 g++ -shared -o OPCAP_Types_part_6.so OPCAP_Types_part_6.o
#8 4.853 g++ -shared -o OPCAP_Types_part_7.so OPCAP_Types_part_7.o
#8 4.853 g++ -shared -o Osmocom_Types_part_1.so Osmocom_Types_part_1.o
#8 4.854 g++ -shared -o Osmocom_Types_part_2.so Osmocom_Types_part_2.o
#8 4.854 g++ -shared -o Osmocom_Types_part_3.so Osmocom_Types_part_3.o
#8 4.855 g++ -shared -o Osmocom_Types_part_4.so Osmocom_Types_part_4.o
#8 4.855 g++ -shared -o Osmocom_Types_part_5.so Osmocom_Types_part_5.o
#8 4.855 g++ -shared -o Osmocom_Types_part_6.so Osmocom_Types_part_6.o
#8 4.856 g++ -shared -o Osmocom_Types_part_7.so Osmocom_Types_part_7.o
#8 4.863 g++ -shared -o Osmocom_VTY_Functions_part_1.so Osmocom_VTY_Functions_part_1.o
#8 4.864 g++ -shared -o Osmocom_VTY_Functions_part_2.so Osmocom_VTY_Functions_part_2.o
#8 4.869 g++ -shared -o Osmocom_VTY_Functions_part_3.so Osmocom_VTY_Functions_part_3.o
#8 4.869 g++ -shared -o Osmocom_VTY_Functions_part_4.so Osmocom_VTY_Functions_part_4.o
#8 4.869 g++ -shared -o Osmocom_VTY_Functions_part_5.so Osmocom_VTY_Functions_part_5.o
#8 4.869 g++ -shared -o Osmocom_VTY_Functions_part_6.so Osmocom_VTY_Functions_part_6.o
#8 4.873 g++ -shared -o Osmocom_VTY_Functions_part_7.so Osmocom_VTY_Functions_part_7.o
#8 4.873 g++ -shared -o Socket_API_Definitions_part_1.so Socket_API_Definitions_part_1.o
#8 4.875 g++ -shared -o Socket_API_Definitions_part_2.so Socket_API_Definitions_part_2.o
#8 4.875 g++ -shared -o Socket_API_Definitions_part_3.so Socket_API_Definitions_part_3.o
#8 4.876 g++ -shared -o Socket_API_Definitions_part_4.so Socket_API_Definitions_part_4.o
#8 4.877 g++ -shared -o Socket_API_Definitions_part_5.so Socket_API_Definitions_part_5.o
#8 4.877 g++ -shared -o Socket_API_Definitions_part_6.so Socket_API_Definitions_part_6.o
#8 4.878 g++ -shared -o Socket_API_Definitions_part_7.so Socket_API_Definitions_part_7.o
#8 4.880 g++ -shared -o TCCConversion_Functions_part_1.so TCCConversion_Functions_part_1.o
#8 4.885 g++ -shared -o TCCConversion_Functions_part_2.so TCCConversion_Functions_part_2.o
#8 4.889 g++ -shared -o TCCConversion_Functions_part_3.so TCCConversion_Functions_part_3.o
#8 4.897 g++ -shared -o TCCConversion_Functions_part_4.so TCCConversion_Functions_part_4.o
#8 4.898 g++ -shared -o TCCConversion_Functions_part_5.so TCCConversion_Functions_part_5.o
#8 4.898 g++ -shared -o TCCConversion_Functions_part_6.so TCCConversion_Functions_part_6.o
#8 4.898 g++ -shared -o TCCConversion_Functions_part_7.so TCCConversion_Functions_part_7.o
#8 4.899 g++ -shared -o TCCEncoding_Functions_part_1.so TCCEncoding_Functions_part_1.o
#8 4.905 g++ -shared -o TCCEncoding_Functions_part_2.so TCCEncoding_Functions_part_2.o
#8 4.908 g++ -shared -o TCCEncoding_Functions_part_3.so TCCEncoding_Functions_part_3.o
#8 4.916 g++ -shared -o TCCEncoding_Functions_part_4.so TCCEncoding_Functions_part_4.o
#8 4.921 g++ -shared -o TCCEncoding_Functions_part_5.so TCCEncoding_Functions_part_5.o
#8 4.925 g++ -shared -o TCCEncoding_Functions_part_6.so TCCEncoding_Functions_part_6.o
#8 4.926 g++ -shared -o TCCEncoding_Functions_part_7.so TCCEncoding_Functions_part_7.o
#8 4.926 g++ -shared -o TCCInterface_Functions_part_1.so TCCInterface_Functions_part_1.o
#8 4.927 g++ -shared -o TCCInterface_Functions_part_2.so TCCInterface_Functions_part_2.o
#8 4.936 g++ -shared -o TCCInterface_Functions_part_3.so TCCInterface_Functions_part_3.o
#8 4.946 g++ -shared -o TCCInterface_Functions_part_4.so TCCInterface_Functions_part_4.o
#8 4.947 g++ -shared -o TCCInterface_Functions_part_5.so TCCInterface_Functions_part_5.o
#8 4.952 g++ -shared -o TCCInterface_Functions_part_6.so TCCInterface_Functions_part_6.o
#8 4.953 g++ -shared -o TCCInterface_Functions_part_7.so TCCInterface_Functions_part_7.o
#8 4.953 g++ -shared -o TELNETasp_PortType_part_1.so TELNETasp_PortType_part_1.o
#8 4.956 g++ -shared -o TELNETasp_PortType_part_2.so TELNETasp_PortType_part_2.o
#8 4.957 g++ -shared -o TELNETasp_PortType_part_3.so TELNETasp_PortType_part_3.o
#8 4.970 g++ -shared -o TELNETasp_PortType_part_4.so TELNETasp_PortType_part_4.o
#8 4.971 g++ -shared -o TELNETasp_PortType_part_5.so TELNETasp_PortType_part_5.o
#8 4.971 g++ -shared -o TELNETasp_PortType_part_6.so TELNETasp_PortType_part_6.o
#8 4.971 g++ -shared -o TELNETasp_PortType_part_7.so TELNETasp_PortType_part_7.o
#8 4.975 g++ -shared -o IPL4asp_discovery.so IPL4asp_discovery.o
#8 4.979 g++ -shared -o Native_FunctionDefs.so Native_FunctionDefs.o
#8 4.987 g++ -shared -o OPCAP_CodecPort_CtrlFunctdef.so OPCAP_CodecPort_CtrlFunctdef.o
#8 4.988 g++ -shared -o TCCConversion.so TCCConversion.o
#8 4.993 g++ -shared -o TCCEncoding.so TCCEncoding.o
#8 4.993 g++ -shared -o TCCInterface.so TCCInterface.o
#8 4.995 g++ -shared -o TELNETasp_PT.so TELNETasp_PT.o
#8 5.262 g++ -shared -o IPL4asp_PT.so IPL4asp_PT.o
#8 5.288 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.288 -L/usr/lib/titan -lttcn3-parallel-dynamic \
#8 5.288 -L/lib -lcrypto \
#8 5.288 -L/usr/lib -lxml2 -lsctp -lssl -lpthread; \
#8 5.288 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.374 make[1]: Leaving directory '/osmo-ttcn3-hacks/pcap-client'
#8 DONE 5.5s
#9 [4/4] COPY OPCAP_CLIENT_TESTS.CFG /data/OPCAP_CLIENT_Tests.cfg
#9 DONE 0.1s
#10 exporting to image
#10 exporting layers
#10 exporting layers 0.4s done
#10 writing image sha256:e4bb15445f42677e7b47ba12315a5ea753da29895b1902e5c8d2143a6cdc38f8 done
#10 naming to docker.io/osmocom-build/ttcn3-pcap-client-test:latest 0.0s done
#10 DONE 0.4s
2 warnings found (use docker --debug to expand):
- InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
- JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/ttcn3-pcap-client-test'
+ docker_image_exists ttcn3-pcap-client-test
+ docker images -q osmocom-build/ttcn3-pcap-client-test
+ test -n e4bb15445f42
+ 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=1202278
+ seq 1 30
+ echo (1202278 + 1) % 256
+ bc
+ SUBNET=103
+ NET_NAME=ttcn3-pcap-client-test-103
+ SUB4=172.18.103.0/24
+ SUB6=fd02:db8:103::/64
+ set +x
Creating network ttcn3-pcap-client-test-103, trying SUBNET=103...
+ docker network create --internal --subnet 172.18.103.0/24 --ipv6 --subnet fd02:db8:103::/64 ttcn3-pcap-client-test-103
2869efdcf9576c81c9b1a08d8740a8a118f064c298a1c89026c778df74298511
+ set +x
### Network ttcn3-pcap-client-test-103 created (SUBNET=103) ###
+ return
+ network_replace_subnet_in_configs
+ set +x
Applying SUBNET=103 to: /home/osmocom-build/jenkins/workspace/TTCN3-centos7-pcap-client-test/logs/pcap-client/osmo-pcap-client.cfg
Applying SUBNET=103 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 103 20
+ NET=103
+ ADDR_SUFIX=20
+ echo --network ttcn3-pcap-client-test-103 --ip 172.18.103.20 --ip6 fd02:db8:103::20
+ docker run --rm --network ttcn3-pcap-client-test-103 --ip 172.18.103.20 --ip6 fd02:db8:103::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-1191-pcap-client -d osmocom-build/osmo-pcap-master-centos7
e8a6cb7bbb628fcce6b6fc10f2f891fb1af4e1ec70d7ecaa02ec80a4e9b84716
+ echo Starting container with pcap-client testsuite
Starting container with pcap-client testsuite
+ docker_network_params 103 10
+ NET=103
+ ADDR_SUFIX=10
+ echo --network ttcn3-pcap-client-test-103 --ip 172.18.103.10 --ip6 fd02:db8:103::10
+ docker run --rm --network ttcn3-pcap-client-test-103 --ip 172.18.103.10 --ip6 fd02:db8:103::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-1191-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@cdac90c6dcbc: Unix server socket created successfully.
MC@cdac90c6dcbc: Listening on TCP port 45061.
cdac90c6dcbc is the default
MC2> spawn /osmo-ttcn3-hacks/pcap-client/OPCAP_CLIENT_Tests cdac90c6dcbc 45061
TTCN-3 Host Controller (parallel mode), version 9.0.0
MC@cdac90c6dcbc: New HC connected from 172.18.103.10 [172.18.103.10]. cdac90c6dcbc: Linux 6.1.0-29-amd64 on x86_64.
cmtc
MC@cdac90c6dcbc: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@cdac90c6dcbc: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
MC@cdac90c6dcbc: Configuration file was processed on all HCs.
MC@cdac90c6dcbc: Creating MTC on host 172.18.103.10.
MC@cdac90c6dcbc: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@cdac90c6dcbc: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr'.
------ OPCAP_CLIENT_Tests.TC_connect_rx_hdr ------
Wed Mar 12 05:06:22 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
/usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_connect_rx_hdr.pcap" >/data/OPCAP_CLIENT_Tests.TC_connect_rx_hdr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@cdac90c6dcbc: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@cdac90c6dcbc: Test case TC_connect_rx_hdr started.
MTC@cdac90c6dcbc: Waiting for client-0 connection...
MTC@cdac90c6dcbc: Connection from "172.18.103.20":38621
MTC@cdac90c6dcbc: setverdict(pass): none -> pass
MTC@cdac90c6dcbc: Setting final verdict of the test case.
MTC@cdac90c6dcbc: Local verdict of MTC: pass
MTC@cdac90c6dcbc: No PTCs were created.
MTC@cdac90c6dcbc: Test case TC_connect_rx_hdr finished. Verdict: pass
MTC@cdac90c6dcbc: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass'.
Wed Mar 12 05:06:24 UTC 2025
====== OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass ======
Waiting for packet dumper to finish... 0 (prev_count=-1, count=3929)
Waiting for packet dumper to finish... 1 (prev_count=3929, count=5485)
MTC@cdac90c6dcbc: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@cdac90c6dcbc: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect'.
------ OPCAP_CLIENT_Tests.TC_reconnect ------
Wed Mar 12 05:06:26 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
/usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_reconnect.pcap" >/data/OPCAP_CLIENT_Tests.TC_reconnect.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@cdac90c6dcbc: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_reconnect' was executed successfully (exit status: 0).
MTC@cdac90c6dcbc: Test case TC_reconnect started.
MTC@cdac90c6dcbc: Waiting for client-0 connection...
MTC@cdac90c6dcbc: Connection from "172.18.103.20":44499
MTC@cdac90c6dcbc: Disconnecting client-0
MTC@cdac90c6dcbc: Connection from "172.18.103.20":34411
MTC@cdac90c6dcbc: setverdict(pass): none -> pass
MTC@cdac90c6dcbc: Setting final verdict of the test case.
MTC@cdac90c6dcbc: Local verdict of MTC: pass
MTC@cdac90c6dcbc: No PTCs were created.
MTC@cdac90c6dcbc: Test case TC_reconnect finished. Verdict: pass
MTC@cdac90c6dcbc: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass'.
Wed Mar 12 05:06:32 UTC 2025
====== OPCAP_CLIENT_Tests.TC_reconnect pass ======
Waiting for packet dumper to finish... 0 (prev_count=-1, count=2137)
Waiting for packet dumper to finish... 1 (prev_count=2137, count=3149)
MTC@cdac90c6dcbc: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_reconnect pass' was executed successfully (exit status: 0).
MTC@cdac90c6dcbc: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture'.
------ OPCAP_CLIENT_Tests.TC_capture ------
Wed Mar 12 05:06:34 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
/usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_capture.pcap" >/data/OPCAP_CLIENT_Tests.TC_capture.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@cdac90c6dcbc: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_capture' was executed successfully (exit status: 0).
MTC@cdac90c6dcbc: Test case TC_capture started.
MTC@cdac90c6dcbc: Waiting for client-0 connection...
MTC@cdac90c6dcbc: Connection from "172.18.103.20":45317
MTC@cdac90c6dcbc: setverdict(pass): none -> pass
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: Setting final verdict of the test case.
MTC@cdac90c6dcbc: Local verdict of MTC: pass
MTC@cdac90c6dcbc: No PTCs were created.
MTC@cdac90c6dcbc: Test case TC_capture finished. Verdict: pass
MTC@cdac90c6dcbc: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass'.
Wed Mar 12 05:06:46 UTC 2025
====== OPCAP_CLIENT_Tests.TC_capture pass ======
Waiting for packet dumper to finish... 0 (prev_count=-1, count=17537)
Waiting for packet dumper to finish... 1 (prev_count=17537, count=18945)
MTC@cdac90c6dcbc: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_capture pass' was executed successfully (exit status: 0).
MTC@cdac90c6dcbc: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr'.
------ OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr ------
Wed Mar 12 05:06:48 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
/usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr.pcap" >/data/OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@cdac90c6dcbc: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr' was executed successfully (exit status: 0).
MTC@cdac90c6dcbc: Test case TC_multi_connect_rx_hdr started.
MTC@cdac90c6dcbc: Waiting for client-0 connection...
MTC@cdac90c6dcbc: Connection from "172.18.103.20":33731
MTC@cdac90c6dcbc: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@cdac90c6dcbc: Waiting for client-1 connection...
MTC@cdac90c6dcbc: Connection from "172.18.103.20":46243
MTC@cdac90c6dcbc: setverdict(pass): none -> pass
MTC@cdac90c6dcbc: Setting final verdict of the test case.
MTC@cdac90c6dcbc: Local verdict of MTC: pass
MTC@cdac90c6dcbc: No PTCs were created.
MTC@cdac90c6dcbc: Test case TC_multi_connect_rx_hdr finished. Verdict: pass
MTC@cdac90c6dcbc: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass'.
Wed Mar 12 05:06:52 UTC 2025
====== OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass ======
Waiting for packet dumper to finish... 0 (prev_count=-1, count=3654)
Waiting for packet dumper to finish... 1 (prev_count=3654, count=5022)
MTC@cdac90c6dcbc: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_connect_rx_hdr pass' was executed successfully (exit status: 0).
MTC@cdac90c6dcbc: Starting external command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture'.
------ OPCAP_CLIENT_Tests.TC_multi_capture ------
Wed Mar 12 05:06:54 UTC 2025
NOTE: unable to use dumpcap due to missing capabilities or suid bit
/usr/bin/tcpdump -U -s 1520 -n -i any -w "/data/OPCAP_CLIENT_Tests.TC_multi_capture.pcap" >/data/OPCAP_CLIENT_Tests.TC_multi_capture.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
MTC@cdac90c6dcbc: External command `../ttcn3-tcpdump-start.sh OPCAP_CLIENT_Tests.TC_multi_capture' was executed successfully (exit status: 0).
MTC@cdac90c6dcbc: Test case TC_multi_capture started.
MTC@cdac90c6dcbc: Waiting for client-0 connection...
MTC@cdac90c6dcbc: Connection from "172.18.103.20":44473
MTC@cdac90c6dcbc: Warning: Re-starting timer g_Tguard, which is already active (running or expired).
MTC@cdac90c6dcbc: Waiting for client-1 connection...
MTC@cdac90c6dcbc: Connection from "172.18.103.20":41475
MTC@cdac90c6dcbc: setverdict(pass): none -> pass
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: setverdict(pass): pass -> pass, component reason not changed
MTC@cdac90c6dcbc: Setting final verdict of the test case.
MTC@cdac90c6dcbc: Local verdict of MTC: pass
MTC@cdac90c6dcbc: No PTCs were created.
MTC@cdac90c6dcbc: Test case TC_multi_capture finished. Verdict: pass
MTC@cdac90c6dcbc: Starting external command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass'.
Wed Mar 12 05:07:07 UTC 2025
====== OPCAP_CLIENT_Tests.TC_multi_capture pass ======
Waiting for packet dumper to finish... 0 (prev_count=-1, count=26934)
Waiting for packet dumper to finish... 1 (prev_count=26934, count=29154)
MTC@cdac90c6dcbc: External command `../ttcn3-tcpdump-stop.sh OPCAP_CLIENT_Tests.TC_multi_capture pass' was executed successfully (exit status: 0).
MC@cdac90c6dcbc: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@cdac90c6dcbc: Terminating MTC.
MC@cdac90c6dcbc: MTC terminated.
MC2> exit
MC@cdac90c6dcbc: Shutting down session.
MC@cdac90c6dcbc: 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-103
+ grep Name
+ cut -d : -f2
+ awk -F" NR>1{print $2}
+ local containers=jenkins-TTCN3-centos7-pcap-client-test-1191-pcap-client
+ [ -n jenkins-TTCN3-centos7-pcap-client-test-1191-pcap-client ]
+ docker_kill_wait jenkins-TTCN3-centos7-pcap-client-test-1191-pcap-client
+ docker kill jenkins-TTCN3-centos7-pcap-client-test-1191-pcap-client
jenkins-TTCN3-centos7-pcap-client-test-1191-pcap-client
+ docker wait jenkins-TTCN3-centos7-pcap-client-test-1191-pcap-client
137
+ network_remove
+ set +x
Removing network ttcn3-pcap-client-test-103
+ docker network remove ttcn3-pcap-client-test-103
ttcn3-pcap-client-test-103
+ 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-1191-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='47.00'>
<testcase classname='OPCAP_CLIENT_Tests' name='TC_connect_rx_hdr' time='1.570108'/>
<testcase classname='OPCAP_CLIENT_Tests' name='TC_reconnect' time='4.943191'/>
<testcase classname='OPCAP_CLIENT_Tests' name='TC_capture' time='10.447580'/>
<testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_connect_rx_hdr' time='2.962943'/>
<testcase classname='OPCAP_CLIENT_Tests' name='TC_multi_capture' time='12.395347'/>
</testsuite>
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS