Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 04b0f6bd99ac4c41b775e35a853e223317861906 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2464 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 04b0f6bd99ac4c41b775e35a853e223317861906 (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 04b0f6bd99ac4c41b775e35a853e223317861906 # timeout=10 Commit message: "update rule engine" > git rev-list --no-walk 5b7a6d502f1bf04de365d57eb8e3bc85953b8089 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-30T02:01:20.234Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-30T02:01:20.342Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-30T02:01:20.372Z] ========================================================= [2021-04-30T02:01:20.372Z] EdgeX Global Pipelines Version Info [2021-04-30T02:01:20.372Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:01:21.921Z] ------------------- [2021-04-30T02:01:21.921Z] stable info: [2021-04-30T02:01:21.921Z] ------------------- [2021-04-30T02:01:21.921Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-30T02:01:21.921Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T02:01:21.921Z] Message: update stable to v1.0.191 [2021-04-30T02:01:22.872Z] ------------------- [2021-04-30T02:01:22.872Z] experimental info: [2021-04-30T02:01:22.872Z] ------------------- [2021-04-30T02:01:22.872Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-30T02:01:22.872Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T02:01:22.872Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-30T02:01:23.011Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-04-30T02:01:23.035Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-04-30T02:01:23.058Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-30T02:01:23.081Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-30T02:01:23.106Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-30T02:01:23.129Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-04-30T02:01:23.157Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-30T02:01:23.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-04-30T02:01:23.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-30T02:01:23.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-30T02:01:23.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-30T02:01:23.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-04-30T02:01:23.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-30T02:01:23.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-30T02:01:23.346Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T02:01:23.371Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T02:01:23.394Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-30T02:01:23.418Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-30T02:01:23.444Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-30T02:01:23.467Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-30T02:01:23.491Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-30T02:01:23.515Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-30T02:01:23.538Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-30T02:01:23.562Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-30T02:01:23.588Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-30T02:01:23.612Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-30T02:01:23.634Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-30T02:01:23.658Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-30T02:01:23.681Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-30T02:01:23.704Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04b0f6bd99ac4c41b775e35a853e223317861906 [Pipeline] echo [2021-04-30T02:01:23.728Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 04b0f6b [Pipeline] echo [2021-04-30T02:01:23.753Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T02:01:23.826Z] provisioning config files... [2021-04-30T02:01:23.861Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config2903663081506080166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:01:24.199Z] ---> docker-login.sh [2021-04-30T02:01:24.199Z] nexus3.edgexfoundry.org:10001 [2021-04-30T02:01:24.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:01:24.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:01:24.726Z] Configure a credential helper to remove this warning. See [2021-04-30T02:01:24.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:01:24.726Z] [2021-04-30T02:01:24.726Z] Login Succeeded [2021-04-30T02:01:24.726Z] nexus3.edgexfoundry.org:10002 [2021-04-30T02:01:24.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:01:24.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:01:24.988Z] Configure a credential helper to remove this warning. See [2021-04-30T02:01:24.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:01:24.988Z] [2021-04-30T02:01:24.988Z] Login Succeeded [2021-04-30T02:01:24.988Z] nexus3.edgexfoundry.org:10003 [2021-04-30T02:01:24.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:01:24.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:01:24.988Z] Configure a credential helper to remove this warning. See [2021-04-30T02:01:24.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:01:24.988Z] [2021-04-30T02:01:24.988Z] Login Succeeded [2021-04-30T02:01:24.988Z] nexus3.edgexfoundry.org:10004 [2021-04-30T02:01:25.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:01:25.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:01:25.253Z] Configure a credential helper to remove this warning. See [2021-04-30T02:01:25.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:01:25.253Z] [2021-04-30T02:01:25.253Z] Login Succeeded [2021-04-30T02:01:25.253Z] docker.io [2021-04-30T02:01:25.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:01:25.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:01:25.779Z] Configure a credential helper to remove this warning. See [2021-04-30T02:01:25.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:01:25.779Z] [2021-04-30T02:01:25.779Z] Login Succeeded [2021-04-30T02:01:25.779Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T02:01:25.790Z] 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-30T02:01:26.256Z] + git log --format=format:%s -1 04b0f6bd99ac4c41b775e35a853e223317861906 [Pipeline] echo [2021-04-30T02:01:26.346Z] GIT_COMMIT: 04b0f6bd99ac4c41b775e35a853e223317861906, Commit Message: update rule engine [Pipeline] echo [2021-04-30T02:01:26.365Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:01:27.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T02:01:27.479Z] [2021-04-30T02:01:27.479Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:01:27.809Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T02:01:27.809Z] latest: Pulling from edgex-devops/git-semver [2021-04-30T02:01:27.809Z] 31603596830f: Pulling fs layer [2021-04-30T02:01:27.809Z] 54011a49482f: Pulling fs layer [2021-04-30T02:01:27.810Z] a6820b24f6d8: Pulling fs layer [2021-04-30T02:01:27.810Z] f581987b2513: Pulling fs layer [2021-04-30T02:01:27.810Z] f581987b2513: Waiting [2021-04-30T02:01:27.810Z] 54011a49482f: Verifying Checksum [2021-04-30T02:01:27.810Z] 54011a49482f: Download complete [2021-04-30T02:01:28.080Z] 31603596830f: Verifying Checksum [2021-04-30T02:01:28.080Z] 31603596830f: Download complete [2021-04-30T02:01:28.080Z] f581987b2513: Verifying Checksum [2021-04-30T02:01:28.080Z] f581987b2513: Download complete [2021-04-30T02:01:28.080Z] a6820b24f6d8: Verifying Checksum [2021-04-30T02:01:28.080Z] a6820b24f6d8: Download complete [2021-04-30T02:01:28.347Z] 31603596830f: Pull complete [2021-04-30T02:01:28.613Z] 54011a49482f: Pull complete [2021-04-30T02:01:29.581Z] a6820b24f6d8: Pull complete [2021-04-30T02:01:30.537Z] f581987b2513: Pull complete [2021-04-30T02:01:30.537Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-30T02:01:30.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T02:01:30.537Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-30T02:01:30.742Z] prd-centos7-docker-4c-2g-2464 does not seem to be running inside a container [2021-04-30T02:01:30.798Z] $ 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-30T02:01:32.531Z] $ docker top dd3d9147675c656a1031a3e593a3c41a0270cf1fcd15291cc4370ebeca4107ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T02:01:32.693Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T02:01:32.693Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T02:01:32.920Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T02:01:32.925Z] $ docker exec dd3d9147675c656a1031a3e593a3c41a0270cf1fcd15291cc4370ebeca4107ea ssh-agent [2021-04-30T02:01:33.103Z] SSH_AUTH_SOCK=/tmp/ssh-Y9tAp1dwj54T/agent.12 [2021-04-30T02:01:33.103Z] SSH_AGENT_PID=17 [2021-04-30T02:01:33.115Z] Running ssh-add (command line suppressed) [2021-04-30T02:01:33.247Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1975655738829882244.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1975655738829882244.key) [2021-04-30T02:01:33.303Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T02:01:33.609Z] + git tag --points-at HEAD [Pipeline] } [2021-04-30T02:01:33.632Z] $ docker exec --env ******** --env ******** dd3d9147675c656a1031a3e593a3c41a0270cf1fcd15291cc4370ebeca4107ea ssh-agent -k [2021-04-30T02:01:33.759Z] unset SSH_AUTH_SOCK; [2021-04-30T02:01:33.759Z] unset SSH_AGENT_PID; [2021-04-30T02:01:33.759Z] echo Agent pid 17 killed; [2021-04-30T02:01:33.822Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-30T02:01:33.868Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T02:01:33.869Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T02:01:34.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T02:01:34.095Z] $ docker exec dd3d9147675c656a1031a3e593a3c41a0270cf1fcd15291cc4370ebeca4107ea ssh-agent [2021-04-30T02:01:34.282Z] SSH_AUTH_SOCK=/tmp/ssh-FYT2JZ2Ae6hf/agent.45 [2021-04-30T02:01:34.282Z] SSH_AGENT_PID=50 [2021-04-30T02:01:34.289Z] Running ssh-add (command line suppressed) [2021-04-30T02:01:34.413Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8476983989567158505.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8476983989567158505.key) [2021-04-30T02:01:34.468Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T02:01:34.784Z] + git semver init [2021-04-30T02:01:34.784Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T02:01:34.784Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-30T02:01:34.784Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-30T02:01:34.784Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T02:01:34.784Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T02:01:34.784Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T02:01:34.784Z] # $SEMVER_BRANCH = master [2021-04-30T02:01:34.784Z] # $SEMVER_TEMP = /tmp/semver-120247627 [2021-04-30T02:01:34.784Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-04-30T02:01:36.712Z] # '/tmp/semver-120247627' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-04-30T02:01:36.712Z] # -> Force: false [2021-04-30T02:01:36.712Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-30T02:01:36.728Z] $ docker exec --env ******** --env ******** dd3d9147675c656a1031a3e593a3c41a0270cf1fcd15291cc4370ebeca4107ea ssh-agent -k [2021-04-30T02:01:36.869Z] unset SSH_AUTH_SOCK; [2021-04-30T02:01:36.869Z] unset SSH_AGENT_PID; [2021-04-30T02:01:36.870Z] echo Agent pid 50 killed; [2021-04-30T02:01:36.928Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T02:01:37.267Z] + git semver [Pipeline] } [2021-04-30T02:01:37.288Z] $ docker stop --time=1 dd3d9147675c656a1031a3e593a3c41a0270cf1fcd15291cc4370ebeca4107ea [2021-04-30T02:01:38.701Z] $ docker rm -f dd3d9147675c656a1031a3e593a3c41a0270cf1fcd15291cc4370ebeca4107ea [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T02:01:39.116Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-30T02:01:39.521Z] Stashed 1 file(s) [Pipeline] echo [2021-04-30T02:01:39.525Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.43 [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-30T02:01:54.692Z] Still waiting to schedule task [2021-04-30T02:01:54.692Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2464’ [2021-04-30T02:01:54.694Z] Still waiting to schedule task [2021-04-30T02:01:54.695Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-04-30T02:03:52.514Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2465 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-30T02:03:52.534Z] Running in /w/workspace/edgex-ui-go/102 [Pipeline] { [Pipeline] checkout [2021-04-30T02:03:58.141Z] using credential edgex-jenkins-ssh [2021-04-30T02:03:58.178Z] Cloning the remote Git repository [2021-04-30T02:03:58.264Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-30T02:03:58.433Z] > git init /w/workspace/edgex-ui-go/102 # timeout=10 [2021-04-30T02:03:58.509Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-30T02:03:58.509Z] > git --version # timeout=10 [2021-04-30T02:03:58.526Z] > git --version # 'git version 2.17.1' [2021-04-30T02:03:58.528Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T02:03:58.595Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T02:04:00.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-30T02:04:00.724Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T02:04:00.751Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-30T02:04:00.793Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-30T02:04:00.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T02:04:00.803Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T02:04:01.844Z] Checking out Revision 04b0f6bd99ac4c41b775e35a853e223317861906 (master) [2021-04-30T02:04:01.871Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T02:04:01.891Z] > git checkout -f 04b0f6bd99ac4c41b775e35a853e223317861906 # timeout=10 [2021-04-30T02:04:06.492Z] Commit message: "update rule engine" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T02:04:08.142Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-30T02:04:08.554Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T02:04:08.900Z] + sudo service+ docker restart [2021-04-30T02:04:08.900Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T02:04:10.932Z] provisioning config files... [2021-04-30T02:04:10.983Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/102@tmp/config8990085029406485595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:04:11.368Z] ---> docker-login.sh [2021-04-30T02:04:11.368Z] nexus3.edgexfoundry.org:10001 [2021-04-30T02:04:12.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:04:12.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:04:12.625Z] Configure a credential helper to remove this warning. See [2021-04-30T02:04:12.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:04:12.625Z] [2021-04-30T02:04:12.625Z] Login Succeeded [2021-04-30T02:04:12.625Z] nexus3.edgexfoundry.org:10002 [2021-04-30T02:04:12.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:04:13.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:04:13.174Z] Configure a credential helper to remove this warning. See [2021-04-30T02:04:13.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:04:13.174Z] [2021-04-30T02:04:13.174Z] Login Succeeded [2021-04-30T02:04:13.174Z] nexus3.edgexfoundry.org:10003 [2021-04-30T02:04:13.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:04:13.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:04:13.722Z] Configure a credential helper to remove this warning. See [2021-04-30T02:04:13.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:04:13.722Z] [2021-04-30T02:04:13.722Z] Login Succeeded [2021-04-30T02:04:13.722Z] nexus3.edgexfoundry.org:10004 [2021-04-30T02:04:13.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:04:14.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:04:14.272Z] Configure a credential helper to remove this warning. See [2021-04-30T02:04:14.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:04:14.272Z] [2021-04-30T02:04:14.272Z] Login Succeeded [2021-04-30T02:04:14.272Z] docker.io [2021-04-30T02:04:14.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:04:14.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:04:14.827Z] Configure a credential helper to remove this warning. See [2021-04-30T02:04:14.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:04:14.827Z] [2021-04-30T02:04:14.827Z] Login Succeeded [2021-04-30T02:04:14.827Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T02:04:14.844Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-30T02:04:15.147Z] ========================================================= [2021-04-30T02:04:15.147Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-04-30T02:04:15.147Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:04:15.493Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-04-30T02:04:16.512Z] Sending build context to Docker daemon 34.86MB [2021-04-30T02:04:16.512Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T02:04:16.512Z] Step 2/8 : FROM ${BASE} [2021-04-30T02:04:16.512Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-30T02:04:16.512Z] 595b0fe564bb: Pulling fs layer [2021-04-30T02:04:16.512Z] 7186ed65a4f7: Pulling fs layer [2021-04-30T02:04:16.512Z] 316046926c0a: Pulling fs layer [2021-04-30T02:04:16.512Z] 4ebd0625c992: Pulling fs layer [2021-04-30T02:04:16.512Z] 207e8628e3a3: Pulling fs layer [2021-04-30T02:04:16.512Z] c791037a9be2: Pulling fs layer [2021-04-30T02:04:16.512Z] ffd874e62e21: Pulling fs layer [2021-04-30T02:04:16.512Z] 4ebd0625c992: Waiting [2021-04-30T02:04:16.512Z] 207e8628e3a3: Waiting [2021-04-30T02:04:16.512Z] c791037a9be2: Waiting [2021-04-30T02:04:16.512Z] ffd874e62e21: Waiting [2021-04-30T02:04:16.512Z] 316046926c0a: Verifying Checksum [2021-04-30T02:04:16.512Z] 316046926c0a: Download complete [2021-04-30T02:04:16.512Z] 7186ed65a4f7: Verifying Checksum [2021-04-30T02:04:16.512Z] 7186ed65a4f7: Download complete [2021-04-30T02:04:16.512Z] 207e8628e3a3: Verifying Checksum [2021-04-30T02:04:16.512Z] 207e8628e3a3: Download complete [2021-04-30T02:04:16.512Z] c791037a9be2: Verifying Checksum [2021-04-30T02:04:16.512Z] c791037a9be2: Download complete [2021-04-30T02:04:16.512Z] 595b0fe564bb: Verifying Checksum [2021-04-30T02:04:16.512Z] 595b0fe564bb: Download complete [2021-04-30T02:04:17.110Z] 595b0fe564bb: Pull complete [2021-04-30T02:04:17.711Z] 7186ed65a4f7: Pull complete [2021-04-30T02:04:18.314Z] 316046926c0a: Pull complete [2021-04-30T02:04:18.587Z] ffd874e62e21: Verifying Checksum [2021-04-30T02:04:18.587Z] ffd874e62e21: Download complete [2021-04-30T02:04:20.023Z] 4ebd0625c992: Verifying Checksum [2021-04-30T02:04:20.023Z] 4ebd0625c992: Download complete [2021-04-30T02:04:32.425Z] 4ebd0625c992: Pull complete [2021-04-30T02:04:32.425Z] 207e8628e3a3: Pull complete [2021-04-30T02:04:32.425Z] c791037a9be2: Pull complete [2021-04-30T02:04:35.053Z] ffd874e62e21: Pull complete [2021-04-30T02:04:35.053Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-04-30T02:04:35.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-04-30T02:04:35.215Z] Running on prd-centos7-docker-4c-2g-2467 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-04-30T02:04:35.235Z] Running in /w/workspace/edgex-ui-go/102 [Pipeline] { [Pipeline] checkout [2021-04-30T02:04:35.328Z] ---> cfc18b08335c [2021-04-30T02:04:35.328Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-30T02:04:37.905Z] using credential edgex-jenkins-ssh [2021-04-30T02:04:37.918Z] Cloning the remote Git repository [2021-04-30T02:04:37.951Z] ---> Running in b5d9bd4bc6b2 [2021-04-30T02:04:37.951Z] Removing intermediate container b5d9bd4bc6b2 [2021-04-30T02:04:37.951Z] ---> 1afbe31e2c42 [2021-04-30T02:04:37.951Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T02:04:38.223Z] ---> Running in dceca511ef3f [2021-04-30T02:04:37.885Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-30T02:04:37.983Z] > git init /w/workspace/edgex-ui-go/102 # timeout=10 [2021-04-30T02:04:38.050Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-30T02:04:38.050Z] > git --version # timeout=10 [2021-04-30T02:04:38.055Z] > git --version # 'git version 2.24.3' [2021-04-30T02:04:38.056Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T02:04:38.083Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T02:04:39.608Z] Checking out Revision 04b0f6bd99ac4c41b775e35a853e223317861906 (master) [2021-04-30T02:04:39.201Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-30T02:04:39.210Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T02:04:39.230Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-04-30T02:04:39.244Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-04-30T02:04:39.244Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T02:04:39.252Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T02:04:39.617Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T02:04:39.622Z] > git checkout -f 04b0f6bd99ac4c41b775e35a853e223317861906 # timeout=10 [2021-04-30T02:04:40.852Z] Removing intermediate container dceca511ef3f [2021-04-30T02:04:40.852Z] ---> 5529e9efef7b [2021-04-30T02:04:40.852Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-30T02:04:40.852Z] ---> Running in c25741203168 [2021-04-30T02:04:41.842Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T02:04:42.818Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T02:04:43.474Z] Commit message: "update rule engine" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T02:04:44.550Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-30T02:04:44.881Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T02:04:45.182Z] + sudo service docker restart [2021-04-30T02:04:45.182Z] + true [2021-04-30T02:04:45.182Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T02:04:46.166Z] provisioning config files... [2021-04-30T02:04:46.234Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/102@tmp/config8239876004164911228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:04:46.564Z] ---> docker-login.sh [2021-04-30T02:04:46.564Z] nexus3.edgexfoundry.org:10001 [2021-04-30T02:04:46.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:04:46.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:04:46.827Z] Configure a credential helper to remove this warning. See [2021-04-30T02:04:46.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:04:46.827Z] [2021-04-30T02:04:46.827Z] Login Succeeded [2021-04-30T02:04:46.827Z] nexus3.edgexfoundry.org:10002 [2021-04-30T02:04:47.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:04:47.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:04:47.088Z] Configure a credential helper to remove this warning. See [2021-04-30T02:04:47.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:04:47.088Z] [2021-04-30T02:04:47.088Z] Login Succeeded [2021-04-30T02:04:47.088Z] nexus3.edgexfoundry.org:10003 [2021-04-30T02:04:47.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:04:47.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:04:47.351Z] Configure a credential helper to remove this warning. See [2021-04-30T02:04:47.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:04:47.351Z] [2021-04-30T02:04:47.351Z] Login Succeeded [2021-04-30T02:04:47.351Z] nexus3.edgexfoundry.org:10004 [2021-04-30T02:04:47.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:04:47.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:04:47.351Z] Configure a credential helper to remove this warning. See [2021-04-30T02:04:47.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:04:47.351Z] [2021-04-30T02:04:47.351Z] Login Succeeded [2021-04-30T02:04:47.351Z] docker.io [2021-04-30T02:04:47.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:04:47.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:04:47.877Z] Configure a credential helper to remove this warning. See [2021-04-30T02:04:47.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:04:47.877Z] [2021-04-30T02:04:47.877Z] Login Succeeded [2021-04-30T02:04:47.877Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T02:04:47.887Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-30T02:04:48.053Z] ========================================================= [2021-04-30T02:04:48.053Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-04-30T02:04:48.053Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:04:48.222Z] OK: 138 MiB in 40 packages [2021-04-30T02:04:48.358Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-04-30T02:04:48.815Z] Removing intermediate container c25741203168 [2021-04-30T02:04:48.815Z] ---> 70e86a7d41e9 [2021-04-30T02:04:48.815Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-30T02:04:48.932Z] Sending build context to Docker daemon 34.86MB [2021-04-30T02:04:48.932Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T02:04:48.932Z] Step 2/8 : FROM ${BASE} [2021-04-30T02:04:48.932Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-30T02:04:48.932Z] 540db60ca938: Pulling fs layer [2021-04-30T02:04:48.932Z] adcc1eea9eea: Pulling fs layer [2021-04-30T02:04:48.932Z] 4c4ab2625f07: Pulling fs layer [2021-04-30T02:04:48.932Z] 0510c868ecb4: Pulling fs layer [2021-04-30T02:04:48.932Z] afea3b2eda06: Pulling fs layer [2021-04-30T02:04:48.932Z] 7809a108b3ef: Pulling fs layer [2021-04-30T02:04:48.932Z] f706445af74f: Pulling fs layer [2021-04-30T02:04:48.932Z] 7809a108b3ef: Waiting [2021-04-30T02:04:48.932Z] afea3b2eda06: Waiting [2021-04-30T02:04:48.932Z] 0510c868ecb4: Waiting [2021-04-30T02:04:48.932Z] 4c4ab2625f07: Verifying Checksum [2021-04-30T02:04:48.932Z] 4c4ab2625f07: Download complete [2021-04-30T02:04:49.088Z] ---> Running in 3584f93e8e11 [2021-04-30T02:04:49.205Z] adcc1eea9eea: Verifying Checksum [2021-04-30T02:04:49.205Z] adcc1eea9eea: Download complete [2021-04-30T02:04:49.205Z] afea3b2eda06: Verifying Checksum [2021-04-30T02:04:49.205Z] afea3b2eda06: Download complete [2021-04-30T02:04:49.205Z] 540db60ca938: Download complete [2021-04-30T02:04:49.205Z] 7809a108b3ef: Verifying Checksum [2021-04-30T02:04:49.205Z] 7809a108b3ef: Download complete [2021-04-30T02:04:49.467Z] 540db60ca938: Pull complete [2021-04-30T02:04:49.690Z] Removing intermediate container 3584f93e8e11 [2021-04-30T02:04:49.690Z] ---> 08dacabc4df8 [2021-04-30T02:04:49.690Z] Step 7/8 : COPY . . [2021-04-30T02:04:49.729Z] adcc1eea9eea: Pull complete [2021-04-30T02:04:49.729Z] 4c4ab2625f07: Pull complete [2021-04-30T02:04:50.685Z] f706445af74f: Verifying Checksum [2021-04-30T02:04:50.685Z] f706445af74f: Download complete [2021-04-30T02:04:52.081Z] 0510c868ecb4: Download complete [2021-04-30T02:04:53.070Z] ---> d7c764af6b67 [2021-04-30T02:04:53.070Z] Step 8/8 : RUN go mod download [2021-04-30T02:04:53.070Z] ---> Running in cd6aec393ed9 [2021-04-30T02:04:57.412Z] 0510c868ecb4: Pull complete [2021-04-30T02:04:57.412Z] afea3b2eda06: Pull complete [2021-04-30T02:04:57.412Z] 7809a108b3ef: Pull complete [2021-04-30T02:05:04.338Z] f706445af74f: Pull complete [2021-04-30T02:05:04.338Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-04-30T02:05:04.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-04-30T02:05:04.338Z] ---> b068be0155e3 [2021-04-30T02:05:04.338Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-30T02:05:04.915Z] ---> Running in 77eea434e09d [2021-04-30T02:05:05.178Z] Removing intermediate container 77eea434e09d [2021-04-30T02:05:05.178Z] ---> e0cce5c1977e [2021-04-30T02:05:05.178Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T02:05:05.451Z] ---> Running in a675879c2003 [2021-04-30T02:05:06.406Z] Removing intermediate container a675879c2003 [2021-04-30T02:05:06.406Z] ---> 7bbd87d98887 [2021-04-30T02:05:06.406Z] Step 5/8 : RUN apk add --no-cache make git [2021-04-30T02:05:06.406Z] ---> Running in 4f471d4b2868 [2021-04-30T02:05:07.354Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T02:05:10.669Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T02:05:14.889Z] OK: 149 MiB in 40 packages [2021-04-30T02:05:14.889Z] Removing intermediate container 4f471d4b2868 [2021-04-30T02:05:14.889Z] ---> 2c7f90bf48ee [2021-04-30T02:05:14.889Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-04-30T02:05:14.889Z] ---> Running in 61a11af3bc76 [2021-04-30T02:05:15.153Z] Removing intermediate container 61a11af3bc76 [2021-04-30T02:05:15.153Z] ---> d53d0cf8a1da [2021-04-30T02:05:15.153Z] Step 7/8 : COPY . . [2021-04-30T02:05:18.479Z] ---> 97909ba1c1f0 [2021-04-30T02:05:18.479Z] Step 8/8 : RUN go mod download [2021-04-30T02:05:18.479Z] ---> Running in aa52889bf25b [2021-04-30T02:05:25.406Z] Removing intermediate container cd6aec393ed9 [2021-04-30T02:05:25.406Z] ---> 3df1fa9a44ce [2021-04-30T02:05:25.406Z] Successfully built 3df1fa9a44ce [2021-04-30T02:05:25.406Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:05:25.749Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T02:05:25.750Z] . [Pipeline] withDockerContainer [2021-04-30T02:05:26.032Z] prd-ubuntu18.04-docker-arm64-4c-16g-2465 does not seem to be running inside a container [2021-04-30T02:05:26.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/102 -v /w/workspace/edgex-ui-go/102:/w/workspace/edgex-ui-go/102:rw,z -v /w/workspace/edgex-ui-go/102@tmp:/w/workspace/edgex-ui-go/102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-30T02:05:27.596Z] $ docker top bff5b95d70c5d44dd96fd65c8536ff373ab8c3f8cdb545d3f80e671703f1d42d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T02:05:28.510Z] + go version [2021-04-30T02:05:28.510Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-04-30T02:05:28.535Z] $ docker stop --time=1 bff5b95d70c5d44dd96fd65c8536ff373ab8c3f8cdb545d3f80e671703f1d42d [2021-04-30T02:05:30.421Z] $ docker rm -f bff5b95d70c5d44dd96fd65c8536ff373ab8c3f8cdb545d3f80e671703f1d42d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:05:31.066Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T02:05:31.066Z] . [Pipeline] withDockerContainer [2021-04-30T02:05:31.303Z] prd-ubuntu18.04-docker-arm64-4c-16g-2465 does not seem to be running inside a container [2021-04-30T02:05:31.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/102 -v /w/workspace/edgex-ui-go/102:/w/workspace/edgex-ui-go/102:rw,z -v /w/workspace/edgex-ui-go/102@tmp:/w/workspace/edgex-ui-go/102@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-30T02:05:32.815Z] $ docker top b710fbc09b51ddbcd950f98c41b4d10b16b10648aea10351fba63330cd086d76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T02:05:33.777Z] + go mod tidy [Pipeline] sh [2021-04-30T02:05:35.032Z] + make test [2021-04-30T02:05:35.032Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-30T02:05:36.485Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-30T02:05:45.110Z] Removing intermediate container aa52889bf25b [2021-04-30T02:05:45.110Z] ---> 7d076f60a92a [2021-04-30T02:05:45.110Z] Successfully built 7d076f60a92a [2021-04-30T02:05:45.110Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:05:45.437Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T02:05:45.437Z] . [Pipeline] withDockerContainer [2021-04-30T02:05:45.548Z] prd-centos7-docker-4c-2g-2467 does not seem to be running inside a container [2021-04-30T02:05:45.595Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/102 -v /w/workspace/edgex-ui-go/102:/w/workspace/edgex-ui-go/102:rw,z -v /w/workspace/edgex-ui-go/102@tmp:/w/workspace/edgex-ui-go/102@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-30T02:05:46.425Z] $ docker top 4d2e799b33d9b38821139e6fe1ecdf1f036f229a209c3e5855278a2db0d3f766 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T02:05:46.903Z] + go version [2021-04-30T02:05:46.903Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-04-30T02:05:46.919Z] $ docker stop --time=1 4d2e799b33d9b38821139e6fe1ecdf1f036f229a209c3e5855278a2db0d3f766 [2021-04-30T02:05:48.268Z] $ docker rm -f 4d2e799b33d9b38821139e6fe1ecdf1f036f229a209c3e5855278a2db0d3f766 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:05:48.783Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T02:05:48.783Z] . [Pipeline] withDockerContainer [2021-04-30T02:05:48.881Z] prd-centos7-docker-4c-2g-2467 does not seem to be running inside a container [2021-04-30T02:05:48.926Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/102 -v /w/workspace/edgex-ui-go/102:/w/workspace/edgex-ui-go/102:rw,z -v /w/workspace/edgex-ui-go/102@tmp:/w/workspace/edgex-ui-go/102@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-30T02:05:49.918Z] $ docker top 4399db3275851d70d15ac0401e8bef5caabea06fd85a4e30990394483590669a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T02:05:50.331Z] + go mod tidy [Pipeline] sh [2021-04-30T02:05:51.575Z] + make test [2021-04-30T02:05:51.575Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-30T02:05:52.533Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-30T02:06:04.910Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-30T02:06:04.910Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-04-30T02:06:10.445Z] $ docker stop --time=1 4399db3275851d70d15ac0401e8bef5caabea06fd85a4e30990394483590669a [2021-04-30T02:06:12.761Z] $ docker rm -f 4399db3275851d70d15ac0401e8bef5caabea06fd85a4e30990394483590669a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T02:06:13.262Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-30T02:06:13.662Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-04-30T02:06:16.297Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-04-30T02:06:16.297Z] GO111MODULE=on go vet ./... [Pipeline] sh [2021-04-30T02:06:16.897Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-30T02:06:17.203Z] + ls -al . [2021-04-30T02:06:17.203Z] total 92 [2021-04-30T02:06:17.203Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 30 02:05 . [2021-04-30T02:06:17.203Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 30 02:04 .. [2021-04-30T02:06:17.203Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 30 02:04 assets [2021-04-30T02:06:17.203Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 30 02:04 bin [2021-04-30T02:06:17.203Z] drwxrwxr-x. 3 jenkins jenkins 29 Apr 30 02:04 cmd [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 3959 Apr 30 02:04 CONTRIBUTING.md [2021-04-30T02:06:17.203Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 30 02:05 coverage.out [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 1508 Apr 30 02:04 Dockerfile [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 902 Apr 30 02:04 Dockerfile.build [2021-04-30T02:06:17.203Z] drwxrwxr-x. 5 jenkins jenkins 104 Apr 30 02:04 docs [2021-04-30T02:06:17.203Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 30 02:04 .git [2021-04-30T02:06:17.203Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 30 02:04 .github [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 162 Apr 30 02:04 .gitignore [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 30 02:04 go.mod [2021-04-30T02:06:17.203Z] -rw-r--r--. 1 jenkins jenkins 24424 Apr 30 02:05 go.sum [2021-04-30T02:06:17.203Z] drwxrwxr-x. 10 jenkins jenkins 139 Apr 30 02:04 internal [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 652 Apr 30 02:04 Jenkinsfile [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 11357 Apr 30 02:04 LICENSE [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 951 Apr 30 02:04 Makefile [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 6012 Apr 30 02:04 README.md [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 30 02:01 VERSION [2021-04-30T02:06:17.203Z] -rw-rw-r--. 1 jenkins jenkins 155 Apr 30 02:04 version.go [2021-04-30T02:06:17.203Z] drwxrwxr-x. 4 jenkins jenkins 4096 Apr 30 02:04 web [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:17.515Z] + 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=04b0f6bd99ac4c41b775e35a853e223317861906 --label arch=amd64 --label version=2.0.0-dev.43 . [2021-04-30T02:06:18.090Z] Sending build context to Docker daemon 34.89MB [2021-04-30T02:06:18.090Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T02:06:18.090Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-30T02:06:18.090Z] ---> 7d076f60a92a [2021-04-30T02:06:18.090Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-30T02:06:18.664Z] ---> Running in 62afa9016d15 [2021-04-30T02:06:18.927Z] Removing intermediate container 62afa9016d15 [2021-04-30T02:06:18.927Z] ---> 539dbb6d832c [2021-04-30T02:06:18.927Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-30T02:06:18.927Z] ---> Running in d72f1bd715ac [2021-04-30T02:06:19.190Z] Removing intermediate container d72f1bd715ac [2021-04-30T02:06:19.190Z] ---> f0c43ac617a0 [2021-04-30T02:06:19.190Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-30T02:06:19.190Z] ---> Running in a64e0f4bd633 [2021-04-30T02:06:19.452Z] Removing intermediate container a64e0f4bd633 [2021-04-30T02:06:19.452Z] ---> 5acba7fa8a67 [2021-04-30T02:06:19.452Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-30T02:06:19.453Z] ---> Running in 86eb530914b5 [2021-04-30T02:06:19.717Z] Removing intermediate container 86eb530914b5 [2021-04-30T02:06:19.717Z] ---> 3a151343a01d [2021-04-30T02:06:19.717Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-30T02:06:19.717Z] ---> Running in 72a57ff45904 [2021-04-30T02:06:19.717Z] Removing intermediate container 72a57ff45904 [2021-04-30T02:06:19.717Z] ---> c507435bd2b2 [2021-04-30T02:06:19.717Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T02:06:19.980Z] ---> Running in a59b19648263 [2021-04-30T02:06:20.926Z] Removing intermediate container a59b19648263 [2021-04-30T02:06:20.926Z] ---> 4fb8fab72b0e [2021-04-30T02:06:20.926Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-30T02:06:20.926Z] ---> Running in ef0271a863ce [2021-04-30T02:06:21.188Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T02:06:22.134Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T02:06:22.707Z] OK: 149 MiB in 40 packages [2021-04-30T02:06:22.969Z] Removing intermediate container ef0271a863ce [2021-04-30T02:06:22.969Z] ---> 76c6b1915700 [2021-04-30T02:06:22.969Z] Step 10/24 : ENV GO111MODULE=on [2021-04-30T02:06:22.969Z] ---> Running in e6dd3f6ad6f4 [2021-04-30T02:06:23.231Z] Removing intermediate container e6dd3f6ad6f4 [2021-04-30T02:06:23.231Z] ---> b1cb16fa2477 [2021-04-30T02:06:23.231Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-30T02:06:23.231Z] ---> Running in 463a2efe110f [2021-04-30T02:06:23.494Z] Removing intermediate container 463a2efe110f [2021-04-30T02:06:23.494Z] ---> 437eb506998e [2021-04-30T02:06:23.494Z] Step 12/24 : COPY go.mod . [2021-04-30T02:06:23.762Z] ---> 2d554509c143 [2021-04-30T02:06:23.762Z] Step 13/24 : COPY Makefile . [2021-04-30T02:06:24.027Z] ---> 29c3e3703081 [2021-04-30T02:06:24.027Z] Step 14/24 : RUN make update [2021-04-30T02:06:24.027Z] ---> Running in cc49aa215305 [2021-04-30T02:06:24.604Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-30T02:06:25.185Z] Removing intermediate container cc49aa215305 [2021-04-30T02:06:25.185Z] ---> 972b20f2f9f2 [2021-04-30T02:06:25.185Z] Step 15/24 : COPY . . [2021-04-30T02:06:27.744Z] ---> 44e5c73289fc [2021-04-30T02:06:27.744Z] Step 16/24 : RUN ${MAKE} [2021-04-30T02:06:27.744Z] ---> Running in 06e1d5e6b82a [2021-04-30T02:06:28.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.43" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [Pipeline] } [2021-04-30T02:06:31.451Z] $ docker stop --time=1 b710fbc09b51ddbcd950f98c41b4d10b16b10648aea10351fba63330cd086d76 [2021-04-30T02:06:33.452Z] $ docker rm -f b710fbc09b51ddbcd950f98c41b4d10b16b10648aea10351fba63330cd086d76 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T02:06:34.209Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-30T02:06:34.230Z] Warning: overwriting stash ‘coverage-report’ [2021-04-30T02:06:35.250Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T02:06:35.722Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-30T02:06:36.072Z] + ls -al . [2021-04-30T02:06:36.072Z] total 124 [2021-04-30T02:06:36.072Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 30 02:05 . [2021-04-30T02:06:36.072Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 30 02:03 .. [2021-04-30T02:06:36.072Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 30 02:04 .git [2021-04-30T02:06:36.072Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 02:04 .github [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 162 Apr 30 02:04 .gitignore [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 30 02:04 CONTRIBUTING.md [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 1508 Apr 30 02:04 Dockerfile [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 902 Apr 30 02:04 Dockerfile.build [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 30 02:04 Jenkinsfile [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 30 02:04 LICENSE [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 951 Apr 30 02:04 Makefile [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 6012 Apr 30 02:04 README.md [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 30 02:01 VERSION [2021-04-30T02:06:36.072Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 30 02:04 assets [2021-04-30T02:06:36.072Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 30 02:04 bin [2021-04-30T02:06:36.072Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 30 02:04 cmd [2021-04-30T02:06:36.072Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 30 02:05 coverage.out [2021-04-30T02:06:36.072Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 30 02:04 docs [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 30 02:04 go.mod [2021-04-30T02:06:36.072Z] -rw-r--r-- 1 jenkins jenkins 24424 Apr 30 02:05 go.sum [2021-04-30T02:06:36.072Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 30 02:04 internal [2021-04-30T02:06:36.072Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 30 02:04 version.go [2021-04-30T02:06:36.072Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 30 02:04 web [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:36.585Z] + 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=04b0f6bd99ac4c41b775e35a853e223317861906 --label arch=arm64 --label version=2.0.0-dev.43 . [2021-04-30T02:06:37.632Z] Sending build context to Docker daemon 34.89MB [2021-04-30T02:06:37.632Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T02:06:37.632Z] Step 2/24 : FROM ${BASE} AS builder [2021-04-30T02:06:37.632Z] ---> 3df1fa9a44ce [2021-04-30T02:06:37.632Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-04-30T02:06:38.227Z] ---> Running in 3bc07d6f6591 [2021-04-30T02:06:38.538Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-30T02:06:38.819Z] Removing intermediate container 3bc07d6f6591 [2021-04-30T02:06:38.819Z] ---> f80f0a65e6c6 [2021-04-30T02:06:38.819Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-04-30T02:06:38.819Z] ---> Running in 81378247e629 [2021-04-30T02:06:39.415Z] Removing intermediate container 81378247e629 [2021-04-30T02:06:39.415Z] ---> 2ce591d5cbde [2021-04-30T02:06:39.415Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-04-30T02:06:39.415Z] ---> Running in 3cf60e2dec19 [2021-04-30T02:06:40.008Z] Removing intermediate container 3cf60e2dec19 [2021-04-30T02:06:40.008Z] ---> aa84e36f9f78 [2021-04-30T02:06:40.008Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-04-30T02:06:40.008Z] ---> Running in 83fdccd8c338 [2021-04-30T02:06:40.602Z] Removing intermediate container 83fdccd8c338 [2021-04-30T02:06:40.602Z] ---> 81a700e92624 [2021-04-30T02:06:40.602Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-04-30T02:06:40.602Z] ---> Running in 88ce2a19760d [2021-04-30T02:06:41.092Z] Removing intermediate container 06e1d5e6b82a [2021-04-30T02:06:41.092Z] ---> fd1b32fe2355 [2021-04-30T02:06:41.092Z] Step 17/24 : FROM alpine:3.12 [2021-04-30T02:06:41.092Z] 3.12: Pulling from library/alpine [2021-04-30T02:06:41.092Z] 339de151aab4: Pulling fs layer [2021-04-30T02:06:41.197Z] Removing intermediate container 88ce2a19760d [2021-04-30T02:06:41.197Z] ---> 55d5dd2de178 [2021-04-30T02:06:41.197Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T02:06:41.197Z] ---> Running in 8f3e3d4e0b41 [2021-04-30T02:06:41.354Z] 339de151aab4: Verifying Checksum [2021-04-30T02:06:41.354Z] 339de151aab4: Download complete [2021-04-30T02:06:41.617Z] 339de151aab4: Pull complete [2021-04-30T02:06:41.617Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T02:06:41.617Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T02:06:41.617Z] ---> 13621d1b12d4 [2021-04-30T02:06:41.617Z] Step 18/24 : EXPOSE 4000 [2021-04-30T02:06:41.617Z] ---> Running in 2d51ad1f9cfd [2021-04-30T02:06:41.878Z] Removing intermediate container 2d51ad1f9cfd [2021-04-30T02:06:41.878Z] ---> aa60626737d3 [2021-04-30T02:06:41.878Z] 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-30T02:06:43.176Z] Removing intermediate container 8f3e3d4e0b41 [2021-04-30T02:06:43.176Z] ---> 92975937e4e9 [2021-04-30T02:06:43.176Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-30T02:06:43.176Z] ---> Running in 1a37ea38460c [2021-04-30T02:06:43.270Z] ---> 465e45e62949 [2021-04-30T02:06:43.270Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-30T02:06:43.270Z] ---> Running in c0aec729beab [2021-04-30T02:06:43.532Z] Removing intermediate container c0aec729beab [2021-04-30T02:06:43.532Z] ---> 2713dad1fcd6 [2021-04-30T02:06:43.532Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-30T02:06:43.532Z] ---> Running in 15901f5f1398 [2021-04-30T02:06:43.793Z] Removing intermediate container 15901f5f1398 [2021-04-30T02:06:43.793Z] ---> 8606a1d6102b [2021-04-30T02:06:43.793Z] Step 22/24 : LABEL arch=amd64 [2021-04-30T02:06:43.793Z] ---> Running in 6f2f6fbd7a0b [2021-04-30T02:06:44.056Z] Removing intermediate container 6f2f6fbd7a0b [2021-04-30T02:06:44.056Z] ---> df9c7610fc9c [2021-04-30T02:06:44.056Z] Step 23/24 : LABEL git_sha=04b0f6bd99ac4c41b775e35a853e223317861906 [2021-04-30T02:06:44.056Z] ---> Running in 0c82e12a1fdf [2021-04-30T02:06:44.159Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T02:06:44.317Z] Removing intermediate container 0c82e12a1fdf [2021-04-30T02:06:44.318Z] ---> 542a7b8e1f6b [2021-04-30T02:06:44.318Z] Step 24/24 : LABEL version=2.0.0-dev.43 [2021-04-30T02:06:44.318Z] ---> Running in 921006766b97 [2021-04-30T02:06:44.579Z] Removing intermediate container 921006766b97 [2021-04-30T02:06:44.579Z] ---> f2a12d49654d [2021-04-30T02:06:44.579Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-30T02:06:44.579Z] Successfully built f2a12d49654d [2021-04-30T02:06:44.579Z] 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-30T02:06:44.726Z] provisioning config files... [2021-04-30T02:06:44.766Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/102@tmp/config7185525791883054227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:06:45.092Z] ---> docker-login.sh [2021-04-30T02:06:45.092Z] nexus3.edgexfoundry.org:10001 [2021-04-30T02:06:45.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:06:45.137Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T02:06:45.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:06:45.356Z] Configure a credential helper to remove this warning. See [2021-04-30T02:06:45.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:06:45.356Z] [2021-04-30T02:06:45.356Z] Login Succeeded [2021-04-30T02:06:45.356Z] nexus3.edgexfoundry.org:10002 [2021-04-30T02:06:45.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:06:45.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:06:45.356Z] Configure a credential helper to remove this warning. See [2021-04-30T02:06:45.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:06:45.356Z] [2021-04-30T02:06:45.356Z] Login Succeeded [2021-04-30T02:06:45.356Z] nexus3.edgexfoundry.org:10003 [2021-04-30T02:06:45.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:06:45.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:06:45.618Z] Configure a credential helper to remove this warning. See [2021-04-30T02:06:45.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:06:45.618Z] [2021-04-30T02:06:45.618Z] Login Succeeded [2021-04-30T02:06:45.618Z] nexus3.edgexfoundry.org:10004 [2021-04-30T02:06:45.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:06:45.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:06:45.882Z] Configure a credential helper to remove this warning. See [2021-04-30T02:06:45.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:06:45.882Z] [2021-04-30T02:06:45.882Z] Login Succeeded [2021-04-30T02:06:45.882Z] docker.io [2021-04-30T02:06:45.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:06:46.106Z] OK: 138 MiB in 40 packages [2021-04-30T02:06:46.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:06:46.143Z] Configure a credential helper to remove this warning. See [2021-04-30T02:06:46.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:06:46.143Z] [2021-04-30T02:06:46.143Z] Login Succeeded [2021-04-30T02:06:46.143Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T02:06:46.154Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-30T02:06:46.225Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-04-30T02:06:46.225Z] 04b0f6bd99ac4c41b775e35a853e223317861906 [2021-04-30T02:06:46.225Z] latest [2021-04-30T02:06:46.225Z] 2.0.0-dev.43 [2021-04-30T02:06:46.225Z] 04b0f6bd99ac4c41b775e35a853e223317861906-2.0.0-dev.43 [2021-04-30T02:06:46.225Z] master [2021-04-30T02:06:46.225Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:46.581Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:04b0f6bd99ac4c41b775e35a853e223317861906 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:46.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:04b0f6bd99ac4c41b775e35a853e223317861906 [2021-04-30T02:06:46.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-30T02:06:46.885Z] 60f6113c206e: Preparing [2021-04-30T02:06:46.885Z] 32f366d666a5: Preparing [2021-04-30T02:06:46.885Z] 32f366d666a5: Layer already exists [2021-04-30T02:06:47.085Z] Removing intermediate container 1a37ea38460c [2021-04-30T02:06:47.085Z] ---> 36c9a444dfc1 [2021-04-30T02:06:47.085Z] Step 10/24 : ENV GO111MODULE=on [2021-04-30T02:06:47.085Z] ---> Running in ecd3c83141d1 [2021-04-30T02:06:47.684Z] Removing intermediate container ecd3c83141d1 [2021-04-30T02:06:47.684Z] ---> e14010f0aa73 [2021-04-30T02:06:47.684Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-04-30T02:06:47.684Z] ---> Running in fd1cdf511cbc [2021-04-30T02:06:48.280Z] Removing intermediate container fd1cdf511cbc [2021-04-30T02:06:48.280Z] ---> 3e6639caa6b7 [2021-04-30T02:06:48.280Z] Step 12/24 : COPY go.mod . [2021-04-30T02:06:48.876Z] ---> 8bd7f2d2ca9f [2021-04-30T02:06:48.876Z] Step 13/24 : COPY Makefile . [2021-04-30T02:06:49.448Z] 60f6113c206e: Pushed [2021-04-30T02:06:49.448Z] 04b0f6bd99ac4c41b775e35a853e223317861906: digest: sha256:b450668f476f1bf129bb0a18c388a37ce63960b96a1087a5e57709b0380eb324 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:49.761Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:49.852Z] ---> 8b003b638b71 [2021-04-30T02:06:49.852Z] Step 14/24 : RUN make update [2021-04-30T02:06:49.852Z] ---> Running in 85d3712f4fbf [2021-04-30T02:06:50.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-30T02:06:50.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-30T02:06:50.088Z] 60f6113c206e: Preparing [2021-04-30T02:06:50.088Z] 32f366d666a5: Preparing [2021-04-30T02:06:50.088Z] 32f366d666a5: Layer already exists [2021-04-30T02:06:50.088Z] 60f6113c206e: Layer already exists [2021-04-30T02:06:50.088Z] latest: digest: sha256:b450668f476f1bf129bb0a18c388a37ce63960b96a1087a5e57709b0380eb324 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:50.398Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:50.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.43 [2021-04-30T02:06:50.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-30T02:06:50.699Z] 60f6113c206e: Preparing [2021-04-30T02:06:50.699Z] 32f366d666a5: Preparing [2021-04-30T02:06:50.699Z] 60f6113c206e: Layer already exists [2021-04-30T02:06:50.699Z] 32f366d666a5: Layer already exists [2021-04-30T02:06:50.699Z] 2.0.0-dev.43: digest: sha256:b450668f476f1bf129bb0a18c388a37ce63960b96a1087a5e57709b0380eb324 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:50.828Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-04-30T02:06:51.007Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:04b0f6bd99ac4c41b775e35a853e223317861906-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:51.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:04b0f6bd99ac4c41b775e35a853e223317861906-2.0.0-dev.43 [2021-04-30T02:06:51.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-30T02:06:51.307Z] 60f6113c206e: Preparing [2021-04-30T02:06:51.307Z] 32f366d666a5: Preparing [2021-04-30T02:06:51.307Z] 60f6113c206e: Layer already exists [2021-04-30T02:06:51.307Z] 32f366d666a5: Layer already exists [2021-04-30T02:06:51.307Z] 04b0f6bd99ac4c41b775e35a853e223317861906-2.0.0-dev.43: digest: sha256:b450668f476f1bf129bb0a18c388a37ce63960b96a1087a5e57709b0380eb324 size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:51.615Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:06:51.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-04-30T02:06:51.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-04-30T02:06:51.918Z] 60f6113c206e: Preparing [2021-04-30T02:06:51.918Z] 32f366d666a5: Preparing [2021-04-30T02:06:51.918Z] 60f6113c206e: Layer already exists [2021-04-30T02:06:51.918Z] 32f366d666a5: Layer already exists [2021-04-30T02:06:51.918Z] master: digest: sha256:b450668f476f1bf129bb0a18c388a37ce63960b96a1087a5e57709b0380eb324 size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-30T02:06:51.978Z] ===================================================== [Pipeline] echo [2021-04-30T02:06:51.996Z] taggedImages: [2021-04-30T02:06:51.996Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:04b0f6bd99ac4c41b775e35a853e223317861906 [2021-04-30T02:06:51.996Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-04-30T02:06:51.996Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.43 [2021-04-30T02:06:51.996Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:04b0f6bd99ac4c41b775e35a853e223317861906-2.0.0-dev.43 [2021-04-30T02:06:51.996Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [2021-04-30T02:06:52.251Z] Removing intermediate container 85d3712f4fbf [2021-04-30T02:06:52.251Z] ---> c66a0763ee3a [2021-04-30T02:06:52.251Z] Step 15/24 : COPY . . [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:06:52.576Z] ---> job-cost.sh [2021-04-30T02:06:52.576Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-564k [2021-04-30T02:06:55.652Z] ---> 250e098d3881 [2021-04-30T02:06:55.653Z] Step 16/24 : RUN ${MAKE} [2021-04-30T02:06:55.653Z] ---> Running in 939ead6f4a94 [2021-04-30T02:06:56.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.43" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-04-30T02:07:07.512Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-30T02:07:23.432Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-30T02:07:27.750Z] Removing intermediate container 939ead6f4a94 [2021-04-30T02:07:27.750Z] ---> e4e275167f1f [2021-04-30T02:07:27.750Z] Step 17/24 : FROM alpine:3.12 [2021-04-30T02:07:28.020Z] 3.12: Pulling from library/alpine [2021-04-30T02:07:28.020Z] d2f70382dc9a: Pulling fs layer [2021-04-30T02:07:28.299Z] d2f70382dc9a: Verifying Checksum [2021-04-30T02:07:28.902Z] d2f70382dc9a: Pull complete [2021-04-30T02:07:28.902Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T02:07:28.902Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T02:07:28.902Z] ---> 9852663dfa18 [2021-04-30T02:07:28.902Z] Step 18/24 : EXPOSE 4000 [2021-04-30T02:07:29.175Z] ---> Running in 6051807cb781 [2021-04-30T02:07:29.768Z] Removing intermediate container 6051807cb781 [2021-04-30T02:07:29.768Z] ---> d10986dfb583 [2021-04-30T02:07:29.768Z] 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-30T02:07:31.737Z] ---> 3e79d52734bc [2021-04-30T02:07:31.737Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-04-30T02:07:32.007Z] ---> Running in d7e03c9a54cb [2021-04-30T02:07:32.600Z] Removing intermediate container d7e03c9a54cb [2021-04-30T02:07:32.600Z] ---> 5e3e866216fb [2021-04-30T02:07:32.600Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-04-30T02:07:32.600Z] ---> Running in bcf46902f086 [2021-04-30T02:07:32.877Z] Removing intermediate container bcf46902f086 [2021-04-30T02:07:32.877Z] ---> 833eb47e0a12 [2021-04-30T02:07:32.877Z] Step 22/24 : LABEL arch=arm64 [2021-04-30T02:07:33.150Z] ---> Running in 4ca487ec0d85 [2021-04-30T02:07:33.422Z] Removing intermediate container 4ca487ec0d85 [2021-04-30T02:07:33.422Z] ---> 4fb8eddee94e [2021-04-30T02:07:33.422Z] Step 23/24 : LABEL git_sha=04b0f6bd99ac4c41b775e35a853e223317861906 [2021-04-30T02:07:33.695Z] ---> Running in 6218dc08c83d [2021-04-30T02:07:33.967Z] Removing intermediate container 6218dc08c83d [2021-04-30T02:07:33.967Z] ---> 5ed11886d4ce [2021-04-30T02:07:33.967Z] Step 24/24 : LABEL version=2.0.0-dev.43 [2021-04-30T02:07:34.241Z] ---> Running in 2e6c74842a0a [2021-04-30T02:07:34.513Z] Removing intermediate container 2e6c74842a0a [2021-04-30T02:07:34.513Z] ---> 4a862f183696 [2021-04-30T02:07:34.513Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-30T02:07:34.784Z] Successfully built 4a862f183696 [2021-04-30T02:07:34.784Z] 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-30T02:07:34.947Z] provisioning config files... [2021-04-30T02:07:34.989Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/102@tmp/config8849875002839254599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:07:35.348Z] ---> docker-login.sh [2021-04-30T02:07:35.348Z] nexus3.edgexfoundry.org:10001 [2021-04-30T02:07:35.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:07:35.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:07:35.892Z] Configure a credential helper to remove this warning. See [2021-04-30T02:07:35.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:07:35.892Z] [2021-04-30T02:07:35.892Z] Login Succeeded [2021-04-30T02:07:35.892Z] nexus3.edgexfoundry.org:10002 [2021-04-30T02:07:36.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:07:36.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:07:36.436Z] Configure a credential helper to remove this warning. See [2021-04-30T02:07:36.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:07:36.436Z] [2021-04-30T02:07:36.436Z] Login Succeeded [2021-04-30T02:07:36.436Z] nexus3.edgexfoundry.org:10003 [2021-04-30T02:07:36.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:07:36.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:07:36.981Z] Configure a credential helper to remove this warning. See [2021-04-30T02:07:36.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:07:36.981Z] [2021-04-30T02:07:36.981Z] Login Succeeded [2021-04-30T02:07:36.981Z] nexus3.edgexfoundry.org:10004 [2021-04-30T02:07:37.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:07:37.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:07:37.525Z] Configure a credential helper to remove this warning. See [2021-04-30T02:07:37.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:07:37.525Z] [2021-04-30T02:07:37.525Z] Login Succeeded [2021-04-30T02:07:37.525Z] docker.io [2021-04-30T02:07:37.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T02:07:38.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T02:07:38.066Z] Configure a credential helper to remove this warning. See [2021-04-30T02:07:38.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T02:07:38.066Z] [2021-04-30T02:07:38.066Z] Login Succeeded [2021-04-30T02:07:38.066Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T02:07:38.082Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-30T02:07:38.173Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-04-30T02:07:38.173Z] 04b0f6bd99ac4c41b775e35a853e223317861906 [2021-04-30T02:07:38.173Z] latest [2021-04-30T02:07:38.173Z] 2.0.0-dev.43 [2021-04-30T02:07:38.173Z] 04b0f6bd99ac4c41b775e35a853e223317861906-2.0.0-dev.43 [2021-04-30T02:07:38.173Z] master [2021-04-30T02:07:38.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:07:38.549Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:04b0f6bd99ac4c41b775e35a853e223317861906 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:07:38.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:04b0f6bd99ac4c41b775e35a853e223317861906 [2021-04-30T02:07:38.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-30T02:07:38.885Z] 58fd79ffa675: Preparing [2021-04-30T02:07:38.885Z] 3fbe34a1663b: Preparing [2021-04-30T02:07:39.161Z] 3fbe34a1663b: Layer already exists [2021-04-30T02:07:39.675Z] lf-activate-venv(): INFO: Adding /tmp/venv-564k/bin to PATH [2021-04-30T02:07:39.675Z] INFO: No Stack... [2021-04-30T02:07:39.675Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-30T02:07:39.675Z] INFO: Archiving Costs [Pipeline] sh [2021-04-30T02:07:39.986Z] + cat /w/workspace/edgex-ui-go/102/archives/cost.csv [2021-04-30T02:07:39.986Z] + cut -d, -f6 [Pipeline] lock [2021-04-30T02:07:40.094Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-102-stack-cost] [2021-04-30T02:07:40.103Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-102-stack-cost] did not exist. Created. [2021-04-30T02:07:40.104Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-102-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-30T02:07:40.436Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-30T02:07:40.657Z] Stashed 1 file(s) [Pipeline] } [2021-04-30T02:07:40.669Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-102-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-30T02:07:45.862Z] 58fd79ffa675: Pushed [2021-04-30T02:07:45.862Z] 04b0f6bd99ac4c41b775e35a853e223317861906: digest: sha256:e66879c7cf00401bd6c3e5fa12dd86df713ee14dab23004550a23e77dbe9a0ef size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:07:46.204Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:07:46.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-30T02:07:46.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-30T02:07:46.538Z] 58fd79ffa675: Preparing [2021-04-30T02:07:46.538Z] 3fbe34a1663b: Preparing [2021-04-30T02:07:46.538Z] 58fd79ffa675: Layer already exists [2021-04-30T02:07:46.538Z] 3fbe34a1663b: Layer already exists [2021-04-30T02:07:46.809Z] latest: digest: sha256:e66879c7cf00401bd6c3e5fa12dd86df713ee14dab23004550a23e77dbe9a0ef size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:07:47.148Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:07:47.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.43 [2021-04-30T02:07:47.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-30T02:07:47.482Z] 58fd79ffa675: Preparing [2021-04-30T02:07:47.482Z] 3fbe34a1663b: Preparing [2021-04-30T02:07:47.482Z] 3fbe34a1663b: Layer already exists [2021-04-30T02:07:47.482Z] 58fd79ffa675: Layer already exists [2021-04-30T02:07:47.752Z] 2.0.0-dev.43: digest: sha256:e66879c7cf00401bd6c3e5fa12dd86df713ee14dab23004550a23e77dbe9a0ef size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:07:48.093Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:04b0f6bd99ac4c41b775e35a853e223317861906-2.0.0-dev.43 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:07:48.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:04b0f6bd99ac4c41b775e35a853e223317861906-2.0.0-dev.43 [2021-04-30T02:07:48.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-30T02:07:48.432Z] 58fd79ffa675: Preparing [2021-04-30T02:07:48.432Z] 3fbe34a1663b: Preparing [2021-04-30T02:07:48.432Z] 3fbe34a1663b: Layer already exists [2021-04-30T02:07:48.432Z] 58fd79ffa675: Layer already exists [2021-04-30T02:07:48.702Z] 04b0f6bd99ac4c41b775e35a853e223317861906-2.0.0-dev.43: digest: sha256:e66879c7cf00401bd6c3e5fa12dd86df713ee14dab23004550a23e77dbe9a0ef size: 740 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:07:49.045Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:07:49.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-04-30T02:07:49.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-04-30T02:07:49.379Z] 58fd79ffa675: Preparing [2021-04-30T02:07:49.379Z] 3fbe34a1663b: Preparing [2021-04-30T02:07:49.649Z] 58fd79ffa675: Layer already exists [2021-04-30T02:07:49.649Z] 3fbe34a1663b: Layer already exists [2021-04-30T02:07:49.649Z] master: digest: sha256:e66879c7cf00401bd6c3e5fa12dd86df713ee14dab23004550a23e77dbe9a0ef size: 740 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-30T02:07:49.713Z] ===================================================== [Pipeline] echo [2021-04-30T02:07:49.730Z] taggedImages: [2021-04-30T02:07:49.730Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:04b0f6bd99ac4c41b775e35a853e223317861906 [2021-04-30T02:07:49.730Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-04-30T02:07:49.730Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.43 [2021-04-30T02:07:49.730Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:04b0f6bd99ac4c41b775e35a853e223317861906-2.0.0-dev.43 [2021-04-30T02:07:49.730Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:07:50.129Z] ---> job-cost.sh [2021-04-30T02:07:50.129Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YYCW [2021-04-30T02:08:29.066Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-30T02:09:50.801Z] lf-activate-venv(): INFO: Adding /tmp/venv-YYCW/bin to PATH [2021-04-30T02:09:50.801Z] INFO: No Stack... [2021-04-30T02:09:50.801Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-30T02:09:50.801Z] INFO: Archiving Costs [Pipeline] sh [2021-04-30T02:09:51.148Z] + cat /w/workspace/edgex-ui-go/102/archives/cost.csv [2021-04-30T02:09:51.148Z] + cut -d, -f6 [Pipeline] lock [2021-04-30T02:09:51.264Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-102-stack-cost] [2021-04-30T02:09:51.272Z] Resource [jenkins-edgexfoundry-edgex-ui-go-master-102-stack-cost] did not exist. Created. [2021-04-30T02:09:51.273Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-102-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-30T02:09:51.651Z] /w/workspace/edgex-ui-go/102@tmp/durable-09e889ab/script.sh: 1: /w/workspace/edgex-ui-go/102@tmp/durable-09e889ab/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-30T02:09:52.004Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-30T02:09:52.030Z] Warning: overwriting stash ‘stack-cost’ [2021-04-30T02:09:52.261Z] Stashed 1 file(s) [Pipeline] } [2021-04-30T02:09:52.274Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-102-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-30T02:09:52.967Z] provisioning config files... [2021-04-30T02:09:52.980Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4516435643857738708tmp [Pipeline] { [Pipeline] sh [2021-04-30T02:09:53.309Z] + set +x [2021-04-30T02:09:53.309Z] + curl -s https://codecov.io/bash [2021-04-30T02:09:53.309Z] + bash -s -- [2021-04-30T02:09:53.577Z] [2021-04-30T02:09:53.577Z] _____ _ [2021-04-30T02:09:53.577Z] / ____| | | [2021-04-30T02:09:53.577Z] | | ___ __| | ___ ___ _____ __ [2021-04-30T02:09:53.577Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-30T02:09:53.577Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-30T02:09:53.577Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-30T02:09:53.577Z] Bash-1.0.2 [2021-04-30T02:09:53.577Z] [2021-04-30T02:09:53.577Z] [2021-04-30T02:09:53.577Z] ==> git version 2.24.3 found [2021-04-30T02:09:53.577Z] ==> 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-30T02:09:53.577Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-30T02:09:53.577Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-30T02:09:53.577Z] ==> Jenkins CI detected. [2021-04-30T02:09:53.577Z] project root: . [2021-04-30T02:09:53.577Z] --> token set from env [2021-04-30T02:09:53.577Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-30T02:09:53.577Z] ==> Running gcov in . (disable via -X gcov) [2021-04-30T02:09:53.577Z] ==> Python coveragepy not found [2021-04-30T02:09:53.577Z] ==> Searching for coverage reports in: [2021-04-30T02:09:53.577Z] + . [2021-04-30T02:09:53.577Z] -> Found 1 reports [2021-04-30T02:09:53.577Z] ==> Detecting git/mercurial file structure [2021-04-30T02:09:53.577Z] ==> Reading reports [2021-04-30T02:09:53.577Z] + ./coverage.out bytes=10 [2021-04-30T02:09:53.577Z] ==> Appending adjustments [2021-04-30T02:09:53.577Z] https://docs.codecov.io/docs/fixing-reports [2021-04-30T02:09:53.841Z] + Found adjustments [2021-04-30T02:09:53.841Z] ==> Gzipping contents [2021-04-30T02:09:53.841Z] 4.0K /tmp/codecov.gXpF5e.gz [2021-04-30T02:09:53.841Z] ==> Uploading reports [2021-04-30T02:09:53.841Z] url: https://codecov.io [2021-04-30T02:09:53.841Z] query: branch=master&commit=04b0f6bd99ac4c41b775e35a853e223317861906&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F102%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-30T02:09:53.841Z] -> Pinging Codecov [2021-04-30T02:09:53.841Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=04b0f6bd99ac4c41b775e35a853e223317861906&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F102%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-30T02:09:54.419Z] -> Uploading to [2021-04-30T02:09:54.419Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-30/FB506323287CE973F263BFD2A0EB1F37/04b0f6bd99ac4c41b775e35a853e223317861906/2241c214-7346-4cf0-a5cc-e2682794fafd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210430%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210430T020954Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2b6013666dbc85078668bcdf8c41217f7b898ec1356322b52bf428798d8f07f8 [2021-04-30T02:09:54.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-30T02:09:54.419Z] Dload Upload Total Spent Left Speed [2021-04-30T02:09:54.962Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 6668 --:--:-- --:--:-- --:--:-- 6670 [2021-04-30T02:09:54.962Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/04b0f6bd99ac4c41b775e35a853e223317861906 [Pipeline] } [2021-04-30T02:09:54.972Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-30T02:09:55.671Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-30T02:09:55.708Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:09:56.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-30T02:09:56.024Z] [2021-04-30T02:09:56.024Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:09:56.410Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-30T02:09:56.410Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-30T02:09:56.410Z] 188c0c94c7c5: Pulling fs layer [2021-04-30T02:09:56.410Z] 0ef7d3d256c8: Pulling fs layer [2021-04-30T02:09:56.410Z] de9db76c5a1d: Pulling fs layer [2021-04-30T02:09:56.410Z] 0eba1c9be4d2: Pulling fs layer [2021-04-30T02:09:56.410Z] 0d57e429df01: Pulling fs layer [2021-04-30T02:09:56.410Z] 4e4be7b47b0d: Pulling fs layer [2021-04-30T02:09:56.410Z] e1f770b5df2f: Pulling fs layer [2021-04-30T02:09:56.410Z] 85a0685a4137: Pulling fs layer [2021-04-30T02:09:56.410Z] 4e4be7b47b0d: Waiting [2021-04-30T02:09:56.410Z] e1f770b5df2f: Waiting [2021-04-30T02:09:56.410Z] 85a0685a4137: Waiting [2021-04-30T02:09:56.410Z] 0eba1c9be4d2: Waiting [2021-04-30T02:09:56.410Z] 0d57e429df01: Waiting [2021-04-30T02:09:56.410Z] de9db76c5a1d: Verifying Checksum [2021-04-30T02:09:56.410Z] de9db76c5a1d: Download complete [2021-04-30T02:09:56.410Z] 0ef7d3d256c8: Download complete [2021-04-30T02:09:56.410Z] 0d57e429df01: Verifying Checksum [2021-04-30T02:09:56.410Z] 0d57e429df01: Download complete [2021-04-30T02:09:56.410Z] 4e4be7b47b0d: Verifying Checksum [2021-04-30T02:09:56.410Z] 4e4be7b47b0d: Download complete [2021-04-30T02:09:56.410Z] 188c0c94c7c5: Verifying Checksum [2021-04-30T02:09:56.410Z] 188c0c94c7c5: Download complete [2021-04-30T02:09:57.047Z] 188c0c94c7c5: Pull complete [2021-04-30T02:09:57.047Z] 0ef7d3d256c8: Pull complete [2021-04-30T02:09:57.309Z] de9db76c5a1d: Pull complete [2021-04-30T02:09:58.256Z] e1f770b5df2f: Verifying Checksum [2021-04-30T02:09:58.256Z] e1f770b5df2f: Download complete [2021-04-30T02:10:00.190Z] 0eba1c9be4d2: Verifying Checksum [2021-04-30T02:10:00.190Z] 0eba1c9be4d2: Download complete [2021-04-30T02:10:00.784Z] 85a0685a4137: Verifying Checksum [2021-04-30T02:10:00.784Z] 85a0685a4137: Download complete [2021-04-30T02:10:06.154Z] 0eba1c9be4d2: Pull complete [2021-04-30T02:10:06.154Z] 0d57e429df01: Pull complete [2021-04-30T02:10:06.154Z] 4e4be7b47b0d: Pull complete [2021-04-30T02:10:08.095Z] e1f770b5df2f: Pull complete [2021-04-30T02:10:16.320Z] 85a0685a4137: Pull complete [2021-04-30T02:10:16.320Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-30T02:10:16.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-30T02:10:16.320Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-30T02:10:16.563Z] prd-centos7-docker-4c-2g-2464 does not seem to be running inside a container [2021-04-30T02:10:16.621Z] $ 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-30T02:10:17.704Z] $ docker top f43168334b6e01c4a6456b4cbe107bb4d0eae6b7eec075673615bbfe815282bc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-30T02:10:17.909Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-30T02:10:18.207Z] + set -o pipefail [2021-04-30T02:10:18.207Z] + snyk monitor '--org=edgex-jenkins' [2021-04-30T02:10:33.149Z] [2021-04-30T02:10:33.149Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-04-30T02:10:33.149Z] [2021-04-30T02:10:33.149Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/58b45824-a09c-47ce-b034-538b18b46e91 [2021-04-30T02:10:33.149Z] [2021-04-30T02:10:33.149Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-04-30T02:10:33.149Z] [2021-04-30T02:10:33.149Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-30T02:10:33.149Z] [2021-04-30T02:10:33.412Z] [Pipeline] } [2021-04-30T02:10:33.430Z] $ docker stop --time=1 f43168334b6e01c4a6456b4cbe107bb4d0eae6b7eec075673615bbfe815282bc [2021-04-30T02:10:36.495Z] $ docker rm -f f43168334b6e01c4a6456b4cbe107bb4d0eae6b7eec075673615bbfe815282bc [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-30T02:10:37.688Z] + git log --format=format:%s -1 04b0f6bd99ac4c41b775e35a853e223317861906 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:10:38.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T02:10:38.027Z] . [Pipeline] withDockerContainer [2021-04-30T02:10:38.150Z] prd-centos7-docker-4c-2g-2464 does not seem to be running inside a container [2021-04-30T02:10:38.236Z] $ 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-30T02:10:39.255Z] $ docker top 7d2bed2c2deecaa7fd0c064eaa8854266dbefb8cd69d89a4726f8a3165d995ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T02:10:39.410Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T02:10:39.410Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T02:10:39.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T02:10:39.692Z] $ docker exec 7d2bed2c2deecaa7fd0c064eaa8854266dbefb8cd69d89a4726f8a3165d995ff ssh-agent [2021-04-30T02:10:39.885Z] SSH_AUTH_SOCK=/tmp/ssh-fDfavzyCkMg9/agent.13 [2021-04-30T02:10:39.885Z] SSH_AGENT_PID=18 [2021-04-30T02:10:39.893Z] Running ssh-add (command line suppressed) [2021-04-30T02:10:40.028Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1794864020450153863.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1794864020450153863.key) [2021-04-30T02:10:40.087Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T02:10:40.392Z] + git semver tag [2021-04-30T02:10:40.392Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T02:10:40.392Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-30T02:10:40.392Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-30T02:10:40.392Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T02:10:40.392Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T02:10:40.392Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T02:10:40.392Z] # $SEMVER_BRANCH = master [2021-04-30T02:10:40.392Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-30T02:10:40.392Z] # 04b0f6bd99ac4c41b775e35a853e223317861906 HEAD [2021-04-30T02:10:40.392Z] # -> Force: false [2021-04-30T02:10:40.392Z] # 30d82b0b6750d81bbf6105c2da9cd12d22959981 refs/tags/v2.0.0-dev.43 [Pipeline] } [2021-04-30T02:10:40.407Z] $ docker exec --env ******** --env ******** 7d2bed2c2deecaa7fd0c064eaa8854266dbefb8cd69d89a4726f8a3165d995ff ssh-agent -k [2021-04-30T02:10:40.530Z] unset SSH_AUTH_SOCK; [2021-04-30T02:10:40.530Z] unset SSH_AGENT_PID; [2021-04-30T02:10:40.530Z] echo Agent pid 18 killed; [2021-04-30T02:10:40.586Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T02:10:40.930Z] + git semver [Pipeline] } [2021-04-30T02:10:40.952Z] $ docker stop --time=1 7d2bed2c2deecaa7fd0c064eaa8854266dbefb8cd69d89a4726f8a3165d995ff [2021-04-30T02:10:42.322Z] $ docker rm -f 7d2bed2c2deecaa7fd0c064eaa8854266dbefb8cd69d89a4726f8a3165d995ff [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:10:42.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-30T02:10:42.833Z] [2021-04-30T02:10:42.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:10:43.162Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-30T02:10:43.162Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-30T02:10:43.162Z] ab5ef0e58194: Pulling fs layer [2021-04-30T02:10:43.162Z] 9712f1f96733: Pulling fs layer [2021-04-30T02:10:43.162Z] 63f879dbbcfc: Pulling fs layer [2021-04-30T02:10:43.162Z] 0d9ebad4ef96: Pulling fs layer [2021-04-30T02:10:43.162Z] e9a5061849ea: Pulling fs layer [2021-04-30T02:10:43.162Z] d747dcd14b5f: Pulling fs layer [2021-04-30T02:10:43.162Z] 2de7ff778b66: Pulling fs layer [2021-04-30T02:10:43.162Z] e9a5061849ea: Waiting [2021-04-30T02:10:43.162Z] d747dcd14b5f: Waiting [2021-04-30T02:10:43.162Z] 2de7ff778b66: Waiting [2021-04-30T02:10:43.162Z] 0d9ebad4ef96: Waiting [2021-04-30T02:10:43.162Z] 9712f1f96733: Verifying Checksum [2021-04-30T02:10:43.162Z] 9712f1f96733: Download complete [2021-04-30T02:10:44.569Z] 63f879dbbcfc: Verifying Checksum [2021-04-30T02:10:44.569Z] 63f879dbbcfc: Download complete [2021-04-30T02:10:44.838Z] e9a5061849ea: Verifying Checksum [2021-04-30T02:10:44.838Z] e9a5061849ea: Download complete [2021-04-30T02:10:44.838Z] d747dcd14b5f: Verifying Checksum [2021-04-30T02:10:44.838Z] d747dcd14b5f: Download complete [2021-04-30T02:10:45.104Z] 2de7ff778b66: Verifying Checksum [2021-04-30T02:10:45.104Z] 2de7ff778b66: Download complete [2021-04-30T02:10:45.367Z] 0d9ebad4ef96: Verifying Checksum [2021-04-30T02:10:45.367Z] 0d9ebad4ef96: Download complete [2021-04-30T02:10:45.367Z] ab5ef0e58194: Verifying Checksum [2021-04-30T02:10:45.367Z] ab5ef0e58194: Download complete [2021-04-30T02:10:50.685Z] ab5ef0e58194: Pull complete [2021-04-30T02:10:50.948Z] 9712f1f96733: Pull complete [2021-04-30T02:10:54.273Z] 63f879dbbcfc: Pull complete [2021-04-30T02:11:00.938Z] 0d9ebad4ef96: Pull complete [2021-04-30T02:11:03.499Z] e9a5061849ea: Pull complete [2021-04-30T02:11:03.499Z] d747dcd14b5f: Pull complete [2021-04-30T02:11:04.901Z] 2de7ff778b66: Pull complete [2021-04-30T02:11:04.901Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-30T02:11:04.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-30T02:11:04.901Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-30T02:11:05.118Z] prd-centos7-docker-4c-2g-2464 does not seem to be running inside a container [2021-04-30T02:11:05.169Z] $ 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-30T02:11:08.733Z] $ docker top 6d465fb76f3f89ef1fb5f88b164765965a232d602fef5be5c26a196f26015d11 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-30T02:11:09.004Z] provisioning config files... [2021-04-30T02:11:09.017Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1342976125800957389tmp [2021-04-30T02:11:09.034Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4531610650432490234tmp [2021-04-30T02:11:09.050Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3476867909259416124tmp [Pipeline] { [Pipeline] echo [2021-04-30T02:11:09.073Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:11:09.377Z] ---> sigul-configuration.sh [2021-04-30T02:11:09.377Z] gpg: directory `/root/.gnupg' created [2021-04-30T02:11:09.377Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-30T02:11:09.377Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-30T02:11:09.377Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-30T02:11:09.377Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-30T02:11:09.377Z] gpg: CAST5 encrypted data [2021-04-30T02:11:09.639Z] gpg: encrypted with 1 passphrase [2021-04-30T02:11:09.639Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-30T02:11:09.943Z] + mkdir /home/jenkins [2021-04-30T02:11:09.943Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-30T02:11:10.251Z] + 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-30T02:11:10.263Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:11:10.564Z] ---> sigul-install.sh [2021-04-30T02:11:17.238Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-30T02:11:17.555Z] + git tag --list [2021-04-30T02:11:17.555Z] 0.1.1 [2021-04-30T02:11:17.555Z] v1.1.0 [2021-04-30T02:11:17.555Z] v1.2.0 [2021-04-30T02:11:17.555Z] v1.2.1 [2021-04-30T02:11:17.555Z] v1.3.0 [2021-04-30T02:11:17.555Z] v2.0.0-dev.1 [2021-04-30T02:11:17.555Z] v2.0.0-dev.10 [2021-04-30T02:11:17.555Z] v2.0.0-dev.11 [2021-04-30T02:11:17.555Z] v2.0.0-dev.12 [2021-04-30T02:11:17.555Z] v2.0.0-dev.13 [2021-04-30T02:11:17.555Z] v2.0.0-dev.14 [2021-04-30T02:11:17.555Z] v2.0.0-dev.15 [2021-04-30T02:11:17.555Z] v2.0.0-dev.16 [2021-04-30T02:11:17.555Z] v2.0.0-dev.17 [2021-04-30T02:11:17.555Z] v2.0.0-dev.18 [2021-04-30T02:11:17.555Z] v2.0.0-dev.19 [2021-04-30T02:11:17.555Z] v2.0.0-dev.2 [2021-04-30T02:11:17.555Z] v2.0.0-dev.20 [2021-04-30T02:11:17.555Z] v2.0.0-dev.21 [2021-04-30T02:11:17.555Z] v2.0.0-dev.22 [2021-04-30T02:11:17.555Z] v2.0.0-dev.23 [2021-04-30T02:11:17.555Z] v2.0.0-dev.24 [2021-04-30T02:11:17.555Z] v2.0.0-dev.25 [2021-04-30T02:11:17.555Z] v2.0.0-dev.26 [2021-04-30T02:11:17.555Z] v2.0.0-dev.27 [2021-04-30T02:11:17.555Z] v2.0.0-dev.28 [2021-04-30T02:11:17.555Z] v2.0.0-dev.29 [2021-04-30T02:11:17.555Z] v2.0.0-dev.3 [2021-04-30T02:11:17.555Z] v2.0.0-dev.30 [2021-04-30T02:11:17.555Z] v2.0.0-dev.31 [2021-04-30T02:11:17.555Z] v2.0.0-dev.32 [2021-04-30T02:11:17.555Z] v2.0.0-dev.33 [2021-04-30T02:11:17.555Z] v2.0.0-dev.34 [2021-04-30T02:11:17.555Z] v2.0.0-dev.35 [2021-04-30T02:11:17.555Z] v2.0.0-dev.36 [2021-04-30T02:11:17.555Z] v2.0.0-dev.37 [2021-04-30T02:11:17.555Z] v2.0.0-dev.38 [2021-04-30T02:11:17.555Z] v2.0.0-dev.39 [2021-04-30T02:11:17.555Z] v2.0.0-dev.4 [2021-04-30T02:11:17.555Z] v2.0.0-dev.40 [2021-04-30T02:11:17.555Z] v2.0.0-dev.41 [2021-04-30T02:11:17.555Z] v2.0.0-dev.42 [2021-04-30T02:11:17.555Z] v2.0.0-dev.43 [2021-04-30T02:11:17.555Z] v2.0.0-dev.5 [2021-04-30T02:11:17.555Z] v2.0.0-dev.6 [2021-04-30T02:11:17.555Z] v2.0.0-dev.7 [2021-04-30T02:11:17.555Z] v2.0.0-dev.8 [2021-04-30T02:11:17.555Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-30T02:11:17.859Z] + lftools sign git-tag v2.0.0-dev.43 [2021-04-30T02:11:19.253Z] Signing Git tag with Sigul... [2021-04-30T02:11:19.253Z] Signing v2.0.0-dev.43 [Pipeline] echo [2021-04-30T02:11:21.192Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:11:21.494Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-30T02:11:21.505Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-30T02:11:21.540Z] $ docker stop --time=1 6d465fb76f3f89ef1fb5f88b164765965a232d602fef5be5c26a196f26015d11 [2021-04-30T02:11:23.194Z] $ docker rm -f 6d465fb76f3f89ef1fb5f88b164765965a232d602fef5be5c26a196f26015d11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:11:23.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T02:11:23.962Z] . [Pipeline] withDockerContainer [2021-04-30T02:11:24.093Z] prd-centos7-docker-4c-2g-2464 does not seem to be running inside a container [2021-04-30T02:11:24.207Z] $ 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-30T02:11:25.130Z] $ docker top 2c5649d8dc830329cc8e00e343f28dc0d4e3f8617fb05490ed40b807591b4428 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T02:11:25.376Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T02:11:25.376Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T02:11:25.626Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T02:11:25.631Z] $ docker exec 2c5649d8dc830329cc8e00e343f28dc0d4e3f8617fb05490ed40b807591b4428 ssh-agent [2021-04-30T02:11:25.819Z] SSH_AUTH_SOCK=/tmp/ssh-Jikgy5u8msVC/agent.12 [2021-04-30T02:11:25.819Z] SSH_AGENT_PID=18 [2021-04-30T02:11:25.828Z] Running ssh-add (command line suppressed) [2021-04-30T02:11:25.968Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1890524936426556108.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1890524936426556108.key) [2021-04-30T02:11:26.047Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T02:11:26.358Z] + git semver bump pre [2021-04-30T02:11:26.358Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T02:11:26.358Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-30T02:11:26.358Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-30T02:11:26.358Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T02:11:26.358Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T02:11:26.358Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T02:11:26.358Z] # $SEMVER_BRANCH = master [2021-04-30T02:11:26.358Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-04-30T02:11:26.358Z] 2.0.0-dev.44 [Pipeline] } [2021-04-30T02:11:26.372Z] $ docker exec --env ******** --env ******** 2c5649d8dc830329cc8e00e343f28dc0d4e3f8617fb05490ed40b807591b4428 ssh-agent -k [2021-04-30T02:11:26.499Z] unset SSH_AUTH_SOCK; [2021-04-30T02:11:26.499Z] unset SSH_AGENT_PID; [2021-04-30T02:11:26.500Z] echo Agent pid 18 killed; [2021-04-30T02:11:26.551Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T02:11:26.892Z] + git semver [Pipeline] } [2021-04-30T02:11:26.912Z] $ docker stop --time=1 2c5649d8dc830329cc8e00e343f28dc0d4e3f8617fb05490ed40b807591b4428 [2021-04-30T02:11:28.314Z] $ docker rm -f 2c5649d8dc830329cc8e00e343f28dc0d4e3f8617fb05490ed40b807591b4428 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:11:28.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T02:11:28.759Z] . [Pipeline] withDockerContainer [2021-04-30T02:11:28.861Z] prd-centos7-docker-4c-2g-2464 does not seem to be running inside a container [2021-04-30T02:11:28.914Z] $ 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-30T02:11:29.765Z] $ docker top 40177bf29a821ac19afbe3fdfc5dab11cfce6a695e68696c0352a963fae6be49 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T02:11:29.928Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T02:11:29.928Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T02:11:30.159Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T02:11:30.165Z] $ docker exec 40177bf29a821ac19afbe3fdfc5dab11cfce6a695e68696c0352a963fae6be49 ssh-agent [2021-04-30T02:11:30.344Z] SSH_AUTH_SOCK=/tmp/ssh-NTfRTEf6TGEn/agent.11 [2021-04-30T02:11:30.344Z] SSH_AGENT_PID=16 [2021-04-30T02:11:30.352Z] Running ssh-add (command line suppressed) [2021-04-30T02:11:30.488Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2187187658684002545.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2187187658684002545.key) [2021-04-30T02:11:30.550Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T02:11:30.852Z] + git semver push [2021-04-30T02:11:30.853Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T02:11:30.853Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-04-30T02:11:30.853Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-30T02:11:30.853Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T02:11:30.853Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T02:11:30.853Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T02:11:30.853Z] # $SEMVER_BRANCH = master [2021-04-30T02:11:30.853Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-04-30T02:11:35.088Z] $ docker exec --env ******** --env ******** 40177bf29a821ac19afbe3fdfc5dab11cfce6a695e68696c0352a963fae6be49 ssh-agent -k [2021-04-30T02:11:35.216Z] unset SSH_AUTH_SOCK; [2021-04-30T02:11:35.219Z] unset SSH_AGENT_PID; [2021-04-30T02:11:35.220Z] echo Agent pid 16 killed; [2021-04-30T02:11:35.271Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T02:11:35.625Z] + git semver [Pipeline] } [2021-04-30T02:11:35.646Z] $ docker stop --time=1 40177bf29a821ac19afbe3fdfc5dab11cfce6a695e68696c0352a963fae6be49 [2021-04-30T02:11:37.011Z] $ docker rm -f 40177bf29a821ac19afbe3fdfc5dab11cfce6a695e68696c0352a963fae6be49 [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-30T02:11:37.928Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:11:38.498Z] ---> package-listing.sh [2021-04-30T02:11:38.498Z] ++ facter osfamily [2021-04-30T02:11:38.498Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-30T02:11:38.498Z] + OS_FAMILY=redhat [2021-04-30T02:11:38.498Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-04-30T02:11:38.498Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-30T02:11:38.498Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-30T02:11:38.498Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-30T02:11:38.498Z] + PACKAGES=/tmp/packages_start.txt [2021-04-30T02:11:38.498Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-30T02:11:38.498Z] + PACKAGES=/tmp/packages_end.txt [2021-04-30T02:11:38.498Z] + case "${OS_FAMILY}" in [2021-04-30T02:11:38.498Z] + rpm -qa [2021-04-30T02:11:38.498Z] + sort [2021-04-30T02:11:43.805Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-30T02:11:43.805Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-30T02:11:43.805Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-30T02:11:43.805Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-04-30T02:11:43.805Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-04-30T02:11:43.805Z] + 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-30T02:11:43.817Z] 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-30T02:11:44.120Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:11:44.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T02:11:44.432Z] [2021-04-30T02:11:44.432Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-30T02:11:44.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T02:11:44.752Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-30T02:11:44.752Z] df20fa9351a1: Pulling fs layer [2021-04-30T02:11:44.752Z] 36b3adc4ff6f: Pulling fs layer [2021-04-30T02:11:44.752Z] 8ad3a11d3b57: Pulling fs layer [2021-04-30T02:11:44.752Z] 46f8f816bc3b: Pulling fs layer [2021-04-30T02:11:44.752Z] 93b61091891f: Pulling fs layer [2021-04-30T02:11:44.752Z] 93b9cdb0e59b: Pulling fs layer [2021-04-30T02:11:44.752Z] 5e14af77c1be: Pulling fs layer [2021-04-30T02:11:44.752Z] 01666e4c0597: Pulling fs layer [2021-04-30T02:11:44.752Z] aa168da1d23b: Pulling fs layer [2021-04-30T02:11:44.752Z] 93b9cdb0e59b: Waiting [2021-04-30T02:11:44.752Z] 01666e4c0597: Waiting [2021-04-30T02:11:44.752Z] aa168da1d23b: Waiting [2021-04-30T02:11:44.752Z] 5e14af77c1be: Waiting [2021-04-30T02:11:44.752Z] 46f8f816bc3b: Waiting [2021-04-30T02:11:44.752Z] 93b61091891f: Waiting [2021-04-30T02:11:44.752Z] 36b3adc4ff6f: Verifying Checksum [2021-04-30T02:11:44.752Z] 36b3adc4ff6f: Download complete [2021-04-30T02:11:44.752Z] 46f8f816bc3b: Verifying Checksum [2021-04-30T02:11:44.752Z] 46f8f816bc3b: Download complete [2021-04-30T02:11:45.040Z] df20fa9351a1: Download complete [2021-04-30T02:11:45.040Z] 93b9cdb0e59b: Verifying Checksum [2021-04-30T02:11:45.040Z] 93b9cdb0e59b: Download complete [2021-04-30T02:11:45.040Z] 93b61091891f: Verifying Checksum [2021-04-30T02:11:45.040Z] 93b61091891f: Download complete [2021-04-30T02:11:45.040Z] 5e14af77c1be: Verifying Checksum [2021-04-30T02:11:45.040Z] 5e14af77c1be: Download complete [2021-04-30T02:11:45.040Z] 01666e4c0597: Verifying Checksum [2021-04-30T02:11:45.040Z] 01666e4c0597: Download complete [2021-04-30T02:11:45.040Z] 8ad3a11d3b57: Verifying Checksum [2021-04-30T02:11:45.040Z] 8ad3a11d3b57: Download complete [2021-04-30T02:11:45.308Z] df20fa9351a1: Pull complete [2021-04-30T02:11:45.573Z] 36b3adc4ff6f: Pull complete [2021-04-30T02:11:46.992Z] aa168da1d23b: Verifying Checksum [2021-04-30T02:11:46.992Z] aa168da1d23b: Download complete [2021-04-30T02:11:46.992Z] 8ad3a11d3b57: Pull complete [2021-04-30T02:11:47.574Z] 46f8f816bc3b: Pull complete [2021-04-30T02:11:48.155Z] 93b61091891f: Pull complete [2021-04-30T02:11:48.419Z] 93b9cdb0e59b: Pull complete [2021-04-30T02:11:48.419Z] 5e14af77c1be: Pull complete [2021-04-30T02:11:48.681Z] 01666e4c0597: Pull complete [2021-04-30T02:11:56.881Z] aa168da1d23b: Pull complete [2021-04-30T02:11:56.881Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-30T02:11:56.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T02:11:56.881Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-30T02:11:57.041Z] prd-centos7-docker-4c-2g-2464 does not seem to be running inside a container [2021-04-30T02:11:57.095Z] $ 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-30T02:11:59.637Z] $ docker top b3d5cf033a6eb399c6c746ed774e65946b233a77211607ec2978254944479f11 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T02:12:00.115Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-30T02:12:00.417Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-30T02:12:00.725Z] + ls /var/log/sa-host [2021-04-30T02:12:00.726Z] + sadf -c /var/log/sa-host/sa23 [2021-04-30T02:12:00.726Z] file_magic: OK [2021-04-30T02:12:00.726Z] HZ: Using current value: 100 [2021-04-30T02:12:00.726Z] file_header: OK [2021-04-30T02:12:00.726Z] 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-30T02:12:00.726Z] Statistics: [2021-04-30T02:12:00.726Z] Hnuu...uuuununununu... [2021-04-30T02:12:00.726Z] File successfully converted to sysstat format version 12.2.1 [2021-04-30T02:12:00.726Z] + sadf -c /var/log/sa-host/sa30 [2021-04-30T02:12:00.726Z] file_magic: OK [2021-04-30T02:12:00.726Z] HZ: Using current value: 100 [2021-04-30T02:12:00.726Z] file_header: OK [2021-04-30T02:12:00.726Z] 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-30T02:12:00.726Z] Statistics: [2021-04-30T02:12:00.726Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-30T02:12:00.726Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-30T02:12:01.293Z] provisioning config files... [2021-04-30T02:12:01.334Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1116889664648220189tmp [Pipeline] { [Pipeline] echo [2021-04-30T02:12:01.390Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:12:01.723Z] ---> create-netrc.sh [Pipeline] } [2021-04-30T02:12:01.740Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-30T02:12:01.777Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:12:02.105Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-30T02:12:02.118Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:12:02.431Z] ---> sudo-logs.sh [2021-04-30T02:12:02.431Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-30T02:12:02.460Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:12:02.760Z] ---> job-cost.sh [2021-04-30T02:12:02.760Z] lf-activate-venv: SKIPPING [2021-04-30T02:12:02.760Z] DEBUG: total: 0.20999999344348907 [2021-04-30T02:12:02.760Z] INFO: Retrieving Stack Cost... [2021-04-30T02:12:03.709Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-30T02:12:03.976Z] INFO: Archiving Costs [Pipeline] echo [2021-04-30T02:12:03.992Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T02:12:04.294Z] ---> logs-deploy.sh [2021-04-30T02:12:04.294Z] lf-activate-venv: SKIPPING [2021-04-30T02:12:04.294Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/102 [2021-04-30T02:12:04.294Z] INFO: archiving workspace using pattern(s): [2021-04-30T02:12:06.217Z] Archives upload complete. [2021-04-30T02:12:06.217Z] INFO: archiving logs to Nexus