Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 44723ec98315d466e92c2d735e52b8bc3e222db6+0916c9033c71b8931055140091788f6fe2f32c33 (934ffa127181efae961fde53a30a607fbee78bb7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-581’ Running on prd-centos7-docker-4c-2g-588 in /w/workspace/dgexfoundry_device-sdk-go_PR-591 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-591 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 44723ec98315d466e92c2d735e52b8bc3e222db6 Merge succeeded, producing 1b15c2f1d5928fec65e93b1196f4a379a46ff1d4 Checking out Revision 1b15c2f1d5928fec65e93b1196f4a379a46ff1d4 (PR-591) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/591/head:refs/remotes/origin/PR-591 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44723ec98315d466e92c2d735e52b8bc3e222db6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b15c2f1d5928fec65e93b1196f4a379a46ff1d4 # timeout=10 Commit message: "Merge commit '0916c9033c71b8931055140091788f6fe2f32c33' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-20T18:45:22.875Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 12acf057907ca88f0c65778e0d2021bf05d29d25 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-20T18:45:23.104Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-20T18:45:23.243Z] ========================================================= [2020-09-20T18:45:23.243Z] EdgeX Global Pipelines Version Info [2020-09-20T18:45:23.243Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-20T18:45:25.249Z] ------------------- [2020-09-20T18:45:25.249Z] stable info: [2020-09-20T18:45:25.249Z] ------------------- [2020-09-20T18:45:25.249Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-20T18:45:25.249Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-20T18:45:25.249Z] Message: update stable to v1.0.122 [2020-09-20T18:45:25.847Z] ------------------- [2020-09-20T18:45:25.847Z] experimental info: [2020-09-20T18:45:25.847Z] ------------------- [2020-09-20T18:45:25.847Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-20T18:45:25.847Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-20T18:45:25.847Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-20T18:45:26.191Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-20T18:45:26.275Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-20T18:45:26.369Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-20T18:45:26.453Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-20T18:45:26.549Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-20T18:45:26.646Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-20T18:45:26.800Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-20T18:45:26.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-20T18:45:27.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-20T18:45:27.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-20T18:45:27.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-20T18:45:27.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-20T18:45:27.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-20T18:45:27.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-20T18:45:27.620Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T18:45:27.713Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T18:45:27.811Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T18:45:27.904Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T18:45:28.003Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-20T18:45:28.093Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-20T18:45:28.193Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-20T18:45:28.311Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-20T18:45:28.418Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-591 [Pipeline] echo [2020-09-20T18:45:28.532Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-591 [Pipeline] echo [2020-09-20T18:45:28.646Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-591 [Pipeline] echo [2020-09-20T18:45:28.748Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1b15c2f1d5928fec65e93b1196f4a379a46ff1d4 [Pipeline] echo [2020-09-20T18:45:28.843Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1b15c2f [Pipeline] echo [2020-09-20T18:45:28.946Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T18:45:30.140Z] + git log --format=format:%s -1 1b15c2f1d5928fec65e93b1196f4a379a46ff1d4 [Pipeline] echo [2020-09-20T18:45:30.246Z] GIT_COMMIT: 1b15c2f1d5928fec65e93b1196f4a379a46ff1d4, Commit Message: Merge commit '0916c9033c71b8931055140091788f6fe2f32c33' into HEAD [Pipeline] echo [2020-09-20T18:45:30.318Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-20T18:45:30.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T18:45:31.155Z] [2020-09-20T18:45:31.155Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T18:45:31.496Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T18:45:31.496Z] latest: Pulling from edgex-devops/git-semver [2020-09-20T18:45:31.496Z] 31603596830f: Pulling fs layer [2020-09-20T18:45:31.496Z] 2a8b12db71e7: Pulling fs layer [2020-09-20T18:45:31.496Z] 6ca5941a6612: Pulling fs layer [2020-09-20T18:45:31.496Z] ecc8261a40a4: Pulling fs layer [2020-09-20T18:45:31.496Z] ecc8261a40a4: Waiting [2020-09-20T18:45:31.496Z] 2a8b12db71e7: Verifying Checksum [2020-09-20T18:45:31.496Z] 2a8b12db71e7: Download complete [2020-09-20T18:45:31.496Z] 31603596830f: Verifying Checksum [2020-09-20T18:45:31.496Z] 31603596830f: Download complete [2020-09-20T18:45:31.760Z] ecc8261a40a4: Verifying Checksum [2020-09-20T18:45:31.760Z] ecc8261a40a4: Download complete [2020-09-20T18:45:31.760Z] 6ca5941a6612: Verifying Checksum [2020-09-20T18:45:31.760Z] 6ca5941a6612: Download complete [2020-09-20T18:45:32.027Z] 31603596830f: Pull complete [2020-09-20T18:45:32.027Z] 2a8b12db71e7: Pull complete [2020-09-20T18:45:32.982Z] 6ca5941a6612: Pull complete [2020-09-20T18:45:32.982Z] ecc8261a40a4: Pull complete [2020-09-20T18:45:32.982Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-20T18:45:32.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T18:45:32.982Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-20T18:45:33.098Z] prd-centos7-docker-4c-2g-588 does not seem to be running inside a container [2020-09-20T18:45:33.149Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-591 -v /w/workspace/dgexfoundry_device-sdk-go_PR-591:/w/workspace/dgexfoundry_device-sdk-go_PR-591:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-20T18:45:35.308Z] $ docker top 3bd842947c3d45d01e153c557ada16a8cd5195ab8dc559074161f37960dcbac9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T18:45:35.594Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T18:45:35.594Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T18:45:35.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T18:45:35.815Z] $ docker exec 3bd842947c3d45d01e153c557ada16a8cd5195ab8dc559074161f37960dcbac9 ssh-agent [2020-09-20T18:45:35.981Z] SSH_AUTH_SOCK=/tmp/ssh-0C57xVK2dqHq/agent.11 [2020-09-20T18:45:35.981Z] SSH_AGENT_PID=16 [2020-09-20T18:45:35.991Z] Running ssh-add (command line suppressed) [2020-09-20T18:45:36.112Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp/private_key_8414237697245609021.key (/w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp/private_key_8414237697245609021.key) [2020-09-20T18:45:36.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T18:45:36.507Z] + git describe --exact-match --tags HEAD [2020-09-20T18:45:36.508Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-20T18:45:36.533Z] $ docker exec --env ******** --env ******** 3bd842947c3d45d01e153c557ada16a8cd5195ab8dc559074161f37960dcbac9 ssh-agent -k [2020-09-20T18:45:36.651Z] unset SSH_AUTH_SOCK; [2020-09-20T18:45:36.652Z] unset SSH_AGENT_PID; [2020-09-20T18:45:36.652Z] echo Agent pid 16 killed; [2020-09-20T18:45:36.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-20T18:45:36.795Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-20T18:45:36.795Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-20T18:45:36.900Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T18:45:36.900Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T18:45:37.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T18:45:37.071Z] $ docker exec 3bd842947c3d45d01e153c557ada16a8cd5195ab8dc559074161f37960dcbac9 ssh-agent [2020-09-20T18:45:37.230Z] SSH_AUTH_SOCK=/tmp/ssh-YQS2qWcrM0cm/agent.44 [2020-09-20T18:45:37.230Z] SSH_AGENT_PID=50 [2020-09-20T18:45:37.236Z] Running ssh-add (command line suppressed) [2020-09-20T18:45:37.360Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp/private_key_7685746302063117376.key (/w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp/private_key_7685746302063117376.key) [2020-09-20T18:45:37.410Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T18:45:37.743Z] + git semver init [2020-09-20T18:45:37.743Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T18:45:37.743Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-591/.git [2020-09-20T18:45:37.743Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-591 [2020-09-20T18:45:37.743Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T18:45:37.743Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T18:45:37.743Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T18:45:37.743Z] # $SEMVER_BRANCH = PR-591 [2020-09-20T18:45:37.743Z] # $SEMVER_TEMP = /tmp/semver-151920058 [2020-09-20T18:45:37.743Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-20T18:45:38.320Z] # '/tmp/semver-151920058' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-591/.semver' [2020-09-20T18:45:38.320Z] # -> Force: false [2020-09-20T18:45:38.320Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-591/.semver [Pipeline] } [2020-09-20T18:45:38.333Z] $ docker exec --env ******** --env ******** 3bd842947c3d45d01e153c557ada16a8cd5195ab8dc559074161f37960dcbac9 ssh-agent -k [2020-09-20T18:45:38.445Z] unset SSH_AUTH_SOCK; [2020-09-20T18:45:38.446Z] unset SSH_AGENT_PID; [2020-09-20T18:45:38.446Z] echo Agent pid 50 killed; [2020-09-20T18:45:38.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T18:45:38.950Z] + git semver [Pipeline] } [2020-09-20T18:45:38.968Z] $ docker stop --time=1 3bd842947c3d45d01e153c557ada16a8cd5195ab8dc559074161f37960dcbac9 [2020-09-20T18:45:40.290Z] $ docker rm -f 3bd842947c3d45d01e153c557ada16a8cd5195ab8dc559074161f37960dcbac9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-20T18:45:41.515Z] Stashed 38 file(s) [Pipeline] echo [2020-09-20T18:45:41.517Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-20T18:45:41.647Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-20T18:45:57.085Z] Still waiting to schedule task [2020-09-20T18:45:57.085Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-20T18:45:57.087Z] Still waiting to schedule task [2020-09-20T18:45:57.087Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-583’ [2020-09-20T18:47:21.894Z] Running on prd-centos7-docker-4c-2g-593 in /w/workspace/dgexfoundry_device-sdk-go_PR-591 [Pipeline] { [Pipeline] ws [2020-09-20T18:47:21.941Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-20T18:47:35.683Z] using credential edgex-jenkins-ssh [2020-09-20T18:47:35.772Z] Cloning the remote Git repository [2020-09-20T18:47:35.772Z] Cloning with configured refspecs honoured and without tags [2020-09-20T18:47:35.938Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-20T18:47:36.184Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-20T18:47:36.905Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-20T18:47:36.905Z] > git --version # timeout=10 [2020-09-20T18:47:37.023Z] > git --version # 'git version 2.16.5' [2020-09-20T18:47:37.024Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T18:47:37.353Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T18:47:39.203Z] Fetching without tags [2020-09-20T18:47:39.991Z] Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 44723ec98315d466e92c2d735e52b8bc3e222db6 [2020-09-20T18:47:39.054Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-20T18:47:39.084Z] > git config --add remote.origin.fetch +refs/pull/591/head:refs/remotes/origin/PR-591 # timeout=10 [2020-09-20T18:47:39.113Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T18:47:39.164Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-20T18:47:39.220Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-20T18:47:39.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T18:47:39.230Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T18:47:40.120Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T18:47:40.229Z] > git checkout -f 44723ec98315d466e92c2d735e52b8bc3e222db6 # timeout=10 [2020-09-20T18:47:40.365Z] > git remote # timeout=10 [2020-09-20T18:47:40.424Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T18:47:40.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T18:47:40.495Z] > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 [2020-09-20T18:47:40.684Z] Merge succeeded, producing c01da837e2f34b561b59bc3bf9304750f2fb1ebf [2020-09-20T18:47:40.684Z] Checking out Revision c01da837e2f34b561b59bc3bf9304750f2fb1ebf (PR-591) [2020-09-20T18:47:40.652Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T18:47:40.692Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T18:47:40.726Z] > git checkout -f c01da837e2f34b561b59bc3bf9304750f2fb1ebf # timeout=10 [2020-09-20T18:47:46.108Z] Commit message: "Merge commit '0916c9033c71b8931055140091788f6fe2f32c33' into HEAD" [2020-09-20T18:47:46.174Z] First time build. Skipping changelog. [2020-09-20T18:47:46.145Z] > git rev-list --no-walk 12acf057907ca88f0c65778e0d2021bf05d29d25 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-20T18:47:47.842Z] ========================================================= [2020-09-20T18:47:47.842Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-20T18:47:47.842Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T18:47:49.078Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-20T18:47:50.724Z] Sending build context to Docker daemon 3.166MB [2020-09-20T18:47:50.725Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-20T18:47:50.725Z] Step 2/8 : FROM ${BASE} [2020-09-20T18:47:51.064Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-20T18:47:51.064Z] df20fa9351a1: Pulling fs layer [2020-09-20T18:47:51.064Z] ed8968b2872e: Pulling fs layer [2020-09-20T18:47:51.064Z] a92cc7c5fd73: Pulling fs layer [2020-09-20T18:47:51.064Z] e871e8e8d7a9: Pulling fs layer [2020-09-20T18:47:51.064Z] e73272ec9a57: Pulling fs layer [2020-09-20T18:47:51.064Z] 1e910a182e73: Pulling fs layer [2020-09-20T18:47:51.064Z] 4e634b169226: Pulling fs layer [2020-09-20T18:47:51.064Z] e871e8e8d7a9: Waiting [2020-09-20T18:47:51.065Z] e73272ec9a57: Waiting [2020-09-20T18:47:51.065Z] 1e910a182e73: Waiting [2020-09-20T18:47:51.065Z] 4e634b169226: Waiting [2020-09-20T18:47:51.749Z] a92cc7c5fd73: Verifying Checksum [2020-09-20T18:47:51.749Z] a92cc7c5fd73: Download complete [2020-09-20T18:47:52.042Z] ed8968b2872e: Download complete [2020-09-20T18:47:52.042Z] e73272ec9a57: Verifying Checksum [2020-09-20T18:47:52.042Z] e73272ec9a57: Download complete [2020-09-20T18:47:52.429Z] 1e910a182e73: Verifying Checksum [2020-09-20T18:47:52.429Z] 1e910a182e73: Download complete [2020-09-20T18:47:52.813Z] df20fa9351a1: Verifying Checksum [2020-09-20T18:47:52.813Z] df20fa9351a1: Download complete [2020-09-20T18:47:55.031Z] df20fa9351a1: Pull complete [2020-09-20T18:47:55.752Z] ed8968b2872e: Pull complete [2020-09-20T18:47:56.581Z] a92cc7c5fd73: Pull complete [2020-09-20T18:48:06.002Z] 4e634b169226: Verifying Checksum [2020-09-20T18:48:06.002Z] 4e634b169226: Download complete [2020-09-20T18:48:08.507Z] e871e8e8d7a9: Verifying Checksum [2020-09-20T18:48:08.507Z] e871e8e8d7a9: Download complete [2020-09-20T18:48:19.466Z] e871e8e8d7a9: Pull complete [2020-09-20T18:48:19.780Z] e73272ec9a57: Pull complete [2020-09-20T18:48:19.780Z] 1e910a182e73: Pull complete [2020-09-20T18:48:25.749Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-597 in /w/workspace/dgexfoundry_device-sdk-go_PR-591 [Pipeline] { [Pipeline] ws [2020-09-20T18:48:25.845Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-20T18:48:27.048Z] 4e634b169226: Pull complete [2020-09-20T18:48:27.049Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-20T18:48:27.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-20T18:48:27.049Z] ---> f7629b54cfaa [2020-09-20T18:48:27.049Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T18:48:27.049Z] ---> Running in 9c93172715d3 [2020-09-20T18:48:27.049Z] Removing intermediate container 9c93172715d3 [2020-09-20T18:48:27.049Z] ---> e6df0f19f203 [2020-09-20T18:48:27.049Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T18:48:27.049Z] ---> Running in bb9fe17dd8cc [2020-09-20T18:48:29.130Z] Removing intermediate container bb9fe17dd8cc [2020-09-20T18:48:29.130Z] ---> cfa8e6c24492 [2020-09-20T18:48:29.130Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T18:48:29.130Z] ---> Running in 4a6d89ef5c9d [2020-09-20T18:48:30.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T18:48:30.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T18:48:31.554Z] using credential edgex-jenkins-ssh [2020-09-20T18:48:31.622Z] Cloning the remote Git repository [2020-09-20T18:48:31.623Z] Cloning with configured refspecs honoured and without tags [2020-09-20T18:48:31.806Z] OK: 166 MiB in 39 packages [2020-09-20T18:48:31.697Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-20T18:48:31.824Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-20T18:48:31.904Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-20T18:48:31.905Z] > git --version # timeout=10 [2020-09-20T18:48:31.925Z] > git --version # 'git version 2.17.1' [2020-09-20T18:48:31.927Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T18:48:32.020Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T18:48:32.476Z] Removing intermediate container 4a6d89ef5c9d [2020-09-20T18:48:32.476Z] ---> bfe267c6164a [2020-09-20T18:48:32.476Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-20T18:48:32.476Z] ---> Running in f2292ffedd49 [2020-09-20T18:48:32.776Z] Removing intermediate container f2292ffedd49 [2020-09-20T18:48:32.776Z] ---> 5f9dc13464be [2020-09-20T18:48:32.776Z] Step 7/8 : COPY . . [2020-09-20T18:48:33.054Z] Fetching without tags [2020-09-20T18:48:32.964Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-20T18:48:32.985Z] > git config --add remote.origin.fetch +refs/pull/591/head:refs/remotes/origin/PR-591 # timeout=10 [2020-09-20T18:48:33.006Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T18:48:33.032Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-20T18:48:33.067Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-20T18:48:33.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T18:48:33.081Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T18:48:33.588Z] Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 44723ec98315d466e92c2d735e52b8bc3e222db6 [2020-09-20T18:48:33.932Z] Merge succeeded, producing 0c86d3a25f14d03ed4ac746cfe6f3668ce60c372 [2020-09-20T18:48:33.933Z] Checking out Revision 0c86d3a25f14d03ed4ac746cfe6f3668ce60c372 (PR-591) [2020-09-20T18:48:34.270Z] ---> 7d9ddf9bf4af [2020-09-20T18:48:34.270Z] Step 8/8 : RUN go mod download [2020-09-20T18:48:34.270Z] ---> Running in f4c1edfaf248 [2020-09-20T18:48:33.612Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T18:48:33.633Z] > git checkout -f 44723ec98315d466e92c2d735e52b8bc3e222db6 # timeout=10 [2020-09-20T18:48:33.757Z] > git remote # timeout=10 [2020-09-20T18:48:33.778Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T18:48:33.802Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T18:48:33.814Z] > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 [2020-09-20T18:48:33.911Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T18:48:33.941Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T18:48:33.964Z] > git checkout -f 0c86d3a25f14d03ed4ac746cfe6f3668ce60c372 # timeout=10 [2020-09-20T18:48:38.449Z] Commit message: "Merge commit '0916c9033c71b8931055140091788f6fe2f32c33' into HEAD" [2020-09-20T18:48:38.481Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-20T18:48:38.460Z] > git rev-list --no-walk 12acf057907ca88f0c65778e0d2021bf05d29d25 # timeout=10 [Pipeline] echo [2020-09-20T18:48:39.787Z] ========================================================= [2020-09-20T18:48:39.787Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-20T18:48:39.787Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T18:48:41.040Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-20T18:48:42.063Z] Sending build context to Docker daemon 3.164MB [2020-09-20T18:48:42.063Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-20T18:48:42.063Z] Step 2/8 : FROM ${BASE} [2020-09-20T18:48:42.342Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-20T18:48:42.342Z] b538f80385f9: Pulling fs layer [2020-09-20T18:48:42.342Z] 74f711af9a0d: Pulling fs layer [2020-09-20T18:48:42.342Z] 99f96fe45779: Pulling fs layer [2020-09-20T18:48:42.342Z] 8529a6b9a6be: Pulling fs layer [2020-09-20T18:48:42.342Z] 45590311c82a: Pulling fs layer [2020-09-20T18:48:42.342Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-20T18:48:42.342Z] 209524e5b208: Pulling fs layer [2020-09-20T18:48:42.342Z] 45590311c82a: Waiting [2020-09-20T18:48:42.342Z] 8529a6b9a6be: Waiting [2020-09-20T18:48:42.342Z] 69ca0ff8b7b3: Waiting [2020-09-20T18:48:42.342Z] 209524e5b208: Waiting [2020-09-20T18:48:42.342Z] 99f96fe45779: Verifying Checksum [2020-09-20T18:48:42.342Z] 99f96fe45779: Download complete [2020-09-20T18:48:42.342Z] 74f711af9a0d: Download complete [2020-09-20T18:48:42.342Z] 45590311c82a: Verifying Checksum [2020-09-20T18:48:42.342Z] 45590311c82a: Download complete [2020-09-20T18:48:42.620Z] 69ca0ff8b7b3: Download complete [2020-09-20T18:48:42.620Z] b538f80385f9: Verifying Checksum [2020-09-20T18:48:42.620Z] b538f80385f9: Download complete [2020-09-20T18:48:43.228Z] b538f80385f9: Pull complete [2020-09-20T18:48:44.223Z] 74f711af9a0d: Pull complete [2020-09-20T18:48:44.502Z] 99f96fe45779: Pull complete [2020-09-20T18:48:45.106Z] 209524e5b208: Verifying Checksum [2020-09-20T18:48:45.106Z] 209524e5b208: Download complete [2020-09-20T18:48:47.757Z] 8529a6b9a6be: Verifying Checksum [2020-09-20T18:48:47.757Z] 8529a6b9a6be: Download complete [2020-09-20T18:48:57.925Z] 8529a6b9a6be: Pull complete [2020-09-20T18:48:58.200Z] 45590311c82a: Pull complete [2020-09-20T18:48:58.490Z] 69ca0ff8b7b3: Pull complete [2020-09-20T18:49:01.915Z] 209524e5b208: Pull complete [2020-09-20T18:49:01.915Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-20T18:49:01.915Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-20T18:49:01.915Z] ---> 5bddaf1c2fca [2020-09-20T18:49:01.915Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T18:49:05.338Z] ---> Running in 8ca54c032b23 [2020-09-20T18:49:05.617Z] Removing intermediate container 8ca54c032b23 [2020-09-20T18:49:05.618Z] ---> e71505daf1e9 [2020-09-20T18:49:05.618Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T18:49:05.891Z] ---> Running in 69b8dd5b9091 [2020-09-20T18:49:07.368Z] Removing intermediate container f4c1edfaf248 [2020-09-20T18:49:07.368Z] ---> a5c64fca33f4 [2020-09-20T18:49:07.368Z] Successfully built a5c64fca33f4 [2020-09-20T18:49:07.368Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T18:49:08.422Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-20T18:49:08.538Z] Removing intermediate container 69b8dd5b9091 [2020-09-20T18:49:08.539Z] ---> 0f540b18a6df [2020-09-20T18:49:08.539Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T18:49:08.813Z] ---> Running in a55b1ba7ec53 [2020-09-20T18:49:09.080Z] . [Pipeline] withDockerContainer [2020-09-20T18:49:09.547Z] prd-centos7-docker-4c-2g-593 does not seem to be running inside a container [2020-09-20T18:49:09.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-20T18:49:10.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T18:49:11.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T18:49:11.508Z] $ docker top f7229ae31ef3b9b1161aba5eaf6449437a2e4739de3b6b7b5056b8cb1cb77cff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T18:49:12.290Z] + go version [2020-09-20T18:49:12.290Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-20T18:49:12.322Z] $ docker stop --time=1 f7229ae31ef3b9b1161aba5eaf6449437a2e4739de3b6b7b5056b8cb1cb77cff [2020-09-20T18:49:12.686Z] OK: 142 MiB in 39 packages [2020-09-20T18:49:13.669Z] Removing intermediate container a55b1ba7ec53 [2020-09-20T18:49:13.670Z] ---> 6b7eac3bed85 [2020-09-20T18:49:13.670Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-20T18:49:13.670Z] ---> Running in 54b6058fb774 [2020-09-20T18:49:13.965Z] $ docker rm -f f7229ae31ef3b9b1161aba5eaf6449437a2e4739de3b6b7b5056b8cb1cb77cff [Pipeline] // withDockerContainer [2020-09-20T18:49:14.272Z] Removing intermediate container 54b6058fb774 [2020-09-20T18:49:14.272Z] ---> 38c4381663ce [2020-09-20T18:49:14.272Z] Step 7/8 : COPY . . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T18:49:15.175Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-20T18:49:15.175Z] . [Pipeline] withDockerContainer [2020-09-20T18:49:15.644Z] prd-centos7-docker-4c-2g-593 does not seem to be running inside a container [2020-09-20T18:49:15.713Z] ---> 50f21f56e581 [2020-09-20T18:49:15.713Z] Step 8/8 : RUN go mod download [2020-09-20T18:49:15.713Z] ---> Running in 9082b158870c [2020-09-20T18:49:15.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-20T18:49:17.609Z] $ docker top 2fa20f1d31f303b62bb6cb86a7ea0622e3ef887eb00ea74b65835869bbfb6f0b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T18:49:20.005Z] + make test [2020-09-20T18:49:20.006Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-20T18:49:35.779Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-20T18:49:42.531Z] Removing intermediate container 9082b158870c [2020-09-20T18:49:42.531Z] ---> 480801abd152 [2020-09-20T18:49:42.531Z] Successfully built 480801abd152 [2020-09-20T18:49:42.531Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T18:49:42.953Z] + docker inspect -f . ci-base-image-arm64 [2020-09-20T18:49:42.953Z] . [Pipeline] withDockerContainer [2020-09-20T18:49:43.203Z] prd-ubuntu18.04-docker-arm64-4c-16g-597 does not seem to be running inside a container [2020-09-20T18:49:43.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-20T18:49:45.201Z] $ docker top b961ae307821c89dc835b20556d10bc86c8b11c4f179abdac6caa273a404a842 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T18:49:46.652Z] + go version [2020-09-20T18:49:46.652Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-20T18:49:46.680Z] $ docker stop --time=1 b961ae307821c89dc835b20556d10bc86c8b11c4f179abdac6caa273a404a842 [2020-09-20T18:49:48.672Z] $ docker rm -f b961ae307821c89dc835b20556d10bc86c8b11c4f179abdac6caa273a404a842 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T18:49:49.742Z] + docker inspect -f . ci-base-image-arm64 [2020-09-20T18:49:49.742Z] . [Pipeline] withDockerContainer [2020-09-20T18:49:50.045Z] prd-ubuntu18.04-docker-arm64-4c-16g-597 does not seem to be running inside a container [2020-09-20T18:49:50.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-20T18:49:52.222Z] $ docker top 1f73ed7355f1e30ec05c66484ec8a1b5f1f2bab90879949b1dfe828b93966c3a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T18:49:53.705Z] + make test [2020-09-20T18:49:53.705Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-20T18:50:03.871Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [2020-09-20T18:50:03.871Z] internal/transformer/transformresult.go:604:57: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [2020-09-20T18:50:08.602Z] # github.com/edgexfoundry/device-sdk-go/internal/cache [github.com/edgexfoundry/device-sdk-go/internal/cache.test] [2020-09-20T18:50:08.602Z] internal/cache/devices_test.go:25:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: [2020-09-20T18:50:08.602Z] *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) [2020-09-20T18:50:08.602Z] have UpdateAdminState(context.Context, string, string) error [2020-09-20T18:50:08.602Z] want UpdateAdminState(context.Context, string, admin.UpdateRequest) error [2020-09-20T18:50:08.602Z] internal/cache/init_test.go:23:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: [2020-09-20T18:50:08.602Z] *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) [2020-09-20T18:50:08.602Z] have UpdateAdminState(context.Context, string, string) error [2020-09-20T18:50:08.602Z] want UpdateAdminState(context.Context, string, admin.UpdateRequest) error [2020-09-20T18:50:08.602Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] [2020-09-20T18:50:08.602Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] [2020-09-20T18:50:09.300Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [github.com/edgexfoundry/device-sdk-go/internal/transformer.test] [2020-09-20T18:50:09.300Z] internal/transformer/transformresult.go:604: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [2020-09-20T18:50:20.534Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-20T18:50:42.221Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.118s coverage: 8.6% of statements [2020-09-20T18:50:42.221Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.104s coverage: 21.7% of statements [2020-09-20T18:50:42.221Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] [2020-09-20T18:50:42.221Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] [2020-09-20T18:50:42.221Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] [2020-09-20T18:50:42.221Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.134s coverage: 68.9% of statements [2020-09-20T18:50:42.221Z] make: *** [Makefile:32: test] Error 2 [Pipeline] } [2020-09-20T18:50:42.270Z] $ docker stop --time=1 2fa20f1d31f303b62bb6cb86a7ea0622e3ef887eb00ea74b65835869bbfb6f0b [2020-09-20T18:50:44.565Z] $ docker rm -f 2fa20f1d31f303b62bb6cb86a7ea0622e3ef887eb00ea74b65835869bbfb6f0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-20T18:50:46.445Z] Failed in branch amd64 [2020-09-20T18:50:59.603Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [2020-09-20T18:50:59.603Z] internal/transformer/transformresult.go:604:57: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [2020-09-20T18:50:59.603Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] [2020-09-20T18:50:59.603Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [github.com/edgexfoundry/device-sdk-go/internal/transformer.test] [2020-09-20T18:50:59.603Z] internal/transformer/transformresult.go:604: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [2020-09-20T18:50:59.603Z] # github.com/edgexfoundry/device-sdk-go/internal/cache [github.com/edgexfoundry/device-sdk-go/internal/cache.test] [2020-09-20T18:50:59.603Z] internal/cache/devices_test.go:25:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: [2020-09-20T18:50:59.603Z] *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) [2020-09-20T18:50:59.603Z] have UpdateAdminState(context.Context, string, string) error [2020-09-20T18:50:59.603Z] want UpdateAdminState(context.Context, string, admin.UpdateRequest) error [2020-09-20T18:50:59.603Z] internal/cache/init_test.go:23:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: [2020-09-20T18:50:59.603Z] *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) [2020-09-20T18:50:59.603Z] have UpdateAdminState(context.Context, string, string) error [2020-09-20T18:50:59.603Z] want UpdateAdminState(context.Context, string, admin.UpdateRequest) error [2020-09-20T18:50:59.603Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] [2020-09-20T18:51:31.925Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.051s coverage: 8.6% of statements [2020-09-20T18:51:31.925Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.055s coverage: 21.7% of statements [2020-09-20T18:51:31.925Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] [2020-09-20T18:51:31.925Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] [2020-09-20T18:51:31.925Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] [2020-09-20T18:51:31.925Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.934s coverage: 68.9% of statements [2020-09-20T18:51:31.925Z] make: *** [Makefile:32: test] Error 2 [Pipeline] } [2020-09-20T18:51:31.952Z] $ docker stop --time=1 1f73ed7355f1e30ec05c66484ec8a1b5f1f2bab90879949b1dfe828b93966c3a [2020-09-20T18:51:34.044Z] $ docker rm -f 1f73ed7355f1e30ec05c66484ec8a1b5f1f2bab90879949b1dfe828b93966c3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-20T18:51:36.142Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-20T18:51:38.584Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T18:51:39.150Z] ---> package-listing.sh [2020-09-20T18:51:39.150Z] ++ facter osfamily [2020-09-20T18:51:39.150Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-20T18:51:39.150Z] + OS_FAMILY=redhat [2020-09-20T18:51:39.150Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-591 [2020-09-20T18:51:39.150Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-20T18:51:39.150Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-20T18:51:39.150Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-20T18:51:39.150Z] + PACKAGES=/tmp/packages_start.txt [2020-09-20T18:51:39.150Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-591 ']' [2020-09-20T18:51:39.150Z] + PACKAGES=/tmp/packages_end.txt [2020-09-20T18:51:39.150Z] + case "${OS_FAMILY}" in [2020-09-20T18:51:39.150Z] + rpm -qa [2020-09-20T18:51:39.150Z] + sort [2020-09-20T18:51:43.390Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-20T18:51:43.390Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-20T18:51:43.390Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-20T18:51:43.390Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-591 ']' [2020-09-20T18:51:43.390Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-591/archives/ [2020-09-20T18:51:43.390Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-591/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-20T18:51:43.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T18:51:43.899Z] [2020-09-20T18:51:43.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-20T18:51:44.258Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T18:51:44.258Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-20T18:51:44.258Z] df20fa9351a1: Pulling fs layer [2020-09-20T18:51:44.258Z] 36b3adc4ff6f: Pulling fs layer [2020-09-20T18:51:44.258Z] 8ad3a11d3b57: Pulling fs layer [2020-09-20T18:51:44.258Z] 46f8f816bc3b: Pulling fs layer [2020-09-20T18:51:44.258Z] 0dadc02b9964: Pulling fs layer [2020-09-20T18:51:44.258Z] ce6a7cf60c04: Pulling fs layer [2020-09-20T18:51:44.258Z] 7a184a31f384: Pulling fs layer [2020-09-20T18:51:44.258Z] 0879bd2ef858: Pulling fs layer [2020-09-20T18:51:44.258Z] ce6a7cf60c04: Waiting [2020-09-20T18:51:44.258Z] 46f8f816bc3b: Waiting [2020-09-20T18:51:44.258Z] 7a184a31f384: Waiting [2020-09-20T18:51:44.258Z] 0dadc02b9964: Waiting [2020-09-20T18:51:44.258Z] 0879bd2ef858: Waiting [2020-09-20T18:51:44.258Z] 36b3adc4ff6f: Verifying Checksum [2020-09-20T18:51:44.258Z] 36b3adc4ff6f: Download complete [2020-09-20T18:51:44.258Z] 46f8f816bc3b: Verifying Checksum [2020-09-20T18:51:44.258Z] 46f8f816bc3b: Download complete [2020-09-20T18:51:44.535Z] df20fa9351a1: Download complete [2020-09-20T18:51:44.535Z] ce6a7cf60c04: Verifying Checksum [2020-09-20T18:51:44.535Z] ce6a7cf60c04: Download complete [2020-09-20T18:51:44.535Z] 0dadc02b9964: Verifying Checksum [2020-09-20T18:51:44.535Z] 0dadc02b9964: Download complete [2020-09-20T18:51:44.535Z] 7a184a31f384: Verifying Checksum [2020-09-20T18:51:44.535Z] 7a184a31f384: Download complete [2020-09-20T18:51:44.535Z] 8ad3a11d3b57: Verifying Checksum [2020-09-20T18:51:44.535Z] 8ad3a11d3b57: Download complete [2020-09-20T18:51:44.799Z] df20fa9351a1: Pull complete [2020-09-20T18:51:45.063Z] 36b3adc4ff6f: Pull complete [2020-09-20T18:51:45.063Z] 0879bd2ef858: Verifying Checksum [2020-09-20T18:51:45.063Z] 0879bd2ef858: Download complete [2020-09-20T18:51:45.638Z] 8ad3a11d3b57: Pull complete [2020-09-20T18:51:45.638Z] 46f8f816bc3b: Pull complete [2020-09-20T18:51:45.900Z] 0dadc02b9964: Pull complete [2020-09-20T18:51:45.900Z] ce6a7cf60c04: Pull complete [2020-09-20T18:51:46.164Z] 7a184a31f384: Pull complete [2020-09-20T18:51:48.109Z] 0879bd2ef858: Pull complete [2020-09-20T18:51:48.109Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-20T18:51:48.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T18:51:48.109Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-20T18:51:48.236Z] prd-centos7-docker-4c-2g-588 does not seem to be running inside a container [2020-09-20T18:51:48.279Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_PR-591 -v /w/workspace/dgexfoundry_device-sdk-go_PR-591:/w/workspace/dgexfoundry_device-sdk-go_PR-591:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-20T18:51:53.369Z] $ docker top adc6dada0c249e89e939f5dc6be7bee8b201534d83199290a462af2af98dcc58 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T18:51:53.903Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-20T18:51:54.202Z] + ls /var/log/sa-host [2020-09-20T18:51:54.202Z] + sadf -c /var/log/sa-host/sa05 [2020-09-20T18:51:54.202Z] file_magic: OK [2020-09-20T18:51:54.202Z] HZ: Using current value: 100 [2020-09-20T18:51:54.202Z] file_header: OK [2020-09-20T18:51:54.202Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-20T18:51:54.202Z] Statistics: [2020-09-20T18:51:54.202Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T18:51:54.202Z] File successfully converted to sysstat format version 12.2.1 [2020-09-20T18:51:54.202Z] + sadf -c /var/log/sa-host/sa20 [2020-09-20T18:51:54.202Z] file_magic: OK [2020-09-20T18:51:54.202Z] HZ: Using current value: 100 [2020-09-20T18:51:54.202Z] file_header: OK [2020-09-20T18:51:54.202Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-20T18:51:54.202Z] Statistics: [2020-09-20T18:51:54.202Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T18:51:54.202Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-20T18:51:54.276Z] provisioning config files... [2020-09-20T18:51:54.294Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp/config3044522865537217163tmp [Pipeline] { [Pipeline] echo [2020-09-20T18:51:54.389Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T18:51:54.683Z] ---> create-netrc.sh [Pipeline] echo [2020-09-20T18:51:54.692Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T18:51:54.992Z] ---> logs-deploy.sh [2020-09-20T18:51:54.993Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-591/3 [2020-09-20T18:51:54.993Z] INFO: archiving workspace using pattern(s): [2020-09-20T18:51:56.382Z] Archives upload complete. [2020-09-20T18:51:56.382Z] INFO: archiving logs to Nexus