Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c+e5cb8e831f0d9734d8f8d47071e82da6adc916ee (d4020660d79338753dca8d17dce6e311d0619d4b) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-22156 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 e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c Merge succeeded, producing a7f36e002fc57f0bc0ed800244064b0b25e5247f Checking out Revision a7f36e002fc57f0bc0ed800244064b0b25e5247f (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 e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7f36e002fc57f0bc0ed800244064b0b25e5247f # timeout=10 Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 089ce2bbb671520760849e102b6131d63b675a46 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T02:07:28.380Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T02:07:28.652Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T02:07:28.744Z] ========================================================= [2021-01-22T02:07:28.744Z] EdgeX Global Pipelines Version Info [2021-01-22T02:07:28.744Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:07:30.667Z] ------------------- [2021-01-22T02:07:30.667Z] stable info: [2021-01-22T02:07:30.667Z] ------------------- [2021-01-22T02:07:30.667Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T02:07:30.667Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T02:07:30.667Z] Message: update stable to v1.0.179 [2021-01-22T02:07:31.620Z] ------------------- [2021-01-22T02:07:31.620Z] experimental info: [2021-01-22T02:07:31.620Z] ------------------- [2021-01-22T02:07:31.620Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T02:07:31.620Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T02:07:31.620Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T02:07:31.870Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-22T02:07:32.002Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-22T02:07:32.098Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T02:07:32.184Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T02:07:32.282Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T02:07:32.368Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T02:07:32.479Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T02:07:32.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T02:07:32.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-22T02:07:32.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T02:07:32.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T02:07:32.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-22T02:07:33.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T02:07:33.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T02:07:33.279Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T02:07:33.392Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T02:07:33.488Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:07:33.570Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T02:07:33.652Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T02:07:33.787Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-22T02:07:33.870Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-22T02:07:33.991Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-22T02:07:34.092Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-22T02:07:34.190Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-22T02:07:34.286Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-22T02:07:34.376Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T02:07:34.456Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T02:07:34.543Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-290 [Pipeline] echo [2021-01-22T02:07:34.628Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-290 [Pipeline] echo [2021-01-22T02:07:34.713Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-290 [Pipeline] echo [2021-01-22T02:07:34.855Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a7f36e002fc57f0bc0ed800244064b0b25e5247f [Pipeline] echo [2021-01-22T02:07:34.938Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a7f36e0 [Pipeline] echo [2021-01-22T02:07:35.023Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:07:35.206Z] provisioning config files... [2021-01-22T02:07:35.235Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config4637274525886165693tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:07:35.599Z] ---> docker-login.sh [2021-01-22T02:07:35.599Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:07:35.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:07:36.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:07:36.124Z] Configure a credential helper to remove this warning. See [2021-01-22T02:07:36.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:07:36.124Z] [2021-01-22T02:07:36.124Z] Login Succeeded [2021-01-22T02:07:36.124Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:07:36.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:07:36.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:07:36.124Z] Configure a credential helper to remove this warning. See [2021-01-22T02:07:36.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:07:36.124Z] [2021-01-22T02:07:36.124Z] Login Succeeded [2021-01-22T02:07:36.124Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:07:36.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:07:36.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:07:36.386Z] Configure a credential helper to remove this warning. See [2021-01-22T02:07:36.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:07:36.386Z] [2021-01-22T02:07:36.386Z] Login Succeeded [2021-01-22T02:07:36.386Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:07:36.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:07:36.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:07:36.650Z] Configure a credential helper to remove this warning. See [2021-01-22T02:07:36.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:07:36.650Z] [2021-01-22T02:07:36.650Z] Login Succeeded [2021-01-22T02:07:36.650Z] docker.io [2021-01-22T02:07:36.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:07:36.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:07:36.912Z] Configure a credential helper to remove this warning. See [2021-01-22T02:07:36.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:07:36.912Z] [2021-01-22T02:07:36.912Z] Login Succeeded [2021-01-22T02:07:36.912Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:07:36.921Z] 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-22T02:07:37.729Z] + git log --format=format:%s -1 a7f36e002fc57f0bc0ed800244064b0b25e5247f [Pipeline] echo [2021-01-22T02:07:37.805Z] GIT_COMMIT: a7f36e002fc57f0bc0ed800244064b0b25e5247f, Commit Message: Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD [Pipeline] echo [2021-01-22T02:07:37.847Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:07:38.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:07:38.427Z] [2021-01-22T02:07:38.427Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:07:38.784Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:07:38.784Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T02:07:38.784Z] 31603596830f: Pulling fs layer [2021-01-22T02:07:38.784Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T02:07:38.784Z] 6ca5941a6612: Pulling fs layer [2021-01-22T02:07:38.784Z] ecc8261a40a4: Pulling fs layer [2021-01-22T02:07:38.784Z] ecc8261a40a4: Waiting [2021-01-22T02:07:38.784Z] 31603596830f: Verifying Checksum [2021-01-22T02:07:38.784Z] 31603596830f: Download complete [2021-01-22T02:07:39.053Z] ecc8261a40a4: Verifying Checksum [2021-01-22T02:07:39.053Z] ecc8261a40a4: Download complete [2021-01-22T02:07:39.053Z] 6ca5941a6612: Verifying Checksum [2021-01-22T02:07:39.053Z] 6ca5941a6612: Download complete [2021-01-22T02:07:39.316Z] 31603596830f: Pull complete [2021-01-22T02:07:39.580Z] 2a8b12db71e7: Pull complete [2021-01-22T02:07:40.177Z] 6ca5941a6612: Pull complete [2021-01-22T02:07:40.442Z] ecc8261a40a4: Pull complete [2021-01-22T02:07:40.711Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T02:07:40.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T02:07:40.711Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T02:07:40.821Z] prd-centos7-docker-4c-2g-22156 does not seem to be running inside a container [2021-01-22T02:07:40.874Z] $ 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-22T02:07:43.376Z] $ docker top eb82da8742a323b9ddf4a18fa76e5274821cd4e17592a0321c4bbdd8a0195288 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T02:07:43.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:07:43.653Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:07:43.878Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:07:43.881Z] $ docker exec eb82da8742a323b9ddf4a18fa76e5274821cd4e17592a0321c4bbdd8a0195288 ssh-agent [2021-01-22T02:07:44.069Z] SSH_AUTH_SOCK=/tmp/ssh-D4corrMBwVvl/agent.11 [2021-01-22T02:07:44.069Z] SSH_AGENT_PID=16 [2021-01-22T02:07:44.082Z] Running ssh-add (command line suppressed) [2021-01-22T02:07:44.205Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_7462318505515330805.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_7462318505515330805.key) [2021-01-22T02:07:44.257Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:07:44.604Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T02:07:44.627Z] $ docker exec --env ******** --env ******** eb82da8742a323b9ddf4a18fa76e5274821cd4e17592a0321c4bbdd8a0195288 ssh-agent -k [2021-01-22T02:07:44.743Z] unset SSH_AUTH_SOCK; [2021-01-22T02:07:44.743Z] unset SSH_AGENT_PID; [2021-01-22T02:07:44.744Z] echo Agent pid 16 killed; [2021-01-22T02:07:44.791Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T02:07:44.946Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T02:07:44.946Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T02:07:45.130Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T02:07:45.133Z] $ docker exec eb82da8742a323b9ddf4a18fa76e5274821cd4e17592a0321c4bbdd8a0195288 ssh-agent [2021-01-22T02:07:45.309Z] SSH_AUTH_SOCK=/tmp/ssh-9wtoDbjjvsVY/agent.45 [2021-01-22T02:07:45.309Z] SSH_AGENT_PID=50 [2021-01-22T02:07:45.317Z] Running ssh-add (command line suppressed) [2021-01-22T02:07:45.442Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_3606674143809323994.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_3606674143809323994.key) [2021-01-22T02:07:45.497Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T02:07:45.848Z] + git semver init [2021-01-22T02:07:45.848Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T02:07:45.848Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.git [2021-01-22T02:07:45.848Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-01-22T02:07:45.848Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T02:07:45.848Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T02:07:45.848Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T02:07:45.848Z] # $SEMVER_BRANCH = PR-290 [2021-01-22T02:07:45.848Z] # $SEMVER_TEMP = /tmp/semver-029601080 [2021-01-22T02:07:45.848Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-22T02:07:47.243Z] # '/tmp/semver-029601080' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver' [2021-01-22T02:07:47.243Z] # -> Force: false [2021-01-22T02:07:47.243Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver [Pipeline] } [2021-01-22T02:07:47.257Z] $ docker exec --env ******** --env ******** eb82da8742a323b9ddf4a18fa76e5274821cd4e17592a0321c4bbdd8a0195288 ssh-agent -k [2021-01-22T02:07:47.379Z] unset SSH_AUTH_SOCK; [2021-01-22T02:07:47.380Z] unset SSH_AGENT_PID; [2021-01-22T02:07:47.380Z] echo Agent pid 50 killed; [2021-01-22T02:07:47.435Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T02:07:47.979Z] + git semver [Pipeline] } [2021-01-22T02:07:48.065Z] $ docker stop --time=1 eb82da8742a323b9ddf4a18fa76e5274821cd4e17592a0321c4bbdd8a0195288 [2021-01-22T02:07:49.537Z] $ docker rm -f eb82da8742a323b9ddf4a18fa76e5274821cd4e17592a0321c4bbdd8a0195288 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T02:07:50.105Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T02:07:50.690Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T02:07:50.693Z] [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-22T02:08:06.214Z] Still waiting to schedule task [2021-01-22T02:08:06.214Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-22154’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22146’ is offline; ‘prd-centos7-docker-4c-2g-22157’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-22T02:08:06.216Z] Still waiting to schedule task [2021-01-22T02:08:06.216Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T02:09:07.027Z] Running on prd-centos7-docker-4c-2g-22160 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws [2021-01-22T02:09:07.084Z] Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout [2021-01-22T02:09:09.670Z] using credential edgex-jenkins-ssh [2021-01-22T02:09:09.741Z] Cloning the remote Git repository [2021-01-22T02:09:09.769Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:09:09.847Z] > git init /w/workspace/edgex-ui-go/6 # timeout=10 [2021-01-22T02:09:10.123Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:09:10.123Z] > git --version # timeout=10 [2021-01-22T02:09:10.134Z] > git --version # 'git version 2.24.3' [2021-01-22T02:09:10.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:09:10.187Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:09:12.917Z] Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [2021-01-22T02:09:12.415Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:09:12.424Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:09:12.436Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:09:12.451Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:09:12.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:09:12.455Z] > 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-22T02:09:12.940Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:09:12.955Z] > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [2021-01-22T02:09:13.297Z] Merge succeeded, producing 968607868b01dcc7d7b0352a84cf19893c463179 [2021-01-22T02:09:13.297Z] Checking out Revision 968607868b01dcc7d7b0352a84cf19893c463179 (PR-290) [2021-01-22T02:09:13.114Z] > git remote # timeout=10 [2021-01-22T02:09:13.122Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T02:09:13.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:09:13.137Z] > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-01-22T02:09:13.283Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T02:09:13.301Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:09:13.305Z] > git checkout -f 968607868b01dcc7d7b0352a84cf19893c463179 # timeout=10 [2021-01-22T02:09:17.100Z] Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" [2021-01-22T02:09:17.113Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:09:18.380Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:09:17.105Z] > git rev-list --no-walk 089ce2bbb671520760849e102b6131d63b675a46 # timeout=10 [2021-01-22T02:09:18.705Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:09:19.005Z] + sudo service docker restart [2021-01-22T02:09:19.005Z] + true [2021-01-22T02:09:19.005Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:09:20.499Z] provisioning config files... [2021-01-22T02:09:20.548Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/6@tmp/config8024754591133137696tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:09:20.933Z] ---> docker-login.sh [2021-01-22T02:09:20.933Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:09:21.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:09:21.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:09:21.462Z] Configure a credential helper to remove this warning. See [2021-01-22T02:09:21.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:09:21.462Z] [2021-01-22T02:09:21.462Z] Login Succeeded [2021-01-22T02:09:21.462Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:09:21.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:09:21.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:09:21.725Z] Configure a credential helper to remove this warning. See [2021-01-22T02:09:21.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:09:21.725Z] [2021-01-22T02:09:21.725Z] Login Succeeded [2021-01-22T02:09:21.725Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:09:21.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:09:21.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:09:21.990Z] Configure a credential helper to remove this warning. See [2021-01-22T02:09:21.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:09:21.990Z] [2021-01-22T02:09:21.990Z] Login Succeeded [2021-01-22T02:09:21.990Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:09:21.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:09:21.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:09:21.990Z] Configure a credential helper to remove this warning. See [2021-01-22T02:09:21.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:09:21.990Z] [2021-01-22T02:09:21.990Z] Login Succeeded [2021-01-22T02:09:21.990Z] docker.io [2021-01-22T02:09:22.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:09:22.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:09:22.520Z] Configure a credential helper to remove this warning. See [2021-01-22T02:09:22.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:09:22.520Z] [2021-01-22T02:09:22.520Z] Login Succeeded [2021-01-22T02:09:22.520Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:09:22.532Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T02:09:22.895Z] ========================================================= [2021-01-22T02:09:22.895Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T02:09:22.895Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:09:23.249Z] + 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-22T02:09:23.514Z] Sending build context to Docker daemon 16.7MB [2021-01-22T02:09:23.514Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:09:23.514Z] Step 2/8 : FROM ${BASE} [2021-01-22T02:09:23.779Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T02:09:23.779Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T02:09:23.779Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T02:09:23.779Z] de9db76c5a1d: Pulling fs layer [2021-01-22T02:09:23.779Z] bca2f99d35d6: Pulling fs layer [2021-01-22T02:09:23.779Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T02:09:23.779Z] 7c6f9722023f: Pulling fs layer [2021-01-22T02:09:23.779Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T02:09:23.779Z] bca2f99d35d6: Waiting [2021-01-22T02:09:23.779Z] 7c6f9722023f: Waiting [2021-01-22T02:09:23.779Z] a35cf1a2eb13: Waiting [2021-01-22T02:09:23.779Z] 93359f2a8cfa: Waiting [2021-01-22T02:09:23.779Z] de9db76c5a1d: Verifying Checksum [2021-01-22T02:09:23.779Z] de9db76c5a1d: Download complete [2021-01-22T02:09:23.779Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T02:09:23.779Z] 0ef7d3d256c8: Download complete [2021-01-22T02:09:23.779Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T02:09:23.779Z] 93359f2a8cfa: Download complete [2021-01-22T02:09:23.779Z] 7c6f9722023f: Download complete [2021-01-22T02:09:23.779Z] 188c0c94c7c5: Download complete [2021-01-22T02:09:24.051Z] 188c0c94c7c5: Pull complete [2021-01-22T02:09:24.315Z] 0ef7d3d256c8: Pull complete [2021-01-22T02:09:24.578Z] de9db76c5a1d: Pull complete [2021-01-22T02:09:27.915Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T02:09:27.915Z] a35cf1a2eb13: Download complete [2021-01-22T02:09:28.500Z] bca2f99d35d6: Verifying Checksum [2021-01-22T02:09:28.500Z] bca2f99d35d6: Download complete [2021-01-22T02:09:33.861Z] bca2f99d35d6: Pull complete [2021-01-22T02:09:33.862Z] 93359f2a8cfa: Pull complete [2021-01-22T02:09:34.129Z] 7c6f9722023f: Pull complete [2021-01-22T02:09:44.193Z] a35cf1a2eb13: Pull complete [2021-01-22T02:09:44.193Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T02:09:44.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T02:09:44.193Z] ---> a62c8e92a672 [2021-01-22T02:09:44.193Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:09:44.193Z] ---> Running in 685c30d7d779 [2021-01-22T02:09:44.193Z] Removing intermediate container 685c30d7d779 [2021-01-22T02:09:44.193Z] ---> 3da225780f54 [2021-01-22T02:09:44.193Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:09:44.193Z] ---> Running in 5435149193fa [2021-01-22T02:09:45.152Z] Removing intermediate container 5435149193fa [2021-01-22T02:09:45.152Z] ---> 26a6a50a9935 [2021-01-22T02:09:45.152Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-22T02:09:45.152Z] ---> Running in 94cab8d2d22a [2021-01-22T02:09:46.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T02:09:47.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T02:09:47.627Z] OK: 166 MiB in 39 packages [2021-01-22T02:09:48.209Z] Removing intermediate container 94cab8d2d22a [2021-01-22T02:09:48.209Z] ---> 8f021e7abe5a [2021-01-22T02:09:48.209Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-22T02:09:48.209Z] ---> Running in 172c5c867608 [2021-01-22T02:09:48.476Z] Removing intermediate container 172c5c867608 [2021-01-22T02:09:48.476Z] ---> def5b6ef83ef [2021-01-22T02:09:48.476Z] Step 7/8 : COPY . . [2021-01-22T02:09:50.418Z] ---> c4061336206e [2021-01-22T02:09:50.418Z] Step 8/8 : RUN go mod download [2021-01-22T02:09:50.418Z] ---> Running in cbd5d7ba8d05 [2021-01-22T02:10:12.584Z] Removing intermediate container cbd5d7ba8d05 [2021-01-22T02:10:12.584Z] ---> e7915b84fdb2 [2021-01-22T02:10:12.584Z] Successfully built e7915b84fdb2 [2021-01-22T02:10:12.584Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:10:12.932Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T02:10:12.932Z] . [Pipeline] withDockerContainer [2021-01-22T02:10:13.248Z] prd-centos7-docker-4c-2g-22160 does not seem to be running inside a container [2021-01-22T02:10:13.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@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-22T02:10:14.376Z] $ docker top f3b1b629256cb7b48d5065734c658434e0f38359b28e007111d560a9b06a07ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:10:14.928Z] + go version [2021-01-22T02:10:14.928Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T02:10:14.982Z] $ docker stop --time=1 f3b1b629256cb7b48d5065734c658434e0f38359b28e007111d560a9b06a07ab [2021-01-22T02:10:16.392Z] $ docker rm -f f3b1b629256cb7b48d5065734c658434e0f38359b28e007111d560a9b06a07ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:10:17.223Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T02:10:17.224Z] . [Pipeline] withDockerContainer [2021-01-22T02:10:17.329Z] prd-centos7-docker-4c-2g-22160 does not seem to be running inside a container [2021-01-22T02:10:17.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@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-22T02:10:18.042Z] $ docker top 20bd61df43afa4c46af00028ccdba8b8308308e124dddc370a393cc8d2e483b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:10:18.539Z] + make test [2021-01-22T02:10:18.539Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-22T02:10:19.960Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-22T02:10:25.372Z] # github.com/edgexfoundry/edgex-ui-go/internal/handler [2021-01-22T02:10:25.372Z] internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-22T02:10:25.372Z] internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) [2021-01-22T02:10:25.372Z] internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-22T02:10:25.372Z] internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-22T02:10:25.372Z] internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-22T02:10:27.982Z] make: *** [Makefile:34: test] Error 2 [Pipeline] } [2021-01-22T02:10:28.003Z] $ docker stop --time=1 20bd61df43afa4c46af00028ccdba8b8308308e124dddc370a393cc8d2e483b1 [2021-01-22T02:10:30.399Z] $ docker rm -f 20bd61df43afa4c46af00028ccdba8b8308308e124dddc370a393cc8d2e483b1 [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-22T02:10:31.931Z] Failed in branch amd64 [2021-01-22T02:10:50.732Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22161 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws [2021-01-22T02:10:50.790Z] Running in /w/workspace/edgex-ui-go/6 [Pipeline] { [Pipeline] checkout [2021-01-22T02:10:56.227Z] using credential edgex-jenkins-ssh [2021-01-22T02:10:56.285Z] Cloning the remote Git repository [2021-01-22T02:10:56.363Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:10:56.499Z] > git init /w/workspace/edgex-ui-go/6 # timeout=10 [2021-01-22T02:10:56.596Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:10:56.597Z] > git --version # timeout=10 [2021-01-22T02:10:56.620Z] > git --version # 'git version 2.17.1' [2021-01-22T02:10:56.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:10:56.710Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:10:58.191Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:10:58.212Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T02:10:58.244Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-22T02:10:58.293Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-22T02:10:58.294Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:10:58.311Z] > 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-22T02:10:58.776Z] Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c [2021-01-22T02:10:59.380Z] Merge succeeded, producing 852682469cfdce675920a008b7b9070701c8b34e [2021-01-22T02:10:59.381Z] Checking out Revision 852682469cfdce675920a008b7b9070701c8b34e (PR-290) [2021-01-22T02:10:58.801Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:10:58.827Z] > git checkout -f 00a36ba0b8c5bd5d8da49be8af0beed4e0baf50c # timeout=10 [2021-01-22T02:10:59.120Z] > git remote # timeout=10 [2021-01-22T02:10:59.143Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T02:10:59.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T02:10:59.178Z] > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [2021-01-22T02:10:59.361Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T02:10:59.391Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T02:10:59.422Z] > git checkout -f 852682469cfdce675920a008b7b9070701c8b34e # timeout=10 [2021-01-22T02:11:03.956Z] Commit message: "Merge commit 'e5cb8e831f0d9734d8f8d47071e82da6adc916ee' into HEAD" [2021-01-22T02:11:03.986Z] First time build. Skipping changelog. [2021-01-22T02:11:03.969Z] > git rev-list --no-walk 089ce2bbb671520760849e102b6131d63b675a46 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T02:11:05.655Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:11:06.094Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T02:11:06.434Z] + sudo service docker restart [2021-01-22T02:11:06.434Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T02:11:08.503Z] provisioning config files... [2021-01-22T02:11:08.612Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/6@tmp/config4130410606490368509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:11:09.283Z] ---> docker-login.sh [2021-01-22T02:11:09.283Z] nexus3.edgexfoundry.org:10001 [2021-01-22T02:11:10.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:11:10.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:11:10.560Z] Configure a credential helper to remove this warning. See [2021-01-22T02:11:10.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:11:10.560Z] [2021-01-22T02:11:10.560Z] Login Succeeded [2021-01-22T02:11:10.560Z] nexus3.edgexfoundry.org:10002 [2021-01-22T02:11:11.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:11:11.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:11:11.158Z] Configure a credential helper to remove this warning. See [2021-01-22T02:11:11.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:11:11.158Z] [2021-01-22T02:11:11.158Z] Login Succeeded [2021-01-22T02:11:11.158Z] nexus3.edgexfoundry.org:10003 [2021-01-22T02:11:11.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:11:11.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:11:11.756Z] Configure a credential helper to remove this warning. See [2021-01-22T02:11:11.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:11:11.756Z] [2021-01-22T02:11:11.756Z] Login Succeeded [2021-01-22T02:11:11.756Z] nexus3.edgexfoundry.org:10004 [2021-01-22T02:11:12.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:11:12.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:11:12.309Z] Configure a credential helper to remove this warning. See [2021-01-22T02:11:12.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:11:12.309Z] [2021-01-22T02:11:12.309Z] Login Succeeded [2021-01-22T02:11:12.309Z] docker.io [2021-01-22T02:11:12.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T02:11:13.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T02:11:13.176Z] Configure a credential helper to remove this warning. See [2021-01-22T02:11:13.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T02:11:13.176Z] [2021-01-22T02:11:13.176Z] Login Succeeded [2021-01-22T02:11:13.176Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T02:11:13.194Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T02:11:13.701Z] ========================================================= [2021-01-22T02:11:13.701Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T02:11:13.701Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:11:14.086Z] + 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-22T02:11:14.692Z] Sending build context to Docker daemon 16.7MB [2021-01-22T02:11:14.973Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T02:11:14.973Z] Step 2/8 : FROM ${BASE} [2021-01-22T02:11:14.973Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T02:11:14.973Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T02:11:14.973Z] a4357932f1b6: Pulling fs layer [2021-01-22T02:11:14.973Z] 18c013af1878: Pulling fs layer [2021-01-22T02:11:14.973Z] 00ac8860ef70: Pulling fs layer [2021-01-22T02:11:14.973Z] 63d7cb157983: Pulling fs layer [2021-01-22T02:11:14.973Z] b116817d02f9: Pulling fs layer [2021-01-22T02:11:14.973Z] 745a02a5169b: Pulling fs layer [2021-01-22T02:11:14.973Z] 63d7cb157983: Waiting [2021-01-22T02:11:14.973Z] b116817d02f9: Waiting [2021-01-22T02:11:14.973Z] 00ac8860ef70: Waiting [2021-01-22T02:11:14.973Z] 745a02a5169b: Waiting [2021-01-22T02:11:14.973Z] 18c013af1878: Verifying Checksum [2021-01-22T02:11:14.973Z] 18c013af1878: Download complete [2021-01-22T02:11:14.973Z] a4357932f1b6: Verifying Checksum [2021-01-22T02:11:14.973Z] a4357932f1b6: Download complete [2021-01-22T02:11:14.973Z] 63d7cb157983: Verifying Checksum [2021-01-22T02:11:14.973Z] 63d7cb157983: Download complete [2021-01-22T02:11:14.973Z] b116817d02f9: Verifying Checksum [2021-01-22T02:11:14.973Z] b116817d02f9: Download complete [2021-01-22T02:11:14.973Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T02:11:14.973Z] 5f621e34cdf4: Download complete [2021-01-22T02:11:15.572Z] 5f621e34cdf4: Pull complete [2021-01-22T02:11:16.564Z] a4357932f1b6: Pull complete [2021-01-22T02:11:16.565Z] 18c013af1878: Pull complete [2021-01-22T02:11:17.554Z] 745a02a5169b: Verifying Checksum [2021-01-22T02:11:17.554Z] 745a02a5169b: Download complete [2021-01-22T02:11:19.010Z] 00ac8860ef70: Verifying Checksum [2021-01-22T02:11:19.010Z] 00ac8860ef70: Download complete [2021-01-22T02:11:29.197Z] 00ac8860ef70: Pull complete [2021-01-22T02:11:29.473Z] 63d7cb157983: Pull complete [2021-01-22T02:11:29.748Z] b116817d02f9: Pull complete [2021-01-22T02:11:33.137Z] 745a02a5169b: Pull complete [2021-01-22T02:11:33.137Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T02:11:33.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T02:11:33.137Z] ---> b7e6874047d6 [2021-01-22T02:11:33.137Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-22T02:11:36.534Z] ---> Running in db9b5be1deea [2021-01-22T02:11:36.534Z] Removing intermediate container db9b5be1deea [2021-01-22T02:11:36.534Z] ---> cfd0f7b23d72 [2021-01-22T02:11:36.534Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T02:11:36.534Z] ---> Running in 02d0079418f7 [2021-01-22T02:11:39.164Z] Removing intermediate container 02d0079418f7 [2021-01-22T02:11:39.164Z] ---> 71bab4cd20d1 [2021-01-22T02:11:39.164Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-22T02:11:39.164Z] ---> Running in ad544971441e [2021-01-22T02:11:40.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T02:11:40.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T02:11:41.736Z] OK: 142 MiB in 39 packages [2021-01-22T02:11:42.725Z] Removing intermediate container ad544971441e [2021-01-22T02:11:42.725Z] ---> 8575be44be0b [2021-01-22T02:11:42.726Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-22T02:11:43.001Z] ---> Running in 35cb4ac6daeb [2021-01-22T02:11:43.600Z] Removing intermediate container 35cb4ac6daeb [2021-01-22T02:11:43.600Z] ---> 04122e8d8f73 [2021-01-22T02:11:43.600Z] Step 7/8 : COPY . . [2021-01-22T02:11:45.592Z] ---> ba293a366c7e [2021-01-22T02:11:45.592Z] Step 8/8 : RUN go mod download [2021-01-22T02:11:45.592Z] ---> Running in 03577183c747 [2021-01-22T02:12:12.385Z] Removing intermediate container 03577183c747 [2021-01-22T02:12:12.385Z] ---> 8ef870949238 [2021-01-22T02:12:12.385Z] Successfully built 8ef870949238 [2021-01-22T02:12:12.385Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:12:12.738Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T02:12:12.738Z] . [Pipeline] withDockerContainer [2021-01-22T02:12:13.018Z] prd-ubuntu18.04-docker-arm64-4c-16g-22161 does not seem to be running inside a container [2021-01-22T02:12:13.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@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-22T02:12:14.616Z] $ docker top c651abc45e5adc984e93c2c1d679e4d08a897c1a18b85952ab87cd48ce8d2973 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:12:15.630Z] + go version [2021-01-22T02:12:15.630Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T02:12:15.662Z] $ docker stop --time=1 c651abc45e5adc984e93c2c1d679e4d08a897c1a18b85952ab87cd48ce8d2973 [2021-01-22T02:12:17.606Z] $ docker rm -f c651abc45e5adc984e93c2c1d679e4d08a897c1a18b85952ab87cd48ce8d2973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:12:18.601Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T02:12:18.601Z] . [Pipeline] withDockerContainer [2021-01-22T02:12:18.860Z] prd-ubuntu18.04-docker-arm64-4c-16g-22161 does not seem to be running inside a container [2021-01-22T02:12:18.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/6 -v /w/workspace/edgex-ui-go/6:/w/workspace/edgex-ui-go/6:rw,z -v /w/workspace/edgex-ui-go/6@tmp:/w/workspace/edgex-ui-go/6@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-22T02:12:20.411Z] $ docker top 0f7d33786030a13ebfb5f34616038f3df2cd3b67359713bd31d4d85c2c0430bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:12:21.454Z] + make test [2021-01-22T02:12:21.454Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-22T02:12:22.895Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-22T02:12:38.009Z] # github.com/edgexfoundry/edgex-ui-go/internal/handler [2021-01-22T02:12:38.009Z] internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-22T02:12:38.009Z] internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) [2021-01-22T02:12:38.009Z] internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-22T02:12:38.009Z] internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-22T02:12:38.009Z] internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-22T02:12:43.430Z] make: *** [Makefile:34: test] Error 2 [Pipeline] } [2021-01-22T02:12:43.466Z] $ docker stop --time=1 0f7d33786030a13ebfb5f34616038f3df2cd3b67359713bd31d4d85c2c0430bb [2021-01-22T02:12:45.687Z] $ docker rm -f 0f7d33786030a13ebfb5f34616038f3df2cd3b67359713bd31d4d85c2c0430bb [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-22T02:12:47.313Z] 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-22T02:12:50.051Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:12:50.635Z] ---> package-listing.sh [2021-01-22T02:12:50.636Z] ++ facter osfamily [2021-01-22T02:12:50.636Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T02:12:50.636Z] + OS_FAMILY=redhat [2021-01-22T02:12:50.636Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-01-22T02:12:50.636Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T02:12:50.636Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T02:12:50.636Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T02:12:50.636Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T02:12:50.636Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' [2021-01-22T02:12:50.636Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T02:12:50.636Z] + case "${OS_FAMILY}" in [2021-01-22T02:12:50.636Z] + rpm -qa [2021-01-22T02:12:50.636Z] + sort [2021-01-22T02:12:55.952Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T02:12:55.952Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T02:12:55.952Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T02:12:55.952Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' [2021-01-22T02:12:55.952Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ [2021-01-22T02:12:55.952Z] + 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-22T02:12:55.970Z] 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-22T02:12:56.268Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:12:56.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:12:56.574Z] [2021-01-22T02:12:56.574Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T02:12:56.929Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:12:56.929Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T02:12:56.929Z] df20fa9351a1: Pulling fs layer [2021-01-22T02:12:56.929Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T02:12:56.929Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T02:12:56.929Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T02:12:56.929Z] 93b61091891f: Pulling fs layer [2021-01-22T02:12:56.929Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T02:12:56.929Z] 5e14af77c1be: Pulling fs layer [2021-01-22T02:12:56.929Z] 01666e4c0597: Pulling fs layer [2021-01-22T02:12:56.929Z] aa168da1d23b: Pulling fs layer [2021-01-22T02:12:56.929Z] 46f8f816bc3b: Waiting [2021-01-22T02:12:56.929Z] 93b61091891f: Waiting [2021-01-22T02:12:56.929Z] 93b9cdb0e59b: Waiting [2021-01-22T02:12:56.929Z] aa168da1d23b: Waiting [2021-01-22T02:12:56.929Z] 5e14af77c1be: Waiting [2021-01-22T02:12:56.929Z] 01666e4c0597: Waiting [2021-01-22T02:12:56.929Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T02:12:56.929Z] 36b3adc4ff6f: Download complete [2021-01-22T02:12:56.929Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T02:12:56.929Z] 46f8f816bc3b: Download complete [2021-01-22T02:12:56.929Z] df20fa9351a1: Download complete [2021-01-22T02:12:56.929Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T02:12:56.929Z] 93b9cdb0e59b: Download complete [2021-01-22T02:12:57.197Z] 5e14af77c1be: Verifying Checksum [2021-01-22T02:12:57.197Z] 5e14af77c1be: Download complete [2021-01-22T02:12:57.197Z] 93b61091891f: Verifying Checksum [2021-01-22T02:12:57.197Z] 93b61091891f: Download complete [2021-01-22T02:12:57.197Z] 01666e4c0597: Verifying Checksum [2021-01-22T02:12:57.197Z] 01666e4c0597: Download complete [2021-01-22T02:12:57.197Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T02:12:57.197Z] 8ad3a11d3b57: Download complete [2021-01-22T02:12:57.460Z] df20fa9351a1: Pull complete [2021-01-22T02:12:57.732Z] 36b3adc4ff6f: Pull complete [2021-01-22T02:12:58.313Z] 8ad3a11d3b57: Pull complete [2021-01-22T02:12:58.903Z] 46f8f816bc3b: Pull complete [2021-01-22T02:12:59.167Z] aa168da1d23b: Verifying Checksum [2021-01-22T02:12:59.167Z] aa168da1d23b: Download complete [2021-01-22T02:12:59.435Z] 93b61091891f: Pull complete [2021-01-22T02:12:59.435Z] 93b9cdb0e59b: Pull complete [2021-01-22T02:12:59.702Z] 5e14af77c1be: Pull complete [2021-01-22T02:12:59.702Z] 01666e4c0597: Pull complete [2021-01-22T02:13:07.914Z] aa168da1d23b: Pull complete [2021-01-22T02:13:07.914Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T02:13:07.914Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T02:13:07.914Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T02:13:08.170Z] prd-centos7-docker-4c-2g-22156 does not seem to be running inside a container [2021-01-22T02:13:08.231Z] $ 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-22T02:13:13.069Z] $ docker top 7c83870180c7711df7ad0e7d2a72d45d5b8be43a624558101366d033d0eebe4f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T02:13:13.577Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T02:13:13.877Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T02:13:14.182Z] + ls /var/log/sa-host [2021-01-22T02:13:14.182Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T02:13:14.182Z] file_magic: OK [2021-01-22T02:13:14.182Z] HZ: Using current value: 100 [2021-01-22T02:13:14.182Z] file_header: OK [2021-01-22T02:13:14.182Z] 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-22T02:13:14.182Z] Statistics: [2021-01-22T02:13:14.182Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T02:13:14.182Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T02:13:14.182Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T02:13:14.182Z] file_magic: OK [2021-01-22T02:13:14.182Z] HZ: Using current value: 100 [2021-01-22T02:13:14.182Z] file_header: OK [2021-01-22T02:13:14.182Z] 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-22T02:13:14.182Z] Statistics: [2021-01-22T02:13:14.182Z] Hnuu...uuuununununu... [2021-01-22T02:13:14.182Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T02:13:14.380Z] provisioning config files... [2021-01-22T02:13:14.395Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config181543208377978721tmp [Pipeline] { [Pipeline] echo [2021-01-22T02:13:14.480Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:13:14.780Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T02:13:14.790Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T02:13:14.877Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:13:15.178Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T02:13:15.189Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:13:15.491Z] ---> sudo-logs.sh [2021-01-22T02:13:15.491Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T02:13:15.503Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:13:15.802Z] ---> job-cost.sh [2021-01-22T02:13:15.802Z] lf-activate-venv: SKIPPING [2021-01-22T02:13:15.802Z] INFO: No Stack... [2021-01-22T02:13:16.378Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T02:13:16.954Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T02:13:16.968Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T02:13:17.289Z] ---> logs-deploy.sh [2021-01-22T02:13:17.289Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-290/6 [2021-01-22T02:13:17.289Z] INFO: archiving workspace using pattern(s): [2021-01-22T02:13:19.240Z] Archives upload complete. [2021-01-22T02:13:19.240Z] INFO: archiving logs to Nexus