Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e5eddfca3e456f98fd148374ca375fb54025eb5b 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20101 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision e5eddfca3e456f98fd148374ca375fb54025eb5b (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5eddfca3e456f98fd148374ca375fb54025eb5b # timeout=10 Commit message: "Merge pull request #286 from jpwhitemn/add-dependabot" > git rev-list --no-walk 98319af8fc349a3fe50f20602aa62bf986a51411 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T01:33:44.015Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T01:33:44.280Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T01:33:44.382Z] ========================================================= [2021-01-14T01:33:44.382Z] EdgeX Global Pipelines Version Info [2021-01-14T01:33:44.382Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:33:45.854Z] ------------------- [2021-01-14T01:33:45.854Z] stable info: [2021-01-14T01:33:45.855Z] ------------------- [2021-01-14T01:33:45.855Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T01:33:45.855Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T01:33:45.855Z] Message: update stable to v1.0.177 [2021-01-14T01:33:46.801Z] ------------------- [2021-01-14T01:33:46.801Z] experimental info: [2021-01-14T01:33:46.801Z] ------------------- [2021-01-14T01:33:46.801Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T01:33:46.801Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T01:33:46.801Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T01:33:47.070Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-01-14T01:33:47.168Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-01-14T01:33:47.310Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T01:33:47.403Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T01:33:47.493Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T01:33:47.584Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T01:33:47.716Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T01:33:47.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T01:33:47.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-14T01:33:47.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T01:33:48.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T01:33:48.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo [2021-01-14T01:33:48.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T01:33:48.358Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T01:33:48.446Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T01:33:48.533Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T01:33:48.618Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T01:33:48.704Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-14T01:33:48.789Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T01:33:48.876Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-14T01:33:48.963Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-14T01:33:49.053Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-14T01:33:49.168Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-14T01:33:49.257Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-14T01:33:49.358Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-14T01:33:49.446Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T01:33:49.534Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T01:33:49.619Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-14T01:33:49.709Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-14T01:33:49.803Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-14T01:33:49.892Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5eddfca3e456f98fd148374ca375fb54025eb5b [Pipeline] echo [2021-01-14T01:33:49.983Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5eddfc [Pipeline] echo [2021-01-14T01:33:50.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T01:33:50.295Z] provisioning config files... [2021-01-14T01:33:50.325Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8768444278656608945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:33:50.697Z] ---> docker-login.sh [2021-01-14T01:33:50.697Z] nexus3.edgexfoundry.org:10001 [2021-01-14T01:33:50.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:33:51.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:33:51.223Z] Configure a credential helper to remove this warning. See [2021-01-14T01:33:51.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:33:51.223Z] [2021-01-14T01:33:51.223Z] Login Succeeded [2021-01-14T01:33:51.223Z] nexus3.edgexfoundry.org:10002 [2021-01-14T01:33:51.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:33:51.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:33:51.487Z] Configure a credential helper to remove this warning. See [2021-01-14T01:33:51.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:33:51.487Z] [2021-01-14T01:33:51.487Z] Login Succeeded [2021-01-14T01:33:51.487Z] nexus3.edgexfoundry.org:10003 [2021-01-14T01:33:51.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:33:51.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:33:51.487Z] Configure a credential helper to remove this warning. See [2021-01-14T01:33:51.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:33:51.487Z] [2021-01-14T01:33:51.487Z] Login Succeeded [2021-01-14T01:33:51.487Z] nexus3.edgexfoundry.org:10004 [2021-01-14T01:33:51.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:33:51.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:33:51.752Z] Configure a credential helper to remove this warning. See [2021-01-14T01:33:51.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:33:51.752Z] [2021-01-14T01:33:51.752Z] Login Succeeded [2021-01-14T01:33:51.752Z] docker.io [2021-01-14T01:33:51.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:33:52.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:33:52.015Z] Configure a credential helper to remove this warning. See [2021-01-14T01:33:52.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:33:52.015Z] [2021-01-14T01:33:52.015Z] Login Succeeded [2021-01-14T01:33:52.015Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T01:33:52.026Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T01:33:52.879Z] + git log --format=format:%s -1 e5eddfca3e456f98fd148374ca375fb54025eb5b [Pipeline] echo [2021-01-14T01:33:52.947Z] GIT_COMMIT: e5eddfca3e456f98fd148374ca375fb54025eb5b, Commit Message: Merge pull request #286 from jpwhitemn/add-dependabot [Pipeline] echo [2021-01-14T01:33:52.992Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:33:53.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T01:33:53.973Z] [2021-01-14T01:33:53.973Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:33:54.323Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T01:33:54.323Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T01:33:54.323Z] 31603596830f: Pulling fs layer [2021-01-14T01:33:54.323Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T01:33:54.323Z] 6ca5941a6612: Pulling fs layer [2021-01-14T01:33:54.323Z] ecc8261a40a4: Pulling fs layer [2021-01-14T01:33:54.323Z] ecc8261a40a4: Waiting [2021-01-14T01:33:54.323Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T01:33:54.323Z] 2a8b12db71e7: Download complete [2021-01-14T01:33:54.589Z] 31603596830f: Verifying Checksum [2021-01-14T01:33:54.589Z] 31603596830f: Download complete [2021-01-14T01:33:54.589Z] 6ca5941a6612: Verifying Checksum [2021-01-14T01:33:54.589Z] 6ca5941a6612: Download complete [2021-01-14T01:33:54.589Z] ecc8261a40a4: Verifying Checksum [2021-01-14T01:33:54.589Z] ecc8261a40a4: Download complete [2021-01-14T01:33:54.857Z] 31603596830f: Pull complete [2021-01-14T01:33:55.124Z] 2a8b12db71e7: Pull complete [2021-01-14T01:33:55.703Z] 6ca5941a6612: Pull complete [2021-01-14T01:33:55.967Z] ecc8261a40a4: Pull complete [2021-01-14T01:33:55.967Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T01:33:55.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T01:33:55.967Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T01:33:56.104Z] prd-centos7-docker-4c-2g-20101 does not seem to be running inside a container [2021-01-14T01:33:56.160Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T01:33:58.430Z] $ docker top c2ba6d814209aea3bccbcd71a816697247a0cd54e7499354c506fae19593b0bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T01:33:58.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T01:33:58.744Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T01:33:58.979Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T01:33:58.982Z] $ docker exec c2ba6d814209aea3bccbcd71a816697247a0cd54e7499354c506fae19593b0bd ssh-agent [2021-01-14T01:33:59.164Z] SSH_AUTH_SOCK=/tmp/ssh-gCLgI6l8xUX2/agent.11 [2021-01-14T01:33:59.164Z] SSH_AGENT_PID=16 [2021-01-14T01:33:59.176Z] Running ssh-add (command line suppressed) [2021-01-14T01:33:59.303Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8628618124062702066.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_8628618124062702066.key) [2021-01-14T01:33:59.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T01:33:59.696Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T01:33:59.724Z] $ docker exec --env ******** --env ******** c2ba6d814209aea3bccbcd71a816697247a0cd54e7499354c506fae19593b0bd ssh-agent -k [2021-01-14T01:33:59.845Z] unset SSH_AUTH_SOCK; [2021-01-14T01:33:59.845Z] unset SSH_AGENT_PID; [2021-01-14T01:33:59.845Z] echo Agent pid 16 killed; [2021-01-14T01:33:59.900Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T01:34:00.076Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T01:34:00.076Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T01:34:00.246Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T01:34:00.249Z] $ docker exec c2ba6d814209aea3bccbcd71a816697247a0cd54e7499354c506fae19593b0bd ssh-agent [2021-01-14T01:34:00.417Z] SSH_AUTH_SOCK=/tmp/ssh-fbh4n44NXtHg/agent.45 [2021-01-14T01:34:00.417Z] SSH_AGENT_PID=50 [2021-01-14T01:34:00.424Z] Running ssh-add (command line suppressed) [2021-01-14T01:34:00.543Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1896778313113287169.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1896778313113287169.key) [2021-01-14T01:34:00.603Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T01:34:00.961Z] + git semver init [2021-01-14T01:34:00.961Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T01:34:00.961Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-14T01:34:00.961Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-14T01:34:00.961Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T01:34:00.961Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T01:34:00.961Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T01:34:00.961Z] # $SEMVER_BRANCH = master [2021-01-14T01:34:00.961Z] # $SEMVER_TEMP = /tmp/semver-146078306 [2021-01-14T01:34:00.961Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-01-14T01:34:13.247Z] # '/tmp/semver-146078306' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' [2021-01-14T01:34:13.247Z] # -> Force: false [2021-01-14T01:34:13.247Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-01-14T01:34:13.260Z] $ docker exec --env ******** --env ******** c2ba6d814209aea3bccbcd71a816697247a0cd54e7499354c506fae19593b0bd ssh-agent -k [2021-01-14T01:34:13.406Z] unset SSH_AUTH_SOCK; [2021-01-14T01:34:13.406Z] unset SSH_AGENT_PID; [2021-01-14T01:34:13.407Z] echo Agent pid 50 killed; [2021-01-14T01:34:13.457Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T01:34:13.967Z] + git semver [Pipeline] } [2021-01-14T01:34:13.984Z] $ docker stop --time=1 c2ba6d814209aea3bccbcd71a816697247a0cd54e7499354c506fae19593b0bd [2021-01-14T01:34:15.412Z] $ docker rm -f c2ba6d814209aea3bccbcd71a816697247a0cd54e7499354c506fae19593b0bd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T01:34:15.914Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T01:34:16.422Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T01:34:16.425Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-14T01:34:31.921Z] Still waiting to schedule task [2021-01-14T01:34:31.921Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-20100’ is offline; ‘prd-centos7-docker-4c-2g-20103’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-20092’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-14T01:34:31.925Z] Still waiting to schedule task [2021-01-14T01:34:31.925Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-14T01:35:58.966Z] Running on prd-centos7-docker-4c-2g-20109 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws [2021-01-14T01:35:59.031Z] Running in /w/workspace/edgex-ui-go/64 [Pipeline] { [Pipeline] checkout [2021-01-14T01:36:01.800Z] using credential edgex-jenkins-ssh [2021-01-14T01:36:01.854Z] Cloning the remote Git repository [2021-01-14T01:36:01.885Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-14T01:36:02.007Z] > git init /w/workspace/edgex-ui-go/64 # timeout=10 [2021-01-14T01:36:04.017Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-14T01:36:04.018Z] > git --version # timeout=10 [2021-01-14T01:36:04.026Z] > git --version # 'git version 2.24.3' [2021-01-14T01:36:04.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T01:36:04.067Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T01:36:05.139Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-14T01:36:05.145Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T01:36:05.157Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-14T01:36:05.178Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-14T01:36:05.178Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T01:36:05.187Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T01:36:06.596Z] Checking out Revision e5eddfca3e456f98fd148374ca375fb54025eb5b (master) [2021-01-14T01:36:06.604Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T01:36:06.612Z] > git checkout -f e5eddfca3e456f98fd148374ca375fb54025eb5b # timeout=10 [2021-01-14T01:36:10.362Z] Commit message: "Merge pull request #286 from jpwhitemn/add-dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T01:36:11.635Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T01:36:11.970Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T01:36:12.284Z] + sudo service docker restart [2021-01-14T01:36:12.284Z] + true [2021-01-14T01:36:12.284Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T01:36:13.744Z] provisioning config files... [2021-01-14T01:36:13.775Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/64@tmp/config1365740470167175968tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:36:14.145Z] ---> docker-login.sh [2021-01-14T01:36:14.145Z] nexus3.edgexfoundry.org:10001 [2021-01-14T01:36:14.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:36:14.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:36:14.679Z] Configure a credential helper to remove this warning. See [2021-01-14T01:36:14.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:36:14.679Z] [2021-01-14T01:36:14.679Z] Login Succeeded [2021-01-14T01:36:14.679Z] nexus3.edgexfoundry.org:10002 [2021-01-14T01:36:14.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:36:14.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:36:14.942Z] Configure a credential helper to remove this warning. See [2021-01-14T01:36:14.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:36:14.942Z] [2021-01-14T01:36:14.942Z] Login Succeeded [2021-01-14T01:36:14.942Z] nexus3.edgexfoundry.org:10003 [2021-01-14T01:36:14.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:36:15.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:36:15.206Z] Configure a credential helper to remove this warning. See [2021-01-14T01:36:15.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:36:15.206Z] [2021-01-14T01:36:15.206Z] Login Succeeded [2021-01-14T01:36:15.206Z] nexus3.edgexfoundry.org:10004 [2021-01-14T01:36:15.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:36:15.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:36:15.206Z] Configure a credential helper to remove this warning. See [2021-01-14T01:36:15.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:36:15.206Z] [2021-01-14T01:36:15.206Z] Login Succeeded [2021-01-14T01:36:15.206Z] docker.io [2021-01-14T01:36:15.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:36:15.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:36:15.734Z] Configure a credential helper to remove this warning. See [2021-01-14T01:36:15.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:36:15.734Z] [2021-01-14T01:36:15.734Z] Login Succeeded [2021-01-14T01:36:15.734Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T01:36:15.744Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T01:36:16.044Z] ========================================================= [2021-01-14T01:36:16.044Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T01:36:16.044Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:36:16.400Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-14T01:36:16.663Z] Sending build context to Docker daemon 16.59MB [2021-01-14T01:36:16.663Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T01:36:16.663Z] Step 2/8 : FROM ${BASE} [2021-01-14T01:36:16.925Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T01:36:16.925Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T01:36:16.925Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T01:36:16.925Z] de9db76c5a1d: Pulling fs layer [2021-01-14T01:36:16.925Z] bca2f99d35d6: Pulling fs layer [2021-01-14T01:36:16.925Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T01:36:16.925Z] 7c6f9722023f: Pulling fs layer [2021-01-14T01:36:16.925Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T01:36:16.925Z] 93359f2a8cfa: Waiting [2021-01-14T01:36:16.925Z] 7c6f9722023f: Waiting [2021-01-14T01:36:16.925Z] a35cf1a2eb13: Waiting [2021-01-14T01:36:16.925Z] bca2f99d35d6: Waiting [2021-01-14T01:36:17.190Z] de9db76c5a1d: Verifying Checksum [2021-01-14T01:36:17.190Z] de9db76c5a1d: Download complete [2021-01-14T01:36:17.190Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T01:36:17.190Z] 0ef7d3d256c8: Download complete [2021-01-14T01:36:17.190Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T01:36:17.190Z] 93359f2a8cfa: Download complete [2021-01-14T01:36:17.190Z] 7c6f9722023f: Verifying Checksum [2021-01-14T01:36:17.190Z] 7c6f9722023f: Download complete [2021-01-14T01:36:17.190Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T01:36:17.190Z] 188c0c94c7c5: Download complete [2021-01-14T01:36:17.459Z] 188c0c94c7c5: Pull complete [2021-01-14T01:36:17.723Z] 0ef7d3d256c8: Pull complete [2021-01-14T01:36:17.993Z] de9db76c5a1d: Pull complete [2021-01-14T01:36:21.331Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T01:36:21.331Z] a35cf1a2eb13: Download complete [2021-01-14T01:36:21.933Z] bca2f99d35d6: Verifying Checksum [2021-01-14T01:36:21.933Z] bca2f99d35d6: Download complete [2021-01-14T01:36:28.614Z] bca2f99d35d6: Pull complete [2021-01-14T01:36:28.614Z] 93359f2a8cfa: Pull complete [2021-01-14T01:36:28.614Z] 7c6f9722023f: Pull complete [2021-01-14T01:36:33.952Z] a35cf1a2eb13: Pull complete [2021-01-14T01:36:33.952Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T01:36:33.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T01:36:33.952Z] ---> a62c8e92a672 [2021-01-14T01:36:33.952Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-14T01:36:34.217Z] ---> Running in 1445696d1162 [2021-01-14T01:36:34.484Z] Removing intermediate container 1445696d1162 [2021-01-14T01:36:34.484Z] ---> 97354e6b3747 [2021-01-14T01:36:34.484Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T01:36:34.484Z] ---> Running in 701c3c7a4999 [2021-01-14T01:36:35.461Z] Removing intermediate container 701c3c7a4999 [2021-01-14T01:36:35.461Z] ---> 359ddb930c36 [2021-01-14T01:36:35.461Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-14T01:36:35.727Z] ---> Running in f49f8154ea37 [2021-01-14T01:36:36.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T01:36:38.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T01:36:40.155Z] OK: 166 MiB in 39 packages [2021-01-14T01:36:40.734Z] Removing intermediate container f49f8154ea37 [2021-01-14T01:36:40.734Z] ---> bacc15ed4c7e [2021-01-14T01:36:40.734Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-14T01:36:40.734Z] ---> Running in a5d1fe7fdf2f [2021-01-14T01:36:40.997Z] Removing intermediate container a5d1fe7fdf2f [2021-01-14T01:36:40.997Z] ---> 41990a4f3bf2 [2021-01-14T01:36:40.997Z] Step 7/8 : COPY . . [2021-01-14T01:36:43.584Z] ---> cd8d8b3552ea [2021-01-14T01:36:43.584Z] Step 8/8 : RUN go mod download [2021-01-14T01:36:43.584Z] ---> Running in 7179e1b824a7 [2021-01-14T01:37:05.653Z] Removing intermediate container 7179e1b824a7 [2021-01-14T01:37:05.653Z] ---> eb5fe504d793 [2021-01-14T01:37:05.653Z] Successfully built eb5fe504d793 [2021-01-14T01:37:05.653Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:37:06.009Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T01:37:06.009Z] . [Pipeline] withDockerContainer [2021-01-14T01:37:06.146Z] prd-centos7-docker-4c-2g-20109 does not seem to be running inside a container [2021-01-14T01:37:06.306Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/64 -v /w/workspace/edgex-ui-go/64:/w/workspace/edgex-ui-go/64:rw,z -v /w/workspace/edgex-ui-go/64@tmp:/w/workspace/edgex-ui-go/64@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 [2021-01-14T01:37:07.270Z] $ docker top 88060a244e0f235d428d8b80c153a4656c914632cba6f8179d17c3e9d63b2f8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T01:37:07.812Z] + go version [2021-01-14T01:37:07.812Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T01:37:07.825Z] $ docker stop --time=1 88060a244e0f235d428d8b80c153a4656c914632cba6f8179d17c3e9d63b2f8b [2021-01-14T01:37:08.864Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20111 in /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-14T01:37:09.196Z] $ docker rm -f 88060a244e0f235d428d8b80c153a4656c914632cba6f8179d17c3e9d63b2f8b [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-01-14T01:37:09.433Z] Running in /w/workspace/edgex-ui-go/64 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:37:09.977Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T01:37:09.977Z] . [Pipeline] withDockerContainer [2021-01-14T01:37:10.084Z] prd-centos7-docker-4c-2g-20109 does not seem to be running inside a container [2021-01-14T01:37:10.136Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/64 -v /w/workspace/edgex-ui-go/64:/w/workspace/edgex-ui-go/64:rw,z -v /w/workspace/edgex-ui-go/64@tmp:/w/workspace/edgex-ui-go/64@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 [2021-01-14T01:37:10.763Z] $ docker top 1cde66fcd31c4b91fd4bb0410a49deab68c5323c76c134316503ec625b06660a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T01:37:11.243Z] + make test [2021-01-14T01:37:11.243Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-14T01:37:12.663Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-14T01:37:14.659Z] using credential edgex-jenkins-ssh [2021-01-14T01:37:14.712Z] Cloning the remote Git repository [2021-01-14T01:37:14.768Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-14T01:37:14.879Z] > git init /w/workspace/edgex-ui-go/64 # timeout=10 [2021-01-14T01:37:14.958Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-14T01:37:14.959Z] > git --version # timeout=10 [2021-01-14T01:37:14.976Z] > git --version # 'git version 2.17.1' [2021-01-14T01:37:14.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T01:37:15.060Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T01:37:16.628Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-14T01:37:16.663Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T01:37:16.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-01-14T01:37:16.742Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-01-14T01:37:16.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T01:37:16.758Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T01:37:18.300Z] Checking out Revision e5eddfca3e456f98fd148374ca375fb54025eb5b (master) [2021-01-14T01:37:18.320Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T01:37:18.377Z] > git checkout -f e5eddfca3e456f98fd148374ca375fb54025eb5b # timeout=10 [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-14T01:37:20.982Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-14T01:37:20.982Z] GO111MODULE=on go vet ./... [2021-01-14T01:37:22.892Z] Commit message: "Merge pull request #286 from jpwhitemn/add-dependabot" [Pipeline] } [2021-01-14T01:37:22.977Z] $ docker stop --time=1 1cde66fcd31c4b91fd4bb0410a49deab68c5323c76c134316503ec625b06660a [2021-01-14T01:37:25.257Z] $ docker rm -f 1cde66fcd31c4b91fd4bb0410a49deab68c5323c76c134316503ec625b06660a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-14T01:37:25.804Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] sh [2021-01-14T01:37:26.229Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-01-14T01:37:26.808Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2021-01-14T01:37:27.689Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T01:37:27.737Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-14T01:37:28.042Z] + sudo service docker restart [2021-01-14T01:37:28.042Z] + true [2021-01-14T01:37:28.113Z] + ls -al . [2021-01-14T01:37:28.113Z] total 88 [2021-01-14T01:37:28.113Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 14 01:37 . [2021-01-14T01:37:28.113Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 14 01:36 .. [2021-01-14T01:37:28.113Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 14 01:36 assets [2021-01-14T01:37:28.113Z] drwxrwxr-x. 2 jenkins jenkins 35 Jan 14 01:36 bin [2021-01-14T01:37:28.113Z] drwxrwxr-x. 3 jenkins jenkins 29 Jan 14 01:36 cmd [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jan 14 01:36 CONTRIBUTING.md [2021-01-14T01:37:28.113Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 14 01:37 coverage.out [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jan 14 01:36 Dockerfile [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 14 01:36 Dockerfile.build [2021-01-14T01:37:28.113Z] drwxrwxr-x. 5 jenkins jenkins 104 Jan 14 01:36 docs [2021-01-14T01:37:28.113Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 14 01:36 .git [2021-01-14T01:37:28.113Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 14 01:36 .github [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 153 Jan 14 01:36 .gitignore [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 1019 Jan 14 01:36 go.mod [2021-01-14T01:37:28.113Z] -rw-r--r--. 1 jenkins jenkins 20718 Jan 14 01:37 go.sum [2021-01-14T01:37:28.113Z] drwxrwxr-x. 10 jenkins jenkins 139 Jan 14 01:36 internal [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 652 Jan 14 01:36 Jenkinsfile [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jan 14 01:36 LICENSE [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 14 01:36 Makefile [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 4535 Jan 14 01:36 README.md [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 14 01:34 VERSION [2021-01-14T01:37:28.113Z] -rw-rw-r--. 1 jenkins jenkins 155 Jan 14 01:36 version.go [2021-01-14T01:37:28.113Z] drwxrwxr-x. 4 jenkins jenkins 266 Jan 14 01:36 web [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:37:28.448Z] + 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=e5eddfca3e456f98fd148374ca375fb54025eb5b --label arch=amd64 --label version=2.0.0-dev.6 . [2021-01-14T01:37:28.711Z] Sending build context to Docker daemon 16.61MB [2021-01-14T01:37:28.711Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T01:37:28.711Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-14T01:37:28.711Z] ---> eb5fe504d793 [2021-01-14T01:37:28.711Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-14T01:37:29.294Z] ---> Running in a2a2890446fb [2021-01-14T01:37:29.558Z] Removing intermediate container a2a2890446fb [2021-01-14T01:37:29.558Z] ---> 710d18a6f4a7 [2021-01-14T01:37:29.558Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-14T01:37:29.558Z] ---> Running in 5898c07331a3 [2021-01-14T01:37:29.823Z] Removing intermediate container 5898c07331a3 [2021-01-14T01:37:29.823Z] ---> 6a01bc6a21d6 [2021-01-14T01:37:29.823Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-14T01:37:29.823Z] ---> Running in 1ff84c4cae6f [2021-01-14T01:37:30.087Z] Removing intermediate container 1ff84c4cae6f [2021-01-14T01:37:30.088Z] ---> e33c5000415b [2021-01-14T01:37:30.088Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-14T01:37:30.088Z] ---> Running in 92078b47efc3 [2021-01-14T01:37:30.088Z] Removing intermediate container 92078b47efc3 [2021-01-14T01:37:30.088Z] ---> 0a092312cf9b [2021-01-14T01:37:30.088Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-14T01:37:30.350Z] ---> Running in aae586d04f43 [2021-01-14T01:37:30.350Z] Removing intermediate container aae586d04f43 [2021-01-14T01:37:30.350Z] ---> 45ea5b2b4942 [2021-01-14T01:37:30.350Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T01:37:30.614Z] ---> Running in bd0b8aa5d3ef [Pipeline] withEnv [Pipeline] { [2021-01-14T01:37:31.566Z] Removing intermediate container bd0b8aa5d3ef [2021-01-14T01:37:31.566Z] ---> b72ef83a00b9 [2021-01-14T01:37:31.566Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-14T01:37:31.566Z] ---> Running in b7a1fc3efe4e [Pipeline] wrap [2021-01-14T01:37:31.594Z] provisioning config files... [2021-01-14T01:37:31.636Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/64@tmp/config5311309581755761527tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:37:31.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T01:37:32.097Z] ---> docker-login.sh [2021-01-14T01:37:32.097Z] nexus3.edgexfoundry.org:10001 [2021-01-14T01:37:33.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:37:33.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T01:37:33.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:37:33.357Z] Configure a credential helper to remove this warning. See [2021-01-14T01:37:33.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:37:33.357Z] [2021-01-14T01:37:33.357Z] Login Succeeded [2021-01-14T01:37:33.357Z] nexus3.edgexfoundry.org:10002 [2021-01-14T01:37:33.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:37:33.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:37:33.910Z] Configure a credential helper to remove this warning. See [2021-01-14T01:37:33.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:37:33.910Z] [2021-01-14T01:37:33.910Z] Login Succeeded [2021-01-14T01:37:33.910Z] nexus3.edgexfoundry.org:10003 [2021-01-14T01:37:34.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:37:34.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:37:34.508Z] Configure a credential helper to remove this warning. See [2021-01-14T01:37:34.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:37:34.508Z] [2021-01-14T01:37:34.508Z] Login Succeeded [2021-01-14T01:37:34.508Z] nexus3.edgexfoundry.org:10004 [2021-01-14T01:37:34.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:37:35.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:37:35.061Z] Configure a credential helper to remove this warning. See [2021-01-14T01:37:35.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:37:35.061Z] [2021-01-14T01:37:35.061Z] Login Succeeded [2021-01-14T01:37:35.061Z] docker.io [2021-01-14T01:37:35.151Z] OK: 166 MiB in 39 packages [2021-01-14T01:37:35.413Z] Removing intermediate container b7a1fc3efe4e [2021-01-14T01:37:35.413Z] ---> 0659a555df3d [2021-01-14T01:37:35.413Z] Step 10/24 : ENV GO111MODULE=on [2021-01-14T01:37:35.413Z] ---> Running in cd95bad61d21 [2021-01-14T01:37:35.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:37:35.676Z] Removing intermediate container cd95bad61d21 [2021-01-14T01:37:35.676Z] ---> abfb602200f4 [2021-01-14T01:37:35.676Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-14T01:37:35.676Z] ---> Running in 1edc9fb45bb4 [2021-01-14T01:37:35.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:37:35.938Z] Configure a credential helper to remove this warning. See [2021-01-14T01:37:35.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:37:35.938Z] [2021-01-14T01:37:35.938Z] Login Succeeded [2021-01-14T01:37:35.938Z] ---> docker-login.sh ends [2021-01-14T01:37:35.939Z] Removing intermediate container 1edc9fb45bb4 [2021-01-14T01:37:35.939Z] ---> b2bdd8bbb706 [2021-01-14T01:37:35.939Z] Step 12/24 : COPY go.mod . [Pipeline] } [2021-01-14T01:37:35.956Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-14T01:37:36.202Z] ---> cb16ef3736cd [2021-01-14T01:37:36.202Z] Step 13/24 : COPY Makefile . [Pipeline] echo [2021-01-14T01:37:36.415Z] ========================================================= [2021-01-14T01:37:36.415Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T01:37:36.415Z] ========================================================= [2021-01-14T01:37:36.469Z] ---> 4f6c16ad7e5f [2021-01-14T01:37:36.469Z] Step 14/24 : RUN make update [2021-01-14T01:37:36.469Z] ---> Running in 5659ca6ec3fb [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:37:36.808Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-14T01:37:37.060Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-14T01:37:37.403Z] Sending build context to Docker daemon 16.59MB [2021-01-14T01:37:37.403Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T01:37:37.403Z] Step 2/8 : FROM ${BASE} [2021-01-14T01:37:37.638Z] Removing intermediate container 5659ca6ec3fb [2021-01-14T01:37:37.638Z] ---> 18cb64adde0d [2021-01-14T01:37:37.638Z] Step 15/24 : COPY . . [2021-01-14T01:37:37.679Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T01:37:37.679Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T01:37:37.679Z] a4357932f1b6: Pulling fs layer [2021-01-14T01:37:37.679Z] 18c013af1878: Pulling fs layer [2021-01-14T01:37:37.679Z] 00ac8860ef70: Pulling fs layer [2021-01-14T01:37:37.679Z] 63d7cb157983: Pulling fs layer [2021-01-14T01:37:37.679Z] b116817d02f9: Pulling fs layer [2021-01-14T01:37:37.679Z] 745a02a5169b: Pulling fs layer [2021-01-14T01:37:37.679Z] 63d7cb157983: Waiting [2021-01-14T01:37:37.679Z] b116817d02f9: Waiting [2021-01-14T01:37:37.679Z] 745a02a5169b: Waiting [2021-01-14T01:37:37.679Z] 00ac8860ef70: Waiting [2021-01-14T01:37:37.679Z] 18c013af1878: Verifying Checksum [2021-01-14T01:37:37.679Z] 18c013af1878: Download complete [2021-01-14T01:37:37.679Z] a4357932f1b6: Verifying Checksum [2021-01-14T01:37:37.679Z] a4357932f1b6: Download complete [2021-01-14T01:37:37.679Z] 63d7cb157983: Download complete [2021-01-14T01:37:37.679Z] b116817d02f9: Verifying Checksum [2021-01-14T01:37:37.679Z] b116817d02f9: Download complete [2021-01-14T01:37:37.679Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T01:37:37.679Z] 5f621e34cdf4: Download complete [2021-01-14T01:37:38.673Z] 5f621e34cdf4: Pull complete [2021-01-14T01:37:39.284Z] a4357932f1b6: Pull complete [2021-01-14T01:37:39.583Z] ---> 7f0dda555fab [2021-01-14T01:37:39.583Z] Step 16/24 : RUN ${MAKE} [2021-01-14T01:37:39.583Z] ---> Running in 1b4f5c2dc13d [2021-01-14T01:37:39.895Z] 18c013af1878: Pull complete [2021-01-14T01:37:40.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.6" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-14T01:37:40.175Z] 745a02a5169b: Verifying Checksum [2021-01-14T01:37:40.175Z] 745a02a5169b: Download complete [2021-01-14T01:37:41.160Z] 00ac8860ef70: Verifying Checksum [2021-01-14T01:37:41.160Z] 00ac8860ef70: Download complete [2021-01-14T01:37:48.422Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-14T01:37:50.994Z] Removing intermediate container 1b4f5c2dc13d [2021-01-14T01:37:50.995Z] ---> 7264de60c9ab [2021-01-14T01:37:50.995Z] Step 17/24 : FROM alpine:3.12 [2021-01-14T01:37:51.362Z] 00ac8860ef70: Pull complete [2021-01-14T01:37:51.635Z] 63d7cb157983: Pull complete [2021-01-14T01:37:51.907Z] b116817d02f9: Pull complete [2021-01-14T01:37:51.945Z] 3.12: Pulling from library/alpine [2021-01-14T01:37:52.519Z] 801bfaa63ef2: Pulling fs layer [2021-01-14T01:37:52.519Z] 801bfaa63ef2: Verifying Checksum [2021-01-14T01:37:52.519Z] 801bfaa63ef2: Download complete [2021-01-14T01:37:52.780Z] 801bfaa63ef2: Pull complete [2021-01-14T01:37:52.780Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T01:37:52.780Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T01:37:53.044Z] ---> 389fef711851 [2021-01-14T01:37:53.044Z] Step 18/24 : EXPOSE 4000 [2021-01-14T01:37:53.044Z] ---> Running in 950d0757a717 [2021-01-14T01:37:53.306Z] Removing intermediate container 950d0757a717 [2021-01-14T01:37:53.306Z] ---> e8d8278a11b6 [2021-01-14T01:37:53.306Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-14T01:37:54.260Z] ---> ddcbfb5d2d4d [2021-01-14T01:37:54.260Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-14T01:37:54.523Z] ---> Running in f01161b0511b [2021-01-14T01:37:54.523Z] Removing intermediate container f01161b0511b [2021-01-14T01:37:54.523Z] ---> 4a2974a8d7a4 [2021-01-14T01:37:54.523Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-14T01:37:54.785Z] ---> Running in 7889036ab89c [2021-01-14T01:37:54.785Z] Removing intermediate container 7889036ab89c [2021-01-14T01:37:54.785Z] ---> 89853b7c0d7f [2021-01-14T01:37:54.785Z] Step 22/24 : LABEL arch=amd64 [2021-01-14T01:37:54.785Z] ---> Running in 84b715e46428 [2021-01-14T01:37:55.050Z] Removing intermediate container 84b715e46428 [2021-01-14T01:37:55.050Z] ---> a7d68e0f2371 [2021-01-14T01:37:55.050Z] Step 23/24 : LABEL git_sha=e5eddfca3e456f98fd148374ca375fb54025eb5b [2021-01-14T01:37:55.050Z] ---> Running in 04ff271aca54 [2021-01-14T01:37:55.313Z] Removing intermediate container 04ff271aca54 [2021-01-14T01:37:55.313Z] ---> bc41350fa8cd [2021-01-14T01:37:55.313Z] Step 24/24 : LABEL version=2.0.0-dev.6 [2021-01-14T01:37:55.313Z] ---> Running in ec7db189858e [2021-01-14T01:37:55.574Z] Removing intermediate container ec7db189858e [2021-01-14T01:37:55.574Z] ---> 33015f215375 [2021-01-14T01:37:55.574Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-14T01:37:55.574Z] Successfully built 33015f215375 [2021-01-14T01:37:55.574Z] Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T01:37:55.952Z] provisioning config files... [2021-01-14T01:37:55.979Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/64@tmp/config8593716960029693189tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:37:56.228Z] 745a02a5169b: Pull complete [2021-01-14T01:37:56.228Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T01:37:56.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T01:37:56.228Z] ---> b7e6874047d6 [2021-01-14T01:37:56.228Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-14T01:37:56.353Z] ---> docker-login.sh [2021-01-14T01:37:56.353Z] nexus3.edgexfoundry.org:10001 [2021-01-14T01:37:56.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:37:56.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:37:56.615Z] Configure a credential helper to remove this warning. See [2021-01-14T01:37:56.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:37:56.615Z] [2021-01-14T01:37:56.615Z] Login Succeeded [2021-01-14T01:37:56.615Z] nexus3.edgexfoundry.org:10002 [2021-01-14T01:37:56.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:37:56.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:37:56.878Z] Configure a credential helper to remove this warning. See [2021-01-14T01:37:56.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:37:56.878Z] [2021-01-14T01:37:56.878Z] Login Succeeded [2021-01-14T01:37:56.878Z] nexus3.edgexfoundry.org:10003 [2021-01-14T01:37:56.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:37:56.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:37:56.878Z] Configure a credential helper to remove this warning. See [2021-01-14T01:37:56.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:37:56.878Z] [2021-01-14T01:37:56.878Z] Login Succeeded [2021-01-14T01:37:56.878Z] nexus3.edgexfoundry.org:10004 [2021-01-14T01:37:57.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:37:57.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:37:57.139Z] Configure a credential helper to remove this warning. See [2021-01-14T01:37:57.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:37:57.139Z] [2021-01-14T01:37:57.139Z] Login Succeeded [2021-01-14T01:37:57.139Z] docker.io [2021-01-14T01:37:57.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:37:57.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:37:57.400Z] Configure a credential helper to remove this warning. See [2021-01-14T01:37:57.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:37:57.400Z] [2021-01-14T01:37:57.400Z] Login Succeeded [2021-01-14T01:37:57.400Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T01:37:57.410Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T01:37:57.622Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: [2021-01-14T01:37:57.622Z] e5eddfca3e456f98fd148374ca375fb54025eb5b [2021-01-14T01:37:57.622Z] latest [2021-01-14T01:37:57.622Z] 2.0.0-dev.6 [2021-01-14T01:37:57.622Z] e5eddfca3e456f98fd148374ca375fb54025eb5b-2.0.0-dev.6 [2021-01-14T01:37:57.622Z] master [2021-01-14T01:37:57.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:37:58.095Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5eddfca3e456f98fd148374ca375fb54025eb5b [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:37:58.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5eddfca3e456f98fd148374ca375fb54025eb5b [2021-01-14T01:37:58.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-14T01:37:58.398Z] eced98a7f2e6: Preparing [2021-01-14T01:37:58.398Z] 777b2c648970: Preparing [2021-01-14T01:37:58.398Z] 777b2c648970: Layer already exists [2021-01-14T01:37:58.847Z] ---> Running in 993a58c34951 [2021-01-14T01:37:59.140Z] Removing intermediate container 993a58c34951 [2021-01-14T01:37:59.140Z] ---> b2c43a812223 [2021-01-14T01:37:59.140Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T01:37:59.140Z] ---> Running in 342e2d6e7e73 [2021-01-14T01:37:59.792Z] eced98a7f2e6: Pushed [2021-01-14T01:38:00.056Z] e5eddfca3e456f98fd148374ca375fb54025eb5b: digest: sha256:21e2f9809df0c7a2bb7566b6a988661eae43ad2163bcd1c72ca03294d10d36b3 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:38:00.373Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:38:00.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-01-14T01:38:00.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-14T01:38:00.681Z] eced98a7f2e6: Preparing [2021-01-14T01:38:00.681Z] 777b2c648970: Preparing [2021-01-14T01:38:00.681Z] eced98a7f2e6: Layer already exists [2021-01-14T01:38:00.681Z] 777b2c648970: Layer already exists [2021-01-14T01:38:00.681Z] latest: digest: sha256:21e2f9809df0c7a2bb7566b6a988661eae43ad2163bcd1c72ca03294d10d36b3 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:38:00.999Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:38:01.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.6 [2021-01-14T01:38:01.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-14T01:38:01.301Z] eced98a7f2e6: Preparing [2021-01-14T01:38:01.301Z] 777b2c648970: Preparing [2021-01-14T01:38:01.301Z] eced98a7f2e6: Layer already exists [2021-01-14T01:38:01.301Z] 777b2c648970: Layer already exists [2021-01-14T01:38:01.301Z] 2.0.0-dev.6: digest: sha256:21e2f9809df0c7a2bb7566b6a988661eae43ad2163bcd1c72ca03294d10d36b3 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:38:01.691Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5eddfca3e456f98fd148374ca375fb54025eb5b-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:38:01.796Z] Removing intermediate container 342e2d6e7e73 [2021-01-14T01:38:01.796Z] ---> 11fa7b3923f1 [2021-01-14T01:38:01.796Z] Step 5/8 : RUN apk add --no-cache make git [2021-01-14T01:38:01.796Z] ---> Running in 0d0a4cc8d483 [2021-01-14T01:38:02.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5eddfca3e456f98fd148374ca375fb54025eb5b-2.0.0-dev.6 [2021-01-14T01:38:02.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-14T01:38:02.106Z] eced98a7f2e6: Preparing [2021-01-14T01:38:02.106Z] 777b2c648970: Preparing [2021-01-14T01:38:02.106Z] 777b2c648970: Layer already exists [2021-01-14T01:38:02.106Z] eced98a7f2e6: Layer already exists [2021-01-14T01:38:02.106Z] e5eddfca3e456f98fd148374ca375fb54025eb5b-2.0.0-dev.6: digest: sha256:21e2f9809df0c7a2bb7566b6a988661eae43ad2163bcd1c72ca03294d10d36b3 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:38:02.507Z] + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:38:02.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T01:38:02.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [2021-01-14T01:38:02.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] [2021-01-14T01:38:02.811Z] eced98a7f2e6: Preparing [2021-01-14T01:38:02.811Z] 777b2c648970: Preparing [2021-01-14T01:38:02.811Z] eced98a7f2e6: Layer already exists [2021-01-14T01:38:02.811Z] 777b2c648970: Layer already exists [2021-01-14T01:38:02.811Z] master: digest: sha256:21e2f9809df0c7a2bb7566b6a988661eae43ad2163bcd1c72ca03294d10d36b3 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T01:38:02.994Z] ===================================================== [Pipeline] echo [2021-01-14T01:38:03.044Z] taggedImages: [2021-01-14T01:38:03.044Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5eddfca3e456f98fd148374ca375fb54025eb5b [2021-01-14T01:38:03.044Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [2021-01-14T01:38:03.044Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.6 [2021-01-14T01:38:03.044Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:e5eddfca3e456f98fd148374ca375fb54025eb5b-2.0.0-dev.6 [2021-01-14T01:38:03.044Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-01-14T01:38:03.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T01:38:04.763Z] OK: 142 MiB in 39 packages [2021-01-14T01:38:06.230Z] Removing intermediate container 0d0a4cc8d483 [2021-01-14T01:38:06.230Z] ---> 70a8d729036e [2021-01-14T01:38:06.230Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-01-14T01:38:06.230Z] ---> Running in 826698cbe35b [2021-01-14T01:38:06.843Z] Removing intermediate container 826698cbe35b [2021-01-14T01:38:06.843Z] ---> 7a708cbc4d57 [2021-01-14T01:38:06.843Z] Step 7/8 : COPY . . [2021-01-14T01:38:09.475Z] ---> c28179292f7e [2021-01-14T01:38:09.475Z] Step 8/8 : RUN go mod download [2021-01-14T01:38:09.475Z] ---> Running in 4096da7b72dc [2021-01-14T01:38:36.313Z] Removing intermediate container 4096da7b72dc [2021-01-14T01:38:36.313Z] ---> a3a14e421fff [2021-01-14T01:38:36.313Z] Successfully built a3a14e421fff [2021-01-14T01:38:36.313Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:38:36.658Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T01:38:36.658Z] . [Pipeline] withDockerContainer [2021-01-14T01:38:36.916Z] prd-ubuntu18.04-docker-arm64-4c-16g-20111 does not seem to be running inside a container [2021-01-14T01:38:37.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/64 -v /w/workspace/edgex-ui-go/64:/w/workspace/edgex-ui-go/64:rw,z -v /w/workspace/edgex-ui-go/64@tmp:/w/workspace/edgex-ui-go/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T01:38:38.545Z] $ docker top 524332ae639a5e11d70769cbc3c778642fabd0330e280e74a576fb6eca1f533e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T01:38:39.547Z] + go version [2021-01-14T01:38:39.547Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T01:38:39.578Z] $ docker stop --time=1 524332ae639a5e11d70769cbc3c778642fabd0330e280e74a576fb6eca1f533e [2021-01-14T01:38:41.563Z] $ docker rm -f 524332ae639a5e11d70769cbc3c778642fabd0330e280e74a576fb6eca1f533e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:38:42.595Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T01:38:42.595Z] . [Pipeline] withDockerContainer [2021-01-14T01:38:42.865Z] prd-ubuntu18.04-docker-arm64-4c-16g-20111 does not seem to be running inside a container [2021-01-14T01:38:42.972Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/64 -v /w/workspace/edgex-ui-go/64:/w/workspace/edgex-ui-go/64:rw,z -v /w/workspace/edgex-ui-go/64@tmp:/w/workspace/edgex-ui-go/64@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T01:38:44.468Z] $ docker top 40daf8ea6632346c5978b2bc1ec1357591baa31b6563692220a39769ec924a1d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T01:38:45.435Z] + make test [2021-01-14T01:38:45.435Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-14T01:38:46.413Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-01-14T01:39:13.259Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-01-14T01:39:13.259Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-01-14T01:39:15.919Z] $ docker stop --time=1 40daf8ea6632346c5978b2bc1ec1357591baa31b6563692220a39769ec924a1d [2021-01-14T01:39:18.056Z] $ docker rm -f 40daf8ea6632346c5978b2bc1ec1357591baa31b6563692220a39769ec924a1d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T01:39:18.855Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-14T01:39:18.876Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T01:39:19.763Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T01:39:20.474Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-14T01:39:20.939Z] + ls -al . [2021-01-14T01:39:20.939Z] total 124 [2021-01-14T01:39:20.939Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 14 01:38 . [2021-01-14T01:39:20.939Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 14 01:37 .. [2021-01-14T01:39:20.939Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 14 01:37 .git [2021-01-14T01:39:20.939Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 14 01:37 .github [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 153 Jan 14 01:37 .gitignore [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jan 14 01:37 CONTRIBUTING.md [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jan 14 01:37 Dockerfile [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 14 01:37 Dockerfile.build [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 652 Jan 14 01:37 Jenkinsfile [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jan 14 01:37 LICENSE [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 14 01:37 Makefile [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 4535 Jan 14 01:37 README.md [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 14 01:34 VERSION [2021-01-14T01:39:20.939Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 14 01:37 assets [2021-01-14T01:39:20.939Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 14 01:37 bin [2021-01-14T01:39:20.939Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 14 01:37 cmd [2021-01-14T01:39:20.939Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 14 01:38 coverage.out [2021-01-14T01:39:20.939Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 14 01:37 docs [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 1019 Jan 14 01:37 go.mod [2021-01-14T01:39:20.939Z] -rw-r--r-- 1 jenkins jenkins 20718 Jan 14 01:38 go.sum [2021-01-14T01:39:20.939Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 14 01:37 internal [2021-01-14T01:39:20.939Z] -rw-rw-r-- 1 jenkins jenkins 155 Jan 14 01:37 version.go [2021-01-14T01:39:20.939Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 14 01:37 web [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:39:21.322Z] + 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=e5eddfca3e456f98fd148374ca375fb54025eb5b --label arch=arm64 --label version=2.0.0-dev.6 . [2021-01-14T01:39:21.943Z] Sending build context to Docker daemon 16.61MB [2021-01-14T01:39:22.256Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T01:39:22.256Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-14T01:39:22.256Z] ---> a3a14e421fff [2021-01-14T01:39:22.256Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-01-14T01:39:22.536Z] ---> Running in 9eb666ed416c [2021-01-14T01:39:22.815Z] Removing intermediate container 9eb666ed416c [2021-01-14T01:39:22.815Z] ---> 194f9f5cd72f [2021-01-14T01:39:22.815Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-01-14T01:39:23.089Z] ---> Running in a0c6886b5aa5 [2021-01-14T01:39:23.359Z] Removing intermediate container a0c6886b5aa5 [2021-01-14T01:39:23.359Z] ---> d0ff607684a9 [2021-01-14T01:39:23.359Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-01-14T01:39:23.636Z] ---> Running in 0cd5297912d9 [2021-01-14T01:39:23.910Z] Removing intermediate container 0cd5297912d9 [2021-01-14T01:39:23.911Z] ---> f2e0508ab397 [2021-01-14T01:39:23.911Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-01-14T01:39:24.183Z] ---> Running in 0d0f9eb197d5 [2021-01-14T01:39:24.788Z] Removing intermediate container 0d0f9eb197d5 [2021-01-14T01:39:24.788Z] ---> 1a2c9bb1cfaa [2021-01-14T01:39:24.788Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-01-14T01:39:24.788Z] ---> Running in 90b839c51296 [2021-01-14T01:39:25.391Z] Removing intermediate container 90b839c51296 [2021-01-14T01:39:25.391Z] ---> 8c4e0c11840d [2021-01-14T01:39:25.391Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T01:39:25.391Z] ---> Running in 60d46c0dc0c2 [2021-01-14T01:39:28.018Z] Removing intermediate container 60d46c0dc0c2 [2021-01-14T01:39:28.018Z] ---> 89be505f7e17 [2021-01-14T01:39:28.018Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-14T01:39:28.018Z] ---> Running in f99016f0ad61 [2021-01-14T01:39:29.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T01:39:30.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T01:39:31.046Z] OK: 142 MiB in 39 packages [2021-01-14T01:39:32.494Z] Removing intermediate container f99016f0ad61 [2021-01-14T01:39:32.494Z] ---> 50fc46f35bc2 [2021-01-14T01:39:32.494Z] Step 10/24 : ENV GO111MODULE=on [2021-01-14T01:39:32.494Z] ---> Running in 2f45091d09be [2021-01-14T01:39:33.093Z] Removing intermediate container 2f45091d09be [2021-01-14T01:39:33.093Z] ---> be644b9ba92d [2021-01-14T01:39:33.093Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-01-14T01:39:33.093Z] ---> Running in a54b38e12930 [2021-01-14T01:39:33.704Z] Removing intermediate container a54b38e12930 [2021-01-14T01:39:33.704Z] ---> 76610f43af80 [2021-01-14T01:39:33.704Z] Step 12/24 : COPY go.mod . [2021-01-14T01:39:34.304Z] ---> 2eca30b61f12 [2021-01-14T01:39:34.304Z] Step 13/24 : COPY Makefile . [2021-01-14T01:39:35.296Z] ---> 8cb4fca36ff1 [2021-01-14T01:39:35.296Z] Step 14/24 : RUN make update [2021-01-14T01:39:35.296Z] ---> Running in 2308de5c9aca [2021-01-14T01:39:36.779Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-14T01:39:38.222Z] Removing intermediate container 2308de5c9aca [2021-01-14T01:39:38.222Z] ---> 41cf696cf8ec [2021-01-14T01:39:38.222Z] Step 15/24 : COPY . . [2021-01-14T01:39:40.889Z] ---> 5714ed44c886 [2021-01-14T01:39:40.889Z] Step 16/24 : RUN ${MAKE} [2021-01-14T01:39:40.889Z] ---> Running in 119f0fc928ce [2021-01-14T01:39:41.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.6" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-01-14T01:40:08.726Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-14T01:40:14.118Z] Removing intermediate container 119f0fc928ce [2021-01-14T01:40:14.118Z] ---> f3a1f34c83d0 [2021-01-14T01:40:14.118Z] Step 17/24 : FROM alpine:3.12 [2021-01-14T01:40:14.709Z] 3.12: Pulling from library/alpine [2021-01-14T01:40:14.982Z] 159e5727ea61: Pulling fs layer [2021-01-14T01:40:14.982Z] 159e5727ea61: Verifying Checksum [2021-01-14T01:40:14.982Z] 159e5727ea61: Download complete [2021-01-14T01:40:15.576Z] 159e5727ea61: Pull complete [2021-01-14T01:40:15.850Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T01:40:15.850Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T01:40:15.850Z] ---> afeebe901d6b [2021-01-14T01:40:15.850Z] Step 18/24 : EXPOSE 4000 [2021-01-14T01:40:15.850Z] ---> Running in a408a9373fa0 [2021-01-14T01:40:16.444Z] Removing intermediate container a408a9373fa0 [2021-01-14T01:40:16.444Z] ---> 45ad6183b195 [2021-01-14T01:40:16.444Z] Step 19/24 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-14T01:40:18.423Z] ---> 935a05e66155 [2021-01-14T01:40:18.423Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-01-14T01:40:18.423Z] ---> Running in e4bd643ce76c [2021-01-14T01:40:18.698Z] Removing intermediate container e4bd643ce76c [2021-01-14T01:40:18.971Z] ---> 51cce8899377 [2021-01-14T01:40:18.971Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-01-14T01:40:18.971Z] ---> Running in 01e342090baa [2021-01-14T01:40:19.567Z] Removing intermediate container 01e342090baa [2021-01-14T01:40:19.567Z] ---> 517f7e4ad488 [2021-01-14T01:40:19.567Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T01:40:19.567Z] ---> Running in cc682c946a9e [2021-01-14T01:40:20.160Z] Removing intermediate container cc682c946a9e [2021-01-14T01:40:20.160Z] ---> b344bd6d2bdf [2021-01-14T01:40:20.160Z] Step 23/24 : LABEL git_sha=e5eddfca3e456f98fd148374ca375fb54025eb5b [2021-01-14T01:40:20.160Z] ---> Running in 55da2ec9a64a [2021-01-14T01:40:20.756Z] Removing intermediate container 55da2ec9a64a [2021-01-14T01:40:20.756Z] ---> 75d3e5f451fa [2021-01-14T01:40:20.756Z] Step 24/24 : LABEL version=2.0.0-dev.6 [2021-01-14T01:40:20.756Z] ---> Running in be053301bc6c [2021-01-14T01:40:21.347Z] Removing intermediate container be053301bc6c [2021-01-14T01:40:21.347Z] ---> 5e052696ed24 [2021-01-14T01:40:21.347Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-14T01:40:21.347Z] Successfully built 5e052696ed24 [2021-01-14T01:40:21.347Z] Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T01:40:21.735Z] provisioning config files... [2021-01-14T01:40:21.776Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/64@tmp/config387648807106573261tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:40:22.179Z] ---> docker-login.sh [2021-01-14T01:40:22.179Z] nexus3.edgexfoundry.org:10001 [2021-01-14T01:40:22.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:40:22.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:40:22.450Z] Configure a credential helper to remove this warning. See [2021-01-14T01:40:22.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:40:22.450Z] [2021-01-14T01:40:22.450Z] Login Succeeded [2021-01-14T01:40:22.450Z] nexus3.edgexfoundry.org:10002 [2021-01-14T01:40:23.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:40:23.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:40:23.042Z] Configure a credential helper to remove this warning. See [2021-01-14T01:40:23.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:40:23.042Z] [2021-01-14T01:40:23.042Z] Login Succeeded [2021-01-14T01:40:23.042Z] nexus3.edgexfoundry.org:10003 [2021-01-14T01:40:23.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:40:23.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:40:23.634Z] Configure a credential helper to remove this warning. See [2021-01-14T01:40:23.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:40:23.634Z] [2021-01-14T01:40:23.634Z] Login Succeeded [2021-01-14T01:40:23.634Z] nexus3.edgexfoundry.org:10004 [2021-01-14T01:40:23.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:40:24.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:40:24.179Z] Configure a credential helper to remove this warning. See [2021-01-14T01:40:24.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:40:24.179Z] [2021-01-14T01:40:24.179Z] Login Succeeded [2021-01-14T01:40:24.179Z] docker.io [2021-01-14T01:40:24.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T01:40:24.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T01:40:24.723Z] Configure a credential helper to remove this warning. See [2021-01-14T01:40:24.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T01:40:24.723Z] [2021-01-14T01:40:24.723Z] Login Succeeded [2021-01-14T01:40:24.723Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T01:40:24.738Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T01:40:24.966Z] [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: [2021-01-14T01:40:24.966Z] e5eddfca3e456f98fd148374ca375fb54025eb5b [2021-01-14T01:40:24.966Z] latest [2021-01-14T01:40:24.966Z] 2.0.0-dev.6 [2021-01-14T01:40:24.966Z] e5eddfca3e456f98fd148374ca375fb54025eb5b-2.0.0-dev.6 [2021-01-14T01:40:24.966Z] master [2021-01-14T01:40:24.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:25.465Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5eddfca3e456f98fd148374ca375fb54025eb5b [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:25.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5eddfca3e456f98fd148374ca375fb54025eb5b [2021-01-14T01:40:25.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-14T01:40:25.809Z] d556e1952177: Preparing [2021-01-14T01:40:25.809Z] 379067d0cb53: Preparing [2021-01-14T01:40:26.085Z] 379067d0cb53: Layer already exists [2021-01-14T01:40:29.464Z] d556e1952177: Pushed [2021-01-14T01:40:29.743Z] e5eddfca3e456f98fd148374ca375fb54025eb5b: digest: sha256:8ce385cc3b8d04f13f485aa5ac652a5e608ba11eb440560f636291be39202f36 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:30.109Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:30.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-01-14T01:40:30.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-14T01:40:30.459Z] d556e1952177: Preparing [2021-01-14T01:40:30.459Z] 379067d0cb53: Preparing [2021-01-14T01:40:30.459Z] d556e1952177: Layer already exists [2021-01-14T01:40:30.459Z] 379067d0cb53: Layer already exists [2021-01-14T01:40:30.733Z] latest: digest: sha256:8ce385cc3b8d04f13f485aa5ac652a5e608ba11eb440560f636291be39202f36 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:31.084Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:31.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.6 [2021-01-14T01:40:31.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-14T01:40:31.423Z] d556e1952177: Preparing [2021-01-14T01:40:31.423Z] 379067d0cb53: Preparing [2021-01-14T01:40:31.423Z] 379067d0cb53: Layer already exists [2021-01-14T01:40:31.423Z] d556e1952177: Layer already exists [2021-01-14T01:40:31.695Z] 2.0.0-dev.6: digest: sha256:8ce385cc3b8d04f13f485aa5ac652a5e608ba11eb440560f636291be39202f36 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:32.055Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5eddfca3e456f98fd148374ca375fb54025eb5b-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:32.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5eddfca3e456f98fd148374ca375fb54025eb5b-2.0.0-dev.6 [2021-01-14T01:40:32.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-14T01:40:32.389Z] d556e1952177: Preparing [2021-01-14T01:40:32.389Z] 379067d0cb53: Preparing [2021-01-14T01:40:32.389Z] 379067d0cb53: Layer already exists [2021-01-14T01:40:32.389Z] d556e1952177: Layer already exists [2021-01-14T01:40:32.660Z] e5eddfca3e456f98fd148374ca375fb54025eb5b-2.0.0-dev.6: digest: sha256:8ce385cc3b8d04f13f485aa5ac652a5e608ba11eb440560f636291be39202f36 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:33.021Z] + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:33.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [2021-01-14T01:40:33.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] [2021-01-14T01:40:33.405Z] d556e1952177: Preparing [2021-01-14T01:40:33.405Z] 379067d0cb53: Preparing [2021-01-14T01:40:33.405Z] 379067d0cb53: Layer already exists [2021-01-14T01:40:33.405Z] d556e1952177: Layer already exists [2021-01-14T01:40:33.676Z] master: digest: sha256:8ce385cc3b8d04f13f485aa5ac652a5e608ba11eb440560f636291be39202f36 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T01:40:33.868Z] ===================================================== [Pipeline] echo [2021-01-14T01:40:33.915Z] taggedImages: [2021-01-14T01:40:33.915Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5eddfca3e456f98fd148374ca375fb54025eb5b [2021-01-14T01:40:33.915Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [2021-01-14T01:40:33.915Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.6 [2021-01-14T01:40:33.915Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:e5eddfca3e456f98fd148374ca375fb54025eb5b-2.0.0-dev.6 [2021-01-14T01:40:33.915Z] - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-14T01:40:35.486Z] provisioning config files... [2021-01-14T01:40:35.498Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6333703455013438209tmp [Pipeline] { [Pipeline] sh [2021-01-14T01:40:35.877Z] + set +x [2021-01-14T01:40:35.877Z] + curl -s https://codecov.io/bash [2021-01-14T01:40:35.877Z] + bash -s -- [2021-01-14T01:40:36.140Z] [2021-01-14T01:40:36.140Z] _____ _ [2021-01-14T01:40:36.140Z] / ____| | | [2021-01-14T01:40:36.140Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T01:40:36.140Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T01:40:36.140Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T01:40:36.140Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T01:40:36.140Z] Bash-20201231-23d4836 [2021-01-14T01:40:36.140Z] [2021-01-14T01:40:36.140Z] [2021-01-14T01:40:36.140Z] ==> git version 2.24.3 found [2021-01-14T01:40:36.140Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-14T01:40:36.140Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T01:40:36.140Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T01:40:36.140Z] ==> Jenkins CI detected. [2021-01-14T01:40:36.140Z] project root: . [2021-01-14T01:40:36.140Z] --> token set from env [2021-01-14T01:40:36.140Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T01:40:36.140Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T01:40:36.140Z] ==> Python coveragepy not found [2021-01-14T01:40:36.140Z] ==> Searching for coverage reports in: [2021-01-14T01:40:36.140Z] + . [2021-01-14T01:40:36.140Z] -> Found 1 reports [2021-01-14T01:40:36.140Z] ==> Detecting git/mercurial file structure [2021-01-14T01:40:36.140Z] ==> Reading reports [2021-01-14T01:40:36.140Z] + ./coverage.out bytes=10 [2021-01-14T01:40:36.140Z] ==> Appending adjustments [2021-01-14T01:40:36.140Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T01:40:36.403Z] + Found adjustments [2021-01-14T01:40:36.403Z] ==> Gzipping contents [2021-01-14T01:40:36.403Z] 4.0K /tmp/codecov.4u2Ut1.gz [2021-01-14T01:40:36.403Z] ==> Uploading reports [2021-01-14T01:40:36.403Z] url: https://codecov.io [2021-01-14T01:40:36.403Z] query: branch=master&commit=e5eddfca3e456f98fd148374ca375fb54025eb5b&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F64%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-14T01:40:36.403Z] -> Pinging Codecov [2021-01-14T01:40:36.403Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=e5eddfca3e456f98fd148374ca375fb54025eb5b&build=64&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F64%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-14T01:40:36.979Z] -> Uploading to [2021-01-14T01:40:36.979Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/FB506323287CE973F263BFD2A0EB1F37/e5eddfca3e456f98fd148374ca375fb54025eb5b/58908f94-5f33-4e39-bdc5-41d457534dcb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T014036Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f580a856d19b2e3fa4c2fbf76d135dcb62f72dfced55cab7773636ad697b2d15 [2021-01-14T01:40:36.979Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T01:40:36.979Z] Dload Upload Total Spent Left Speed [2021-01-14T01:40:37.554Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 4303 --:--:-- --:--:-- --:--:-- 4307 [2021-01-14T01:40:37.554Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e5eddfca3e456f98fd148374ca375fb54025eb5b [Pipeline] } [2021-01-14T01:40:37.565Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-14T01:40:39.808Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-14T01:40:39.858Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:40.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T01:40:40.237Z] [2021-01-14T01:40:40.237Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:40:40.607Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T01:40:40.607Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-14T01:40:40.607Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T01:40:40.607Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T01:40:40.607Z] de9db76c5a1d: Pulling fs layer [2021-01-14T01:40:40.607Z] 0eba1c9be4d2: Pulling fs layer [2021-01-14T01:40:40.607Z] 0d57e429df01: Pulling fs layer [2021-01-14T01:40:40.607Z] 4e4be7b47b0d: Pulling fs layer [2021-01-14T01:40:40.607Z] e1f770b5df2f: Pulling fs layer [2021-01-14T01:40:40.607Z] 85a0685a4137: Pulling fs layer [2021-01-14T01:40:40.607Z] 0eba1c9be4d2: Waiting [2021-01-14T01:40:40.607Z] 0d57e429df01: Waiting [2021-01-14T01:40:40.607Z] 4e4be7b47b0d: Waiting [2021-01-14T01:40:40.607Z] e1f770b5df2f: Waiting [2021-01-14T01:40:40.607Z] 85a0685a4137: Waiting [2021-01-14T01:40:40.607Z] de9db76c5a1d: Download complete [2021-01-14T01:40:40.607Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T01:40:40.607Z] 0ef7d3d256c8: Download complete [2021-01-14T01:40:40.607Z] 0d57e429df01: Verifying Checksum [2021-01-14T01:40:40.607Z] 0d57e429df01: Download complete [2021-01-14T01:40:40.607Z] 4e4be7b47b0d: Verifying Checksum [2021-01-14T01:40:40.607Z] 4e4be7b47b0d: Download complete [2021-01-14T01:40:40.607Z] 188c0c94c7c5: Download complete [2021-01-14T01:40:41.186Z] 188c0c94c7c5: Pull complete [2021-01-14T01:40:41.451Z] 0ef7d3d256c8: Pull complete [2021-01-14T01:40:41.718Z] de9db76c5a1d: Pull complete [2021-01-14T01:40:41.984Z] e1f770b5df2f: Verifying Checksum [2021-01-14T01:40:41.984Z] e1f770b5df2f: Download complete [2021-01-14T01:40:43.929Z] 0eba1c9be4d2: Verifying Checksum [2021-01-14T01:40:43.929Z] 0eba1c9be4d2: Download complete [2021-01-14T01:40:44.207Z] 85a0685a4137: Verifying Checksum [2021-01-14T01:40:44.207Z] 85a0685a4137: Download complete [2021-01-14T01:40:49.542Z] 0eba1c9be4d2: Pull complete [2021-01-14T01:40:49.542Z] 0d57e429df01: Pull complete [2021-01-14T01:40:49.542Z] 4e4be7b47b0d: Pull complete [2021-01-14T01:40:51.479Z] e1f770b5df2f: Pull complete [2021-01-14T01:40:59.679Z] 85a0685a4137: Pull complete [2021-01-14T01:40:59.679Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-14T01:40:59.679Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T01:40:59.679Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-14T01:40:59.929Z] prd-centos7-docker-4c-2g-20101 does not seem to be running inside a container [2021-01-14T01:40:59.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-14T01:41:01.634Z] $ docker top 61dcb8922456fb48cb35beb5b352d25e97b3cb5c6b347326e5f6ab426f0f8063 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T01:41:01.931Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-14T01:41:02.238Z] + set -o pipefail [2021-01-14T01:41:02.238Z] + snyk monitor '--org=edgex-jenkins' [2021-01-14T01:41:20.404Z] [2021-01-14T01:41:20.404Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... [2021-01-14T01:41:20.404Z] [2021-01-14T01:41:20.404Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/a72275fc-b4d3-4484-be99-0470cd3dc398 [2021-01-14T01:41:20.404Z] [2021-01-14T01:41:20.404Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-01-14T01:41:20.404Z] [2021-01-14T01:41:20.404Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-14T01:41:20.404Z] [2021-01-14T01:41:20.404Z] [Pipeline] } [2021-01-14T01:41:20.423Z] $ docker stop --time=1 61dcb8922456fb48cb35beb5b352d25e97b3cb5c6b347326e5f6ab426f0f8063 [2021-01-14T01:41:23.246Z] $ docker rm -f 61dcb8922456fb48cb35beb5b352d25e97b3cb5c6b347326e5f6ab426f0f8063 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-01-14T01:41:25.111Z] + git log --format=format:%s -1 e5eddfca3e456f98fd148374ca375fb54025eb5b [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:41:25.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T01:41:25.422Z] . [Pipeline] withDockerContainer [2021-01-14T01:41:25.520Z] prd-centos7-docker-4c-2g-20101 does not seem to be running inside a container [2021-01-14T01:41:25.567Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T01:41:26.360Z] $ docker top 0c1cce2851e75bba641362420c1191b42cb346a9c7e45a5f65227fef9e85f5d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T01:41:26.652Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T01:41:26.652Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T01:41:26.883Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T01:41:26.886Z] $ docker exec 0c1cce2851e75bba641362420c1191b42cb346a9c7e45a5f65227fef9e85f5d6 ssh-agent [2021-01-14T01:41:27.055Z] SSH_AUTH_SOCK=/tmp/ssh-kbQLaXU5CmQz/agent.12 [2021-01-14T01:41:27.055Z] SSH_AGENT_PID=18 [2021-01-14T01:41:27.063Z] Running ssh-add (command line suppressed) [2021-01-14T01:41:27.187Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1750821696839609623.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1750821696839609623.key) [2021-01-14T01:41:27.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T01:41:27.576Z] + git semver tag [2021-01-14T01:41:27.576Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T01:41:27.576Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-14T01:41:27.576Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-14T01:41:27.576Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T01:41:27.576Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T01:41:27.576Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T01:41:27.576Z] # $SEMVER_BRANCH = master [2021-01-14T01:41:27.576Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-01-14T01:41:27.576Z] # e5eddfca3e456f98fd148374ca375fb54025eb5b HEAD [2021-01-14T01:41:27.576Z] # -> Force: false [2021-01-14T01:41:27.576Z] # 6a6b418069230b9a3cd2a939e482f202f2916f56 refs/tags/v2.0.0-dev.6 [Pipeline] } [2021-01-14T01:41:27.589Z] $ docker exec --env ******** --env ******** 0c1cce2851e75bba641362420c1191b42cb346a9c7e45a5f65227fef9e85f5d6 ssh-agent -k [2021-01-14T01:41:27.711Z] unset SSH_AUTH_SOCK; [2021-01-14T01:41:27.711Z] unset SSH_AGENT_PID; [2021-01-14T01:41:27.711Z] echo Agent pid 18 killed; [2021-01-14T01:41:27.765Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T01:41:28.236Z] + git semver [Pipeline] } [2021-01-14T01:41:28.251Z] $ docker stop --time=1 0c1cce2851e75bba641362420c1191b42cb346a9c7e45a5f65227fef9e85f5d6 [2021-01-14T01:41:29.612Z] $ docker rm -f 0c1cce2851e75bba641362420c1191b42cb346a9c7e45a5f65227fef9e85f5d6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:41:30.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T01:41:30.364Z] [2021-01-14T01:41:30.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:41:30.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T01:41:30.895Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-14T01:41:30.895Z] ab5ef0e58194: Pulling fs layer [2021-01-14T01:41:30.895Z] 9712f1f96733: Pulling fs layer [2021-01-14T01:41:30.895Z] 63f879dbbcfc: Pulling fs layer [2021-01-14T01:41:30.895Z] 0d9ebad4ef96: Pulling fs layer [2021-01-14T01:41:30.895Z] e9a5061849ea: Pulling fs layer [2021-01-14T01:41:30.895Z] d747dcd14b5f: Pulling fs layer [2021-01-14T01:41:30.895Z] 2de7ff778b66: Pulling fs layer [2021-01-14T01:41:30.895Z] d747dcd14b5f: Waiting [2021-01-14T01:41:30.895Z] e9a5061849ea: Waiting [2021-01-14T01:41:30.895Z] 2de7ff778b66: Waiting [2021-01-14T01:41:30.895Z] 0d9ebad4ef96: Waiting [2021-01-14T01:41:30.895Z] 9712f1f96733: Verifying Checksum [2021-01-14T01:41:30.895Z] 9712f1f96733: Download complete [2021-01-14T01:41:32.295Z] 63f879dbbcfc: Verifying Checksum [2021-01-14T01:41:32.295Z] 63f879dbbcfc: Download complete [2021-01-14T01:41:32.567Z] e9a5061849ea: Verifying Checksum [2021-01-14T01:41:32.567Z] e9a5061849ea: Download complete [2021-01-14T01:41:32.567Z] d747dcd14b5f: Verifying Checksum [2021-01-14T01:41:32.567Z] d747dcd14b5f: Download complete [2021-01-14T01:41:32.831Z] 2de7ff778b66: Verifying Checksum [2021-01-14T01:41:33.409Z] 0d9ebad4ef96: Verifying Checksum [2021-01-14T01:41:33.409Z] 0d9ebad4ef96: Download complete [2021-01-14T01:41:33.409Z] ab5ef0e58194: Verifying Checksum [2021-01-14T01:41:33.409Z] ab5ef0e58194: Download complete [2021-01-14T01:41:37.659Z] ab5ef0e58194: Pull complete [2021-01-14T01:41:37.659Z] 9712f1f96733: Pull complete [2021-01-14T01:41:39.597Z] 63f879dbbcfc: Pull complete [2021-01-14T01:41:46.210Z] 0d9ebad4ef96: Pull complete [2021-01-14T01:41:49.528Z] e9a5061849ea: Pull complete [2021-01-14T01:41:49.528Z] d747dcd14b5f: Pull complete [2021-01-14T01:41:50.926Z] 2de7ff778b66: Pull complete [2021-01-14T01:41:50.926Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-14T01:41:50.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T01:41:50.926Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-14T01:41:51.143Z] prd-centos7-docker-4c-2g-20101 does not seem to be running inside a container [2021-01-14T01:41:51.192Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-14T01:41:55.357Z] $ docker top 5618c3d8f416f244073af3b9c7e739cfca0df941315384e127174c61c4de4386 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-14T01:41:55.658Z] provisioning config files... [2021-01-14T01:41:55.669Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7006586878528606260tmp [2021-01-14T01:41:55.687Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config3389010462521684700tmp [2021-01-14T01:41:55.703Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config5934624015359173768tmp [Pipeline] { [Pipeline] echo [2021-01-14T01:41:55.756Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:41:56.054Z] ---> sigul-configuration.sh [2021-01-14T01:41:56.054Z] gpg: directory `/root/.gnupg' created [2021-01-14T01:41:56.054Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-14T01:41:56.054Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-14T01:41:56.054Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-14T01:41:56.054Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-14T01:41:56.054Z] gpg: CAST5 encrypted data [2021-01-14T01:41:56.320Z] gpg: encrypted with 1 passphrase [2021-01-14T01:41:56.320Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-14T01:41:56.622Z] + mkdir /home/jenkins [2021-01-14T01:41:56.622Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-14T01:41:56.934Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-14T01:41:56.945Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:41:57.250Z] ---> sigul-install.sh [2021-01-14T01:42:05.417Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-14T01:42:05.735Z] + git tag --list [2021-01-14T01:42:05.735Z] 0.1.1 [2021-01-14T01:42:05.735Z] v1.1.0 [2021-01-14T01:42:05.735Z] v1.2.0 [2021-01-14T01:42:05.735Z] v1.2.1 [2021-01-14T01:42:05.735Z] v1.2.2-dev.1 [2021-01-14T01:42:05.735Z] v1.2.2-dev.10 [2021-01-14T01:42:05.735Z] v1.2.2-dev.11 [2021-01-14T01:42:05.735Z] v1.2.2-dev.12 [2021-01-14T01:42:05.735Z] v1.2.2-dev.2 [2021-01-14T01:42:05.735Z] v1.2.2-dev.3 [2021-01-14T01:42:05.735Z] v1.2.2-dev.4 [2021-01-14T01:42:05.735Z] v1.2.2-dev.5 [2021-01-14T01:42:05.735Z] v1.2.2-dev.6 [2021-01-14T01:42:05.735Z] v1.2.2-dev.7 [2021-01-14T01:42:05.735Z] v1.2.2-dev.8 [2021-01-14T01:42:05.735Z] v1.2.2-dev.9 [2021-01-14T01:42:05.735Z] v1.3.0 [2021-01-14T01:42:05.735Z] v1.3.1-dev.1 [2021-01-14T01:42:05.735Z] v1.3.1-dev.2 [2021-01-14T01:42:05.735Z] v2.0.0-dev.1 [2021-01-14T01:42:05.735Z] v2.0.0-dev.2 [2021-01-14T01:42:05.735Z] v2.0.0-dev.3 [2021-01-14T01:42:05.735Z] v2.0.0-dev.4 [2021-01-14T01:42:05.735Z] v2.0.0-dev.5 [2021-01-14T01:42:05.735Z] v2.0.0-dev.6 [Pipeline] sh [2021-01-14T01:42:06.044Z] + lftools sign git-tag v2.0.0-dev.6 [2021-01-14T01:42:07.435Z] Signing Git tag with Sigul... [2021-01-14T01:42:07.435Z] Signing v2.0.0-dev.6 [Pipeline] echo [2021-01-14T01:42:08.837Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:42:09.134Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-14T01:42:09.146Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-14T01:42:09.241Z] $ docker stop --time=1 5618c3d8f416f244073af3b9c7e739cfca0df941315384e127174c61c4de4386 [2021-01-14T01:42:11.362Z] $ docker rm -f 5618c3d8f416f244073af3b9c7e739cfca0df941315384e127174c61c4de4386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:42:12.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T01:42:12.349Z] . [Pipeline] withDockerContainer [2021-01-14T01:42:12.458Z] prd-centos7-docker-4c-2g-20101 does not seem to be running inside a container [2021-01-14T01:42:12.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T01:42:13.372Z] $ docker top 4dcccc8597087ab20c7f200130ab5fc425ffcccebc3711180c2c6c04814bd39e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T01:42:13.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T01:42:13.662Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T01:42:13.891Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T01:42:13.894Z] $ docker exec 4dcccc8597087ab20c7f200130ab5fc425ffcccebc3711180c2c6c04814bd39e ssh-agent [2021-01-14T01:42:14.083Z] SSH_AUTH_SOCK=/tmp/ssh-HZkipvEu89Ib/agent.12 [2021-01-14T01:42:14.083Z] SSH_AGENT_PID=18 [2021-01-14T01:42:14.090Z] Running ssh-add (command line suppressed) [2021-01-14T01:42:14.221Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3691573044467445550.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3691573044467445550.key) [2021-01-14T01:42:14.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T01:42:14.620Z] + git semver bump pre [2021-01-14T01:42:14.620Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T01:42:14.620Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-14T01:42:14.620Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-14T01:42:14.620Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T01:42:14.620Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T01:42:14.620Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T01:42:14.620Z] # $SEMVER_BRANCH = master [2021-01-14T01:42:14.620Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [2021-01-14T01:42:14.620Z] 2.0.0-dev.7 [Pipeline] } [2021-01-14T01:42:14.633Z] $ docker exec --env ******** --env ******** 4dcccc8597087ab20c7f200130ab5fc425ffcccebc3711180c2c6c04814bd39e ssh-agent -k [2021-01-14T01:42:14.766Z] unset SSH_AUTH_SOCK; [2021-01-14T01:42:14.767Z] unset SSH_AGENT_PID; [2021-01-14T01:42:14.767Z] echo Agent pid 18 killed; [2021-01-14T01:42:14.828Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T01:42:15.284Z] + git semver [Pipeline] } [2021-01-14T01:42:15.302Z] $ docker stop --time=1 4dcccc8597087ab20c7f200130ab5fc425ffcccebc3711180c2c6c04814bd39e [2021-01-14T01:42:16.659Z] $ docker rm -f 4dcccc8597087ab20c7f200130ab5fc425ffcccebc3711180c2c6c04814bd39e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:42:17.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T01:42:17.199Z] . [Pipeline] withDockerContainer [2021-01-14T01:42:17.305Z] prd-centos7-docker-4c-2g-20101 does not seem to be running inside a container [2021-01-14T01:42:17.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T01:42:18.055Z] $ docker top ddf69c7dd49ac9d0d4f758e7416a069f744d06211b1228b85c61cd84675dff41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T01:42:18.354Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T01:42:18.354Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T01:42:18.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T01:42:18.547Z] $ docker exec ddf69c7dd49ac9d0d4f758e7416a069f744d06211b1228b85c61cd84675dff41 ssh-agent [2021-01-14T01:42:18.727Z] SSH_AUTH_SOCK=/tmp/ssh-v5YUana1HSmY/agent.12 [2021-01-14T01:42:18.727Z] SSH_AGENT_PID=17 [2021-01-14T01:42:18.734Z] Running ssh-add (command line suppressed) [2021-01-14T01:42:18.871Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1014100173992142640.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1014100173992142640.key) [2021-01-14T01:42:18.932Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T01:42:19.264Z] + git semver push [2021-01-14T01:42:19.264Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T01:42:19.264Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git [2021-01-14T01:42:19.264Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-14T01:42:19.264Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T01:42:19.264Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T01:42:19.264Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T01:42:19.264Z] # $SEMVER_BRANCH = master [2021-01-14T01:42:19.264Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } [2021-01-14T01:42:27.444Z] $ docker exec --env ******** --env ******** ddf69c7dd49ac9d0d4f758e7416a069f744d06211b1228b85c61cd84675dff41 ssh-agent -k [2021-01-14T01:42:27.620Z] unset SSH_AUTH_SOCK; [2021-01-14T01:42:27.621Z] unset SSH_AGENT_PID; [2021-01-14T01:42:27.621Z] echo Agent pid 17 killed; [2021-01-14T01:42:27.738Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T01:42:28.309Z] + git semver [Pipeline] } [2021-01-14T01:42:28.337Z] $ docker stop --time=1 ddf69c7dd49ac9d0d4f758e7416a069f744d06211b1228b85c61cd84675dff41 [2021-01-14T01:42:29.737Z] $ docker rm -f ddf69c7dd49ac9d0d4f758e7416a069f744d06211b1228b85c61cd84675dff41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:42:31.308Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:42:31.877Z] ---> package-listing.sh [2021-01-14T01:42:31.877Z] ++ facter osfamily [2021-01-14T01:42:31.877Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T01:42:31.877Z] + OS_FAMILY=redhat [2021-01-14T01:42:31.877Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master [2021-01-14T01:42:31.877Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T01:42:31.877Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T01:42:31.877Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T01:42:31.877Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T01:42:31.877Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-01-14T01:42:31.877Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T01:42:31.877Z] + case "${OS_FAMILY}" in [2021-01-14T01:42:31.877Z] + rpm -qa [2021-01-14T01:42:31.877Z] + sort [2021-01-14T01:42:37.198Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T01:42:37.198Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T01:42:37.198Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T01:42:37.198Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' [2021-01-14T01:42:37.198Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [2021-01-14T01:42:37.198Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo [2021-01-14T01:42:37.217Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T01:42:37.519Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:42:37.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T01:42:37.832Z] [2021-01-14T01:42:37.832Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T01:42:38.181Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T01:42:38.181Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T01:42:38.181Z] df20fa9351a1: Pulling fs layer [2021-01-14T01:42:38.181Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T01:42:38.181Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T01:42:38.181Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T01:42:38.181Z] 93b61091891f: Pulling fs layer [2021-01-14T01:42:38.181Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T01:42:38.181Z] 5e14af77c1be: Pulling fs layer [2021-01-14T01:42:38.181Z] 01666e4c0597: Pulling fs layer [2021-01-14T01:42:38.181Z] aa168da1d23b: Pulling fs layer [2021-01-14T01:42:38.181Z] 93b9cdb0e59b: Waiting [2021-01-14T01:42:38.181Z] 5e14af77c1be: Waiting [2021-01-14T01:42:38.181Z] 01666e4c0597: Waiting [2021-01-14T01:42:38.181Z] aa168da1d23b: Waiting [2021-01-14T01:42:38.181Z] 46f8f816bc3b: Waiting [2021-01-14T01:42:38.181Z] 36b3adc4ff6f: Verifying Checksum [2021-01-14T01:42:38.181Z] 36b3adc4ff6f: Download complete [2021-01-14T01:42:38.181Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T01:42:38.181Z] 46f8f816bc3b: Download complete [2021-01-14T01:42:38.181Z] df20fa9351a1: Verifying Checksum [2021-01-14T01:42:38.181Z] df20fa9351a1: Download complete [2021-01-14T01:42:38.181Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T01:42:38.181Z] 93b9cdb0e59b: Download complete [2021-01-14T01:42:38.181Z] 5e14af77c1be: Verifying Checksum [2021-01-14T01:42:38.181Z] 5e14af77c1be: Download complete [2021-01-14T01:42:38.444Z] 93b61091891f: Verifying Checksum [2021-01-14T01:42:38.444Z] 93b61091891f: Download complete [2021-01-14T01:42:38.444Z] 01666e4c0597: Verifying Checksum [2021-01-14T01:42:38.444Z] 01666e4c0597: Download complete [2021-01-14T01:42:38.707Z] df20fa9351a1: Pull complete [2021-01-14T01:42:38.707Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T01:42:38.707Z] 8ad3a11d3b57: Download complete [2021-01-14T01:42:38.969Z] 36b3adc4ff6f: Pull complete [2021-01-14T01:42:39.937Z] 8ad3a11d3b57: Pull complete [2021-01-14T01:42:40.203Z] 46f8f816bc3b: Pull complete [2021-01-14T01:42:40.472Z] aa168da1d23b: Verifying Checksum [2021-01-14T01:42:40.472Z] aa168da1d23b: Download complete [2021-01-14T01:42:40.739Z] 93b61091891f: Pull complete [2021-01-14T01:42:41.001Z] 93b9cdb0e59b: Pull complete [2021-01-14T01:42:41.265Z] 5e14af77c1be: Pull complete [2021-01-14T01:42:41.265Z] 01666e4c0597: Pull complete [2021-01-14T01:42:49.463Z] aa168da1d23b: Pull complete [2021-01-14T01:42:49.463Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T01:42:49.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T01:42:49.463Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T01:42:49.647Z] prd-centos7-docker-4c-2g-20101 does not seem to be running inside a container [2021-01-14T01:42:49.699Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-14T01:42:52.339Z] $ docker top 2cb43d234bcd438cd6516e174a93c76e00e57e783727f269746da8052aad0ff6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T01:42:52.887Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T01:42:53.188Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T01:42:53.492Z] + ls /var/log/sa-host [2021-01-14T01:42:53.492Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T01:42:53.492Z] file_magic: OK [2021-01-14T01:42:53.492Z] HZ: Using current value: 100 [2021-01-14T01:42:53.492Z] file_header: OK [2021-01-14T01:42:53.492Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-14T01:42:53.492Z] Statistics: [2021-01-14T01:42:53.492Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-14T01:42:53.492Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T01:42:53.492Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T01:42:53.492Z] file_magic: OK [2021-01-14T01:42:53.492Z] HZ: Using current value: 100 [2021-01-14T01:42:53.492Z] file_header: OK [2021-01-14T01:42:53.492Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-14T01:42:53.492Z] Statistics: [2021-01-14T01:42:53.492Z] Hnuu...uuuununununu... [2021-01-14T01:42:53.492Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T01:42:53.707Z] provisioning config files... [2021-01-14T01:42:53.722Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config8399314703173523059tmp [Pipeline] { [Pipeline] echo [2021-01-14T01:42:53.844Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:42:54.141Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T01:42:54.152Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T01:42:54.241Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:42:54.537Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T01:42:54.548Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:42:54.853Z] ---> sudo-logs.sh [2021-01-14T01:42:54.853Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T01:42:54.866Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:42:55.168Z] ---> job-cost.sh [2021-01-14T01:42:55.168Z] lf-activate-venv: SKIPPING [2021-01-14T01:42:55.168Z] INFO: No Stack... [2021-01-14T01:42:56.562Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T01:42:56.824Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T01:42:56.838Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T01:42:57.169Z] ---> logs-deploy.sh [2021-01-14T01:42:57.169Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/64 [2021-01-14T01:42:57.169Z] INFO: archiving workspace using pattern(s): [2021-01-14T01:42:59.103Z] Archives upload complete. [2021-01-14T01:42:59.103Z] INFO: archiving logs to Nexus