Pull request #290 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd+739e19e16cfa887bfffe764182c1d6a58536cb65 (50cd3aad909270f4793c20ae5810c0ed65845860) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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.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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27322 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [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-290 # 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/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 739e19e16cfa887bfffe764182c1d6a58536cb65 into PR head commit 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd Merge succeeded, producing 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd Checking out Revision 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd (PR-290) > git config core.sparsecheckout # timeout=10 > git checkout -f 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd # 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 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27" > git rev-list --no-walk 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:41:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:41:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:41:51 ========================================================= 10:41:51 EdgeX Global Pipelines Version Info 10:41:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:41:52 ------------------- 10:41:52 stable info: 10:41:52 ------------------- 10:41:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:41:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:41:52 Message: update stable to v1.0.179 10:41:53 ------------------- 10:41:53 experimental info: 10:41:53 ------------------- 10:41:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:41:53 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:41:53 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:41:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 10:41:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 10:41:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:41:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:41:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:41:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:41:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:41:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:41:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:41:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:41:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:41:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 10:41:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:41:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:41:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:41:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:41:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:41:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:41:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:41:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:41:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:41:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:41:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:41:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:41:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:41:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:41:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:41:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-290 [Pipeline] echo 10:41:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-290 [Pipeline] echo 10:41:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-290 [Pipeline] echo 10:41:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd [Pipeline] echo 10:41:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4767d8e [Pipeline] echo 10:41:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:41:57 provisioning config files... 10:41:57 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config4007429187445226139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:41:57 ---> docker-login.sh 10:41:57 nexus3.edgexfoundry.org:10001 10:41:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:58 Configure a credential helper to remove this warning. See 10:41:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:58 10:41:58 Login Succeeded 10:41:58 nexus3.edgexfoundry.org:10002 10:41:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:58 Configure a credential helper to remove this warning. See 10:41:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:58 10:41:58 Login Succeeded 10:41:58 nexus3.edgexfoundry.org:10003 10:41:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:58 Configure a credential helper to remove this warning. See 10:41:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:58 10:41:58 Login Succeeded 10:41:58 nexus3.edgexfoundry.org:10004 10:41:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:58 Configure a credential helper to remove this warning. See 10:41:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:58 10:41:58 Login Succeeded 10:41:58 docker.io 10:41:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:59 Configure a credential helper to remove this warning. See 10:41:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:59 10:41:59 Login Succeeded 10:41:59 ---> docker-login.sh ends [Pipeline] } 10:41:59 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 10:42:00 + git log --format=format:%s -1 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd [Pipeline] echo 10:42:00 GIT_COMMIT: 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27 [Pipeline] echo 10:42:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:42:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:42:01 10:42:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:42:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:42:01 latest: Pulling from edgex-devops/git-semver 10:42:01 31603596830f: Pulling fs layer 10:42:01 2a8b12db71e7: Pulling fs layer 10:42:01 6ca5941a6612: Pulling fs layer 10:42:01 ecc8261a40a4: Pulling fs layer 10:42:01 ecc8261a40a4: Waiting 10:42:01 2a8b12db71e7: Verifying Checksum 10:42:01 2a8b12db71e7: Download complete 10:42:01 31603596830f: Verifying Checksum 10:42:01 31603596830f: Download complete 10:42:01 6ca5941a6612: Verifying Checksum 10:42:01 6ca5941a6612: Download complete 10:42:01 ecc8261a40a4: Verifying Checksum 10:42:01 ecc8261a40a4: Download complete 10:42:02 31603596830f: Pull complete 10:42:02 2a8b12db71e7: Pull complete 10:42:03 6ca5941a6612: Pull complete 10:42:03 ecc8261a40a4: Pull complete 10:42:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:42:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:42:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:42:03 prd-centos7-docker-4c-2g-27322 does not seem to be running inside a container 10:42:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-290 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290:/w/workspace/edgexfoundry_edgex-ui-go_PR-290:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@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 10:42:05 $ docker top ed7d804c79f3f8941d0f70f1bda24b274e8be1459efa9d21b36b605fbaabae8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:42:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:42:06 [ssh-agent] Looking for ssh-agent implementation... 10:42:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:42:06 $ docker exec ed7d804c79f3f8941d0f70f1bda24b274e8be1459efa9d21b36b605fbaabae8c ssh-agent 10:42:06 SSH_AUTH_SOCK=/tmp/ssh-FFl5wlooATTA/agent.12 10:42:06 SSH_AGENT_PID=18 10:42:06 Running ssh-add (command line suppressed) 10:42:06 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_5834396696131591574.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_5834396696131591574.key) 10:42:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:42:07 + git tag --points-at HEAD [Pipeline] } 10:42:07 $ docker exec --env ******** --env ******** ed7d804c79f3f8941d0f70f1bda24b274e8be1459efa9d21b36b605fbaabae8c ssh-agent -k 10:42:07 unset SSH_AUTH_SOCK; 10:42:07 unset SSH_AGENT_PID; 10:42:07 echo Agent pid 18 killed; 10:42:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:42:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:42:07 [ssh-agent] Looking for ssh-agent implementation... 10:42:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:42:07 $ docker exec ed7d804c79f3f8941d0f70f1bda24b274e8be1459efa9d21b36b605fbaabae8c ssh-agent 10:42:07 SSH_AUTH_SOCK=/tmp/ssh-zoD3SSSDEU3q/agent.46 10:42:07 SSH_AGENT_PID=52 10:42:07 Running ssh-add (command line suppressed) 10:42:07 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_2139481902663598125.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_2139481902663598125.key) 10:42:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:42:08 + git semver init 10:42:08 # -> Open(): unable to determine branch for HEAD 10:42:08 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.git 10:42:08 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-290 10:42:08 # $SEMVER_REMOTE_NAME = origin 10:42:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:42:08 # $SEMVER_USER_NAME = edgex-jenkins 10:42:08 # $SEMVER_BRANCH = PR-290 10:42:08 # $SEMVER_TEMP = /tmp/semver-183812881 10:42:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 10:42:09 # '/tmp/semver-183812881' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver' 10:42:09 # -> Force: false 10:42:09 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver [Pipeline] } 10:42:09 $ docker exec --env ******** --env ******** ed7d804c79f3f8941d0f70f1bda24b274e8be1459efa9d21b36b605fbaabae8c ssh-agent -k 10:42:10 unset SSH_AUTH_SOCK; 10:42:10 unset SSH_AGENT_PID; 10:42:10 echo Agent pid 52 killed; 10:42:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:42:10 + git semver [Pipeline] } 10:42:10 $ docker stop --time=1 ed7d804c79f3f8941d0f70f1bda24b274e8be1459efa9d21b36b605fbaabae8c 10:42:12 $ docker rm -f ed7d804c79f3f8941d0f70f1bda24b274e8be1459efa9d21b36b605fbaabae8c [Pipeline] // withDockerContainer [Pipeline] sh 10:42:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:42:13 Stashed 1 file(s) [Pipeline] echo 10:42:13 [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 10:42:29 Still waiting to schedule task 10:42:29 ‘prd-centos7-blackbox-4c-2g-27021’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-27317’ is offline; ‘prd-centos7-docker-4c-2g-27323’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ 10:42:29 Still waiting to schedule task 10:42:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:44:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27324 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws 10:44:53 Running in /w/workspace/edgex-ui-go/9 [Pipeline] { [Pipeline] checkout 10:44:58 using credential edgex-jenkins-ssh 10:44:59 Cloning the remote Git repository 10:44:59 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:44:59 > git init /w/workspace/edgex-ui-go/9 # timeout=10 10:44:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:44:59 > git --version # timeout=10 10:44:59 > git --version # 'git version 2.17.1' 10:44:59 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:45:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:45:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:45:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:45:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:45:01 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:45:02 Merging remotes/origin/master commit 739e19e16cfa887bfffe764182c1d6a58536cb65 into PR head commit 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd 10:45:02 Merge succeeded, producing 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd 10:45:02 Checking out Revision 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd (PR-290) 10:45:02 > git config core.sparsecheckout # timeout=10 10:45:02 > git checkout -f 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd # timeout=10 10:45:02 > git remote # timeout=10 10:45:02 > git config --get remote.origin.url # timeout=10 10:45:02 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:02 > git merge 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 10:45:02 > git rev-parse HEAD^{commit} # timeout=10 10:45:02 > git config core.sparsecheckout # timeout=10 10:45:02 > git checkout -f 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd # timeout=10 10:45:07 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:45:08 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:45:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:45:09 + sudo service docker restart 10:45:09 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:45:12 provisioning config files... 10:45:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/9@tmp/config5241608345316201469tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:45:12 ---> docker-login.sh 10:45:12 nexus3.edgexfoundry.org:10001 10:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:14 Configure a credential helper to remove this warning. See 10:45:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:14 10:45:14 Login Succeeded 10:45:14 nexus3.edgexfoundry.org:10002 10:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:14 Configure a credential helper to remove this warning. See 10:45:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:14 10:45:14 Login Succeeded 10:45:14 nexus3.edgexfoundry.org:10003 10:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:15 Configure a credential helper to remove this warning. See 10:45:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:15 10:45:15 Login Succeeded 10:45:15 nexus3.edgexfoundry.org:10004 10:45:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:15 Configure a credential helper to remove this warning. See 10:45:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:15 10:45:15 Login Succeeded 10:45:15 docker.io 10:45:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:16 Configure a credential helper to remove this warning. See 10:45:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:16 10:45:16 Login Succeeded 10:45:16 ---> docker-login.sh ends [Pipeline] } 10:45:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:45:16 ========================================================= 10:45:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:45:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:45:17 + 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 . 10:45:17 Sending build context to Docker daemon 17.08MB 10:45:18 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:45:18 Step 2/8 : FROM ${BASE} 10:45:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:45:18 5f621e34cdf4: Pulling fs layer 10:45:18 a4357932f1b6: Pulling fs layer 10:45:18 18c013af1878: Pulling fs layer 10:45:18 00ac8860ef70: Pulling fs layer 10:45:18 63d7cb157983: Pulling fs layer 10:45:18 b116817d02f9: Pulling fs layer 10:45:18 745a02a5169b: Pulling fs layer 10:45:18 00ac8860ef70: Waiting 10:45:18 63d7cb157983: Waiting 10:45:18 b116817d02f9: Waiting 10:45:18 745a02a5169b: Waiting 10:45:18 18c013af1878: Verifying Checksum 10:45:18 18c013af1878: Download complete 10:45:18 a4357932f1b6: Verifying Checksum 10:45:18 a4357932f1b6: Download complete 10:45:18 63d7cb157983: Download complete 10:45:18 b116817d02f9: Verifying Checksum 10:45:18 b116817d02f9: Download complete 10:45:18 5f621e34cdf4: Verifying Checksum 10:45:18 5f621e34cdf4: Download complete 10:45:19 5f621e34cdf4: Pull complete 10:45:20 a4357932f1b6: Pull complete 10:45:20 18c013af1878: Pull complete 10:45:20 745a02a5169b: Verifying Checksum 10:45:20 745a02a5169b: Download complete 10:45:22 00ac8860ef70: Verifying Checksum 10:45:22 00ac8860ef70: Download complete 10:45:32 00ac8860ef70: Pull complete 10:45:32 63d7cb157983: Pull complete 10:45:32 b116817d02f9: Pull complete 10:45:35 745a02a5169b: Pull complete 10:45:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:45:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:45:35 ---> b7e6874047d6 10:45:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:45:36 Running on prd-centos7-docker-4c-2g-27325 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws 10:45:36 Running in /w/workspace/edgex-ui-go/9 [Pipeline] { [Pipeline] checkout 10:45:38 ---> Running in 4a8d3eeec167 10:45:38 using credential edgex-jenkins-ssh 10:45:38 Cloning the remote Git repository 10:45:39 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 10:45:39 Removing intermediate container 4a8d3eeec167 10:45:39 ---> 5eb8e66e3d56 10:45:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:45:39 ---> Running in 26ca0e1f9f0f 10:45:39 > git init /w/workspace/edgex-ui-go/9 # timeout=10 10:45:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:45:39 > git --version # timeout=10 10:45:39 > git --version # 'git version 2.24.3' 10:45:39 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:45:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:45:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:45:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 10:45:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 10:45:40 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/290/head:refs/remotes/origin/PR-290 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:45:40 Merging remotes/origin/master commit 739e19e16cfa887bfffe764182c1d6a58536cb65 into PR head commit 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd 10:45:40 Merge succeeded, producing 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd 10:45:40 Checking out Revision 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd (PR-290) 10:45:40 > git config core.sparsecheckout # timeout=10 10:45:40 > git checkout -f 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd # timeout=10 10:45:40 > git remote # timeout=10 10:45:40 > git config --get remote.origin.url # timeout=10 10:45:40 using GIT_SSH to set credentials SSH Credentials for GitHub 10:45:40 > git merge 739e19e16cfa887bfffe764182c1d6a58536cb65 # timeout=10 10:45:40 > git rev-parse HEAD^{commit} # timeout=10 10:45:40 > git config core.sparsecheckout # timeout=10 10:45:40 > git checkout -f 4767d8eb7ac8218ab3be853b6497cf9ac4c115fd # timeout=10 10:45:41 Removing intermediate container 26ca0e1f9f0f 10:45:41 ---> 717ac43a6dc1 10:45:41 Step 5/8 : RUN apk add --no-cache make git 10:45:41 ---> Running in efdc53ffd3ec 10:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:45:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:45:44 OK: 142 MiB in 39 packages 10:45:44 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry-0.1.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:45:45 Removing intermediate container efdc53ffd3ec 10:45:45 ---> 5b80cab91dd9 10:45:45 Step 6/8 : WORKDIR /edgex-ui-go 10:45:45 ---> Running in ecc48df35c44 10:45:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:45:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:45:46 Removing intermediate container ecc48df35c44 10:45:46 ---> 552db8752dd2 10:45:46 Step 7/8 : COPY . . 10:45:46 + sudo service docker restart 10:45:46 + true 10:45:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:45:47 provisioning config files... 10:45:47 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/9@tmp/config3516300095297760254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:45:48 ---> 676ea4ab73c5 10:45:48 Step 8/8 : RUN go mod download 10:45:48 ---> docker-login.sh 10:45:48 nexus3.edgexfoundry.org:10001 10:45:48 ---> Running in 5752d25d1b43 10:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:48 Configure a credential helper to remove this warning. See 10:45:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:48 10:45:48 Login Succeeded 10:45:48 nexus3.edgexfoundry.org:10002 10:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:48 Configure a credential helper to remove this warning. See 10:45:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:48 10:45:48 Login Succeeded 10:45:48 nexus3.edgexfoundry.org:10003 10:45:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:49 Configure a credential helper to remove this warning. See 10:45:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:49 10:45:49 Login Succeeded 10:45:49 nexus3.edgexfoundry.org:10004 10:45:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:49 Configure a credential helper to remove this warning. See 10:45:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:49 10:45:49 Login Succeeded 10:45:49 docker.io 10:45:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:49 Configure a credential helper to remove this warning. See 10:45:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:49 10:45:49 Login Succeeded 10:45:49 ---> docker-login.sh ends [Pipeline] } 10:45:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:45:49 ========================================================= 10:45:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:45:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:45:50 + 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 . 10:45:50 Sending build context to Docker daemon 17.08MB 10:45:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:45:50 Step 2/8 : FROM ${BASE} 10:45:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:45:50 188c0c94c7c5: Pulling fs layer 10:45:50 0ef7d3d256c8: Pulling fs layer 10:45:50 de9db76c5a1d: Pulling fs layer 10:45:50 bca2f99d35d6: Pulling fs layer 10:45:50 93359f2a8cfa: Pulling fs layer 10:45:50 7c6f9722023f: Pulling fs layer 10:45:50 a35cf1a2eb13: Pulling fs layer 10:45:50 a35cf1a2eb13: Waiting 10:45:50 7c6f9722023f: Waiting 10:45:50 bca2f99d35d6: Waiting 10:45:50 93359f2a8cfa: Waiting 10:45:50 de9db76c5a1d: Verifying Checksum 10:45:50 de9db76c5a1d: Download complete 10:45:50 0ef7d3d256c8: Verifying Checksum 10:45:50 93359f2a8cfa: Verifying Checksum 10:45:50 93359f2a8cfa: Download complete 10:45:50 188c0c94c7c5: Verifying Checksum 10:45:50 188c0c94c7c5: Download complete 10:45:50 7c6f9722023f: Verifying Checksum 10:45:50 7c6f9722023f: Download complete 10:45:51 188c0c94c7c5: Pull complete 10:45:51 0ef7d3d256c8: Pull complete 10:45:51 de9db76c5a1d: Pull complete 10:45:52 a35cf1a2eb13: Verifying Checksum 10:45:52 a35cf1a2eb13: Download complete 10:45:52 bca2f99d35d6: Verifying Checksum 10:45:52 bca2f99d35d6: Download complete 10:45:58 bca2f99d35d6: Pull complete 10:45:58 93359f2a8cfa: Pull complete 10:45:58 7c6f9722023f: Pull complete 10:46:02 a35cf1a2eb13: Pull complete 10:46:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:46:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:46:02 ---> a62c8e92a672 10:46:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:46:02 ---> Running in 32ca426c0a0d 10:46:02 Removing intermediate container 32ca426c0a0d 10:46:02 ---> d30b9da9e124 10:46:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:46:02 ---> Running in 701b4c199576 10:46:03 Removing intermediate container 701b4c199576 10:46:03 ---> 0a726c70c577 10:46:03 Step 5/8 : RUN apk add --no-cache make git 10:46:04 ---> Running in 749f8e903859 10:46:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:05 OK: 166 MiB in 39 packages 10:46:06 Removing intermediate container 749f8e903859 10:46:06 ---> 224898beab18 10:46:06 Step 6/8 : WORKDIR /edgex-ui-go 10:46:06 ---> Running in ea9f828e59a2 10:46:06 Removing intermediate container ea9f828e59a2 10:46:06 ---> 6e3dced727d0 10:46:06 Step 7/8 : COPY . . 10:46:09 ---> 790b615a5147 10:46:09 Step 8/8 : RUN go mod download 10:46:09 ---> Running in 649e721ee03e 10:46:15 Removing intermediate container 5752d25d1b43 10:46:15 ---> 503c817e36de 10:46:15 Successfully built 503c817e36de 10:46:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:46:15 + docker inspect -f . ci-base-image-arm64 10:46:15 . [Pipeline] withDockerContainer 10:46:15 prd-ubuntu18.04-docker-arm64-4c-16g-27324 does not seem to be running inside a container 10:46:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/9 -v /w/workspace/edgex-ui-go/9:/w/workspace/edgex-ui-go/9:rw,z -v /w/workspace/edgex-ui-go/9@tmp:/w/workspace/edgex-ui-go/9@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 10:46:17 $ docker top 7d4053dd61bc75f11f2f64b355347a77996c6777bb649c9ac768852ebee2e5fc -eo pid,comm [Pipeline] { [Pipeline] sh 10:46:18 + go version 10:46:18 go version go1.15.5 linux/arm64 [Pipeline] } 10:46:18 $ docker stop --time=1 7d4053dd61bc75f11f2f64b355347a77996c6777bb649c9ac768852ebee2e5fc 10:46:20 $ docker rm -f 7d4053dd61bc75f11f2f64b355347a77996c6777bb649c9ac768852ebee2e5fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:46:21 + docker inspect -f . ci-base-image-arm64 10:46:21 . [Pipeline] withDockerContainer 10:46:21 prd-ubuntu18.04-docker-arm64-4c-16g-27324 does not seem to be running inside a container 10:46:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/9 -v /w/workspace/edgex-ui-go/9:/w/workspace/edgex-ui-go/9:rw,z -v /w/workspace/edgex-ui-go/9@tmp:/w/workspace/edgex-ui-go/9@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 10:46:23 $ docker top d5d767fa32827a0c5769823a2c737a17452553c920430a8b19749ee53ac86794 -eo pid,comm [Pipeline] { [Pipeline] sh 10:46:24 + make test 10:46:24 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:46:25 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:46:31 Removing intermediate container 649e721ee03e 10:46:31 ---> 5e2f0f1357b9 10:46:31 Successfully built 5e2f0f1357b9 10:46:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:46:31 + docker inspect -f . ci-base-image-x86_64 10:46:31 . [Pipeline] withDockerContainer 10:46:31 prd-centos7-docker-4c-2g-27325 does not seem to be running inside a container 10:46:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/9 -v /w/workspace/edgex-ui-go/9:/w/workspace/edgex-ui-go/9:rw,z -v /w/workspace/edgex-ui-go/9@tmp:/w/workspace/edgex-ui-go/9@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 10:46:32 $ docker top ec01ddd2cc7ff40be898b20260309f80f367ddd36eb67c912c184e8349634de4 -eo pid,comm [Pipeline] { [Pipeline] sh 10:46:33 + go version 10:46:33 go version go1.15.5 linux/amd64 [Pipeline] } 10:46:33 $ docker stop --time=1 ec01ddd2cc7ff40be898b20260309f80f367ddd36eb67c912c184e8349634de4 10:46:34 $ docker rm -f ec01ddd2cc7ff40be898b20260309f80f367ddd36eb67c912c184e8349634de4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:46:35 + docker inspect -f . ci-base-image-x86_64 10:46:35 . [Pipeline] withDockerContainer 10:46:35 prd-centos7-docker-4c-2g-27325 does not seem to be running inside a container 10:46:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/9 -v /w/workspace/edgex-ui-go/9:/w/workspace/edgex-ui-go/9:rw,z -v /w/workspace/edgex-ui-go/9@tmp:/w/workspace/edgex-ui-go/9@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 10:46:36 $ docker top 7aea7996b03495bac877aa116952632fc348582822bb2be1c30925be6670f921 -eo pid,comm [Pipeline] { [Pipeline] sh 10:46:36 + make test 10:46:36 GO111MODULE=on go test -coverprofile=coverage.out ./... 10:46:37 ? github.com/edgexfoundry/edgex-ui-go [no test files] 10:46:40 # github.com/edgexfoundry/edgex-ui-go/internal/handler 10:46:40 internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 10:46:40 internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) 10:46:40 internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 10:46:40 internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 10:46:40 internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 10:46:42 # github.com/edgexfoundry/edgex-ui-go/internal/handler 10:46:42 internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 10:46:42 internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) 10:46:42 internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 10:46:42 internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 10:46:42 internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 10:46:44 make: *** [Makefile:34: test] Error 2 [Pipeline] } 10:46:44 $ docker stop --time=1 7aea7996b03495bac877aa116952632fc348582822bb2be1c30925be6670f921 10:46:46 make: *** [Makefile:34: test] Error 2 10:46:46 $ docker rm -f 7aea7996b03495bac877aa116952632fc348582822bb2be1c30925be6670f921 [Pipeline] // withDockerContainer [Pipeline] } 10:46:46 $ docker stop --time=1 d5d767fa32827a0c5769823a2c737a17452553c920430a8b19749ee53ac86794 10:46:49 $ docker rm -f d5d767fa32827a0c5769823a2c737a17452553c920430a8b19749ee53ac86794 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // withEnv [Pipeline] } Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:46:51 Failed in branch arm64 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:46:51 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:46:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:46:54 ---> package-listing.sh 10:46:54 ++ facter osfamily 10:46:54 ++ tr '[:upper:]' '[:lower:]' 10:46:54 + OS_FAMILY=redhat 10:46:54 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-290 10:46:54 + START_PACKAGES=/tmp/packages_start.txt 10:46:54 + END_PACKAGES=/tmp/packages_end.txt 10:46:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:46:54 + PACKAGES=/tmp/packages_start.txt 10:46:54 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' 10:46:54 + PACKAGES=/tmp/packages_end.txt 10:46:54 + case "${OS_FAMILY}" in 10:46:54 + rpm -qa 10:46:54 + sort 10:46:59 + '[' -f /tmp/packages_start.txt ']' 10:46:59 + '[' -f /tmp/packages_end.txt ']' 10:46:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:46:59 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' 10:46:59 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ 10:46:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ [Pipeline] echo 10:46:59 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-290/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:47:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:47:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:47:00 10:47:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:47:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:47:00 alpine: Pulling from edgex-lftools-log-publisher 10:47:00 df20fa9351a1: Pulling fs layer 10:47:00 36b3adc4ff6f: Pulling fs layer 10:47:00 8ad3a11d3b57: Pulling fs layer 10:47:00 46f8f816bc3b: Pulling fs layer 10:47:00 93b61091891f: Pulling fs layer 10:47:00 93b9cdb0e59b: Pulling fs layer 10:47:00 5e14af77c1be: Pulling fs layer 10:47:00 01666e4c0597: Pulling fs layer 10:47:00 aa168da1d23b: Pulling fs layer 10:47:00 93b9cdb0e59b: Waiting 10:47:00 5e14af77c1be: Waiting 10:47:00 01666e4c0597: Waiting 10:47:00 aa168da1d23b: Waiting 10:47:00 46f8f816bc3b: Waiting 10:47:00 93b61091891f: Waiting 10:47:00 36b3adc4ff6f: Verifying Checksum 10:47:00 36b3adc4ff6f: Download complete 10:47:00 46f8f816bc3b: Verifying Checksum 10:47:00 46f8f816bc3b: Download complete 10:47:00 df20fa9351a1: Verifying Checksum 10:47:00 df20fa9351a1: Download complete 10:47:01 93b9cdb0e59b: Verifying Checksum 10:47:01 93b9cdb0e59b: Download complete 10:47:01 93b61091891f: Download complete 10:47:01 5e14af77c1be: Verifying Checksum 10:47:01 5e14af77c1be: Download complete 10:47:01 01666e4c0597: Verifying Checksum 10:47:01 01666e4c0597: Download complete 10:47:01 8ad3a11d3b57: Verifying Checksum 10:47:01 8ad3a11d3b57: Download complete 10:47:01 df20fa9351a1: Pull complete 10:47:01 36b3adc4ff6f: Pull complete 10:47:02 aa168da1d23b: Verifying Checksum 10:47:02 aa168da1d23b: Download complete 10:47:03 8ad3a11d3b57: Pull complete 10:47:03 46f8f816bc3b: Pull complete 10:47:03 93b61091891f: Pull complete 10:47:03 93b9cdb0e59b: Pull complete 10:47:03 5e14af77c1be: Pull complete 10:47:04 01666e4c0597: Pull complete 10:47:10 aa168da1d23b: Pull complete 10:47:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:47:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:47:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:47:10 prd-centos7-docker-4c-2g-27322 does not seem to be running inside a container 10:47:10 $ 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-290/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-290 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290:/w/workspace/edgexfoundry_edgex-ui-go_PR-290:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@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 10:47:14 $ docker top d98910a653192ef5ce1614f9700e6b3e97f8ca7c24f95c91c95a1033e1559b76 -eo pid,comm [Pipeline] { [Pipeline] sh 10:47:14 + touch /tmp/pre-build-complete [Pipeline] sh 10:47:15 + mkdir -p /var/log/sa [Pipeline] sh 10:47:15 + ls /var/log/sa-host 10:47:15 + sadf -c /var/log/sa-host/sa23 10:47:15 file_magic: OK 10:47:15 HZ: Using current value: 100 10:47:15 file_header: OK 10:47:15 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 10:47:15 Statistics: 10:47:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:47:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:47:15 provisioning config files... 10:47:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config2201950420533556235tmp [Pipeline] { [Pipeline] echo 10:47:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:47:16 ---> create-netrc.sh [Pipeline] } 10:47:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:47:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:47:16 ---> python-tools-install.sh [Pipeline] echo 10:47:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:47:16 ---> sudo-logs.sh 10:47:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:47:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:47:17 ---> job-cost.sh 10:47:17 lf-activate-venv: SKIPPING 10:47:17 INFO: No Stack... 10:47:18 INFO: Retrieving Pricing Info for: v1-standard-2 10:47:18 INFO: Archiving Costs [Pipeline] echo 10:47:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:47:19 ---> logs-deploy.sh 10:47:19 lf-activate-venv: SKIPPING 10:47:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-290/9 10:47:19 INFO: archiving workspace using pattern(s): 10:47:21 Archives upload complete. 10:47:21 INFO: archiving logs to Nexus