Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a62b4630643e9a9217882e0bdb5c333b7f0a58e 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32917 in /w/workspace/edgexfoundry_edgex-ui-go_master [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_master # 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 Checking out Revision 6a62b4630643e9a9217882e0bdb5c333b7f0a58e (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 Commit message: "chore(deps): Bump github.com/eclipse/paho.mqtt.golang (#323)" > git rev-list --no-walk 3180d955709a5d54996b76e7d48118a040632b6c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T06:50:36.768Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T06:50:36.994Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T06:50:37.087Z] ========================================================= [2021-04-06T06:50:37.087Z] EdgeX Global Pipelines Version Info [2021-04-06T06:50:37.087Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:50:38.688Z] ------------------- [2021-04-06T06:50:38.688Z] stable info: [2021-04-06T06:50:38.688Z] ------------------- [2021-04-06T06:50:38.688Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T06:50:38.688Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T06:50:38.688Z] Message: update stable to v1.0.186 [2021-04-06T06:50:39.636Z] ------------------- [2021-04-06T06:50:39.636Z] experimental info: [2021-04-06T06:50:39.636Z] ------------------- [2021-04-06T06:50:39.636Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T06:50:39.636Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T06:50:39.636Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T06:50:39.874Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-06T06:50:39.956Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-06T06:50:40.049Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T06:50:40.130Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T06:50:40.215Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T06:50:40.319Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T06:50:40.450Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T06:50:40.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T06:50:40.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-06T06:50:40.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T06:50:40.918Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T06:50:41.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-06T06:50:41.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T06:50:41.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T06:50:41.272Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:50:41.362Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:50:41.451Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T06:50:41.576Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T06:50:41.675Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T06:50:41.761Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-06T06:50:41.849Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-06T06:50:41.949Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-06T06:50:42.033Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-06T06:50:42.129Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-06T06:50:42.212Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-06T06:50:42.298Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T06:50:42.384Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-06T06:50:42.472Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-06T06:50:42.561Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-06T06:50:42.648Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] echo [2021-04-06T06:50:42.753Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a62b46 [Pipeline] echo [2021-04-06T06:50:42.840Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:50:43.012Z] provisioning config files... [2021-04-06T06:50:43.041Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8413431852382891303tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:50:43.400Z] ---> docker-login.sh [2021-04-06T06:50:43.400Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:50:43.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:50:43.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:50:43.663Z] Configure a credential helper to remove this warning. See [2021-04-06T06:50:43.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:50:43.663Z] [2021-04-06T06:50:43.663Z] Login Succeeded [2021-04-06T06:50:43.663Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:50:43.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:50:43.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:50:43.927Z] Configure a credential helper to remove this warning. See [2021-04-06T06:50:43.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:50:43.927Z] [2021-04-06T06:50:43.927Z] Login Succeeded [2021-04-06T06:50:43.927Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:50:44.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:50:44.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:50:44.190Z] Configure a credential helper to remove this warning. See [2021-04-06T06:50:44.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:50:44.190Z] [2021-04-06T06:50:44.190Z] Login Succeeded [2021-04-06T06:50:44.190Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:50:44.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:50:44.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:50:44.452Z] Configure a credential helper to remove this warning. See [2021-04-06T06:50:44.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:50:44.452Z] [2021-04-06T06:50:44.452Z] Login Succeeded [2021-04-06T06:50:44.452Z] docker.io [2021-04-06T06:50:44.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:50:44.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:50:44.715Z] Configure a credential helper to remove this warning. See [2021-04-06T06:50:44.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:50:44.715Z] [2021-04-06T06:50:44.715Z] Login Succeeded [2021-04-06T06:50:44.715Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:50:44.725Z] 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-04-06T06:50:45.572Z] + git log --format=format:%s -1 6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] echo [2021-04-06T06:50:45.639Z] GIT_COMMIT: 6a62b4630643e9a9217882e0bdb5c333b7f0a58e, Commit Message: chore(deps): Bump github.com/eclipse/paho.mqtt.golang (#323) [Pipeline] echo [2021-04-06T06:50:45.683Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:50:47.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:50:47.039Z] [2021-04-06T06:50:47.039Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:50:47.384Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:50:47.384Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T06:50:47.384Z] 31603596830f: Pulling fs layer [2021-04-06T06:50:47.384Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T06:50:47.384Z] 6ca5941a6612: Pulling fs layer [2021-04-06T06:50:47.384Z] ecc8261a40a4: Pulling fs layer [2021-04-06T06:50:47.384Z] ecc8261a40a4: Waiting [2021-04-06T06:50:47.384Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T06:50:47.384Z] 2a8b12db71e7: Download complete [2021-04-06T06:50:47.384Z] 31603596830f: Verifying Checksum [2021-04-06T06:50:47.384Z] 31603596830f: Download complete [2021-04-06T06:50:47.651Z] ecc8261a40a4: Verifying Checksum [2021-04-06T06:50:47.651Z] ecc8261a40a4: Download complete [2021-04-06T06:50:47.651Z] 6ca5941a6612: Verifying Checksum [2021-04-06T06:50:47.651Z] 6ca5941a6612: Download complete [2021-04-06T06:50:47.914Z] 31603596830f: Pull complete [2021-04-06T06:50:47.914Z] 2a8b12db71e7: Pull complete [2021-04-06T06:50:48.867Z] 6ca5941a6612: Pull complete [2021-04-06T06:50:49.132Z] ecc8261a40a4: Pull complete [2021-04-06T06:50:49.132Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T06:50:49.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:50:49.132Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T06:50:49.249Z] prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container [2021-04-06T06:50:49.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T06:50:51.730Z] $ docker top 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:50:52.063Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:50:52.063Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:50:52.334Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:50:52.337Z] $ docker exec 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 ssh-agent [2021-04-06T06:50:52.573Z] SSH_AUTH_SOCK=/tmp/ssh-CqGcqPCmJLYl/agent.13 [2021-04-06T06:50:52.573Z] SSH_AGENT_PID=19 [2021-04-06T06:50:52.587Z] Running ssh-add (command line suppressed) [2021-04-06T06:50:52.798Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_481857561505055178.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_481857561505055178.key) [2021-04-06T06:50:52.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:50:53.192Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T06:50:53.216Z] $ docker exec --env ******** --env ******** 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 ssh-agent -k [2021-04-06T06:50:53.344Z] unset SSH_AUTH_SOCK; [2021-04-06T06:50:53.344Z] unset SSH_AGENT_PID; [2021-04-06T06:50:53.344Z] echo Agent pid 19 killed; [2021-04-06T06:50:53.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T06:50:53.535Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:50:53.535Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:50:53.749Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:50:53.752Z] $ docker exec 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 ssh-agent [2021-04-06T06:50:53.933Z] SSH_AUTH_SOCK=/tmp/ssh-fxxnFl5brAP9/agent.49 [2021-04-06T06:50:53.933Z] SSH_AGENT_PID=54 [2021-04-06T06:50:53.939Z] Running ssh-add (command line suppressed) [2021-04-06T06:50:54.059Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8659664769494337172.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8659664769494337172.key) [2021-04-06T06:50:54.117Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:50:54.456Z] + git semver init [2021-04-06T06:50:54.456Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:50:54.456Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-06T06:50:54.456Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-06T06:50:54.456Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:50:54.456Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:50:54.456Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:50:54.456Z] # $SEMVER_BRANCH = master [2021-04-06T06:50:54.456Z] # $SEMVER_TEMP = /tmp/semver-649390063 [2021-04-06T06:50:54.456Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-06T06:50:55.854Z] # '/tmp/semver-649390063' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-06T06:50:55.854Z] # -> Force: false [2021-04-06T06:50:55.854Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-06T06:50:55.869Z] $ docker exec --env ******** --env ******** 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 ssh-agent -k [2021-04-06T06:50:55.995Z] unset SSH_AUTH_SOCK; [2021-04-06T06:50:55.996Z] unset SSH_AGENT_PID; [2021-04-06T06:50:55.996Z] echo Agent pid 54 killed; [2021-04-06T06:50:56.062Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:50:56.524Z] + git semver [Pipeline] } [2021-04-06T06:50:56.542Z] $ docker stop --time=1 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 [2021-04-06T06:50:57.975Z] $ docker rm -f 1afacb2b1af9c57a5fef75e109be76920b31ede57fb3e4b2caa5d1afc1edb8f0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:50:58.452Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T06:50:58.927Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T06:50:58.931Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.31 [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-04-06T06:51:14.471Z] Still waiting to schedule task [2021-04-06T06:51:14.471Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-06T06:51:14.473Z] Still waiting to schedule task [2021-04-06T06:51:14.474Z] ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32765’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-32816’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32912’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32918’ is offline [2021-04-06T06:54:01.376Z] Running on prd-centos7-docker-4c-2g-32920 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-06T06:54:01.442Z] Running in /w/workspace/edgex-ui-go/89 [Pipeline] { [Pipeline] checkout [2021-04-06T06:54:03.858Z] using credential edgex-jenkins-ssh [2021-04-06T06:54:03.912Z] Cloning the remote Git repository [2021-04-06T06:54:03.937Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T06:54:04.006Z] > git init /w/workspace/edgex-ui-go/89 # timeout=10 [2021-04-06T06:54:04.071Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T06:54:04.071Z] > git --version # timeout=10 [2021-04-06T06:54:04.077Z] > git --version # 'git version 2.24.3' [2021-04-06T06:54:04.078Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:54:04.109Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:54:05.503Z] Checking out Revision 6a62b4630643e9a9217882e0bdb5c333b7f0a58e (master) [2021-04-06T06:54:05.082Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T06:54:05.087Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:54:05.102Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T06:54:05.117Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T06:54:05.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:54:05.121Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T06:54:05.511Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:54:05.516Z] > git checkout -f 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 [2021-04-06T06:54:09.297Z] Commit message: "chore(deps): Bump github.com/eclipse/paho.mqtt.golang (#323)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T06:54:10.637Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:54:10.968Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:54:11.269Z] + sudo service docker restart [2021-04-06T06:54:11.269Z] + true [2021-04-06T06:54:11.269Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:54:12.741Z] provisioning config files... [2021-04-06T06:54:12.770Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/89@tmp/config2481740246866026771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:54:13.187Z] ---> docker-login.sh [2021-04-06T06:54:13.187Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:54:13.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:54:13.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:54:13.451Z] Configure a credential helper to remove this warning. See [2021-04-06T06:54:13.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:54:13.451Z] [2021-04-06T06:54:13.451Z] Login Succeeded [2021-04-06T06:54:13.451Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:54:13.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:54:13.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:54:13.713Z] Configure a credential helper to remove this warning. See [2021-04-06T06:54:13.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:54:13.713Z] [2021-04-06T06:54:13.713Z] Login Succeeded [2021-04-06T06:54:13.713Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:54:13.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:54:13.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:54:13.974Z] Configure a credential helper to remove this warning. See [2021-04-06T06:54:13.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:54:13.974Z] [2021-04-06T06:54:13.974Z] Login Succeeded [2021-04-06T06:54:13.974Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:54:13.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:54:13.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:54:13.974Z] Configure a credential helper to remove this warning. See [2021-04-06T06:54:13.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:54:13.974Z] [2021-04-06T06:54:13.974Z] Login Succeeded [2021-04-06T06:54:13.974Z] docker.io [2021-04-06T06:54:14.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:54:14.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:54:14.499Z] Configure a credential helper to remove this warning. See [2021-04-06T06:54:14.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:54:14.499Z] [2021-04-06T06:54:14.499Z] Login Succeeded [2021-04-06T06:54:14.499Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:54:14.508Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T06:54:14.906Z] ========================================================= [2021-04-06T06:54:14.906Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T06:54:14.906Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:54:15.253Z] + 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-04-06T06:54:15.519Z] Sending build context to Docker daemon 17.59MB [2021-04-06T06:54:15.519Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:54:15.519Z] Step 2/8 : FROM ${BASE} [2021-04-06T06:54:15.519Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T06:54:15.519Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T06:54:15.519Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T06:54:15.519Z] de9db76c5a1d: Pulling fs layer [2021-04-06T06:54:15.519Z] bca2f99d35d6: Pulling fs layer [2021-04-06T06:54:15.519Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T06:54:15.519Z] 7c6f9722023f: Pulling fs layer [2021-04-06T06:54:15.519Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T06:54:15.519Z] bca2f99d35d6: Waiting [2021-04-06T06:54:15.519Z] 93359f2a8cfa: Waiting [2021-04-06T06:54:15.519Z] 7c6f9722023f: Waiting [2021-04-06T06:54:15.519Z] a35cf1a2eb13: Waiting [2021-04-06T06:54:15.519Z] de9db76c5a1d: Verifying Checksum [2021-04-06T06:54:15.519Z] de9db76c5a1d: Download complete [2021-04-06T06:54:15.519Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T06:54:15.519Z] 0ef7d3d256c8: Download complete [2021-04-06T06:54:15.519Z] 93359f2a8cfa: Verifying Checksum [2021-04-06T06:54:15.519Z] 93359f2a8cfa: Download complete [2021-04-06T06:54:15.783Z] 7c6f9722023f: Verifying Checksum [2021-04-06T06:54:15.783Z] 7c6f9722023f: Download complete [2021-04-06T06:54:15.783Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T06:54:15.783Z] 188c0c94c7c5: Download complete [2021-04-06T06:54:16.046Z] 188c0c94c7c5: Pull complete [2021-04-06T06:54:16.046Z] 0ef7d3d256c8: Pull complete [2021-04-06T06:54:16.309Z] de9db76c5a1d: Pull complete [2021-04-06T06:54:18.246Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T06:54:18.246Z] a35cf1a2eb13: Download complete [2021-04-06T06:54:18.507Z] bca2f99d35d6: Verifying Checksum [2021-04-06T06:54:18.507Z] bca2f99d35d6: Download complete [2021-04-06T06:54:23.837Z] bca2f99d35d6: Pull complete [2021-04-06T06:54:23.837Z] 93359f2a8cfa: Pull complete [2021-04-06T06:54:23.837Z] 7c6f9722023f: Pull complete [2021-04-06T06:54:24.138Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32919 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-06T06:54:24.193Z] Running in /w/workspace/edgex-ui-go/89 [Pipeline] { [Pipeline] checkout [2021-04-06T06:54:29.886Z] using credential edgex-jenkins-ssh [2021-04-06T06:54:29.955Z] Cloning the remote Git repository [2021-04-06T06:54:30.031Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T06:54:30.160Z] > git init /w/workspace/edgex-ui-go/89 # timeout=10 [2021-04-06T06:54:30.246Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T06:54:30.247Z] > git --version # timeout=10 [2021-04-06T06:54:30.268Z] > git --version # 'git version 2.17.1' [2021-04-06T06:54:30.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:54:30.363Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:54:32.592Z] Checking out Revision 6a62b4630643e9a9217882e0bdb5c333b7f0a58e (master) [2021-04-06T06:54:32.000Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T06:54:32.020Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:54:32.059Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-06T06:54:32.115Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-06T06:54:32.116Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:54:32.131Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T06:54:32.615Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:54:32.639Z] > git checkout -f 6a62b4630643e9a9217882e0bdb5c333b7f0a58e # timeout=10 [2021-04-06T06:54:33.884Z] a35cf1a2eb13: Pull complete [2021-04-06T06:54:33.884Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T06:54:33.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T06:54:33.884Z] ---> a62c8e92a672 [2021-04-06T06:54:33.884Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T06:54:33.884Z] ---> Running in eb96afe5331c [2021-04-06T06:54:33.884Z] Removing intermediate container eb96afe5331c [2021-04-06T06:54:33.884Z] ---> 18e6482ed999 [2021-04-06T06:54:33.884Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:54:33.884Z] ---> Running in 8a4976cb1e0f [2021-04-06T06:54:34.842Z] Removing intermediate container 8a4976cb1e0f [2021-04-06T06:54:34.842Z] ---> e082f2ab12d6 [2021-04-06T06:54:34.842Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-06T06:54:34.842Z] ---> Running in b5560c3a72b8 [2021-04-06T06:54:35.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:54:36.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:54:36.945Z] OK: 166 MiB in 39 packages [2021-04-06T06:54:37.213Z] Removing intermediate container b5560c3a72b8 [2021-04-06T06:54:37.213Z] ---> 20b045d0efd7 [2021-04-06T06:54:37.213Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-06T06:54:37.476Z] ---> Running in 3a89cf18328e [2021-04-06T06:54:37.476Z] Removing intermediate container 3a89cf18328e [2021-04-06T06:54:37.476Z] ---> 87f60fdf3c92 [2021-04-06T06:54:37.476Z] Step 7/8 : COPY . . [2021-04-06T06:54:37.569Z] Commit message: "chore(deps): Bump github.com/eclipse/paho.mqtt.golang (#323)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T06:54:39.168Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:54:39.597Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:54:39.948Z] + true [2021-04-06T06:54:39.948Z] + sudo service docker restart [2021-04-06T06:54:40.037Z] ---> 3afc260d4184 [2021-04-06T06:54:40.037Z] Step 8/8 : RUN go mod download [2021-04-06T06:54:40.037Z] ---> Running in 966ab2f1aa8b [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:54:42.066Z] provisioning config files... [2021-04-06T06:54:42.119Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/89@tmp/config4845226785988744387tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:54:42.555Z] ---> docker-login.sh [2021-04-06T06:54:42.555Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:54:43.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:54:43.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:54:43.820Z] Configure a credential helper to remove this warning. See [2021-04-06T06:54:43.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:54:43.820Z] [2021-04-06T06:54:43.820Z] Login Succeeded [2021-04-06T06:54:43.820Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:54:44.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:54:44.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:54:44.424Z] Configure a credential helper to remove this warning. See [2021-04-06T06:54:44.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:54:44.424Z] [2021-04-06T06:54:44.424Z] Login Succeeded [2021-04-06T06:54:44.424Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:54:45.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:54:45.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:54:45.023Z] Configure a credential helper to remove this warning. See [2021-04-06T06:54:45.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:54:45.023Z] [2021-04-06T06:54:45.023Z] Login Succeeded [2021-04-06T06:54:45.023Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:54:45.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:54:45.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:54:45.624Z] Configure a credential helper to remove this warning. See [2021-04-06T06:54:45.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:54:45.624Z] [2021-04-06T06:54:45.624Z] Login Succeeded [2021-04-06T06:54:45.624Z] docker.io [2021-04-06T06:54:46.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:54:46.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:54:46.502Z] Configure a credential helper to remove this warning. See [2021-04-06T06:54:46.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:54:46.502Z] [2021-04-06T06:54:46.502Z] Login Succeeded [2021-04-06T06:54:46.502Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:54:46.521Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T06:54:47.034Z] ========================================================= [2021-04-06T06:54:47.034Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T06:54:47.034Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:54:47.458Z] + 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-04-06T06:54:48.488Z] Sending build context to Docker daemon 17.59MB [2021-04-06T06:54:48.488Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:54:48.488Z] Step 2/8 : FROM ${BASE} [2021-04-06T06:54:48.488Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T06:54:48.488Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T06:54:48.488Z] a4357932f1b6: Pulling fs layer [2021-04-06T06:54:48.488Z] 18c013af1878: Pulling fs layer [2021-04-06T06:54:48.488Z] 00ac8860ef70: Pulling fs layer [2021-04-06T06:54:48.488Z] 63d7cb157983: Pulling fs layer [2021-04-06T06:54:48.488Z] b116817d02f9: Pulling fs layer [2021-04-06T06:54:48.488Z] 745a02a5169b: Pulling fs layer [2021-04-06T06:54:48.488Z] 63d7cb157983: Waiting [2021-04-06T06:54:48.488Z] b116817d02f9: Waiting [2021-04-06T06:54:48.488Z] 00ac8860ef70: Waiting [2021-04-06T06:54:48.488Z] 745a02a5169b: Waiting [2021-04-06T06:54:48.488Z] 18c013af1878: Verifying Checksum [2021-04-06T06:54:48.488Z] 18c013af1878: Download complete [2021-04-06T06:54:48.488Z] a4357932f1b6: Verifying Checksum [2021-04-06T06:54:48.488Z] a4357932f1b6: Download complete [2021-04-06T06:54:48.488Z] 63d7cb157983: Download complete [2021-04-06T06:54:48.488Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T06:54:48.488Z] 5f621e34cdf4: Download complete [2021-04-06T06:54:48.488Z] b116817d02f9: Verifying Checksum [2021-04-06T06:54:48.488Z] b116817d02f9: Download complete [2021-04-06T06:54:49.501Z] 5f621e34cdf4: Pull complete [2021-04-06T06:54:50.120Z] a4357932f1b6: Pull complete [2021-04-06T06:54:50.398Z] 18c013af1878: Pull complete [2021-04-06T06:54:51.014Z] 745a02a5169b: Verifying Checksum [2021-04-06T06:54:51.014Z] 745a02a5169b: Download complete [2021-04-06T06:54:51.998Z] 00ac8860ef70: Verifying Checksum [2021-04-06T06:54:51.998Z] 00ac8860ef70: Download complete [2021-04-06T06:55:02.197Z] 00ac8860ef70: Pull complete [2021-04-06T06:55:02.477Z] 63d7cb157983: Pull complete [2021-04-06T06:55:03.081Z] b116817d02f9: Pull complete [2021-04-06T06:55:06.681Z] Removing intermediate container 966ab2f1aa8b [2021-04-06T06:55:06.682Z] ---> f65f804ea0ca [2021-04-06T06:55:06.682Z] Successfully built f65f804ea0ca [2021-04-06T06:55:06.682Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:55:06.999Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T06:55:06.999Z] . [Pipeline] withDockerContainer [2021-04-06T06:55:07.251Z] prd-centos7-docker-4c-2g-32920 does not seem to be running inside a container [2021-04-06T06:55:07.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/89 -v /w/workspace/edgex-ui-go/89:/w/workspace/edgex-ui-go/89:rw,z -v /w/workspace/edgex-ui-go/89@tmp:/w/workspace/edgex-ui-go/89@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 ******** ci-base-image-x86_64 cat [2021-04-06T06:55:07.415Z] 745a02a5169b: Pull complete [2021-04-06T06:55:07.416Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T06:55:07.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T06:55:07.416Z] ---> b7e6874047d6 [2021-04-06T06:55:07.416Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T06:55:08.082Z] $ docker top bf28febc5e691d10502d06ccbaf073c12b490f14475bdf3a9323c6cf33f421d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:55:08.579Z] + go version [2021-04-06T06:55:08.579Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T06:55:08.592Z] $ docker stop --time=1 bf28febc5e691d10502d06ccbaf073c12b490f14475bdf3a9323c6cf33f421d4 [2021-04-06T06:55:09.917Z] $ docker rm -f bf28febc5e691d10502d06ccbaf073c12b490f14475bdf3a9323c6cf33f421d4 [2021-04-06T06:55:10.057Z] ---> Running in 48c3ed9bb889 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-06T06:55:10.338Z] Removing intermediate container 48c3ed9bb889 [2021-04-06T06:55:10.338Z] ---> 031689ea8233 [2021-04-06T06:55:10.338Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:55:10.618Z] ---> Running in bbcd21bcf496 [2021-04-06T06:55:10.753Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T06:55:10.753Z] . [Pipeline] withDockerContainer [2021-04-06T06:55:10.854Z] prd-centos7-docker-4c-2g-32920 does not seem to be running inside a container [2021-04-06T06:55:10.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/89 -v /w/workspace/edgex-ui-go/89:/w/workspace/edgex-ui-go/89:rw,z -v /w/workspace/edgex-ui-go/89@tmp:/w/workspace/edgex-ui-go/89@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 ******** ci-base-image-x86_64 cat [2021-04-06T06:55:11.756Z] $ docker top 9ccb73de5e40c986bdb3021fe34729952a1118a6568c210a627b1fc11a12bb51 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:55:12.297Z] + make test [2021-04-06T06:55:12.297Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-06T06:55:13.269Z] Removing intermediate container bbcd21bcf496 [2021-04-06T06:55:13.269Z] ---> fe63ee1f2c32 [2021-04-06T06:55:13.269Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-06T06:55:13.269Z] ---> Running in 8f3df8a875f7 [2021-04-06T06:55:13.699Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-06T06:55:14.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:55:15.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:55:15.832Z] OK: 142 MiB in 39 packages [2021-04-06T06:55:17.269Z] Removing intermediate container 8f3df8a875f7 [2021-04-06T06:55:17.269Z] ---> d09122b2adc1 [2021-04-06T06:55:17.269Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-06T06:55:17.269Z] ---> Running in 99080cdf0481 [2021-04-06T06:55:17.867Z] Removing intermediate container 99080cdf0481 [2021-04-06T06:55:17.867Z] ---> 98bcfcd0bbf6 [2021-04-06T06:55:17.867Z] Step 7/8 : COPY . . [2021-04-06T06:55:20.485Z] ---> c06c60e1d6f0 [2021-04-06T06:55:20.485Z] Step 8/8 : RUN go mod download [2021-04-06T06:55:20.485Z] ---> Running in 35c528856c28 [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-06T06:55:23.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-06T06:55:23.808Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-06T06:55:24.784Z] $ docker stop --time=1 9ccb73de5e40c986bdb3021fe34729952a1118a6568c210a627b1fc11a12bb51 [2021-04-06T06:55:27.063Z] $ docker rm -f 9ccb73de5e40c986bdb3021fe34729952a1118a6568c210a627b1fc11a12bb51 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:55:27.647Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T06:55:28.045Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-06T06:55:30.701Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T06:55:31.004Z] + ls -al . [2021-04-06T06:55:31.004Z] total 92 [2021-04-06T06:55:31.004Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 06:55 . [2021-04-06T06:55:31.004Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 6 06:54 .. [2021-04-06T06:55:31.004Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 6 06:54 assets [2021-04-06T06:55:31.004Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 6 06:54 bin [2021-04-06T06:55:31.004Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 6 06:54 cmd [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 6 06:54 CONTRIBUTING.md [2021-04-06T06:55:31.004Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 6 06:55 coverage.out [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 6 06:54 Dockerfile [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 6 06:54 Dockerfile.build [2021-04-06T06:55:31.004Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 6 06:54 docs [2021-04-06T06:55:31.004Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 6 06:54 .git [2021-04-06T06:55:31.004Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 06:54 .github [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 153 Apr 6 06:54 .gitignore [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 06:54 go.mod [2021-04-06T06:55:31.004Z] -rw-r--r--. 1 jenkins jenkins 22319 Apr 6 06:55 go.sum [2021-04-06T06:55:31.004Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 6 06:54 internal [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 6 06:54 Jenkinsfile [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 6 06:54 LICENSE [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 6 06:54 Makefile [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 6 06:54 README.md [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 6 06:50 VERSION [2021-04-06T06:55:31.004Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 6 06:54 version.go [2021-04-06T06:55:31.004Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 6 06:54 web [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:55:31.323Z] + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=6a62b4630643e9a9217882e0bdb5c333b7f0a58e --label arch=amd64 --label version=2.0.0-dev.31 . [2021-04-06T06:55:31.586Z] Sending build context to Docker daemon 17.61MB [2021-04-06T06:55:31.586Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:55:31.586Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-06T06:55:31.586Z] ---> f65f804ea0ca [2021-04-06T06:55:31.586Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-06T06:55:32.536Z] ---> Running in 01483ed94bce [2021-04-06T06:55:32.536Z] Removing intermediate container 01483ed94bce [2021-04-06T06:55:32.536Z] ---> 92db5e9daa1b [2021-04-06T06:55:32.536Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-06T06:55:32.536Z] ---> Running in 50f17c03ff85 [2021-04-06T06:55:32.799Z] Removing intermediate container 50f17c03ff85 [2021-04-06T06:55:32.799Z] ---> 1128d46189c5 [2021-04-06T06:55:32.799Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-06T06:55:32.799Z] ---> Running in e389cfb2a621 [2021-04-06T06:55:33.062Z] Removing intermediate container e389cfb2a621 [2021-04-06T06:55:33.062Z] ---> 42b710e449ea [2021-04-06T06:55:33.062Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-06T06:55:33.062Z] ---> Running in ae103e90c1c3 [2021-04-06T06:55:33.062Z] Removing intermediate container ae103e90c1c3 [2021-04-06T06:55:33.062Z] ---> 28166b88ddfc [2021-04-06T06:55:33.062Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-06T06:55:33.325Z] ---> Running in 3a7fe2755548 [2021-04-06T06:55:33.325Z] Removing intermediate container 3a7fe2755548 [2021-04-06T06:55:33.325Z] ---> 2b58b76ae85a [2021-04-06T06:55:33.325Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:55:33.588Z] ---> Running in fa50c39c92ce [2021-04-06T06:55:34.163Z] Removing intermediate container fa50c39c92ce [2021-04-06T06:55:34.163Z] ---> 7d02bd205dd8 [2021-04-06T06:55:34.163Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-06T06:55:34.427Z] ---> Running in 3e46270634a9 [2021-04-06T06:55:34.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:55:35.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:55:36.210Z] OK: 166 MiB in 39 packages [2021-04-06T06:55:36.472Z] Removing intermediate container 3e46270634a9 [2021-04-06T06:55:36.472Z] ---> 33b0a4f45333 [2021-04-06T06:55:36.472Z] Step 10/24 : ENV GO111MODULE=on [2021-04-06T06:55:36.472Z] ---> Running in 74b8de9a48cf [2021-04-06T06:55:36.736Z] Removing intermediate container 74b8de9a48cf [2021-04-06T06:55:36.736Z] ---> 77ecbefdaffa [2021-04-06T06:55:36.736Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-06T06:55:36.736Z] ---> Running in ce2f6438fb30 [2021-04-06T06:55:36.999Z] Removing intermediate container ce2f6438fb30 [2021-04-06T06:55:36.999Z] ---> 3a3a374fc0e5 [2021-04-06T06:55:36.999Z] Step 12/24 : COPY go.mod . [2021-04-06T06:55:37.261Z] ---> 043c0d7501d4 [2021-04-06T06:55:37.261Z] Step 13/24 : COPY Makefile . [2021-04-06T06:55:37.261Z] ---> 1eca3c80fe20 [2021-04-06T06:55:37.261Z] Step 14/24 : RUN make update [2021-04-06T06:55:37.524Z] ---> Running in c51b6cfbea6c [2021-04-06T06:55:37.797Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-06T06:55:38.386Z] Removing intermediate container c51b6cfbea6c [2021-04-06T06:55:38.386Z] ---> 21cc53e14cb3 [2021-04-06T06:55:38.386Z] Step 15/24 : COPY . . [2021-04-06T06:55:40.314Z] ---> d91c9624dfac [2021-04-06T06:55:40.314Z] Step 16/24 : RUN ${MAKE} [2021-04-06T06:55:40.580Z] ---> Running in b6408750a8b7 [2021-04-06T06:55:41.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.31" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-06T06:55:49.409Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-06T06:55:52.719Z] Removing intermediate container b6408750a8b7 [2021-04-06T06:55:52.719Z] ---> cbe870a64e22 [2021-04-06T06:55:52.719Z] Step 17/24 : FROM alpine:3.12 [2021-04-06T06:55:52.719Z] 3.12: Pulling from library/alpine [2021-04-06T06:55:52.821Z] Removing intermediate container 35c528856c28 [2021-04-06T06:55:52.821Z] ---> 7803987ffaf1 [2021-04-06T06:55:52.821Z] Successfully built 7803987ffaf1 [2021-04-06T06:55:52.821Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:55:52.982Z] 532819f3e44c: Pulling fs layer [2021-04-06T06:55:52.982Z] 532819f3e44c: Verifying Checksum [2021-04-06T06:55:52.982Z] 532819f3e44c: Download complete [2021-04-06T06:55:53.172Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T06:55:53.172Z] . [Pipeline] withDockerContainer [2021-04-06T06:55:53.243Z] 532819f3e44c: Pull complete [2021-04-06T06:55:53.244Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:55:53.244Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T06:55:53.244Z] ---> 7230e588e954 [2021-04-06T06:55:53.244Z] Step 18/24 : EXPOSE 4000 [2021-04-06T06:55:53.437Z] prd-ubuntu18.04-docker-arm64-4c-16g-32919 does not seem to be running inside a container [2021-04-06T06:55:53.506Z] ---> Running in 89d2d606c496 [2021-04-06T06:55:53.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/89 -v /w/workspace/edgex-ui-go/89:/w/workspace/edgex-ui-go/89:rw,z -v /w/workspace/edgex-ui-go/89@tmp:/w/workspace/edgex-ui-go/89@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 ******** ci-base-image-arm64 cat [2021-04-06T06:55:54.083Z] Removing intermediate container 89d2d606c496 [2021-04-06T06:55:54.083Z] ---> 5f2c08614f4f [2021-04-06T06:55:54.083Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T06:55:55.030Z] ---> 53535f1c8d72 [2021-04-06T06:55:55.030Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T06:55:55.056Z] $ docker top 4d6da36e379b04fedbef63f086101d8ee0e8d6c56b98cb1a72f7048971e15f94 -eo pid,comm [2021-04-06T06:55:55.292Z] ---> Running in 8d7f6a3bfb9a [2021-04-06T06:55:55.292Z] Removing intermediate container 8d7f6a3bfb9a [2021-04-06T06:55:55.292Z] ---> 71f4f352b772 [2021-04-06T06:55:55.292Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [Pipeline] { [Pipeline] sh [2021-04-06T06:55:55.565Z] ---> Running in 412cb1a8dd2e [2021-04-06T06:55:55.565Z] Removing intermediate container 412cb1a8dd2e [2021-04-06T06:55:55.565Z] ---> 44b50ff76bda [2021-04-06T06:55:55.565Z] Step 22/24 : LABEL arch=amd64 [2021-04-06T06:55:55.565Z] ---> Running in 381ea37799ab [2021-04-06T06:55:55.832Z] Removing intermediate container 381ea37799ab [2021-04-06T06:55:55.832Z] ---> 0d8dae3cc93d [2021-04-06T06:55:55.832Z] Step 23/24 : LABEL git_sha=6a62b4630643e9a9217882e0bdb5c333b7f0a58e [2021-04-06T06:55:55.832Z] ---> Running in 5b1f8565b492 [2021-04-06T06:55:56.094Z] Removing intermediate container 5b1f8565b492 [2021-04-06T06:55:56.094Z] ---> b880c2f69eb9 [2021-04-06T06:55:56.094Z] Step 24/24 : LABEL version=2.0.0-dev.31 [2021-04-06T06:55:56.094Z] ---> Running in 6b100d95ee70 [2021-04-06T06:55:56.094Z] + go version [2021-04-06T06:55:56.094Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T06:55:56.128Z] $ docker stop --time=1 4d6da36e379b04fedbef63f086101d8ee0e8d6c56b98cb1a72f7048971e15f94 [2021-04-06T06:55:56.356Z] Removing intermediate container 6b100d95ee70 [2021-04-06T06:55:56.356Z] ---> 69cf9d59146c [2021-04-06T06:55:56.356Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-06T06:55:56.356Z] Successfully built 69cf9d59146c [2021-04-06T06:55:56.356Z] Successfully tagged docker-edgex-ui-go:latest [2021-04-06T06:55:57.979Z] $ docker rm -f 4d6da36e379b04fedbef63f086101d8ee0e8d6c56b98cb1a72f7048971e15f94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:55:58.811Z] provisioning config files... [2021-04-06T06:55:58.843Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/89@tmp/config2623532047173214516tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:55:59.014Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T06:55:59.014Z] . [Pipeline] withDockerContainer [2021-04-06T06:55:59.202Z] ---> docker-login.sh [2021-04-06T06:55:59.202Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:55:59.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:55:59.288Z] prd-ubuntu18.04-docker-arm64-4c-16g-32919 does not seem to be running inside a container [2021-04-06T06:55:59.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/89 -v /w/workspace/edgex-ui-go/89:/w/workspace/edgex-ui-go/89:rw,z -v /w/workspace/edgex-ui-go/89@tmp:/w/workspace/edgex-ui-go/89@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 ******** ci-base-image-arm64 cat [2021-04-06T06:55:59.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:55:59.465Z] Configure a credential helper to remove this warning. See [2021-04-06T06:55:59.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:55:59.465Z] [2021-04-06T06:55:59.465Z] Login Succeeded [2021-04-06T06:55:59.465Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:55:59.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:55:59.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:55:59.465Z] Configure a credential helper to remove this warning. See [2021-04-06T06:55:59.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:55:59.465Z] [2021-04-06T06:55:59.465Z] Login Succeeded [2021-04-06T06:55:59.465Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:55:59.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:55:59.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:55:59.727Z] Configure a credential helper to remove this warning. See [2021-04-06T06:55:59.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:55:59.727Z] [2021-04-06T06:55:59.727Z] Login Succeeded [2021-04-06T06:55:59.727Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:55:59.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:55:59.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:55:59.989Z] Configure a credential helper to remove this warning. See [2021-04-06T06:55:59.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:55:59.989Z] [2021-04-06T06:55:59.989Z] Login Succeeded [2021-04-06T06:55:59.989Z] docker.io [2021-04-06T06:55:59.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:56:00.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:56:00.251Z] Configure a credential helper to remove this warning. See [2021-04-06T06:56:00.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:56:00.251Z] [2021-04-06T06:56:00.251Z] Login Succeeded [2021-04-06T06:56:00.251Z] ---> docker-login.sh ends [2021-04-06T06:56:00.943Z] $ docker top 324d859ec5d3b0eb2615158e812a0ac67d6a89b75615e2a8804a1f20db74b31d -eo pid,comm [Pipeline] { [Pipeline] } [2021-04-06T06:56:01.338Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:56:01.621Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-06T06:56:01.621Z] 6a62b4630643e9a9217882e0bdb5c333b7f0a58e [2021-04-06T06:56:01.621Z] latest [2021-04-06T06:56:01.621Z] 2.0.0-dev.31 [2021-04-06T06:56:01.621Z] 6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 [2021-04-06T06:56:01.621Z] master [2021-04-06T06:56:01.621Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:02.054Z] + make test [2021-04-06T06:56:02.054Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-06T06:56:02.175Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:02.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e [2021-04-06T06:56:02.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-06T06:56:02.478Z] b854b3d16f51: Preparing [2021-04-06T06:56:02.478Z] b0b9881431d7: Preparing [2021-04-06T06:56:02.478Z] b0b9881431d7: Layer already exists [2021-04-06T06:56:03.505Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-06T06:56:03.872Z] b854b3d16f51: Pushed [2021-04-06T06:56:04.134Z] 6a62b4630643e9a9217882e0bdb5c333b7f0a58e: digest: sha256:4011fce5ea9cdad299d63899690ff25123a1daf6129d838a883884d02767e83b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:04.448Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:04.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-06T06:56:04.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-06T06:56:04.761Z] b854b3d16f51: Preparing [2021-04-06T06:56:04.761Z] b0b9881431d7: Preparing [2021-04-06T06:56:04.761Z] b854b3d16f51: Layer already exists [2021-04-06T06:56:04.761Z] b0b9881431d7: Layer already exists [2021-04-06T06:56:04.761Z] latest: digest: sha256:4011fce5ea9cdad299d63899690ff25123a1daf6129d838a883884d02767e83b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:05.074Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:05.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.31 [2021-04-06T06:56:05.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-06T06:56:05.374Z] b854b3d16f51: Preparing [2021-04-06T06:56:05.374Z] b0b9881431d7: Preparing [2021-04-06T06:56:05.374Z] b0b9881431d7: Layer already exists [2021-04-06T06:56:05.374Z] b854b3d16f51: Layer already exists [2021-04-06T06:56:05.374Z] 2.0.0-dev.31: digest: sha256:4011fce5ea9cdad299d63899690ff25123a1daf6129d838a883884d02767e83b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:05.688Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:05.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 [2021-04-06T06:56:05.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-06T06:56:05.991Z] b854b3d16f51: Preparing [2021-04-06T06:56:05.991Z] b0b9881431d7: Preparing [2021-04-06T06:56:05.991Z] b0b9881431d7: Layer already exists [2021-04-06T06:56:05.991Z] b854b3d16f51: Layer already exists [2021-04-06T06:56:05.991Z] 6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31: digest: sha256:4011fce5ea9cdad299d63899690ff25123a1daf6129d838a883884d02767e83b size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:06.326Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:06.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-06T06:56:06.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-06T06:56:06.629Z] b854b3d16f51: Preparing [2021-04-06T06:56:06.629Z] b0b9881431d7: Preparing [2021-04-06T06:56:06.629Z] b854b3d16f51: Layer already exists [2021-04-06T06:56:06.629Z] b0b9881431d7: Layer already exists [2021-04-06T06:56:06.629Z] master: digest: sha256:4011fce5ea9cdad299d63899690ff25123a1daf6129d838a883884d02767e83b size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:56:06.843Z] ===================================================== [Pipeline] echo [2021-04-06T06:56:06.896Z] taggedImages: [2021-04-06T06:56:06.896Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e [2021-04-06T06:56:06.896Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-06T06:56:06.896Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.31 [2021-04-06T06:56:06.896Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 [2021-04-06T06:56:06.896Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:56:07.675Z] ---> job-cost.sh [2021-04-06T06:56:07.676Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WlWL [2021-04-06T06:56:22.616Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-06T06:56:35.904Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-06T06:56:35.904Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-06T06:56:36.925Z] $ docker stop --time=1 324d859ec5d3b0eb2615158e812a0ac67d6a89b75615e2a8804a1f20db74b31d [2021-04-06T06:56:39.165Z] $ docker rm -f 324d859ec5d3b0eb2615158e812a0ac67d6a89b75615e2a8804a1f20db74b31d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:56:40.044Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T06:56:40.128Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T06:56:41.020Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T06:56:41.740Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T06:56:42.090Z] + ls -al . [2021-04-06T06:56:42.090Z] total 124 [2021-04-06T06:56:42.090Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 06:56 . [2021-04-06T06:56:42.090Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 06:54 .. [2021-04-06T06:56:42.090Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 06:54 .git [2021-04-06T06:56:42.090Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 06:54 .github [2021-04-06T06:56:42.090Z] -rw-rw-r-- 1 jenkins jenkins 153 Apr 6 06:54 .gitignore [2021-04-06T06:56:42.090Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 6 06:54 CONTRIBUTING.md [2021-04-06T06:56:42.090Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 6 06:54 Dockerfile [2021-04-06T06:56:42.090Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 6 06:54 Dockerfile.build [2021-04-06T06:56:42.090Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 6 06:54 Jenkinsfile [2021-04-06T06:56:42.091Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 6 06:54 LICENSE [2021-04-06T06:56:42.091Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 6 06:54 Makefile [2021-04-06T06:56:42.091Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 6 06:54 README.md [2021-04-06T06:56:42.091Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 06:50 VERSION [2021-04-06T06:56:42.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 06:54 assets [2021-04-06T06:56:42.091Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 06:54 bin [2021-04-06T06:56:42.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 6 06:54 cmd [2021-04-06T06:56:42.091Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 6 06:56 coverage.out [2021-04-06T06:56:42.091Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 06:54 docs [2021-04-06T06:56:42.091Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 06:54 go.mod [2021-04-06T06:56:42.091Z] -rw-r--r-- 1 jenkins jenkins 22319 Apr 6 06:56 go.sum [2021-04-06T06:56:42.091Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 06:54 internal [2021-04-06T06:56:42.091Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 6 06:54 version.go [2021-04-06T06:56:42.091Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 06:54 web [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:56:42.481Z] + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6a62b4630643e9a9217882e0bdb5c333b7f0a58e --label arch=arm64 --label version=2.0.0-dev.31 . [2021-04-06T06:56:43.503Z] Sending build context to Docker daemon 17.61MB [2021-04-06T06:56:43.503Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:56:43.503Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-06T06:56:43.503Z] ---> 7803987ffaf1 [2021-04-06T06:56:43.503Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-06T06:56:43.778Z] ---> Running in de91d15ff5b0 [2021-04-06T06:56:44.375Z] Removing intermediate container de91d15ff5b0 [2021-04-06T06:56:44.375Z] ---> ae98fd035f15 [2021-04-06T06:56:44.375Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-06T06:56:44.375Z] ---> Running in 70510c5fa3c9 [2021-04-06T06:56:44.649Z] Removing intermediate container 70510c5fa3c9 [2021-04-06T06:56:44.649Z] ---> adfb67d61ead [2021-04-06T06:56:44.649Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-06T06:56:44.927Z] ---> Running in 70c36f5ce4c1 [2021-04-06T06:56:45.531Z] Removing intermediate container 70c36f5ce4c1 [2021-04-06T06:56:45.531Z] ---> ff07822fe042 [2021-04-06T06:56:45.531Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-06T06:56:45.531Z] ---> Running in e036e56bc3ff [2021-04-06T06:56:46.124Z] Removing intermediate container e036e56bc3ff [2021-04-06T06:56:46.124Z] ---> acb4b0e20b65 [2021-04-06T06:56:46.124Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-06T06:56:46.124Z] ---> Running in aaeab9a1749a [2021-04-06T06:56:46.719Z] Removing intermediate container aaeab9a1749a [2021-04-06T06:56:46.719Z] ---> b214242b9522 [2021-04-06T06:56:46.719Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:56:46.719Z] ---> Running in eb77306d4ebe [2021-04-06T06:56:48.712Z] Removing intermediate container eb77306d4ebe [2021-04-06T06:56:48.712Z] ---> 42d5b8d682c0 [2021-04-06T06:56:48.712Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-06T06:56:48.987Z] ---> Running in a5a297c32e17 [2021-04-06T06:56:49.250Z] lf-activate-venv(): INFO: Adding /tmp/venv-WlWL/bin to PATH [2021-04-06T06:56:49.250Z] INFO: No Stack... [2021-04-06T06:56:49.250Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T06:56:49.512Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T06:56:49.831Z] + cat /w/workspace/edgex-ui-go/89/archives/cost.csv [2021-04-06T06:56:49.831Z] + cut -d, -f6 [Pipeline] lock [2021-04-06T06:56:49.929Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] [2021-04-06T06:56:49.943Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] did not exist. Created. [2021-04-06T06:56:49.943Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] [Pipeline] { [2021-04-06T06:56:49.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] unstash [Pipeline] sh [2021-04-06T06:56:50.334Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-06T06:56:50.461Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T06:56:50.475Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-04-06T06:56:50.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T06:56:51.940Z] OK: 142 MiB in 39 packages [2021-04-06T06:56:52.917Z] Removing intermediate container a5a297c32e17 [2021-04-06T06:56:52.917Z] ---> 7cd9f9d4cded [2021-04-06T06:56:52.917Z] Step 10/24 : ENV GO111MODULE=on [2021-04-06T06:56:53.190Z] ---> Running in 3a40339f6923 [2021-04-06T06:56:53.785Z] Removing intermediate container 3a40339f6923 [2021-04-06T06:56:53.785Z] ---> 005fa808c397 [2021-04-06T06:56:53.785Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-06T06:56:53.785Z] ---> Running in 5a327a5fc454 [2021-04-06T06:56:54.382Z] Removing intermediate container 5a327a5fc454 [2021-04-06T06:56:54.382Z] ---> 83d959536bfe [2021-04-06T06:56:54.382Z] Step 12/24 : COPY go.mod . [2021-04-06T06:56:54.982Z] ---> 761aa42b9d22 [2021-04-06T06:56:54.982Z] Step 13/24 : COPY Makefile . [2021-04-06T06:56:55.579Z] ---> b302537ce705 [2021-04-06T06:56:55.579Z] Step 14/24 : RUN make update [2021-04-06T06:56:55.861Z] ---> Running in f81b71791d71 [2021-04-06T06:56:56.841Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-06T06:56:58.276Z] Removing intermediate container f81b71791d71 [2021-04-06T06:56:58.276Z] ---> 53096535c1c5 [2021-04-06T06:56:58.276Z] Step 15/24 : COPY . . [2021-04-06T06:57:00.900Z] ---> 3813387ea068 [2021-04-06T06:57:00.900Z] Step 16/24 : RUN ${MAKE} [2021-04-06T06:57:00.900Z] ---> Running in 32a0477a0293 [2021-04-06T06:57:01.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.31" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-06T06:57:28.730Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-06T06:57:34.129Z] Removing intermediate container 32a0477a0293 [2021-04-06T06:57:34.129Z] ---> 6b4b55a89bbf [2021-04-06T06:57:34.129Z] Step 17/24 : FROM alpine:3.12 [2021-04-06T06:57:34.129Z] 3.12: Pulling from library/alpine [2021-04-06T06:57:34.129Z] 9a219e8acc52: Pulling fs layer [2021-04-06T06:57:34.129Z] 9a219e8acc52: Verifying Checksum [2021-04-06T06:57:34.129Z] 9a219e8acc52: Download complete [2021-04-06T06:57:34.728Z] 9a219e8acc52: Pull complete [2021-04-06T06:57:34.728Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:57:34.728Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T06:57:34.728Z] ---> d75e27dfc0a0 [2021-04-06T06:57:34.728Z] Step 18/24 : EXPOSE 4000 [2021-04-06T06:57:35.001Z] ---> Running in fc7a344d001f [2021-04-06T06:57:35.601Z] Removing intermediate container fc7a344d001f [2021-04-06T06:57:35.601Z] ---> 0b7b6f46dd33 [2021-04-06T06:57:35.601Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T06:57:37.576Z] ---> f5d6fea6c410 [2021-04-06T06:57:37.576Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-06T06:57:37.576Z] ---> Running in 2dd923db6d1a [2021-04-06T06:57:37.848Z] Removing intermediate container 2dd923db6d1a [2021-04-06T06:57:37.848Z] ---> e5aea79b1c60 [2021-04-06T06:57:37.848Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-06T06:57:38.120Z] ---> Running in 1aeda2805d7a [2021-04-06T06:57:38.393Z] Removing intermediate container 1aeda2805d7a [2021-04-06T06:57:38.393Z] ---> 11b8764b4062 [2021-04-06T06:57:38.393Z] Step 22/24 : LABEL arch=arm64 [2021-04-06T06:57:38.675Z] ---> Running in f71de019cba7 [2021-04-06T06:57:38.951Z] Removing intermediate container f71de019cba7 [2021-04-06T06:57:38.951Z] ---> 3d12e03b5f0d [2021-04-06T06:57:38.951Z] Step 23/24 : LABEL git_sha=6a62b4630643e9a9217882e0bdb5c333b7f0a58e [2021-04-06T06:57:38.951Z] ---> Running in 731edeee1517 [2021-04-06T06:57:39.545Z] Removing intermediate container 731edeee1517 [2021-04-06T06:57:39.546Z] ---> 88b276c6a5ec [2021-04-06T06:57:39.546Z] Step 24/24 : LABEL version=2.0.0-dev.31 [2021-04-06T06:57:39.821Z] ---> Running in c14f11577da7 [2021-04-06T06:57:40.105Z] Removing intermediate container c14f11577da7 [2021-04-06T06:57:40.105Z] ---> b3c3c03d0bb2 [2021-04-06T06:57:40.105Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-06T06:57:40.377Z] Successfully built b3c3c03d0bb2 [2021-04-06T06:57:40.378Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:57:40.787Z] provisioning config files... [2021-04-06T06:57:40.834Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/89@tmp/config7540276433931253916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:57:41.233Z] ---> docker-login.sh [2021-04-06T06:57:41.233Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:57:41.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:57:41.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:57:41.783Z] Configure a credential helper to remove this warning. See [2021-04-06T06:57:41.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:57:41.783Z] [2021-04-06T06:57:41.783Z] Login Succeeded [2021-04-06T06:57:41.783Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:57:42.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:57:42.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:57:42.328Z] Configure a credential helper to remove this warning. See [2021-04-06T06:57:42.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:57:42.328Z] [2021-04-06T06:57:42.328Z] Login Succeeded [2021-04-06T06:57:42.328Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:57:42.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:57:42.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:57:42.877Z] Configure a credential helper to remove this warning. See [2021-04-06T06:57:42.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:57:42.877Z] [2021-04-06T06:57:42.877Z] Login Succeeded [2021-04-06T06:57:42.877Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:57:43.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:57:43.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:57:43.423Z] Configure a credential helper to remove this warning. See [2021-04-06T06:57:43.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:57:43.423Z] [2021-04-06T06:57:43.423Z] Login Succeeded [2021-04-06T06:57:43.423Z] docker.io [2021-04-06T06:57:44.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:57:44.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:57:44.292Z] Configure a credential helper to remove this warning. See [2021-04-06T06:57:44.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:57:44.292Z] [2021-04-06T06:57:44.292Z] Login Succeeded [2021-04-06T06:57:44.292Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:57:44.313Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:57:44.516Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-06T06:57:44.516Z] 6a62b4630643e9a9217882e0bdb5c333b7f0a58e [2021-04-06T06:57:44.516Z] latest [2021-04-06T06:57:44.516Z] 2.0.0-dev.31 [2021-04-06T06:57:44.516Z] 6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 [2021-04-06T06:57:44.516Z] master [2021-04-06T06:57:44.516Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:45.267Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:45.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e [2021-04-06T06:57:45.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-06T06:57:45.617Z] 3713dd38f19e: Preparing [2021-04-06T06:57:45.617Z] e08058ee1dfe: Preparing [2021-04-06T06:57:45.894Z] e08058ee1dfe: Layer already exists [2021-04-06T06:57:49.268Z] 3713dd38f19e: Pushed [2021-04-06T06:57:49.268Z] 6a62b4630643e9a9217882e0bdb5c333b7f0a58e: digest: sha256:8d8ea0415899639b6ecd2f55b71cbe1e47a773bfea11e9f14396c65b41bdf710 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:49.612Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:49.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-06T06:57:49.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-06T06:57:49.949Z] 3713dd38f19e: Preparing [2021-04-06T06:57:49.949Z] e08058ee1dfe: Preparing [2021-04-06T06:57:49.949Z] e08058ee1dfe: Layer already exists [2021-04-06T06:57:49.949Z] 3713dd38f19e: Layer already exists [2021-04-06T06:57:50.221Z] latest: digest: sha256:8d8ea0415899639b6ecd2f55b71cbe1e47a773bfea11e9f14396c65b41bdf710 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:50.566Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:50.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.31 [2021-04-06T06:57:50.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-06T06:57:50.899Z] 3713dd38f19e: Preparing [2021-04-06T06:57:50.899Z] e08058ee1dfe: Preparing [2021-04-06T06:57:50.899Z] 3713dd38f19e: Layer already exists [2021-04-06T06:57:50.899Z] e08058ee1dfe: Layer already exists [2021-04-06T06:57:51.169Z] 2.0.0-dev.31: digest: sha256:8d8ea0415899639b6ecd2f55b71cbe1e47a773bfea11e9f14396c65b41bdf710 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:51.503Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:51.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 [2021-04-06T06:57:51.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-06T06:57:51.840Z] 3713dd38f19e: Preparing [2021-04-06T06:57:51.840Z] e08058ee1dfe: Preparing [2021-04-06T06:57:51.840Z] e08058ee1dfe: Layer already exists [2021-04-06T06:57:51.840Z] 3713dd38f19e: Layer already exists [2021-04-06T06:57:52.110Z] 6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31: digest: sha256:8d8ea0415899639b6ecd2f55b71cbe1e47a773bfea11e9f14396c65b41bdf710 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:52.453Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:57:52.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-06T06:57:52.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-06T06:57:52.793Z] 3713dd38f19e: Preparing [2021-04-06T06:57:52.793Z] e08058ee1dfe: Preparing [2021-04-06T06:57:52.793Z] 3713dd38f19e: Layer already exists [2021-04-06T06:57:52.793Z] e08058ee1dfe: Layer already exists [2021-04-06T06:57:53.065Z] master: digest: sha256:8d8ea0415899639b6ecd2f55b71cbe1e47a773bfea11e9f14396c65b41bdf710 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:57:53.279Z] ===================================================== [Pipeline] echo [2021-04-06T06:57:53.358Z] taggedImages: [2021-04-06T06:57:53.358Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e [2021-04-06T06:57:53.358Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-06T06:57:53.358Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.31 [2021-04-06T06:57:53.358Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:6a62b4630643e9a9217882e0bdb5c333b7f0a58e-2.0.0-dev.31 [2021-04-06T06:57:53.358Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:57:53.934Z] ---> job-cost.sh [2021-04-06T06:57:53.934Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sPwk [2021-04-06T06:58:32.934Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T07:00:09.748Z] lf-activate-venv(): INFO: Adding /tmp/venv-sPwk/bin to PATH [2021-04-06T07:00:09.748Z] INFO: No Stack... [2021-04-06T07:00:09.748Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T07:00:09.748Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T07:00:10.104Z] + cat /w/workspace/edgex-ui-go/89/archives/cost.csv [2021-04-06T07:00:10.104Z] + cut -d, -f6 [Pipeline] lock [2021-04-06T07:00:10.237Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] [2021-04-06T07:00:10.252Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] did not exist. Created. [2021-04-06T07:00:10.253Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T07:00:10.742Z] /w/workspace/edgex-ui-go/89@tmp/durable-675eb90f/script.sh: 1: /w/workspace/edgex-ui-go/89@tmp/durable-675eb90f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-06T07:00:11.108Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T07:00:11.189Z] Warning: overwriting stash ‘stack-cost’ [2021-04-06T07:00:11.421Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T07:00:11.435Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-89-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-06T07:00:12.624Z] provisioning config files... [2021-04-06T07:00:12.636Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config996765184495439897tmp [Pipeline] { [Pipeline] sh [2021-04-06T07:00:13.097Z] + set +x [2021-04-06T07:00:13.097Z] + curl -s https://codecov.io/bash [2021-04-06T07:00:13.097Z] + bash -s -- [2021-04-06T07:00:13.097Z] [2021-04-06T07:00:13.097Z] _____ _ [2021-04-06T07:00:13.097Z] / ____| | | [2021-04-06T07:00:13.097Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T07:00:13.097Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T07:00:13.097Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T07:00:13.097Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T07:00:13.097Z] Bash-20210309-2b87ace [2021-04-06T07:00:13.097Z] [2021-04-06T07:00:13.097Z] [2021-04-06T07:00:13.097Z] ==> git version 2.24.3 found [2021-04-06T07:00:13.097Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-06T07:00:13.097Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T07:00:13.097Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T07:00:13.097Z] ==> Jenkins CI detected. [2021-04-06T07:00:13.363Z] project root: . [2021-04-06T07:00:13.363Z] --> token set from env [2021-04-06T07:00:13.363Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T07:00:13.363Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T07:00:13.363Z] ==> Python coveragepy not found [2021-04-06T07:00:13.363Z] ==> Searching for coverage reports in: [2021-04-06T07:00:13.363Z] + . [2021-04-06T07:00:13.363Z] -> Found 1 reports [2021-04-06T07:00:13.363Z] ==> Detecting git/mercurial file structure [2021-04-06T07:00:13.363Z] ==> Reading reports [2021-04-06T07:00:13.363Z] + ./coverage.out bytes=10 [2021-04-06T07:00:13.363Z] ==> Appending adjustments [2021-04-06T07:00:13.363Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T07:00:13.363Z] + Found adjustments [2021-04-06T07:00:13.363Z] ==> Gzipping contents [2021-04-06T07:00:13.363Z] 4.0K /tmp/codecov.GbXssj.gz [2021-04-06T07:00:13.363Z] ==> Uploading reports [2021-04-06T07:00:13.363Z] url: https://codecov.io [2021-04-06T07:00:13.363Z] query: branch=master&commit=6a62b4630643e9a9217882e0bdb5c333b7f0a58e&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T07:00:13.363Z] -> Pinging Codecov [2021-04-06T07:00:13.363Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=6a62b4630643e9a9217882e0bdb5c333b7f0a58e&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T07:00:13.938Z] -> Uploading to [2021-04-06T07:00:13.938Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/FB506323287CE973F263BFD2A0EB1F37/6a62b4630643e9a9217882e0bdb5c333b7f0a58e/9e7585f7-1fac-4aec-9ea4-2df45dd0319f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T070013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f086ef7a3e4d160399840907f0cf23226994ca224a11e60f9123d48ab35cd57f [2021-04-06T07:00:13.938Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T07:00:13.938Z] Dload Upload Total Spent Left Speed [2021-04-06T07:00:14.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3491 0 0 100 3491 0 7848 --:--:-- --:--:-- --:--:-- 7862 [2021-04-06T07:00:14.519Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] } [2021-04-06T07:00:14.530Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-06T07:00:15.000Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-06T07:00:15.057Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:00:15.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T07:00:15.409Z] [2021-04-06T07:00:15.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:00:15.759Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T07:00:15.759Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-06T07:00:15.759Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T07:00:15.759Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T07:00:15.759Z] de9db76c5a1d: Pulling fs layer [2021-04-06T07:00:15.759Z] 0eba1c9be4d2: Pulling fs layer [2021-04-06T07:00:15.759Z] 0d57e429df01: Pulling fs layer [2021-04-06T07:00:15.759Z] 4e4be7b47b0d: Pulling fs layer [2021-04-06T07:00:15.759Z] e1f770b5df2f: Pulling fs layer [2021-04-06T07:00:15.759Z] 85a0685a4137: Pulling fs layer [2021-04-06T07:00:15.759Z] 0eba1c9be4d2: Waiting [2021-04-06T07:00:15.759Z] 0d57e429df01: Waiting [2021-04-06T07:00:15.759Z] 4e4be7b47b0d: Waiting [2021-04-06T07:00:15.759Z] e1f770b5df2f: Waiting [2021-04-06T07:00:15.759Z] 85a0685a4137: Waiting [2021-04-06T07:00:15.759Z] de9db76c5a1d: Download complete [2021-04-06T07:00:15.760Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T07:00:15.760Z] 0ef7d3d256c8: Download complete [2021-04-06T07:00:15.760Z] 0d57e429df01: Verifying Checksum [2021-04-06T07:00:15.760Z] 0d57e429df01: Download complete [2021-04-06T07:00:16.022Z] 4e4be7b47b0d: Verifying Checksum [2021-04-06T07:00:16.022Z] 4e4be7b47b0d: Download complete [2021-04-06T07:00:16.022Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T07:00:16.022Z] 188c0c94c7c5: Download complete [2021-04-06T07:00:16.292Z] 188c0c94c7c5: Pull complete [2021-04-06T07:00:16.557Z] 0ef7d3d256c8: Pull complete [2021-04-06T07:00:16.557Z] de9db76c5a1d: Pull complete [2021-04-06T07:00:17.135Z] e1f770b5df2f: Verifying Checksum [2021-04-06T07:00:17.135Z] e1f770b5df2f: Download complete [2021-04-06T07:00:19.068Z] 0eba1c9be4d2: Verifying Checksum [2021-04-06T07:00:19.068Z] 0eba1c9be4d2: Download complete [2021-04-06T07:00:19.332Z] 85a0685a4137: Verifying Checksum [2021-04-06T07:00:19.332Z] 85a0685a4137: Download complete [2021-04-06T07:00:25.956Z] 0eba1c9be4d2: Pull complete [2021-04-06T07:00:25.956Z] 0d57e429df01: Pull complete [2021-04-06T07:00:25.956Z] 4e4be7b47b0d: Pull complete [2021-04-06T07:00:29.296Z] e1f770b5df2f: Pull complete [2021-04-06T07:00:35.925Z] 85a0685a4137: Pull complete [2021-04-06T07:00:35.926Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-06T07:00:35.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T07:00:35.926Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-06T07:00:36.148Z] prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container [2021-04-06T07:00:36.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-06T07:00:37.153Z] $ docker top 83058d78d9084700d932855501f873ee4dcd31e193fb31a9e67fd65e6f8dd9b9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T07:00:37.452Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-06T07:00:37.743Z] + set -o pipefail [2021-04-06T07:00:37.743Z] + snyk monitor '--org=edgex-jenkins' [2021-04-06T07:00:52.700Z] [2021-04-06T07:00:52.700Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-04-06T07:00:52.700Z] [2021-04-06T07:00:52.700Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/9a36c507-ed1b-4172-8dc0-95ea58e2962d [2021-04-06T07:00:52.700Z] [2021-04-06T07:00:52.700Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-06T07:00:52.700Z] [2021-04-06T07:00:52.700Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-06T07:00:52.700Z] [2021-04-06T07:00:55.258Z] [2021-04-06T07:00:55.258Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-06T07:00:55.258Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-06T07:00:55.273Z] $ docker stop --time=1 83058d78d9084700d932855501f873ee4dcd31e193fb31a9e67fd65e6f8dd9b9 [2021-04-06T07:00:58.220Z] $ docker rm -f 83058d78d9084700d932855501f873ee4dcd31e193fb31a9e67fd65e6f8dd9b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T07:01:00.061Z] + git log --format=format:%s -1 6a62b4630643e9a9217882e0bdb5c333b7f0a58e [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:01:00.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T07:01:00.377Z] . [Pipeline] withDockerContainer [2021-04-06T07:01:00.482Z] prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container [2021-04-06T07:01:00.527Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T07:01:01.345Z] $ docker top 6ec385e8d0c4c4a3d659cac1986769c6b126c9f88a2e5d716b84ef1c4b84f95c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T07:01:01.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T07:01:01.655Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T07:01:01.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T07:01:01.883Z] $ docker exec 6ec385e8d0c4c4a3d659cac1986769c6b126c9f88a2e5d716b84ef1c4b84f95c ssh-agent [2021-04-06T07:01:02.060Z] SSH_AUTH_SOCK=/tmp/ssh-ux0UC7sTZ4Xv/agent.12 [2021-04-06T07:01:02.060Z] SSH_AGENT_PID=18 [2021-04-06T07:01:02.067Z] Running ssh-add (command line suppressed) [2021-04-06T07:01:02.197Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3256482417808053889.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3256482417808053889.key) [2021-04-06T07:01:02.260Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T07:01:02.596Z] + git semver tag [2021-04-06T07:01:02.596Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T07:01:02.596Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-06T07:01:02.596Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-06T07:01:02.596Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T07:01:02.596Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T07:01:02.596Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T07:01:02.596Z] # $SEMVER_BRANCH = master [2021-04-06T07:01:02.596Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-06T07:01:02.596Z] # 6a62b4630643e9a9217882e0bdb5c333b7f0a58e HEAD [2021-04-06T07:01:02.858Z] # -> Force: false [2021-04-06T07:01:02.858Z] # 3c63e916719c7f2f3885945015028f878216eefd refs/tags/v2.0.0-dev.31 [Pipeline] } [2021-04-06T07:01:02.869Z] $ docker exec --env ******** --env ******** 6ec385e8d0c4c4a3d659cac1986769c6b126c9f88a2e5d716b84ef1c4b84f95c ssh-agent -k [2021-04-06T07:01:02.993Z] unset SSH_AUTH_SOCK; [2021-04-06T07:01:02.994Z] unset SSH_AGENT_PID; [2021-04-06T07:01:02.994Z] echo Agent pid 18 killed; [2021-04-06T07:01:03.051Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T07:01:03.543Z] + git semver [Pipeline] } [2021-04-06T07:01:03.562Z] $ docker stop --time=1 6ec385e8d0c4c4a3d659cac1986769c6b126c9f88a2e5d716b84ef1c4b84f95c [2021-04-06T07:01:04.927Z] $ docker rm -f 6ec385e8d0c4c4a3d659cac1986769c6b126c9f88a2e5d716b84ef1c4b84f95c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:01:05.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T07:01:05.549Z] [2021-04-06T07:01:05.549Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:01:06.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T07:01:06.058Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-06T07:01:06.058Z] ab5ef0e58194: Pulling fs layer [2021-04-06T07:01:06.058Z] 9712f1f96733: Pulling fs layer [2021-04-06T07:01:06.058Z] 63f879dbbcfc: Pulling fs layer [2021-04-06T07:01:06.058Z] 0d9ebad4ef96: Pulling fs layer [2021-04-06T07:01:06.058Z] e9a5061849ea: Pulling fs layer [2021-04-06T07:01:06.058Z] d747dcd14b5f: Pulling fs layer [2021-04-06T07:01:06.058Z] 2de7ff778b66: Pulling fs layer [2021-04-06T07:01:06.058Z] e9a5061849ea: Waiting [2021-04-06T07:01:06.058Z] d747dcd14b5f: Waiting [2021-04-06T07:01:06.058Z] 2de7ff778b66: Waiting [2021-04-06T07:01:06.058Z] 0d9ebad4ef96: Waiting [2021-04-06T07:01:06.058Z] 9712f1f96733: Download complete [2021-04-06T07:01:07.519Z] 63f879dbbcfc: Verifying Checksum [2021-04-06T07:01:07.519Z] 63f879dbbcfc: Download complete [2021-04-06T07:01:07.519Z] e9a5061849ea: Verifying Checksum [2021-04-06T07:01:07.519Z] e9a5061849ea: Download complete [2021-04-06T07:01:07.519Z] d747dcd14b5f: Verifying Checksum [2021-04-06T07:01:07.519Z] d747dcd14b5f: Download complete [2021-04-06T07:01:07.791Z] 2de7ff778b66: Verifying Checksum [2021-04-06T07:01:07.791Z] 2de7ff778b66: Download complete [2021-04-06T07:01:08.059Z] 0d9ebad4ef96: Verifying Checksum [2021-04-06T07:01:08.059Z] 0d9ebad4ef96: Download complete [2021-04-06T07:01:08.645Z] ab5ef0e58194: Verifying Checksum [2021-04-06T07:01:08.646Z] ab5ef0e58194: Download complete [2021-04-06T07:01:12.924Z] ab5ef0e58194: Pull complete [2021-04-06T07:01:12.924Z] 9712f1f96733: Pull complete [2021-04-06T07:01:15.485Z] 63f879dbbcfc: Pull complete [2021-04-06T07:01:22.178Z] 0d9ebad4ef96: Pull complete [2021-04-06T07:01:25.555Z] e9a5061849ea: Pull complete [2021-04-06T07:01:25.555Z] d747dcd14b5f: Pull complete [2021-04-06T07:01:26.506Z] 2de7ff778b66: Pull complete [2021-04-06T07:01:26.506Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-06T07:01:26.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T07:01:26.506Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-06T07:01:26.702Z] prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container [2021-04-06T07:01:26.753Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-06T07:01:30.261Z] $ docker top c15e175357a72206bee1838d63144ca243e8e46bb87faeb27925ea3179a3e08b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-06T07:01:30.565Z] provisioning config files... [2021-04-06T07:01:30.576Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2855856670513771209tmp [2021-04-06T07:01:30.595Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5722510079185095535tmp [2021-04-06T07:01:30.611Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config877917918124437031tmp [Pipeline] { [Pipeline] echo [2021-04-06T07:01:30.677Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:01:30.977Z] ---> sigul-configuration.sh [2021-04-06T07:01:30.977Z] gpg: directory `/root/.gnupg' created [2021-04-06T07:01:30.977Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-06T07:01:30.977Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-06T07:01:30.977Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-06T07:01:30.977Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-06T07:01:30.977Z] gpg: CAST5 encrypted data [2021-04-06T07:01:31.242Z] gpg: encrypted with 1 passphrase [2021-04-06T07:01:31.242Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-06T07:01:31.543Z] + mkdir /home/jenkins [2021-04-06T07:01:31.543Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-06T07:01:31.842Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-06T07:01:31.854Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:01:32.151Z] ---> sigul-install.sh [2021-04-06T07:01:37.479Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-06T07:01:38.043Z] + git tag --list [2021-04-06T07:01:38.043Z] 0.1.1 [2021-04-06T07:01:38.043Z] v1.1.0 [2021-04-06T07:01:38.043Z] v1.2.0 [2021-04-06T07:01:38.043Z] v1.2.1 [2021-04-06T07:01:38.043Z] v1.3.0 [2021-04-06T07:01:38.043Z] v2.0.0-dev.1 [2021-04-06T07:01:38.043Z] v2.0.0-dev.10 [2021-04-06T07:01:38.043Z] v2.0.0-dev.11 [2021-04-06T07:01:38.043Z] v2.0.0-dev.12 [2021-04-06T07:01:38.043Z] v2.0.0-dev.13 [2021-04-06T07:01:38.043Z] v2.0.0-dev.14 [2021-04-06T07:01:38.043Z] v2.0.0-dev.15 [2021-04-06T07:01:38.043Z] v2.0.0-dev.16 [2021-04-06T07:01:38.043Z] v2.0.0-dev.17 [2021-04-06T07:01:38.043Z] v2.0.0-dev.18 [2021-04-06T07:01:38.043Z] v2.0.0-dev.19 [2021-04-06T07:01:38.043Z] v2.0.0-dev.2 [2021-04-06T07:01:38.043Z] v2.0.0-dev.20 [2021-04-06T07:01:38.043Z] v2.0.0-dev.21 [2021-04-06T07:01:38.043Z] v2.0.0-dev.22 [2021-04-06T07:01:38.043Z] v2.0.0-dev.23 [2021-04-06T07:01:38.043Z] v2.0.0-dev.24 [2021-04-06T07:01:38.043Z] v2.0.0-dev.25 [2021-04-06T07:01:38.043Z] v2.0.0-dev.26 [2021-04-06T07:01:38.043Z] v2.0.0-dev.27 [2021-04-06T07:01:38.043Z] v2.0.0-dev.28 [2021-04-06T07:01:38.043Z] v2.0.0-dev.29 [2021-04-06T07:01:38.043Z] v2.0.0-dev.3 [2021-04-06T07:01:38.043Z] v2.0.0-dev.30 [2021-04-06T07:01:38.043Z] v2.0.0-dev.31 [2021-04-06T07:01:38.043Z] v2.0.0-dev.4 [2021-04-06T07:01:38.043Z] v2.0.0-dev.5 [2021-04-06T07:01:38.043Z] v2.0.0-dev.6 [2021-04-06T07:01:38.043Z] v2.0.0-dev.7 [2021-04-06T07:01:38.043Z] v2.0.0-dev.8 [2021-04-06T07:01:38.043Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-06T07:01:38.343Z] + lftools sign git-tag v2.0.0-dev.31 [2021-04-06T07:01:39.735Z] Signing Git tag with Sigul... [2021-04-06T07:01:39.735Z] Signing v2.0.0-dev.31 [Pipeline] echo [2021-04-06T07:01:41.665Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:01:41.966Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-06T07:01:41.976Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-06T07:01:42.066Z] $ docker stop --time=1 c15e175357a72206bee1838d63144ca243e8e46bb87faeb27925ea3179a3e08b [2021-04-06T07:01:44.160Z] $ docker rm -f c15e175357a72206bee1838d63144ca243e8e46bb87faeb27925ea3179a3e08b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:01:45.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T07:01:45.065Z] . [Pipeline] withDockerContainer [2021-04-06T07:01:45.175Z] prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container [2021-04-06T07:01:45.226Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T07:01:45.856Z] $ docker top 18c129b9acf251672adef8922b2451245e5e40fc9eb57e3eeace19f988ab2bf5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T07:01:46.140Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T07:01:46.140Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T07:01:46.326Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T07:01:46.330Z] $ docker exec 18c129b9acf251672adef8922b2451245e5e40fc9eb57e3eeace19f988ab2bf5 ssh-agent [2021-04-06T07:01:46.500Z] SSH_AUTH_SOCK=/tmp/ssh-HgGdzj6ywmYX/agent.11 [2021-04-06T07:01:46.500Z] SSH_AGENT_PID=16 [2021-04-06T07:01:46.508Z] Running ssh-add (command line suppressed) [2021-04-06T07:01:46.637Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2116924447975243383.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2116924447975243383.key) [2021-04-06T07:01:46.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T07:01:47.033Z] + git semver bump pre [2021-04-06T07:01:47.033Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T07:01:47.033Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-06T07:01:47.033Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-06T07:01:47.033Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T07:01:47.033Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T07:01:47.033Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T07:01:47.033Z] # $SEMVER_BRANCH = master [2021-04-06T07:01:47.033Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-06T07:01:47.033Z] 2.0.0-dev.32 [Pipeline] } [2021-04-06T07:01:47.045Z] $ docker exec --env ******** --env ******** 18c129b9acf251672adef8922b2451245e5e40fc9eb57e3eeace19f988ab2bf5 ssh-agent -k [2021-04-06T07:01:47.162Z] unset SSH_AUTH_SOCK; [2021-04-06T07:01:47.162Z] unset SSH_AGENT_PID; [2021-04-06T07:01:47.162Z] echo Agent pid 16 killed; [2021-04-06T07:01:47.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T07:01:47.742Z] + git semver [Pipeline] } [2021-04-06T07:01:47.758Z] $ docker stop --time=1 18c129b9acf251672adef8922b2451245e5e40fc9eb57e3eeace19f988ab2bf5 [2021-04-06T07:01:49.114Z] $ docker rm -f 18c129b9acf251672adef8922b2451245e5e40fc9eb57e3eeace19f988ab2bf5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:01:49.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T07:01:49.704Z] . [Pipeline] withDockerContainer [2021-04-06T07:01:49.802Z] prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container [2021-04-06T07:01:49.850Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T07:01:50.505Z] $ docker top e9ae8e12acbcaf199926780461dc688e7b08120cacec264a70b741832d694951 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T07:01:50.819Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T07:01:50.819Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T07:01:51.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T07:01:51.020Z] $ docker exec e9ae8e12acbcaf199926780461dc688e7b08120cacec264a70b741832d694951 ssh-agent [2021-04-06T07:01:51.199Z] SSH_AUTH_SOCK=/tmp/ssh-TJiIAsvk2Cuo/agent.11 [2021-04-06T07:01:51.199Z] SSH_AGENT_PID=16 [2021-04-06T07:01:51.221Z] Running ssh-add (command line suppressed) [2021-04-06T07:01:51.375Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6915945055836650781.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6915945055836650781.key) [2021-04-06T07:01:51.433Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T07:01:51.807Z] + git semver push [2021-04-06T07:01:51.808Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T07:01:51.808Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-06T07:01:51.808Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-06T07:01:51.808Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T07:01:51.808Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T07:01:51.808Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T07:01:51.808Z] # $SEMVER_BRANCH = master [2021-04-06T07:01:51.808Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-06T07:01:56.049Z] $ docker exec --env ******** --env ******** e9ae8e12acbcaf199926780461dc688e7b08120cacec264a70b741832d694951 ssh-agent -k [2021-04-06T07:01:56.205Z] unset SSH_AUTH_SOCK; [2021-04-06T07:01:56.206Z] unset SSH_AGENT_PID; [2021-04-06T07:01:56.207Z] echo Agent pid 16 killed; [2021-04-06T07:01:56.273Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T07:01:56.743Z] + git semver [Pipeline] } [2021-04-06T07:01:56.760Z] $ docker stop --time=1 e9ae8e12acbcaf199926780461dc688e7b08120cacec264a70b741832d694951 [2021-04-06T07:01:58.106Z] $ docker rm -f e9ae8e12acbcaf199926780461dc688e7b08120cacec264a70b741832d694951 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:01:59.585Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:02:00.475Z] ---> package-listing.sh [2021-04-06T07:02:00.475Z] ++ facter osfamily [2021-04-06T07:02:00.475Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T07:02:00.475Z] + OS_FAMILY=redhat [2021-04-06T07:02:00.475Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-06T07:02:00.475Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T07:02:00.475Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T07:02:00.475Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T07:02:00.475Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T07:02:00.475Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-06T07:02:00.475Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T07:02:00.475Z] + case "${OS_FAMILY}" in [2021-04-06T07:02:00.475Z] + rpm -qa [2021-04-06T07:02:00.475Z] + sort [2021-04-06T07:02:05.792Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T07:02:05.792Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T07:02:05.792Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T07:02:05.792Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-06T07:02:05.792Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-06T07:02:05.792Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-04-06T07:02:05.806Z] 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-06T07:02:06.105Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:02:06.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T07:02:06.430Z] [2021-04-06T07:02:06.430Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T07:02:06.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T07:02:06.821Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T07:02:06.821Z] df20fa9351a1: Pulling fs layer [2021-04-06T07:02:06.821Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T07:02:06.821Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T07:02:06.821Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T07:02:06.821Z] 93b61091891f: Pulling fs layer [2021-04-06T07:02:06.821Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T07:02:06.821Z] 5e14af77c1be: Pulling fs layer [2021-04-06T07:02:06.821Z] 01666e4c0597: Pulling fs layer [2021-04-06T07:02:06.821Z] aa168da1d23b: Pulling fs layer [2021-04-06T07:02:06.821Z] 93b9cdb0e59b: Waiting [2021-04-06T07:02:06.821Z] 5e14af77c1be: Waiting [2021-04-06T07:02:06.821Z] 01666e4c0597: Waiting [2021-04-06T07:02:06.821Z] aa168da1d23b: Waiting [2021-04-06T07:02:06.821Z] 93b61091891f: Waiting [2021-04-06T07:02:06.821Z] 46f8f816bc3b: Waiting [2021-04-06T07:02:06.821Z] 36b3adc4ff6f: Verifying Checksum [2021-04-06T07:02:06.821Z] 36b3adc4ff6f: Download complete [2021-04-06T07:02:06.821Z] 46f8f816bc3b: Download complete [2021-04-06T07:02:07.090Z] df20fa9351a1: Verifying Checksum [2021-04-06T07:02:07.090Z] df20fa9351a1: Download complete [2021-04-06T07:02:07.090Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T07:02:07.090Z] 93b9cdb0e59b: Download complete [2021-04-06T07:02:07.090Z] 93b61091891f: Verifying Checksum [2021-04-06T07:02:07.090Z] 93b61091891f: Download complete [2021-04-06T07:02:07.090Z] 5e14af77c1be: Verifying Checksum [2021-04-06T07:02:07.090Z] 5e14af77c1be: Download complete [2021-04-06T07:02:07.090Z] 01666e4c0597: Verifying Checksum [2021-04-06T07:02:07.090Z] 01666e4c0597: Download complete [2021-04-06T07:02:07.090Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T07:02:07.090Z] 8ad3a11d3b57: Download complete [2021-04-06T07:02:07.354Z] df20fa9351a1: Pull complete [2021-04-06T07:02:07.620Z] 36b3adc4ff6f: Pull complete [2021-04-06T07:02:08.582Z] 8ad3a11d3b57: Pull complete [2021-04-06T07:02:08.582Z] 46f8f816bc3b: Pull complete [2021-04-06T07:02:09.156Z] aa168da1d23b: Verifying Checksum [2021-04-06T07:02:09.156Z] aa168da1d23b: Download complete [2021-04-06T07:02:10.102Z] 93b61091891f: Pull complete [2021-04-06T07:02:10.102Z] 93b9cdb0e59b: Pull complete [2021-04-06T07:02:10.102Z] 5e14af77c1be: Pull complete [2021-04-06T07:02:10.365Z] 01666e4c0597: Pull complete [2021-04-06T07:02:17.008Z] aa168da1d23b: Pull complete [2021-04-06T07:02:17.008Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T07:02:17.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T07:02:17.008Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T07:02:17.145Z] prd-centos7-docker-4c-2g-32917 does not seem to be running inside a container [2021-04-06T07:02:17.193Z] $ 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_master/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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-06T07:02:20.100Z] $ docker top dc5481cf6e7d50d411ac03f530d9caedd12f1f582e2413756256f9a439a94ae2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T07:02:20.626Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T07:02:20.968Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T07:02:21.293Z] + ls /var/log/sa-host [2021-04-06T07:02:21.293Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T07:02:21.293Z] file_magic: OK [2021-04-06T07:02:21.293Z] HZ: Using current value: 100 [2021-04-06T07:02:21.293Z] file_header: OK [2021-04-06T07:02:21.293Z] 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-04-06T07:02:21.293Z] Statistics: [2021-04-06T07:02:21.293Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-06T07:02:21.293Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T07:02:21.293Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T07:02:21.293Z] file_magic: OK [2021-04-06T07:02:21.293Z] HZ: Using current value: 100 [2021-04-06T07:02:21.293Z] file_header: OK [2021-04-06T07:02:21.293Z] 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-04-06T07:02:21.293Z] Statistics: [2021-04-06T07:02:21.293Z] Hnuu...uuuununununu... [2021-04-06T07:02:21.293Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T07:02:21.519Z] provisioning config files... [2021-04-06T07:02:21.534Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1320088569215514540tmp [Pipeline] { [Pipeline] echo [2021-04-06T07:02:21.650Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:02:21.951Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T07:02:21.960Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T07:02:22.051Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:02:22.345Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T07:02:22.392Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:02:22.698Z] ---> sudo-logs.sh [2021-04-06T07:02:22.698Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T07:02:22.758Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:02:23.059Z] ---> job-cost.sh [2021-04-06T07:02:23.059Z] lf-activate-venv: SKIPPING [2021-04-06T07:02:23.059Z] DEBUG: total: 0.20999999344348907 [2021-04-06T07:02:23.059Z] INFO: Retrieving Stack Cost... [2021-04-06T07:02:24.451Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T07:02:25.397Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T07:02:25.412Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T07:02:25.709Z] ---> logs-deploy.sh [2021-04-06T07:02:25.709Z] lf-activate-venv: SKIPPING [2021-04-06T07:02:25.709Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/89 [2021-04-06T07:02:25.709Z] INFO: archiving workspace using pattern(s): [2021-04-06T07:02:27.630Z] Archives upload complete. [2021-04-06T07:02:27.630Z] INFO: archiving logs to Nexus