Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0d7e95f3a124b23d26469e0c42d55dfab6137092 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31734 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 0d7e95f3a124b23d26469e0c42d55dfab6137092 (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 0d7e95f3a124b23d26469e0c42d55dfab6137092 # timeout=10 Commit message: "feat: Add update method for device device update" > git rev-list --no-walk 3778f220d06894e70adc087f295b3bfdc904cdc4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T14:17:16.136Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T14:17:16.431Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T14:17:16.538Z] ========================================================= [2021-03-29T14:17:16.538Z] EdgeX Global Pipelines Version Info [2021-03-29T14:17:16.538Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:17:18.067Z] ------------------- [2021-03-29T14:17:18.068Z] stable info: [2021-03-29T14:17:18.068Z] ------------------- [2021-03-29T14:17:18.068Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T14:17:18.068Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T14:17:18.068Z] Message: update stable to v1.0.186 [2021-03-29T14:17:19.014Z] ------------------- [2021-03-29T14:17:19.014Z] experimental info: [2021-03-29T14:17:19.014Z] ------------------- [2021-03-29T14:17:19.014Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T14:17:19.014Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T14:17:19.014Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T14:17:19.295Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-03-29T14:17:19.392Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-03-29T14:17:19.494Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T14:17:19.591Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T14:17:19.684Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T14:17:19.786Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T14:17:19.941Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T14:17:20.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T14:17:20.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-29T14:17:20.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T14:17:20.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T14:17:20.486Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-03-29T14:17:20.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T14:17:20.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T14:17:20.776Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T14:17:20.934Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T14:17:21.051Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T14:17:21.161Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-29T14:17:21.250Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T14:17:21.344Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-29T14:17:21.436Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-29T14:17:21.560Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-29T14:17:21.698Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-29T14:17:21.791Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-29T14:17:21.875Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-29T14:17:21.961Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T14:17:22.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-29T14:17:22.181Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-29T14:17:22.304Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-29T14:17:22.391Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0d7e95f3a124b23d26469e0c42d55dfab6137092 [Pipeline] echo [2021-03-29T14:17:22.499Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0d7e95f [Pipeline] echo [2021-03-29T14:17:22.591Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T14:17:22.783Z] provisioning config files... [2021-03-29T14:17:22.858Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1002675633304806130tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:17:23.229Z] ---> docker-login.sh [2021-03-29T14:17:23.229Z] nexus3.edgexfoundry.org:10001 [2021-03-29T14:17:23.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:17:23.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:17:23.761Z] Configure a credential helper to remove this warning. See [2021-03-29T14:17:23.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:17:23.761Z] [2021-03-29T14:17:23.761Z] Login Succeeded [2021-03-29T14:17:23.761Z] nexus3.edgexfoundry.org:10002 [2021-03-29T14:17:24.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:17:24.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:17:24.024Z] Configure a credential helper to remove this warning. See [2021-03-29T14:17:24.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:17:24.024Z] [2021-03-29T14:17:24.024Z] Login Succeeded [2021-03-29T14:17:24.024Z] nexus3.edgexfoundry.org:10003 [2021-03-29T14:17:24.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:17:24.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:17:24.287Z] Configure a credential helper to remove this warning. See [2021-03-29T14:17:24.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:17:24.287Z] [2021-03-29T14:17:24.287Z] Login Succeeded [2021-03-29T14:17:24.287Z] nexus3.edgexfoundry.org:10004 [2021-03-29T14:17:24.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:17:24.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:17:24.287Z] Configure a credential helper to remove this warning. See [2021-03-29T14:17:24.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:17:24.287Z] [2021-03-29T14:17:24.287Z] Login Succeeded [2021-03-29T14:17:24.287Z] docker.io [2021-03-29T14:17:24.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:17:24.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:17:24.815Z] Configure a credential helper to remove this warning. See [2021-03-29T14:17:24.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:17:24.815Z] [2021-03-29T14:17:24.815Z] Login Succeeded [2021-03-29T14:17:24.815Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T14:17:24.827Z] 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-03-29T14:17:25.735Z] + git log --format=format:%s -1 0d7e95f3a124b23d26469e0c42d55dfab6137092 [Pipeline] echo [2021-03-29T14:17:25.808Z] GIT_COMMIT: 0d7e95f3a124b23d26469e0c42d55dfab6137092, Commit Message: feat: Add update method for device device update [Pipeline] echo [2021-03-29T14:17:25.853Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:17:26.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T14:17:26.838Z] [2021-03-29T14:17:26.838Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:17:27.232Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T14:17:27.233Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T14:17:27.233Z] 31603596830f: Pulling fs layer [2021-03-29T14:17:27.233Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T14:17:27.233Z] 6ca5941a6612: Pulling fs layer [2021-03-29T14:17:27.233Z] ecc8261a40a4: Pulling fs layer [2021-03-29T14:17:27.233Z] ecc8261a40a4: Waiting [2021-03-29T14:17:27.233Z] 2a8b12db71e7: Download complete [2021-03-29T14:17:27.495Z] 31603596830f: Verifying Checksum [2021-03-29T14:17:27.495Z] 31603596830f: Download complete [2021-03-29T14:17:27.495Z] ecc8261a40a4: Verifying Checksum [2021-03-29T14:17:27.495Z] ecc8261a40a4: Download complete [2021-03-29T14:17:27.495Z] 6ca5941a6612: Verifying Checksum [2021-03-29T14:17:27.495Z] 6ca5941a6612: Download complete [2021-03-29T14:17:27.759Z] 31603596830f: Pull complete [2021-03-29T14:17:28.023Z] 2a8b12db71e7: Pull complete [2021-03-29T14:17:28.604Z] 6ca5941a6612: Pull complete [2021-03-29T14:17:28.867Z] ecc8261a40a4: Pull complete [2021-03-29T14:17:28.867Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T14:17:28.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T14:17:28.867Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T14:17:28.975Z] prd-centos7-docker-4c-2g-31734 does not seem to be running inside a container [2021-03-29T14:17:29.041Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T14:17:31.068Z] $ docker top 109c8bedb210ecf35c072186e8169e89cac5d915d28defe7e21f4f1e491f461e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T14:17:31.382Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T14:17:31.382Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T14:17:31.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T14:17:31.599Z] $ docker exec 109c8bedb210ecf35c072186e8169e89cac5d915d28defe7e21f4f1e491f461e ssh-agent [2021-03-29T14:17:31.764Z] SSH_AUTH_SOCK=/tmp/ssh-8rnh8AI03E6K/agent.12 [2021-03-29T14:17:31.764Z] SSH_AGENT_PID=17 [2021-03-29T14:17:31.774Z] Running ssh-add (command line suppressed) [2021-03-29T14:17:31.892Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8786502216538056935.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8786502216538056935.key) [2021-03-29T14:17:31.942Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T14:17:32.275Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T14:17:32.300Z] $ docker exec --env ******** --env ******** 109c8bedb210ecf35c072186e8169e89cac5d915d28defe7e21f4f1e491f461e ssh-agent -k [2021-03-29T14:17:32.409Z] unset SSH_AUTH_SOCK; [2021-03-29T14:17:32.409Z] unset SSH_AGENT_PID; [2021-03-29T14:17:32.409Z] echo Agent pid 17 killed; [2021-03-29T14:17:32.455Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T14:17:32.597Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T14:17:32.597Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T14:17:32.766Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T14:17:32.771Z] $ docker exec 109c8bedb210ecf35c072186e8169e89cac5d915d28defe7e21f4f1e491f461e ssh-agent [2021-03-29T14:17:32.928Z] SSH_AUTH_SOCK=/tmp/ssh-yEeABYvrwH2O/agent.45 [2021-03-29T14:17:32.928Z] SSH_AGENT_PID=50 [2021-03-29T14:17:32.935Z] Running ssh-add (command line suppressed) [2021-03-29T14:17:33.050Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2452917652023794783.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2452917652023794783.key) [2021-03-29T14:17:33.102Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T14:17:33.440Z] + git semver init [2021-03-29T14:17:33.440Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T14:17:33.440Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-29T14:17:33.440Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-29T14:17:33.440Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T14:17:33.440Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T14:17:33.440Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T14:17:33.440Z] # $SEMVER_BRANCH = master [2021-03-29T14:17:33.440Z] # $SEMVER_TEMP = /tmp/semver-505713547 [2021-03-29T14:17:33.440Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-03-29T14:17:34.830Z] # '/tmp/semver-505713547' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-03-29T14:17:34.830Z] # -> Force: false [2021-03-29T14:17:34.830Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-29T14:17:34.844Z] $ docker exec --env ******** --env ******** 109c8bedb210ecf35c072186e8169e89cac5d915d28defe7e21f4f1e491f461e ssh-agent -k [2021-03-29T14:17:34.950Z] unset SSH_AUTH_SOCK; [2021-03-29T14:17:34.951Z] unset SSH_AGENT_PID; [2021-03-29T14:17:34.951Z] echo Agent pid 50 killed; [2021-03-29T14:17:34.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T14:17:35.468Z] + git semver [Pipeline] } [2021-03-29T14:17:35.488Z] $ docker stop --time=1 109c8bedb210ecf35c072186e8169e89cac5d915d28defe7e21f4f1e491f461e [2021-03-29T14:17:36.908Z] $ docker rm -f 109c8bedb210ecf35c072186e8169e89cac5d915d28defe7e21f4f1e491f461e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T14:17:37.367Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T14:17:37.733Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T14:17:37.736Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.25 [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-03-29T14:17:53.254Z] Still waiting to schedule task [2021-03-29T14:17:53.254Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31734’ [2021-03-29T14:17:53.257Z] Still waiting to schedule task [2021-03-29T14:17:53.257Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-29T14:19:32.539Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31736 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-29T14:19:32.663Z] Running in /w/workspace/edgex-ui-go/83 [Pipeline] { [Pipeline] checkout [2021-03-29T14:19:36.122Z] Running on prd-centos7-docker-4c-2g-31737 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-03-29T14:19:36.173Z] Running in /w/workspace/edgex-ui-go/83 [Pipeline] { [Pipeline] checkout [2021-03-29T14:19:37.591Z] using credential edgex-jenkins-ssh [2021-03-29T14:19:37.652Z] Cloning the remote Git repository [2021-03-29T14:19:38.555Z] using credential edgex-jenkins-ssh [2021-03-29T14:19:38.606Z] Cloning the remote Git repository [2021-03-29T14:19:37.711Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:19:37.817Z] > git init /w/workspace/edgex-ui-go/83 # timeout=10 [2021-03-29T14:19:37.887Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:19:37.888Z] > git --version # timeout=10 [2021-03-29T14:19:37.909Z] > git --version # 'git version 2.17.1' [2021-03-29T14:19:37.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T14:19:37.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T14:19:38.637Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:19:38.706Z] > git init /w/workspace/edgex-ui-go/83 # timeout=10 [2021-03-29T14:19:38.769Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:19:38.769Z] > git --version # timeout=10 [2021-03-29T14:19:38.777Z] > git --version # 'git version 2.24.3' [2021-03-29T14:19:38.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T14:19:38.810Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T14:19:39.693Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T14:19:39.713Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T14:19:39.740Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T14:19:39.779Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:19:39.780Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T14:19:39.792Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T14:19:40.286Z] Checking out Revision 0d7e95f3a124b23d26469e0c42d55dfab6137092 (master) [2021-03-29T14:19:40.431Z] Checking out Revision 0d7e95f3a124b23d26469e0c42d55dfab6137092 (master) [2021-03-29T14:19:40.021Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T14:19:40.029Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T14:19:40.041Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-03-29T14:19:40.057Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-03-29T14:19:40.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T14:19:40.062Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T14:19:40.441Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T14:19:40.446Z] > git checkout -f 0d7e95f3a124b23d26469e0c42d55dfab6137092 # timeout=10 [2021-03-29T14:19:40.303Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T14:19:40.325Z] > git checkout -f 0d7e95f3a124b23d26469e0c42d55dfab6137092 # timeout=10 [2021-03-29T14:19:44.339Z] Commit message: "feat: Add update method for device device update" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T14:19:45.242Z] Commit message: "feat: Add update method for device device update" [2021-03-29T14:19:45.566Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-03-29T14:19:45.896Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-29T14:19:46.238Z] + true [2021-03-29T14:19:46.239Z] + sudo service docker restart [2021-03-29T14:19:46.239Z] Redirecting to /bin/systemctl restart docker.service [2021-03-29T14:19:46.891Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T14:19:47.291Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-03-29T14:19:47.644Z] + sudo service docker restart [2021-03-29T14:19:47.644Z] + true [Pipeline] wrap [2021-03-29T14:19:47.692Z] provisioning config files... [2021-03-29T14:19:47.722Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/83@tmp/config6849526658242757536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:19:48.096Z] ---> docker-login.sh [2021-03-29T14:19:48.096Z] nexus3.edgexfoundry.org:10001 [2021-03-29T14:19:48.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:48.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:48.358Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:48.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:48.358Z] [2021-03-29T14:19:48.358Z] Login Succeeded [2021-03-29T14:19:48.358Z] nexus3.edgexfoundry.org:10002 [2021-03-29T14:19:48.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:48.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:48.620Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:48.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:48.620Z] [2021-03-29T14:19:48.620Z] Login Succeeded [2021-03-29T14:19:48.620Z] nexus3.edgexfoundry.org:10003 [2021-03-29T14:19:48.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:48.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:48.884Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:48.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:48.884Z] [2021-03-29T14:19:48.884Z] Login Succeeded [2021-03-29T14:19:48.884Z] nexus3.edgexfoundry.org:10004 [2021-03-29T14:19:48.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:48.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:48.884Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:48.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:48.884Z] [2021-03-29T14:19:48.884Z] Login Succeeded [2021-03-29T14:19:48.884Z] docker.io [2021-03-29T14:19:49.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:49.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:49.409Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:49.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:49.409Z] [2021-03-29T14:19:49.409Z] Login Succeeded [2021-03-29T14:19:49.409Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T14:19:49.418Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T14:19:49.698Z] ========================================================= [2021-03-29T14:19:49.698Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T14:19:49.698Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:19:50.038Z] + 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-03-29T14:19:50.300Z] Sending build context to Docker daemon 17.36MB [2021-03-29T14:19:50.300Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T14:19:50.300Z] Step 2/8 : FROM ${BASE} [2021-03-29T14:19:50.300Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T14:19:50.300Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T14:19:50.300Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T14:19:50.300Z] de9db76c5a1d: Pulling fs layer [2021-03-29T14:19:50.300Z] bca2f99d35d6: Pulling fs layer [2021-03-29T14:19:50.300Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T14:19:50.300Z] 7c6f9722023f: Pulling fs layer [2021-03-29T14:19:50.300Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T14:19:50.300Z] 93359f2a8cfa: Waiting [2021-03-29T14:19:50.300Z] 7c6f9722023f: Waiting [2021-03-29T14:19:50.300Z] a35cf1a2eb13: Waiting [2021-03-29T14:19:50.300Z] bca2f99d35d6: Waiting [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T14:19:50.396Z] provisioning config files... [2021-03-29T14:19:50.454Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/83@tmp/config1540537520287791657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:19:50.561Z] de9db76c5a1d: Verifying Checksum [2021-03-29T14:19:50.561Z] de9db76c5a1d: Download complete [2021-03-29T14:19:50.561Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T14:19:50.561Z] 0ef7d3d256c8: Download complete [2021-03-29T14:19:50.561Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T14:19:50.561Z] 93359f2a8cfa: Download complete [2021-03-29T14:19:50.561Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T14:19:50.561Z] 188c0c94c7c5: Download complete [2021-03-29T14:19:50.561Z] 7c6f9722023f: Verifying Checksum [2021-03-29T14:19:50.561Z] 7c6f9722023f: Download complete [2021-03-29T14:19:50.824Z] 188c0c94c7c5: Pull complete [2021-03-29T14:19:50.824Z] 0ef7d3d256c8: Pull complete [2021-03-29T14:19:50.894Z] ---> docker-login.sh [2021-03-29T14:19:50.894Z] nexus3.edgexfoundry.org:10001 [2021-03-29T14:19:51.087Z] de9db76c5a1d: Pull complete [2021-03-29T14:19:51.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:52.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:52.153Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:52.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:52.153Z] [2021-03-29T14:19:52.153Z] Login Succeeded [2021-03-29T14:19:52.153Z] nexus3.edgexfoundry.org:10002 [2021-03-29T14:19:52.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:52.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:52.704Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:52.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:52.704Z] [2021-03-29T14:19:52.704Z] Login Succeeded [2021-03-29T14:19:52.704Z] nexus3.edgexfoundry.org:10003 [2021-03-29T14:19:52.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:53.013Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T14:19:53.013Z] a35cf1a2eb13: Download complete [2021-03-29T14:19:53.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:53.251Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:53.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:53.251Z] [2021-03-29T14:19:53.251Z] Login Succeeded [2021-03-29T14:19:53.251Z] nexus3.edgexfoundry.org:10004 [2021-03-29T14:19:53.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:53.597Z] bca2f99d35d6: Download complete [2021-03-29T14:19:53.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:53.800Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:53.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:53.800Z] [2021-03-29T14:19:53.800Z] Login Succeeded [2021-03-29T14:19:53.800Z] docker.io [2021-03-29T14:19:54.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:19:54.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:19:54.674Z] Configure a credential helper to remove this warning. See [2021-03-29T14:19:54.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:19:54.674Z] [2021-03-29T14:19:54.674Z] Login Succeeded [2021-03-29T14:19:54.674Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T14:19:54.691Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T14:19:55.151Z] ========================================================= [2021-03-29T14:19:55.151Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T14:19:55.151Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:19:55.537Z] + 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-03-29T14:19:56.530Z] Sending build context to Docker daemon 17.36MB [2021-03-29T14:19:56.530Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T14:19:56.530Z] Step 2/8 : FROM ${BASE} [2021-03-29T14:19:56.530Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T14:19:56.530Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T14:19:56.530Z] a4357932f1b6: Pulling fs layer [2021-03-29T14:19:56.530Z] 18c013af1878: Pulling fs layer [2021-03-29T14:19:56.530Z] 00ac8860ef70: Pulling fs layer [2021-03-29T14:19:56.530Z] 63d7cb157983: Pulling fs layer [2021-03-29T14:19:56.530Z] 00ac8860ef70: Waiting [2021-03-29T14:19:56.530Z] b116817d02f9: Pulling fs layer [2021-03-29T14:19:56.530Z] 745a02a5169b: Pulling fs layer [2021-03-29T14:19:56.530Z] 63d7cb157983: Waiting [2021-03-29T14:19:56.530Z] b116817d02f9: Waiting [2021-03-29T14:19:56.530Z] 745a02a5169b: Waiting [2021-03-29T14:19:56.530Z] 18c013af1878: Verifying Checksum [2021-03-29T14:19:56.530Z] 18c013af1878: Download complete [2021-03-29T14:19:56.530Z] a4357932f1b6: Verifying Checksum [2021-03-29T14:19:56.530Z] a4357932f1b6: Download complete [2021-03-29T14:19:56.530Z] 63d7cb157983: Verifying Checksum [2021-03-29T14:19:56.530Z] 63d7cb157983: Download complete [2021-03-29T14:19:56.530Z] b116817d02f9: Verifying Checksum [2021-03-29T14:19:56.530Z] b116817d02f9: Download complete [2021-03-29T14:19:56.530Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T14:19:56.530Z] 5f621e34cdf4: Download complete [2021-03-29T14:19:57.540Z] 5f621e34cdf4: Pull complete [2021-03-29T14:19:58.152Z] a4357932f1b6: Pull complete [2021-03-29T14:19:58.442Z] 18c013af1878: Pull complete [2021-03-29T14:19:58.730Z] 745a02a5169b: Download complete [2021-03-29T14:19:58.925Z] bca2f99d35d6: Pull complete [2021-03-29T14:19:58.925Z] 93359f2a8cfa: Pull complete [2021-03-29T14:19:58.925Z] 7c6f9722023f: Pull complete [2021-03-29T14:19:59.711Z] 00ac8860ef70: Verifying Checksum [2021-03-29T14:19:59.711Z] 00ac8860ef70: Download complete [2021-03-29T14:20:08.954Z] a35cf1a2eb13: Pull complete [2021-03-29T14:20:08.954Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T14:20:08.954Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T14:20:08.954Z] ---> a62c8e92a672 [2021-03-29T14:20:08.954Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-29T14:20:08.954Z] ---> Running in 21afc5b41ac5 [2021-03-29T14:20:08.954Z] Removing intermediate container 21afc5b41ac5 [2021-03-29T14:20:08.954Z] ---> 3776b0796553 [2021-03-29T14:20:08.954Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T14:20:08.954Z] ---> Running in 7ef42c6f434e [2021-03-29T14:20:09.220Z] Removing intermediate container 7ef42c6f434e [2021-03-29T14:20:09.220Z] ---> ee989a3ee33d [2021-03-29T14:20:09.220Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-29T14:20:09.220Z] ---> Running in bc1bbc29a48c [2021-03-29T14:20:09.879Z] 00ac8860ef70: Pull complete [2021-03-29T14:20:10.151Z] 63d7cb157983: Pull complete [2021-03-29T14:20:10.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T14:20:10.425Z] b116817d02f9: Pull complete [2021-03-29T14:20:11.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T14:20:11.387Z] OK: 166 MiB in 39 packages [2021-03-29T14:20:11.962Z] Removing intermediate container bc1bbc29a48c [2021-03-29T14:20:11.962Z] ---> 52bf4b2062dc [2021-03-29T14:20:11.962Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-29T14:20:11.962Z] ---> Running in 34474192fad9 [2021-03-29T14:20:12.225Z] Removing intermediate container 34474192fad9 [2021-03-29T14:20:12.225Z] ---> 8c046bb14d9c [2021-03-29T14:20:12.225Z] Step 7/8 : COPY . . [2021-03-29T14:20:14.756Z] 745a02a5169b: Pull complete [2021-03-29T14:20:14.756Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T14:20:14.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T14:20:14.756Z] ---> b7e6874047d6 [2021-03-29T14:20:14.756Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-29T14:20:14.797Z] ---> f4ef90a2f1f2 [2021-03-29T14:20:14.797Z] Step 8/8 : RUN go mod download [2021-03-29T14:20:14.797Z] ---> Running in 5da7fe95cb4d [2021-03-29T14:20:18.160Z] ---> Running in f660a6134df5 [2021-03-29T14:20:18.160Z] Removing intermediate container f660a6134df5 [2021-03-29T14:20:18.160Z] ---> 59e0a36da1aa [2021-03-29T14:20:18.160Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T14:20:18.436Z] ---> Running in 28aa05ee3b09 [2021-03-29T14:20:21.101Z] Removing intermediate container 28aa05ee3b09 [2021-03-29T14:20:21.101Z] ---> 7e79fce4f1e9 [2021-03-29T14:20:21.101Z] Step 5/8 : RUN apk add --no-cache make git [2021-03-29T14:20:21.101Z] ---> Running in 426ad982cbb5 [2021-03-29T14:20:22.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T14:20:23.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T14:20:23.664Z] OK: 142 MiB in 39 packages [2021-03-29T14:20:24.649Z] Removing intermediate container 426ad982cbb5 [2021-03-29T14:20:24.649Z] ---> e1c8cdcb9373 [2021-03-29T14:20:24.649Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-03-29T14:20:24.923Z] ---> Running in 67c0140691cd [2021-03-29T14:20:25.196Z] Removing intermediate container 67c0140691cd [2021-03-29T14:20:25.196Z] ---> 72da2b1dff93 [2021-03-29T14:20:25.196Z] Step 7/8 : COPY . . [2021-03-29T14:20:27.817Z] ---> 3c3fbe9f6df4 [2021-03-29T14:20:27.817Z] Step 8/8 : RUN go mod download [2021-03-29T14:20:27.817Z] ---> Running in 8a42f47ce9c8 [2021-03-29T14:20:46.977Z] Removing intermediate container 5da7fe95cb4d [2021-03-29T14:20:46.977Z] ---> 315a883e6063 [2021-03-29T14:20:46.977Z] Successfully built 315a883e6063 [2021-03-29T14:20:46.977Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:20:47.442Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T14:20:47.442Z] . [Pipeline] withDockerContainer [2021-03-29T14:20:47.675Z] prd-centos7-docker-4c-2g-31737 does not seem to be running inside a container [2021-03-29T14:20:47.722Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/83 -v /w/workspace/edgex-ui-go/83:/w/workspace/edgex-ui-go/83:rw,z -v /w/workspace/edgex-ui-go/83@tmp:/w/workspace/edgex-ui-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T14:20:48.547Z] $ docker top 9d50481fd78bfdf320afb7dcbf470210ddbf9039811472bf2fd37e0fa9145596 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T14:20:49.029Z] + go version [2021-03-29T14:20:49.030Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T14:20:49.044Z] $ docker stop --time=1 9d50481fd78bfdf320afb7dcbf470210ddbf9039811472bf2fd37e0fa9145596 [2021-03-29T14:20:50.381Z] $ docker rm -f 9d50481fd78bfdf320afb7dcbf470210ddbf9039811472bf2fd37e0fa9145596 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:20:51.281Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T14:20:51.281Z] . [Pipeline] withDockerContainer [2021-03-29T14:20:51.372Z] prd-centos7-docker-4c-2g-31737 does not seem to be running inside a container [2021-03-29T14:20:51.417Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/83 -v /w/workspace/edgex-ui-go/83:/w/workspace/edgex-ui-go/83:rw,z -v /w/workspace/edgex-ui-go/83@tmp:/w/workspace/edgex-ui-go/83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T14:20:52.240Z] $ docker top 9abb8257f0fb8f7281caa1d25dd7e3e7f9d442e70d54fdafc4496a4c8b3ff9f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T14:20:52.793Z] + make test [2021-03-29T14:20:52.793Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-29T14:20:54.205Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-03-29T14:21:00.160Z] Removing intermediate container 8a42f47ce9c8 [2021-03-29T14:21:00.160Z] ---> f1eb121eb937 [2021-03-29T14:21:00.160Z] Successfully built f1eb121eb937 [2021-03-29T14:21:00.160Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:00.514Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T14:21:00.514Z] . [Pipeline] withDockerContainer [2021-03-29T14:21:00.793Z] prd-ubuntu18.04-docker-arm64-4c-16g-31736 does not seem to be running inside a container [2021-03-29T14:21:00.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/83 -v /w/workspace/edgex-ui-go/83:/w/workspace/edgex-ui-go/83:rw,z -v /w/workspace/edgex-ui-go/83@tmp:/w/workspace/edgex-ui-go/83@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-03-29T14:21:02.396Z] $ docker top 23b6cf59e6502acc3656c0154ebd84fa51733934d56f6cc0b31eab5b88984a91 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T14:21:03.439Z] + go version [2021-03-29T14:21:03.439Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T14:21:03.458Z] $ docker stop --time=1 23b6cf59e6502acc3656c0154ebd84fa51733934d56f6cc0b31eab5b88984a91 [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-29T14:21:04.364Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-29T14:21:04.364Z] GO111MODULE=on go vet ./... [2021-03-29T14:21:05.401Z] $ docker rm -f 23b6cf59e6502acc3656c0154ebd84fa51733934d56f6cc0b31eab5b88984a91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-03-29T14:21:05.722Z] $ docker stop --time=1 9abb8257f0fb8f7281caa1d25dd7e3e7f9d442e70d54fdafc4496a4c8b3ff9f6 [2021-03-29T14:21:08.033Z] $ docker rm -f 9abb8257f0fb8f7281caa1d25dd7e3e7f9d442e70d54fdafc4496a4c8b3ff9f6 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:08.663Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T14:21:08.959Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T14:21:08.959Z] . [Pipeline] withDockerContainer [2021-03-29T14:21:09.100Z] Stashed 1 file(s) [2021-03-29T14:21:09.222Z] prd-ubuntu18.04-docker-arm64-4c-16g-31736 does not seem to be running inside a container [2021-03-29T14:21:09.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/83 -v /w/workspace/edgex-ui-go/83:/w/workspace/edgex-ui-go/83:rw,z -v /w/workspace/edgex-ui-go/83@tmp:/w/workspace/edgex-ui-go/83@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-03-29T14:21:10.747Z] $ docker top 84f20e5a3dbcfada84f7b7ee443c9daf2e7b2040d736fe24624e74e48e2b58f2 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-29T14:21:11.880Z] + make test [2021-03-29T14:21:11.880Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-03-29T14:21:13.319Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] sh [2021-03-29T14:21:13.993Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-29T14:21:14.294Z] + ls -al . [2021-03-29T14:21:14.294Z] total 92 [2021-03-29T14:21:14.294Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 29 14:20 . [2021-03-29T14:21:14.294Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 29 14:19 .. [2021-03-29T14:21:14.294Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 29 14:19 assets [2021-03-29T14:21:14.294Z] drwxrwxr-x. 2 jenkins jenkins 35 Mar 29 14:19 bin [2021-03-29T14:21:14.294Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 29 14:19 cmd [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 29 14:19 CONTRIBUTING.md [2021-03-29T14:21:14.294Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 29 14:20 coverage.out [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 1508 Mar 29 14:19 Dockerfile [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 902 Mar 29 14:19 Dockerfile.build [2021-03-29T14:21:14.294Z] drwxrwxr-x. 5 jenkins jenkins 104 Mar 29 14:19 docs [2021-03-29T14:21:14.294Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 29 14:19 .git [2021-03-29T14:21:14.294Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 29 14:19 .github [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 153 Mar 29 14:19 .gitignore [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 29 14:19 go.mod [2021-03-29T14:21:14.294Z] -rw-r--r--. 1 jenkins jenkins 22319 Mar 29 14:20 go.sum [2021-03-29T14:21:14.294Z] drwxrwxr-x. 10 jenkins jenkins 139 Mar 29 14:19 internal [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 29 14:19 Jenkinsfile [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 29 14:19 LICENSE [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 951 Mar 29 14:19 Makefile [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 4535 Mar 29 14:19 README.md [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 29 14:17 VERSION [2021-03-29T14:21:14.294Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 29 14:19 version.go [2021-03-29T14:21:14.294Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 29 14:19 web [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:14.606Z] + 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=0d7e95f3a124b23d26469e0c42d55dfab6137092 --label arch=amd64 --label version=2.0.0-dev.25 . [2021-03-29T14:21:14.872Z] Sending build context to Docker daemon 17.39MB [2021-03-29T14:21:14.872Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T14:21:14.872Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-29T14:21:14.872Z] ---> 315a883e6063 [2021-03-29T14:21:14.872Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-29T14:21:15.447Z] ---> Running in 7f823ba7a4d0 [2021-03-29T14:21:15.710Z] Removing intermediate container 7f823ba7a4d0 [2021-03-29T14:21:15.710Z] ---> f01f71c6c429 [2021-03-29T14:21:15.710Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-29T14:21:15.710Z] ---> Running in 99c7dd34f94f [2021-03-29T14:21:15.972Z] Removing intermediate container 99c7dd34f94f [2021-03-29T14:21:15.972Z] ---> f02a178707b8 [2021-03-29T14:21:15.972Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-29T14:21:15.972Z] ---> Running in 4c6f79315e94 [2021-03-29T14:21:16.235Z] Removing intermediate container 4c6f79315e94 [2021-03-29T14:21:16.235Z] ---> 1fcc948e0e4f [2021-03-29T14:21:16.235Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-29T14:21:16.235Z] ---> Running in 92bbe445ef86 [2021-03-29T14:21:16.497Z] Removing intermediate container 92bbe445ef86 [2021-03-29T14:21:16.497Z] ---> b0407f0bd991 [2021-03-29T14:21:16.497Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-29T14:21:16.497Z] ---> Running in 633b9d4f361b [2021-03-29T14:21:16.497Z] Removing intermediate container 633b9d4f361b [2021-03-29T14:21:16.497Z] ---> 74e6a3b68830 [2021-03-29T14:21:16.497Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T14:21:16.759Z] ---> Running in 3c0c4b983c0b [2021-03-29T14:21:17.332Z] Removing intermediate container 3c0c4b983c0b [2021-03-29T14:21:17.332Z] ---> f4017da644d0 [2021-03-29T14:21:17.332Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-29T14:21:17.597Z] ---> Running in a5282cba755f [2021-03-29T14:21:17.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T14:21:18.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T14:21:19.012Z] OK: 166 MiB in 39 packages [2021-03-29T14:21:19.587Z] Removing intermediate container a5282cba755f [2021-03-29T14:21:19.587Z] ---> 1b590bce3532 [2021-03-29T14:21:19.587Z] Step 10/24 : ENV GO111MODULE=on [2021-03-29T14:21:19.587Z] ---> Running in b915e6aa8c0f [2021-03-29T14:21:19.587Z] Removing intermediate container b915e6aa8c0f [2021-03-29T14:21:19.587Z] ---> 849a32899aee [2021-03-29T14:21:19.587Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-29T14:21:19.849Z] ---> Running in 7e69db9ed41e [2021-03-29T14:21:19.849Z] Removing intermediate container 7e69db9ed41e [2021-03-29T14:21:19.849Z] ---> 847344163d32 [2021-03-29T14:21:19.849Z] Step 12/24 : COPY go.mod . [2021-03-29T14:21:20.113Z] ---> a2f3ad8c8ad4 [2021-03-29T14:21:20.113Z] Step 13/24 : COPY Makefile . [2021-03-29T14:21:20.375Z] ---> 22bc609d6b56 [2021-03-29T14:21:20.376Z] Step 14/24 : RUN make update [2021-03-29T14:21:20.376Z] ---> Running in b26f582d23e7 [2021-03-29T14:21:20.959Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-29T14:21:21.535Z] Removing intermediate container b26f582d23e7 [2021-03-29T14:21:21.535Z] ---> cd47857ed2ac [2021-03-29T14:21:21.535Z] Step 15/24 : COPY . . [2021-03-29T14:21:22.939Z] ---> 6fbfae95e976 [2021-03-29T14:21:22.939Z] Step 16/24 : RUN ${MAKE} [2021-03-29T14:21:22.939Z] ---> Running in 3ab6726f109b [2021-03-29T14:21:23.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.25" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-29T14:21:31.795Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-29T14:21:36.036Z] Removing intermediate container 3ab6726f109b [2021-03-29T14:21:36.036Z] ---> 40dd1d2bc882 [2021-03-29T14:21:36.036Z] Step 17/24 : FROM alpine:3.12 [2021-03-29T14:21:36.036Z] 3.12: Pulling from library/alpine [2021-03-29T14:21:36.036Z] 22599d3e9e25: Pulling fs layer [2021-03-29T14:21:36.298Z] 22599d3e9e25: Verifying Checksum [2021-03-29T14:21:36.298Z] 22599d3e9e25: Download complete [2021-03-29T14:21:36.560Z] 22599d3e9e25: Pull complete [2021-03-29T14:21:36.560Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T14:21:36.560Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T14:21:36.560Z] ---> 42cb162f0360 [2021-03-29T14:21:36.560Z] Step 18/24 : EXPOSE 4000 [2021-03-29T14:21:36.560Z] ---> Running in c3f478d261bf [2021-03-29T14:21:36.824Z] Removing intermediate container c3f478d261bf [2021-03-29T14:21:36.824Z] ---> afd71fb8c2cd [2021-03-29T14:21:36.824Z] 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-03-29T14:21:37.775Z] ---> db0ca6bebf52 [2021-03-29T14:21:37.775Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-29T14:21:37.775Z] ---> Running in b84d9253fd08 [2021-03-29T14:21:38.038Z] Removing intermediate container b84d9253fd08 [2021-03-29T14:21:38.038Z] ---> ebf372d6b4a0 [2021-03-29T14:21:38.038Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-29T14:21:38.038Z] ---> Running in 5bb8eb7bd546 [2021-03-29T14:21:38.306Z] Removing intermediate container 5bb8eb7bd546 [2021-03-29T14:21:38.306Z] ---> 4dcc64c5c1c2 [2021-03-29T14:21:38.306Z] Step 22/24 : LABEL arch=amd64 [2021-03-29T14:21:38.306Z] ---> Running in 51d9b52af01a [2021-03-29T14:21:38.306Z] Removing intermediate container 51d9b52af01a [2021-03-29T14:21:38.306Z] ---> a9c2a722f201 [2021-03-29T14:21:38.306Z] Step 23/24 : LABEL git_sha=0d7e95f3a124b23d26469e0c42d55dfab6137092 [2021-03-29T14:21:38.569Z] ---> Running in 25f1a2d301ff [2021-03-29T14:21:38.569Z] Removing intermediate container 25f1a2d301ff [2021-03-29T14:21:38.569Z] ---> fa609801e59d [2021-03-29T14:21:38.569Z] Step 24/24 : LABEL version=2.0.0-dev.25 [2021-03-29T14:21:38.832Z] ---> Running in d85f66cfb1b8 [2021-03-29T14:21:38.832Z] Removing intermediate container d85f66cfb1b8 [2021-03-29T14:21:38.832Z] ---> 1ee31dc5ef37 [2021-03-29T14:21:38.832Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-29T14:21:38.832Z] Successfully built 1ee31dc5ef37 [2021-03-29T14:21:38.832Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T14:21:39.245Z] provisioning config files... [2021-03-29T14:21:39.279Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/83@tmp/config1707885488948179018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:21:39.652Z] ---> docker-login.sh [2021-03-29T14:21:39.652Z] nexus3.edgexfoundry.org:10001 [2021-03-29T14:21:39.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:21:39.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:21:39.915Z] Configure a credential helper to remove this warning. See [2021-03-29T14:21:39.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:21:39.915Z] [2021-03-29T14:21:39.915Z] Login Succeeded [2021-03-29T14:21:39.915Z] nexus3.edgexfoundry.org:10002 [2021-03-29T14:21:39.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:21:39.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:21:39.915Z] Configure a credential helper to remove this warning. See [2021-03-29T14:21:39.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:21:39.915Z] [2021-03-29T14:21:39.915Z] Login Succeeded [2021-03-29T14:21:39.915Z] nexus3.edgexfoundry.org:10003 [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-03-29T14:21:40.141Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-03-29T14:21:40.141Z] GO111MODULE=on go vet ./... [2021-03-29T14:21:40.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:21:40.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:21:40.179Z] Configure a credential helper to remove this warning. See [2021-03-29T14:21:40.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:21:40.179Z] [2021-03-29T14:21:40.179Z] Login Succeeded [2021-03-29T14:21:40.179Z] nexus3.edgexfoundry.org:10004 [2021-03-29T14:21:40.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:21:40.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:21:40.442Z] Configure a credential helper to remove this warning. See [2021-03-29T14:21:40.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:21:40.442Z] [2021-03-29T14:21:40.442Z] Login Succeeded [2021-03-29T14:21:40.442Z] docker.io [2021-03-29T14:21:40.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:21:40.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:21:40.708Z] Configure a credential helper to remove this warning. See [2021-03-29T14:21:40.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:21:40.708Z] [2021-03-29T14:21:40.708Z] Login Succeeded [2021-03-29T14:21:40.708Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T14:21:40.719Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T14:21:40.950Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-03-29T14:21:40.950Z] 0d7e95f3a124b23d26469e0c42d55dfab6137092 [2021-03-29T14:21:40.950Z] latest [2021-03-29T14:21:40.950Z] 2.0.0-dev.25 [2021-03-29T14:21:40.950Z] 0d7e95f3a124b23d26469e0c42d55dfab6137092-2.0.0-dev.25 [2021-03-29T14:21:40.950Z] master [2021-03-29T14:21:40.950Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:41.478Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0d7e95f3a124b23d26469e0c42d55dfab6137092 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:41.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0d7e95f3a124b23d26469e0c42d55dfab6137092 [2021-03-29T14:21:41.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-29T14:21:41.786Z] 438a98403d59: Preparing [2021-03-29T14:21:41.786Z] fa29914ad24c: Preparing [2021-03-29T14:21:41.786Z] fa29914ad24c: Layer already exists [2021-03-29T14:21:43.183Z] 438a98403d59: Pushed [2021-03-29T14:21:43.447Z] 0d7e95f3a124b23d26469e0c42d55dfab6137092: digest: sha256:3edd2700f656a79d544fa80e14c361f2a1a2427237b3ba0fead59076fe8f6a78 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:43.757Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:44.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-29T14:21:44.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-29T14:21:44.070Z] 438a98403d59: Preparing [2021-03-29T14:21:44.070Z] fa29914ad24c: Preparing [2021-03-29T14:21:44.070Z] fa29914ad24c: Layer already exists [2021-03-29T14:21:44.070Z] 438a98403d59: Layer already exists [2021-03-29T14:21:44.070Z] latest: digest: sha256:3edd2700f656a79d544fa80e14c361f2a1a2427237b3ba0fead59076fe8f6a78 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:44.381Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:44.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.25 [2021-03-29T14:21:44.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-29T14:21:44.684Z] 438a98403d59: Preparing [2021-03-29T14:21:44.684Z] fa29914ad24c: Preparing [2021-03-29T14:21:44.684Z] fa29914ad24c: Layer already exists [2021-03-29T14:21:44.684Z] 438a98403d59: Layer already exists [2021-03-29T14:21:44.684Z] 2.0.0-dev.25: digest: sha256:3edd2700f656a79d544fa80e14c361f2a1a2427237b3ba0fead59076fe8f6a78 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:44.995Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0d7e95f3a124b23d26469e0c42d55dfab6137092-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:45.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0d7e95f3a124b23d26469e0c42d55dfab6137092-2.0.0-dev.25 [2021-03-29T14:21:45.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-29T14:21:45.299Z] 438a98403d59: Preparing [2021-03-29T14:21:45.299Z] fa29914ad24c: Preparing [2021-03-29T14:21:45.299Z] 438a98403d59: Layer already exists [2021-03-29T14:21:45.299Z] fa29914ad24c: Layer already exists [2021-03-29T14:21:45.299Z] 0d7e95f3a124b23d26469e0c42d55dfab6137092-2.0.0-dev.25: digest: sha256:3edd2700f656a79d544fa80e14c361f2a1a2427237b3ba0fead59076fe8f6a78 size: 739 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2021-03-29T14:21:45.595Z] $ docker stop --time=1 84f20e5a3dbcfada84f7b7ee443c9daf2e7b2040d736fe24624e74e48e2b58f2 [2021-03-29T14:21:45.610Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-29T14:21:47.918Z] $ docker rm -f 84f20e5a3dbcfada84f7b7ee443c9daf2e7b2040d736fe24624e74e48e2b58f2 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:48.740Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-29T14:21:48.759Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T14:21:48.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-03-29T14:21:48.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-03-29T14:21:48.807Z] 438a98403d59: Preparing [2021-03-29T14:21:48.807Z] fa29914ad24c: Preparing [2021-03-29T14:21:48.807Z] fa29914ad24c: Layer already exists [2021-03-29T14:21:48.807Z] 438a98403d59: Layer already exists [2021-03-29T14:21:48.807Z] master: digest: sha256:3edd2700f656a79d544fa80e14c361f2a1a2427237b3ba0fead59076fe8f6a78 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T14:21:49.019Z] ===================================================== [Pipeline] echo [2021-03-29T14:21:49.069Z] taggedImages: [2021-03-29T14:21:49.069Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0d7e95f3a124b23d26469e0c42d55dfab6137092 [2021-03-29T14:21:49.069Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-03-29T14:21:49.069Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.25 [2021-03-29T14:21:49.069Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:0d7e95f3a124b23d26469e0c42d55dfab6137092-2.0.0-dev.25 [2021-03-29T14:21:49.069Z] - 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 [2021-03-29T14:21:49.595Z] Stashed 1 file(s) [Pipeline] libraryResource [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-29T14:21:50.013Z] ---> job-cost.sh [2021-03-29T14:21:50.013Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kALs [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T14:21:50.543Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-29T14:21:50.921Z] + ls -al . [2021-03-29T14:21:50.921Z] total 124 [2021-03-29T14:21:50.921Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 29 14:21 . [2021-03-29T14:21:50.921Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 14:19 .. [2021-03-29T14:21:50.921Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 29 14:19 .git [2021-03-29T14:21:50.921Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 14:19 .github [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 153 Mar 29 14:19 .gitignore [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 29 14:19 CONTRIBUTING.md [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 1508 Mar 29 14:19 Dockerfile [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 902 Mar 29 14:19 Dockerfile.build [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 29 14:19 Jenkinsfile [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 29 14:19 LICENSE [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 951 Mar 29 14:19 Makefile [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 4535 Mar 29 14:19 README.md [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 29 14:17 VERSION [2021-03-29T14:21:50.921Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 14:19 assets [2021-03-29T14:21:50.921Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 29 14:19 bin [2021-03-29T14:21:50.921Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 29 14:19 cmd [2021-03-29T14:21:50.921Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 29 14:21 coverage.out [2021-03-29T14:21:50.921Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 29 14:19 docs [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 29 14:19 go.mod [2021-03-29T14:21:50.921Z] -rw-r--r-- 1 jenkins jenkins 22319 Mar 29 14:21 go.sum [2021-03-29T14:21:50.921Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 29 14:19 internal [2021-03-29T14:21:50.921Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 29 14:19 version.go [2021-03-29T14:21:50.921Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 29 14:19 web [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:21:51.305Z] + 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=0d7e95f3a124b23d26469e0c42d55dfab6137092 --label arch=arm64 --label version=2.0.0-dev.25 . [2021-03-29T14:21:52.308Z] Sending build context to Docker daemon 17.38MB [2021-03-29T14:21:52.308Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T14:21:52.308Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-29T14:21:52.308Z] ---> f1eb121eb937 [2021-03-29T14:21:52.308Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-03-29T14:21:52.581Z] ---> Running in 63c661de27f2 [2021-03-29T14:21:53.183Z] Removing intermediate container 63c661de27f2 [2021-03-29T14:21:53.183Z] ---> 8e14c3805631 [2021-03-29T14:21:53.183Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-03-29T14:21:53.183Z] ---> Running in 6fbeaccbfab6 [2021-03-29T14:21:53.456Z] Removing intermediate container 6fbeaccbfab6 [2021-03-29T14:21:53.456Z] ---> 9a4a7ef2a60a [2021-03-29T14:21:53.456Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-03-29T14:21:53.730Z] ---> Running in 779422d666dd [2021-03-29T14:21:54.327Z] Removing intermediate container 779422d666dd [2021-03-29T14:21:54.327Z] ---> 661679cfb159 [2021-03-29T14:21:54.327Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-03-29T14:21:54.327Z] ---> Running in 3c5141538072 [2021-03-29T14:21:54.924Z] Removing intermediate container 3c5141538072 [2021-03-29T14:21:54.924Z] ---> de0acbf3f421 [2021-03-29T14:21:54.924Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-03-29T14:21:54.924Z] ---> Running in 09793235d52c [2021-03-29T14:21:55.202Z] Removing intermediate container 09793235d52c [2021-03-29T14:21:55.202Z] ---> 21eccfb57230 [2021-03-29T14:21:55.202Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T14:21:55.475Z] ---> Running in b2736c7184f2 [2021-03-29T14:21:57.450Z] Removing intermediate container b2736c7184f2 [2021-03-29T14:21:57.450Z] ---> af928d8f0062 [2021-03-29T14:21:57.450Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-29T14:21:57.726Z] ---> Running in 94e8baf0fb49 [2021-03-29T14:21:58.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T14:21:59.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T14:22:00.290Z] OK: 142 MiB in 39 packages [2021-03-29T14:22:01.269Z] Removing intermediate container 94e8baf0fb49 [2021-03-29T14:22:01.269Z] ---> fbcfc98c709e [2021-03-29T14:22:01.269Z] Step 10/24 : ENV GO111MODULE=on [2021-03-29T14:22:01.543Z] ---> Running in 86ebe3ffc81e [2021-03-29T14:22:01.817Z] Removing intermediate container 86ebe3ffc81e [2021-03-29T14:22:01.817Z] ---> 82ecd8804f0b [2021-03-29T14:22:01.817Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-03-29T14:22:02.091Z] ---> Running in 53acac654840 [2021-03-29T14:22:02.687Z] Removing intermediate container 53acac654840 [2021-03-29T14:22:02.687Z] ---> f37f03bc768a [2021-03-29T14:22:02.687Z] Step 12/24 : COPY go.mod . [2021-03-29T14:22:03.284Z] ---> 4fe76b4d0062 [2021-03-29T14:22:03.284Z] Step 13/24 : COPY Makefile . [2021-03-29T14:22:03.882Z] ---> 71ca205cc708 [2021-03-29T14:22:03.882Z] Step 14/24 : RUN make update [2021-03-29T14:22:04.165Z] ---> Running in 03ab1b002ca9 [2021-03-29T14:22:04.957Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T14:22:05.148Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-03-29T14:22:06.587Z] Removing intermediate container 03ab1b002ca9 [2021-03-29T14:22:06.587Z] ---> 3947cdf5be11 [2021-03-29T14:22:06.587Z] Step 15/24 : COPY . . [2021-03-29T14:22:09.196Z] ---> d4f1e89a6de1 [2021-03-29T14:22:09.196Z] Step 16/24 : RUN ${MAKE} [2021-03-29T14:22:09.196Z] ---> Running in 002d39b07fa3 [2021-03-29T14:22:10.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.25" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-03-29T14:22:31.599Z] lf-activate-venv(): INFO: Adding /tmp/venv-kALs/bin to PATH [2021-03-29T14:22:31.599Z] INFO: No Stack... [2021-03-29T14:22:32.172Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T14:22:32.747Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T14:22:33.054Z] + cat /w/workspace/edgex-ui-go/83/archives/cost.csv [2021-03-29T14:22:33.055Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T14:22:33.130Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-83-stack-cost] [2021-03-29T14:22:33.139Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-83-stack-cost] did not exist. Created. [2021-03-29T14:22:33.139Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-83-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T14:22:33.589Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-29T14:22:33.790Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T14:22:33.802Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-83-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T14:22:36.993Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-29T14:22:42.418Z] Removing intermediate container 002d39b07fa3 [2021-03-29T14:22:42.418Z] ---> 66708def0f7c [2021-03-29T14:22:42.418Z] Step 17/24 : FROM alpine:3.12 [2021-03-29T14:22:42.418Z] 3.12: Pulling from library/alpine [2021-03-29T14:22:42.418Z] 95dec6db3722: Pulling fs layer [2021-03-29T14:22:42.418Z] 95dec6db3722: Verifying Checksum [2021-03-29T14:22:42.418Z] 95dec6db3722: Download complete [2021-03-29T14:22:43.012Z] 95dec6db3722: Pull complete [2021-03-29T14:22:43.012Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T14:22:43.012Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T14:22:43.012Z] ---> e47305ac9786 [2021-03-29T14:22:43.012Z] Step 18/24 : EXPOSE 4000 [2021-03-29T14:22:43.284Z] ---> Running in a31c5a2749b5 [2021-03-29T14:22:43.879Z] Removing intermediate container a31c5a2749b5 [2021-03-29T14:22:43.879Z] ---> b096557ecba6 [2021-03-29T14:22:43.879Z] 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-03-29T14:22:45.311Z] ---> a8da86342b9a [2021-03-29T14:22:45.311Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-03-29T14:22:45.594Z] ---> Running in 906dac9c27f0 [2021-03-29T14:22:46.207Z] Removing intermediate container 906dac9c27f0 [2021-03-29T14:22:46.207Z] ---> 9951cdcfd360 [2021-03-29T14:22:46.207Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-03-29T14:22:46.207Z] ---> Running in 370026e5ca59 [2021-03-29T14:22:46.805Z] Removing intermediate container 370026e5ca59 [2021-03-29T14:22:46.805Z] ---> fbeecc04ac9a [2021-03-29T14:22:46.805Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T14:22:46.805Z] ---> Running in b294e3a58f33 [2021-03-29T14:22:47.400Z] Removing intermediate container b294e3a58f33 [2021-03-29T14:22:47.400Z] ---> 3899b4672c01 [2021-03-29T14:22:47.400Z] Step 23/24 : LABEL git_sha=0d7e95f3a124b23d26469e0c42d55dfab6137092 [2021-03-29T14:22:47.400Z] ---> Running in 6f14dac34b9d [2021-03-29T14:22:47.996Z] Removing intermediate container 6f14dac34b9d [2021-03-29T14:22:47.996Z] ---> e5925f35d108 [2021-03-29T14:22:47.996Z] Step 24/24 : LABEL version=2.0.0-dev.25 [2021-03-29T14:22:47.996Z] ---> Running in 766d85cd6d8b [2021-03-29T14:22:48.593Z] Removing intermediate container 766d85cd6d8b [2021-03-29T14:22:48.593Z] ---> fcf6669eef85 [2021-03-29T14:22:48.593Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-29T14:22:48.593Z] Successfully built fcf6669eef85 [2021-03-29T14:22:48.593Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T14:22:49.038Z] provisioning config files... [2021-03-29T14:22:49.073Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/83@tmp/config278297402594589382tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:22:49.459Z] ---> docker-login.sh [2021-03-29T14:22:49.459Z] nexus3.edgexfoundry.org:10001 [2021-03-29T14:22:49.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:50.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:50.003Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:50.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:50.003Z] [2021-03-29T14:22:50.003Z] Login Succeeded [2021-03-29T14:22:50.003Z] nexus3.edgexfoundry.org:10002 [2021-03-29T14:22:50.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:50.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:50.548Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:50.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:50.548Z] [2021-03-29T14:22:50.548Z] Login Succeeded [2021-03-29T14:22:50.548Z] nexus3.edgexfoundry.org:10003 [2021-03-29T14:22:50.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:51.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:51.099Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:51.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:51.099Z] [2021-03-29T14:22:51.099Z] Login Succeeded [2021-03-29T14:22:51.099Z] nexus3.edgexfoundry.org:10004 [2021-03-29T14:22:51.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:51.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:51.649Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:51.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:51.649Z] [2021-03-29T14:22:51.649Z] Login Succeeded [2021-03-29T14:22:51.649Z] docker.io [2021-03-29T14:22:51.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T14:22:52.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T14:22:52.519Z] Configure a credential helper to remove this warning. See [2021-03-29T14:22:52.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T14:22:52.519Z] [2021-03-29T14:22:52.519Z] Login Succeeded [2021-03-29T14:22:52.519Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T14:22:52.537Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T14:22:52.733Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-03-29T14:22:52.733Z] 0d7e95f3a124b23d26469e0c42d55dfab6137092 [2021-03-29T14:22:52.733Z] latest [2021-03-29T14:22:52.733Z] 2.0.0-dev.25 [2021-03-29T14:22:52.733Z] 0d7e95f3a124b23d26469e0c42d55dfab6137092-2.0.0-dev.25 [2021-03-29T14:22:52.733Z] master [2021-03-29T14:22:52.733Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:22:53.228Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0d7e95f3a124b23d26469e0c42d55dfab6137092 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:22:53.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0d7e95f3a124b23d26469e0c42d55dfab6137092 [2021-03-29T14:22:53.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-29T14:22:53.566Z] cf0429930592: Preparing [2021-03-29T14:22:53.566Z] b0d13f50be31: Preparing [2021-03-29T14:22:53.838Z] b0d13f50be31: Layer already exists [2021-03-29T14:22:58.134Z] cf0429930592: Pushed [2021-03-29T14:22:58.134Z] 0d7e95f3a124b23d26469e0c42d55dfab6137092: digest: sha256:37d5b02dab349adc3480132efcaf8aa5af3395f59a96f3ac1b1e220774b240ba size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:22:58.479Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:22:58.816Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-29T14:22:58.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-29T14:22:58.817Z] cf0429930592: Preparing [2021-03-29T14:22:58.817Z] b0d13f50be31: Preparing [2021-03-29T14:22:58.817Z] cf0429930592: Layer already exists [2021-03-29T14:22:59.088Z] b0d13f50be31: Layer already exists [2021-03-29T14:22:59.088Z] latest: digest: sha256:37d5b02dab349adc3480132efcaf8aa5af3395f59a96f3ac1b1e220774b240ba size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:22:59.427Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:22:59.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.25 [2021-03-29T14:22:59.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-29T14:22:59.764Z] cf0429930592: Preparing [2021-03-29T14:22:59.764Z] b0d13f50be31: Preparing [2021-03-29T14:22:59.764Z] cf0429930592: Layer already exists [2021-03-29T14:22:59.764Z] b0d13f50be31: Layer already exists [2021-03-29T14:23:00.034Z] 2.0.0-dev.25: digest: sha256:37d5b02dab349adc3480132efcaf8aa5af3395f59a96f3ac1b1e220774b240ba size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:23:00.375Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0d7e95f3a124b23d26469e0c42d55dfab6137092-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:23:00.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0d7e95f3a124b23d26469e0c42d55dfab6137092-2.0.0-dev.25 [2021-03-29T14:23:00.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-29T14:23:00.707Z] cf0429930592: Preparing [2021-03-29T14:23:00.707Z] b0d13f50be31: Preparing [2021-03-29T14:23:00.977Z] b0d13f50be31: Layer already exists [2021-03-29T14:23:00.977Z] cf0429930592: Layer already exists [2021-03-29T14:23:00.977Z] 0d7e95f3a124b23d26469e0c42d55dfab6137092-2.0.0-dev.25: digest: sha256:37d5b02dab349adc3480132efcaf8aa5af3395f59a96f3ac1b1e220774b240ba size: 739 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:23:01.315Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:23:01.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-03-29T14:23:01.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-03-29T14:23:01.677Z] cf0429930592: Preparing [2021-03-29T14:23:01.677Z] b0d13f50be31: Preparing [2021-03-29T14:23:01.950Z] b0d13f50be31: Layer already exists [2021-03-29T14:23:01.950Z] cf0429930592: Layer already exists [2021-03-29T14:23:01.950Z] master: digest: sha256:37d5b02dab349adc3480132efcaf8aa5af3395f59a96f3ac1b1e220774b240ba size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-29T14:23:02.170Z] ===================================================== [Pipeline] echo [2021-03-29T14:23:02.218Z] taggedImages: [2021-03-29T14:23:02.218Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0d7e95f3a124b23d26469e0c42d55dfab6137092 [2021-03-29T14:23:02.218Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-03-29T14:23:02.218Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.25 [2021-03-29T14:23:02.218Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:0d7e95f3a124b23d26469e0c42d55dfab6137092-2.0.0-dev.25 [2021-03-29T14:23:02.218Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:23:02.751Z] ---> job-cost.sh [2021-03-29T14:23:02.751Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bsoR [2021-03-29T14:23:41.760Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T14:25:18.495Z] lf-activate-venv(): INFO: Adding /tmp/venv-bsoR/bin to PATH [2021-03-29T14:25:18.495Z] INFO: No Stack... [2021-03-29T14:25:18.495Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T14:25:18.495Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T14:25:18.837Z] + cut -d, -f6 [2021-03-29T14:25:18.837Z] + cat /w/workspace/edgex-ui-go/83/archives/cost.csv [Pipeline] lock [2021-03-29T14:25:18.951Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-83-stack-cost] [2021-03-29T14:25:18.966Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-83-stack-cost] did not exist. Created. [2021-03-29T14:25:18.966Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-83-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T14:25:19.477Z] /w/workspace/edgex-ui-go/83@tmp/durable-89509bdb/script.sh: 1: /w/workspace/edgex-ui-go/83@tmp/durable-89509bdb/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-29T14:25:19.827Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T14:25:19.847Z] Warning: overwriting stash ‘stack-cost’ [2021-03-29T14:25:20.052Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T14:25:20.068Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-83-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-03-29T14:25:21.496Z] provisioning config files... [2021-03-29T14:25:21.510Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1931689681088497766tmp [Pipeline] { [Pipeline] sh [2021-03-29T14:25:21.896Z] + set +x [2021-03-29T14:25:21.896Z] + curl -s https://codecov.io/bash [2021-03-29T14:25:21.896Z] + bash -s -- [2021-03-29T14:25:22.158Z] [2021-03-29T14:25:22.158Z] _____ _ [2021-03-29T14:25:22.158Z] / ____| | | [2021-03-29T14:25:22.158Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T14:25:22.158Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T14:25:22.158Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T14:25:22.158Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T14:25:22.158Z] Bash-20210309-2b87ace [2021-03-29T14:25:22.158Z] [2021-03-29T14:25:22.158Z] [2021-03-29T14:25:22.158Z] ==> git version 2.24.3 found [2021-03-29T14:25:22.158Z] ==> 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-03-29T14:25:22.158Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T14:25:22.158Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T14:25:22.158Z] curl: option -sm: expected a proper numerical parameter [2021-03-29T14:25:22.158Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-29T14:25:22.158Z] ==> Jenkins CI detected. [2021-03-29T14:25:22.158Z] project root: . [2021-03-29T14:25:22.158Z] --> token set from env [2021-03-29T14:25:22.158Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T14:25:22.158Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T14:25:22.158Z] ==> Python coveragepy not found [2021-03-29T14:25:22.158Z] ==> Searching for coverage reports in: [2021-03-29T14:25:22.158Z] + . [2021-03-29T14:25:22.158Z] -> Found 1 reports [2021-03-29T14:25:22.158Z] ==> Detecting git/mercurial file structure [2021-03-29T14:25:22.158Z] ==> Reading reports [2021-03-29T14:25:22.158Z] + ./coverage.out bytes=10 [2021-03-29T14:25:22.158Z] ==> Appending adjustments [2021-03-29T14:25:22.158Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T14:25:22.425Z] + Found adjustments [2021-03-29T14:25:22.425Z] ==> Gzipping contents [2021-03-29T14:25:22.425Z] 4.0K /tmp/codecov.UERvlU.gz [2021-03-29T14:25:22.425Z] ==> Uploading reports [2021-03-29T14:25:22.425Z] url: https://codecov.io [2021-03-29T14:25:22.425Z] query: branch=master&commit=0d7e95f3a124b23d26469e0c42d55dfab6137092&build=83&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F83%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-29T14:25:22.425Z] -> Pinging Codecov [2021-03-29T14:25:22.425Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=0d7e95f3a124b23d26469e0c42d55dfab6137092&build=83&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F83%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-29T14:25:22.692Z] -> Uploading to [2021-03-29T14:25:22.692Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/FB506323287CE973F263BFD2A0EB1F37/0d7e95f3a124b23d26469e0c42d55dfab6137092/08c07d61-367e-459e-a2f7-46d093294f1d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T142522Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cc3d502e1f5ab3af9662b6b60e0716ff524dcc212d6585ffcb241ff659628381 [2021-03-29T14:25:22.692Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T14:25:22.692Z] Dload Upload Total Spent Left Speed [2021-03-29T14:25:23.269Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3335 0 0 100 3335 0 6821 --:--:-- --:--:-- --:--:-- 6834 [2021-03-29T14:25:23.269Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/0d7e95f3a124b23d26469e0c42d55dfab6137092 [Pipeline] } [2021-03-29T14:25:23.279Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-29T14:25:24.108Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-29T14:25:24.161Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:25:24.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T14:25:24.514Z] [2021-03-29T14:25:24.514Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:25:24.870Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T14:25:24.870Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-29T14:25:24.870Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T14:25:24.870Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T14:25:24.870Z] de9db76c5a1d: Pulling fs layer [2021-03-29T14:25:24.870Z] 0eba1c9be4d2: Pulling fs layer [2021-03-29T14:25:24.870Z] 0d57e429df01: Pulling fs layer [2021-03-29T14:25:24.870Z] 4e4be7b47b0d: Pulling fs layer [2021-03-29T14:25:24.870Z] e1f770b5df2f: Pulling fs layer [2021-03-29T14:25:24.870Z] 85a0685a4137: Pulling fs layer [2021-03-29T14:25:24.870Z] 0d57e429df01: Waiting [2021-03-29T14:25:24.870Z] 4e4be7b47b0d: Waiting [2021-03-29T14:25:24.870Z] e1f770b5df2f: Waiting [2021-03-29T14:25:24.870Z] 85a0685a4137: Waiting [2021-03-29T14:25:24.870Z] 0eba1c9be4d2: Waiting [2021-03-29T14:25:24.870Z] de9db76c5a1d: Verifying Checksum [2021-03-29T14:25:24.870Z] de9db76c5a1d: Download complete [2021-03-29T14:25:24.870Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T14:25:24.870Z] 0ef7d3d256c8: Download complete [2021-03-29T14:25:24.870Z] 0d57e429df01: Verifying Checksum [2021-03-29T14:25:24.870Z] 0d57e429df01: Download complete [2021-03-29T14:25:24.870Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T14:25:24.870Z] 188c0c94c7c5: Download complete [2021-03-29T14:25:24.870Z] 4e4be7b47b0d: Verifying Checksum [2021-03-29T14:25:24.870Z] 4e4be7b47b0d: Download complete [2021-03-29T14:25:25.450Z] 188c0c94c7c5: Pull complete [2021-03-29T14:25:25.450Z] 0ef7d3d256c8: Pull complete [2021-03-29T14:25:25.712Z] de9db76c5a1d: Pull complete [2021-03-29T14:25:27.115Z] e1f770b5df2f: Verifying Checksum [2021-03-29T14:25:27.115Z] e1f770b5df2f: Download complete [2021-03-29T14:25:29.049Z] 0eba1c9be4d2: Download complete [2021-03-29T14:25:29.631Z] 85a0685a4137: Verifying Checksum [2021-03-29T14:25:29.631Z] 85a0685a4137: Download complete [2021-03-29T14:25:34.962Z] 0eba1c9be4d2: Pull complete [2021-03-29T14:25:34.962Z] 0d57e429df01: Pull complete [2021-03-29T14:25:34.962Z] 4e4be7b47b0d: Pull complete [2021-03-29T14:25:37.055Z] e1f770b5df2f: Pull complete [2021-03-29T14:25:45.243Z] 85a0685a4137: Pull complete [2021-03-29T14:25:45.243Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-29T14:25:45.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-29T14:25:45.243Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-29T14:25:45.437Z] prd-centos7-docker-4c-2g-31734 does not seem to be running inside a container [2021-03-29T14:25:45.488Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-29T14:25:46.515Z] $ docker top 66f1b73365e64b5b2d1915d8bec510f8737808d9bf68f23772f73be8195c8d87 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T14:25:46.702Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-29T14:25:46.994Z] + set -o pipefail [2021-03-29T14:25:46.995Z] + snyk monitor '--org=edgex-jenkins' [2021-03-29T14:26:13.608Z] [2021-03-29T14:26:13.608Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-03-29T14:26:13.608Z] [2021-03-29T14:26:13.608Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/ce6957ae-a1fd-40fa-a3ed-6dbc91cac6e8 [2021-03-29T14:26:13.608Z] [2021-03-29T14:26:13.608Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-29T14:26:13.608Z] [2021-03-29T14:26:13.608Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-29T14:26:13.608Z] [2021-03-29T14:26:13.608Z] [2021-03-29T14:26:13.608Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-29T14:26:13.608Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-29T14:26:13.623Z] $ docker stop --time=1 66f1b73365e64b5b2d1915d8bec510f8737808d9bf68f23772f73be8195c8d87 [2021-03-29T14:26:16.520Z] $ docker rm -f 66f1b73365e64b5b2d1915d8bec510f8737808d9bf68f23772f73be8195c8d87 [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-03-29T14:26:18.312Z] + git log --format=format:%s -1 0d7e95f3a124b23d26469e0c42d55dfab6137092 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:26:18.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T14:26:18.618Z] . [Pipeline] withDockerContainer [2021-03-29T14:26:18.717Z] prd-centos7-docker-4c-2g-31734 does not seem to be running inside a container [2021-03-29T14:26:18.759Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T14:26:19.517Z] $ docker top 3a16e7003b833693c212cfa3adbe145d738ee381270325f7fd26f8edc4bc87ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T14:26:19.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T14:26:19.813Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T14:26:20.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T14:26:20.022Z] $ docker exec 3a16e7003b833693c212cfa3adbe145d738ee381270325f7fd26f8edc4bc87ad ssh-agent [2021-03-29T14:26:20.188Z] SSH_AUTH_SOCK=/tmp/ssh-YgNZmG4AL1lD/agent.12 [2021-03-29T14:26:20.188Z] SSH_AGENT_PID=17 [2021-03-29T14:26:20.194Z] Running ssh-add (command line suppressed) [2021-03-29T14:26:20.334Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5771617490362027312.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5771617490362027312.key) [2021-03-29T14:26:20.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T14:26:20.797Z] + git semver tag [2021-03-29T14:26:20.797Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T14:26:20.797Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-29T14:26:20.797Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-29T14:26:20.797Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T14:26:20.797Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T14:26:20.797Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T14:26:20.797Z] # $SEMVER_BRANCH = master [2021-03-29T14:26:20.797Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-29T14:26:20.797Z] # 0d7e95f3a124b23d26469e0c42d55dfab6137092 HEAD [2021-03-29T14:26:21.059Z] # -> Force: false [2021-03-29T14:26:21.059Z] # 17c2c0e7273e094156e6f561146ccfa15c241fab refs/tags/v2.0.0-dev.25 [Pipeline] } [2021-03-29T14:26:21.071Z] $ docker exec --env ******** --env ******** 3a16e7003b833693c212cfa3adbe145d738ee381270325f7fd26f8edc4bc87ad ssh-agent -k [2021-03-29T14:26:21.199Z] unset SSH_AUTH_SOCK; [2021-03-29T14:26:21.199Z] unset SSH_AGENT_PID; [2021-03-29T14:26:21.199Z] echo Agent pid 17 killed; [2021-03-29T14:26:21.250Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T14:26:21.736Z] + git semver [Pipeline] } [2021-03-29T14:26:21.756Z] $ docker stop --time=1 3a16e7003b833693c212cfa3adbe145d738ee381270325f7fd26f8edc4bc87ad [2021-03-29T14:26:23.114Z] $ docker rm -f 3a16e7003b833693c212cfa3adbe145d738ee381270325f7fd26f8edc4bc87ad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:26:23.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T14:26:23.773Z] [2021-03-29T14:26:23.773Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:26:24.126Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T14:26:24.126Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-29T14:26:24.126Z] ab5ef0e58194: Pulling fs layer [2021-03-29T14:26:24.126Z] 9712f1f96733: Pulling fs layer [2021-03-29T14:26:24.126Z] 63f879dbbcfc: Pulling fs layer [2021-03-29T14:26:24.126Z] 0d9ebad4ef96: Pulling fs layer [2021-03-29T14:26:24.126Z] e9a5061849ea: Pulling fs layer [2021-03-29T14:26:24.126Z] d747dcd14b5f: Pulling fs layer [2021-03-29T14:26:24.126Z] 2de7ff778b66: Pulling fs layer [2021-03-29T14:26:24.126Z] e9a5061849ea: Waiting [2021-03-29T14:26:24.126Z] d747dcd14b5f: Waiting [2021-03-29T14:26:24.126Z] 2de7ff778b66: Waiting [2021-03-29T14:26:24.126Z] 0d9ebad4ef96: Waiting [2021-03-29T14:26:24.126Z] 9712f1f96733: Verifying Checksum [2021-03-29T14:26:24.126Z] 9712f1f96733: Download complete [2021-03-29T14:26:26.234Z] 63f879dbbcfc: Verifying Checksum [2021-03-29T14:26:26.235Z] 63f879dbbcfc: Download complete [2021-03-29T14:26:26.235Z] e9a5061849ea: Verifying Checksum [2021-03-29T14:26:26.235Z] e9a5061849ea: Download complete [2021-03-29T14:26:26.235Z] d747dcd14b5f: Verifying Checksum [2021-03-29T14:26:26.235Z] d747dcd14b5f: Download complete [2021-03-29T14:26:26.501Z] 2de7ff778b66: Verifying Checksum [2021-03-29T14:26:26.501Z] 2de7ff778b66: Download complete [2021-03-29T14:26:27.091Z] ab5ef0e58194: Verifying Checksum [2021-03-29T14:26:27.091Z] ab5ef0e58194: Download complete [2021-03-29T14:26:27.091Z] 0d9ebad4ef96: Verifying Checksum [2021-03-29T14:26:27.091Z] 0d9ebad4ef96: Download complete [2021-03-29T14:26:31.335Z] ab5ef0e58194: Pull complete [2021-03-29T14:26:31.335Z] 9712f1f96733: Pull complete [2021-03-29T14:26:33.894Z] 63f879dbbcfc: Pull complete [2021-03-29T14:26:40.515Z] 0d9ebad4ef96: Pull complete [2021-03-29T14:26:40.778Z] e9a5061849ea: Pull complete [2021-03-29T14:26:40.778Z] d747dcd14b5f: Pull complete [2021-03-29T14:26:44.121Z] 2de7ff778b66: Pull complete [2021-03-29T14:26:44.121Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-29T14:26:44.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-29T14:26:44.121Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-29T14:26:44.310Z] prd-centos7-docker-4c-2g-31734 does not seem to be running inside a container [2021-03-29T14:26:44.360Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-29T14:26:48.355Z] $ docker top bdf6c891c7b7b486183d8cecd63cc80e63f2bf9f53c984c112b7877a4dbc4642 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-29T14:26:48.695Z] provisioning config files... [2021-03-29T14:26:48.707Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config981436890899981412tmp [2021-03-29T14:26:48.723Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3566367397583652075tmp [2021-03-29T14:26:48.737Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6811868073829179155tmp [Pipeline] { [Pipeline] echo [2021-03-29T14:26:48.797Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:26:49.101Z] ---> sigul-configuration.sh [2021-03-29T14:26:49.101Z] gpg: directory `/root/.gnupg' created [2021-03-29T14:26:49.101Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-29T14:26:49.101Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-29T14:26:49.101Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-29T14:26:49.101Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-29T14:26:49.101Z] gpg: CAST5 encrypted data [2021-03-29T14:26:49.363Z] gpg: encrypted with 1 passphrase [2021-03-29T14:26:49.363Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-29T14:26:49.669Z] + mkdir /home/jenkins [2021-03-29T14:26:49.669Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-29T14:26:49.973Z] + 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-03-29T14:26:49.984Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:26:50.282Z] ---> sigul-install.sh [2021-03-29T14:26:56.893Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-29T14:26:57.195Z] + git tag --list [2021-03-29T14:26:57.195Z] 0.1.1 [2021-03-29T14:26:57.195Z] v1.1.0 [2021-03-29T14:26:57.195Z] v1.2.0 [2021-03-29T14:26:57.195Z] v1.2.1 [2021-03-29T14:26:57.195Z] v1.3.0 [2021-03-29T14:26:57.195Z] v2.0.0-dev.1 [2021-03-29T14:26:57.195Z] v2.0.0-dev.10 [2021-03-29T14:26:57.195Z] v2.0.0-dev.11 [2021-03-29T14:26:57.195Z] v2.0.0-dev.12 [2021-03-29T14:26:57.195Z] v2.0.0-dev.13 [2021-03-29T14:26:57.195Z] v2.0.0-dev.14 [2021-03-29T14:26:57.195Z] v2.0.0-dev.15 [2021-03-29T14:26:57.195Z] v2.0.0-dev.16 [2021-03-29T14:26:57.195Z] v2.0.0-dev.17 [2021-03-29T14:26:57.195Z] v2.0.0-dev.18 [2021-03-29T14:26:57.195Z] v2.0.0-dev.19 [2021-03-29T14:26:57.195Z] v2.0.0-dev.2 [2021-03-29T14:26:57.195Z] v2.0.0-dev.20 [2021-03-29T14:26:57.195Z] v2.0.0-dev.21 [2021-03-29T14:26:57.195Z] v2.0.0-dev.22 [2021-03-29T14:26:57.195Z] v2.0.0-dev.23 [2021-03-29T14:26:57.195Z] v2.0.0-dev.24 [2021-03-29T14:26:57.195Z] v2.0.0-dev.25 [2021-03-29T14:26:57.195Z] v2.0.0-dev.3 [2021-03-29T14:26:57.195Z] v2.0.0-dev.4 [2021-03-29T14:26:57.195Z] v2.0.0-dev.5 [2021-03-29T14:26:57.195Z] v2.0.0-dev.6 [2021-03-29T14:26:57.195Z] v2.0.0-dev.7 [2021-03-29T14:26:57.195Z] v2.0.0-dev.8 [2021-03-29T14:26:57.195Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-29T14:26:57.495Z] + lftools sign git-tag v2.0.0-dev.25 [2021-03-29T14:26:58.884Z] Signing Git tag with Sigul... [2021-03-29T14:26:58.884Z] Signing v2.0.0-dev.25 [Pipeline] echo [2021-03-29T14:27:00.287Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:27:00.588Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-29T14:27:00.599Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-29T14:27:00.713Z] $ docker stop --time=1 bdf6c891c7b7b486183d8cecd63cc80e63f2bf9f53c984c112b7877a4dbc4642 [2021-03-29T14:27:02.846Z] $ docker rm -f bdf6c891c7b7b486183d8cecd63cc80e63f2bf9f53c984c112b7877a4dbc4642 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:27:03.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T14:27:03.952Z] . [Pipeline] withDockerContainer [2021-03-29T14:27:04.055Z] prd-centos7-docker-4c-2g-31734 does not seem to be running inside a container [2021-03-29T14:27:04.100Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T14:27:04.908Z] $ docker top 779660a9c55cf15507473ee0b3789756c2b728865b6ed3d10ee879c4727d474a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T14:27:05.211Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T14:27:05.211Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T14:27:05.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T14:27:05.405Z] $ docker exec 779660a9c55cf15507473ee0b3789756c2b728865b6ed3d10ee879c4727d474a ssh-agent [2021-03-29T14:27:05.589Z] SSH_AUTH_SOCK=/tmp/ssh-7mgEsJ7L7iyl/agent.11 [2021-03-29T14:27:05.589Z] SSH_AGENT_PID=16 [2021-03-29T14:27:05.596Z] Running ssh-add (command line suppressed) [2021-03-29T14:27:05.725Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_246973806200527045.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_246973806200527045.key) [2021-03-29T14:27:05.784Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T14:27:06.127Z] + git semver bump pre [2021-03-29T14:27:06.127Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T14:27:06.127Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-29T14:27:06.127Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-29T14:27:06.127Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T14:27:06.127Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T14:27:06.127Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T14:27:06.127Z] # $SEMVER_BRANCH = master [2021-03-29T14:27:06.127Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-03-29T14:27:06.127Z] 2.0.0-dev.26 [Pipeline] } [2021-03-29T14:27:06.141Z] $ docker exec --env ******** --env ******** 779660a9c55cf15507473ee0b3789756c2b728865b6ed3d10ee879c4727d474a ssh-agent -k [2021-03-29T14:27:06.261Z] unset SSH_AUTH_SOCK; [2021-03-29T14:27:06.263Z] unset SSH_AGENT_PID; [2021-03-29T14:27:06.263Z] echo Agent pid 16 killed; [2021-03-29T14:27:06.313Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T14:27:06.817Z] + git semver [Pipeline] } [2021-03-29T14:27:06.835Z] $ docker stop --time=1 779660a9c55cf15507473ee0b3789756c2b728865b6ed3d10ee879c4727d474a [2021-03-29T14:27:08.183Z] $ docker rm -f 779660a9c55cf15507473ee0b3789756c2b728865b6ed3d10ee879c4727d474a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:27:08.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T14:27:08.728Z] . [Pipeline] withDockerContainer [2021-03-29T14:27:08.829Z] prd-centos7-docker-4c-2g-31734 does not seem to be running inside a container [2021-03-29T14:27:08.876Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T14:27:09.513Z] $ docker top 0020b1c57b8393097c13b9a8ab93c06221e6210a99e6758e3729ae10a0a70161 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T14:27:09.843Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T14:27:09.843Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T14:27:10.034Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T14:27:10.039Z] $ docker exec 0020b1c57b8393097c13b9a8ab93c06221e6210a99e6758e3729ae10a0a70161 ssh-agent [2021-03-29T14:27:10.216Z] SSH_AUTH_SOCK=/tmp/ssh-6rOpdJ0QTsBQ/agent.11 [2021-03-29T14:27:10.216Z] SSH_AGENT_PID=16 [2021-03-29T14:27:10.223Z] Running ssh-add (command line suppressed) [2021-03-29T14:27:10.366Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_300971055828966705.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_300971055828966705.key) [2021-03-29T14:27:10.422Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T14:27:10.782Z] + git semver push [2021-03-29T14:27:10.782Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T14:27:10.782Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-03-29T14:27:10.782Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-29T14:27:10.782Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T14:27:10.782Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T14:27:10.782Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T14:27:10.782Z] # $SEMVER_BRANCH = master [2021-03-29T14:27:10.782Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-03-29T14:27:16.110Z] $ docker exec --env ******** --env ******** 0020b1c57b8393097c13b9a8ab93c06221e6210a99e6758e3729ae10a0a70161 ssh-agent -k [2021-03-29T14:27:16.236Z] unset SSH_AUTH_SOCK; [2021-03-29T14:27:16.237Z] unset SSH_AGENT_PID; [2021-03-29T14:27:16.238Z] echo Agent pid 16 killed; [2021-03-29T14:27:16.287Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T14:27:16.769Z] + git semver [Pipeline] } [2021-03-29T14:27:16.786Z] $ docker stop --time=1 0020b1c57b8393097c13b9a8ab93c06221e6210a99e6758e3729ae10a0a70161 [2021-03-29T14:27:18.152Z] $ docker rm -f 0020b1c57b8393097c13b9a8ab93c06221e6210a99e6758e3729ae10a0a70161 [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-03-29T14:27:19.845Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:27:20.415Z] ---> package-listing.sh [2021-03-29T14:27:20.415Z] ++ facter osfamily [2021-03-29T14:27:20.415Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T14:27:20.415Z] + OS_FAMILY=redhat [2021-03-29T14:27:20.415Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-03-29T14:27:20.415Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T14:27:20.415Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T14:27:20.415Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T14:27:20.415Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T14:27:20.415Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-29T14:27:20.415Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T14:27:20.415Z] + case "${OS_FAMILY}" in [2021-03-29T14:27:20.415Z] + rpm -qa [2021-03-29T14:27:20.415Z] + sort [2021-03-29T14:27:25.799Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T14:27:25.799Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T14:27:25.799Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T14:27:25.799Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-03-29T14:27:25.799Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-03-29T14:27:25.799Z] + 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-03-29T14:27:25.829Z] 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-03-29T14:27:26.122Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:27:26.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T14:27:26.426Z] [2021-03-29T14:27:26.426Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T14:27:26.775Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T14:27:26.775Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T14:27:26.775Z] df20fa9351a1: Pulling fs layer [2021-03-29T14:27:26.775Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T14:27:26.775Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T14:27:26.775Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T14:27:26.775Z] 93b61091891f: Pulling fs layer [2021-03-29T14:27:26.775Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T14:27:26.775Z] 5e14af77c1be: Pulling fs layer [2021-03-29T14:27:26.775Z] 01666e4c0597: Pulling fs layer [2021-03-29T14:27:26.775Z] aa168da1d23b: Pulling fs layer [2021-03-29T14:27:26.775Z] 93b61091891f: Waiting [2021-03-29T14:27:26.775Z] 93b9cdb0e59b: Waiting [2021-03-29T14:27:26.775Z] 5e14af77c1be: Waiting [2021-03-29T14:27:26.775Z] 01666e4c0597: Waiting [2021-03-29T14:27:26.775Z] aa168da1d23b: Waiting [2021-03-29T14:27:26.775Z] 46f8f816bc3b: Waiting [2021-03-29T14:27:26.775Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T14:27:26.775Z] 36b3adc4ff6f: Download complete [2021-03-29T14:27:26.775Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T14:27:26.775Z] 46f8f816bc3b: Download complete [2021-03-29T14:27:26.775Z] df20fa9351a1: Verifying Checksum [2021-03-29T14:27:26.775Z] df20fa9351a1: Download complete [2021-03-29T14:27:26.775Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T14:27:26.775Z] 93b9cdb0e59b: Download complete [2021-03-29T14:27:27.037Z] 5e14af77c1be: Download complete [2021-03-29T14:27:27.037Z] 93b61091891f: Verifying Checksum [2021-03-29T14:27:27.037Z] 93b61091891f: Download complete [2021-03-29T14:27:27.037Z] 01666e4c0597: Verifying Checksum [2021-03-29T14:27:27.037Z] 01666e4c0597: Download complete [2021-03-29T14:27:27.037Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T14:27:27.037Z] 8ad3a11d3b57: Download complete [2021-03-29T14:27:27.989Z] df20fa9351a1: Pull complete [2021-03-29T14:27:27.989Z] 36b3adc4ff6f: Pull complete [2021-03-29T14:27:28.945Z] aa168da1d23b: Verifying Checksum [2021-03-29T14:27:28.945Z] aa168da1d23b: Download complete [2021-03-29T14:27:29.521Z] 8ad3a11d3b57: Pull complete [2021-03-29T14:27:29.521Z] 46f8f816bc3b: Pull complete [2021-03-29T14:27:29.786Z] 93b61091891f: Pull complete [2021-03-29T14:27:30.048Z] 93b9cdb0e59b: Pull complete [2021-03-29T14:27:30.049Z] 5e14af77c1be: Pull complete [2021-03-29T14:27:30.313Z] 01666e4c0597: Pull complete [2021-03-29T14:27:38.484Z] aa168da1d23b: Pull complete [2021-03-29T14:27:38.484Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T14:27:38.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T14:27:38.484Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T14:27:38.644Z] prd-centos7-docker-4c-2g-31734 does not seem to be running inside a container [2021-03-29T14:27:38.689Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T14:27:41.830Z] $ docker top 3871ba7c268693e05abb3f9da2bbf3b7d26f44e1be4bafb12b95e5f3923741a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T14:27:42.434Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T14:27:42.747Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T14:27:43.072Z] + ls /var/log/sa-host [2021-03-29T14:27:43.072Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T14:27:43.072Z] file_magic: OK [2021-03-29T14:27:43.072Z] HZ: Using current value: 100 [2021-03-29T14:27:43.072Z] file_header: OK [2021-03-29T14:27:43.072Z] 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-03-29T14:27:43.072Z] Statistics: [2021-03-29T14:27:43.072Z] Hnuu...uuuununununu... [2021-03-29T14:27:43.072Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T14:27:43.072Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T14:27:43.072Z] file_magic: OK [2021-03-29T14:27:43.072Z] HZ: Using current value: 100 [2021-03-29T14:27:43.072Z] file_header: OK [2021-03-29T14:27:43.072Z] 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-03-29T14:27:43.072Z] Statistics: [2021-03-29T14:27:43.072Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T14:27:43.072Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T14:27:43.807Z] provisioning config files... [2021-03-29T14:27:43.829Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config945368216067800137tmp [Pipeline] { [Pipeline] echo [2021-03-29T14:27:43.910Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:27:44.217Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T14:27:44.228Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T14:27:44.330Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:27:44.633Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T14:27:44.646Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:27:44.945Z] ---> sudo-logs.sh [2021-03-29T14:27:44.945Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T14:27:45.007Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:27:45.305Z] ---> job-cost.sh [2021-03-29T14:27:45.305Z] lf-activate-venv: SKIPPING [2021-03-29T14:27:45.305Z] DEBUG: total: 0.20999999344348907 [2021-03-29T14:27:45.305Z] INFO: Retrieving Stack Cost... [2021-03-29T14:27:46.250Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T14:27:46.512Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T14:27:46.527Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T14:27:46.824Z] ---> logs-deploy.sh [2021-03-29T14:27:46.824Z] lf-activate-venv: SKIPPING [2021-03-29T14:27:46.824Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/83 [2021-03-29T14:27:46.824Z] INFO: archiving workspace using pattern(s): [2021-03-29T14:27:48.745Z] Archives upload complete. [2021-03-29T14:27:48.745Z] INFO: archiving logs to Nexus