Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15089 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 d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a (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 d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a # timeout=10 Commit message: "init scaffold" > git rev-list --no-walk bb717a98573fc2f41e9494a67a42c25aa2286931 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-08T08:11:29.587Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-08T08:11:29.808Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-08T08:11:29.910Z] ========================================================= [2020-12-08T08:11:29.911Z] EdgeX Global Pipelines Version Info [2020-12-08T08:11:29.911Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:11:32.158Z] ------------------- [2020-12-08T08:11:32.158Z] stable info: [2020-12-08T08:11:32.158Z] ------------------- [2020-12-08T08:11:32.158Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-08T08:11:32.158Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T08:11:32.158Z] Message: update stable to v1.0.171 [2020-12-08T08:11:32.745Z] ------------------- [2020-12-08T08:11:32.745Z] experimental info: [2020-12-08T08:11:32.745Z] ------------------- [2020-12-08T08:11:32.745Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-08T08:11:32.745Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-08T08:11:32.745Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-08T08:11:33.028Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-12-08T08:11:33.174Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-12-08T08:11:33.307Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-08T08:11:33.409Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-08T08:11:33.493Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-08T08:11:33.602Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-08T08:11:33.712Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-08T08:11:33.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-08T08:11:33.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-08T08:11:33.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-08T08:11:34.071Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-08T08:11:34.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-12-08T08:11:34.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-08T08:11:34.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-08T08:11:34.463Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-08T08:11:34.553Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-08T08:11:34.636Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T08:11:34.722Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-08T08:11:34.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-08T08:11:34.911Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-08T08:11:35.016Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-08T08:11:35.102Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-08T08:11:35.212Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-08T08:11:35.297Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-08T08:11:35.380Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-08T08:11:35.474Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-08T08:11:35.582Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-08T08:11:35.691Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-08T08:11:35.773Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-08T08:11:35.858Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [Pipeline] echo [2020-12-08T08:11:35.939Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d08a9c7 [Pipeline] echo [2020-12-08T08:11:36.033Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T08:11:36.214Z] provisioning config files... [2020-12-08T08:11:36.253Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config9000114283516970015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:11:36.656Z] ---> docker-login.sh [2020-12-08T08:11:36.656Z] nexus3.edgexfoundry.org:10001 [2020-12-08T08:11:37.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:11:37.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:11:37.257Z] Configure a credential helper to remove this warning. See [2020-12-08T08:11:37.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:11:37.257Z] [2020-12-08T08:11:37.257Z] Login Succeeded [2020-12-08T08:11:37.257Z] nexus3.edgexfoundry.org:10002 [2020-12-08T08:11:37.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:11:37.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:11:37.539Z] Configure a credential helper to remove this warning. See [2020-12-08T08:11:37.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:11:37.539Z] [2020-12-08T08:11:37.539Z] Login Succeeded [2020-12-08T08:11:37.539Z] nexus3.edgexfoundry.org:10003 [2020-12-08T08:11:37.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:11:38.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:11:38.104Z] Configure a credential helper to remove this warning. See [2020-12-08T08:11:38.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:11:38.104Z] [2020-12-08T08:11:38.104Z] Login Succeeded [2020-12-08T08:11:38.104Z] nexus3.edgexfoundry.org:10004 [2020-12-08T08:11:38.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:11:38.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:11:38.401Z] Configure a credential helper to remove this warning. See [2020-12-08T08:11:38.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:11:38.402Z] [2020-12-08T08:11:38.402Z] Login Succeeded [2020-12-08T08:11:38.402Z] docker.io [2020-12-08T08:11:38.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:11:38.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:11:38.938Z] Configure a credential helper to remove this warning. See [2020-12-08T08:11:38.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:11:38.938Z] [2020-12-08T08:11:38.938Z] Login Succeeded [2020-12-08T08:11:38.938Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T08:11:38.950Z] 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 [2020-12-08T08:11:39.819Z] + git log --format=format:%s -1 d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [Pipeline] echo [2020-12-08T08:11:39.924Z] GIT_COMMIT: d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a, Commit Message: init scaffold [Pipeline] echo [2020-12-08T08:11:40.027Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:11:40.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T08:11:40.970Z] [2020-12-08T08:11:40.970Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:11:41.344Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T08:11:41.344Z] latest: Pulling from edgex-devops/git-semver [2020-12-08T08:11:41.345Z] 31603596830f: Pulling fs layer [2020-12-08T08:11:41.345Z] 2a8b12db71e7: Pulling fs layer [2020-12-08T08:11:41.345Z] 6ca5941a6612: Pulling fs layer [2020-12-08T08:11:41.345Z] ecc8261a40a4: Pulling fs layer [2020-12-08T08:11:41.345Z] ecc8261a40a4: Waiting [2020-12-08T08:11:41.345Z] 2a8b12db71e7: Verifying Checksum [2020-12-08T08:11:41.345Z] 2a8b12db71e7: Download complete [2020-12-08T08:11:41.651Z] 31603596830f: Verifying Checksum [2020-12-08T08:11:41.651Z] 31603596830f: Download complete [2020-12-08T08:11:41.932Z] ecc8261a40a4: Verifying Checksum [2020-12-08T08:11:41.932Z] ecc8261a40a4: Download complete [2020-12-08T08:11:42.199Z] 6ca5941a6612: Verifying Checksum [2020-12-08T08:11:42.199Z] 6ca5941a6612: Download complete [2020-12-08T08:11:42.199Z] 31603596830f: Pull complete [2020-12-08T08:11:42.789Z] 2a8b12db71e7: Pull complete [2020-12-08T08:11:44.303Z] 6ca5941a6612: Pull complete [2020-12-08T08:11:44.581Z] ecc8261a40a4: Pull complete [2020-12-08T08:11:44.850Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-08T08:11:44.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T08:11:44.850Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-08T08:11:45.131Z] prd-centos7-docker-4c-2g-15089 does not seem to be running inside a container [2020-12-08T08:11:45.201Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T08:11:48.030Z] $ docker top bd02242f46161a3e65b1c323cf4b8d6881a9e0655cb44af6f36c3b11fc5912dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T08:11:48.756Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T08:11:48.756Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T08:11:49.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T08:11:49.300Z] $ docker exec bd02242f46161a3e65b1c323cf4b8d6881a9e0655cb44af6f36c3b11fc5912dc ssh-agent [2020-12-08T08:11:49.634Z] SSH_AUTH_SOCK=/tmp/ssh-o6FzMeiimAI1/agent.12 [2020-12-08T08:11:49.634Z] SSH_AGENT_PID=17 [2020-12-08T08:11:49.667Z] Running ssh-add (command line suppressed) [2020-12-08T08:11:49.881Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4790983506585678231.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4790983506585678231.key) [2020-12-08T08:11:50.024Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T08:11:50.397Z] + git tag --points-at HEAD [Pipeline] } [2020-12-08T08:11:50.448Z] $ docker exec --env ******** --env ******** bd02242f46161a3e65b1c323cf4b8d6881a9e0655cb44af6f36c3b11fc5912dc ssh-agent -k [2020-12-08T08:11:50.725Z] unset SSH_AUTH_SOCK; [2020-12-08T08:11:50.726Z] unset SSH_AGENT_PID; [2020-12-08T08:11:50.726Z] echo Agent pid 17 killed; [2020-12-08T08:11:50.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-08T08:11:51.051Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T08:11:51.051Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T08:11:51.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T08:11:51.444Z] $ docker exec bd02242f46161a3e65b1c323cf4b8d6881a9e0655cb44af6f36c3b11fc5912dc ssh-agent [2020-12-08T08:11:51.747Z] SSH_AUTH_SOCK=/tmp/ssh-y8r4WSaYuTn8/agent.46 [2020-12-08T08:11:51.747Z] SSH_AGENT_PID=51 [2020-12-08T08:11:51.758Z] Running ssh-add (command line suppressed) [2020-12-08T08:11:52.156Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7208834226405355600.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7208834226405355600.key) [2020-12-08T08:11:52.277Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T08:11:52.962Z] + git semver init [2020-12-08T08:11:52.962Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T08:11:52.962Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-12-08T08:11:52.962Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T08:11:52.962Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T08:11:52.962Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T08:11:52.962Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T08:11:52.962Z] # $SEMVER_BRANCH = master [2020-12-08T08:11:52.962Z] # $SEMVER_TEMP = /tmp/semver-642080713 [2020-12-08T08:11:52.962Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-12-08T08:11:54.401Z] # '/tmp/semver-642080713' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-12-08T08:11:54.401Z] # -> Force: false [2020-12-08T08:11:54.401Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-12-08T08:11:54.423Z] $ docker exec --env ******** --env ******** bd02242f46161a3e65b1c323cf4b8d6881a9e0655cb44af6f36c3b11fc5912dc ssh-agent -k [2020-12-08T08:11:54.586Z] unset SSH_AUTH_SOCK; [2020-12-08T08:11:54.587Z] unset SSH_AGENT_PID; [2020-12-08T08:11:54.587Z] echo Agent pid 51 killed; [2020-12-08T08:11:54.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T08:11:55.156Z] + git semver [Pipeline] } [2020-12-08T08:11:55.191Z] $ docker stop --time=1 bd02242f46161a3e65b1c323cf4b8d6881a9e0655cb44af6f36c3b11fc5912dc [2020-12-08T08:11:56.860Z] $ docker rm -f bd02242f46161a3e65b1c323cf4b8d6881a9e0655cb44af6f36c3b11fc5912dc [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T08:11:57.386Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-08T08:11:58.194Z] Stashed 1 file(s) [Pipeline] echo [2020-12-08T08:11:58.222Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.1 [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 [2020-12-08T08:12:13.739Z] Still waiting to schedule task [2020-12-08T08:12:13.740Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-08T08:12:13.742Z] Still waiting to schedule task [2020-12-08T08:12:13.742Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-08T08:13:50.388Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15090 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-12-08T08:13:50.507Z] Running in /w/workspace/edgex-ui-go/59 [Pipeline] { [Pipeline] checkout [2020-12-08T08:13:55.919Z] using credential edgex-jenkins-ssh [2020-12-08T08:13:55.983Z] Cloning the remote Git repository [2020-12-08T08:13:56.041Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:13:56.160Z] > git init /w/workspace/edgex-ui-go/59 # timeout=10 [2020-12-08T08:13:56.236Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:13:56.237Z] > git --version # timeout=10 [2020-12-08T08:13:56.255Z] > git --version # 'git version 2.17.1' [2020-12-08T08:13:56.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T08:13:56.322Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T08:13:57.744Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T08:13:57.761Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T08:13:57.792Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T08:13:57.837Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:13:57.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T08:13:57.849Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T08:13:58.320Z] Checking out Revision d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a (master) [2020-12-08T08:13:58.339Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T08:13:58.365Z] > git checkout -f d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a # timeout=10 [2020-12-08T08:14:03.099Z] Commit message: "init scaffold" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T08:14:04.681Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-08T08:14:05.110Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T08:14:05.453Z] + true [2020-12-08T08:14:05.453Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T08:14:08.171Z] provisioning config files... [2020-12-08T08:14:08.228Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/59@tmp/config3619482421798081546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:14:08.660Z] ---> docker-login.sh [2020-12-08T08:14:08.660Z] nexus3.edgexfoundry.org:10001 [2020-12-08T08:14:09.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:14:09.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:14:09.857Z] Configure a credential helper to remove this warning. See [2020-12-08T08:14:09.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:14:09.857Z] [2020-12-08T08:14:09.857Z] Login Succeeded [2020-12-08T08:14:09.857Z] nexus3.edgexfoundry.org:10002 [2020-12-08T08:14:10.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:14:10.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:14:10.408Z] Configure a credential helper to remove this warning. See [2020-12-08T08:14:10.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:14:10.408Z] [2020-12-08T08:14:10.408Z] Login Succeeded [2020-12-08T08:14:10.408Z] nexus3.edgexfoundry.org:10003 [2020-12-08T08:14:10.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:14:10.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:14:10.683Z] Configure a credential helper to remove this warning. See [2020-12-08T08:14:10.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:14:10.683Z] [2020-12-08T08:14:10.683Z] Login Succeeded [2020-12-08T08:14:10.683Z] nexus3.edgexfoundry.org:10004 [2020-12-08T08:14:11.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:14:11.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:14:11.284Z] Configure a credential helper to remove this warning. See [2020-12-08T08:14:11.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:14:11.284Z] [2020-12-08T08:14:11.284Z] Login Succeeded [2020-12-08T08:14:11.284Z] docker.io [2020-12-08T08:14:11.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:14:12.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:14:12.152Z] Configure a credential helper to remove this warning. See [2020-12-08T08:14:12.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:14:12.152Z] [2020-12-08T08:14:12.152Z] Login Succeeded [2020-12-08T08:14:12.152Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T08:14:12.170Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-08T08:14:12.611Z] ========================================================= [2020-12-08T08:14:12.611Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-08T08:14:12.611Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:14:13.008Z] + 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 . [2020-12-08T08:14:13.628Z] Sending build context to Docker daemon 15.75MB [2020-12-08T08:14:13.628Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-08T08:14:13.628Z] Step 2/8 : FROM ${BASE} [2020-12-08T08:14:13.907Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-08T08:14:13.907Z] 5f621e34cdf4: Pulling fs layer [2020-12-08T08:14:13.907Z] a4357932f1b6: Pulling fs layer [2020-12-08T08:14:13.907Z] 18c013af1878: Pulling fs layer [2020-12-08T08:14:13.907Z] 00ac8860ef70: Pulling fs layer [2020-12-08T08:14:13.907Z] 63d7cb157983: Pulling fs layer [2020-12-08T08:14:13.907Z] b116817d02f9: Pulling fs layer [2020-12-08T08:14:13.907Z] 00ac8860ef70: Waiting [2020-12-08T08:14:13.907Z] 63d7cb157983: Waiting [2020-12-08T08:14:13.907Z] 745a02a5169b: Pulling fs layer [2020-12-08T08:14:13.907Z] b116817d02f9: Waiting [2020-12-08T08:14:13.907Z] 745a02a5169b: Waiting [2020-12-08T08:14:13.907Z] a4357932f1b6: Download complete [2020-12-08T08:14:13.907Z] 18c013af1878: Verifying Checksum [2020-12-08T08:14:13.907Z] 18c013af1878: Download complete [2020-12-08T08:14:13.907Z] 63d7cb157983: Verifying Checksum [2020-12-08T08:14:13.907Z] 63d7cb157983: Download complete [2020-12-08T08:14:13.907Z] b116817d02f9: Download complete [2020-12-08T08:14:13.907Z] 5f621e34cdf4: Verifying Checksum [2020-12-08T08:14:13.907Z] 5f621e34cdf4: Download complete [2020-12-08T08:14:14.508Z] 5f621e34cdf4: Pull complete [2020-12-08T08:14:15.113Z] a4357932f1b6: Pull complete [2020-12-08T08:14:15.719Z] 18c013af1878: Pull complete [2020-12-08T08:14:16.317Z] 745a02a5169b: Verifying Checksum [2020-12-08T08:14:16.317Z] 745a02a5169b: Download complete [2020-12-08T08:14:17.309Z] 00ac8860ef70: Verifying Checksum [2020-12-08T08:14:17.310Z] 00ac8860ef70: Download complete [2020-12-08T08:14:27.481Z] 00ac8860ef70: Pull complete [2020-12-08T08:14:27.754Z] 63d7cb157983: Pull complete [2020-12-08T08:14:28.028Z] b116817d02f9: Pull complete [2020-12-08T08:14:32.345Z] 745a02a5169b: Pull complete [2020-12-08T08:14:32.345Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-08T08:14:32.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-08T08:14:32.345Z] ---> b7e6874047d6 [2020-12-08T08:14:32.345Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-08T08:14:34.982Z] ---> Running in ffd498fb2271 [2020-12-08T08:14:34.982Z] Removing intermediate container ffd498fb2271 [2020-12-08T08:14:34.982Z] ---> b47db89dd67d [2020-12-08T08:14:34.983Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T08:14:35.256Z] ---> Running in 7640699c7f8f [2020-12-08T08:14:37.251Z] Removing intermediate container 7640699c7f8f [2020-12-08T08:14:37.251Z] ---> e51f98008b70 [2020-12-08T08:14:37.251Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-08T08:14:37.251Z] ---> Running in bd3dfc903bf3 [2020-12-08T08:14:38.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T08:14:39.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T08:14:39.795Z] OK: 142 MiB in 39 packages [2020-12-08T08:14:40.779Z] Removing intermediate container bd3dfc903bf3 [2020-12-08T08:14:40.779Z] ---> ce34e0547eef [2020-12-08T08:14:40.779Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-12-08T08:14:41.066Z] ---> Running in 7a15f42feb24 [2020-12-08T08:14:41.669Z] Removing intermediate container 7a15f42feb24 [2020-12-08T08:14:41.669Z] ---> 043f856fbaf9 [2020-12-08T08:14:41.669Z] Step 7/8 : COPY . . [2020-12-08T08:14:43.658Z] ---> 45a684626edc [2020-12-08T08:14:43.658Z] Step 8/8 : RUN go mod download [2020-12-08T08:14:43.658Z] ---> Running in a741653db590 [2020-12-08T08:14:45.150Z] Running on prd-centos7-docker-4c-2g-15091 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-12-08T08:14:45.231Z] Running in /w/workspace/edgex-ui-go/59 [Pipeline] { [Pipeline] checkout [2020-12-08T08:14:47.792Z] using credential edgex-jenkins-ssh [2020-12-08T08:14:47.862Z] Cloning the remote Git repository [2020-12-08T08:14:47.892Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:14:47.962Z] > git init /w/workspace/edgex-ui-go/59 # timeout=10 [2020-12-08T08:14:48.021Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:14:48.022Z] > git --version # timeout=10 [2020-12-08T08:14:48.029Z] > git --version # 'git version 2.24.3' [2020-12-08T08:14:48.030Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T08:14:48.062Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T08:14:49.322Z] Checking out Revision d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a (master) [2020-12-08T08:14:48.895Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T08:14:48.903Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-08T08:14:48.914Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-12-08T08:14:48.927Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-12-08T08:14:48.927Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-08T08:14:48.932Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-08T08:14:49.333Z] > git config core.sparsecheckout # timeout=10 [2020-12-08T08:14:49.338Z] > git checkout -f d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a # timeout=10 [2020-12-08T08:14:53.030Z] Commit message: "init scaffold" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T08:14:54.238Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-08T08:14:54.575Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-08T08:14:54.882Z] + sudo service docker restart [2020-12-08T08:14:54.882Z] + true [2020-12-08T08:14:54.882Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T08:14:55.907Z] provisioning config files... [2020-12-08T08:14:55.934Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/59@tmp/config602770123013377693tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:14:56.317Z] ---> docker-login.sh [2020-12-08T08:14:56.317Z] nexus3.edgexfoundry.org:10001 [2020-12-08T08:14:56.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:14:56.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:14:56.581Z] Configure a credential helper to remove this warning. See [2020-12-08T08:14:56.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:14:56.581Z] [2020-12-08T08:14:56.581Z] Login Succeeded [2020-12-08T08:14:56.581Z] nexus3.edgexfoundry.org:10002 [2020-12-08T08:14:56.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:14:56.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:14:56.845Z] Configure a credential helper to remove this warning. See [2020-12-08T08:14:56.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:14:56.845Z] [2020-12-08T08:14:56.845Z] Login Succeeded [2020-12-08T08:14:56.845Z] nexus3.edgexfoundry.org:10003 [2020-12-08T08:14:57.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:14:57.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:14:57.108Z] Configure a credential helper to remove this warning. See [2020-12-08T08:14:57.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:14:57.108Z] [2020-12-08T08:14:57.108Z] Login Succeeded [2020-12-08T08:14:57.108Z] nexus3.edgexfoundry.org:10004 [2020-12-08T08:14:57.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:14:57.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:14:57.371Z] Configure a credential helper to remove this warning. See [2020-12-08T08:14:57.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:14:57.371Z] [2020-12-08T08:14:57.371Z] Login Succeeded [2020-12-08T08:14:57.371Z] docker.io [2020-12-08T08:14:57.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:14:57.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:14:57.635Z] Configure a credential helper to remove this warning. See [2020-12-08T08:14:57.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:14:57.635Z] [2020-12-08T08:14:57.635Z] Login Succeeded [2020-12-08T08:14:57.635Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T08:14:57.645Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-08T08:14:58.052Z] ========================================================= [2020-12-08T08:14:58.052Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-08T08:14:58.052Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:14:58.410Z] + 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 . [2020-12-08T08:14:58.673Z] Sending build context to Docker daemon 15.75MB [2020-12-08T08:14:58.673Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-08T08:14:58.673Z] Step 2/8 : FROM ${BASE} [2020-12-08T08:14:58.673Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-08T08:14:58.673Z] 188c0c94c7c5: Pulling fs layer [2020-12-08T08:14:58.673Z] 0ef7d3d256c8: Pulling fs layer [2020-12-08T08:14:58.673Z] de9db76c5a1d: Pulling fs layer [2020-12-08T08:14:58.673Z] bca2f99d35d6: Pulling fs layer [2020-12-08T08:14:58.673Z] 93359f2a8cfa: Pulling fs layer [2020-12-08T08:14:58.673Z] 7c6f9722023f: Pulling fs layer [2020-12-08T08:14:58.673Z] a35cf1a2eb13: Pulling fs layer [2020-12-08T08:14:58.673Z] 93359f2a8cfa: Waiting [2020-12-08T08:14:58.673Z] a35cf1a2eb13: Waiting [2020-12-08T08:14:58.673Z] 7c6f9722023f: Waiting [2020-12-08T08:14:58.673Z] bca2f99d35d6: Waiting [2020-12-08T08:14:58.673Z] de9db76c5a1d: Verifying Checksum [2020-12-08T08:14:58.673Z] de9db76c5a1d: Download complete [2020-12-08T08:14:58.673Z] 0ef7d3d256c8: Verifying Checksum [2020-12-08T08:14:58.673Z] 0ef7d3d256c8: Download complete [2020-12-08T08:14:58.673Z] 93359f2a8cfa: Verifying Checksum [2020-12-08T08:14:58.673Z] 93359f2a8cfa: Download complete [2020-12-08T08:14:58.936Z] 188c0c94c7c5: Verifying Checksum [2020-12-08T08:14:58.936Z] 188c0c94c7c5: Download complete [2020-12-08T08:14:58.936Z] 7c6f9722023f: Download complete [2020-12-08T08:14:59.207Z] 188c0c94c7c5: Pull complete [2020-12-08T08:14:59.207Z] 0ef7d3d256c8: Pull complete [2020-12-08T08:14:59.472Z] de9db76c5a1d: Pull complete [2020-12-08T08:15:00.876Z] a35cf1a2eb13: Verifying Checksum [2020-12-08T08:15:00.876Z] a35cf1a2eb13: Download complete [2020-12-08T08:15:01.465Z] bca2f99d35d6: Verifying Checksum [2020-12-08T08:15:01.465Z] bca2f99d35d6: Download complete [2020-12-08T08:15:06.828Z] bca2f99d35d6: Pull complete [2020-12-08T08:15:06.828Z] 93359f2a8cfa: Pull complete [2020-12-08T08:15:06.828Z] 7c6f9722023f: Pull complete [2020-12-08T08:15:10.490Z] Removing intermediate container a741653db590 [2020-12-08T08:15:10.490Z] ---> 4d86e02a9079 [2020-12-08T08:15:10.490Z] Successfully built 4d86e02a9079 [2020-12-08T08:15:10.490Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:15:10.837Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T08:15:10.837Z] . [Pipeline] withDockerContainer [2020-12-08T08:15:11.080Z] prd-ubuntu18.04-docker-arm64-4c-16g-15090 does not seem to be running inside a container [2020-12-08T08:15:11.177Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/59 -v /w/workspace/edgex-ui-go/59:/w/workspace/edgex-ui-go/59:rw,z -v /w/workspace/edgex-ui-go/59@tmp:/w/workspace/edgex-ui-go/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-08T08:15:12.606Z] $ docker top 92e65a85b010058aed995fef987b2d6d4b5e7475e2840f878df7bacb17f6d423 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T08:15:13.625Z] + go version [2020-12-08T08:15:13.626Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-08T08:15:13.654Z] $ docker stop --time=1 92e65a85b010058aed995fef987b2d6d4b5e7475e2840f878df7bacb17f6d423 [2020-12-08T08:15:15.009Z] a35cf1a2eb13: Pull complete [2020-12-08T08:15:15.009Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-08T08:15:15.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-08T08:15:15.009Z] ---> a62c8e92a672 [2020-12-08T08:15:15.009Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-08T08:15:15.009Z] ---> Running in 0c62d1170739 [2020-12-08T08:15:15.009Z] Removing intermediate container 0c62d1170739 [2020-12-08T08:15:15.009Z] ---> 814e9a1efde5 [2020-12-08T08:15:15.009Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T08:15:15.009Z] ---> Running in 079e22aedddd [2020-12-08T08:15:15.577Z] $ docker rm -f 92e65a85b010058aed995fef987b2d6d4b5e7475e2840f878df7bacb17f6d423 [Pipeline] // withDockerContainer [Pipeline] } [2020-12-08T08:15:15.959Z] Removing intermediate container 079e22aedddd [2020-12-08T08:15:15.959Z] ---> 99a5d6c0096e [2020-12-08T08:15:15.959Z] Step 5/8 : RUN apk add --no-cache make git [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-12-08T08:15:16.230Z] ---> Running in 4ffe5ffec170 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:15:16.692Z] + docker inspect -f . ci-base-image-arm64 [2020-12-08T08:15:16.692Z] . [Pipeline] withDockerContainer [2020-12-08T08:15:16.952Z] prd-ubuntu18.04-docker-arm64-4c-16g-15090 does not seem to be running inside a container [2020-12-08T08:15:17.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/59 -v /w/workspace/edgex-ui-go/59:/w/workspace/edgex-ui-go/59:rw,z -v /w/workspace/edgex-ui-go/59@tmp:/w/workspace/edgex-ui-go/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-08T08:15:17.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T08:15:17.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T08:15:18.344Z] OK: 166 MiB in 39 packages [2020-12-08T08:15:18.535Z] $ docker top 5fe3b912f61a9b2f1edae0878c3f076e413b26da2e8c05ed898b75430b5e6227 -eo pid,comm [Pipeline] { [2020-12-08T08:15:18.922Z] Removing intermediate container 4ffe5ffec170 [2020-12-08T08:15:18.923Z] ---> 500404f3faf7 [2020-12-08T08:15:18.923Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-12-08T08:15:18.923Z] ---> Running in 17d53fb5662b [Pipeline] sh [2020-12-08T08:15:19.209Z] Removing intermediate container 17d53fb5662b [2020-12-08T08:15:19.209Z] ---> 1a2d1e4998fc [2020-12-08T08:15:19.209Z] Step 7/8 : COPY . . [2020-12-08T08:15:19.600Z] + make test [2020-12-08T08:15:19.600Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-08T08:15:20.603Z] ---> c65fa859fd4a [2020-12-08T08:15:20.603Z] Step 8/8 : RUN go mod download [2020-12-08T08:15:20.603Z] ---> Running in 9a2ceedda88c [2020-12-08T08:15:21.046Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-12-08T08:15:42.672Z] Removing intermediate container 9a2ceedda88c [2020-12-08T08:15:42.672Z] ---> 2f6e3d1a8bb2 [2020-12-08T08:15:42.672Z] Successfully built 2f6e3d1a8bb2 [2020-12-08T08:15:42.672Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:15:42.986Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T08:15:42.986Z] . [Pipeline] withDockerContainer [2020-12-08T08:15:43.107Z] prd-centos7-docker-4c-2g-15091 does not seem to be running inside a container [2020-12-08T08:15:43.162Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/59 -v /w/workspace/edgex-ui-go/59:/w/workspace/edgex-ui-go/59:rw,z -v /w/workspace/edgex-ui-go/59@tmp:/w/workspace/edgex-ui-go/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-12-08T08:15:43.282Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-12-08T08:15:43.282Z] GO111MODULE=on go vet ./... [2020-12-08T08:15:43.945Z] $ docker top 80eb2a958043f0e9b49ee807121aab57037834bf17aa9dda785c49121181e6a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T08:15:44.545Z] + go version [2020-12-08T08:15:44.545Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-08T08:15:44.562Z] $ docker stop --time=1 80eb2a958043f0e9b49ee807121aab57037834bf17aa9dda785c49121181e6a0 [2020-12-08T08:15:45.904Z] $ docker rm -f 80eb2a958043f0e9b49ee807121aab57037834bf17aa9dda785c49121181e6a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:15:46.807Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-08T08:15:46.807Z] . [Pipeline] withDockerContainer [2020-12-08T08:15:46.908Z] prd-centos7-docker-4c-2g-15091 does not seem to be running inside a container [2020-12-08T08:15:46.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/59 -v /w/workspace/edgex-ui-go/59:/w/workspace/edgex-ui-go/59:rw,z -v /w/workspace/edgex-ui-go/59@tmp:/w/workspace/edgex-ui-go/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-08T08:15:47.553Z] $ docker top 341122654fb2d7563b6a48a129cdb0c8152059f3313f31a480781f6534bb3770 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T08:15:48.036Z] + make test [2020-12-08T08:15:48.036Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] } [2020-12-08T08:15:48.726Z] $ docker stop --time=1 5fe3b912f61a9b2f1edae0878c3f076e413b26da2e8c05ed898b75430b5e6227 [2020-12-08T08:15:48.990Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-12-08T08:15:50.911Z] $ docker rm -f 5fe3b912f61a9b2f1edae0878c3f076e413b26da2e8c05ed898b75430b5e6227 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T08:15:51.703Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-08T08:15:52.472Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-08T08:15:54.776Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-08T08:15:55.120Z] + ls -al . [2020-12-08T08:15:55.120Z] total 124 [2020-12-08T08:15:55.120Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 08:15 . [2020-12-08T08:15:55.120Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 08:13 .. [2020-12-08T08:15:55.120Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 8 08:14 .git [2020-12-08T08:15:55.120Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 08:13 .github [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 153 Dec 8 08:13 .gitignore [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 3959 Dec 8 08:13 CONTRIBUTING.md [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 913 Dec 8 08:13 Dockerfile [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 898 Dec 8 08:13 Dockerfile.build [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 652 Dec 8 08:13 Jenkinsfile [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 11357 Dec 8 08:13 LICENSE [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 951 Dec 8 08:13 Makefile [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 4535 Dec 8 08:13 README.md [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 8 08:11 VERSION [2020-12-08T08:15:55.120Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 08:13 assets [2020-12-08T08:15:55.120Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 8 08:13 bin [2020-12-08T08:15:55.120Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 8 08:13 cmd [2020-12-08T08:15:55.120Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 8 08:15 coverage.out [2020-12-08T08:15:55.120Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 8 08:13 docs [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 1019 Dec 8 08:13 go.mod [2020-12-08T08:15:55.120Z] -rw-r--r-- 1 jenkins jenkins 20718 Dec 8 08:15 go.sum [2020-12-08T08:15:55.120Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 8 08:13 internal [2020-12-08T08:15:55.120Z] -rw-rw-r-- 1 jenkins jenkins 155 Dec 8 08:13 version.go [2020-12-08T08:15:55.120Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 8 08:13 web [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:15:55.501Z] + 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=d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a --label arch=arm64 --label version=2.0.0-dev.1 . [2020-12-08T08:15:56.103Z] Sending build context to Docker daemon 15.77MB [2020-12-08T08:15:56.103Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-08T08:15:56.103Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-08T08:15:56.103Z] ---> 4d86e02a9079 [2020-12-08T08:15:56.103Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-12-08T08:15:56.697Z] ---> Running in cefd1ac78bc3 [2020-12-08T08:15:56.971Z] Removing intermediate container cefd1ac78bc3 [2020-12-08T08:15:56.971Z] ---> e738dbdff581 [2020-12-08T08:15:56.971Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-12-08T08:15:57.242Z] ---> Running in 5c2a56456233 [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-12-08T08:15:57.255Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-12-08T08:15:57.255Z] GO111MODULE=on go vet ./... [2020-12-08T08:15:57.513Z] Removing intermediate container 5c2a56456233 [2020-12-08T08:15:57.513Z] ---> 22f3f687809d [2020-12-08T08:15:57.513Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-12-08T08:15:57.784Z] ---> Running in facf0f355d90 [Pipeline] } [2020-12-08T08:15:57.848Z] $ docker stop --time=1 341122654fb2d7563b6a48a129cdb0c8152059f3313f31a480781f6534bb3770 [2020-12-08T08:15:58.054Z] Removing intermediate container facf0f355d90 [2020-12-08T08:15:58.054Z] ---> 4b7a0b08f0fc [2020-12-08T08:15:58.054Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-12-08T08:15:58.328Z] ---> Running in 0dede10144c9 [2020-12-08T08:15:58.598Z] Removing intermediate container 0dede10144c9 [2020-12-08T08:15:58.599Z] ---> f27f1b88778f [2020-12-08T08:15:58.599Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-12-08T08:15:58.869Z] ---> Running in 63daa53ccd43 [2020-12-08T08:15:59.141Z] Removing intermediate container 63daa53ccd43 [2020-12-08T08:15:59.141Z] ---> 78ce922679c2 [2020-12-08T08:15:59.141Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T08:15:59.419Z] ---> Running in c788b50a07b0 [2020-12-08T08:16:00.056Z] $ docker rm -f 341122654fb2d7563b6a48a129cdb0c8152059f3313f31a480781f6534bb3770 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-08T08:16:00.631Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-08T08:16:00.644Z] Warning: overwriting stash ‘coverage-report’ [2020-12-08T08:16:00.954Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-08T08:16:01.392Z] Removing intermediate container c788b50a07b0 [2020-12-08T08:16:01.392Z] ---> 944e5c980110 [2020-12-08T08:16:01.392Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-08T08:16:01.392Z] ---> Running in 6c086f569adc [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-08T08:16:01.954Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-08T08:16:02.254Z] + ls -al . [2020-12-08T08:16:02.254Z] total 88 [2020-12-08T08:16:02.254Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 8 08:15 . [2020-12-08T08:16:02.254Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 8 08:14 .. [2020-12-08T08:16:02.254Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 8 08:14 assets [2020-12-08T08:16:02.254Z] drwxrwxr-x. 2 jenkins jenkins 35 Dec 8 08:14 bin [2020-12-08T08:16:02.254Z] drwxrwxr-x. 3 jenkins jenkins 29 Dec 8 08:14 cmd [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 3959 Dec 8 08:14 CONTRIBUTING.md [2020-12-08T08:16:02.254Z] -rw-r--r--. 1 jenkins jenkins 10 Dec 8 08:15 coverage.out [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 913 Dec 8 08:14 Dockerfile [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 898 Dec 8 08:14 Dockerfile.build [2020-12-08T08:16:02.254Z] drwxrwxr-x. 5 jenkins jenkins 104 Dec 8 08:14 docs [2020-12-08T08:16:02.254Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 8 08:14 .git [2020-12-08T08:16:02.254Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 8 08:14 .github [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 153 Dec 8 08:14 .gitignore [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 1019 Dec 8 08:14 go.mod [2020-12-08T08:16:02.254Z] -rw-r--r--. 1 jenkins jenkins 20718 Dec 8 08:15 go.sum [2020-12-08T08:16:02.254Z] drwxrwxr-x. 10 jenkins jenkins 139 Dec 8 08:14 internal [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 652 Dec 8 08:14 Jenkinsfile [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 11357 Dec 8 08:14 LICENSE [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 951 Dec 8 08:14 Makefile [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 4535 Dec 8 08:14 README.md [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 8 08:11 VERSION [2020-12-08T08:16:02.254Z] -rw-rw-r--. 1 jenkins jenkins 155 Dec 8 08:14 version.go [2020-12-08T08:16:02.254Z] drwxrwxr-x. 4 jenkins jenkins 259 Dec 8 08:14 web [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:02.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T08:16:02.570Z] + 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=d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a --label arch=amd64 --label version=2.0.0-dev.1 . [2020-12-08T08:16:02.833Z] Sending build context to Docker daemon 15.78MB [2020-12-08T08:16:02.833Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-08T08:16:02.833Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-08T08:16:02.833Z] ---> 2f6e3d1a8bb2 [2020-12-08T08:16:02.833Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-12-08T08:16:03.095Z] ---> Running in 090e6867489a [2020-12-08T08:16:03.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T08:16:03.357Z] Removing intermediate container 090e6867489a [2020-12-08T08:16:03.357Z] ---> 12c4524b37ea [2020-12-08T08:16:03.357Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-12-08T08:16:03.357Z] ---> Running in e538b739373e [2020-12-08T08:16:03.622Z] Removing intermediate container e538b739373e [2020-12-08T08:16:03.622Z] ---> 2821a5248a77 [2020-12-08T08:16:03.622Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-12-08T08:16:03.622Z] ---> Running in 7917938f76da [2020-12-08T08:16:03.622Z] Removing intermediate container 7917938f76da [2020-12-08T08:16:03.622Z] ---> fac6ee7e1c11 [2020-12-08T08:16:03.622Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-12-08T08:16:03.886Z] ---> Running in 4b1632631d23 [2020-12-08T08:16:03.886Z] Removing intermediate container 4b1632631d23 [2020-12-08T08:16:03.886Z] ---> 66253c7a10c8 [2020-12-08T08:16:03.886Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-12-08T08:16:03.886Z] ---> Running in f36518845a8b [2020-12-08T08:16:04.150Z] Removing intermediate container f36518845a8b [2020-12-08T08:16:04.150Z] ---> a6ea2773624a [2020-12-08T08:16:04.150Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-08T08:16:04.150Z] ---> Running in 3ab930b2e18b [2020-12-08T08:16:04.317Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T08:16:04.317Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T08:16:04.317Z] OK: 12616 distinct packages available [2020-12-08T08:16:04.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-08T08:16:04.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-08T08:16:05.098Z] Removing intermediate container 3ab930b2e18b [2020-12-08T08:16:05.098Z] ---> 6b6dcde8b02e [2020-12-08T08:16:05.098Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-08T08:16:05.098Z] ---> Running in 07ddeef44fd0 [2020-12-08T08:16:05.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T08:16:05.875Z] OK: 142 MiB in 39 packages [2020-12-08T08:16:06.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T08:16:06.828Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-08T08:16:06.828Z] v3.12.1-78-g8ca0a357ed [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-08T08:16:06.828Z] OK: 12745 distinct packages available [2020-12-08T08:16:06.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-08T08:16:06.858Z] Removing intermediate container 6c086f569adc [2020-12-08T08:16:06.859Z] ---> 518625bcb3da [2020-12-08T08:16:06.859Z] Step 10/24 : ENV GO111MODULE=on [2020-12-08T08:16:06.859Z] ---> Running in be188541c7c0 [2020-12-08T08:16:07.454Z] Removing intermediate container be188541c7c0 [2020-12-08T08:16:07.454Z] ---> 0b5392aa405a [2020-12-08T08:16:07.454Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-12-08T08:16:07.454Z] ---> Running in 0cb01ecd2f99 [2020-12-08T08:16:08.050Z] Removing intermediate container 0cb01ecd2f99 [2020-12-08T08:16:08.050Z] ---> 42ea2cdc7a57 [2020-12-08T08:16:08.050Z] Step 12/24 : COPY go.mod . [2020-12-08T08:16:08.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-08T08:16:08.649Z] ---> e53f514dac78 [2020-12-08T08:16:08.649Z] Step 13/24 : COPY Makefile . [2020-12-08T08:16:09.247Z] ---> 3a002afddae3 [2020-12-08T08:16:09.247Z] Step 14/24 : RUN make update [2020-12-08T08:16:09.523Z] ---> Running in 1748f5ace10a [2020-12-08T08:16:09.614Z] OK: 166 MiB in 39 packages [2020-12-08T08:16:10.502Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-08T08:16:10.563Z] Removing intermediate container 07ddeef44fd0 [2020-12-08T08:16:10.564Z] ---> a4035e7122bf [2020-12-08T08:16:10.564Z] Step 10/24 : ENV GO111MODULE=on [2020-12-08T08:16:10.564Z] ---> Running in 7bdcd83670da [2020-12-08T08:16:10.831Z] Removing intermediate container 7bdcd83670da [2020-12-08T08:16:10.831Z] ---> 47bcb9cda0bc [2020-12-08T08:16:10.831Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-12-08T08:16:10.831Z] ---> Running in 3c4b975b1ab7 [2020-12-08T08:16:11.093Z] Removing intermediate container 3c4b975b1ab7 [2020-12-08T08:16:11.093Z] ---> fa601340e38f [2020-12-08T08:16:11.093Z] Step 12/24 : COPY go.mod . [2020-12-08T08:16:11.359Z] ---> 1854901aeaa4 [2020-12-08T08:16:11.359Z] Step 13/24 : COPY Makefile . [2020-12-08T08:16:11.359Z] ---> 7244e2721284 [2020-12-08T08:16:11.359Z] Step 14/24 : RUN make update [2020-12-08T08:16:11.623Z] ---> Running in 5d24c62536fa [2020-12-08T08:16:11.924Z] Removing intermediate container 1748f5ace10a [2020-12-08T08:16:11.924Z] ---> 084b81769d9e [2020-12-08T08:16:11.924Z] Step 15/24 : COPY . . [2020-12-08T08:16:12.199Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-08T08:16:12.775Z] Removing intermediate container 5d24c62536fa [2020-12-08T08:16:12.775Z] ---> d43218e56d8f [2020-12-08T08:16:12.775Z] Step 15/24 : COPY . . [2020-12-08T08:16:13.352Z] ---> d26681ecee8c [2020-12-08T08:16:13.353Z] Step 16/24 : RUN ${MAKE} [2020-12-08T08:16:13.625Z] ---> Running in b546a8bd1faa [2020-12-08T08:16:14.168Z] ---> 581c777b69dd [2020-12-08T08:16:14.168Z] Step 16/24 : RUN ${MAKE} [2020-12-08T08:16:14.168Z] ---> Running in b4498fe553e2 [2020-12-08T08:16:14.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.1" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-12-08T08:16:14.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.1" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-12-08T08:16:22.671Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-08T08:16:24.592Z] Removing intermediate container b4498fe553e2 [2020-12-08T08:16:24.592Z] ---> a86a9dbd4376 [2020-12-08T08:16:24.592Z] Step 17/24 : FROM alpine [2020-12-08T08:16:25.167Z] latest: Pulling from library/alpine [2020-12-08T08:16:25.431Z] 188c0c94c7c5: Already exists [2020-12-08T08:16:25.431Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-08T08:16:25.431Z] Status: Downloaded newer image for alpine:latest [2020-12-08T08:16:25.431Z] ---> d6e46aa2470d [2020-12-08T08:16:25.431Z] Step 18/24 : EXPOSE 4000 [2020-12-08T08:16:25.431Z] ---> Running in 47aa644824ed [2020-12-08T08:16:25.694Z] Removing intermediate container 47aa644824ed [2020-12-08T08:16:25.694Z] ---> b97202c71685 [2020-12-08T08:16:25.694Z] 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 [2020-12-08T08:16:26.648Z] ---> 646b500d5ae8 [2020-12-08T08:16:26.648Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-08T08:16:26.648Z] ---> Running in 3c7c8583c6ae [2020-12-08T08:16:26.910Z] Removing intermediate container 3c7c8583c6ae [2020-12-08T08:16:26.910Z] ---> 7d361b9a52d5 [2020-12-08T08:16:26.910Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-12-08T08:16:26.910Z] ---> Running in 66a39d64fd47 [2020-12-08T08:16:27.205Z] Removing intermediate container 66a39d64fd47 [2020-12-08T08:16:27.205Z] ---> 549a9c88db36 [2020-12-08T08:16:27.205Z] Step 22/24 : LABEL arch=amd64 [2020-12-08T08:16:27.205Z] ---> Running in 34708b2806df [2020-12-08T08:16:27.205Z] Removing intermediate container 34708b2806df [2020-12-08T08:16:27.205Z] ---> d59d2d8bf41b [2020-12-08T08:16:27.205Z] Step 23/24 : LABEL git_sha=d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [2020-12-08T08:16:27.470Z] ---> Running in 4b00c0e410e1 [2020-12-08T08:16:27.470Z] Removing intermediate container 4b00c0e410e1 [2020-12-08T08:16:27.470Z] ---> df65398a9e5f [2020-12-08T08:16:27.470Z] Step 24/24 : LABEL version=2.0.0-dev.1 [2020-12-08T08:16:27.470Z] ---> Running in e05f5ffab7d7 [2020-12-08T08:16:27.732Z] Removing intermediate container e05f5ffab7d7 [2020-12-08T08:16:27.732Z] ---> 578a603a037c [2020-12-08T08:16:27.732Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-08T08:16:27.732Z] Successfully built 578a603a037c [2020-12-08T08:16:27.732Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-08T08:16:28.104Z] provisioning config files... [2020-12-08T08:16:28.135Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/59@tmp/config9103165510897093537tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:16:28.504Z] ---> docker-login.sh [2020-12-08T08:16:28.505Z] nexus3.edgexfoundry.org:10001 [2020-12-08T08:16:28.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:16:28.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:16:28.767Z] Configure a credential helper to remove this warning. See [2020-12-08T08:16:28.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:16:28.767Z] [2020-12-08T08:16:28.767Z] Login Succeeded [2020-12-08T08:16:28.767Z] nexus3.edgexfoundry.org:10002 [2020-12-08T08:16:28.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:16:28.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:16:28.767Z] Configure a credential helper to remove this warning. See [2020-12-08T08:16:28.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:16:28.767Z] [2020-12-08T08:16:28.767Z] Login Succeeded [2020-12-08T08:16:28.767Z] nexus3.edgexfoundry.org:10003 [2020-12-08T08:16:29.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:16:29.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:16:29.031Z] Configure a credential helper to remove this warning. See [2020-12-08T08:16:29.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:16:29.031Z] [2020-12-08T08:16:29.031Z] Login Succeeded [2020-12-08T08:16:29.031Z] nexus3.edgexfoundry.org:10004 [2020-12-08T08:16:29.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:16:29.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:16:29.294Z] Configure a credential helper to remove this warning. See [2020-12-08T08:16:29.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:16:29.294Z] [2020-12-08T08:16:29.294Z] Login Succeeded [2020-12-08T08:16:29.294Z] docker.io [2020-12-08T08:16:29.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:16:29.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:16:29.556Z] Configure a credential helper to remove this warning. See [2020-12-08T08:16:29.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:16:29.556Z] [2020-12-08T08:16:29.556Z] Login Succeeded [2020-12-08T08:16:29.556Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T08:16:29.568Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T08:16:29.812Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-12-08T08:16:29.812Z] d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [2020-12-08T08:16:29.812Z] latest [2020-12-08T08:16:29.812Z] 2.0.0-dev.1 [2020-12-08T08:16:29.812Z] d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a-2.0.0-dev.1 [2020-12-08T08:16:29.812Z] master [2020-12-08T08:16:29.812Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:30.311Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:30.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [2020-12-08T08:16:30.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-12-08T08:16:30.614Z] c0732b06e291: Preparing [2020-12-08T08:16:30.614Z] ace0eda3e3be: Preparing [2020-12-08T08:16:30.614Z] ace0eda3e3be: Layer already exists [2020-12-08T08:16:32.005Z] c0732b06e291: Pushed [2020-12-08T08:16:32.267Z] d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a: digest: sha256:6c07799203eb757f411b98d4d06f251b28100cac7bea1cc3b5d293b4ae09bef4 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:32.569Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:32.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-12-08T08:16:32.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-12-08T08:16:32.871Z] c0732b06e291: Preparing [2020-12-08T08:16:32.871Z] ace0eda3e3be: Preparing [2020-12-08T08:16:32.871Z] ace0eda3e3be: Layer already exists [2020-12-08T08:16:32.871Z] c0732b06e291: Layer already exists [2020-12-08T08:16:32.871Z] latest: digest: sha256:6c07799203eb757f411b98d4d06f251b28100cac7bea1cc3b5d293b4ae09bef4 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:33.179Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:33.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.1 [2020-12-08T08:16:33.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-12-08T08:16:33.479Z] c0732b06e291: Preparing [2020-12-08T08:16:33.479Z] ace0eda3e3be: Preparing [2020-12-08T08:16:33.479Z] c0732b06e291: Layer already exists [2020-12-08T08:16:33.479Z] ace0eda3e3be: Layer already exists [2020-12-08T08:16:33.479Z] 2.0.0-dev.1: digest: sha256:6c07799203eb757f411b98d4d06f251b28100cac7bea1cc3b5d293b4ae09bef4 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:33.786Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:34.085Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a-2.0.0-dev.1 [2020-12-08T08:16:34.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-12-08T08:16:34.085Z] c0732b06e291: Preparing [2020-12-08T08:16:34.085Z] ace0eda3e3be: Preparing [2020-12-08T08:16:34.085Z] ace0eda3e3be: Layer already exists [2020-12-08T08:16:34.085Z] c0732b06e291: Layer already exists [2020-12-08T08:16:34.085Z] d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a-2.0.0-dev.1: digest: sha256:6c07799203eb757f411b98d4d06f251b28100cac7bea1cc3b5d293b4ae09bef4 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:34.391Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:34.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-12-08T08:16:34.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-12-08T08:16:34.700Z] c0732b06e291: Preparing [2020-12-08T08:16:34.700Z] ace0eda3e3be: Preparing [2020-12-08T08:16:34.700Z] ace0eda3e3be: Layer already exists [2020-12-08T08:16:34.700Z] c0732b06e291: Layer already exists [2020-12-08T08:16:34.700Z] master: digest: sha256:6c07799203eb757f411b98d4d06f251b28100cac7bea1cc3b5d293b4ae09bef4 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T08:16:34.933Z] ===================================================== [Pipeline] echo [2020-12-08T08:16:34.999Z] taggedImages: [2020-12-08T08:16:34.999Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [2020-12-08T08:16:34.999Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-12-08T08:16:34.999Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.1 [2020-12-08T08:16:34.999Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a-2.0.0-dev.1 [2020-12-08T08:16:34.999Z] - 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] } [2020-12-08T08:16:36.829Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-08T08:16:42.231Z] Removing intermediate container b546a8bd1faa [2020-12-08T08:16:42.231Z] ---> 4c183f824480 [2020-12-08T08:16:42.231Z] Step 17/24 : FROM alpine [2020-12-08T08:16:42.501Z] latest: Pulling from library/alpine [2020-12-08T08:16:42.501Z] 5f621e34cdf4: Already exists [2020-12-08T08:16:42.775Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-08T08:16:42.775Z] Status: Downloaded newer image for alpine:latest [2020-12-08T08:16:42.775Z] ---> 2e77e061c27f [2020-12-08T08:16:42.775Z] Step 18/24 : EXPOSE 4000 [2020-12-08T08:16:42.775Z] ---> Running in 4e425570d52c [2020-12-08T08:16:43.389Z] Removing intermediate container 4e425570d52c [2020-12-08T08:16:43.389Z] ---> 7dcf03328d88 [2020-12-08T08:16:43.389Z] 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 [2020-12-08T08:16:45.356Z] ---> 33f3e703974d [2020-12-08T08:16:45.356Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-12-08T08:16:45.356Z] ---> Running in 95c1d14c992b [2020-12-08T08:16:45.637Z] Removing intermediate container 95c1d14c992b [2020-12-08T08:16:45.637Z] ---> d9ffca707cc4 [2020-12-08T08:16:45.637Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-12-08T08:16:45.637Z] ---> Running in 5dd1d8ac4643 [2020-12-08T08:16:46.233Z] Removing intermediate container 5dd1d8ac4643 [2020-12-08T08:16:46.233Z] ---> aded0bb84e8c [2020-12-08T08:16:46.233Z] Step 22/24 : LABEL arch=arm64 [2020-12-08T08:16:46.233Z] ---> Running in 03997d0e19e1 [2020-12-08T08:16:46.829Z] Removing intermediate container 03997d0e19e1 [2020-12-08T08:16:46.829Z] ---> ac74327aaa89 [2020-12-08T08:16:46.829Z] Step 23/24 : LABEL git_sha=d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [2020-12-08T08:16:46.829Z] ---> Running in bbc9558fd957 [2020-12-08T08:16:47.428Z] Removing intermediate container bbc9558fd957 [2020-12-08T08:16:47.428Z] ---> 1c435b8fbeff [2020-12-08T08:16:47.428Z] Step 24/24 : LABEL version=2.0.0-dev.1 [2020-12-08T08:16:47.428Z] ---> Running in fb358edc3125 [2020-12-08T08:16:48.024Z] Removing intermediate container fb358edc3125 [2020-12-08T08:16:48.024Z] ---> 66fb5b50790a [2020-12-08T08:16:48.024Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-08T08:16:48.024Z] Successfully built 66fb5b50790a [2020-12-08T08:16:48.024Z] 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 [2020-12-08T08:16:48.505Z] provisioning config files... [2020-12-08T08:16:48.543Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/59@tmp/config7325970760860156472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:16:48.936Z] ---> docker-login.sh [2020-12-08T08:16:48.936Z] nexus3.edgexfoundry.org:10001 [2020-12-08T08:16:49.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:16:49.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:16:49.209Z] Configure a credential helper to remove this warning. See [2020-12-08T08:16:49.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:16:49.209Z] [2020-12-08T08:16:49.209Z] Login Succeeded [2020-12-08T08:16:49.209Z] nexus3.edgexfoundry.org:10002 [2020-12-08T08:16:49.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:16:49.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:16:49.805Z] Configure a credential helper to remove this warning. See [2020-12-08T08:16:49.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:16:49.805Z] [2020-12-08T08:16:49.805Z] Login Succeeded [2020-12-08T08:16:49.805Z] nexus3.edgexfoundry.org:10003 [2020-12-08T08:16:50.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:16:50.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:16:50.401Z] Configure a credential helper to remove this warning. See [2020-12-08T08:16:50.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:16:50.401Z] [2020-12-08T08:16:50.401Z] Login Succeeded [2020-12-08T08:16:50.401Z] nexus3.edgexfoundry.org:10004 [2020-12-08T08:16:50.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:16:50.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:16:50.951Z] Configure a credential helper to remove this warning. See [2020-12-08T08:16:50.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:16:50.951Z] [2020-12-08T08:16:50.951Z] Login Succeeded [2020-12-08T08:16:50.951Z] docker.io [2020-12-08T08:16:51.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-08T08:16:51.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-08T08:16:51.817Z] Configure a credential helper to remove this warning. See [2020-12-08T08:16:51.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-08T08:16:51.817Z] [2020-12-08T08:16:51.817Z] Login Succeeded [2020-12-08T08:16:51.817Z] ---> docker-login.sh ends [Pipeline] } [2020-12-08T08:16:51.835Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T08:16:52.072Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-12-08T08:16:52.072Z] d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [2020-12-08T08:16:52.072Z] latest [2020-12-08T08:16:52.072Z] 2.0.0-dev.1 [2020-12-08T08:16:52.072Z] d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a-2.0.0-dev.1 [2020-12-08T08:16:52.072Z] master [2020-12-08T08:16:52.072Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:52.595Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:52.936Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [2020-12-08T08:16:52.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-12-08T08:16:52.936Z] 540576e35522: Preparing [2020-12-08T08:16:52.936Z] cd3761cfa1d9: Preparing [2020-12-08T08:16:53.209Z] cd3761cfa1d9: Layer already exists [2020-12-08T08:16:56.588Z] 540576e35522: Pushed [2020-12-08T08:16:56.861Z] d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a: digest: sha256:29d5896cf0b8217256be7a1ee235c4f8941611ab8ec72fc82ae436d0d5a1124f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:57.206Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:57.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-12-08T08:16:57.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-12-08T08:16:57.543Z] 540576e35522: Preparing [2020-12-08T08:16:57.543Z] cd3761cfa1d9: Preparing [2020-12-08T08:16:57.543Z] 540576e35522: Layer already exists [2020-12-08T08:16:57.543Z] cd3761cfa1d9: Layer already exists [2020-12-08T08:16:57.816Z] latest: digest: sha256:29d5896cf0b8217256be7a1ee235c4f8941611ab8ec72fc82ae436d0d5a1124f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:58.159Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:58.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.1 [2020-12-08T08:16:58.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-12-08T08:16:58.495Z] 540576e35522: Preparing [2020-12-08T08:16:58.495Z] cd3761cfa1d9: Preparing [2020-12-08T08:16:58.766Z] cd3761cfa1d9: Layer already exists [2020-12-08T08:16:58.766Z] 540576e35522: Layer already exists [2020-12-08T08:16:58.766Z] 2.0.0-dev.1: digest: sha256:29d5896cf0b8217256be7a1ee235c4f8941611ab8ec72fc82ae436d0d5a1124f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:59.107Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a-2.0.0-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:16:59.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a-2.0.0-dev.1 [2020-12-08T08:16:59.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-12-08T08:16:59.448Z] 540576e35522: Preparing [2020-12-08T08:16:59.448Z] cd3761cfa1d9: Preparing [2020-12-08T08:16:59.448Z] 540576e35522: Layer already exists [2020-12-08T08:16:59.448Z] cd3761cfa1d9: Layer already exists [2020-12-08T08:16:59.718Z] d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a-2.0.0-dev.1: digest: sha256:29d5896cf0b8217256be7a1ee235c4f8941611ab8ec72fc82ae436d0d5a1124f size: 739 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:17:00.063Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:17:00.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-12-08T08:17:00.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-12-08T08:17:00.401Z] 540576e35522: Preparing [2020-12-08T08:17:00.401Z] cd3761cfa1d9: Preparing [2020-12-08T08:17:00.401Z] cd3761cfa1d9: Layer already exists [2020-12-08T08:17:00.401Z] 540576e35522: Layer already exists [2020-12-08T08:17:00.674Z] master: digest: sha256:29d5896cf0b8217256be7a1ee235c4f8941611ab8ec72fc82ae436d0d5a1124f size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-08T08:17:00.911Z] ===================================================== [Pipeline] echo [2020-12-08T08:17:00.966Z] taggedImages: [2020-12-08T08:17:00.966Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [2020-12-08T08:17:00.966Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-12-08T08:17:00.966Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.1 [2020-12-08T08:17:00.966Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a-2.0.0-dev.1 [2020-12-08T08:17:00.966Z] - 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 [2020-12-08T08:17:02.443Z] provisioning config files... [2020-12-08T08:17:02.462Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7460006207619200795tmp [Pipeline] { [Pipeline] sh [2020-12-08T08:17:02.868Z] + set +x [2020-12-08T08:17:02.868Z] + curl -s https://codecov.io/bash [2020-12-08T08:17:02.868Z] + bash -s -- [2020-12-08T08:17:03.142Z] [2020-12-08T08:17:03.142Z] _____ _ [2020-12-08T08:17:03.142Z] / ____| | | [2020-12-08T08:17:03.142Z] | | ___ __| | ___ ___ _____ __ [2020-12-08T08:17:03.142Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-08T08:17:03.142Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-08T08:17:03.142Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-08T08:17:03.142Z] Bash-20201130-cc6d3fe [2020-12-08T08:17:03.142Z] [2020-12-08T08:17:03.142Z] [2020-12-08T08:17:03.142Z] ==> Jenkins CI detected. [2020-12-08T08:17:03.142Z] project root: . [2020-12-08T08:17:03.142Z] --> token set from env [2020-12-08T08:17:03.142Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-08T08:17:03.142Z] ==> Running gcov in . (disable via -X gcov) [2020-12-08T08:17:03.142Z] ==> Python coveragepy not found [2020-12-08T08:17:03.142Z] ==> Searching for coverage reports in: [2020-12-08T08:17:03.142Z] + . [2020-12-08T08:17:03.142Z] -> Found 1 reports [2020-12-08T08:17:03.142Z] ==> Detecting git/mercurial file structure [2020-12-08T08:17:03.142Z] ==> Reading reports [2020-12-08T08:17:03.409Z] + ./coverage.out bytes=10 [2020-12-08T08:17:03.409Z] ==> Appending adjustments [2020-12-08T08:17:03.409Z] https://docs.codecov.io/docs/fixing-reports [2020-12-08T08:17:03.409Z] + Found adjustments [2020-12-08T08:17:03.409Z] ==> Gzipping contents [2020-12-08T08:17:03.409Z] 4.0K /tmp/codecov.gJJTaa.gz [2020-12-08T08:17:03.409Z] ==> Uploading reports [2020-12-08T08:17:03.409Z] url: https://codecov.io [2020-12-08T08:17:03.409Z] query: branch=master&commit=d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a&build=59&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F59%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-08T08:17:03.409Z] -> Pinging Codecov [2020-12-08T08:17:03.409Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a&build=59&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F59%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-08T08:17:04.018Z] -> Uploading to [2020-12-08T08:17:04.018Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-08/FB506323287CE973F263BFD2A0EB1F37/d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a/b77fc7e6-3b32-4257-b106-77cabea9c7a2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201208T081703Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7a383c8d2e83e5b8d4c287144653003cba90da5f2fc1c7a1ec12f8ba34d33ab7 [2020-12-08T08:17:04.018Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-08T08:17:04.018Z] Dload Upload Total Spent Left Speed [2020-12-08T08:17:04.599Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2207 0 0 100 2207 0 4689 --:--:-- --:--:-- --:--:-- 4685 [2020-12-08T08:17:04.599Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [Pipeline] } [2020-12-08T08:17:04.618Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-08T08:17:05.089Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-08T08:17:05.145Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:17:05.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T08:17:05.802Z] [2020-12-08T08:17:05.802Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:17:06.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T08:17:06.245Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-08T08:17:06.245Z] 188c0c94c7c5: Pulling fs layer [2020-12-08T08:17:06.245Z] 0ef7d3d256c8: Pulling fs layer [2020-12-08T08:17:06.245Z] de9db76c5a1d: Pulling fs layer [2020-12-08T08:17:06.245Z] 0eba1c9be4d2: Pulling fs layer [2020-12-08T08:17:06.245Z] 0d57e429df01: Pulling fs layer [2020-12-08T08:17:06.245Z] 4e4be7b47b0d: Pulling fs layer [2020-12-08T08:17:06.245Z] e1f770b5df2f: Pulling fs layer [2020-12-08T08:17:06.245Z] 85a0685a4137: Pulling fs layer [2020-12-08T08:17:06.245Z] 0eba1c9be4d2: Waiting [2020-12-08T08:17:06.245Z] 4e4be7b47b0d: Waiting [2020-12-08T08:17:06.245Z] 85a0685a4137: Waiting [2020-12-08T08:17:06.245Z] e1f770b5df2f: Waiting [2020-12-08T08:17:06.245Z] 0d57e429df01: Waiting [2020-12-08T08:17:06.245Z] de9db76c5a1d: Download complete [2020-12-08T08:17:06.245Z] 0ef7d3d256c8: Download complete [2020-12-08T08:17:06.850Z] 0d57e429df01: Verifying Checksum [2020-12-08T08:17:06.850Z] 0d57e429df01: Download complete [2020-12-08T08:17:06.850Z] 4e4be7b47b0d: Verifying Checksum [2020-12-08T08:17:06.850Z] 4e4be7b47b0d: Download complete [2020-12-08T08:17:07.128Z] 188c0c94c7c5: Verifying Checksum [2020-12-08T08:17:08.233Z] 188c0c94c7c5: Pull complete [2020-12-08T08:17:08.528Z] 0ef7d3d256c8: Pull complete [2020-12-08T08:17:08.528Z] de9db76c5a1d: Pull complete [2020-12-08T08:17:09.178Z] e1f770b5df2f: Verifying Checksum [2020-12-08T08:17:09.178Z] e1f770b5df2f: Download complete [2020-12-08T08:17:14.789Z] 0eba1c9be4d2: Verifying Checksum [2020-12-08T08:17:14.789Z] 0eba1c9be4d2: Download complete [2020-12-08T08:17:15.792Z] 85a0685a4137: Verifying Checksum [2020-12-08T08:17:15.792Z] 85a0685a4137: Download complete [2020-12-08T08:17:26.013Z] 0eba1c9be4d2: Pull complete [2020-12-08T08:17:26.310Z] 0d57e429df01: Pull complete [2020-12-08T08:17:26.602Z] 4e4be7b47b0d: Pull complete [2020-12-08T08:17:30.100Z] e1f770b5df2f: Pull complete [2020-12-08T08:17:40.296Z] 85a0685a4137: Pull complete [2020-12-08T08:17:40.296Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-08T08:17:40.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T08:17:40.296Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-08T08:17:40.909Z] prd-centos7-docker-4c-2g-15089 does not seem to be running inside a container [2020-12-08T08:17:41.034Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-08T08:17:42.631Z] $ docker top 9f509da6ca4f9b8c5278775b4214b07be6640a970253785cb2a65ab2f1bdb8db -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-08T08:17:43.113Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-08T08:17:43.442Z] + set -o pipefail [2020-12-08T08:17:43.442Z] + snyk monitor '--org=edgex-jenkins' [2020-12-08T08:18:05.594Z] [2020-12-08T08:18:05.594Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-12-08T08:18:05.594Z] [2020-12-08T08:18:05.594Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/fa4db221-f7ef-45ab-b844-520bcc0342e1 [2020-12-08T08:18:05.594Z] [2020-12-08T08:18:05.594Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2020-12-08T08:18:05.594Z] [2020-12-08T08:18:05.594Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-08T08:18:05.594Z] [2020-12-08T08:18:05.594Z] [Pipeline] } [2020-12-08T08:18:05.621Z] $ docker stop --time=1 9f509da6ca4f9b8c5278775b4214b07be6640a970253785cb2a65ab2f1bdb8db [2020-12-08T08:18:07.964Z] $ docker rm -f 9f509da6ca4f9b8c5278775b4214b07be6640a970253785cb2a65ab2f1bdb8db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-08T08:18:09.119Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a, dockerFile=Dockerfile [Pipeline] echo [2020-12-08T08:18:09.122Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-08T08:18:09.484Z] + set -o pipefail [2020-12-08T08:18:09.485Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-08T08:18:09.485Z] + tee .snyk [2020-12-08T08:18:09.809Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-08T08:18:09.809Z] version: v1.14.1 [2020-12-08T08:18:09.809Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-08T08:18:09.809Z] ignore: [2020-12-08T08:18:09.809Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-08T08:18:09.809Z] - '*': [2020-12-08T08:18:09.809Z] reason: does not apply # justification for ignoring [2020-12-08T08:18:09.809Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-08T08:18:09.809Z] SNYK-ALPINE312-JQ-588886: [2020-12-08T08:18:09.809Z] - '*': [2020-12-08T08:18:09.809Z] reason: false positive [2020-12-08T08:18:09.809Z] expires: 2021-01-01T00:00:00 [2020-12-08T08:18:09.809Z] # patch: {} [Pipeline] withCredentials [2020-12-08T08:18:09.898Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:18:10.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-08T08:18:10.280Z] . [Pipeline] withDockerContainer [2020-12-08T08:18:10.426Z] prd-centos7-docker-4c-2g-15089 does not seem to be running inside a container [2020-12-08T08:18:10.496Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-08T08:18:11.859Z] $ docker top efffab4076cac22439cc9b65bebf1b54449286cbb7ce3852f59bc1ce8a36ad70 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T08:18:12.485Z] + rm -f snykReport.html [Pipeline] echo [2020-12-08T08:18:12.498Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-08T08:18:12.839Z] + set -o pipefail [2020-12-08T08:18:12.839Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-08T08:18:12.839Z] + snyk-to-html -o snykReport.html [2020-12-08T08:18:23.059Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-08T08:18:23.141Z] $ docker stop --time=1 efffab4076cac22439cc9b65bebf1b54449286cbb7ce3852f59bc1ce8a36ad70 [2020-12-08T08:18:25.090Z] $ docker rm -f efffab4076cac22439cc9b65bebf1b54449286cbb7ce3852f59bc1ce8a36ad70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 [2020-12-08T08:18:26.904Z] + git log --format=format:%s -1 d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:18:27.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T08:18:27.242Z] . [Pipeline] withDockerContainer [2020-12-08T08:18:27.388Z] prd-centos7-docker-4c-2g-15089 does not seem to be running inside a container [2020-12-08T08:18:27.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T08:18:28.895Z] $ docker top 3449cf5e00b603fd716f605390ed00d4c8d28885da9f3598b42f878b1cd2f861 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T08:18:29.324Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T08:18:29.324Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T08:18:29.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T08:18:29.679Z] $ docker exec 3449cf5e00b603fd716f605390ed00d4c8d28885da9f3598b42f878b1cd2f861 ssh-agent [2020-12-08T08:18:29.934Z] SSH_AUTH_SOCK=/tmp/ssh-us3Y1CFS7NAU/agent.12 [2020-12-08T08:18:29.935Z] SSH_AGENT_PID=18 [2020-12-08T08:18:29.944Z] Running ssh-add (command line suppressed) [2020-12-08T08:18:30.133Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1868828189609204346.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1868828189609204346.key) [2020-12-08T08:18:30.239Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T08:18:30.634Z] + git semver tag [2020-12-08T08:18:30.897Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T08:18:30.897Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-12-08T08:18:30.897Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T08:18:30.897Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T08:18:30.897Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T08:18:30.897Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T08:18:30.897Z] # $SEMVER_BRANCH = master [2020-12-08T08:18:30.897Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-12-08T08:18:30.897Z] # d08a9c74b5ba673a253a4e9e0f98cfbd0a2d4c2a HEAD [2020-12-08T08:18:30.897Z] # -> Force: false [2020-12-08T08:18:30.897Z] # 78914e37ec16321c0d200a5378bac8c66f82da83 refs/tags/v2.0.0-dev.1 [Pipeline] } [2020-12-08T08:18:30.926Z] $ docker exec --env ******** --env ******** 3449cf5e00b603fd716f605390ed00d4c8d28885da9f3598b42f878b1cd2f861 ssh-agent -k [2020-12-08T08:18:31.111Z] unset SSH_AUTH_SOCK; [2020-12-08T08:18:31.112Z] unset SSH_AGENT_PID; [2020-12-08T08:18:31.112Z] echo Agent pid 18 killed; [2020-12-08T08:18:31.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T08:18:32.046Z] + git semver [Pipeline] } [2020-12-08T08:18:32.072Z] $ docker stop --time=1 3449cf5e00b603fd716f605390ed00d4c8d28885da9f3598b42f878b1cd2f861 [2020-12-08T08:18:33.605Z] $ docker rm -f 3449cf5e00b603fd716f605390ed00d4c8d28885da9f3598b42f878b1cd2f861 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:18:34.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-08T08:18:34.342Z] [2020-12-08T08:18:34.342Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:18:34.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-08T08:18:34.737Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-08T08:18:34.737Z] ab5ef0e58194: Pulling fs layer [2020-12-08T08:18:34.737Z] 9712f1f96733: Pulling fs layer [2020-12-08T08:18:34.737Z] 63f879dbbcfc: Pulling fs layer [2020-12-08T08:18:34.737Z] 0d9ebad4ef96: Pulling fs layer [2020-12-08T08:18:34.737Z] e9a5061849ea: Pulling fs layer [2020-12-08T08:18:34.737Z] d747dcd14b5f: Pulling fs layer [2020-12-08T08:18:34.737Z] 2de7ff778b66: Pulling fs layer [2020-12-08T08:18:34.737Z] e9a5061849ea: Waiting [2020-12-08T08:18:34.737Z] d747dcd14b5f: Waiting [2020-12-08T08:18:34.737Z] 2de7ff778b66: Waiting [2020-12-08T08:18:34.737Z] 0d9ebad4ef96: Waiting [2020-12-08T08:18:34.737Z] 9712f1f96733: Verifying Checksum [2020-12-08T08:18:34.737Z] 9712f1f96733: Download complete [2020-12-08T08:18:38.228Z] 63f879dbbcfc: Verifying Checksum [2020-12-08T08:18:38.228Z] 63f879dbbcfc: Download complete [2020-12-08T08:18:38.228Z] e9a5061849ea: Verifying Checksum [2020-12-08T08:18:38.228Z] e9a5061849ea: Download complete [2020-12-08T08:18:38.228Z] d747dcd14b5f: Verifying Checksum [2020-12-08T08:18:38.228Z] d747dcd14b5f: Download complete [2020-12-08T08:18:39.768Z] 2de7ff778b66: Verifying Checksum [2020-12-08T08:18:39.768Z] 2de7ff778b66: Download complete [2020-12-08T08:18:40.045Z] ab5ef0e58194: Verifying Checksum [2020-12-08T08:18:40.045Z] ab5ef0e58194: Download complete [2020-12-08T08:18:40.045Z] 0d9ebad4ef96: Verifying Checksum [2020-12-08T08:18:40.045Z] 0d9ebad4ef96: Download complete [2020-12-08T08:18:50.262Z] ab5ef0e58194: Pull complete [2020-12-08T08:18:50.262Z] 9712f1f96733: Pull complete [2020-12-08T08:18:51.701Z] 63f879dbbcfc: Pull complete [2020-12-08T08:19:02.044Z] 0d9ebad4ef96: Pull complete [2020-12-08T08:19:04.049Z] e9a5061849ea: Pull complete [2020-12-08T08:19:04.322Z] d747dcd14b5f: Pull complete [2020-12-08T08:19:06.978Z] 2de7ff778b66: Pull complete [2020-12-08T08:19:06.978Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-08T08:19:06.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-08T08:19:06.978Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-08T08:19:07.210Z] prd-centos7-docker-4c-2g-15089 does not seem to be running inside a container [2020-12-08T08:19:07.318Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-08T08:19:11.138Z] $ docker top db260b1576a74616f0027f027c44448cae4c2db34810cbbb84a82cf43ed1b932 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-08T08:19:11.459Z] provisioning config files... [2020-12-08T08:19:11.476Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5693502631316024596tmp [2020-12-08T08:19:11.495Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7399035648763657845tmp [2020-12-08T08:19:11.518Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4673643202729386386tmp [Pipeline] { [Pipeline] echo [2020-12-08T08:19:11.595Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:19:11.920Z] ---> sigul-configuration.sh [2020-12-08T08:19:12.187Z] gpg: directory `/root/.gnupg' created [2020-12-08T08:19:12.187Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-08T08:19:12.187Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-08T08:19:12.187Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-08T08:19:12.187Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-08T08:19:12.187Z] gpg: CAST5 encrypted data [2020-12-08T08:19:12.187Z] gpg: encrypted with 1 passphrase [2020-12-08T08:19:12.187Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-08T08:19:12.517Z] + mkdir /home/jenkins [2020-12-08T08:19:12.517Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-08T08:19:12.888Z] + 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 [2020-12-08T08:19:12.910Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:19:13.237Z] ---> sigul-install.sh [2020-12-08T08:19:19.907Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-08T08:19:20.226Z] + git tag --list [2020-12-08T08:19:20.226Z] 0.1.1 [2020-12-08T08:19:20.226Z] v1.1.0 [2020-12-08T08:19:20.226Z] v1.2.0 [2020-12-08T08:19:20.226Z] v1.2.1 [2020-12-08T08:19:20.226Z] v1.2.2-dev.1 [2020-12-08T08:19:20.226Z] v1.2.2-dev.10 [2020-12-08T08:19:20.226Z] v1.2.2-dev.11 [2020-12-08T08:19:20.226Z] v1.2.2-dev.12 [2020-12-08T08:19:20.226Z] v1.2.2-dev.2 [2020-12-08T08:19:20.226Z] v1.2.2-dev.3 [2020-12-08T08:19:20.226Z] v1.2.2-dev.4 [2020-12-08T08:19:20.226Z] v1.2.2-dev.5 [2020-12-08T08:19:20.226Z] v1.2.2-dev.6 [2020-12-08T08:19:20.226Z] v1.2.2-dev.7 [2020-12-08T08:19:20.226Z] v1.2.2-dev.8 [2020-12-08T08:19:20.226Z] v1.2.2-dev.9 [2020-12-08T08:19:20.226Z] v1.3.0 [2020-12-08T08:19:20.226Z] v1.3.1-dev.1 [2020-12-08T08:19:20.226Z] v1.3.1-dev.2 [2020-12-08T08:19:20.226Z] v2.0.0-dev.1 [Pipeline] sh [2020-12-08T08:19:20.615Z] + lftools sign git-tag v2.0.0-dev.1 [2020-12-08T08:19:22.556Z] Signing Git tag with Sigul... [2020-12-08T08:19:22.556Z] Signing v2.0.0-dev.1 [Pipeline] echo [2020-12-08T08:19:25.210Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:19:25.872Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-08T08:19:25.893Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-08T08:19:26.019Z] $ docker stop --time=1 db260b1576a74616f0027f027c44448cae4c2db34810cbbb84a82cf43ed1b932 [2020-12-08T08:19:28.444Z] $ docker rm -f db260b1576a74616f0027f027c44448cae4c2db34810cbbb84a82cf43ed1b932 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:19:29.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T08:19:29.519Z] . [Pipeline] withDockerContainer [2020-12-08T08:19:29.659Z] prd-centos7-docker-4c-2g-15089 does not seem to be running inside a container [2020-12-08T08:19:29.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T08:19:30.929Z] $ docker top 0a326a12f17cfdec0ac081ac7df7be19f2c1d5fc12926d043e57c29a07d5b51b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T08:19:31.400Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T08:19:31.400Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T08:19:32.069Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T08:19:32.078Z] $ docker exec 0a326a12f17cfdec0ac081ac7df7be19f2c1d5fc12926d043e57c29a07d5b51b ssh-agent [2020-12-08T08:19:32.686Z] SSH_AUTH_SOCK=/tmp/ssh-xOWWBFPHrodL/agent.11 [2020-12-08T08:19:32.686Z] SSH_AGENT_PID=16 [2020-12-08T08:19:33.115Z] Running ssh-add (command line suppressed) [2020-12-08T08:19:33.741Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_90941664533183565.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_90941664533183565.key) [2020-12-08T08:19:34.124Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T08:19:35.248Z] + git semver bump pre [2020-12-08T08:19:35.248Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T08:19:35.248Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-12-08T08:19:35.248Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T08:19:35.248Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T08:19:35.248Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T08:19:35.248Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T08:19:35.248Z] # $SEMVER_BRANCH = master [2020-12-08T08:19:35.248Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-12-08T08:19:35.248Z] 2.0.0-dev.2 [Pipeline] } [2020-12-08T08:19:35.271Z] $ docker exec --env ******** --env ******** 0a326a12f17cfdec0ac081ac7df7be19f2c1d5fc12926d043e57c29a07d5b51b ssh-agent -k [2020-12-08T08:19:35.844Z] unset SSH_AUTH_SOCK; [2020-12-08T08:19:35.844Z] unset SSH_AGENT_PID; [2020-12-08T08:19:35.844Z] echo Agent pid 16 killed; [2020-12-08T08:19:35.931Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T08:19:36.818Z] + git semver [Pipeline] } [2020-12-08T08:19:36.842Z] $ docker stop --time=1 0a326a12f17cfdec0ac081ac7df7be19f2c1d5fc12926d043e57c29a07d5b51b [2020-12-08T08:19:38.418Z] $ docker rm -f 0a326a12f17cfdec0ac081ac7df7be19f2c1d5fc12926d043e57c29a07d5b51b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:19:39.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-08T08:19:39.135Z] . [Pipeline] withDockerContainer [2020-12-08T08:19:39.326Z] prd-centos7-docker-4c-2g-15089 does not seem to be running inside a container [2020-12-08T08:19:39.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-08T08:19:40.749Z] $ docker top e054ef795bbef300a64972695a88e18b23a8cd1c016332bc063fc4cb9c9015c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-08T08:19:41.364Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-08T08:19:41.364Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-08T08:19:41.819Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-08T08:19:41.826Z] $ docker exec e054ef795bbef300a64972695a88e18b23a8cd1c016332bc063fc4cb9c9015c9 ssh-agent [2020-12-08T08:19:42.199Z] SSH_AUTH_SOCK=/tmp/ssh-7u6zd6O6367u/agent.12 [2020-12-08T08:19:42.199Z] SSH_AGENT_PID=17 [2020-12-08T08:19:42.210Z] Running ssh-add (command line suppressed) [2020-12-08T08:19:42.465Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4870327917971463822.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4870327917971463822.key) [2020-12-08T08:19:42.565Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-08T08:19:43.244Z] + git semver push [2020-12-08T08:19:43.244Z] # -> Open(): unable to determine branch for HEAD [2020-12-08T08:19:43.244Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-12-08T08:19:43.244Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T08:19:43.244Z] # $SEMVER_REMOTE_NAME = origin [2020-12-08T08:19:43.244Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-08T08:19:43.244Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-08T08:19:43.244Z] # $SEMVER_BRANCH = master [2020-12-08T08:19:43.244Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-12-08T08:19:49.930Z] $ docker exec --env ******** --env ******** e054ef795bbef300a64972695a88e18b23a8cd1c016332bc063fc4cb9c9015c9 ssh-agent -k [2020-12-08T08:19:50.159Z] unset SSH_AUTH_SOCK; [2020-12-08T08:19:50.159Z] unset SSH_AGENT_PID; [2020-12-08T08:19:50.159Z] echo Agent pid 17 killed; [2020-12-08T08:19:50.254Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-08T08:19:50.844Z] + git semver [Pipeline] } [2020-12-08T08:19:50.866Z] $ docker stop --time=1 e054ef795bbef300a64972695a88e18b23a8cd1c016332bc063fc4cb9c9015c9 [2020-12-08T08:19:52.677Z] $ docker rm -f e054ef795bbef300a64972695a88e18b23a8cd1c016332bc063fc4cb9c9015c9 [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 [2020-12-08T08:19:54.461Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:19:55.377Z] ---> package-listing.sh [2020-12-08T08:19:55.377Z] ++ facter osfamily [2020-12-08T08:19:55.377Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-08T08:19:55.651Z] + OS_FAMILY=redhat [2020-12-08T08:19:55.651Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-12-08T08:19:55.651Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-08T08:19:55.651Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-08T08:19:55.651Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-08T08:19:55.651Z] + PACKAGES=/tmp/packages_start.txt [2020-12-08T08:19:55.651Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-12-08T08:19:55.651Z] + PACKAGES=/tmp/packages_end.txt [2020-12-08T08:19:55.651Z] + case "${OS_FAMILY}" in [2020-12-08T08:19:55.651Z] + rpm -qa [2020-12-08T08:19:55.651Z] + sort [2020-12-08T08:20:01.021Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-08T08:20:01.021Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-08T08:20:01.021Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-08T08:20:01.021Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-12-08T08:20:01.021Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-12-08T08:20:01.021Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2020-12-08T08:20:01.037Z] 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 [2020-12-08T08:20:01.379Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:20:01.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T08:20:02.233Z] [2020-12-08T08:20:02.233Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-08T08:20:02.624Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T08:20:02.624Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-08T08:20:02.624Z] df20fa9351a1: Pulling fs layer [2020-12-08T08:20:02.624Z] 36b3adc4ff6f: Pulling fs layer [2020-12-08T08:20:02.624Z] 8ad3a11d3b57: Pulling fs layer [2020-12-08T08:20:02.624Z] 46f8f816bc3b: Pulling fs layer [2020-12-08T08:20:02.624Z] 93b61091891f: Pulling fs layer [2020-12-08T08:20:02.624Z] 93b9cdb0e59b: Pulling fs layer [2020-12-08T08:20:02.624Z] 5e14af77c1be: Pulling fs layer [2020-12-08T08:20:02.624Z] 01666e4c0597: Pulling fs layer [2020-12-08T08:20:02.624Z] aa168da1d23b: Pulling fs layer [2020-12-08T08:20:02.624Z] 46f8f816bc3b: Waiting [2020-12-08T08:20:02.624Z] 93b9cdb0e59b: Waiting [2020-12-08T08:20:02.624Z] 93b61091891f: Waiting [2020-12-08T08:20:02.624Z] 5e14af77c1be: Waiting [2020-12-08T08:20:02.624Z] 01666e4c0597: Waiting [2020-12-08T08:20:02.624Z] aa168da1d23b: Waiting [2020-12-08T08:20:02.948Z] 36b3adc4ff6f: Download complete [2020-12-08T08:20:02.948Z] 46f8f816bc3b: Verifying Checksum [2020-12-08T08:20:02.948Z] 46f8f816bc3b: Download complete [2020-12-08T08:20:02.948Z] df20fa9351a1: Download complete [2020-12-08T08:20:03.235Z] 93b9cdb0e59b: Verifying Checksum [2020-12-08T08:20:03.235Z] 93b9cdb0e59b: Download complete [2020-12-08T08:20:03.235Z] 93b61091891f: Verifying Checksum [2020-12-08T08:20:03.235Z] 93b61091891f: Download complete [2020-12-08T08:20:03.235Z] 5e14af77c1be: Verifying Checksum [2020-12-08T08:20:03.235Z] 5e14af77c1be: Download complete [2020-12-08T08:20:03.235Z] 01666e4c0597: Download complete [2020-12-08T08:20:03.235Z] 8ad3a11d3b57: Verifying Checksum [2020-12-08T08:20:03.235Z] 8ad3a11d3b57: Download complete [2020-12-08T08:20:03.835Z] df20fa9351a1: Pull complete [2020-12-08T08:20:04.106Z] 36b3adc4ff6f: Pull complete [2020-12-08T08:20:06.762Z] 8ad3a11d3b57: Pull complete [2020-12-08T08:20:07.096Z] 46f8f816bc3b: Pull complete [2020-12-08T08:20:07.752Z] 93b61091891f: Pull complete [2020-12-08T08:20:08.045Z] 93b9cdb0e59b: Pull complete [2020-12-08T08:20:08.407Z] 5e14af77c1be: Pull complete [2020-12-08T08:20:08.699Z] aa168da1d23b: Verifying Checksum [2020-12-08T08:20:08.699Z] aa168da1d23b: Download complete [2020-12-08T08:20:08.970Z] 01666e4c0597: Pull complete [2020-12-08T08:20:21.492Z] aa168da1d23b: Pull complete [2020-12-08T08:20:21.492Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-08T08:20:21.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-08T08:20:21.492Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-08T08:20:21.824Z] prd-centos7-docker-4c-2g-15089 does not seem to be running inside a container [2020-12-08T08:20:21.899Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-08T08:20:25.913Z] $ docker top dea578a09bafc3b750e5b47030eb03304fb680dfd3fed4f1ed91e933953d5524 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-08T08:20:27.223Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-08T08:20:27.939Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-08T08:20:28.291Z] + ls /var/log/sa-host [2020-12-08T08:20:28.291Z] + sadf -c /var/log/sa-host/sa08 [2020-12-08T08:20:28.291Z] file_magic: OK [2020-12-08T08:20:28.291Z] HZ: Using current value: 100 [2020-12-08T08:20:28.291Z] file_header: OK [2020-12-08T08:20:28.291Z] 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 [2020-12-08T08:20:28.291Z] Statistics: [2020-12-08T08:20:28.291Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-08T08:20:28.291Z] File successfully converted to sysstat format version 12.2.1 [2020-12-08T08:20:28.291Z] + sadf -c /var/log/sa-host/sa23 [2020-12-08T08:20:28.291Z] file_magic: OK [2020-12-08T08:20:28.291Z] HZ: Using current value: 100 [2020-12-08T08:20:28.291Z] file_header: OK [2020-12-08T08:20:28.291Z] 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 [2020-12-08T08:20:28.291Z] Statistics: [2020-12-08T08:20:28.291Z] Hnuu...uuuununununu... [2020-12-08T08:20:28.291Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-08T08:20:28.524Z] provisioning config files... [2020-12-08T08:20:28.548Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1947695914600411916tmp [Pipeline] { [Pipeline] echo [2020-12-08T08:20:28.617Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:20:28.925Z] ---> create-netrc.sh [Pipeline] } [2020-12-08T08:20:28.936Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-08T08:20:29.047Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:20:29.355Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-08T08:20:29.367Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:20:29.681Z] ---> sudo-logs.sh [2020-12-08T08:20:29.681Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-08T08:20:30.271Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:20:30.749Z] ---> job-cost.sh [2020-12-08T08:20:30.749Z] lf-activate-venv: SKIPPING [2020-12-08T08:20:30.749Z] INFO: No Stack... [2020-12-08T08:20:31.881Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-08T08:20:32.461Z] INFO: Archiving Costs [Pipeline] echo [2020-12-08T08:20:32.478Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-08T08:20:32.785Z] ---> logs-deploy.sh [2020-12-08T08:20:32.786Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/59 [2020-12-08T08:20:32.786Z] INFO: archiving workspace using pattern(s): [2020-12-08T08:20:35.374Z] Archives upload complete. [2020-12-08T08:20:35.374Z] INFO: archiving logs to Nexus