Pull request #344 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a+a88ea99ffe9e2626f031198baec7712ee48b9091 (939e4aef1cd4e65a2dd1f2a93c9b7a907ff62505) Running in Durability level: MAX_SURVIVABILITY 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-344/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-344/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 Excluding src/test/ from checkout of git git@github.com:lfit/releng-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:edgex-ui-go] ========================================================= [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: edgex-ui-go-settings PROJECT: edgex-ui-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2171’ Running on prd-centos7-docker-4c-2g-2173 in /w/workspace/edgexfoundry_edgex-ui-go_PR-344 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-344 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a88ea99ffe9e2626f031198baec7712ee48b9091 into PR head commit 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/344/head:refs/remotes/origin/PR-344 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 Merge succeeded, producing 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a Checking out Revision 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a (PR-344) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:02:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:02:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:02:48 ========================================================= 07:02:48 EdgeX Global Pipelines Version Info 07:02:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:02:49 ------------------- 07:02:49 stable info: 07:02:49 ------------------- 07:02:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:02:49 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 07:02:49 Message: update stable to v1.0.186 07:02:50 ------------------- 07:02:50 experimental info: 07:02:50 ------------------- 07:02:50 Commited By: **** collab-it+edgex@linuxfoundation.org 07:02:50 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 07:02:50 Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:02:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-344 [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-344 [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-344 [Pipeline] echo 07:02:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [Pipeline] echo 07:02:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 76f5f3c [Pipeline] echo 07:02:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:02:53 provisioning config files... 07:02:53 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/config5907726367806265426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:02:53 ---> docker-login.sh 07:02:53 nexus3.edgexfoundry.org:10001 07:02:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:54 Configure a credential helper to remove this warning. See 07:02:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:54 07:02:54 Login Succeeded 07:02:54 nexus3.edgexfoundry.org:10002 07:02:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:54 Configure a credential helper to remove this warning. See 07:02:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:54 07:02:54 Login Succeeded 07:02:54 nexus3.edgexfoundry.org:10003 07:02:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:54 Configure a credential helper to remove this warning. See 07:02:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:54 07:02:54 Login Succeeded 07:02:54 nexus3.edgexfoundry.org:10004 07:02:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:54 Configure a credential helper to remove this warning. See 07:02:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:54 07:02:54 Login Succeeded 07:02:54 docker.io 07:02:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:54 Configure a credential helper to remove this warning. See 07:02:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:54 07:02:54 Login Succeeded 07:02:54 ---> docker-login.sh ends [Pipeline] } 07:02:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:02:55 + git log --format=format:%s -1 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [Pipeline] echo 07:02:55 GIT_COMMIT: 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 07:02:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:02:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:02:56 07:02:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:02:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:02:56 latest: Pulling from edgex-devops/git-semver 07:02:56 31603596830f: Pulling fs layer 07:02:56 54011a49482f: Pulling fs layer 07:02:56 a6820b24f6d8: Pulling fs layer 07:02:56 f581987b2513: Pulling fs layer 07:02:56 f581987b2513: Waiting 07:02:56 54011a49482f: Verifying Checksum 07:02:56 54011a49482f: Download complete 07:02:56 31603596830f: Verifying Checksum 07:02:56 31603596830f: Download complete 07:02:57 f581987b2513: Verifying Checksum 07:02:57 f581987b2513: Download complete 07:02:57 a6820b24f6d8: Download complete 07:02:57 31603596830f: Pull complete 07:02:57 54011a49482f: Pull complete 07:02:58 a6820b24f6d8: Pull complete 07:02:58 f581987b2513: Pull complete 07:02:58 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:02:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:02:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:02:58 prd-centos7-docker-4c-2g-2173 does not seem to be running inside a container 07:02:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-344 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-344:/w/workspace/edgexfoundry_edgex-ui-go_PR-344:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-344@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:03:01 $ docker top 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:03:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:01 [ssh-agent] Looking for ssh-agent implementation... 07:03:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:01 $ docker exec 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 ssh-agent 07:03:01 SSH_AUTH_SOCK=/tmp/ssh-rSxVTMjjrBPi/agent.12 07:03:01 SSH_AGENT_PID=17 07:03:01 Running ssh-add (command line suppressed) 07:03:01 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/private_key_7719911074560331768.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/private_key_7719911074560331768.key) 07:03:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:02 + git tag --points-at HEAD [Pipeline] } 07:03:02 $ docker exec --env ******** --env ******** 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 ssh-agent -k 07:03:02 unset SSH_AUTH_SOCK; 07:03:02 unset SSH_AGENT_PID; 07:03:02 echo Agent pid 17 killed; 07:03:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:03:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:02 [ssh-agent] Looking for ssh-agent implementation... 07:03:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:02 $ docker exec 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 ssh-agent 07:03:03 SSH_AUTH_SOCK=/tmp/ssh-QmcVyFBaPHrB/agent.47 07:03:03 SSH_AGENT_PID=52 07:03:03 Running ssh-add (command line suppressed) 07:03:03 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/private_key_1694304843241465389.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/private_key_1694304843241465389.key) 07:03:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:03 + git semver init 07:03:03 # -> Open(): unable to determine branch for HEAD 07:03:03 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-344/.git 07:03:03 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-344 07:03:03 # $SEMVER_REMOTE_NAME = origin 07:03:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:03:03 # $SEMVER_USER_NAME = edgex-jenkins 07:03:03 # $SEMVER_BRANCH = PR-344 07:03:03 # $SEMVER_TEMP = /tmp/semver-040705276 07:03:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:03:06 # '/tmp/semver-040705276' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-344/.semver' 07:03:06 # -> Force: false 07:03:06 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-344/.semver [Pipeline] } 07:03:06 $ docker exec --env ******** --env ******** 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 ssh-agent -k 07:03:06 unset SSH_AUTH_SOCK; 07:03:06 unset SSH_AGENT_PID; 07:03:06 echo Agent pid 52 killed; 07:03:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:03:07 + git semver [Pipeline] } 07:03:07 $ docker stop --time=1 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 07:03:08 $ docker rm -f 9826d9cebc9ba306c0e481dc9ee25bdb370ce954d061438df840f04c85650830 [Pipeline] // withDockerContainer [Pipeline] sh 07:03:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:03:09 Stashed 1 file(s) [Pipeline] echo 07:03:09 [edgeXSemver]: initialized semver on 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 07:03:24 Still waiting to schedule task 07:03:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:03:24 Still waiting to schedule task 07:03:24 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2172’ 07:06:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2176 in /w/workspace/edgexfoundry_edgex-ui-go_PR-344 [Pipeline] { [Pipeline] ws 07:06:08 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 07:06:14 using credential edgex-jenkins-ssh 07:06:14 Cloning the remote Git repository 07:06:14 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:06:14 > git init /w/workspace/edgex-ui-go/1 # timeout=10 07:06:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:06:14 > git --version # timeout=10 07:06:14 > git --version # 'git version 2.17.1' 07:06:14 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:17 Merging remotes/origin/master commit a88ea99ffe9e2626f031198baec7712ee48b9091 into PR head commit 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a 07:06:17 Merge succeeded, producing 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a 07:06:17 Checking out Revision 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a (PR-344) 07:06:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:06:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:06:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:06:16 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/344/head:refs/remotes/origin/PR-344 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:06:17 > git config core.sparsecheckout # timeout=10 07:06:17 > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 07:06:17 > git remote # timeout=10 07:06:17 > git config --get remote.origin.url # timeout=10 07:06:17 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:17 > git merge a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 07:06:17 > git rev-parse HEAD^{commit} # timeout=10 07:06:17 > git config core.sparsecheckout # timeout=10 07:06:17 > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 07:06:22 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 07:06:22 > git --version # timeout=10 07:06:22 > git --version # 'git version 2.17.1' 07:06:22 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:06:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:06:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:06:25 + sudo service docker restart 07:06:25 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:06:28 provisioning config files... 07:06:28 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config1552877479395746948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:06:28 ---> docker-login.sh 07:06:28 nexus3.edgexfoundry.org:10001 07:06:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:29 Configure a credential helper to remove this warning. See 07:06:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:29 07:06:29 Login Succeeded 07:06:29 nexus3.edgexfoundry.org:10002 07:06:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:30 Configure a credential helper to remove this warning. See 07:06:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:30 07:06:30 Login Succeeded 07:06:30 nexus3.edgexfoundry.org:10003 07:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:31 Configure a credential helper to remove this warning. See 07:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:31 07:06:31 Login Succeeded 07:06:31 nexus3.edgexfoundry.org:10004 07:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:31 Configure a credential helper to remove this warning. See 07:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:31 07:06:31 Login Succeeded 07:06:31 docker.io 07:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:32 Configure a credential helper to remove this warning. See 07:06:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:32 07:06:32 Login Succeeded 07:06:32 ---> docker-login.sh ends [Pipeline] } 07:06:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:06:32 ========================================================= 07:06:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:06:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:06:32 + 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 . 07:06:33 Sending build context to Docker daemon 34.83MB 07:06:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:06:33 Step 2/8 : FROM ${BASE} 07:06:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:06:33 5f621e34cdf4: Pulling fs layer 07:06:33 a4357932f1b6: Pulling fs layer 07:06:33 18c013af1878: Pulling fs layer 07:06:33 00ac8860ef70: Pulling fs layer 07:06:33 63d7cb157983: Pulling fs layer 07:06:33 b116817d02f9: Pulling fs layer 07:06:33 745a02a5169b: Pulling fs layer 07:06:33 63d7cb157983: Waiting 07:06:33 b116817d02f9: Waiting 07:06:33 00ac8860ef70: Waiting 07:06:33 745a02a5169b: Waiting 07:06:33 18c013af1878: Verifying Checksum 07:06:33 18c013af1878: Download complete 07:06:33 a4357932f1b6: Download complete 07:06:33 63d7cb157983: Verifying Checksum 07:06:33 63d7cb157983: Download complete 07:06:34 b116817d02f9: Verifying Checksum 07:06:34 b116817d02f9: Download complete 07:06:34 5f621e34cdf4: Verifying Checksum 07:06:34 5f621e34cdf4: Download complete 07:06:34 5f621e34cdf4: Pull complete 07:06:35 a4357932f1b6: Pull complete 07:06:35 18c013af1878: Pull complete 07:06:37 745a02a5169b: Verifying Checksum 07:06:37 745a02a5169b: Download complete 07:06:37 00ac8860ef70: Download complete 07:06:47 00ac8860ef70: Pull complete 07:06:48 63d7cb157983: Pull complete 07:06:48 b116817d02f9: Pull complete 07:06:52 745a02a5169b: Pull complete 07:06:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:06:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:06:52 ---> b7e6874047d6 07:06:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:06:55 ---> Running in 09866b8b9d56 07:06:55 Removing intermediate container 09866b8b9d56 07:06:55 ---> 313d524c33a0 07:06:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:55 ---> Running in aa5aa53fabd4 07:06:58 Removing intermediate container aa5aa53fabd4 07:06:58 ---> 8e54bbc0bae3 07:06:58 Step 5/8 : RUN apk add --no-cache make git 07:06:58 ---> Running in 12b972d06124 07:06:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:07:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:07:01 OK: 142 MiB in 39 packages 07:07:02 Removing intermediate container 12b972d06124 07:07:02 ---> 61ae89e0333a 07:07:02 Step 6/8 : WORKDIR /edgex-ui-go 07:07:02 ---> Running in 95d291501f54 07:07:02 Removing intermediate container 95d291501f54 07:07:02 ---> 8512d8d59f3a 07:07:02 Step 7/8 : COPY . . 07:07:04 Running on prd-centos7-docker-4c-2g-2177 in /w/workspace/edgexfoundry_edgex-ui-go_PR-344 [Pipeline] { [Pipeline] ws 07:07:04 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 07:07:06 ---> 6a182fefe01a 07:07:06 Step 8/8 : RUN go mod download 07:07:06 ---> Running in 3456259ad207 07:07:07 using credential edgex-jenkins-ssh 07:07:07 Cloning the remote Git repository 07:07:07 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:07:07 > git init /w/workspace/edgex-ui-go/1 # timeout=10 07:07:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:07:07 > git --version # timeout=10 07:07:07 > git --version # 'git version 2.24.3' 07:07:07 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:07:09 Merging remotes/origin/master commit a88ea99ffe9e2626f031198baec7712ee48b9091 into PR head commit 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a 07:07:10 Merge succeeded, producing 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a 07:07:10 Checking out Revision 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a (PR-344) 07:07:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:07:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:07:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:07:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:07:09 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/344/head:refs/remotes/origin/PR-344 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:07:09 > git config core.sparsecheckout # timeout=10 07:07:09 > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 07:07:10 > git remote # timeout=10 07:07:10 > git config --get remote.origin.url # timeout=10 07:07:10 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:10 > git merge a88ea99ffe9e2626f031198baec7712ee48b9091 # timeout=10 07:07:10 > git rev-parse HEAD^{commit} # timeout=10 07:07:10 > git config core.sparsecheckout # timeout=10 07:07:10 > git checkout -f 76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a # timeout=10 07:07:14 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 07:07:14 > git --version # timeout=10 07:07:14 > git --version # 'git version 2.24.3' 07:07:14 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:07:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:07:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:07:17 + sudo service docker restart 07:07:17 + true 07:07:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:07:19 provisioning config files... 07:07:19 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config3114962852109712683tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:07:19 ---> docker-login.sh 07:07:19 nexus3.edgexfoundry.org:10001 07:07:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:07:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:07:19 Configure a credential helper to remove this warning. See 07:07:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:07:19 07:07:19 Login Succeeded 07:07:19 nexus3.edgexfoundry.org:10002 07:07:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:07:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:07:20 Configure a credential helper to remove this warning. See 07:07:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:07:20 07:07:20 Login Succeeded 07:07:20 nexus3.edgexfoundry.org:10003 07:07:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:07:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:07:20 Configure a credential helper to remove this warning. See 07:07:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:07:20 07:07:20 Login Succeeded 07:07:20 nexus3.edgexfoundry.org:10004 07:07:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:07:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:07:20 Configure a credential helper to remove this warning. See 07:07:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:07:20 07:07:20 Login Succeeded 07:07:20 docker.io 07:07:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:07:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:07:20 Configure a credential helper to remove this warning. See 07:07:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:07:20 07:07:20 Login Succeeded 07:07:20 ---> docker-login.sh ends [Pipeline] } 07:07:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:07:21 ========================================================= 07:07:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:07:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:07:21 + 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 . 07:07:22 Sending build context to Docker daemon 34.83MB 07:07:22 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:07:22 Step 2/8 : FROM ${BASE} 07:07:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:07:22 188c0c94c7c5: Pulling fs layer 07:07:22 0ef7d3d256c8: Pulling fs layer 07:07:22 de9db76c5a1d: Pulling fs layer 07:07:22 bca2f99d35d6: Pulling fs layer 07:07:22 93359f2a8cfa: Pulling fs layer 07:07:22 7c6f9722023f: Pulling fs layer 07:07:22 a35cf1a2eb13: Pulling fs layer 07:07:22 93359f2a8cfa: Waiting 07:07:22 7c6f9722023f: Waiting 07:07:22 a35cf1a2eb13: Waiting 07:07:22 bca2f99d35d6: Waiting 07:07:22 de9db76c5a1d: Verifying Checksum 07:07:22 de9db76c5a1d: Download complete 07:07:22 0ef7d3d256c8: Download complete 07:07:22 93359f2a8cfa: Verifying Checksum 07:07:22 93359f2a8cfa: Download complete 07:07:22 188c0c94c7c5: Download complete 07:07:22 7c6f9722023f: Verifying Checksum 07:07:22 7c6f9722023f: Download complete 07:07:22 188c0c94c7c5: Pull complete 07:07:22 0ef7d3d256c8: Pull complete 07:07:23 de9db76c5a1d: Pull complete 07:07:24 a35cf1a2eb13: Verifying Checksum 07:07:24 a35cf1a2eb13: Download complete 07:07:24 bca2f99d35d6: Verifying Checksum 07:07:24 bca2f99d35d6: Download complete 07:07:29 bca2f99d35d6: Pull complete 07:07:29 93359f2a8cfa: Pull complete 07:07:29 7c6f9722023f: Pull complete 07:07:38 a35cf1a2eb13: Pull complete 07:07:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:07:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:07:38 ---> a62c8e92a672 07:07:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:07:38 ---> Running in 7cfc869b7fae 07:07:38 Removing intermediate container 7cfc869b7fae 07:07:38 ---> 668b65433319 07:07:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:07:38 ---> Running in ad9794ea3d10 07:07:38 Removing intermediate container 3456259ad207 07:07:38 ---> b4936e78a804 07:07:38 Successfully built b4936e78a804 07:07:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:07:39 + docker inspect -f . ci-base-image-arm64 07:07:39 . [Pipeline] withDockerContainer 07:07:39 Removing intermediate container ad9794ea3d10 07:07:39 ---> 3f4e8a6ee4c6 07:07:39 Step 5/8 : RUN apk add --no-cache make git 07:07:39 prd-ubuntu18.04-docker-arm64-4c-16g-2176 does not seem to be running inside a container 07:07:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:07:39 ---> Running in a189f16dfbd3 07:07:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:07:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:07:41 $ docker top 0154e8ecb2377597e10fee2033854bba8e1b4ddbac9239968df3fead92bb2e24 -eo pid,comm 07:07:41 OK: 166 MiB in 39 packages 07:07:41 Removing intermediate container a189f16dfbd3 07:07:41 ---> e10e8f570925 07:07:41 Step 6/8 : WORKDIR /edgex-ui-go [Pipeline] { [Pipeline] sh 07:07:41 ---> Running in afc7ddff53dc 07:07:41 Removing intermediate container afc7ddff53dc 07:07:41 ---> 6e02e38872f8 07:07:41 Step 7/8 : COPY . . 07:07:42 + go version 07:07:42 go version go1.15.5 linux/arm64 [Pipeline] } 07:07:42 $ docker stop --time=1 0154e8ecb2377597e10fee2033854bba8e1b4ddbac9239968df3fead92bb2e24 07:07:44 $ docker rm -f 0154e8ecb2377597e10fee2033854bba8e1b4ddbac9239968df3fead92bb2e24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:07:44 ---> e649e1c72d1a 07:07:44 Step 8/8 : RUN go mod download 07:07:44 ---> Running in e6c76b47f1de 07:07:45 + docker inspect -f . ci-base-image-arm64 07:07:45 . [Pipeline] withDockerContainer 07:07:45 prd-ubuntu18.04-docker-arm64-4c-16g-2176 does not seem to be running inside a container 07:07:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:07:46 $ docker top 3b62db1f0251ec78e8a629bb7d7e58c220bcf87475e587640c13c89b0ba95a73 -eo pid,comm [Pipeline] { [Pipeline] sh 07:07:47 + make test 07:07:47 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:07:49 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:08:11 Removing intermediate container e6c76b47f1de 07:08:11 ---> 57e9c40681f6 07:08:11 Successfully built 57e9c40681f6 07:08:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:08:11 + docker inspect -f . ci-base-image-x86_64 07:08:11 . [Pipeline] withDockerContainer 07:08:12 prd-centos7-docker-4c-2g-2177 does not seem to be running inside a container 07:08:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:08:12 $ docker top 1275c55d0b2706e02a0bef08b3d3a488ddbdf4816891ea73255262bba5358fc2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:13 + go version 07:08:13 go version go1.15.5 linux/amd64 [Pipeline] } 07:08:13 $ docker stop --time=1 1275c55d0b2706e02a0bef08b3d3a488ddbdf4816891ea73255262bba5358fc2 07:08:14 $ docker rm -f 1275c55d0b2706e02a0bef08b3d3a488ddbdf4816891ea73255262bba5358fc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:08:15 + docker inspect -f . ci-base-image-x86_64 07:08:15 . [Pipeline] withDockerContainer 07:08:15 prd-centos7-docker-4c-2g-2177 does not seem to be running inside a container 07:08:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:08:16 $ docker top 3da6219b2cfb060f8b19d8ec8afd146a9e3dd75e42b929a51002dbc0d3d3137e -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:16 + make test 07:08:16 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:08:18 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:08:22 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:08:22 GO111MODULE=on go vet ./... [Pipeline] } 07:08:24 $ docker stop --time=1 3b62db1f0251ec78e8a629bb7d7e58c220bcf87475e587640c13c89b0ba95a73 07:08:26 $ docker rm -f 3b62db1f0251ec78e8a629bb7d7e58c220bcf87475e587640c13c89b0ba95a73 [Pipeline] // withDockerContainer [Pipeline] sh 07:08:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:08:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:08:28 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:08:28 GO111MODULE=on go vet ./... [Pipeline] { [Pipeline] sh 07:08:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:08:29 + ls -al . 07:08:29 total 124 07:08:29 drwxrwxr-x 10 jenkins jenkins 4096 Apr 28 07:07 . 07:08:29 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 07:06 .. 07:08:29 drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 07:06 .git 07:08:29 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 07:06 .github 07:08:29 -rw-rw-r-- 1 jenkins jenkins 162 Apr 28 07:06 .gitignore 07:08:29 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 28 07:06 CONTRIBUTING.md 07:08:29 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 28 07:06 Dockerfile 07:08:29 -rw-rw-r-- 1 jenkins jenkins 902 Apr 28 07:06 Dockerfile.build 07:08:29 -rw-rw-r-- 1 jenkins jenkins 652 Apr 28 07:06 Jenkinsfile 07:08:29 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 28 07:06 LICENSE 07:08:29 -rw-rw-r-- 1 jenkins jenkins 951 Apr 28 07:06 Makefile 07:08:29 -rw-rw-r-- 1 jenkins jenkins 6012 Apr 28 07:06 README.md 07:08:29 -rw-rw-r-- 1 jenkins jenkins 5 Apr 28 07:03 VERSION 07:08:29 drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 07:06 assets 07:08:29 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 07:06 bin 07:08:29 drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 07:06 cmd 07:08:29 -rw-r--r-- 1 jenkins jenkins 10 Apr 28 07:07 coverage.out 07:08:29 drwxrwxr-x 5 jenkins jenkins 4096 Apr 28 07:06 docs 07:08:29 -rw-rw-r-- 1 jenkins jenkins 987 Apr 28 07:06 go.mod 07:08:29 -rw-r--r-- 1 jenkins jenkins 22392 Apr 28 07:07 go.sum 07:08:29 drwxrwxr-x 10 jenkins jenkins 4096 Apr 28 07:06 internal 07:08:29 -rw-rw-r-- 1 jenkins jenkins 155 Apr 28 07:06 version.go 07:08:29 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 07:06 web [Pipeline] isUnix [Pipeline] sh 07:08:30 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a --label arch=arm64 --label version=0.0.0 . [Pipeline] } 07:08:30 $ docker stop --time=1 3da6219b2cfb060f8b19d8ec8afd146a9e3dd75e42b929a51002dbc0d3d3137e 07:08:31 Sending build context to Docker daemon 34.85MB 07:08:31 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:08:31 Step 2/24 : FROM ${BASE} AS builder 07:08:31 ---> b4936e78a804 07:08:31 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:08:31 ---> Running in be383fd8a4ee 07:08:31 Removing intermediate container be383fd8a4ee 07:08:31 ---> bb0310267a90 07:08:31 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:08:31 ---> Running in 0188b5d6da62 07:08:32 Removing intermediate container 0188b5d6da62 07:08:32 ---> 37c435cf0e5b 07:08:32 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:08:32 ---> Running in f4129b06051d 07:08:32 $ docker rm -f 3da6219b2cfb060f8b19d8ec8afd146a9e3dd75e42b929a51002dbc0d3d3137e [Pipeline] // withDockerContainer [Pipeline] sh 07:08:33 Removing intermediate container f4129b06051d 07:08:33 ---> a4a87e9ca1df 07:08:33 Step 6/24 : LABEL Name=edgex-ui-go 07:08:33 ---> Running in e420e1e1a5ff 07:08:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:08:33 Warning: overwriting stash ‘coverage-report’ 07:08:33 Stashed 1 file(s) [Pipeline] } 07:08:33 Removing intermediate container e420e1e1a5ff 07:08:33 ---> 31b5610263d1 07:08:33 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:08:33 ---> Running in 9e5ae89ee9fe [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:08:34 Removing intermediate container 9e5ae89ee9fe 07:08:34 ---> 468fa97ecd09 07:08:34 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:34 ---> Running in 7796f30399ad 07:08:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:08:34 + ls -al . 07:08:34 total 92 07:08:34 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 28 07:08 . 07:08:34 drwxrwxr-x. 4 jenkins jenkins 28 Apr 28 07:07 .. 07:08:34 drwxrwxr-x. 3 jenkins jenkins 20 Apr 28 07:07 assets 07:08:34 drwxrwxr-x. 2 jenkins jenkins 35 Apr 28 07:07 bin 07:08:34 drwxrwxr-x. 3 jenkins jenkins 29 Apr 28 07:07 cmd 07:08:34 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 28 07:07 CONTRIBUTING.md 07:08:34 -rw-r--r--. 1 jenkins jenkins 10 Apr 28 07:08 coverage.out 07:08:34 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 28 07:07 Dockerfile 07:08:34 -rw-rw-r--. 1 jenkins jenkins 902 Apr 28 07:07 Dockerfile.build 07:08:34 drwxrwxr-x. 5 jenkins jenkins 104 Apr 28 07:07 docs 07:08:34 drwxrwxr-x. 8 jenkins jenkins 179 Apr 28 07:07 .git 07:08:34 drwxrwxr-x. 2 jenkins jenkins 103 Apr 28 07:07 .github 07:08:34 -rw-rw-r--. 1 jenkins jenkins 162 Apr 28 07:07 .gitignore 07:08:34 -rw-rw-r--. 1 jenkins jenkins 987 Apr 28 07:07 go.mod 07:08:34 -rw-r--r--. 1 jenkins jenkins 22392 Apr 28 07:08 go.sum 07:08:34 drwxrwxr-x. 10 jenkins jenkins 139 Apr 28 07:07 internal 07:08:34 -rw-rw-r--. 1 jenkins jenkins 652 Apr 28 07:07 Jenkinsfile 07:08:34 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 28 07:07 LICENSE 07:08:34 -rw-rw-r--. 1 jenkins jenkins 951 Apr 28 07:07 Makefile 07:08:34 -rw-rw-r--. 1 jenkins jenkins 6012 Apr 28 07:07 README.md 07:08:34 -rw-rw-r--. 1 jenkins jenkins 5 Apr 28 07:03 VERSION 07:08:34 -rw-rw-r--. 1 jenkins jenkins 155 Apr 28 07:07 version.go 07:08:34 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 28 07:07 web [Pipeline] isUnix [Pipeline] sh 07:08:34 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a --label arch=amd64 --label version=0.0.0 . 07:08:35 Sending build context to Docker daemon 34.85MB 07:08:35 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:08:35 Step 2/24 : FROM ${BASE} AS builder 07:08:35 ---> 57e9c40681f6 07:08:35 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:08:36 ---> Running in b12fe78d08df 07:08:36 Removing intermediate container 7796f30399ad 07:08:36 ---> 7b325b353cdf 07:08:36 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:08:36 Removing intermediate container b12fe78d08df 07:08:36 ---> f0e745e39acd 07:08:36 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:08:36 ---> Running in 66a3caa3d269 07:08:36 ---> Running in e1014ed4ca5e 07:08:36 Removing intermediate container 66a3caa3d269 07:08:36 ---> e8c7341205ec 07:08:36 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:08:36 ---> Running in 629474ca41c6 07:08:36 Removing intermediate container 629474ca41c6 07:08:36 ---> 5120cab88d88 07:08:36 Step 6/24 : LABEL Name=edgex-ui-go 07:08:36 ---> Running in 3789d9d47f43 07:08:36 Removing intermediate container 3789d9d47f43 07:08:36 ---> 5e3f3b7b1c49 07:08:36 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:08:37 ---> Running in 06bf7b4cf3f4 07:08:37 Removing intermediate container 06bf7b4cf3f4 07:08:37 ---> 04c9e45d7154 07:08:37 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:37 ---> Running in c96b0ee9da53 07:08:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:08:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:08:38 Removing intermediate container c96b0ee9da53 07:08:38 ---> 5de531dac699 07:08:38 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:08:38 ---> Running in 33e477635908 07:08:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:08:39 OK: 142 MiB in 39 packages 07:08:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:08:40 Removing intermediate container e1014ed4ca5e 07:08:40 ---> 620a30ed2938 07:08:40 Step 10/24 : ENV GO111MODULE=on 07:08:40 ---> Running in 14769ab47fc0 07:08:40 Removing intermediate container 14769ab47fc0 07:08:40 ---> 035104b5f0c2 07:08:40 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:08:40 ---> Running in 8c0749489fc0 07:08:41 Removing intermediate container 8c0749489fc0 07:08:41 ---> 0b5df1fde3d9 07:08:41 Step 12/24 : COPY go.mod . 07:08:41 OK: 166 MiB in 39 packages 07:08:41 Removing intermediate container 33e477635908 07:08:41 ---> 7bbcf3b58f91 07:08:41 Step 10/24 : ENV GO111MODULE=on 07:08:41 ---> Running in cb84ab0aa0f7 07:08:41 Removing intermediate container cb84ab0aa0f7 07:08:41 ---> be2255c99115 07:08:41 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:08:41 ---> Running in 6bb565f34e53 07:08:41 ---> a375b4ae80db 07:08:41 Step 13/24 : COPY Makefile . 07:08:42 Removing intermediate container 6bb565f34e53 07:08:42 ---> 306ce1b9d523 07:08:42 Step 12/24 : COPY go.mod . 07:08:42 ---> fb043ca56861 07:08:42 Step 13/24 : COPY Makefile . 07:08:42 ---> c5fc25ce6927 07:08:42 Step 14/24 : RUN make update 07:08:42 ---> 57399c31c9b0 07:08:42 Step 14/24 : RUN make update 07:08:42 ---> Running in 7b8b4e51cdd7 07:08:42 ---> Running in 0b2ae651fef2 07:08:43 CGO_ENABLED=0 GO111MODULE=on go mod download 07:08:43 CGO_ENABLED=0 GO111MODULE=on go mod download 07:08:43 Removing intermediate container 7b8b4e51cdd7 07:08:43 ---> 19bc20d9aee7 07:08:43 Step 15/24 : COPY . . 07:08:45 Removing intermediate container 0b2ae651fef2 07:08:45 ---> 5442c6f21efa 07:08:45 Step 15/24 : COPY . . 07:08:46 ---> c679a9b3ce5a 07:08:46 Step 16/24 : RUN ${MAKE} 07:08:46 ---> Running in 545e3c21d7c5 07:08:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 07:08:48 ---> 229ee27e792d 07:08:48 Step 16/24 : RUN ${MAKE} 07:08:48 ---> Running in 2ede81325706 07:08:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 07:08:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:08:59 Removing intermediate container 545e3c21d7c5 07:08:59 ---> f575e2571f21 07:08:59 Step 17/24 : FROM alpine:3.12 07:08:59 3.12: Pulling from library/alpine 07:08:59 339de151aab4: Pulling fs layer 07:08:59 339de151aab4: Verifying Checksum 07:08:59 339de151aab4: Download complete 07:09:00 339de151aab4: Pull complete 07:09:00 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:09:00 Status: Downloaded newer image for alpine:3.12 07:09:00 ---> 13621d1b12d4 07:09:00 Step 18/24 : EXPOSE 4000 07:09:00 ---> Running in 4b02cbd867db 07:09:00 Removing intermediate container 4b02cbd867db 07:09:00 ---> 6c0f08bed706 07:09:00 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:09:01 ---> 0279f26ae9ba 07:09:01 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:09:01 ---> Running in f1fb34c02af6 07:09:02 Removing intermediate container f1fb34c02af6 07:09:02 ---> 742604d8b709 07:09:02 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:09:02 ---> Running in 472bf626a5e1 07:09:02 Removing intermediate container 472bf626a5e1 07:09:02 ---> 40bdba4598d4 07:09:02 Step 22/24 : LABEL arch=amd64 07:09:02 ---> Running in 500f200dbe4e 07:09:02 Removing intermediate container 500f200dbe4e 07:09:02 ---> a609f23121c4 07:09:02 Step 23/24 : LABEL git_sha=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a 07:09:02 ---> Running in 0a383976eef9 07:09:02 Removing intermediate container 0a383976eef9 07:09:02 ---> 56b32b6458f5 07:09:02 Step 24/24 : LABEL version=0.0.0 07:09:02 ---> Running in 0e5f476356c2 07:09:03 Removing intermediate container 0e5f476356c2 07:09:03 ---> eae8532773d7 07:09:03 [Warning] One or more build-args [ARCH] were not consumed 07:09:03 Successfully built eae8532773d7 07:09:03 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 07:09:04 ---> job-cost.sh 07:09:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xjJc 07:09:16 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:09:19 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:09:21 Removing intermediate container 2ede81325706 07:09:21 ---> 4d4c41b92355 07:09:21 Step 17/24 : FROM alpine:3.12 07:09:21 3.12: Pulling from library/alpine 07:09:21 d2f70382dc9a: Pulling fs layer 07:09:22 d2f70382dc9a: Verifying Checksum 07:09:22 d2f70382dc9a: Download complete 07:09:22 d2f70382dc9a: Pull complete 07:09:22 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:09:22 Status: Downloaded newer image for alpine:3.12 07:09:22 ---> 9852663dfa18 07:09:22 Step 18/24 : EXPOSE 4000 07:09:22 ---> Running in 723dff9a50b5 07:09:23 Removing intermediate container 723dff9a50b5 07:09:23 ---> 62e11b7e0059 07:09:23 Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:09:25 ---> 7184a1ba8512 07:09:25 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:09:25 ---> Running in 7c1f1b930f36 07:09:26 Removing intermediate container 7c1f1b930f36 07:09:26 ---> a44059094ddb 07:09:26 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:09:26 ---> Running in 837e0b5ed827 07:09:26 Removing intermediate container 837e0b5ed827 07:09:26 ---> 5eeb39e7b6d0 07:09:26 Step 22/24 : LABEL arch=arm64 07:09:26 ---> Running in 97fcea2855b1 07:09:27 Removing intermediate container 97fcea2855b1 07:09:27 ---> 6a4cfd60f862 07:09:27 Step 23/24 : LABEL git_sha=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a 07:09:27 ---> Running in 8f2e47b13ff9 07:09:27 Removing intermediate container 8f2e47b13ff9 07:09:27 ---> cd20587d874b 07:09:27 Step 24/24 : LABEL version=0.0.0 07:09:27 ---> Running in da5db06d1178 07:09:28 Removing intermediate container da5db06d1178 07:09:28 ---> 4f6d539e61b4 07:09:28 [Warning] One or more build-args [ARCH] were not consumed 07:09:28 Successfully built 4f6d539e61b4 07:09:28 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 07:09:29 ---> job-cost.sh 07:09:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1gBY 07:09:45 lf-activate-venv(): INFO: Adding /tmp/venv-xjJc/bin to PATH 07:09:45 INFO: No Stack... 07:09:45 INFO: Retrieving Pricing Info for: v1-standard-2 07:09:46 INFO: Archiving Costs [Pipeline] sh 07:09:46 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:09:46 + cut -d, -f6 [Pipeline] lock 07:09:46 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] 07:09:46 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] did not exist. Created. 07:09:46 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:09:46 + echo total: 0.029999999329447746 [Pipeline] stash 07:09:47 Stashed 1 file(s) [Pipeline] } 07:09:47 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:10:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:11:30 lf-activate-venv(): INFO: Adding /tmp/venv-1gBY/bin to PATH 07:11:30 INFO: No Stack... 07:11:30 INFO: Retrieving Pricing Info for: lf-standard-4 07:11:30 INFO: Archiving Costs [Pipeline] sh 07:11:30 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:11:30 + cut -d, -f6 [Pipeline] lock 07:11:31 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] 07:11:31 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] did not exist. Created. 07:11:31 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:11:31 /w/workspace/edgex-ui-go/1@tmp/durable-95e95554/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-95e95554/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:11:31 + echo total: 0.20999999344348907 [Pipeline] stash 07:11:32 Warning: overwriting stash ‘stack-cost’ 07:11:32 Stashed 1 file(s) [Pipeline] } 07:11:32 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-344-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:11:33 provisioning config files... 07:11:33 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/config2775508432483381380tmp [Pipeline] { [Pipeline] sh 07:11:33 + set +x 07:11:33 + curl -s https://codecov.io/bash 07:11:33 + bash -s -- 07:11:33 07:11:33 _____ _ 07:11:33 / ____| | | 07:11:33 | | ___ __| | ___ ___ _____ __ 07:11:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:11:33 | |___| (_) | (_| | __/ (_| (_) \ V / 07:11:33 \_____\___/ \__,_|\___|\___\___/ \_/ 07:11:33 Bash-1.0.2 07:11:33 07:11:33 07:11:33 ==> git version 2.24.3 found 07:11:33 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 07:11:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:11:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:11:33 ==> Jenkins CI detected. 07:11:33 project root: . 07:11:33 --> token set from env 07:11:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:11:33 ==> Running gcov in . (disable via -X gcov) 07:11:33 ==> Python coveragepy not found 07:11:33 ==> Searching for coverage reports in: 07:11:33 + . 07:11:33 -> Found 1 reports 07:11:33 ==> Detecting git/mercurial file structure 07:11:33 ==> Reading reports 07:11:33 + ./coverage.out bytes=10 07:11:33 ==> Appending adjustments 07:11:33 https://docs.codecov.io/docs/fixing-reports 07:11:34 + Found adjustments 07:11:34 ==> Gzipping contents 07:11:34 4.0K /tmp/codecov.nxHSpx.gz 07:11:34 ==> Uploading reports 07:11:34 url: https://codecov.io 07:11:34 query: branch=PR-344&commit=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-344%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=344&job=&cmd_args= 07:11:34 -> Pinging Codecov 07:11:34 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-344&commit=76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-344%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=344&job=&cmd_args= 07:11:34 -> Uploading to 07:11:34 https://storage.googleapis.com/codecov/v4/raw/2021-04-28/FB506323287CE973F263BFD2A0EB1F37/76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a/44050fae-7883-4fc3-8127-b3e1f8f6f1c1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210428T071134Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a3690bba74b6128fb6e2182d2d6dce85cb51cfd1c51f163b20611f155b07696f 07:11:34 % Total % Received % Xferd Average Speed Time Time Time Current 07:11:34 Dload Upload Total Spent Left Speed 07:11:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 10234 --:--:-- --:--:-- --:--:-- 10214 07:11:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/76f5f3ceb76b2715bd55f94af4a0146ac63c5d8a [Pipeline] } 07:11:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:11:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:11:37 ---> package-listing.sh 07:11:37 ++ facter osfamily 07:11:37 ++ tr '[:upper:]' '[:lower:]' 07:11:37 + OS_FAMILY=redhat 07:11:37 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-344 07:11:37 + START_PACKAGES=/tmp/packages_start.txt 07:11:37 + END_PACKAGES=/tmp/packages_end.txt 07:11:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:11:37 + PACKAGES=/tmp/packages_start.txt 07:11:37 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-344 ']' 07:11:37 + PACKAGES=/tmp/packages_end.txt 07:11:37 + case "${OS_FAMILY}" in 07:11:37 + rpm -qa 07:11:37 + sort 07:11:42 + '[' -f /tmp/packages_start.txt ']' 07:11:42 + '[' -f /tmp/packages_end.txt ']' 07:11:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:11:42 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-344 ']' 07:11:42 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-344/archives/ 07:11:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-344/archives/ [Pipeline] echo 07:11:42 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-344/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:11:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:11:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:11:43 07:11:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:11:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:11:43 alpine: Pulling from edgex-lftools-log-publisher 07:11:43 df20fa9351a1: Pulling fs layer 07:11:43 36b3adc4ff6f: Pulling fs layer 07:11:43 8ad3a11d3b57: Pulling fs layer 07:11:43 46f8f816bc3b: Pulling fs layer 07:11:43 93b61091891f: Pulling fs layer 07:11:43 93b9cdb0e59b: Pulling fs layer 07:11:43 5e14af77c1be: Pulling fs layer 07:11:43 01666e4c0597: Pulling fs layer 07:11:43 aa168da1d23b: Pulling fs layer 07:11:43 46f8f816bc3b: Waiting 07:11:43 93b61091891f: Waiting 07:11:43 93b9cdb0e59b: Waiting 07:11:43 01666e4c0597: Waiting 07:11:43 5e14af77c1be: Waiting 07:11:43 aa168da1d23b: Waiting 07:11:43 36b3adc4ff6f: Verifying Checksum 07:11:43 36b3adc4ff6f: Download complete 07:11:43 46f8f816bc3b: Verifying Checksum 07:11:43 46f8f816bc3b: Download complete 07:11:43 df20fa9351a1: Verifying Checksum 07:11:43 93b9cdb0e59b: Verifying Checksum 07:11:43 93b9cdb0e59b: Download complete 07:11:43 5e14af77c1be: Verifying Checksum 07:11:43 5e14af77c1be: Download complete 07:11:44 93b61091891f: Verifying Checksum 07:11:44 93b61091891f: Download complete 07:11:44 01666e4c0597: Verifying Checksum 07:11:44 01666e4c0597: Download complete 07:11:44 8ad3a11d3b57: Verifying Checksum 07:11:44 8ad3a11d3b57: Download complete 07:11:44 df20fa9351a1: Pull complete 07:11:44 36b3adc4ff6f: Pull complete 07:11:46 8ad3a11d3b57: Pull complete 07:11:46 aa168da1d23b: Verifying Checksum 07:11:46 aa168da1d23b: Download complete 07:11:46 46f8f816bc3b: Pull complete 07:11:47 93b61091891f: Pull complete 07:11:47 93b9cdb0e59b: Pull complete 07:11:47 5e14af77c1be: Pull complete 07:11:47 01666e4c0597: Pull complete 07:11:54 aa168da1d23b: Pull complete 07:11:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:11:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:11:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:11:54 prd-centos7-docker-4c-2g-2173 does not seem to be running inside a container 07:11:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-344/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-344 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-344:/w/workspace/edgexfoundry_edgex-ui-go_PR-344:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-344@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:11:57 $ docker top 51a0d8b9697f1e59d08ceae58628d4105aed735183a25aae0a951a4004d8cf6c -eo pid,comm [Pipeline] { [Pipeline] sh 07:11:58 + touch /tmp/pre-build-complete [Pipeline] sh 07:11:58 + mkdir -p /var/log/sa [Pipeline] sh 07:11:59 + ls /var/log/sa-host 07:11:59 + sadf -c /var/log/sa-host/sa23 07:11:59 file_magic: OK 07:11:59 HZ: Using current value: 100 07:11:59 file_header: OK 07:11:59 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 07:11:59 Statistics: 07:11:59 Hnuu...uuuununununu... 07:11:59 File successfully converted to sysstat format version 12.2.1 07:11:59 + sadf -c /var/log/sa-host/sa28 07:11:59 file_magic: OK 07:11:59 HZ: Using current value: 100 07:11:59 file_header: OK 07:11:59 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 07:11:59 Statistics: 07:11:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:11:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:11:59 provisioning config files... 07:11:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp/config2040697552168390327tmp [Pipeline] { [Pipeline] echo 07:11:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:11:59 ---> create-netrc.sh [Pipeline] } 07:11:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:11:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:12:00 ---> python-tools-install.sh [Pipeline] echo 07:12:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:12:00 ---> sudo-logs.sh 07:12:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:12:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:12:00 ---> job-cost.sh 07:12:00 lf-activate-venv: SKIPPING 07:12:00 DEBUG: total: 0.20999999344348907 07:12:00 INFO: Retrieving Stack Cost... 07:12:02 INFO: Retrieving Pricing Info for: v1-standard-2 07:12:02 INFO: Archiving Costs [Pipeline] echo 07:12:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:12:03 ---> logs-deploy.sh 07:12:03 lf-activate-venv: SKIPPING 07:12:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-344/1 07:12:03 INFO: archiving workspace using pattern(s): 07:12:04 Archives upload complete. 07:12:04 INFO: archiving logs to Nexus 07:12:05 ---> uname -a: 07:12:05 Linux prd-centos7-docker-4c-2g-2173.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:12:05 07:12:05 07:12:05 ---> lscpu: 07:12:05 Architecture: x86_64 07:12:05 CPU op-mode(s): 32-bit, 64-bit 07:12:05 Byte Order: Little Endian 07:12:05 Address sizes: 40 bits physical, 48 bits virtual 07:12:05 CPU(s): 4 07:12:05 On-line CPU(s) list: 0-3 07:12:05 Thread(s) per core: 1 07:12:05 Core(s) per socket: 1 07:12:05 Socket(s): 4 07:12:05 NUMA node(s): 1 07:12:05 Vendor ID: GenuineIntel 07:12:05 CPU family: 6 07:12:05 Model: 44 07:12:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:12:05 Stepping: 1 07:12:05 CPU MHz: 2933.438 07:12:05 BogoMIPS: 5866.87 07:12:05 Virtualization: VT-x 07:12:05 Hypervisor vendor: KVM 07:12:05 Virtualization type: full 07:12:05 L1d cache: 128 KiB 07:12:05 L1i cache: 128 KiB 07:12:05 L2 cache: 16 MiB 07:12:05 L3 cache: 64 MiB 07:12:05 NUMA node0 CPU(s): 0-3 07:12:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:12:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:12:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:12:05 Vulnerability Meltdown: Mitigation; PTI 07:12:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:12:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:12:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:12:05 Vulnerability Srbds: Not affected 07:12:05 Vulnerability Tsx async abort: Not affected 07:12:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:12:05 07:12:05 07:12:05 ---> nproc: 07:12:05 4 07:12:05 07:12:05 07:12:05 ---> df -h: 07:12:05 Filesystem Size Used Available Use% Mounted on 07:12:05 overlay 50.0G 7.3G 42.7G 15% / 07:12:05 tmpfs 64.0M 0 64.0M 0% /dev 07:12:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:12:05 shm 64.0M 0 64.0M 0% /dev/shm 07:12:05 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 07:12:05 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:12:05 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:12:05 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:12:05 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 07:12:05 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 07:12:05 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 07:12:05 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-344 07:12:05 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-344@tmp 07:12:05 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 07:12:05 07:12:05 07:12:05 ---> free -m: 07:12:05 total used free shared buff/cache available 07:12:05 Mem: 1837 736 98 0 1002 996 07:12:05 Swap: 1023 1 1022 07:12:05 07:12:05 07:12:05 ---> ip addr: 07:12:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:12:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:12:05 inet 127.0.0.1/8 scope host lo 07:12:05 valid_lft forever preferred_lft forever 07:12:05 inet6 ::1/128 scope host 07:12:05 valid_lft forever preferred_lft forever 07:12:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:12:05 link/ether fa:16:3e:32:67:0d brd ff:ff:ff:ff:ff:ff 07:12:05 inet 10.30.123.231/23 brd 10.30.123.255 scope global dynamic eth0 07:12:05 valid_lft 85809sec preferred_lft 85809sec 07:12:05 inet6 fe80::f816:3eff:fe32:670d/64 scope link 07:12:05 valid_lft forever preferred_lft forever 07:12:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:12:05 link/ether 02:42:0b:cc:ae:cb brd ff:ff:ff:ff:ff:ff 07:12:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:12:05 valid_lft forever preferred_lft forever 07:12:05 inet6 fe80::42:bff:fecc:aecb/64 scope link 07:12:05 valid_lft forever preferred_lft forever 07:12:05 07:12:05 07:12:05 ---> sar -b -r -n DEV: 07:12:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/28/21 _x86_64_ (4 CPU) 07:12:05 07:12:05 07:02:04 LINUX RESTART (4 CPU) 07:12:05 07:12:05 07:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:12:05 07:04:01 8.36 1.37 6.99 0.00 66.48 789.19 0.00 07:12:05 07:05:01 1.81 0.00 1.81 0.00 0.00 35.53 0.00 07:12:05 07:06:02 0.23 0.00 0.23 0.00 0.00 3.02 0.00 07:12:05 07:07:01 0.30 0.00 0.30 0.00 0.00 4.28 0.00 07:12:05 07:08:01 0.28 0.00 0.28 0.00 0.00 3.65 0.00 07:12:05 07:09:01 0.28 0.00 0.28 0.00 0.00 4.60 0.00 07:12:05 07:10:01 0.37 0.00 0.37 0.00 0.00 3.90 0.00 07:12:05 07:11:01 0.67 0.00 0.67 0.00 0.00 6.96 0.00 07:12:05 Average: 1.54 0.17 1.37 0.00 8.33 106.61 0.00 07:12:05 07:12:05 07:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:12:05 07:04:01 128356 0 618840 32.89 2620 1131728 1096296 37.41 466172 1085744 20 07:12:05 07:05:01 128916 0 618272 32.86 2620 1131736 1071540 36.57 468564 1083276 20 07:12:05 07:06:02 128880 0 618300 32.86 2620 1131744 1071240 36.56 468240 1083932 16 07:12:05 07:07:01 128068 0 619112 32.90 2620 1131744 1071396 36.56 468968 1083932 8 07:12:05 07:08:01 127412 0 619760 32.94 2620 1131752 1071480 36.57 466408 1087140 12 07:12:05 07:09:01 128996 0 618172 32.85 2620 1131756 1071240 36.56 465132 1087140 12 07:12:05 07:10:01 128948 0 618216 32.86 2620 1131760 1071240 36.56 465016 1087140 8 07:12:05 07:11:01 129136 0 618024 32.85 2620 1131764 1071240 36.56 465316 1087140 8 07:12:05 Average: 128589 0 618587 32.88 2620 1131748 1074459 36.67 466727 1085680 13 07:12:05 07:12:05 07:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:12:05 07:04:01 eth0 66.54 67.04 182.22 12.12 0.00 0.00 0.00 0.00 07:12:05 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:04:01 docker0 52.86 43.16 4.73 160.60 0.00 0.00 0.00 0.00 07:12:05 07:05:01 eth0 1.00 0.30 0.31 0.20 0.00 0.00 0.00 0.00 07:12:05 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:06:02 eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 0.00 07:12:05 07:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:07:01 eth0 1.07 0.32 0.33 0.20 0.00 0.00 0.00 0.00 07:12:05 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:08:01 eth0 0.88 0.73 0.54 0.29 0.00 0.00 0.00 0.00 07:12:05 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:09:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:12:05 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:10:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:12:05 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:11:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:12:05 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 Average: eth0 8.81 8.61 22.98 1.61 0.00 0.00 0.00 0.00 07:12:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:05 Average: docker0 6.62 5.41 0.59 20.12 0.00 0.00 0.00 0.00 07:12:05 07:12:05 07:12:05 ---> sar -P ALL: 07:12:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/28/21 _x86_64_ (4 CPU) 07:12:05 07:12:05 07:02:04 LINUX RESTART (4 CPU) 07:12:05 07:12:05 07:03:01 CPU %user %nice %system %iowait %steal %idle 07:12:05 07:04:01 all 1.24 0.00 0.69 0.05 0.00 98.01 07:12:05 07:04:01 0 1.55 0.00 0.80 0.15 0.00 97.49 07:12:05 07:04:01 1 0.89 0.00 0.69 0.03 0.02 98.38 07:12:05 07:04:01 2 1.47 0.00 0.64 0.02 0.00 97.88 07:12:05 07:04:01 3 1.05 0.00 0.63 0.02 0.00 98.30 07:12:05 07:05:01 all 0.13 0.00 0.05 0.00 0.00 99.82 07:12:05 07:05:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:12:05 07:05:01 1 0.08 0.00 0.07 0.00 0.00 99.85 07:12:05 07:05:01 2 0.37 0.00 0.05 0.00 0.00 99.58 07:12:05 07:05:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:12:05 07:06:02 all 0.15 0.00 0.04 0.00 0.00 99.81 07:12:05 07:06:02 0 0.03 0.00 0.02 0.00 0.02 99.93 07:12:05 07:06:02 1 0.07 0.00 0.07 0.00 0.00 99.87 07:12:05 07:06:02 2 0.47 0.00 0.03 0.00 0.00 99.50 07:12:05 07:06:02 3 0.02 0.00 0.03 0.00 0.00 99.95 07:12:05 07:07:01 all 0.17 0.00 0.03 0.00 0.00 99.80 07:12:05 07:07:01 0 0.08 0.00 0.02 0.00 0.00 99.90 07:12:05 07:07:01 1 0.07 0.00 0.07 0.00 0.00 99.86 07:12:05 07:07:01 2 0.46 0.00 0.03 0.00 0.00 99.51 07:12:05 07:07:01 3 0.05 0.00 0.02 0.00 0.02 99.92 07:12:05 07:08:01 all 0.24 0.00 0.28 0.00 0.02 99.46 07:12:05 07:08:01 0 0.15 0.00 0.32 0.00 0.00 99.53 07:12:05 07:08:01 1 0.12 0.00 0.25 0.00 0.03 99.60 07:12:05 07:08:01 2 0.58 0.00 0.20 0.00 0.02 99.20 07:12:05 07:08:01 3 0.12 0.00 0.35 0.00 0.02 99.52 07:12:05 07:09:01 all 0.15 0.00 0.05 0.00 0.00 99.80 07:12:05 07:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:12:05 07:09:01 1 0.08 0.00 0.07 0.00 0.00 99.85 07:12:05 07:09:01 2 0.48 0.00 0.08 0.00 0.00 99.43 07:12:05 07:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:12:05 07:10:01 all 0.08 0.00 0.04 0.00 0.00 99.88 07:12:05 07:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:12:05 07:10:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:12:05 07:10:01 2 0.22 0.00 0.07 0.00 0.00 99.72 07:12:05 07:10:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:12:05 07:11:01 all 0.03 0.00 0.03 0.00 0.00 99.94 07:12:05 07:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:12:05 07:11:01 1 0.03 0.00 0.05 0.00 0.00 99.92 07:12:05 07:11:01 2 0.05 0.00 0.05 0.00 0.00 99.90 07:12:05 07:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:12:05 Average: all 0.27 0.00 0.15 0.01 0.00 99.57 07:12:05 Average: 0 0.24 0.00 0.16 0.02 0.00 99.58 07:12:05 Average: 1 0.17 0.00 0.16 0.00 0.01 99.65 07:12:05 Average: 2 0.51 0.00 0.14 0.00 0.00 99.34 07:12:05 Average: 3 0.17 0.00 0.14 0.00 0.00 99.69 07:12:05 07:12:05 07:12:05