Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 23a5eeb9b5cd65324e737a307091d4b207149c3a 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 Running on prd-centos7-docker-4c-2g-33904 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 23a5eeb9b5cd65324e737a307091d4b207149c3a (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 23a5eeb9b5cd65324e737a307091d4b207149c3a # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-13T10:51:11.344Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-13T10:51:11.612Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-13T10:51:11.708Z] ========================================================= [2021-04-13T10:51:11.708Z] EdgeX Global Pipelines Version Info [2021-04-13T10:51:11.708Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:51:13.235Z] ------------------- [2021-04-13T10:51:13.236Z] stable info: [2021-04-13T10:51:13.236Z] ------------------- [2021-04-13T10:51:13.236Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-13T10:51:13.236Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-13T10:51:13.236Z] Message: update stable to v1.0.186 [2021-04-13T10:51:14.190Z] ------------------- [2021-04-13T10:51:14.190Z] experimental info: [2021-04-13T10:51:14.190Z] ------------------- [2021-04-13T10:51:14.190Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-13T10:51:14.190Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-13T10:51:14.190Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-13T10:51:14.464Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-13T10:51:14.588Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-13T10:51:14.677Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-13T10:51:14.774Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-13T10:51:14.895Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-13T10:51:14.984Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-13T10:51:15.072Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-13T10:51:15.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-13T10:51:15.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-13T10:51:15.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-13T10:51:15.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-13T10:51:15.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-13T10:51:15.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-13T10:51:15.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-13T10:51:15.858Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T10:51:15.951Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T10:51:16.047Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-13T10:51:16.136Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-13T10:51:16.226Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-13T10:51:16.314Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-13T10:51:16.400Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-13T10:51:16.528Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-13T10:51:16.616Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-13T10:51:16.708Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-13T10:51:16.800Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-13T10:51:16.884Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-13T10:51:16.981Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-13T10:51:17.069Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-13T10:51:17.195Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-13T10:51:17.286Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 23a5eeb9b5cd65324e737a307091d4b207149c3a [Pipeline] echo [2021-04-13T10:51:17.382Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 23a5eeb [Pipeline] echo [2021-04-13T10:51:17.495Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:51:17.712Z] provisioning config files... [2021-04-13T10:51:17.802Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config969893524984197179tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:51:18.185Z] ---> docker-login.sh [2021-04-13T10:51:18.185Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:51:18.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:51:18.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:51:18.711Z] Configure a credential helper to remove this warning. See [2021-04-13T10:51:18.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:51:18.711Z] [2021-04-13T10:51:18.711Z] Login Succeeded [2021-04-13T10:51:18.711Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:51:19.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:51:19.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:51:19.006Z] Configure a credential helper to remove this warning. See [2021-04-13T10:51:19.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:51:19.006Z] [2021-04-13T10:51:19.006Z] Login Succeeded [2021-04-13T10:51:19.006Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:51:19.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:51:19.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:51:19.270Z] Configure a credential helper to remove this warning. See [2021-04-13T10:51:19.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:51:19.270Z] [2021-04-13T10:51:19.270Z] Login Succeeded [2021-04-13T10:51:19.270Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:51:19.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:51:19.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:51:19.270Z] Configure a credential helper to remove this warning. See [2021-04-13T10:51:19.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:51:19.270Z] [2021-04-13T10:51:19.270Z] Login Succeeded [2021-04-13T10:51:19.270Z] docker.io [2021-04-13T10:51:19.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:51:19.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:51:19.796Z] Configure a credential helper to remove this warning. See [2021-04-13T10:51:19.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:51:19.796Z] [2021-04-13T10:51:19.796Z] Login Succeeded [2021-04-13T10:51:19.796Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:51:19.806Z] 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-13T10:51:20.622Z] + git log --format=format:%s -1 23a5eeb9b5cd65324e737a307091d4b207149c3a [Pipeline] echo [2021-04-13T10:51:20.689Z] GIT_COMMIT: 23a5eeb9b5cd65324e737a307091d4b207149c3a, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-04-13T10:51:20.737Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:51:21.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:51:21.691Z] [2021-04-13T10:51:21.691Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:51:22.041Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:51:22.041Z] latest: Pulling from edgex-devops/git-semver [2021-04-13T10:51:22.041Z] 31603596830f: Pulling fs layer [2021-04-13T10:51:22.041Z] 2a8b12db71e7: Pulling fs layer [2021-04-13T10:51:22.041Z] 6ca5941a6612: Pulling fs layer [2021-04-13T10:51:22.041Z] ecc8261a40a4: Pulling fs layer [2021-04-13T10:51:22.041Z] ecc8261a40a4: Waiting [2021-04-13T10:51:22.041Z] 2a8b12db71e7: Verifying Checksum [2021-04-13T10:51:22.041Z] 2a8b12db71e7: Download complete [2021-04-13T10:51:22.306Z] 31603596830f: Verifying Checksum [2021-04-13T10:51:22.306Z] 31603596830f: Download complete [2021-04-13T10:51:22.306Z] ecc8261a40a4: Verifying Checksum [2021-04-13T10:51:22.306Z] ecc8261a40a4: Download complete [2021-04-13T10:51:22.306Z] 6ca5941a6612: Verifying Checksum [2021-04-13T10:51:22.306Z] 6ca5941a6612: Download complete [2021-04-13T10:51:22.569Z] 31603596830f: Pull complete [2021-04-13T10:51:22.833Z] 2a8b12db71e7: Pull complete [2021-04-13T10:51:23.786Z] 6ca5941a6612: Pull complete [2021-04-13T10:51:23.786Z] ecc8261a40a4: Pull complete [2021-04-13T10:51:23.786Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-13T10:51:24.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:51:24.049Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-13T10:51:24.171Z] prd-centos7-docker-4c-2g-33904 does not seem to be running inside a container [2021-04-13T10:51:24.229Z] $ 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-13T10:51:26.356Z] $ docker top a9c3862728f6485d3b409e67fbe19a317f8d27ed66cad64edcaea5ab024141b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T10:51:26.672Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T10:51:26.672Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T10:51:26.886Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T10:51:26.892Z] $ docker exec a9c3862728f6485d3b409e67fbe19a317f8d27ed66cad64edcaea5ab024141b8 ssh-agent [2021-04-13T10:51:27.068Z] SSH_AUTH_SOCK=/tmp/ssh-f9bfWVFWIq1h/agent.13 [2021-04-13T10:51:27.068Z] SSH_AGENT_PID=18 [2021-04-13T10:51:27.079Z] Running ssh-add (command line suppressed) [2021-04-13T10:51:27.221Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7395913659324191846.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7395913659324191846.key) [2021-04-13T10:51:27.277Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T10:51:27.613Z] + git tag --points-at HEAD [Pipeline] } [2021-04-13T10:51:27.640Z] $ docker exec --env ******** --env ******** a9c3862728f6485d3b409e67fbe19a317f8d27ed66cad64edcaea5ab024141b8 ssh-agent -k [2021-04-13T10:51:27.756Z] unset SSH_AUTH_SOCK; [2021-04-13T10:51:27.757Z] unset SSH_AGENT_PID; [2021-04-13T10:51:27.757Z] echo Agent pid 18 killed; [2021-04-13T10:51:27.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-13T10:51:27.945Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T10:51:27.945Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T10:51:28.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T10:51:28.129Z] $ docker exec a9c3862728f6485d3b409e67fbe19a317f8d27ed66cad64edcaea5ab024141b8 ssh-agent [2021-04-13T10:51:28.302Z] SSH_AUTH_SOCK=/tmp/ssh-cjUfG87cHCfH/agent.47 [2021-04-13T10:51:28.302Z] SSH_AGENT_PID=52 [2021-04-13T10:51:28.310Z] Running ssh-add (command line suppressed) [2021-04-13T10:51:28.443Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2346390034898367799.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2346390034898367799.key) [2021-04-13T10:51:28.497Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T10:51:28.840Z] + git semver init [2021-04-13T10:51:28.840Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T10:51:28.840Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-13T10:51:28.840Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T10:51:28.840Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T10:51:28.840Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T10:51:28.840Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T10:51:28.840Z] # $SEMVER_BRANCH = master [2021-04-13T10:51:28.840Z] # $SEMVER_TEMP = /tmp/semver-265355662 [2021-04-13T10:51:28.840Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-13T10:51:30.759Z] # '/tmp/semver-265355662' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-13T10:51:30.759Z] # -> Force: false [2021-04-13T10:51:30.759Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-13T10:51:30.774Z] $ docker exec --env ******** --env ******** a9c3862728f6485d3b409e67fbe19a317f8d27ed66cad64edcaea5ab024141b8 ssh-agent -k [2021-04-13T10:51:30.900Z] unset SSH_AUTH_SOCK; [2021-04-13T10:51:30.900Z] unset SSH_AGENT_PID; [2021-04-13T10:51:30.900Z] echo Agent pid 52 killed; [2021-04-13T10:51:30.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T10:51:31.471Z] + git semver [Pipeline] } [2021-04-13T10:51:31.490Z] $ docker stop --time=1 a9c3862728f6485d3b409e67fbe19a317f8d27ed66cad64edcaea5ab024141b8 [2021-04-13T10:51:33.239Z] $ docker rm -f a9c3862728f6485d3b409e67fbe19a317f8d27ed66cad64edcaea5ab024141b8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T10:51:33.694Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-13T10:51:34.121Z] Stashed 1 file(s) [Pipeline] echo [2021-04-13T10:51:34.124Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.36 [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-13T10:51:49.675Z] Still waiting to schedule task [2021-04-13T10:51:49.675Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-13T10:51:49.678Z] Still waiting to schedule task [2021-04-13T10:51:49.678Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-13T10:53:38.028Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33906 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-13T10:53:38.135Z] Running in /w/workspace/edgex-ui-go/95 [Pipeline] { [Pipeline] checkout [2021-04-13T10:53:43.465Z] using credential edgex-jenkins-ssh [2021-04-13T10:53:43.523Z] Cloning the remote Git repository [2021-04-13T10:53:43.584Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:53:43.695Z] > git init /w/workspace/edgex-ui-go/95 # timeout=10 [2021-04-13T10:53:43.775Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:53:43.776Z] > git --version # timeout=10 [2021-04-13T10:53:43.796Z] > git --version # 'git version 2.17.1' [2021-04-13T10:53:43.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:53:43.883Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:53:46.538Z] Checking out Revision 23a5eeb9b5cd65324e737a307091d4b207149c3a (master) [2021-04-13T10:53:45.932Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:53:45.950Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:53:45.979Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:53:46.022Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:53:46.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:53:46.036Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T10:53:46.559Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T10:53:46.574Z] > git checkout -f 23a5eeb9b5cd65324e737a307091d4b207149c3a # timeout=10 [2021-04-13T10:53:51.316Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T10:53:53.005Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:53:53.413Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:53:53.808Z] + sudo service docker+ restart [2021-04-13T10:53:53.808Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:53:56.512Z] provisioning config files... [2021-04-13T10:53:56.554Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/95@tmp/config7303388297182721464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:53:56.961Z] ---> docker-login.sh [2021-04-13T10:53:56.961Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:53:57.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:53:58.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:53:58.221Z] Configure a credential helper to remove this warning. See [2021-04-13T10:53:58.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:53:58.221Z] [2021-04-13T10:53:58.221Z] Login Succeeded [2021-04-13T10:53:58.221Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:53:58.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:53:58.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:53:58.771Z] Configure a credential helper to remove this warning. See [2021-04-13T10:53:58.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:53:58.771Z] [2021-04-13T10:53:58.771Z] Login Succeeded [2021-04-13T10:53:58.771Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:53:59.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:53:59.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:53:59.048Z] Configure a credential helper to remove this warning. See [2021-04-13T10:53:59.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:53:59.048Z] [2021-04-13T10:53:59.048Z] Login Succeeded [2021-04-13T10:53:59.048Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:53:59.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:53:59.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:53:59.648Z] Configure a credential helper to remove this warning. See [2021-04-13T10:53:59.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:53:59.648Z] [2021-04-13T10:53:59.648Z] Login Succeeded [2021-04-13T10:53:59.648Z] docker.io [2021-04-13T10:53:59.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:54:00.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:54:00.197Z] Configure a credential helper to remove this warning. See [2021-04-13T10:54:00.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:54:00.197Z] [2021-04-13T10:54:00.197Z] Login Succeeded [2021-04-13T10:54:00.197Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:54:00.217Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T10:54:00.679Z] ========================================================= [2021-04-13T10:54:00.679Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-13T10:54:00.679Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:54:01.061Z] + 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-13T10:54:02.066Z] Sending build context to Docker daemon 34.56MB [2021-04-13T10:54:02.338Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:54:02.338Z] Step 2/8 : FROM ${BASE} [2021-04-13T10:54:02.338Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-13T10:54:02.338Z] 5f621e34cdf4: Pulling fs layer [2021-04-13T10:54:02.338Z] a4357932f1b6: Pulling fs layer [2021-04-13T10:54:02.338Z] 18c013af1878: Pulling fs layer [2021-04-13T10:54:02.338Z] 00ac8860ef70: Pulling fs layer [2021-04-13T10:54:02.338Z] 63d7cb157983: Pulling fs layer [2021-04-13T10:54:02.338Z] b116817d02f9: Pulling fs layer [2021-04-13T10:54:02.338Z] 745a02a5169b: Pulling fs layer [2021-04-13T10:54:02.338Z] 63d7cb157983: Waiting [2021-04-13T10:54:02.338Z] b116817d02f9: Waiting [2021-04-13T10:54:02.338Z] 745a02a5169b: Waiting [2021-04-13T10:54:02.338Z] 00ac8860ef70: Waiting [2021-04-13T10:54:02.338Z] 18c013af1878: Verifying Checksum [2021-04-13T10:54:02.338Z] 18c013af1878: Download complete [2021-04-13T10:54:02.338Z] a4357932f1b6: Verifying Checksum [2021-04-13T10:54:02.338Z] a4357932f1b6: Download complete [2021-04-13T10:54:02.932Z] 63d7cb157983: Verifying Checksum [2021-04-13T10:54:02.932Z] 63d7cb157983: Download complete [2021-04-13T10:54:02.933Z] 5f621e34cdf4: Verifying Checksum [2021-04-13T10:54:02.933Z] 5f621e34cdf4: Download complete [2021-04-13T10:54:02.933Z] b116817d02f9: Verifying Checksum [2021-04-13T10:54:02.933Z] b116817d02f9: Download complete [2021-04-13T10:54:03.542Z] 5f621e34cdf4: Pull complete [2021-04-13T10:54:04.155Z] a4357932f1b6: Pull complete [2021-04-13T10:54:04.430Z] 18c013af1878: Pull complete [2021-04-13T10:54:05.421Z] 745a02a5169b: Verifying Checksum [2021-04-13T10:54:05.421Z] 745a02a5169b: Download complete [2021-04-13T10:54:06.865Z] 00ac8860ef70: Verifying Checksum [2021-04-13T10:54:06.865Z] 00ac8860ef70: Download complete [2021-04-13T10:54:17.831Z] 00ac8860ef70: Pull complete [2021-04-13T10:54:17.831Z] 63d7cb157983: Pull complete [2021-04-13T10:54:17.831Z] b116817d02f9: Pull complete [2021-04-13T10:54:21.238Z] 745a02a5169b: Pull complete [2021-04-13T10:54:21.238Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-13T10:54:21.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-13T10:54:21.238Z] ---> b7e6874047d6 [2021-04-13T10:54:21.238Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T10:54:23.865Z] ---> Running in c187c9b5b7f7 [2021-04-13T10:54:24.153Z] Removing intermediate container c187c9b5b7f7 [2021-04-13T10:54:24.153Z] ---> 3f23c11876ca [2021-04-13T10:54:24.153Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:54:24.426Z] ---> Running in 8e0436ac16f5 [2021-04-13T10:54:27.046Z] Removing intermediate container 8e0436ac16f5 [2021-04-13T10:54:27.046Z] ---> 822376afdada [2021-04-13T10:54:27.046Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-13T10:54:27.319Z] ---> Running in 7e10d5f0bfc0 [2021-04-13T10:54:28.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T10:54:29.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T10:54:29.878Z] OK: 142 MiB in 39 packages [2021-04-13T10:54:31.317Z] Removing intermediate container 7e10d5f0bfc0 [2021-04-13T10:54:31.317Z] ---> b7e1432601e0 [2021-04-13T10:54:31.317Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-13T10:54:31.317Z] ---> Running in 4aefe2857e8f [2021-04-13T10:54:31.911Z] Removing intermediate container 4aefe2857e8f [2021-04-13T10:54:31.911Z] ---> 85f1600901c3 [2021-04-13T10:54:31.911Z] Step 7/8 : COPY . . [2021-04-13T10:54:35.294Z] ---> 1fbc18b5f5d5 [2021-04-13T10:54:35.294Z] Step 8/8 : RUN go mod download [2021-04-13T10:54:35.294Z] ---> Running in 79e1e95e4949 [2021-04-13T10:55:07.652Z] Removing intermediate container 79e1e95e4949 [2021-04-13T10:55:07.652Z] ---> 2dcd1967c77b [2021-04-13T10:55:07.652Z] Successfully built 2dcd1967c77b [2021-04-13T10:55:07.652Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:55:07.997Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T10:55:07.997Z] . [Pipeline] withDockerContainer [2021-04-13T10:55:08.249Z] prd-ubuntu18.04-docker-arm64-4c-16g-33906 does not seem to be running inside a container [2021-04-13T10:55:08.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/95 -v /w/workspace/edgex-ui-go/95:/w/workspace/edgex-ui-go/95:rw,z -v /w/workspace/edgex-ui-go/95@tmp:/w/workspace/edgex-ui-go/95@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-arm64 cat [2021-04-13T10:55:09.953Z] $ docker top 7f2656c7e4ab7569ac1d17b33987b2d4d0742202534d633bb22dcfed92c4d85d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:55:11.066Z] + go version [2021-04-13T10:55:11.067Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-13T10:55:11.091Z] $ docker stop --time=1 7f2656c7e4ab7569ac1d17b33987b2d4d0742202534d633bb22dcfed92c4d85d [2021-04-13T10:55:12.998Z] $ docker rm -f 7f2656c7e4ab7569ac1d17b33987b2d4d0742202534d633bb22dcfed92c4d85d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:55:14.010Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T10:55:14.010Z] . [Pipeline] withDockerContainer [2021-04-13T10:55:14.243Z] prd-ubuntu18.04-docker-arm64-4c-16g-33906 does not seem to be running inside a container [2021-04-13T10:55:14.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/95 -v /w/workspace/edgex-ui-go/95:/w/workspace/edgex-ui-go/95:rw,z -v /w/workspace/edgex-ui-go/95@tmp:/w/workspace/edgex-ui-go/95@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-arm64 cat [2021-04-13T10:55:15.784Z] $ docker top bd3f35e364f02a02aebc14e5417a346f4f99a323d95b9680b5f6625747c58816 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:55:16.801Z] + make test [2021-04-13T10:55:16.801Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-13T10:55:17.783Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-13T10:55:50.187Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-13T10:55:50.187Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-13T10:55:51.657Z] $ docker stop --time=1 bd3f35e364f02a02aebc14e5417a346f4f99a323d95b9680b5f6625747c58816 [2021-04-13T10:55:52.823Z] Running on prd-centos7-docker-4c-2g-33907 in /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T10:55:54.040Z] $ docker rm -f bd3f35e364f02a02aebc14e5417a346f4f99a323d95b9680b5f6625747c58816 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] ws [2021-04-13T10:55:54.648Z] Running in /w/workspace/edgex-ui-go/95 [Pipeline] { [Pipeline] checkout [2021-04-13T10:55:54.842Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-13T10:55:55.794Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-04-13T10:55:57.265Z] using credential edgex-jenkins-ssh [2021-04-13T10:55:57.328Z] Cloning the remote Git repository [2021-04-13T10:55:57.354Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:55:57.425Z] > git init /w/workspace/edgex-ui-go/95 # timeout=10 [2021-04-13T10:55:57.482Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:55:57.482Z] > git --version # timeout=10 [2021-04-13T10:55:57.488Z] > git --version # 'git version 2.24.3' [2021-04-13T10:55:57.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:55:57.551Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh [2021-04-13T10:55:58.621Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-13T10:55:58.988Z] + ls -al . [2021-04-13T10:55:58.988Z] total 124 [2021-04-13T10:55:58.988Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 10:55 . [2021-04-13T10:55:58.988Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 10:53 .. [2021-04-13T10:55:58.988Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 10:53 .git [2021-04-13T10:55:58.988Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 10:53 .github [2021-04-13T10:55:58.988Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 13 10:53 .gitignore [2021-04-13T10:55:58.988Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 13 10:53 CONTRIBUTING.md [2021-04-13T10:55:58.988Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 13 10:53 Dockerfile [2021-04-13T10:55:58.988Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 13 10:53 Dockerfile.build [2021-04-13T10:55:58.988Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 13 10:53 Jenkinsfile [2021-04-13T10:55:58.988Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 13 10:53 LICENSE [2021-04-13T10:55:58.988Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 13 10:53 Makefile [2021-04-13T10:55:58.988Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 13 10:53 README.md [2021-04-13T10:55:58.989Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 13 10:51 VERSION [2021-04-13T10:55:58.989Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 10:53 assets [2021-04-13T10:55:58.989Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 10:53 bin [2021-04-13T10:55:58.989Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 10:53 cmd [2021-04-13T10:55:58.989Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 13 10:55 coverage.out [2021-04-13T10:55:58.989Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 13 10:53 docs [2021-04-13T10:55:58.989Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 13 10:53 go.mod [2021-04-13T10:55:58.989Z] -rw-r--r-- 1 jenkins jenkins 22392 Apr 13 10:55 go.sum [2021-04-13T10:55:58.989Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 10:53 internal [2021-04-13T10:55:58.989Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 13 10:53 version.go [2021-04-13T10:55:58.989Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 10:53 web [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:55:59.220Z] Checking out Revision 23a5eeb9b5cd65324e737a307091d4b207149c3a (master) [2021-04-13T10:55:59.381Z] + 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=23a5eeb9b5cd65324e737a307091d4b207149c3a --label arch=arm64 --label version=2.0.0-dev.36 . [2021-04-13T10:55:58.736Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:55:58.745Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:55:58.755Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:55:58.767Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:55:58.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:55:58.774Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T10:55:59.228Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T10:55:59.232Z] > git checkout -f 23a5eeb9b5cd65324e737a307091d4b207149c3a # timeout=10 [2021-04-13T10:56:00.837Z] Sending build context to Docker daemon 34.59MB [2021-04-13T10:56:00.837Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:56:00.837Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-13T10:56:00.837Z] ---> 2dcd1967c77b [2021-04-13T10:56:00.837Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-13T10:56:01.110Z] ---> Running in 8cc2c400b266 [2021-04-13T10:56:01.381Z] Removing intermediate container 8cc2c400b266 [2021-04-13T10:56:01.382Z] ---> 9035779c7692 [2021-04-13T10:56:01.382Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-13T10:56:01.656Z] ---> Running in 7c1c65d17cca [2021-04-13T10:56:01.932Z] Removing intermediate container 7c1c65d17cca [2021-04-13T10:56:01.932Z] ---> 519cd9f05f8d [2021-04-13T10:56:01.932Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-13T10:56:02.205Z] ---> Running in 4c4c8bfdff74 [2021-04-13T10:56:02.474Z] Removing intermediate container 4c4c8bfdff74 [2021-04-13T10:56:02.474Z] ---> 6b649902d4f2 [2021-04-13T10:56:02.474Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-13T10:56:02.744Z] ---> Running in 974a27bae853 [2021-04-13T10:56:03.018Z] Removing intermediate container 974a27bae853 [2021-04-13T10:56:03.018Z] ---> 3113243fa776 [2021-04-13T10:56:03.018Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-13T10:56:03.131Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-13T10:56:03.289Z] ---> Running in 4df56c476204 [2021-04-13T10:56:03.560Z] Removing intermediate container 4df56c476204 [2021-04-13T10:56:03.560Z] ---> a1c93104f3bd [2021-04-13T10:56:03.560Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] withEnv [Pipeline] { [2021-04-13T10:56:03.830Z] ---> Running in 274868ab68cc [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T10:56:04.509Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:56:04.844Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:56:05.144Z] + sudo service docker restart [2021-04-13T10:56:05.144Z] + true [2021-04-13T10:56:05.144Z] Redirecting to /bin/systemctl restart docker.service [2021-04-13T10:56:05.801Z] Removing intermediate container 274868ab68cc [2021-04-13T10:56:05.801Z] ---> e22f1a0107d5 [2021-04-13T10:56:05.801Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-13T10:56:06.081Z] ---> Running in d3120c68cdf0 [2021-04-13T10:56:07.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:56:07.143Z] provisioning config files... [2021-04-13T10:56:07.184Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/95@tmp/config8830957561264891052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:56:07.541Z] ---> docker-login.sh [2021-04-13T10:56:07.541Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:56:07.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:56:07.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:56:07.804Z] Configure a credential helper to remove this warning. See [2021-04-13T10:56:07.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:56:07.804Z] [2021-04-13T10:56:07.804Z] Login Succeeded [2021-04-13T10:56:07.804Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:56:08.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T10:56:08.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:56:08.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:56:08.065Z] Configure a credential helper to remove this warning. See [2021-04-13T10:56:08.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:56:08.065Z] [2021-04-13T10:56:08.065Z] Login Succeeded [2021-04-13T10:56:08.065Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:56:08.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:56:08.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:56:08.327Z] Configure a credential helper to remove this warning. See [2021-04-13T10:56:08.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:56:08.327Z] [2021-04-13T10:56:08.327Z] Login Succeeded [2021-04-13T10:56:08.327Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:56:08.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:56:08.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:56:08.327Z] Configure a credential helper to remove this warning. See [2021-04-13T10:56:08.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:56:08.327Z] [2021-04-13T10:56:08.327Z] Login Succeeded [2021-04-13T10:56:08.327Z] docker.io [2021-04-13T10:56:08.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:56:08.629Z] OK: 142 MiB in 39 packages [2021-04-13T10:56:08.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:56:08.853Z] Configure a credential helper to remove this warning. See [2021-04-13T10:56:08.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:56:08.853Z] [2021-04-13T10:56:08.853Z] Login Succeeded [2021-04-13T10:56:08.853Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:56:08.863Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T10:56:09.181Z] ========================================================= [2021-04-13T10:56:09.181Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-13T10:56:09.181Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:56:09.527Z] + 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-13T10:56:09.611Z] Removing intermediate container d3120c68cdf0 [2021-04-13T10:56:09.611Z] ---> a8fad876149f [2021-04-13T10:56:09.611Z] Step 10/24 : ENV GO111MODULE=on [2021-04-13T10:56:09.884Z] ---> Running in 14d7096abd5d [2021-04-13T10:56:10.105Z] Sending build context to Docker daemon 34.56MB [2021-04-13T10:56:10.105Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:56:10.105Z] Step 2/8 : FROM ${BASE} [2021-04-13T10:56:10.105Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-13T10:56:10.105Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T10:56:10.106Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T10:56:10.106Z] de9db76c5a1d: Pulling fs layer [2021-04-13T10:56:10.106Z] bca2f99d35d6: Pulling fs layer [2021-04-13T10:56:10.106Z] 93359f2a8cfa: Pulling fs layer [2021-04-13T10:56:10.106Z] 7c6f9722023f: Pulling fs layer [2021-04-13T10:56:10.106Z] a35cf1a2eb13: Pulling fs layer [2021-04-13T10:56:10.106Z] 93359f2a8cfa: Waiting [2021-04-13T10:56:10.106Z] 7c6f9722023f: Waiting [2021-04-13T10:56:10.106Z] a35cf1a2eb13: Waiting [2021-04-13T10:56:10.106Z] bca2f99d35d6: Waiting [2021-04-13T10:56:10.106Z] de9db76c5a1d: Verifying Checksum [2021-04-13T10:56:10.106Z] de9db76c5a1d: Download complete [2021-04-13T10:56:10.106Z] 0ef7d3d256c8: Download complete [2021-04-13T10:56:10.106Z] 93359f2a8cfa: Verifying Checksum [2021-04-13T10:56:10.106Z] 93359f2a8cfa: Download complete [2021-04-13T10:56:10.106Z] 188c0c94c7c5: Download complete [2021-04-13T10:56:10.106Z] 7c6f9722023f: Verifying Checksum [2021-04-13T10:56:10.106Z] 7c6f9722023f: Download complete [2021-04-13T10:56:10.157Z] Removing intermediate container 14d7096abd5d [2021-04-13T10:56:10.157Z] ---> 80acac508762 [2021-04-13T10:56:10.157Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-13T10:56:10.370Z] 188c0c94c7c5: Pull complete [2021-04-13T10:56:10.430Z] ---> Running in edea5d12f55b [2021-04-13T10:56:10.632Z] 0ef7d3d256c8: Pull complete [2021-04-13T10:56:10.896Z] de9db76c5a1d: Pull complete [2021-04-13T10:56:11.026Z] Removing intermediate container edea5d12f55b [2021-04-13T10:56:11.026Z] ---> c566dd964141 [2021-04-13T10:56:11.026Z] Step 12/24 : COPY go.mod . [2021-04-13T10:56:11.620Z] ---> 9530507413ee [2021-04-13T10:56:11.620Z] Step 13/24 : COPY Makefile . [2021-04-13T10:56:12.215Z] ---> ec4e5b71f161 [2021-04-13T10:56:12.215Z] Step 14/24 : RUN make update [2021-04-13T10:56:12.292Z] a35cf1a2eb13: Verifying Checksum [2021-04-13T10:56:12.292Z] a35cf1a2eb13: Download complete [2021-04-13T10:56:12.495Z] ---> Running in be88bd156313 [2021-04-13T10:56:12.875Z] bca2f99d35d6: Download complete [2021-04-13T10:56:13.478Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-13T10:56:14.920Z] Removing intermediate container be88bd156313 [2021-04-13T10:56:14.920Z] ---> fd1d72dd159a [2021-04-13T10:56:14.920Z] Step 15/24 : COPY . . [2021-04-13T10:56:18.213Z] bca2f99d35d6: Pull complete [2021-04-13T10:56:18.213Z] 93359f2a8cfa: Pull complete [2021-04-13T10:56:18.213Z] 7c6f9722023f: Pull complete [2021-04-13T10:56:18.303Z] ---> 9b802f9cbe21 [2021-04-13T10:56:18.303Z] Step 16/24 : RUN ${MAKE} [2021-04-13T10:56:18.576Z] ---> Running in cc5934e4860d [2021-04-13T10:56:19.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.36" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-13T10:56:24.837Z] a35cf1a2eb13: Pull complete [2021-04-13T10:56:24.837Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-13T10:56:24.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-13T10:56:24.837Z] ---> a62c8e92a672 [2021-04-13T10:56:24.837Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T10:56:25.100Z] ---> Running in 48dee61e1acb [2021-04-13T10:56:25.367Z] Removing intermediate container 48dee61e1acb [2021-04-13T10:56:25.367Z] ---> 860a23cd2994 [2021-04-13T10:56:25.367Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:56:25.367Z] ---> Running in 872163cf8992 [2021-04-13T10:56:26.314Z] Removing intermediate container 872163cf8992 [2021-04-13T10:56:26.314Z] ---> 2cd93376c0a3 [2021-04-13T10:56:26.314Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-13T10:56:26.577Z] ---> Running in 77935d4d2b4d [2021-04-13T10:56:27.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T10:56:28.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T10:56:28.366Z] OK: 166 MiB in 39 packages [2021-04-13T10:56:28.943Z] Removing intermediate container 77935d4d2b4d [2021-04-13T10:56:28.943Z] ---> f98657506b3e [2021-04-13T10:56:28.943Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-13T10:56:28.943Z] ---> Running in 8db35dcc839f [2021-04-13T10:56:29.206Z] Removing intermediate container 8db35dcc839f [2021-04-13T10:56:29.206Z] ---> b38376eaf8a4 [2021-04-13T10:56:29.206Z] Step 7/8 : COPY . . [2021-04-13T10:56:32.538Z] ---> e3fa9994d0b7 [2021-04-13T10:56:32.538Z] Step 8/8 : RUN go mod download [2021-04-13T10:56:32.538Z] ---> Running in c0da0ce3a878 [2021-04-13T10:56:46.380Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-13T10:56:54.646Z] Removing intermediate container cc5934e4860d [2021-04-13T10:56:54.646Z] ---> 046c09b5105b [2021-04-13T10:56:54.646Z] Step 17/24 : FROM alpine:3.12 [2021-04-13T10:56:54.646Z] 3.12: Pulling from library/alpine [2021-04-13T10:56:54.646Z] 9a219e8acc52: Pulling fs layer [2021-04-13T10:56:54.646Z] 9a219e8acc52: Download complete [2021-04-13T10:56:54.646Z] 9a219e8acc52: Pull complete [2021-04-13T10:56:54.646Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T10:56:54.646Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T10:56:54.646Z] ---> d75e27dfc0a0 [2021-04-13T10:56:54.646Z] Step 18/24 : EXPOSE 4000 [2021-04-13T10:56:54.918Z] ---> Running in 6bec87980bbb [2021-04-13T10:56:55.512Z] Removing intermediate container 6bec87980bbb [2021-04-13T10:56:55.512Z] ---> 7b8c6b97bc93 [2021-04-13T10:56:55.512Z] 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-13T10:56:58.130Z] ---> a9c3245db435 [2021-04-13T10:56:58.130Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-13T10:56:58.130Z] ---> Running in e9d551578a14 [2021-04-13T10:56:58.724Z] Removing intermediate container e9d551578a14 [2021-04-13T10:56:58.724Z] ---> ff7eed033981 [2021-04-13T10:56:58.724Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-13T10:56:58.724Z] ---> Running in 593992d800e3 [2021-04-13T10:56:59.191Z] Removing intermediate container c0da0ce3a878 [2021-04-13T10:56:59.191Z] ---> 836035804adc [2021-04-13T10:56:59.191Z] Successfully built 836035804adc [2021-04-13T10:56:59.191Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:56:59.326Z] Removing intermediate container 593992d800e3 [2021-04-13T10:56:59.326Z] ---> 9a5e372ebc83 [2021-04-13T10:56:59.326Z] Step 22/24 : LABEL arch=arm64 [2021-04-13T10:56:59.326Z] ---> Running in f5cebb1ae7f1 [2021-04-13T10:56:59.631Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T10:56:59.631Z] . [Pipeline] withDockerContainer [2021-04-13T10:56:59.796Z] prd-centos7-docker-4c-2g-33907 does not seem to be running inside a container [2021-04-13T10:56:59.851Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/95 -v /w/workspace/edgex-ui-go/95:/w/workspace/edgex-ui-go/95:rw,z -v /w/workspace/edgex-ui-go/95@tmp:/w/workspace/edgex-ui-go/95@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-13T10:56:59.921Z] Removing intermediate container f5cebb1ae7f1 [2021-04-13T10:56:59.921Z] ---> fe6e064e4243 [2021-04-13T10:56:59.921Z] Step 23/24 : LABEL git_sha=23a5eeb9b5cd65324e737a307091d4b207149c3a [2021-04-13T10:56:59.921Z] ---> Running in a54ac3541bb1 [2021-04-13T10:57:00.515Z] Removing intermediate container a54ac3541bb1 [2021-04-13T10:57:00.515Z] ---> 43e53d5f1af1 [2021-04-13T10:57:00.515Z] Step 24/24 : LABEL version=2.0.0-dev.36 [2021-04-13T10:57:00.515Z] ---> Running in 0b96baea50a0 [2021-04-13T10:57:00.755Z] $ docker top d69bc34b8c83c9c904656dfc23e8f2c19896afa6e055f4afdc3478042e5c38bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:57:01.111Z] Removing intermediate container 0b96baea50a0 [2021-04-13T10:57:01.111Z] ---> f437f84a2a24 [2021-04-13T10:57:01.111Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-13T10:57:01.111Z] Successfully built f437f84a2a24 [2021-04-13T10:57:01.111Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-13T10:57:01.325Z] + go version [2021-04-13T10:57:01.325Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-13T10:57:01.361Z] $ docker stop --time=1 d69bc34b8c83c9c904656dfc23e8f2c19896afa6e055f4afdc3478042e5c38bf [2021-04-13T10:57:02.773Z] $ docker rm -f d69bc34b8c83c9c904656dfc23e8f2c19896afa6e055f4afdc3478042e5c38bf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:57:03.298Z] provisioning config files... [2021-04-13T10:57:03.344Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/95@tmp/config7064950889997265515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:57:03.548Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T10:57:03.548Z] . [Pipeline] withDockerContainer [2021-04-13T10:57:03.653Z] prd-centos7-docker-4c-2g-33907 does not seem to be running inside a container [2021-04-13T10:57:03.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/95 -v /w/workspace/edgex-ui-go/95:/w/workspace/edgex-ui-go/95:rw,z -v /w/workspace/edgex-ui-go/95@tmp:/w/workspace/edgex-ui-go/95@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-13T10:57:03.773Z] ---> docker-login.sh [2021-04-13T10:57:03.773Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:57:04.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:57:04.300Z] $ docker top 10633fa4229af7556e4cd00780ec9ea77627000e57ce5d9a34da9dab0c526652 -eo pid,comm [2021-04-13T10:57:04.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:57:04.317Z] Configure a credential helper to remove this warning. See [2021-04-13T10:57:04.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:57:04.317Z] [2021-04-13T10:57:04.317Z] Login Succeeded [2021-04-13T10:57:04.317Z] nexus3.edgexfoundry.org:10002 [Pipeline] { [Pipeline] sh [2021-04-13T10:57:04.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:57:04.771Z] + make test [2021-04-13T10:57:04.771Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-13T10:57:04.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:57:04.863Z] Configure a credential helper to remove this warning. See [2021-04-13T10:57:04.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:57:04.863Z] [2021-04-13T10:57:04.863Z] Login Succeeded [2021-04-13T10:57:04.863Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:57:05.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:57:05.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:57:05.409Z] Configure a credential helper to remove this warning. See [2021-04-13T10:57:05.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:57:05.409Z] [2021-04-13T10:57:05.409Z] Login Succeeded [2021-04-13T10:57:05.409Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:57:05.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:57:05.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:57:05.962Z] Configure a credential helper to remove this warning. See [2021-04-13T10:57:05.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:57:05.962Z] [2021-04-13T10:57:05.962Z] Login Succeeded [2021-04-13T10:57:05.962Z] docker.io [2021-04-13T10:57:06.190Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-13T10:57:06.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:57:06.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:57:06.825Z] Configure a credential helper to remove this warning. See [2021-04-13T10:57:06.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:57:06.825Z] [2021-04-13T10:57:06.825Z] Login Succeeded [2021-04-13T10:57:06.825Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:57:06.841Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-13T10:57:07.073Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-13T10:57:07.073Z] 23a5eeb9b5cd65324e737a307091d4b207149c3a [2021-04-13T10:57:07.073Z] latest [2021-04-13T10:57:07.073Z] 2.0.0-dev.36 [2021-04-13T10:57:07.073Z] 23a5eeb9b5cd65324e737a307091d4b207149c3a-2.0.0-dev.36 [2021-04-13T10:57:07.073Z] master [2021-04-13T10:57:07.073Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:07.598Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23a5eeb9b5cd65324e737a307091d4b207149c3a [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:07.936Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23a5eeb9b5cd65324e737a307091d4b207149c3a [2021-04-13T10:57:07.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-13T10:57:07.936Z] 10cab1f65285: Preparing [2021-04-13T10:57:07.936Z] e08058ee1dfe: Preparing [2021-04-13T10:57:08.205Z] e08058ee1dfe: Layer already exists [2021-04-13T10:57:14.907Z] 10cab1f65285: Pushed [2021-04-13T10:57:14.907Z] 23a5eeb9b5cd65324e737a307091d4b207149c3a: digest: sha256:2a7581d0571d64cacefe1c096f9feaf64d28dde65cdb54eec3188d1b56643821 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:15.261Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:15.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-13T10:57:15.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-13T10:57:15.596Z] 10cab1f65285: Preparing [2021-04-13T10:57:15.596Z] e08058ee1dfe: Preparing [2021-04-13T10:57:15.869Z] 10cab1f65285: Layer already exists [2021-04-13T10:57:15.869Z] e08058ee1dfe: Layer already exists [2021-04-13T10:57:15.869Z] latest: digest: sha256:2a7581d0571d64cacefe1c096f9feaf64d28dde65cdb54eec3188d1b56643821 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:16.222Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.36 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:16.343Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-13T10:57:16.344Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-13T10:57:16.344Z] GO111MODULE=on go vet ./... [2021-04-13T10:57:16.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.36 [2021-04-13T10:57:16.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-13T10:57:16.561Z] 10cab1f65285: Preparing [2021-04-13T10:57:16.561Z] e08058ee1dfe: Preparing [2021-04-13T10:57:16.561Z] 10cab1f65285: Layer already exists [2021-04-13T10:57:16.561Z] e08058ee1dfe: Layer already exists [2021-04-13T10:57:16.834Z] 2.0.0-dev.36: digest: sha256:2a7581d0571d64cacefe1c096f9feaf64d28dde65cdb54eec3188d1b56643821 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:17.206Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23a5eeb9b5cd65324e737a307091d4b207149c3a-2.0.0-dev.36 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2021-04-13T10:57:17.352Z] $ docker stop --time=1 10633fa4229af7556e4cd00780ec9ea77627000e57ce5d9a34da9dab0c526652 [2021-04-13T10:57:17.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23a5eeb9b5cd65324e737a307091d4b207149c3a-2.0.0-dev.36 [2021-04-13T10:57:17.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-13T10:57:17.576Z] 10cab1f65285: Preparing [2021-04-13T10:57:17.576Z] e08058ee1dfe: Preparing [2021-04-13T10:57:17.856Z] e08058ee1dfe: Layer already exists [2021-04-13T10:57:17.856Z] 10cab1f65285: Layer already exists [2021-04-13T10:57:17.856Z] 23a5eeb9b5cd65324e737a307091d4b207149c3a-2.0.0-dev.36: digest: sha256:2a7581d0571d64cacefe1c096f9feaf64d28dde65cdb54eec3188d1b56643821 size: 740 [2021-04-13T10:57:19.791Z] $ docker rm -f 10633fa4229af7556e4cd00780ec9ea77627000e57ce5d9a34da9dab0c526652 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:20.352Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-13T10:57:20.369Z] Warning: overwriting stash ‘coverage-report’ [2021-04-13T10:57:20.510Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:20.751Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-04-13T10:57:20.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-13T10:57:20.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-13T10:57:20.881Z] 10cab1f65285: Preparing [2021-04-13T10:57:20.881Z] e08058ee1dfe: Preparing [2021-04-13T10:57:20.881Z] 10cab1f65285: Layer already exists [2021-04-13T10:57:20.881Z] e08058ee1dfe: Layer already exists [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-13T10:57:21.158Z] master: digest: sha256:2a7581d0571d64cacefe1c096f9feaf64d28dde65cdb54eec3188d1b56643821 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-13T10:57:21.389Z] ===================================================== [2021-04-13T10:57:21.413Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] echo [2021-04-13T10:57:21.522Z] taggedImages: [2021-04-13T10:57:21.522Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23a5eeb9b5cd65324e737a307091d4b207149c3a [2021-04-13T10:57:21.522Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-13T10:57:21.522Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.36 [2021-04-13T10:57:21.522Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:23a5eeb9b5cd65324e737a307091d4b207149c3a-2.0.0-dev.36 [2021-04-13T10:57:21.522Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [2021-04-13T10:57:21.733Z] + ls -al . [2021-04-13T10:57:21.734Z] total 92 [2021-04-13T10:57:21.734Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 13 10:57 . [2021-04-13T10:57:21.734Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 13 10:55 .. [2021-04-13T10:57:21.734Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 13 10:55 assets [2021-04-13T10:57:21.734Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 13 10:55 bin [2021-04-13T10:57:21.734Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 13 10:55 cmd [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 13 10:55 CONTRIBUTING.md [2021-04-13T10:57:21.734Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 13 10:57 coverage.out [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 13 10:55 Dockerfile [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 13 10:55 Dockerfile.build [2021-04-13T10:57:21.734Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 13 10:55 docs [2021-04-13T10:57:21.734Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 13 10:56 .git [2021-04-13T10:57:21.734Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 13 10:55 .github [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 13 10:55 .gitignore [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 13 10:55 go.mod [2021-04-13T10:57:21.734Z] -rw-r--r--. 1 jenkins jenkins 22392 Apr 13 10:57 go.sum [2021-04-13T10:57:21.734Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 13 10:55 internal [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 13 10:55 Jenkinsfile [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 13 10:55 LICENSE [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 13 10:55 Makefile [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 13 10:55 README.md [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 13 10:51 VERSION [2021-04-13T10:57:21.734Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 13 10:55 version.go [2021-04-13T10:57:21.734Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 13 10:55 web [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:22.236Z] ---> job-cost.sh [2021-04-13T10:57:22.237Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bI8K [2021-04-13T10:57:22.329Z] + 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=23a5eeb9b5cd65324e737a307091d4b207149c3a --label arch=amd64 --label version=2.0.0-dev.36 . [2021-04-13T10:57:22.905Z] Sending build context to Docker daemon 34.59MB [2021-04-13T10:57:22.905Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:57:22.905Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-13T10:57:22.905Z] ---> 836035804adc [2021-04-13T10:57:22.905Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-13T10:57:23.483Z] ---> Running in 93255775a67f [2021-04-13T10:57:23.483Z] Removing intermediate container 93255775a67f [2021-04-13T10:57:23.483Z] ---> 4770b908b09e [2021-04-13T10:57:23.483Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-13T10:57:23.745Z] ---> Running in 0faae1fbcb48 [2021-04-13T10:57:23.745Z] Removing intermediate container 0faae1fbcb48 [2021-04-13T10:57:23.745Z] ---> 44caca7e61dd [2021-04-13T10:57:23.745Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-13T10:57:24.009Z] ---> Running in cbf933e45114 [2021-04-13T10:57:24.009Z] Removing intermediate container cbf933e45114 [2021-04-13T10:57:24.009Z] ---> 3a7e653c2781 [2021-04-13T10:57:24.009Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-13T10:57:24.272Z] ---> Running in 3b7535aa0757 [2021-04-13T10:57:24.272Z] Removing intermediate container 3b7535aa0757 [2021-04-13T10:57:24.272Z] ---> 8cb53edaab7e [2021-04-13T10:57:24.272Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-13T10:57:24.536Z] ---> Running in 9cb6ec656106 [2021-04-13T10:57:24.536Z] Removing intermediate container 9cb6ec656106 [2021-04-13T10:57:24.536Z] ---> 205fc4772166 [2021-04-13T10:57:24.536Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:57:24.536Z] ---> Running in a52f39d0cb63 [2021-04-13T10:57:25.490Z] Removing intermediate container a52f39d0cb63 [2021-04-13T10:57:25.490Z] ---> cda006914d9b [2021-04-13T10:57:25.490Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-13T10:57:25.490Z] ---> Running in b6a5bbc9db47 [2021-04-13T10:57:26.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T10:57:26.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T10:57:27.221Z] OK: 166 MiB in 39 packages [2021-04-13T10:57:27.487Z] Removing intermediate container b6a5bbc9db47 [2021-04-13T10:57:27.487Z] ---> f655c45d67e1 [2021-04-13T10:57:27.487Z] Step 10/24 : ENV GO111MODULE=on [2021-04-13T10:57:27.487Z] ---> Running in d5033aaf10f9 [2021-04-13T10:57:27.753Z] Removing intermediate container d5033aaf10f9 [2021-04-13T10:57:27.753Z] ---> 931b6b72e3d9 [2021-04-13T10:57:27.753Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-13T10:57:27.753Z] ---> Running in 5a3dbe060a3f [2021-04-13T10:57:28.016Z] Removing intermediate container 5a3dbe060a3f [2021-04-13T10:57:28.016Z] ---> 64ffa99e7f02 [2021-04-13T10:57:28.016Z] Step 12/24 : COPY go.mod . [2021-04-13T10:57:28.279Z] ---> be3bc35deec3 [2021-04-13T10:57:28.279Z] Step 13/24 : COPY Makefile . [2021-04-13T10:57:28.546Z] ---> d0eedc61bcbb [2021-04-13T10:57:28.546Z] Step 14/24 : RUN make update [2021-04-13T10:57:28.546Z] ---> Running in 9939cbff19bd [2021-04-13T10:57:29.135Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-13T10:57:29.714Z] Removing intermediate container 9939cbff19bd [2021-04-13T10:57:29.714Z] ---> d3ce1b3bbecd [2021-04-13T10:57:29.714Z] Step 15/24 : COPY . . [2021-04-13T10:57:32.273Z] ---> fa8acd161b39 [2021-04-13T10:57:32.273Z] Step 16/24 : RUN ${MAKE} [2021-04-13T10:57:32.273Z] ---> Running in 879aabf13fea [2021-04-13T10:57:32.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.36" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-13T10:57:42.669Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-13T10:57:45.260Z] Removing intermediate container 879aabf13fea [2021-04-13T10:57:45.260Z] ---> 0ddc884326c7 [2021-04-13T10:57:45.260Z] Step 17/24 : FROM alpine:3.12 [2021-04-13T10:57:45.523Z] 3.12: Pulling from library/alpine [2021-04-13T10:57:45.523Z] 532819f3e44c: Pulling fs layer [2021-04-13T10:57:45.787Z] 532819f3e44c: Download complete [2021-04-13T10:57:46.050Z] 532819f3e44c: Pull complete [2021-04-13T10:57:46.050Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T10:57:46.050Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T10:57:46.050Z] ---> 7230e588e954 [2021-04-13T10:57:46.050Z] Step 18/24 : EXPOSE 4000 [2021-04-13T10:57:46.050Z] ---> Running in 2d25f5391c8b [2021-04-13T10:57:46.314Z] Removing intermediate container 2d25f5391c8b [2021-04-13T10:57:46.314Z] ---> e5263a41930a [2021-04-13T10:57:46.314Z] 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-13T10:57:48.242Z] ---> 95bf50c479dc [2021-04-13T10:57:48.242Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-13T10:57:48.242Z] ---> Running in cf3221beaabc [2021-04-13T10:57:48.511Z] Removing intermediate container cf3221beaabc [2021-04-13T10:57:48.511Z] ---> 22fdde24a2cb [2021-04-13T10:57:48.511Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-13T10:57:48.511Z] ---> Running in 09f8578c847d [2021-04-13T10:57:48.773Z] Removing intermediate container 09f8578c847d [2021-04-13T10:57:48.773Z] ---> f184e9b786d1 [2021-04-13T10:57:48.773Z] Step 22/24 : LABEL arch=amd64 [2021-04-13T10:57:48.773Z] ---> Running in 106e4aa8a0e7 [2021-04-13T10:57:49.035Z] Removing intermediate container 106e4aa8a0e7 [2021-04-13T10:57:49.035Z] ---> a5b0d4dd2b2a [2021-04-13T10:57:49.035Z] Step 23/24 : LABEL git_sha=23a5eeb9b5cd65324e737a307091d4b207149c3a [2021-04-13T10:57:49.035Z] ---> Running in 04e760fc907e [2021-04-13T10:57:49.298Z] Removing intermediate container 04e760fc907e [2021-04-13T10:57:49.298Z] ---> d46ea92224dc [2021-04-13T10:57:49.298Z] Step 24/24 : LABEL version=2.0.0-dev.36 [2021-04-13T10:57:49.298Z] ---> Running in 2aba120e12f6 [2021-04-13T10:57:49.560Z] Removing intermediate container 2aba120e12f6 [2021-04-13T10:57:49.560Z] ---> aebf12b5af49 [2021-04-13T10:57:49.560Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-13T10:57:49.560Z] Successfully built aebf12b5af49 [2021-04-13T10:57:49.560Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:57:49.968Z] provisioning config files... [2021-04-13T10:57:50.002Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/95@tmp/config7505881032437064739tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:57:50.377Z] ---> docker-login.sh [2021-04-13T10:57:50.377Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:57:50.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:57:50.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:57:50.643Z] Configure a credential helper to remove this warning. See [2021-04-13T10:57:50.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:57:50.643Z] [2021-04-13T10:57:50.643Z] Login Succeeded [2021-04-13T10:57:50.643Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:57:50.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:57:50.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:57:50.643Z] Configure a credential helper to remove this warning. See [2021-04-13T10:57:50.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:57:50.643Z] [2021-04-13T10:57:50.643Z] Login Succeeded [2021-04-13T10:57:50.643Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:57:50.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:57:50.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:57:50.906Z] Configure a credential helper to remove this warning. See [2021-04-13T10:57:50.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:57:50.906Z] [2021-04-13T10:57:50.906Z] Login Succeeded [2021-04-13T10:57:50.906Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:57:51.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:57:51.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:57:51.169Z] Configure a credential helper to remove this warning. See [2021-04-13T10:57:51.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:57:51.169Z] [2021-04-13T10:57:51.169Z] Login Succeeded [2021-04-13T10:57:51.169Z] docker.io [2021-04-13T10:57:51.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:57:51.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:57:51.432Z] Configure a credential helper to remove this warning. See [2021-04-13T10:57:51.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:57:51.432Z] [2021-04-13T10:57:51.432Z] Login Succeeded [2021-04-13T10:57:51.432Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:57:51.442Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-13T10:57:51.658Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-13T10:57:51.658Z] 23a5eeb9b5cd65324e737a307091d4b207149c3a [2021-04-13T10:57:51.658Z] latest [2021-04-13T10:57:51.658Z] 2.0.0-dev.36 [2021-04-13T10:57:51.658Z] 23a5eeb9b5cd65324e737a307091d4b207149c3a-2.0.0-dev.36 [2021-04-13T10:57:51.658Z] master [2021-04-13T10:57:51.658Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:52.138Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23a5eeb9b5cd65324e737a307091d4b207149c3a [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:52.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23a5eeb9b5cd65324e737a307091d4b207149c3a [2021-04-13T10:57:52.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-13T10:57:52.441Z] 263104c97f60: Preparing [2021-04-13T10:57:52.441Z] b0b9881431d7: Preparing [2021-04-13T10:57:52.441Z] b0b9881431d7: Layer already exists [2021-04-13T10:57:55.006Z] 263104c97f60: Pushed [2021-04-13T10:57:55.007Z] 23a5eeb9b5cd65324e737a307091d4b207149c3a: digest: sha256:4f1258d9b2cc2471f952ce7e49874bafbe9f0bf0495c4759131e0e9ec8cbca81 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:55.319Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:55.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-13T10:57:55.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-13T10:57:55.624Z] 263104c97f60: Preparing [2021-04-13T10:57:55.624Z] b0b9881431d7: Preparing [2021-04-13T10:57:55.624Z] b0b9881431d7: Layer already exists [2021-04-13T10:57:55.624Z] 263104c97f60: Layer already exists [2021-04-13T10:57:55.624Z] latest: digest: sha256:4f1258d9b2cc2471f952ce7e49874bafbe9f0bf0495c4759131e0e9ec8cbca81 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:55.943Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.36 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:56.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.36 [2021-04-13T10:57:56.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-13T10:57:56.284Z] 263104c97f60: Preparing [2021-04-13T10:57:56.284Z] b0b9881431d7: Preparing [2021-04-13T10:57:56.284Z] 263104c97f60: Layer already exists [2021-04-13T10:57:56.284Z] b0b9881431d7: Layer already exists [2021-04-13T10:57:56.284Z] 2.0.0-dev.36: digest: sha256:4f1258d9b2cc2471f952ce7e49874bafbe9f0bf0495c4759131e0e9ec8cbca81 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:56.596Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23a5eeb9b5cd65324e737a307091d4b207149c3a-2.0.0-dev.36 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:56.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23a5eeb9b5cd65324e737a307091d4b207149c3a-2.0.0-dev.36 [2021-04-13T10:57:56.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-13T10:57:56.898Z] 263104c97f60: Preparing [2021-04-13T10:57:56.898Z] b0b9881431d7: Preparing [2021-04-13T10:57:56.898Z] b0b9881431d7: Layer already exists [2021-04-13T10:57:56.898Z] 263104c97f60: Layer already exists [2021-04-13T10:57:56.898Z] 23a5eeb9b5cd65324e737a307091d4b207149c3a-2.0.0-dev.36: digest: sha256:4f1258d9b2cc2471f952ce7e49874bafbe9f0bf0495c4759131e0e9ec8cbca81 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:57.213Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:57:57.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-13T10:57:57.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-13T10:57:57.519Z] 263104c97f60: Preparing [2021-04-13T10:57:57.519Z] b0b9881431d7: Preparing [2021-04-13T10:57:57.519Z] b0b9881431d7: Layer already exists [2021-04-13T10:57:57.519Z] 263104c97f60: Layer already exists [2021-04-13T10:57:57.519Z] master: digest: sha256:4f1258d9b2cc2471f952ce7e49874bafbe9f0bf0495c4759131e0e9ec8cbca81 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-13T10:57:57.742Z] ===================================================== [Pipeline] echo [2021-04-13T10:57:57.794Z] taggedImages: [2021-04-13T10:57:57.794Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23a5eeb9b5cd65324e737a307091d4b207149c3a [2021-04-13T10:57:57.794Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-13T10:57:57.794Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.36 [2021-04-13T10:57:57.794Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:23a5eeb9b5cd65324e737a307091d4b207149c3a-2.0.0-dev.36 [2021-04-13T10:57:57.794Z] - 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-13T10:57:58.494Z] ---> job-cost.sh [2021-04-13T10:57:58.494Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aVCr [2021-04-13T10:58:09.167Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T10:58:13.440Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T10:58:45.642Z] lf-activate-venv(): INFO: Adding /tmp/venv-aVCr/bin to PATH [2021-04-13T10:58:45.642Z] INFO: No Stack... [2021-04-13T10:58:45.642Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T10:58:45.642Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T10:58:45.972Z] + cat /w/workspace/edgex-ui-go/95/archives/cost.csv [2021-04-13T10:58:45.972Z] + cut -d, -f6 [Pipeline] lock [2021-04-13T10:58:46.098Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-95-stack-cost] [2021-04-13T10:58:46.109Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-95-stack-cost] did not exist. Created. [2021-04-13T10:58:46.110Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-95-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T10:58:46.533Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-13T10:58:46.737Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T10:58:46.747Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-95-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-13T10:59:45.925Z] lf-activate-venv(): INFO: Adding /tmp/venv-bI8K/bin to PATH [2021-04-13T10:59:45.925Z] INFO: No Stack... [2021-04-13T10:59:45.925Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-13T10:59:45.925Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T10:59:46.266Z] + cut -d, -f6 [2021-04-13T10:59:46.266Z] + cat /w/workspace/edgex-ui-go/95/archives/cost.csv [Pipeline] lock [2021-04-13T10:59:46.385Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-95-stack-cost] [2021-04-13T10:59:46.394Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-95-stack-cost] did not exist. Created. [2021-04-13T10:59:46.394Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-95-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T10:59:46.827Z] /w/workspace/edgex-ui-go/95@tmp/durable-878cad2c/script.sh: 1: /w/workspace/edgex-ui-go/95@tmp/durable-878cad2c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-13T10:59:47.172Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-13T10:59:47.241Z] Warning: overwriting stash ‘stack-cost’ [2021-04-13T10:59:47.472Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T10:59:47.485Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-95-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-13T10:59:48.918Z] provisioning config files... [2021-04-13T10:59:48.932Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2023491432238993718tmp [Pipeline] { [Pipeline] sh [2021-04-13T10:59:49.311Z] + set +x [2021-04-13T10:59:49.311Z] + curl -s https://codecov.io/bash [2021-04-13T10:59:49.311Z] + bash -s -- [2021-04-13T10:59:49.574Z] [2021-04-13T10:59:49.574Z] _____ _ [2021-04-13T10:59:49.574Z] / ____| | | [2021-04-13T10:59:49.574Z] | | ___ __| | ___ ___ _____ __ [2021-04-13T10:59:49.574Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-13T10:59:49.574Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-13T10:59:49.574Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-13T10:59:49.574Z] Bash-20210309-2b87ace [2021-04-13T10:59:49.574Z] [2021-04-13T10:59:49.574Z] [2021-04-13T10:59:49.574Z] ==> git version 2.24.3 found [2021-04-13T10:59:49.574Z] ==> 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-13T10:59:49.574Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-13T10:59:49.574Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-13T10:59:49.574Z] ==> Jenkins CI detected. [2021-04-13T10:59:49.574Z] project root: . [2021-04-13T10:59:49.574Z] --> token set from env [2021-04-13T10:59:49.574Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-13T10:59:49.574Z] ==> Running gcov in . (disable via -X gcov) [2021-04-13T10:59:49.574Z] ==> Python coveragepy not found [2021-04-13T10:59:49.574Z] ==> Searching for coverage reports in: [2021-04-13T10:59:49.574Z] + . [2021-04-13T10:59:49.574Z] -> Found 1 reports [2021-04-13T10:59:49.574Z] ==> Detecting git/mercurial file structure [2021-04-13T10:59:49.574Z] ==> Reading reports [2021-04-13T10:59:49.574Z] + ./coverage.out bytes=10 [2021-04-13T10:59:49.574Z] ==> Appending adjustments [2021-04-13T10:59:49.574Z] https://docs.codecov.io/docs/fixing-reports [2021-04-13T10:59:49.840Z] + Found adjustments [2021-04-13T10:59:49.840Z] ==> Gzipping contents [2021-04-13T10:59:49.840Z] 4.0K /tmp/codecov.8fxxyY.gz [2021-04-13T10:59:49.840Z] ==> Uploading reports [2021-04-13T10:59:49.840Z] url: https://codecov.io [2021-04-13T10:59:49.840Z] query: branch=master&commit=23a5eeb9b5cd65324e737a307091d4b207149c3a&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F95%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-13T10:59:49.840Z] -> Pinging Codecov [2021-04-13T10:59:49.840Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=23a5eeb9b5cd65324e737a307091d4b207149c3a&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F95%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-13T10:59:50.104Z] -> Uploading to [2021-04-13T10:59:50.104Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-13/FB506323287CE973F263BFD2A0EB1F37/23a5eeb9b5cd65324e737a307091d4b207149c3a/1966020a-5ec8-45de-986c-ae859ad48e15.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T105950Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=36ccb60f934088b68e32e52f50d471b7d71f9a70dbf8b2fe6707ca5611c160eb [2021-04-13T10:59:50.104Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-13T10:59:50.104Z] Dload Upload Total Spent Left Speed [2021-04-13T10:59:50.682Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3827 0 0 100 3827 0 9173 --:--:-- --:--:-- --:--:-- 9199 [2021-04-13T10:59:50.682Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/23a5eeb9b5cd65324e737a307091d4b207149c3a [Pipeline] } [2021-04-13T10:59:50.693Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-13T10:59:51.704Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-13T10:59:51.763Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:59:52.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-13T10:59:52.107Z] [2021-04-13T10:59:52.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:59:52.462Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-13T10:59:52.462Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-13T10:59:52.462Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T10:59:52.462Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T10:59:52.462Z] de9db76c5a1d: Pulling fs layer [2021-04-13T10:59:52.462Z] 0eba1c9be4d2: Pulling fs layer [2021-04-13T10:59:52.462Z] 0d57e429df01: Pulling fs layer [2021-04-13T10:59:52.462Z] 4e4be7b47b0d: Pulling fs layer [2021-04-13T10:59:52.462Z] e1f770b5df2f: Pulling fs layer [2021-04-13T10:59:52.462Z] 85a0685a4137: Pulling fs layer [2021-04-13T10:59:52.462Z] 0d57e429df01: Waiting [2021-04-13T10:59:52.462Z] 85a0685a4137: Waiting [2021-04-13T10:59:52.462Z] 4e4be7b47b0d: Waiting [2021-04-13T10:59:52.462Z] 0eba1c9be4d2: Waiting [2021-04-13T10:59:52.462Z] e1f770b5df2f: Waiting [2021-04-13T10:59:52.462Z] de9db76c5a1d: Verifying Checksum [2021-04-13T10:59:52.462Z] de9db76c5a1d: Download complete [2021-04-13T10:59:52.462Z] 0ef7d3d256c8: Verifying Checksum [2021-04-13T10:59:52.462Z] 0ef7d3d256c8: Download complete [2021-04-13T10:59:52.462Z] 0d57e429df01: Verifying Checksum [2021-04-13T10:59:52.462Z] 0d57e429df01: Download complete [2021-04-13T10:59:53.411Z] 4e4be7b47b0d: Verifying Checksum [2021-04-13T10:59:53.411Z] 4e4be7b47b0d: Download complete [2021-04-13T10:59:53.411Z] 188c0c94c7c5: Verifying Checksum [2021-04-13T10:59:53.411Z] 188c0c94c7c5: Download complete [2021-04-13T10:59:53.675Z] 188c0c94c7c5: Pull complete [2021-04-13T10:59:53.938Z] 0ef7d3d256c8: Pull complete [2021-04-13T10:59:53.938Z] de9db76c5a1d: Pull complete [2021-04-13T10:59:54.520Z] e1f770b5df2f: Verifying Checksum [2021-04-13T10:59:54.520Z] e1f770b5df2f: Download complete [2021-04-13T10:59:57.090Z] 0eba1c9be4d2: Verifying Checksum [2021-04-13T10:59:57.090Z] 0eba1c9be4d2: Download complete [2021-04-13T10:59:57.090Z] 85a0685a4137: Verifying Checksum [2021-04-13T10:59:57.090Z] 85a0685a4137: Download complete [2021-04-13T11:00:02.410Z] 0eba1c9be4d2: Pull complete [2021-04-13T11:00:02.687Z] 0d57e429df01: Pull complete [2021-04-13T11:00:02.687Z] 4e4be7b47b0d: Pull complete [2021-04-13T11:00:05.264Z] e1f770b5df2f: Pull complete [2021-04-13T11:00:11.899Z] 85a0685a4137: Pull complete [2021-04-13T11:00:11.899Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-13T11:00:11.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-13T11:00:11.899Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-13T11:00:12.124Z] prd-centos7-docker-4c-2g-33904 does not seem to be running inside a container [2021-04-13T11:00:12.179Z] $ 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-13T11:00:13.206Z] $ docker top e9d6ed8cf8cc68a4ecadfd0576a64e4468942d7068c0a22fd966eac4bfa334a3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-13T11:00:13.410Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-13T11:00:13.712Z] + set -o pipefail [2021-04-13T11:00:13.712Z] + snyk monitor '--org=edgex-jenkins' [2021-04-13T11:00:21.885Z] [2021-04-13T11:00:21.885Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-04-13T11:00:21.885Z] [2021-04-13T11:00:21.885Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/25beea3f-6a0b-4f22-a9b0-63f16842448a [2021-04-13T11:00:21.885Z] [2021-04-13T11:00:21.885Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-13T11:00:21.885Z] [2021-04-13T11:00:21.885Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-13T11:00:21.885Z] [2021-04-13T11:00:21.885Z] [2021-04-13T11:00:21.885Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-13T11:00:21.885Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-13T11:00:21.904Z] $ docker stop --time=1 e9d6ed8cf8cc68a4ecadfd0576a64e4468942d7068c0a22fd966eac4bfa334a3 [2021-04-13T11:00:25.193Z] $ docker rm -f e9d6ed8cf8cc68a4ecadfd0576a64e4468942d7068c0a22fd966eac4bfa334a3 [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-13T11:00:27.206Z] + git log --format=format:%s -1 23a5eeb9b5cd65324e737a307091d4b207149c3a [Pipeline] isUnix [Pipeline] sh [2021-04-13T11:00:27.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T11:00:27.521Z] . [Pipeline] withDockerContainer [2021-04-13T11:00:27.629Z] prd-centos7-docker-4c-2g-33904 does not seem to be running inside a container [2021-04-13T11:00:27.674Z] $ 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-13T11:00:28.398Z] $ docker top afb6d478bffa9abc49e36d4e3e48f2787cfd715d004c7bc624e83ab0871cadb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T11:00:28.701Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T11:00:28.701Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T11:00:28.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T11:00:28.941Z] $ docker exec afb6d478bffa9abc49e36d4e3e48f2787cfd715d004c7bc624e83ab0871cadb9 ssh-agent [2021-04-13T11:00:29.121Z] SSH_AUTH_SOCK=/tmp/ssh-y58vK5ieShWp/agent.11 [2021-04-13T11:00:29.121Z] SSH_AGENT_PID=16 [2021-04-13T11:00:29.128Z] Running ssh-add (command line suppressed) [2021-04-13T11:00:29.268Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_586041371373735003.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_586041371373735003.key) [2021-04-13T11:00:29.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T11:00:29.670Z] + git semver tag [2021-04-13T11:00:29.670Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T11:00:29.670Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-13T11:00:29.671Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T11:00:29.671Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T11:00:29.671Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T11:00:29.671Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T11:00:29.671Z] # $SEMVER_BRANCH = master [2021-04-13T11:00:29.671Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-13T11:00:29.671Z] # 23a5eeb9b5cd65324e737a307091d4b207149c3a HEAD [2021-04-13T11:00:29.934Z] # -> Force: false [2021-04-13T11:00:29.934Z] # 84e1b61996ade5addb3eac1a7859bdca62d349aa refs/tags/v2.0.0-dev.36 [Pipeline] } [2021-04-13T11:00:29.950Z] $ docker exec --env ******** --env ******** afb6d478bffa9abc49e36d4e3e48f2787cfd715d004c7bc624e83ab0871cadb9 ssh-agent -k [2021-04-13T11:00:30.095Z] unset SSH_AUTH_SOCK; [2021-04-13T11:00:30.096Z] unset SSH_AGENT_PID; [2021-04-13T11:00:30.096Z] echo Agent pid 16 killed; [2021-04-13T11:00:30.151Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T11:00:30.679Z] + git semver [Pipeline] } [2021-04-13T11:00:30.841Z] $ docker stop --time=1 afb6d478bffa9abc49e36d4e3e48f2787cfd715d004c7bc624e83ab0871cadb9 [2021-04-13T11:00:32.223Z] $ docker rm -f afb6d478bffa9abc49e36d4e3e48f2787cfd715d004c7bc624e83ab0871cadb9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-13T11:00:32.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-13T11:00:32.924Z] [2021-04-13T11:00:32.924Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-13T11:00:33.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-13T11:00:33.283Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-13T11:00:33.283Z] ab5ef0e58194: Pulling fs layer [2021-04-13T11:00:33.283Z] 9712f1f96733: Pulling fs layer [2021-04-13T11:00:33.283Z] 63f879dbbcfc: Pulling fs layer [2021-04-13T11:00:33.283Z] 0d9ebad4ef96: Pulling fs layer [2021-04-13T11:00:33.283Z] e9a5061849ea: Pulling fs layer [2021-04-13T11:00:33.283Z] d747dcd14b5f: Pulling fs layer [2021-04-13T11:00:33.283Z] 2de7ff778b66: Pulling fs layer [2021-04-13T11:00:33.283Z] 0d9ebad4ef96: Waiting [2021-04-13T11:00:33.283Z] e9a5061849ea: Waiting [2021-04-13T11:00:33.283Z] d747dcd14b5f: Waiting [2021-04-13T11:00:33.283Z] 2de7ff778b66: Waiting [2021-04-13T11:00:33.283Z] 9712f1f96733: Verifying Checksum [2021-04-13T11:00:33.283Z] 9712f1f96733: Download complete [2021-04-13T11:00:35.228Z] 63f879dbbcfc: Verifying Checksum [2021-04-13T11:00:35.228Z] 63f879dbbcfc: Download complete [2021-04-13T11:00:35.228Z] e9a5061849ea: Verifying Checksum [2021-04-13T11:00:35.228Z] e9a5061849ea: Download complete [2021-04-13T11:00:35.228Z] d747dcd14b5f: Verifying Checksum [2021-04-13T11:00:35.228Z] d747dcd14b5f: Download complete [2021-04-13T11:00:35.809Z] 2de7ff778b66: Verifying Checksum [2021-04-13T11:00:35.809Z] 2de7ff778b66: Download complete [2021-04-13T11:00:35.809Z] 0d9ebad4ef96: Verifying Checksum [2021-04-13T11:00:35.809Z] 0d9ebad4ef96: Download complete [2021-04-13T11:00:35.809Z] ab5ef0e58194: Verifying Checksum [2021-04-13T11:00:35.809Z] ab5ef0e58194: Download complete [2021-04-13T11:00:41.139Z] ab5ef0e58194: Pull complete [2021-04-13T11:00:41.139Z] 9712f1f96733: Pull complete [2021-04-13T11:00:43.709Z] 63f879dbbcfc: Pull complete [2021-04-13T11:00:50.346Z] 0d9ebad4ef96: Pull complete [2021-04-13T11:00:51.736Z] e9a5061849ea: Pull complete [2021-04-13T11:00:51.736Z] d747dcd14b5f: Pull complete [2021-04-13T11:00:54.319Z] 2de7ff778b66: Pull complete [2021-04-13T11:00:54.319Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-13T11:00:54.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-13T11:00:54.319Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-13T11:00:54.527Z] prd-centos7-docker-4c-2g-33904 does not seem to be running inside a container [2021-04-13T11:00:54.587Z] $ 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-13T11:00:58.833Z] $ docker top 948d6b426ee6a8a96a496a9b8c0f9fc1019bdeb0f6ca4fa316e2edd3ce652ce7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-13T11:00:59.136Z] provisioning config files... [2021-04-13T11:00:59.158Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config309213870893130308tmp [2021-04-13T11:00:59.182Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7612168754950731882tmp [2021-04-13T11:00:59.208Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4222697755691586481tmp [Pipeline] { [Pipeline] echo [2021-04-13T11:00:59.262Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T11:00:59.570Z] ---> sigul-configuration.sh [2021-04-13T11:00:59.570Z] gpg: directory `/root/.gnupg' created [2021-04-13T11:00:59.570Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-13T11:00:59.570Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-13T11:00:59.570Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-13T11:00:59.570Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-13T11:00:59.570Z] gpg: CAST5 encrypted data [2021-04-13T11:00:59.833Z] gpg: encrypted with 1 passphrase [2021-04-13T11:00:59.833Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-13T11:01:00.137Z] + mkdir /home/jenkins [2021-04-13T11:01:00.137Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-13T11:01:00.440Z] + 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-13T11:01:00.453Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T11:01:00.758Z] ---> sigul-install.sh [2021-04-13T11:01:07.398Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-13T11:01:07.715Z] + git tag --list [2021-04-13T11:01:07.715Z] 0.1.1 [2021-04-13T11:01:07.715Z] v1.1.0 [2021-04-13T11:01:07.715Z] v1.2.0 [2021-04-13T11:01:07.715Z] v1.2.1 [2021-04-13T11:01:07.715Z] v1.3.0 [2021-04-13T11:01:07.715Z] v2.0.0-dev.1 [2021-04-13T11:01:07.715Z] v2.0.0-dev.10 [2021-04-13T11:01:07.715Z] v2.0.0-dev.11 [2021-04-13T11:01:07.715Z] v2.0.0-dev.12 [2021-04-13T11:01:07.715Z] v2.0.0-dev.13 [2021-04-13T11:01:07.715Z] v2.0.0-dev.14 [2021-04-13T11:01:07.715Z] v2.0.0-dev.15 [2021-04-13T11:01:07.715Z] v2.0.0-dev.16 [2021-04-13T11:01:07.715Z] v2.0.0-dev.17 [2021-04-13T11:01:07.715Z] v2.0.0-dev.18 [2021-04-13T11:01:07.715Z] v2.0.0-dev.19 [2021-04-13T11:01:07.715Z] v2.0.0-dev.2 [2021-04-13T11:01:07.715Z] v2.0.0-dev.20 [2021-04-13T11:01:07.715Z] v2.0.0-dev.21 [2021-04-13T11:01:07.715Z] v2.0.0-dev.22 [2021-04-13T11:01:07.715Z] v2.0.0-dev.23 [2021-04-13T11:01:07.715Z] v2.0.0-dev.24 [2021-04-13T11:01:07.715Z] v2.0.0-dev.25 [2021-04-13T11:01:07.715Z] v2.0.0-dev.26 [2021-04-13T11:01:07.715Z] v2.0.0-dev.27 [2021-04-13T11:01:07.715Z] v2.0.0-dev.28 [2021-04-13T11:01:07.715Z] v2.0.0-dev.29 [2021-04-13T11:01:07.715Z] v2.0.0-dev.3 [2021-04-13T11:01:07.715Z] v2.0.0-dev.30 [2021-04-13T11:01:07.715Z] v2.0.0-dev.31 [2021-04-13T11:01:07.715Z] v2.0.0-dev.32 [2021-04-13T11:01:07.715Z] v2.0.0-dev.33 [2021-04-13T11:01:07.715Z] v2.0.0-dev.34 [2021-04-13T11:01:07.715Z] v2.0.0-dev.35 [2021-04-13T11:01:07.715Z] v2.0.0-dev.36 [2021-04-13T11:01:07.715Z] v2.0.0-dev.4 [2021-04-13T11:01:07.715Z] v2.0.0-dev.5 [2021-04-13T11:01:07.715Z] v2.0.0-dev.6 [2021-04-13T11:01:07.715Z] v2.0.0-dev.7 [2021-04-13T11:01:07.715Z] v2.0.0-dev.8 [2021-04-13T11:01:07.715Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-13T11:01:08.035Z] + lftools sign git-tag v2.0.0-dev.36 [2021-04-13T11:01:09.433Z] Signing Git tag with Sigul... [2021-04-13T11:01:09.433Z] Signing v2.0.0-dev.36 [Pipeline] echo [2021-04-13T11:01:11.370Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T11:01:11.673Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-13T11:01:11.684Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-13T11:01:11.862Z] $ docker stop --time=1 948d6b426ee6a8a96a496a9b8c0f9fc1019bdeb0f6ca4fa316e2edd3ce652ce7 [2021-04-13T11:01:14.046Z] $ docker rm -f 948d6b426ee6a8a96a496a9b8c0f9fc1019bdeb0f6ca4fa316e2edd3ce652ce7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-13T11:01:15.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T11:01:15.008Z] . [Pipeline] withDockerContainer [2021-04-13T11:01:15.121Z] prd-centos7-docker-4c-2g-33904 does not seem to be running inside a container [2021-04-13T11:01:15.166Z] $ 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-13T11:01:15.971Z] $ docker top 2b086a7c20bc0797b1be323be55bbf46bf3a452575eabf3031c44c9452e70212 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T11:01:16.313Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T11:01:16.313Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T11:01:16.541Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T11:01:16.546Z] $ docker exec 2b086a7c20bc0797b1be323be55bbf46bf3a452575eabf3031c44c9452e70212 ssh-agent [2021-04-13T11:01:16.741Z] SSH_AUTH_SOCK=/tmp/ssh-bwcFrsmr2vPk/agent.11 [2021-04-13T11:01:16.741Z] SSH_AGENT_PID=16 [2021-04-13T11:01:16.750Z] Running ssh-add (command line suppressed) [2021-04-13T11:01:16.885Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_251328708783936471.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_251328708783936471.key) [2021-04-13T11:01:16.947Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T11:01:17.285Z] + git semver bump pre [2021-04-13T11:01:17.286Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T11:01:17.286Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-13T11:01:17.286Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T11:01:17.286Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T11:01:17.286Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T11:01:17.286Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T11:01:17.286Z] # $SEMVER_BRANCH = master [2021-04-13T11:01:17.286Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-13T11:01:17.286Z] 2.0.0-dev.37 [Pipeline] } [2021-04-13T11:01:17.301Z] $ docker exec --env ******** --env ******** 2b086a7c20bc0797b1be323be55bbf46bf3a452575eabf3031c44c9452e70212 ssh-agent -k [2021-04-13T11:01:17.430Z] unset SSH_AUTH_SOCK; [2021-04-13T11:01:17.431Z] unset SSH_AGENT_PID; [2021-04-13T11:01:17.431Z] echo Agent pid 16 killed; [2021-04-13T11:01:17.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T11:01:17.950Z] + git semver [Pipeline] } [2021-04-13T11:01:17.971Z] $ docker stop --time=1 2b086a7c20bc0797b1be323be55bbf46bf3a452575eabf3031c44c9452e70212 [2021-04-13T11:01:19.356Z] $ docker rm -f 2b086a7c20bc0797b1be323be55bbf46bf3a452575eabf3031c44c9452e70212 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-13T11:01:19.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T11:01:19.934Z] . [Pipeline] withDockerContainer [2021-04-13T11:01:20.038Z] prd-centos7-docker-4c-2g-33904 does not seem to be running inside a container [2021-04-13T11:01:20.087Z] $ 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-13T11:01:20.828Z] $ docker top dc88b0354c6dcee4a40094e5a9509dd6afb9d59dbffe9c04e5a6e0632fa87672 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T11:01:21.205Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T11:01:21.205Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T11:01:21.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T11:01:21.462Z] $ docker exec dc88b0354c6dcee4a40094e5a9509dd6afb9d59dbffe9c04e5a6e0632fa87672 ssh-agent [2021-04-13T11:01:21.661Z] SSH_AUTH_SOCK=/tmp/ssh-JNJHKx2lE88K/agent.11 [2021-04-13T11:01:21.661Z] SSH_AGENT_PID=16 [2021-04-13T11:01:21.751Z] Running ssh-add (command line suppressed) [2021-04-13T11:01:21.920Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6930530870341626752.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_6930530870341626752.key) [2021-04-13T11:01:21.980Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T11:01:22.332Z] + git semver push [2021-04-13T11:01:22.332Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T11:01:22.332Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-13T11:01:22.332Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T11:01:22.332Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T11:01:22.332Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T11:01:22.332Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T11:01:22.332Z] # $SEMVER_BRANCH = master [2021-04-13T11:01:22.332Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-13T11:01:26.567Z] $ docker exec --env ******** --env ******** dc88b0354c6dcee4a40094e5a9509dd6afb9d59dbffe9c04e5a6e0632fa87672 ssh-agent -k [2021-04-13T11:01:26.755Z] unset SSH_AUTH_SOCK; [2021-04-13T11:01:26.758Z] unset SSH_AGENT_PID; [2021-04-13T11:01:26.758Z] echo Agent pid 16 killed; [2021-04-13T11:01:26.823Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T11:01:27.301Z] + git semver [Pipeline] } [2021-04-13T11:01:27.321Z] $ docker stop --time=1 dc88b0354c6dcee4a40094e5a9509dd6afb9d59dbffe9c04e5a6e0632fa87672 [2021-04-13T11:01:28.684Z] $ docker rm -f dc88b0354c6dcee4a40094e5a9509dd6afb9d59dbffe9c04e5a6e0632fa87672 [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-13T11:01:30.342Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T11:01:30.913Z] ---> package-listing.sh [2021-04-13T11:01:30.913Z] ++ facter osfamily [2021-04-13T11:01:30.913Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-13T11:01:30.913Z] + OS_FAMILY=redhat [2021-04-13T11:01:30.913Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T11:01:30.913Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-13T11:01:30.913Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-13T11:01:30.913Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-13T11:01:30.913Z] + PACKAGES=/tmp/packages_start.txt [2021-04-13T11:01:30.913Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-13T11:01:30.913Z] + PACKAGES=/tmp/packages_end.txt [2021-04-13T11:01:30.913Z] + case "${OS_FAMILY}" in [2021-04-13T11:01:30.913Z] + rpm -qa [2021-04-13T11:01:30.913Z] + sort [2021-04-13T11:01:36.223Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-13T11:01:36.223Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-13T11:01:36.223Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-13T11:01:36.223Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-13T11:01:36.223Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-13T11:01:36.223Z] + 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-13T11:01:36.238Z] 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-13T11:01:36.533Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-13T11:01:36.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T11:01:36.852Z] [2021-04-13T11:01:36.852Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-13T11:01:37.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T11:01:37.207Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-13T11:01:37.207Z] df20fa9351a1: Pulling fs layer [2021-04-13T11:01:37.207Z] 36b3adc4ff6f: Pulling fs layer [2021-04-13T11:01:37.207Z] 8ad3a11d3b57: Pulling fs layer [2021-04-13T11:01:37.207Z] 46f8f816bc3b: Pulling fs layer [2021-04-13T11:01:37.207Z] 93b61091891f: Pulling fs layer [2021-04-13T11:01:37.207Z] 93b9cdb0e59b: Pulling fs layer [2021-04-13T11:01:37.207Z] 5e14af77c1be: Pulling fs layer [2021-04-13T11:01:37.207Z] 01666e4c0597: Pulling fs layer [2021-04-13T11:01:37.207Z] aa168da1d23b: Pulling fs layer [2021-04-13T11:01:37.207Z] 93b9cdb0e59b: Waiting [2021-04-13T11:01:37.207Z] 01666e4c0597: Waiting [2021-04-13T11:01:37.207Z] 5e14af77c1be: Waiting [2021-04-13T11:01:37.207Z] aa168da1d23b: Waiting [2021-04-13T11:01:37.207Z] 46f8f816bc3b: Waiting [2021-04-13T11:01:37.207Z] 36b3adc4ff6f: Verifying Checksum [2021-04-13T11:01:37.207Z] 36b3adc4ff6f: Download complete [2021-04-13T11:01:37.207Z] 46f8f816bc3b: Verifying Checksum [2021-04-13T11:01:37.207Z] 46f8f816bc3b: Download complete [2021-04-13T11:01:37.207Z] df20fa9351a1: Verifying Checksum [2021-04-13T11:01:37.207Z] df20fa9351a1: Download complete [2021-04-13T11:01:37.475Z] 93b9cdb0e59b: Verifying Checksum [2021-04-13T11:01:37.475Z] 93b9cdb0e59b: Download complete [2021-04-13T11:01:37.475Z] 5e14af77c1be: Verifying Checksum [2021-04-13T11:01:37.475Z] 5e14af77c1be: Download complete [2021-04-13T11:01:37.475Z] 93b61091891f: Download complete [2021-04-13T11:01:37.475Z] 01666e4c0597: Verifying Checksum [2021-04-13T11:01:37.475Z] 01666e4c0597: Download complete [2021-04-13T11:01:37.475Z] 8ad3a11d3b57: Verifying Checksum [2021-04-13T11:01:37.475Z] 8ad3a11d3b57: Download complete [2021-04-13T11:01:37.740Z] df20fa9351a1: Pull complete [2021-04-13T11:01:38.002Z] 36b3adc4ff6f: Pull complete [2021-04-13T11:01:38.586Z] 8ad3a11d3b57: Pull complete [2021-04-13T11:01:38.875Z] 46f8f816bc3b: Pull complete [2021-04-13T11:01:39.459Z] 93b61091891f: Pull complete [2021-04-13T11:01:40.035Z] aa168da1d23b: Verifying Checksum [2021-04-13T11:01:40.035Z] aa168da1d23b: Download complete [2021-04-13T11:01:40.609Z] 93b9cdb0e59b: Pull complete [2021-04-13T11:01:40.609Z] 5e14af77c1be: Pull complete [2021-04-13T11:01:40.871Z] 01666e4c0597: Pull complete [2021-04-13T11:01:49.048Z] aa168da1d23b: Pull complete [2021-04-13T11:01:49.048Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-13T11:01:49.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T11:01:49.048Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-13T11:01:49.195Z] prd-centos7-docker-4c-2g-33904 does not seem to be running inside a container [2021-04-13T11:01:49.243Z] $ 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-13T11:01:52.281Z] $ docker top 9087e45be4fced5ba198756299905dc2982859ffc5b6b4eb81c2da826076593f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T11:01:52.854Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-13T11:01:53.155Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-13T11:01:53.459Z] + ls /var/log/sa-host [2021-04-13T11:01:53.459Z] + sadf -c /var/log/sa-host/sa13 [2021-04-13T11:01:53.459Z] file_magic: OK [2021-04-13T11:01:53.459Z] HZ: Using current value: 100 [2021-04-13T11:01:53.459Z] file_header: OK [2021-04-13T11:01:53.459Z] 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-13T11:01:53.459Z] Statistics: [2021-04-13T11:01:53.459Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...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-13T11:01:53.459Z] File successfully converted to sysstat format version 12.2.1 [2021-04-13T11:01:53.459Z] + sadf -c /var/log/sa-host/sa23 [2021-04-13T11:01:53.459Z] file_magic: OK [2021-04-13T11:01:53.459Z] HZ: Using current value: 100 [2021-04-13T11:01:53.459Z] file_header: OK [2021-04-13T11:01:53.459Z] 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-13T11:01:53.459Z] Statistics: [2021-04-13T11:01:53.459Z] Hnuu...uuuununununu... [2021-04-13T11:01:53.459Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-13T11:01:54.162Z] provisioning config files... [2021-04-13T11:01:54.180Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8691193602841080513tmp [Pipeline] { [Pipeline] echo [2021-04-13T11:01:54.245Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T11:01:54.547Z] ---> create-netrc.sh [Pipeline] } [2021-04-13T11:01:54.557Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-13T11:01:54.657Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T11:01:54.954Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-13T11:01:54.965Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T11:01:55.260Z] ---> sudo-logs.sh [2021-04-13T11:01:55.260Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-13T11:01:55.322Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T11:01:55.617Z] ---> job-cost.sh [2021-04-13T11:01:55.617Z] lf-activate-venv: SKIPPING [2021-04-13T11:01:55.617Z] DEBUG: total: 0.20999999344348907 [2021-04-13T11:01:55.617Z] INFO: Retrieving Stack Cost... [2021-04-13T11:01:57.004Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T11:01:57.265Z] INFO: Archiving Costs [Pipeline] echo [2021-04-13T11:01:57.278Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T11:01:57.573Z] ---> logs-deploy.sh [2021-04-13T11:01:57.573Z] lf-activate-venv: SKIPPING [2021-04-13T11:01:57.573Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/95 [2021-04-13T11:01:57.573Z] INFO: archiving workspace using pattern(s): [2021-04-13T11:01:59.499Z] Archives upload complete. [2021-04-13T11:01:59.499Z] INFO: archiving logs to Nexus