Skip to content

Console Output

Triggered by Gerrit: https://git.eclipse.org/r/c/tcf/org.eclipse.tcf.agent/+/195539
Running as SYSTEM
Agent centos-7-b2r36 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-b2r36"
  namespace: "tcf"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tcf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-b2r36"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-b2r36"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.tcf.svc.cluster.local/tcf/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-tcf"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-b2r36 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/tcf-agent-x86Linux.gerrit
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/tcf/org.eclipse.tcf.agent
 > git init /home/jenkins/agent/workspace/tcf-agent-x86Linux.gerrit # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/tcf/org.eclipse.tcf.agent
 > git --version # timeout=10
 > git --version # 'git version 2.36.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/tcf/org.eclipse.tcf.agent +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/tcf/org.eclipse.tcf.agent # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/tcf/org.eclipse.tcf.agent # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/tcf/org.eclipse.tcf.agent
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/tcf/org.eclipse.tcf.agent refs/changes/39/195539/4 # timeout=10
 > git rev-parse eb61f5b676a063f8bc59ce373523293d011f19fa^{commit} # timeout=10
Checking out Revision eb61f5b676a063f8bc59ce373523293d011f19fa (refs/changes/39/195539/4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eb61f5b676a063f8bc59ce373523293d011f19fa # timeout=10
Commit message: "TCF Agent: Add support for the register search command"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk 3d0ba1e2de09f29c090c656b04551ea672ea7421 # timeout=10
[tcf-agent-x86Linux.gerrit] $ /bin/sh -x /tmp/jenkins5502717095607763804.sh
+ git fetch https://git.eclipse.org/r/tcf/org.eclipse.tcf.agent refs/changes/39/195539/4
From https://git.eclipse.org/r/tcf/org.eclipse.tcf.agent
 * branch              refs/changes/39/195539/4 -> FETCH_HEAD
+ git checkout FETCH_HEAD
HEAD is now at eb61f5b6 TCF Agent: Add support for the register search command
+ CODE=0
+ '[' 0 -ne 0 ']'
+ cd agent
+ make NO_UUID=1 NO_SSL=1 clean all
rm -rf obj/GNU/Linux/x86_64/Debug
rm -rf RPM *.tar *.tar.bz2 *.rpm
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/main/main.o -c tcf/main/main.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/machine/x86_64/tcf/cpudefs-mdep.o -c machine/x86_64/tcf/cpudefs-mdep.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/machine/x86_64/tcf/disassembler-x86_64.o -c machine/x86_64/tcf/disassembler-x86_64.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/system/GNU/Linux/tcf/context-linux.o -c system/GNU/Linux/tcf/context-linux.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/asyncreq.o -c tcf/framework/asyncreq.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/base64.o -c tcf/framework/base64.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/cache.o -c tcf/framework/cache.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel.o -c tcf/framework/channel.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_lws.o -c tcf/framework/channel_lws.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_pipe.o -c tcf/framework/channel_pipe.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_tcp.o -c tcf/framework/channel_tcp.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/client.o -c tcf/framework/client.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/compression.o -c tcf/framework/compression.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/context-dispatcher.o -c tcf/framework/context-dispatcher.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/context.o -c tcf/framework/context.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/cpudefs.o -c tcf/framework/cpudefs.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/errors.o -c tcf/framework/errors.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/events.o -c tcf/framework/events.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/exceptions.o -c tcf/framework/exceptions.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/inputbuf.o -c tcf/framework/inputbuf.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/ip_ifc.o -c tcf/framework/ip_ifc.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/json.o -c tcf/framework/json.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/mdep.o -c tcf/framework/mdep.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/myalloc.o -c tcf/framework/myalloc.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/outputbuf.o -c tcf/framework/outputbuf.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/peer.o -c tcf/framework/peer.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/plugins.o -c tcf/framework/plugins.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/protocol.o -c tcf/framework/protocol.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/proxy.o -c tcf/framework/proxy.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/shutdown.o -c tcf/framework/shutdown.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/signames.o -c tcf/framework/signames.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/sigsets.o -c tcf/framework/sigsets.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/streams.o -c tcf/framework/streams.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/trace.o -c tcf/framework/trace.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/waitpid.o -c tcf/framework/waitpid.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/http/http-tcf.o -c tcf/http/http-tcf.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/http/http.o -c tcf/http/http.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/main/cmdline.o -c tcf/main/cmdline.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/main/framework.o -c tcf/main/framework.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/main/gdb-rsp.o -c tcf/main/gdb-rsp.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/main/logfilter.o -c tcf/main/logfilter.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/main/server.o -c tcf/main/server.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/main/services.o -c tcf/main/services.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -O0 -o obj/GNU/Linux/x86_64/Debug/tcf/main/test.o -c tcf/main/test.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/breakpoints.o -c tcf/services/breakpoints.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/contextquery.o -c tcf/services/contextquery.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/contextreset.o -c tcf/services/contextreset.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/diagnostics.o -c tcf/services/diagnostics.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/disassembly.o -c tcf/services/disassembly.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/discovery.o -c tcf/services/discovery.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/discovery_udp.o -c tcf/services/discovery_udp.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dprintf.o -c tcf/services/dprintf.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfcache.o -c tcf/services/dwarfcache.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfecomp.o -c tcf/services/dwarfecomp.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfexpr.o -c tcf/services/dwarfexpr.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfframe.o -c tcf/services/dwarfframe.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfio.o -c tcf/services/dwarfio.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfreloc.o -c tcf/services/dwarfreloc.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/elf-loader.o -c tcf/services/elf-loader.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/elf-symbols.o -c tcf/services/elf-symbols.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/expressions.o -c tcf/services/expressions.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/filesystem.o -c tcf/services/filesystem.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/funccall.o -c tcf/services/funccall.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers.o -c tcf/services/linenumbers.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_elf.o -c tcf/services/linenumbers_elf.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_mux.o -c tcf/services/linenumbers_mux.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_proxy.o -c tcf/services/linenumbers_proxy.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_win32.o -c tcf/services/linenumbers_win32.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/memorymap.o -c tcf/services/memorymap.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/memoryservice.o -c tcf/services/memoryservice.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/pathmap.o -c tcf/services/pathmap.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/portforward_proxy.o -c tcf/services/portforward_proxy.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/portforward_service.o -c tcf/services/portforward_service.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/processes.o -c tcf/services/processes.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/profiler.o -c tcf/services/profiler.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/profiler_sst.o -c tcf/services/profiler_sst.c
cc -g -DENABLE_SSL=0 -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -I./. -I./system/GNU/Linux -I./machine/x86_64 -DUSE_canonicalize_file_name=0 -DUSE_enum_ptrace_request=1 -DUSE_strlcpy_strlcat=0 -DUSE_getauxval=0 -o obj/GNU/Linux/x86_64/Debug/tcf/services/registers.o -c tcf/services/registers.c
tcf/services/registers.c: In function ‘command_search_cache_client’:
tcf/services/registers.c:1040:9: error: ‘for’ loop initial declarations are only allowed in C99 mode
         for(unsigned j = 0; j < path->count; j++) {
         ^
tcf/services/registers.c:1040:9: note: use option -std=c99 or -std=gnu99 to compile your code
make: *** [obj/GNU/Linux/x86_64/Debug/tcf/services/registers.o] Error 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE