Pull request #290 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c+21a2d52129729239e47da1045a1c95859bb5ff91 (949219c4951185868e3d6f574a36d8057283a04a) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21566’ is offline; ‘prd-centos7-docker-4c-2g-21579’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21583 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 Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c Merge succeeded, producing 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c Checking out Revision 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c (PR-290) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # 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 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27" First time build. Skipping changelog. > git rev-list --no-walk 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T10:00:38.942Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T10:00:39.161Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T10:00:39.308Z] ========================================================= [2021-01-20T10:00:39.308Z] EdgeX Global Pipelines Version Info [2021-01-20T10:00:39.308Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:00:41.342Z] ------------------- [2021-01-20T10:00:41.342Z] stable info: [2021-01-20T10:00:41.342Z] ------------------- [2021-01-20T10:00:41.342Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T10:00:41.342Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T10:00:41.342Z] Message: update stable to v1.0.179 [2021-01-20T10:00:41.925Z] ------------------- [2021-01-20T10:00:41.925Z] experimental info: [2021-01-20T10:00:41.925Z] ------------------- [2021-01-20T10:00:41.925Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T10:00:41.925Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T10:00:41.925Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T10:00:42.265Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-20T10:00:42.365Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-20T10:00:42.460Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T10:00:42.551Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T10:00:42.677Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T10:00:42.763Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T10:00:42.859Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T10:00:42.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T10:00:43.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T10:00:43.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T10:00:43.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T10:00:43.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-20T10:00:43.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T10:00:43.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T10:00:43.628Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T10:00:43.773Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T10:00:43.859Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T10:00:43.975Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T10:00:44.062Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T10:00:44.171Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T10:00:44.260Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T10:00:44.371Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T10:00:44.455Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T10:00:44.542Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T10:00:44.649Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T10:00:44.737Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T10:00:44.821Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T10:00:44.926Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-290 [Pipeline] echo [2021-01-20T10:00:45.014Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-290 [Pipeline] echo [2021-01-20T10:00:45.113Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-290 [Pipeline] echo [2021-01-20T10:00:45.229Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [Pipeline] echo [2021-01-20T10:00:45.317Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00a36ba [Pipeline] echo [2021-01-20T10:00:45.411Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:00:45.613Z] provisioning config files... [2021-01-20T10:00:45.664Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config4514972548536644356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:00:46.024Z] ---> docker-login.sh [2021-01-20T10:00:46.025Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:00:46.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:46.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:46.568Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:46.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:46.568Z] [2021-01-20T10:00:46.568Z] Login Succeeded [2021-01-20T10:00:46.568Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:00:46.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:46.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:46.831Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:46.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:46.831Z] [2021-01-20T10:00:46.831Z] Login Succeeded [2021-01-20T10:00:46.831Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:00:46.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:46.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:46.831Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:46.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:46.831Z] [2021-01-20T10:00:46.831Z] Login Succeeded [2021-01-20T10:00:46.831Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:00:47.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:47.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:47.098Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:47.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:47.098Z] [2021-01-20T10:00:47.098Z] Login Succeeded [2021-01-20T10:00:47.098Z] docker.io [2021-01-20T10:00:47.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:00:47.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:00:47.363Z] Configure a credential helper to remove this warning. See [2021-01-20T10:00:47.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:00:47.363Z] [2021-01-20T10:00:47.363Z] Login Succeeded [2021-01-20T10:00:47.363Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:00:47.380Z] 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 [2021-01-20T10:00:48.321Z] + git log --format=format:%s -1 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [Pipeline] echo [2021-01-20T10:00:48.396Z] GIT_COMMIT: 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c, Commit Message: Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27 [Pipeline] echo [2021-01-20T10:00:48.446Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:00:49.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:00:49.121Z] [2021-01-20T10:00:49.121Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:00:49.484Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:00:49.484Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T10:00:49.484Z] 31603596830f: Pulling fs layer [2021-01-20T10:00:49.484Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T10:00:49.484Z] 6ca5941a6612: Pulling fs layer [2021-01-20T10:00:49.484Z] ecc8261a40a4: Pulling fs layer [2021-01-20T10:00:49.484Z] ecc8261a40a4: Waiting [2021-01-20T10:00:49.484Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T10:00:49.484Z] 2a8b12db71e7: Download complete [2021-01-20T10:00:49.750Z] 31603596830f: Verifying Checksum [2021-01-20T10:00:49.750Z] 31603596830f: Download complete [2021-01-20T10:00:49.750Z] ecc8261a40a4: Verifying Checksum [2021-01-20T10:00:49.750Z] ecc8261a40a4: Download complete [2021-01-20T10:00:49.750Z] 6ca5941a6612: Verifying Checksum [2021-01-20T10:00:49.750Z] 6ca5941a6612: Download complete [2021-01-20T10:00:50.012Z] 31603596830f: Pull complete [2021-01-20T10:00:50.283Z] 2a8b12db71e7: Pull complete [2021-01-20T10:00:51.233Z] 6ca5941a6612: Pull complete [2021-01-20T10:00:51.233Z] ecc8261a40a4: Pull complete [2021-01-20T10:00:51.233Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T10:00:51.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T10:00:51.495Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T10:00:51.611Z] prd-centos7-docker-4c-2g-21583 does not seem to be running inside a container [2021-01-20T10:00:51.672Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T10:00:53.886Z] $ docker top b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T10:00:54.368Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:00:54.368Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:00:54.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:00:54.637Z] $ docker exec b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a ssh-agent [2021-01-20T10:00:54.814Z] SSH_AUTH_SOCK=/tmp/ssh-yQ1xy3dwFdsM/agent.11 [2021-01-20T10:00:54.814Z] SSH_AGENT_PID=17 [2021-01-20T10:00:54.831Z] Running ssh-add (command line suppressed) [2021-01-20T10:00:54.980Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_573567540778189710.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_573567540778189710.key) [2021-01-20T10:00:55.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:00:55.395Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T10:00:55.431Z] $ docker exec --env ******** --env ******** b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a ssh-agent -k [2021-01-20T10:00:55.553Z] unset SSH_AUTH_SOCK; [2021-01-20T10:00:55.553Z] unset SSH_AGENT_PID; [2021-01-20T10:00:55.553Z] echo Agent pid 17 killed; [2021-01-20T10:00:55.604Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T10:00:55.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T10:00:55.792Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T10:00:55.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T10:00:55.976Z] $ docker exec b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a ssh-agent [2021-01-20T10:00:56.156Z] SSH_AUTH_SOCK=/tmp/ssh-aHC6gOEa0EqH/agent.46 [2021-01-20T10:00:56.156Z] SSH_AGENT_PID=52 [2021-01-20T10:00:56.166Z] Running ssh-add (command line suppressed) [2021-01-20T10:00:56.296Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_3598227387652216836.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_3598227387652216836.key) [2021-01-20T10:00:56.352Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T10:00:56.705Z] + git semver init [2021-01-20T10:00:56.705Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T10:00:56.705Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.git [2021-01-20T10:00:56.705Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-01-20T10:00:56.705Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T10:00:56.705Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T10:00:56.705Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T10:00:56.705Z] # $SEMVER_BRANCH = PR-290 [2021-01-20T10:00:56.705Z] # $SEMVER_TEMP = /tmp/semver-243413536 [2021-01-20T10:00:56.705Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-20T10:00:58.102Z] # '/tmp/semver-243413536' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver' [2021-01-20T10:00:58.102Z] # -> Force: false [2021-01-20T10:00:58.102Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver [Pipeline] } [2021-01-20T10:00:58.122Z] $ docker exec --env ******** --env ******** b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a ssh-agent -k [2021-01-20T10:00:58.247Z] unset SSH_AUTH_SOCK; [2021-01-20T10:00:58.248Z] unset SSH_AGENT_PID; [2021-01-20T10:00:58.248Z] echo Agent pid 52 killed; [2021-01-20T10:00:58.297Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T10:00:58.806Z] + git semver [Pipeline] } [2021-01-20T10:00:58.826Z] $ docker stop --time=1 b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a [2021-01-20T10:01:00.242Z] $ docker rm -f b7555e0d4fd99564a548d190327a4f669be97304848a3ce6ca49f8ec7f7ead9a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T10:01:00.862Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T10:01:01.651Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T10:01:01.654Z] [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 [2021-01-20T10:01:17.178Z] Still waiting to schedule task [2021-01-20T10:01:17.179Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T10:01:17.182Z] Still waiting to schedule task [2021-01-20T10:01:17.182Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-20T10:02:23.889Z] Running on prd-centos7-docker-4c-2g-21586 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws [2021-01-20T10:02:23.946Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2021-01-20T10:02:26.317Z] using credential edgex-jenkins-ssh [2021-01-20T10:02:26.368Z] Cloning the remote Git repository [2021-01-20T10:02:26.325Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:02:26.415Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2021-01-20T10:02:26.482Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:02:26.482Z] > git --version # timeout=10 [2021-01-20T10:02:26.489Z] > git --version # 'git version 2.24.3' [2021-01-20T10:02:26.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:02:26.522Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:02:27.997Z] Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [2021-01-20T10:02:28.240Z] Merge succeeded, producing 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [2021-01-20T10:02:28.240Z] Checking out Revision 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c (PR-290) [2021-01-20T10:02:27.498Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:02:27.510Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:02:27.521Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:02:27.543Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:02:27.543Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:02:27.550Z] > 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 [2021-01-20T10:02:28.004Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:02:28.012Z] > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [2021-01-20T10:02:28.184Z] > git remote # timeout=10 [2021-01-20T10:02:28.190Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T10:02:28.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:02:28.216Z] > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [2021-01-20T10:02:28.228Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T10:02:28.241Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:02:28.247Z] > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [2021-01-20T10:02:32.028Z] 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 [2021-01-20T10:02:33.634Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:02:33.966Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:02:34.267Z] + sudo service docker restart [2021-01-20T10:02:34.267Z] + true [2021-01-20T10:02:34.267Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:02:35.794Z] provisioning config files... [2021-01-20T10:02:35.828Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config2980050425162152489tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:02:36.248Z] ---> docker-login.sh [2021-01-20T10:02:36.249Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:02:36.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:36.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:36.519Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:36.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:36.519Z] [2021-01-20T10:02:36.519Z] Login Succeeded [2021-01-20T10:02:36.519Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:02:36.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:36.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:36.785Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:36.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:36.785Z] [2021-01-20T10:02:36.785Z] Login Succeeded [2021-01-20T10:02:36.785Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:02:37.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:37.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:37.047Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:37.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:37.047Z] [2021-01-20T10:02:37.047Z] Login Succeeded [2021-01-20T10:02:37.047Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:02:37.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:37.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:37.311Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:37.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:37.311Z] [2021-01-20T10:02:37.311Z] Login Succeeded [2021-01-20T10:02:37.311Z] docker.io [2021-01-20T10:02:37.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:02:37.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:02:37.573Z] Configure a credential helper to remove this warning. See [2021-01-20T10:02:37.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:02:37.573Z] [2021-01-20T10:02:37.573Z] Login Succeeded [2021-01-20T10:02:37.573Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:02:37.583Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T10:02:37.915Z] ========================================================= [2021-01-20T10:02:37.915Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T10:02:37.915Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:02:38.271Z] + 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 . [2021-01-20T10:02:38.538Z] Sending build context to Docker daemon 16.59MB [2021-01-20T10:02:38.538Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:02:38.538Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:02:38.538Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T10:02:38.538Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T10:02:38.538Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T10:02:38.538Z] de9db76c5a1d: Pulling fs layer [2021-01-20T10:02:38.538Z] bca2f99d35d6: Pulling fs layer [2021-01-20T10:02:38.538Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T10:02:38.538Z] 7c6f9722023f: Pulling fs layer [2021-01-20T10:02:38.538Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T10:02:38.538Z] 93359f2a8cfa: Waiting [2021-01-20T10:02:38.538Z] 7c6f9722023f: Waiting [2021-01-20T10:02:38.538Z] a35cf1a2eb13: Waiting [2021-01-20T10:02:38.538Z] bca2f99d35d6: Waiting [2021-01-20T10:02:38.538Z] de9db76c5a1d: Verifying Checksum [2021-01-20T10:02:38.538Z] de9db76c5a1d: Download complete [2021-01-20T10:02:38.538Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T10:02:38.538Z] 0ef7d3d256c8: Download complete [2021-01-20T10:02:38.538Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T10:02:38.538Z] 93359f2a8cfa: Download complete [2021-01-20T10:02:38.538Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T10:02:38.538Z] 188c0c94c7c5: Download complete [2021-01-20T10:02:38.538Z] 7c6f9722023f: Verifying Checksum [2021-01-20T10:02:38.538Z] 7c6f9722023f: Download complete [2021-01-20T10:02:38.803Z] 188c0c94c7c5: Pull complete [2021-01-20T10:02:39.066Z] 0ef7d3d256c8: Pull complete [2021-01-20T10:02:39.329Z] de9db76c5a1d: Pull complete [2021-01-20T10:02:41.887Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T10:02:41.887Z] a35cf1a2eb13: Download complete [2021-01-20T10:02:42.833Z] bca2f99d35d6: Verifying Checksum [2021-01-20T10:02:42.833Z] bca2f99d35d6: Download complete [2021-01-20T10:02:48.206Z] bca2f99d35d6: Pull complete [2021-01-20T10:02:48.206Z] 93359f2a8cfa: Pull complete [2021-01-20T10:02:48.206Z] 7c6f9722023f: Pull complete [2021-01-20T10:02:53.540Z] a35cf1a2eb13: Pull complete [2021-01-20T10:02:53.540Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T10:02:53.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T10:02:53.540Z] ---> a62c8e92a672 [2021-01-20T10:02:53.540Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:02:53.540Z] ---> Running in 84033560fd0c [2021-01-20T10:02:53.540Z] Removing intermediate container 84033560fd0c [2021-01-20T10:02:53.540Z] ---> 3b318f8b3009 [2021-01-20T10:02:53.540Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:02:53.540Z] ---> Running in 754d42c92302 [2021-01-20T10:02:54.492Z] Removing intermediate container 754d42c92302 [2021-01-20T10:02:54.492Z] ---> 87ddb602b609 [2021-01-20T10:02:54.492Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:02:54.492Z] ---> Running in d0b89ed78bd9 [2021-01-20T10:02:55.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T10:02:56.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T10:02:56.600Z] OK: 166 MiB in 39 packages [2021-01-20T10:02:57.179Z] Removing intermediate container d0b89ed78bd9 [2021-01-20T10:02:57.179Z] ---> 8c930ac64607 [2021-01-20T10:02:57.179Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:02:57.442Z] ---> Running in 113f7949d58e [2021-01-20T10:02:57.442Z] Removing intermediate container 113f7949d58e [2021-01-20T10:02:57.442Z] ---> 3fb148924be5 [2021-01-20T10:02:57.442Z] Step 7/8 : COPY . . [2021-01-20T10:02:59.380Z] ---> b9ccf5210300 [2021-01-20T10:02:59.380Z] Step 8/8 : RUN go mod download [2021-01-20T10:02:59.645Z] ---> Running in 6ce3228f1334 [2021-01-20T10:03:21.683Z] Removing intermediate container 6ce3228f1334 [2021-01-20T10:03:21.683Z] ---> f77947fccccc [2021-01-20T10:03:21.683Z] Successfully built f77947fccccc [2021-01-20T10:03:21.683Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:03:22.007Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:03:22.007Z] . [Pipeline] withDockerContainer [2021-01-20T10:03:22.133Z] prd-centos7-docker-4c-2g-21586 does not seem to be running inside a container [2021-01-20T10:03:22.184Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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 [2021-01-20T10:03:23.109Z] $ docker top 1d5ce537c3777ed79de971e4cab30ac753c1fdd6353a6a4a9d9a2841e0d1f313 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:03:23.728Z] + go version [2021-01-20T10:03:23.728Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T10:03:23.741Z] $ docker stop --time=1 1d5ce537c3777ed79de971e4cab30ac753c1fdd6353a6a4a9d9a2841e0d1f313 [2021-01-20T10:03:25.121Z] $ docker rm -f 1d5ce537c3777ed79de971e4cab30ac753c1fdd6353a6a4a9d9a2841e0d1f313 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:03:26.213Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T10:03:26.213Z] . [Pipeline] withDockerContainer [2021-01-20T10:03:26.322Z] prd-centos7-docker-4c-2g-21586 does not seem to be running inside a container [2021-01-20T10:03:26.371Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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 [2021-01-20T10:03:27.222Z] $ docker top 2b53d6d1c65e022eb5dc89bebc4e5886c4c811dbfc5f4405e9d1ea3666330390 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:03:27.741Z] + make test [2021-01-20T10:03:27.741Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:03:28.702Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:03:34.085Z] # github.com/edgexfoundry/edgex-ui-go/internal/handler [2021-01-20T10:03:34.085Z] internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-20T10:03:34.085Z] internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) [2021-01-20T10:03:34.085Z] internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-20T10:03:34.085Z] internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-20T10:03:34.085Z] internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-20T10:03:36.052Z] make: *** [Makefile:34: test] Error 2 [Pipeline] } [2021-01-20T10:03:36.064Z] $ docker stop --time=1 2b53d6d1c65e022eb5dc89bebc4e5886c4c811dbfc5f4405e9d1ea3666330390 [2021-01-20T10:03:38.220Z] $ docker rm -f 2b53d6d1c65e022eb5dc89bebc4e5886c4c811dbfc5f4405e9d1ea3666330390 [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] 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] } [2021-01-20T10:03:39.783Z] Failed in branch amd64 [2021-01-20T10:04:19.699Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21589 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws [2021-01-20T10:04:19.751Z] Running in /w/workspace/edgex-ui-go/4 [Pipeline] { [Pipeline] checkout [2021-01-20T10:04:24.613Z] using credential edgex-jenkins-ssh [2021-01-20T10:04:24.671Z] Cloning the remote Git repository [2021-01-20T10:04:24.735Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:04:24.837Z] > git init /w/workspace/edgex-ui-go/4 # timeout=10 [2021-01-20T10:04:24.909Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:04:24.909Z] > git --version # timeout=10 [2021-01-20T10:04:24.926Z] > git --version # 'git version 2.17.1' [2021-01-20T10:04:24.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:04:25.002Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:04:27.088Z] Merging remotes/origin/master commit 21a2d52129729239e47da1045a1c95859bb5ff91 into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [2021-01-20T10:04:26.493Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:04:26.521Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T10:04:26.561Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T10:04:26.594Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T10:04:26.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:04:26.606Z] > 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 [2021-01-20T10:04:27.108Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:04:27.126Z] > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [2021-01-20T10:04:27.477Z] Merge succeeded, producing 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [2021-01-20T10:04:27.478Z] Checking out Revision 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c (PR-290) [2021-01-20T10:04:27.390Z] > git remote # timeout=10 [2021-01-20T10:04:27.406Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T10:04:27.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T10:04:27.436Z] > git merge 21a2d52129729239e47da1045a1c95859bb5ff91 # timeout=10 [2021-01-20T10:04:27.459Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T10:04:27.486Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T10:04:27.494Z] > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [2021-01-20T10:04:32.361Z] 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 [2021-01-20T10:04:34.041Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:04:34.449Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T10:04:34.840Z] + true [2021-01-20T10:04:34.840Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T10:04:37.562Z] provisioning config files... [2021-01-20T10:04:37.615Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/4@tmp/config3164746899301186082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:04:38.063Z] ---> docker-login.sh [2021-01-20T10:04:38.063Z] nexus3.edgexfoundry.org:10001 [2021-01-20T10:04:39.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:04:39.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:04:39.323Z] Configure a credential helper to remove this warning. See [2021-01-20T10:04:39.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:04:39.323Z] [2021-01-20T10:04:39.323Z] Login Succeeded [2021-01-20T10:04:39.323Z] nexus3.edgexfoundry.org:10002 [2021-01-20T10:04:39.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:04:39.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:04:39.874Z] Configure a credential helper to remove this warning. See [2021-01-20T10:04:39.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:04:39.874Z] [2021-01-20T10:04:39.874Z] Login Succeeded [2021-01-20T10:04:39.874Z] nexus3.edgexfoundry.org:10003 [2021-01-20T10:04:40.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:04:40.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:04:40.422Z] Configure a credential helper to remove this warning. See [2021-01-20T10:04:40.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:04:40.422Z] [2021-01-20T10:04:40.422Z] Login Succeeded [2021-01-20T10:04:40.422Z] nexus3.edgexfoundry.org:10004 [2021-01-20T10:04:40.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:04:40.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:04:40.695Z] Configure a credential helper to remove this warning. See [2021-01-20T10:04:40.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:04:40.695Z] [2021-01-20T10:04:40.695Z] Login Succeeded [2021-01-20T10:04:40.969Z] docker.io [2021-01-20T10:04:41.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T10:04:41.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T10:04:41.517Z] Configure a credential helper to remove this warning. See [2021-01-20T10:04:41.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T10:04:41.517Z] [2021-01-20T10:04:41.517Z] Login Succeeded [2021-01-20T10:04:41.517Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T10:04:41.534Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T10:04:41.996Z] ========================================================= [2021-01-20T10:04:41.996Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T10:04:41.996Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:04:42.383Z] + 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 . [2021-01-20T10:04:42.990Z] Sending build context to Docker daemon 16.59MB [2021-01-20T10:04:42.990Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T10:04:42.990Z] Step 2/8 : FROM ${BASE} [2021-01-20T10:04:43.277Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T10:04:43.277Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T10:04:43.277Z] a4357932f1b6: Pulling fs layer [2021-01-20T10:04:43.277Z] 18c013af1878: Pulling fs layer [2021-01-20T10:04:43.277Z] 00ac8860ef70: Pulling fs layer [2021-01-20T10:04:43.277Z] 63d7cb157983: Pulling fs layer [2021-01-20T10:04:43.277Z] b116817d02f9: Pulling fs layer [2021-01-20T10:04:43.277Z] 745a02a5169b: Pulling fs layer [2021-01-20T10:04:43.277Z] 00ac8860ef70: Waiting [2021-01-20T10:04:43.277Z] 63d7cb157983: Waiting [2021-01-20T10:04:43.277Z] b116817d02f9: Waiting [2021-01-20T10:04:43.277Z] 745a02a5169b: Waiting [2021-01-20T10:04:43.277Z] 18c013af1878: Verifying Checksum [2021-01-20T10:04:43.277Z] 18c013af1878: Download complete [2021-01-20T10:04:43.277Z] a4357932f1b6: Verifying Checksum [2021-01-20T10:04:43.277Z] a4357932f1b6: Download complete [2021-01-20T10:04:43.277Z] 63d7cb157983: Verifying Checksum [2021-01-20T10:04:43.277Z] 63d7cb157983: Download complete [2021-01-20T10:04:43.277Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T10:04:43.277Z] b116817d02f9: Verifying Checksum [2021-01-20T10:04:43.277Z] b116817d02f9: Download complete [2021-01-20T10:04:44.271Z] 5f621e34cdf4: Pull complete [2021-01-20T10:04:44.876Z] a4357932f1b6: Pull complete [2021-01-20T10:04:45.153Z] 18c013af1878: Pull complete [2021-01-20T10:04:45.753Z] 745a02a5169b: Verifying Checksum [2021-01-20T10:04:45.753Z] 745a02a5169b: Download complete [2021-01-20T10:04:46.733Z] 00ac8860ef70: Verifying Checksum [2021-01-20T10:04:46.733Z] 00ac8860ef70: Download complete [2021-01-20T10:04:56.919Z] 00ac8860ef70: Pull complete [2021-01-20T10:04:57.191Z] 63d7cb157983: Pull complete [2021-01-20T10:04:57.461Z] b116817d02f9: Pull complete [2021-01-20T10:05:00.857Z] 745a02a5169b: Pull complete [2021-01-20T10:05:01.129Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T10:05:01.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T10:05:01.129Z] ---> b7e6874047d6 [2021-01-20T10:05:01.129Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T10:05:04.531Z] ---> Running in 7c92dc5f4fc5 [2021-01-20T10:05:04.531Z] Removing intermediate container 7c92dc5f4fc5 [2021-01-20T10:05:04.531Z] ---> 02fdad97d071 [2021-01-20T10:05:04.531Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T10:05:04.531Z] ---> Running in 1d84e8a03f8c [2021-01-20T10:05:07.162Z] Removing intermediate container 1d84e8a03f8c [2021-01-20T10:05:07.162Z] ---> c7b7c4c31a38 [2021-01-20T10:05:07.162Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T10:05:07.162Z] ---> Running in 243c1d2facaa [2021-01-20T10:05:08.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T10:05:08.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T10:05:09.704Z] OK: 142 MiB in 39 packages [2021-01-20T10:05:10.687Z] Removing intermediate container 243c1d2facaa [2021-01-20T10:05:10.687Z] ---> c5d3100edf1b [2021-01-20T10:05:10.687Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T10:05:10.959Z] ---> Running in 433a4c125f49 [2021-01-20T10:05:11.554Z] Removing intermediate container 433a4c125f49 [2021-01-20T10:05:11.554Z] ---> 0b76fa335b94 [2021-01-20T10:05:11.554Z] Step 7/8 : COPY . . [2021-01-20T10:05:13.528Z] ---> 5dc639216461 [2021-01-20T10:05:13.528Z] Step 8/8 : RUN go mod download [2021-01-20T10:05:13.528Z] ---> Running in e267b2304b9e [2021-01-20T10:05:40.330Z] Removing intermediate container e267b2304b9e [2021-01-20T10:05:40.330Z] ---> 1940cf95a6cb [2021-01-20T10:05:40.330Z] Successfully built 1940cf95a6cb [2021-01-20T10:05:40.330Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:05:40.686Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:05:40.686Z] . [Pipeline] withDockerContainer [2021-01-20T10:05:40.950Z] prd-ubuntu18.04-docker-arm64-4c-16g-21589 does not seem to be running inside a container [2021-01-20T10:05:41.034Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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 [2021-01-20T10:05:42.652Z] $ docker top 9d7e49a302b0cc362d9c767b0d7e17745829a691c2e909953eac37d8cf6390b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:05:43.707Z] + go version [2021-01-20T10:05:43.707Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T10:05:43.734Z] $ docker stop --time=1 9d7e49a302b0cc362d9c767b0d7e17745829a691c2e909953eac37d8cf6390b3 [2021-01-20T10:05:45.751Z] $ docker rm -f 9d7e49a302b0cc362d9c767b0d7e17745829a691c2e909953eac37d8cf6390b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:05:46.800Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T10:05:46.800Z] . [Pipeline] withDockerContainer [2021-01-20T10:05:47.070Z] prd-ubuntu18.04-docker-arm64-4c-16g-21589 does not seem to be running inside a container [2021-01-20T10:05:47.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/4 -v /w/workspace/edgex-ui-go/4:/w/workspace/edgex-ui-go/4:rw,z -v /w/workspace/edgex-ui-go/4@tmp:/w/workspace/edgex-ui-go/4@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 [2021-01-20T10:05:48.649Z] $ docker top 1b8e12d4a8c64c7cbf86439d1e0babf7a170eecdf16c2a03461802b62a09e635 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:05:49.690Z] + make test [2021-01-20T10:05:49.691Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T10:05:50.671Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T10:06:05.791Z] # github.com/edgexfoundry/edgex-ui-go/internal/handler [2021-01-20T10:06:05.791Z] internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-20T10:06:05.791Z] internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) [2021-01-20T10:06:05.791Z] internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-20T10:06:05.791Z] internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-20T10:06:05.791Z] internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-20T10:06:12.547Z] make: *** [Makefile:34: test] Error 2 [Pipeline] } [2021-01-20T10:06:12.575Z] $ docker stop --time=1 1b8e12d4a8c64c7cbf86439d1e0babf7a170eecdf16c2a03461802b62a09e635 [2021-01-20T10:06:14.783Z] $ docker rm -f 1b8e12d4a8c64c7cbf86439d1e0babf7a170eecdf16c2a03461802b62a09e635 [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] } [2021-01-20T10:06:16.525Z] 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 [2021-01-20T10:06:19.408Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:06:19.985Z] ---> package-listing.sh [2021-01-20T10:06:19.985Z] ++ facter osfamily [2021-01-20T10:06:19.985Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T10:06:19.985Z] + OS_FAMILY=redhat [2021-01-20T10:06:19.985Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-01-20T10:06:19.985Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T10:06:19.985Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T10:06:19.985Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T10:06:19.985Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T10:06:19.985Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' [2021-01-20T10:06:19.985Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T10:06:19.985Z] + case "${OS_FAMILY}" in [2021-01-20T10:06:19.985Z] + rpm -qa [2021-01-20T10:06:19.985Z] + sort [2021-01-20T10:06:25.312Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T10:06:25.312Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T10:06:25.312Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T10:06:25.312Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' [2021-01-20T10:06:25.312Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ [2021-01-20T10:06:25.312Z] + 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 [2021-01-20T10:06:25.327Z] 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 [2021-01-20T10:06:25.624Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:06:25.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:06:25.938Z] [2021-01-20T10:06:25.938Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T10:06:26.290Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:06:26.290Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T10:06:26.290Z] df20fa9351a1: Pulling fs layer [2021-01-20T10:06:26.290Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T10:06:26.290Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T10:06:26.290Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T10:06:26.290Z] 93b61091891f: Pulling fs layer [2021-01-20T10:06:26.290Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T10:06:26.290Z] 5e14af77c1be: Pulling fs layer [2021-01-20T10:06:26.290Z] 01666e4c0597: Pulling fs layer [2021-01-20T10:06:26.290Z] aa168da1d23b: Pulling fs layer [2021-01-20T10:06:26.290Z] 93b9cdb0e59b: Waiting [2021-01-20T10:06:26.290Z] 5e14af77c1be: Waiting [2021-01-20T10:06:26.290Z] 01666e4c0597: Waiting [2021-01-20T10:06:26.290Z] aa168da1d23b: Waiting [2021-01-20T10:06:26.290Z] 46f8f816bc3b: Waiting [2021-01-20T10:06:26.290Z] 93b61091891f: Waiting [2021-01-20T10:06:26.290Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T10:06:26.290Z] 36b3adc4ff6f: Download complete [2021-01-20T10:06:26.290Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T10:06:26.290Z] 46f8f816bc3b: Download complete [2021-01-20T10:06:26.290Z] df20fa9351a1: Verifying Checksum [2021-01-20T10:06:26.290Z] df20fa9351a1: Download complete [2021-01-20T10:06:26.553Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T10:06:26.553Z] 93b9cdb0e59b: Download complete [2021-01-20T10:06:26.553Z] 5e14af77c1be: Verifying Checksum [2021-01-20T10:06:26.553Z] 5e14af77c1be: Download complete [2021-01-20T10:06:26.553Z] 01666e4c0597: Verifying Checksum [2021-01-20T10:06:26.553Z] 01666e4c0597: Download complete [2021-01-20T10:06:26.553Z] 93b61091891f: Verifying Checksum [2021-01-20T10:06:26.553Z] 93b61091891f: Download complete [2021-01-20T10:06:26.553Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T10:06:26.553Z] 8ad3a11d3b57: Download complete [2021-01-20T10:06:26.818Z] df20fa9351a1: Pull complete [2021-01-20T10:06:27.084Z] 36b3adc4ff6f: Pull complete [2021-01-20T10:06:28.062Z] 8ad3a11d3b57: Pull complete [2021-01-20T10:06:28.333Z] 46f8f816bc3b: Pull complete [2021-01-20T10:06:28.599Z] 93b61091891f: Pull complete [2021-01-20T10:06:28.600Z] aa168da1d23b: Verifying Checksum [2021-01-20T10:06:28.600Z] aa168da1d23b: Download complete [2021-01-20T10:06:28.863Z] 93b9cdb0e59b: Pull complete [2021-01-20T10:06:28.863Z] 5e14af77c1be: Pull complete [2021-01-20T10:06:29.129Z] 01666e4c0597: Pull complete [2021-01-20T10:06:37.326Z] aa168da1d23b: Pull complete [2021-01-20T10:06:37.326Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T10:06:37.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T10:06:37.326Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T10:06:37.504Z] prd-centos7-docker-4c-2g-21583 does not seem to be running inside a container [2021-01-20T10:06:37.552Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T10:06:41.476Z] $ docker top b8668060fb951fa05ab3979e240e27fc05617ad9b6a62acd9ec3f43d13788d1b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T10:06:42.056Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T10:06:42.361Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T10:06:42.664Z] + ls /var/log/sa-host [2021-01-20T10:06:42.665Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T10:06:42.665Z] file_magic: OK [2021-01-20T10:06:42.665Z] HZ: Using current value: 100 [2021-01-20T10:06:42.665Z] file_header: OK [2021-01-20T10:06:42.665Z] 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 [2021-01-20T10:06:42.665Z] Statistics: [2021-01-20T10:06:42.665Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T10:06:42.665Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T10:06:42.665Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T10:06:42.665Z] file_magic: OK [2021-01-20T10:06:42.665Z] HZ: Using current value: 100 [2021-01-20T10:06:42.665Z] file_header: OK [2021-01-20T10:06:42.665Z] 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 [2021-01-20T10:06:42.665Z] Statistics: [2021-01-20T10:06:42.665Z] Hnuu...uuuununununu... [2021-01-20T10:06:42.665Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T10:06:42.893Z] provisioning config files... [2021-01-20T10:06:42.911Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config868460195120518218tmp [Pipeline] { [Pipeline] echo [2021-01-20T10:06:42.979Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:06:43.281Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T10:06:43.291Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T10:06:43.383Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:06:43.689Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T10:06:43.701Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:06:44.004Z] ---> sudo-logs.sh [2021-01-20T10:06:44.004Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T10:06:44.016Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:06:44.318Z] ---> job-cost.sh [2021-01-20T10:06:44.319Z] lf-activate-venv: SKIPPING [2021-01-20T10:06:44.319Z] INFO: No Stack... [2021-01-20T10:06:46.243Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T10:06:46.507Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T10:06:46.522Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T10:06:46.825Z] ---> logs-deploy.sh [2021-01-20T10:06:46.825Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-290/4 [2021-01-20T10:06:46.825Z] INFO: archiving workspace using pattern(s): [2021-01-20T10:06:48.757Z] Archives upload complete. [2021-01-20T10:06:48.757Z] INFO: archiving logs to Nexus