Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 67b271c0d6720504190f29223f2a5b9aa83cfa4f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-33895 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 67b271c0d6720504190f29223f2a5b9aa83cfa4f (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 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 Commit message: "feat: Update web server to support new UI" > git rev-list --no-walk 49c4d704d89cee82356a6d6258b1004cb031f271 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-13T10:10:14.431Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-13T10:10:14.711Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-13T10:10:14.803Z] ========================================================= [2021-04-13T10:10:14.803Z] EdgeX Global Pipelines Version Info [2021-04-13T10:10:14.803Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:10:16.333Z] ------------------- [2021-04-13T10:10:16.333Z] stable info: [2021-04-13T10:10:16.333Z] ------------------- [2021-04-13T10:10:16.333Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-13T10:10:16.333Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-13T10:10:16.333Z] Message: update stable to v1.0.186 [2021-04-13T10:10:17.282Z] ------------------- [2021-04-13T10:10:17.282Z] experimental info: [2021-04-13T10:10:17.282Z] ------------------- [2021-04-13T10:10:17.282Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-13T10:10:17.282Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-13T10:10:17.282Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-13T10:10:17.598Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-13T10:10:17.688Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-13T10:10:17.797Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-13T10:10:17.915Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-13T10:10:18.019Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-13T10:10:18.111Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-13T10:10:18.227Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-13T10:10:18.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-13T10:10:18.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-13T10:10:18.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-13T10:10:18.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-13T10:10:18.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-13T10:10:18.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-13T10:10:19.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-13T10:10:19.315Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T10:10:19.463Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T10:10:19.574Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-13T10:10:19.664Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-13T10:10:19.761Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-13T10:10:19.853Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-13T10:10:19.940Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-13T10:10:20.025Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-13T10:10:20.130Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-13T10:10:20.218Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-13T10:10:20.350Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-13T10:10:20.476Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-13T10:10:20.585Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-13T10:10:20.690Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-13T10:10:20.778Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-13T10:10:20.869Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] echo [2021-04-13T10:10:20.983Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67b271c [Pipeline] echo [2021-04-13T10:10:21.110Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:10:21.294Z] provisioning config files... [2021-04-13T10:10:21.334Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config946625044257871332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:10:21.753Z] ---> docker-login.sh [2021-04-13T10:10:21.753Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:10:22.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:10:22.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:10:22.284Z] Configure a credential helper to remove this warning. See [2021-04-13T10:10:22.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:10:22.284Z] [2021-04-13T10:10:22.284Z] Login Succeeded [2021-04-13T10:10:22.284Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:10:22.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:10:22.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:10:22.548Z] Configure a credential helper to remove this warning. See [2021-04-13T10:10:22.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:10:22.548Z] [2021-04-13T10:10:22.548Z] Login Succeeded [2021-04-13T10:10:22.548Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:10:22.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:10:22.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:10:22.811Z] Configure a credential helper to remove this warning. See [2021-04-13T10:10:22.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:10:22.811Z] [2021-04-13T10:10:22.811Z] Login Succeeded [2021-04-13T10:10:22.811Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:10:22.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:10:22.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:10:22.811Z] Configure a credential helper to remove this warning. See [2021-04-13T10:10:22.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:10:22.811Z] [2021-04-13T10:10:22.811Z] Login Succeeded [2021-04-13T10:10:22.811Z] docker.io [2021-04-13T10:10:23.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:10:23.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:10:23.340Z] Configure a credential helper to remove this warning. See [2021-04-13T10:10:23.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:10:23.340Z] [2021-04-13T10:10:23.340Z] Login Succeeded [2021-04-13T10:10:23.340Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:10:23.351Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T10:10:24.191Z] + git log --format=format:%s -1 67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] echo [2021-04-13T10:10:24.267Z] GIT_COMMIT: 67b271c0d6720504190f29223f2a5b9aa83cfa4f, Commit Message: feat: Update web server to support new UI [Pipeline] echo [2021-04-13T10:10:24.311Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:10:25.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:10:25.336Z] [2021-04-13T10:10:25.336Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:10:25.724Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:10:25.724Z] latest: Pulling from edgex-devops/git-semver [2021-04-13T10:10:25.724Z] 31603596830f: Pulling fs layer [2021-04-13T10:10:25.724Z] 2a8b12db71e7: Pulling fs layer [2021-04-13T10:10:25.724Z] 6ca5941a6612: Pulling fs layer [2021-04-13T10:10:25.724Z] ecc8261a40a4: Pulling fs layer [2021-04-13T10:10:25.724Z] ecc8261a40a4: Waiting [2021-04-13T10:10:25.724Z] 2a8b12db71e7: Download complete [2021-04-13T10:10:25.724Z] 31603596830f: Verifying Checksum [2021-04-13T10:10:25.724Z] 31603596830f: Download complete [2021-04-13T10:10:25.990Z] 6ca5941a6612: Verifying Checksum [2021-04-13T10:10:25.990Z] 6ca5941a6612: Download complete [2021-04-13T10:10:25.990Z] ecc8261a40a4: Verifying Checksum [2021-04-13T10:10:25.990Z] ecc8261a40a4: Download complete [2021-04-13T10:10:26.252Z] 31603596830f: Pull complete [2021-04-13T10:10:26.252Z] 2a8b12db71e7: Pull complete [2021-04-13T10:10:27.200Z] 6ca5941a6612: Pull complete [2021-04-13T10:10:27.463Z] ecc8261a40a4: Pull complete [2021-04-13T10:10:28.040Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-13T10:10:28.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:10:28.040Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-13T10:10:28.146Z] prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container [2021-04-13T10:10:28.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-13T10:10:30.440Z] $ docker top 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T10:10:30.787Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T10:10:30.787Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T10:10:31.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T10:10:31.062Z] $ docker exec 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc ssh-agent [2021-04-13T10:10:31.239Z] SSH_AUTH_SOCK=/tmp/ssh-b56MBbvqKCwx/agent.11 [2021-04-13T10:10:31.239Z] SSH_AGENT_PID=16 [2021-04-13T10:10:31.249Z] Running ssh-add (command line suppressed) [2021-04-13T10:10:31.369Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5159678643274187294.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5159678643274187294.key) [2021-04-13T10:10:31.421Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T10:10:31.766Z] + git tag --points-at HEAD [Pipeline] } [2021-04-13T10:10:31.799Z] $ docker exec --env ******** --env ******** 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc ssh-agent -k [2021-04-13T10:10:31.914Z] unset SSH_AUTH_SOCK; [2021-04-13T10:10:31.914Z] unset SSH_AGENT_PID; [2021-04-13T10:10:31.914Z] echo Agent pid 16 killed; [2021-04-13T10:10:31.963Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-13T10:10:32.135Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T10:10:32.135Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T10:10:32.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T10:10:32.314Z] $ docker exec 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc ssh-agent [2021-04-13T10:10:32.475Z] SSH_AUTH_SOCK=/tmp/ssh-i7TirGHLO3Pq/agent.45 [2021-04-13T10:10:32.475Z] SSH_AGENT_PID=51 [2021-04-13T10:10:32.481Z] Running ssh-add (command line suppressed) [2021-04-13T10:10:32.596Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3365686441595849935.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3365686441595849935.key) [2021-04-13T10:10:32.650Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T10:10:32.989Z] + git semver init [2021-04-13T10:10:32.989Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T10:10:32.989Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-13T10:10:32.989Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T10:10:32.989Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T10:10:32.989Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T10:10:32.989Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T10:10:32.989Z] # $SEMVER_BRANCH = master [2021-04-13T10:10:32.989Z] # $SEMVER_TEMP = /tmp/semver-575465436 [2021-04-13T10:10:32.989Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-13T10:10:34.378Z] # '/tmp/semver-575465436' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-13T10:10:34.378Z] # -> Force: false [2021-04-13T10:10:34.378Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-13T10:10:34.392Z] $ docker exec --env ******** --env ******** 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc ssh-agent -k [2021-04-13T10:10:34.535Z] unset SSH_AUTH_SOCK; [2021-04-13T10:10:34.535Z] unset SSH_AGENT_PID; [2021-04-13T10:10:34.535Z] echo Agent pid 51 killed; [2021-04-13T10:10:34.591Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T10:10:35.046Z] + git semver [Pipeline] } [2021-04-13T10:10:35.064Z] $ docker stop --time=1 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc [2021-04-13T10:10:36.539Z] $ docker rm -f 5c79ba45c917bc9fccb358c43534ea4ce4e8a871e22f3430e6c276299a52a3cc [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T10:10:37.061Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-13T10:10:37.540Z] Stashed 1 file(s) [Pipeline] echo [2021-04-13T10:10:37.543Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.35 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-13T10:10:53.099Z] Still waiting to schedule task [2021-04-13T10:10:53.099Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-13T10:10:53.101Z] Still waiting to schedule task [2021-04-13T10:10:53.101Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-13T10:12:37.826Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33900 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-13T10:12:37.920Z] Running in /w/workspace/edgex-ui-go/94 [Pipeline] { [Pipeline] checkout [2021-04-13T10:12:42.989Z] using credential edgex-jenkins-ssh [2021-04-13T10:12:43.047Z] Cloning the remote Git repository [2021-04-13T10:12:43.114Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:12:43.219Z] > git init /w/workspace/edgex-ui-go/94 # timeout=10 [2021-04-13T10:12:43.281Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:12:43.282Z] > git --version # timeout=10 [2021-04-13T10:12:43.296Z] > git --version # 'git version 2.17.1' [2021-04-13T10:12:43.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:12:43.363Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:12:45.427Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:12:45.448Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:12:45.476Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:12:45.512Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:12:45.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:12:46.006Z] Checking out Revision 67b271c0d6720504190f29223f2a5b9aa83cfa4f (master) [2021-04-13T10:12:45.524Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T10:12:46.037Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T10:12:46.056Z] > git checkout -f 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 [2021-04-13T10:12:50.803Z] Commit message: "feat: Update web server to support new UI" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T10:12:52.826Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:12:53.301Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:12:53.646Z] + sudo service docker restart [2021-04-13T10:12:53.646Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:12:56.352Z] provisioning config files... [2021-04-13T10:12:56.395Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/94@tmp/config9156168373420904228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:12:56.803Z] ---> docker-login.sh [2021-04-13T10:12:56.803Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:12:57.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:12:58.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:12:58.381Z] Configure a credential helper to remove this warning. See [2021-04-13T10:12:58.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:12:58.381Z] [2021-04-13T10:12:58.381Z] Login Succeeded [2021-04-13T10:12:58.381Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:12:58.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:12:58.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:12:58.656Z] Configure a credential helper to remove this warning. See [2021-04-13T10:12:58.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:12:58.656Z] [2021-04-13T10:12:58.656Z] Login Succeeded [2021-04-13T10:12:58.656Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:12:59.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:12:59.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:12:59.252Z] Configure a credential helper to remove this warning. See [2021-04-13T10:12:59.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:12:59.252Z] [2021-04-13T10:12:59.252Z] Login Succeeded [2021-04-13T10:12:59.252Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:12:59.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:12:59.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:12:59.798Z] Configure a credential helper to remove this warning. See [2021-04-13T10:12:59.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:12:59.798Z] [2021-04-13T10:12:59.798Z] Login Succeeded [2021-04-13T10:12:59.798Z] docker.io [2021-04-13T10:13:00.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:13:00.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:13:00.667Z] Configure a credential helper to remove this warning. See [2021-04-13T10:13:00.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:13:00.667Z] [2021-04-13T10:13:00.667Z] Login Succeeded [2021-04-13T10:13:00.667Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:13:00.685Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T10:13:01.154Z] ========================================================= [2021-04-13T10:13:01.154Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-13T10:13:01.154Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:13:01.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-04-13T10:13:02.532Z] Sending build context to Docker daemon 34.57MB [2021-04-13T10:13:02.532Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:13:02.532Z] Step 2/8 : FROM ${BASE} [2021-04-13T10:13:02.532Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-13T10:13:02.532Z] 5f621e34cdf4: Pulling fs layer [2021-04-13T10:13:02.532Z] a4357932f1b6: Pulling fs layer [2021-04-13T10:13:02.532Z] 18c013af1878: Pulling fs layer [2021-04-13T10:13:02.532Z] 00ac8860ef70: Pulling fs layer [2021-04-13T10:13:02.532Z] 63d7cb157983: Pulling fs layer [2021-04-13T10:13:02.532Z] b116817d02f9: Pulling fs layer [2021-04-13T10:13:02.532Z] 745a02a5169b: Pulling fs layer [2021-04-13T10:13:02.532Z] 00ac8860ef70: Waiting [2021-04-13T10:13:02.532Z] 63d7cb157983: Waiting [2021-04-13T10:13:02.532Z] b116817d02f9: Waiting [2021-04-13T10:13:02.532Z] 745a02a5169b: Waiting [2021-04-13T10:13:02.532Z] 18c013af1878: Verifying Checksum [2021-04-13T10:13:02.532Z] 18c013af1878: Download complete [2021-04-13T10:13:02.532Z] a4357932f1b6: Verifying Checksum [2021-04-13T10:13:02.532Z] a4357932f1b6: Download complete [2021-04-13T10:13:02.532Z] 63d7cb157983: Verifying Checksum [2021-04-13T10:13:02.532Z] 63d7cb157983: Download complete [2021-04-13T10:13:02.806Z] 5f621e34cdf4: Verifying Checksum [2021-04-13T10:13:02.806Z] 5f621e34cdf4: Download complete [2021-04-13T10:13:02.806Z] b116817d02f9: Verifying Checksum [2021-04-13T10:13:02.806Z] b116817d02f9: Download complete [2021-04-13T10:13:03.414Z] 5f621e34cdf4: Pull complete [2021-04-13T10:13:04.019Z] a4357932f1b6: Pull complete [2021-04-13T10:13:04.294Z] 18c013af1878: Pull complete [2021-04-13T10:13:05.734Z] 745a02a5169b: Verifying Checksum [2021-04-13T10:13:05.734Z] 745a02a5169b: Download complete [2021-04-13T10:13:06.712Z] 00ac8860ef70: Verifying Checksum [2021-04-13T10:13:06.712Z] 00ac8860ef70: Download complete [2021-04-13T10:13:16.890Z] 00ac8860ef70: Pull complete [2021-04-13T10:13:17.163Z] 63d7cb157983: Pull complete [2021-04-13T10:13:17.437Z] b116817d02f9: Pull complete [2021-04-13T10:13:21.758Z] 745a02a5169b: Pull complete [2021-04-13T10:13:21.758Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-13T10:13:21.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-13T10:13:21.758Z] ---> b7e6874047d6 [2021-04-13T10:13:21.758Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T10:13:24.369Z] ---> Running in a90fcf9df57b [2021-04-13T10:13:24.369Z] Removing intermediate container a90fcf9df57b [2021-04-13T10:13:24.369Z] ---> ac6c6773c824 [2021-04-13T10:13:24.369Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:13:24.369Z] ---> Running in 687aae77b7b4 [2021-04-13T10:13:27.012Z] Removing intermediate container 687aae77b7b4 [2021-04-13T10:13:27.012Z] ---> f4a7dbe6f31c [2021-04-13T10:13:27.012Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-13T10:13:27.012Z] ---> Running in 44848afec3b3 [2021-04-13T10:13:27.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T10:13:28.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T10:13:29.574Z] OK: 142 MiB in 39 packages [2021-04-13T10:13:31.015Z] Removing intermediate container 44848afec3b3 [2021-04-13T10:13:31.015Z] ---> 9975da9b5782 [2021-04-13T10:13:31.015Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-13T10:13:31.015Z] ---> Running in 6dd1288c67fb [2021-04-13T10:13:31.611Z] Removing intermediate container 6dd1288c67fb [2021-04-13T10:13:31.611Z] ---> 5608a1556cbd [2021-04-13T10:13:31.611Z] Step 7/8 : COPY . . [2021-04-13T10:13:35.035Z] ---> fb4a6bc91a81 [2021-04-13T10:13:35.035Z] Step 8/8 : RUN go mod download [2021-04-13T10:13:35.035Z] ---> Running in b2e6897b1638 [2021-04-13T10:14:07.378Z] Removing intermediate container b2e6897b1638 [2021-04-13T10:14:07.378Z] ---> 69183a2f5d87 [2021-04-13T10:14:07.378Z] Successfully built 69183a2f5d87 [2021-04-13T10:14:07.378Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:14:07.731Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T10:14:07.731Z] . [Pipeline] withDockerContainer [2021-04-13T10:14:07.970Z] prd-ubuntu18.04-docker-arm64-4c-16g-33900 does not seem to be running inside a container [2021-04-13T10:14:08.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/94 -v /w/workspace/edgex-ui-go/94:/w/workspace/edgex-ui-go/94:rw,z -v /w/workspace/edgex-ui-go/94@tmp:/w/workspace/edgex-ui-go/94@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-13T10:14:09.641Z] $ docker top a45dc7554f1e2b51c432ee1e95031a6d66a1761b2efb20ec7200023a2f9b1fbc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:14:10.637Z] + go version [2021-04-13T10:14:10.637Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-13T10:14:10.684Z] $ docker stop --time=1 a45dc7554f1e2b51c432ee1e95031a6d66a1761b2efb20ec7200023a2f9b1fbc [2021-04-13T10:14:12.689Z] $ docker rm -f a45dc7554f1e2b51c432ee1e95031a6d66a1761b2efb20ec7200023a2f9b1fbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:14:13.671Z] + docker inspect -f . ci-base-image-arm64 [2021-04-13T10:14:13.671Z] . [Pipeline] withDockerContainer [2021-04-13T10:14:13.937Z] prd-ubuntu18.04-docker-arm64-4c-16g-33900 does not seem to be running inside a container [2021-04-13T10:14:14.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/94 -v /w/workspace/edgex-ui-go/94:/w/workspace/edgex-ui-go/94:rw,z -v /w/workspace/edgex-ui-go/94@tmp:/w/workspace/edgex-ui-go/94@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-13T10:14:15.531Z] $ docker top 7a05a7813e1d8085984e802847f426dd06dda5033ba5a2f3c42e0f566d7ee549 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:14:16.523Z] + make test [2021-04-13T10:14:16.523Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-13T10:14:17.965Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-13T10:14:44.808Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-13T10:14:44.808Z] GO111MODULE=on go vet ./... [2021-04-13T10:14:49.732Z] Running on prd-centos7-docker-4c-2g-33901 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-13T10:14:49.846Z] Running in /w/workspace/edgex-ui-go/94 [Pipeline] { [Pipeline] checkout [Pipeline] } [2021-04-13T10:14:50.309Z] $ docker stop --time=1 7a05a7813e1d8085984e802847f426dd06dda5033ba5a2f3c42e0f566d7ee549 [2021-04-13T10:14:52.561Z] $ docker rm -f 7a05a7813e1d8085984e802847f426dd06dda5033ba5a2f3c42e0f566d7ee549 [2021-04-13T10:14:52.721Z] using credential edgex-jenkins-ssh [2021-04-13T10:14:52.773Z] Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T10:14:53.364Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-13T10:14:52.832Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:14:52.902Z] > git init /w/workspace/edgex-ui-go/94 # timeout=10 [2021-04-13T10:14:52.962Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:14:52.962Z] > git --version # timeout=10 [2021-04-13T10:14:52.967Z] > git --version # 'git version 2.24.3' [2021-04-13T10:14:52.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:14:52.997Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:14:54.274Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-04-13T10:14:55.174Z] Checking out Revision 67b271c0d6720504190f29223f2a5b9aa83cfa4f (master) [2021-04-13T10:14:54.729Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:14:54.739Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-13T10:14:54.751Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-13T10:14:54.762Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-13T10:14:54.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-13T10:14:54.766Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-13T10:14:55.185Z] > git config core.sparsecheckout # timeout=10 [2021-04-13T10:14:55.190Z] > git checkout -f 67b271c0d6720504190f29223f2a5b9aa83cfa4f # timeout=10 [Pipeline] sh [2021-04-13T10:14:57.194Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-13T10:14:57.525Z] + ls -al . [2021-04-13T10:14:57.525Z] total 124 [2021-04-13T10:14:57.525Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 10:14 . [2021-04-13T10:14:57.525Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 10:12 .. [2021-04-13T10:14:57.525Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 10:12 .git [2021-04-13T10:14:57.525Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 10:12 .github [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 13 10:12 .gitignore [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 13 10:12 CONTRIBUTING.md [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 13 10:12 Dockerfile [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 13 10:12 Dockerfile.build [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 13 10:12 Jenkinsfile [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 13 10:12 LICENSE [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 13 10:12 Makefile [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 4535 Apr 13 10:12 README.md [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 13 10:10 VERSION [2021-04-13T10:14:57.525Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 10:12 assets [2021-04-13T10:14:57.525Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 10:12 bin [2021-04-13T10:14:57.525Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 10:12 cmd [2021-04-13T10:14:57.525Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 13 10:14 coverage.out [2021-04-13T10:14:57.525Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 13 10:12 docs [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 13 10:12 go.mod [2021-04-13T10:14:57.525Z] -rw-r--r-- 1 jenkins jenkins 22319 Apr 13 10:14 go.sum [2021-04-13T10:14:57.525Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 10:12 internal [2021-04-13T10:14:57.525Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 13 10:12 version.go [2021-04-13T10:14:57.525Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 10:12 web [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:14:57.863Z] + 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=67b271c0d6720504190f29223f2a5b9aa83cfa4f --label arch=arm64 --label version=2.0.0-dev.35 . [2021-04-13T10:14:58.850Z] Sending build context to Docker daemon 34.59MB [2021-04-13T10:14:58.850Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:14:58.850Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-13T10:14:58.850Z] ---> 69183a2f5d87 [2021-04-13T10:14:58.850Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-13T10:14:59.123Z] ---> Running in 053ede157546 [2021-04-13T10:14:59.143Z] Commit message: "feat: Update web server to support new UI" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-04-13T10:14:59.727Z] Removing intermediate container 053ede157546 [2021-04-13T10:14:59.727Z] ---> 5346a9c16b1c [2021-04-13T10:14:59.727Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-13T10:14:59.727Z] ---> Running in 343756087ccc [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-13T10:15:00.005Z] Removing intermediate container 343756087ccc [2021-04-13T10:15:00.005Z] ---> 64098aef4945 [2021-04-13T10:15:00.005Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-13T10:15:00.277Z] ---> Running in 083de3dc56b0 [2021-04-13T10:15:00.433Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:15:00.770Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T10:15:00.873Z] Removing intermediate container 083de3dc56b0 [2021-04-13T10:15:00.873Z] ---> 71899a88b44a [2021-04-13T10:15:00.873Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-13T10:15:00.873Z] ---> Running in 1a37a538770f [2021-04-13T10:15:01.074Z] + sudo service docker restart [2021-04-13T10:15:01.074Z] + true [2021-04-13T10:15:01.074Z] Redirecting to /bin/systemctl restart docker.service [2021-04-13T10:15:01.490Z] Removing intermediate container 1a37a538770f [2021-04-13T10:15:01.491Z] ---> da9d64cc988c [2021-04-13T10:15:01.491Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-13T10:15:01.491Z] ---> Running in 5a6ef0aa1ab4 [2021-04-13T10:15:01.761Z] Removing intermediate container 5a6ef0aa1ab4 [2021-04-13T10:15:01.761Z] ---> a03923fd0cff [2021-04-13T10:15:01.761Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:15:02.033Z] ---> Running in da689fb91a8e [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:15:02.574Z] provisioning config files... [2021-04-13T10:15:02.605Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/94@tmp/config1183074054689566711tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:15:03.005Z] ---> docker-login.sh [2021-04-13T10:15:03.006Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:15:03.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:03.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:03.535Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:03.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:03.535Z] [2021-04-13T10:15:03.535Z] Login Succeeded [2021-04-13T10:15:03.535Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:15:03.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:03.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:03.535Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:03.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:03.535Z] [2021-04-13T10:15:03.535Z] Login Succeeded [2021-04-13T10:15:03.535Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:15:03.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:03.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:03.800Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:03.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:03.800Z] [2021-04-13T10:15:03.800Z] Login Succeeded [2021-04-13T10:15:03.800Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:15:04.007Z] Removing intermediate container da689fb91a8e [2021-04-13T10:15:04.007Z] ---> 77ec70822653 [2021-04-13T10:15:04.007Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-13T10:15:04.007Z] ---> Running in 267d1563dbac [2021-04-13T10:15:04.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:04.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:04.066Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:04.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:04.066Z] [2021-04-13T10:15:04.066Z] Login Succeeded [2021-04-13T10:15:04.066Z] docker.io [2021-04-13T10:15:04.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:04.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:04.330Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:04.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:04.330Z] [2021-04-13T10:15:04.330Z] Login Succeeded [2021-04-13T10:15:04.330Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:15:04.341Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-13T10:15:04.711Z] ========================================================= [2021-04-13T10:15:04.711Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-13T10:15:04.711Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:15:05.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-13T10:15:05.063Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-13T10:15:05.646Z] Sending build context to Docker daemon 34.57MB [2021-04-13T10:15:05.646Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:15:05.646Z] Step 2/8 : FROM ${BASE} [2021-04-13T10:15:05.646Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-13T10:15:05.646Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T10:15:05.646Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T10:15:05.646Z] de9db76c5a1d: Pulling fs layer [2021-04-13T10:15:05.646Z] bca2f99d35d6: Pulling fs layer [2021-04-13T10:15:05.646Z] 93359f2a8cfa: Pulling fs layer [2021-04-13T10:15:05.646Z] 7c6f9722023f: Pulling fs layer [2021-04-13T10:15:05.646Z] a35cf1a2eb13: Pulling fs layer [2021-04-13T10:15:05.646Z] 93359f2a8cfa: Waiting [2021-04-13T10:15:05.646Z] 7c6f9722023f: Waiting [2021-04-13T10:15:05.646Z] a35cf1a2eb13: Waiting [2021-04-13T10:15:05.646Z] bca2f99d35d6: Waiting [2021-04-13T10:15:05.646Z] de9db76c5a1d: Verifying Checksum [2021-04-13T10:15:05.646Z] de9db76c5a1d: Download complete [2021-04-13T10:15:05.646Z] 0ef7d3d256c8: Verifying Checksum [2021-04-13T10:15:05.646Z] 0ef7d3d256c8: Download complete [2021-04-13T10:15:05.646Z] 93359f2a8cfa: Verifying Checksum [2021-04-13T10:15:05.646Z] 93359f2a8cfa: Download complete [2021-04-13T10:15:05.646Z] 188c0c94c7c5: Verifying Checksum [2021-04-13T10:15:05.646Z] 188c0c94c7c5: Download complete [2021-04-13T10:15:05.646Z] 7c6f9722023f: Verifying Checksum [2021-04-13T10:15:05.646Z] 7c6f9722023f: Download complete [2021-04-13T10:15:05.910Z] 188c0c94c7c5: Pull complete [2021-04-13T10:15:05.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-13T10:15:06.491Z] 0ef7d3d256c8: Pull complete [2021-04-13T10:15:06.491Z] de9db76c5a1d: Pull complete [2021-04-13T10:15:06.595Z] OK: 142 MiB in 39 packages [2021-04-13T10:15:07.449Z] a35cf1a2eb13: Verifying Checksum [2021-04-13T10:15:07.449Z] a35cf1a2eb13: Download complete [2021-04-13T10:15:08.036Z] Removing intermediate container 267d1563dbac [2021-04-13T10:15:08.036Z] ---> 797e70cf7c47 [2021-04-13T10:15:08.036Z] Step 10/24 : ENV GO111MODULE=on [2021-04-13T10:15:08.036Z] ---> Running in 00b7f451f7ee [2021-04-13T10:15:08.309Z] Removing intermediate container 00b7f451f7ee [2021-04-13T10:15:08.309Z] ---> ea8c38a6e037 [2021-04-13T10:15:08.309Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-13T10:15:08.401Z] bca2f99d35d6: Verifying Checksum [2021-04-13T10:15:08.401Z] bca2f99d35d6: Download complete [2021-04-13T10:15:08.582Z] ---> Running in 18154344b875 [2021-04-13T10:15:08.854Z] Removing intermediate container 18154344b875 [2021-04-13T10:15:08.854Z] ---> 9ccffd861f47 [2021-04-13T10:15:08.854Z] Step 12/24 : COPY go.mod . [2021-04-13T10:15:10.898Z] ---> 1f2ee0ba7fa5 [2021-04-13T10:15:10.898Z] Step 13/24 : COPY Makefile . [2021-04-13T10:15:10.898Z] ---> bd418e1795e8 [2021-04-13T10:15:10.898Z] Step 14/24 : RUN make update [2021-04-13T10:15:10.898Z] ---> Running in fafcab30a46e [2021-04-13T10:15:11.505Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-13T10:15:12.949Z] Removing intermediate container fafcab30a46e [2021-04-13T10:15:12.949Z] ---> 500e32aaa408 [2021-04-13T10:15:12.949Z] Step 15/24 : COPY . . [2021-04-13T10:15:13.275Z] bca2f99d35d6: Pull complete [2021-04-13T10:15:13.539Z] 93359f2a8cfa: Pull complete [2021-04-13T10:15:13.539Z] 7c6f9722023f: Pull complete [2021-04-13T10:15:16.332Z] ---> 7031e8a174c6 [2021-04-13T10:15:16.332Z] Step 16/24 : RUN ${MAKE} [2021-04-13T10:15:16.332Z] ---> Running in 591103b11495 [2021-04-13T10:15:17.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.35" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-13T10:15:21.718Z] a35cf1a2eb13: Pull complete [2021-04-13T10:15:21.718Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-13T10:15:21.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-13T10:15:21.718Z] ---> a62c8e92a672 [2021-04-13T10:15:21.718Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-13T10:15:21.980Z] ---> Running in c6ff051d273b [2021-04-13T10:15:22.249Z] Removing intermediate container c6ff051d273b [2021-04-13T10:15:22.249Z] ---> 8d6e821b56e5 [2021-04-13T10:15:22.249Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:15:22.249Z] ---> Running in 6459eae02258 [2021-04-13T10:15:23.645Z] Removing intermediate container 6459eae02258 [2021-04-13T10:15:23.645Z] ---> 5e14539079f2 [2021-04-13T10:15:23.645Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-13T10:15:23.645Z] ---> Running in 1863b0a3547a [2021-04-13T10:15:24.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T10:15:25.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T10:15:25.745Z] OK: 166 MiB in 39 packages [2021-04-13T10:15:26.011Z] Removing intermediate container 1863b0a3547a [2021-04-13T10:15:26.011Z] ---> 6160b6efe640 [2021-04-13T10:15:26.011Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-13T10:15:26.011Z] ---> Running in 48c35117bc2d [2021-04-13T10:15:26.278Z] Removing intermediate container 48c35117bc2d [2021-04-13T10:15:26.278Z] ---> 9870521f4ad7 [2021-04-13T10:15:26.278Z] Step 7/8 : COPY . . [2021-04-13T10:15:29.604Z] ---> f2a652c2ae9d [2021-04-13T10:15:29.604Z] Step 8/8 : RUN go mod download [2021-04-13T10:15:29.604Z] ---> Running in a229441ed5e7 [2021-04-13T10:15:44.124Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-13T10:15:48.424Z] Removing intermediate container 591103b11495 [2021-04-13T10:15:48.424Z] ---> 7d40cbf38022 [2021-04-13T10:15:48.424Z] Step 17/24 : FROM alpine:3.12 [2021-04-13T10:15:48.424Z] 3.12: Pulling from library/alpine [2021-04-13T10:15:48.697Z] 9a219e8acc52: Pulling fs layer [2021-04-13T10:15:48.973Z] 9a219e8acc52: Verifying Checksum [2021-04-13T10:15:49.574Z] 9a219e8acc52: Pull complete [2021-04-13T10:15:49.574Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T10:15:49.574Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T10:15:49.574Z] ---> d75e27dfc0a0 [2021-04-13T10:15:49.574Z] Step 18/24 : EXPOSE 4000 [2021-04-13T10:15:49.845Z] ---> Running in 5c74653b4938 [2021-04-13T10:15:50.116Z] Removing intermediate container 5c74653b4938 [2021-04-13T10:15:50.116Z] ---> 4e49f06e61dc [2021-04-13T10:15:50.116Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-13T10:15:52.730Z] ---> fd204e2bc34a [2021-04-13T10:15:52.730Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-13T10:15:52.730Z] ---> Running in b39e08591b3d [2021-04-13T10:15:52.999Z] Removing intermediate container b39e08591b3d [2021-04-13T10:15:52.999Z] ---> 6c453facbd7a [2021-04-13T10:15:52.999Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-13T10:15:53.279Z] ---> Running in e2a6c6bfa0c4 [2021-04-13T10:15:53.551Z] Removing intermediate container e2a6c6bfa0c4 [2021-04-13T10:15:53.552Z] ---> befa04a78b06 [2021-04-13T10:15:53.552Z] Step 22/24 : LABEL arch=arm64 [2021-04-13T10:15:53.824Z] ---> Running in ba83525accdb [2021-04-13T10:15:54.096Z] Removing intermediate container ba83525accdb [2021-04-13T10:15:54.096Z] ---> 3c20bd26024e [2021-04-13T10:15:54.096Z] Step 23/24 : LABEL git_sha=67b271c0d6720504190f29223f2a5b9aa83cfa4f [2021-04-13T10:15:54.368Z] ---> Running in acedbf753876 [2021-04-13T10:15:54.641Z] Removing intermediate container acedbf753876 [2021-04-13T10:15:54.641Z] ---> 5e02502bde7d [2021-04-13T10:15:54.641Z] Step 24/24 : LABEL version=2.0.0-dev.35 [2021-04-13T10:15:54.912Z] ---> Running in e6d4cc821de2 [2021-04-13T10:15:55.185Z] Removing intermediate container e6d4cc821de2 [2021-04-13T10:15:55.185Z] ---> c05f28b63dcb [2021-04-13T10:15:55.185Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-13T10:15:55.465Z] Successfully built c05f28b63dcb [2021-04-13T10:15:55.465Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:15:55.951Z] provisioning config files... [2021-04-13T10:15:55.984Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/94@tmp/config5351694310037118485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:15:56.377Z] ---> docker-login.sh [2021-04-13T10:15:56.377Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:15:56.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:56.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:56.929Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:56.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:56.929Z] [2021-04-13T10:15:56.929Z] Login Succeeded [2021-04-13T10:15:56.929Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:15:57.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:57.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:57.202Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:57.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:57.202Z] [2021-04-13T10:15:57.202Z] Login Succeeded [2021-04-13T10:15:57.202Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:15:57.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:57.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:57.795Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:57.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:57.795Z] [2021-04-13T10:15:57.795Z] Login Succeeded [2021-04-13T10:15:57.795Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:15:58.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:58.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:58.390Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:58.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:58.390Z] [2021-04-13T10:15:58.390Z] Login Succeeded [2021-04-13T10:15:58.390Z] docker.io [2021-04-13T10:15:58.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:15:59.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:15:59.256Z] Configure a credential helper to remove this warning. See [2021-04-13T10:15:59.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:15:59.257Z] [2021-04-13T10:15:59.257Z] Login Succeeded [2021-04-13T10:15:59.257Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:15:59.273Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-13T10:15:59.462Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-13T10:15:59.462Z] 67b271c0d6720504190f29223f2a5b9aa83cfa4f [2021-04-13T10:15:59.462Z] latest [2021-04-13T10:15:59.462Z] 2.0.0-dev.35 [2021-04-13T10:15:59.462Z] 67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 [2021-04-13T10:15:59.462Z] master [2021-04-13T10:15:59.462Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:15:59.957Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:00.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f [2021-04-13T10:16:00.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-13T10:16:00.288Z] cc2fbc11eb47: Preparing [2021-04-13T10:16:00.288Z] e08058ee1dfe: Preparing [2021-04-13T10:16:00.559Z] e08058ee1dfe: Layer already exists [2021-04-13T10:16:01.948Z] Removing intermediate container a229441ed5e7 [2021-04-13T10:16:01.948Z] ---> 83176de56aea [2021-04-13T10:16:01.948Z] Successfully built 83176de56aea [2021-04-13T10:16:01.948Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:02.312Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T10:16:02.312Z] . [Pipeline] withDockerContainer [2021-04-13T10:16:02.470Z] prd-centos7-docker-4c-2g-33901 does not seem to be running inside a container [2021-04-13T10:16:02.523Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/94 -v /w/workspace/edgex-ui-go/94:/w/workspace/edgex-ui-go/94:rw,z -v /w/workspace/edgex-ui-go/94@tmp:/w/workspace/edgex-ui-go/94@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-04-13T10:16:03.490Z] $ docker top 22e06a6fb3f75273fb38863729abe03cad41a15f58192d30ca0462e5ce089cb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:16:04.016Z] + go version [2021-04-13T10:16:04.016Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-13T10:16:04.032Z] $ docker stop --time=1 22e06a6fb3f75273fb38863729abe03cad41a15f58192d30ca0462e5ce089cb2 [2021-04-13T10:16:05.361Z] $ docker rm -f 22e06a6fb3f75273fb38863729abe03cad41a15f58192d30ca0462e5ce089cb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:06.115Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-13T10:16:06.115Z] . [Pipeline] withDockerContainer [2021-04-13T10:16:06.331Z] prd-centos7-docker-4c-2g-33901 does not seem to be running inside a container [2021-04-13T10:16:06.383Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/94 -v /w/workspace/edgex-ui-go/94:/w/workspace/edgex-ui-go/94:rw,z -v /w/workspace/edgex-ui-go/94@tmp:/w/workspace/edgex-ui-go/94@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-04-13T10:16:07.037Z] $ docker top 7951d086bbc4a1487c57931aa00d542aad0a45c4ba800a6b8251275178e914a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:16:07.250Z] cc2fbc11eb47: Pushed [2021-04-13T10:16:07.250Z] 67b271c0d6720504190f29223f2a5b9aa83cfa4f: digest: sha256:58ae73a8aca0cc05d5212b2ea2e504ebb891f1941a73cf9189cb58da19348a18 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:07.522Z] + make test [2021-04-13T10:16:07.522Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-13T10:16:07.627Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:07.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-13T10:16:07.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-13T10:16:07.970Z] cc2fbc11eb47: Preparing [2021-04-13T10:16:07.970Z] e08058ee1dfe: Preparing [2021-04-13T10:16:07.970Z] cc2fbc11eb47: Layer already exists [2021-04-13T10:16:07.970Z] e08058ee1dfe: Layer already exists [2021-04-13T10:16:08.245Z] latest: digest: sha256:58ae73a8aca0cc05d5212b2ea2e504ebb891f1941a73cf9189cb58da19348a18 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:08.592Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:08.928Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-13T10:16:08.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.35 [2021-04-13T10:16:08.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-13T10:16:08.930Z] cc2fbc11eb47: Preparing [2021-04-13T10:16:08.930Z] e08058ee1dfe: Preparing [2021-04-13T10:16:09.202Z] cc2fbc11eb47: Layer already exists [2021-04-13T10:16:09.202Z] e08058ee1dfe: Layer already exists [2021-04-13T10:16:09.202Z] 2.0.0-dev.35: digest: sha256:58ae73a8aca0cc05d5212b2ea2e504ebb891f1941a73cf9189cb58da19348a18 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:09.540Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:09.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 [2021-04-13T10:16:09.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-13T10:16:09.900Z] cc2fbc11eb47: Preparing [2021-04-13T10:16:09.900Z] e08058ee1dfe: Preparing [2021-04-13T10:16:09.900Z] cc2fbc11eb47: Layer already exists [2021-04-13T10:16:09.900Z] e08058ee1dfe: Layer already exists [2021-04-13T10:16:10.177Z] 67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35: digest: sha256:58ae73a8aca0cc05d5212b2ea2e504ebb891f1941a73cf9189cb58da19348a18 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:10.527Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:10.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-13T10:16:10.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-13T10:16:10.874Z] cc2fbc11eb47: Preparing [2021-04-13T10:16:10.874Z] e08058ee1dfe: Preparing [2021-04-13T10:16:10.874Z] cc2fbc11eb47: Layer already exists [2021-04-13T10:16:11.149Z] e08058ee1dfe: Layer already exists [2021-04-13T10:16:11.149Z] master: digest: sha256:58ae73a8aca0cc05d5212b2ea2e504ebb891f1941a73cf9189cb58da19348a18 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-13T10:16:11.327Z] ===================================================== [Pipeline] echo [2021-04-13T10:16:11.370Z] taggedImages: [2021-04-13T10:16:11.370Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f [2021-04-13T10:16:11.370Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-13T10:16:11.370Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.35 [2021-04-13T10:16:11.370Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 [2021-04-13T10:16:11.370Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:16:12.093Z] ---> job-cost.sh [2021-04-13T10:16:12.093Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qzHk [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-13T10:16:19.070Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-13T10:16:19.070Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-13T10:16:20.042Z] $ docker stop --time=1 7951d086bbc4a1487c57931aa00d542aad0a45c4ba800a6b8251275178e914a5 [2021-04-13T10:16:22.331Z] $ docker rm -f 7951d086bbc4a1487c57931aa00d542aad0a45c4ba800a6b8251275178e914a5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T10:16:22.966Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-13T10:16:22.981Z] Warning: overwriting stash ‘coverage-report’ [2021-04-13T10:16:23.332Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-13T10:16:23.888Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-13T10:16:24.194Z] + ls -al . [2021-04-13T10:16:24.194Z] total 92 [2021-04-13T10:16:24.194Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 13 10:16 . [2021-04-13T10:16:24.194Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 13 10:14 .. [2021-04-13T10:16:24.194Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 13 10:14 assets [2021-04-13T10:16:24.194Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 13 10:14 bin [2021-04-13T10:16:24.194Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 13 10:14 cmd [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 13 10:14 CONTRIBUTING.md [2021-04-13T10:16:24.194Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 13 10:16 coverage.out [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 13 10:14 Dockerfile [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 13 10:14 Dockerfile.build [2021-04-13T10:16:24.194Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 13 10:14 docs [2021-04-13T10:16:24.194Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 13 10:14 .git [2021-04-13T10:16:24.194Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 13 10:14 .github [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 13 10:14 .gitignore [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 13 10:14 go.mod [2021-04-13T10:16:24.194Z] -rw-r--r--. 1 jenkins jenkins 22319 Apr 13 10:16 go.sum [2021-04-13T10:16:24.194Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 13 10:14 internal [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 13 10:14 Jenkinsfile [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 13 10:14 LICENSE [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 13 10:14 Makefile [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 4535 Apr 13 10:14 README.md [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 13 10:10 VERSION [2021-04-13T10:16:24.194Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 13 10:14 version.go [2021-04-13T10:16:24.194Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 13 10:14 web [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:24.505Z] + 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=67b271c0d6720504190f29223f2a5b9aa83cfa4f --label arch=amd64 --label version=2.0.0-dev.35 . [2021-04-13T10:16:25.083Z] Sending build context to Docker daemon 34.59MB [2021-04-13T10:16:25.084Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T10:16:25.084Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-13T10:16:25.084Z] ---> 83176de56aea [2021-04-13T10:16:25.084Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-13T10:16:25.663Z] ---> Running in 13867a1eb5c2 [2021-04-13T10:16:25.663Z] Removing intermediate container 13867a1eb5c2 [2021-04-13T10:16:25.663Z] ---> baefd26f9e01 [2021-04-13T10:16:25.663Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-13T10:16:25.663Z] ---> Running in a64c16467e56 [2021-04-13T10:16:25.925Z] Removing intermediate container a64c16467e56 [2021-04-13T10:16:25.925Z] ---> cd7868809986 [2021-04-13T10:16:25.925Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-13T10:16:25.925Z] ---> Running in 9918e02d2a34 [2021-04-13T10:16:26.187Z] Removing intermediate container 9918e02d2a34 [2021-04-13T10:16:26.187Z] ---> 2a9b229f54f5 [2021-04-13T10:16:26.187Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-13T10:16:26.187Z] ---> Running in 823d048aae85 [2021-04-13T10:16:26.448Z] Removing intermediate container 823d048aae85 [2021-04-13T10:16:26.448Z] ---> f1939d401f5c [2021-04-13T10:16:26.448Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-13T10:16:26.448Z] ---> Running in b8a626000e0d [2021-04-13T10:16:26.711Z] Removing intermediate container b8a626000e0d [2021-04-13T10:16:26.711Z] ---> d4e949141a2a [2021-04-13T10:16:26.711Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-13T10:16:26.711Z] ---> Running in 08d288d2ac26 [2021-04-13T10:16:27.660Z] Removing intermediate container 08d288d2ac26 [2021-04-13T10:16:27.660Z] ---> e590acbeb559 [2021-04-13T10:16:27.660Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-13T10:16:27.660Z] ---> Running in 5f2586c2d4b2 [2021-04-13T10:16:28.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T10:16:28.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T10:16:29.389Z] OK: 166 MiB in 39 packages [2021-04-13T10:16:29.651Z] Removing intermediate container 5f2586c2d4b2 [2021-04-13T10:16:29.651Z] ---> b4d7dc6768ec [2021-04-13T10:16:29.651Z] Step 10/24 : ENV GO111MODULE=on [2021-04-13T10:16:29.651Z] ---> Running in 14ec0878affc [2021-04-13T10:16:29.919Z] Removing intermediate container 14ec0878affc [2021-04-13T10:16:29.919Z] ---> 4d65cf4e5d10 [2021-04-13T10:16:29.919Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-13T10:16:29.919Z] ---> Running in bff781b8ea2c [2021-04-13T10:16:30.183Z] Removing intermediate container bff781b8ea2c [2021-04-13T10:16:30.183Z] ---> 519d2efeb677 [2021-04-13T10:16:30.183Z] Step 12/24 : COPY go.mod . [2021-04-13T10:16:30.445Z] ---> 6c404f618652 [2021-04-13T10:16:30.445Z] Step 13/24 : COPY Makefile . [2021-04-13T10:16:30.445Z] ---> d72fe9fc7e80 [2021-04-13T10:16:30.445Z] Step 14/24 : RUN make update [2021-04-13T10:16:30.711Z] ---> Running in 139cfebd549e [2021-04-13T10:16:31.286Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-13T10:16:31.868Z] Removing intermediate container 139cfebd549e [2021-04-13T10:16:31.868Z] ---> 25998b00808a [2021-04-13T10:16:31.868Z] Step 15/24 : COPY . . [2021-04-13T10:16:34.429Z] ---> 8b17b035f9c3 [2021-04-13T10:16:34.429Z] Step 16/24 : RUN ${MAKE} [2021-04-13T10:16:34.429Z] ---> Running in 039b1856c427 [2021-04-13T10:16:34.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.35" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-13T10:16:42.949Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-13T10:16:46.277Z] Removing intermediate container 039b1856c427 [2021-04-13T10:16:46.277Z] ---> 95837c7bc8fe [2021-04-13T10:16:46.277Z] Step 17/24 : FROM alpine:3.12 [2021-04-13T10:16:46.860Z] 3.12: Pulling from library/alpine [2021-04-13T10:16:46.860Z] 532819f3e44c: Pulling fs layer [2021-04-13T10:16:47.123Z] 532819f3e44c: Pull complete [2021-04-13T10:16:47.123Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-13T10:16:47.123Z] Status: Downloaded newer image for alpine:3.12 [2021-04-13T10:16:47.123Z] ---> 7230e588e954 [2021-04-13T10:16:47.123Z] Step 18/24 : EXPOSE 4000 [2021-04-13T10:16:47.385Z] ---> Running in 34038fc1d211 [2021-04-13T10:16:47.648Z] Removing intermediate container 34038fc1d211 [2021-04-13T10:16:47.648Z] ---> a22966461179 [2021-04-13T10:16:47.648Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-13T10:16:49.039Z] ---> 789e3ac81914 [2021-04-13T10:16:49.039Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-13T10:16:49.302Z] ---> Running in a67c30de16b8 [2021-04-13T10:16:49.302Z] Removing intermediate container a67c30de16b8 [2021-04-13T10:16:49.302Z] ---> 70eb4c6f5c1a [2021-04-13T10:16:49.302Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-13T10:16:49.565Z] ---> Running in 11e2a678cf3f [2021-04-13T10:16:49.565Z] Removing intermediate container 11e2a678cf3f [2021-04-13T10:16:49.565Z] ---> 8990995e31f0 [2021-04-13T10:16:49.565Z] Step 22/24 : LABEL arch=amd64 [2021-04-13T10:16:49.565Z] ---> Running in de1a2dfbf5c6 [2021-04-13T10:16:49.829Z] Removing intermediate container de1a2dfbf5c6 [2021-04-13T10:16:49.829Z] ---> f0dd8b3066ca [2021-04-13T10:16:49.829Z] Step 23/24 : LABEL git_sha=67b271c0d6720504190f29223f2a5b9aa83cfa4f [2021-04-13T10:16:49.829Z] ---> Running in 5e5a29779a3f [2021-04-13T10:16:50.091Z] Removing intermediate container 5e5a29779a3f [2021-04-13T10:16:50.091Z] ---> 292b5a86bf86 [2021-04-13T10:16:50.091Z] Step 24/24 : LABEL version=2.0.0-dev.35 [2021-04-13T10:16:50.091Z] ---> Running in 0467b6fadcb1 [2021-04-13T10:16:50.353Z] Removing intermediate container 0467b6fadcb1 [2021-04-13T10:16:50.353Z] ---> b7e65ccc3155 [2021-04-13T10:16:50.353Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-13T10:16:50.353Z] Successfully built b7e65ccc3155 [2021-04-13T10:16:50.353Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T10:16:50.727Z] provisioning config files... [2021-04-13T10:16:50.765Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/94@tmp/config3031679007524688022tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:16:51.071Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T10:16:51.123Z] ---> docker-login.sh [2021-04-13T10:16:51.123Z] nexus3.edgexfoundry.org:10001 [2021-04-13T10:16:51.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:16:51.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:16:51.386Z] Configure a credential helper to remove this warning. See [2021-04-13T10:16:51.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:16:51.386Z] [2021-04-13T10:16:51.386Z] Login Succeeded [2021-04-13T10:16:51.386Z] nexus3.edgexfoundry.org:10002 [2021-04-13T10:16:51.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:16:51.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:16:51.386Z] Configure a credential helper to remove this warning. See [2021-04-13T10:16:51.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:16:51.386Z] [2021-04-13T10:16:51.386Z] Login Succeeded [2021-04-13T10:16:51.386Z] nexus3.edgexfoundry.org:10003 [2021-04-13T10:16:51.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:16:51.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:16:51.649Z] Configure a credential helper to remove this warning. See [2021-04-13T10:16:51.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:16:51.649Z] [2021-04-13T10:16:51.649Z] Login Succeeded [2021-04-13T10:16:51.649Z] nexus3.edgexfoundry.org:10004 [2021-04-13T10:16:51.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:16:51.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:16:51.911Z] Configure a credential helper to remove this warning. See [2021-04-13T10:16:51.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:16:51.911Z] [2021-04-13T10:16:51.911Z] Login Succeeded [2021-04-13T10:16:51.911Z] docker.io [2021-04-13T10:16:51.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T10:16:52.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T10:16:52.173Z] Configure a credential helper to remove this warning. See [2021-04-13T10:16:52.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T10:16:52.173Z] [2021-04-13T10:16:52.173Z] Login Succeeded [2021-04-13T10:16:52.173Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T10:16:52.183Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-13T10:16:52.385Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-13T10:16:52.385Z] 67b271c0d6720504190f29223f2a5b9aa83cfa4f [2021-04-13T10:16:52.385Z] latest [2021-04-13T10:16:52.385Z] 2.0.0-dev.35 [2021-04-13T10:16:52.385Z] 67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 [2021-04-13T10:16:52.385Z] master [2021-04-13T10:16:52.385Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:52.932Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:53.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f [2021-04-13T10:16:53.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-13T10:16:53.239Z] d9400f5c2882: Preparing [2021-04-13T10:16:53.239Z] b0b9881431d7: Preparing [2021-04-13T10:16:53.239Z] b0b9881431d7: Layer already exists [2021-04-13T10:16:55.805Z] d9400f5c2882: Pushed [2021-04-13T10:16:55.805Z] 67b271c0d6720504190f29223f2a5b9aa83cfa4f: digest: sha256:66d3afebf08f94b2a800c92abd88ff74ef775e1bd72504c01e2f9780f6418555 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:56.121Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:56.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-13T10:16:56.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-13T10:16:56.434Z] d9400f5c2882: Preparing [2021-04-13T10:16:56.434Z] b0b9881431d7: Preparing [2021-04-13T10:16:56.434Z] b0b9881431d7: Layer already exists [2021-04-13T10:16:56.434Z] d9400f5c2882: Layer already exists [2021-04-13T10:16:56.434Z] latest: digest: sha256:66d3afebf08f94b2a800c92abd88ff74ef775e1bd72504c01e2f9780f6418555 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:56.766Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:57.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.35 [2021-04-13T10:16:57.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-13T10:16:57.075Z] d9400f5c2882: Preparing [2021-04-13T10:16:57.075Z] b0b9881431d7: Preparing [2021-04-13T10:16:57.337Z] b0b9881431d7: Layer already exists [2021-04-13T10:16:57.338Z] d9400f5c2882: Layer already exists [2021-04-13T10:16:57.338Z] 2.0.0-dev.35: digest: sha256:66d3afebf08f94b2a800c92abd88ff74ef775e1bd72504c01e2f9780f6418555 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:57.645Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:57.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 [2021-04-13T10:16:57.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-13T10:16:57.947Z] d9400f5c2882: Preparing [2021-04-13T10:16:57.947Z] b0b9881431d7: Preparing [2021-04-13T10:16:57.947Z] d9400f5c2882: Layer already exists [2021-04-13T10:16:57.947Z] b0b9881431d7: Layer already exists [2021-04-13T10:16:57.947Z] 67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35: digest: sha256:66d3afebf08f94b2a800c92abd88ff74ef775e1bd72504c01e2f9780f6418555 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:58.253Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:16:58.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-13T10:16:58.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-13T10:16:58.558Z] d9400f5c2882: Preparing [2021-04-13T10:16:58.558Z] b0b9881431d7: Preparing [2021-04-13T10:16:58.558Z] d9400f5c2882: Layer already exists [2021-04-13T10:16:58.558Z] b0b9881431d7: Layer already exists [2021-04-13T10:16:58.558Z] master: digest: sha256:66d3afebf08f94b2a800c92abd88ff74ef775e1bd72504c01e2f9780f6418555 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-13T10:16:58.752Z] ===================================================== [Pipeline] echo [2021-04-13T10:16:58.799Z] taggedImages: [2021-04-13T10:16:58.799Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f [2021-04-13T10:16:58.799Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-13T10:16:58.799Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.35 [2021-04-13T10:16:58.799Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:67b271c0d6720504190f29223f2a5b9aa83cfa4f-2.0.0-dev.35 [2021-04-13T10:16:58.799Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:16:59.476Z] ---> job-cost.sh [2021-04-13T10:16:59.476Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-exL4 [2021-04-13T10:17:17.644Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-13T10:17:44.286Z] lf-activate-venv(): INFO: Adding /tmp/venv-exL4/bin to PATH [2021-04-13T10:17:44.286Z] INFO: No Stack... [2021-04-13T10:17:44.286Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T10:17:44.552Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T10:17:44.861Z] + cat /w/workspace/edgex-ui-go/94/archives/cost.csv [2021-04-13T10:17:44.861Z] + cut -d, -f6 [Pipeline] lock [2021-04-13T10:17:44.960Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] [2021-04-13T10:17:44.975Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] did not exist. Created. [2021-04-13T10:17:44.975Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T10:17:45.371Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-13T10:17:45.547Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T10:17:45.560Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-13T10:18:27.842Z] lf-activate-venv(): INFO: Adding /tmp/venv-qzHk/bin to PATH [2021-04-13T10:18:27.842Z] INFO: No Stack... [2021-04-13T10:18:27.842Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-13T10:18:27.842Z] INFO: Archiving Costs [Pipeline] sh [2021-04-13T10:18:28.184Z] + cat /w/workspace/edgex-ui-go/94/archives/cost.csv [2021-04-13T10:18:28.184Z] + cut -d, -f6 [Pipeline] lock [2021-04-13T10:18:28.311Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] [2021-04-13T10:18:28.324Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] did not exist. Created. [2021-04-13T10:18:28.324Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T10:18:28.770Z] /w/workspace/edgex-ui-go/94@tmp/durable-46955465/script.sh: 1: /w/workspace/edgex-ui-go/94@tmp/durable-46955465/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-13T10:18:29.131Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-13T10:18:29.194Z] Warning: overwriting stash ‘stack-cost’ [2021-04-13T10:18:29.432Z] Stashed 1 file(s) [Pipeline] } [2021-04-13T10:18:29.449Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-94-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-13T10:18:30.877Z] provisioning config files... [2021-04-13T10:18:30.888Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2755988506181628665tmp [Pipeline] { [Pipeline] sh [2021-04-13T10:18:31.270Z] + set +x [2021-04-13T10:18:31.270Z] + curl -s https://codecov.io/bash [2021-04-13T10:18:31.270Z] + bash -s -- [2021-04-13T10:18:31.532Z] [2021-04-13T10:18:31.532Z] _____ _ [2021-04-13T10:18:31.532Z] / ____| | | [2021-04-13T10:18:31.532Z] | | ___ __| | ___ ___ _____ __ [2021-04-13T10:18:31.532Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-13T10:18:31.532Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-13T10:18:31.532Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-13T10:18:31.532Z] Bash-20210309-2b87ace [2021-04-13T10:18:31.532Z] [2021-04-13T10:18:31.532Z] [2021-04-13T10:18:31.532Z] ==> git version 2.24.3 found [2021-04-13T10:18:31.532Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-13T10:18:31.532Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-13T10:18:31.532Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-13T10:18:31.532Z] ==> Jenkins CI detected. [2021-04-13T10:18:31.532Z] project root: . [2021-04-13T10:18:31.532Z] --> token set from env [2021-04-13T10:18:31.532Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-13T10:18:31.532Z] ==> Running gcov in . (disable via -X gcov) [2021-04-13T10:18:31.532Z] ==> Python coveragepy not found [2021-04-13T10:18:31.532Z] ==> Searching for coverage reports in: [2021-04-13T10:18:31.532Z] + . [2021-04-13T10:18:31.532Z] -> Found 1 reports [2021-04-13T10:18:31.532Z] ==> Detecting git/mercurial file structure [2021-04-13T10:18:31.532Z] ==> Reading reports [2021-04-13T10:18:31.532Z] + ./coverage.out bytes=10 [2021-04-13T10:18:31.532Z] ==> Appending adjustments [2021-04-13T10:18:31.532Z] https://docs.codecov.io/docs/fixing-reports [2021-04-13T10:18:31.795Z] + Found adjustments [2021-04-13T10:18:31.795Z] ==> Gzipping contents [2021-04-13T10:18:31.795Z] 4.0K /tmp/codecov.7xSJFw.gz [2021-04-13T10:18:31.795Z] ==> Uploading reports [2021-04-13T10:18:31.795Z] url: https://codecov.io [2021-04-13T10:18:31.795Z] query: branch=master&commit=67b271c0d6720504190f29223f2a5b9aa83cfa4f&build=94&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F94%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-13T10:18:31.795Z] -> Pinging Codecov [2021-04-13T10:18:31.795Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=67b271c0d6720504190f29223f2a5b9aa83cfa4f&build=94&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F94%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-13T10:18:32.372Z] -> Uploading to [2021-04-13T10:18:32.372Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-13/FB506323287CE973F263BFD2A0EB1F37/67b271c0d6720504190f29223f2a5b9aa83cfa4f/3dd803f9-6dea-4c1a-82e9-959d8d1e2e8f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T101832Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2069b9d13ee9e13a74ce26978a3b121ce091e93b60291ec7685acbf3aa2281f6 [2021-04-13T10:18:32.372Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-13T10:18:32.372Z] Dload Upload Total Spent Left Speed [2021-04-13T10:18:32.949Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3827 0 0 100 3827 0 6627 --:--:-- --:--:-- --:--:-- 6621 100 3827 0 0 100 3827 0 6624 --:--:-- --:--:-- --:--:-- 6621 [2021-04-13T10:18:32.949Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] } [2021-04-13T10:18:32.960Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-13T10:18:33.919Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-13T10:18:33.979Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:18:34.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-13T10:18:34.330Z] [2021-04-13T10:18:34.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:18:34.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-13T10:18:34.684Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-13T10:18:34.684Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T10:18:34.684Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T10:18:34.684Z] de9db76c5a1d: Pulling fs layer [2021-04-13T10:18:34.684Z] 0eba1c9be4d2: Pulling fs layer [2021-04-13T10:18:34.684Z] 0d57e429df01: Pulling fs layer [2021-04-13T10:18:34.684Z] 4e4be7b47b0d: Pulling fs layer [2021-04-13T10:18:34.684Z] e1f770b5df2f: Pulling fs layer [2021-04-13T10:18:34.684Z] 85a0685a4137: Pulling fs layer [2021-04-13T10:18:34.684Z] 0d57e429df01: Waiting [2021-04-13T10:18:34.684Z] 4e4be7b47b0d: Waiting [2021-04-13T10:18:34.684Z] e1f770b5df2f: Waiting [2021-04-13T10:18:34.684Z] 85a0685a4137: Waiting [2021-04-13T10:18:34.684Z] 0eba1c9be4d2: Waiting [2021-04-13T10:18:34.684Z] de9db76c5a1d: Verifying Checksum [2021-04-13T10:18:34.684Z] de9db76c5a1d: Download complete [2021-04-13T10:18:34.684Z] 0ef7d3d256c8: Verifying Checksum [2021-04-13T10:18:34.684Z] 0ef7d3d256c8: Download complete [2021-04-13T10:18:34.684Z] 0d57e429df01: Verifying Checksum [2021-04-13T10:18:34.684Z] 0d57e429df01: Download complete [2021-04-13T10:18:34.948Z] 188c0c94c7c5: Verifying Checksum [2021-04-13T10:18:34.948Z] 188c0c94c7c5: Download complete [2021-04-13T10:18:34.948Z] 4e4be7b47b0d: Download complete [2021-04-13T10:18:35.218Z] 188c0c94c7c5: Pull complete [2021-04-13T10:18:35.492Z] 0ef7d3d256c8: Pull complete [2021-04-13T10:18:35.492Z] de9db76c5a1d: Pull complete [2021-04-13T10:18:36.913Z] e1f770b5df2f: Verifying Checksum [2021-04-13T10:18:36.913Z] e1f770b5df2f: Download complete [2021-04-13T10:18:38.343Z] 0eba1c9be4d2: Verifying Checksum [2021-04-13T10:18:38.343Z] 0eba1c9be4d2: Download complete [2021-04-13T10:18:39.333Z] 85a0685a4137: Verifying Checksum [2021-04-13T10:18:39.333Z] 85a0685a4137: Download complete [2021-04-13T10:18:44.665Z] 0eba1c9be4d2: Pull complete [2021-04-13T10:18:44.665Z] 0d57e429df01: Pull complete [2021-04-13T10:18:44.665Z] 4e4be7b47b0d: Pull complete [2021-04-13T10:18:46.597Z] e1f770b5df2f: Pull complete [2021-04-13T10:18:54.786Z] 85a0685a4137: Pull complete [2021-04-13T10:18:54.786Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-13T10:18:54.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-13T10:18:54.786Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-13T10:18:54.995Z] prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container [2021-04-13T10:18:55.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-13T10:18:56.092Z] $ docker top ef1897c639271cfd845db810adc50b62e47a903c86edba169b7721ce81e8455e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-13T10:18:56.276Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-13T10:18:56.570Z] + set -o pipefail [2021-04-13T10:18:56.570Z] + snyk monitor '--org=edgex-jenkins' [2021-04-13T10:19:14.816Z] [2021-04-13T10:19:14.817Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-04-13T10:19:14.817Z] [2021-04-13T10:19:14.817Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/1abaa7ad-ff19-463c-850c-8149f8ab68e1 [2021-04-13T10:19:14.817Z] [2021-04-13T10:19:14.817Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-13T10:19:14.817Z] [2021-04-13T10:19:14.817Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-13T10:19:14.817Z] [2021-04-13T10:19:14.817Z] [2021-04-13T10:19:14.817Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-13T10:19:14.817Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-13T10:19:14.836Z] $ docker stop --time=1 ef1897c639271cfd845db810adc50b62e47a903c86edba169b7721ce81e8455e [2021-04-13T10:19:17.944Z] $ docker rm -f ef1897c639271cfd845db810adc50b62e47a903c86edba169b7721ce81e8455e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-13T10:19:19.758Z] + git log --format=format:%s -1 67b271c0d6720504190f29223f2a5b9aa83cfa4f [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:19:20.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:19:20.075Z] . [Pipeline] withDockerContainer [2021-04-13T10:19:20.174Z] prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container [2021-04-13T10:19:20.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-13T10:19:21.017Z] $ docker top 0161e7faa14bd21a0f7bc70c93c4501a99e96f34003625c51144807033f6ca60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T10:19:21.338Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T10:19:21.338Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T10:19:21.566Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T10:19:21.571Z] $ docker exec 0161e7faa14bd21a0f7bc70c93c4501a99e96f34003625c51144807033f6ca60 ssh-agent [2021-04-13T10:19:21.740Z] SSH_AUTH_SOCK=/tmp/ssh-OoHzqxJnoULB/agent.12 [2021-04-13T10:19:21.740Z] SSH_AGENT_PID=17 [2021-04-13T10:19:21.747Z] Running ssh-add (command line suppressed) [2021-04-13T10:19:21.874Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2447150399371889191.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2447150399371889191.key) [2021-04-13T10:19:21.948Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T10:19:22.287Z] + git semver tag [2021-04-13T10:19:22.287Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T10:19:22.287Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-13T10:19:22.287Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T10:19:22.287Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T10:19:22.287Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T10:19:22.287Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T10:19:22.287Z] # $SEMVER_BRANCH = master [2021-04-13T10:19:22.287Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-13T10:19:22.287Z] # 67b271c0d6720504190f29223f2a5b9aa83cfa4f HEAD [2021-04-13T10:19:22.550Z] # -> Force: false [2021-04-13T10:19:22.550Z] # 4b06c8e1f27d3b832455f752f6fa0f70ebe6f5d7 refs/tags/v2.0.0-dev.35 [Pipeline] } [2021-04-13T10:19:22.564Z] $ docker exec --env ******** --env ******** 0161e7faa14bd21a0f7bc70c93c4501a99e96f34003625c51144807033f6ca60 ssh-agent -k [2021-04-13T10:19:22.690Z] unset SSH_AUTH_SOCK; [2021-04-13T10:19:22.691Z] unset SSH_AGENT_PID; [2021-04-13T10:19:22.691Z] echo Agent pid 17 killed; [2021-04-13T10:19:22.747Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T10:19:23.251Z] + git semver [Pipeline] } [2021-04-13T10:19:23.286Z] $ docker stop --time=1 0161e7faa14bd21a0f7bc70c93c4501a99e96f34003625c51144807033f6ca60 [2021-04-13T10:19:24.721Z] $ docker rm -f 0161e7faa14bd21a0f7bc70c93c4501a99e96f34003625c51144807033f6ca60 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:19:25.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-13T10:19:25.386Z] [2021-04-13T10:19:25.386Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:19:25.731Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-13T10:19:25.731Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-13T10:19:25.731Z] ab5ef0e58194: Pulling fs layer [2021-04-13T10:19:25.731Z] 9712f1f96733: Pulling fs layer [2021-04-13T10:19:25.731Z] 63f879dbbcfc: Pulling fs layer [2021-04-13T10:19:25.731Z] 0d9ebad4ef96: Pulling fs layer [2021-04-13T10:19:25.731Z] e9a5061849ea: Pulling fs layer [2021-04-13T10:19:25.731Z] d747dcd14b5f: Pulling fs layer [2021-04-13T10:19:25.731Z] 2de7ff778b66: Pulling fs layer [2021-04-13T10:19:25.731Z] e9a5061849ea: Waiting [2021-04-13T10:19:25.731Z] d747dcd14b5f: Waiting [2021-04-13T10:19:25.731Z] 0d9ebad4ef96: Waiting [2021-04-13T10:19:25.731Z] 2de7ff778b66: Waiting [2021-04-13T10:19:25.731Z] 9712f1f96733: Verifying Checksum [2021-04-13T10:19:25.731Z] 9712f1f96733: Download complete [2021-04-13T10:19:27.661Z] 63f879dbbcfc: Verifying Checksum [2021-04-13T10:19:27.661Z] 63f879dbbcfc: Download complete [2021-04-13T10:19:27.929Z] e9a5061849ea: Verifying Checksum [2021-04-13T10:19:27.929Z] e9a5061849ea: Download complete [2021-04-13T10:19:27.929Z] d747dcd14b5f: Verifying Checksum [2021-04-13T10:19:27.929Z] d747dcd14b5f: Download complete [2021-04-13T10:19:28.198Z] 2de7ff778b66: Verifying Checksum [2021-04-13T10:19:28.198Z] 2de7ff778b66: Download complete [2021-04-13T10:19:28.198Z] ab5ef0e58194: Download complete [2021-04-13T10:19:28.462Z] 0d9ebad4ef96: Verifying Checksum [2021-04-13T10:19:28.462Z] 0d9ebad4ef96: Download complete [2021-04-13T10:19:33.783Z] ab5ef0e58194: Pull complete [2021-04-13T10:19:33.783Z] 9712f1f96733: Pull complete [2021-04-13T10:19:36.342Z] 63f879dbbcfc: Pull complete [2021-04-13T10:19:42.983Z] 0d9ebad4ef96: Pull complete [2021-04-13T10:19:43.937Z] e9a5061849ea: Pull complete [2021-04-13T10:19:44.201Z] d747dcd14b5f: Pull complete [2021-04-13T10:19:46.765Z] 2de7ff778b66: Pull complete [2021-04-13T10:19:46.765Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-13T10:19:46.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-13T10:19:46.765Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-13T10:19:46.990Z] prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container [2021-04-13T10:19:47.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-13T10:19:50.881Z] $ docker top 13cd103683c50b6504687853e628f2d924a74e305e2950ec4cc3da47e3f9f643 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-13T10:19:51.132Z] provisioning config files... [2021-04-13T10:19:51.146Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7345870971241806036tmp [2021-04-13T10:19:51.161Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3253237738291463493tmp [2021-04-13T10:19:51.194Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8598564214299082667tmp [Pipeline] { [Pipeline] echo [2021-04-13T10:19:51.268Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:19:51.622Z] ---> sigul-configuration.sh [2021-04-13T10:19:51.622Z] gpg: directory `/root/.gnupg' created [2021-04-13T10:19:51.622Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-13T10:19:51.622Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-13T10:19:51.622Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-13T10:19:51.622Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-13T10:19:51.622Z] gpg: CAST5 encrypted data [2021-04-13T10:19:51.891Z] gpg: encrypted with 1 passphrase [2021-04-13T10:19:51.891Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-13T10:19:52.193Z] + mkdir /home/jenkins [2021-04-13T10:19:52.193Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-13T10:19:52.493Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-13T10:19:52.505Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:19:52.807Z] ---> sigul-install.sh [2021-04-13T10:19:59.416Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-13T10:19:59.716Z] + git tag --list [2021-04-13T10:19:59.716Z] 0.1.1 [2021-04-13T10:19:59.716Z] v1.1.0 [2021-04-13T10:19:59.716Z] v1.2.0 [2021-04-13T10:19:59.716Z] v1.2.1 [2021-04-13T10:19:59.716Z] v1.3.0 [2021-04-13T10:19:59.716Z] v2.0.0-dev.1 [2021-04-13T10:19:59.716Z] v2.0.0-dev.10 [2021-04-13T10:19:59.716Z] v2.0.0-dev.11 [2021-04-13T10:19:59.716Z] v2.0.0-dev.12 [2021-04-13T10:19:59.716Z] v2.0.0-dev.13 [2021-04-13T10:19:59.716Z] v2.0.0-dev.14 [2021-04-13T10:19:59.716Z] v2.0.0-dev.15 [2021-04-13T10:19:59.716Z] v2.0.0-dev.16 [2021-04-13T10:19:59.716Z] v2.0.0-dev.17 [2021-04-13T10:19:59.716Z] v2.0.0-dev.18 [2021-04-13T10:19:59.716Z] v2.0.0-dev.19 [2021-04-13T10:19:59.716Z] v2.0.0-dev.2 [2021-04-13T10:19:59.716Z] v2.0.0-dev.20 [2021-04-13T10:19:59.716Z] v2.0.0-dev.21 [2021-04-13T10:19:59.716Z] v2.0.0-dev.22 [2021-04-13T10:19:59.716Z] v2.0.0-dev.23 [2021-04-13T10:19:59.716Z] v2.0.0-dev.24 [2021-04-13T10:19:59.716Z] v2.0.0-dev.25 [2021-04-13T10:19:59.716Z] v2.0.0-dev.26 [2021-04-13T10:19:59.716Z] v2.0.0-dev.27 [2021-04-13T10:19:59.716Z] v2.0.0-dev.28 [2021-04-13T10:19:59.716Z] v2.0.0-dev.29 [2021-04-13T10:19:59.716Z] v2.0.0-dev.3 [2021-04-13T10:19:59.716Z] v2.0.0-dev.30 [2021-04-13T10:19:59.716Z] v2.0.0-dev.31 [2021-04-13T10:19:59.716Z] v2.0.0-dev.32 [2021-04-13T10:19:59.716Z] v2.0.0-dev.33 [2021-04-13T10:19:59.716Z] v2.0.0-dev.34 [2021-04-13T10:19:59.716Z] v2.0.0-dev.35 [2021-04-13T10:19:59.716Z] v2.0.0-dev.4 [2021-04-13T10:19:59.716Z] v2.0.0-dev.5 [2021-04-13T10:19:59.716Z] v2.0.0-dev.6 [2021-04-13T10:19:59.716Z] v2.0.0-dev.7 [2021-04-13T10:19:59.716Z] v2.0.0-dev.8 [2021-04-13T10:19:59.716Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-13T10:20:00.016Z] + lftools sign git-tag v2.0.0-dev.35 [2021-04-13T10:20:01.405Z] Signing Git tag with Sigul... [2021-04-13T10:20:01.405Z] Signing v2.0.0-dev.35 [Pipeline] echo [2021-04-13T10:20:03.347Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:20:03.654Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-13T10:20:03.664Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-13T10:20:03.766Z] $ docker stop --time=1 13cd103683c50b6504687853e628f2d924a74e305e2950ec4cc3da47e3f9f643 [2021-04-13T10:20:05.928Z] $ docker rm -f 13cd103683c50b6504687853e628f2d924a74e305e2950ec4cc3da47e3f9f643 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:20:06.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:20:06.928Z] . [Pipeline] withDockerContainer [2021-04-13T10:20:07.035Z] prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container [2021-04-13T10:20:07.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-13T10:20:07.861Z] $ docker top 0d00faf74fa692d52abdc7be75b61261a542ea930540f7cf06f41cde239ce7fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T10:20:08.198Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T10:20:08.198Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T10:20:08.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T10:20:08.405Z] $ docker exec 0d00faf74fa692d52abdc7be75b61261a542ea930540f7cf06f41cde239ce7fb ssh-agent [2021-04-13T10:20:08.578Z] SSH_AUTH_SOCK=/tmp/ssh-jQvtfndCZVs9/agent.13 [2021-04-13T10:20:08.578Z] SSH_AGENT_PID=18 [2021-04-13T10:20:08.586Z] Running ssh-add (command line suppressed) [2021-04-13T10:20:08.719Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4317113756092401826.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4317113756092401826.key) [2021-04-13T10:20:08.782Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T10:20:09.116Z] + git semver bump pre [2021-04-13T10:20:09.116Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T10:20:09.116Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-13T10:20:09.116Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T10:20:09.116Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T10:20:09.116Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T10:20:09.116Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T10:20:09.116Z] # $SEMVER_BRANCH = master [2021-04-13T10:20:09.116Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-13T10:20:09.116Z] 2.0.0-dev.36 [Pipeline] } [2021-04-13T10:20:09.132Z] $ docker exec --env ******** --env ******** 0d00faf74fa692d52abdc7be75b61261a542ea930540f7cf06f41cde239ce7fb ssh-agent -k [2021-04-13T10:20:09.263Z] unset SSH_AUTH_SOCK; [2021-04-13T10:20:09.263Z] unset SSH_AGENT_PID; [2021-04-13T10:20:09.263Z] echo Agent pid 18 killed; [2021-04-13T10:20:09.320Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T10:20:09.787Z] + git semver [Pipeline] } [2021-04-13T10:20:09.808Z] $ docker stop --time=1 0d00faf74fa692d52abdc7be75b61261a542ea930540f7cf06f41cde239ce7fb [2021-04-13T10:20:11.174Z] $ docker rm -f 0d00faf74fa692d52abdc7be75b61261a542ea930540f7cf06f41cde239ce7fb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:20:11.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T10:20:11.736Z] . [Pipeline] withDockerContainer [2021-04-13T10:20:11.841Z] prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container [2021-04-13T10:20:11.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-13T10:20:12.617Z] $ docker top 9d7ddc0adf6150948bad9e0a9cbcac3e4132027258b7ce6ebb9389d389b6c9d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T10:20:12.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T10:20:12.954Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T10:20:13.162Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T10:20:13.168Z] $ docker exec 9d7ddc0adf6150948bad9e0a9cbcac3e4132027258b7ce6ebb9389d389b6c9d5 ssh-agent [2021-04-13T10:20:13.350Z] SSH_AUTH_SOCK=/tmp/ssh-Ay3n3OVdVKhL/agent.13 [2021-04-13T10:20:13.350Z] SSH_AGENT_PID=18 [2021-04-13T10:20:13.358Z] Running ssh-add (command line suppressed) [2021-04-13T10:20:13.491Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2582310234552224098.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2582310234552224098.key) [2021-04-13T10:20:13.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T10:20:13.884Z] + git semver push [2021-04-13T10:20:13.884Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T10:20:13.884Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-13T10:20:13.884Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T10:20:13.884Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T10:20:13.884Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T10:20:13.884Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T10:20:13.884Z] # $SEMVER_BRANCH = master [2021-04-13T10:20:13.884Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-13T10:20:18.168Z] $ docker exec --env ******** --env ******** 9d7ddc0adf6150948bad9e0a9cbcac3e4132027258b7ce6ebb9389d389b6c9d5 ssh-agent -k [2021-04-13T10:20:18.317Z] unset SSH_AUTH_SOCK; [2021-04-13T10:20:18.318Z] unset SSH_AGENT_PID; [2021-04-13T10:20:18.318Z] echo Agent pid 18 killed; [2021-04-13T10:20:18.377Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T10:20:18.847Z] + git semver [Pipeline] } [2021-04-13T10:20:18.865Z] $ docker stop --time=1 9d7ddc0adf6150948bad9e0a9cbcac3e4132027258b7ce6ebb9389d389b6c9d5 [2021-04-13T10:20:20.238Z] $ docker rm -f 9d7ddc0adf6150948bad9e0a9cbcac3e4132027258b7ce6ebb9389d389b6c9d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:20:21.933Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:20:22.815Z] ---> package-listing.sh [2021-04-13T10:20:22.815Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-13T10:20:22.815Z] ++ facter osfamily [2021-04-13T10:20:22.815Z] + OS_FAMILY=redhat [2021-04-13T10:20:22.815Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-13T10:20:22.815Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-13T10:20:22.815Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-13T10:20:22.815Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-13T10:20:22.815Z] + PACKAGES=/tmp/packages_start.txt [2021-04-13T10:20:22.815Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-13T10:20:22.815Z] + PACKAGES=/tmp/packages_end.txt [2021-04-13T10:20:22.815Z] + case "${OS_FAMILY}" in [2021-04-13T10:20:22.815Z] + rpm -qa [2021-04-13T10:20:22.815Z] + sort [2021-04-13T10:20:28.118Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-13T10:20:28.118Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-13T10:20:28.118Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-13T10:20:28.118Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-13T10:20:28.118Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-13T10:20:28.118Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-04-13T10:20:28.132Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-13T10:20:28.425Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:20:28.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T10:20:28.735Z] [2021-04-13T10:20:28.735Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-13T10:20:29.080Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T10:20:29.080Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-13T10:20:29.080Z] df20fa9351a1: Pulling fs layer [2021-04-13T10:20:29.080Z] 36b3adc4ff6f: Pulling fs layer [2021-04-13T10:20:29.080Z] 8ad3a11d3b57: Pulling fs layer [2021-04-13T10:20:29.080Z] 46f8f816bc3b: Pulling fs layer [2021-04-13T10:20:29.080Z] 93b61091891f: Pulling fs layer [2021-04-13T10:20:29.080Z] 93b9cdb0e59b: Pulling fs layer [2021-04-13T10:20:29.080Z] 5e14af77c1be: Pulling fs layer [2021-04-13T10:20:29.080Z] 01666e4c0597: Pulling fs layer [2021-04-13T10:20:29.080Z] aa168da1d23b: Pulling fs layer [2021-04-13T10:20:29.080Z] 93b9cdb0e59b: Waiting [2021-04-13T10:20:29.080Z] 46f8f816bc3b: Waiting [2021-04-13T10:20:29.080Z] 93b61091891f: Waiting [2021-04-13T10:20:29.080Z] 5e14af77c1be: Waiting [2021-04-13T10:20:29.080Z] 01666e4c0597: Waiting [2021-04-13T10:20:29.080Z] aa168da1d23b: Waiting [2021-04-13T10:20:29.080Z] 36b3adc4ff6f: Verifying Checksum [2021-04-13T10:20:29.080Z] 36b3adc4ff6f: Download complete [2021-04-13T10:20:29.080Z] 46f8f816bc3b: Verifying Checksum [2021-04-13T10:20:29.080Z] 46f8f816bc3b: Download complete [2021-04-13T10:20:29.343Z] 93b61091891f: Verifying Checksum [2021-04-13T10:20:29.343Z] 93b61091891f: Download complete [2021-04-13T10:20:29.343Z] 93b9cdb0e59b: Verifying Checksum [2021-04-13T10:20:29.343Z] 93b9cdb0e59b: Download complete [2021-04-13T10:20:29.343Z] 5e14af77c1be: Download complete [2021-04-13T10:20:29.343Z] 01666e4c0597: Verifying Checksum [2021-04-13T10:20:29.343Z] 01666e4c0597: Download complete [2021-04-13T10:20:29.343Z] 8ad3a11d3b57: Verifying Checksum [2021-04-13T10:20:29.343Z] 8ad3a11d3b57: Download complete [2021-04-13T10:20:29.343Z] df20fa9351a1: Verifying Checksum [2021-04-13T10:20:29.343Z] df20fa9351a1: Download complete [2021-04-13T10:20:29.919Z] df20fa9351a1: Pull complete [2021-04-13T10:20:29.919Z] 36b3adc4ff6f: Pull complete [2021-04-13T10:20:31.314Z] 8ad3a11d3b57: Pull complete [2021-04-13T10:20:31.314Z] aa168da1d23b: Verifying Checksum [2021-04-13T10:20:31.314Z] aa168da1d23b: Download complete [2021-04-13T10:20:31.889Z] 46f8f816bc3b: Pull complete [2021-04-13T10:20:32.152Z] 93b61091891f: Pull complete [2021-04-13T10:20:32.413Z] 93b9cdb0e59b: Pull complete [2021-04-13T10:20:32.413Z] 5e14af77c1be: Pull complete [2021-04-13T10:20:32.676Z] 01666e4c0597: Pull complete [2021-04-13T10:20:39.300Z] aa168da1d23b: Pull complete [2021-04-13T10:20:39.301Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-13T10:20:39.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-13T10:20:39.301Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-13T10:20:39.496Z] prd-centos7-docker-4c-2g-33895 does not seem to be running inside a container [2021-04-13T10:20:39.548Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-13T10:20:42.342Z] $ docker top 3c1fe3b8e6929d8a481e21feb82ea84a2745575a8b2fe4171e8fe59666ccc79f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-13T10:20:42.815Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-13T10:20:43.116Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-13T10:20:43.421Z] + ls /var/log/sa-host [2021-04-13T10:20:43.421Z] + sadf -c /var/log/sa-host/sa13 [2021-04-13T10:20:43.421Z] file_magic: OK [2021-04-13T10:20:43.421Z] HZ: Using current value: 100 [2021-04-13T10:20:43.421Z] file_header: OK [2021-04-13T10:20:43.421Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-13T10:20:43.421Z] Statistics: [2021-04-13T10:20:43.421Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-13T10:20:43.421Z] File successfully converted to sysstat format version 12.2.1 [2021-04-13T10:20:43.421Z] + sadf -c /var/log/sa-host/sa23 [2021-04-13T10:20:43.421Z] file_magic: OK [2021-04-13T10:20:43.421Z] HZ: Using current value: 100 [2021-04-13T10:20:43.421Z] file_header: OK [2021-04-13T10:20:43.421Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-13T10:20:43.421Z] Statistics: [2021-04-13T10:20:43.421Z] Hnuu...uuuununununu... [2021-04-13T10:20:43.421Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-13T10:20:44.069Z] provisioning config files... [2021-04-13T10:20:44.087Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1793756387047624863tmp [Pipeline] { [Pipeline] echo [2021-04-13T10:20:44.153Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:20:44.454Z] ---> create-netrc.sh [Pipeline] } [2021-04-13T10:20:44.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-13T10:20:44.571Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:20:44.873Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-13T10:20:44.884Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:20:45.184Z] ---> sudo-logs.sh [2021-04-13T10:20:45.184Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-13T10:20:45.246Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:20:45.653Z] ---> job-cost.sh [2021-04-13T10:20:45.653Z] lf-activate-venv: SKIPPING [2021-04-13T10:20:45.653Z] DEBUG: total: 0.20999999344348907 [2021-04-13T10:20:45.653Z] INFO: Retrieving Stack Cost... [2021-04-13T10:20:47.593Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-13T10:20:47.593Z] INFO: Archiving Costs [Pipeline] echo [2021-04-13T10:20:47.608Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-13T10:20:47.904Z] ---> logs-deploy.sh [2021-04-13T10:20:47.904Z] lf-activate-venv: SKIPPING [2021-04-13T10:20:47.904Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/94 [2021-04-13T10:20:47.904Z] INFO: archiving workspace using pattern(s): [2021-04-13T10:20:49.830Z] Archives upload complete. [2021-04-13T10:20:49.830Z] INFO: archiving logs to Nexus