Pull request #276 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from 5ef9ea294f0e2930baf7169ce94616ce58c32918+bb717a98573fc2f41e9494a67a42c25aa2286931 (9fe6c36fbcbd5472723811b77e025e445b486e7d) 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15067’ Running on prd-centos7-docker-4c-2g-15077 in /w/workspace/edgexfoundry_edgex-ui-go_PR-276 [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-276 # 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/276/head:refs/remotes/origin/PR-276 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bb717a98573fc2f41e9494a67a42c25aa2286931 into PR head commit 5ef9ea294f0e2930baf7169ce94616ce58c32918 Merge succeeded, producing 5ef9ea294f0e2930baf7169ce94616ce58c32918 Checking out Revision 5ef9ea294f0e2930baf7169ce94616ce58c32918 (PR-276) > git config core.sparsecheckout # timeout=10 > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # 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 bb717a98573fc2f41e9494a67a42c25aa2286931 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # timeout=10 Commit message: "Merge branch 'master' into issue-#275" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 468a132687d7b117f528f8f8a012abaf0a553bba # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:58:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:58:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:58:43 ========================================================= 07:58:43 EdgeX Global Pipelines Version Info 07:58:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:58:44 ------------------- 07:58:44 stable info: 07:58:44 ------------------- 07:58:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:58:44 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 07:58:44 Message: update stable to v1.0.171 07:58:45 ------------------- 07:58:45 experimental info: 07:58:45 ------------------- 07:58:45 Commited By: **** collab-it+edgex@linuxfoundation.org 07:58:45 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 07:58:45 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:58:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:58:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:58:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:58:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:58:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:58:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:58:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:58:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:58:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:58:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:58:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 07:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:58:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:58:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:58:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:58:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:58:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:58:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:58:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:58:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:58:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:58:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:58:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:58:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:58:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:58:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-276 [Pipeline] echo 07:58:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-276 [Pipeline] echo 07:58:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-276 [Pipeline] echo 07:58:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ef9ea294f0e2930baf7169ce94616ce58c32918 [Pipeline] echo 07:58:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ef9ea2 [Pipeline] echo 07:58:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:58:49 provisioning config files... 07:58:49 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/config1654090081549784304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:58:49 ---> docker-login.sh 07:58:49 nexus3.edgexfoundry.org:10001 07:58:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:50 Configure a credential helper to remove this warning. See 07:58:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:50 07:58:50 Login Succeeded 07:58:50 nexus3.edgexfoundry.org:10002 07:58:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:50 Configure a credential helper to remove this warning. See 07:58:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:50 07:58:50 Login Succeeded 07:58:50 nexus3.edgexfoundry.org:10003 07:58:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:50 Configure a credential helper to remove this warning. See 07:58:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:50 07:58:50 Login Succeeded 07:58:50 nexus3.edgexfoundry.org:10004 07:58:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:50 Configure a credential helper to remove this warning. See 07:58:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:50 07:58:50 Login Succeeded 07:58:50 docker.io 07:58:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:51 Configure a credential helper to remove this warning. See 07:58:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:51 07:58:51 Login Succeeded 07:58:51 ---> docker-login.sh ends [Pipeline] } 07:58:51 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:58:52 + git log --format=format:%s -1 5ef9ea294f0e2930baf7169ce94616ce58c32918 [Pipeline] echo 07:58:52 GIT_COMMIT: 5ef9ea294f0e2930baf7169ce94616ce58c32918, Commit Message: Merge branch 'master' into issue-#275 [Pipeline] echo 07:58:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:58:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:52 07:58:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:58:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:53 latest: Pulling from edgex-devops/git-semver 07:58:53 31603596830f: Pulling fs layer 07:58:53 2a8b12db71e7: Pulling fs layer 07:58:53 6ca5941a6612: Pulling fs layer 07:58:53 ecc8261a40a4: Pulling fs layer 07:58:53 ecc8261a40a4: Waiting 07:58:53 2a8b12db71e7: Verifying Checksum 07:58:53 2a8b12db71e7: Download complete 07:58:53 31603596830f: Verifying Checksum 07:58:53 31603596830f: Download complete 07:58:53 6ca5941a6612: Verifying Checksum 07:58:53 6ca5941a6612: Download complete 07:58:53 ecc8261a40a4: Verifying Checksum 07:58:53 ecc8261a40a4: Download complete 07:58:53 31603596830f: Pull complete 07:58:53 2a8b12db71e7: Pull complete 07:58:54 6ca5941a6612: Pull complete 07:58:55 ecc8261a40a4: Pull complete 07:58:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:58:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:58:55 prd-centos7-docker-4c-2g-15077 does not seem to be running inside a container 07:58:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-276 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-276:/w/workspace/edgexfoundry_edgex-ui-go_PR-276:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-276@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:58:57 $ docker top 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:58:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:58:57 [ssh-agent] Looking for ssh-agent implementation... 07:58:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:58:57 $ docker exec 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 ssh-agent 07:58:58 SSH_AUTH_SOCK=/tmp/ssh-kK3rROjk0nbE/agent.12 07:58:58 SSH_AGENT_PID=17 07:58:58 Running ssh-add (command line suppressed) 07:58:58 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/private_key_2302152207570434979.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/private_key_2302152207570434979.key) 07:58:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:58:58 + git tag --points-at HEAD [Pipeline] } 07:58:58 $ docker exec --env ******** --env ******** 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 ssh-agent -k 07:58:58 unset SSH_AUTH_SOCK; 07:58:58 unset SSH_AGENT_PID; 07:58:58 echo Agent pid 17 killed; 07:58:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:58:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:58:58 [ssh-agent] Looking for ssh-agent implementation... 07:58:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:58:59 $ docker exec 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 ssh-agent 07:58:59 SSH_AUTH_SOCK=/tmp/ssh-yohpY5PlHPEb/agent.45 07:58:59 SSH_AGENT_PID=51 07:58:59 Running ssh-add (command line suppressed) 07:58:59 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/private_key_9177488765082234278.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/private_key_9177488765082234278.key) 07:58:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:59:00 + git semver init 07:59:00 # -> Open(): unable to determine branch for HEAD 07:59:00 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-276/.git 07:59:00 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-276 07:59:00 # $SEMVER_REMOTE_NAME = origin 07:59:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:59:00 # $SEMVER_USER_NAME = edgex-jenkins 07:59:00 # $SEMVER_BRANCH = PR-276 07:59:00 # $SEMVER_TEMP = /tmp/semver-142077992 07:59:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:59:00 # '/tmp/semver-142077992' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-276/.semver' 07:59:00 # -> Force: false 07:59:00 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-276/.semver [Pipeline] } 07:59:00 $ docker exec --env ******** --env ******** 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 ssh-agent -k 07:59:01 unset SSH_AUTH_SOCK; 07:59:01 unset SSH_AGENT_PID; 07:59:01 echo Agent pid 51 killed; 07:59:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:59:01 + git semver [Pipeline] } 07:59:01 $ docker stop --time=1 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 07:59:03 $ docker rm -f 2b5d50d0bf9571bc3f817c6e82b9514cd17d6133d0261c7e5021c4ef9ff26220 [Pipeline] // withDockerContainer [Pipeline] sh 07:59:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:59:04 Stashed 1 file(s) [Pipeline] echo 07:59:04 [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:59:19 Still waiting to schedule task 07:59:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:59:19 Still waiting to schedule task 07:59:19 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:01:09 Running on prd-centos7-docker-4c-2g-15080 in /w/workspace/edgexfoundry_edgex-ui-go_PR-276 [Pipeline] { [Pipeline] ws 08:01:09 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 08:01:12 using credential edgex-jenkins-ssh 08:01:12 Cloning the remote Git repository 08:01:12 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:01:12 > git init /w/workspace/edgex-ui-go/2 # timeout=10 08:01:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:01:12 > git --version # timeout=10 08:01:12 > git --version # 'git version 2.24.3' 08:01:12 using GIT_SSH to set credentials SSH Credentials for GitHub 08:01:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:01:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:01:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:01:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:01:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:01:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:01:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/276/head:refs/remotes/origin/PR-276 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:01:14 Merging remotes/origin/master commit bb717a98573fc2f41e9494a67a42c25aa2286931 into PR head commit 5ef9ea294f0e2930baf7169ce94616ce58c32918 08:01:15 Merge succeeded, producing 5ef9ea294f0e2930baf7169ce94616ce58c32918 08:01:15 Checking out Revision 5ef9ea294f0e2930baf7169ce94616ce58c32918 (PR-276) 08:01:14 > git config core.sparsecheckout # timeout=10 08:01:14 > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # timeout=10 08:01:14 > git remote # timeout=10 08:01:14 > git config --get remote.origin.url # timeout=10 08:01:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:01:14 > git merge bb717a98573fc2f41e9494a67a42c25aa2286931 # timeout=10 08:01:15 > git rev-parse HEAD^{commit} # timeout=10 08:01:15 > git config core.sparsecheckout # timeout=10 08:01:15 > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # timeout=10 08:01:18 Commit message: "Merge branch 'master' into issue-#275" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:01:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:01:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:01:20 + sudo service docker restart 08:01:20 + true 08:01:20 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:01:22 provisioning config files... 08:01:22 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config389544332725814432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:01:22 ---> docker-login.sh 08:01:22 nexus3.edgexfoundry.org:10001 08:01:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:22 Configure a credential helper to remove this warning. See 08:01:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:22 08:01:22 Login Succeeded 08:01:22 nexus3.edgexfoundry.org:10002 08:01:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:23 Configure a credential helper to remove this warning. See 08:01:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:23 08:01:23 Login Succeeded 08:01:23 nexus3.edgexfoundry.org:10003 08:01:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:23 Configure a credential helper to remove this warning. See 08:01:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:23 08:01:23 Login Succeeded 08:01:23 nexus3.edgexfoundry.org:10004 08:01:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:23 Configure a credential helper to remove this warning. See 08:01:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:23 08:01:23 Login Succeeded 08:01:23 docker.io 08:01:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:23 Configure a credential helper to remove this warning. See 08:01:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:23 08:01:23 Login Succeeded 08:01:23 ---> docker-login.sh ends [Pipeline] } 08:01:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:01:24 ========================================================= 08:01:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:01:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:01:24 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:01:24 Sending build context to Docker daemon 15.87MB 08:01:24 Step 1/8 : ARG BASE=golang:1.15-alpine 08:01:24 Step 2/8 : FROM ${BASE} 08:01:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:01:24 188c0c94c7c5: Pulling fs layer 08:01:24 0ef7d3d256c8: Pulling fs layer 08:01:24 de9db76c5a1d: Pulling fs layer 08:01:24 bca2f99d35d6: Pulling fs layer 08:01:24 93359f2a8cfa: Pulling fs layer 08:01:24 7c6f9722023f: Pulling fs layer 08:01:24 a35cf1a2eb13: Pulling fs layer 08:01:24 bca2f99d35d6: Waiting 08:01:24 93359f2a8cfa: Waiting 08:01:24 7c6f9722023f: Waiting 08:01:24 a35cf1a2eb13: Waiting 08:01:24 de9db76c5a1d: Download complete 08:01:24 0ef7d3d256c8: Download complete 08:01:25 93359f2a8cfa: Verifying Checksum 08:01:25 93359f2a8cfa: Download complete 08:01:25 7c6f9722023f: Verifying Checksum 08:01:25 7c6f9722023f: Download complete 08:01:25 188c0c94c7c5: Verifying Checksum 08:01:25 188c0c94c7c5: Download complete 08:01:25 188c0c94c7c5: Pull complete 08:01:25 0ef7d3d256c8: Pull complete 08:01:25 de9db76c5a1d: Pull complete 08:01:27 a35cf1a2eb13: Verifying Checksum 08:01:27 a35cf1a2eb13: Download complete 08:01:27 bca2f99d35d6: Verifying Checksum 08:01:27 bca2f99d35d6: Download complete 08:01:33 bca2f99d35d6: Pull complete 08:01:33 93359f2a8cfa: Pull complete 08:01:33 7c6f9722023f: Pull complete 08:01:41 a35cf1a2eb13: Pull complete 08:01:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:01:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:01:41 ---> a62c8e92a672 08:01:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:01:41 ---> Running in 3c2ad2553875 08:01:41 Removing intermediate container 3c2ad2553875 08:01:41 ---> 42daf8237770 08:01:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:41 ---> Running in 78f02e582dc2 08:01:41 Removing intermediate container 78f02e582dc2 08:01:41 ---> bdac74561ff6 08:01:41 Step 5/8 : RUN apk add --no-cache make git 08:01:41 ---> Running in 60fd2acbf434 08:01:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:01:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:01:43 OK: 166 MiB in 39 packages 08:01:44 Removing intermediate container 60fd2acbf434 08:01:44 ---> 20e2e5ff4485 08:01:44 Step 6/8 : WORKDIR /edgex-ui-go 08:01:44 ---> Running in f497a6b65ad4 08:01:44 Removing intermediate container f497a6b65ad4 08:01:44 ---> 577633831288 08:01:44 Step 7/8 : COPY . . 08:01:46 ---> 7a77b17cac35 08:01:46 Step 8/8 : RUN go mod download 08:01:46 ---> Running in 513f25ea63fa 08:02:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15081 in /w/workspace/edgexfoundry_edgex-ui-go_PR-276 [Pipeline] { [Pipeline] ws 08:02:06 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 08:02:08 Removing intermediate container 513f25ea63fa 08:02:08 ---> 5008c30c0e21 08:02:08 Successfully built 5008c30c0e21 08:02:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:02:08 + docker inspect -f . ci-base-image-x86_64 08:02:08 . [Pipeline] withDockerContainer 08:02:08 prd-centos7-docker-4c-2g-15080 does not seem to be running inside a container 08:02:09 $ 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 08:02:09 $ docker top cd4cff3d4db34a3beb8828d5d1c931339f14b8720805c5a0c9bbe571fd631624 -eo pid,comm [Pipeline] { [Pipeline] sh 08:02:10 + go version 08:02:10 go version go1.15.5 linux/amd64 [Pipeline] } 08:02:10 $ docker stop --time=1 cd4cff3d4db34a3beb8828d5d1c931339f14b8720805c5a0c9bbe571fd631624 08:02:11 $ docker rm -f cd4cff3d4db34a3beb8828d5d1c931339f14b8720805c5a0c9bbe571fd631624 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 08:02:12 using credential edgex-jenkins-ssh [Pipeline] isUnix [Pipeline] sh 08:02:12 Cloning the remote Git repository 08:02:12 + docker inspect -f . ci-base-image-x86_64 08:02:12 . [Pipeline] withDockerContainer 08:02:12 prd-centos7-docker-4c-2g-15080 does not seem to be running inside a container 08:02:12 $ 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 08:02:12 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:02:12 > git init /w/workspace/edgex-ui-go/2 # timeout=10 08:02:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:02:12 > git --version # timeout=10 08:02:12 > git --version # 'git version 2.17.1' 08:02:12 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:13 $ docker top fdcca2b74707027c1c557fa2ac784ddac0156c14de5d61809c14f90e3c3a7491 -eo pid,comm [Pipeline] { [Pipeline] sh 08:02:13 + make test 08:02:13 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:02:14 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:02:15 Merging remotes/origin/master commit bb717a98573fc2f41e9494a67a42c25aa2286931 into PR head commit 5ef9ea294f0e2930baf7169ce94616ce58c32918 08:02:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:02:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:02:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:02:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/276/head:refs/remotes/origin/PR-276 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:02:15 > git config core.sparsecheckout # timeout=10 08:02:15 > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # timeout=10 08:02:15 > git remote # timeout=10 08:02:15 > git config --get remote.origin.url # timeout=10 08:02:15 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:15 > git merge bb717a98573fc2f41e9494a67a42c25aa2286931 # timeout=10 08:02:15 Merge succeeded, producing 5ef9ea294f0e2930baf7169ce94616ce58c32918 08:02:15 Checking out Revision 5ef9ea294f0e2930baf7169ce94616ce58c32918 (PR-276) 08:02:15 > git rev-parse HEAD^{commit} # timeout=10 08:02:15 > git config core.sparsecheckout # timeout=10 08:02:15 > git checkout -f 5ef9ea294f0e2930baf7169ce94616ce58c32918 # timeout=10 08:02:20 Commit message: "Merge branch 'master' into issue-#275" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:02:21 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:02:21 GO111MODULE=on go vet ./... 08:02:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:02:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:02:22 + sudo service docker restart 08:02:22 + true [Pipeline] } 08:02:23 $ docker stop --time=1 fdcca2b74707027c1c557fa2ac784ddac0156c14de5d61809c14f90e3c3a7491 08:02:25 $ docker rm -f fdcca2b74707027c1c557fa2ac784ddac0156c14de5d61809c14f90e3c3a7491 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:02:26 provisioning config files... 08:02:26 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8821359725904325431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:02:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:02:26 ---> docker-login.sh 08:02:26 nexus3.edgexfoundry.org:10001 08:02:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 08:02:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 08:02:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:27 Configure a credential helper to remove this warning. See 08:02:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:27 08:02:27 Login Succeeded 08:02:27 nexus3.edgexfoundry.org:10002 08:02:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:02:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:28 + ls -al . 08:02:28 total 88 08:02:28 drwxrwxr-x. 10 jenkins jenkins 4096 Dec 8 08:02 . 08:02:28 drwxrwxr-x. 4 jenkins jenkins 28 Dec 8 08:01 .. 08:02:28 drwxrwxr-x. 3 jenkins jenkins 20 Dec 8 08:01 assets 08:02:28 drwxrwxr-x. 2 jenkins jenkins 35 Dec 8 08:01 bin 08:02:28 drwxrwxr-x. 3 jenkins jenkins 29 Dec 8 08:01 cmd 08:02:28 -rw-rw-r--. 1 jenkins jenkins 3959 Dec 8 08:01 CONTRIBUTING.md 08:02:28 -rw-r--r--. 1 jenkins jenkins 10 Dec 8 08:02 coverage.out 08:02:28 -rw-rw-r--. 1 jenkins jenkins 913 Dec 8 08:01 Dockerfile 08:02:28 -rw-rw-r--. 1 jenkins jenkins 898 Dec 8 08:01 Dockerfile.build 08:02:28 drwxrwxr-x. 5 jenkins jenkins 104 Dec 8 08:01 docs 08:02:28 drwxrwxr-x. 8 jenkins jenkins 179 Dec 8 08:01 .git 08:02:28 drwxrwxr-x. 2 jenkins jenkins 81 Dec 8 08:01 .github 08:02:28 -rw-rw-r--. 1 jenkins jenkins 153 Dec 8 08:01 .gitignore 08:02:28 -rw-rw-r--. 1 jenkins jenkins 1019 Dec 8 08:01 go.mod 08:02:28 -rw-r--r--. 1 jenkins jenkins 20718 Dec 8 08:02 go.sum 08:02:28 drwxrwxr-x. 10 jenkins jenkins 139 Dec 8 08:01 internal 08:02:28 -rw-rw-r--. 1 jenkins jenkins 652 Dec 8 08:01 Jenkinsfile 08:02:28 -rw-rw-r--. 1 jenkins jenkins 11357 Dec 8 08:01 LICENSE 08:02:28 -rw-rw-r--. 1 jenkins jenkins 951 Dec 8 08:01 Makefile 08:02:28 -rw-rw-r--. 1 jenkins jenkins 4535 Dec 8 08:01 README.md 08:02:28 -rw-rw-r--. 1 jenkins jenkins 5 Dec 8 07:59 VERSION 08:02:28 -rw-rw-r--. 1 jenkins jenkins 155 Dec 8 08:01 version.go 08:02:28 drwxrwxr-x. 4 jenkins jenkins 259 Dec 8 08:01 web [Pipeline] isUnix [Pipeline] sh 08:02:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:28 Configure a credential helper to remove this warning. See 08:02:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:28 08:02:28 Login Succeeded 08:02:28 nexus3.edgexfoundry.org:10003 08:02:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:28 + 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=5ef9ea294f0e2930baf7169ce94616ce58c32918 --label arch=amd64 --label version=0.0.0 . 08:02:29 Sending build context to Docker daemon 15.89MB 08:02:29 Step 1/24 : ARG BASE=golang:1.15-alpine 08:02:29 Step 2/24 : FROM ${BASE} AS builder 08:02:29 ---> 5008c30c0e21 08:02:29 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:02:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:29 Configure a credential helper to remove this warning. See 08:02:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:29 08:02:29 Login Succeeded 08:02:29 nexus3.edgexfoundry.org:10004 08:02:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:29 Configure a credential helper to remove this warning. See 08:02:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:29 08:02:29 Login Succeeded 08:02:29 docker.io 08:02:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:29 ---> Running in c147705139ed 08:02:29 Removing intermediate container c147705139ed 08:02:29 ---> ddc02a7a683e 08:02:29 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:02:29 ---> Running in 0b215e80751f 08:02:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:30 Configure a credential helper to remove this warning. See 08:02:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:30 08:02:30 Login Succeeded 08:02:30 ---> docker-login.sh ends [Pipeline] } 08:02:30 Deleting 1 temporary files 08:02:30 Removing intermediate container 0b215e80751f 08:02:30 ---> 192a5948a377 08:02:30 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:02:30 ---> Running in ea8c0fcc1f5f 08:02:30 Removing intermediate container ea8c0fcc1f5f 08:02:30 ---> 148dd6d8aefb 08:02:30 Step 6/24 : LABEL Name=edgex-ui-go [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 08:02:30 ---> Running in 46fdbc35d1d5 08:02:30 Removing intermediate container 46fdbc35d1d5 08:02:30 ---> 2b99b9b3f833 08:02:30 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:02:30 ---> Running in 3149ec91767c [Pipeline] echo 08:02:30 ========================================================= 08:02:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:02:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:02:30 Removing intermediate container 3149ec91767c 08:02:30 ---> 3b9bb48c4a82 08:02:30 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:30 ---> Running in 4f2bfed492f8 08:02:31 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:02:31 Sending build context to Docker daemon 15.87MB 08:02:31 Step 1/8 : ARG BASE=golang:1.15-alpine 08:02:31 Step 2/8 : FROM ${BASE} 08:02:31 Removing intermediate container 4f2bfed492f8 08:02:31 ---> fd463686fe6c 08:02:31 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:02:31 ---> Running in afe1e942e7dc 08:02:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:02:31 5f621e34cdf4: Pulling fs layer 08:02:31 a4357932f1b6: Pulling fs layer 08:02:31 18c013af1878: Pulling fs layer 08:02:31 00ac8860ef70: Pulling fs layer 08:02:31 63d7cb157983: Pulling fs layer 08:02:31 b116817d02f9: Pulling fs layer 08:02:31 745a02a5169b: Pulling fs layer 08:02:31 00ac8860ef70: Waiting 08:02:31 63d7cb157983: Waiting 08:02:31 745a02a5169b: Waiting 08:02:31 18c013af1878: Verifying Checksum 08:02:31 18c013af1878: Download complete 08:02:31 a4357932f1b6: Download complete 08:02:31 63d7cb157983: Verifying Checksum 08:02:31 63d7cb157983: Download complete 08:02:31 b116817d02f9: Verifying Checksum 08:02:31 b116817d02f9: Download complete 08:02:32 5f621e34cdf4: Verifying Checksum 08:02:32 5f621e34cdf4: Download complete 08:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:02:32 5f621e34cdf4: Pull complete 08:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:02:33 a4357932f1b6: Pull complete 08:02:33 18c013af1878: Pull complete 08:02:33 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:02:33 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 08:02:33 OK: 12745 distinct packages available 08:02:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:02:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:02:35 745a02a5169b: Verifying Checksum 08:02:35 745a02a5169b: Download complete 08:02:35 00ac8860ef70: Verifying Checksum 08:02:35 00ac8860ef70: Download complete 08:02:35 OK: 166 MiB in 39 packages 08:02:36 Removing intermediate container afe1e942e7dc 08:02:36 ---> b68d5282bb15 08:02:36 Step 10/24 : ENV GO111MODULE=on 08:02:36 ---> Running in edec60191ba0 08:02:36 Removing intermediate container edec60191ba0 08:02:36 ---> f6d278a6dd7c 08:02:36 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:02:36 ---> Running in a12119a3fb25 08:02:36 Removing intermediate container a12119a3fb25 08:02:36 ---> b8279de01439 08:02:36 Step 12/24 : COPY go.mod . 08:02:36 ---> 84ec693cc09d 08:02:36 Step 13/24 : COPY Makefile . 08:02:37 ---> b4cbde4e2226 08:02:37 Step 14/24 : RUN make update 08:02:37 ---> Running in 5a3e0d1c829f 08:02:37 CGO_ENABLED=0 GO111MODULE=on go mod download 08:02:38 Removing intermediate container 5a3e0d1c829f 08:02:38 ---> a0d76eb91656 08:02:38 Step 15/24 : COPY . . 08:02:40 ---> 5c2c60d7ec79 08:02:40 Step 16/24 : RUN ${MAKE} 08:02:40 ---> Running in e7957c85d3cd 08:02:40 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 08:02:45 00ac8860ef70: Pull complete 08:02:46 63d7cb157983: Pull complete 08:02:46 b116817d02f9: Pull complete 08:02:49 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:02:51 745a02a5169b: Pull complete 08:02:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:02:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:02:51 ---> b7e6874047d6 08:02:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:02:51 Removing intermediate container e7957c85d3cd 08:02:51 ---> 269068b25e3b 08:02:51 Step 17/24 : FROM alpine 08:02:51 latest: Pulling from library/alpine 08:02:51 188c0c94c7c5: Already exists 08:02:51 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:02:52 Status: Downloaded newer image for alpine:latest 08:02:52 ---> d6e46aa2470d 08:02:52 Step 18/24 : EXPOSE 4000 08:02:52 ---> Running in f30105fbb895 08:02:52 Removing intermediate container f30105fbb895 08:02:52 ---> 80b34ee08648 08:02:52 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 08:02:53 ---> 0af3264850b7 08:02:53 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:02:53 ---> Running in a1c695158700 08:02:53 Removing intermediate container a1c695158700 08:02:53 ---> 1beb08beaf0f 08:02:53 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:02:53 ---> Running in 8f712b563f79 08:02:53 ---> Running in 0e7b87d130da 08:02:53 Removing intermediate container 8f712b563f79 08:02:53 ---> 59bd786442ca 08:02:53 Step 22/24 : LABEL arch=amd64 08:02:53 ---> Running in 0d61ca5f2719 08:02:54 Removing intermediate container 0d61ca5f2719 08:02:54 ---> dc2dc7dab3e2 08:02:54 Step 23/24 : LABEL git_sha=5ef9ea294f0e2930baf7169ce94616ce58c32918 08:02:54 ---> Running in 74a75e3fbb72 08:02:54 Removing intermediate container 74a75e3fbb72 08:02:54 ---> ad478614fa9e 08:02:54 Step 24/24 : LABEL version=0.0.0 08:02:54 Removing intermediate container 0e7b87d130da 08:02:54 ---> 3032b3cf7aa8 08:02:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:54 ---> Running in 0938073d4d73 08:02:54 ---> Running in e6ab7c6c6188 08:02:54 Removing intermediate container e6ab7c6c6188 08:02:54 ---> 9243fc268b34 08:02:54 [Warning] One or more build-args [ARCH] were not consumed 08:02:54 Successfully built 9243fc268b34 08:02:54 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:02:56 Removing intermediate container 0938073d4d73 08:02:56 ---> 89cc7d6ad0a8 08:02:56 Step 5/8 : RUN apk add --no-cache make git 08:02:56 ---> Running in 861622f97568 08:02:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:02:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:02:59 OK: 142 MiB in 39 packages 08:03:00 Removing intermediate container 861622f97568 08:03:00 ---> 2d282ef66be7 08:03:00 Step 6/8 : WORKDIR /edgex-ui-go 08:03:00 ---> Running in 38273885cd71 08:03:01 Removing intermediate container 38273885cd71 08:03:01 ---> 387fa36ffcfe 08:03:01 Step 7/8 : COPY . . 08:03:03 ---> eab15de7e36b 08:03:03 Step 8/8 : RUN go mod download 08:03:03 ---> Running in 746e30ac197f 08:03:30 Removing intermediate container 746e30ac197f 08:03:30 ---> 11d7165376b6 08:03:30 Successfully built 11d7165376b6 08:03:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:03:30 + docker inspect -f . ci-base-image-arm64 08:03:30 . [Pipeline] withDockerContainer 08:03:31 prd-ubuntu18.04-docker-arm64-4c-16g-15081 does not seem to be running inside a container 08:03:31 $ 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-arm64 cat 08:03:32 $ docker top 783b887047c76f245c12f7471ff74e4aa2be0c2ac36d85e7ea83f4d383db774b -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:33 + go version 08:03:33 go version go1.15.5 linux/arm64 [Pipeline] } 08:03:33 $ docker stop --time=1 783b887047c76f245c12f7471ff74e4aa2be0c2ac36d85e7ea83f4d383db774b 08:03:35 $ docker rm -f 783b887047c76f245c12f7471ff74e4aa2be0c2ac36d85e7ea83f4d383db774b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:03:36 + docker inspect -f . ci-base-image-arm64 08:03:36 . [Pipeline] withDockerContainer 08:03:36 prd-ubuntu18.04-docker-arm64-4c-16g-15081 does not seem to be running inside a container 08:03:36 $ 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-arm64 cat 08:03:38 $ docker top 081396e63f11510d8920a2cfcca743683d66184ae37aa462bcda3e8cec3d9dae -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:39 + make test 08:03:39 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:03:41 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:04:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:04:07 GO111MODULE=on go vet ./... [Pipeline] } 08:04:09 $ docker stop --time=1 081396e63f11510d8920a2cfcca743683d66184ae37aa462bcda3e8cec3d9dae 08:04:11 $ docker rm -f 081396e63f11510d8920a2cfcca743683d66184ae37aa462bcda3e8cec3d9dae [Pipeline] // withDockerContainer [Pipeline] sh 08:04:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:04:12 Warning: overwriting stash ‘coverage-report’ 08:04:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:04:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:04:14 + ls -al . 08:04:14 total 124 08:04:14 drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 08:03 . 08:04:14 drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 08:02 .. 08:04:14 drwxrwxr-x 8 jenkins jenkins 4096 Dec 8 08:02 .git 08:04:14 drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 08:02 .github 08:04:14 -rw-rw-r-- 1 jenkins jenkins 153 Dec 8 08:02 .gitignore 08:04:14 -rw-rw-r-- 1 jenkins jenkins 3959 Dec 8 08:02 CONTRIBUTING.md 08:04:14 -rw-rw-r-- 1 jenkins jenkins 913 Dec 8 08:02 Dockerfile 08:04:14 -rw-rw-r-- 1 jenkins jenkins 898 Dec 8 08:02 Dockerfile.build 08:04:14 -rw-rw-r-- 1 jenkins jenkins 652 Dec 8 08:02 Jenkinsfile 08:04:14 -rw-rw-r-- 1 jenkins jenkins 11357 Dec 8 08:02 LICENSE 08:04:14 -rw-rw-r-- 1 jenkins jenkins 951 Dec 8 08:02 Makefile 08:04:14 -rw-rw-r-- 1 jenkins jenkins 4535 Dec 8 08:02 README.md 08:04:14 -rw-rw-r-- 1 jenkins jenkins 5 Dec 8 07:59 VERSION 08:04:14 drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 08:02 assets 08:04:14 drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 08:02 bin 08:04:14 drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 08:02 cmd 08:04:14 -rw-r--r-- 1 jenkins jenkins 10 Dec 8 08:03 coverage.out 08:04:14 drwxrwxr-x 5 jenkins jenkins 4096 Dec 8 08:02 docs 08:04:14 -rw-rw-r-- 1 jenkins jenkins 1019 Dec 8 08:02 go.mod 08:04:14 -rw-r--r-- 1 jenkins jenkins 20718 Dec 8 08:03 go.sum 08:04:14 drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 08:02 internal 08:04:14 -rw-rw-r-- 1 jenkins jenkins 155 Dec 8 08:02 version.go 08:04:14 drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 08:02 web [Pipeline] isUnix [Pipeline] sh 08:04:14 + 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=5ef9ea294f0e2930baf7169ce94616ce58c32918 --label arch=arm64 --label version=0.0.0 . 08:04:15 Sending build context to Docker daemon 15.89MB 08:04:15 Step 1/24 : ARG BASE=golang:1.15-alpine 08:04:15 Step 2/24 : FROM ${BASE} AS builder 08:04:15 ---> 11d7165376b6 08:04:15 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:04:15 ---> Running in 8ab9ceeb40dd 08:04:16 Removing intermediate container 8ab9ceeb40dd 08:04:16 ---> db9b8b7c6f44 08:04:16 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 08:04:16 ---> Running in 2eb529afe608 08:04:17 Removing intermediate container 2eb529afe608 08:04:17 ---> 4d8dad771eb5 08:04:17 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 08:04:17 ---> Running in de24287dc5ad 08:04:17 Removing intermediate container de24287dc5ad 08:04:17 ---> c3f54bb5ff94 08:04:17 Step 6/24 : LABEL Name=edgex-ui-go 08:04:17 ---> Running in d31e9a6446a9 08:04:18 Removing intermediate container d31e9a6446a9 08:04:18 ---> 732d0a3010aa 08:04:18 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:04:18 ---> Running in f94265ba1c78 08:04:18 Removing intermediate container f94265ba1c78 08:04:18 ---> c933aa1d5bda 08:04:18 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:04:18 ---> Running in 6f7b0a1e3b4a 08:04:20 Removing intermediate container 6f7b0a1e3b4a 08:04:20 ---> 15c65ef51aa0 08:04:20 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:04:21 ---> Running in a45ee6583bff 08:04:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:04:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:04:24 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:04:24 v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] 08:04:24 OK: 12616 distinct packages available 08:04:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:04:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:04:25 OK: 142 MiB in 39 packages 08:04:26 Removing intermediate container a45ee6583bff 08:04:26 ---> 4986f4ed6eb0 08:04:26 Step 10/24 : ENV GO111MODULE=on 08:04:26 ---> Running in 9e51844fd5d1 08:04:27 Removing intermediate container 9e51844fd5d1 08:04:27 ---> 7acb35590759 08:04:27 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:04:27 ---> Running in 8cee8aed1379 08:04:27 Removing intermediate container 8cee8aed1379 08:04:27 ---> 328c67b65aa3 08:04:27 Step 12/24 : COPY go.mod . 08:04:28 ---> cf4aa61473b5 08:04:28 Step 13/24 : COPY Makefile . 08:04:29 ---> 94f38689f25b 08:04:29 Step 14/24 : RUN make update 08:04:29 ---> Running in 58148a210c87 08:04:30 CGO_ENABLED=0 GO111MODULE=on go mod download 08:04:31 Removing intermediate container 58148a210c87 08:04:31 ---> 7a5d446a8dad 08:04:31 Step 15/24 : COPY . . 08:04:33 ---> 97f926a2644a 08:04:33 Step 16/24 : RUN ${MAKE} 08:04:34 ---> Running in 52619ccff667 08:04:35 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 08:04:57 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:05:01 Removing intermediate container 52619ccff667 08:05:01 ---> f3d1343d2a21 08:05:01 Step 17/24 : FROM alpine 08:05:02 latest: Pulling from library/alpine 08:05:02 5f621e34cdf4: Already exists 08:05:02 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:05:02 Status: Downloaded newer image for alpine:latest 08:05:02 ---> 2e77e061c27f 08:05:02 Step 18/24 : EXPOSE 4000 08:05:03 ---> Running in 598f6ea2b4b7 08:05:03 Removing intermediate container 598f6ea2b4b7 08:05:03 ---> 3d637bd64ec2 08:05:03 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 08:05:05 ---> 86871519cbad 08:05:05 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:05:05 ---> Running in 665995b27b8b 08:05:05 Removing intermediate container 665995b27b8b 08:05:05 ---> 2c1e85661b68 08:05:05 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:05:05 ---> Running in 10aed739728e 08:05:06 Removing intermediate container 10aed739728e 08:05:06 ---> 7243206bea33 08:05:06 Step 22/24 : LABEL arch=arm64 08:05:06 ---> Running in 9f04379f6239 08:05:06 Removing intermediate container 9f04379f6239 08:05:06 ---> 7a5e91073c0b 08:05:06 Step 23/24 : LABEL git_sha=5ef9ea294f0e2930baf7169ce94616ce58c32918 08:05:06 ---> Running in 568c0f0f868e 08:05:07 Removing intermediate container 568c0f0f868e 08:05:07 ---> 2ae8167480e9 08:05:07 Step 24/24 : LABEL version=0.0.0 08:05:07 ---> Running in 2e20f6dc6028 08:05:07 Removing intermediate container 2e20f6dc6028 08:05:07 ---> a1d429664b3c 08:05:07 [Warning] One or more build-args [ARCH] were not consumed 08:05:07 Successfully built a1d429664b3c 08:05:07 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 [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 08:05:09 provisioning config files... 08:05:09 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/config2559255832533485225tmp [Pipeline] { [Pipeline] sh 08:05:10 + set +x 08:05:10 + curl -s https://codecov.io/bash 08:05:10 + bash -s -- 08:05:10 08:05:10 _____ _ 08:05:10 / ____| | | 08:05:10 | | ___ __| | ___ ___ _____ __ 08:05:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:05:10 | |___| (_) | (_| | __/ (_| (_) \ V / 08:05:10 \_____\___/ \__,_|\___|\___\___/ \_/ 08:05:10 Bash-20201130-cc6d3fe 08:05:10 08:05:10 08:05:10 ==> Jenkins CI detected. 08:05:10 project root: . 08:05:10 --> token set from env 08:05:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:05:10 ==> Running gcov in . (disable via -X gcov) 08:05:10 ==> Python coveragepy not found 08:05:10 ==> Searching for coverage reports in: 08:05:10 + . 08:05:10 -> Found 1 reports 08:05:10 ==> Detecting git/mercurial file structure 08:05:10 ==> Reading reports 08:05:10 + ./coverage.out bytes=10 08:05:10 ==> Appending adjustments 08:05:10 https://docs.codecov.io/docs/fixing-reports 08:05:10 + Found adjustments 08:05:10 ==> Gzipping contents 08:05:10 4.0K /tmp/codecov.Rkpa1h.gz 08:05:10 ==> Uploading reports 08:05:10 url: https://codecov.io 08:05:10 query: branch=PR-276&commit=5ef9ea294f0e2930baf7169ce94616ce58c32918&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-276%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=276&job=&cmd_args= 08:05:10 -> Pinging Codecov 08:05:10 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-276&commit=5ef9ea294f0e2930baf7169ce94616ce58c32918&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-276%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=276&job=&cmd_args= 08:05:11 -> Uploading to 08:05:11 https://storage.googleapis.com/codecov/v4/raw/2020-12-08/FB506323287CE973F263BFD2A0EB1F37/5ef9ea294f0e2930baf7169ce94616ce58c32918/542b4b0a-c582-485b-b981-196966b3336b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T080511Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4359ab26f7124d619d3d866a17f402b7deee4cff30a395895b116865abddca3a 08:05:11 % Total % Received % Xferd Average Speed Time Time Time Current 08:05:11 Dload Upload Total Spent Left Speed 08:05:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2207 0 0 100 2207 0 5284 --:--:-- --:--:-- --:--:-- 5292 08:05:11 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/5ef9ea294f0e2930baf7169ce94616ce58c32918 [Pipeline] } 08:05:11 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 08:05:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:05:15 ---> package-listing.sh 08:05:15 ++ facter osfamily 08:05:15 ++ tr '[:upper:]' '[:lower:]' 08:05:15 + OS_FAMILY=redhat 08:05:15 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-276 08:05:15 + START_PACKAGES=/tmp/packages_start.txt 08:05:15 + END_PACKAGES=/tmp/packages_end.txt 08:05:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:05:15 + PACKAGES=/tmp/packages_start.txt 08:05:15 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-276 ']' 08:05:15 + PACKAGES=/tmp/packages_end.txt 08:05:15 + case "${OS_FAMILY}" in 08:05:15 + rpm -qa 08:05:15 + sort 08:05:20 + '[' -f /tmp/packages_start.txt ']' 08:05:20 + '[' -f /tmp/packages_end.txt ']' 08:05:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:05:20 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-276 ']' 08:05:20 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-276/archives/ 08:05:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-276/archives/ [Pipeline] echo 08:05:20 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-276/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:05:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:05:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:05:21 08:05:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:05:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:05:21 alpine: Pulling from edgex-lftools-log-publisher 08:05:21 df20fa9351a1: Pulling fs layer 08:05:21 36b3adc4ff6f: Pulling fs layer 08:05:21 8ad3a11d3b57: Pulling fs layer 08:05:21 46f8f816bc3b: Pulling fs layer 08:05:21 93b61091891f: Pulling fs layer 08:05:21 93b9cdb0e59b: Pulling fs layer 08:05:21 5e14af77c1be: Pulling fs layer 08:05:21 01666e4c0597: Pulling fs layer 08:05:21 aa168da1d23b: Pulling fs layer 08:05:21 93b9cdb0e59b: Waiting 08:05:21 5e14af77c1be: Waiting 08:05:21 01666e4c0597: Waiting 08:05:21 aa168da1d23b: Waiting 08:05:21 46f8f816bc3b: Waiting 08:05:21 93b61091891f: Waiting 08:05:21 36b3adc4ff6f: Verifying Checksum 08:05:21 36b3adc4ff6f: Download complete 08:05:21 46f8f816bc3b: Verifying Checksum 08:05:21 46f8f816bc3b: Download complete 08:05:21 93b61091891f: Verifying Checksum 08:05:21 93b61091891f: Download complete 08:05:21 93b9cdb0e59b: Verifying Checksum 08:05:21 93b9cdb0e59b: Download complete 08:05:21 5e14af77c1be: Verifying Checksum 08:05:21 5e14af77c1be: Download complete 08:05:21 01666e4c0597: Verifying Checksum 08:05:21 01666e4c0597: Download complete 08:05:21 8ad3a11d3b57: Verifying Checksum 08:05:21 8ad3a11d3b57: Download complete 08:05:21 df20fa9351a1: Download complete 08:05:22 df20fa9351a1: Pull complete 08:05:22 36b3adc4ff6f: Pull complete 08:05:24 aa168da1d23b: Verifying Checksum 08:05:24 aa168da1d23b: Download complete 08:05:24 8ad3a11d3b57: Pull complete 08:05:24 46f8f816bc3b: Pull complete 08:05:24 93b61091891f: Pull complete 08:05:24 93b9cdb0e59b: Pull complete 08:05:24 5e14af77c1be: Pull complete 08:05:25 01666e4c0597: Pull complete 08:05:31 aa168da1d23b: Pull complete 08:05:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:05:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:05:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:05:32 prd-centos7-docker-4c-2g-15077 does not seem to be running inside a container 08:05:32 $ 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-276/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-276 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-276:/w/workspace/edgexfoundry_edgex-ui-go_PR-276:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-276@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 08:05:35 $ docker top 8254fe55b1fb3dd44ed5492250f037cf2c6f1b123614e18c71de249fddc26906 -eo pid,comm [Pipeline] { [Pipeline] sh 08:05:35 + touch /tmp/pre-build-complete [Pipeline] sh 08:05:36 + mkdir -p /var/log/sa [Pipeline] sh 08:05:36 + ls /var/log/sa-host 08:05:36 + sadf -c /var/log/sa-host/sa08 08:05:36 file_magic: OK 08:05:36 HZ: Using current value: 100 08:05:36 file_header: OK 08:05:36 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 08:05:36 Statistics: 08:05:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:05:36 File successfully converted to sysstat format version 12.2.1 08:05:36 + sadf -c /var/log/sa-host/sa23 08:05:36 file_magic: OK 08:05:36 HZ: Using current value: 100 08:05:36 file_header: OK 08:05:36 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 08:05:36 Statistics: 08:05:36 Hnuu...uuuununununu... 08:05:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:05:37 provisioning config files... 08:05:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-276@tmp/config3771864002591276547tmp [Pipeline] { [Pipeline] echo 08:05:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:05:38 ---> create-netrc.sh [Pipeline] } 08:05:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:05:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:05:38 ---> python-tools-install.sh [Pipeline] echo 08:05:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:05:39 ---> sudo-logs.sh 08:05:39 Archiving 'sudo' log.. [Pipeline] echo 08:05:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:05:39 ---> job-cost.sh 08:05:39 lf-activate-venv: SKIPPING 08:05:39 INFO: No Stack... 08:05:40 INFO: Retrieving Pricing Info for: v1-standard-2 08:05:40 INFO: Archiving Costs [Pipeline] echo 08:05:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:05:41 ---> logs-deploy.sh 08:05:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-276/2 08:05:41 INFO: archiving workspace using pattern(s): 08:05:43 Archives upload complete. 08:05:43 INFO: archiving logs to Nexus