Pull request #349 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from df9b6e17786c0be58a78f3de28d75c519b4ded9f+e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 (37487a46140a6556d0c57a604c161212bc5da683) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 > 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 > git rev-parse --is-inside-work-tree # 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 > 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 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: 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3721 in /w/workspace/edgexfoundry_edgex-ui-go_PR-349 [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-349 # 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 > 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/349/head:refs/remotes/origin/PR-349 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 into PR head commit df9b6e17786c0be58a78f3de28d75c519b4ded9f Merge succeeded, producing df9b6e17786c0be58a78f3de28d75c519b4ded9f Checking out Revision df9b6e17786c0be58a78f3de28d75c519b4ded9f (PR-349) > git config core.sparsecheckout # timeout=10 > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.82" > git rev-list --no-walk 08bcb67294c1070448f0dbfd521d90a666c95db4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:33:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:33:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:33:01 ========================================================= 07:33:01 EdgeX Global Pipelines Version Info 07:33:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:33:04 ------------------- 07:33:04 stable info: 07:33:04 ------------------- 07:33:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:33:04 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 07:33:04 Message: update stable to v1.0.191 07:33:04 ------------------- 07:33:04 experimental info: 07:33:04 ------------------- 07:33:04 Commited By: **** collab-it+edgex@linuxfoundation.org 07:33:04 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 07:33:04 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:33:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:33:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:33:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:33:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-349 [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-349 [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-349 [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df9b6e17786c0be58a78f3de28d75c519b4ded9f [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df9b6e1 [Pipeline] echo 07:33:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:33:05 provisioning config files... 07:33:05 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/config4377391372246879491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:33:06 ---> docker-login.sh 07:33:06 nexus3.edgexfoundry.org:10001 07:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:06 Configure a credential helper to remove this warning. See 07:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:06 07:33:06 Login Succeeded 07:33:06 nexus3.edgexfoundry.org:10002 07:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:06 Configure a credential helper to remove this warning. See 07:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:06 07:33:06 Login Succeeded 07:33:06 nexus3.edgexfoundry.org:10003 07:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:06 Configure a credential helper to remove this warning. See 07:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:06 07:33:06 Login Succeeded 07:33:06 nexus3.edgexfoundry.org:10004 07:33:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:07 Configure a credential helper to remove this warning. See 07:33:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:07 07:33:07 Login Succeeded 07:33:07 docker.io 07:33:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:07 Configure a credential helper to remove this warning. See 07:33:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:07 07:33:07 Login Succeeded 07:33:07 ---> docker-login.sh ends [Pipeline] } 07:33:07 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:33:08 + git log --format=format:%s -1 df9b6e17786c0be58a78f3de28d75c519b4ded9f [Pipeline] echo 07:33:08 GIT_COMMIT: df9b6e17786c0be58a78f3de28d75c519b4ded9f, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.82 [Pipeline] echo 07:33:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:33:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:33:08 07:33:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:33:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:33:09 latest: Pulling from edgex-devops/git-semver 07:33:09 31603596830f: Pulling fs layer 07:33:09 54011a49482f: Pulling fs layer 07:33:09 a6820b24f6d8: Pulling fs layer 07:33:09 f581987b2513: Pulling fs layer 07:33:09 f581987b2513: Waiting 07:33:09 54011a49482f: Verifying Checksum 07:33:09 54011a49482f: Download complete 07:33:09 31603596830f: Verifying Checksum 07:33:09 31603596830f: Download complete 07:33:09 a6820b24f6d8: Verifying Checksum 07:33:09 a6820b24f6d8: Download complete 07:33:09 f581987b2513: Verifying Checksum 07:33:09 f581987b2513: Download complete 07:33:09 31603596830f: Pull complete 07:33:10 54011a49482f: Pull complete 07:33:11 a6820b24f6d8: Pull complete 07:33:11 f581987b2513: Pull complete 07:33:11 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:33:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:33:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:33:11 prd-centos7-docker-4c-2g-3721 does not seem to be running inside a container 07:33:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-349 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-349:/w/workspace/edgexfoundry_edgex-ui-go_PR-349:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-349@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:33:13 $ docker top a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:33:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:33:13 [ssh-agent] Looking for ssh-agent implementation... 07:33:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:33:13 $ docker exec a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a ssh-agent 07:33:14 SSH_AUTH_SOCK=/tmp/ssh-Ou4exuYn0oYs/agent.12 07:33:14 SSH_AGENT_PID=17 07:33:14 Running ssh-add (command line suppressed) 07:33:14 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/private_key_8973285547919459520.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/private_key_8973285547919459520.key) 07:33:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:33:14 + git tag --points-at HEAD [Pipeline] } 07:33:14 $ docker exec --env ******** --env ******** a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a ssh-agent -k 07:33:14 unset SSH_AUTH_SOCK; 07:33:14 unset SSH_AGENT_PID; 07:33:14 echo Agent pid 17 killed; 07:33:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:33:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:33:14 [ssh-agent] Looking for ssh-agent implementation... 07:33:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:33:15 $ docker exec a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a ssh-agent 07:33:15 SSH_AUTH_SOCK=/tmp/ssh-bSYBGK4x6CUU/agent.49 07:33:15 SSH_AGENT_PID=54 07:33:15 Running ssh-add (command line suppressed) 07:33:15 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/private_key_5504598912291187939.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/private_key_5504598912291187939.key) 07:33:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:33:15 + git semver init 07:33:15 # -> Open(): unable to determine branch for HEAD 07:33:15 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-349/.git 07:33:15 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-349 07:33:15 # $SEMVER_REMOTE_NAME = origin 07:33:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:33:15 # $SEMVER_USER_NAME = edgex-jenkins 07:33:15 # $SEMVER_BRANCH = PR-349 07:33:15 # $SEMVER_TEMP = /tmp/semver-396006861 07:33:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:33:17 # '/tmp/semver-396006861' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-349/.semver' 07:33:17 # -> Force: false 07:33:17 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-349/.semver [Pipeline] } 07:33:17 $ docker exec --env ******** --env ******** a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a ssh-agent -k 07:33:18 unset SSH_AUTH_SOCK; 07:33:18 unset SSH_AGENT_PID; 07:33:18 echo Agent pid 54 killed; 07:33:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:33:18 + git semver [Pipeline] } 07:33:18 $ docker stop --time=1 a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a 07:33:19 $ docker rm -f a875be13c0886d9e9b6744f04ad0d1a75a1016ed6648de2745024e11fcaa6a3a [Pipeline] // withDockerContainer [Pipeline] sh 07:33:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:33:20 Stashed 1 file(s) [Pipeline] echo 07:33:20 [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:33:35 Still waiting to schedule task 07:33:35 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:33:35 Still waiting to schedule task 07:33:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:35:52 Running on prd-centos7-docker-4c-2g-3725 in /w/workspace/edgexfoundry_edgex-ui-go_PR-349 [Pipeline] { [Pipeline] ws 07:35:52 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 07:35:58 using credential edgex-jenkins-ssh 07:35:58 Cloning the remote Git repository 07:35:58 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:35:58 > git init /w/workspace/edgex-ui-go/2 # timeout=10 07:35:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:35:58 > git --version # timeout=10 07:35:58 > git --version # 'git version 2.24.3' 07:35:58 using GIT_SSH to set credentials SSH Credentials for GitHub 07:35:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:00 Merging remotes/origin/master commit e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 into PR head commit df9b6e17786c0be58a78f3de28d75c519b4ded9f 07:36:00 Merge succeeded, producing df9b6e17786c0be58a78f3de28d75c519b4ded9f 07:36:00 Checking out Revision df9b6e17786c0be58a78f3de28d75c519b4ded9f (PR-349) 07:35:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:35:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:35:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:35:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:35:59 using GIT_SSH to set credentials SSH Credentials for GitHub 07:35:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/349/head:refs/remotes/origin/PR-349 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:36:00 > git config core.sparsecheckout # timeout=10 07:36:00 > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 07:36:00 > git remote # timeout=10 07:36:00 > git config --get remote.origin.url # timeout=10 07:36:00 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:00 > git merge e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 07:36:00 > git rev-parse HEAD^{commit} # timeout=10 07:36:00 > git config core.sparsecheckout # timeout=10 07:36:00 > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 07:36:04 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.82" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:36:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:36:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:36:06 + sudo service docker restart 07:36:06 + true 07:36:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:36:08 provisioning config files... 07:36:08 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6018557003395125812tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:08 ---> docker-login.sh 07:36:08 nexus3.edgexfoundry.org:10001 07:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:09 Configure a credential helper to remove this warning. See 07:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:09 07:36:09 Login Succeeded 07:36:09 nexus3.edgexfoundry.org:10002 07:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:09 Configure a credential helper to remove this warning. See 07:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:09 07:36:09 Login Succeeded 07:36:09 nexus3.edgexfoundry.org:10003 07:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:09 Configure a credential helper to remove this warning. See 07:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:09 07:36:09 Login Succeeded 07:36:09 nexus3.edgexfoundry.org:10004 07:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:09 Configure a credential helper to remove this warning. See 07:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:09 07:36:09 Login Succeeded 07:36:09 docker.io 07:36:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:10 Configure a credential helper to remove this warning. See 07:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:10 07:36:10 Login Succeeded 07:36:10 ---> docker-login.sh ends [Pipeline] } 07:36:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:36:10 ========================================================= 07:36:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:36:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:36:10 + 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:36:11 Sending build context to Docker daemon 34.88MB 07:36:11 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:36:11 Step 2/8 : FROM ${BASE} 07:36:11 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:36:11 540db60ca938: Pulling fs layer 07:36:11 adcc1eea9eea: Pulling fs layer 07:36:11 4c4ab2625f07: Pulling fs layer 07:36:11 0510c868ecb4: Pulling fs layer 07:36:11 afea3b2eda06: Pulling fs layer 07:36:11 7809a108b3ef: Pulling fs layer 07:36:11 f706445af74f: Pulling fs layer 07:36:11 afea3b2eda06: Waiting 07:36:11 f706445af74f: Waiting 07:36:11 7809a108b3ef: Waiting 07:36:11 0510c868ecb4: Waiting 07:36:11 4c4ab2625f07: Verifying Checksum 07:36:11 4c4ab2625f07: Download complete 07:36:11 adcc1eea9eea: Download complete 07:36:11 afea3b2eda06: Verifying Checksum 07:36:11 afea3b2eda06: Download complete 07:36:11 7809a108b3ef: Verifying Checksum 07:36:11 7809a108b3ef: Download complete 07:36:11 540db60ca938: Verifying Checksum 07:36:11 540db60ca938: Download complete 07:36:12 540db60ca938: Pull complete 07:36:12 adcc1eea9eea: Pull complete 07:36:12 4c4ab2625f07: Pull complete 07:36:15 f706445af74f: Verifying Checksum 07:36:15 f706445af74f: Download complete 07:36:16 0510c868ecb4: Verifying Checksum 07:36:16 0510c868ecb4: Download complete 07:36:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3724 in /w/workspace/edgexfoundry_edgex-ui-go_PR-349 [Pipeline] { [Pipeline] ws 07:36:20 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 07:36:23 0510c868ecb4: Pull complete 07:36:23 afea3b2eda06: Pull complete 07:36:23 7809a108b3ef: Pull complete 07:36:26 using credential edgex-jenkins-ssh 07:36:26 Cloning the remote Git repository 07:36:27 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:36:27 > git init /w/workspace/edgex-ui-go/2 # timeout=10 07:36:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:36:27 > git --version # timeout=10 07:36:27 > git --version # 'git version 2.17.1' 07:36:27 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:29 f706445af74f: Pull complete 07:36:29 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:36:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:36:29 ---> b068be0155e3 07:36:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:36:29 ---> Running in 36dbae657070 07:36:29 Removing intermediate container 36dbae657070 07:36:29 ---> 41a28f316dc6 07:36:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:29 ---> Running in 04c72e1e8a92 07:36:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:36:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:36:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:36:29 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/349/head:refs/remotes/origin/PR-349 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:36:30 Merging remotes/origin/master commit e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 into PR head commit df9b6e17786c0be58a78f3de28d75c519b4ded9f 07:36:30 Merge succeeded, producing df9b6e17786c0be58a78f3de28d75c519b4ded9f 07:36:30 Checking out Revision df9b6e17786c0be58a78f3de28d75c519b4ded9f (PR-349) 07:36:30 > git config core.sparsecheckout # timeout=10 07:36:30 > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 07:36:30 > git remote # timeout=10 07:36:30 > git config --get remote.origin.url # timeout=10 07:36:30 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:30 > git merge e2d6bfd55903d8e137d76ea1bc7b0b66c3639301 # timeout=10 07:36:30 > git rev-parse HEAD^{commit} # timeout=10 07:36:30 > git config core.sparsecheckout # timeout=10 07:36:30 > git checkout -f df9b6e17786c0be58a78f3de28d75c519b4ded9f # timeout=10 07:36:32 Removing intermediate container 04c72e1e8a92 07:36:32 ---> 0a10ce3b356d 07:36:32 Step 5/8 : RUN apk add --no-cache make git 07:36:32 ---> Running in 4a27bdd719ed 07:36:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:36:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:36:34 OK: 149 MiB in 40 packages 07:36:35 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.82" 07:36:35 Removing intermediate container 4a27bdd719ed 07:36:35 ---> 8cb85a180e81 07:36:35 Step 6/8 : WORKDIR /edgex-ui-go 07:36:35 ---> Running in d624bb2eabe5 07:36:35 Removing intermediate container d624bb2eabe5 07:36:35 ---> 29a50fa7b420 07:36:35 Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:36:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:36:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:36:38 + sudo service docker restart 07:36:38 + true 07:36:40 ---> 417ab72223d7 07:36:40 Step 8/8 : RUN go mod download 07:36:40 ---> Running in be6c670a6b98 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:36:40 provisioning config files... 07:36:41 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config5715264895173983348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:41 ---> docker-login.sh 07:36:41 nexus3.edgexfoundry.org:10001 07:36:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:42 Configure a credential helper to remove this warning. See 07:36:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:42 07:36:42 Login Succeeded 07:36:42 nexus3.edgexfoundry.org:10002 07:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:43 Configure a credential helper to remove this warning. See 07:36:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:43 07:36:43 Login Succeeded 07:36:43 nexus3.edgexfoundry.org:10003 07:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:43 Configure a credential helper to remove this warning. See 07:36:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:43 07:36:43 Login Succeeded 07:36:43 nexus3.edgexfoundry.org:10004 07:36:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:44 Configure a credential helper to remove this warning. See 07:36:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:44 07:36:44 Login Succeeded 07:36:44 docker.io 07:36:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:45 Configure a credential helper to remove this warning. See 07:36:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:45 07:36:45 Login Succeeded 07:36:45 ---> docker-login.sh ends [Pipeline] } 07:36:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:36:45 ========================================================= 07:36:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:36:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:36:46 + 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:36:47 Sending build context to Docker daemon 34.88MB 07:36:47 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:36:47 Step 2/8 : FROM ${BASE} 07:36:47 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:36:47 595b0fe564bb: Pulling fs layer 07:36:47 7186ed65a4f7: Pulling fs layer 07:36:47 316046926c0a: Pulling fs layer 07:36:47 4ebd0625c992: Pulling fs layer 07:36:47 207e8628e3a3: Pulling fs layer 07:36:47 c791037a9be2: Pulling fs layer 07:36:47 ffd874e62e21: Pulling fs layer 07:36:47 4ebd0625c992: Waiting 07:36:47 207e8628e3a3: Waiting 07:36:47 c791037a9be2: Waiting 07:36:47 ffd874e62e21: Waiting 07:36:47 7186ed65a4f7: Download complete 07:36:47 316046926c0a: Verifying Checksum 07:36:47 316046926c0a: Download complete 07:36:47 207e8628e3a3: Download complete 07:36:47 c791037a9be2: Download complete 07:36:47 595b0fe564bb: Verifying Checksum 07:36:47 595b0fe564bb: Download complete 07:36:48 595b0fe564bb: Pull complete 07:36:49 7186ed65a4f7: Pull complete 07:36:49 ffd874e62e21: Verifying Checksum 07:36:49 ffd874e62e21: Download complete 07:36:49 316046926c0a: Pull complete 07:36:52 4ebd0625c992: Verifying Checksum 07:36:52 4ebd0625c992: Download complete 07:37:02 4ebd0625c992: Pull complete 07:37:02 207e8628e3a3: Pull complete 07:37:02 c791037a9be2: Pull complete 07:37:07 ffd874e62e21: Pull complete 07:37:07 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 07:37:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:37:07 ---> cfc18b08335c 07:37:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:37:09 ---> Running in 971e924a752a 07:37:09 Removing intermediate container 971e924a752a 07:37:09 ---> 3d34c92065aa 07:37:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:37:09 ---> Running in 0aca6b812e77 07:37:12 Removing intermediate container 0aca6b812e77 07:37:12 ---> 067271ccf7df 07:37:12 Step 5/8 : RUN apk add --no-cache make git 07:37:12 ---> Running in cb31bf4135e0 07:37:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:37:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:37:14 OK: 138 MiB in 40 packages 07:37:16 Removing intermediate container cb31bf4135e0 07:37:16 ---> 5675f80cb9a6 07:37:16 Step 6/8 : WORKDIR /edgex-ui-go 07:37:16 ---> Running in 0c04f59b0132 07:37:16 Removing intermediate container 0c04f59b0132 07:37:16 ---> 60595d37c2ed 07:37:16 Step 7/8 : COPY . . 07:37:19 Removing intermediate container be6c670a6b98 07:37:19 ---> 1b1770f11d67 07:37:19 Successfully built 1b1770f11d67 07:37:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:37:19 + docker inspect -f . ci-base-image-x86_64 07:37:20 . 07:37:20 ---> 2661ef629843 07:37:20 Step 8/8 : RUN go mod download 07:37:20 ---> Running in 11778f89a063 [Pipeline] withDockerContainer 07:37:20 prd-centos7-docker-4c-2g-3725 does not seem to be running inside a container 07:37:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** ci-base-image-x86_64 cat 07:37:22 $ docker top 4e9542dec01b1877a0347cba1d85d4818b993f17bcbcbc012e0f781fc32995ed -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:23 + go version 07:37:23 go version go1.16.3 linux/amd64 [Pipeline] } 07:37:23 $ docker stop --time=1 4e9542dec01b1877a0347cba1d85d4818b993f17bcbcbc012e0f781fc32995ed 07:37:25 $ docker rm -f 4e9542dec01b1877a0347cba1d85d4818b993f17bcbcbc012e0f781fc32995ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:37:26 + docker inspect -f . ci-base-image-x86_64 07:37:26 . [Pipeline] withDockerContainer 07:37:26 prd-centos7-docker-4c-2g-3725 does not seem to be running inside a container 07:37:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** ci-base-image-x86_64 cat 07:37:27 $ docker top 737abb0f984b2d64bfe0c52b3b57e3795b7d78c0c96a471119da64fbfff72da6 -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:28 + go mod tidy [Pipeline] sh 07:37:30 + make test 07:37:30 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:37:32 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:37:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:37:52 GO111MODULE=on go vet ./... 07:37:52 Removing intermediate container 11778f89a063 07:37:52 ---> 5ec878c1e216 07:37:52 Successfully built 5ec878c1e216 07:37:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:37:52 + docker inspect -f . ci-base-image-arm64 07:37:52 . [Pipeline] withDockerContainer 07:37:53 prd-ubuntu18.04-docker-arm64-4c-16g-3724 does not seem to be running inside a container 07:37:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-arm64 cat 07:37:54 $ docker top ce64ed9a727f5037ee1f41a2768f8d1aad3d82dd83716ee251e3982fc687ee14 -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:55 + go version 07:37:55 go version go1.16.3 linux/arm64 [Pipeline] } 07:37:55 $ docker stop --time=1 ce64ed9a727f5037ee1f41a2768f8d1aad3d82dd83716ee251e3982fc687ee14 07:37:57 $ docker rm -f ce64ed9a727f5037ee1f41a2768f8d1aad3d82dd83716ee251e3982fc687ee14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:37:58 + docker inspect -f . ci-base-image-arm64 07:37:58 . [Pipeline] withDockerContainer 07:37:58 prd-ubuntu18.04-docker-arm64-4c-16g-3724 does not seem to be running inside a container 07:37:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-arm64 cat 07:38:00 $ docker top 3e6013437b5407ae3df78ab7981b8f2704b3d5d9689be5679eaa965947ae2192 -eo pid,comm [Pipeline] { [Pipeline] sh 07:38:01 + go mod tidy [Pipeline] sh 07:38:02 + make test 07:38:02 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:38:03 ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] } 07:38:04 $ docker stop --time=1 737abb0f984b2d64bfe0c52b3b57e3795b7d78c0c96a471119da64fbfff72da6 07:38:07 $ docker rm -f 737abb0f984b2d64bfe0c52b3b57e3795b7d78c0c96a471119da64fbfff72da6 [Pipeline] // withDockerContainer [Pipeline] sh 07:38:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:38:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:38:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:38:09 + ls -al . 07:38:09 total 92 07:38:09 drwxrwxr-x. 10 jenkins jenkins 4096 May 8 07:37 . 07:38:09 drwxrwxr-x. 4 jenkins jenkins 28 May 8 07:35 .. 07:38:09 drwxrwxr-x. 3 jenkins jenkins 20 May 8 07:36 assets 07:38:09 drwxrwxr-x. 2 jenkins jenkins 35 May 8 07:36 bin 07:38:09 drwxrwxr-x. 3 jenkins jenkins 29 May 8 07:36 cmd 07:38:09 -rw-rw-r--. 1 jenkins jenkins 3959 May 8 07:36 CONTRIBUTING.md 07:38:09 -rw-r--r--. 1 jenkins jenkins 10 May 8 07:37 coverage.out 07:38:09 -rw-rw-r--. 1 jenkins jenkins 1508 May 8 07:36 Dockerfile 07:38:09 -rw-rw-r--. 1 jenkins jenkins 902 May 8 07:36 Dockerfile.build 07:38:09 drwxrwxr-x. 5 jenkins jenkins 104 May 8 07:36 docs 07:38:09 drwxrwxr-x. 8 jenkins jenkins 179 May 8 07:36 .git 07:38:09 drwxrwxr-x. 2 jenkins jenkins 103 May 8 07:36 .github 07:38:09 -rw-rw-r--. 1 jenkins jenkins 162 May 8 07:36 .gitignore 07:38:09 -rw-rw-r--. 1 jenkins jenkins 987 May 8 07:36 go.mod 07:38:09 -rw-r--r--. 1 jenkins jenkins 24424 May 8 07:37 go.sum 07:38:09 drwxrwxr-x. 10 jenkins jenkins 139 May 8 07:36 internal 07:38:09 -rw-rw-r--. 1 jenkins jenkins 652 May 8 07:36 Jenkinsfile 07:38:09 -rw-rw-r--. 1 jenkins jenkins 11357 May 8 07:36 LICENSE 07:38:09 -rw-rw-r--. 1 jenkins jenkins 941 May 8 07:36 Makefile 07:38:09 -rw-rw-r--. 1 jenkins jenkins 6012 May 8 07:36 README.md 07:38:09 -rw-rw-r--. 1 jenkins jenkins 5 May 8 07:33 VERSION 07:38:09 -rw-rw-r--. 1 jenkins jenkins 155 May 8 07:36 version.go 07:38:09 drwxrwxr-x. 4 jenkins jenkins 4096 May 8 07:36 web [Pipeline] isUnix [Pipeline] sh 07:38:09 + 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=df9b6e17786c0be58a78f3de28d75c519b4ded9f --label arch=amd64 --label version=0.0.0 . 07:38:10 Sending build context to Docker daemon 34.91MB 07:38:10 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:38:10 Step 2/24 : FROM ${BASE} AS builder 07:38:10 ---> 1b1770f11d67 07:38:10 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:38:11 ---> Running in 6d5f2f026195 07:38:11 Removing intermediate container 6d5f2f026195 07:38:11 ---> 68e5d262b000 07:38:11 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:38:11 ---> Running in b060b9efd20e 07:38:11 Removing intermediate container b060b9efd20e 07:38:11 ---> ef529006aacd 07:38:11 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:38:11 ---> Running in e8c24489c951 07:38:11 Removing intermediate container e8c24489c951 07:38:11 ---> c562f68e801f 07:38:11 Step 6/24 : LABEL Name=edgex-ui-go 07:38:11 ---> Running in 8d4dafab112d 07:38:12 Removing intermediate container 8d4dafab112d 07:38:12 ---> 573eaab5760b 07:38:12 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:38:12 ---> Running in 9bf02cba7b81 07:38:12 Removing intermediate container 9bf02cba7b81 07:38:12 ---> 0a7364172da2 07:38:12 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:12 ---> Running in ad039249ebec 07:38:13 Removing intermediate container ad039249ebec 07:38:13 ---> 14b57d54c423 07:38:13 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:38:13 ---> Running in 3d4fd65a8724 07:38:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:38:14 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:38:15 OK: 149 MiB in 40 packages 07:38:16 Removing intermediate container 3d4fd65a8724 07:38:16 ---> e3714410551f 07:38:16 Step 10/24 : ENV GO111MODULE=on 07:38:16 ---> Running in ba4d9c524467 07:38:16 Removing intermediate container ba4d9c524467 07:38:16 ---> 65471422cac2 07:38:16 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:38:16 ---> Running in a91ad5993f18 07:38:16 Removing intermediate container a91ad5993f18 07:38:16 ---> dd1d34ca3eee 07:38:16 Step 12/24 : COPY go.mod . 07:38:16 ---> b83e545d9fda 07:38:16 Step 13/24 : COPY Makefile . 07:38:17 ---> a0e3472b6e60 07:38:17 Step 14/24 : RUN make update 07:38:17 ---> Running in 49918cfd195a 07:38:17 CGO_ENABLED=0 GO111MODULE=on go mod download 07:38:18 Removing intermediate container 49918cfd195a 07:38:18 ---> 723980d27da0 07:38:18 Step 15/24 : COPY . . 07:38:22 ---> dd5610052949 07:38:22 Step 16/24 : RUN ${MAKE} 07:38:22 ---> Running in 8bd1094c19c0 07:38:22 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:38:34 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:38:37 Removing intermediate container 8bd1094c19c0 07:38:37 ---> ef289bc36f55 07:38:37 Step 17/24 : FROM alpine:3.12 07:38:38 3.12: Pulling from library/alpine 07:38:38 339de151aab4: Pulling fs layer 07:38:38 339de151aab4: Download complete 07:38:39 339de151aab4: Pull complete 07:38:39 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:38:39 Status: Downloaded newer image for alpine:3.12 07:38:39 ---> 13621d1b12d4 07:38:39 Step 18/24 : EXPOSE 4000 07:38:39 ---> Running in ab0d0713cc1a 07:38:39 Removing intermediate container ab0d0713cc1a 07:38:39 ---> 9d82322522f4 07:38:39 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:38:40 ---> 5cfd7a4e348c 07:38:40 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:38:40 ---> Running in 800ea4e75eb7 07:38:41 Removing intermediate container 800ea4e75eb7 07:38:41 ---> 8381a98b85d3 07:38:41 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:38:41 ---> Running in d6c41a70da1d 07:38:41 Removing intermediate container d6c41a70da1d 07:38:41 ---> d87cc56feb83 07:38:41 Step 22/24 : LABEL arch=amd64 07:38:41 ---> Running in d45cd8c06f1e 07:38:41 Removing intermediate container d45cd8c06f1e 07:38:41 ---> feffba3bab7d 07:38:41 Step 23/24 : LABEL git_sha=df9b6e17786c0be58a78f3de28d75c519b4ded9f 07:38:41 ---> Running in a03bcaaacaae 07:38:41 Removing intermediate container a03bcaaacaae 07:38:41 ---> 07e354deb54e 07:38:41 Step 24/24 : LABEL version=0.0.0 07:38:41 ---> Running in a6183ce67824 07:38:42 Removing intermediate container a6183ce67824 07:38:42 ---> 4747b2781455 07:38:42 [Warning] One or more build-args [ARCH] were not consumed 07:38:42 Successfully built 4747b2781455 07:38:42 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:38:42 ---> job-cost.sh 07:38:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nKUz 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:38:42 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:38:42 GO111MODULE=on go vet ./... 07:39:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] } 07:39:01 $ docker stop --time=1 3e6013437b5407ae3df78ab7981b8f2704b3d5d9689be5679eaa965947ae2192 07:39:03 $ docker rm -f 3e6013437b5407ae3df78ab7981b8f2704b3d5d9689be5679eaa965947ae2192 [Pipeline] // withDockerContainer [Pipeline] sh 07:39:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:39:03 Warning: overwriting stash ‘coverage-report’ 07:39:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:39:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:39:05 + ls -al . 07:39:05 total 124 07:39:05 drwxrwxr-x 10 jenkins jenkins 4096 May 8 07:38 . 07:39:05 drwxrwxr-x 4 jenkins jenkins 4096 May 8 07:36 .. 07:39:05 drwxrwxr-x 8 jenkins jenkins 4096 May 8 07:36 .git 07:39:05 drwxrwxr-x 2 jenkins jenkins 4096 May 8 07:36 .github 07:39:05 -rw-rw-r-- 1 jenkins jenkins 162 May 8 07:36 .gitignore 07:39:05 -rw-rw-r-- 1 jenkins jenkins 3959 May 8 07:36 CONTRIBUTING.md 07:39:05 -rw-rw-r-- 1 jenkins jenkins 1508 May 8 07:36 Dockerfile 07:39:05 -rw-rw-r-- 1 jenkins jenkins 902 May 8 07:36 Dockerfile.build 07:39:05 -rw-rw-r-- 1 jenkins jenkins 652 May 8 07:36 Jenkinsfile 07:39:05 -rw-rw-r-- 1 jenkins jenkins 11357 May 8 07:36 LICENSE 07:39:05 -rw-rw-r-- 1 jenkins jenkins 941 May 8 07:36 Makefile 07:39:05 -rw-rw-r-- 1 jenkins jenkins 6012 May 8 07:36 README.md 07:39:05 -rw-rw-r-- 1 jenkins jenkins 5 May 8 07:33 VERSION 07:39:05 drwxrwxr-x 3 jenkins jenkins 4096 May 8 07:36 assets 07:39:05 drwxrwxr-x 2 jenkins jenkins 4096 May 8 07:36 bin 07:39:05 drwxrwxr-x 3 jenkins jenkins 4096 May 8 07:36 cmd 07:39:05 -rw-r--r-- 1 jenkins jenkins 10 May 8 07:38 coverage.out 07:39:05 drwxrwxr-x 5 jenkins jenkins 4096 May 8 07:36 docs 07:39:05 -rw-rw-r-- 1 jenkins jenkins 987 May 8 07:36 go.mod 07:39:05 -rw-r--r-- 1 jenkins jenkins 24424 May 8 07:38 go.sum 07:39:05 drwxrwxr-x 10 jenkins jenkins 4096 May 8 07:36 internal 07:39:05 -rw-rw-r-- 1 jenkins jenkins 155 May 8 07:36 version.go 07:39:05 drwxrwxr-x 4 jenkins jenkins 4096 May 8 07:36 web [Pipeline] isUnix [Pipeline] sh 07:39:06 + 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=df9b6e17786c0be58a78f3de28d75c519b4ded9f --label arch=arm64 --label version=0.0.0 . 07:39:07 Sending build context to Docker daemon 34.91MB 07:39:07 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:39:07 Step 2/24 : FROM ${BASE} AS builder 07:39:07 ---> 5ec878c1e216 07:39:07 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:39:07 ---> Running in 012cd1deef50 07:39:08 Removing intermediate container 012cd1deef50 07:39:08 ---> 2f6fd7651dd5 07:39:08 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 07:39:08 ---> Running in 38966e371767 07:39:09 Removing intermediate container 38966e371767 07:39:09 ---> 234bb0bf7711 07:39:09 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 07:39:09 ---> Running in 2a228a320e6c 07:39:09 Removing intermediate container 2a228a320e6c 07:39:09 ---> f2525d186160 07:39:09 Step 6/24 : LABEL Name=edgex-ui-go 07:39:09 ---> Running in d94fcd005ed5 07:39:10 Removing intermediate container d94fcd005ed5 07:39:10 ---> 887808f71931 07:39:10 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:39:10 ---> Running in 4115ffa0a523 07:39:10 Removing intermediate container 4115ffa0a523 07:39:10 ---> 3ab0c90574a5 07:39:10 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:10 ---> Running in 41fb13292395 07:39:12 Removing intermediate container 41fb13292395 07:39:12 ---> b0b5a6766991 07:39:12 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:39:13 ---> Running in 158a01823b6d 07:39:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:39:14 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:39:15 OK: 138 MiB in 40 packages 07:39:17 Removing intermediate container 158a01823b6d 07:39:17 ---> 52fcf3133b05 07:39:17 Step 10/24 : ENV GO111MODULE=on 07:39:17 ---> Running in 784fcf6f5db5 07:39:17 Removing intermediate container 784fcf6f5db5 07:39:17 ---> 76616c8faf37 07:39:17 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:39:17 ---> Running in 822b51368dc4 07:39:18 Removing intermediate container 822b51368dc4 07:39:18 ---> 550b387fa40b 07:39:18 Step 12/24 : COPY go.mod . 07:39:18 ---> 54d8ce4930e1 07:39:18 Step 13/24 : COPY Makefile . 07:39:19 ---> 6fc71776020b 07:39:19 Step 14/24 : RUN make update 07:39:19 ---> Running in 5532354737b2 07:39:20 CGO_ENABLED=0 GO111MODULE=on go mod download 07:39:22 Removing intermediate container 5532354737b2 07:39:22 ---> d42d29a03c71 07:39:22 Step 15/24 : COPY . . 07:39:25 ---> 3266ca1cf792 07:39:25 Step 16/24 : RUN ${MAKE} 07:39:25 ---> Running in 1f36ed0f0608 07:39: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:39:33 lf-activate-venv(): INFO: Adding /tmp/venv-nKUz/bin to PATH 07:39:33 INFO: No Stack... 07:39:33 INFO: Retrieving Pricing Info for: v1-standard-2 07:39:33 INFO: Archiving Costs [Pipeline] sh 07:39:33 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 07:39:33 + cut -d, -f6 [Pipeline] lock 07:39:33 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] 07:39:33 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] did not exist. Created. 07:39:33 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:39:33 + echo total: 0.029999999329447746 [Pipeline] stash 07:39:34 Stashed 1 file(s) [Pipeline] } 07:39:34 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:39:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:39:58 Removing intermediate container 1f36ed0f0608 07:39:58 ---> 818309471613 07:39:58 Step 17/24 : FROM alpine:3.12 07:39:58 3.12: Pulling from library/alpine 07:39:58 d2f70382dc9a: Pulling fs layer 07:39:58 d2f70382dc9a: Verifying Checksum 07:39:58 d2f70382dc9a: Download complete 07:39:58 d2f70382dc9a: Pull complete 07:39:58 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:39:58 Status: Downloaded newer image for alpine:3.12 07:39:58 ---> 9852663dfa18 07:39:58 Step 18/24 : EXPOSE 4000 07:39:58 ---> Running in 76247f23f421 07:39:59 Removing intermediate container 76247f23f421 07:39:59 ---> 40d9c2757e4c 07:39:59 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:40:02 ---> 7226ee5ad5cc 07:40:02 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:40:02 ---> Running in 11bbf707c367 07:40:02 Removing intermediate container 11bbf707c367 07:40:02 ---> a467c78b1ec5 07:40:02 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:40:02 ---> Running in c7b3a727aa82 07:40:03 Removing intermediate container c7b3a727aa82 07:40:03 ---> 6bc1344f5bb2 07:40:03 Step 22/24 : LABEL arch=arm64 07:40:03 ---> Running in d388eac3bdc0 07:40:03 Removing intermediate container d388eac3bdc0 07:40:03 ---> 2b822f847109 07:40:03 Step 23/24 : LABEL git_sha=df9b6e17786c0be58a78f3de28d75c519b4ded9f 07:40:03 ---> Running in 03c5b3e9f3db 07:40:04 Removing intermediate container 03c5b3e9f3db 07:40:04 ---> d1fd7cc5f97c 07:40:04 Step 24/24 : LABEL version=0.0.0 07:40:04 ---> Running in 3eb3ca544396 07:40:04 Removing intermediate container 3eb3ca544396 07:40:04 ---> 9c6c2a460167 07:40:04 [Warning] One or more build-args [ARCH] were not consumed 07:40:04 Successfully built 9c6c2a460167 07:40:04 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:40:05 ---> job-cost.sh 07:40:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nnCc 07:40:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:42:06 lf-activate-venv(): INFO: Adding /tmp/venv-nnCc/bin to PATH 07:42:06 INFO: No Stack... 07:42:06 INFO: Retrieving Pricing Info for: lf-standard-4 07:42:06 INFO: Archiving Costs [Pipeline] sh 07:42:06 + cut -d, -f6 07:42:06 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 07:42:06 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] 07:42:06 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] did not exist. Created. 07:42:06 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:42:06 /w/workspace/edgex-ui-go/2@tmp/durable-00b16e44/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-00b16e44/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:42:07 + echo total: 0.20999999344348907 [Pipeline] stash 07:42:07 Warning: overwriting stash ‘stack-cost’ 07:42:07 Stashed 1 file(s) [Pipeline] } 07:42:07 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-349-2-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:42:07 provisioning config files... 07:42:07 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/config4650138275924427340tmp [Pipeline] { [Pipeline] sh 07:42:08 + set +x 07:42:08 + curl -s https://codecov.io/bash 07:42:08 + bash -s -- 07:42:08 07:42:08 _____ _ 07:42:08 / ____| | | 07:42:08 | | ___ __| | ___ ___ _____ __ 07:42:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:42:08 | |___| (_) | (_| | __/ (_| (_) \ V / 07:42:08 \_____\___/ \__,_|\___|\___\___/ \_/ 07:42:08 Bash-1.0.2 07:42:08 07:42:08 07:42:08 ==> git version 2.24.3 found 07:42:08 ==> 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:42:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:42:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:42:08 ==> Jenkins CI detected. 07:42:08 project root: . 07:42:08 --> token set from env 07:42:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:42:08 ==> Running gcov in . (disable via -X gcov) 07:42:08 ==> Python coveragepy not found 07:42:08 ==> Searching for coverage reports in: 07:42:08 + . 07:42:08 -> Found 1 reports 07:42:08 ==> Detecting git/mercurial file structure 07:42:08 ==> Reading reports 07:42:08 + ./coverage.out bytes=10 07:42:08 ==> Appending adjustments 07:42:08 https://docs.codecov.io/docs/fixing-reports 07:42:09 + Found adjustments 07:42:09 ==> Gzipping contents 07:42:09 4.0K /tmp/codecov.wQwE9N.gz 07:42:09 ==> Uploading reports 07:42:09 url: https://codecov.io 07:42:09 query: branch=PR-349&commit=df9b6e17786c0be58a78f3de28d75c519b4ded9f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-349%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=349&job=&cmd_args= 07:42:09 -> Pinging Codecov 07:42:09 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-349&commit=df9b6e17786c0be58a78f3de28d75c519b4ded9f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-349%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=349&job=&cmd_args= 07:42:09 -> Uploading to 07:42:09 https://storage.googleapis.com/codecov/v4/raw/2021-05-08/FB506323287CE973F263BFD2A0EB1F37/df9b6e17786c0be58a78f3de28d75c519b4ded9f/74deec76-e8f3-4c7c-a5d5-601d4a43d969.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210508T074209Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aaaf2dbdc749925550aac158ba296817a85f1bc515fb4f53678051fe66e7e604 07:42:09 % Total % Received % Xferd Average Speed Time Time Time Current 07:42:09 Dload Upload Total Spent Left Speed 07:42:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 7702 --:--:-- --:--:-- --:--:-- 7711 07:42:09 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/df9b6e17786c0be58a78f3de28d75c519b4ded9f [Pipeline] } 07:42:09 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:42:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:42:11 ---> package-listing.sh 07:42:11 ++ facter osfamily 07:42:11 ++ tr '[:upper:]' '[:lower:]' 07:42:11 + OS_FAMILY=redhat 07:42:11 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-349 07:42:11 + START_PACKAGES=/tmp/packages_start.txt 07:42:11 + END_PACKAGES=/tmp/packages_end.txt 07:42:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:42:11 + PACKAGES=/tmp/packages_start.txt 07:42:11 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-349 ']' 07:42:11 + PACKAGES=/tmp/packages_end.txt 07:42:11 + case "${OS_FAMILY}" in 07:42:11 + rpm -qa 07:42:11 + sort 07:42:17 + '[' -f /tmp/packages_start.txt ']' 07:42:17 + '[' -f /tmp/packages_end.txt ']' 07:42:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:42:17 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-349 ']' 07:42:17 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-349/archives/ 07:42:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-349/archives/ [Pipeline] echo 07:42:17 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-349/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:42:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:42:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:42:17 07:42:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:42:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:42:18 alpine: Pulling from edgex-lftools-log-publisher 07:42:18 df20fa9351a1: Pulling fs layer 07:42:18 36b3adc4ff6f: Pulling fs layer 07:42:18 8ad3a11d3b57: Pulling fs layer 07:42:18 46f8f816bc3b: Pulling fs layer 07:42:18 93b61091891f: Pulling fs layer 07:42:18 93b9cdb0e59b: Pulling fs layer 07:42:18 5e14af77c1be: Pulling fs layer 07:42:18 01666e4c0597: Pulling fs layer 07:42:18 aa168da1d23b: Pulling fs layer 07:42:18 93b9cdb0e59b: Waiting 07:42:18 5e14af77c1be: Waiting 07:42:18 01666e4c0597: Waiting 07:42:18 46f8f816bc3b: Waiting 07:42:18 93b61091891f: Waiting 07:42:18 aa168da1d23b: Waiting 07:42:18 36b3adc4ff6f: Verifying Checksum 07:42:18 36b3adc4ff6f: Download complete 07:42:18 46f8f816bc3b: Download complete 07:42:18 df20fa9351a1: Download complete 07:42:18 93b9cdb0e59b: Verifying Checksum 07:42:18 93b9cdb0e59b: Download complete 07:42:18 5e14af77c1be: Verifying Checksum 07:42:18 5e14af77c1be: Download complete 07:42:18 01666e4c0597: Verifying Checksum 07:42:18 01666e4c0597: Download complete 07:42:18 93b61091891f: Verifying Checksum 07:42:18 93b61091891f: Download complete 07:42:18 8ad3a11d3b57: Verifying Checksum 07:42:18 8ad3a11d3b57: Download complete 07:42:18 df20fa9351a1: Pull complete 07:42:19 36b3adc4ff6f: Pull complete 07:42:20 8ad3a11d3b57: Pull complete 07:42:20 46f8f816bc3b: Pull complete 07:42:21 93b61091891f: Pull complete 07:42:21 aa168da1d23b: Verifying Checksum 07:42:21 aa168da1d23b: Download complete 07:42:21 93b9cdb0e59b: Pull complete 07:42:21 5e14af77c1be: Pull complete 07:42:21 01666e4c0597: Pull complete 07:42:29 aa168da1d23b: Pull complete 07:42:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:42:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:42:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:42:29 prd-centos7-docker-4c-2g-3721 does not seem to be running inside a container 07:42:29 $ 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-349/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-349 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-349:/w/workspace/edgexfoundry_edgex-ui-go_PR-349:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-349@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:10003/edgex-lftools-log-publisher:alpine cat 07:42:33 $ docker top 56bb2b91d19da91efbb52c5efc0113de7e1fa5c8346fd7cecf0311c014127cc9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:34 + touch /tmp/pre-build-complete [Pipeline] sh 07:42:34 + mkdir -p /var/log/sa [Pipeline] sh 07:42:35 + ls /var/log/sa-host 07:42:35 + sadf -c /var/log/sa-host/sa08 07:42:35 file_magic: OK 07:42:35 HZ: Using current value: 100 07:42:35 file_header: OK 07:42:35 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:42:35 Statistics: 07:42:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:42:35 File successfully converted to sysstat format version 12.2.1 07:42:35 + sadf -c /var/log/sa-host/sa23 07:42:35 file_magic: OK 07:42:35 HZ: Using current value: 100 07:42:35 file_header: OK 07:42:35 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:42:35 Statistics: 07:42:35 Hnuu...uuuununununu... 07:42:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:42:35 provisioning config files... 07:42:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp/config6811864468374600890tmp [Pipeline] { [Pipeline] echo 07:42:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:42:36 ---> create-netrc.sh [Pipeline] } 07:42:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:42:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:42:36 ---> python-tools-install.sh [Pipeline] echo 07:42:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:42:36 ---> sudo-logs.sh 07:42:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:42:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:42:37 ---> job-cost.sh 07:42:37 lf-activate-venv: SKIPPING 07:42:37 DEBUG: total: 0.20999999344348907 07:42:37 INFO: Retrieving Stack Cost... 07:42:38 INFO: Retrieving Pricing Info for: v1-standard-2 07:42:39 INFO: Archiving Costs [Pipeline] echo 07:42:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:42:39 ---> logs-deploy.sh 07:42:39 lf-activate-venv: SKIPPING 07:42:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-349/2 07:42:39 INFO: archiving workspace using pattern(s): 07:42:41 Archives upload complete. 07:42:41 INFO: archiving logs to Nexus 07:42:43 ---> uname -a: 07:42:43 Linux prd-centos7-docker-4c-2g-3721.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:42:43 07:42:43 07:42:43 ---> lscpu: 07:42:43 Architecture: x86_64 07:42:43 CPU op-mode(s): 32-bit, 64-bit 07:42:43 Byte Order: Little Endian 07:42:43 Address sizes: 40 bits physical, 48 bits virtual 07:42:43 CPU(s): 4 07:42:43 On-line CPU(s) list: 0-3 07:42:43 Thread(s) per core: 1 07:42:43 Core(s) per socket: 1 07:42:43 Socket(s): 4 07:42:43 NUMA node(s): 1 07:42:43 Vendor ID: GenuineIntel 07:42:43 CPU family: 6 07:42:43 Model: 44 07:42:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:42:43 Stepping: 1 07:42:43 CPU MHz: 2933.436 07:42:43 BogoMIPS: 5866.87 07:42:43 Virtualization: VT-x 07:42:43 Hypervisor vendor: KVM 07:42:43 Virtualization type: full 07:42:43 L1d cache: 128 KiB 07:42:43 L1i cache: 128 KiB 07:42:43 L2 cache: 16 MiB 07:42:43 L3 cache: 64 MiB 07:42:43 NUMA node0 CPU(s): 0-3 07:42:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:42:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:42:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:42:43 Vulnerability Meltdown: Mitigation; PTI 07:42:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:42:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:42:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:42:43 Vulnerability Srbds: Not affected 07:42:43 Vulnerability Tsx async abort: Not affected 07:42:43 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:42:43 07:42:43 07:42:43 ---> nproc: 07:42:43 4 07:42:43 07:42:43 07:42:43 ---> df -h: 07:42:43 Filesystem Size Used Available Use% Mounted on 07:42:43 overlay 50.0G 7.3G 42.7G 15% / 07:42:43 tmpfs 64.0M 0 64.0M 0% /dev 07:42:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:42:43 shm 64.0M 0 64.0M 0% /dev/shm 07:42:43 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 07:42:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:42:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:42:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:42:43 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 07:42:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-349 07:42:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-349@tmp 07:42:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 07:42:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 07:42:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 07:42:43 07:42:43 07:42:43 ---> free -m: 07:42:43 total used free shared buff/cache available 07:42:43 Mem: 1837 732 99 0 1005 1000 07:42:43 Swap: 1023 1 1022 07:42:43 07:42:43 07:42:43 ---> ip addr: 07:42:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:42:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:42:43 inet 127.0.0.1/8 scope host lo 07:42:43 valid_lft forever preferred_lft forever 07:42:43 inet6 ::1/128 scope host 07:42:43 valid_lft forever preferred_lft forever 07:42:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:42:43 link/ether fa:16:3e:4a:f4:85 brd ff:ff:ff:ff:ff:ff 07:42:43 inet 10.30.122.255/23 brd 10.30.123.255 scope global dynamic eth0 07:42:43 valid_lft 85778sec preferred_lft 85778sec 07:42:43 inet6 fe80::f816:3eff:fe4a:f485/64 scope link 07:42:43 valid_lft forever preferred_lft forever 07:42:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:42:43 link/ether 02:42:39:d8:d2:bc brd ff:ff:ff:ff:ff:ff 07:42:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:42:43 valid_lft forever preferred_lft forever 07:42:43 inet6 fe80::42:39ff:fed8:d2bc/64 scope link 07:42:43 valid_lft forever preferred_lft forever 07:42:43 07:42:43 07:42:43 ---> sar -b -r -n DEV: 07:42:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/08/21 _x86_64_ (4 CPU) 07:42:43 07:42:43 07:32:09 LINUX RESTART (4 CPU) 07:42:43 07:42:43 07:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:42:43 07:34:02 36.13 12.89 23.24 0.00 4546.46 4268.86 0.00 07:42:43 07:35:01 1.90 0.00 1.90 0.00 0.00 36.47 0.00 07:42:43 07:36:01 0.28 0.00 0.28 0.00 0.00 4.15 0.00 07:42:43 07:37:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 07:42:43 07:38:01 0.27 0.00 0.27 0.00 0.00 3.23 0.00 07:42:43 07:39:01 0.30 0.00 0.30 0.00 0.00 3.53 0.00 07:42:43 07:40:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 07:42:43 07:41:01 0.23 0.00 0.23 0.00 0.00 3.06 0.00 07:42:43 07:42:01 0.28 0.00 0.28 0.00 0.00 2.90 0.00 07:42:43 Average: 4.43 1.44 3.00 0.00 506.35 481.86 0.00 07:42:43 07:42:43 07:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:42:43 07:34:02 137876 0 615116 32.69 2620 1125932 1123516 38.34 432196 1109864 32 07:42:43 07:35:01 141528 0 611512 32.50 2620 1125884 1094228 37.34 434516 1104604 12 07:42:43 07:36:01 139164 0 613868 32.63 2620 1125892 1079884 36.85 440800 1101204 16 07:42:43 07:37:01 137224 0 615808 32.73 2620 1125892 1079992 36.86 443400 1100824 8 07:42:43 07:38:01 138008 0 615016 32.69 2620 1125900 1079800 36.85 438864 1104328 12 07:42:43 07:39:01 138656 0 614364 32.65 2620 1125904 1079692 36.85 438276 1104328 12 07:42:43 07:40:01 139160 0 613856 32.63 2620 1125908 1079692 36.85 438280 1104328 8 07:42:43 07:41:01 139136 0 613876 32.63 2620 1125912 1079692 36.85 438268 1104328 8 07:42:43 07:42:01 139252 0 613752 32.62 2620 1125920 1079692 36.85 438168 1104328 8 07:42:43 Average: 138889 0 614130 32.64 2620 1125905 1086243 37.07 438085 1104237 13 07:42:43 07:42:43 07:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:42:43 07:34:02 eth0 147.80 133.24 602.98 30.25 0.00 0.00 0.00 0.00 07:42:43 07:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:34:02 docker0 55.81 42.95 5.05 160.39 0.00 0.00 0.00 0.00 07:42:43 07:35:01 eth0 1.63 0.78 0.64 0.42 0.00 0.00 0.00 0.00 07:42:43 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:36:01 eth0 1.52 0.28 0.37 0.20 0.00 0.00 0.00 0.00 07:42:43 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:37:01 eth0 0.40 0.17 0.26 0.13 0.00 0.00 0.00 0.00 07:42:43 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:38:01 eth0 0.40 0.38 0.20 0.15 0.00 0.00 0.00 0.00 07:42:43 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:39:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:42:43 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:42:43 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:41:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:42:43 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:42:43 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 Average: eth0 16.94 15.05 67.32 3.47 0.00 0.00 0.00 0.00 07:42:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:42:43 Average: docker0 6.22 4.78 0.56 17.86 0.00 0.00 0.00 0.00 07:42:43 07:42:43 07:42:43 ---> sar -P ALL: 07:42:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/08/21 _x86_64_ (4 CPU) 07:42:43 07:42:43 07:32:09 LINUX RESTART (4 CPU) 07:42:43 07:42:43 07:33:01 CPU %user %nice %system %iowait %steal %idle 07:42:43 07:34:02 all 4.08 0.00 2.59 0.46 0.84 92.04 07:42:43 07:34:02 0 4.46 0.00 2.81 0.19 0.66 91.89 07:42:43 07:34:02 1 4.45 0.00 2.91 0.22 0.92 91.50 07:42:43 07:34:02 2 2.89 0.00 2.31 0.23 0.99 93.58 07:42:43 07:34:02 3 4.52 0.00 2.32 1.19 0.77 91.20 07:42:43 07:35:01 all 0.14 0.00 0.05 0.00 0.24 99.57 07:42:43 07:35:01 0 0.03 0.00 0.05 0.00 0.15 99.76 07:42:43 07:35:01 1 0.10 0.00 0.10 0.00 0.49 99.31 07:42:43 07:35:01 2 0.03 0.00 0.02 0.00 0.07 99.88 07:42:43 07:35:01 3 0.39 0.00 0.03 0.00 0.24 99.34 07:42:43 07:36:01 all 0.17 0.00 0.10 0.00 0.34 99.39 07:42:43 07:36:01 0 0.07 0.00 0.10 0.00 0.28 99.55 07:42:43 07:36:01 1 0.05 0.00 0.17 0.00 0.15 99.63 07:42:43 07:36:01 2 0.12 0.00 0.08 0.00 0.50 99.30 07:42:43 07:36:01 3 0.45 0.00 0.07 0.00 0.42 99.07 07:42:43 07:37:01 all 0.10 0.00 0.03 0.00 0.28 99.59 07:42:43 07:37:01 0 0.03 0.00 0.03 0.00 0.13 99.80 07:42:43 07:37:01 1 0.02 0.00 0.02 0.00 0.32 99.65 07:42:43 07:37:01 2 0.27 0.00 0.02 0.00 0.15 99.57 07:42:43 07:37:01 3 0.07 0.00 0.07 0.00 0.51 99.35 07:42:43 07:38:01 all 0.11 0.00 0.15 0.00 0.77 98.97 07:42:43 07:38:01 0 0.17 0.00 0.08 0.00 0.78 98.97 07:42:43 07:38:01 1 0.05 0.00 0.15 0.00 0.91 98.89 07:42:43 07:38:01 2 0.15 0.00 0.25 0.00 0.56 99.04 07:42:43 07:38:01 3 0.07 0.00 0.13 0.00 0.83 98.97 07:42:43 07:39:01 all 0.12 0.00 0.04 0.00 0.20 99.65 07:42:43 07:39:01 0 0.33 0.00 0.03 0.00 0.22 99.42 07:42:43 07:39:01 1 0.02 0.00 0.02 0.00 0.28 99.68 07:42:43 07:39:01 2 0.10 0.00 0.08 0.00 0.20 99.62 07:42:43 07:39:01 3 0.03 0.00 0.02 0.00 0.08 99.87 07:42:43 07:40:01 all 0.15 0.00 0.02 0.00 0.16 99.66 07:42:43 07:40:01 0 0.40 0.00 0.02 0.00 0.08 99.50 07:42:43 07:40:01 1 0.10 0.00 0.03 0.00 0.23 99.63 07:42:43 07:40:01 2 0.03 0.00 0.02 0.00 0.07 99.88 07:42:43 07:40:01 3 0.08 0.00 0.03 0.00 0.25 99.63 07:42:43 07:41:01 all 0.07 0.00 0.05 0.00 0.19 99.69 07:42:43 07:41:01 0 0.00 0.00 0.00 0.00 0.28 99.72 07:42:43 07:41:01 1 0.20 0.00 0.07 0.00 0.17 99.57 07:42:43 07:41:01 2 0.07 0.00 0.07 0.00 0.20 99.67 07:42:43 07:41:01 3 0.03 0.00 0.05 0.00 0.10 99.82 07:42:43 07:42:01 all 0.11 0.00 0.04 0.00 0.12 99.73 07:42:43 07:42:01 0 0.03 0.00 0.03 0.00 0.15 99.78 07:42:43 07:42:01 1 0.28 0.00 0.07 0.00 0.07 99.58 07:42:43 07:42:01 2 0.07 0.00 0.02 0.00 0.05 99.87 07:42:43 07:42:01 3 0.07 0.00 0.03 0.00 0.20 99.70 07:42:43 Average: all 0.56 0.00 0.34 0.05 0.35 98.71 07:42:43 Average: 0 0.61 0.00 0.35 0.02 0.30 98.72 07:42:43 Average: 1 0.58 0.00 0.39 0.02 0.39 98.61 07:42:43 Average: 2 0.41 0.00 0.32 0.03 0.31 98.93 07:42:43 Average: 3 0.63 0.00 0.30 0.13 0.38 98.56 07:42:43 07:42:43 07:42:43