Pull request #262 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jpwhitemn for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from 866d0d84b9f99d15e1a1505bcae01949c11dcdd4+c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd (b482e97f4a8b918599aad966f366b032c0cf5e5b) Running in Durability level: MAX_SURVIVABILITY 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-262/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. [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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-535’ Running on prd-centos7-docker-4c-2g-537 in /w/workspace/edgexfoundry_edgex-ui-go_PR-262 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-262 # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd into PR head commit 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/262/head:refs/remotes/origin/PR-262 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 Merge succeeded, producing 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 Checking out Revision 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 (PR-262) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 Commit message: "build: update to go 1.15" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-20T03:06:27.028Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-20T03:06:27.381Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-20T03:06:27.579Z] ========================================================= [2020-09-20T03:06:27.579Z] EdgeX Global Pipelines Version Info [2020-09-20T03:06:27.579Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-20T03:06:30.616Z] ------------------- [2020-09-20T03:06:30.616Z] stable info: [2020-09-20T03:06:30.616Z] ------------------- [2020-09-20T03:06:30.616Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-20T03:06:30.616Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-20T03:06:30.616Z] Message: update stable to v1.0.122 [2020-09-20T03:06:31.897Z] ------------------- [2020-09-20T03:06:31.897Z] experimental info: [2020-09-20T03:06:31.897Z] ------------------- [2020-09-20T03:06:31.897Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-20T03:06:31.897Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-20T03:06:31.897Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-20T03:06:32.527Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2020-09-20T03:06:32.655Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2020-09-20T03:06:32.782Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-20T03:06:32.901Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-20T03:06:33.066Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-20T03:06:33.199Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-20T03:06:33.394Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-20T03:06:33.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-20T03:06:33.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-20T03:06:33.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-20T03:06:33.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-20T03:06:34.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2020-09-20T03:06:34.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-20T03:06:34.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-20T03:06:34.499Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T03:06:34.647Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-20T03:06:34.778Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T03:06:34.908Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-20T03:06:35.035Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-20T03:06:35.159Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-20T03:06:35.283Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-20T03:06:35.416Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-20T03:06:35.550Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-262 [Pipeline] echo [2020-09-20T03:06:35.732Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-262 [Pipeline] echo [2020-09-20T03:06:35.882Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-262 [Pipeline] echo [2020-09-20T03:06:36.027Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 [Pipeline] echo [2020-09-20T03:06:36.159Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 866d0d8 [Pipeline] echo [2020-09-20T03:06:36.294Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T03:06:37.135Z] + git log --format=format:%s -1 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 [Pipeline] echo [2020-09-20T03:06:37.296Z] GIT_COMMIT: 866d0d84b9f99d15e1a1505bcae01949c11dcdd4, Commit Message: build: update to go 1.15 [Pipeline] echo [2020-09-20T03:06:37.377Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:06:38.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T03:06:38.501Z] [2020-09-20T03:06:38.501Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:06:39.295Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T03:06:39.664Z] latest: Pulling from edgex-devops/git-semver [2020-09-20T03:06:39.664Z] 31603596830f: Pulling fs layer [2020-09-20T03:06:39.664Z] 2a8b12db71e7: Pulling fs layer [2020-09-20T03:06:39.664Z] 6ca5941a6612: Pulling fs layer [2020-09-20T03:06:39.664Z] ecc8261a40a4: Pulling fs layer [2020-09-20T03:06:39.664Z] ecc8261a40a4: Waiting [2020-09-20T03:06:39.664Z] 2a8b12db71e7: Verifying Checksum [2020-09-20T03:06:39.664Z] 2a8b12db71e7: Download complete [2020-09-20T03:06:39.966Z] 31603596830f: Verifying Checksum [2020-09-20T03:06:39.966Z] 31603596830f: Download complete [2020-09-20T03:06:40.304Z] ecc8261a40a4: Verifying Checksum [2020-09-20T03:06:40.304Z] ecc8261a40a4: Download complete [2020-09-20T03:06:40.610Z] 31603596830f: Pull complete [2020-09-20T03:06:40.920Z] 6ca5941a6612: Verifying Checksum [2020-09-20T03:06:40.920Z] 6ca5941a6612: Download complete [2020-09-20T03:06:40.920Z] 2a8b12db71e7: Pull complete [2020-09-20T03:06:41.916Z] 6ca5941a6612: Pull complete [2020-09-20T03:06:42.192Z] ecc8261a40a4: Pull complete [2020-09-20T03:06:42.192Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-20T03:06:42.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-20T03:06:42.192Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-20T03:06:42.689Z] prd-centos7-docker-4c-2g-537 does not seem to be running inside a container [2020-09-20T03:06:42.974Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-262 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-262:/w/workspace/edgexfoundry_edgex-ui-go_PR-262:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-20T03:06:45.330Z] $ docker top e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-20T03:06:45.747Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T03:06:45.747Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T03:06:46.060Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T03:06:46.064Z] $ docker exec e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f ssh-agent [2020-09-20T03:06:46.291Z] SSH_AUTH_SOCK=/tmp/ssh-RZtOQYsB6JfV/agent.11 [2020-09-20T03:06:46.291Z] SSH_AGENT_PID=16 [2020-09-20T03:06:46.312Z] Running ssh-add (command line suppressed) [2020-09-20T03:06:46.617Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/private_key_3762355187135089657.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/private_key_3762355187135089657.key) [2020-09-20T03:06:46.680Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T03:06:47.144Z] + git describe --exact-match --tags HEAD [2020-09-20T03:06:47.145Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-20T03:06:47.232Z] $ docker exec --env ******** --env ******** e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f ssh-agent -k [2020-09-20T03:06:47.495Z] unset SSH_AUTH_SOCK; [2020-09-20T03:06:47.495Z] unset SSH_AGENT_PID; [2020-09-20T03:06:47.495Z] echo Agent pid 16 killed; [2020-09-20T03:06:47.599Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-20T03:06:47.773Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-20T03:06:47.773Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-20T03:06:47.928Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-20T03:06:47.928Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-20T03:06:48.262Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-20T03:06:48.268Z] $ docker exec e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f ssh-agent [2020-09-20T03:06:48.590Z] SSH_AUTH_SOCK=/tmp/ssh-IWBuHyL1CSjv/agent.45 [2020-09-20T03:06:48.590Z] SSH_AGENT_PID=50 [2020-09-20T03:06:48.598Z] Running ssh-add (command line suppressed) [2020-09-20T03:06:48.847Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/private_key_7141574422556151727.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/private_key_7141574422556151727.key) [2020-09-20T03:06:48.929Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-20T03:06:49.406Z] + git semver init [2020-09-20T03:06:49.406Z] # -> Open(): unable to determine branch for HEAD [2020-09-20T03:06:49.406Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-262/.git [2020-09-20T03:06:49.406Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-262 [2020-09-20T03:06:49.406Z] # $SEMVER_REMOTE_NAME = origin [2020-09-20T03:06:49.406Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-20T03:06:49.406Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-20T03:06:49.406Z] # $SEMVER_BRANCH = PR-262 [2020-09-20T03:06:49.406Z] # $SEMVER_TEMP = /tmp/semver-029524145 [2020-09-20T03:06:49.406Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2020-09-20T03:06:51.409Z] # '/tmp/semver-029524145' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-262/.semver' [2020-09-20T03:06:51.409Z] # -> Force: false [2020-09-20T03:06:51.409Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-262/.semver [Pipeline] } [2020-09-20T03:06:51.471Z] $ docker exec --env ******** --env ******** e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f ssh-agent -k [2020-09-20T03:06:51.643Z] unset SSH_AUTH_SOCK; [2020-09-20T03:06:51.644Z] unset SSH_AGENT_PID; [2020-09-20T03:06:51.644Z] echo Agent pid 50 killed; [2020-09-20T03:06:51.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-20T03:06:52.314Z] + git semver [Pipeline] } [2020-09-20T03:06:52.372Z] $ docker stop --time=1 e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f [2020-09-20T03:06:53.964Z] $ docker rm -f e416f7d8b88b4c18ee501f1612497bbeb051b203fdbbe82e081fcf67add7bc1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-20T03:06:58.743Z] Stashed 25 file(s) [Pipeline] echo [2020-09-20T03:06:58.767Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-20T03:06:58.901Z] Archived original version: [0.0.0] [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-09-20T03:07:14.694Z] Still waiting to schedule task [2020-09-20T03:07:14.695Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-20T03:07:14.729Z] Still waiting to schedule task [2020-09-20T03:07:14.729Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-20T03:09:25.759Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-538 in /w/workspace/edgexfoundry_edgex-ui-go_PR-262 [Pipeline] { [Pipeline] ws [2020-09-20T03:09:25.894Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2020-09-20T03:09:31.296Z] using credential edgex-jenkins-ssh [2020-09-20T03:09:31.354Z] Cloning the remote Git repository [2020-09-20T03:09:31.354Z] Cloning with configured refspecs honoured and without tags [2020-09-20T03:09:31.410Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T03:09:31.528Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-09-20T03:09:31.588Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T03:09:31.588Z] > git --version # timeout=10 [2020-09-20T03:09:31.610Z] > git --version # 'git version 2.17.1' [2020-09-20T03:09:31.612Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T03:09:31.705Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T03:09:34.585Z] Fetching without tags [2020-09-20T03:09:35.095Z] Merging remotes/origin/master commit c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd into PR head commit 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 [2020-09-20T03:09:34.413Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T03:09:34.431Z] > git config --add remote.origin.fetch +refs/pull/262/head:refs/remotes/origin/PR-262 # timeout=10 [2020-09-20T03:09:34.453Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T03:09:34.541Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T03:09:34.603Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T03:09:34.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T03:09:34.641Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T03:09:35.118Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T03:09:35.142Z] > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 [2020-09-20T03:09:35.305Z] Running on prd-centos7-docker-4c-2g-539 in /w/workspace/edgexfoundry_edgex-ui-go_PR-262 [Pipeline] { [Pipeline] ws [2020-09-20T03:09:35.413Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [2020-09-20T03:09:35.443Z] Merge succeeded, producing 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 [2020-09-20T03:09:35.443Z] Checking out Revision 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 (PR-262) [Pipeline] checkout [2020-09-20T03:09:35.373Z] > git remote # timeout=10 [2020-09-20T03:09:35.391Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T03:09:35.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T03:09:35.412Z] > git merge c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 [2020-09-20T03:09:35.434Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T03:09:35.454Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T03:09:35.475Z] > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 [2020-09-20T03:09:38.425Z] using credential edgex-jenkins-ssh [2020-09-20T03:09:38.476Z] Cloning the remote Git repository [2020-09-20T03:09:38.476Z] Cloning with configured refspecs honoured and without tags [2020-09-20T03:09:38.507Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T03:09:38.575Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2020-09-20T03:09:38.624Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T03:09:38.624Z] > git --version # timeout=10 [2020-09-20T03:09:38.631Z] > git --version # 'git version 2.16.5' [2020-09-20T03:09:38.631Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T03:09:38.661Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T03:09:39.881Z] Fetching without tags [2020-09-20T03:09:40.049Z] Commit message: "build: update to go 1.15" [2020-09-20T03:09:40.112Z] > git --version # timeout=10 [2020-09-20T03:09:40.129Z] > git --version # 'git version 2.17.1' [2020-09-20T03:09:40.139Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-20T03:09:40.276Z] Merging remotes/origin/master commit c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd into PR head commit 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 [2020-09-20T03:09:39.854Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T03:09:39.861Z] > git config --add remote.origin.fetch +refs/pull/262/head:refs/remotes/origin/PR-262 # timeout=10 [2020-09-20T03:09:39.865Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T03:09:39.876Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2020-09-20T03:09:39.895Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2020-09-20T03:09:39.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T03:09:39.901Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-20T03:09:40.288Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T03:09:40.293Z] > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 [Pipeline] withEnv [Pipeline] { [2020-09-20T03:09:40.663Z] Merge succeeded, producing 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 [2020-09-20T03:09:40.663Z] Checking out Revision 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 (PR-262) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-20T03:09:40.632Z] > git remote # timeout=10 [2020-09-20T03:09:40.637Z] > git config --get remote.origin.url # timeout=10 [2020-09-20T03:09:40.642Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-20T03:09:40.646Z] > git merge c6ba8f6ab3e7c3cbf6904aea80f6b55cb2d114cd # timeout=10 [2020-09-20T03:09:40.658Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-20T03:09:40.668Z] > git config core.sparsecheckout # timeout=10 [2020-09-20T03:09:40.676Z] > git checkout -f 866d0d84b9f99d15e1a1505bcae01949c11dcdd4 # timeout=10 [Pipeline] echo [2020-09-20T03:09:42.344Z] ========================================================= [2020-09-20T03:09:42.344Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-20T03:09:42.344Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:09:43.545Z] + 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-09-20T03:09:44.390Z] Commit message: "build: update to go 1.15" [2020-09-20T03:09:44.420Z] > git --version # timeout=10 [2020-09-20T03:09:44.425Z] > git --version # 'git version 2.16.5' [2020-09-20T03:09:44.429Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [2020-09-20T03:09:45.007Z] Sending build context to Docker daemon 21.99MB [2020-09-20T03:09:45.007Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-20T03:09:45.007Z] Step 2/8 : FROM ${BASE} [Pipeline] withEnv [Pipeline] { [2020-09-20T03:09:45.282Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-20T03:09:45.282Z] b538f80385f9: Pulling fs layer [2020-09-20T03:09:45.282Z] 74f711af9a0d: Pulling fs layer [2020-09-20T03:09:45.282Z] 99f96fe45779: Pulling fs layer [2020-09-20T03:09:45.282Z] 8529a6b9a6be: Pulling fs layer [2020-09-20T03:09:45.282Z] 45590311c82a: Pulling fs layer [2020-09-20T03:09:45.282Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-20T03:09:45.282Z] 209524e5b208: Pulling fs layer [2020-09-20T03:09:45.282Z] 8529a6b9a6be: Waiting [2020-09-20T03:09:45.282Z] 45590311c82a: Waiting [2020-09-20T03:09:45.282Z] 69ca0ff8b7b3: Waiting [2020-09-20T03:09:45.282Z] 209524e5b208: Waiting [2020-09-20T03:09:45.282Z] 99f96fe45779: Download complete [2020-09-20T03:09:45.282Z] 74f711af9a0d: Verifying Checksum [2020-09-20T03:09:45.282Z] 45590311c82a: Verifying Checksum [2020-09-20T03:09:45.282Z] 45590311c82a: Download complete [2020-09-20T03:09:45.282Z] 69ca0ff8b7b3: Download complete [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-20T03:09:45.574Z] b538f80385f9: Verifying Checksum [2020-09-20T03:09:45.574Z] b538f80385f9: Download complete [Pipeline] echo [2020-09-20T03:09:46.047Z] ========================================================= [2020-09-20T03:09:46.047Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-20T03:09:46.047Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:09:46.188Z] b538f80385f9: Pull complete [2020-09-20T03:09:46.723Z] + 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-09-20T03:09:46.817Z] 74f711af9a0d: Pull complete [2020-09-20T03:09:47.306Z] Sending build context to Docker daemon 21.99MB [2020-09-20T03:09:47.307Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-20T03:09:47.307Z] Step 2/8 : FROM ${BASE} [2020-09-20T03:09:47.307Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-20T03:09:47.307Z] df20fa9351a1: Pulling fs layer [2020-09-20T03:09:47.307Z] ed8968b2872e: Pulling fs layer [2020-09-20T03:09:47.307Z] a92cc7c5fd73: Pulling fs layer [2020-09-20T03:09:47.307Z] e871e8e8d7a9: Pulling fs layer [2020-09-20T03:09:47.307Z] e73272ec9a57: Pulling fs layer [2020-09-20T03:09:47.307Z] 1e910a182e73: Pulling fs layer [2020-09-20T03:09:47.307Z] 4e634b169226: Pulling fs layer [2020-09-20T03:09:47.307Z] 1e910a182e73: Waiting [2020-09-20T03:09:47.307Z] e73272ec9a57: Waiting [2020-09-20T03:09:47.307Z] 4e634b169226: Waiting [2020-09-20T03:09:47.307Z] e871e8e8d7a9: Waiting [2020-09-20T03:09:47.307Z] a92cc7c5fd73: Verifying Checksum [2020-09-20T03:09:47.307Z] a92cc7c5fd73: Download complete [2020-09-20T03:09:47.307Z] ed8968b2872e: Download complete [2020-09-20T03:09:47.307Z] e73272ec9a57: Verifying Checksum [2020-09-20T03:09:47.307Z] e73272ec9a57: Download complete [2020-09-20T03:09:47.423Z] 99f96fe45779: Pull complete [2020-09-20T03:09:47.569Z] 1e910a182e73: Verifying Checksum [2020-09-20T03:09:47.569Z] 1e910a182e73: Download complete [2020-09-20T03:09:47.569Z] df20fa9351a1: Verifying Checksum [2020-09-20T03:09:47.569Z] df20fa9351a1: Download complete [2020-09-20T03:09:47.834Z] df20fa9351a1: Pull complete [2020-09-20T03:09:47.834Z] ed8968b2872e: Pull complete [2020-09-20T03:09:48.099Z] a92cc7c5fd73: Pull complete [2020-09-20T03:09:49.404Z] 209524e5b208: Verifying Checksum [2020-09-20T03:09:49.404Z] 209524e5b208: Download complete [2020-09-20T03:09:51.386Z] 8529a6b9a6be: Download complete [2020-09-20T03:09:52.323Z] 4e634b169226: Verifying Checksum [2020-09-20T03:09:52.323Z] 4e634b169226: Download complete [2020-09-20T03:09:53.284Z] e871e8e8d7a9: Verifying Checksum [2020-09-20T03:09:53.284Z] e871e8e8d7a9: Download complete [2020-09-20T03:09:58.616Z] e871e8e8d7a9: Pull complete [2020-09-20T03:09:58.616Z] e73272ec9a57: Pull complete [2020-09-20T03:09:58.616Z] 1e910a182e73: Pull complete [2020-09-20T03:10:01.607Z] 8529a6b9a6be: Pull complete [2020-09-20T03:10:01.893Z] 45590311c82a: Pull complete [2020-09-20T03:10:02.173Z] 69ca0ff8b7b3: Pull complete [2020-09-20T03:10:05.238Z] 4e634b169226: Pull complete [2020-09-20T03:10:05.238Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-20T03:10:05.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-20T03:10:05.238Z] ---> f7629b54cfaa [2020-09-20T03:10:05.238Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T03:10:05.238Z] ---> Running in 302fdf4ede16 [2020-09-20T03:10:05.505Z] Removing intermediate container 302fdf4ede16 [2020-09-20T03:10:05.505Z] ---> e529ec715561 [2020-09-20T03:10:05.505Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T03:10:05.770Z] ---> Running in 24f5b0f64523 [2020-09-20T03:10:06.513Z] 209524e5b208: Pull complete [2020-09-20T03:10:06.513Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-20T03:10:06.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-20T03:10:06.513Z] ---> 5bddaf1c2fca [2020-09-20T03:10:06.513Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-20T03:10:07.167Z] Removing intermediate container 24f5b0f64523 [2020-09-20T03:10:07.167Z] ---> 88f3ac584030 [2020-09-20T03:10:07.167Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T03:10:07.167Z] ---> Running in 6ca97eaad879 [2020-09-20T03:10:07.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T03:10:08.519Z] ---> Running in a2e5822ba5ed [2020-09-20T03:10:08.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T03:10:09.098Z] OK: 166 MiB in 39 packages [2020-09-20T03:10:09.123Z] Removing intermediate container a2e5822ba5ed [2020-09-20T03:10:09.123Z] ---> 13031c81abcc [2020-09-20T03:10:09.123Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T03:10:09.123Z] ---> Running in de0a4b1d9c5d [2020-09-20T03:10:09.675Z] Removing intermediate container 6ca97eaad879 [2020-09-20T03:10:09.675Z] ---> 46f55bf51fac [2020-09-20T03:10:09.675Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-20T03:10:09.675Z] ---> Running in 2637868d4a2c [2020-09-20T03:10:09.675Z] Removing intermediate container 2637868d4a2c [2020-09-20T03:10:09.675Z] ---> c5449ab4c085 [2020-09-20T03:10:09.675Z] Step 7/8 : COPY . . [2020-09-20T03:10:11.600Z] ---> 3a8bc9fc94e5 [2020-09-20T03:10:11.601Z] Step 8/8 : RUN go mod download [2020-09-20T03:10:11.601Z] ---> Running in 8b3dfdd9e97d [2020-09-20T03:10:11.771Z] Removing intermediate container de0a4b1d9c5d [2020-09-20T03:10:11.771Z] ---> 4c633cb98ad7 [2020-09-20T03:10:11.771Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-20T03:10:11.771Z] ---> Running in 5a44117e592c [2020-09-20T03:10:13.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T03:10:14.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T03:10:16.819Z] OK: 142 MiB in 39 packages [2020-09-20T03:10:17.806Z] Removing intermediate container 5a44117e592c [2020-09-20T03:10:17.806Z] ---> 65557874248a [2020-09-20T03:10:17.806Z] Step 6/8 : WORKDIR /edgex-ui-go [2020-09-20T03:10:17.806Z] ---> Running in 87257bfbfae2 [2020-09-20T03:10:18.405Z] Removing intermediate container 87257bfbfae2 [2020-09-20T03:10:18.405Z] ---> 7ce53a6a74ad [2020-09-20T03:10:18.405Z] Step 7/8 : COPY . . [2020-09-20T03:10:20.393Z] ---> 67b4b5e371a3 [2020-09-20T03:10:20.393Z] Step 8/8 : RUN go mod download [2020-09-20T03:10:20.393Z] ---> Running in 725a79548ca0 [2020-09-20T03:10:33.648Z] Removing intermediate container 8b3dfdd9e97d [2020-09-20T03:10:33.648Z] ---> 6215365e5569 [2020-09-20T03:10:33.922Z] Successfully built 6215365e5569 [2020-09-20T03:10:33.922Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:10:34.544Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-20T03:10:34.544Z] . [Pipeline] withDockerContainer [2020-09-20T03:10:34.683Z] prd-centos7-docker-4c-2g-539 does not seem to be running inside a container [2020-09-20T03:10:34.755Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-20T03:10:35.524Z] $ docker top 622f1295cd2d5cfc6ce683f8c1596de57228967ffe9692ee04257c7b024d05b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T03:10:36.136Z] + go version [2020-09-20T03:10:36.136Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-20T03:10:36.168Z] $ docker stop --time=1 622f1295cd2d5cfc6ce683f8c1596de57228967ffe9692ee04257c7b024d05b6 [2020-09-20T03:10:37.511Z] $ docker rm -f 622f1295cd2d5cfc6ce683f8c1596de57228967ffe9692ee04257c7b024d05b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:10:38.700Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-20T03:10:38.700Z] . [Pipeline] withDockerContainer [2020-09-20T03:10:38.814Z] prd-centos7-docker-4c-2g-539 does not seem to be running inside a container [2020-09-20T03:10:38.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-20T03:10:39.461Z] $ docker top e856627f69a6375fda85bbb999c84489855dd4f33db57a46823db7756f7fe60f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T03:10:40.005Z] + make test [2020-09-20T03:10:40.005Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-20T03:10:40.601Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-09-20T03:10:47.214Z] Removing intermediate container 725a79548ca0 [2020-09-20T03:10:47.214Z] ---> 36ef791621af [2020-09-20T03:10:47.214Z] Successfully built 36ef791621af [2020-09-20T03:10:47.214Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-09-20T03:10:47.314Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-09-20T03:10:47.314Z] GO111MODULE=on go vet ./... [Pipeline] sh [2020-09-20T03:10:47.654Z] + docker inspect -f . ci-base-image-arm64 [2020-09-20T03:10:47.654Z] . [Pipeline] withDockerContainer [2020-09-20T03:10:47.948Z] prd-ubuntu18.04-docker-arm64-4c-16g-538 does not seem to be running inside a container [2020-09-20T03:10:48.029Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-20T03:10:49.886Z] $ docker top ed6e9c64e888df6f90d5f6f8624e9bee20c5ee2f75d710327c3bd7d24e3699ab -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh [2020-09-20T03:10:50.698Z] Stashed 1 file(s) [Pipeline] } [2020-09-20T03:10:50.724Z] $ docker stop --time=1 e856627f69a6375fda85bbb999c84489855dd4f33db57a46823db7756f7fe60f [2020-09-20T03:10:51.573Z] + go version [2020-09-20T03:10:51.573Z] go version go1.15.2 linux/arm64 [2020-09-20T03:10:52.775Z] $ docker rm -f e856627f69a6375fda85bbb999c84489855dd4f33db57a46823db7756f7fe60f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-09-20T03:10:53.050Z] $ docker stop --time=1 ed6e9c64e888df6f90d5f6f8624e9bee20c5ee2f75d710327c3bd7d24e3699ab [2020-09-20T03:10:55.016Z] $ docker rm -f ed6e9c64e888df6f90d5f6f8624e9bee20c5ee2f75d710327c3bd7d24e3699ab [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:10:58.661Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-20T03:10:58.911Z] + docker inspect -f . ci-base-image-arm64 [2020-09-20T03:10:58.911Z] . [Pipeline] withDockerContainer [2020-09-20T03:10:59.028Z] + ls -al . [2020-09-20T03:10:59.028Z] total 84 [2020-09-20T03:10:59.029Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 20 03:10 . [2020-09-20T03:10:59.029Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 20 03:09 .. [2020-09-20T03:10:59.029Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 20 03:09 assets [2020-09-20T03:10:59.029Z] drwxrwxr-x. 2 jenkins jenkins 35 Sep 20 03:09 bin [2020-09-20T03:10:59.029Z] drwxrwxr-x. 3 jenkins jenkins 29 Sep 20 03:09 cmd [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 3959 Sep 20 03:09 CONTRIBUTING.md [2020-09-20T03:10:59.029Z] -rw-r--r--. 1 jenkins jenkins 10 Sep 20 03:10 coverage.out [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 913 Sep 20 03:09 Dockerfile [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 898 Sep 20 03:09 Dockerfile.build [2020-09-20T03:10:59.029Z] drwxrwxr-x. 5 jenkins jenkins 104 Sep 20 03:09 docs [2020-09-20T03:10:59.029Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 20 03:09 .git [2020-09-20T03:10:59.029Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 20 03:09 .github [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 136 Sep 20 03:09 .gitignore [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 1019 Sep 20 03:09 go.mod [2020-09-20T03:10:59.029Z] -rw-r--r--. 1 jenkins jenkins 20718 Sep 20 03:10 go.sum [2020-09-20T03:10:59.029Z] drwxrwxr-x. 10 jenkins jenkins 139 Sep 20 03:09 internal [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 652 Sep 20 03:09 Jenkinsfile [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 11357 Sep 20 03:09 LICENSE [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 20 03:09 Makefile [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 3545 Sep 20 03:09 README.md [2020-09-20T03:10:59.029Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 20 03:09 .semver [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 20 03:06 VERSION [2020-09-20T03:10:59.029Z] -rw-rw-r--. 1 jenkins jenkins 155 Sep 20 03:09 version.go [2020-09-20T03:10:59.173Z] prd-ubuntu18.04-docker-arm64-4c-16g-538 does not seem to be running inside a container [2020-09-20T03:10:59.252Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-20T03:11:01.221Z] $ docker top 0e5ec0fa6887131d3ac06ea628388917ca6e322074e40d3424d3df696be7a3f0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:11:02.152Z] + 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=866d0d84b9f99d15e1a1505bcae01949c11dcdd4 --label arch=amd64 --label version=0.0.0 . [2020-09-20T03:11:02.418Z] Sending build context to Docker daemon 22.01MB [2020-09-20T03:11:02.418Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-20T03:11:02.418Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-20T03:11:02.418Z] ---> 6215365e5569 [2020-09-20T03:11:02.418Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-20T03:11:02.688Z] ---> Running in b0a8b0868e58 [2020-09-20T03:11:02.732Z] + make test [2020-09-20T03:11:02.732Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-20T03:11:02.951Z] Removing intermediate container b0a8b0868e58 [2020-09-20T03:11:02.951Z] ---> a0bcfd67df4c [2020-09-20T03:11:02.951Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-20T03:11:02.951Z] ---> Running in b4845036b3e5 [2020-09-20T03:11:03.215Z] Removing intermediate container b4845036b3e5 [2020-09-20T03:11:03.215Z] ---> 655b1024fa98 [2020-09-20T03:11:03.215Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-20T03:11:03.215Z] ---> Running in be14c3642d5c [2020-09-20T03:11:03.215Z] Removing intermediate container be14c3642d5c [2020-09-20T03:11:03.215Z] ---> aff1772160e2 [2020-09-20T03:11:03.215Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-20T03:11:03.477Z] ---> Running in c755163f5682 [2020-09-20T03:11:03.477Z] Removing intermediate container c755163f5682 [2020-09-20T03:11:03.477Z] ---> 04b75f138c19 [2020-09-20T03:11:03.477Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-20T03:11:03.477Z] ---> Running in ff96c1ccf449 [2020-09-20T03:11:03.719Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2020-09-20T03:11:03.743Z] Removing intermediate container ff96c1ccf449 [2020-09-20T03:11:03.743Z] ---> acc2c7332be7 [2020-09-20T03:11:03.743Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T03:11:03.743Z] ---> Running in f002d2847720 [2020-09-20T03:11:04.696Z] Removing intermediate container f002d2847720 [2020-09-20T03:11:04.696Z] ---> 15d8416397ab [2020-09-20T03:11:04.696Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-20T03:11:04.696Z] ---> Running in 966e6a7b777d [2020-09-20T03:11:04.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T03:11:05.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T03:11:06.168Z] v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-20T03:11:06.168Z] v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-20T03:11:06.168Z] OK: 12751 distinct packages available [2020-09-20T03:11:06.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-20T03:11:06.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-20T03:11:07.316Z] OK: 166 MiB in 39 packages [2020-09-20T03:11:07.582Z] Removing intermediate container 966e6a7b777d [2020-09-20T03:11:07.582Z] ---> 05deec4bd75f [2020-09-20T03:11:07.582Z] Step 10/24 : ENV GO111MODULE=on [2020-09-20T03:11:07.582Z] ---> Running in bfab32fb43e5 [2020-09-20T03:11:07.845Z] Removing intermediate container bfab32fb43e5 [2020-09-20T03:11:07.845Z] ---> e189868b0004 [2020-09-20T03:11:07.845Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-20T03:11:07.845Z] ---> Running in 13b66705bc7f [2020-09-20T03:11:08.107Z] Removing intermediate container 13b66705bc7f [2020-09-20T03:11:08.107Z] ---> aef67558296a [2020-09-20T03:11:08.107Z] Step 12/24 : COPY go.mod . [2020-09-20T03:11:08.368Z] ---> 8290165b4a88 [2020-09-20T03:11:08.368Z] Step 13/24 : COPY Makefile . [2020-09-20T03:11:08.368Z] ---> b94db9482e46 [2020-09-20T03:11:08.368Z] Step 14/24 : RUN make update [2020-09-20T03:11:08.632Z] ---> Running in 3c443f306f65 [2020-09-20T03:11:08.894Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-20T03:11:09.468Z] Removing intermediate container 3c443f306f65 [2020-09-20T03:11:09.468Z] ---> c88ceb7a029a [2020-09-20T03:11:09.468Z] Step 15/24 : COPY . . [2020-09-20T03:11:10.420Z] ---> 43dbc58c7c41 [2020-09-20T03:11:10.420Z] Step 16/24 : RUN ${MAKE} [2020-09-20T03:11:10.420Z] ---> Running in 691cf6f1b9e2 [2020-09-20T03:11:10.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-09-20T03:11:17.715Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-20T03:11:21.059Z] Removing intermediate container 691cf6f1b9e2 [2020-09-20T03:11:21.059Z] ---> da7ede4e34e9 [2020-09-20T03:11:21.059Z] Step 17/24 : FROM alpine [2020-09-20T03:11:21.059Z] latest: Pulling from library/alpine [2020-09-20T03:11:21.059Z] df20fa9351a1: Already exists [2020-09-20T03:11:21.059Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T03:11:21.059Z] Status: Downloaded newer image for alpine:latest [2020-09-20T03:11:21.059Z] ---> a24bb4013296 [2020-09-20T03:11:21.059Z] Step 18/24 : EXPOSE 4000 [2020-09-20T03:11:21.325Z] ---> Running in 1178c1dfe76e [2020-09-20T03:11:21.325Z] Removing intermediate container 1178c1dfe76e [2020-09-20T03:11:21.325Z] ---> bf1be01f5013 [2020-09-20T03:11:21.325Z] 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-09-20T03:11:22.271Z] ---> c8efc685c79b [2020-09-20T03:11:22.271Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T03:11:22.271Z] ---> Running in be88a8114ea2 [2020-09-20T03:11:22.536Z] Removing intermediate container be88a8114ea2 [2020-09-20T03:11:22.536Z] ---> 838796c1eb06 [2020-09-20T03:11:22.536Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-20T03:11:22.536Z] ---> Running in d0323898649a [2020-09-20T03:11:22.799Z] Removing intermediate container d0323898649a [2020-09-20T03:11:22.799Z] ---> 3eb048a6f43b [2020-09-20T03:11:22.799Z] Step 22/24 : LABEL arch=amd64 [2020-09-20T03:11:22.799Z] ---> Running in 7c53a383bdee [2020-09-20T03:11:22.799Z] Removing intermediate container 7c53a383bdee [2020-09-20T03:11:22.799Z] ---> 7d47204206ac [2020-09-20T03:11:22.799Z] Step 23/24 : LABEL git_sha=866d0d84b9f99d15e1a1505bcae01949c11dcdd4 [2020-09-20T03:11:23.062Z] ---> Running in d85ac863d478 [2020-09-20T03:11:23.062Z] Removing intermediate container d85ac863d478 [2020-09-20T03:11:23.062Z] ---> c356d6440011 [2020-09-20T03:11:23.062Z] Step 24/24 : LABEL version=0.0.0 [2020-09-20T03:11:23.062Z] ---> Running in 488a3308553b [2020-09-20T03:11:23.325Z] Removing intermediate container 488a3308553b [2020-09-20T03:11:23.325Z] ---> d270331694a5 [2020-09-20T03:11:23.325Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-20T03:11:23.325Z] Successfully built d270331694a5 [2020-09-20T03:11:23.325Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2020-09-20T03:11:25.948Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2020-09-20T03:11:25.948Z] GO111MODULE=on go vet ./... [Pipeline] stash [2020-09-20T03:11:31.406Z] Warning: overwriting stash ‘coverage-report’ [2020-09-20T03:11:32.144Z] Stashed 1 file(s) [Pipeline] } [2020-09-20T03:11:32.165Z] $ docker stop --time=1 0e5ec0fa6887131d3ac06ea628388917ca6e322074e40d3424d3df696be7a3f0 [2020-09-20T03:11:34.245Z] $ docker rm -f 0e5ec0fa6887131d3ac06ea628388917ca6e322074e40d3424d3df696be7a3f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-20T03:11:35.658Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-20T03:11:36.044Z] + ls -al . [2020-09-20T03:11:36.044Z] total 120 [2020-09-20T03:11:36.044Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 03:11 . [2020-09-20T03:11:36.044Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 20 03:09 .. [2020-09-20T03:11:36.044Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 20 03:09 .git [2020-09-20T03:11:36.044Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 03:09 .github [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 136 Sep 20 03:09 .gitignore [2020-09-20T03:11:36.044Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 03:09 .semver [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 3959 Sep 20 03:09 CONTRIBUTING.md [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 913 Sep 20 03:09 Dockerfile [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 898 Sep 20 03:09 Dockerfile.build [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 652 Sep 20 03:09 Jenkinsfile [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 11357 Sep 20 03:09 LICENSE [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 20 03:09 Makefile [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 3545 Sep 20 03:09 README.md [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 20 03:06 VERSION [2020-09-20T03:11:36.044Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 03:09 assets [2020-09-20T03:11:36.044Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 20 03:09 bin [2020-09-20T03:11:36.044Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 20 03:09 cmd [2020-09-20T03:11:36.044Z] -rw-r--r-- 1 jenkins jenkins 10 Sep 20 03:11 coverage.out [2020-09-20T03:11:36.044Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 20 03:09 docs [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 1019 Sep 20 03:09 go.mod [2020-09-20T03:11:36.044Z] -rw-r--r-- 1 jenkins jenkins 20718 Sep 20 03:11 go.sum [2020-09-20T03:11:36.044Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 20 03:09 internal [2020-09-20T03:11:36.044Z] -rw-rw-r-- 1 jenkins jenkins 155 Sep 20 03:09 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:11:36.471Z] + 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=866d0d84b9f99d15e1a1505bcae01949c11dcdd4 --label arch=arm64 --label version=0.0.0 . [2020-09-20T03:11:37.124Z] Sending build context to Docker daemon 22.01MB [2020-09-20T03:11:37.124Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-20T03:11:37.124Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-20T03:11:37.124Z] ---> 36ef791621af [2020-09-20T03:11:37.124Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2020-09-20T03:11:37.435Z] ---> Running in 070fef3d0ae9 [2020-09-20T03:11:38.064Z] Removing intermediate container 070fef3d0ae9 [2020-09-20T03:11:38.064Z] ---> 37919a796ca8 [2020-09-20T03:11:38.064Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2020-09-20T03:11:38.064Z] ---> Running in e05cbf551abd [2020-09-20T03:11:38.665Z] Removing intermediate container e05cbf551abd [2020-09-20T03:11:38.665Z] ---> 297eb12b5ab2 [2020-09-20T03:11:38.665Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2020-09-20T03:11:38.665Z] ---> Running in 1425648e9350 [2020-09-20T03:11:39.269Z] Removing intermediate container 1425648e9350 [2020-09-20T03:11:39.269Z] ---> f1bedbf63d04 [2020-09-20T03:11:39.269Z] Step 6/24 : LABEL Name=edgex-ui-go [2020-09-20T03:11:39.269Z] ---> Running in f503fc1d74a1 [2020-09-20T03:11:39.878Z] Removing intermediate container f503fc1d74a1 [2020-09-20T03:11:39.878Z] ---> 6f99b0499482 [2020-09-20T03:11:39.878Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2020-09-20T03:11:39.878Z] ---> Running in d7fb782465e6 [2020-09-20T03:11:40.477Z] Removing intermediate container d7fb782465e6 [2020-09-20T03:11:40.477Z] ---> 402c118a434f [2020-09-20T03:11:40.477Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-20T03:11:40.477Z] ---> Running in 19c32eef2d71 [2020-09-20T03:11:43.144Z] Removing intermediate container 19c32eef2d71 [2020-09-20T03:11:43.144Z] ---> 7a22801c0cd3 [2020-09-20T03:11:43.144Z] Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-20T03:11:43.144Z] ---> Running in 8f98d6d0b589 [2020-09-20T03:11:44.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T03:11:45.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T03:11:45.787Z] v3.12.0-333-gdc1c29f4c7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-20T03:11:45.787Z] v3.12.0-332-g10e40b3f87 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-20T03:11:45.787Z] OK: 12622 distinct packages available [2020-09-20T03:11:46.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-20T03:11:46.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-20T03:11:47.650Z] OK: 142 MiB in 39 packages [2020-09-20T03:11:48.633Z] Removing intermediate container 8f98d6d0b589 [2020-09-20T03:11:48.633Z] ---> a28d2179e107 [2020-09-20T03:11:48.633Z] Step 10/24 : ENV GO111MODULE=on [2020-09-20T03:11:48.633Z] ---> Running in d8cfe1c2bf80 [2020-09-20T03:11:49.228Z] Removing intermediate container d8cfe1c2bf80 [2020-09-20T03:11:49.228Z] ---> 4df9c458d655 [2020-09-20T03:11:49.228Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2020-09-20T03:11:49.228Z] ---> Running in b383316a4390 [2020-09-20T03:11:49.827Z] Removing intermediate container b383316a4390 [2020-09-20T03:11:49.827Z] ---> 7b5dc582a9cc [2020-09-20T03:11:49.827Z] Step 12/24 : COPY go.mod . [2020-09-20T03:11:50.423Z] ---> 98e503357709 [2020-09-20T03:11:50.423Z] Step 13/24 : COPY Makefile . [2020-09-20T03:11:51.021Z] ---> 00bb24973110 [2020-09-20T03:11:51.021Z] Step 14/24 : RUN make update [2020-09-20T03:11:51.298Z] ---> Running in a08754b89f3c [2020-09-20T03:11:52.733Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-20T03:11:54.171Z] Removing intermediate container a08754b89f3c [2020-09-20T03:11:54.171Z] ---> d646ad0f3eee [2020-09-20T03:11:54.171Z] Step 15/24 : COPY . . [2020-09-20T03:11:56.152Z] ---> 339d11aba4fb [2020-09-20T03:11:56.152Z] Step 16/24 : RUN ${MAKE} [2020-09-20T03:11:56.152Z] ---> Running in f82de6590a20 [2020-09-20T03:11:57.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2020-09-20T03:12:19.812Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-20T03:12:25.216Z] Removing intermediate container f82de6590a20 [2020-09-20T03:12:25.216Z] ---> dc8756eb9842 [2020-09-20T03:12:25.216Z] Step 17/24 : FROM alpine [2020-09-20T03:12:25.216Z] latest: Pulling from library/alpine [2020-09-20T03:12:25.216Z] b538f80385f9: Already exists [2020-09-20T03:12:25.216Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-20T03:12:25.216Z] Status: Downloaded newer image for alpine:latest [2020-09-20T03:12:25.216Z] ---> 62ee0e9f8440 [2020-09-20T03:12:25.216Z] Step 18/24 : EXPOSE 4000 [2020-09-20T03:12:25.489Z] ---> Running in 654764afcad5 [2020-09-20T03:12:25.764Z] Removing intermediate container 654764afcad5 [2020-09-20T03:12:25.764Z] ---> 4aee7bfc8cd7 [2020-09-20T03:12:25.764Z] 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-09-20T03:12:27.744Z] ---> 2064f3bffc4a [2020-09-20T03:12:27.744Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2020-09-20T03:12:27.744Z] ---> Running in 83ba2beedb52 [2020-09-20T03:12:28.348Z] Removing intermediate container 83ba2beedb52 [2020-09-20T03:12:28.348Z] ---> f893a259c2fd [2020-09-20T03:12:28.348Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2020-09-20T03:12:28.348Z] ---> Running in 8247235c965f [2020-09-20T03:12:28.949Z] Removing intermediate container 8247235c965f [2020-09-20T03:12:28.949Z] ---> e9b90aa1dea5 [2020-09-20T03:12:28.949Z] Step 22/24 : LABEL arch=arm64 [2020-09-20T03:12:28.949Z] ---> Running in a24092a24bca [2020-09-20T03:12:29.548Z] Removing intermediate container a24092a24bca [2020-09-20T03:12:29.548Z] ---> f4cec1065c83 [2020-09-20T03:12:29.548Z] Step 23/24 : LABEL git_sha=866d0d84b9f99d15e1a1505bcae01949c11dcdd4 [2020-09-20T03:12:29.548Z] ---> Running in fc5caff614cf [2020-09-20T03:12:29.825Z] Removing intermediate container fc5caff614cf [2020-09-20T03:12:29.825Z] ---> f9df1dfb743b [2020-09-20T03:12:29.825Z] Step 24/24 : LABEL version=0.0.0 [2020-09-20T03:12:30.098Z] ---> Running in 60e7c728b43b [2020-09-20T03:12:30.371Z] Removing intermediate container 60e7c728b43b [2020-09-20T03:12:30.371Z] ---> 5d8216143bc7 [2020-09-20T03:12:30.371Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-20T03:12:30.645Z] Successfully built 5d8216143bc7 [2020-09-20T03:12:30.645Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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) [Pipeline] unstash [Pipeline] wrap [2020-09-20T03:12:34.553Z] provisioning config files... [2020-09-20T03:12:34.570Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/config515436953064595583tmp [Pipeline] { [Pipeline] sh [2020-09-20T03:12:35.048Z] + bash -s - -t @/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/config515436953064595583tmp [2020-09-20T03:12:35.048Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-09-20T03:12:37.025Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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-09-20T03:12:40.275Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T03:12:40.907Z] ---> package-listing.sh [2020-09-20T03:12:40.908Z] ++ facter osfamily [2020-09-20T03:12:40.908Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-20T03:12:40.908Z] + OS_FAMILY=redhat [2020-09-20T03:12:40.908Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-262 [2020-09-20T03:12:40.908Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-20T03:12:40.908Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-20T03:12:40.908Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-20T03:12:40.908Z] + PACKAGES=/tmp/packages_start.txt [2020-09-20T03:12:40.908Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-262 ']' [2020-09-20T03:12:40.908Z] + PACKAGES=/tmp/packages_end.txt [2020-09-20T03:12:40.908Z] + case "${OS_FAMILY}" in [2020-09-20T03:12:40.908Z] + rpm -qa [2020-09-20T03:12:40.908Z] + sort [2020-09-20T03:12:45.236Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-20T03:12:45.236Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-20T03:12:45.236Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-20T03:12:45.236Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-262 ']' [2020-09-20T03:12:45.236Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-262/archives/ [2020-09-20T03:12:45.236Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-262/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:12:46.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T03:12:46.581Z] [2020-09-20T03:12:46.581Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-20T03:12:47.014Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T03:12:47.015Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-20T03:12:47.015Z] df20fa9351a1: Pulling fs layer [2020-09-20T03:12:47.015Z] 36b3adc4ff6f: Pulling fs layer [2020-09-20T03:12:47.015Z] 8ad3a11d3b57: Pulling fs layer [2020-09-20T03:12:47.015Z] 46f8f816bc3b: Pulling fs layer [2020-09-20T03:12:47.015Z] 0dadc02b9964: Pulling fs layer [2020-09-20T03:12:47.015Z] ce6a7cf60c04: Pulling fs layer [2020-09-20T03:12:47.015Z] 7a184a31f384: Pulling fs layer [2020-09-20T03:12:47.015Z] 0879bd2ef858: Pulling fs layer [2020-09-20T03:12:47.015Z] 0dadc02b9964: Waiting [2020-09-20T03:12:47.015Z] ce6a7cf60c04: Waiting [2020-09-20T03:12:47.015Z] 7a184a31f384: Waiting [2020-09-20T03:12:47.015Z] 0879bd2ef858: Waiting [2020-09-20T03:12:47.015Z] 46f8f816bc3b: Waiting [2020-09-20T03:12:47.015Z] 36b3adc4ff6f: Download complete [2020-09-20T03:12:47.015Z] 46f8f816bc3b: Verifying Checksum [2020-09-20T03:12:47.015Z] 46f8f816bc3b: Download complete [2020-09-20T03:12:47.293Z] df20fa9351a1: Verifying Checksum [2020-09-20T03:12:47.293Z] df20fa9351a1: Download complete [2020-09-20T03:12:47.293Z] ce6a7cf60c04: Verifying Checksum [2020-09-20T03:12:47.293Z] ce6a7cf60c04: Download complete [2020-09-20T03:12:47.293Z] 7a184a31f384: Verifying Checksum [2020-09-20T03:12:47.293Z] 7a184a31f384: Download complete [2020-09-20T03:12:47.580Z] 0dadc02b9964: Verifying Checksum [2020-09-20T03:12:47.580Z] 0dadc02b9964: Download complete [2020-09-20T03:12:47.858Z] df20fa9351a1: Pull complete [2020-09-20T03:12:47.858Z] 8ad3a11d3b57: Verifying Checksum [2020-09-20T03:12:47.858Z] 8ad3a11d3b57: Download complete [2020-09-20T03:12:48.145Z] 36b3adc4ff6f: Pull complete [2020-09-20T03:12:48.744Z] 0879bd2ef858: Verifying Checksum [2020-09-20T03:12:48.744Z] 0879bd2ef858: Download complete [2020-09-20T03:12:49.371Z] 8ad3a11d3b57: Pull complete [2020-09-20T03:12:49.643Z] 46f8f816bc3b: Pull complete [2020-09-20T03:12:49.907Z] 0dadc02b9964: Pull complete [2020-09-20T03:12:50.174Z] ce6a7cf60c04: Pull complete [2020-09-20T03:12:50.457Z] 7a184a31f384: Pull complete [2020-09-20T03:12:54.788Z] 0879bd2ef858: Pull complete [2020-09-20T03:12:54.788Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-20T03:12:54.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-20T03:12:54.788Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-20T03:12:55.049Z] prd-centos7-docker-4c-2g-537 does not seem to be running inside a container [2020-09-20T03:12:55.153Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgexfoundry_edgex-ui-go_PR-262 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-262:/w/workspace/edgexfoundry_edgex-ui-go_PR-262:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-20T03:12:58.494Z] $ docker top b7872d2b59cf5b66cce708bf049022dab358b3255ba4d1e346fb87435e9b2e87 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-20T03:12:59.133Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-20T03:12:59.502Z] + ls /var/log/sa-host [2020-09-20T03:12:59.502Z] + sadf -c /var/log/sa-host/sa05 [2020-09-20T03:12:59.502Z] file_magic: OK [2020-09-20T03:12:59.502Z] HZ: Using current value: 100 [2020-09-20T03:12:59.502Z] file_header: OK [2020-09-20T03:12:59.502Z] 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-09-20T03:12:59.502Z] Statistics: [2020-09-20T03:12:59.502Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T03:12:59.502Z] File successfully converted to sysstat format version 12.2.1 [2020-09-20T03:12:59.502Z] + sadf -c /var/log/sa-host/sa20 [2020-09-20T03:12:59.502Z] file_magic: OK [2020-09-20T03:12:59.502Z] HZ: Using current value: 100 [2020-09-20T03:12:59.502Z] file_header: OK [2020-09-20T03:12:59.502Z] 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-09-20T03:12:59.502Z] Statistics: [2020-09-20T03:12:59.502Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-20T03:12:59.502Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-20T03:12:59.643Z] provisioning config files... [2020-09-20T03:12:59.666Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-262@tmp/config2596532286462250685tmp [Pipeline] { [Pipeline] echo [2020-09-20T03:12:59.845Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T03:13:00.212Z] ---> create-netrc.sh [Pipeline] echo [2020-09-20T03:13:00.247Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-20T03:13:00.596Z] ---> logs-deploy.sh [2020-09-20T03:13:00.596Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-262/1 [2020-09-20T03:13:00.596Z] INFO: archiving workspace using pattern(s): [2020-09-20T03:13:02.676Z] Archives upload complete. [2020-09-20T03:13:02.676Z] INFO: archiving logs to Nexus