Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d55611448001badf3f86a355cc3eabf57582dc86 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27294 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 d55611448001badf3f86a355cc3eabf57582dc86 (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 d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.2" > git rev-list --no-walk e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T08:24:11.083Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T08:24:11.395Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T08:24:11.494Z] ========================================================= [2021-02-23T08:24:11.494Z] EdgeX Global Pipelines Version Info [2021-02-23T08:24:11.494Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:24:12.966Z] ------------------- [2021-02-23T08:24:12.966Z] stable info: [2021-02-23T08:24:12.966Z] ------------------- [2021-02-23T08:24:12.966Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T08:24:12.966Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T08:24:12.966Z] Message: update stable to v1.0.179 [2021-02-23T08:24:13.909Z] ------------------- [2021-02-23T08:24:13.909Z] experimental info: [2021-02-23T08:24:13.909Z] ------------------- [2021-02-23T08:24:13.909Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T08:24:13.909Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T08:24:13.909Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T08:24:14.189Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-02-23T08:24:14.283Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-02-23T08:24:14.368Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T08:24:14.471Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T08:24:14.563Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T08:24:14.657Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T08:24:14.743Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T08:24:14.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T08:24:14.943Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-23T08:24:15.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T08:24:15.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T08:24:15.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-02-23T08:24:15.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T08:24:15.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T08:24:15.606Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T08:24:15.714Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T08:24:15.842Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T08:24:15.933Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T08:24:16.020Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T08:24:16.108Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T08:24:16.213Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-23T08:24:16.301Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-23T08:24:16.388Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T08:24:16.471Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T08:24:16.555Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T08:24:16.642Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T08:24:16.735Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T08:24:16.818Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-23T08:24:16.902Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-23T08:24:17.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-23T08:24:17.111Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] echo [2021-02-23T08:24:17.196Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d556114 [Pipeline] echo [2021-02-23T08:24:17.282Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T08:24:17.446Z] provisioning config files... [2021-02-23T08:24:17.474Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6525689325000139192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:24:17.823Z] ---> docker-login.sh [2021-02-23T08:24:17.824Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:24:18.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:24:18.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:24:18.345Z] Configure a credential helper to remove this warning. See [2021-02-23T08:24:18.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:24:18.345Z] [2021-02-23T08:24:18.345Z] Login Succeeded [2021-02-23T08:24:18.345Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:24:18.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:24:18.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:24:18.345Z] Configure a credential helper to remove this warning. See [2021-02-23T08:24:18.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:24:18.345Z] [2021-02-23T08:24:18.345Z] Login Succeeded [2021-02-23T08:24:18.345Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:24:18.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:24:18.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:24:18.606Z] Configure a credential helper to remove this warning. See [2021-02-23T08:24:18.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:24:18.606Z] [2021-02-23T08:24:18.606Z] Login Succeeded [2021-02-23T08:24:18.606Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:24:18.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:24:18.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:24:18.867Z] Configure a credential helper to remove this warning. See [2021-02-23T08:24:18.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:24:18.867Z] [2021-02-23T08:24:18.867Z] Login Succeeded [2021-02-23T08:24:18.867Z] docker.io [2021-02-23T08:24:18.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:24:19.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:24:19.128Z] Configure a credential helper to remove this warning. See [2021-02-23T08:24:19.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:24:19.129Z] [2021-02-23T08:24:19.129Z] Login Succeeded [2021-02-23T08:24:19.129Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:24:19.138Z] 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-02-23T08:24:19.964Z] + git log --format=format:%s -1 d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] echo [2021-02-23T08:24:20.028Z] GIT_COMMIT: d55611448001badf3f86a355cc3eabf57582dc86, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.2 [Pipeline] echo [2021-02-23T08:24:20.075Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:24:21.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:24:21.056Z] [2021-02-23T08:24:21.056Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:24:21.431Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:24:21.431Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T08:24:21.431Z] 31603596830f: Pulling fs layer [2021-02-23T08:24:21.431Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T08:24:21.431Z] 6ca5941a6612: Pulling fs layer [2021-02-23T08:24:21.431Z] ecc8261a40a4: Pulling fs layer [2021-02-23T08:24:21.431Z] ecc8261a40a4: Waiting [2021-02-23T08:24:21.431Z] 2a8b12db71e7: Verifying Checksum [2021-02-23T08:24:21.431Z] 2a8b12db71e7: Download complete [2021-02-23T08:24:21.431Z] 31603596830f: Verifying Checksum [2021-02-23T08:24:21.431Z] 31603596830f: Download complete [2021-02-23T08:24:21.694Z] ecc8261a40a4: Verifying Checksum [2021-02-23T08:24:21.694Z] ecc8261a40a4: Download complete [2021-02-23T08:24:21.694Z] 6ca5941a6612: Verifying Checksum [2021-02-23T08:24:21.694Z] 6ca5941a6612: Download complete [2021-02-23T08:24:21.960Z] 31603596830f: Pull complete [2021-02-23T08:24:21.960Z] 2a8b12db71e7: Pull complete [2021-02-23T08:24:22.547Z] 6ca5941a6612: Pull complete [2021-02-23T08:24:22.810Z] ecc8261a40a4: Pull complete [2021-02-23T08:24:22.811Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T08:24:22.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:24:22.811Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T08:24:22.903Z] prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container [2021-02-23T08:24:22.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T08:24:25.223Z] $ docker top 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T08:24:25.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T08:24:25.549Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T08:24:25.751Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T08:24:25.749Z] $ docker exec 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 ssh-agent [2021-02-23T08:24:25.925Z] SSH_AUTH_SOCK=/tmp/ssh-cHziu4InoYRR/agent.12 [2021-02-23T08:24:25.925Z] SSH_AGENT_PID=18 [2021-02-23T08:24:25.934Z] Running ssh-add (command line suppressed) [2021-02-23T08:24:26.057Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7040187009420083014.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7040187009420083014.key) [2021-02-23T08:24:26.118Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T08:24:26.457Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T08:24:26.471Z] $ docker exec --env ******** --env ******** 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 ssh-agent -k [2021-02-23T08:24:26.580Z] unset SSH_AUTH_SOCK; [2021-02-23T08:24:26.580Z] unset SSH_AGENT_PID; [2021-02-23T08:24:26.580Z] echo Agent pid 18 killed; [2021-02-23T08:24:26.627Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T08:24:26.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T08:24:26.770Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T08:24:26.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T08:24:26.918Z] $ docker exec 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 ssh-agent [2021-02-23T08:24:27.074Z] SSH_AUTH_SOCK=/tmp/ssh-TOYumaEXPEmz/agent.46 [2021-02-23T08:24:27.075Z] SSH_AGENT_PID=51 [2021-02-23T08:24:27.080Z] Running ssh-add (command line suppressed) [2021-02-23T08:24:27.184Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2220453008976110686.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_2220453008976110686.key) [2021-02-23T08:24:27.235Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T08:24:27.569Z] + git semver init [2021-02-23T08:24:27.569Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T08:24:27.569Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T08:24:27.569Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T08:24:27.569Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T08:24:27.569Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T08:24:27.569Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T08:24:27.569Z] # $SEMVER_BRANCH = master [2021-02-23T08:24:27.569Z] # $SEMVER_TEMP = /tmp/semver-459170872 [2021-02-23T08:24:27.569Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-02-23T08:24:28.512Z] # '/tmp/semver-459170872' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-02-23T08:24:28.512Z] # -> Force: false [2021-02-23T08:24:28.512Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-02-23T08:24:28.518Z] $ docker exec --env ******** --env ******** 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 ssh-agent -k [2021-02-23T08:24:28.632Z] unset SSH_AUTH_SOCK; [2021-02-23T08:24:28.632Z] unset SSH_AGENT_PID; [2021-02-23T08:24:28.632Z] echo Agent pid 51 killed; [2021-02-23T08:24:28.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T08:24:29.132Z] + git semver [Pipeline] } [2021-02-23T08:24:29.143Z] $ docker stop --time=1 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 [2021-02-23T08:24:30.575Z] $ docker rm -f 447db94de13c6db9bff205bd75fa26525a1945b8f832a72dca15592a73ce4400 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T08:24:31.031Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T08:24:31.457Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T08:24:31.460Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.11 [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-02-23T08:24:46.963Z] Still waiting to schedule task [2021-02-23T08:24:46.964Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27294’ [2021-02-23T08:24:46.966Z] Still waiting to schedule task [2021-02-23T08:24:46.966Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-23T08:26:42.295Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27295 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-02-23T08:26:42.348Z] Running in /w/workspace/edgex-ui-go/69 [Pipeline] { [Pipeline] checkout [2021-02-23T08:26:47.408Z] using credential edgex-jenkins-ssh [2021-02-23T08:26:47.433Z] Running on prd-centos7-docker-4c-2g-27297 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [2021-02-23T08:26:47.467Z] Cloning the remote Git repository [Pipeline] ws [2021-02-23T08:26:47.482Z] Running in /w/workspace/edgex-ui-go/69 [Pipeline] { [Pipeline] checkout [2021-02-23T08:26:47.564Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:26:47.679Z] > git init /w/workspace/edgex-ui-go/69 # timeout=10 [2021-02-23T08:26:47.755Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:26:47.756Z] > git --version # timeout=10 [2021-02-23T08:26:47.776Z] > git --version # 'git version 2.17.1' [2021-02-23T08:26:47.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:26:47.860Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:26:49.333Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:26:49.349Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:26:49.374Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:26:49.411Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:26:49.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:26:49.425Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T08:26:49.930Z] Checking out Revision d55611448001badf3f86a355cc3eabf57582dc86 (master) [2021-02-23T08:26:50.029Z] using credential edgex-jenkins-ssh [2021-02-23T08:26:50.099Z] Cloning the remote Git repository [2021-02-23T08:26:50.132Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:26:50.202Z] > git init /w/workspace/edgex-ui-go/69 # timeout=10 [2021-02-23T08:26:50.263Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:26:50.263Z] > git --version # timeout=10 [2021-02-23T08:26:50.273Z] > git --version # 'git version 2.24.3' [2021-02-23T08:26:50.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:26:50.305Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:26:49.972Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T08:26:49.990Z] > git checkout -f d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 [2021-02-23T08:26:51.791Z] Checking out Revision d55611448001badf3f86a355cc3eabf57582dc86 (master) [2021-02-23T08:26:51.303Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:26:51.313Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T08:26:51.328Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-02-23T08:26:51.342Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-02-23T08:26:51.342Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T08:26:51.347Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T08:26:51.801Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T08:26:51.806Z] > git checkout -f d55611448001badf3f86a355cc3eabf57582dc86 # timeout=10 [2021-02-23T08:26:54.383Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T08:26:55.583Z] Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.2.0 to 1.3.2" [2021-02-23T08:26:55.846Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T08:26:56.252Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:26:56.904Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:26:56.984Z] + sudo service docker restart [2021-02-23T08:26:56.984Z] + true [2021-02-23T08:26:57.254Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T08:26:57.554Z] + sudo service docker restart [2021-02-23T08:26:57.554Z] + true [2021-02-23T08:26:57.554Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T08:26:58.565Z] provisioning config files... [2021-02-23T08:26:58.595Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/69@tmp/config6186500203430091084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:26:58.974Z] ---> docker-login.sh [2021-02-23T08:26:58.974Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:26:59.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:26:59.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:26:59.237Z] Configure a credential helper to remove this warning. See [2021-02-23T08:26:59.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:26:59.237Z] [2021-02-23T08:26:59.237Z] Login Succeeded [2021-02-23T08:26:59.237Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:26:59.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:26:59.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:26:59.500Z] Configure a credential helper to remove this warning. See [2021-02-23T08:26:59.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:26:59.500Z] [2021-02-23T08:26:59.500Z] Login Succeeded [2021-02-23T08:26:59.500Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:26:59.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T08:26:59.696Z] provisioning config files... [2021-02-23T08:26:59.742Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/69@tmp/config762207302176980405tmp [2021-02-23T08:26:59.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:26:59.762Z] Configure a credential helper to remove this warning. See [2021-02-23T08:26:59.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:26:59.762Z] [2021-02-23T08:26:59.762Z] Login Succeeded [2021-02-23T08:26:59.762Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:26:59.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:26:59.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:26:59.762Z] Configure a credential helper to remove this warning. See [2021-02-23T08:26:59.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:26:59.762Z] [2021-02-23T08:26:59.762Z] Login Succeeded [2021-02-23T08:26:59.762Z] docker.io [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:27:00.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:00.142Z] ---> docker-login.sh [2021-02-23T08:27:00.142Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:27:00.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:00.288Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:00.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:00.288Z] [2021-02-23T08:27:00.288Z] Login Succeeded [2021-02-23T08:27:00.288Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:27:00.298Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T08:27:00.629Z] ========================================================= [2021-02-23T08:27:00.629Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T08:27:00.629Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:27:00.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:00.976Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-23T08:27:01.261Z] Sending build context to Docker daemon 16.77MB [2021-02-23T08:27:01.261Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T08:27:01.261Z] Step 2/8 : FROM ${BASE} [2021-02-23T08:27:01.261Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T08:27:01.261Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T08:27:01.261Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T08:27:01.261Z] de9db76c5a1d: Pulling fs layer [2021-02-23T08:27:01.261Z] bca2f99d35d6: Pulling fs layer [2021-02-23T08:27:01.261Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T08:27:01.261Z] 7c6f9722023f: Pulling fs layer [2021-02-23T08:27:01.261Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T08:27:01.261Z] bca2f99d35d6: Waiting [2021-02-23T08:27:01.261Z] 93359f2a8cfa: Waiting [2021-02-23T08:27:01.261Z] a35cf1a2eb13: Waiting [2021-02-23T08:27:01.261Z] 7c6f9722023f: Waiting [2021-02-23T08:27:01.261Z] 0ef7d3d256c8: Download complete [2021-02-23T08:27:01.261Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T08:27:01.261Z] 93359f2a8cfa: Download complete [2021-02-23T08:27:01.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:01.341Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:01.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:01.341Z] [2021-02-23T08:27:01.341Z] Login Succeeded [2021-02-23T08:27:01.341Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:27:01.535Z] 7c6f9722023f: Verifying Checksum [2021-02-23T08:27:01.535Z] 7c6f9722023f: Download complete [2021-02-23T08:27:01.535Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T08:27:01.535Z] 188c0c94c7c5: Download complete [2021-02-23T08:27:01.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:01.804Z] 188c0c94c7c5: Pull complete [2021-02-23T08:27:02.069Z] 0ef7d3d256c8: Pull complete [2021-02-23T08:27:02.069Z] de9db76c5a1d: Pull complete [2021-02-23T08:27:02.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:02.593Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:02.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:02.593Z] [2021-02-23T08:27:02.593Z] Login Succeeded [2021-02-23T08:27:02.593Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:27:02.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:02.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:02.868Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:02.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:02.868Z] [2021-02-23T08:27:02.868Z] Login Succeeded [2021-02-23T08:27:02.868Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:27:03.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:03.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:03.417Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:03.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:03.417Z] [2021-02-23T08:27:03.417Z] Login Succeeded [2021-02-23T08:27:03.417Z] docker.io [2021-02-23T08:27:03.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:27:04.045Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T08:27:04.045Z] a35cf1a2eb13: Download complete [2021-02-23T08:27:04.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:27:04.285Z] Configure a credential helper to remove this warning. See [2021-02-23T08:27:04.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:27:04.285Z] [2021-02-23T08:27:04.285Z] Login Succeeded [2021-02-23T08:27:04.285Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:27:04.302Z] Deleting 1 temporary files [2021-02-23T08:27:04.312Z] bca2f99d35d6: Verifying Checksum [2021-02-23T08:27:04.312Z] bca2f99d35d6: Download complete [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T08:27:04.738Z] ========================================================= [2021-02-23T08:27:04.738Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T08:27:04.738Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:27:05.109Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-23T08:27:05.718Z] Sending build context to Docker daemon 16.77MB [2021-02-23T08:27:05.718Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T08:27:05.718Z] Step 2/8 : FROM ${BASE} [2021-02-23T08:27:05.995Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T08:27:05.995Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T08:27:05.995Z] a4357932f1b6: Pulling fs layer [2021-02-23T08:27:05.995Z] 18c013af1878: Pulling fs layer [2021-02-23T08:27:05.995Z] 00ac8860ef70: Pulling fs layer [2021-02-23T08:27:05.995Z] 63d7cb157983: Pulling fs layer [2021-02-23T08:27:05.995Z] b116817d02f9: Pulling fs layer [2021-02-23T08:27:05.995Z] 745a02a5169b: Pulling fs layer [2021-02-23T08:27:05.995Z] 00ac8860ef70: Waiting [2021-02-23T08:27:05.995Z] 63d7cb157983: Waiting [2021-02-23T08:27:05.995Z] b116817d02f9: Waiting [2021-02-23T08:27:05.995Z] 745a02a5169b: Waiting [2021-02-23T08:27:05.995Z] 18c013af1878: Download complete [2021-02-23T08:27:05.995Z] a4357932f1b6: Verifying Checksum [2021-02-23T08:27:05.995Z] a4357932f1b6: Download complete [2021-02-23T08:27:05.995Z] 63d7cb157983: Verifying Checksum [2021-02-23T08:27:05.995Z] 63d7cb157983: Download complete [2021-02-23T08:27:05.995Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T08:27:05.995Z] 5f621e34cdf4: Download complete [2021-02-23T08:27:05.995Z] b116817d02f9: Verifying Checksum [2021-02-23T08:27:05.995Z] b116817d02f9: Download complete [2021-02-23T08:27:06.603Z] 5f621e34cdf4: Pull complete [2021-02-23T08:27:07.228Z] a4357932f1b6: Pull complete [2021-02-23T08:27:07.831Z] 18c013af1878: Pull complete [2021-02-23T08:27:08.818Z] 745a02a5169b: Verifying Checksum [2021-02-23T08:27:10.253Z] 00ac8860ef70: Verifying Checksum [2021-02-23T08:27:10.253Z] 00ac8860ef70: Download complete [2021-02-23T08:27:10.958Z] bca2f99d35d6: Pull complete [2021-02-23T08:27:10.958Z] 93359f2a8cfa: Pull complete [2021-02-23T08:27:10.958Z] 7c6f9722023f: Pull complete [2021-02-23T08:27:15.217Z] a35cf1a2eb13: Pull complete [2021-02-23T08:27:15.217Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T08:27:15.217Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T08:27:15.217Z] ---> a62c8e92a672 [2021-02-23T08:27:15.217Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T08:27:15.217Z] ---> Running in 34c77f944c3e [2021-02-23T08:27:15.217Z] Removing intermediate container 34c77f944c3e [2021-02-23T08:27:15.217Z] ---> 8bced91538db [2021-02-23T08:27:15.218Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T08:27:15.218Z] ---> Running in 23677899dd16 [2021-02-23T08:27:16.189Z] Removing intermediate container 23677899dd16 [2021-02-23T08:27:16.189Z] ---> ff427b233c51 [2021-02-23T08:27:16.189Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T08:27:16.189Z] ---> Running in 333ce674f251 [2021-02-23T08:27:17.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T08:27:18.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T08:27:18.665Z] OK: 166 MiB in 39 packages [2021-02-23T08:27:18.928Z] Removing intermediate container 333ce674f251 [2021-02-23T08:27:18.928Z] ---> bdb8eeac10ff [2021-02-23T08:27:18.928Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T08:27:19.190Z] ---> Running in f2011df68e4a [2021-02-23T08:27:19.190Z] Removing intermediate container f2011df68e4a [2021-02-23T08:27:19.190Z] ---> 0ceb538f3d1b [2021-02-23T08:27:19.190Z] Step 7/8 : COPY . . [2021-02-23T08:27:20.428Z] 00ac8860ef70: Pull complete [2021-02-23T08:27:21.024Z] 63d7cb157983: Pull complete [2021-02-23T08:27:21.131Z] ---> afa6138dab6d [2021-02-23T08:27:21.131Z] Step 8/8 : RUN go mod download [2021-02-23T08:27:21.131Z] ---> Running in a7d5629816ce [2021-02-23T08:27:21.298Z] b116817d02f9: Pull complete [2021-02-23T08:27:25.636Z] 745a02a5169b: Pull complete [2021-02-23T08:27:25.636Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T08:27:25.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T08:27:25.636Z] ---> b7e6874047d6 [2021-02-23T08:27:25.636Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T08:27:27.656Z] ---> Running in 6747fa44745f [2021-02-23T08:27:28.259Z] Removing intermediate container 6747fa44745f [2021-02-23T08:27:28.260Z] ---> 576e828a6414 [2021-02-23T08:27:28.260Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T08:27:28.260Z] ---> Running in b2a6e31a77a9 [2021-02-23T08:27:30.884Z] Removing intermediate container b2a6e31a77a9 [2021-02-23T08:27:30.884Z] ---> 448bb3055e20 [2021-02-23T08:27:30.884Z] Step 5/8 : RUN apk add --no-cache make git [2021-02-23T08:27:30.884Z] ---> Running in 9441307cfe19 [2021-02-23T08:27:31.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T08:27:32.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T08:27:33.449Z] OK: 142 MiB in 39 packages [2021-02-23T08:27:34.884Z] Removing intermediate container 9441307cfe19 [2021-02-23T08:27:34.884Z] ---> 348fcde66006 [2021-02-23T08:27:34.884Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-02-23T08:27:34.884Z] ---> Running in f64c960c7063 [2021-02-23T08:27:35.484Z] Removing intermediate container f64c960c7063 [2021-02-23T08:27:35.484Z] ---> 404714a91050 [2021-02-23T08:27:35.484Z] Step 7/8 : COPY . . [2021-02-23T08:27:37.474Z] ---> 13237ea3f24c [2021-02-23T08:27:37.474Z] Step 8/8 : RUN go mod download [2021-02-23T08:27:37.474Z] ---> Running in 89c398bbd3d1 [2021-02-23T08:27:43.185Z] Removing intermediate container a7d5629816ce [2021-02-23T08:27:43.185Z] ---> 6ba906f53d7f [2021-02-23T08:27:43.185Z] Successfully built 6ba906f53d7f [2021-02-23T08:27:43.185Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:27:43.500Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T08:27:43.500Z] . [Pipeline] withDockerContainer [2021-02-23T08:27:43.631Z] prd-centos7-docker-4c-2g-27297 does not seem to be running inside a container [2021-02-23T08:27:43.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/69 -v /w/workspace/edgex-ui-go/69:/w/workspace/edgex-ui-go/69:rw,z -v /w/workspace/edgex-ui-go/69@tmp:/w/workspace/edgex-ui-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T08:27:44.499Z] $ docker top c2107090d9620d9cd0d21cfc3e745ba82a96d95464f24a60ea52c02248d89bb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:27:45.001Z] + go version [2021-02-23T08:27:45.001Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T08:27:45.019Z] $ docker stop --time=1 c2107090d9620d9cd0d21cfc3e745ba82a96d95464f24a60ea52c02248d89bb2 [2021-02-23T08:27:46.368Z] $ docker rm -f c2107090d9620d9cd0d21cfc3e745ba82a96d95464f24a60ea52c02248d89bb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:27:47.249Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T08:27:47.250Z] . [Pipeline] withDockerContainer [2021-02-23T08:27:47.349Z] prd-centos7-docker-4c-2g-27297 does not seem to be running inside a container [2021-02-23T08:27:47.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/69 -v /w/workspace/edgex-ui-go/69:/w/workspace/edgex-ui-go/69:rw,z -v /w/workspace/edgex-ui-go/69@tmp:/w/workspace/edgex-ui-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T08:27:48.119Z] $ docker top d3511dc70aa26a572fc13b4dd83e361dce3bacfc9c8485e7969b7a626326a827 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:27:48.626Z] + make test [2021-02-23T08:27:48.626Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T08:27:49.202Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T08:27:57.521Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T08:27:57.521Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-02-23T08:27:58.944Z] $ docker stop --time=1 d3511dc70aa26a572fc13b4dd83e361dce3bacfc9c8485e7969b7a626326a827 [2021-02-23T08:28:01.282Z] $ docker rm -f d3511dc70aa26a572fc13b4dd83e361dce3bacfc9c8485e7969b7a626326a827 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T08:28:01.876Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T08:28:02.251Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-02-23T08:28:04.321Z] Removing intermediate container 89c398bbd3d1 [2021-02-23T08:28:04.321Z] ---> b172e59de434 [2021-02-23T08:28:04.321Z] Successfully built b172e59de434 [2021-02-23T08:28:04.321Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:04.793Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T08:28:04.951Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T08:28:04.951Z] . [Pipeline] withDockerContainer [2021-02-23T08:28:05.142Z] + ls -al . [2021-02-23T08:28:05.142Z] total 92 [2021-02-23T08:28:05.142Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 08:27 . [2021-02-23T08:28:05.142Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 23 08:26 .. [2021-02-23T08:28:05.142Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 08:26 assets [2021-02-23T08:28:05.142Z] drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 08:26 bin [2021-02-23T08:28:05.142Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 08:26 cmd [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 08:26 CONTRIBUTING.md [2021-02-23T08:28:05.142Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 23 08:27 coverage.out [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 08:26 Dockerfile [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 08:26 Dockerfile.build [2021-02-23T08:28:05.142Z] drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 08:26 docs [2021-02-23T08:28:05.142Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 08:26 .git [2021-02-23T08:28:05.142Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 08:26 .github [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 08:26 .gitignore [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 08:26 go.mod [2021-02-23T08:28:05.142Z] -rw-r--r--. 1 jenkins jenkins 20843 Feb 23 08:27 go.sum [2021-02-23T08:28:05.142Z] drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 08:26 internal [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 08:26 Jenkinsfile [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 08:26 LICENSE [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 08:26 Makefile [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 08:26 README.md [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 08:24 VERSION [2021-02-23T08:28:05.142Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 08:26 version.go [2021-02-23T08:28:05.142Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 08:26 web [2021-02-23T08:28:05.235Z] prd-ubuntu18.04-docker-arm64-4c-16g-27295 does not seem to be running inside a container [2021-02-23T08:28:05.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/69 -v /w/workspace/edgex-ui-go/69:/w/workspace/edgex-ui-go/69:rw,z -v /w/workspace/edgex-ui-go/69@tmp:/w/workspace/edgex-ui-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T08:28:06.852Z] $ docker top 09c3efe6840fef8a9a2262cd502cc741b148b48d478b12007ee7f18dee8d114f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:07.668Z] + 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=d55611448001badf3f86a355cc3eabf57582dc86 --label arch=amd64 --label version=2.0.0-dev.11 . [2021-02-23T08:28:07.906Z] + go version [2021-02-23T08:28:07.906Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T08:28:07.936Z] $ docker stop --time=1 09c3efe6840fef8a9a2262cd502cc741b148b48d478b12007ee7f18dee8d114f [2021-02-23T08:28:07.938Z] Sending build context to Docker daemon 16.8MB [2021-02-23T08:28:07.938Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T08:28:07.938Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T08:28:07.938Z] ---> 6ba906f53d7f [2021-02-23T08:28:07.938Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T08:28:08.518Z] ---> Running in b65f61808e5a [2021-02-23T08:28:08.782Z] Removing intermediate container b65f61808e5a [2021-02-23T08:28:08.782Z] ---> 6d5961de206e [2021-02-23T08:28:08.782Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T08:28:08.782Z] ---> Running in 9c89a8ddd370 [2021-02-23T08:28:09.045Z] Removing intermediate container 9c89a8ddd370 [2021-02-23T08:28:09.045Z] ---> c3887ad2e121 [2021-02-23T08:28:09.045Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T08:28:09.045Z] ---> Running in 907e56dde731 [2021-02-23T08:28:09.311Z] Removing intermediate container 907e56dde731 [2021-02-23T08:28:09.311Z] ---> b726f761dbec [2021-02-23T08:28:09.311Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T08:28:09.311Z] ---> Running in 48e1ca93c9f5 [2021-02-23T08:28:09.311Z] Removing intermediate container 48e1ca93c9f5 [2021-02-23T08:28:09.311Z] ---> 3db14de70125 [2021-02-23T08:28:09.311Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T08:28:09.589Z] ---> Running in d4969c372ab4 [2021-02-23T08:28:09.589Z] Removing intermediate container d4969c372ab4 [2021-02-23T08:28:09.589Z] ---> 31cfdf39b34a [2021-02-23T08:28:09.589Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T08:28:09.589Z] ---> Running in ce1fcc459b8d [2021-02-23T08:28:09.889Z] $ docker rm -f 09c3efe6840fef8a9a2262cd502cc741b148b48d478b12007ee7f18dee8d114f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:10.942Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T08:28:10.942Z] . [Pipeline] withDockerContainer [2021-02-23T08:28:11.201Z] prd-ubuntu18.04-docker-arm64-4c-16g-27295 does not seem to be running inside a container [2021-02-23T08:28:11.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/69 -v /w/workspace/edgex-ui-go/69:/w/workspace/edgex-ui-go/69:rw,z -v /w/workspace/edgex-ui-go/69@tmp:/w/workspace/edgex-ui-go/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T08:28:11.552Z] Removing intermediate container ce1fcc459b8d [2021-02-23T08:28:11.552Z] ---> 4c212a2bd0d6 [2021-02-23T08:28:11.552Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T08:28:11.552Z] ---> Running in 74f079929b7a [2021-02-23T08:28:11.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T08:28:12.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T08:28:12.814Z] $ docker top 741eaa26d23afe7e9d2e660d4e3d4724bce70bd64b976923324e21c7a0a9ceae -eo pid,comm [2021-02-23T08:28:12.977Z] OK: 166 MiB in 39 packages [Pipeline] { [Pipeline] sh [2021-02-23T08:28:13.570Z] Removing intermediate container 74f079929b7a [2021-02-23T08:28:13.570Z] ---> a04db8fa3bfc [2021-02-23T08:28:13.570Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T08:28:13.570Z] ---> Running in a455dad0b5ad [2021-02-23T08:28:13.826Z] + make test [2021-02-23T08:28:13.826Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-02-23T08:28:13.832Z] Removing intermediate container a455dad0b5ad [2021-02-23T08:28:13.832Z] ---> 7e5ad01e86cb [2021-02-23T08:28:13.832Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T08:28:13.832Z] ---> Running in 272814b35b63 [2021-02-23T08:28:14.094Z] Removing intermediate container 272814b35b63 [2021-02-23T08:28:14.094Z] ---> ff42627310e6 [2021-02-23T08:28:14.094Z] Step 12/24 : COPY go.mod . [2021-02-23T08:28:14.094Z] ---> 5327408740bc [2021-02-23T08:28:14.094Z] Step 13/24 : COPY Makefile . [2021-02-23T08:28:14.369Z] ---> 80d23dd5276e [2021-02-23T08:28:14.369Z] Step 14/24 : RUN make update [2021-02-23T08:28:14.369Z] ---> Running in c365a0d35f9c [2021-02-23T08:28:14.951Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T08:28:15.262Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-02-23T08:28:15.530Z] Removing intermediate container c365a0d35f9c [2021-02-23T08:28:15.530Z] ---> a8714a47d7eb [2021-02-23T08:28:15.530Z] Step 15/24 : COPY . . [2021-02-23T08:28:17.463Z] ---> 0cbbe989f743 [2021-02-23T08:28:17.463Z] Step 16/24 : RUN ${MAKE} [2021-02-23T08:28:17.463Z] ---> Running in d30fb69118e0 [2021-02-23T08:28:17.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.11" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-23T08:28:26.001Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T08:28:27.927Z] Removing intermediate container d30fb69118e0 [2021-02-23T08:28:27.927Z] ---> bcba99959bb0 [2021-02-23T08:28:27.927Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T08:28:28.503Z] 3.12: Pulling from library/alpine [2021-02-23T08:28:28.504Z] 801bfaa63ef2: Pulling fs layer [2021-02-23T08:28:28.771Z] 801bfaa63ef2: Verifying Checksum [2021-02-23T08:28:28.771Z] 801bfaa63ef2: Download complete [2021-02-23T08:28:29.049Z] 801bfaa63ef2: Pull complete [2021-02-23T08:28:29.049Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T08:28:29.049Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T08:28:29.049Z] ---> 389fef711851 [2021-02-23T08:28:29.049Z] Step 18/24 : EXPOSE 4000 [2021-02-23T08:28:29.049Z] ---> Running in 857c5d4f3e2c [2021-02-23T08:28:29.320Z] Removing intermediate container 857c5d4f3e2c [2021-02-23T08:28:29.320Z] ---> 6ca8cb093e6e [2021-02-23T08:28:29.320Z] 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-02-23T08:28:30.274Z] ---> c0bccabccac4 [2021-02-23T08:28:30.274Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T08:28:30.274Z] ---> Running in b21970c9b43c [2021-02-23T08:28:30.537Z] Removing intermediate container b21970c9b43c [2021-02-23T08:28:30.537Z] ---> ebce2c529225 [2021-02-23T08:28:30.537Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T08:28:30.537Z] ---> Running in b89ecc5e9082 [2021-02-23T08:28:30.537Z] Removing intermediate container b89ecc5e9082 [2021-02-23T08:28:30.537Z] ---> d4fa2b60c2be [2021-02-23T08:28:30.537Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T08:28:30.804Z] ---> Running in 137ce6a7e249 [2021-02-23T08:28:30.804Z] Removing intermediate container 137ce6a7e249 [2021-02-23T08:28:30.804Z] ---> 3985db3e0e69 [2021-02-23T08:28:30.804Z] Step 23/24 : LABEL git_sha=d55611448001badf3f86a355cc3eabf57582dc86 [2021-02-23T08:28:30.804Z] ---> Running in 5d5f79737dc5 [2021-02-23T08:28:31.075Z] Removing intermediate container 5d5f79737dc5 [2021-02-23T08:28:31.075Z] ---> 03b53ce57454 [2021-02-23T08:28:31.075Z] Step 24/24 : LABEL version=2.0.0-dev.11 [2021-02-23T08:28:31.075Z] ---> Running in edc1619c9a08 [2021-02-23T08:28:31.337Z] Removing intermediate container edc1619c9a08 [2021-02-23T08:28:31.338Z] ---> caa69e334574 [2021-02-23T08:28:31.338Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T08:28:31.338Z] Successfully built caa69e334574 [2021-02-23T08:28:31.338Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T08:28:31.676Z] provisioning config files... [2021-02-23T08:28:31.707Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/69@tmp/config6852952887838903592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:28:32.078Z] ---> docker-login.sh [2021-02-23T08:28:32.078Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:28:32.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:28:32.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:28:32.341Z] Configure a credential helper to remove this warning. See [2021-02-23T08:28:32.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:28:32.341Z] [2021-02-23T08:28:32.341Z] Login Succeeded [2021-02-23T08:28:32.341Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:28:32.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:28:32.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:28:32.341Z] Configure a credential helper to remove this warning. See [2021-02-23T08:28:32.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:28:32.341Z] [2021-02-23T08:28:32.341Z] Login Succeeded [2021-02-23T08:28:32.341Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:28:32.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:28:32.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:28:32.603Z] Configure a credential helper to remove this warning. See [2021-02-23T08:28:32.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:28:32.603Z] [2021-02-23T08:28:32.603Z] Login Succeeded [2021-02-23T08:28:32.603Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:28:32.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:28:32.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:28:32.866Z] Configure a credential helper to remove this warning. See [2021-02-23T08:28:32.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:28:32.866Z] [2021-02-23T08:28:32.866Z] Login Succeeded [2021-02-23T08:28:32.866Z] docker.io [2021-02-23T08:28:32.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:28:33.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:28:33.129Z] Configure a credential helper to remove this warning. See [2021-02-23T08:28:33.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:28:33.129Z] [2021-02-23T08:28:33.129Z] Login Succeeded [2021-02-23T08:28:33.129Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:28:33.139Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T08:28:33.399Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-02-23T08:28:33.400Z] d55611448001badf3f86a355cc3eabf57582dc86 [2021-02-23T08:28:33.400Z] latest [2021-02-23T08:28:33.400Z] 2.0.0-dev.11 [2021-02-23T08:28:33.400Z] d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 [2021-02-23T08:28:33.400Z] master [2021-02-23T08:28:33.400Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:33.884Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:34.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86 [2021-02-23T08:28:34.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T08:28:34.198Z] aa3304107a75: Preparing [2021-02-23T08:28:34.198Z] 777b2c648970: Preparing [2021-02-23T08:28:34.198Z] 777b2c648970: Layer already exists [2021-02-23T08:28:35.591Z] aa3304107a75: Pushed [2021-02-23T08:28:35.854Z] d55611448001badf3f86a355cc3eabf57582dc86: digest: sha256:4aaba355a6f3f3b51c001374984f01c164e9c09f61abe2199e11ea20d927a4b2 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:36.163Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:36.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-02-23T08:28:36.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T08:28:36.465Z] aa3304107a75: Preparing [2021-02-23T08:28:36.465Z] 777b2c648970: Preparing [2021-02-23T08:28:36.465Z] aa3304107a75: Layer already exists [2021-02-23T08:28:36.465Z] 777b2c648970: Layer already exists [2021-02-23T08:28:36.465Z] latest: digest: sha256:4aaba355a6f3f3b51c001374984f01c164e9c09f61abe2199e11ea20d927a4b2 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:36.776Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:37.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.11 [2021-02-23T08:28:37.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T08:28:37.082Z] aa3304107a75: Preparing [2021-02-23T08:28:37.082Z] 777b2c648970: Preparing [2021-02-23T08:28:37.082Z] aa3304107a75: Layer already exists [2021-02-23T08:28:37.082Z] 777b2c648970: Layer already exists [2021-02-23T08:28:37.082Z] 2.0.0-dev.11: digest: sha256:4aaba355a6f3f3b51c001374984f01c164e9c09f61abe2199e11ea20d927a4b2 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:37.392Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-02-23T08:28:37.466Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-02-23T08:28:37.466Z] GO111MODULE=on go vet ./... [2021-02-23T08:28:37.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 [2021-02-23T08:28:37.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T08:28:37.699Z] aa3304107a75: Preparing [2021-02-23T08:28:37.699Z] 777b2c648970: Preparing [2021-02-23T08:28:37.699Z] 777b2c648970: Layer already exists [2021-02-23T08:28:37.699Z] aa3304107a75: Layer already exists [2021-02-23T08:28:37.699Z] d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11: digest: sha256:4aaba355a6f3f3b51c001374984f01c164e9c09f61abe2199e11ea20d927a4b2 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:38.010Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:38.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-02-23T08:28:38.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-02-23T08:28:38.314Z] aa3304107a75: Preparing [2021-02-23T08:28:38.314Z] 777b2c648970: Preparing [2021-02-23T08:28:38.314Z] 777b2c648970: Layer already exists [2021-02-23T08:28:38.314Z] aa3304107a75: Layer already exists [2021-02-23T08:28:38.314Z] master: digest: sha256:4aaba355a6f3f3b51c001374984f01c164e9c09f61abe2199e11ea20d927a4b2 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T08:28:38.518Z] ===================================================== [Pipeline] echo [2021-02-23T08:28:38.568Z] taggedImages: [2021-02-23T08:28:38.568Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86 [2021-02-23T08:28:38.568Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-02-23T08:28:38.568Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.11 [2021-02-23T08:28:38.568Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 [2021-02-23T08:28:38.568Z] - 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-02-23T08:28:42.912Z] $ docker stop --time=1 741eaa26d23afe7e9d2e660d4e3d4724bce70bd64b976923324e21c7a0a9ceae [2021-02-23T08:28:45.094Z] $ docker rm -f 741eaa26d23afe7e9d2e660d4e3d4724bce70bd64b976923324e21c7a0a9ceae [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T08:28:45.870Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T08:28:45.891Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T08:28:46.800Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T08:28:47.471Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T08:28:47.821Z] + ls -al . [2021-02-23T08:28:47.821Z] total 124 [2021-02-23T08:28:47.821Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 08:28 . [2021-02-23T08:28:47.821Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:26 .. [2021-02-23T08:28:47.821Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 08:26 .git [2021-02-23T08:28:47.821Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 08:26 .github [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 08:26 .gitignore [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 08:26 CONTRIBUTING.md [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 08:26 Dockerfile [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 08:26 Dockerfile.build [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 08:26 Jenkinsfile [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 08:26 LICENSE [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 08:26 Makefile [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 08:26 README.md [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 08:24 VERSION [2021-02-23T08:28:47.821Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 08:26 assets [2021-02-23T08:28:47.821Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 08:26 bin [2021-02-23T08:28:47.821Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 08:26 cmd [2021-02-23T08:28:47.821Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 23 08:28 coverage.out [2021-02-23T08:28:47.821Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 08:26 docs [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 08:26 go.mod [2021-02-23T08:28:47.821Z] -rw-r--r-- 1 jenkins jenkins 20843 Feb 23 08:28 go.sum [2021-02-23T08:28:47.821Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 08:26 internal [2021-02-23T08:28:47.821Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 08:26 version.go [2021-02-23T08:28:47.821Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:26 web [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:28:48.253Z] + 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=d55611448001badf3f86a355cc3eabf57582dc86 --label arch=arm64 --label version=2.0.0-dev.11 . [2021-02-23T08:28:48.873Z] Sending build context to Docker daemon 16.79MB [2021-02-23T08:28:48.873Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T08:28:48.873Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T08:28:48.873Z] ---> b172e59de434 [2021-02-23T08:28:48.873Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-02-23T08:28:49.477Z] ---> Running in ee354bb8f51a [2021-02-23T08:28:49.750Z] Removing intermediate container ee354bb8f51a [2021-02-23T08:28:49.750Z] ---> fb2755e555cf [2021-02-23T08:28:49.750Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-02-23T08:28:50.025Z] ---> Running in 0fc98b329962 [2021-02-23T08:28:50.300Z] Removing intermediate container 0fc98b329962 [2021-02-23T08:28:50.300Z] ---> fc25e2721fd4 [2021-02-23T08:28:50.300Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-02-23T08:28:50.574Z] ---> Running in bf38bcd11d29 [2021-02-23T08:28:50.849Z] Removing intermediate container bf38bcd11d29 [2021-02-23T08:28:50.849Z] ---> 8d956a064788 [2021-02-23T08:28:50.849Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-02-23T08:28:51.127Z] ---> Running in e650e902a126 [2021-02-23T08:28:51.721Z] Removing intermediate container e650e902a126 [2021-02-23T08:28:51.721Z] ---> 3b409f9bf661 [2021-02-23T08:28:51.721Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-02-23T08:28:51.721Z] ---> Running in b8606a818e46 [2021-02-23T08:28:52.314Z] Removing intermediate container b8606a818e46 [2021-02-23T08:28:52.315Z] ---> f28fb93b5f7e [2021-02-23T08:28:52.315Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T08:28:52.315Z] ---> Running in fdbb582d1704 [2021-02-23T08:28:54.288Z] Removing intermediate container fdbb582d1704 [2021-02-23T08:28:54.288Z] ---> cece10617136 [2021-02-23T08:28:54.288Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-23T08:28:54.560Z] ---> Running in 8ebc2534cbf0 [2021-02-23T08:28:55.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T08:28:56.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T08:28:57.120Z] OK: 142 MiB in 39 packages [2021-02-23T08:28:58.560Z] Removing intermediate container 8ebc2534cbf0 [2021-02-23T08:28:58.560Z] ---> e36bcc2f11f5 [2021-02-23T08:28:58.560Z] Step 10/24 : ENV GO111MODULE=on [2021-02-23T08:28:58.560Z] ---> Running in 6067d3fddc7b [2021-02-23T08:28:58.832Z] Removing intermediate container 6067d3fddc7b [2021-02-23T08:28:58.832Z] ---> 5a750db10fd4 [2021-02-23T08:28:58.832Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-02-23T08:28:59.104Z] ---> Running in ad34af9af28a [2021-02-23T08:28:59.698Z] Removing intermediate container ad34af9af28a [2021-02-23T08:28:59.698Z] ---> 875e84933d67 [2021-02-23T08:28:59.698Z] Step 12/24 : COPY go.mod . [2021-02-23T08:29:00.292Z] ---> 0226c95cbf44 [2021-02-23T08:29:00.292Z] Step 13/24 : COPY Makefile . [2021-02-23T08:29:00.893Z] ---> 97b703f6c82f [2021-02-23T08:29:00.893Z] Step 14/24 : RUN make update [2021-02-23T08:29:01.170Z] ---> Running in 8d1bc446d1db [2021-02-23T08:29:02.150Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-02-23T08:29:03.584Z] Removing intermediate container 8d1bc446d1db [2021-02-23T08:29:03.584Z] ---> 001c52e02bab [2021-02-23T08:29:03.584Z] Step 15/24 : COPY . . [2021-02-23T08:29:05.557Z] ---> 1830546dcc20 [2021-02-23T08:29:05.557Z] Step 16/24 : RUN ${MAKE} [2021-02-23T08:29:05.557Z] ---> Running in 9dbae63ad331 [2021-02-23T08:29:07.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.11" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-02-23T08:29:29.225Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-23T08:29:34.614Z] Removing intermediate container 9dbae63ad331 [2021-02-23T08:29:34.614Z] ---> 3a1f56c1b159 [2021-02-23T08:29:34.614Z] Step 17/24 : FROM alpine:3.12 [2021-02-23T08:29:34.615Z] 3.12: Pulling from library/alpine [2021-02-23T08:29:34.615Z] 159e5727ea61: Pulling fs layer [2021-02-23T08:29:34.615Z] 159e5727ea61: Verifying Checksum [2021-02-23T08:29:34.615Z] 159e5727ea61: Download complete [2021-02-23T08:29:35.236Z] 159e5727ea61: Pull complete [2021-02-23T08:29:35.236Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-23T08:29:35.236Z] Status: Downloaded newer image for alpine:3.12 [2021-02-23T08:29:35.236Z] ---> afeebe901d6b [2021-02-23T08:29:35.236Z] Step 18/24 : EXPOSE 4000 [2021-02-23T08:29:35.519Z] ---> Running in 0e4d144e773e [2021-02-23T08:29:36.117Z] Removing intermediate container 0e4d144e773e [2021-02-23T08:29:36.117Z] ---> 13293d12a8fb [2021-02-23T08:29:36.117Z] 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-02-23T08:29:38.095Z] ---> 1ac4cace59c3 [2021-02-23T08:29:38.095Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-02-23T08:29:38.095Z] ---> Running in 59b56d7ef513 [2021-02-23T08:29:38.371Z] Removing intermediate container 59b56d7ef513 [2021-02-23T08:29:38.371Z] ---> b1ec5f35dbd0 [2021-02-23T08:29:38.371Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-02-23T08:29:38.642Z] ---> Running in 671f2e5e6908 [2021-02-23T08:29:38.915Z] Removing intermediate container 671f2e5e6908 [2021-02-23T08:29:38.915Z] ---> 6b96732ed54f [2021-02-23T08:29:38.915Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T08:29:39.183Z] ---> Running in 4e1a36775d5f [2021-02-23T08:29:39.466Z] Removing intermediate container 4e1a36775d5f [2021-02-23T08:29:39.466Z] ---> 56afb4eb82b3 [2021-02-23T08:29:39.466Z] Step 23/24 : LABEL git_sha=d55611448001badf3f86a355cc3eabf57582dc86 [2021-02-23T08:29:39.738Z] ---> Running in 85e59d7169f5 [2021-02-23T08:29:40.330Z] Removing intermediate container 85e59d7169f5 [2021-02-23T08:29:40.330Z] ---> b1ffddec05f6 [2021-02-23T08:29:40.330Z] Step 24/24 : LABEL version=2.0.0-dev.11 [2021-02-23T08:29:40.330Z] ---> Running in 357b64a20958 [2021-02-23T08:29:40.922Z] Removing intermediate container 357b64a20958 [2021-02-23T08:29:40.922Z] ---> afa2978d185c [2021-02-23T08:29:40.922Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T08:29:40.922Z] Successfully built afa2978d185c [2021-02-23T08:29:40.922Z] 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-02-23T08:29:41.364Z] provisioning config files... [2021-02-23T08:29:41.402Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/69@tmp/config6367778413697557994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:29:41.800Z] ---> docker-login.sh [2021-02-23T08:29:41.800Z] nexus3.edgexfoundry.org:10001 [2021-02-23T08:29:42.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:29:42.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:29:42.071Z] Configure a credential helper to remove this warning. See [2021-02-23T08:29:42.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:29:42.071Z] [2021-02-23T08:29:42.071Z] Login Succeeded [2021-02-23T08:29:42.346Z] nexus3.edgexfoundry.org:10002 [2021-02-23T08:29:42.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:29:42.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:29:42.889Z] Configure a credential helper to remove this warning. See [2021-02-23T08:29:42.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:29:42.889Z] [2021-02-23T08:29:42.889Z] Login Succeeded [2021-02-23T08:29:42.889Z] nexus3.edgexfoundry.org:10003 [2021-02-23T08:29:43.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:29:43.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:29:43.432Z] Configure a credential helper to remove this warning. See [2021-02-23T08:29:43.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:29:43.432Z] [2021-02-23T08:29:43.432Z] Login Succeeded [2021-02-23T08:29:43.432Z] nexus3.edgexfoundry.org:10004 [2021-02-23T08:29:44.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:29:44.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:29:44.024Z] Configure a credential helper to remove this warning. See [2021-02-23T08:29:44.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:29:44.024Z] [2021-02-23T08:29:44.024Z] Login Succeeded [2021-02-23T08:29:44.024Z] docker.io [2021-02-23T08:29:44.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T08:29:44.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T08:29:44.625Z] Configure a credential helper to remove this warning. See [2021-02-23T08:29:44.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T08:29:44.625Z] [2021-02-23T08:29:44.625Z] Login Succeeded [2021-02-23T08:29:44.893Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T08:29:44.909Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T08:29:45.118Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-02-23T08:29:45.118Z] d55611448001badf3f86a355cc3eabf57582dc86 [2021-02-23T08:29:45.118Z] latest [2021-02-23T08:29:45.118Z] 2.0.0-dev.11 [2021-02-23T08:29:45.118Z] d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 [2021-02-23T08:29:45.118Z] master [2021-02-23T08:29:45.118Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:45.613Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:45.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86 [2021-02-23T08:29:45.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T08:29:45.967Z] e59714991979: Preparing [2021-02-23T08:29:45.967Z] 379067d0cb53: Preparing [2021-02-23T08:29:46.239Z] 379067d0cb53: Layer already exists [2021-02-23T08:29:49.607Z] e59714991979: Pushed [2021-02-23T08:29:49.880Z] d55611448001badf3f86a355cc3eabf57582dc86: digest: sha256:adf9d6e1dd041447a32536fb3b4b1a5075cb09b10ab6020bd6878d2932cc0a6c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:50.238Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:50.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-02-23T08:29:50.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T08:29:50.584Z] e59714991979: Preparing [2021-02-23T08:29:50.584Z] 379067d0cb53: Preparing [2021-02-23T08:29:50.584Z] e59714991979: Layer already exists [2021-02-23T08:29:50.584Z] 379067d0cb53: Layer already exists [2021-02-23T08:29:50.853Z] latest: digest: sha256:adf9d6e1dd041447a32536fb3b4b1a5075cb09b10ab6020bd6878d2932cc0a6c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:51.202Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:51.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.11 [2021-02-23T08:29:51.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T08:29:51.535Z] e59714991979: Preparing [2021-02-23T08:29:51.535Z] 379067d0cb53: Preparing [2021-02-23T08:29:51.804Z] e59714991979: Layer already exists [2021-02-23T08:29:51.804Z] 379067d0cb53: Layer already exists [2021-02-23T08:29:51.804Z] 2.0.0-dev.11: digest: sha256:adf9d6e1dd041447a32536fb3b4b1a5075cb09b10ab6020bd6878d2932cc0a6c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:52.144Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:52.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 [2021-02-23T08:29:52.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T08:29:52.477Z] e59714991979: Preparing [2021-02-23T08:29:52.477Z] 379067d0cb53: Preparing [2021-02-23T08:29:52.477Z] e59714991979: Layer already exists [2021-02-23T08:29:52.478Z] 379067d0cb53: Layer already exists [2021-02-23T08:29:52.748Z] d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11: digest: sha256:adf9d6e1dd041447a32536fb3b4b1a5075cb09b10ab6020bd6878d2932cc0a6c size: 739 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:53.085Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:53.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-02-23T08:29:53.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-02-23T08:29:53.421Z] e59714991979: Preparing [2021-02-23T08:29:53.421Z] 379067d0cb53: Preparing [2021-02-23T08:29:53.421Z] 379067d0cb53: Layer already exists [2021-02-23T08:29:53.421Z] e59714991979: Layer already exists [2021-02-23T08:29:53.691Z] master: digest: sha256:adf9d6e1dd041447a32536fb3b4b1a5075cb09b10ab6020bd6878d2932cc0a6c size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-23T08:29:53.887Z] ===================================================== [Pipeline] echo [2021-02-23T08:29:53.933Z] taggedImages: [2021-02-23T08:29:53.933Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86 [2021-02-23T08:29:53.933Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-02-23T08:29:53.933Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.11 [2021-02-23T08:29:53.933Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d55611448001badf3f86a355cc3eabf57582dc86-2.0.0-dev.11 [2021-02-23T08:29:53.933Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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-02-23T08:29:55.179Z] provisioning config files... [2021-02-23T08:29:55.189Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6943043831871661795tmp [Pipeline] { [Pipeline] sh [2021-02-23T08:29:55.561Z] + set +x [2021-02-23T08:29:55.561Z] + curl -s https://codecov.io/bash [2021-02-23T08:29:55.561Z] + bash -s -- [2021-02-23T08:29:55.824Z] [2021-02-23T08:29:55.824Z] _____ _ [2021-02-23T08:29:55.824Z] / ____| | | [2021-02-23T08:29:55.824Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T08:29:55.824Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T08:29:55.824Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T08:29:55.824Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T08:29:55.824Z] Bash-20210129-7c25fce [2021-02-23T08:29:55.824Z] [2021-02-23T08:29:55.824Z] [2021-02-23T08:29:55.824Z] ==> git version 2.24.3 found [2021-02-23T08:29:55.824Z] ==> 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-02-23T08:29:55.824Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T08:29:55.824Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T08:29:55.824Z] ==> Jenkins CI detected. [2021-02-23T08:29:55.824Z] project root: . [2021-02-23T08:29:55.824Z] --> token set from env [2021-02-23T08:29:55.824Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T08:29:55.824Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T08:29:55.824Z] ==> Python coveragepy not found [2021-02-23T08:29:55.824Z] ==> Searching for coverage reports in: [2021-02-23T08:29:55.824Z] + . [2021-02-23T08:29:55.824Z] -> Found 1 reports [2021-02-23T08:29:55.824Z] ==> Detecting git/mercurial file structure [2021-02-23T08:29:55.824Z] ==> Reading reports [2021-02-23T08:29:55.824Z] + ./coverage.out bytes=10 [2021-02-23T08:29:55.824Z] ==> Appending adjustments [2021-02-23T08:29:55.824Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T08:29:56.085Z] + Found adjustments [2021-02-23T08:29:56.085Z] ==> Gzipping contents [2021-02-23T08:29:56.085Z] 4.0K /tmp/codecov.LNJeMy.gz [2021-02-23T08:29:56.085Z] ==> Uploading reports [2021-02-23T08:29:56.085Z] url: https://codecov.io [2021-02-23T08:29:56.085Z] query: branch=master&commit=d55611448001badf3f86a355cc3eabf57582dc86&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F69%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T08:29:56.085Z] -> Pinging Codecov [2021-02-23T08:29:56.085Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=d55611448001badf3f86a355cc3eabf57582dc86&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F69%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-23T08:29:56.346Z] -> Uploading to [2021-02-23T08:29:56.346Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/d55611448001badf3f86a355cc3eabf57582dc86/ea21a87b-5815-4043-8f84-29949165008b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T082956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8b15a186e2215ac86fac56edacf5609013f301dffdc5ceff41f9fcde54d12cc1 [2021-02-23T08:29:56.346Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T08:29:56.346Z] Dload Upload Total Spent Left Speed [2021-02-23T08:29:56.918Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 6263 --:--:-- --:--:-- --:--:-- 6266 [2021-02-23T08:29:56.919Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] } [2021-02-23T08:29:56.927Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-23T08:29:57.842Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-23T08:29:57.891Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:58.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T08:29:58.232Z] [2021-02-23T08:29:58.232Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:29:58.605Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T08:29:58.605Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-23T08:29:58.605Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T08:29:58.605Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T08:29:58.605Z] de9db76c5a1d: Pulling fs layer [2021-02-23T08:29:58.605Z] 0eba1c9be4d2: Pulling fs layer [2021-02-23T08:29:58.605Z] 0d57e429df01: Pulling fs layer [2021-02-23T08:29:58.605Z] 4e4be7b47b0d: Pulling fs layer [2021-02-23T08:29:58.605Z] e1f770b5df2f: Pulling fs layer [2021-02-23T08:29:58.605Z] 85a0685a4137: Pulling fs layer [2021-02-23T08:29:58.605Z] 0d57e429df01: Waiting [2021-02-23T08:29:58.605Z] 4e4be7b47b0d: Waiting [2021-02-23T08:29:58.605Z] e1f770b5df2f: Waiting [2021-02-23T08:29:58.605Z] 85a0685a4137: Waiting [2021-02-23T08:29:58.605Z] 0eba1c9be4d2: Waiting [2021-02-23T08:29:58.605Z] de9db76c5a1d: Verifying Checksum [2021-02-23T08:29:58.605Z] de9db76c5a1d: Download complete [2021-02-23T08:29:58.605Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T08:29:58.605Z] 0ef7d3d256c8: Download complete [2021-02-23T08:29:58.605Z] 0d57e429df01: Verifying Checksum [2021-02-23T08:29:58.605Z] 0d57e429df01: Download complete [2021-02-23T08:29:58.605Z] 188c0c94c7c5: Download complete [2021-02-23T08:29:58.605Z] 4e4be7b47b0d: Verifying Checksum [2021-02-23T08:29:58.605Z] 4e4be7b47b0d: Download complete [2021-02-23T08:29:58.867Z] 188c0c94c7c5: Pull complete [2021-02-23T08:29:59.129Z] 0ef7d3d256c8: Pull complete [2021-02-23T08:29:59.392Z] de9db76c5a1d: Pull complete [2021-02-23T08:29:59.656Z] e1f770b5df2f: Verifying Checksum [2021-02-23T08:29:59.656Z] e1f770b5df2f: Download complete [2021-02-23T08:30:01.585Z] 0eba1c9be4d2: Verifying Checksum [2021-02-23T08:30:01.585Z] 0eba1c9be4d2: Download complete [2021-02-23T08:30:01.850Z] 85a0685a4137: Verifying Checksum [2021-02-23T08:30:01.850Z] 85a0685a4137: Download complete [2021-02-23T08:30:07.173Z] 0eba1c9be4d2: Pull complete [2021-02-23T08:30:07.173Z] 0d57e429df01: Pull complete [2021-02-23T08:30:07.434Z] 4e4be7b47b0d: Pull complete [2021-02-23T08:30:10.010Z] e1f770b5df2f: Pull complete [2021-02-23T08:30:16.649Z] 85a0685a4137: Pull complete [2021-02-23T08:30:16.649Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-23T08:30:16.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-23T08:30:16.649Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-23T08:30:16.784Z] prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container [2021-02-23T08:30:16.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-23T08:30:17.719Z] $ docker top 89fb16dc0cc384ea18a2480f9809a2afdf5fb4161d4678cc96fe13ea37ebaad7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-23T08:30:17.890Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-23T08:30:18.177Z] + set -o pipefail [2021-02-23T08:30:18.177Z] + snyk monitor '--org=edgex-jenkins' [2021-02-23T08:30:44.820Z] [2021-02-23T08:30:44.820Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-02-23T08:30:44.820Z] [2021-02-23T08:30:44.820Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/589ec54c-8ba6-4e0a-a70b-187c6146add9 [2021-02-23T08:30:44.820Z] [2021-02-23T08:30:44.820Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-02-23T08:30:44.820Z] [2021-02-23T08:30:44.820Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-23T08:30:44.820Z] [2021-02-23T08:30:44.820Z] [2021-02-23T08:30:44.820Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-23T08:30:44.820Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-23T08:30:44.832Z] $ docker stop --time=1 89fb16dc0cc384ea18a2480f9809a2afdf5fb4161d4678cc96fe13ea37ebaad7 [2021-02-23T08:30:46.979Z] $ docker rm -f 89fb16dc0cc384ea18a2480f9809a2afdf5fb4161d4678cc96fe13ea37ebaad7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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-02-23T08:30:48.615Z] + git log --format=format:%s -1 d55611448001badf3f86a355cc3eabf57582dc86 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:30:48.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:30:48.931Z] . [Pipeline] withDockerContainer [2021-02-23T08:30:49.021Z] prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container [2021-02-23T08:30:49.062Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T08:30:49.805Z] $ docker top fac40f5e62c56475dba0d558ecda06ea7460a0f5f5d776cedf02adbf7ca57657 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T08:30:50.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T08:30:50.126Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T08:30:50.314Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T08:30:50.315Z] $ docker exec fac40f5e62c56475dba0d558ecda06ea7460a0f5f5d776cedf02adbf7ca57657 ssh-agent [2021-02-23T08:30:50.477Z] SSH_AUTH_SOCK=/tmp/ssh-nbVDHNf2gCXx/agent.11 [2021-02-23T08:30:50.477Z] SSH_AGENT_PID=17 [2021-02-23T08:30:50.484Z] Running ssh-add (command line suppressed) [2021-02-23T08:30:50.606Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3778112638956879932.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3778112638956879932.key) [2021-02-23T08:30:50.661Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T08:30:51.017Z] + git semver tag [2021-02-23T08:30:51.017Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T08:30:51.017Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T08:30:51.017Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T08:30:51.017Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T08:30:51.017Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T08:30:51.017Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T08:30:51.017Z] # $SEMVER_BRANCH = master [2021-02-23T08:30:51.017Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-02-23T08:30:51.017Z] # d55611448001badf3f86a355cc3eabf57582dc86 HEAD [2021-02-23T08:30:51.017Z] # -> Force: false [2021-02-23T08:30:51.017Z] # 31c35af3ab598989fe306b875967ac2778042ada refs/tags/v2.0.0-dev.11 [Pipeline] } [2021-02-23T08:30:51.035Z] $ docker exec --env ******** --env ******** fac40f5e62c56475dba0d558ecda06ea7460a0f5f5d776cedf02adbf7ca57657 ssh-agent -k [2021-02-23T08:30:51.158Z] unset SSH_AUTH_SOCK; [2021-02-23T08:30:51.158Z] unset SSH_AGENT_PID; [2021-02-23T08:30:51.159Z] echo Agent pid 17 killed; [2021-02-23T08:30:51.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T08:30:51.791Z] + git semver [Pipeline] } [2021-02-23T08:30:51.805Z] $ docker stop --time=1 fac40f5e62c56475dba0d558ecda06ea7460a0f5f5d776cedf02adbf7ca57657 [2021-02-23T08:30:53.144Z] $ docker rm -f fac40f5e62c56475dba0d558ecda06ea7460a0f5f5d776cedf02adbf7ca57657 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:30:53.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T08:30:53.782Z] [2021-02-23T08:30:53.782Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:30:54.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T08:30:54.158Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-23T08:30:54.158Z] ab5ef0e58194: Pulling fs layer [2021-02-23T08:30:54.158Z] 9712f1f96733: Pulling fs layer [2021-02-23T08:30:54.158Z] 63f879dbbcfc: Pulling fs layer [2021-02-23T08:30:54.158Z] 0d9ebad4ef96: Pulling fs layer [2021-02-23T08:30:54.158Z] e9a5061849ea: Pulling fs layer [2021-02-23T08:30:54.158Z] d747dcd14b5f: Pulling fs layer [2021-02-23T08:30:54.158Z] 2de7ff778b66: Pulling fs layer [2021-02-23T08:30:54.158Z] 0d9ebad4ef96: Waiting [2021-02-23T08:30:54.158Z] d747dcd14b5f: Waiting [2021-02-23T08:30:54.158Z] 2de7ff778b66: Waiting [2021-02-23T08:30:54.158Z] e9a5061849ea: Waiting [2021-02-23T08:30:54.158Z] 9712f1f96733: Verifying Checksum [2021-02-23T08:30:54.158Z] 9712f1f96733: Download complete [2021-02-23T08:30:55.567Z] 63f879dbbcfc: Download complete [2021-02-23T08:30:55.831Z] e9a5061849ea: Verifying Checksum [2021-02-23T08:30:55.831Z] e9a5061849ea: Download complete [2021-02-23T08:30:55.831Z] d747dcd14b5f: Download complete [2021-02-23T08:30:56.104Z] 2de7ff778b66: Verifying Checksum [2021-02-23T08:30:56.104Z] 2de7ff778b66: Download complete [2021-02-23T08:30:56.371Z] 0d9ebad4ef96: Verifying Checksum [2021-02-23T08:30:56.371Z] 0d9ebad4ef96: Download complete [2021-02-23T08:30:56.634Z] ab5ef0e58194: Verifying Checksum [2021-02-23T08:30:56.634Z] ab5ef0e58194: Download complete [2021-02-23T08:31:00.872Z] ab5ef0e58194: Pull complete [2021-02-23T08:31:00.872Z] 9712f1f96733: Pull complete [2021-02-23T08:31:02.821Z] 63f879dbbcfc: Pull complete [2021-02-23T08:31:09.565Z] 0d9ebad4ef96: Pull complete [2021-02-23T08:31:10.957Z] e9a5061849ea: Pull complete [2021-02-23T08:31:10.957Z] d747dcd14b5f: Pull complete [2021-02-23T08:31:14.309Z] 2de7ff778b66: Pull complete [2021-02-23T08:31:14.309Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-23T08:31:14.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-23T08:31:14.309Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-23T08:31:14.456Z] prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container [2021-02-23T08:31:14.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-23T08:31:17.988Z] $ docker top 0a15dce9e6284f85116b7cb5d9ba015c7243461138c13979f1682fb3e34e3f4e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-23T08:31:18.175Z] provisioning config files... [2021-02-23T08:31:18.185Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4708353232460399005tmp [2021-02-23T08:31:18.205Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7162308124766900033tmp [2021-02-23T08:31:18.218Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4726831430536551883tmp [Pipeline] { [Pipeline] echo [2021-02-23T08:31:18.277Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:31:18.584Z] ---> sigul-configuration.sh [2021-02-23T08:31:18.584Z] gpg: directory `/root/.gnupg' created [2021-02-23T08:31:18.584Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-23T08:31:18.584Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-23T08:31:18.584Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-23T08:31:18.584Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-23T08:31:18.584Z] gpg: CAST5 encrypted data [2021-02-23T08:31:18.847Z] gpg: encrypted with 1 passphrase [2021-02-23T08:31:18.847Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-23T08:31:19.143Z] + mkdir /home/jenkins [2021-02-23T08:31:19.143Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-23T08:31:19.436Z] + 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-02-23T08:31:19.449Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:31:19.741Z] ---> sigul-install.sh [2021-02-23T08:31:25.031Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-23T08:31:25.327Z] + git tag --list [2021-02-23T08:31:25.327Z] 0.1.1 [2021-02-23T08:31:25.327Z] v1.1.0 [2021-02-23T08:31:25.327Z] v1.2.0 [2021-02-23T08:31:25.327Z] v1.2.1 [2021-02-23T08:31:25.327Z] v1.3.0 [2021-02-23T08:31:25.327Z] v2.0.0-dev.1 [2021-02-23T08:31:25.327Z] v2.0.0-dev.10 [2021-02-23T08:31:25.327Z] v2.0.0-dev.11 [2021-02-23T08:31:25.327Z] v2.0.0-dev.2 [2021-02-23T08:31:25.327Z] v2.0.0-dev.3 [2021-02-23T08:31:25.327Z] v2.0.0-dev.4 [2021-02-23T08:31:25.327Z] v2.0.0-dev.5 [2021-02-23T08:31:25.327Z] v2.0.0-dev.6 [2021-02-23T08:31:25.327Z] v2.0.0-dev.7 [2021-02-23T08:31:25.327Z] v2.0.0-dev.8 [2021-02-23T08:31:25.327Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-23T08:31:25.621Z] + lftools sign git-tag v2.0.0-dev.11 [2021-02-23T08:31:27.009Z] Signing Git tag with Sigul... [2021-02-23T08:31:27.009Z] Signing v2.0.0-dev.11 [Pipeline] echo [2021-02-23T08:32:34.784Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:32:35.081Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-23T08:32:35.091Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-23T08:32:35.193Z] $ docker stop --time=1 0a15dce9e6284f85116b7cb5d9ba015c7243461138c13979f1682fb3e34e3f4e [2021-02-23T08:32:36.595Z] $ docker rm -f 0a15dce9e6284f85116b7cb5d9ba015c7243461138c13979f1682fb3e34e3f4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:32:37.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:32:37.468Z] . [Pipeline] withDockerContainer [2021-02-23T08:32:37.569Z] prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container [2021-02-23T08:32:37.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T08:32:38.218Z] $ docker top 964903f3a7aac5295ee52054633a0bf039e06f0fadb0a51b422f5e0c088b1571 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T08:32:38.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T08:32:38.492Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T08:32:38.680Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T08:32:38.679Z] $ docker exec 964903f3a7aac5295ee52054633a0bf039e06f0fadb0a51b422f5e0c088b1571 ssh-agent [2021-02-23T08:32:38.843Z] SSH_AUTH_SOCK=/tmp/ssh-II1f3LvFnVUC/agent.13 [2021-02-23T08:32:38.843Z] SSH_AGENT_PID=19 [2021-02-23T08:32:38.854Z] Running ssh-add (command line suppressed) [2021-02-23T08:32:38.966Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1219913861487180161.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1219913861487180161.key) [2021-02-23T08:32:39.036Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T08:32:39.525Z] + git semver bump pre [2021-02-23T08:32:39.525Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T08:32:39.525Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T08:32:39.525Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T08:32:39.525Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T08:32:39.525Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T08:32:39.525Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T08:32:39.525Z] # $SEMVER_BRANCH = master [2021-02-23T08:32:39.525Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-02-23T08:32:39.525Z] 2.0.0-dev.12 [Pipeline] } [2021-02-23T08:32:39.585Z] $ docker exec --env ******** --env ******** 964903f3a7aac5295ee52054633a0bf039e06f0fadb0a51b422f5e0c088b1571 ssh-agent -k [2021-02-23T08:32:39.698Z] unset SSH_AUTH_SOCK; [2021-02-23T08:32:39.698Z] unset SSH_AGENT_PID; [2021-02-23T08:32:39.698Z] echo Agent pid 19 killed; [2021-02-23T08:32:39.748Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T08:32:40.247Z] + git semver [Pipeline] } [2021-02-23T08:32:40.259Z] $ docker stop --time=1 964903f3a7aac5295ee52054633a0bf039e06f0fadb0a51b422f5e0c088b1571 [2021-02-23T08:32:41.602Z] $ docker rm -f 964903f3a7aac5295ee52054633a0bf039e06f0fadb0a51b422f5e0c088b1571 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:32:42.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T08:32:42.116Z] . [Pipeline] withDockerContainer [2021-02-23T08:32:42.209Z] prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container [2021-02-23T08:32:42.245Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T08:32:42.826Z] $ docker top a6304f16c43a5f48d2eae284b9006b755dd72585ebe7a443fa1f50a3ea9ab6f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T08:32:43.105Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T08:32:43.105Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T08:32:43.274Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T08:32:43.274Z] $ docker exec a6304f16c43a5f48d2eae284b9006b755dd72585ebe7a443fa1f50a3ea9ab6f6 ssh-agent [2021-02-23T08:32:43.439Z] SSH_AUTH_SOCK=/tmp/ssh-cviomvSPAK3O/agent.12 [2021-02-23T08:32:43.439Z] SSH_AGENT_PID=17 [2021-02-23T08:32:43.446Z] Running ssh-add (command line suppressed) [2021-02-23T08:32:43.561Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4764117062906130385.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4764117062906130385.key) [2021-02-23T08:32:43.617Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T08:32:43.950Z] + git semver push [2021-02-23T08:32:43.950Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T08:32:43.950Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-02-23T08:32:43.950Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T08:32:43.950Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T08:32:43.950Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T08:32:43.950Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T08:32:43.950Z] # $SEMVER_BRANCH = master [2021-02-23T08:32:43.950Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-02-23T08:32:50.578Z] $ docker exec --env ******** --env ******** a6304f16c43a5f48d2eae284b9006b755dd72585ebe7a443fa1f50a3ea9ab6f6 ssh-agent -k [2021-02-23T08:32:50.689Z] unset SSH_AUTH_SOCK; [2021-02-23T08:32:50.689Z] unset SSH_AGENT_PID; [2021-02-23T08:32:50.689Z] echo Agent pid 17 killed; [2021-02-23T08:32:50.737Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T08:32:51.293Z] + git semver [Pipeline] } [2021-02-23T08:32:51.304Z] $ docker stop --time=1 a6304f16c43a5f48d2eae284b9006b755dd72585ebe7a443fa1f50a3ea9ab6f6 [2021-02-23T08:32:52.649Z] $ docker rm -f a6304f16c43a5f48d2eae284b9006b755dd72585ebe7a443fa1f50a3ea9ab6f6 [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-02-23T08:32:53.981Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:32:54.544Z] ---> package-listing.sh [2021-02-23T08:32:54.544Z] ++ facter osfamily [2021-02-23T08:32:54.544Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T08:32:54.544Z] + OS_FAMILY=redhat [2021-02-23T08:32:54.544Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-02-23T08:32:54.544Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T08:32:54.544Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T08:32:54.544Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T08:32:54.544Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T08:32:54.544Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-02-23T08:32:54.544Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T08:32:54.544Z] + case "${OS_FAMILY}" in [2021-02-23T08:32:54.544Z] + rpm -qa [2021-02-23T08:32:54.544Z] + sort [2021-02-23T08:32:59.834Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T08:32:59.834Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T08:32:59.834Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T08:32:59.834Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-02-23T08:32:59.834Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-02-23T08:32:59.834Z] + 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-02-23T08:32:59.846Z] 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-02-23T08:33:00.136Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:33:00.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T08:33:00.434Z] [2021-02-23T08:33:00.434Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T08:33:00.776Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T08:33:00.776Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T08:33:00.776Z] df20fa9351a1: Pulling fs layer [2021-02-23T08:33:00.776Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T08:33:00.776Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T08:33:00.776Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T08:33:00.776Z] 93b61091891f: Pulling fs layer [2021-02-23T08:33:00.776Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T08:33:00.776Z] 5e14af77c1be: Pulling fs layer [2021-02-23T08:33:00.776Z] 01666e4c0597: Pulling fs layer [2021-02-23T08:33:00.776Z] aa168da1d23b: Pulling fs layer [2021-02-23T08:33:00.776Z] 93b9cdb0e59b: Waiting [2021-02-23T08:33:00.776Z] 5e14af77c1be: Waiting [2021-02-23T08:33:00.776Z] 01666e4c0597: Waiting [2021-02-23T08:33:00.776Z] aa168da1d23b: Waiting [2021-02-23T08:33:00.776Z] 46f8f816bc3b: Waiting [2021-02-23T08:33:00.776Z] 93b61091891f: Waiting [2021-02-23T08:33:00.776Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T08:33:00.776Z] 36b3adc4ff6f: Download complete [2021-02-23T08:33:00.776Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T08:33:00.776Z] 46f8f816bc3b: Download complete [2021-02-23T08:33:01.037Z] df20fa9351a1: Verifying Checksum [2021-02-23T08:33:01.037Z] df20fa9351a1: Download complete [2021-02-23T08:33:01.037Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T08:33:01.037Z] 93b9cdb0e59b: Download complete [2021-02-23T08:33:01.037Z] 93b61091891f: Download complete [2021-02-23T08:33:01.037Z] 5e14af77c1be: Verifying Checksum [2021-02-23T08:33:01.037Z] 5e14af77c1be: Download complete [2021-02-23T08:33:01.037Z] 01666e4c0597: Verifying Checksum [2021-02-23T08:33:01.037Z] 01666e4c0597: Download complete [2021-02-23T08:33:01.300Z] df20fa9351a1: Pull complete [2021-02-23T08:33:01.567Z] 36b3adc4ff6f: Pull complete [2021-02-23T08:33:01.567Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T08:33:01.567Z] 8ad3a11d3b57: Download complete [2021-02-23T08:33:02.984Z] 8ad3a11d3b57: Pull complete [2021-02-23T08:33:03.245Z] aa168da1d23b: Verifying Checksum [2021-02-23T08:33:03.245Z] aa168da1d23b: Download complete [2021-02-23T08:33:03.511Z] 46f8f816bc3b: Pull complete [2021-02-23T08:33:03.771Z] 93b61091891f: Pull complete [2021-02-23T08:33:04.031Z] 93b9cdb0e59b: Pull complete [2021-02-23T08:33:04.031Z] 5e14af77c1be: Pull complete [2021-02-23T08:33:04.293Z] 01666e4c0597: Pull complete [2021-02-23T08:33:12.437Z] aa168da1d23b: Pull complete [2021-02-23T08:33:12.437Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T08:33:12.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T08:33:12.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T08:33:12.547Z] prd-centos7-docker-4c-2g-27294 does not seem to be running inside a container [2021-02-23T08:33:12.585Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T08:33:15.111Z] $ docker top 17e1150d36bb655644dfca544b01030467cb38dc18aa4e7ad8ee68838136f305 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T08:33:15.566Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T08:33:15.857Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T08:33:16.149Z] + ls /var/log/sa-host [2021-02-23T08:33:16.149Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T08:33:16.149Z] file_magic: OK [2021-02-23T08:33:16.149Z] HZ: Using current value: 100 [2021-02-23T08:33:16.149Z] file_header: OK [2021-02-23T08:33:16.149Z] 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-02-23T08:33:16.149Z] Statistics: [2021-02-23T08:33:16.149Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T08:33:16.149Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T08:33:16.374Z] provisioning config files... [2021-02-23T08:33:16.387Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6971200542038146357tmp [Pipeline] { [Pipeline] echo [2021-02-23T08:33:16.484Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:33:16.775Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T08:33:16.783Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T08:33:16.875Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:33:17.171Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T08:33:17.194Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:33:17.622Z] ---> sudo-logs.sh [2021-02-23T08:33:17.622Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T08:33:17.705Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:33:17.996Z] ---> job-cost.sh [2021-02-23T08:33:17.996Z] lf-activate-venv: SKIPPING [2021-02-23T08:33:17.996Z] INFO: No Stack... [2021-02-23T08:33:18.938Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T08:33:19.509Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T08:33:19.521Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T08:33:19.810Z] ---> logs-deploy.sh [2021-02-23T08:33:19.810Z] lf-activate-venv: SKIPPING [2021-02-23T08:33:19.810Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/69 [2021-02-23T08:33:19.810Z] INFO: archiving workspace using pattern(s): [2021-02-23T08:33:21.195Z] Archives upload complete. [2021-02-23T08:33:21.456Z] INFO: archiving logs to Nexus