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 [2021-02-23T08:26:00.122Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T08:26:00.457Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T08:26:00.574Z] ========================================================= [2021-02-23T08:26:00.574Z] EdgeX Global Pipelines Version Info [2021-02-23T08:26:00.574Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:26:02.020Z] ------------------- [2021-02-23T08:26:02.020Z] stable info: [2021-02-23T08:26:02.020Z] ------------------- [2021-02-23T08:26:02.020Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T08:26:02.020Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T08:26:02.020Z] Message: update stable to v1.0.179 [2021-02-23T08:26:02.964Z] ------------------- [2021-02-23T08:26:02.964Z] experimental info: [2021-02-23T08:26:02.964Z] ------------------- [2021-02-23T08:26:02.964Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T08:26:02.964Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T08:26:02.964Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T08:26:03.278Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-23T08:26:03.360Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-23T08:26:03.442Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T08:26:03.552Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T08:26:03.639Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T08:26:03.746Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T08:26:03.840Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T08:26:03.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T08:26:04.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T08:26:04.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T08:26:04.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T08:26:04.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-23T08:26:04.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T08:26:04.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T08:26:04.592Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T08:26:04.718Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T08:26:04.804Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T08:26:04.886Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T08:26:04.975Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T08:26:05.063Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T08:26:05.146Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T08:26:05.226Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T08:26:05.306Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T08:26:05.385Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T08:26:05.485Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T08:26:05.565Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T08:26:05.646Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T08:26:05.727Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-290 [Pipeline] echo [2021-02-23T08:26:05.805Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-290 [Pipeline] echo [2021-02-23T08:26:05.892Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-290 [Pipeline] echo [2021-02-23T08:26:05.984Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98d62be43f62644b8a2bd172be77cf04a05ad0d8 [Pipeline] echo [2021-02-23T08:26:06.063Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98d62be [Pipeline] echo [2021-02-23T08:26:06.197Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T08:26:06.350Z] provisioning config files... [2021-02-23T08:26:06.378Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config2078498687931889277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:26:06.723Z] ---> docker-login.sh [2021-02-23T08:26:06.723Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:26:06.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:26:06.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:26:06.986Z] Configure a credential helper to remove this warning. See [2021-02-23T08:26:06.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:26:06.986Z] [2021-02-23T08:26:06.986Z] Login Succeeded [2021-02-23T08:26:06.986Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:26:06.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:26:07.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:26:07.247Z] Configure a credential helper to remove this warning. See [2021-02-23T08:26:07.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:26:07.247Z] [2021-02-23T08:26:07.247Z] Login Succeeded [2021-02-23T08:26:07.247Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:26:07.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:26:07.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:26:07.247Z] Configure a credential helper to remove this warning. See [2021-02-23T08:26:07.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:26:07.247Z] [2021-02-23T08:26:07.247Z] Login Succeeded [2021-02-23T08:26:07.247Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:26:07.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:26:07.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:26:07.508Z] Configure a credential helper to remove this warning. See [2021-02-23T08:26:07.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:26:07.508Z] [2021-02-23T08:26:07.508Z] Login Succeeded [2021-02-23T08:26:07.508Z] docker.io [2021-02-23T08:26:07.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:26:07.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:26:07.769Z] Configure a credential helper to remove this warning. See [2021-02-23T08:26:07.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:26:07.769Z] [2021-02-23T08:26:07.769Z] Login Succeeded [2021-02-23T08:26:07.769Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:26:07.778Z] 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-02-23T08:26:08.592Z] + git log --format=format:%s -1 98d62be43f62644b8a2bd172be77cf04a05ad0d8 [Pipeline] echo [2021-02-23T08:26:08.681Z] GIT_COMMIT: 98d62be43f62644b8a2bd172be77cf04a05ad0d8, Commit Message: Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27 [Pipeline] echo [2021-02-23T08:26:08.722Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:26:09.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:26:09.282Z] [2021-02-23T08:26:09.282Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:26:09.625Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:26:09.625Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T08:26:09.625Z] 31603596830f: Pulling fs layer [2021-02-23T08:26:09.625Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T08:26:09.625Z] 6ca5941a6612: Pulling fs layer [2021-02-23T08:26:09.625Z] ecc8261a40a4: Pulling fs layer [2021-02-23T08:26:09.625Z] ecc8261a40a4: Waiting [2021-02-23T08:26:09.625Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T08:26:09.625Z] 2a8b12db71e7: Download complete [2021-02-23T08:26:09.887Z] 31603596830f: Verifying Checksum [2021-02-23T08:26:09.887Z] 31603596830f: Download complete [2021-02-23T08:26:09.887Z] ecc8261a40a4: Verifying Checksum [2021-02-23T08:26:09.887Z] ecc8261a40a4: Download complete [2021-02-23T08:26:09.887Z] 6ca5941a6612: Verifying Checksum [2021-02-23T08:26:09.887Z] 6ca5941a6612: Download complete [2021-02-23T08:26:10.148Z] 31603596830f: Pull complete [2021-02-23T08:26:10.148Z] 2a8b12db71e7: Pull complete [2021-02-23T08:26:11.094Z] 6ca5941a6612: Pull complete [2021-02-23T08:26:11.094Z] ecc8261a40a4: Pull complete [2021-02-23T08:26:11.094Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T08:26:11.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:26:11.354Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T08:26:11.448Z] prd-centos7-docker-4c-2g-27296 does not seem to be running inside a container [2021-02-23T08:26:11.491Z] $ 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 [2021-02-23T08:26:13.413Z] $ docker top 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T08:26:13.712Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T08:26:13.712Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T08:26:13.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T08:26:13.965Z] $ docker exec 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a ssh-agent [2021-02-23T08:26:14.131Z] SSH_AUTH_SOCK=/tmp/ssh-YgmeKrXDAgkf/agent.12 [2021-02-23T08:26:14.131Z] SSH_AGENT_PID=17 [2021-02-23T08:26:14.142Z] Running ssh-add (command line suppressed) [2021-02-23T08:26:14.268Z] 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) [2021-02-23T08:26:14.317Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T08:26:14.652Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T08:26:14.674Z] $ docker exec --env ******** --env ******** 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a ssh-agent -k [2021-02-23T08:26:14.798Z] unset SSH_AUTH_SOCK; [2021-02-23T08:26:14.798Z] unset SSH_AGENT_PID; [2021-02-23T08:26:14.798Z] echo Agent pid 17 killed; [2021-02-23T08:26:14.843Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T08:26:14.989Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T08:26:14.989Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T08:26:15.147Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T08:26:15.150Z] $ docker exec 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a ssh-agent [2021-02-23T08:26:15.304Z] SSH_AUTH_SOCK=/tmp/ssh-P4ARo69oXgYx/agent.46 [2021-02-23T08:26:15.304Z] SSH_AGENT_PID=51 [2021-02-23T08:26:15.310Z] Running ssh-add (command line suppressed) [2021-02-23T08:26:15.423Z] 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) [2021-02-23T08:26:15.473Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T08:26:15.803Z] + git semver init [2021-02-23T08:26:15.803Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T08:26:15.803Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.git [2021-02-23T08:26:15.803Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-02-23T08:26:15.803Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T08:26:15.803Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T08:26:15.803Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T08:26:15.803Z] # $SEMVER_BRANCH = PR-290 [2021-02-23T08:26:15.803Z] # $SEMVER_TEMP = /tmp/semver-025490179 [2021-02-23T08:26:15.803Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-23T08:26:16.754Z] # '/tmp/semver-025490179' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver' [2021-02-23T08:26:16.754Z] # -> Force: false [2021-02-23T08:26:16.754Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver [Pipeline] } [2021-02-23T08:26:16.769Z] $ docker exec --env ******** --env ******** 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a ssh-agent -k [2021-02-23T08:26:16.893Z] unset SSH_AUTH_SOCK; [2021-02-23T08:26:16.894Z] unset SSH_AGENT_PID; [2021-02-23T08:26:16.894Z] echo Agent pid 51 killed; [2021-02-23T08:26:16.945Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T08:26:17.397Z] + git semver [Pipeline] } [2021-02-23T08:26:17.413Z] $ docker stop --time=1 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a [2021-02-23T08:26:18.809Z] $ docker rm -f 70690593477a4c20802774cd6481d96b72ff21acf75a44f34a860e066272e50a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T08:26:19.256Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T08:26:19.700Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T08:26:19.703Z] [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-02-23T08:26:35.173Z] Still waiting to schedule task [2021-02-23T08:26:35.173Z] ‘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’ [2021-02-23T08:26:35.176Z] Still waiting to schedule task [2021-02-23T08:26:35.176Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-23T08:28:07.426Z] Running on prd-centos7-docker-4c-2g-27299 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws [2021-02-23T08:28:07.477Z] Running in /w/workspace/edgex-ui-go/8 [Pipeline] { [Pipeline] checkout [2021-02-23T08:28:09.888Z] using credential edgex-jenkins-ssh [2021-02-23T08:28:09.952Z] Cloning the remote Git repository [2021-02-23T08:28:09.849Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:28:09.939Z] > git init /w/workspace/edgex-ui-go/8 # timeout=10 [2021-02-23T08:28:10.004Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:28:10.005Z] > git --version # timeout=10 [2021-02-23T08:28:10.014Z] > git --version # 'git version 2.24.3' [2021-02-23T08:28:10.014Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:28:10.041Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:28:11.366Z] Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit 98d62be43f62644b8a2bd172be77cf04a05ad0d8 [2021-02-23T08:28:11.538Z] Merge succeeded, producing 98d62be43f62644b8a2bd172be77cf04a05ad0d8 [2021-02-23T08:28:11.538Z] Checking out Revision 98d62be43f62644b8a2bd172be77cf04a05ad0d8 (PR-290) [2021-02-23T08:28:10.936Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:28:10.942Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:28:10.954Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:28:10.967Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:28:10.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:28:10.973Z] > 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-02-23T08:28:11.364Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T08:28:11.371Z] > git checkout -f 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # timeout=10 [2021-02-23T08:28:11.504Z] > git remote # timeout=10 [2021-02-23T08:28:11.511Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T08:28:11.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:28:11.521Z] > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 [2021-02-23T08:28:11.533Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T08:28:11.543Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T08:28:11.547Z] > git checkout -f 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # timeout=10 [2021-02-23T08:28:15.248Z] 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-02-23T08:28:16.428Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:28:16.766Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:28:17.066Z] + true [2021-02-23T08:28:17.067Z] + sudo service docker restart [2021-02-23T08:28:17.067Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T08:28:18.074Z] provisioning config files... [2021-02-23T08:28:18.102Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config5282435200675389925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:28:18.473Z] ---> docker-login.sh [2021-02-23T08:28:18.473Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:28:18.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:28:18.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:28:18.999Z] Configure a credential helper to remove this warning. See [2021-02-23T08:28:18.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:28:18.999Z] [2021-02-23T08:28:18.999Z] Login Succeeded [2021-02-23T08:28:18.999Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:28:18.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:28:18.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:28:18.999Z] Configure a credential helper to remove this warning. See [2021-02-23T08:28:18.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:28:18.999Z] [2021-02-23T08:28:18.999Z] Login Succeeded [2021-02-23T08:28:18.999Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:28:19.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:28:19.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:28:19.262Z] Configure a credential helper to remove this warning. See [2021-02-23T08:28:19.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:28:19.262Z] [2021-02-23T08:28:19.262Z] Login Succeeded [2021-02-23T08:28:19.262Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:28:19.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:28:19.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:28:19.524Z] Configure a credential helper to remove this warning. See [2021-02-23T08:28:19.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:28:19.524Z] [2021-02-23T08:28:19.524Z] Login Succeeded [2021-02-23T08:28:19.524Z] docker.io [2021-02-23T08:28:19.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:28:19.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:28:19.787Z] Configure a credential helper to remove this warning. See [2021-02-23T08:28:19.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:28:19.787Z] [2021-02-23T08:28:19.787Z] Login Succeeded [2021-02-23T08:28:19.787Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:28:19.796Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T08:28:20.093Z] ========================================================= [2021-02-23T08:28:20.093Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T08:28:20.093Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:20.451Z] + 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-02-23T08:28:20.721Z] Sending build context to Docker daemon 16.78MB [2021-02-23T08:28:20.721Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T08:28:20.721Z] Step 2/8 : FROM ${BASE} [2021-02-23T08:28:20.721Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T08:28:20.721Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T08:28:20.721Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T08:28:20.721Z] de9db76c5a1d: Pulling fs layer [2021-02-23T08:28:20.721Z] bca2f99d35d6: Pulling fs layer [2021-02-23T08:28:20.721Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T08:28:20.721Z] 7c6f9722023f: Pulling fs layer [2021-02-23T08:28:20.721Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T08:28:20.721Z] 93359f2a8cfa: Waiting [2021-02-23T08:28:20.721Z] 7c6f9722023f: Waiting [2021-02-23T08:28:20.721Z] a35cf1a2eb13: Waiting [2021-02-23T08:28:20.721Z] bca2f99d35d6: Waiting [2021-02-23T08:28:20.984Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T08:28:20.984Z] 0ef7d3d256c8: Download complete [2021-02-23T08:28:20.984Z] de9db76c5a1d: Verifying Checksum [2021-02-23T08:28:20.984Z] de9db76c5a1d: Download complete [2021-02-23T08:28:21.248Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T08:28:21.248Z] 93359f2a8cfa: Download complete [2021-02-23T08:28:21.248Z] 7c6f9722023f: Verifying Checksum [2021-02-23T08:28:21.248Z] 7c6f9722023f: Download complete [2021-02-23T08:28:21.248Z] 188c0c94c7c5: Download complete [2021-02-23T08:28:21.512Z] 188c0c94c7c5: Pull complete [2021-02-23T08:28:21.775Z] 0ef7d3d256c8: Pull complete [2021-02-23T08:28:21.775Z] de9db76c5a1d: Pull complete [2021-02-23T08:28:23.712Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T08:28:23.712Z] a35cf1a2eb13: Download complete [2021-02-23T08:28:23.712Z] bca2f99d35d6: Verifying Checksum [2021-02-23T08:28:23.712Z] bca2f99d35d6: Download complete [2021-02-23T08:28:29.045Z] bca2f99d35d6: Pull complete [2021-02-23T08:28:29.045Z] 93359f2a8cfa: Pull complete [2021-02-23T08:28:29.311Z] 7c6f9722023f: Pull complete [2021-02-23T08:28:34.665Z] a35cf1a2eb13: Pull complete [2021-02-23T08:28:34.665Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T08:28:34.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T08:28:34.665Z] ---> a62c8e92a672 [2021-02-23T08:28:34.665Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T08:28:34.665Z] ---> Running in 23ee598e9108 [2021-02-23T08:28:34.929Z] Removing intermediate container 23ee598e9108 [2021-02-23T08:28:34.929Z] ---> 5ea910b427b3 [2021-02-23T08:28:34.929Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T08:28:34.929Z] ---> Running in 553ae50d7e29 [2021-02-23T08:28:35.882Z] Removing intermediate container 553ae50d7e29 [2021-02-23T08:28:35.882Z] ---> 50a09746bd31 [2021-02-23T08:28:35.882Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T08:28:36.148Z] ---> Running in bdc1afde5ad1 [2021-02-23T08:28:36.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T08:28:37.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T08:28:37.936Z] OK: 166 MiB in 39 packages [2021-02-23T08:28:38.199Z] Removing intermediate container bdc1afde5ad1 [2021-02-23T08:28:38.199Z] ---> 0f8a1c63bd9b [2021-02-23T08:28:38.199Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T08:28:38.462Z] ---> Running in 05af7e9c57b0 [2021-02-23T08:28:38.462Z] Removing intermediate container 05af7e9c57b0 [2021-02-23T08:28:38.462Z] ---> 4457102e38f1 [2021-02-23T08:28:38.462Z] Step 7/8 : COPY . . [2021-02-23T08:28:41.042Z] ---> 39b062a0088a [2021-02-23T08:28:41.042Z] Step 8/8 : RUN go mod download [2021-02-23T08:28:41.042Z] ---> Running in ef6544a04ffd [2021-02-23T08:29:03.066Z] Removing intermediate container ef6544a04ffd [2021-02-23T08:29:03.066Z] ---> 73cb6496dd21 [2021-02-23T08:29:03.066Z] Successfully built 73cb6496dd21 [2021-02-23T08:29:03.066Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:03.384Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T08:29:03.384Z] . [Pipeline] withDockerContainer [2021-02-23T08:29:03.662Z] prd-centos7-docker-4c-2g-27299 does not seem to be running inside a container [2021-02-23T08:29:03.755Z] $ 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 [2021-02-23T08:29:04.639Z] $ docker top f3a0e1716fcb81ed2832f7c85f025a789b828de2cacf0567a72d3fbe891b11bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:29:05.197Z] + go version [2021-02-23T08:29:05.197Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T08:29:05.220Z] $ docker stop --time=1 f3a0e1716fcb81ed2832f7c85f025a789b828de2cacf0567a72d3fbe891b11bc [2021-02-23T08:29:06.574Z] $ docker rm -f f3a0e1716fcb81ed2832f7c85f025a789b828de2cacf0567a72d3fbe891b11bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:07.519Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T08:29:07.519Z] . [Pipeline] withDockerContainer [2021-02-23T08:29:07.625Z] prd-centos7-docker-4c-2g-27299 does not seem to be running inside a container [2021-02-23T08:29:07.682Z] $ 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 [2021-02-23T08:29:08.542Z] $ docker top 4b69ff4a300824545622f88aed84937def960bd50ee8ac705cad05604aa79408 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:29:09.043Z] + make test [2021-02-23T08:29:09.043Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T08:29:10.005Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T08:29:15.398Z] # github.com/edgexfoundry/edgex-ui-go/internal/handler [2021-02-23T08:29:15.398Z] internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-02-23T08:29:15.398Z] internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) [2021-02-23T08:29:15.398Z] internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-02-23T08:29:15.398Z] internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-02-23T08:29:15.398Z] internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-02-23T08:29:17.366Z] make: *** [Makefile:34: test] Error 2 [Pipeline] } [2021-02-23T08:29:17.387Z] $ docker stop --time=1 4b69ff4a300824545622f88aed84937def960bd50ee8ac705cad05604aa79408 [2021-02-23T08:29:18.255Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27300 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-02-23T08:29:19.429Z] $ docker rm -f 4b69ff4a300824545622f88aed84937def960bd50ee8ac705cad05604aa79408 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-02-23T08:29:19.720Z] 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] } [2021-02-23T08:29:20.985Z] Failed in branch amd64 [2021-02-23T08:29:25.023Z] using credential edgex-jenkins-ssh [2021-02-23T08:29:25.086Z] Cloning the remote Git repository [2021-02-23T08:29:25.155Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:29:25.277Z] > git init /w/workspace/edgex-ui-go/8 # timeout=10 [2021-02-23T08:29:25.358Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:29:25.358Z] > git --version # timeout=10 [2021-02-23T08:29:25.385Z] > git --version # 'git version 2.17.1' [2021-02-23T08:29:25.386Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:29:25.443Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:29:27.347Z] Merging remotes/origin/master commit d55611448001badf3f86a355cc3eabf57582dc86 into PR head commit 98d62be43f62644b8a2bd172be77cf04a05ad0d8 [2021-02-23T08:29:26.814Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:29:26.832Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:29:26.868Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:29:26.906Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:29:26.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:29:26.917Z] > 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-02-23T08:29:27.368Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T08:29:27.389Z] > git checkout -f 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # timeout=10 [2021-02-23T08:29:27.793Z] Merge succeeded, producing 98d62be43f62644b8a2bd172be77cf04a05ad0d8 [2021-02-23T08:29:27.794Z] Checking out Revision 98d62be43f62644b8a2bd172be77cf04a05ad0d8 (PR-290) [2021-02-23T08:29:27.660Z] > git remote # timeout=10 [2021-02-23T08:29:27.676Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T08:29:27.691Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:29:27.701Z] > git merge d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 [2021-02-23T08:29:27.768Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T08:29:27.803Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T08:29:27.848Z] > git checkout -f 98d62be43f62644b8a2bd172be77cf04a05ad0d8 # timeout=10 [2021-02-23T08:29:32.396Z] 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-02-23T08:29:33.912Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:29:34.343Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:29:34.687Z] + sudo service docker restart [2021-02-23T08:29:34.687Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T08:29:37.449Z] provisioning config files... [2021-02-23T08:29:37.496Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/8@tmp/config8729947203771779886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:29:37.908Z] ---> docker-login.sh [2021-02-23T08:29:37.908Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:29:38.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:29:39.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:29:39.198Z] Configure a credential helper to remove this warning. See [2021-02-23T08:29:39.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:29:39.198Z] [2021-02-23T08:29:39.198Z] Login Succeeded [2021-02-23T08:29:39.198Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:29:39.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:29:39.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:29:39.748Z] Configure a credential helper to remove this warning. See [2021-02-23T08:29:39.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:29:39.748Z] [2021-02-23T08:29:39.748Z] Login Succeeded [2021-02-23T08:29:39.748Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:29:40.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:29:40.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:29:40.305Z] Configure a credential helper to remove this warning. See [2021-02-23T08:29:40.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:29:40.305Z] [2021-02-23T08:29:40.305Z] Login Succeeded [2021-02-23T08:29:40.305Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:29:40.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:29:40.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:29:40.578Z] Configure a credential helper to remove this warning. See [2021-02-23T08:29:40.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:29:40.579Z] [2021-02-23T08:29:40.854Z] Login Succeeded [2021-02-23T08:29:40.854Z] docker.io [2021-02-23T08:29:41.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:29:41.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:29:41.401Z] Configure a credential helper to remove this warning. See [2021-02-23T08:29:41.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:29:41.401Z] [2021-02-23T08:29:41.401Z] Login Succeeded [2021-02-23T08:29:41.401Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:29:41.418Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T08:29:41.930Z] ========================================================= [2021-02-23T08:29:41.930Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T08:29:41.930Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:42.310Z] + 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-02-23T08:29:42.915Z] Sending build context to Docker daemon 16.77MB [2021-02-23T08:29:43.190Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T08:29:43.190Z] Step 2/8 : FROM ${BASE} [2021-02-23T08:29:43.190Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T08:29:43.190Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T08:29:43.190Z] a4357932f1b6: Pulling fs layer [2021-02-23T08:29:43.190Z] 18c013af1878: Pulling fs layer [2021-02-23T08:29:43.190Z] 00ac8860ef70: Pulling fs layer [2021-02-23T08:29:43.190Z] 63d7cb157983: Pulling fs layer [2021-02-23T08:29:43.190Z] b116817d02f9: Pulling fs layer [2021-02-23T08:29:43.190Z] 745a02a5169b: Pulling fs layer [2021-02-23T08:29:43.190Z] 63d7cb157983: Waiting [2021-02-23T08:29:43.190Z] 00ac8860ef70: Waiting [2021-02-23T08:29:43.190Z] b116817d02f9: Waiting [2021-02-23T08:29:43.190Z] 745a02a5169b: Waiting [2021-02-23T08:29:43.190Z] 18c013af1878: Verifying Checksum [2021-02-23T08:29:43.190Z] 18c013af1878: Download complete [2021-02-23T08:29:43.190Z] a4357932f1b6: Verifying Checksum [2021-02-23T08:29:43.190Z] a4357932f1b6: Download complete [2021-02-23T08:29:43.190Z] 63d7cb157983: Verifying Checksum [2021-02-23T08:29:43.190Z] 63d7cb157983: Download complete [2021-02-23T08:29:43.190Z] b116817d02f9: Verifying Checksum [2021-02-23T08:29:43.190Z] b116817d02f9: Download complete [2021-02-23T08:29:43.190Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T08:29:43.190Z] 5f621e34cdf4: Download complete [2021-02-23T08:29:44.201Z] 5f621e34cdf4: Pull complete [2021-02-23T08:29:44.487Z] a4357932f1b6: Pull complete [2021-02-23T08:29:45.089Z] 18c013af1878: Pull complete [2021-02-23T08:29:45.366Z] 745a02a5169b: Verifying Checksum [2021-02-23T08:29:45.366Z] 745a02a5169b: Download complete [2021-02-23T08:29:46.829Z] 00ac8860ef70: Verifying Checksum [2021-02-23T08:29:46.829Z] 00ac8860ef70: Download complete [2021-02-23T08:29:56.996Z] 00ac8860ef70: Pull complete [2021-02-23T08:29:56.996Z] 63d7cb157983: Pull complete [2021-02-23T08:29:56.996Z] b116817d02f9: Pull complete [2021-02-23T08:30:01.347Z] 745a02a5169b: Pull complete [2021-02-23T08:30:01.347Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T08:30:01.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T08:30:01.347Z] ---> b7e6874047d6 [2021-02-23T08:30:01.347Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T08:30:04.021Z] ---> Running in 17701a9d0eee [2021-02-23T08:30:04.619Z] Removing intermediate container 17701a9d0eee [2021-02-23T08:30:04.620Z] ---> ce041ea7235e [2021-02-23T08:30:04.620Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T08:30:04.620Z] ---> Running in 8fff575595b5 [2021-02-23T08:30:07.259Z] Removing intermediate container 8fff575595b5 [2021-02-23T08:30:07.259Z] ---> 09a3362dc007 [2021-02-23T08:30:07.259Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T08:30:07.259Z] ---> Running in 817a640dad28 [2021-02-23T08:30:08.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T08:30:08.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T08:30:09.819Z] OK: 142 MiB in 39 packages [2021-02-23T08:30:10.812Z] Removing intermediate container 817a640dad28 [2021-02-23T08:30:10.812Z] ---> 41fa3c874fd5 [2021-02-23T08:30:10.812Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T08:30:11.090Z] ---> Running in e2005e926897 [2021-02-23T08:30:11.697Z] Removing intermediate container e2005e926897 [2021-02-23T08:30:11.697Z] ---> fa446c5d1710 [2021-02-23T08:30:11.697Z] Step 7/8 : COPY . . [2021-02-23T08:30:13.684Z] ---> 4c3bf0b0bbc3 [2021-02-23T08:30:13.684Z] Step 8/8 : RUN go mod download [2021-02-23T08:30:13.957Z] ---> Running in cd8e377c2152 [2021-02-23T08:30:40.790Z] Removing intermediate container cd8e377c2152 [2021-02-23T08:30:40.790Z] ---> 17b0d21b998f [2021-02-23T08:30:40.790Z] Successfully built 17b0d21b998f [2021-02-23T08:30:40.790Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:30:41.135Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T08:30:41.135Z] . [Pipeline] withDockerContainer [2021-02-23T08:30:41.388Z] prd-ubuntu18.04-docker-arm64-4c-16g-27300 does not seem to be running inside a container [2021-02-23T08:30:41.470Z] $ 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 [2021-02-23T08:30:43.090Z] $ docker top 3ef67306579c0a6d67f67f0db774dc7798fdd343767350efa151263101fab540 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:30:44.137Z] + go version [2021-02-23T08:30:44.137Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T08:30:44.166Z] $ docker stop --time=1 3ef67306579c0a6d67f67f0db774dc7798fdd343767350efa151263101fab540 [2021-02-23T08:30:46.167Z] $ docker rm -f 3ef67306579c0a6d67f67f0db774dc7798fdd343767350efa151263101fab540 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:30:47.263Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T08:30:47.263Z] . [Pipeline] withDockerContainer [2021-02-23T08:30:47.534Z] prd-ubuntu18.04-docker-arm64-4c-16g-27300 does not seem to be running inside a container [2021-02-23T08:30:47.623Z] $ 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 [2021-02-23T08:30:49.246Z] $ docker top c53c20365d3f76f977e9ed016090af100d64e45570243201bcbf1c20930363b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:30:50.295Z] + make test [2021-02-23T08:30:50.296Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T08:30:51.773Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T08:31:06.918Z] # github.com/edgexfoundry/edgex-ui-go/internal/handler [2021-02-23T08:31:06.918Z] internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-02-23T08:31:06.918Z] internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) [2021-02-23T08:31:06.918Z] internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-02-23T08:31:06.918Z] internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-02-23T08:31:06.918Z] internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-02-23T08:31:13.713Z] make: *** [Makefile:34: test] Error 2 [Pipeline] } [2021-02-23T08:31:13.739Z] $ docker stop --time=1 c53c20365d3f76f977e9ed016090af100d64e45570243201bcbf1c20930363b1 [2021-02-23T08:31:15.814Z] $ 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] } [2021-02-23T08:31:17.257Z] 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-02-23T08:31:20.224Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:31:20.547Z] ---> package-listing.sh [2021-02-23T08:31:20.547Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T08:31:20.547Z] ++ facter osfamily [2021-02-23T08:31:20.547Z] + OS_FAMILY=redhat [2021-02-23T08:31:20.547Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-02-23T08:31:20.547Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T08:31:20.547Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T08:31:20.547Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T08:31:20.547Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T08:31:20.547Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' [2021-02-23T08:31:20.547Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T08:31:20.547Z] + case "${OS_FAMILY}" in [2021-02-23T08:31:20.547Z] + rpm -qa [2021-02-23T08:31:20.547Z] + sort [2021-02-23T08:31:24.774Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T08:31:24.774Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T08:31:24.774Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T08:31:24.774Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' [2021-02-23T08:31:24.774Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ [2021-02-23T08:31:24.774Z] + 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-02-23T08:31:24.787Z] 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-02-23T08:31:25.077Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:31:25.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T08:31:25.389Z] [2021-02-23T08:31:25.389Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:31:25.776Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T08:31:25.776Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T08:31:25.776Z] df20fa9351a1: Pulling fs layer [2021-02-23T08:31:25.776Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T08:31:25.776Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T08:31:25.776Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T08:31:25.776Z] 93b61091891f: Pulling fs layer [2021-02-23T08:31:25.776Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T08:31:25.776Z] 5e14af77c1be: Pulling fs layer [2021-02-23T08:31:25.776Z] 01666e4c0597: Pulling fs layer [2021-02-23T08:31:25.776Z] aa168da1d23b: Pulling fs layer [2021-02-23T08:31:25.776Z] 46f8f816bc3b: Waiting [2021-02-23T08:31:25.776Z] 93b61091891f: Waiting [2021-02-23T08:31:25.776Z] 93b9cdb0e59b: Waiting [2021-02-23T08:31:25.776Z] 5e14af77c1be: Waiting [2021-02-23T08:31:25.776Z] 01666e4c0597: Waiting [2021-02-23T08:31:25.776Z] aa168da1d23b: Waiting [2021-02-23T08:31:25.776Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T08:31:25.776Z] 36b3adc4ff6f: Download complete [2021-02-23T08:31:25.776Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T08:31:25.776Z] 46f8f816bc3b: Download complete [2021-02-23T08:31:25.776Z] df20fa9351a1: Verifying Checksum [2021-02-23T08:31:25.776Z] df20fa9351a1: Download complete [2021-02-23T08:31:25.776Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T08:31:25.776Z] 93b9cdb0e59b: Download complete [2021-02-23T08:31:25.776Z] 5e14af77c1be: Verifying Checksum [2021-02-23T08:31:25.776Z] 5e14af77c1be: Download complete [2021-02-23T08:31:26.040Z] 93b61091891f: Download complete [2021-02-23T08:31:26.040Z] 01666e4c0597: Verifying Checksum [2021-02-23T08:31:26.040Z] 01666e4c0597: Download complete [2021-02-23T08:31:26.040Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T08:31:26.040Z] 8ad3a11d3b57: Download complete [2021-02-23T08:31:26.040Z] df20fa9351a1: Pull complete [2021-02-23T08:31:26.306Z] 36b3adc4ff6f: Pull complete [2021-02-23T08:31:27.261Z] 8ad3a11d3b57: Pull complete [2021-02-23T08:31:27.261Z] 46f8f816bc3b: Pull complete [2021-02-23T08:31:27.834Z] 93b61091891f: Pull complete [2021-02-23T08:31:27.834Z] 93b9cdb0e59b: Pull complete [2021-02-23T08:31:27.834Z] 5e14af77c1be: Pull complete [2021-02-23T08:31:27.834Z] aa168da1d23b: Verifying Checksum [2021-02-23T08:31:27.834Z] aa168da1d23b: Download complete [2021-02-23T08:31:28.100Z] 01666e4c0597: Pull complete [2021-02-23T08:31:34.707Z] aa168da1d23b: Pull complete [2021-02-23T08:31:34.707Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T08:31:34.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T08:31:34.707Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T08:31:34.865Z] prd-centos7-docker-4c-2g-27296 does not seem to be running inside a container [2021-02-23T08:31:34.911Z] $ 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 [2021-02-23T08:31:38.582Z] $ docker top b273ca7d3339bfd4eec37659219894feac906da37da147f9f6230eb3d6cc7b85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:31:39.110Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T08:31:39.404Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T08:31:39.698Z] + ls /var/log/sa-host [2021-02-23T08:31:39.698Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T08:31:39.698Z] file_magic: OK [2021-02-23T08:31:39.698Z] HZ: Using current value: 100 [2021-02-23T08:31:39.698Z] file_header: OK [2021-02-23T08:31:39.698Z] 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-02-23T08:31:39.698Z] Statistics: [2021-02-23T08:31:39.698Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T08:31:39.698Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T08:31:40.346Z] provisioning config files... [2021-02-23T08:31:40.360Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config1955096426236228194tmp [Pipeline] { [Pipeline] echo [2021-02-23T08:31:40.458Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:31:40.755Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T08:31:40.765Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T08:31:40.868Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:31:41.161Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T08:31:41.171Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:31:41.466Z] ---> sudo-logs.sh [2021-02-23T08:31:41.466Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T08:31:41.523Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:31:41.816Z] ---> job-cost.sh [2021-02-23T08:31:41.816Z] lf-activate-venv: SKIPPING [2021-02-23T08:31:41.816Z] INFO: No Stack... [2021-02-23T08:31:42.761Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T08:31:43.333Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T08:31:43.346Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:31:43.638Z] ---> logs-deploy.sh [2021-02-23T08:31:43.638Z] lf-activate-venv: SKIPPING [2021-02-23T08:31:43.638Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-290/8 [2021-02-23T08:31:43.638Z] INFO: archiving workspace using pattern(s): [2021-02-23T08:31:45.557Z] Archives upload complete. [2021-02-23T08:31:45.557Z] INFO: archiving logs to Nexus