Pull request #371 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6bc2dd311edbabda4909abcd9b35b1f94383d0e2+ed8947b643568b301883c9fef62d671807069f73 (2be575a6f13c0ac5b0bb6901108845cb1d0ad274) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh963366950722409304.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4917053057804283665.key > 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 c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-371/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-371/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6542981822265659652.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd # timeout=10 Commit message: "Merge pull request #338 from ernestojeda/add-latest-tag" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8186737766088398429.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-371/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-371/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4828646696017376572.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com: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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-870 in /w/workspace/edgexfoundry_edgex-ui-go_PR-371 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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-371 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/jenkins-gitclient-ssh5052556214312360149.key > 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 ed8947b643568b301883c9fef62d671807069f73 into PR head commit 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/jenkins-gitclient-ssh7939688168411232877.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/371/head:refs/remotes/origin/PR-371 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 # timeout=10 Merge succeeded, producing 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 Checking out Revision 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 (PR-371) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/jenkins-gitclient-ssh1820729865918247363.key > git merge ed8947b643568b301883c9fef62d671807069f73 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 # timeout=10 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:04:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:04:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:04:46 ========================================================= 07:04:46 EdgeX Global Pipelines Version Info 07:04:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk cc8edfb086a0f10f77aaa45232267f4e0fe8666b # timeout=10 07:04:48 ------------------- 07:04:48 stable info: 07:04:48 ------------------- 07:04:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:04:48 Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd 07:04:48 Message: update stable to v1.0.193 07:04:48 ------------------- 07:04:48 experimental info: 07:04:48 ------------------- 07:04:48 Commited By: **** collab-it+edgex@linuxfoundation.org 07:04:48 Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd 07:04:48 Message: update experimental to v1.0.193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-371 [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-371 [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-371 [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6bc2dd3 [Pipeline] echo 07:04:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:04:49 provisioning config files... 07:04:49 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/config4967794174773994662tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:04:50 ---> docker-login.sh 07:04:50 nexus3.edgexfoundry.org:10001 07:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:04:50 Configure a credential helper to remove this warning. See 07:04:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:04:50 07:04:50 Login Succeeded 07:04:50 nexus3.edgexfoundry.org:10002 07:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:04:50 Configure a credential helper to remove this warning. See 07:04:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:04:50 07:04:50 Login Succeeded 07:04:50 nexus3.edgexfoundry.org:10003 07:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:04:50 Configure a credential helper to remove this warning. See 07:04:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:04:50 07:04:50 Login Succeeded 07:04:50 nexus3.edgexfoundry.org:10004 07:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:04:50 Configure a credential helper to remove this warning. See 07:04:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:04:50 07:04:50 Login Succeeded 07:04:50 docker.io 07:04:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:04:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:04:51 Configure a credential helper to remove this warning. See 07:04:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:04:51 07:04:51 Login Succeeded 07:04:51 ---> docker-login.sh ends [Pipeline] } 07:04:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:04:51 + git log --format=format:%s -1 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 [Pipeline] echo 07:04:51 GIT_COMMIT: 6bc2dd311edbabda4909abcd9b35b1f94383d0e2, Commit Message: chore(deps): Bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2 [Pipeline] echo 07:04:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:04:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:04:52 07:04:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:04:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:04:52 latest: Pulling from edgex-devops/git-semver 07:04:52 31603596830f: Pulling fs layer 07:04:52 54011a49482f: Pulling fs layer 07:04:52 a6820b24f6d8: Pulling fs layer 07:04:52 f581987b2513: Pulling fs layer 07:04:52 f581987b2513: Waiting 07:04:52 54011a49482f: Verifying Checksum 07:04:52 54011a49482f: Download complete 07:04:52 31603596830f: Verifying Checksum 07:04:52 31603596830f: Download complete 07:04:52 f581987b2513: Verifying Checksum 07:04:52 f581987b2513: Download complete 07:04:52 a6820b24f6d8: Verifying Checksum 07:04:52 a6820b24f6d8: Download complete 07:04:52 31603596830f: Pull complete 07:04:53 54011a49482f: Pull complete 07:04:53 a6820b24f6d8: Pull complete 07:04:53 f581987b2513: Pull complete 07:04:53 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:04:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:04:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:04:53 prd-centos7-docker-4c-2g-870 does not seem to be running inside a container 07:04:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-371 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371:/w/workspace/edgexfoundry_edgex-ui-go_PR-371:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:04:54 $ docker top 6311b962d908911390f51c66a3f451a7432f0ac80d853d144ea57fbab1403cf7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:04:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:04:55 [ssh-agent] Looking for ssh-agent implementation... 07:04:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:04:55 $ docker exec 6311b962d908911390f51c66a3f451a7432f0ac80d853d144ea57fbab1403cf7 ssh-agent 07:04:55 SSH_AUTH_SOCK=/tmp/ssh-seidwoDRhYEc/agent.14 07:04:55 SSH_AGENT_PID=21 07:04:55 Running ssh-add (command line suppressed) 07:04:55 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_1694549703862282517.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_1694549703862282517.key) 07:04:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:04:55 + git tag --points-at HEAD [Pipeline] } 07:04:55 $ docker exec --env ******** --env ******** 6311b962d908911390f51c66a3f451a7432f0ac80d853d144ea57fbab1403cf7 ssh-agent -k 07:04:55 unset SSH_AUTH_SOCK; 07:04:55 unset SSH_AGENT_PID; 07:04:55 echo Agent pid 21 killed; 07:04:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:04:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:04:55 [ssh-agent] Looking for ssh-agent implementation... 07:04:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:04:55 $ docker exec 6311b962d908911390f51c66a3f451a7432f0ac80d853d144ea57fbab1403cf7 ssh-agent 07:04:56 SSH_AUTH_SOCK=/tmp/ssh-Fw80FTXnPbDh/agent.55 07:04:56 SSH_AGENT_PID=61 07:04:56 Running ssh-add (command line suppressed) 07:04:56 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_3145633689819658028.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_3145633689819658028.key) 07:04:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:04:56 + git semver init 07:04:56 # -> Open(): unable to determine branch for HEAD 07:04:56 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-371/.git 07:04:56 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-371 07:04:56 # $SEMVER_REMOTE_NAME = origin 07:04:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:04:56 # $SEMVER_USER_NAME = edgex-jenkins 07:04:56 # $SEMVER_BRANCH = PR-371 07:04:56 # $SEMVER_TEMP = /tmp/semver-088574816 07:04:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:04:57 # '/tmp/semver-088574816' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-371/.semver' 07:04:57 # -> Force: false 07:04:57 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-371/.semver [Pipeline] } 07:04:57 $ docker exec --env ******** --env ******** 6311b962d908911390f51c66a3f451a7432f0ac80d853d144ea57fbab1403cf7 ssh-agent -k 07:04:58 unset SSH_AUTH_SOCK; 07:04:58 unset SSH_AGENT_PID; 07:04:58 echo Agent pid 61 killed; 07:04:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:04:58 + git semver [Pipeline] } 07:04:58 $ docker stop --time=1 6311b962d908911390f51c66a3f451a7432f0ac80d853d144ea57fbab1403cf7 07:04:59 $ docker rm -f 6311b962d908911390f51c66a3f451a7432f0ac80d853d144ea57fbab1403cf7 [Pipeline] // withDockerContainer [Pipeline] sh 07:05:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:05:00 Stashed 1 file(s) [Pipeline] echo 07:05:00 [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:05:15 Still waiting to schedule task 07:05:15 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:05:15 Still waiting to schedule task 07:05:15 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-868’ 07:07:43 Running on prd-centos7-docker-4c-2g-872 in /w/workspace/edgexfoundry_edgex-ui-go_PR-371 [Pipeline] { [Pipeline] ws 07:07:43 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout 07:07:43 The recommended git tool is: git 07:07:45 using credential edgex-jenkins-ssh 07:07:45 Cloning the remote Git repository 07:07:45 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:07:45 > git init /w/workspace/edgex-ui-go/3 # timeout=10 07:07:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:07:45 > git --version # timeout=10 07:07:45 > git --version # 'git version 2.24.4' 07:07:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:45 [INFO] Currently running in a labeled security context 07:07:45 [INFO] Currently SELinux is 'enforcing' on the host 07:07:45 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/3@tmp/jenkins-gitclient-ssh4743115141859819225.key 07:07:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:07:47 Merging remotes/origin/master commit ed8947b643568b301883c9fef62d671807069f73 into PR head commit 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 07:07:47 Merge succeeded, producing 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 07:07:47 Checking out Revision 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 (PR-371) 07:07:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:07:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:07:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:07:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:07:46 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:46 [INFO] Currently running in a labeled security context 07:07:46 [INFO] Currently SELinux is 'enforcing' on the host 07:07:46 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/3@tmp/jenkins-gitclient-ssh2709927814320812340.key 07:07:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/371/head:refs/remotes/origin/PR-371 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:07:47 > git config core.sparsecheckout # timeout=10 07:07:47 > git checkout -f 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 # timeout=10 07:07:47 > git remote # timeout=10 07:07:47 > git config --get remote.origin.url # timeout=10 07:07:47 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:47 [INFO] Currently running in a labeled security context 07:07:47 [INFO] Currently SELinux is 'enforcing' on the host 07:07:47 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/3@tmp/jenkins-gitclient-ssh4371528625480142675.key 07:07:47 > git merge ed8947b643568b301883c9fef62d671807069f73 # timeout=10 07:07:47 > git rev-parse HEAD^{commit} # timeout=10 07:07:47 > git config core.sparsecheckout # timeout=10 07:07:47 > git checkout -f 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 # timeout=10 07:07:51 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:07:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:07:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:07:53 + true 07:07:53 + sudo service docker restart 07:07:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:08:11 provisioning config files... 07:08:11 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config4145857312525319644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:08:11 ---> docker-login.sh 07:08:11 nexus3.edgexfoundry.org:10001 07:08:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:08:12 Configure a credential helper to remove this warning. See 07:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:08:12 07:08:12 Login Succeeded 07:08:12 nexus3.edgexfoundry.org:10002 07:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:08:12 Configure a credential helper to remove this warning. See 07:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:08:12 07:08:12 Login Succeeded 07:08:12 nexus3.edgexfoundry.org:10003 07:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:08:12 Configure a credential helper to remove this warning. See 07:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:08:12 07:08:12 Login Succeeded 07:08:12 nexus3.edgexfoundry.org:10004 07:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:08:12 Configure a credential helper to remove this warning. See 07:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:08:12 07:08:12 Login Succeeded 07:08:12 docker.io 07:08:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:08:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:08:12 Configure a credential helper to remove this warning. See 07:08:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:08:12 07:08:12 Login Succeeded 07:08:12 ---> docker-login.sh ends [Pipeline] } 07:08:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 07:08:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-871 in /w/workspace/edgexfoundry_edgex-ui-go_PR-371 [Pipeline] { [Pipeline] ws 07:08:12 Running in /w/workspace/edgex-ui-go/3 [Pipeline] { [Pipeline] checkout [Pipeline] echo 07:08:13 ========================================================= 07:08:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:08:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:08:13 The recommended git tool is: git 07:08:13 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 07:08:13 Sending build context to Docker daemon 35.74MB 07:08:13 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 07:08:13 Step 2/8 : FROM ${BASE} 07:08:13 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:08:13 540db60ca938: Pulling fs layer 07:08:13 adcc1eea9eea: Pulling fs layer 07:08:13 4c4ab2625f07: Pulling fs layer 07:08:13 0510c868ecb4: Pulling fs layer 07:08:13 afea3b2eda06: Pulling fs layer 07:08:13 7809a108b3ef: Pulling fs layer 07:08:13 f706445af74f: Pulling fs layer 07:08:13 0510c868ecb4: Waiting 07:08:13 afea3b2eda06: Waiting 07:08:13 7809a108b3ef: Waiting 07:08:13 f706445af74f: Waiting 07:08:13 4c4ab2625f07: Verifying Checksum 07:08:13 4c4ab2625f07: Download complete 07:08:13 adcc1eea9eea: Verifying Checksum 07:08:13 adcc1eea9eea: Download complete 07:08:13 afea3b2eda06: Verifying Checksum 07:08:13 afea3b2eda06: Download complete 07:08:13 540db60ca938: Verifying Checksum 07:08:13 540db60ca938: Download complete 07:08:13 7809a108b3ef: Verifying Checksum 07:08:13 7809a108b3ef: Download complete 07:08:13 540db60ca938: Pull complete 07:08:14 adcc1eea9eea: Pull complete 07:08:14 4c4ab2625f07: Pull complete 07:08:15 f706445af74f: Verifying Checksum 07:08:15 f706445af74f: Download complete 07:08:15 0510c868ecb4: Verifying Checksum 07:08:15 0510c868ecb4: Download complete 07:08:18 using credential edgex-jenkins-ssh 07:08:18 Cloning the remote Git repository 07:08:19 0510c868ecb4: Pull complete 07:08:19 afea3b2eda06: Pull complete 07:08:19 7809a108b3ef: Pull complete 07:08:18 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:08:19 > git init /w/workspace/edgex-ui-go/3 # timeout=10 07:08:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:08:19 > git --version # timeout=10 07:08:19 > git --version # 'git version 2.17.1' 07:08:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:08:20 f706445af74f: Pull complete 07:08:20 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:08:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:08:20 ---> b068be0155e3 07:08:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:08:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:08:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:08:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:08:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:08:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:08:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:08:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/371/head:refs/remotes/origin/PR-371 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:08:22 Merging remotes/origin/master commit ed8947b643568b301883c9fef62d671807069f73 into PR head commit 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 07:08:22 Merge succeeded, producing 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 07:08:22 Checking out Revision 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 (PR-371) 07:08:22 > git config core.sparsecheckout # timeout=10 07:08:22 > git checkout -f 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 # timeout=10 07:08:22 > git remote # timeout=10 07:08:22 > git config --get remote.origin.url # timeout=10 07:08:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:08:22 > git merge ed8947b643568b301883c9fef62d671807069f73 # timeout=10 07:08:22 > git rev-parse HEAD^{commit} # timeout=10 07:08:22 > git config core.sparsecheckout # timeout=10 07:08:22 > git checkout -f 6bc2dd311edbabda4909abcd9b35b1f94383d0e2 # timeout=10 07:08:24 ---> Running in 950e74169fd4 07:08:24 Removing intermediate container 950e74169fd4 07:08:24 ---> 9cea082c09ad 07:08:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:24 ---> Running in 97f7ad7a7ed3 07:08:25 Removing intermediate container 97f7ad7a7ed3 07:08:25 ---> 764803724146 07:08:25 Step 5/8 : RUN apk add --no-cache make git 07:08:25 ---> Running in 268048e3aca6 07:08:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:08:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:08:27 OK: 149 MiB in 40 packages 07:08:27 Removing intermediate container 268048e3aca6 07:08:27 ---> 436d412f9eb2 07:08:27 Step 6/8 : WORKDIR /edgex-ui-go 07:08:27 ---> Running in 26dd9dc0a854 07:08:27 Removing intermediate container 26dd9dc0a854 07:08:27 ---> 522d5d12b515 07:08:27 Step 7/8 : COPY . . 07:08:27 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:08:28 ---> b1f344217d29 07:08:28 Step 8/8 : RUN go mod download 07:08:28 ---> Running in 06eb7628c89e 07:08:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:08:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:08:29 + true 07:08:29 + sudo service docker restart 07:08:40 Removing intermediate container 06eb7628c89e 07:08:40 ---> ac46994db22f 07:08:40 Successfully built ac46994db22f 07:08:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:08:41 + docker inspect -f . ci-base-image-x86_64 07:08:41 . [Pipeline] withDockerContainer 07:08:41 prd-centos7-docker-4c-2g-872 does not seem to be running inside a container 07:08:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:08:41 $ docker top bbe2b8553bcb24db467f728f2af64bbe8d4de094a6415146e4706a1badd75aaa -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:41 + go version 07:08:41 go version go1.16.3 linux/amd64 [Pipeline] } 07:08:41 $ docker stop --time=1 bbe2b8553bcb24db467f728f2af64bbe8d4de094a6415146e4706a1badd75aaa 07:08:43 $ docker rm -f bbe2b8553bcb24db467f728f2af64bbe8d4de094a6415146e4706a1badd75aaa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:08:43 + docker inspect -f . ci-base-image-x86_64 07:08:43 . [Pipeline] withDockerContainer 07:08:43 prd-centos7-docker-4c-2g-872 does not seem to be running inside a container 07:08:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:08:44 $ docker top 5a044c0b67658a72c0ca265ad8d90baeba083ec331bf14a05bac1dfacc9407bb -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:44 + go mod tidy [Pipeline] sh 07:08:45 + make test 07:08:45 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:08:45 ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:08:48 provisioning config files... 07:08:48 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/3@tmp/config4227115570828209295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:08:48 ---> docker-login.sh 07:08:48 nexus3.edgexfoundry.org:10001 07:08:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:08:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:08:49 Configure a credential helper to remove this warning. See 07:08:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:08:49 07:08:49 Login Succeeded 07:08:49 nexus3.edgexfoundry.org:10002 07:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:08:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:08:50 Configure a credential helper to remove this warning. See 07:08:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:08:50 07:08:50 Login Succeeded 07:08:50 nexus3.edgexfoundry.org:10003 07:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:08:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:08:50 Configure a credential helper to remove this warning. See 07:08:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:08:50 07:08:50 Login Succeeded 07:08:50 nexus3.edgexfoundry.org:10004 07:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:08:51 Configure a credential helper to remove this warning. See 07:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:08:51 07:08:51 Login Succeeded 07:08:51 docker.io 07:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:08:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:08:52 Configure a credential helper to remove this warning. See 07:08:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:08:52 07:08:52 Login Succeeded 07:08:52 ---> docker-login.sh ends [Pipeline] } 07:08:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:08:52 ========================================================= 07:08:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:08:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:08:53 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 07:08:54 Sending build context to Docker daemon 35.74MB 07:08:54 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 07:08:54 Step 2/8 : FROM ${BASE} 07:08:54 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:08:54 595b0fe564bb: Pulling fs layer 07:08:54 7186ed65a4f7: Pulling fs layer 07:08:54 316046926c0a: Pulling fs layer 07:08:54 4ebd0625c992: Pulling fs layer 07:08:54 207e8628e3a3: Pulling fs layer 07:08:54 c791037a9be2: Pulling fs layer 07:08:54 ffd874e62e21: Pulling fs layer 07:08:54 4ebd0625c992: Waiting 07:08:54 207e8628e3a3: Waiting 07:08:54 c791037a9be2: Waiting 07:08:54 ffd874e62e21: Waiting 07:08:54 316046926c0a: Verifying Checksum 07:08:54 316046926c0a: Download complete 07:08:54 7186ed65a4f7: Verifying Checksum 07:08:54 7186ed65a4f7: Download complete 07:08:54 207e8628e3a3: Download complete 07:08:54 595b0fe564bb: Download complete 07:08:54 c791037a9be2: Verifying Checksum 07:08:54 c791037a9be2: Download complete 07:08:54 595b0fe564bb: Pull complete 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:08:55 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:08:55 GO111MODULE=on go vet ./... 07:08:55 7186ed65a4f7: Pull complete 07:08:56 316046926c0a: Pull complete 07:08:56 ffd874e62e21: Download complete 07:08:57 4ebd0625c992: Verifying Checksum 07:08:57 4ebd0625c992: Download complete [Pipeline] } 07:08:59 $ docker stop --time=1 5a044c0b67658a72c0ca265ad8d90baeba083ec331bf14a05bac1dfacc9407bb 07:09:01 $ docker rm -f 5a044c0b67658a72c0ca265ad8d90baeba083ec331bf14a05bac1dfacc9407bb [Pipeline] // withDockerContainer [Pipeline] sh 07:09:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:09:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:09:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:09:03 + ls -al . 07:09:03 total 92 07:09:03 drwxrwxr-x. 10 jenkins jenkins 4096 Jun 8 07:08 . 07:09:03 drwxrwxr-x. 4 jenkins jenkins 28 Jun 8 07:07 .. 07:09:03 drwxrwxr-x. 3 jenkins jenkins 20 Jun 8 07:07 assets 07:09:03 drwxrwxr-x. 2 jenkins jenkins 35 Jun 8 07:07 bin 07:09:03 drwxrwxr-x. 3 jenkins jenkins 29 Jun 8 07:07 cmd 07:09:03 -rw-rw-r--. 1 jenkins jenkins 3959 Jun 8 07:07 CONTRIBUTING.md 07:09:03 -rw-r--r--. 1 jenkins jenkins 10 Jun 8 07:08 coverage.out 07:09:03 -rw-rw-r--. 1 jenkins jenkins 1508 Jun 8 07:07 Dockerfile 07:09:03 -rw-rw-r--. 1 jenkins jenkins 902 Jun 8 07:07 Dockerfile.build 07:09:03 drwxrwxr-x. 5 jenkins jenkins 104 Jun 8 07:07 docs 07:09:03 drwxrwxr-x. 8 jenkins jenkins 179 Jun 8 07:07 .git 07:09:03 drwxrwxr-x. 2 jenkins jenkins 103 Jun 8 07:07 .github 07:09:03 -rw-rw-r--. 1 jenkins jenkins 162 Jun 8 07:07 .gitignore 07:09:03 -rw-rw-r--. 1 jenkins jenkins 971 Jun 8 07:07 go.mod 07:09:03 -rw-r--r--. 1 jenkins jenkins 23959 Jun 8 07:08 go.sum 07:09:03 drwxrwxr-x. 10 jenkins jenkins 139 Jun 8 07:07 internal 07:09:03 -rw-rw-r--. 1 jenkins jenkins 652 Jun 8 07:07 Jenkinsfile 07:09:03 -rw-rw-r--. 1 jenkins jenkins 11357 Jun 8 07:07 LICENSE 07:09:03 -rw-rw-r--. 1 jenkins jenkins 941 Jun 8 07:07 Makefile 07:09:03 -rw-rw-r--. 1 jenkins jenkins 6012 Jun 8 07:07 README.md 07:09:03 -rw-rw-r--. 1 jenkins jenkins 5 Jun 8 07:05 VERSION 07:09:03 -rw-rw-r--. 1 jenkins jenkins 155 Jun 8 07:07 version.go 07:09:03 drwxrwxr-x. 4 jenkins jenkins 4096 Jun 8 07:07 web [Pipeline] isUnix [Pipeline] sh 07:09:03 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=6bc2dd311edbabda4909abcd9b35b1f94383d0e2 --label arch=amd64 --label version=0.0.0 . 07:09:03 Sending build context to Docker daemon 35.77MB 07:09:03 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 07:09:03 Step 2/24 : FROM ${BASE} AS builder 07:09:03 ---> ac46994db22f 07:09:03 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:09:03 ---> Running in 8a101c8a6e8d 07:09:04 Removing intermediate container 8a101c8a6e8d 07:09:04 ---> 7f7c5e66f134 07:09:04 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:09:04 ---> Running in c94d610fd129 07:09:04 Removing intermediate container c94d610fd129 07:09:04 ---> b13fc40820f6 07:09:04 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:09:04 ---> Running in fd736bee3f4d 07:09:04 Removing intermediate container fd736bee3f4d 07:09:04 ---> eae693ebae04 07:09:04 Step 6/24 : LABEL Name=edgex-ui-go 07:09:04 ---> Running in b3f0520d1682 07:09:04 Removing intermediate container b3f0520d1682 07:09:04 ---> 8bca1207e7ab 07:09:04 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:09:04 ---> Running in 55073d2fdd19 07:09:04 Removing intermediate container 55073d2fdd19 07:09:04 ---> f2b888d459a8 07:09:04 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:09:04 ---> Running in 4fdacdee3eb8 07:09:04 Removing intermediate container 4fdacdee3eb8 07:09:04 ---> da843adc94fb 07:09:04 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:09:04 ---> Running in a3ddca61f42d 07:09:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:09:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:09:06 OK: 149 MiB in 40 packages 07:09:07 Removing intermediate container a3ddca61f42d 07:09:07 ---> 88a85cba3893 07:09:07 Step 10/24 : ENV GO111MODULE=on 07:09:07 ---> Running in cb3b926b14fd 07:09:07 Removing intermediate container cb3b926b14fd 07:09:07 ---> df3f21e3104b 07:09:07 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:09:07 ---> Running in 935f6110033e 07:09:07 Removing intermediate container 935f6110033e 07:09:07 ---> d79bfa83cb6a 07:09:07 Step 12/24 : COPY go.mod . 07:09:07 ---> 873b1fe622c9 07:09:07 Step 13/24 : COPY Makefile . 07:09:07 ---> d05662a22579 07:09:07 Step 14/24 : RUN make update 07:09:07 ---> Running in a22578b956b5 07:09:07 CGO_ENABLED=0 GO111MODULE=on go mod download 07:09:07 4ebd0625c992: Pull complete 07:09:07 207e8628e3a3: Pull complete 07:09:08 Removing intermediate container a22578b956b5 07:09:08 ---> 03a8401876cf 07:09:08 Step 15/24 : COPY . . 07:09:08 c791037a9be2: Pull complete 07:09:09 ---> 25c1d4e34cda 07:09:09 Step 16/24 : RUN ${MAKE} 07:09:09 ---> Running in 1eb174350584 07:09:09 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:09:12 ffd874e62e21: Pull complete 07:09:12 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 07:09:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:09:12 ---> cfc18b08335c 07:09:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:09:13 ---> Running in 33b456d81455 07:09:14 Removing intermediate container 33b456d81455 07:09:14 ---> dac02305cff8 07:09:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:09:14 ---> Running in 104faf12dee7 07:09:17 Removing intermediate container 104faf12dee7 07:09:17 ---> 14c83f726359 07:09:17 Step 5/8 : RUN apk add --no-cache make git 07:09:17 ---> Running in 0d8a89272f8c 07:09:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:09:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:09:18 Removing intermediate container 1eb174350584 07:09:18 ---> 785e27f78172 07:09:18 Step 17/24 : FROM alpine:3.12 07:09:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:09:19 3.12: Pulling from library/alpine 07:09:19 339de151aab4: Pulling fs layer 07:09:19 339de151aab4: Verifying Checksum 07:09:19 339de151aab4: Download complete 07:09:19 339de151aab4: Pull complete 07:09:19 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:09:19 Status: Downloaded newer image for alpine:3.12 07:09:19 ---> 13621d1b12d4 07:09:19 Step 18/24 : EXPOSE 4000 07:09:19 ---> Running in a267248974ca 07:09:19 Removing intermediate container a267248974ca 07:09:19 ---> b59ed915148f 07:09:19 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:20 ---> faa6b154956c 07:09:20 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:09:20 ---> Running in 9deff32ff64d 07:09:20 Removing intermediate container 9deff32ff64d 07:09:20 ---> 1c446c7fd92d 07:09:20 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:09:20 ---> Running in 6cb6d660fad8 07:09:20 Removing intermediate container 6cb6d660fad8 07:09:20 ---> 5311a659320a 07:09:20 Step 22/24 : LABEL arch=amd64 07:09:20 ---> Running in 6f768e614d5b 07:09:20 OK: 138 MiB in 40 packages 07:09:20 Removing intermediate container 6f768e614d5b 07:09:20 ---> e9928fff12dd 07:09:20 Step 23/24 : LABEL git_sha=6bc2dd311edbabda4909abcd9b35b1f94383d0e2 07:09:20 ---> Running in 201f0666a449 07:09:20 Removing intermediate container 201f0666a449 07:09:20 ---> c57099bc7824 07:09:20 Step 24/24 : LABEL version=0.0.0 07:09:20 ---> Running in 75a46fd9cab9 07:09:20 Removing intermediate container 75a46fd9cab9 07:09:20 ---> 9c34a3a580d8 07:09:20 [Warning] One or more build-args [ARCH] were not consumed 07:09:20 Successfully built 9c34a3a580d8 07:09:21 Successfully tagged edgex-ui: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:21 Removing intermediate container 0d8a89272f8c 07:09:21 ---> 609cdc70df2e 07:09:21 Step 6/8 : WORKDIR /edgex-ui-go 07:09:21 ---> Running in 59c1d7b7fbc9 07:09:22 ---> job-cost.sh 07:09:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ptz7 07:09:22 Removing intermediate container 59c1d7b7fbc9 07:09:22 ---> 9119de2bb807 07:09:22 Step 7/8 : COPY . . 07:09:25 ---> 2d7f81911752 07:09:25 Step 8/8 : RUN go mod download 07:09:25 ---> Running in 1aeba13aa17f 07:09:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:09:44 lf-activate-venv(): INFO: Adding /tmp/venv-Ptz7/bin to PATH 07:09:44 INFO: No Stack... 07:09:44 INFO: Retrieving Pricing Info for: v3-standard-2 07:09:45 INFO: Archiving Costs [Pipeline] sh 07:09:45 + cat /w/workspace/edgex-ui-go/3/archives/cost.csv 07:09:45 + cut -d, -f6 [Pipeline] lock 07:09:45 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-371-3-stack-cost] 07:09:45 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-3-stack-cost] did not exist. Created. 07:09:45 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-371-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:09:45 + echo total: 0.05999999865889549 [Pipeline] stash 07:09:46 Stashed 1 file(s) [Pipeline] } 07:09:46 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:09:58 Removing intermediate container 1aeba13aa17f 07:09:58 ---> 002a8dfc34a5 07:09:58 Successfully built 002a8dfc34a5 07:09:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:09:58 + docker inspect -f . ci-base-image-arm64 07:09:58 . [Pipeline] withDockerContainer 07:09:58 prd-ubuntu18.04-docker-arm64-4c-16g-871 does not seem to be running inside a container 07:09:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:10:00 $ docker top 607b61d0a3164e3b0740be8dacaad26943c061d49412a2f2bef24bd300c38c1e -eo pid,comm [Pipeline] { [Pipeline] sh 07:10:01 + go version 07:10:01 go version go1.16.3 linux/arm64 [Pipeline] } 07:10:01 $ docker stop --time=1 607b61d0a3164e3b0740be8dacaad26943c061d49412a2f2bef24bd300c38c1e 07:10:03 $ docker rm -f 607b61d0a3164e3b0740be8dacaad26943c061d49412a2f2bef24bd300c38c1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:10:04 + docker inspect -f . ci-base-image-arm64 07:10:04 . [Pipeline] withDockerContainer 07:10:04 prd-ubuntu18.04-docker-arm64-4c-16g-871 does not seem to be running inside a container 07:10:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/3 -v /w/workspace/edgex-ui-go/3:/w/workspace/edgex-ui-go/3:rw,z -v /w/workspace/edgex-ui-go/3@tmp:/w/workspace/edgex-ui-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:10:06 $ docker top e4f6cef65f2f77952f3d4ec3e1267c3604150461c0d25232dc63cabb712946f6 -eo pid,comm [Pipeline] { [Pipeline] sh 07:10:07 + go mod tidy [Pipeline] sh 07:10:08 + make test 07:10:08 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:10:09 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:10:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:10:42 GO111MODULE=on go vet ./... [Pipeline] } 07:11:00 $ docker stop --time=1 e4f6cef65f2f77952f3d4ec3e1267c3604150461c0d25232dc63cabb712946f6 07:11:02 $ docker rm -f e4f6cef65f2f77952f3d4ec3e1267c3604150461c0d25232dc63cabb712946f6 [Pipeline] // withDockerContainer [Pipeline] sh 07:11:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:11:03 Warning: overwriting stash ‘coverage-report’ 07:11:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:11:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:11:05 + ls -al . 07:11:05 total 124 07:11:05 drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 07:10 . 07:11:05 drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 07:08 .. 07:11:05 drwxrwxr-x 8 jenkins jenkins 4096 Jun 8 07:08 .git 07:11:05 drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 07:08 .github 07:11:05 -rw-rw-r-- 1 jenkins jenkins 162 Jun 8 07:08 .gitignore 07:11:05 -rw-rw-r-- 1 jenkins jenkins 3959 Jun 8 07:08 CONTRIBUTING.md 07:11:05 -rw-rw-r-- 1 jenkins jenkins 1508 Jun 8 07:08 Dockerfile 07:11:05 -rw-rw-r-- 1 jenkins jenkins 902 Jun 8 07:08 Dockerfile.build 07:11:05 -rw-rw-r-- 1 jenkins jenkins 652 Jun 8 07:08 Jenkinsfile 07:11:05 -rw-rw-r-- 1 jenkins jenkins 11357 Jun 8 07:08 LICENSE 07:11:05 -rw-rw-r-- 1 jenkins jenkins 941 Jun 8 07:08 Makefile 07:11:05 -rw-rw-r-- 1 jenkins jenkins 6012 Jun 8 07:08 README.md 07:11:05 -rw-rw-r-- 1 jenkins jenkins 5 Jun 8 07:05 VERSION 07:11:05 drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 07:08 assets 07:11:05 drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 07:08 bin 07:11:05 drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 07:08 cmd 07:11:05 -rw-r--r-- 1 jenkins jenkins 10 Jun 8 07:10 coverage.out 07:11:05 drwxrwxr-x 5 jenkins jenkins 4096 Jun 8 07:08 docs 07:11:05 -rw-rw-r-- 1 jenkins jenkins 971 Jun 8 07:08 go.mod 07:11:05 -rw-r--r-- 1 jenkins jenkins 23959 Jun 8 07:10 go.sum 07:11:05 drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 07:08 internal 07:11:05 -rw-rw-r-- 1 jenkins jenkins 155 Jun 8 07:08 version.go 07:11:05 drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 07:08 web [Pipeline] isUnix [Pipeline] sh 07:11:05 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6bc2dd311edbabda4909abcd9b35b1f94383d0e2 --label arch=arm64 --label version=0.0.0 . 07:11:06 Sending build context to Docker daemon 35.77MB 07:11:06 Step 1/24 : ARG BASE=golang:1.16-alpine3.12 07:11:06 Step 2/24 : FROM ${BASE} AS builder 07:11:06 ---> 002a8dfc34a5 07:11:06 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:11:07 ---> Running in abd6d0b02569 07:11:07 Removing intermediate container abd6d0b02569 07:11:07 ---> d8901dd0ae49 07:11:07 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:11:07 ---> Running in a955efab888b 07:11:07 Removing intermediate container a955efab888b 07:11:07 ---> bd8e1e294e59 07:11:07 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:11:08 ---> Running in 7daec506138d 07:11:08 Removing intermediate container 7daec506138d 07:11:08 ---> 7a1b76ff4c55 07:11:08 Step 6/24 : LABEL Name=edgex-ui-go 07:11:08 ---> Running in c62475a2a9d9 07:11:09 Removing intermediate container c62475a2a9d9 07:11:09 ---> b85327b36c8b 07:11:09 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:11:09 ---> Running in e2f7ae749874 07:11:09 Removing intermediate container e2f7ae749874 07:11:09 ---> ae7cdfcc38a7 07:11:09 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:11:09 ---> Running in 37307eefe6cf 07:11:12 Removing intermediate container 37307eefe6cf 07:11:12 ---> c7418020fdce 07:11:12 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:11:12 ---> Running in 959595c58dfa 07:11:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:11:14 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:11:15 OK: 138 MiB in 40 packages 07:11:16 Removing intermediate container 959595c58dfa 07:11:16 ---> f7359ff399e4 07:11:16 Step 10/24 : ENV GO111MODULE=on 07:11:16 ---> Running in 40a8fcff889b 07:11:16 Removing intermediate container 40a8fcff889b 07:11:16 ---> 72e927aaaf96 07:11:16 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:11:17 ---> Running in 234b1d97aede 07:11:17 Removing intermediate container 234b1d97aede 07:11:17 ---> e6fd6d14a6fc 07:11:17 Step 12/24 : COPY go.mod . 07:11:18 ---> 4f29016b4ba9 07:11:18 Step 13/24 : COPY Makefile . 07:11:18 ---> 0a93ccaa1371 07:11:18 Step 14/24 : RUN make update 07:11:19 ---> Running in f5282282e094 07:11:20 CGO_ENABLED=0 GO111MODULE=on go mod download 07:11:21 Removing intermediate container f5282282e094 07:11:21 ---> 30c781910cfb 07:11:21 Step 15/24 : COPY . . 07:11:25 ---> d7d6340b95d0 07:11:25 Step 16/24 : RUN ${MAKE} 07:11:25 ---> Running in 5d535565c672 07:11:26 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:11:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:11:54 Removing intermediate container 5d535565c672 07:11:54 ---> 86e33105e823 07:11:54 Step 17/24 : FROM alpine:3.12 07:11:55 3.12: Pulling from library/alpine 07:11:55 d2f70382dc9a: Pulling fs layer 07:11:56 d2f70382dc9a: Verifying Checksum 07:11:56 d2f70382dc9a: Download complete 07:11:56 d2f70382dc9a: Pull complete 07:11:56 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:11:56 Status: Downloaded newer image for alpine:3.12 07:11:56 ---> 9852663dfa18 07:11:56 Step 18/24 : EXPOSE 4000 07:11:56 ---> Running in 6fe8869c4e48 07:11:57 Removing intermediate container 6fe8869c4e48 07:11:57 ---> a370f2446cec 07:11:57 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:11:59 ---> 2e0d192e4c64 07:11:59 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:11:59 ---> Running in 5b401e7ae0d4 07:12:00 Removing intermediate container 5b401e7ae0d4 07:12:00 ---> 8d2be07ff8b6 07:12:00 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:12:00 ---> Running in f6a9bf20b68e 07:12:00 Removing intermediate container f6a9bf20b68e 07:12:00 ---> 7d35a1168faf 07:12:00 Step 22/24 : LABEL arch=arm64 07:12:00 ---> Running in fa4719946e88 07:12:01 Removing intermediate container fa4719946e88 07:12:01 ---> 2eb427e6c30b 07:12:01 Step 23/24 : LABEL git_sha=6bc2dd311edbabda4909abcd9b35b1f94383d0e2 07:12:01 ---> Running in ba6e88a46e17 07:12:02 Removing intermediate container ba6e88a46e17 07:12:02 ---> 2b8d33128462 07:12:02 Step 24/24 : LABEL version=0.0.0 07:12:02 ---> Running in 42d5e930ba9a 07:12:02 Removing intermediate container 42d5e930ba9a 07:12:02 ---> fcaa92f51b20 07:12:02 [Warning] One or more build-args [ARCH] were not consumed 07:12:02 Successfully built fcaa92f51b20 07:12:02 Successfully tagged edgex-ui-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:12:03 ---> job-cost.sh 07:12:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wjjs 07:12:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:14:04 lf-activate-venv(): INFO: Adding /tmp/venv-wjjs/bin to PATH 07:14:04 INFO: No Stack... 07:14:04 INFO: Retrieving Pricing Info for: v2-standard-4 07:14:04 INFO: Archiving Costs [Pipeline] sh 07:14:04 + cat /w/workspace/edgex-ui-go/3/archives/cost.csv 07:14:04 + cut -d, -f6 [Pipeline] lock 07:14:04 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-371-3-stack-cost] 07:14:04 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-3-stack-cost] did not exist. Created. 07:14:04 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-371-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:14:04 /w/workspace/edgex-ui-go/3@tmp/durable-9509fa85/script.sh: 1: /w/workspace/edgex-ui-go/3@tmp/durable-9509fa85/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:14:05 + echo total: 0.18000000715255737 [Pipeline] stash 07:14:05 Warning: overwriting stash ‘stack-cost’ 07:14:05 Stashed 1 file(s) [Pipeline] } 07:14:05 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-3-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] configFileProvider 07:14:06 provisioning config files... 07:14:06 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/config5615413706985903364tmp [Pipeline] { [Pipeline] sh 07:14:06 + set +x 07:14:06 + curl -s https://codecov.io/bash 07:14:06 + bash -s -- 07:14:06 07:14:06 _____ _ 07:14:06 / ____| | | 07:14:06 | | ___ __| | ___ ___ _____ __ 07:14:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:14:06 | |___| (_) | (_| | __/ (_| (_) \ V / 07:14:06 \_____\___/ \__,_|\___|\___\___/ \_/ 07:14:06 Bash-1.0.3 07:14:06 07:14:06 07:14:06 ==> git version 2.24.4 found 07:14:06 ==> 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:14:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:14:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:14:06 ==> Jenkins CI detected. 07:14:06 project root: . 07:14:06 --> token set from env 07:14:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:14:07 ==> Running gcov in . (disable via -X gcov) 07:14:07 ==> Python coveragepy not found 07:14:07 ==> Searching for coverage reports in: 07:14:07 + . 07:14:07 -> Found 1 reports 07:14:07 ==> Detecting git/mercurial file structure 07:14:07 ==> Reading reports 07:14:07 + ./coverage.out bytes=10 07:14:07 ==> Appending adjustments 07:14:07 https://docs.codecov.io/docs/fixing-reports 07:14:07 + Found adjustments 07:14:07 ==> Gzipping contents 07:14:07 4.0K /tmp/codecov.mieHog.gz 07:14:07 ==> Uploading reports 07:14:07 url: https://codecov.io 07:14:07 query: branch=PR-371&commit=6bc2dd311edbabda4909abcd9b35b1f94383d0e2&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-371%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=371&job=&cmd_args= 07:14:07 -> Pinging Codecov 07:14:07 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-371&commit=6bc2dd311edbabda4909abcd9b35b1f94383d0e2&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-371%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=371&job=&cmd_args= 07:14:07 -> Uploading to 07:14:07 https://storage.googleapis.com/codecov/v4/raw/2021-06-08/FB506323287CE973F263BFD2A0EB1F37/6bc2dd311edbabda4909abcd9b35b1f94383d0e2/3928a502-6a2f-4be1-b8ef-0ed76ee21f63.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210608%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210608T071407Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=10f08ff667c303755d03019b19603d4bd377ad0051923ed8e10d09ff0e94a4ad 07:14:07 % Total % Received % Xferd Average Speed Time Time Time Current 07:14:07 Dload Upload Total Spent Left Speed 07:14:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3930 0 0 100 3930 0 8453 --:--:-- --:--:-- --:--:-- 8451 07:14:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/6bc2dd311edbabda4909abcd9b35b1f94383d0e2 [Pipeline] } 07:14:07 Deleting 1 temporary files [Pipeline] // configFileProvider [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:14:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:14:10 ---> package-listing.sh 07:14:10 ++ facter osfamily 07:14:10 ++ tr '[:upper:]' '[:lower:]' 07:14:10 + OS_FAMILY=redhat 07:14:10 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-371 07:14:10 + START_PACKAGES=/tmp/packages_start.txt 07:14:10 + END_PACKAGES=/tmp/packages_end.txt 07:14:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:14:10 + PACKAGES=/tmp/packages_start.txt 07:14:10 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-371 ']' 07:14:10 + PACKAGES=/tmp/packages_end.txt 07:14:10 + case "${OS_FAMILY}" in 07:14:10 + rpm -qa 07:14:10 + sort 07:14:11 + '[' -f /tmp/packages_start.txt ']' 07:14:11 + '[' -f /tmp/packages_end.txt ']' 07:14:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:14:11 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-371 ']' 07:14:11 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-371/archives/ 07:14:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-371/archives/ [Pipeline] echo 07:14:11 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-371/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:14:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:14:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:14:11 07:14:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:14:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:14:12 alpine: Pulling from edgex-lftools-log-publisher 07:14:12 df20fa9351a1: Pulling fs layer 07:14:12 36b3adc4ff6f: Pulling fs layer 07:14:12 8ad3a11d3b57: Pulling fs layer 07:14:12 46f8f816bc3b: Pulling fs layer 07:14:12 93b61091891f: Pulling fs layer 07:14:12 93b9cdb0e59b: Pulling fs layer 07:14:12 5e14af77c1be: Pulling fs layer 07:14:12 01666e4c0597: Pulling fs layer 07:14:12 aa168da1d23b: Pulling fs layer 07:14:12 93b9cdb0e59b: Waiting 07:14:12 5e14af77c1be: Waiting 07:14:12 01666e4c0597: Waiting 07:14:12 aa168da1d23b: Waiting 07:14:12 46f8f816bc3b: Waiting 07:14:12 93b61091891f: Waiting 07:14:12 36b3adc4ff6f: Verifying Checksum 07:14:12 36b3adc4ff6f: Download complete 07:14:12 46f8f816bc3b: Verifying Checksum 07:14:12 46f8f816bc3b: Download complete 07:14:12 df20fa9351a1: Verifying Checksum 07:14:12 df20fa9351a1: Download complete 07:14:12 93b9cdb0e59b: Verifying Checksum 07:14:12 93b9cdb0e59b: Download complete 07:14:12 93b61091891f: Verifying Checksum 07:14:12 93b61091891f: Download complete 07:14:12 5e14af77c1be: Verifying Checksum 07:14:12 5e14af77c1be: Download complete 07:14:12 01666e4c0597: Verifying Checksum 07:14:12 01666e4c0597: Download complete 07:14:12 df20fa9351a1: Pull complete 07:14:12 8ad3a11d3b57: Verifying Checksum 07:14:12 8ad3a11d3b57: Download complete 07:14:12 36b3adc4ff6f: Pull complete 07:14:13 8ad3a11d3b57: Pull complete 07:14:13 46f8f816bc3b: Pull complete 07:14:13 93b61091891f: Pull complete 07:14:13 93b9cdb0e59b: Pull complete 07:14:13 5e14af77c1be: Pull complete 07:14:13 01666e4c0597: Pull complete 07:14:14 aa168da1d23b: Verifying Checksum 07:14:14 aa168da1d23b: Download complete 07:14:18 aa168da1d23b: Pull complete 07:14:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:14:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:14:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:14:18 prd-centos7-docker-4c-2g-870 does not seem to be running inside a container 07:14:18 $ 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-371/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-371 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371:/w/workspace/edgexfoundry_edgex-ui-go_PR-371:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:14:20 $ docker top 5c97a6530fe4ab3cc0dfb7ffa55972ed9e989be6421e057e9925dc7e4593cecf -eo pid,comm [Pipeline] { [Pipeline] sh 07:14:21 + touch /tmp/pre-build-complete [Pipeline] sh 07:14:21 + mkdir -p /var/log/sa [Pipeline] sh 07:14:21 + ls /var/log/sa-host 07:14:21 + sadf -c /var/log/sa-host/sa05 07:14:21 file_magic: OK 07:14:21 HZ: Using current value: 100 07:14:21 file_header: OK 07:14:21 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:14:21 Statistics: 07:14:21 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:14:21 File successfully converted to sysstat format version 12.2.1 07:14:21 + sadf -c /var/log/sa-host/sa08 07:14:21 file_magic: OK 07:14:21 HZ: Using current value: 100 07:14:21 file_header: OK 07:14:21 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:14:21 Statistics: 07:14:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:14:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:14:22 provisioning config files... 07:14:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/config7437483141196986344tmp [Pipeline] { [Pipeline] echo 07:14:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:14:22 ---> create-netrc.sh [Pipeline] } 07:14:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:14:23 ---> python-tools-install.sh [Pipeline] echo 07:14:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:14:23 ---> sudo-logs.sh 07:14:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:14:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:14:23 ---> job-cost.sh 07:14:23 lf-activate-venv: SKIPPING 07:14:23 DEBUG: total: 0.18000000715255737 07:14:23 INFO: Retrieving Stack Cost... 07:14:25 INFO: Retrieving Pricing Info for: v3-standard-2 07:14:25 INFO: Archiving Costs [Pipeline] echo 07:14:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:14:25 ---> logs-deploy.sh 07:14:25 lf-activate-venv: SKIPPING 07:14:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-371/3 07:14:25 INFO: archiving workspace using pattern(s): 07:14:26 Archives upload complete. 07:14:26 INFO: archiving logs to Nexus