Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 178e9abb726bc5c11d6eeab2f0e20b1eed984902 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6977 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 178e9abb726bc5c11d6eeab2f0e20b1eed984902 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 178e9abb726bc5c11d6eeab2f0e20b1eed984902 # timeout=10 Commit message: "Merge pull request #268 from jpwhitemn/contrib-link-issue" > git rev-list --no-walk 6b56cf5bad85c4dbb8049a08f938d80b446ad560 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T15:19:10.222Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T15:19:10.495Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T15:19:10.677Z] ========================================================= [2020-10-20T15:19:10.677Z] EdgeX Global Pipelines Version Info [2020-10-20T15:19:10.677Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:19:12.186Z] ------------------- [2020-10-20T15:19:12.187Z] stable info: [2020-10-20T15:19:12.187Z] ------------------- [2020-10-20T15:19:12.187Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T15:19:12.187Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T15:19:12.187Z] Message: update stable to v1.0.144 [2020-10-20T15:19:13.133Z] ------------------- [2020-10-20T15:19:13.133Z] experimental info: [2020-10-20T15:19:13.133Z] ------------------- [2020-10-20T15:19:13.133Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T15:19:13.133Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T15:19:13.133Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T15:19:13.488Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-10-20T15:19:13.604Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-10-20T15:19:13.697Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T15:19:13.838Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T15:19:13.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T15:19:14.058Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T15:19:14.203Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T15:19:14.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T15:19:14.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T15:19:14.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T15:19:14.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T15:19:14.782Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-10-20T15:19:14.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T15:19:14.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T15:19:15.078Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T15:19:15.191Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T15:19:15.331Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:19:15.435Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T15:19:15.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-20T15:19:15.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T15:19:15.789Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T15:19:15.914Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T15:19:16.036Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T15:19:16.133Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T15:19:16.230Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-20T15:19:16.406Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T15:19:16.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T15:19:16.625Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T15:19:16.728Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 178e9abb726bc5c11d6eeab2f0e20b1eed984902 [Pipeline] echo [2020-10-20T15:19:16.827Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 178e9ab [Pipeline] echo [2020-10-20T15:19:16.921Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T15:19:17.609Z] + git log --format=format:%s -1 178e9abb726bc5c11d6eeab2f0e20b1eed984902 [Pipeline] echo [2020-10-20T15:19:17.734Z] GIT_COMMIT: 178e9abb726bc5c11d6eeab2f0e20b1eed984902, Commit Message: Merge pull request #268 from jpwhitemn/contrib-link-issue [Pipeline] echo [2020-10-20T15:19:17.781Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:19:18.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:19:18.385Z] [2020-10-20T15:19:18.385Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:19:18.744Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:19:18.744Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T15:19:18.744Z] 31603596830f: Pulling fs layer [2020-10-20T15:19:18.744Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T15:19:18.744Z] 6ca5941a6612: Pulling fs layer [2020-10-20T15:19:18.744Z] ecc8261a40a4: Pulling fs layer [2020-10-20T15:19:18.744Z] ecc8261a40a4: Waiting [2020-10-20T15:19:18.744Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T15:19:18.744Z] 2a8b12db71e7: Download complete [2020-10-20T15:19:19.009Z] 31603596830f: Verifying Checksum [2020-10-20T15:19:19.009Z] 31603596830f: Download complete [2020-10-20T15:19:19.009Z] 6ca5941a6612: Verifying Checksum [2020-10-20T15:19:19.009Z] 6ca5941a6612: Download complete [2020-10-20T15:19:19.009Z] ecc8261a40a4: Verifying Checksum [2020-10-20T15:19:19.009Z] ecc8261a40a4: Download complete [2020-10-20T15:19:19.274Z] 31603596830f: Pull complete [2020-10-20T15:19:19.274Z] 2a8b12db71e7: Pull complete [2020-10-20T15:19:20.230Z] 6ca5941a6612: Pull complete [2020-10-20T15:19:20.230Z] ecc8261a40a4: Pull complete [2020-10-20T15:19:20.230Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T15:19:20.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:19:20.230Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T15:19:20.597Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:19:20.651Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T15:19:22.824Z] $ docker top 9e7cfe2b752712f60e915c4e6327a09799e62772c01b455ca20e0794393bfe22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:19:23.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:19:23.153Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:19:23.367Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:19:23.373Z] $ docker exec 9e7cfe2b752712f60e915c4e6327a09799e62772c01b455ca20e0794393bfe22 ssh-agent [2020-10-20T15:19:23.546Z] SSH_AUTH_SOCK=/tmp/ssh-UctiXneqrHrV/agent.11 [2020-10-20T15:19:23.546Z] SSH_AGENT_PID=16 [2020-10-20T15:19:23.558Z] Running ssh-add (command line suppressed) [2020-10-20T15:19:23.679Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3195678323856273821.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3195678323856273821.key) [2020-10-20T15:19:23.727Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:19:24.077Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T15:19:24.100Z] $ docker exec --env ******** --env ******** 9e7cfe2b752712f60e915c4e6327a09799e62772c01b455ca20e0794393bfe22 ssh-agent -k [2020-10-20T15:19:24.213Z] unset SSH_AUTH_SOCK; [2020-10-20T15:19:24.213Z] unset SSH_AGENT_PID; [2020-10-20T15:19:24.213Z] echo Agent pid 16 killed; [2020-10-20T15:19:24.258Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T15:19:24.422Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:19:24.423Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:19:24.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:19:24.600Z] $ docker exec 9e7cfe2b752712f60e915c4e6327a09799e62772c01b455ca20e0794393bfe22 ssh-agent [2020-10-20T15:19:24.755Z] SSH_AUTH_SOCK=/tmp/ssh-Ce2tZzMiikcF/agent.45 [2020-10-20T15:19:24.755Z] SSH_AGENT_PID=50 [2020-10-20T15:19:24.762Z] Running ssh-add (command line suppressed) [2020-10-20T15:19:24.880Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4878152222843768579.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4878152222843768579.key) [2020-10-20T15:19:24.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:19:25.294Z] + git semver init [2020-10-20T15:19:25.294Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:19:25.294Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-10-20T15:19:25.294Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-10-20T15:19:25.294Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:19:25.294Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:19:25.294Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:19:25.294Z] # $SEMVER_BRANCH = master [2020-10-20T15:19:25.294Z] # $SEMVER_TEMP = /tmp/semver-308300963 [2020-10-20T15:19:25.294Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-10-20T15:19:26.238Z] # '/tmp/semver-308300963' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2020-10-20T15:19:26.239Z] # -> Force: false [2020-10-20T15:19:26.239Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-10-20T15:19:26.253Z] $ docker exec --env ******** --env ******** 9e7cfe2b752712f60e915c4e6327a09799e62772c01b455ca20e0794393bfe22 ssh-agent -k [2020-10-20T15:19:26.366Z] unset SSH_AUTH_SOCK; [2020-10-20T15:19:26.366Z] unset SSH_AGENT_PID; [2020-10-20T15:19:26.366Z] echo Agent pid 50 killed; [2020-10-20T15:19:26.409Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:19:26.915Z] + git semver [Pipeline] } [2020-10-20T15:19:26.934Z] $ docker stop --time=1 9e7cfe2b752712f60e915c4e6327a09799e62772c01b455ca20e0794393bfe22 [2020-10-20T15:19:28.354Z] $ docker rm -f 9e7cfe2b752712f60e915c4e6327a09799e62772c01b455ca20e0794393bfe22 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T15:19:28.838Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T15:19:29.247Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T15:19:29.250Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.11 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-20T15:19:44.783Z] Still waiting to schedule task [2020-10-20T15:19:44.783Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-20T15:19:44.787Z] Still waiting to schedule task [2020-10-20T15:19:44.788Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-20T15:21:39.607Z] Running on prd-centos7-docker-4c-2g-6979 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-10-20T15:21:39.665Z] Running in /w/workspace/edgex-ui-go/54 [Pipeline] { [Pipeline] checkout [2020-10-20T15:21:42.518Z] using credential edgex-jenkins-ssh [2020-10-20T15:21:42.572Z] Cloning the remote Git repository [2020-10-20T15:21:42.600Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-20T15:21:42.677Z] > git init /w/workspace/edgex-ui-go/54 # timeout=10 [2020-10-20T15:21:42.810Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-20T15:21:42.810Z] > git --version # timeout=10 [2020-10-20T15:21:42.815Z] > git --version # 'git version 2.16.5' [2020-10-20T15:21:42.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:21:42.847Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:21:44.007Z] Checking out Revision 178e9abb726bc5c11d6eeab2f0e20b1eed984902 (master) [2020-10-20T15:21:43.634Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-10-20T15:21:43.641Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:21:43.652Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-10-20T15:21:43.664Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-20T15:21:43.665Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:21:43.669Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:21:44.019Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:21:44.024Z] > git checkout -f 178e9abb726bc5c11d6eeab2f0e20b1eed984902 # timeout=10 [2020-10-20T15:21:46.777Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6978 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2020-10-20T15:21:46.828Z] Running in /w/workspace/edgex-ui-go/54 [Pipeline] { [Pipeline] checkout [2020-10-20T15:21:47.895Z] Commit message: "Merge pull request #268 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T15:21:48.635Z] ========================================================= [2020-10-20T15:21:48.635Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T15:21:48.635Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:21:49.349Z] + 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-10-20T15:21:50.305Z] Sending build context to Docker daemon 15.61MB [2020-10-20T15:21:50.305Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-20T15:21:50.305Z] Step 2/8 : FROM ${BASE} [2020-10-20T15:21:50.305Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T15:21:50.305Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:21:50.305Z] ed8968b2872e: Pulling fs layer [2020-10-20T15:21:50.305Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T15:21:50.305Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T15:21:50.305Z] e73272ec9a57: Pulling fs layer [2020-10-20T15:21:50.305Z] 1e910a182e73: Pulling fs layer [2020-10-20T15:21:50.305Z] 4e634b169226: Pulling fs layer [2020-10-20T15:21:50.305Z] e73272ec9a57: Waiting [2020-10-20T15:21:50.305Z] 1e910a182e73: Waiting [2020-10-20T15:21:50.305Z] 4e634b169226: Waiting [2020-10-20T15:21:50.305Z] e871e8e8d7a9: Waiting [2020-10-20T15:21:50.305Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T15:21:50.305Z] a92cc7c5fd73: Download complete [2020-10-20T15:21:50.305Z] ed8968b2872e: Verifying Checksum [2020-10-20T15:21:50.305Z] ed8968b2872e: Download complete [2020-10-20T15:21:50.305Z] e73272ec9a57: Download complete [2020-10-20T15:21:50.305Z] 1e910a182e73: Verifying Checksum [2020-10-20T15:21:50.305Z] 1e910a182e73: Download complete [2020-10-20T15:21:50.305Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:21:50.305Z] df20fa9351a1: Download complete [2020-10-20T15:21:50.567Z] df20fa9351a1: Pull complete [2020-10-20T15:21:50.832Z] ed8968b2872e: Pull complete [2020-10-20T15:21:50.832Z] a92cc7c5fd73: Pull complete [2020-10-20T15:21:52.239Z] 4e634b169226: Verifying Checksum [2020-10-20T15:21:52.239Z] 4e634b169226: Download complete [2020-10-20T15:21:52.400Z] using credential edgex-jenkins-ssh [2020-10-20T15:21:52.457Z] Cloning the remote Git repository [2020-10-20T15:21:52.822Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T15:21:52.822Z] e871e8e8d7a9: Download complete [2020-10-20T15:21:52.531Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-20T15:21:52.652Z] > git init /w/workspace/edgex-ui-go/54 # timeout=10 [2020-10-20T15:21:52.740Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-20T15:21:52.741Z] > git --version # timeout=10 [2020-10-20T15:21:52.761Z] > git --version # 'git version 2.17.1' [2020-10-20T15:21:52.762Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:21:52.821Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:21:54.232Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-10-20T15:21:54.251Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T15:21:54.282Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-10-20T15:21:54.332Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-10-20T15:21:54.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T15:21:54.344Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T15:21:54.837Z] Checking out Revision 178e9abb726bc5c11d6eeab2f0e20b1eed984902 (master) [2020-10-20T15:21:54.875Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T15:21:54.898Z] > git checkout -f 178e9abb726bc5c11d6eeab2f0e20b1eed984902 # timeout=10 [2020-10-20T15:21:59.466Z] e871e8e8d7a9: Pull complete [2020-10-20T15:21:59.467Z] e73272ec9a57: Pull complete [2020-10-20T15:21:59.467Z] 1e910a182e73: Pull complete [2020-10-20T15:21:59.536Z] Commit message: "Merge pull request #268 from jpwhitemn/contrib-link-issue" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T15:22:00.322Z] ========================================================= [2020-10-20T15:22:00.322Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T15:22:00.322Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:22:01.274Z] + 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-10-20T15:22:02.267Z] Sending build context to Docker daemon 15.61MB [2020-10-20T15:22:02.267Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-20T15:22:02.267Z] Step 2/8 : FROM ${BASE} [2020-10-20T15:22:02.542Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T15:22:02.542Z] b538f80385f9: Pulling fs layer [2020-10-20T15:22:02.542Z] 74f711af9a0d: Pulling fs layer [2020-10-20T15:22:02.542Z] 99f96fe45779: Pulling fs layer [2020-10-20T15:22:02.542Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T15:22:02.542Z] 45590311c82a: Pulling fs layer [2020-10-20T15:22:02.542Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T15:22:02.542Z] 209524e5b208: Pulling fs layer [2020-10-20T15:22:02.542Z] 8529a6b9a6be: Waiting [2020-10-20T15:22:02.542Z] 45590311c82a: Waiting [2020-10-20T15:22:02.542Z] 69ca0ff8b7b3: Waiting [2020-10-20T15:22:02.542Z] 209524e5b208: Waiting [2020-10-20T15:22:02.542Z] 99f96fe45779: Verifying Checksum [2020-10-20T15:22:02.542Z] 99f96fe45779: Download complete [2020-10-20T15:22:02.542Z] 74f711af9a0d: Download complete [2020-10-20T15:22:02.821Z] 45590311c82a: Download complete [2020-10-20T15:22:02.821Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T15:22:02.821Z] 69ca0ff8b7b3: Download complete [2020-10-20T15:22:03.101Z] b538f80385f9: Verifying Checksum [2020-10-20T15:22:03.101Z] b538f80385f9: Download complete [2020-10-20T15:22:03.714Z] b538f80385f9: Pull complete [2020-10-20T15:22:03.717Z] 4e634b169226: Pull complete [2020-10-20T15:22:03.717Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T15:22:03.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T15:22:03.717Z] ---> f7629b54cfaa [2020-10-20T15:22:03.717Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-20T15:22:03.981Z] ---> Running in ab151117e6ae [2020-10-20T15:22:04.246Z] Removing intermediate container ab151117e6ae [2020-10-20T15:22:04.246Z] ---> 2cd0d056e526 [2020-10-20T15:22:04.246Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T15:22:04.246Z] ---> Running in d5a8060cbc8a [2020-10-20T15:22:04.322Z] 74f711af9a0d: Pull complete [2020-10-20T15:22:04.928Z] 99f96fe45779: Pull complete [2020-10-20T15:22:04.928Z] 209524e5b208: Verifying Checksum [2020-10-20T15:22:04.928Z] 209524e5b208: Download complete [2020-10-20T15:22:05.650Z] Removing intermediate container d5a8060cbc8a [2020-10-20T15:22:05.650Z] ---> f3158e575d68 [2020-10-20T15:22:05.650Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-20T15:22:05.650Z] ---> Running in 33b6c0c6074c [2020-10-20T15:22:05.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T15:22:06.389Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T15:22:06.389Z] 8529a6b9a6be: Download complete [2020-10-20T15:22:06.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T15:22:07.068Z] OK: 166 MiB in 39 packages [2020-10-20T15:22:07.333Z] Removing intermediate container 33b6c0c6074c [2020-10-20T15:22:07.333Z] ---> b70d08ea0fdd [2020-10-20T15:22:07.333Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-10-20T15:22:07.616Z] ---> Running in cff3146d65d6 [2020-10-20T15:22:07.616Z] Removing intermediate container cff3146d65d6 [2020-10-20T15:22:07.616Z] ---> 3c94a6b69a4e [2020-10-20T15:22:07.616Z] Step 7/8 : COPY . . [2020-10-20T15:22:09.549Z] ---> ed7bb2865a57 [2020-10-20T15:22:09.549Z] Step 8/8 : RUN go mod download [2020-10-20T15:22:09.549Z] ---> Running in 47fce3a6b2e8 [2020-10-20T15:22:16.629Z] 8529a6b9a6be: Pull complete [2020-10-20T15:22:16.902Z] 45590311c82a: Pull complete [2020-10-20T15:22:17.183Z] 69ca0ff8b7b3: Pull complete [2020-10-20T15:22:21.534Z] 209524e5b208: Pull complete [2020-10-20T15:22:21.534Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T15:22:21.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T15:22:21.534Z] ---> 5bddaf1c2fca [2020-10-20T15:22:21.534Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-20T15:22:24.175Z] ---> Running in 51f6ae97eddf [2020-10-20T15:22:24.175Z] Removing intermediate container 51f6ae97eddf [2020-10-20T15:22:24.175Z] ---> 8f7695d367f3 [2020-10-20T15:22:24.175Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T15:22:24.450Z] ---> Running in aac062388976 [2020-10-20T15:22:27.859Z] Removing intermediate container aac062388976 [2020-10-20T15:22:27.859Z] ---> 7ef660f8927b [2020-10-20T15:22:27.859Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-20T15:22:27.859Z] ---> Running in 64785ca6382e [2020-10-20T15:22:28.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T15:22:29.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T15:22:30.099Z] OK: 142 MiB in 39 packages [2020-10-20T15:22:31.546Z] Removing intermediate container 64785ca6382e [2020-10-20T15:22:31.546Z] ---> 2c18d300e398 [2020-10-20T15:22:31.546Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-10-20T15:22:31.546Z] ---> Running in 77e4d4d51871 [2020-10-20T15:22:31.577Z] Removing intermediate container 47fce3a6b2e8 [2020-10-20T15:22:31.577Z] ---> 3bab6eb9f062 [2020-10-20T15:22:31.577Z] Successfully built 3bab6eb9f062 [2020-10-20T15:22:31.820Z] Removing intermediate container 77e4d4d51871 [2020-10-20T15:22:31.820Z] ---> 77186689265a [2020-10-20T15:22:31.820Z] Step 7/8 : COPY . . [2020-10-20T15:22:31.841Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:22:32.192Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T15:22:32.192Z] . [Pipeline] withDockerContainer [2020-10-20T15:22:32.297Z] prd-centos7-docker-4c-2g-6979 does not seem to be running inside a container [2020-10-20T15:22:32.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/54 -v /w/workspace/edgex-ui-go/54:/w/workspace/edgex-ui-go/54:rw,z -v /w/workspace/edgex-ui-go/54@tmp:/w/workspace/edgex-ui-go/54@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 ******** ci-base-image-x86_64 cat [2020-10-20T15:22:33.019Z] $ docker top c4a09eaae11ef750418d1163a8875f63853703491a2d43a7b3ee879c71f686f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:22:33.538Z] + go version [2020-10-20T15:22:33.539Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T15:22:33.555Z] $ docker stop --time=1 c4a09eaae11ef750418d1163a8875f63853703491a2d43a7b3ee879c71f686f4 [2020-10-20T15:22:33.819Z] ---> 48ba901e8e0a [2020-10-20T15:22:33.819Z] Step 8/8 : RUN go mod download [2020-10-20T15:22:33.819Z] ---> Running in 7f0d346d04ad [2020-10-20T15:22:34.888Z] $ docker rm -f c4a09eaae11ef750418d1163a8875f63853703491a2d43a7b3ee879c71f686f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-20T15:22:36.580Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-20T15:22:36.978Z] + ls -al . [2020-10-20T15:22:36.979Z] total 56 [2020-10-20T15:22:36.979Z] drwxrwxr-x. 9 jenkins jenkins 4096 Oct 20 15:21 . [2020-10-20T15:22:36.979Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 20 15:21 .. [2020-10-20T15:22:36.979Z] drwxrwxr-x. 3 jenkins jenkins 20 Oct 20 15:21 assets [2020-10-20T15:22:36.979Z] drwxrwxr-x. 2 jenkins jenkins 35 Oct 20 15:21 bin [2020-10-20T15:22:36.979Z] drwxrwxr-x. 3 jenkins jenkins 29 Oct 20 15:21 cmd [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 3959 Oct 20 15:21 CONTRIBUTING.md [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 913 Oct 20 15:21 Dockerfile [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 898 Oct 20 15:21 Dockerfile.build [2020-10-20T15:22:36.979Z] drwxrwxr-x. 5 jenkins jenkins 104 Oct 20 15:21 docs [2020-10-20T15:22:36.979Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 20 15:21 .git [2020-10-20T15:22:36.979Z] drwxrwxr-x. 2 jenkins jenkins 81 Oct 20 15:21 .github [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 136 Oct 20 15:21 .gitignore [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 1019 Oct 20 15:21 go.mod [2020-10-20T15:22:36.979Z] drwxrwxr-x. 10 jenkins jenkins 139 Oct 20 15:21 internal [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 652 Oct 20 15:21 Jenkinsfile [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 11357 Oct 20 15:21 LICENSE [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 951 Oct 20 15:21 Makefile [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 3545 Oct 20 15:21 README.md [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 20 15:19 VERSION [2020-10-20T15:22:36.979Z] -rw-rw-r--. 1 jenkins jenkins 155 Oct 20 15:21 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:22:37.333Z] + 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=178e9abb726bc5c11d6eeab2f0e20b1eed984902 --label arch=amd64 --label version=1.2.2-dev.11 . [2020-10-20T15:22:37.602Z] Sending build context to Docker daemon 15.61MB [2020-10-20T15:22:37.602Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-20T15:22:37.602Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-20T15:22:37.602Z] ---> 3bab6eb9f062 [2020-10-20T15:22:37.602Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-10-20T15:22:38.186Z] ---> Running in 0c1d5e8ea3c8 [2020-10-20T15:22:38.453Z] Removing intermediate container 0c1d5e8ea3c8 [2020-10-20T15:22:38.453Z] ---> 0f7199e5b003 [2020-10-20T15:22:38.453Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-10-20T15:22:38.453Z] ---> Running in 544f4d11f5ea [2020-10-20T15:22:38.453Z] Removing intermediate container 544f4d11f5ea [2020-10-20T15:22:38.453Z] ---> abedf9ffc98a [2020-10-20T15:22:38.453Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-10-20T15:22:38.716Z] ---> Running in c2c6f2b3bb34 [2020-10-20T15:22:38.716Z] Removing intermediate container c2c6f2b3bb34 [2020-10-20T15:22:38.716Z] ---> b281e269189f [2020-10-20T15:22:38.716Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-10-20T15:22:38.716Z] ---> Running in a9552bb94292 [2020-10-20T15:22:38.980Z] Removing intermediate container a9552bb94292 [2020-10-20T15:22:38.980Z] ---> 02a08b0ecab1 [2020-10-20T15:22:38.980Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-10-20T15:22:38.980Z] ---> Running in 7703339088fe [2020-10-20T15:22:39.242Z] Removing intermediate container 7703339088fe [2020-10-20T15:22:39.242Z] ---> 9affbf288bd8 [2020-10-20T15:22:39.242Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T15:22:39.242Z] ---> Running in f1cb346990f2 [2020-10-20T15:22:40.190Z] Removing intermediate container f1cb346990f2 [2020-10-20T15:22:40.190Z] ---> fd2e7f31934b [2020-10-20T15:22:40.190Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-20T15:22:40.190Z] ---> Running in 4d14e4e8cefb [2020-10-20T15:22:40.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T15:22:41.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T15:22:41.985Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T15:22:41.985Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T15:22:41.985Z] OK: 12752 distinct packages available [2020-10-20T15:22:41.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T15:22:42.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T15:22:43.138Z] OK: 166 MiB in 39 packages [2020-10-20T15:22:43.721Z] Removing intermediate container 4d14e4e8cefb [2020-10-20T15:22:43.721Z] ---> f5d0995d8c57 [2020-10-20T15:22:43.721Z] Step 10/24 : ENV GO111MODULE=on [2020-10-20T15:22:43.721Z] ---> Running in 45fdcb5f1241 [2020-10-20T15:22:43.721Z] Removing intermediate container 45fdcb5f1241 [2020-10-20T15:22:43.721Z] ---> 8074536b3669 [2020-10-20T15:22:43.721Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-10-20T15:22:43.998Z] ---> Running in 92cafb35d6f7 [2020-10-20T15:22:43.998Z] Removing intermediate container 92cafb35d6f7 [2020-10-20T15:22:43.998Z] ---> ca3517fc2cc6 [2020-10-20T15:22:43.998Z] Step 12/24 : COPY go.mod . [2020-10-20T15:22:44.262Z] ---> 84ca4784ec47 [2020-10-20T15:22:44.262Z] Step 13/24 : COPY Makefile . [2020-10-20T15:22:44.525Z] ---> 94a0469504fc [2020-10-20T15:22:44.525Z] Step 14/24 : RUN make update [2020-10-20T15:22:44.525Z] ---> Running in 1779a887475b [2020-10-20T15:22:44.793Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-10-20T15:22:45.372Z] Removing intermediate container 1779a887475b [2020-10-20T15:22:45.372Z] ---> a3a76693e316 [2020-10-20T15:22:45.372Z] Step 15/24 : COPY . . [2020-10-20T15:22:46.767Z] ---> aeae885c64ba [2020-10-20T15:22:46.767Z] Step 16/24 : RUN ${MAKE} [2020-10-20T15:22:46.767Z] ---> Running in 8742214aec15 [2020-10-20T15:22:47.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.11" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-10-20T15:22:55.301Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-20T15:22:57.242Z] Removing intermediate container 8742214aec15 [2020-10-20T15:22:57.242Z] ---> 5fd1d18ba869 [2020-10-20T15:22:57.242Z] Step 17/24 : FROM alpine [2020-10-20T15:22:57.527Z] latest: Pulling from library/alpine [2020-10-20T15:22:57.790Z] df20fa9351a1: Already exists [2020-10-20T15:22:57.790Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T15:22:57.790Z] Status: Downloaded newer image for alpine:latest [2020-10-20T15:22:57.790Z] ---> a24bb4013296 [2020-10-20T15:22:57.790Z] Step 18/24 : EXPOSE 4000 [2020-10-20T15:22:58.053Z] ---> Running in e6940d2e34af [2020-10-20T15:22:58.053Z] Removing intermediate container e6940d2e34af [2020-10-20T15:22:58.053Z] ---> 512b024a3bf0 [2020-10-20T15:22:58.053Z] 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-10-20T15:22:59.448Z] ---> a4e49c362516 [2020-10-20T15:22:59.448Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-10-20T15:22:59.448Z] ---> Running in f1b07ad2391b [2020-10-20T15:22:59.711Z] Removing intermediate container f1b07ad2391b [2020-10-20T15:22:59.711Z] ---> b816c6695ebe [2020-10-20T15:22:59.711Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-10-20T15:22:59.711Z] ---> Running in ff6cd30b8486 [2020-10-20T15:22:59.711Z] Removing intermediate container ff6cd30b8486 [2020-10-20T15:22:59.711Z] ---> f0a68fd8320f [2020-10-20T15:22:59.711Z] Step 22/24 : LABEL arch=amd64 [2020-10-20T15:22:59.975Z] ---> Running in d35d7a3e8b43 [2020-10-20T15:22:59.975Z] Removing intermediate container d35d7a3e8b43 [2020-10-20T15:22:59.975Z] ---> 41ab24ed5e2d [2020-10-20T15:22:59.975Z] Step 23/24 : LABEL git_sha=178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:22:59.975Z] ---> Running in f2ad3ad08c9f [2020-10-20T15:23:00.238Z] Removing intermediate container f2ad3ad08c9f [2020-10-20T15:23:00.238Z] ---> ef5d9d6cdb60 [2020-10-20T15:23:00.238Z] Step 24/24 : LABEL version=1.2.2-dev.11 [2020-10-20T15:23:00.238Z] ---> Running in ef653769bcca [2020-10-20T15:23:00.502Z] Removing intermediate container ef653769bcca [2020-10-20T15:23:00.502Z] ---> 645c37634a52 [2020-10-20T15:23:00.502Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-20T15:23:00.502Z] Successfully built 645c37634a52 [2020-10-20T15:23:00.502Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [2020-10-20T15:23:00.656Z] Removing intermediate container 7f0d346d04ad [2020-10-20T15:23:00.656Z] ---> 1f9c6f590a50 [2020-10-20T15:23:00.656Z] Successfully built 1f9c6f590a50 [2020-10-20T15:23:00.656Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-20T15:23:01.014Z] provisioning config files... [2020-10-20T15:23:01.051Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/54@tmp/config4185761421405435283tmp [Pipeline] { [2020-10-20T15:23:01.082Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T15:23:01.082Z] . [Pipeline] withDockerContainer [2020-10-20T15:23:01.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-6978 does not seem to be running inside a container [2020-10-20T15:23:01.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/54 -v /w/workspace/edgex-ui-go/54:/w/workspace/edgex-ui-go/54:rw,z -v /w/workspace/edgex-ui-go/54@tmp:/w/workspace/edgex-ui-go/54@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 ******** ci-base-image-arm64 cat [2020-10-20T15:23:03.394Z] $ docker top 5ce402c81ce261ba2dffe9685dcc846659f149b381a21b31c67e3c43c99a0b2b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh [2020-10-20T15:23:04.093Z] ---> docker-login.sh [2020-10-20T15:23:04.093Z] nexus3.edgexfoundry.org:10001 [2020-10-20T15:23:04.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T15:23:04.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T15:23:04.357Z] Configure a credential helper to remove this warning. See [2020-10-20T15:23:04.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T15:23:04.357Z] [2020-10-20T15:23:04.357Z] Login Succeeded [2020-10-20T15:23:04.357Z] nexus3.edgexfoundry.org:10002 [2020-10-20T15:23:04.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T15:23:04.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T15:23:04.357Z] Configure a credential helper to remove this warning. See [2020-10-20T15:23:04.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T15:23:04.357Z] [2020-10-20T15:23:04.357Z] Login Succeeded [2020-10-20T15:23:04.357Z] nexus3.edgexfoundry.org:10003 [2020-10-20T15:23:04.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T15:23:04.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T15:23:04.621Z] Configure a credential helper to remove this warning. See [2020-10-20T15:23:04.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T15:23:04.621Z] [2020-10-20T15:23:04.621Z] Login Succeeded [2020-10-20T15:23:04.621Z] nexus3.edgexfoundry.org:10004 [2020-10-20T15:23:04.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T15:23:04.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T15:23:04.882Z] Configure a credential helper to remove this warning. See [2020-10-20T15:23:04.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T15:23:04.882Z] [2020-10-20T15:23:04.882Z] Login Succeeded [2020-10-20T15:23:04.882Z] docker.io [2020-10-20T15:23:04.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T15:23:04.901Z] + go version [2020-10-20T15:23:04.901Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T15:23:04.956Z] $ docker stop --time=1 5ce402c81ce261ba2dffe9685dcc846659f149b381a21b31c67e3c43c99a0b2b [2020-10-20T15:23:05.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T15:23:05.145Z] Configure a credential helper to remove this warning. See [2020-10-20T15:23:05.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T15:23:05.145Z] [2020-10-20T15:23:05.145Z] Login Succeeded [2020-10-20T15:23:05.145Z] ---> docker-login.sh ends [2020-10-20T15:23:06.899Z] $ docker rm -f 5ce402c81ce261ba2dffe9685dcc846659f149b381a21b31c67e3c43c99a0b2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-10-20T15:23:07.257Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo [2020-10-20T15:23:07.662Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2020-10-20T15:23:07.663Z] 178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:23:07.663Z] latest [2020-10-20T15:23:07.663Z] 1.2.2-dev.11 [2020-10-20T15:23:07.663Z] 178e9abb726bc5c11d6eeab2f0e20b1eed984902-1.2.2-dev.11 [2020-10-20T15:23:07.663Z] master [2020-10-20T15:23:07.663Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-10-20T15:23:08.131Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:178e9abb726bc5c11d6eeab2f0e20b1eed984902 [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:08.527Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-20T15:23:08.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:23:08.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-10-20T15:23:08.556Z] 4b8b69c6c97f: Preparing [2020-10-20T15:23:08.556Z] 50644c29ef5a: Preparing [2020-10-20T15:23:08.556Z] 50644c29ef5a: Layer already exists [2020-10-20T15:23:08.885Z] + ls -al . [2020-10-20T15:23:08.885Z] total 88 [2020-10-20T15:23:08.885Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 20 15:22 . [2020-10-20T15:23:08.885Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 20 15:21 .. [2020-10-20T15:23:08.885Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 20 15:21 .git [2020-10-20T15:23:08.885Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 15:21 .github [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 136 Oct 20 15:21 .gitignore [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 3959 Oct 20 15:21 CONTRIBUTING.md [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 913 Oct 20 15:21 Dockerfile [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 898 Oct 20 15:21 Dockerfile.build [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 652 Oct 20 15:21 Jenkinsfile [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 11357 Oct 20 15:21 LICENSE [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 951 Oct 20 15:21 Makefile [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 3545 Oct 20 15:21 README.md [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 20 15:19 VERSION [2020-10-20T15:23:08.885Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 15:21 assets [2020-10-20T15:23:08.885Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 20 15:21 bin [2020-10-20T15:23:08.885Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 20 15:21 cmd [2020-10-20T15:23:08.885Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 20 15:21 docs [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 1019 Oct 20 15:21 go.mod [2020-10-20T15:23:08.885Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 20 15:21 internal [2020-10-20T15:23:08.885Z] -rw-rw-r-- 1 jenkins jenkins 155 Oct 20 15:21 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:09.261Z] + 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=178e9abb726bc5c11d6eeab2f0e20b1eed984902 --label arch=arm64 --label version=1.2.2-dev.11 . [2020-10-20T15:23:09.860Z] Sending build context to Docker daemon 15.61MB [2020-10-20T15:23:09.860Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-20T15:23:09.860Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-20T15:23:09.860Z] ---> 1f9c6f590a50 [2020-10-20T15:23:09.860Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-10-20T15:23:09.949Z] 4b8b69c6c97f: Pushed [2020-10-20T15:23:10.136Z] ---> Running in ce83c01a176d [2020-10-20T15:23:10.211Z] 178e9abb726bc5c11d6eeab2f0e20b1eed984902: digest: sha256:9095cf48272de78355db69507e7eaee39c4a24c885ad5843c2b4c71ed440b68e size: 739 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:10.522Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:10.734Z] Removing intermediate container ce83c01a176d [2020-10-20T15:23:10.734Z] ---> 84a3d378eea7 [2020-10-20T15:23:10.734Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-10-20T15:23:10.734Z] ---> Running in 5e43e48691b9 [2020-10-20T15:23:10.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-10-20T15:23:10.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-10-20T15:23:10.823Z] 4b8b69c6c97f: Preparing [2020-10-20T15:23:10.823Z] 50644c29ef5a: Preparing [2020-10-20T15:23:10.823Z] 4b8b69c6c97f: Layer already exists [2020-10-20T15:23:10.823Z] 50644c29ef5a: Layer already exists [2020-10-20T15:23:10.823Z] latest: digest: sha256:9095cf48272de78355db69507e7eaee39c4a24c885ad5843c2b4c71ed440b68e size: 739 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:11.141Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:11.334Z] Removing intermediate container 5e43e48691b9 [2020-10-20T15:23:11.334Z] ---> 286cbcb1cf20 [2020-10-20T15:23:11.334Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-10-20T15:23:11.334Z] ---> Running in 5eadeca52648 [2020-10-20T15:23:11.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.11 [2020-10-20T15:23:11.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-10-20T15:23:11.442Z] 4b8b69c6c97f: Preparing [2020-10-20T15:23:11.442Z] 50644c29ef5a: Preparing [2020-10-20T15:23:11.442Z] 4b8b69c6c97f: Layer already exists [2020-10-20T15:23:11.442Z] 50644c29ef5a: Layer already exists [2020-10-20T15:23:11.442Z] 1.2.2-dev.11: digest: sha256:9095cf48272de78355db69507e7eaee39c4a24c885ad5843c2b4c71ed440b68e size: 739 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:11.754Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:178e9abb726bc5c11d6eeab2f0e20b1eed984902-1.2.2-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:11.934Z] Removing intermediate container 5eadeca52648 [2020-10-20T15:23:11.934Z] ---> 17aa5569fd47 [2020-10-20T15:23:11.934Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-10-20T15:23:11.934Z] ---> Running in ca0fe6983564 [2020-10-20T15:23:12.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:178e9abb726bc5c11d6eeab2f0e20b1eed984902-1.2.2-dev.11 [2020-10-20T15:23:12.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-10-20T15:23:12.071Z] 4b8b69c6c97f: Preparing [2020-10-20T15:23:12.071Z] 50644c29ef5a: Preparing [2020-10-20T15:23:12.071Z] 50644c29ef5a: Layer already exists [2020-10-20T15:23:12.071Z] 4b8b69c6c97f: Layer already exists [2020-10-20T15:23:12.071Z] 178e9abb726bc5c11d6eeab2f0e20b1eed984902-1.2.2-dev.11: digest: sha256:9095cf48272de78355db69507e7eaee39c4a24c885ad5843c2b4c71ed440b68e size: 739 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:12.434Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:23:12.530Z] Removing intermediate container ca0fe6983564 [2020-10-20T15:23:12.531Z] ---> a58a8dbf458a [2020-10-20T15:23:12.531Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-10-20T15:23:12.531Z] ---> Running in 096efcd57683 [2020-10-20T15:23:12.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2020-10-20T15:23:12.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2020-10-20T15:23:12.737Z] 4b8b69c6c97f: Preparing [2020-10-20T15:23:12.737Z] 50644c29ef5a: Preparing [2020-10-20T15:23:12.737Z] 50644c29ef5a: Layer already exists [2020-10-20T15:23:12.737Z] 4b8b69c6c97f: Layer already exists [2020-10-20T15:23:12.737Z] master: digest: sha256:9095cf48272de78355db69507e7eaee39c4a24c885ad5843c2b4c71ed440b68e size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T15:23:12.923Z] ===================================================== [Pipeline] echo [2020-10-20T15:23:12.970Z] taggedImages: [2020-10-20T15:23:12.970Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:23:12.970Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2020-10-20T15:23:12.970Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:1.2.2-dev.11 [2020-10-20T15:23:12.970Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:178e9abb726bc5c11d6eeab2f0e20b1eed984902-1.2.2-dev.11 [2020-10-20T15:23:12.970Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-20T15:23:13.129Z] Removing intermediate container 096efcd57683 [2020-10-20T15:23:13.129Z] ---> 0abe4608309c [2020-10-20T15:23:13.129Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T15:23:13.129Z] ---> Running in ab14e15cb66b [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-10-20T15:23:15.805Z] Removing intermediate container ab14e15cb66b [2020-10-20T15:23:15.805Z] ---> 4d1a639c7043 [2020-10-20T15:23:15.805Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-20T15:23:15.805Z] ---> Running in 4adaa1fef1bc [2020-10-20T15:23:16.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T15:23:18.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T15:23:19.192Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T15:23:19.192Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T15:23:19.192Z] OK: 12623 distinct packages available [2020-10-20T15:23:19.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T15:23:19.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T15:23:20.671Z] OK: 142 MiB in 39 packages [2020-10-20T15:23:21.794Z] Removing intermediate container 4adaa1fef1bc [2020-10-20T15:23:21.794Z] ---> 6464d4b44cf3 [2020-10-20T15:23:21.794Z] Step 10/24 : ENV GO111MODULE=on [2020-10-20T15:23:22.209Z] ---> Running in 5db11613a367 [2020-10-20T15:23:22.561Z] Removing intermediate container 5db11613a367 [2020-10-20T15:23:22.561Z] ---> ea791b4fe7e4 [2020-10-20T15:23:22.561Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-10-20T15:23:22.561Z] ---> Running in ee352461711c [2020-10-20T15:23:22.979Z] Removing intermediate container ee352461711c [2020-10-20T15:23:22.980Z] ---> 2128fcdf35b0 [2020-10-20T15:23:22.980Z] Step 12/24 : COPY go.mod . [2020-10-20T15:23:23.755Z] ---> 6258eec3668a [2020-10-20T15:23:23.755Z] Step 13/24 : COPY Makefile . [2020-10-20T15:23:24.441Z] ---> 45c28940c3dc [2020-10-20T15:23:24.441Z] Step 14/24 : RUN make update [2020-10-20T15:23:24.441Z] ---> Running in c2b6c978c2f4 [2020-10-20T15:23:26.112Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-10-20T15:23:27.146Z] Removing intermediate container c2b6c978c2f4 [2020-10-20T15:23:27.146Z] ---> 178ef6f96f96 [2020-10-20T15:23:27.146Z] Step 15/24 : COPY . . [2020-10-20T15:23:29.231Z] ---> 35f29a8a3487 [2020-10-20T15:23:29.231Z] Step 16/24 : RUN ${MAKE} [2020-10-20T15:23:29.231Z] ---> Running in 998c539f7954 [2020-10-20T15:23:30.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=1.2.2-dev.11" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-10-20T15:23:53.158Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-20T15:23:58.690Z] Removing intermediate container 998c539f7954 [2020-10-20T15:23:58.690Z] ---> 01c71529dc1b [2020-10-20T15:23:58.690Z] Step 17/24 : FROM alpine [2020-10-20T15:23:58.690Z] latest: Pulling from library/alpine [2020-10-20T15:23:58.690Z] b538f80385f9: Already exists [2020-10-20T15:23:58.690Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T15:23:58.690Z] Status: Downloaded newer image for alpine:latest [2020-10-20T15:23:58.690Z] ---> 62ee0e9f8440 [2020-10-20T15:23:58.690Z] Step 18/24 : EXPOSE 4000 [2020-10-20T15:23:58.976Z] ---> Running in 0e6d86056410 [2020-10-20T15:23:59.283Z] Removing intermediate container 0e6d86056410 [2020-10-20T15:23:59.283Z] ---> 77959dd070f1 [2020-10-20T15:23:59.283Z] 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-10-20T15:24:01.331Z] ---> dee8ba5319c6 [2020-10-20T15:24:01.331Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-10-20T15:24:01.331Z] ---> Running in dd398f0ef4d9 [2020-10-20T15:24:01.611Z] Removing intermediate container dd398f0ef4d9 [2020-10-20T15:24:01.611Z] ---> f247cc0aee8e [2020-10-20T15:24:01.611Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-10-20T15:24:01.888Z] ---> Running in aa5ecf924189 [2020-10-20T15:24:02.160Z] Removing intermediate container aa5ecf924189 [2020-10-20T15:24:02.160Z] ---> 640925ea675f [2020-10-20T15:24:02.160Z] Step 22/24 : LABEL arch=arm64 [2020-10-20T15:24:02.433Z] ---> Running in 7f1ea3d18c19 [2020-10-20T15:24:02.707Z] Removing intermediate container 7f1ea3d18c19 [2020-10-20T15:24:02.707Z] ---> 0d0d5ff0aaf6 [2020-10-20T15:24:02.707Z] Step 23/24 : LABEL git_sha=178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:24:02.982Z] ---> Running in f2851488c7fa [2020-10-20T15:24:03.254Z] Removing intermediate container f2851488c7fa [2020-10-20T15:24:03.254Z] ---> 3c26e49195fe [2020-10-20T15:24:03.254Z] Step 24/24 : LABEL version=1.2.2-dev.11 [2020-10-20T15:24:03.526Z] ---> Running in 097f72360870 [2020-10-20T15:24:03.798Z] Removing intermediate container 097f72360870 [2020-10-20T15:24:03.798Z] ---> dae5e5de86da [2020-10-20T15:24:03.798Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-20T15:24:03.798Z] Successfully built dae5e5de86da [2020-10-20T15:24:03.798Z] 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-10-20T15:24:04.239Z] provisioning config files... [2020-10-20T15:24:04.278Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/54@tmp/config7469540548624456153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:24:04.679Z] ---> docker-login.sh [2020-10-20T15:24:04.679Z] nexus3.edgexfoundry.org:10001 [2020-10-20T15:24:04.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T15:24:05.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T15:24:05.230Z] Configure a credential helper to remove this warning. See [2020-10-20T15:24:05.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T15:24:05.230Z] [2020-10-20T15:24:05.230Z] Login Succeeded [2020-10-20T15:24:05.230Z] nexus3.edgexfoundry.org:10002 [2020-10-20T15:24:05.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T15:24:05.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T15:24:05.507Z] Configure a credential helper to remove this warning. See [2020-10-20T15:24:05.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T15:24:05.507Z] [2020-10-20T15:24:05.507Z] Login Succeeded [2020-10-20T15:24:05.507Z] nexus3.edgexfoundry.org:10003 [2020-10-20T15:24:06.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T15:24:06.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T15:24:06.105Z] Configure a credential helper to remove this warning. See [2020-10-20T15:24:06.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T15:24:06.105Z] [2020-10-20T15:24:06.105Z] Login Succeeded [2020-10-20T15:24:06.105Z] nexus3.edgexfoundry.org:10004 [2020-10-20T15:24:06.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T15:24:06.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T15:24:06.681Z] Configure a credential helper to remove this warning. See [2020-10-20T15:24:06.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T15:24:06.681Z] [2020-10-20T15:24:06.681Z] Login Succeeded [2020-10-20T15:24:06.681Z] docker.io [2020-10-20T15:24:06.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T15:24:07.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T15:24:07.229Z] Configure a credential helper to remove this warning. See [2020-10-20T15:24:07.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T15:24:07.229Z] [2020-10-20T15:24:07.502Z] Login Succeeded [2020-10-20T15:24:07.502Z] ---> docker-login.sh ends [Pipeline] } [2020-10-20T15:24:07.522Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T15:24:07.817Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2020-10-20T15:24:07.817Z] 178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:24:07.817Z] latest [2020-10-20T15:24:07.817Z] 1.2.2-dev.11 [2020-10-20T15:24:07.817Z] 178e9abb726bc5c11d6eeab2f0e20b1eed984902-1.2.2-dev.11 [2020-10-20T15:24:07.817Z] master [2020-10-20T15:24:07.817Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:08.371Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:178e9abb726bc5c11d6eeab2f0e20b1eed984902 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:08.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:24:08.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-10-20T15:24:08.716Z] fc223a0d518f: Preparing [2020-10-20T15:24:08.716Z] e2f13739ad41: Preparing [2020-10-20T15:24:08.716Z] e2f13739ad41: Layer already exists [2020-10-20T15:24:12.115Z] fc223a0d518f: Pushed [2020-10-20T15:24:12.386Z] 178e9abb726bc5c11d6eeab2f0e20b1eed984902: digest: sha256:95894e9452f49d336a4d136a3856f38247ed89b7632d0dd9887f1cd1ad057f30 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:12.735Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:13.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-10-20T15:24:13.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-10-20T15:24:13.079Z] fc223a0d518f: Preparing [2020-10-20T15:24:13.079Z] e2f13739ad41: Preparing [2020-10-20T15:24:13.348Z] fc223a0d518f: Layer already exists [2020-10-20T15:24:13.348Z] e2f13739ad41: Layer already exists [2020-10-20T15:24:13.348Z] latest: digest: sha256:95894e9452f49d336a4d136a3856f38247ed89b7632d0dd9887f1cd1ad057f30 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:13.717Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:14.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.11 [2020-10-20T15:24:14.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-10-20T15:24:14.052Z] fc223a0d518f: Preparing [2020-10-20T15:24:14.052Z] e2f13739ad41: Preparing [2020-10-20T15:24:14.323Z] fc223a0d518f: Layer already exists [2020-10-20T15:24:14.323Z] e2f13739ad41: Layer already exists [2020-10-20T15:24:14.323Z] 1.2.2-dev.11: digest: sha256:95894e9452f49d336a4d136a3856f38247ed89b7632d0dd9887f1cd1ad057f30 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:14.673Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:178e9abb726bc5c11d6eeab2f0e20b1eed984902-1.2.2-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:15.005Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:178e9abb726bc5c11d6eeab2f0e20b1eed984902-1.2.2-dev.11 [2020-10-20T15:24:15.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-10-20T15:24:15.005Z] fc223a0d518f: Preparing [2020-10-20T15:24:15.005Z] e2f13739ad41: Preparing [2020-10-20T15:24:15.005Z] fc223a0d518f: Layer already exists [2020-10-20T15:24:15.005Z] e2f13739ad41: Layer already exists [2020-10-20T15:24:15.275Z] 178e9abb726bc5c11d6eeab2f0e20b1eed984902-1.2.2-dev.11: digest: sha256:95894e9452f49d336a4d136a3856f38247ed89b7632d0dd9887f1cd1ad057f30 size: 739 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:15.614Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:15.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2020-10-20T15:24:15.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2020-10-20T15:24:15.952Z] fc223a0d518f: Preparing [2020-10-20T15:24:15.952Z] e2f13739ad41: Preparing [2020-10-20T15:24:15.952Z] e2f13739ad41: Layer already exists [2020-10-20T15:24:15.952Z] fc223a0d518f: Layer already exists [2020-10-20T15:24:16.222Z] master: digest: sha256:95894e9452f49d336a4d136a3856f38247ed89b7632d0dd9887f1cd1ad057f30 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T15:24:16.442Z] ===================================================== [Pipeline] echo [2020-10-20T15:24:16.501Z] taggedImages: [2020-10-20T15:24:16.501Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:24:16.501Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2020-10-20T15:24:16.501Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:1.2.2-dev.11 [2020-10-20T15:24:16.501Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:178e9abb726bc5c11d6eeab2f0e20b1eed984902-1.2.2-dev.11 [2020-10-20T15:24:16.501Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-20T15:24:18.595Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T15:24:18.598Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T15:24:18.676Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:19.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:24:19.071Z] [2020-10-20T15:24:19.071Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:24:19.421Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:24:19.421Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T15:24:19.421Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T15:24:19.421Z] 408f87550127: Pulling fs layer [2020-10-20T15:24:19.421Z] fe522b08c979: Pulling fs layer [2020-10-20T15:24:19.421Z] 221eaa008020: Pulling fs layer [2020-10-20T15:24:19.421Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T15:24:19.421Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T15:24:19.421Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T15:24:19.421Z] 23e8b3b47431: Pulling fs layer [2020-10-20T15:24:19.421Z] 5c568d65a230: Pulling fs layer [2020-10-20T15:24:19.421Z] 221eaa008020: Waiting [2020-10-20T15:24:19.421Z] 2a4607e5d6b9: Waiting [2020-10-20T15:24:19.421Z] 8f79b27c4fd2: Waiting [2020-10-20T15:24:19.421Z] e5c8dbe1645b: Waiting [2020-10-20T15:24:19.421Z] 23e8b3b47431: Waiting [2020-10-20T15:24:19.421Z] 5c568d65a230: Waiting [2020-10-20T15:24:19.421Z] fe522b08c979: Verifying Checksum [2020-10-20T15:24:19.421Z] fe522b08c979: Download complete [2020-10-20T15:24:19.421Z] 408f87550127: Download complete [2020-10-20T15:24:19.421Z] 2a4607e5d6b9: Verifying Checksum [2020-10-20T15:24:19.421Z] 2a4607e5d6b9: Download complete [2020-10-20T15:24:19.421Z] 8f79b27c4fd2: Verifying Checksum [2020-10-20T15:24:19.421Z] 8f79b27c4fd2: Download complete [2020-10-20T15:24:19.421Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-20T15:24:19.421Z] cbdbe7a5bc2a: Download complete [2020-10-20T15:24:19.996Z] cbdbe7a5bc2a: Pull complete [2020-10-20T15:24:19.996Z] 408f87550127: Pull complete [2020-10-20T15:24:20.257Z] fe522b08c979: Pull complete [2020-10-20T15:24:20.832Z] e5c8dbe1645b: Download complete [2020-10-20T15:24:22.239Z] 23e8b3b47431: Verifying Checksum [2020-10-20T15:24:22.239Z] 23e8b3b47431: Download complete [2020-10-20T15:24:22.239Z] 5c568d65a230: Verifying Checksum [2020-10-20T15:24:22.239Z] 5c568d65a230: Download complete [2020-10-20T15:24:23.191Z] 221eaa008020: Download complete [2020-10-20T15:24:29.840Z] 221eaa008020: Pull complete [2020-10-20T15:24:29.840Z] 2a4607e5d6b9: Pull complete [2020-10-20T15:24:29.840Z] 8f79b27c4fd2: Pull complete [2020-10-20T15:24:31.244Z] e5c8dbe1645b: Pull complete [2020-10-20T15:24:33.170Z] 23e8b3b47431: Pull complete [2020-10-20T15:24:34.569Z] 5c568d65a230: Pull complete [2020-10-20T15:24:34.569Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T15:24:34.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T15:24:34.569Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T15:24:34.740Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:24:34.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgexfoundry_edgex-ui-go_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-20T15:24:35.806Z] $ docker top 6911493a98e23c861db5e851af8733af38efc24020fccf755bf161d0f56e9911 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:24:36.330Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T15:24:58.341Z] [2020-10-20T15:24:58.341Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2020-10-20T15:24:58.341Z] [2020-10-20T15:24:58.341Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/83f4fd47-85a0-414a-a628-dec4044596a6 [2020-10-20T15:24:58.341Z] [2020-10-20T15:24:58.341Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T15:24:58.341Z] [2020-10-20T15:24:58.341Z] [2020-10-20T15:24:58.341Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T15:24:58.341Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-20T15:24:58.341Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T15:24:58.341Z] [2020-10-20T15:24:58.341Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T15:24:58.341Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T15:24:58.341Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T15:24:58.341Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T15:24:58.357Z] $ docker stop --time=1 6911493a98e23c861db5e851af8733af38efc24020fccf755bf161d0f56e9911 [2020-10-20T15:25:00.556Z] $ docker rm -f 6911493a98e23c861db5e851af8733af38efc24020fccf755bf161d0f56e9911 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:01.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T15:25:01.802Z] [2020-10-20T15:25:01.802Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:02.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T15:25:02.204Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-20T15:25:02.204Z] e7c96db7181b: Pulling fs layer [2020-10-20T15:25:02.204Z] 1868ca2cb446: Pulling fs layer [2020-10-20T15:25:02.204Z] 136be5d0fe8e: Pulling fs layer [2020-10-20T15:25:02.204Z] 894bfe63afcb: Pulling fs layer [2020-10-20T15:25:02.204Z] 894bfe63afcb: Waiting [2020-10-20T15:25:02.204Z] 1868ca2cb446: Verifying Checksum [2020-10-20T15:25:02.204Z] 1868ca2cb446: Download complete [2020-10-20T15:25:02.204Z] 136be5d0fe8e: Verifying Checksum [2020-10-20T15:25:02.204Z] 136be5d0fe8e: Download complete [2020-10-20T15:25:02.204Z] e7c96db7181b: Verifying Checksum [2020-10-20T15:25:02.204Z] e7c96db7181b: Download complete [2020-10-20T15:25:02.467Z] 894bfe63afcb: Verifying Checksum [2020-10-20T15:25:02.467Z] 894bfe63afcb: Download complete [2020-10-20T15:25:02.729Z] e7c96db7181b: Pull complete [2020-10-20T15:25:02.729Z] 1868ca2cb446: Pull complete [2020-10-20T15:25:02.991Z] 136be5d0fe8e: Pull complete [2020-10-20T15:25:03.253Z] 894bfe63afcb: Pull complete [2020-10-20T15:25:03.253Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-20T15:25:03.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T15:25:03.254Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-20T15:25:03.363Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:25:03.409Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T15:25:04.372Z] $ docker top 17c3cbb16695e8606d8f702332ec03d41ef08b1bbab1bf2c59bf59d66049325a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T15:25:04.900Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:25:04.900Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T15:25:07.697Z] $ docker stop --time=1 17c3cbb16695e8606d8f702332ec03d41ef08b1bbab1bf2c59bf59d66049325a [2020-10-20T15:25:09.046Z] $ docker rm -f 17c3cbb16695e8606d8f702332ec03d41ef08b1bbab1bf2c59bf59d66049325a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:09.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T15:25:09.570Z] . [Pipeline] withDockerContainer [2020-10-20T15:25:09.675Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:25:09.721Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T15:25:10.456Z] $ docker top 4b35d75bfe806a0a607bbb8e716c464ec8ba4d1c8ff11170a55e47187fe4e37a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T15:25:11.006Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:25:11.006Z] + tee [2020-10-20T15:25:11.006Z] clair timeout 1m0s [2020-10-20T15:25:11.006Z] docker timeout: 1m0s [2020-10-20T15:25:11.006Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T15:25:11.694Z] $ docker stop --time=1 4b35d75bfe806a0a607bbb8e716c464ec8ba4d1c8ff11170a55e47187fe4e37a [2020-10-20T15:25:13.064Z] $ docker rm -f 4b35d75bfe806a0a607bbb8e716c464ec8ba4d1c8ff11170a55e47187fe4e37a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T15:25:13.567Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-10-20T15:25:13.582Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go_178e9abb726bc5c11d6eeab2f0e20b1eed984902.html [Pipeline] writeFile [Pipeline] step [2020-10-20T15:25:13.641Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:13.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T15:25:13.996Z] . [Pipeline] withDockerContainer [2020-10-20T15:25:14.114Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:25:14.159Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T15:25:14.984Z] $ docker top 53771ad8bbbeacc08c90f47bc3e16345a6fffca309e4fc202e3e334f11258589 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T15:25:15.621Z] + tee [2020-10-20T15:25:15.621Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:178e9abb726bc5c11d6eeab2f0e20b1eed984902 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T15:25:18.406Z] $ docker stop --time=1 53771ad8bbbeacc08c90f47bc3e16345a6fffca309e4fc202e3e334f11258589 [2020-10-20T15:25:19.966Z] $ docker rm -f 53771ad8bbbeacc08c90f47bc3e16345a6fffca309e4fc202e3e334f11258589 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:20.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T15:25:20.484Z] . [Pipeline] withDockerContainer [2020-10-20T15:25:20.588Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:25:20.646Z] $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T15:25:21.445Z] $ docker top 86c4603a110a3d1ab38e7942a2126266a9beccf5ef19f1e18e511fdaa6a95520 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T15:25:22.132Z] + /klar nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:178e9abb726bc5c11d6eeab2f0e20b1eed984902 [2020-10-20T15:25:22.132Z] + tee [2020-10-20T15:25:22.132Z] clair timeout 1m0s [2020-10-20T15:25:22.132Z] docker timeout: 1m0s [2020-10-20T15:25:22.133Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T15:25:22.810Z] $ docker stop --time=1 86c4603a110a3d1ab38e7942a2126266a9beccf5ef19f1e18e511fdaa6a95520 [2020-10-20T15:25:24.168Z] $ docker rm -f 86c4603a110a3d1ab38e7942a2126266a9beccf5ef19f1e18e511fdaa6a95520 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T15:25:24.776Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports [Pipeline] echo [2020-10-20T15:25:24.789Z] Generated HTML Table Report. Writing to /w/workspace/edgexfoundry_edgex-ui-go_master/clair-reports/clair_results_docker-edgex-ui-go-arm64_178e9abb726bc5c11d6eeab2f0e20b1eed984902.html [Pipeline] writeFile [Pipeline] step [2020-10-20T15:25:24.918Z] Archiving artifacts [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-10-20T15:25:26.108Z] + git log --format=format:%s -1 178e9abb726bc5c11d6eeab2f0e20b1eed984902 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:26.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:25:26.415Z] . [Pipeline] withDockerContainer [2020-10-20T15:25:26.510Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:25:26.554Z] $ 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-10-20T15:25:27.323Z] $ docker top bd856f46a9fa2b8972df0007a4d55641a40d2b4fcbbf711b4161c50c80cb607b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:25:27.700Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:25:27.700Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:25:27.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:25:27.950Z] $ docker exec bd856f46a9fa2b8972df0007a4d55641a40d2b4fcbbf711b4161c50c80cb607b ssh-agent [2020-10-20T15:25:28.129Z] SSH_AUTH_SOCK=/tmp/ssh-vdRxJry4LH8c/agent.12 [2020-10-20T15:25:28.129Z] SSH_AGENT_PID=18 [2020-10-20T15:25:28.137Z] Running ssh-add (command line suppressed) [2020-10-20T15:25:28.267Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4309595334592058675.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4309595334592058675.key) [2020-10-20T15:25:28.320Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:25:28.654Z] + git semver tag [2020-10-20T15:25:28.654Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:25:28.654Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-10-20T15:25:28.654Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-10-20T15:25:28.654Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:25:28.654Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:25:28.654Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:25:28.654Z] # $SEMVER_BRANCH = master [2020-10-20T15:25:28.654Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-10-20T15:25:28.654Z] # 178e9abb726bc5c11d6eeab2f0e20b1eed984902 HEAD [2020-10-20T15:25:28.654Z] # -> Force: false [2020-10-20T15:25:28.654Z] # 75bec45f00bc7b64e957ef1d9242407dff80b645 refs/tags/v1.2.2-dev.11 [Pipeline] } [2020-10-20T15:25:28.666Z] $ docker exec --env ******** --env ******** bd856f46a9fa2b8972df0007a4d55641a40d2b4fcbbf711b4161c50c80cb607b ssh-agent -k [2020-10-20T15:25:28.788Z] unset SSH_AUTH_SOCK; [2020-10-20T15:25:28.788Z] unset SSH_AGENT_PID; [2020-10-20T15:25:28.789Z] echo Agent pid 18 killed; [2020-10-20T15:25:28.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:25:29.307Z] + git semver [Pipeline] } [2020-10-20T15:25:29.325Z] $ docker stop --time=1 bd856f46a9fa2b8972df0007a4d55641a40d2b4fcbbf711b4161c50c80cb607b [2020-10-20T15:25:30.683Z] $ docker rm -f bd856f46a9fa2b8972df0007a4d55641a40d2b4fcbbf711b4161c50c80cb607b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:31.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:25:31.353Z] [2020-10-20T15:25:31.353Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:25:31.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:25:31.714Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T15:25:31.714Z] ab5ef0e58194: Pulling fs layer [2020-10-20T15:25:31.714Z] 9712f1f96733: Pulling fs layer [2020-10-20T15:25:31.714Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T15:25:31.714Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T15:25:31.714Z] e9a5061849ea: Pulling fs layer [2020-10-20T15:25:31.714Z] d747dcd14b5f: Pulling fs layer [2020-10-20T15:25:31.714Z] 2de7ff778b66: Pulling fs layer [2020-10-20T15:25:31.714Z] e9a5061849ea: Waiting [2020-10-20T15:25:31.714Z] d747dcd14b5f: Waiting [2020-10-20T15:25:31.714Z] 2de7ff778b66: Waiting [2020-10-20T15:25:31.714Z] 0d9ebad4ef96: Waiting [2020-10-20T15:25:31.714Z] 9712f1f96733: Verifying Checksum [2020-10-20T15:25:31.714Z] 9712f1f96733: Download complete [2020-10-20T15:25:33.663Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T15:25:33.663Z] 63f879dbbcfc: Download complete [2020-10-20T15:25:33.925Z] e9a5061849ea: Verifying Checksum [2020-10-20T15:25:33.926Z] e9a5061849ea: Download complete [2020-10-20T15:25:33.926Z] d747dcd14b5f: Verifying Checksum [2020-10-20T15:25:33.926Z] d747dcd14b5f: Download complete [2020-10-20T15:25:34.187Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T15:25:34.187Z] 0d9ebad4ef96: Download complete [2020-10-20T15:25:34.187Z] 2de7ff778b66: Verifying Checksum [2020-10-20T15:25:34.187Z] 2de7ff778b66: Download complete [2020-10-20T15:25:34.449Z] ab5ef0e58194: Verifying Checksum [2020-10-20T15:25:34.449Z] ab5ef0e58194: Download complete [2020-10-20T15:25:38.713Z] ab5ef0e58194: Pull complete [2020-10-20T15:25:38.713Z] 9712f1f96733: Pull complete [2020-10-20T15:25:41.295Z] 63f879dbbcfc: Pull complete [2020-10-20T15:25:47.931Z] 0d9ebad4ef96: Pull complete [2020-10-20T15:25:48.194Z] e9a5061849ea: Pull complete [2020-10-20T15:25:48.458Z] d747dcd14b5f: Pull complete [2020-10-20T15:25:53.765Z] 2de7ff778b66: Pull complete [2020-10-20T15:25:53.765Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T15:25:53.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T15:25:53.765Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T15:25:53.951Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:25:53.995Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-20T15:25:56.304Z] $ docker top 16d5e5c4b1aff3695dd8bbe24e14f8429e556f4604cb9a557f56045b0c2b2905 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:25:56.532Z] provisioning config files... [2020-10-20T15:25:56.548Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3747019775248416170tmp [2020-10-20T15:25:56.572Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1281331312429929741tmp [2020-10-20T15:25:56.588Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3385500995823885499tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:25:56.644Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:25:56.945Z] ---> sigul-configuration.sh [2020-10-20T15:25:56.945Z] gpg: directory `/root/.gnupg' created [2020-10-20T15:25:56.946Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T15:25:56.946Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T15:25:56.946Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T15:25:56.946Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T15:25:56.946Z] gpg: CAST5 encrypted data [2020-10-20T15:25:57.206Z] gpg: encrypted with 1 passphrase [2020-10-20T15:25:57.206Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T15:25:57.499Z] + mkdir /home/jenkins [2020-10-20T15:25:57.499Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T15:25:57.803Z] + 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-10-20T15:25:57.814Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:25:58.128Z] ---> sigul-install.sh [2020-10-20T15:26:03.590Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T15:26:03.892Z] + git tag --list [2020-10-20T15:26:03.892Z] 0.1.1 [2020-10-20T15:26:03.892Z] v1.1.0 [2020-10-20T15:26:03.892Z] v1.2.0 [2020-10-20T15:26:03.892Z] v1.2.1 [2020-10-20T15:26:03.892Z] v1.2.2-dev.1 [2020-10-20T15:26:03.892Z] v1.2.2-dev.10 [2020-10-20T15:26:03.892Z] v1.2.2-dev.11 [2020-10-20T15:26:03.892Z] v1.2.2-dev.2 [2020-10-20T15:26:03.892Z] v1.2.2-dev.3 [2020-10-20T15:26:03.892Z] v1.2.2-dev.4 [2020-10-20T15:26:03.892Z] v1.2.2-dev.5 [2020-10-20T15:26:03.892Z] v1.2.2-dev.6 [2020-10-20T15:26:03.892Z] v1.2.2-dev.7 [2020-10-20T15:26:03.892Z] v1.2.2-dev.8 [2020-10-20T15:26:03.892Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-20T15:26:04.189Z] + lftools sign git-tag v1.2.2-dev.11 [2020-10-20T15:26:05.582Z] Signing Git tag with Sigul... [2020-10-20T15:26:05.582Z] Signing v1.2.2-dev.11 [Pipeline] echo [2020-10-20T15:26:06.986Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:26:07.284Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T15:26:07.294Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T15:26:07.405Z] $ docker stop --time=1 16d5e5c4b1aff3695dd8bbe24e14f8429e556f4604cb9a557f56045b0c2b2905 [2020-10-20T15:26:09.533Z] $ docker rm -f 16d5e5c4b1aff3695dd8bbe24e14f8429e556f4604cb9a557f56045b0c2b2905 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:26:10.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:26:10.760Z] . [Pipeline] withDockerContainer [2020-10-20T15:26:10.929Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:26:11.043Z] $ 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-10-20T15:26:11.947Z] $ docker top a933c121588b5397c97180900b54a00d1520bf96b815b0587466294dda832c2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:26:12.313Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:26:12.313Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:26:12.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:26:12.548Z] $ docker exec a933c121588b5397c97180900b54a00d1520bf96b815b0587466294dda832c2f ssh-agent [2020-10-20T15:26:12.727Z] SSH_AUTH_SOCK=/tmp/ssh-Pc1CFzOcURFk/agent.12 [2020-10-20T15:26:12.727Z] SSH_AGENT_PID=17 [2020-10-20T15:26:12.736Z] Running ssh-add (command line suppressed) [2020-10-20T15:26:12.867Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5623684703370585808.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5623684703370585808.key) [2020-10-20T15:26:12.933Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:26:13.282Z] + git semver bump pre [2020-10-20T15:26:13.283Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:26:13.283Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-10-20T15:26:13.283Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-10-20T15:26:13.283Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:26:13.283Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:26:13.283Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:26:13.283Z] # $SEMVER_BRANCH = master [2020-10-20T15:26:13.283Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2020-10-20T15:26:13.283Z] 1.2.2-dev.12 [Pipeline] } [2020-10-20T15:26:13.297Z] $ docker exec --env ******** --env ******** a933c121588b5397c97180900b54a00d1520bf96b815b0587466294dda832c2f ssh-agent -k [2020-10-20T15:26:13.420Z] unset SSH_AUTH_SOCK; [2020-10-20T15:26:13.420Z] unset SSH_AGENT_PID; [2020-10-20T15:26:13.420Z] echo Agent pid 17 killed; [2020-10-20T15:26:13.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:26:13.956Z] + git semver [Pipeline] } [2020-10-20T15:26:13.974Z] $ docker stop --time=1 a933c121588b5397c97180900b54a00d1520bf96b815b0587466294dda832c2f [2020-10-20T15:26:15.378Z] $ docker rm -f a933c121588b5397c97180900b54a00d1520bf96b815b0587466294dda832c2f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:26:15.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T15:26:15.901Z] . [Pipeline] withDockerContainer [2020-10-20T15:26:15.998Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:26:16.040Z] $ 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-10-20T15:26:16.696Z] $ docker top 7185e41d835d29eb82a184d1d99890fc0fc561caef5563389d5d940254904006 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T15:26:17.019Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T15:26:17.019Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T15:26:17.197Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T15:26:17.204Z] $ docker exec 7185e41d835d29eb82a184d1d99890fc0fc561caef5563389d5d940254904006 ssh-agent [2020-10-20T15:26:17.378Z] SSH_AUTH_SOCK=/tmp/ssh-lkNAKghm2srI/agent.11 [2020-10-20T15:26:17.378Z] SSH_AGENT_PID=17 [2020-10-20T15:26:17.384Z] Running ssh-add (command line suppressed) [2020-10-20T15:26:17.515Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5185941427331797159.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_5185941427331797159.key) [2020-10-20T15:26:17.588Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T15:26:17.996Z] + git semver push [2020-10-20T15:26:17.996Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T15:26:17.996Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2020-10-20T15:26:17.996Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2020-10-20T15:26:17.996Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T15:26:17.996Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T15:26:17.996Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T15:26:17.996Z] # $SEMVER_BRANCH = master [2020-10-20T15:26:17.996Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2020-10-20T15:26:24.775Z] $ docker exec --env ******** --env ******** 7185e41d835d29eb82a184d1d99890fc0fc561caef5563389d5d940254904006 ssh-agent -k [2020-10-20T15:26:24.894Z] unset SSH_AUTH_SOCK; [2020-10-20T15:26:24.894Z] unset SSH_AGENT_PID; [2020-10-20T15:26:24.894Z] echo Agent pid 17 killed; [2020-10-20T15:26:24.951Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T15:26:25.530Z] + git semver [Pipeline] } [2020-10-20T15:26:25.641Z] $ docker stop --time=1 7185e41d835d29eb82a184d1d99890fc0fc561caef5563389d5d940254904006 [2020-10-20T15:26:27.081Z] $ docker rm -f 7185e41d835d29eb82a184d1d99890fc0fc561caef5563389d5d940254904006 [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-10-20T15:26:29.365Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:26:30.042Z] ---> package-listing.sh [2020-10-20T15:26:30.042Z] ++ facter osfamily [2020-10-20T15:26:30.042Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T15:26:30.042Z] + OS_FAMILY=redhat [2020-10-20T15:26:30.042Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2020-10-20T15:26:30.042Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T15:26:30.042Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T15:26:30.042Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T15:26:30.042Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T15:26:30.042Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-10-20T15:26:30.042Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T15:26:30.042Z] + case "${OS_FAMILY}" in [2020-10-20T15:26:30.042Z] + rpm -qa [2020-10-20T15:26:30.042Z] + sort [2020-10-20T15:26:34.417Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T15:26:34.417Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T15:26:34.417Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T15:26:34.417Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2020-10-20T15:26:34.417Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2020-10-20T15:26:34.417Z] + 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-10-20T15:26:34.460Z] 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-10-20T15:26:34.825Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:26:35.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:26:35.242Z] [2020-10-20T15:26:35.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T15:26:35.702Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:26:35.702Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T15:26:35.702Z] df20fa9351a1: Pulling fs layer [2020-10-20T15:26:35.702Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T15:26:35.702Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T15:26:35.702Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T15:26:35.702Z] 93b61091891f: Pulling fs layer [2020-10-20T15:26:35.702Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T15:26:35.702Z] 5e14af77c1be: Pulling fs layer [2020-10-20T15:26:35.702Z] 01666e4c0597: Pulling fs layer [2020-10-20T15:26:35.702Z] aa168da1d23b: Pulling fs layer [2020-10-20T15:26:35.702Z] 46f8f816bc3b: Waiting [2020-10-20T15:26:35.702Z] 93b9cdb0e59b: Waiting [2020-10-20T15:26:35.702Z] 93b61091891f: Waiting [2020-10-20T15:26:35.702Z] 5e14af77c1be: Waiting [2020-10-20T15:26:35.702Z] 01666e4c0597: Waiting [2020-10-20T15:26:35.702Z] aa168da1d23b: Waiting [2020-10-20T15:26:35.702Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T15:26:35.702Z] 36b3adc4ff6f: Download complete [2020-10-20T15:26:35.702Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T15:26:35.702Z] 46f8f816bc3b: Download complete [2020-10-20T15:26:35.986Z] df20fa9351a1: Verifying Checksum [2020-10-20T15:26:35.986Z] df20fa9351a1: Download complete [2020-10-20T15:26:35.986Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T15:26:35.986Z] 93b9cdb0e59b: Download complete [2020-10-20T15:26:35.986Z] 5e14af77c1be: Verifying Checksum [2020-10-20T15:26:35.986Z] 5e14af77c1be: Download complete [2020-10-20T15:26:35.986Z] 93b61091891f: Verifying Checksum [2020-10-20T15:26:35.986Z] 93b61091891f: Download complete [2020-10-20T15:26:35.986Z] 01666e4c0597: Verifying Checksum [2020-10-20T15:26:35.986Z] 01666e4c0597: Download complete [2020-10-20T15:26:36.268Z] df20fa9351a1: Pull complete [2020-10-20T15:26:36.552Z] 36b3adc4ff6f: Pull complete [2020-10-20T15:26:36.552Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T15:26:36.552Z] 8ad3a11d3b57: Download complete [2020-10-20T15:26:37.158Z] 8ad3a11d3b57: Pull complete [2020-10-20T15:26:37.158Z] 46f8f816bc3b: Pull complete [2020-10-20T15:26:37.766Z] 93b61091891f: Pull complete [2020-10-20T15:26:39.205Z] 93b9cdb0e59b: Pull complete [2020-10-20T15:26:39.205Z] aa168da1d23b: Verifying Checksum [2020-10-20T15:26:39.205Z] aa168da1d23b: Download complete [2020-10-20T15:26:39.205Z] 5e14af77c1be: Pull complete [2020-10-20T15:26:39.205Z] 01666e4c0597: Pull complete [2020-10-20T15:26:45.976Z] aa168da1d23b: Pull complete [2020-10-20T15:26:45.976Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T15:26:45.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T15:26:45.976Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T15:26:46.162Z] prd-centos7-docker-4c-2g-6977 does not seem to be running inside a container [2020-10-20T15:26:46.311Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T15:26:50.156Z] $ docker top d78b81e40fc27bced2901fcd27940163d02c6e0f97484cd769a95f211e2173e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T15:26:50.702Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T15:26:51.014Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T15:26:51.356Z] + ls /var/log/sa-host [2020-10-20T15:26:51.356Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T15:26:51.356Z] file_magic: OK [2020-10-20T15:26:51.356Z] HZ: Using current value: 100 [2020-10-20T15:26:51.356Z] file_header: OK [2020-10-20T15:26:51.356Z] 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-10-20T15:26:51.356Z] Statistics: [2020-10-20T15:26:51.356Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:26:51.356Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T15:26:51.356Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T15:26:51.356Z] file_magic: OK [2020-10-20T15:26:51.356Z] HZ: Using current value: 100 [2020-10-20T15:26:51.356Z] file_header: OK [2020-10-20T15:26:51.356Z] 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-10-20T15:26:51.356Z] Statistics: [2020-10-20T15:26:51.356Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T15:26:51.356Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T15:26:52.150Z] provisioning config files... [2020-10-20T15:26:52.387Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7875331281737845338tmp [Pipeline] { [Pipeline] echo [2020-10-20T15:26:52.442Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:26:52.738Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T15:26:52.748Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T15:26:52.868Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:26:53.169Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T15:26:53.180Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:26:53.475Z] ---> sudo-logs.sh [2020-10-20T15:26:53.475Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T15:26:53.487Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:26:53.790Z] ---> job-cost.sh [2020-10-20T15:26:53.790Z] lf-activate-venv: SKIPPING [2020-10-20T15:26:53.790Z] INFO: No Stack... [2020-10-20T15:26:55.212Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T15:26:55.788Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T15:26:55.800Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T15:26:56.095Z] ---> logs-deploy.sh [2020-10-20T15:26:56.095Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/54 [2020-10-20T15:26:56.095Z] INFO: archiving workspace using pattern(s): [2020-10-20T15:26:57.484Z] Archives upload complete. [2020-10-20T15:26:57.746Z] INFO: archiving logs to Nexus [2020-10-20T15:26:58.693Z] ---> uname -a: [2020-10-20T15:26:58.693Z] Linux prd-centos7-docker-4c-2g-6977.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] ---> lscpu: [2020-10-20T15:26:58.693Z] Architecture: x86_64 [2020-10-20T15:26:58.693Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-20T15:26:58.693Z] Byte Order: Little Endian [2020-10-20T15:26:58.693Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-20T15:26:58.693Z] CPU(s): 4 [2020-10-20T15:26:58.693Z] On-line CPU(s) list: 0-3 [2020-10-20T15:26:58.693Z] Thread(s) per core: 1 [2020-10-20T15:26:58.693Z] Core(s) per socket: 1 [2020-10-20T15:26:58.693Z] Socket(s): 4 [2020-10-20T15:26:58.693Z] NUMA node(s): 1 [2020-10-20T15:26:58.693Z] Vendor ID: GenuineIntel [2020-10-20T15:26:58.693Z] CPU family: 6 [2020-10-20T15:26:58.693Z] Model: 44 [2020-10-20T15:26:58.693Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-20T15:26:58.693Z] Stepping: 1 [2020-10-20T15:26:58.693Z] CPU MHz: 2933.438 [2020-10-20T15:26:58.693Z] BogoMIPS: 5866.87 [2020-10-20T15:26:58.693Z] Virtualization: VT-x [2020-10-20T15:26:58.693Z] Hypervisor vendor: KVM [2020-10-20T15:26:58.693Z] Virtualization type: full [2020-10-20T15:26:58.693Z] L1d cache: 128 KiB [2020-10-20T15:26:58.693Z] L1i cache: 128 KiB [2020-10-20T15:26:58.693Z] L2 cache: 16 MiB [2020-10-20T15:26:58.693Z] L3 cache: 64 MiB [2020-10-20T15:26:58.693Z] NUMA node0 CPU(s): 0-3 [2020-10-20T15:26:58.693Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-20T15:26:58.693Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-20T15:26:58.693Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-20T15:26:58.693Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-20T15:26:58.693Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-20T15:26:58.693Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-20T15:26:58.693Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-20T15:26:58.693Z] Vulnerability Tsx async abort: Not affected [2020-10-20T15:26:58.693Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] ---> nproc: [2020-10-20T15:26:58.693Z] 4 [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] ---> df -h: [2020-10-20T15:26:58.693Z] Filesystem Size Used Available Use% Mounted on [2020-10-20T15:26:58.693Z] overlay 50.0G 8.5G 41.5G 17% / [2020-10-20T15:26:58.693Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-20T15:26:58.693Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-20T15:26:58.693Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-20T15:26:58.693Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-10-20T15:26:58.693Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-10-20T15:26:58.693Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-10-20T15:26:58.693Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-10-20T15:26:58.693Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master [2020-10-20T15:26:58.693Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp [2020-10-20T15:26:58.693Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-10-20T15:26:58.693Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-10-20T15:26:58.693Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-10-20T15:26:58.693Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] ---> free -m: [2020-10-20T15:26:58.693Z] total used free shared buff/cache available [2020-10-20T15:26:58.693Z] Mem: 1837 780 154 0 902 993 [2020-10-20T15:26:58.693Z] Swap: 1023 3 1020 [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] ---> ip addr: [2020-10-20T15:26:58.693Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-20T15:26:58.693Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-20T15:26:58.693Z] inet 127.0.0.1/8 scope host lo [2020-10-20T15:26:58.693Z] valid_lft forever preferred_lft forever [2020-10-20T15:26:58.693Z] inet6 ::1/128 scope host [2020-10-20T15:26:58.693Z] valid_lft forever preferred_lft forever [2020-10-20T15:26:58.693Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-20T15:26:58.693Z] link/ether fa:16:3e:c0:83:0e brd ff:ff:ff:ff:ff:ff [2020-10-20T15:26:58.693Z] inet 10.30.123.134/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-20T15:26:58.693Z] valid_lft 85899sec preferred_lft 85899sec [2020-10-20T15:26:58.693Z] inet6 fe80::f816:3eff:fec0:830e/64 scope link [2020-10-20T15:26:58.693Z] valid_lft forever preferred_lft forever [2020-10-20T15:26:58.693Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-20T15:26:58.693Z] link/ether 02:42:6b:d3:7a:ac brd ff:ff:ff:ff:ff:ff [2020-10-20T15:26:58.693Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-20T15:26:58.693Z] valid_lft forever preferred_lft forever [2020-10-20T15:26:58.693Z] inet6 fe80::42:6bff:fed3:7aac/64 scope link [2020-10-20T15:26:58.693Z] valid_lft forever preferred_lft forever [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] ---> sar -b -r -n DEV: [2020-10-20T15:26:58.693Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] 15:18:19 LINUX RESTART (4 CPU) [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] 15:19:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-20T15:26:58.693Z] 15:20:01 51.11 12.78 38.33 0.00 4665.15 3351.84 0.00 [2020-10-20T15:26:58.693Z] 15:21:01 1.97 0.00 1.97 0.00 0.00 39.40 0.00 [2020-10-20T15:26:58.693Z] 15:22:01 0.23 0.00 0.23 0.00 0.00 3.01 0.00 [2020-10-20T15:26:58.693Z] 15:23:01 0.43 0.00 0.43 0.00 0.00 6.10 0.00 [2020-10-20T15:26:58.693Z] 15:24:01 0.20 0.00 0.20 0.00 0.00 3.07 0.00 [2020-10-20T15:26:58.693Z] 15:25:02 208.19 120.79 87.40 0.00 6677.68 31732.36 0.00 [2020-10-20T15:26:58.693Z] 15:26:01 206.60 64.05 142.55 0.00 3905.77 31610.09 0.00 [2020-10-20T15:26:58.693Z] Average: 66.69 28.19 38.50 0.00 2169.07 9500.41 0.00 [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] 15:19:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-20T15:26:58.693Z] 15:20:01 156040 0 540732 28.74 2620 1182164 1112196 37.96 407380 1156412 128 [2020-10-20T15:26:58.693Z] 15:21:01 161192 0 535576 28.46 2620 1182168 1075772 36.71 406020 1153332 8 [2020-10-20T15:26:58.693Z] 15:22:01 160840 0 535920 28.48 2620 1182176 1075916 36.72 407076 1153332 8 [2020-10-20T15:26:58.693Z] 15:23:01 159536 0 537224 28.55 2620 1182176 1075928 36.72 408840 1152796 8 [2020-10-20T15:26:58.693Z] 15:24:01 159428 0 537320 28.56 2620 1182188 1075940 36.72 411532 1150236 8 [2020-10-20T15:26:58.693Z] 15:25:02 141148 0 623388 33.13 2620 1114400 1279820 43.68 537148 995860 32 [2020-10-20T15:26:58.693Z] 15:26:01 90208 0 761120 40.45 1884 1028344 1303744 44.49 636664 859668 27348 [2020-10-20T15:26:58.693Z] Average: 146913 0 581611 30.91 2515 1150517 1142759 39.00 459237 1088805 3934 [2020-10-20T15:26:58.693Z] [2020-10-20T15:26:58.693Z] 15:19:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-20T15:26:58.693Z] 15:20:01 eth0 303.62 247.32 777.40 61.01 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:20:01 docker0 39.21 27.09 3.74 107.84 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:21:01 eth0 0.87 0.00 0.08 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:22:01 eth0 1.42 0.53 0.58 0.36 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:23:01 eth0 1.20 0.40 0.34 0.24 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:24:01 eth0 1.92 0.50 0.50 0.27 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:25:02 eth0 449.94 402.55 3893.01 37.52 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.693Z] 15:25:02 docker0 38.60 41.62 3.64 99.90 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.694Z] 15:26:01 veth2bdd4fb 26.98 34.29 1.80 202.14 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.694Z] 15:26:01 eth0 517.60 450.79 3683.47 145.42 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.694Z] 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.694Z] 15:26:01 docker0 28.53 35.42 1.67 202.71 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.694Z] Average: veth2bdd4fb 3.81 4.84 0.25 28.55 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.694Z] Average: eth0 181.34 156.58 1189.08 34.66 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.694Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.694Z] Average: docker0 15.11 14.80 1.29 58.20 0.00 0.00 0.00 0.00 [2020-10-20T15:26:58.694Z] [2020-10-20T15:26:58.694Z] [2020-10-20T15:26:58.694Z] ---> sar -P ALL: [2020-10-20T15:26:58.694Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T15:26:58.694Z] [2020-10-20T15:26:58.694Z] 15:18:19 LINUX RESTART (4 CPU) [2020-10-20T15:26:58.694Z] [2020-10-20T15:26:58.694Z] 15:19:02 CPU %user %nice %system %iowait %steal %idle [2020-10-20T15:26:58.694Z] 15:20:01 all 4.76 0.00 2.24 1.53 0.02 91.45 [2020-10-20T15:26:58.694Z] 15:20:01 0 4.53 0.00 2.85 5.01 0.02 87.59 [2020-10-20T15:26:58.694Z] 15:20:01 1 5.28 0.00 1.79 0.10 0.02 92.82 [2020-10-20T15:26:58.694Z] 15:20:01 2 5.16 0.00 1.98 0.39 0.02 92.46 [2020-10-20T15:26:58.694Z] 15:20:01 3 4.06 0.00 2.35 0.63 0.02 92.94 [2020-10-20T15:26:58.694Z] 15:21:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2020-10-20T15:26:58.694Z] 15:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-20T15:26:58.694Z] 15:21:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2020-10-20T15:26:58.694Z] 15:21:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-20T15:26:58.694Z] 15:21:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-20T15:26:58.694Z] 15:22:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-10-20T15:26:58.694Z] 15:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-20T15:26:58.694Z] 15:22:01 1 0.47 0.00 0.03 0.00 0.00 99.50 [2020-10-20T15:26:58.694Z] 15:22:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-20T15:26:58.694Z] 15:22:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-20T15:26:58.694Z] 15:23:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-10-20T15:26:58.694Z] 15:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-10-20T15:26:58.694Z] 15:23:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2020-10-20T15:26:58.694Z] 15:23:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-20T15:26:58.694Z] 15:23:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-20T15:26:58.694Z] 15:24:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-10-20T15:26:58.694Z] 15:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-20T15:26:58.694Z] 15:24:01 1 0.53 0.00 0.05 0.00 0.00 99.42 [2020-10-20T15:26:58.694Z] 15:24:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2020-10-20T15:26:58.694Z] 15:24:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-20T15:26:58.694Z] 15:25:02 all 7.67 0.00 4.99 1.69 0.02 85.64 [2020-10-20T15:26:58.694Z] 15:25:02 0 7.07 0.00 5.17 1.71 0.02 86.03 [2020-10-20T15:26:58.694Z] 15:25:02 1 7.46 0.00 5.34 2.18 0.02 85.00 [2020-10-20T15:26:58.694Z] 15:25:02 2 8.29 0.00 4.95 2.11 0.02 84.64 [2020-10-20T15:26:58.694Z] 15:25:02 3 7.86 0.00 4.49 0.75 0.02 86.89 [2020-10-20T15:26:58.694Z] 15:26:01 all 11.08 0.00 8.50 3.02 0.03 77.38 [2020-10-20T15:26:58.694Z] 15:26:01 0 10.96 0.00 8.79 2.08 0.02 78.15 [2020-10-20T15:26:58.694Z] 15:26:01 1 11.27 0.00 9.58 1.74 0.03 77.37 [2020-10-20T15:26:58.694Z] 15:26:01 2 11.10 0.00 8.63 4.85 0.02 75.41 [2020-10-20T15:26:58.694Z] 15:26:01 3 11.00 0.00 7.00 3.39 0.03 78.58 [2020-10-20T15:26:58.694Z] Average: all 3.40 0.00 2.23 0.88 0.01 93.49 [2020-10-20T15:26:58.694Z] Average: 0 3.18 0.00 2.37 1.24 0.01 93.20 [2020-10-20T15:26:58.694Z] Average: 1 3.67 0.00 2.37 0.57 0.01 93.38 [2020-10-20T15:26:58.694Z] Average: 2 3.49 0.00 2.21 1.03 0.01 93.26 [2020-10-20T15:26:58.694Z] Average: 3 3.25 0.00 1.97 0.67 0.01 94.11 [2020-10-20T15:26:58.694Z] [2020-10-20T15:26:58.694Z] [2020-10-20T15:26:58.694Z]