Pull request #290 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7c280a02e85763814132ccbb37687738533a2cbe+f24d25d81141c2eca5b0f08cb81992033eaf0707 (3705c8192e34830659615b4d99346a77b759a06d) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21567 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 f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7c280a02e85763814132ccbb37687738533a2cbe > 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 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Merge succeeded, producing 7c280a02e85763814132ccbb37687738533a2cbe Checking out Revision 7c280a02e85763814132ccbb37687738533a2cbe (PR-290) > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # 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] { [Pipeline] timeout [2021-01-20T09:46:32.147Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T09:46:32.413Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T09:46:32.500Z] ========================================================= [2021-01-20T09:46:32.501Z] EdgeX Global Pipelines Version Info [2021-01-20T09:46:32.501Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3b364c830a2eecab635044858fdb6e25c593a28e # timeout=10 [2021-01-20T09:46:34.005Z] ------------------- [2021-01-20T09:46:34.005Z] stable info: [2021-01-20T09:46:34.005Z] ------------------- [2021-01-20T09:46:34.005Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T09:46:34.005Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T09:46:34.005Z] Message: update stable to v1.0.179 [2021-01-20T09:46:34.954Z] ------------------- [2021-01-20T09:46:34.954Z] experimental info: [2021-01-20T09:46:34.954Z] ------------------- [2021-01-20T09:46:34.954Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T09:46:34.954Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T09:46:34.954Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T09:46:35.191Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-20T09:46:35.294Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-20T09:46:35.376Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T09:46:35.462Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T09:46:35.542Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T09:46:35.625Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T09:46:35.714Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T09:46:35.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T09:46:35.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T09:46:35.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T09:46:36.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T09:46:36.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-20T09:46:36.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T09:46:36.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T09:46:36.382Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T09:46:36.466Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T09:46:36.541Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T09:46:36.622Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T09:46:36.706Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T09:46:36.794Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T09:46:36.907Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T09:46:36.987Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T09:46:37.065Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T09:46:37.157Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T09:46:37.237Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T09:46:37.318Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T09:46:37.399Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T09:46:37.500Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-290 [Pipeline] echo [2021-01-20T09:46:37.606Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-290 [Pipeline] echo [2021-01-20T09:46:37.704Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-290 [Pipeline] echo [2021-01-20T09:46:37.789Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7c280a02e85763814132ccbb37687738533a2cbe [Pipeline] echo [2021-01-20T09:46:37.881Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7c280a0 [Pipeline] echo [2021-01-20T09:46:37.962Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:46:38.136Z] provisioning config files... [2021-01-20T09:46:38.165Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config4609365742284364250tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:46:38.523Z] ---> docker-login.sh [2021-01-20T09:46:38.523Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:46:38.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:46:39.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:46:39.056Z] Configure a credential helper to remove this warning. See [2021-01-20T09:46:39.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:46:39.056Z] [2021-01-20T09:46:39.056Z] Login Succeeded [2021-01-20T09:46:39.056Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:46:39.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:46:39.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:46:39.327Z] Configure a credential helper to remove this warning. See [2021-01-20T09:46:39.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:46:39.327Z] [2021-01-20T09:46:39.327Z] Login Succeeded [2021-01-20T09:46:39.327Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:46:39.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:46:39.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:46:39.327Z] Configure a credential helper to remove this warning. See [2021-01-20T09:46:39.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:46:39.327Z] [2021-01-20T09:46:39.327Z] Login Succeeded [2021-01-20T09:46:39.327Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:46:39.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:46:39.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:46:39.592Z] Configure a credential helper to remove this warning. See [2021-01-20T09:46:39.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:46:39.592Z] [2021-01-20T09:46:39.592Z] Login Succeeded [2021-01-20T09:46:39.592Z] docker.io [2021-01-20T09:46:39.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:46:39.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:46:39.860Z] Configure a credential helper to remove this warning. See [2021-01-20T09:46:39.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:46:39.860Z] [2021-01-20T09:46:39.860Z] Login Succeeded [2021-01-20T09:46:39.860Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:46:39.872Z] 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-20T09:46:40.818Z] + git log --format=format:%s -1 7c280a02e85763814132ccbb37687738533a2cbe [Pipeline] echo [2021-01-20T09:46:40.898Z] GIT_COMMIT: 7c280a02e85763814132ccbb37687738533a2cbe, Commit Message: Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27 [Pipeline] echo [2021-01-20T09:46:40.940Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:46:41.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:46:41.553Z] [2021-01-20T09:46:41.553Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:46:41.904Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:46:41.904Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T09:46:41.904Z] 31603596830f: Pulling fs layer [2021-01-20T09:46:41.904Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T09:46:41.904Z] 6ca5941a6612: Pulling fs layer [2021-01-20T09:46:41.904Z] ecc8261a40a4: Pulling fs layer [2021-01-20T09:46:41.904Z] ecc8261a40a4: Waiting [2021-01-20T09:46:41.904Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T09:46:41.904Z] 2a8b12db71e7: Download complete [2021-01-20T09:46:42.169Z] 31603596830f: Verifying Checksum [2021-01-20T09:46:42.169Z] 31603596830f: Download complete [2021-01-20T09:46:42.169Z] ecc8261a40a4: Verifying Checksum [2021-01-20T09:46:42.169Z] ecc8261a40a4: Download complete [2021-01-20T09:46:42.170Z] 6ca5941a6612: Verifying Checksum [2021-01-20T09:46:42.170Z] 6ca5941a6612: Download complete [2021-01-20T09:46:42.434Z] 31603596830f: Pull complete [2021-01-20T09:46:42.699Z] 2a8b12db71e7: Pull complete [2021-01-20T09:46:43.655Z] 6ca5941a6612: Pull complete [2021-01-20T09:46:43.920Z] ecc8261a40a4: Pull complete [2021-01-20T09:46:43.920Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T09:46:43.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T09:46:43.920Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T09:46:44.050Z] prd-centos7-docker-4c-2g-21567 does not seem to be running inside a container [2021-01-20T09:46:44.109Z] $ 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-01-20T09:46:46.461Z] $ docker top 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T09:46:46.731Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:46:46.731Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:46:46.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:46:46.953Z] $ docker exec 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b ssh-agent [2021-01-20T09:46:47.127Z] SSH_AUTH_SOCK=/tmp/ssh-cD884M6gN1hJ/agent.12 [2021-01-20T09:46:47.127Z] SSH_AGENT_PID=17 [2021-01-20T09:46:47.138Z] Running ssh-add (command line suppressed) [2021-01-20T09:46:47.255Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_9116236184223299122.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_9116236184223299122.key) [2021-01-20T09:46:47.309Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:46:47.644Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T09:46:47.665Z] $ docker exec --env ******** --env ******** 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b ssh-agent -k [2021-01-20T09:46:47.776Z] unset SSH_AUTH_SOCK; [2021-01-20T09:46:47.776Z] unset SSH_AGENT_PID; [2021-01-20T09:46:47.776Z] echo Agent pid 17 killed; [2021-01-20T09:46:47.829Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T09:46:47.963Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T09:46:47.963Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T09:46:48.137Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T09:46:48.139Z] $ docker exec 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b ssh-agent [2021-01-20T09:46:48.311Z] SSH_AUTH_SOCK=/tmp/ssh-yrB760Q5mf8o/agent.46 [2021-01-20T09:46:48.311Z] SSH_AGENT_PID=51 [2021-01-20T09:46:48.318Z] Running ssh-add (command line suppressed) [2021-01-20T09:46:48.454Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_1861860514403874560.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/private_key_1861860514403874560.key) [2021-01-20T09:46:48.514Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T09:46:48.854Z] + git semver init [2021-01-20T09:46:48.854Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T09:46:48.854Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.git [2021-01-20T09:46:48.854Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-01-20T09:46:48.854Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T09:46:48.854Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T09:46:48.854Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T09:46:48.854Z] # $SEMVER_BRANCH = PR-290 [2021-01-20T09:46:48.854Z] # $SEMVER_TEMP = /tmp/semver-512928118 [2021-01-20T09:46:48.854Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-20T09:46:50.875Z] # '/tmp/semver-512928118' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver' [2021-01-20T09:46:50.875Z] # -> Force: false [2021-01-20T09:46:50.875Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-290/.semver [Pipeline] } [2021-01-20T09:46:50.897Z] $ docker exec --env ******** --env ******** 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b ssh-agent -k [2021-01-20T09:46:51.018Z] unset SSH_AUTH_SOCK; [2021-01-20T09:46:51.018Z] unset SSH_AGENT_PID; [2021-01-20T09:46:51.018Z] echo Agent pid 51 killed; [2021-01-20T09:46:51.078Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T09:46:51.539Z] + git semver [Pipeline] } [2021-01-20T09:46:51.558Z] $ docker stop --time=1 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b [2021-01-20T09:46:52.990Z] $ docker rm -f 7af92faa36f8031ad6d50d788a797a4d4f79d7d822b7e0bae21960eefec9cc2b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T09:46:53.454Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T09:46:54.064Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T09:46:54.066Z] [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-20T09:47:09.571Z] Still waiting to schedule task [2021-01-20T09:47:09.571Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21563’ is offline; ‘prd-centos7-docker-4c-2g-21568’ is offline; ‘prd-centos7-docker-4c-2g-21569’ is offline; ‘prd-centos7-docker-4c-2g-21570’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-20T09:47:09.573Z] Still waiting to schedule task [2021-01-20T09:47:09.573Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-20T09:48:37.882Z] Running on prd-centos7-docker-4c-2g-21572 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [Pipeline] { [Pipeline] ws [2021-01-20T09:48:37.944Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-01-20T09:48:45.126Z] using credential edgex-jenkins-ssh [2021-01-20T09:48:45.173Z] Cloning the remote Git repository [2021-01-20T09:48:45.205Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:48:45.284Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-01-20T09:48:45.361Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:48:45.361Z] > git --version # timeout=10 [2021-01-20T09:48:45.411Z] > git --version # 'git version 2.24.3' [2021-01-20T09:48:45.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:48:45.471Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:48:47.393Z] Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7c280a02e85763814132ccbb37687738533a2cbe [2021-01-20T09:48:47.796Z] Merge succeeded, producing 7c280a02e85763814132ccbb37687738533a2cbe [2021-01-20T09:48:47.796Z] Checking out Revision 7c280a02e85763814132ccbb37687738533a2cbe (PR-290) [2021-01-20T09:48:46.764Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:48:46.820Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:48:46.859Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:48:46.939Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:48:46.939Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:48:46.952Z] > 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-20T09:48:47.403Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:48:47.456Z] > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 [2021-01-20T09:48:47.616Z] > git remote # timeout=10 [2021-01-20T09:48:47.643Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T09:48:47.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:48:47.714Z] > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 [2021-01-20T09:48:47.770Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T09:48:47.799Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:48:47.858Z] > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 [2021-01-20T09:48:52.652Z] Commit message: "Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:48:54.410Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:48:54.786Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:48:55.125Z] + sudo service docker restart [2021-01-20T09:48:55.125Z] + true [2021-01-20T09:48:55.125Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:48:57.188Z] provisioning config files... [2021-01-20T09:48:57.223Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8892180009531281451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:48:57.647Z] ---> docker-login.sh [2021-01-20T09:48:57.647Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:48:58.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:48:58.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:48:58.243Z] Configure a credential helper to remove this warning. See [2021-01-20T09:48:58.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:48:58.243Z] [2021-01-20T09:48:58.243Z] Login Succeeded [2021-01-20T09:48:58.243Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:48:58.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:48:58.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:48:58.512Z] Configure a credential helper to remove this warning. See [2021-01-20T09:48:58.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:48:58.512Z] [2021-01-20T09:48:58.512Z] Login Succeeded [2021-01-20T09:48:58.512Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:48:58.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:48:59.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:48:59.072Z] Configure a credential helper to remove this warning. See [2021-01-20T09:48:59.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:48:59.072Z] [2021-01-20T09:48:59.072Z] Login Succeeded [2021-01-20T09:48:59.072Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:48:59.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:48:59.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:48:59.359Z] Configure a credential helper to remove this warning. See [2021-01-20T09:48:59.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:48:59.359Z] [2021-01-20T09:48:59.359Z] Login Succeeded [2021-01-20T09:48:59.359Z] docker.io [2021-01-20T09:48:59.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:48:59.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:48:59.893Z] Configure a credential helper to remove this warning. See [2021-01-20T09:48:59.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:48:59.893Z] [2021-01-20T09:48:59.893Z] Login Succeeded [2021-01-20T09:48:59.893Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T09:48:59.919Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T09:49:00.387Z] ========================================================= [2021-01-20T09:49:00.387Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T09:49:00.387Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:49:00.783Z] + 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-20T09:49:01.396Z] Sending build context to Docker daemon 16.59MB [2021-01-20T09:49:01.396Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:49:01.396Z] Step 2/8 : FROM ${BASE} [2021-01-20T09:49:01.396Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T09:49:01.396Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T09:49:01.396Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T09:49:01.396Z] de9db76c5a1d: Pulling fs layer [2021-01-20T09:49:01.396Z] bca2f99d35d6: Pulling fs layer [2021-01-20T09:49:01.396Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T09:49:01.396Z] 7c6f9722023f: Pulling fs layer [2021-01-20T09:49:01.396Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T09:49:01.396Z] 93359f2a8cfa: Waiting [2021-01-20T09:49:01.396Z] 7c6f9722023f: Waiting [2021-01-20T09:49:01.396Z] a35cf1a2eb13: Waiting [2021-01-20T09:49:01.396Z] bca2f99d35d6: Waiting [2021-01-20T09:49:01.396Z] de9db76c5a1d: Verifying Checksum [2021-01-20T09:49:01.396Z] de9db76c5a1d: Download complete [2021-01-20T09:49:01.396Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T09:49:01.396Z] 0ef7d3d256c8: Download complete [2021-01-20T09:49:01.932Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T09:49:01.932Z] 93359f2a8cfa: Download complete [2021-01-20T09:49:01.932Z] 7c6f9722023f: Verifying Checksum [2021-01-20T09:49:01.932Z] 7c6f9722023f: Download complete [2021-01-20T09:49:01.932Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T09:49:01.932Z] 188c0c94c7c5: Download complete [2021-01-20T09:49:02.796Z] 188c0c94c7c5: Pull complete [2021-01-20T09:49:03.112Z] 0ef7d3d256c8: Pull complete [2021-01-20T09:49:03.396Z] de9db76c5a1d: Pull complete [2021-01-20T09:49:06.877Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T09:49:06.877Z] a35cf1a2eb13: Download complete [2021-01-20T09:49:08.991Z] bca2f99d35d6: Verifying Checksum [2021-01-20T09:49:08.991Z] bca2f99d35d6: Download complete [2021-01-20T09:49:19.398Z] bca2f99d35d6: Pull complete [2021-01-20T09:49:19.688Z] 93359f2a8cfa: Pull complete [2021-01-20T09:49:19.998Z] 7c6f9722023f: Pull complete [2021-01-20T09:49:26.995Z] a35cf1a2eb13: Pull complete [2021-01-20T09:49:26.995Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T09:49:26.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T09:49:26.995Z] ---> a62c8e92a672 [2021-01-20T09:49:26.995Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T09:49:26.995Z] ---> Running in 6110dc63db9e [2021-01-20T09:49:26.995Z] Removing intermediate container 6110dc63db9e [2021-01-20T09:49:26.995Z] ---> f40806733d90 [2021-01-20T09:49:26.995Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:49:26.995Z] ---> Running in faca37878320 [2021-01-20T09:49:28.519Z] Removing intermediate container faca37878320 [2021-01-20T09:49:28.519Z] ---> edb0ceeda113 [2021-01-20T09:49:28.519Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T09:49:28.519Z] ---> Running in 5b7b37d1f724 [2021-01-20T09:49:29.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T09:49:30.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T09:49:30.414Z] OK: 166 MiB in 39 packages [2021-01-20T09:49:31.391Z] Removing intermediate container 5b7b37d1f724 [2021-01-20T09:49:31.391Z] ---> 6532c2025d4f [2021-01-20T09:49:31.391Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T09:49:31.659Z] ---> Running in cdd95aba50d5 [2021-01-20T09:49:31.934Z] Removing intermediate container cdd95aba50d5 [2021-01-20T09:49:31.934Z] ---> ef52299e553b [2021-01-20T09:49:31.934Z] Step 7/8 : COPY . . [2021-01-20T09:49:34.649Z] ---> e4f3e7f512b0 [2021-01-20T09:49:34.649Z] Step 8/8 : RUN go mod download [2021-01-20T09:49:34.649Z] ---> Running in 735c5bcda6a5 [2021-01-20T09:50:07.523Z] Removing intermediate container 735c5bcda6a5 [2021-01-20T09:50:07.523Z] ---> 764223b45036 [2021-01-20T09:50:07.523Z] Successfully built 764223b45036 [2021-01-20T09:50:07.523Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:07.992Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T09:50:08.336Z] . [Pipeline] withDockerContainer [2021-01-20T09:50:08.677Z] prd-centos7-docker-4c-2g-21572 does not seem to be running inside a container [2021-01-20T09:50:08.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-20T09:50:09.809Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21576 in /w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-01-20T09:50:10.277Z] $ docker top 52b5b5a5c600d412cb304a7d2eb91aaf08a1b2b66a11bad31a41eb18420ac226 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-20T09:50:10.974Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-01-20T09:50:11.286Z] + go version [2021-01-20T09:50:11.352Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T09:50:11.389Z] $ docker stop --time=1 52b5b5a5c600d412cb304a7d2eb91aaf08a1b2b66a11bad31a41eb18420ac226 [2021-01-20T09:50:13.780Z] $ docker rm -f 52b5b5a5c600d412cb304a7d2eb91aaf08a1b2b66a11bad31a41eb18420ac226 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:50:14.783Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T09:50:14.784Z] . [Pipeline] withDockerContainer [2021-01-20T09:50:14.986Z] prd-centos7-docker-4c-2g-21572 does not seem to be running inside a container [2021-01-20T09:50:15.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-20T09:50:16.377Z] $ docker top 10ca9c301fdad3db8bbb68777e62e8761d6bad287710d0f5fe77817b93ce58e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:50:16.844Z] using credential edgex-jenkins-ssh [2021-01-20T09:50:16.912Z] Cloning the remote Git repository [2021-01-20T09:50:17.307Z] + make test [2021-01-20T09:50:17.307Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T09:50:16.971Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:50:17.078Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-01-20T09:50:17.155Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:50:17.155Z] > git --version # timeout=10 [2021-01-20T09:50:17.172Z] > git --version # 'git version 2.17.1' [2021-01-20T09:50:17.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:50:17.252Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:50:18.776Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T09:50:19.467Z] Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7c280a02e85763814132ccbb37687738533a2cbe [2021-01-20T09:50:19.916Z] Merge succeeded, producing 7c280a02e85763814132ccbb37687738533a2cbe [2021-01-20T09:50:19.916Z] Checking out Revision 7c280a02e85763814132ccbb37687738533a2cbe (PR-290) [2021-01-20T09:50:18.796Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:50:18.820Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T09:50:18.870Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-20T09:50:18.919Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-20T09:50:18.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:50:18.940Z] > 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-20T09:50:19.488Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:50:19.504Z] > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 [2021-01-20T09:50:19.813Z] > git remote # timeout=10 [2021-01-20T09:50:19.834Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T09:50:19.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T09:50:19.870Z] > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 [2021-01-20T09:50:19.896Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T09:50:19.926Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T09:50:19.943Z] > git checkout -f 7c280a02e85763814132ccbb37687738533a2cbe # timeout=10 [2021-01-20T09:50:24.810Z] Commit message: "Bump github.com/edgexfoundry/go-mod-registry from 0.1.11 to 0.1.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T09:50:26.546Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:50:26.996Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T09:50:27.350Z] + true [2021-01-20T09:50:27.350Z] + sudo service docker restart [2021-01-20T09:50:29.189Z] # github.com/edgexfoundry/edgex-ui-go/internal/handler [2021-01-20T09:50:29.189Z] internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-20T09:50:29.189Z] internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) [2021-01-20T09:50:29.189Z] internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-20T09:50:29.189Z] internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-20T09:50:29.189Z] internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T09:50:30.072Z] provisioning config files... [2021-01-20T09:50:30.120Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6220528124311568215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:50:30.545Z] ---> docker-login.sh [2021-01-20T09:50:30.545Z] nexus3.edgexfoundry.org:10001 [2021-01-20T09:50:31.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:31.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:31.825Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:31.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:31.825Z] [2021-01-20T09:50:31.825Z] Login Succeeded [2021-01-20T09:50:31.825Z] nexus3.edgexfoundry.org:10002 [2021-01-20T09:50:31.859Z] make: *** [Makefile:34: test] Error 2 [Pipeline] } [2021-01-20T09:50:31.892Z] $ docker stop --time=1 10ca9c301fdad3db8bbb68777e62e8761d6bad287710d0f5fe77817b93ce58e7 [2021-01-20T09:50:32.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:32.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:32.429Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:32.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:32.429Z] [2021-01-20T09:50:32.429Z] Login Succeeded [2021-01-20T09:50:32.706Z] nexus3.edgexfoundry.org:10003 [2021-01-20T09:50:32.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:33.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:33.263Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:33.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:33.263Z] [2021-01-20T09:50:33.263Z] Login Succeeded [2021-01-20T09:50:33.263Z] nexus3.edgexfoundry.org:10004 [2021-01-20T09:50:33.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T09:50:33.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:33.825Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:33.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:33.825Z] [2021-01-20T09:50:33.825Z] Login Succeeded [2021-01-20T09:50:33.825Z] docker.io [2021-01-20T09:50:34.209Z] $ docker rm -f 10ca9c301fdad3db8bbb68777e62e8761d6bad287710d0f5fe77817b93ce58e7 [2021-01-20T09:50:34.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-20T09:50:34.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T09:50:34.701Z] Configure a credential helper to remove this warning. See [2021-01-20T09:50:34.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T09:50:34.701Z] [2021-01-20T09:50:34.701Z] Login Succeeded [2021-01-20T09:50:34.701Z] ---> docker-login.sh ends [Pipeline] // stage [Pipeline] } [2021-01-20T09:50:34.768Z] Deleting 1 temporary files [Pipeline] stage [Pipeline] { (Build) [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 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) [Pipeline] echo [2021-01-20T09:50:35.212Z] ========================================================= [2021-01-20T09:50:35.212Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T09:50:35.212Z] ========================================================= Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-01-20T09:50:35.698Z] + 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 . [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T09:50:35.825Z] Failed in branch amd64 [2021-01-20T09:50:36.311Z] Sending build context to Docker daemon 16.59MB [2021-01-20T09:50:36.589Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T09:50:36.589Z] Step 2/8 : FROM ${BASE} [2021-01-20T09:50:36.589Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T09:50:36.589Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T09:50:36.590Z] a4357932f1b6: Pulling fs layer [2021-01-20T09:50:36.590Z] 18c013af1878: Pulling fs layer [2021-01-20T09:50:36.590Z] 00ac8860ef70: Pulling fs layer [2021-01-20T09:50:36.590Z] 63d7cb157983: Pulling fs layer [2021-01-20T09:50:36.590Z] b116817d02f9: Pulling fs layer [2021-01-20T09:50:36.590Z] 745a02a5169b: Pulling fs layer [2021-01-20T09:50:36.590Z] 00ac8860ef70: Waiting [2021-01-20T09:50:36.590Z] 63d7cb157983: Waiting [2021-01-20T09:50:36.590Z] b116817d02f9: Waiting [2021-01-20T09:50:36.590Z] 745a02a5169b: Waiting [2021-01-20T09:50:36.590Z] 18c013af1878: Download complete [2021-01-20T09:50:36.590Z] a4357932f1b6: Download complete [2021-01-20T09:50:36.590Z] 63d7cb157983: Download complete [2021-01-20T09:50:36.893Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T09:50:36.893Z] 5f621e34cdf4: Download complete [2021-01-20T09:50:36.893Z] b116817d02f9: Verifying Checksum [2021-01-20T09:50:36.893Z] b116817d02f9: Download complete [2021-01-20T09:50:37.512Z] 5f621e34cdf4: Pull complete [2021-01-20T09:50:38.123Z] a4357932f1b6: Pull complete [2021-01-20T09:50:38.741Z] 18c013af1878: Pull complete [2021-01-20T09:50:39.346Z] 745a02a5169b: Verifying Checksum [2021-01-20T09:50:39.346Z] 745a02a5169b: Download complete [2021-01-20T09:50:40.340Z] 00ac8860ef70: Verifying Checksum [2021-01-20T09:50:40.340Z] 00ac8860ef70: Download complete [2021-01-20T09:50:50.519Z] 00ac8860ef70: Pull complete [2021-01-20T09:50:50.794Z] 63d7cb157983: Pull complete [2021-01-20T09:50:51.392Z] b116817d02f9: Pull complete [2021-01-20T09:50:54.821Z] 745a02a5169b: Pull complete [2021-01-20T09:50:55.098Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T09:50:55.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T09:50:55.098Z] ---> b7e6874047d6 [2021-01-20T09:50:55.098Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-20T09:50:58.502Z] ---> Running in fe4dc312604f [2021-01-20T09:50:58.776Z] Removing intermediate container fe4dc312604f [2021-01-20T09:50:58.776Z] ---> aa3580be896e [2021-01-20T09:50:58.776Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T09:50:58.776Z] ---> Running in 7956a9606586 [2021-01-20T09:51:01.418Z] Removing intermediate container 7956a9606586 [2021-01-20T09:51:01.418Z] ---> 1b2b7a21c68e [2021-01-20T09:51:01.418Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-20T09:51:01.418Z] ---> Running in 67737c246799 [2021-01-20T09:51:02.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T09:51:03.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T09:51:03.996Z] OK: 142 MiB in 39 packages [2021-01-20T09:51:05.437Z] Removing intermediate container 67737c246799 [2021-01-20T09:51:05.437Z] ---> 7a784193bcbd [2021-01-20T09:51:05.437Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-20T09:51:05.437Z] ---> Running in cf14202fe4c6 [2021-01-20T09:51:06.036Z] Removing intermediate container cf14202fe4c6 [2021-01-20T09:51:06.036Z] ---> e51ef6273db6 [2021-01-20T09:51:06.036Z] Step 7/8 : COPY . . [2021-01-20T09:51:08.783Z] ---> bdec9c197d0a [2021-01-20T09:51:08.783Z] Step 8/8 : RUN go mod download [2021-01-20T09:51:08.783Z] ---> Running in 4b28b6660979 [2021-01-20T09:51:35.671Z] Removing intermediate container 4b28b6660979 [2021-01-20T09:51:35.671Z] ---> f166f7d5bbca [2021-01-20T09:51:35.672Z] Successfully built f166f7d5bbca [2021-01-20T09:51:35.672Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:51:36.020Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T09:51:36.020Z] . [Pipeline] withDockerContainer [2021-01-20T09:51:36.328Z] prd-ubuntu18.04-docker-arm64-4c-16g-21576 does not seem to be running inside a container [2021-01-20T09:51:36.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-arm64 cat [2021-01-20T09:51:38.176Z] $ docker top 7606edf5627f7c4f95142ea33101ba1c9c85975277c0b9353c73bad8f8f61af7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:51:39.238Z] + go version [2021-01-20T09:51:39.239Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T09:51:39.265Z] $ docker stop --time=1 7606edf5627f7c4f95142ea33101ba1c9c85975277c0b9353c73bad8f8f61af7 [2021-01-20T09:51:41.299Z] $ docker rm -f 7606edf5627f7c4f95142ea33101ba1c9c85975277c0b9353c73bad8f8f61af7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:51:42.365Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T09:51:42.365Z] . [Pipeline] withDockerContainer [2021-01-20T09:51:42.657Z] prd-ubuntu18.04-docker-arm64-4c-16g-21576 does not seem to be running inside a container [2021-01-20T09:51:42.753Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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-arm64 cat [2021-01-20T09:51:44.462Z] $ docker top aac80ad210d28c555c18f6ad290e07ca926bb22731cfed9fa1e569c423f18296 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:51:45.549Z] + make test [2021-01-20T09:51:45.549Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T09:51:46.995Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-20T09:52:02.156Z] # github.com/edgexfoundry/edgex-ui-go/internal/handler [2021-01-20T09:52:02.156Z] internal/handler/appservice.go:54:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-20T09:52:02.156Z] internal/handler/appservice.go:98:14: client.PutConfigurationToml undefined (type registry.Client has no field or method PutConfigurationToml) [2021-01-20T09:52:02.156Z] internal/handler/appservice.go:117:33: client.GetConfiguration undefined (type registry.Client has no field or method GetConfiguration) [2021-01-20T09:52:02.156Z] internal/handler/appservice.go:187:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-20T09:52:02.156Z] internal/handler/appservice.go:189:17: registryConfig.Stem undefined (type types.Config has no field or method Stem) [2021-01-20T09:52:10.467Z] make: *** [Makefile:34: test] Error 2 [Pipeline] } [2021-01-20T09:52:10.490Z] $ docker stop --time=1 aac80ad210d28c555c18f6ad290e07ca926bb22731cfed9fa1e569c423f18296 [2021-01-20T09:52:12.835Z] $ docker rm -f aac80ad210d28c555c18f6ad290e07ca926bb22731cfed9fa1e569c423f18296 [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-20T09:52:14.391Z] 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-20T09:52:17.043Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:17.369Z] ---> package-listing.sh [2021-01-20T09:52:17.369Z] ++ facter osfamily [2021-01-20T09:52:17.369Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T09:52:17.369Z] + OS_FAMILY=redhat [2021-01-20T09:52:17.369Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-290 [2021-01-20T09:52:17.369Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T09:52:17.369Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T09:52:17.369Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T09:52:17.369Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T09:52:17.369Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' [2021-01-20T09:52:17.369Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T09:52:17.369Z] + case "${OS_FAMILY}" in [2021-01-20T09:52:17.369Z] + rpm -qa [2021-01-20T09:52:17.369Z] + sort [2021-01-20T09:52:22.727Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T09:52:22.727Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T09:52:22.727Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T09:52:22.727Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-290 ']' [2021-01-20T09:52:22.727Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-290/archives/ [2021-01-20T09:52:22.727Z] + 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-20T09:52:22.747Z] 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-20T09:52:23.057Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:52:23.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:52:23.378Z] [2021-01-20T09:52:23.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T09:52:23.734Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:52:23.734Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T09:52:23.734Z] df20fa9351a1: Pulling fs layer [2021-01-20T09:52:23.734Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T09:52:23.734Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T09:52:23.734Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T09:52:23.734Z] 93b61091891f: Pulling fs layer [2021-01-20T09:52:23.734Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T09:52:23.734Z] 5e14af77c1be: Pulling fs layer [2021-01-20T09:52:23.734Z] 01666e4c0597: Pulling fs layer [2021-01-20T09:52:23.734Z] aa168da1d23b: Pulling fs layer [2021-01-20T09:52:23.734Z] 93b9cdb0e59b: Waiting [2021-01-20T09:52:23.734Z] 5e14af77c1be: Waiting [2021-01-20T09:52:23.734Z] 01666e4c0597: Waiting [2021-01-20T09:52:23.734Z] 46f8f816bc3b: Waiting [2021-01-20T09:52:23.734Z] aa168da1d23b: Waiting [2021-01-20T09:52:23.734Z] 93b61091891f: Waiting [2021-01-20T09:52:23.734Z] 36b3adc4ff6f: Download complete [2021-01-20T09:52:23.734Z] 46f8f816bc3b: Download complete [2021-01-20T09:52:24.010Z] df20fa9351a1: Verifying Checksum [2021-01-20T09:52:24.010Z] df20fa9351a1: Download complete [2021-01-20T09:52:24.010Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T09:52:24.010Z] 93b9cdb0e59b: Download complete [2021-01-20T09:52:24.010Z] 5e14af77c1be: Verifying Checksum [2021-01-20T09:52:24.010Z] 5e14af77c1be: Download complete [2021-01-20T09:52:24.010Z] 01666e4c0597: Verifying Checksum [2021-01-20T09:52:24.010Z] 01666e4c0597: Download complete [2021-01-20T09:52:24.010Z] 93b61091891f: Download complete [2021-01-20T09:52:24.279Z] df20fa9351a1: Pull complete [2021-01-20T09:52:24.546Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T09:52:24.546Z] 8ad3a11d3b57: Download complete [2021-01-20T09:52:24.546Z] 36b3adc4ff6f: Pull complete [2021-01-20T09:52:25.513Z] 8ad3a11d3b57: Pull complete [2021-01-20T09:52:25.513Z] 46f8f816bc3b: Pull complete [2021-01-20T09:52:26.937Z] 93b61091891f: Pull complete [2021-01-20T09:52:26.937Z] aa168da1d23b: Verifying Checksum [2021-01-20T09:52:26.937Z] aa168da1d23b: Download complete [2021-01-20T09:52:27.519Z] 93b9cdb0e59b: Pull complete [2021-01-20T09:52:27.519Z] 5e14af77c1be: Pull complete [2021-01-20T09:52:27.791Z] 01666e4c0597: Pull complete [2021-01-20T09:52:36.025Z] aa168da1d23b: Pull complete [2021-01-20T09:52:36.025Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T09:52:36.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T09:52:36.025Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T09:52:36.231Z] prd-centos7-docker-4c-2g-21567 does not seem to be running inside a container [2021-01-20T09:52:36.280Z] $ 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-01-20T09:52:39.636Z] $ docker top 0b54fa0768eb5cf9212c45cb01345e502b3cd3e7074b617773f4ec5321def0c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T09:52:40.203Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T09:52:40.508Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T09:52:40.822Z] + ls /var/log/sa-host [2021-01-20T09:52:40.822Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T09:52:40.822Z] file_magic: OK [2021-01-20T09:52:40.822Z] HZ: Using current value: 100 [2021-01-20T09:52:40.822Z] file_header: OK [2021-01-20T09:52:40.822Z] 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-20T09:52:40.822Z] Statistics: [2021-01-20T09:52:40.822Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T09:52:40.822Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T09:52:40.822Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T09:52:40.822Z] file_magic: OK [2021-01-20T09:52:40.822Z] HZ: Using current value: 100 [2021-01-20T09:52:40.822Z] file_header: OK [2021-01-20T09:52:40.822Z] 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-20T09:52:40.822Z] Statistics: [2021-01-20T09:52:40.822Z] Hnuu...uuuununununu... [2021-01-20T09:52:40.822Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T09:52:41.019Z] provisioning config files... [2021-01-20T09:52:41.034Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-290@tmp/config5570257044319365781tmp [Pipeline] { [Pipeline] echo [2021-01-20T09:52:41.112Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:41.414Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T09:52:41.423Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T09:52:41.510Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:41.812Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T09:52:41.824Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:42.132Z] ---> sudo-logs.sh [2021-01-20T09:52:42.132Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T09:52:42.144Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:42.444Z] ---> job-cost.sh [2021-01-20T09:52:42.444Z] lf-activate-venv: SKIPPING [2021-01-20T09:52:42.444Z] INFO: No Stack... [2021-01-20T09:52:43.839Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T09:52:44.418Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T09:52:44.432Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T09:52:44.737Z] ---> logs-deploy.sh [2021-01-20T09:52:44.737Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-290/2 [2021-01-20T09:52:44.737Z] INFO: archiving workspace using pattern(s): [2021-01-20T09:52:47.305Z] Archives upload complete. [2021-01-20T09:52:47.305Z] INFO: archiving logs to Nexus