Pull request #290 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 98d62be43f62644b8a2bd172be77cf04a05ad0d8+d55611448001badf3f86a355cc3eabf57582dc86 (f2dd5373c3fe8241de365023d57c26793e62bae3) 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 ‘prd-centos7-docker-4c-2g-27294’ Running on prd-centos7-docker-4c-2g-27296 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 d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit 98d62be43f62644b8a2bd172be77cf04a05ad0d8 Merge succeeded, producing 98d62be43f62644b8a2bd172be77cf04a05ad0d8 Checking out Revision 98d62be43f62644b8a2bd172be77cf04a05ad0d8 (PR-290) > git config core.sparsecheckout # timeout=10 > git checkout -f 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # 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 d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk a7f36e002fc57f0bc0ed800244064b0b25e5247f # timeout=10 [Pipeline] timeout 08:26:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:26:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:26:00 ========================================================= 08:26:00 EdgeX Global Pipelines Version Info 08:26:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:26:02 ------------------- 08:26:02 stable info: 08:26:02 ------------------- 08:26:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:26:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:26:02 Message: update stable to v1.0.179 08:26:02 ------------------- 08:26:02 experimental info: 08:26:02 ------------------- 08:26:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:26:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:26:02 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:26:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 08:26:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 08:26:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:26:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:26:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:26:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:26:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:26:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:26:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-290 [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-290 [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-290 [Pipeline] echo 08:26:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98d62be43f62644b8a2bd172be77cf04a05ad0d8 [Pipeline] echo 08:26:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98d62be [Pipeline] echo 08:26:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:26:06 provisioning config files... 08:26:06 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config2078498687931889277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:26:06 ---> docker-login.sh 08:26:06 nexus3.edgexfoundry.org:10001 08:26:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:26:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:26:06 Configure a credential helper to remove this warning. See 08:26:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:26:06 08:26:06 Login Succeeded 08:26:06 nexus3.edgexfoundry.org:10002 08:26:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:26:07 Configure a credential helper to remove this warning. See 08:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:26:07 08:26:07 Login Succeeded 08:26:07 nexus3.edgexfoundry.org:10003 08:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:26:07 Configure a credential helper to remove this warning. See 08:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:26:07 08:26:07 Login Succeeded 08:26:07 nexus3.edgexfoundry.org:10004 08:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:26:07 Configure a credential helper to remove this warning. See 08:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:26:07 08:26:07 Login Succeeded 08:26:07 docker.io 08:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:26:07 Configure a credential helper to remove this warning. See 08:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:26:07 08:26:07 Login Succeeded 08:26:07 ---> docker-login.sh ends [Pipeline] } 08:26:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:26:08 + git log --format=format:%s -1 98d62be43f62644b8a2bd172be77cf04a05ad0d8 [Pipeline] echo 08:26:08 GIT_COMMIT: 98d62be43f62644b8a2bd172be77cf04a05ad0d8, Commit Message: Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27 [Pipeline] echo 08:26:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:26:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:26:09 08:26:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:26:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:26:09 latest: Pulling from edgex-devops/git-semver 08:26:09 31603596830f: Pulling fs layer 08:26:09 2a8b12db71e7: Pulling fs layer 08:26:09 6ca5941a6612: Pulling fs layer 08:26:09 ecc8261a40a4: Pulling fs layer 08:26:09 ecc8261a40a4: Waiting 08:26:09 2a8b12db71e7: Verifying Checksum 08:26:09 2a8b12db71e7: Download complete 08:26:09 31603596830f: Verifying Checksum 08:26:09 31603596830f: Download complete 08:26:09 ecc8261a40a4: Verifying Checksum 08:26:09 ecc8261a40a4: Download complete 08:26:09 6ca5941a6612: Verifying Checksum 08:26:09 6ca5941a6612: Download complete 08:26:10 31603596830f: Pull complete 08:26:10 2a8b12db71e7: Pull complete 08:26:11 6ca5941a6612: Pull complete 08:26:11 ecc8261a40a4: Pull complete 08:26:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:26:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:26:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:26:11 prd-centos7-docker-4c-2g-27296 does not seem to be running inside a container 08:26:11 $ 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 08:26:13 $ docker top 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:26:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:26:13 [ssh-agent] Looking for ssh-agent implementation... 08:26:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:26:13 $ docker exec 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a ssh-agent 08:26:14 SSH_AUTH_SOCK=/tmp/ssh-YgmeKrXDAgkf/agent.12 08:26:14 SSH_AGENT_PID=17 08:26:14 Running ssh-add (command line suppressed) 08:26:14 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_7962392283269160571.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_7962392283269160571.key) 08:26:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:26:14 + git tag --points-at HEAD [Pipeline] } 08:26:14 $ docker exec --env ******** --env ******** 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a ssh-agent -k 08:26:14 unset SSH_AUTH_SOCK; 08:26:14 unset SSH_AGENT_PID; 08:26:14 echo Agent pid 17 killed; 08:26:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:26:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:26:14 [ssh-agent] Looking for ssh-agent implementation... 08:26:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:26:15 $ docker exec 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a ssh-agent 08:26:15 SSH_AUTH_SOCK=/tmp/ssh-P4ARo69oXgYx/agent.46 08:26:15 SSH_AGENT_PID=51 08:26:15 Running ssh-add (command line suppressed) 08:26:15 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_851900845426011774.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_851900845426011774.key) 08:26:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:26:15 + git semver init 08:26:15 # -> Open(): unable to determine branch for HEAD 08:26:15 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.git 08:26:15 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-290 08:26:15 # $SEMVER_REMOTE_NAME = origin 08:26:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:26:15 # $SEMVER_USER_NAME = edgex-jenkins 08:26:15 # $SEMVER_BRANCH = PR-290 08:26:15 # $SEMVER_TEMP = /tmp/semver-025490179 08:26:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 08:26:16 # '/tmp/semver-025490179' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver' 08:26:16 # -> Force: false 08:26:16 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver [Pipeline] } 08:26:16 $ docker exec --env ******** --env ******** 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a ssh-agent -k 08:26:16 unset SSH_AUTH_SOCK; 08:26:16 unset SSH_AGENT_PID; 08:26:16 echo Agent pid 51 killed; 08:26:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:26:17 + git semver [Pipeline] } 08:26:17 $ docker stop --time=1 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a 08:26:18 $ docker rm -f 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a [Pipeline] // withDockerContainer [Pipeline] sh 08:26:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:26:19 Stashed 1 file(s) [Pipeline] echo 08:26:19 [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 08:26:35 Still waiting to schedule task 08:26:35 ‘prd-centos7-blackbox-4c-2g-27021’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-27297’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27295’ doesn’t have label ‘centos7-docker-4c-2g’ 08:26:35 Still waiting to schedule task 08:26:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:28:07 Running on prd-centos7-docker-4c-2g-27299 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws 08:28:07 Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout 08:28:09 using credential edgex-jenkins-ssh 08:28:09 Cloning the remote Git repository 08:28:09 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:28:09 > git init /w/workspace/edgex-ui-go/8 # timeout=10 08:28:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:28:10 > git --version # timeout=10 08:28:10 > git --version # 'git version 2.24.3' 08:28:10 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:28:11 Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit 98d62be43f62644b8a2bd172be77cf04a05ad0d8 08:28:11 Merge succeeded, producing 98d62be43f62644b8a2bd172be77cf04a05ad0d8 08:28:11 Checking out Revision 98d62be43f62644b8a2bd172be77cf04a05ad0d8 (PR-290) 08:28:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:28:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:28:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:28:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:28:10 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:10 > 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 08:28:11 > git config core.sparsecheckout # timeout=10 08:28:11 > git checkout -f 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # timeout=10 08:28:11 > git remote # timeout=10 08:28:11 > git config --get remote.origin.url # timeout=10 08:28:11 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:11 > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 08:28:11 > git rev-parse HEAD^{commit} # timeout=10 08:28:11 > git config core.sparsecheckout # timeout=10 08:28:11 > git checkout -f 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # timeout=10 08:28:15 Commit message: "Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:28:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:28:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:28:17 + true 08:28:17 + sudo service docker restart 08:28:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:28:18 provisioning config files... 08:28:18 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config5282435200675389925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:28:18 ---> docker-login.sh 08:28:18 nexus3.edgexfoundry.org:10001 08:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:18 Configure a credential helper to remove this warning. See 08:28:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:18 08:28:18 Login Succeeded 08:28:18 nexus3.edgexfoundry.org:10002 08:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:18 Configure a credential helper to remove this warning. See 08:28:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:18 08:28:18 Login Succeeded 08:28:18 nexus3.edgexfoundry.org:10003 08:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:19 Configure a credential helper to remove this warning. See 08:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:19 08:28:19 Login Succeeded 08:28:19 nexus3.edgexfoundry.org:10004 08:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:19 Configure a credential helper to remove this warning. See 08:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:19 08:28:19 Login Succeeded 08:28:19 docker.io 08:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:19 Configure a credential helper to remove this warning. See 08:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:19 08:28:19 Login Succeeded 08:28:19 ---> docker-login.sh ends [Pipeline] } 08:28:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:28:20 ========================================================= 08:28:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:28:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:28:20 + 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:28:20 Sending build context to Docker daemon 16.78MB 08:28:20 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:28:20 Step 2/8 : FROM ${BASE} 08:28:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:28:20 188c0c94c7c5: Pulling fs layer 08:28:20 0ef7d3d256c8: Pulling fs layer 08:28:20 de9db76c5a1d: Pulling fs layer 08:28:20 bca2f99d35d6: Pulling fs layer 08:28:20 93359f2a8cfa: Pulling fs layer 08:28:20 7c6f9722023f: Pulling fs layer 08:28:20 a35cf1a2eb13: Pulling fs layer 08:28:20 93359f2a8cfa: Waiting 08:28:20 7c6f9722023f: Waiting 08:28:20 a35cf1a2eb13: Waiting 08:28:20 bca2f99d35d6: Waiting 08:28:20 0ef7d3d256c8: Verifying Checksum 08:28:20 0ef7d3d256c8: Download complete 08:28:20 de9db76c5a1d: Verifying Checksum 08:28:20 de9db76c5a1d: Download complete 08:28:21 93359f2a8cfa: Verifying Checksum 08:28:21 93359f2a8cfa: Download complete 08:28:21 7c6f9722023f: Verifying Checksum 08:28:21 7c6f9722023f: Download complete 08:28:21 188c0c94c7c5: Download complete 08:28:21 188c0c94c7c5: Pull complete 08:28:21 0ef7d3d256c8: Pull complete 08:28:21 de9db76c5a1d: Pull complete 08:28:23 a35cf1a2eb13: Verifying Checksum 08:28:23 a35cf1a2eb13: Download complete 08:28:23 bca2f99d35d6: Verifying Checksum 08:28:23 bca2f99d35d6: Download complete 08:28:29 bca2f99d35d6: Pull complete 08:28:29 93359f2a8cfa: Pull complete 08:28:29 7c6f9722023f: Pull complete 08:28:34 a35cf1a2eb13: Pull complete 08:28:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:28:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:28:34 ---> a62c8e92a672 08:28:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:28:34 ---> Running in 23ee598e9108 08:28:34 Removing intermediate container 23ee598e9108 08:28:34 ---> 5ea910b427b3 08:28:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:28:34 ---> Running in 553ae50d7e29 08:28:35 Removing intermediate container 553ae50d7e29 08:28:35 ---> 50a09746bd31 08:28:35 Step 5/8 : RUN apk add --no-cache make git 08:28:36 ---> Running in bdc1afde5ad1 08:28:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:28:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:28:37 OK: 166 MiB in 39 packages 08:28:38 Removing intermediate container bdc1afde5ad1 08:28:38 ---> 0f8a1c63bd9b 08:28:38 Step 6/8 : WORKDIR /edgex-ui-go 08:28:38 ---> Running in 05af7e9c57b0 08:28:38 Removing intermediate container 05af7e9c57b0 08:28:38 ---> 4457102e38f1 08:28:38 Step 7/8 : COPY . . 08:28:41 ---> 39b062a0088a 08:28:41 Step 8/8 : RUN go mod download 08:28:41 ---> Running in ef6544a04ffd 08:29:03 Removing intermediate container ef6544a04ffd 08:29:03 ---> 73cb6496dd21 08:29:03 Successfully built 73cb6496dd21 08:29:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:29:03 + docker inspect -f . ci-base-image-x86_64 08:29:03 . [Pipeline] withDockerContainer 08:29:03 prd-centos7-docker-4c-2g-27299 does not seem to be running inside a container 08:29:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:29:04 $ docker top f3a0e1716fcb81ed2832f7c85f025a789b828de2cacf0567a72d3fbe891b11bc -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:05 + go version 08:29:05 go version go1.15.5 linux/amd64 [Pipeline] } 08:29:05 $ docker stop --time=1 f3a0e1716fcb81ed2832f7c85f025a789b828de2cacf0567a72d3fbe891b11bc 08:29:06 $ docker rm -f f3a0e1716fcb81ed2832f7c85f025a789b828de2cacf0567a72d3fbe891b11bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:07 + docker inspect -f . ci-base-image-x86_64 08:29:07 . [Pipeline] withDockerContainer 08:29:07 prd-centos7-docker-4c-2g-27299 does not seem to be running inside a container 08:29:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:29:08 $ docker top 4b69ff4a300824545622f88aed84937def960bd50ee8ac705cad05604aa79408 -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:09 + make test 08:29:09 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:29:10 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:29:15 # github.com/edgexfoundry/edgex-ui-go/internal/handler 08:29:15 internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 08:29:15 internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) 08:29:15 internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 08:29:15 internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 08:29:15 internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 08:29:17 make: *** [Makefile:34: test] Error 2 [Pipeline] } 08:29:17 $ docker stop --time=1 4b69ff4a300824545622f88aed84937def960bd50ee8ac705cad05604aa79408 08:29:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27300 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 08:29:19 $ docker rm -f 4b69ff4a300824545622f88aed84937def960bd50ee8ac705cad05604aa79408 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 08:29:19 Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] checkout Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:29:20 Failed in branch amd64 08:29:25 using credential edgex-jenkins-ssh 08:29:25 Cloning the remote Git repository 08:29:25 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:29:25 > git init /w/workspace/edgex-ui-go/8 # timeout=10 08:29:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:29:25 > git --version # timeout=10 08:29:25 > git --version # 'git version 2.17.1' 08:29:25 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:27 Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit 98d62be43f62644b8a2bd172be77cf04a05ad0d8 08:29:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:29:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:29:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:29:26 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:26 > 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 08:29:27 > git config core.sparsecheckout # timeout=10 08:29:27 > git checkout -f 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # timeout=10 08:29:27 Merge succeeded, producing 98d62be43f62644b8a2bd172be77cf04a05ad0d8 08:29:27 Checking out Revision 98d62be43f62644b8a2bd172be77cf04a05ad0d8 (PR-290) 08:29:27 > git remote # timeout=10 08:29:27 > git config --get remote.origin.url # timeout=10 08:29:27 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:27 > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 08:29:27 > git rev-parse HEAD^{commit} # timeout=10 08:29:27 > git config core.sparsecheckout # timeout=10 08:29:27 > git checkout -f 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # timeout=10 08:29:32 Commit message: "Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:29:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:29:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:29:34 + sudo service docker restart 08:29:34 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:29:37 provisioning config files... 08:29:37 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config8729947203771779886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:29:37 ---> docker-login.sh 08:29:37 nexus3.edgexfoundry.org:10001 08:29:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:39 Configure a credential helper to remove this warning. See 08:29:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:39 08:29:39 Login Succeeded 08:29:39 nexus3.edgexfoundry.org:10002 08:29:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:39 Configure a credential helper to remove this warning. See 08:29:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:39 08:29:39 Login Succeeded 08:29:39 nexus3.edgexfoundry.org:10003 08:29:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:40 Configure a credential helper to remove this warning. See 08:29:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:40 08:29:40 Login Succeeded 08:29:40 nexus3.edgexfoundry.org:10004 08:29:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:40 Configure a credential helper to remove this warning. See 08:29:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:40 08:29:40 Login Succeeded 08:29:40 docker.io 08:29:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:41 Configure a credential helper to remove this warning. See 08:29:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:41 08:29:41 Login Succeeded 08:29:41 ---> docker-login.sh ends [Pipeline] } 08:29:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:29:41 ========================================================= 08:29:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:29:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:29:42 + 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:29:42 Sending build context to Docker daemon 16.77MB 08:29:43 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:29:43 Step 2/8 : FROM ${BASE} 08:29:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:29:43 5f621e34cdf4: Pulling fs layer 08:29:43 a4357932f1b6: Pulling fs layer 08:29:43 18c013af1878: Pulling fs layer 08:29:43 00ac8860ef70: Pulling fs layer 08:29:43 63d7cb157983: Pulling fs layer 08:29:43 b116817d02f9: Pulling fs layer 08:29:43 745a02a5169b: Pulling fs layer 08:29:43 63d7cb157983: Waiting 08:29:43 00ac8860ef70: Waiting 08:29:43 b116817d02f9: Waiting 08:29:43 745a02a5169b: Waiting 08:29:43 18c013af1878: Verifying Checksum 08:29:43 18c013af1878: Download complete 08:29:43 a4357932f1b6: Verifying Checksum 08:29:43 a4357932f1b6: Download complete 08:29:43 63d7cb157983: Verifying Checksum 08:29:43 63d7cb157983: Download complete 08:29:43 b116817d02f9: Verifying Checksum 08:29:43 b116817d02f9: Download complete 08:29:43 5f621e34cdf4: Verifying Checksum 08:29:43 5f621e34cdf4: Download complete 08:29:44 5f621e34cdf4: Pull complete 08:29:44 a4357932f1b6: Pull complete 08:29:45 18c013af1878: Pull complete 08:29:45 745a02a5169b: Verifying Checksum 08:29:45 745a02a5169b: Download complete 08:29:46 00ac8860ef70: Verifying Checksum 08:29:46 00ac8860ef70: Download complete 08:29:56 00ac8860ef70: Pull complete 08:29:56 63d7cb157983: Pull complete 08:29:56 b116817d02f9: Pull complete 08:30:01 745a02a5169b: Pull complete 08:30:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:30:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:30:01 ---> b7e6874047d6 08:30:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:30:04 ---> Running in 17701a9d0eee 08:30:04 Removing intermediate container 17701a9d0eee 08:30:04 ---> ce041ea7235e 08:30:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:04 ---> Running in 8fff575595b5 08:30:07 Removing intermediate container 8fff575595b5 08:30:07 ---> 09a3362dc007 08:30:07 Step 5/8 : RUN apk add --no-cache make git 08:30:07 ---> Running in 817a640dad28 08:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:30:09 OK: 142 MiB in 39 packages 08:30:10 Removing intermediate container 817a640dad28 08:30:10 ---> 41fa3c874fd5 08:30:10 Step 6/8 : WORKDIR /edgex-ui-go 08:30:11 ---> Running in e2005e926897 08:30:11 Removing intermediate container e2005e926897 08:30:11 ---> fa446c5d1710 08:30:11 Step 7/8 : COPY . . 08:30:13 ---> 4c3bf0b0bbc3 08:30:13 Step 8/8 : RUN go mod download 08:30:13 ---> Running in cd8e377c2152 08:30:40 Removing intermediate container cd8e377c2152 08:30:40 ---> 17b0d21b998f 08:30:40 Successfully built 17b0d21b998f 08:30:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:30:41 + docker inspect -f . ci-base-image-arm64 08:30:41 . [Pipeline] withDockerContainer 08:30:41 prd-ubuntu18.04-docker-arm64-4c-16g-27300 does not seem to be running inside a container 08:30:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@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 08:30:43 $ docker top 3ef67306579c0a6d67f67f0db774dc7798fdd343767350efa151263101fab540 -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:44 + go version 08:30:44 go version go1.15.5 linux/arm64 [Pipeline] } 08:30:44 $ docker stop --time=1 3ef67306579c0a6d67f67f0db774dc7798fdd343767350efa151263101fab540 08:30:46 $ docker rm -f 3ef67306579c0a6d67f67f0db774dc7798fdd343767350efa151263101fab540 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:30:47 + docker inspect -f . ci-base-image-arm64 08:30:47 . [Pipeline] withDockerContainer 08:30:47 prd-ubuntu18.04-docker-arm64-4c-16g-27300 does not seem to be running inside a container 08:30:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/8 -v /w/workspace/edgex-ui-go/8:/w/workspace/edgex-ui-go/8:rw,z -v /w/workspace/edgex-ui-go/8@tmp:/w/workspace/edgex-ui-go/8@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 08:30:49 $ docker top c53c20365d3f76f977e9ed016090af100d64e45570243201bcbf1c20930363b1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:50 + make test 08:30:50 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:30:51 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:31:06 # github.com/edgexfoundry/edgex-ui-go/internal/handler 08:31:06 internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 08:31:06 internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) 08:31:06 internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) 08:31:06 internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 08:31:06 internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) 08:31:13 make: *** [Makefile:34: test] Error 2 [Pipeline] } 08:31:13 $ docker stop --time=1 c53c20365d3f76f977e9ed016090af100d64e45570243201bcbf1c20930363b1 08:31:15 $ docker rm -f c53c20365d3f76f977e9ed016090af100d64e45570243201bcbf1c20930363b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:31:17 Failed in branch arm64 [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 08:31:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:31:20 ---> package-listing.sh 08:31:20 ++ tr '[:upper:]' '[:lower:]' 08:31:20 ++ facter osfamily 08:31:20 + OS_FAMILY=redhat 08:31:20 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-290 08:31:20 + START_PACKAGES=/tmp/packages_start.txt 08:31:20 + END_PACKAGES=/tmp/packages_end.txt 08:31:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:31:20 + PACKAGES=/tmp/packages_start.txt 08:31:20 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' 08:31:20 + PACKAGES=/tmp/packages_end.txt 08:31:20 + case "${OS_FAMILY}" in 08:31:20 + rpm -qa 08:31:20 + sort 08:31:24 + '[' -f /tmp/packages_start.txt ']' 08:31:24 + '[' -f /tmp/packages_end.txt ']' 08:31:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:31:24 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' 08:31:24 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ 08:31:24 + 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 08:31:24 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 08:31:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:31:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:31:25 08:31:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:31:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:31:25 alpine: Pulling from edgex-lftools-log-publisher 08:31:25 df20fa9351a1: Pulling fs layer 08:31:25 36b3adc4ff6f: Pulling fs layer 08:31:25 8ad3a11d3b57: Pulling fs layer 08:31:25 46f8f816bc3b: Pulling fs layer 08:31:25 93b61091891f: Pulling fs layer 08:31:25 93b9cdb0e59b: Pulling fs layer 08:31:25 5e14af77c1be: Pulling fs layer 08:31:25 01666e4c0597: Pulling fs layer 08:31:25 aa168da1d23b: Pulling fs layer 08:31:25 46f8f816bc3b: Waiting 08:31:25 93b61091891f: Waiting 08:31:25 93b9cdb0e59b: Waiting 08:31:25 5e14af77c1be: Waiting 08:31:25 01666e4c0597: Waiting 08:31:25 aa168da1d23b: Waiting 08:31:25 36b3adc4ff6f: Verifying Checksum 08:31:25 36b3adc4ff6f: Download complete 08:31:25 46f8f816bc3b: Verifying Checksum 08:31:25 46f8f816bc3b: Download complete 08:31:25 df20fa9351a1: Verifying Checksum 08:31:25 df20fa9351a1: Download complete 08:31:25 93b9cdb0e59b: Verifying Checksum 08:31:25 93b9cdb0e59b: Download complete 08:31:25 5e14af77c1be: Verifying Checksum 08:31:25 5e14af77c1be: Download complete 08:31:26 93b61091891f: Download complete 08:31:26 01666e4c0597: Verifying Checksum 08:31:26 01666e4c0597: Download complete 08:31:26 8ad3a11d3b57: Verifying Checksum 08:31:26 8ad3a11d3b57: Download complete 08:31:26 df20fa9351a1: Pull complete 08:31:26 36b3adc4ff6f: Pull complete 08:31:27 8ad3a11d3b57: Pull complete 08:31:27 46f8f816bc3b: Pull complete 08:31:27 93b61091891f: Pull complete 08:31:27 93b9cdb0e59b: Pull complete 08:31:27 5e14af77c1be: Pull complete 08:31:27 aa168da1d23b: Verifying Checksum 08:31:27 aa168da1d23b: Download complete 08:31:28 01666e4c0597: Pull complete 08:31:34 aa168da1d23b: Pull complete 08:31:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:31:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:31:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:31:34 prd-centos7-docker-4c-2g-27296 does not seem to be running inside a container 08:31:34 $ 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 08:31:38 $ docker top b273ca7d3339bfd4eec37659219894feac906da37da147f9f6230eb3d6cc7b85 -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:39 + touch /tmp/pre-build-complete [Pipeline] sh 08:31:39 + mkdir -p /var/log/sa [Pipeline] sh 08:31:39 + ls /var/log/sa-host 08:31:39 + sadf -c /var/log/sa-host/sa23 08:31:39 file_magic: OK 08:31:39 HZ: Using current value: 100 08:31:39 file_header: OK 08:31:39 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:31:39 Statistics: 08:31:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:31:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:31:40 provisioning config files... 08:31:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config1955096426236228194tmp [Pipeline] { [Pipeline] echo 08:31:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:31:40 ---> create-netrc.sh [Pipeline] } 08:31:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:31:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:31:41 ---> python-tools-install.sh [Pipeline] echo 08:31:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:31:41 ---> sudo-logs.sh 08:31:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:31:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:31:41 ---> job-cost.sh 08:31:41 lf-activate-venv: SKIPPING 08:31:41 INFO: No Stack... 08:31:42 INFO: Retrieving Pricing Info for: v1-standard-2 08:31:43 INFO: Archiving Costs [Pipeline] echo 08:31:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:31:43 ---> logs-deploy.sh 08:31:43 lf-activate-venv: SKIPPING 08:31:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-290/8 08:31:43 INFO: archiving workspace using pattern(s): 08:31:45 Archives upload complete. 08:31:45 INFO: archiving logs to Nexus