Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d5666b39059330cbbb64ab2b74cfbe1cb58626 # timeout=10 Commit message: "Merge pull request #300 from ernestojeda/fix-c-image-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com: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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-12726’ is offline Running on prd-centos7-docker-4c-2g-12729 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/226 [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-go.git > git init /w/workspace/edgex-go/226 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-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-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 # timeout=10 Commit message: "Merge pull request #2840 from judehung/issue-2839" > git rev-list --no-walk ef0f5935d89e216213ef86d08ade71681b71b2d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-19T10:41:41.367Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-19T10:41:41.662Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-19T10:41:41.826Z] ========================================================= [2020-11-19T10:41:41.826Z] EdgeX Global Pipelines Version Info [2020-11-19T10:41:41.826Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:41:43.303Z] ------------------- [2020-11-19T10:41:43.303Z] stable info: [2020-11-19T10:41:43.303Z] ------------------- [2020-11-19T10:41:43.303Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-19T10:41:43.303Z] Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 [2020-11-19T10:41:43.303Z] Message: update stable to v1.0.166 [2020-11-19T10:41:44.252Z] ------------------- [2020-11-19T10:41:44.252Z] experimental info: [2020-11-19T10:41:44.252Z] ------------------- [2020-11-19T10:41:44.252Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-19T10:41:44.252Z] Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 [2020-11-19T10:41:44.252Z] Message: update experimental to v1.0.166 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:41:44.579Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-19T10:41:44.689Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-19T10:41:44.799Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-19T10:41:44.914Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-19T10:41:45.045Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-19T10:41:45.176Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-19T10:41:45.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-19T10:41:45.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-19T10:41:45.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-19T10:41:45.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-19T10:41:45.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-19T10:41:45.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-19T10:41:46.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-19T10:41:46.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-19T10:41:46.213Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-19T10:41:46.322Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-19T10:41:46.430Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-19T10:41:46.585Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-19T10:41:46.783Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-19T10:41:46.880Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-19T10:41:47.083Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-19T10:41:47.180Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-19T10:41:47.278Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-19T10:41:47.376Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-19T10:41:47.473Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-19T10:41:47.568Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] echo [2020-11-19T10:41:47.682Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1173b5c [Pipeline] echo [2020-11-19T10:41:47.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T10:41:47.954Z] provisioning config files... [2020-11-19T10:41:47.985Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/226@tmp/config1307625880737171797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:41:48.345Z] ---> docker-login.sh [2020-11-19T10:41:48.345Z] nexus3.edgexfoundry.org:10001 [2020-11-19T10:41:48.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:41:48.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:41:48.872Z] Configure a credential helper to remove this warning. See [2020-11-19T10:41:48.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:41:48.872Z] [2020-11-19T10:41:48.872Z] Login Succeeded [2020-11-19T10:41:48.872Z] nexus3.edgexfoundry.org:10002 [2020-11-19T10:41:48.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:41:48.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:41:48.872Z] Configure a credential helper to remove this warning. See [2020-11-19T10:41:48.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:41:48.873Z] [2020-11-19T10:41:48.873Z] Login Succeeded [2020-11-19T10:41:48.873Z] nexus3.edgexfoundry.org:10003 [2020-11-19T10:41:49.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:41:49.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:41:49.137Z] Configure a credential helper to remove this warning. See [2020-11-19T10:41:49.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:41:49.137Z] [2020-11-19T10:41:49.137Z] Login Succeeded [2020-11-19T10:41:49.137Z] nexus3.edgexfoundry.org:10004 [2020-11-19T10:41:49.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:41:49.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:41:49.400Z] Configure a credential helper to remove this warning. See [2020-11-19T10:41:49.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:41:49.400Z] [2020-11-19T10:41:49.400Z] Login Succeeded [2020-11-19T10:41:49.400Z] docker.io [2020-11-19T10:41:49.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:41:49.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:41:49.665Z] Configure a credential helper to remove this warning. See [2020-11-19T10:41:49.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:41:49.665Z] [2020-11-19T10:41:49.665Z] Login Succeeded [2020-11-19T10:41:49.665Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T10:41:49.676Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T10:41:50.160Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-19T10:41:50.160Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.160Z] ++ dirname cmd/core-command/Dockerfile [2020-11-19T10:41:50.160Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.160Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-19T10:41:50.160Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.160Z] ++ dirname cmd/core-data/Dockerfile [2020-11-19T10:41:50.160Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.160Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-19T10:41:50.160Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.160Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-19T10:41:50.160Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.160Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-19T10:41:50.160Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.160Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-19T10:41:50.160Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.160Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-19T10:41:50.160Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.160Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-19T10:41:50.160Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.160Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-19T10:41:50.160Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.160Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-19T10:41:50.160Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.160Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-19T10:41:50.160Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.160Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-19T10:41:50.160Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.160Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-19T10:41:50.160Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.160Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-19T10:41:50.160Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.160Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-19T10:41:50.161Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.161Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-19T10:41:50.161Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.161Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-19T10:41:50.161Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.161Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-19T10:41:50.161Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.161Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-19T10:41:50.161Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-19T10:41:50.161Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-19T10:41:50.161Z] ++ cut -d/ -f2 [2020-11-19T10:41:50.161Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-19T10:41:50.234Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:41:51.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T10:41:51.857Z] [2020-11-19T10:41:51.857Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:41:52.206Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T10:41:52.206Z] latest: Pulling from edgex-devops/git-semver [2020-11-19T10:41:52.206Z] 31603596830f: Pulling fs layer [2020-11-19T10:41:52.206Z] 2a8b12db71e7: Pulling fs layer [2020-11-19T10:41:52.206Z] 6ca5941a6612: Pulling fs layer [2020-11-19T10:41:52.206Z] ecc8261a40a4: Pulling fs layer [2020-11-19T10:41:52.206Z] ecc8261a40a4: Waiting [2020-11-19T10:41:52.206Z] 2a8b12db71e7: Verifying Checksum [2020-11-19T10:41:52.206Z] 2a8b12db71e7: Download complete [2020-11-19T10:41:52.469Z] 31603596830f: Verifying Checksum [2020-11-19T10:41:52.470Z] 31603596830f: Download complete [2020-11-19T10:41:52.470Z] ecc8261a40a4: Verifying Checksum [2020-11-19T10:41:52.470Z] ecc8261a40a4: Download complete [2020-11-19T10:41:52.470Z] 6ca5941a6612: Verifying Checksum [2020-11-19T10:41:52.470Z] 6ca5941a6612: Download complete [2020-11-19T10:41:52.734Z] 31603596830f: Pull complete [2020-11-19T10:41:53.001Z] 2a8b12db71e7: Pull complete [2020-11-19T10:41:53.578Z] 6ca5941a6612: Pull complete [2020-11-19T10:41:53.845Z] ecc8261a40a4: Pull complete [2020-11-19T10:41:53.845Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-19T10:41:53.845Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T10:41:53.845Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-19T10:41:53.951Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:41:54.010Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T10:41:56.495Z] $ docker top 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T10:41:56.845Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T10:41:56.845Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T10:41:57.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T10:41:57.109Z] $ docker exec 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 ssh-agent [2020-11-19T10:41:57.279Z] SSH_AUTH_SOCK=/tmp/ssh-uOtiJnoWpxPW/agent.12 [2020-11-19T10:41:57.279Z] SSH_AGENT_PID=18 [2020-11-19T10:41:57.292Z] Running ssh-add (command line suppressed) [2020-11-19T10:41:57.417Z] Identity added: /w/workspace/edgex-go/226@tmp/private_key_5825570574765007013.key (/w/workspace/edgex-go/226@tmp/private_key_5825570574765007013.key) [2020-11-19T10:41:57.468Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T10:41:57.806Z] + git tag --points-at HEAD [Pipeline] } [2020-11-19T10:41:57.831Z] $ docker exec --env ******** --env ******** 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 ssh-agent -k [2020-11-19T10:41:57.954Z] unset SSH_AUTH_SOCK; [2020-11-19T10:41:57.954Z] unset SSH_AGENT_PID; [2020-11-19T10:41:57.954Z] echo Agent pid 18 killed; [2020-11-19T10:41:57.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-19T10:41:58.148Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T10:41:58.148Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T10:41:58.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T10:41:58.335Z] $ docker exec 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 ssh-agent [2020-11-19T10:41:58.504Z] SSH_AUTH_SOCK=/tmp/ssh-0o0qWpWXAMrJ/agent.47 [2020-11-19T10:41:58.504Z] SSH_AGENT_PID=52 [2020-11-19T10:41:58.511Z] Running ssh-add (command line suppressed) [2020-11-19T10:41:58.629Z] Identity added: /w/workspace/edgex-go/226@tmp/private_key_686508931964170560.key (/w/workspace/edgex-go/226@tmp/private_key_686508931964170560.key) [2020-11-19T10:41:58.680Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T10:41:59.027Z] + git semver init [2020-11-19T10:41:59.027Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T10:41:59.027Z] # $GIT_DIR = /w/workspace/edgex-go/226/.git [2020-11-19T10:41:59.027Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/226 [2020-11-19T10:41:59.027Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T10:41:59.027Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T10:41:59.027Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T10:41:59.027Z] # $SEMVER_BRANCH = master [2020-11-19T10:41:59.027Z] # $SEMVER_TEMP = /tmp/semver-710499098 [2020-11-19T10:41:59.027Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-19T10:42:17.213Z] # '/tmp/semver-710499098' -> '/w/workspace/edgex-go/226/.semver' [2020-11-19T10:42:17.213Z] # -> Force: false [2020-11-19T10:42:17.213Z] # $SEMVER_DIR = /w/workspace/edgex-go/226/.semver [Pipeline] } [2020-11-19T10:42:17.234Z] $ docker exec --env ******** --env ******** 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 ssh-agent -k [2020-11-19T10:42:17.489Z] unset SSH_AUTH_SOCK; [2020-11-19T10:42:17.489Z] unset SSH_AGENT_PID; [2020-11-19T10:42:17.489Z] echo Agent pid 52 killed; [2020-11-19T10:42:17.586Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T10:42:18.172Z] + git semver [Pipeline] } [2020-11-19T10:42:18.255Z] $ docker stop --time=1 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 [2020-11-19T10:42:19.893Z] $ docker rm -f 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T10:42:20.418Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-19T10:42:20.938Z] Stashed 1 file(s) [Pipeline] echo [2020-11-19T10:42:20.941Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-19T10:42:21.610Z] ========================================================= [2020-11-19T10:42:21.610Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-19T10:42:21.610Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:42:21.954Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-19T10:42:26.208Z] Sending build context to Docker daemon 325.9MB [2020-11-19T10:42:26.208Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-19T10:42:26.208Z] Step 2/7 : FROM ${BASE} [2020-11-19T10:42:26.208Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-19T10:42:26.208Z] df20fa9351a1: Pulling fs layer [2020-11-19T10:42:26.208Z] ed8968b2872e: Pulling fs layer [2020-11-19T10:42:26.208Z] a92cc7c5fd73: Pulling fs layer [2020-11-19T10:42:26.208Z] e871e8e8d7a9: Pulling fs layer [2020-11-19T10:42:26.208Z] e73272ec9a57: Pulling fs layer [2020-11-19T10:42:26.208Z] 1e910a182e73: Pulling fs layer [2020-11-19T10:42:26.208Z] 4e634b169226: Pulling fs layer [2020-11-19T10:42:26.208Z] e73272ec9a57: Waiting [2020-11-19T10:42:26.208Z] e871e8e8d7a9: Waiting [2020-11-19T10:42:26.208Z] 4e634b169226: Waiting [2020-11-19T10:42:26.208Z] 1e910a182e73: Waiting [2020-11-19T10:42:26.208Z] a92cc7c5fd73: Verifying Checksum [2020-11-19T10:42:26.208Z] a92cc7c5fd73: Download complete [2020-11-19T10:42:26.208Z] ed8968b2872e: Verifying Checksum [2020-11-19T10:42:26.208Z] ed8968b2872e: Download complete [2020-11-19T10:42:26.208Z] e73272ec9a57: Verifying Checksum [2020-11-19T10:42:26.208Z] e73272ec9a57: Download complete [2020-11-19T10:42:26.208Z] 1e910a182e73: Verifying Checksum [2020-11-19T10:42:26.208Z] 1e910a182e73: Download complete [2020-11-19T10:42:26.208Z] df20fa9351a1: Download complete [2020-11-19T10:42:26.471Z] df20fa9351a1: Pull complete [2020-11-19T10:42:26.471Z] ed8968b2872e: Pull complete [2020-11-19T10:42:26.734Z] a92cc7c5fd73: Pull complete [2020-11-19T10:42:28.681Z] 4e634b169226: Verifying Checksum [2020-11-19T10:42:28.681Z] 4e634b169226: Download complete [2020-11-19T10:42:29.257Z] e871e8e8d7a9: Verifying Checksum [2020-11-19T10:42:29.257Z] e871e8e8d7a9: Download complete [2020-11-19T10:42:34.575Z] e871e8e8d7a9: Pull complete [2020-11-19T10:42:34.575Z] e73272ec9a57: Pull complete [2020-11-19T10:42:34.840Z] 1e910a182e73: Pull complete [2020-11-19T10:42:36.351Z] Still waiting to schedule task [2020-11-19T10:42:36.351Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-12727’ is offline [2020-11-19T10:42:40.154Z] 4e634b169226: Pull complete [2020-11-19T10:42:40.154Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-19T10:42:40.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-19T10:42:40.154Z] ---> f7629b54cfaa [2020-11-19T10:42:40.154Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-19T10:42:40.154Z] ---> Running in 0e07ec015f90 [2020-11-19T10:42:40.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:42:41.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:42:41.956Z] (1/12) Installing libmagic (5.38-r0) [2020-11-19T10:42:42.222Z] (2/12) Installing file (5.38-r0) [2020-11-19T10:42:42.222Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-19T10:42:42.484Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-19T10:42:46.702Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-19T10:42:46.702Z] (6/12) Installing patch (2.7.6-r6) [2020-11-19T10:42:46.702Z] (7/12) Installing build-base (0.5-r2) [2020-11-19T10:42:46.702Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-19T10:42:46.964Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-19T10:42:46.964Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-19T10:42:46.964Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-19T10:42:47.229Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-19T10:42:47.229Z] Executing busybox-1.31.1-r16.trigger [2020-11-19T10:42:47.229Z] OK: 233 MiB in 51 packages [2020-11-19T10:42:51.463Z] Removing intermediate container 0e07ec015f90 [2020-11-19T10:42:51.463Z] ---> 8443a9a1a1fc [2020-11-19T10:42:51.463Z] Step 4/7 : WORKDIR /edgex-go [2020-11-19T10:42:51.463Z] ---> Running in 3d58bb98ca3c [2020-11-19T10:42:51.463Z] Removing intermediate container 3d58bb98ca3c [2020-11-19T10:42:51.463Z] ---> e0dd1ae3f1f6 [2020-11-19T10:42:51.463Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-19T10:42:51.725Z] latest: Pulling from library/docker [2020-11-19T10:42:51.725Z] 188c0c94c7c5: Pulling fs layer [2020-11-19T10:42:51.725Z] 0c7c675703d6: Pulling fs layer [2020-11-19T10:42:51.725Z] cc8c12a437cb: Pulling fs layer [2020-11-19T10:42:51.725Z] c5dafad2182a: Pulling fs layer [2020-11-19T10:42:51.725Z] 5aa711733414: Pulling fs layer [2020-11-19T10:42:51.725Z] 058f73b55e4b: Pulling fs layer [2020-11-19T10:42:51.725Z] 8c9c664faf12: Pulling fs layer [2020-11-19T10:42:51.725Z] 5aa711733414: Waiting [2020-11-19T10:42:51.725Z] 058f73b55e4b: Waiting [2020-11-19T10:42:51.725Z] 8c9c664faf12: Waiting [2020-11-19T10:42:51.725Z] c5dafad2182a: Waiting [2020-11-19T10:42:51.989Z] cc8c12a437cb: Verifying Checksum [2020-11-19T10:42:51.989Z] cc8c12a437cb: Download complete [2020-11-19T10:42:51.989Z] 0c7c675703d6: Verifying Checksum [2020-11-19T10:42:51.989Z] 0c7c675703d6: Download complete [2020-11-19T10:42:51.989Z] 188c0c94c7c5: Verifying Checksum [2020-11-19T10:42:51.989Z] 5aa711733414: Verifying Checksum [2020-11-19T10:42:51.989Z] 5aa711733414: Download complete [2020-11-19T10:42:51.989Z] 058f73b55e4b: Verifying Checksum [2020-11-19T10:42:51.989Z] 058f73b55e4b: Download complete [2020-11-19T10:42:52.259Z] 8c9c664faf12: Verifying Checksum [2020-11-19T10:42:52.259Z] 8c9c664faf12: Download complete [2020-11-19T10:42:52.259Z] 188c0c94c7c5: Pull complete [2020-11-19T10:42:52.524Z] 0c7c675703d6: Pull complete [2020-11-19T10:42:52.791Z] cc8c12a437cb: Pull complete [2020-11-19T10:42:52.791Z] c5dafad2182a: Verifying Checksum [2020-11-19T10:42:52.791Z] c5dafad2182a: Download complete [2020-11-19T10:42:55.364Z] c5dafad2182a: Pull complete [2020-11-19T10:42:55.364Z] 5aa711733414: Pull complete [2020-11-19T10:42:55.364Z] 058f73b55e4b: Pull complete [2020-11-19T10:42:55.364Z] 8c9c664faf12: Pull complete [2020-11-19T10:42:55.364Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-19T10:42:55.364Z] Status: Downloaded newer image for docker:latest [2020-11-19T10:42:57.934Z] ---> 2a1719d3e130 [2020-11-19T10:42:57.934Z] Step 6/7 : COPY go.mod . [2020-11-19T10:42:57.934Z] ---> 7703a1d1c024 [2020-11-19T10:42:57.934Z] Step 7/7 : RUN go mod download [2020-11-19T10:42:57.934Z] ---> Running in b3228100b318 [2020-11-19T10:43:19.968Z] Removing intermediate container b3228100b318 [2020-11-19T10:43:19.968Z] ---> f65d9b00e0c0 [2020-11-19T10:43:19.968Z] Successfully built f65d9b00e0c0 [2020-11-19T10:43:20.230Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:43:20.556Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T10:43:20.556Z] . [Pipeline] withDockerContainer [2020-11-19T10:43:20.676Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:43:20.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** ci-base-image-x86_64 cat [2020-11-19T10:43:21.656Z] $ docker top 51d7f33c3a0397abc58563ed177ad9b8e738058b427c01350b54981560d61716 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:43:22.208Z] + go version [2020-11-19T10:43:22.208Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-19T10:43:22.229Z] $ docker stop --time=1 51d7f33c3a0397abc58563ed177ad9b8e738058b427c01350b54981560d61716 [2020-11-19T10:43:23.651Z] $ docker rm -f 51d7f33c3a0397abc58563ed177ad9b8e738058b427c01350b54981560d61716 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:43:24.582Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-19T10:43:24.583Z] . [Pipeline] withDockerContainer [2020-11-19T10:43:24.687Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:43:24.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** ci-base-image-x86_64 cat [2020-11-19T10:43:25.811Z] $ docker top 96df7fdd1c157a738f72add9f941850459e5015110f08dcbe1fa58430e6c8406 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-19T10:43:26.067Z] ========================================================= [2020-11-19T10:43:26.067Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-19T10:43:26.067Z] ========================================================= [Pipeline] sh [2020-11-19T10:43:26.360Z] + make test [2020-11-19T10:43:26.360Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-19T10:43:34.559Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-19T10:43:49.579Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-19T10:43:56.300Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-19T10:43:56.892Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-19T10:43:56.892Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-19T10:43:56.892Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-19T10:43:57.178Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-19T10:43:59.504Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.030s [2020-11-19T10:43:59.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-19T10:43:59.504Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-19T10:43:59.783Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-19T10:44:00.383Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-19T10:44:00.383Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-19T10:44:00.383Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-19T10:44:00.383Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-19T10:44:03.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements [2020-11-19T10:44:03.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-19T10:44:03.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-19T10:44:03.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-19T10:44:03.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-19T10:44:03.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-19T10:44:08.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.1% of statements [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-19T10:44:08.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-19T10:44:08.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-19T10:44:08.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.076s coverage: 65.7% of statements [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-19T10:44:08.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.112s coverage: 84.1% of statements [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-19T10:44:08.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-19T10:44:09.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.400s coverage: 28.6% of statements [2020-11-19T10:44:09.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-19T10:44:09.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-19T10:44:09.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-19T10:44:09.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-19T10:44:09.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-19T10:44:09.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2020-11-19T10:44:09.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-19T10:44:09.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2020-11-19T10:44:09.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-19T10:44:09.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2020-11-19T10:44:09.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-19T10:44:09.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements [2020-11-19T10:44:09.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-19T10:44:09.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 79.0% of statements [2020-11-19T10:44:09.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-19T10:44:09.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-19T10:44:09.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-19T10:44:09.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-19T10:44:11.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.296s coverage: 95.7% of statements [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-19T10:44:11.702Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-19T10:44:11.702Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.0% of statements [no tests to run] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-19T10:44:11.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.225s coverage: 63.5% of statements [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-19T10:44:11.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-19T10:44:11.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2020-11-19T10:44:11.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2020-11-19T10:44:11.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-11-19T10:44:12.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2020-11-19T10:44:12.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2020-11-19T10:44:13.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.369s coverage: 55.9% of statements [2020-11-19T10:44:13.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-19T10:44:13.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-19T10:44:13.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-19T10:44:13.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-19T10:44:13.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-19T10:44:13.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.868s coverage: 86.3% of statements [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.072s coverage: 72.2% of statements [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.412s coverage: 72.1% of statements [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.060s coverage: 82.4% of statements [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.049s coverage: 48.4% of statements [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.040s coverage: 28.8% of statements [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 36.5% of statements [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.321s coverage: 84.1% of statements [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.069s coverage: 42.9% of statements [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.037s coverage: 100.0% of statements [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.047s coverage: 83.8% of statements [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-19T10:44:22.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.095s coverage: 47.1% of statements [2020-11-19T10:44:22.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-19T10:44:22.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.028s coverage: 100.0% of statements [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-19T10:44:22.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-19T10:44:22.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-19T10:44:22.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.630s coverage: 29.1% of statements [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-19T10:44:22.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-19T10:44:22.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-19T10:44:22.016Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-19T10:44:22.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-19T10:44:22.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-19T10:44:22.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-19T10:44:22.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2020-11-19T10:44:22.280Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2020-11-19T10:44:22.543Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-11-19T10:44:22.805Z] GO111MODULE=on go vet ./... [2020-11-19T10:44:35.878Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12730 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-11-19T10:44:35.973Z] Running in /w/workspace/edgex-go/226 [Pipeline] { [Pipeline] checkout [2020-11-19T10:44:41.433Z] using credential edgex-jenkins-ssh [2020-11-19T10:44:41.496Z] Cloning the remote Git repository [2020-11-19T10:44:41.552Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-19T10:44:41.666Z] > git init /w/workspace/edgex-go/226 # timeout=10 [2020-11-19T10:44:41.748Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-19T10:44:41.749Z] > git --version # timeout=10 [2020-11-19T10:44:41.766Z] > git --version # 'git version 2.17.1' [2020-11-19T10:44:41.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T10:44:41.847Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T10:44:49.582Z] gofmt -l . [2020-11-19T10:44:49.582Z] [ "`gofmt -l .`" = "" ] [2020-11-19T10:44:49.582Z] ./bin/test-go-mod-tidy.sh [2020-11-19T10:44:49.582Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-19T10:44:50.213Z] + ls -al . [2020-11-19T10:44:50.213Z] total 640 [2020-11-19T10:44:50.213Z] drwxrwxr-x 10 1001 1001 4096 Nov 19 10:44 . [2020-11-19T10:44:50.213Z] drwxr-xr-x 4 root root 32 Nov 19 10:43 .. [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 11 Nov 19 10:41 .dockerignore [2020-11-19T10:44:50.213Z] drwxrwxr-x 8 1001 1001 162 Nov 19 10:41 .git [2020-11-19T10:44:50.213Z] drwxrwxr-x 3 1001 1001 125 Nov 19 10:41 .github [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 944 Nov 19 10:41 .gitignore [2020-11-19T10:44:50.213Z] drwx------ 3 1001 1001 32 Nov 19 10:42 .semver [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 166 Nov 19 10:41 .sonarcloud.properties [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 3804 Nov 19 10:41 CONTRIBUTING.md [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 1035 Nov 19 10:41 Dockerfile.build [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 863 Nov 19 10:41 Jenkinsfile [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 10775 Nov 19 10:41 LICENSE [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 6581 Nov 19 10:41 Makefile [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 6447 Nov 19 10:41 README.md [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 259 Nov 19 10:41 SECURITY.md [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 11 Nov 19 10:42 VERSION [2020-11-19T10:44:50.213Z] -rw-rw-r-- 1 1001 1001 4131 Nov 19 10:41 ZMQWindows.md [2020-11-19T10:44:50.213Z] drwxrwxr-x 2 1001 1001 117 Nov 19 10:41 bin [2020-11-19T10:44:50.213Z] drwxrwxr-x 15 1001 1001 4096 Nov 19 10:41 cmd [2020-11-19T10:44:50.213Z] -rw-r--r-- 1 root root 545934 Nov 19 10:44 coverage.out [2020-11-19T10:44:50.213Z] -rw-r--r-- 1 root root 1041 Nov 19 10:44 go.mod [2020-11-19T10:44:50.213Z] -rw-r--r-- 1 root root 18582 Nov 19 10:44 go.sum [2020-11-19T10:44:50.214Z] drwxrwxr-x 8 1001 1001 127 Nov 19 10:41 internal [2020-11-19T10:44:50.214Z] drwxrwxr-x 4 1001 1001 26 Nov 19 10:41 openapi [2020-11-19T10:44:50.214Z] drwxrwxr-x 4 1001 1001 71 Nov 19 10:41 snap [2020-11-19T10:44:50.214Z] -rw-rw-r-- 1 1001 1001 168 Nov 19 10:41 version.go [Pipeline] sh [2020-11-19T10:44:50.514Z] + '[' -e coverage.out ] [2020-11-19T10:44:50.514Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-19T10:44:50.756Z] Stashed 1 file(s) [Pipeline] sh [2020-11-19T10:44:51.058Z] + make build [2020-11-19T10:44:51.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-19T10:44:58.550Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-19T10:44:58.568Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-19T10:44:58.594Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-19T10:44:58.625Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-19T10:44:58.626Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-19T10:44:58.637Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-19T10:44:59.206Z] Checking out Revision 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 (master) [2020-11-19T10:44:59.296Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-data/core-data ./cmd/core-data [2020-11-19T10:44:59.230Z] > git config core.sparsecheckout # timeout=10 [2020-11-19T10:44:59.249Z] > git checkout -f 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 # timeout=10 [2020-11-19T10:45:03.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-command/core-command ./cmd/core-command [2020-11-19T10:45:03.854Z] Commit message: "Merge pull request #2840 from judehung/issue-2839" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T10:45:04.709Z] provisioning config files... [2020-11-19T10:45:04.755Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/226@tmp/config8832839722083192528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:45:04.974Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-19T10:45:05.697Z] ---> docker-login.sh [2020-11-19T10:45:05.697Z] nexus3.edgexfoundry.org:10001 [2020-11-19T10:45:06.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:45:06.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-19T10:45:06.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:45:06.894Z] Configure a credential helper to remove this warning. See [2020-11-19T10:45:06.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:45:06.894Z] [2020-11-19T10:45:06.894Z] Login Succeeded [2020-11-19T10:45:06.894Z] nexus3.edgexfoundry.org:10002 [2020-11-19T10:45:07.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:45:07.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:45:07.443Z] Configure a credential helper to remove this warning. See [2020-11-19T10:45:07.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:45:07.443Z] [2020-11-19T10:45:07.443Z] Login Succeeded [2020-11-19T10:45:07.443Z] nexus3.edgexfoundry.org:10003 [2020-11-19T10:45:07.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:45:07.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-19T10:45:07.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:45:07.994Z] Configure a credential helper to remove this warning. See [2020-11-19T10:45:07.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:45:07.994Z] [2020-11-19T10:45:07.994Z] Login Succeeded [2020-11-19T10:45:07.994Z] nexus3.edgexfoundry.org:10004 [2020-11-19T10:45:08.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-19T10:45:08.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:45:08.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:45:08.555Z] Configure a credential helper to remove this warning. See [2020-11-19T10:45:08.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:45:08.555Z] [2020-11-19T10:45:08.555Z] Login Succeeded [2020-11-19T10:45:08.555Z] docker.io [2020-11-19T10:45:09.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:45:09.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:45:09.428Z] Configure a credential helper to remove this warning. See [2020-11-19T10:45:09.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:45:09.428Z] [2020-11-19T10:45:09.428Z] Login Succeeded [2020-11-19T10:45:09.428Z] ---> docker-login.sh ends [2020-11-19T10:45:09.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] } [2020-11-19T10:45:09.505Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-19T10:45:09.917Z] ========================================================= [2020-11-19T10:45:09.917Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-19T10:45:09.917Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:45:10.306Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-19T10:45:10.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-19T10:45:12.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-19T10:45:12.948Z] Sending build context to Docker daemon 165.3MB [2020-11-19T10:45:12.948Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-19T10:45:12.948Z] Step 2/7 : FROM ${BASE} [2020-11-19T10:45:12.948Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-19T10:45:12.948Z] b538f80385f9: Pulling fs layer [2020-11-19T10:45:12.948Z] 74f711af9a0d: Pulling fs layer [2020-11-19T10:45:12.948Z] 99f96fe45779: Pulling fs layer [2020-11-19T10:45:12.948Z] 8529a6b9a6be: Pulling fs layer [2020-11-19T10:45:12.948Z] 45590311c82a: Pulling fs layer [2020-11-19T10:45:12.948Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-19T10:45:12.948Z] 209524e5b208: Pulling fs layer [2020-11-19T10:45:12.948Z] 8529a6b9a6be: Waiting [2020-11-19T10:45:12.948Z] 45590311c82a: Waiting [2020-11-19T10:45:12.948Z] 69ca0ff8b7b3: Waiting [2020-11-19T10:45:12.948Z] 209524e5b208: Waiting [2020-11-19T10:45:12.948Z] 99f96fe45779: Download complete [2020-11-19T10:45:12.948Z] 74f711af9a0d: Download complete [2020-11-19T10:45:12.948Z] 45590311c82a: Verifying Checksum [2020-11-19T10:45:12.948Z] 45590311c82a: Download complete [2020-11-19T10:45:12.948Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-19T10:45:12.948Z] 69ca0ff8b7b3: Download complete [2020-11-19T10:45:12.948Z] b538f80385f9: Verifying Checksum [2020-11-19T10:45:12.948Z] b538f80385f9: Download complete [2020-11-19T10:45:13.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-19T10:45:13.571Z] b538f80385f9: Pull complete [2020-11-19T10:45:14.175Z] 74f711af9a0d: Pull complete [2020-11-19T10:45:14.451Z] 99f96fe45779: Pull complete [2020-11-19T10:45:14.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-19T10:45:15.049Z] 209524e5b208: Verifying Checksum [2020-11-19T10:45:15.049Z] 209524e5b208: Download complete [2020-11-19T10:45:15.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-19T10:45:16.497Z] 8529a6b9a6be: Verifying Checksum [2020-11-19T10:45:16.497Z] 8529a6b9a6be: Download complete [Pipeline] } [2020-11-19T10:45:16.518Z] $ docker stop --time=1 96df7fdd1c157a738f72add9f941850459e5015110f08dcbe1fa58430e6c8406 [2020-11-19T10:45:18.206Z] $ docker rm -f 96df7fdd1c157a738f72add9f941850459e5015110f08dcbe1fa58430e6c8406 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:45:21.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T10:45:21.451Z] [2020-11-19T10:45:21.451Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:45:21.813Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T10:45:21.813Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-19T10:45:21.814Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-19T10:45:21.814Z] ca9280d653b3: Pulling fs layer [2020-11-19T10:45:21.814Z] 7e9c9ca2126c: Pulling fs layer [2020-11-19T10:45:22.085Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-19T10:45:22.085Z] cbdbe7a5bc2a: Download complete [2020-11-19T10:45:22.351Z] cbdbe7a5bc2a: Pull complete [2020-11-19T10:45:22.613Z] ca9280d653b3: Verifying Checksum [2020-11-19T10:45:22.613Z] ca9280d653b3: Download complete [2020-11-19T10:45:23.564Z] 7e9c9ca2126c: Download complete [2020-11-19T10:45:23.564Z] ca9280d653b3: Pull complete [2020-11-19T10:45:26.696Z] 8529a6b9a6be: Pull complete [2020-11-19T10:45:26.697Z] 45590311c82a: Pull complete [2020-11-19T10:45:26.973Z] 69ca0ff8b7b3: Pull complete [2020-11-19T10:45:31.296Z] 209524e5b208: Pull complete [2020-11-19T10:45:31.296Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-19T10:45:31.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-19T10:45:31.296Z] ---> 5bddaf1c2fca [2020-11-19T10:45:31.296Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-19T10:45:31.756Z] 7e9c9ca2126c: Pull complete [2020-11-19T10:45:31.756Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-19T10:45:31.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T10:45:31.756Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-19T10:45:31.894Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:45:31.949Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-19T10:45:32.962Z] $ docker top bca23d89381483f0c8ca8edb03eb66ba441f30f075408df176e563e1135f5254 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:45:33.528Z] + docker-compose build --help [2020-11-19T10:45:33.528Z] + grep parallel [2020-11-19T10:45:33.952Z] ---> Running in 2c6e6221b8ae [2020-11-19T10:45:34.473Z] --parallel Build images in parallel. [Pipeline] } [2020-11-19T10:45:34.493Z] $ docker stop --time=1 bca23d89381483f0c8ca8edb03eb66ba441f30f075408df176e563e1135f5254 [2020-11-19T10:45:35.875Z] $ docker rm -f bca23d89381483f0c8ca8edb03eb66ba441f30f075408df176e563e1135f5254 [2020-11-19T10:45:35.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:45:36.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-19T10:45:36.520Z] . [Pipeline] withDockerContainer [2020-11-19T10:45:36.628Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:45:36.682Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-19T10:45:36.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:45:37.516Z] (1/12) Installing libmagic (5.38-r0) [2020-11-19T10:45:37.610Z] $ docker top ef233b3c89d6c6755e46e68794a678e7461e155654fb141e1dd4550d02869f9f -eo pid,comm [2020-11-19T10:45:37.797Z] (2/12) Installing file (5.38-r0) [2020-11-19T10:45:37.797Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-19T10:45:37.797Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] { [Pipeline] sh [2020-11-19T10:45:38.201Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-19T10:45:39.185Z] Building docker-core-command-go ... [2020-11-19T10:45:39.185Z] Building docker-core-data-go ... [2020-11-19T10:45:39.185Z] Building docker-core-metadata-go ... [2020-11-19T10:45:39.185Z] Building docker-security-bootstrap-redis-go ... [2020-11-19T10:45:39.185Z] Building docker-security-proxy-setup-go ... [2020-11-19T10:45:39.185Z] Building docker-security-secrets-setup-go ... [2020-11-19T10:45:39.185Z] Building docker-security-secretstore-setup-go ... [2020-11-19T10:45:39.185Z] Building docker-support-logging-go ... [2020-11-19T10:45:39.185Z] Building docker-support-notifications-go ... [2020-11-19T10:45:39.185Z] Building docker-support-scheduler-go ... [2020-11-19T10:45:39.185Z] Building docker-sys-mgmt-agent-go ... [2020-11-19T10:45:39.185Z] Building docker-sys-mgmt-agent-go [2020-11-19T10:45:39.185Z] Building docker-core-command-go [2020-11-19T10:45:39.185Z] Building docker-security-bootstrap-redis-go [2020-11-19T10:45:39.185Z] Building docker-core-metadata-go [2020-11-19T10:45:39.185Z] Building docker-core-data-go [2020-11-19T10:45:43.189Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-19T10:45:43.189Z] (6/12) Installing patch (2.7.6-r6) [2020-11-19T10:45:43.189Z] (7/12) Installing build-base (0.5-r2) [2020-11-19T10:45:43.189Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-19T10:45:43.189Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-19T10:45:43.189Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-19T10:45:43.189Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-19T10:45:43.189Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-19T10:45:43.189Z] Executing busybox-1.31.1-r16.trigger [2020-11-19T10:45:43.189Z] OK: 217 MiB in 51 packages [2020-11-19T10:45:47.487Z] Removing intermediate container 2c6e6221b8ae [2020-11-19T10:45:47.487Z] ---> 8878fa525a36 [2020-11-19T10:45:47.487Z] Step 4/7 : WORKDIR /edgex-go [2020-11-19T10:45:47.487Z] ---> Running in f1e0ce4f69b3 [2020-11-19T10:45:47.760Z] Removing intermediate container f1e0ce4f69b3 [2020-11-19T10:45:47.760Z] ---> 05df834d26eb [2020-11-19T10:45:47.760Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-19T10:45:48.031Z] latest: Pulling from library/docker [2020-11-19T10:45:48.305Z] 5f621e34cdf4: Pulling fs layer [2020-11-19T10:45:48.305Z] 85db56a05063: Pulling fs layer [2020-11-19T10:45:48.305Z] ccb67d6aeaaa: Pulling fs layer [2020-11-19T10:45:48.305Z] a0b19fc83503: Pulling fs layer [2020-11-19T10:45:48.305Z] 8eb508b41278: Pulling fs layer [2020-11-19T10:45:48.305Z] 37236713561e: Pulling fs layer [2020-11-19T10:45:48.305Z] 07c93f2b1b56: Pulling fs layer [2020-11-19T10:45:48.305Z] a0b19fc83503: Waiting [2020-11-19T10:45:48.305Z] 8eb508b41278: Waiting [2020-11-19T10:45:48.305Z] 37236713561e: Waiting [2020-11-19T10:45:48.305Z] 07c93f2b1b56: Waiting [2020-11-19T10:45:48.580Z] 85db56a05063: Verifying Checksum [2020-11-19T10:45:48.580Z] 85db56a05063: Download complete [2020-11-19T10:45:48.580Z] 5f621e34cdf4: Verifying Checksum [2020-11-19T10:45:48.580Z] 5f621e34cdf4: Download complete [2020-11-19T10:45:48.580Z] ccb67d6aeaaa: Download complete [2020-11-19T10:45:48.580Z] 37236713561e: Verifying Checksum [2020-11-19T10:45:48.580Z] 37236713561e: Download complete [2020-11-19T10:45:48.580Z] 8eb508b41278: Verifying Checksum [2020-11-19T10:45:48.580Z] 8eb508b41278: Download complete [2020-11-19T10:45:48.580Z] 07c93f2b1b56: Verifying Checksum [2020-11-19T10:45:48.580Z] 07c93f2b1b56: Download complete [2020-11-19T10:45:49.173Z] 5f621e34cdf4: Pull complete [2020-11-19T10:45:49.768Z] 85db56a05063: Pull complete [2020-11-19T10:45:49.768Z] a0b19fc83503: Verifying Checksum [2020-11-19T10:45:49.768Z] a0b19fc83503: Download complete [2020-11-19T10:45:50.043Z] ccb67d6aeaaa: Pull complete [2020-11-19T10:45:53.448Z] a0b19fc83503: Pull complete [2020-11-19T10:45:53.722Z] 8eb508b41278: Pull complete [2020-11-19T10:45:53.996Z] 37236713561e: Pull complete [2020-11-19T10:45:54.268Z] 07c93f2b1b56: Pull complete [2020-11-19T10:45:54.268Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-19T10:45:54.268Z] Status: Downloaded newer image for docker:latest [2020-11-19T10:45:58.140Z] ---> 4eb3c7c89635 [2020-11-19T10:45:58.140Z] Step 6/7 : COPY go.mod . [2020-11-19T10:45:58.419Z] ---> 916e5d8b7c57 [2020-11-19T10:45:58.419Z] Step 7/7 : RUN go mod download [2020-11-19T10:45:58.419Z] ---> Running in 58893e10f30a [2020-11-19T10:46:11.405Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:46:11.405Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:46:11.405Z] ---> f65d9b00e0c0 [2020-11-19T10:46:11.405Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T10:46:11.405Z] ---> Running in 2d984ce1a7eb [2020-11-19T10:46:11.405Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:46:11.405Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:46:11.405Z] ---> f65d9b00e0c0 [2020-11-19T10:46:11.405Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T10:46:11.405Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:46:11.405Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:46:11.405Z] ---> f65d9b00e0c0 [2020-11-19T10:46:11.405Z] Step 3/27 : WORKDIR /edgex-go [2020-11-19T10:46:11.405Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:46:11.405Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:46:11.405Z] ---> f65d9b00e0c0 [2020-11-19T10:46:11.405Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T10:46:11.405Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:46:11.405Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:46:11.405Z] ---> f65d9b00e0c0 [2020-11-19T10:46:11.405Z] Step 3/23 : WORKDIR /edgex-go [2020-11-19T10:46:12.362Z] ---> Running in 043529b6c1e7 [2020-11-19T10:46:12.362Z] ---> Running in a67de67aba58 [2020-11-19T10:46:12.362Z] ---> Running in 719f259e05c6 [2020-11-19T10:46:12.362Z] ---> Running in a8fdf4a36053 [2020-11-19T10:46:12.362Z] Removing intermediate container 2d984ce1a7eb [2020-11-19T10:46:12.362Z] ---> 217dc5c36a74 [2020-11-19T10:46:12.362Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:46:12.362Z] ---> Running in 26ff2ab62e60 [2020-11-19T10:46:12.624Z] Removing intermediate container 719f259e05c6 [2020-11-19T10:46:12.624Z] ---> 4d1565fd993f [2020-11-19T10:46:12.624Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:46:12.624Z] Removing intermediate container 043529b6c1e7 [2020-11-19T10:46:12.624Z] ---> 70494c8e43bf [2020-11-19T10:46:12.624Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:46:12.624Z] Removing intermediate container a67de67aba58 [2020-11-19T10:46:12.624Z] ---> 8fadffe380dc [2020-11-19T10:46:12.624Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:46:12.891Z] Removing intermediate container a8fdf4a36053 [2020-11-19T10:46:12.891Z] ---> 6afb09cfb5bf [2020-11-19T10:46:12.891Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:46:12.891Z] ---> Running in d6117e451e25 [2020-11-19T10:46:12.891Z] ---> Running in 566807b9b830 [2020-11-19T10:46:12.891Z] ---> Running in 47c5fa170d2e [2020-11-19T10:46:12.891Z] ---> Running in 1e9d92223e60 [2020-11-19T10:46:15.497Z] Removing intermediate container 26ff2ab62e60 [2020-11-19T10:46:15.497Z] ---> ea5561289226 [2020-11-19T10:46:15.497Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T10:46:15.497Z] ---> Running in 3a325d3c086f [2020-11-19T10:46:15.497Z] Removing intermediate container d6117e451e25 [2020-11-19T10:46:15.497Z] ---> 2a4d2d725f52 [2020-11-19T10:46:15.497Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T10:46:15.497Z] Removing intermediate container 566807b9b830 [2020-11-19T10:46:15.497Z] ---> d36bb6265fde [2020-11-19T10:46:15.497Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-19T10:46:15.497Z] Removing intermediate container 1e9d92223e60 [2020-11-19T10:46:15.497Z] ---> 400454b9c5b8 [2020-11-19T10:46:15.497Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T10:46:15.763Z] ---> Running in 0c669d88cfa8 [2020-11-19T10:46:15.764Z] ---> Running in ee12ea42f1de [2020-11-19T10:46:15.764Z] ---> Running in bc561ec149ef [2020-11-19T10:46:15.764Z] Removing intermediate container 47c5fa170d2e [2020-11-19T10:46:15.764Z] ---> 244075d0f537 [2020-11-19T10:46:15.764Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-19T10:46:16.055Z] ---> Running in 0fe387e6823b [2020-11-19T10:46:16.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:46:16.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:46:16.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:46:16.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:46:16.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:46:17.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:46:17.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:46:17.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:46:17.706Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:46:17.706Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:46:17.706Z] OK: 12752 distinct packages available [2020-11-19T10:46:17.975Z] OK: 233 MiB in 51 packages [2020-11-19T10:46:17.975Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:46:17.975Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:46:17.975Z] OK: 12752 distinct packages available [2020-11-19T10:46:18.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:46:18.245Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:46:18.245Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:46:18.245Z] OK: 12752 distinct packages available [2020-11-19T10:46:18.245Z] OK: 233 MiB in 51 packages [2020-11-19T10:46:18.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:46:18.516Z] OK: 233 MiB in 51 packages [2020-11-19T10:46:18.516Z] Removing intermediate container 3a325d3c086f [2020-11-19T10:46:18.516Z] ---> c03a35381491 [2020-11-19T10:46:18.516Z] Step 6/22 : COPY go.mod . [2020-11-19T10:46:18.788Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:46:18.788Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:46:18.788Z] OK: 12752 distinct packages available [2020-11-19T10:46:18.788Z] Removing intermediate container 0c669d88cfa8 [2020-11-19T10:46:18.788Z] ---> d4bd0263074e [2020-11-19T10:46:18.788Z] Step 6/22 : COPY go.mod . [2020-11-19T10:46:19.062Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:46:19.062Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:46:19.062Z] OK: 12752 distinct packages available [2020-11-19T10:46:19.062Z] ---> 0bc44120c949 [2020-11-19T10:46:19.062Z] Step 7/22 : RUN go mod download [2020-11-19T10:46:19.062Z] Removing intermediate container bc561ec149ef [2020-11-19T10:46:19.062Z] ---> a42f928f1b88 [2020-11-19T10:46:19.062Z] Step 6/22 : COPY go.mod . [2020-11-19T10:46:19.062Z] OK: 233 MiB in 51 packages [2020-11-19T10:46:19.062Z] ---> Running in 58c53c476a73 [2020-11-19T10:46:19.326Z] OK: 233 MiB in 51 packages [2020-11-19T10:46:19.327Z] ---> d02d679413c7 [2020-11-19T10:46:19.327Z] Step 7/22 : RUN go mod download [2020-11-19T10:46:19.597Z] ---> Running in b81018184881 [2020-11-19T10:46:19.597Z] ---> 6b5c7a1d857d [2020-11-19T10:46:19.597Z] Step 7/22 : RUN go mod download [2020-11-19T10:46:19.862Z] ---> Running in db547575aa95 [2020-11-19T10:46:20.133Z] Removing intermediate container ee12ea42f1de [2020-11-19T10:46:20.133Z] ---> 1c0b48de30b0 [2020-11-19T10:46:20.133Z] Step 6/27 : COPY go.mod . [2020-11-19T10:46:20.733Z] Removing intermediate container 0fe387e6823b [2020-11-19T10:46:20.733Z] ---> defcae7e6bf4 [2020-11-19T10:46:20.733Z] Step 6/23 : COPY go.mod . [2020-11-19T10:46:20.733Z] ---> 83892e87c3d5 [2020-11-19T10:46:20.733Z] Step 7/27 : RUN go mod download [2020-11-19T10:46:20.733Z] ---> Running in 19312f66bfa2 [2020-11-19T10:46:20.999Z] ---> 3eb076dc2fb4 [2020-11-19T10:46:20.999Z] Step 7/23 : RUN go mod download [2020-11-19T10:46:20.999Z] ---> Running in d642b364da93 [2020-11-19T10:46:21.583Z] Removing intermediate container 58c53c476a73 [2020-11-19T10:46:21.583Z] ---> 8f17cbb1176b [2020-11-19T10:46:21.583Z] Step 8/22 : COPY . . [2020-11-19T10:46:21.583Z] Removing intermediate container b81018184881 [2020-11-19T10:46:21.583Z] ---> 11578c5faada [2020-11-19T10:46:21.583Z] Step 8/22 : COPY . . [2020-11-19T10:46:24.191Z] Removing intermediate container db547575aa95 [2020-11-19T10:46:24.191Z] ---> 57ed2be76cbd [2020-11-19T10:46:24.191Z] Step 8/22 : COPY . . [2020-11-19T10:46:25.207Z] Removing intermediate container 58893e10f30a [2020-11-19T10:46:25.207Z] ---> 15569e6ca91c [2020-11-19T10:46:25.207Z] Successfully built 15569e6ca91c [2020-11-19T10:46:25.207Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:46:25.558Z] + docker inspect -f . ci-base-image-arm64 [2020-11-19T10:46:25.558Z] . [Pipeline] withDockerContainer [2020-11-19T10:46:25.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-12730 does not seem to be running inside a container [2020-11-19T10:46:25.925Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** ci-base-image-arm64 cat [2020-11-19T10:46:26.797Z] Removing intermediate container 19312f66bfa2 [2020-11-19T10:46:26.798Z] ---> a617b38f546d [2020-11-19T10:46:26.798Z] Step 8/27 : COPY . . [2020-11-19T10:46:27.842Z] $ docker top 8acfc1b536aa0e16d4be00c37af0d314b41b9f7109f88316d86f5af56d7c227a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:46:29.277Z] + go version [2020-11-19T10:46:29.277Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-19T10:46:29.303Z] $ docker stop --time=1 8acfc1b536aa0e16d4be00c37af0d314b41b9f7109f88316d86f5af56d7c227a [2020-11-19T10:46:31.219Z] $ docker rm -f 8acfc1b536aa0e16d4be00c37af0d314b41b9f7109f88316d86f5af56d7c227a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:46:32.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T10:46:32.571Z] [2020-11-19T10:46:32.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:46:33.235Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T10:46:33.509Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-19T10:46:33.509Z] 29e5d40040c1: Pulling fs layer [2020-11-19T10:46:33.509Z] 1ce36da41761: Pulling fs layer [2020-11-19T10:46:33.509Z] 25b303627fd3: Pulling fs layer [2020-11-19T10:46:34.104Z] 29e5d40040c1: Verifying Checksum [2020-11-19T10:46:34.104Z] 29e5d40040c1: Download complete [2020-11-19T10:46:34.381Z] 1ce36da41761: Verifying Checksum [2020-11-19T10:46:34.381Z] 1ce36da41761: Download complete [2020-11-19T10:46:34.654Z] 29e5d40040c1: Pull complete [2020-11-19T10:46:36.085Z] 1ce36da41761: Pull complete [2020-11-19T10:46:36.085Z] 25b303627fd3: Verifying Checksum [2020-11-19T10:46:36.085Z] 25b303627fd3: Download complete [2020-11-19T10:46:36.881Z] Removing intermediate container d642b364da93 [2020-11-19T10:46:36.881Z] ---> 88a30966b626 [2020-11-19T10:46:36.881Z] Step 8/23 : COPY . . [2020-11-19T10:46:46.232Z] 25b303627fd3: Pull complete [2020-11-19T10:46:46.232Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-19T10:46:46.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T10:46:46.232Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-19T10:46:46.502Z] prd-ubuntu18.04-docker-arm64-4c-16g-12730 does not seem to be running inside a container [2020-11-19T10:46:46.586Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-19T10:46:50.008Z] $ docker top 6548f8ea29220b5a88cffbe901e35e3380809182fba994c9a4990ef16b580da9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:46:51.495Z] + docker-compose build --help [2020-11-19T10:46:51.495Z] + grep parallel [2020-11-19T10:46:54.884Z] --parallel Build images in parallel. [Pipeline] } [2020-11-19T10:46:55.186Z] $ docker stop --time=1 6548f8ea29220b5a88cffbe901e35e3380809182fba994c9a4990ef16b580da9 [2020-11-19T10:46:57.163Z] $ docker rm -f 6548f8ea29220b5a88cffbe901e35e3380809182fba994c9a4990ef16b580da9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:46:58.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-19T10:46:58.016Z] . [Pipeline] withDockerContainer [2020-11-19T10:46:58.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-12730 does not seem to be running inside a container [2020-11-19T10:46:58.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-19T10:46:59.907Z] $ docker top fc36541d2ea739f34e87f9700de1151cd9f9f7ab786f935d388e85c4609708fc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:47:01.057Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-19T10:47:03.612Z] ---> da15265086b7 [2020-11-19T10:47:03.612Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-19T10:47:03.612Z] ---> e7e961944f72 [2020-11-19T10:47:03.612Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-19T10:47:03.612Z] ---> 3df44c23072e [2020-11-19T10:47:03.612Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-19T10:47:03.612Z] ---> 43a2bc315140 [2020-11-19T10:47:03.612Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-19T10:47:03.612Z] ---> Running in 2eb447325c8b [2020-11-19T10:47:03.612Z] ---> Running in 3de839da6826 [2020-11-19T10:47:03.612Z] ---> Running in d4a4a7b60b59 [2020-11-19T10:47:03.612Z] ---> Running in 28cdb37860ca [2020-11-19T10:47:04.451Z] Building docker-core-command-go ... [2020-11-19T10:47:04.451Z] Building docker-core-data-go ... [2020-11-19T10:47:04.451Z] Building docker-core-metadata-go ... [2020-11-19T10:47:04.451Z] Building docker-security-bootstrap-redis-go ... [2020-11-19T10:47:04.451Z] Building docker-security-proxy-setup-go ... [2020-11-19T10:47:04.451Z] Building docker-security-secrets-setup-go ... [2020-11-19T10:47:04.451Z] Building docker-security-secretstore-setup-go ... [2020-11-19T10:47:04.451Z] Building docker-support-logging-go ... [2020-11-19T10:47:04.451Z] Building docker-support-notifications-go ... [2020-11-19T10:47:04.451Z] Building docker-support-scheduler-go ... [2020-11-19T10:47:04.451Z] Building docker-sys-mgmt-agent-go ... [2020-11-19T10:47:04.451Z] Building docker-core-command-go [2020-11-19T10:47:04.451Z] Building docker-sys-mgmt-agent-go [2020-11-19T10:47:04.451Z] Building docker-security-secretstore-setup-go [2020-11-19T10:47:04.451Z] Building docker-core-metadata-go [2020-11-19T10:47:04.451Z] Building docker-core-data-go [2020-11-19T10:47:05.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-19T10:47:05.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-command/core-command ./cmd/core-command [2020-11-19T10:47:05.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-19T10:47:05.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-19T10:47:06.151Z] ---> 4f42df5bbb1a [2020-11-19T10:47:06.151Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-19T10:47:06.425Z] ---> Running in 15b7c452053d [2020-11-19T10:47:07.414Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-data/core-data ./cmd/core-data [2020-11-19T10:47:39.732Z] Removing intermediate container 2eb447325c8b [2020-11-19T10:47:39.732Z] ---> 955b080c6172 [2020-11-19T10:47:39.732Z] [2020-11-19T10:47:39.732Z] Step 10/22 : FROM alpine:3.10 [2020-11-19T10:47:39.732Z] 3.10: Pulling from library/alpine [2020-11-19T10:47:41.155Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-19T10:47:41.733Z] Status: Downloaded newer image for alpine:3.10 [2020-11-19T10:47:41.733Z] ---> be4e4bea2c2e [2020-11-19T10:47:41.733Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T10:47:43.136Z] Removing intermediate container 28cdb37860ca [2020-11-19T10:47:43.136Z] ---> 670dacd81ad3 [2020-11-19T10:47:43.136Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-19T10:47:45.709Z] ---> Running in 280335f4e7dd [2020-11-19T10:47:45.709Z] ---> Running in f0d7150deeb0 [2020-11-19T10:47:45.973Z] Removing intermediate container 3de839da6826 [2020-11-19T10:47:45.973Z] ---> 65da149e76d8 [2020-11-19T10:47:45.973Z] [2020-11-19T10:47:45.973Z] Step 10/22 : FROM scratch [2020-11-19T10:47:45.973Z] ---> [2020-11-19T10:47:45.973Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T10:47:46.252Z] ---> Running in e7f507f8fb87 [2020-11-19T10:47:46.872Z] Removing intermediate container e7f507f8fb87 [2020-11-19T10:47:46.872Z] ---> 3b42521f07ed [2020-11-19T10:47:46.872Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-19T10:47:46.872Z] ---> Running in 8800caaf54be [2020-11-19T10:47:47.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-19T10:47:47.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:47:47.146Z] Removing intermediate container 8800caaf54be [2020-11-19T10:47:47.146Z] ---> 2810113ed7b2 [2020-11-19T10:47:47.146Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T10:47:47.411Z] ---> Running in cf239013153e [2020-11-19T10:47:47.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:47:47.411Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-19T10:47:47.411Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-19T10:47:47.411Z] OK: 10346 distinct packages available [2020-11-19T10:47:47.685Z] Removing intermediate container cf239013153e [2020-11-19T10:47:47.685Z] ---> 4c424474db58 [2020-11-19T10:47:47.685Z] Step 14/22 : WORKDIR / [2020-11-19T10:47:47.685Z] ---> Running in a2b4fdc69d27 [2020-11-19T10:47:47.685Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-19T10:47:47.685Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-19T10:47:47.685Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-19T10:47:47.958Z] (4/5) Installing curl (7.66.0-r1) [2020-11-19T10:47:47.958Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-19T10:47:47.958Z] Executing busybox-1.30.1-r3.trigger [2020-11-19T10:47:47.958Z] Executing ca-certificates-20191127-r2.trigger [2020-11-19T10:47:47.958Z] OK: 7 MiB in 19 packages [2020-11-19T10:47:48.544Z] Removing intermediate container a2b4fdc69d27 [2020-11-19T10:47:48.544Z] ---> e7697c2373b4 [2020-11-19T10:47:48.544Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-19T10:47:49.129Z] ---> 7a208f1c2d39 [2020-11-19T10:47:49.129Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-19T10:47:51.410Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:47:51.410Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:47:51.410Z] ---> 15569e6ca91c [2020-11-19T10:47:51.410Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T10:47:51.410Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:47:51.410Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:47:51.410Z] ---> 15569e6ca91c [2020-11-19T10:47:51.410Z] Step 3/27 : WORKDIR /edgex-go [2020-11-19T10:47:51.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:47:51.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:47:51.410Z] ---> 15569e6ca91c [2020-11-19T10:47:51.410Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T10:47:51.410Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:47:51.410Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:47:51.410Z] ---> 15569e6ca91c [2020-11-19T10:47:51.410Z] Step 3/23 : WORKDIR /edgex-go [2020-11-19T10:47:51.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:47:51.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:47:51.410Z] ---> 15569e6ca91c [2020-11-19T10:47:51.410Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T10:47:51.410Z] ---> Running in ac900295737e [2020-11-19T10:47:51.410Z] ---> Running in 575db75bb605 [2020-11-19T10:47:51.410Z] ---> Running in 6f117df4a057 [2020-11-19T10:47:51.410Z] ---> Running in 3e303eda505c [2020-11-19T10:47:51.410Z] ---> Running in e298fdd65a97 [2020-11-19T10:47:51.681Z] Removing intermediate container ac900295737e [2020-11-19T10:47:51.681Z] ---> 0339e3338951 [2020-11-19T10:47:51.681Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:47:51.699Z] Removing intermediate container 280335f4e7dd [2020-11-19T10:47:51.699Z] ---> 477cbb07748f [2020-11-19T10:47:51.699Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-19T10:47:51.968Z] Removing intermediate container 6f117df4a057 [2020-11-19T10:47:51.968Z] ---> 6251b33d165e [2020-11-19T10:47:51.968Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:47:51.968Z] Removing intermediate container e298fdd65a97 [2020-11-19T10:47:51.968Z] ---> 8bc6b124f392 [2020-11-19T10:47:51.968Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:47:51.968Z] Removing intermediate container 575db75bb605 [2020-11-19T10:47:51.968Z] ---> 474f05b685a0 [2020-11-19T10:47:51.968Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:47:51.968Z] Removing intermediate container 3e303eda505c [2020-11-19T10:47:51.968Z] ---> 64c1c09aad39 [2020-11-19T10:47:51.968Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:47:51.968Z] ---> Running in b19e45dfde57 [2020-11-19T10:47:51.968Z] ---> Running in 0610a1af3c98 [2020-11-19T10:47:52.243Z] ---> Running in 60dd543b09fd [2020-11-19T10:47:52.243Z] ---> Running in eff1ac6480d5 [2020-11-19T10:47:52.243Z] ---> Running in 932f8121bd2d [2020-11-19T10:47:52.277Z] ---> Running in 690d3902df2e [2020-11-19T10:47:52.277Z] ---> 4b5f79a966b3 [2020-11-19T10:47:52.277Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-19T10:47:52.277Z] Removing intermediate container d4a4a7b60b59 [2020-11-19T10:47:52.277Z] ---> 9d8afe50a11d [2020-11-19T10:47:52.277Z] [2020-11-19T10:47:52.277Z] Step 10/22 : FROM scratch [2020-11-19T10:47:52.277Z] ---> [2020-11-19T10:47:52.277Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T10:47:52.549Z] ---> Using cache [2020-11-19T10:47:52.549Z] ---> 3b42521f07ed [2020-11-19T10:47:52.549Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-19T10:47:52.549Z] Removing intermediate container f0d7150deeb0 [2020-11-19T10:47:52.549Z] ---> a5bdd08da12c [2020-11-19T10:47:52.549Z] [2020-11-19T10:47:52.549Z] Step 11/27 : FROM docker:latest [2020-11-19T10:47:52.549Z] ---> 6972c414f322 [2020-11-19T10:47:52.549Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-19T10:47:52.549Z] ---> Running in b0ed8b3d2c7a [2020-11-19T10:47:52.549Z] Removing intermediate container 690d3902df2e [2020-11-19T10:47:52.549Z] ---> ad0ecd5c18e8 [2020-11-19T10:47:52.549Z] Step 13/22 : WORKDIR / [2020-11-19T10:47:52.832Z] ---> 2716edb1994e [2020-11-19T10:47:52.832Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-19T10:47:52.832Z] ---> Running in 99f1813e679b [2020-11-19T10:47:52.832Z] ---> Running in dbcc73382285 [2020-11-19T10:47:53.098Z] ---> Running in fd51d9f29986 [2020-11-19T10:47:53.674Z] Removing intermediate container b0ed8b3d2c7a [2020-11-19T10:47:53.674Z] ---> ba22fb23aca3 [2020-11-19T10:47:53.674Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T10:47:55.109Z] ---> Running in 0ebb8710093b [2020-11-19T10:47:55.109Z] Removing intermediate container dbcc73382285 [2020-11-19T10:47:55.109Z] ---> 30829af85cfc [2020-11-19T10:47:55.109Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-19T10:47:55.109Z] Removing intermediate container fd51d9f29986 [2020-11-19T10:47:55.109Z] ---> 845fb8d75619 [2020-11-19T10:47:55.109Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:47:55.109Z] ---> Running in d6e75b4123f9 [2020-11-19T10:47:55.109Z] Removing intermediate container 15b7c452053d [2020-11-19T10:47:55.109Z] ---> 951cc17ff864 [2020-11-19T10:47:55.109Z] [2020-11-19T10:47:55.109Z] Step 10/23 : FROM alpine [2020-11-19T10:47:55.391Z] Removing intermediate container 0ebb8710093b [2020-11-19T10:47:55.391Z] ---> c51d4950da9e [2020-11-19T10:47:55.391Z] Step 14/22 : WORKDIR / [2020-11-19T10:47:55.391Z] ---> Running in 7b10bae45d38 [2020-11-19T10:47:55.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:47:55.391Z] Removing intermediate container d6e75b4123f9 [2020-11-19T10:47:55.391Z] ---> 3566d1dcff79 [2020-11-19T10:47:55.391Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T10:47:55.391Z] ---> 866cbd3062da [2020-11-19T10:47:55.391Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-19T10:47:55.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:47:55.659Z] ---> Running in dced10e29db2 [2020-11-19T10:47:55.659Z] latest: Pulling from library/alpine [2020-11-19T10:47:55.659Z] Removing intermediate container 7b10bae45d38 [2020-11-19T10:47:55.659Z] ---> d260e7eb9ae9 [2020-11-19T10:47:55.659Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-19T10:47:55.659Z] (1/2) Installing readline (8.0.4-r0) [2020-11-19T10:47:55.659Z] (2/2) Installing bash (5.0.17-r0) [2020-11-19T10:47:55.922Z] Executing bash-5.0.17-r0.post-install [2020-11-19T10:47:55.922Z] Removing intermediate container dced10e29db2 [2020-11-19T10:47:55.922Z] ---> 6ad1d137ab0d [2020-11-19T10:47:55.922Z] Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:47:55.922Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:47:55.922Z] OK: 12 MiB in 22 packages [2020-11-19T10:47:55.922Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-19T10:47:55.922Z] Status: Downloaded newer image for alpine:latest [2020-11-19T10:47:55.922Z] ---> d6e46aa2470d [2020-11-19T10:47:55.922Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T10:47:56.185Z] ---> Running in afdf0532ff2f [2020-11-19T10:47:56.449Z] ---> Running in 124ca2c3bdbe [2020-11-19T10:47:56.590Z] Removing intermediate container b19e45dfde57 [2020-11-19T10:47:56.590Z] ---> 23b6e38ea0aa [2020-11-19T10:47:56.590Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-19T10:47:56.590Z] ---> Running in 4059c0e9eeed [2020-11-19T10:47:56.590Z] Removing intermediate container 0610a1af3c98 [2020-11-19T10:47:56.590Z] ---> da479c1de2db [2020-11-19T10:47:56.590Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T10:47:56.590Z] Removing intermediate container 932f8121bd2d [2020-11-19T10:47:56.590Z] ---> 90a9290dc7cd [2020-11-19T10:47:56.590Z] Step 5/24 : RUN apk update && apk add make git [2020-11-19T10:47:56.590Z] ---> Running in 5538d15485a9 [2020-11-19T10:47:56.710Z] ---> e977c60c22e2 [2020-11-19T10:47:56.710Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-19T10:47:56.859Z] ---> Running in 162a1d4757f9 [2020-11-19T10:47:56.976Z] ---> cd45c35a745c [2020-11-19T10:47:56.976Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-19T10:47:57.132Z] Removing intermediate container eff1ac6480d5 [2020-11-19T10:47:57.132Z] ---> 623c435317a6 [2020-11-19T10:47:57.132Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-19T10:47:57.132Z] Removing intermediate container 60dd543b09fd [2020-11-19T10:47:57.132Z] ---> 65eb7c517c9a [2020-11-19T10:47:57.132Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T10:47:57.406Z] ---> Running in aa7fcc664cc5 [2020-11-19T10:47:57.406Z] ---> Running in ea1c4d6c71ad [2020-11-19T10:47:57.558Z] Removing intermediate container afdf0532ff2f [2020-11-19T10:47:57.558Z] ---> a7dc0f2c94b6 [2020-11-19T10:47:57.558Z] Step 22/22 : LABEL version=1.3.1-dev.2 [2020-11-19T10:47:57.558Z] Removing intermediate container 124ca2c3bdbe [2020-11-19T10:47:57.558Z] ---> 41e643a68927 [2020-11-19T10:47:57.558Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-19T10:47:57.558Z] ---> f04edef88210 [2020-11-19T10:47:57.558Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-19T10:47:57.558Z] Removing intermediate container 99f1813e679b [2020-11-19T10:47:57.558Z] ---> e7c5e2dd1a81 [2020-11-19T10:47:57.558Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-19T10:47:57.558Z] ---> Running in 47a3ff9329b3 [2020-11-19T10:47:57.558Z] ---> a3fa3a8af02d [2020-11-19T10:47:57.558Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-19T10:47:57.821Z] ---> Running in 82a1c0409790 [2020-11-19T10:47:57.821Z] ---> Running in 507e77dc62d2 [2020-11-19T10:47:58.089Z] ---> eedd13ea5a20 [2020-11-19T10:47:58.089Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-19T10:47:58.089Z] Removing intermediate container 47a3ff9329b3 [2020-11-19T10:47:58.089Z] ---> 4d8aa481b274 [2020-11-19T10:47:58.089Z] [2020-11-19T10:47:58.353Z] ---> 4ac872bb1ead [2020-11-19T10:47:58.353Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-19T10:47:58.353Z] ---> Running in ba607e9a0982 [2020-11-19T10:47:58.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:47:58.618Z] Successfully built 4d8aa481b274 [2020-11-19T10:47:58.618Z] Successfully tagged docker-core-command-go:latest [2020-11-19T10:47:58.618Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-11-19T10:47:58.618Z] Removing intermediate container 82a1c0409790 [2020-11-19T10:47:58.618Z] ---> b4ca8b37f28a [2020-11-19T10:47:58.618Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-19T10:47:58.881Z] ---> Running in 11272b812426 [2020-11-19T10:47:58.881Z] ---> Running in cc750a15f13e [2020-11-19T10:47:58.881Z] Removing intermediate container ba607e9a0982 [2020-11-19T10:47:58.881Z] ---> 2391b6d0bfde [2020-11-19T10:47:58.881Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:47:59.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:47:59.151Z] ---> Running in 923d307243e8 [2020-11-19T10:47:59.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:47:59.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:47:59.420Z] Removing intermediate container cc750a15f13e [2020-11-19T10:47:59.420Z] ---> b8570666009a [2020-11-19T10:47:59.420Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:47:59.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:47:59.684Z] ---> Running in b3f872e8fd03 [2020-11-19T10:47:59.684Z] Removing intermediate container 923d307243e8 [2020-11-19T10:47:59.684Z] ---> 7ae3e4cf079b [2020-11-19T10:47:59.684Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T10:47:59.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:47:59.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:47:59.956Z] ---> Running in b9f682d3d4ef [2020-11-19T10:48:00.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:48:00.389Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:48:00.389Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:48:00.389Z] OK: 12623 distinct packages available [2020-11-19T10:48:00.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:48:00.663Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:48:00.663Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:48:00.663Z] OK: 12623 distinct packages available [2020-11-19T10:48:00.936Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:48:00.936Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:48:00.936Z] OK: 12623 distinct packages available [2020-11-19T10:48:00.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:48:01.213Z] OK: 217 MiB in 51 packages [2020-11-19T10:48:01.490Z] OK: 217 MiB in 51 packages [2020-11-19T10:48:01.763Z] OK: 217 MiB in 51 packages [2020-11-19T10:48:01.909Z] Removing intermediate container b9f682d3d4ef [2020-11-19T10:48:01.909Z] ---> c040b9cd03ed [2020-11-19T10:48:01.909Z] Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:48:02.175Z] Removing intermediate container 507e77dc62d2 [2020-11-19T10:48:02.175Z] ---> fa9881b97a79 [2020-11-19T10:48:02.175Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-19T10:48:02.759Z] Removing intermediate container 4059c0e9eeed [2020-11-19T10:48:02.759Z] ---> 2888738c915b [2020-11-19T10:48:02.759Z] Step 6/27 : COPY go.mod . [2020-11-19T10:48:02.759Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:48:02.759Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:48:02.759Z] OK: 12623 distinct packages available [2020-11-19T10:48:03.050Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:48:03.050Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:48:03.050Z] OK: 12623 distinct packages available [2020-11-19T10:48:03.331Z] Removing intermediate container 5538d15485a9 [2020-11-19T10:48:03.331Z] ---> 6398d86e39f6 [2020-11-19T10:48:03.331Z] Step 6/22 : COPY go.mod . [2020-11-19T10:48:03.607Z] Removing intermediate container 162a1d4757f9 [2020-11-19T10:48:03.607Z] ---> dfc548bc9456 [2020-11-19T10:48:03.607Z] Step 6/24 : COPY go.mod . [2020-11-19T10:48:03.607Z] OK: 217 MiB in 51 packages [2020-11-19T10:48:03.885Z] ---> 95d6d5bc4467 [2020-11-19T10:48:03.885Z] Step 7/27 : RUN go mod download [2020-11-19T10:48:03.885Z] OK: 217 MiB in 51 packages [2020-11-19T10:48:04.131Z] ---> Running in f86a1b66c607 [2020-11-19T10:48:04.131Z] ---> Running in b201210720e6 [2020-11-19T10:48:04.161Z] ---> Running in cdca3230475f [2020-11-19T10:48:04.397Z] Removing intermediate container 11272b812426 [2020-11-19T10:48:04.397Z] ---> c60010c2946d [2020-11-19T10:48:04.397Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-19T10:48:04.397Z] Removing intermediate container b201210720e6 [2020-11-19T10:48:04.397Z] ---> 0729ea682d6c [2020-11-19T10:48:04.397Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-19T10:48:04.397Z] Removing intermediate container f86a1b66c607 [2020-11-19T10:48:04.397Z] ---> 7104defdd5f0 [2020-11-19T10:48:04.397Z] Step 22/22 : LABEL version=1.3.1-dev.2 [2020-11-19T10:48:04.436Z] ---> 8af03f3413b5 [2020-11-19T10:48:04.436Z] Step 7/22 : RUN go mod download [2020-11-19T10:48:04.674Z] ---> Running in 5ce757930890 [2020-11-19T10:48:04.711Z] ---> Running in f9af441eaa47 [2020-11-19T10:48:04.711Z] ---> 1ffa9fea4ea0 [2020-11-19T10:48:04.711Z] Step 7/24 : RUN go mod download [2020-11-19T10:48:04.984Z] ---> Running in cc0aa4b16f9f [2020-11-19T10:48:05.585Z] Removing intermediate container aa7fcc664cc5 [2020-11-19T10:48:05.585Z] ---> 97ae93939edd [2020-11-19T10:48:05.585Z] Step 6/22 : COPY go.mod . [2020-11-19T10:48:05.631Z] ---> Running in f9c8a19adc48 [2020-11-19T10:48:05.631Z] ---> Running in e0a81266dc32 [2020-11-19T10:48:06.190Z] Removing intermediate container ea1c4d6c71ad [2020-11-19T10:48:06.190Z] ---> 12d8df0771a4 [2020-11-19T10:48:06.190Z] Step 6/23 : COPY go.mod . [2020-11-19T10:48:06.208Z] Removing intermediate container b3f872e8fd03 [2020-11-19T10:48:06.208Z] ---> 7bcb7f82f794 [2020-11-19T10:48:06.208Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-19T10:48:06.208Z] Removing intermediate container 5ce757930890 [2020-11-19T10:48:06.208Z] ---> 38b60e0ebc40 [2020-11-19T10:48:06.208Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T10:48:06.473Z] ---> Running in cbe5c00070c7 [2020-11-19T10:48:06.473Z] ---> Running in 885f4f7c2579 [2020-11-19T10:48:06.478Z] ---> 280a23885abb [2020-11-19T10:48:06.478Z] Step 7/22 : RUN go mod download [2020-11-19T10:48:06.754Z] ---> Running in cd9a838ffcba [2020-11-19T10:48:07.053Z] Removing intermediate container f9c8a19adc48 [2020-11-19T10:48:07.053Z] ---> 13ccf5da391b [2020-11-19T10:48:07.053Z] [2020-11-19T10:48:07.053Z] Removing intermediate container e0a81266dc32 [2020-11-19T10:48:07.053Z] ---> bfdabb7c0ea5 [2020-11-19T10:48:07.053Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-19T10:48:07.362Z] ---> 4f0584967bb4 [2020-11-19T10:48:07.362Z] Step 7/23 : RUN go mod download [2020-11-19T10:48:07.640Z] ---> Running in e32d91f761d4 [2020-11-19T10:48:08.454Z] Successfully built 13ccf5da391b [2020-11-19T10:48:08.719Z] Successfully tagged docker-core-metadata-go:latest [2020-11-19T10:48:08.719Z] Building docker-security-proxy-setup-go [2020-11-19T10:48:08.719Z]  Building docker-core-metadata-go ... done Removing intermediate container 885f4f7c2579 [2020-11-19T10:48:08.719Z] ---> 984f6a51ebbe [2020-11-19T10:48:08.719Z] Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:48:08.719Z] ---> Running in b2bf0bb7f90b [2020-11-19T10:48:09.094Z] Removing intermediate container cdca3230475f [2020-11-19T10:48:09.094Z] ---> b1107d4844ee [2020-11-19T10:48:09.094Z] Step 8/27 : COPY . . [2020-11-19T10:48:10.534Z] Removing intermediate container f9af441eaa47 [2020-11-19T10:48:10.534Z] ---> 4ff23dc1165c [2020-11-19T10:48:10.534Z] Step 8/22 : COPY . . [2020-11-19T10:48:10.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:48:11.140Z] Removing intermediate container cc0aa4b16f9f [2020-11-19T10:48:11.140Z] ---> 598c9e3e7775 [2020-11-19T10:48:11.140Z] Step 8/24 : COPY . . [2020-11-19T10:48:11.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:48:11.916Z] ---> Running in c9251b619418 [2020-11-19T10:48:12.183Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-19T10:48:12.449Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-19T10:48:12.449Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-19T10:48:12.716Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-19T10:48:13.116Z] Removing intermediate container cd9a838ffcba [2020-11-19T10:48:13.116Z] ---> acb422ee184b [2020-11-19T10:48:13.116Z] Step 8/22 : COPY . . [2020-11-19T10:48:13.380Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-19T10:48:13.380Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:48:13.648Z] OK: 8 MiB in 19 packages [2020-11-19T10:48:13.718Z] Removing intermediate container e32d91f761d4 [2020-11-19T10:48:13.718Z] ---> 10fab9822fb2 [2020-11-19T10:48:13.718Z] Step 8/23 : COPY . . [2020-11-19T10:48:14.603Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:48:14.603Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:48:14.603Z] ---> f65d9b00e0c0 [2020-11-19T10:48:14.603Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T10:48:14.603Z] ---> Using cache [2020-11-19T10:48:14.603Z] ---> 6afb09cfb5bf [2020-11-19T10:48:14.603Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:48:14.603Z] ---> Using cache [2020-11-19T10:48:14.603Z] ---> 400454b9c5b8 [2020-11-19T10:48:14.603Z] Step 5/24 : RUN apk update && apk add make git [2020-11-19T10:48:14.603Z] ---> Using cache [2020-11-19T10:48:14.603Z] ---> a42f928f1b88 [2020-11-19T10:48:14.603Z] Step 6/24 : COPY go.mod . [2020-11-19T10:48:14.603Z] ---> Using cache [2020-11-19T10:48:14.603Z] ---> 6b5c7a1d857d [2020-11-19T10:48:14.603Z] Step 7/24 : RUN go mod download [2020-11-19T10:48:14.603Z] ---> Using cache [2020-11-19T10:48:14.603Z] ---> 57ed2be76cbd [2020-11-19T10:48:14.603Z] Step 8/24 : COPY . . [2020-11-19T10:48:14.603Z] ---> Using cache [2020-11-19T10:48:14.603Z] ---> 3df44c23072e [2020-11-19T10:48:14.603Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-19T10:48:14.868Z] Removing intermediate container c9251b619418 [2020-11-19T10:48:14.868Z] ---> 3a93cc73a723 [2020-11-19T10:48:14.868Z] Step 22/22 : LABEL version=1.3.1-dev.2 [2020-11-19T10:48:14.868Z] Removing intermediate container b2bf0bb7f90b [2020-11-19T10:48:14.868Z] ---> 2c649e13edb9 [2020-11-19T10:48:14.868Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-19T10:48:15.130Z] ---> Running in 5fa6279a0fa4 [2020-11-19T10:48:15.408Z] ---> Running in 78ea9e3d7533 [2020-11-19T10:48:15.689Z] Removing intermediate container 78ea9e3d7533 [2020-11-19T10:48:15.689Z] ---> 6d1d6099132d [2020-11-19T10:48:15.689Z] [2020-11-19T10:48:15.689Z] Removing intermediate container cbe5c00070c7 [2020-11-19T10:48:15.689Z] ---> 340a7cfad4be [2020-11-19T10:48:15.689Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-19T10:48:15.965Z] ---> 9310534ee8bc [2020-11-19T10:48:15.965Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-19T10:48:15.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-19T10:48:16.248Z] Successfully built 6d1d6099132d [2020-11-19T10:48:16.248Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-19T10:48:16.248Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2020-11-19T10:48:16.248Z] ---> 9bb580cc6bc6 [2020-11-19T10:48:16.248Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-19T10:48:16.839Z] ---> 46dc12f5d645 [2020-11-19T10:48:16.839Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-19T10:48:25.351Z] ---> 654f84c42ca3 [2020-11-19T10:48:25.351Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-19T10:48:25.351Z] ---> af779917e90a [2020-11-19T10:48:25.351Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-19T10:48:25.351Z] ---> Running in c60f849b0661 [2020-11-19T10:48:25.351Z] ---> 4aeaeec471e4 [2020-11-19T10:48:25.351Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-19T10:48:26.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:48:26.143Z] ---> f2b749fba49f [2020-11-19T10:48:26.143Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-19T10:48:26.143Z] ---> 38cdccdf649a [2020-11-19T10:48:26.143Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-19T10:48:26.143Z] ---> 793872fa2eb8 [2020-11-19T10:48:26.143Z] ---> 4d41945935ed [2020-11-19T10:48:26.143Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-19T10:48:26.143Z] ---> a0ba3a31dbea [2020-11-19T10:48:26.143Z] Step 9/22 : RUN make cmd/core-metadata/core-metadataStep 9/23 : RUN make cmd/core-data/core-data [2020-11-19T10:48:26.143Z] [2020-11-19T10:48:26.143Z] ---> Running in d41571a55fe8 [2020-11-19T10:48:26.143Z] ---> Running in 8f93afb330b4 [2020-11-19T10:48:26.143Z] ---> Running in dfc6ee309ec9 [2020-11-19T10:48:26.143Z] ---> Running in 5c46431c0f4c [2020-11-19T10:48:26.143Z] ---> Running in e6fa85126c59 [2020-11-19T10:48:26.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:48:26.702Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-19T10:48:26.702Z] (2/33) Installing expat (2.2.9-r1) [2020-11-19T10:48:26.702Z] (3/33) Installing libffi (3.3-r2) [2020-11-19T10:48:26.702Z] (4/33) Installing gdbm (1.13-r1) [2020-11-19T10:48:27.014Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-19T10:48:27.015Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-19T10:48:27.015Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-19T10:48:27.129Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-19T10:48:27.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-11-19T10:48:27.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-command/core-command ./cmd/core-command [2020-11-19T10:48:27.685Z] ---> Running in c2cc81ddc973 [2020-11-19T10:48:27.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-11-19T10:48:27.957Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-data/core-data ./cmd/core-data [2020-11-19T10:48:28.696Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:48:28.696Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:48:28.696Z] ---> f65d9b00e0c0 [2020-11-19T10:48:28.696Z] Step 3/20 : WORKDIR /edgex-go [2020-11-19T10:48:28.959Z] ---> Using cache [2020-11-19T10:48:28.959Z] ---> 6afb09cfb5bf [2020-11-19T10:48:28.959Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:48:28.959Z] ---> Using cache [2020-11-19T10:48:28.959Z] ---> 400454b9c5b8 [2020-11-19T10:48:28.959Z] Step 5/20 : RUN apk update && apk add make git [2020-11-19T10:48:28.959Z] ---> Using cache [2020-11-19T10:48:28.959Z] ---> a42f928f1b88 [2020-11-19T10:48:28.959Z] Step 6/20 : COPY go.mod . [2020-11-19T10:48:28.959Z] ---> Using cache [2020-11-19T10:48:28.959Z] ---> 6b5c7a1d857d [2020-11-19T10:48:28.959Z] Step 7/20 : RUN go mod download [2020-11-19T10:48:29.222Z] ---> Using cache [2020-11-19T10:48:29.222Z] ---> 57ed2be76cbd [2020-11-19T10:48:29.222Z] Step 8/20 : COPY . . [2020-11-19T10:48:29.222Z] ---> Using cache [2020-11-19T10:48:29.222Z] ---> 3df44c23072e [2020-11-19T10:48:29.222Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-19T10:48:31.153Z] Removing intermediate container c2cc81ddc973 [2020-11-19T10:48:31.153Z] ---> 16bc1a0c369a [2020-11-19T10:48:31.153Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:48:31.426Z] ---> Running in c03f9a9cdd8f [2020-11-19T10:48:31.698Z] ---> Running in 741caba1d603 [2020-11-19T10:48:31.698Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-19T10:48:31.698Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-19T10:48:31.698Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-19T10:48:31.698Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-19T10:48:31.966Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-19T10:48:31.966Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-19T10:48:31.966Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-19T10:48:31.966Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-19T10:48:31.966Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-19T10:48:31.966Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-19T10:48:32.241Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-19T10:48:32.241Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-19T10:48:32.510Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-19T10:48:32.782Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-19T10:48:32.782Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-19T10:48:32.782Z] Removing intermediate container 741caba1d603 [2020-11-19T10:48:32.782Z] ---> 0795f68a9bc2 [2020-11-19T10:48:32.782Z] Step 21/23 : LABEL arch=x86_64 [2020-11-19T10:48:32.782Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-19T10:48:33.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-19T10:48:33.054Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-19T10:48:33.054Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-19T10:48:33.054Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-19T10:48:33.320Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-19T10:48:33.320Z] ---> Running in 7b2bba77edcd [2020-11-19T10:48:33.320Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-19T10:48:33.320Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-19T10:48:33.320Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-19T10:48:33.320Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-19T10:48:33.320Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-19T10:48:33.320Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-19T10:48:33.583Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:48:33.583Z] OK: 71 MiB in 55 packages [2020-11-19T10:48:35.534Z] Removing intermediate container 7b2bba77edcd [2020-11-19T10:48:35.534Z] ---> 2cd8b5d1b378 [2020-11-19T10:48:35.534Z] Step 22/23 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:48:38.163Z] ---> Running in 66b783bf8bdf [2020-11-19T10:48:38.163Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-19T10:48:38.429Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:48:38.429Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:48:38.429Z] ---> f65d9b00e0c0 [2020-11-19T10:48:38.429Z] Step 3/21 : WORKDIR /edgex-go [2020-11-19T10:48:38.429Z] ---> Using cache [2020-11-19T10:48:38.429Z] ---> 6afb09cfb5bf [2020-11-19T10:48:38.429Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:48:38.429Z] ---> Using cache [2020-11-19T10:48:38.429Z] ---> 400454b9c5b8 [2020-11-19T10:48:38.429Z] Step 5/21 : RUN apk update && apk add make git [2020-11-19T10:48:38.429Z] ---> Using cache [2020-11-19T10:48:38.429Z] ---> a42f928f1b88 [2020-11-19T10:48:38.429Z] Step 6/21 : COPY go.mod . [2020-11-19T10:48:38.429Z] ---> Using cache [2020-11-19T10:48:38.429Z] ---> 6b5c7a1d857d [2020-11-19T10:48:38.429Z] Step 7/21 : RUN go mod download [2020-11-19T10:48:38.429Z] ---> Using cache [2020-11-19T10:48:38.429Z] ---> 57ed2be76cbd [2020-11-19T10:48:38.429Z] Step 8/21 : COPY . . [2020-11-19T10:48:38.429Z] ---> Using cache [2020-11-19T10:48:38.429Z] ---> 3df44c23072e [2020-11-19T10:48:38.429Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-19T10:48:39.026Z] Removing intermediate container 66b783bf8bdf [2020-11-19T10:48:39.026Z] ---> 8c87dfb6a3df [2020-11-19T10:48:39.026Z] Step 23/23 : LABEL version=1.3.1-dev.2 [2020-11-19T10:48:39.292Z] ---> Running in 944b5314fce9 [2020-11-19T10:48:39.883Z] ---> Running in d015be57b78e [2020-11-19T10:48:41.313Z] Removing intermediate container d015be57b78e [2020-11-19T10:48:41.313Z] ---> 44bf808e189b [2020-11-19T10:48:41.313Z] [2020-11-19T10:48:41.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-11-19T10:48:41.313Z] Successfully built 44bf808e189b [2020-11-19T10:48:41.313Z] Successfully tagged docker-core-data-go:latest [2020-11-19T10:48:41.313Z] Building docker-support-notifications-go [2020-11-19T10:48:56.381Z]  Building docker-core-data-go ... done Removing intermediate container 5fa6279a0fa4 [2020-11-19T10:48:56.381Z] ---> 809767f5e396 [2020-11-19T10:48:56.381Z] [2020-11-19T10:48:56.381Z] Step 10/24 : FROM alpine:3.10 [2020-11-19T10:48:56.381Z] ---> be4e4bea2c2e [2020-11-19T10:48:56.381Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T10:48:56.381Z] ---> Using cache [2020-11-19T10:48:56.381Z] ---> 477cbb07748f [2020-11-19T10:48:56.381Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T10:48:56.381Z] ---> Running in 3d6268048b6c [2020-11-19T10:48:56.381Z] Removing intermediate container c60f849b0661 [2020-11-19T10:48:56.381Z] ---> ff483555c3f1 [2020-11-19T10:48:56.381Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-19T10:48:56.978Z] ---> Running in 1451941ccac5 [2020-11-19T10:48:56.978Z] Removing intermediate container 3d6268048b6c [2020-11-19T10:48:56.978Z] ---> 75b8c922dae9 [2020-11-19T10:48:56.978Z] Step 13/24 : WORKDIR / [2020-11-19T10:48:57.579Z] ---> Running in 3e6d18a8c96e [2020-11-19T10:48:59.553Z] Removing intermediate container 3e6d18a8c96e [2020-11-19T10:48:59.553Z] ---> ffdd1d175018 [2020-11-19T10:48:59.553Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-19T10:49:02.925Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:49:02.925Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:49:03.189Z] ---> f65d9b00e0c0 [2020-11-19T10:49:03.189Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T10:49:03.189Z] ---> Using cache [2020-11-19T10:49:03.189Z] ---> 6afb09cfb5bf [2020-11-19T10:49:03.189Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:49:03.189Z] ---> Using cache [2020-11-19T10:49:03.189Z] ---> 400454b9c5b8 [2020-11-19T10:49:03.189Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-19T10:49:04.591Z] ---> 0fda0f80668e [2020-11-19T10:49:04.591Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-19T10:49:04.591Z] Removing intermediate container c03f9a9cdd8f [2020-11-19T10:49:04.591Z] ---> af32baa716f8 [2020-11-19T10:49:04.591Z] [2020-11-19T10:49:04.591Z] Step 10/20 : FROM alpine [2020-11-19T10:49:04.591Z] ---> d6e46aa2470d [2020-11-19T10:49:04.591Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-19T10:49:04.591Z] ---> Running in d6e8f1b62684 [2020-11-19T10:49:04.591Z] Collecting docker-compose==1.23.2 [2020-11-19T10:49:04.858Z] ---> Running in dbb1c979ea94 [2020-11-19T10:49:04.858Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-19T10:49:05.121Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-19T10:49:05.121Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-19T10:49:05.416Z] ---> d6c9b0f3c580 [2020-11-19T10:49:05.416Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-19T10:49:05.416Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-19T10:49:05.416Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-19T10:49:05.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:49:05.703Z] ---> 6812097a03b2 [2020-11-19T10:49:05.703Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-19T10:49:05.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:49:05.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:49:06.264Z] v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:49:06.264Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:49:06.264Z] OK: 12744 distinct packages available [2020-11-19T10:49:06.264Z] Collecting docopt<0.7,>=0.6.1 [2020-11-19T10:49:06.264Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-19T10:49:06.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:49:06.528Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-19T10:49:06.528Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T10:49:06.528Z] ---> 6db29d820d25 [2020-11-19T10:49:06.528Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-19T10:49:06.528Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-19T10:49:06.528Z] (4/4) Installing curl (7.69.1-r1) [2020-11-19T10:49:06.528Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:49:06.528Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T10:49:06.528Z] OK: 7 MiB in 18 packages [2020-11-19T10:49:06.794Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:49:06.794Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:49:06.794Z] OK: 12752 distinct packages available [2020-11-19T10:49:06.794Z] Collecting PyYAML<4,>=3.10 [2020-11-19T10:49:07.058Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-19T10:49:07.058Z] OK: 233 MiB in 51 packages [2020-11-19T10:49:08.007Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-19T10:49:08.272Z] ---> 22457f3df69d [2020-11-19T10:49:08.272Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T10:49:08.272Z] Collecting texttable<0.10,>=0.9.0 [2020-11-19T10:49:08.272Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-19T10:49:09.234Z] ---> 9c9c799445db [2020-11-19T10:49:09.234Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T10:49:09.234Z] Collecting docker<4.0,>=3.6.0 [2020-11-19T10:49:09.234Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-19T10:49:10.633Z] ---> Running in b57cee34dafe [2020-11-19T10:49:10.633Z] Removing intermediate container dbb1c979ea94 [2020-11-19T10:49:10.633Z] ---> 5d03074595b2 [2020-11-19T10:49:10.633Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T10:49:10.897Z] Removing intermediate container d6e8f1b62684 [2020-11-19T10:49:10.897Z] ---> 37a0c83ee68f [2020-11-19T10:49:10.897Z] Step 6/24 : COPY go.mod . [2020-11-19T10:49:10.897Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-19T10:49:10.897Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-19T10:49:10.897Z] Removing intermediate container 944b5314fce9 [2020-11-19T10:49:10.897Z] ---> b7815757bc67 [2020-11-19T10:49:10.897Z] [2020-11-19T10:49:10.897Z] Step 10/21 : FROM scratch [2020-11-19T10:49:10.897Z] ---> [2020-11-19T10:49:10.897Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T10:49:11.161Z] ---> Running in 7cf29c306f7b [2020-11-19T10:49:11.161Z] Collecting jsonschema<3,>=2.5.1 [2020-11-19T10:49:11.161Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-19T10:49:11.161Z] Collecting cached-property<2,>=1.2.0 [2020-11-19T10:49:11.161Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-19T10:49:11.442Z] ---> Using cache [2020-11-19T10:49:11.442Z] ---> 3b42521f07ed [2020-11-19T10:49:11.442Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-19T10:49:11.442Z] Collecting docker-pycreds>=0.4.0 [2020-11-19T10:49:11.442Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-19T10:49:11.442Z] ---> 8a8c2b724ad5 [2020-11-19T10:49:11.442Z] Step 7/24 : RUN go mod download [2020-11-19T10:49:11.442Z] Removing intermediate container 7cf29c306f7b [2020-11-19T10:49:11.442Z] ---> 56a62e6e66dd [2020-11-19T10:49:11.442Z] Step 13/20 : WORKDIR /edgex [2020-11-19T10:49:11.442Z] ---> Running in 489c530dd819 [2020-11-19T10:49:11.442Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-19T10:49:11.704Z] ---> Running in b0de94dd649f [2020-11-19T10:49:11.704Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-19T10:49:11.704Z] ---> Running in 16a7274a2cda [2020-11-19T10:49:11.704Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-19T10:49:11.704Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-11-19T10:49:11.704Z] Collecting idna<2.8,>=2.5 [2020-11-19T10:49:11.704Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-19T10:49:11.969Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-19T10:49:11.969Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-19T10:49:11.969Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-19T10:49:11.969Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-19T10:49:11.969Z] Removing intermediate container 489c530dd819 [2020-11-19T10:49:11.969Z] ---> 24ffcb3e9431 [2020-11-19T10:49:11.969Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-19T10:49:11.969Z] Installing collected packages: websocket-client, dockerpty, docopt, PyYAML, texttable, urllib3, idna, requests, docker-pycreds, docker, jsonschema, cached-property, docker-compose [2020-11-19T10:49:12.233Z] ---> Running in ef8c164d3ea7 [2020-11-19T10:49:12.233Z] Running setup.py install for dockerpty: started [2020-11-19T10:49:12.233Z] Removing intermediate container 16a7274a2cda [2020-11-19T10:49:12.233Z] ---> 6bd3301f59e8 [2020-11-19T10:49:12.233Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-19T10:49:12.809Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-19T10:49:12.809Z] Running setup.py install for docopt: started [2020-11-19T10:49:13.400Z] Running setup.py install for docopt: finished with status 'done' [2020-11-19T10:49:13.400Z] Running setup.py install for PyYAML: started [2020-11-19T10:49:13.400Z] Removing intermediate container ef8c164d3ea7 [2020-11-19T10:49:13.400Z] ---> 8af37fcc2246 [2020-11-19T10:49:13.400Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-19T10:49:13.400Z] ---> 16d8167543b8 [2020-11-19T10:49:13.400Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-19T10:49:13.679Z] Removing intermediate container b57cee34dafe [2020-11-19T10:49:13.679Z] ---> de74cb90a7ef [2020-11-19T10:49:13.679Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T10:49:13.679Z] ---> Running in 325213d32028 [2020-11-19T10:49:13.950Z] ---> a8b3fd8c8877 [2020-11-19T10:49:13.950Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-19T10:49:13.950Z] Removing intermediate container 325213d32028 [2020-11-19T10:49:13.950Z] ---> a30584b64126 [2020-11-19T10:49:13.950Z] Step 22/24 : LABEL arch=x86_64 [2020-11-19T10:49:13.950Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-19T10:49:13.950Z] Running setup.py install for texttable: started [2020-11-19T10:49:15.372Z] Running setup.py install for texttable: finished with status 'done' [2020-11-19T10:49:15.372Z] Attempting uninstall: urllib3 [2020-11-19T10:49:15.372Z] Found existing installation: urllib3 1.25.9 [2020-11-19T10:49:15.372Z] Uninstalling urllib3-1.25.9: [2020-11-19T10:49:15.372Z] ---> Running in 29ab7b3a0d39 [2020-11-19T10:49:15.372Z] Successfully uninstalled urllib3-1.25.9 [2020-11-19T10:49:15.952Z] ---> 31ed698d895a [2020-11-19T10:49:15.952Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-19T10:49:16.528Z] ---> e37f9a72ba4f [2020-11-19T10:49:16.528Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-19T10:49:16.528Z] Attempting uninstall: idna [2020-11-19T10:49:16.528Z] Found existing installation: idna 2.9 [2020-11-19T10:49:16.528Z] Uninstalling idna-2.9: [2020-11-19T10:49:16.528Z] ---> Running in 78c56c17722f [2020-11-19T10:49:16.528Z] Removing intermediate container 29ab7b3a0d39 [2020-11-19T10:49:16.528Z] ---> 271da7738d6d [2020-11-19T10:49:16.528Z] Step 23/24 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:49:16.528Z] Successfully uninstalled idna-2.9 [2020-11-19T10:49:16.792Z] Attempting uninstall: requests [2020-11-19T10:49:16.792Z] Found existing installation: requests 2.23.0 [2020-11-19T10:49:16.792Z] Uninstalling requests-2.23.0: [2020-11-19T10:49:16.792Z] ---> Running in 4e5050b41c5d [2020-11-19T10:49:16.792Z] Successfully uninstalled requests-2.23.0 [2020-11-19T10:49:17.057Z] Removing intermediate container 78c56c17722f [2020-11-19T10:49:17.057Z] ---> 9cd7bb90861a [2020-11-19T10:49:17.057Z] Step 17/20 : CMD ["--init=true"] [2020-11-19T10:49:17.057Z] Removing intermediate container b0de94dd649f [2020-11-19T10:49:17.057Z] ---> 3224f9856b75 [2020-11-19T10:49:17.057Z] Step 8/24 : COPY . . [2020-11-19T10:49:17.057Z] ---> 9356fa4e3a3c [2020-11-19T10:49:17.057Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-19T10:49:17.645Z] ---> Running in 3e54736f88cd [2020-11-19T10:49:17.645Z] ---> Running in 4365275e2a7d [2020-11-19T10:49:17.645Z] Removing intermediate container 4e5050b41c5d [2020-11-19T10:49:17.645Z] ---> bf0466a92468 [2020-11-19T10:49:17.645Z] Step 24/24 : LABEL version=1.3.1-dev.2 [2020-11-19T10:49:18.230Z] ---> Running in d41422fa0457 [2020-11-19T10:49:20.160Z] Removing intermediate container 4365275e2a7d [2020-11-19T10:49:20.160Z] ---> 9d9f1ba5cb34 [2020-11-19T10:49:20.160Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:49:20.160Z] Removing intermediate container 3e54736f88cd [2020-11-19T10:49:20.160Z] ---> b04dc13b1d1f [2020-11-19T10:49:20.160Z] Step 18/20 : LABEL arch=x86_64 [2020-11-19T10:49:22.090Z] Removing intermediate container d41422fa0457 [2020-11-19T10:49:22.090Z] ---> 08566a269d3f [2020-11-19T10:49:22.090Z] [2020-11-19T10:49:22.690Z] ---> Running in b8b3098aae78 [2020-11-19T10:49:22.690Z] ---> Running in f37968b89175 [2020-11-19T10:49:22.690Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-11-19T10:49:22.690Z] Successfully built 08566a269d3f [2020-11-19T10:49:22.690Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-19T10:49:22.690Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-11-19T10:49:28.043Z] Removing intermediate container b8b3098aae78 [2020-11-19T10:49:28.044Z] ---> 0396196327a4 [2020-11-19T10:49:28.044Z] Step 19/20 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:49:28.308Z] Removing intermediate container f37968b89175 [2020-11-19T10:49:28.308Z] ---> b99e11dfc31b [2020-11-19T10:49:28.308Z] Step 19/21 : LABEL arch=x86_64 [2020-11-19T10:49:32.557Z] ---> Running in c4688f3d82bd [2020-11-19T10:49:32.557Z] ---> Running in af87ad6d4245 [2020-11-19T10:49:39.253Z] Removing intermediate container af87ad6d4245 [2020-11-19T10:49:39.254Z] ---> 0908f41b3087 [2020-11-19T10:49:39.254Z] Step 20/20 : LABEL version=1.3.1-dev.2 [2020-11-19T10:49:39.845Z] Removing intermediate container c4688f3d82bd [2020-11-19T10:49:39.845Z] ---> 1440d6994bfd [2020-11-19T10:49:39.845Z] Step 20/21 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:49:41.252Z] ---> Running in 43cb013c4151 [2020-11-19T10:49:43.184Z] ---> Running in a9e2168b0e7a [2020-11-19T10:49:43.455Z] Removing intermediate container 1451941ccac5 [2020-11-19T10:49:43.455Z] ---> 76351dabd051 [2020-11-19T10:49:43.455Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-19T10:49:44.032Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:49:44.032Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-19T10:49:44.032Z] ---> f65d9b00e0c0 [2020-11-19T10:49:44.032Z] Step 3/29 : WORKDIR /edgex-go [2020-11-19T10:49:44.032Z] ---> Using cache [2020-11-19T10:49:44.032Z] ---> 6afb09cfb5bf [2020-11-19T10:49:44.032Z] Step 4/29 : RUN apk update && apk add make git [2020-11-19T10:49:46.608Z] Removing intermediate container 43cb013c4151 [2020-11-19T10:49:46.608Z] ---> 98c1c4eafb54 [2020-11-19T10:49:46.608Z] [2020-11-19T10:49:46.608Z] Removing intermediate container a9e2168b0e7a [2020-11-19T10:49:46.608Z] ---> 4a2b78d7b2a7 [2020-11-19T10:49:46.608Z] Step 21/21 : LABEL version=1.3.1-dev.2 [2020-11-19T10:49:46.608Z] Successfully built 98c1c4eafb54 [2020-11-19T10:49:46.886Z] ---> Running in 77036fd3a6ca [2020-11-19T10:49:46.886Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-19T10:49:46.886Z] Building docker-support-logging-go [2020-11-19T10:49:46.886Z] ---> Running in 1908ef70f551 [2020-11-19T10:49:46.886Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 01d0316b0b85 [2020-11-19T10:49:47.148Z] ---> 3f69b17a4c8e [2020-11-19T10:49:47.148Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-19T10:49:47.775Z] ---> Running in 78fa01db609d [2020-11-19T10:49:47.775Z] Removing intermediate container 01d0316b0b85 [2020-11-19T10:49:47.775Z] ---> 6f01e3ac7032 [2020-11-19T10:49:47.775Z] [2020-11-19T10:49:48.045Z] Successfully built 6f01e3ac7032 [2020-11-19T10:49:48.045Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-19T10:49:49.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-11-19T10:49:50.623Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:49:50.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:49:50.623Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T10:49:50.623Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-19T10:49:50.623Z] (3/3) Installing curl (7.69.1-r1) [2020-11-19T10:49:50.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:49:50.623Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:49:50.623Z] OK: 72 MiB in 58 packages [2020-11-19T10:49:50.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-19T10:49:52.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:49:52.042Z] Removing intermediate container 1908ef70f551 [2020-11-19T10:49:52.042Z] ---> 458d28db1787 [2020-11-19T10:49:52.042Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-19T10:49:52.042Z] ---> Running in fc4509201c40 [2020-11-19T10:49:52.646Z] Removing intermediate container fc4509201c40 [2020-11-19T10:49:52.646Z] ---> 0d76365a3247 [2020-11-19T10:49:52.646Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:49:52.646Z] ---> Running in 7229719b2c7c [2020-11-19T10:49:53.641Z] Removing intermediate container 7229719b2c7c [2020-11-19T10:49:53.641Z] ---> 37d686a77210 [2020-11-19T10:49:53.641Z] Step 25/27 : LABEL arch=x86_64 [2020-11-19T10:49:53.641Z] ---> Running in 5ae62ec6a208 [2020-11-19T10:49:53.920Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:49:53.920Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:49:53.920Z] OK: 12752 distinct packages available [2020-11-19T10:49:54.190Z] OK: 233 MiB in 51 packages [2020-11-19T10:49:54.463Z] Removing intermediate container 5ae62ec6a208 [2020-11-19T10:49:54.463Z] ---> ff592a96a1f3 [2020-11-19T10:49:54.463Z] Step 26/27 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:49:54.737Z] ---> Running in ba30bac576e0 [2020-11-19T10:49:55.343Z] Removing intermediate container ba30bac576e0 [2020-11-19T10:49:55.343Z] ---> f6c10e5b04d7 [2020-11-19T10:49:55.343Z] Step 27/27 : LABEL version=1.3.1-dev.2 [2020-11-19T10:49:55.614Z] ---> Running in 3fba6937e1f4 [2020-11-19T10:49:55.888Z] Removing intermediate container 77036fd3a6ca [2020-11-19T10:49:55.888Z] ---> 99771b0ddd85 [2020-11-19T10:49:55.888Z] Step 5/29 : COPY go.mod . [2020-11-19T10:49:56.487Z] Removing intermediate container 3fba6937e1f4 [2020-11-19T10:49:56.487Z] ---> 81c5f4daa1fd [2020-11-19T10:49:56.487Z] [2020-11-19T10:49:56.767Z] ---> 1a611bdf1050 [2020-11-19T10:49:56.767Z] Step 6/29 : RUN go mod download [2020-11-19T10:49:57.046Z] Successfully built 81c5f4daa1fd [2020-11-19T10:49:57.046Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-19T10:49:58.017Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 3bbf22a460e5 [2020-11-19T10:50:02.153Z] Removing intermediate container d41571a55fe8 [2020-11-19T10:50:02.153Z] ---> 0f73d4fbaeac [2020-11-19T10:50:02.154Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-19T10:50:02.154Z] Removing intermediate container 5c46431c0f4c [2020-11-19T10:50:02.154Z] ---> b6c5cc9422ad [2020-11-19T10:50:02.154Z] [2020-11-19T10:50:02.154Z] Step 10/24 : FROM alpine:3.10 [2020-11-19T10:50:02.154Z] ---> Running in 40988478041a [2020-11-19T10:50:02.154Z] 3.10: Pulling from library/alpine [2020-11-19T10:50:03.000Z] Removing intermediate container 3bbf22a460e5 [2020-11-19T10:50:03.000Z] ---> 146cdb360e81 [2020-11-19T10:50:03.000Z] Step 7/29 : COPY . . [2020-11-19T10:50:03.153Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-19T10:50:03.153Z] Status: Downloaded newer image for alpine:3.10 [2020-11-19T10:50:03.153Z] ---> 536a684cf733 [2020-11-19T10:50:03.153Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T10:50:03.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-19T10:50:03.708Z] ---> Running in e7300e1a1f13 [2020-11-19T10:50:05.736Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:50:05.736Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:50:05.736Z] ---> f65d9b00e0c0 [2020-11-19T10:50:05.736Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T10:50:05.736Z] ---> Using cache [2020-11-19T10:50:05.736Z] ---> 6afb09cfb5bf [2020-11-19T10:50:05.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:50:05.736Z] ---> Using cache [2020-11-19T10:50:05.736Z] ---> 400454b9c5b8 [2020-11-19T10:50:05.736Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-19T10:50:06.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:50:06.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:50:07.583Z] v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-19T10:50:07.583Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-19T10:50:07.583Z] OK: 10167 distinct packages available [2020-11-19T10:50:08.184Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-19T10:50:08.184Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-19T10:50:08.184Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-19T10:50:08.184Z] (4/5) Installing curl (7.66.0-r1) [2020-11-19T10:50:08.184Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-19T10:50:08.184Z] Executing busybox-1.30.1-r3.trigger [2020-11-19T10:50:08.336Z] ---> Running in b721dd3a984d [2020-11-19T10:50:08.461Z] Executing ca-certificates-20191127-r2.trigger [2020-11-19T10:50:08.736Z] OK: 7 MiB in 19 packages [2020-11-19T10:50:09.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:50:10.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:50:10.744Z] Removing intermediate container 40988478041a [2020-11-19T10:50:10.744Z] ---> 2ea67e1c1e61 [2020-11-19T10:50:10.744Z] [2020-11-19T10:50:10.744Z] Step 11/27 : FROM docker:latest [2020-11-19T10:50:10.744Z] ---> 5d4db4dc0692 [2020-11-19T10:50:10.744Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-19T10:50:11.339Z] ---> Running in 740fe88e6bc9 [2020-11-19T10:50:11.987Z] Removing intermediate container e7300e1a1f13 [2020-11-19T10:50:11.987Z] ---> 6a824204b5ce [2020-11-19T10:50:11.987Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T10:50:12.112Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:50:12.113Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:50:12.113Z] OK: 12752 distinct packages available [2020-11-19T10:50:12.259Z] ---> Running in fd262b1d78cd [2020-11-19T10:50:12.376Z] OK: 233 MiB in 51 packages [2020-11-19T10:50:12.641Z] OK: 233 MiB in 51 packages [2020-11-19T10:50:12.854Z] Removing intermediate container fd262b1d78cd [2020-11-19T10:50:12.854Z] ---> a9d1820bb796 [2020-11-19T10:50:12.854Z] Step 13/24 : WORKDIR / [2020-11-19T10:50:13.142Z] ---> Running in 4e1ef4fd7402 [2020-11-19T10:50:14.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:50:14.124Z] Removing intermediate container 4e1ef4fd7402 [2020-11-19T10:50:14.124Z] ---> 8afd758af9b8 [2020-11-19T10:50:14.124Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-19T10:50:14.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:50:15.118Z] (1/2) Installing readline (8.0.4-r0) [2020-11-19T10:50:15.118Z] (2/2) Installing bash (5.0.17-r0) [2020-11-19T10:50:15.118Z] Executing bash-5.0.17-r0.post-install [2020-11-19T10:50:15.118Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:50:15.118Z] OK: 12 MiB in 22 packages [2020-11-19T10:50:15.118Z] ---> 44ae6cebe901 [2020-11-19T10:50:15.118Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-19T10:50:16.561Z] ---> 0c19374661db [2020-11-19T10:50:16.561Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-19T10:50:16.887Z] Removing intermediate container b721dd3a984d [2020-11-19T10:50:16.887Z] ---> 8b0034702df4 [2020-11-19T10:50:16.887Z] Step 6/22 : COPY go.mod . [2020-11-19T10:50:17.167Z] Removing intermediate container 740fe88e6bc9 [2020-11-19T10:50:17.167Z] ---> da4e80b7e5cf [2020-11-19T10:50:17.167Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-19T10:50:17.167Z] ---> Running in d743e43343d0 [2020-11-19T10:50:18.153Z] ---> 1f293503beda [2020-11-19T10:50:18.153Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-19T10:50:18.289Z] ---> 34b5dd8adc51 [2020-11-19T10:50:18.289Z] Step 7/22 : RUN go mod download [2020-11-19T10:50:20.129Z] ---> 5900366c9dde [2020-11-19T10:50:20.129Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-19T10:50:20.901Z] ---> Running in be6a9830af2b [2020-11-19T10:50:20.901Z] Removing intermediate container 78fa01db609d [2020-11-19T10:50:20.901Z] ---> a3d8ce929def [2020-11-19T10:50:20.901Z] [2020-11-19T10:50:20.901Z] Step 10/24 : FROM scratch [2020-11-19T10:50:20.901Z] ---> [2020-11-19T10:50:20.901Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T10:50:22.130Z] ---> a6466dd31cf4 [2020-11-19T10:50:22.130Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T10:50:22.418Z] Removing intermediate container d743e43343d0 [2020-11-19T10:50:22.418Z] ---> d2c1cee37833 [2020-11-19T10:50:22.418Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-19T10:50:22.704Z] ---> Running in 4e49c6c7afe2 [2020-11-19T10:50:23.464Z] ---> Running in 9d850a40c664 [2020-11-19T10:50:23.464Z] ---> 2d1b243ae9a1 [2020-11-19T10:50:23.464Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-19T10:50:23.464Z] ---> Running in 62fef41dafbe [2020-11-19T10:50:23.464Z] Removing intermediate container 9d850a40c664 [2020-11-19T10:50:23.464Z] ---> 1643759489b9 [2020-11-19T10:50:23.464Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-19T10:50:23.464Z] ---> Running in 42999b488384 [2020-11-19T10:50:23.706Z] ---> 0598e1eac660 [2020-11-19T10:50:23.706Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T10:50:23.706Z] Removing intermediate container 4e49c6c7afe2 [2020-11-19T10:50:23.706Z] ---> 1012e5844b50 [2020-11-19T10:50:23.706Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-19T10:50:23.731Z] Removing intermediate container be6a9830af2b [2020-11-19T10:50:23.731Z] ---> 03cf46821f03 [2020-11-19T10:50:23.731Z] Step 8/22 : COPY . . [2020-11-19T10:50:23.731Z] Removing intermediate container 42999b488384 [2020-11-19T10:50:23.731Z] ---> 298317d98c52 [2020-11-19T10:50:23.731Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-19T10:50:23.731Z] ---> Running in 0ea0fb402904 [2020-11-19T10:50:24.009Z] ---> Running in b45f20d0b04a [2020-11-19T10:50:24.285Z] ---> Running in 876222340bff [2020-11-19T10:50:24.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-19T10:50:24.894Z] Removing intermediate container 0ea0fb402904 [2020-11-19T10:50:24.894Z] ---> 26f904be09d2 [2020-11-19T10:50:24.894Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-19T10:50:25.874Z] ---> f52d2b70f168 [2020-11-19T10:50:25.874Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-19T10:50:26.302Z] Removing intermediate container 876222340bff [2020-11-19T10:50:26.302Z] ---> c4bee7c6c24b [2020-11-19T10:50:26.302Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-19T10:50:26.302Z] ---> Running in dc14979b1fdf [2020-11-19T10:50:27.294Z] Removing intermediate container dc14979b1fdf [2020-11-19T10:50:27.294Z] ---> 7cd376ad78ad [2020-11-19T10:50:27.294Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-19T10:50:28.283Z] Removing intermediate container dfc6ee309ec9 [2020-11-19T10:50:28.283Z] ---> 9a0d3e24f492 [2020-11-19T10:50:28.283Z] [2020-11-19T10:50:28.283Z] Step 10/22 : FROM scratch [2020-11-19T10:50:28.283Z] ---> [2020-11-19T10:50:28.283Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T10:50:28.557Z] ---> Running in be1e7e27cf61 [2020-11-19T10:50:29.166Z] Removing intermediate container b45f20d0b04a [2020-11-19T10:50:29.166Z] ---> d6bb74562dcd [2020-11-19T10:50:29.166Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T10:50:29.446Z] ---> Running in 9d4f1bce062a [2020-11-19T10:50:29.446Z] Removing intermediate container be1e7e27cf61 [2020-11-19T10:50:29.446Z] ---> 0b0ff05435cb [2020-11-19T10:50:29.446Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-19T10:50:29.726Z] ---> Running in d1a44f4c85ae [2020-11-19T10:50:29.726Z] ---> d43926d172e8 [2020-11-19T10:50:29.726Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-19T10:50:30.328Z] Removing intermediate container 9d4f1bce062a [2020-11-19T10:50:30.328Z] ---> 55d7dfef2a41 [2020-11-19T10:50:30.328Z] Step 22/24 : LABEL arch=arm64 [2020-11-19T10:50:30.611Z] ---> Running in aa17a0946130 [2020-11-19T10:50:30.611Z] Removing intermediate container d1a44f4c85ae [2020-11-19T10:50:30.611Z] ---> b01fd1a3d62b [2020-11-19T10:50:30.611Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T10:50:30.899Z] ---> Running in 1e2677bafdc4 [2020-11-19T10:50:31.179Z] ---> 61e15b3df22d [2020-11-19T10:50:31.179Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-19T10:50:31.256Z] ---> 75cf68ef95af [2020-11-19T10:50:31.256Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-19T10:50:31.464Z] Removing intermediate container aa17a0946130 [2020-11-19T10:50:31.464Z] ---> 3eefab19269d [2020-11-19T10:50:31.465Z] Step 23/24 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:50:31.465Z] ---> Running in d4c2a675e642 [2020-11-19T10:50:31.745Z] Removing intermediate container 1e2677bafdc4 [2020-11-19T10:50:31.745Z] ---> 7a953c62159a [2020-11-19T10:50:31.745Z] Step 14/22 : WORKDIR / [2020-11-19T10:50:32.018Z] ---> Running in f87a2e18d756 [2020-11-19T10:50:32.642Z] Removing intermediate container d4c2a675e642 [2020-11-19T10:50:32.642Z] ---> b44a8ba38b2f [2020-11-19T10:50:32.642Z] Step 24/24 : LABEL version=1.3.1-dev.2 [2020-11-19T10:50:32.642Z] ---> Running in f342f97fac54 [2020-11-19T10:50:32.642Z] ---> fca8af53ed56 [2020-11-19T10:50:32.642Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-19T10:50:32.918Z] Removing intermediate container f87a2e18d756 [2020-11-19T10:50:32.918Z] ---> 180fbe03f8a3 [2020-11-19T10:50:32.918Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-19T10:50:32.918Z] ---> Running in 442c5729e87e [2020-11-19T10:50:33.866Z] ---> 29be9f2396d9 [2020-11-19T10:50:33.866Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-19T10:50:33.905Z] Removing intermediate container f342f97fac54 [2020-11-19T10:50:33.905Z] ---> 5c193878466b [2020-11-19T10:50:33.905Z] [2020-11-19T10:50:33.905Z] ---> 15aee37d64fc [2020-11-19T10:50:33.905Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-19T10:50:34.184Z] Successfully built 5c193878466b [2020-11-19T10:50:34.184Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-19T10:50:34.184Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-11-19T10:50:34.855Z] ---> a229e66c2556 [2020-11-19T10:50:34.855Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-19T10:50:35.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:50:35.915Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:50:36.190Z] ---> b462c1033f53 [2020-11-19T10:50:36.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-19T10:50:36.465Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-19T10:50:36.465Z] (2/33) Installing expat (2.2.9-r1) [2020-11-19T10:50:36.465Z] (3/33) Installing libffi (3.3-r2) [2020-11-19T10:50:36.738Z] (4/33) Installing gdbm (1.13-r1) [2020-11-19T10:50:36.738Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-19T10:50:36.738Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-19T10:50:36.738Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-19T10:50:38.182Z] ---> 9aa4c3ca466d [2020-11-19T10:50:38.182Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-19T10:50:38.723Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-19T10:50:38.723Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-19T10:50:38.723Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-19T10:50:38.723Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-19T10:50:38.723Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-19T10:50:38.723Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-19T10:50:38.723Z] ---> dc2c326d67f5 [2020-11-19T10:50:38.998Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-19T10:50:38.998Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-19T10:50:38.998Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-19T10:50:38.998Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-19T10:50:38.998Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-19T10:50:39.268Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-19T10:50:39.268Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-19T10:50:39.269Z] ---> Running in f48e9a07499a [2020-11-19T10:50:39.269Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-19T10:50:39.269Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-19T10:50:39.269Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-19T10:50:39.269Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-19T10:50:39.269Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-19T10:50:39.269Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-19T10:50:39.269Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-19T10:50:39.273Z] ---> 83e4ccd31f32 [2020-11-19T10:50:39.273Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-19T10:50:39.540Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-19T10:50:39.540Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-19T10:50:39.540Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-19T10:50:39.540Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-19T10:50:39.816Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-19T10:50:39.816Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-19T10:50:39.816Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-19T10:50:39.816Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:50:39.851Z] ---> Running in 7e9c2c86de3e [2020-11-19T10:50:40.093Z] OK: 71 MiB in 55 packages [2020-11-19T10:50:40.093Z] Removing intermediate container f48e9a07499a [2020-11-19T10:50:40.093Z] ---> 8e5cd580c157 [2020-11-19T10:50:40.093Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:50:40.719Z] ---> Running in c06ed39a195e [2020-11-19T10:50:41.253Z] Removing intermediate container 7e9c2c86de3e [2020-11-19T10:50:41.254Z] ---> 8c8ec908cadd [2020-11-19T10:50:41.254Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:50:41.715Z] Removing intermediate container c06ed39a195e [2020-11-19T10:50:41.715Z] ---> b9348cb7fdd8 [2020-11-19T10:50:41.715Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T10:50:41.994Z] ---> Running in 52f72251cede [2020-11-19T10:50:42.199Z] ---> Running in 173a7992dbb6 [2020-11-19T10:50:42.776Z] ---> 2a40030e49f2 [2020-11-19T10:50:42.776Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-19T10:50:43.352Z] Removing intermediate container 173a7992dbb6 [2020-11-19T10:50:43.352Z] ---> b3942d2b698e [2020-11-19T10:50:43.352Z] Step 22/24 : LABEL arch=x86_64 [2020-11-19T10:50:43.352Z] ---> Running in 60c49b191935 [2020-11-19T10:50:43.439Z] Removing intermediate container 52f72251cede [2020-11-19T10:50:43.439Z] ---> eeaf257a11fc [2020-11-19T10:50:43.439Z] Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:50:43.615Z] Removing intermediate container 62fef41dafbe [2020-11-19T10:50:43.615Z] ---> bedc45cc8858 [2020-11-19T10:50:43.615Z] [2020-11-19T10:50:43.615Z] Step 9/29 : FROM alpine:latest [2020-11-19T10:50:43.615Z] ---> d6e46aa2470d [2020-11-19T10:50:43.615Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-19T10:50:43.615Z] ---> Running in cf1243ad3f6c [2020-11-19T10:50:43.615Z] ---> Running in 90dd11fae63d [2020-11-19T10:50:43.716Z] ---> Running in 9e40440e71f8 [2020-11-19T10:50:43.879Z] Removing intermediate container cf1243ad3f6c [2020-11-19T10:50:43.880Z] ---> 8ccf24341d43 [2020-11-19T10:50:43.880Z] Step 23/24 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:50:43.880Z] ---> Running in ef929c666fea [2020-11-19T10:50:43.880Z] Removing intermediate container 90dd11fae63d [2020-11-19T10:50:43.880Z] ---> 9f37a1d2253c [2020-11-19T10:50:43.880Z] Step 11/29 : USER root [2020-11-19T10:50:43.993Z] Removing intermediate container 8f93afb330b4 [2020-11-19T10:50:43.993Z] ---> 3ff823981d01 [2020-11-19T10:50:43.993Z] [2020-11-19T10:50:43.993Z] Step 10/22 : FROM scratch [2020-11-19T10:50:43.993Z] ---> [2020-11-19T10:50:43.993Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T10:50:44.159Z] ---> Running in 013c0a3f109c [2020-11-19T10:50:44.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-19T10:50:44.159Z] Removing intermediate container ef929c666fea [2020-11-19T10:50:44.159Z] ---> 17d4d4fde715 [2020-11-19T10:50:44.159Z] Step 24/24 : LABEL version=1.3.1-dev.2 [2020-11-19T10:50:44.159Z] ---> Running in 46f33b72aa0d [2020-11-19T10:50:44.275Z] ---> Using cache [2020-11-19T10:50:44.275Z] ---> 0b0ff05435cb [2020-11-19T10:50:44.275Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-19T10:50:44.431Z] Removing intermediate container 013c0a3f109c [2020-11-19T10:50:44.431Z] ---> a8ddedf304b8 [2020-11-19T10:50:44.431Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-19T10:50:44.431Z] ---> Running in da1dc883399d [2020-11-19T10:50:44.556Z] ---> Running in 4cf54e7b0a79 [2020-11-19T10:50:44.836Z] Removing intermediate container 9e40440e71f8 [2020-11-19T10:50:44.836Z] ---> e64895be9f5b [2020-11-19T10:50:44.836Z] Step 22/22 : LABEL version=1.3.1-dev.2 [2020-11-19T10:50:45.450Z] ---> Running in 30cb77e2c607 [2020-11-19T10:50:45.450Z] Removing intermediate container 4cf54e7b0a79 [2020-11-19T10:50:45.450Z] ---> 9f2fbfe447ab [2020-11-19T10:50:45.450Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T10:50:45.729Z] ---> Running in dd351a3009f5 [2020-11-19T10:50:45.841Z] Removing intermediate container 46f33b72aa0d [2020-11-19T10:50:45.841Z] ---> bf5620ad6d5f [2020-11-19T10:50:45.841Z] [2020-11-19T10:50:46.008Z] Removing intermediate container 30cb77e2c607 [2020-11-19T10:50:46.008Z] ---> fb6b51e5e018 [2020-11-19T10:50:46.008Z] [2020-11-19T10:50:46.111Z] Successfully built bf5620ad6d5f [2020-11-19T10:50:46.111Z] Successfully tagged docker-support-notifications-go:latest [2020-11-19T10:50:46.283Z] Removing intermediate container dd351a3009f5 [2020-11-19T10:50:46.283Z] ---> 7788122a8a1a [2020-11-19T10:50:46.283Z] Step 14/22 : WORKDIR / [2020-11-19T10:50:46.555Z] Successfully built fb6b51e5e018 [2020-11-19T10:50:46.555Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-19T10:50:46.555Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2020-11-19T10:50:46.829Z] ---> Running in b8c88c7ef43f [2020-11-19T10:50:47.089Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-19T10:50:47.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-19T10:50:47.361Z] v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:50:47.361Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:50:47.361Z] OK: 12744 distinct packages available [2020-11-19T10:50:47.427Z] Removing intermediate container b8c88c7ef43f [2020-11-19T10:50:47.427Z] ---> 7d598b389978 [2020-11-19T10:50:47.427Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-19T10:50:47.636Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-19T10:50:47.636Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-19T10:50:47.636Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:50:47.636Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T10:50:47.636Z] OK: 6 MiB in 16 packages [2020-11-19T10:50:48.032Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:50:48.032Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:50:48.032Z] ---> 15569e6ca91c [2020-11-19T10:50:48.032Z] Step 3/20 : WORKDIR /edgex-go [2020-11-19T10:50:48.032Z] ---> Using cache [2020-11-19T10:50:48.032Z] ---> 8bc6b124f392 [2020-11-19T10:50:48.032Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:50:48.032Z] ---> Using cache [2020-11-19T10:50:48.032Z] ---> 90a9290dc7cd [2020-11-19T10:50:48.032Z] Step 5/20 : RUN apk update && apk add make git [2020-11-19T10:50:48.032Z] ---> Using cache [2020-11-19T10:50:48.032Z] ---> dfc548bc9456 [2020-11-19T10:50:48.032Z] Step 6/20 : COPY go.mod . [2020-11-19T10:50:48.032Z] ---> Using cache [2020-11-19T10:50:48.032Z] ---> 1ffa9fea4ea0 [2020-11-19T10:50:48.032Z] Step 7/20 : RUN go mod download [2020-11-19T10:50:48.032Z] ---> Using cache [2020-11-19T10:50:48.032Z] ---> 598c9e3e7775 [2020-11-19T10:50:48.032Z] Step 8/20 : COPY . . [2020-11-19T10:50:48.032Z] ---> Using cache [2020-11-19T10:50:48.032Z] ---> 4d41945935ed [2020-11-19T10:50:48.032Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-19T10:50:49.479Z] ---> 13cd80ce7776 [2020-11-19T10:50:49.599Z] Removing intermediate container da1dc883399d [2020-11-19T10:50:49.599Z] ---> ce8c9e5a9cb4 [2020-11-19T10:50:49.599Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-19T10:50:49.599Z] ---> Running in d1fcc3401f41 [2020-11-19T10:50:49.764Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-19T10:50:49.764Z] ---> Running in 1d6bd19f4abc [2020-11-19T10:50:49.862Z] Removing intermediate container d1fcc3401f41 [2020-11-19T10:50:49.862Z] ---> b1d0ebe55db3 [2020-11-19T10:50:49.862Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-19T10:50:49.862Z] ---> Running in 390ceb96b144 [2020-11-19T10:50:50.131Z] Removing intermediate container 390ceb96b144 [2020-11-19T10:50:50.131Z] ---> 21a9c2aa5666 [2020-11-19T10:50:50.131Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-19T10:50:50.131Z] ---> Running in 17c2141ca3c6 [2020-11-19T10:50:51.209Z] Removing intermediate container 442c5729e87e [2020-11-19T10:50:51.209Z] ---> e063f86a7059 [2020-11-19T10:50:51.209Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-19T10:50:51.809Z] ---> Running in 62446b6e5bc6 [2020-11-19T10:50:52.081Z] Removing intermediate container 17c2141ca3c6 [2020-11-19T10:50:52.081Z] ---> 01f35b0e003c [2020-11-19T10:50:52.081Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-19T10:50:52.086Z] ---> 0cbac6a8eb5d [2020-11-19T10:50:52.086Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-19T10:50:52.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-11-19T10:50:52.660Z] ---> fe397c6f8032 [2020-11-19T10:50:52.660Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-19T10:50:52.928Z] ---> 3ea41036e95b [2020-11-19T10:50:52.928Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-19T10:50:53.505Z] ---> 12a72cbe2a59 [2020-11-19T10:50:53.505Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-19T10:50:53.768Z] ---> facdf125802b [2020-11-19T10:50:53.768Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-19T10:50:54.037Z] ---> f86ef4324f96 [2020-11-19T10:50:54.037Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-19T10:50:54.037Z] ---> Running in 32eabd546fcc [2020-11-19T10:50:54.090Z] ---> 913702c09e49 [2020-11-19T10:50:54.090Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-19T10:50:54.374Z] ---> Running in 8eb6340849dc [2020-11-19T10:50:55.377Z] Removing intermediate container e6fa85126c59 [2020-11-19T10:50:55.377Z] ---> ddc756805499 [2020-11-19T10:50:55.377Z] [2020-11-19T10:50:55.377Z] Step 10/23 : FROM alpine [2020-11-19T10:50:55.656Z] Removing intermediate container 8eb6340849dc [2020-11-19T10:50:55.656Z] ---> 1930231349c0 [2020-11-19T10:50:55.656Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:50:55.656Z] latest: Pulling from library/alpine [2020-11-19T10:50:55.932Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-19T10:50:55.933Z] Status: Downloaded newer image for alpine:latest [2020-11-19T10:50:55.933Z] ---> 2e77e061c27f [2020-11-19T10:50:55.933Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T10:50:55.933Z] ---> Running in c8f6d9f16987 [2020-11-19T10:50:55.970Z] Removing intermediate container 32eabd546fcc [2020-11-19T10:50:55.970Z] ---> b01e5834bd3a [2020-11-19T10:50:55.970Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T10:50:56.217Z] ---> Running in ffff41aaa669 [2020-11-19T10:50:56.545Z] Removing intermediate container 60c49b191935 [2020-11-19T10:50:56.545Z] ---> 110840d24b49 [2020-11-19T10:50:56.545Z] [2020-11-19T10:50:56.545Z] Step 10/22 : FROM scratch [2020-11-19T10:50:56.545Z] ---> [2020-11-19T10:50:56.545Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T10:50:56.545Z] ---> e16b82203e2f [2020-11-19T10:50:56.545Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T10:50:56.545Z] ---> Running in c48e7f00637f [2020-11-19T10:50:56.545Z] ---> Using cache [2020-11-19T10:50:56.545Z] ---> 1643759489b9 [2020-11-19T10:50:56.545Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-19T10:50:56.808Z] ---> Running in 9b822801cf8c [2020-11-19T10:50:56.808Z] Removing intermediate container 9b822801cf8c [2020-11-19T10:50:56.808Z] ---> ae70bc38c2c6 [2020-11-19T10:50:56.808Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T10:50:56.830Z] Removing intermediate container c8f6d9f16987 [2020-11-19T10:50:56.830Z] ---> 9fdc8f032c45 [2020-11-19T10:50:56.830Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T10:50:57.072Z] ---> Running in 4d0fc2880878 [2020-11-19T10:50:57.072Z] Removing intermediate container 4d0fc2880878 [2020-11-19T10:50:57.072Z] ---> 783429263650 [2020-11-19T10:50:57.072Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-19T10:50:57.337Z] Removing intermediate container c48e7f00637f [2020-11-19T10:50:57.337Z] ---> 5b316e2a6a4e [2020-11-19T10:50:57.337Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-19T10:50:57.439Z] ---> Running in 231104cb9721 [2020-11-19T10:50:57.439Z] Removing intermediate container ffff41aaa669 [2020-11-19T10:50:57.439Z] ---> 917dc79fc018 [2020-11-19T10:50:57.439Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-19T10:50:57.602Z] ---> acd65f5a4899 [2020-11-19T10:50:57.602Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-19T10:50:57.602Z] ---> Running in b582ef7909c4 [2020-11-19T10:50:57.869Z] ---> f7bb3d2b53f5 [2020-11-19T10:50:57.869Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-19T10:50:58.055Z] ---> Running in 1e5ddfcfd751 [2020-11-19T10:50:58.332Z] Removing intermediate container 231104cb9721 [2020-11-19T10:50:58.332Z] ---> db0b409760c2 [2020-11-19T10:50:58.332Z] Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:50:58.457Z] ---> 2d762be470d5 [2020-11-19T10:50:58.457Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-19T10:50:58.616Z] ---> Running in d9344b6735df [2020-11-19T10:50:58.725Z] ---> dddffa5e5c88 [2020-11-19T10:50:58.725Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-19T10:50:58.899Z] Removing intermediate container 1e5ddfcfd751 [2020-11-19T10:50:58.899Z] ---> 022ae78846b4 [2020-11-19T10:50:58.899Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-19T10:50:59.177Z] Collecting docker-compose==1.23.2 [2020-11-19T10:50:59.301Z] Removing intermediate container b582ef7909c4 [2020-11-19T10:50:59.301Z] ---> 9b1863639ecf [2020-11-19T10:50:59.301Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T10:50:59.301Z] ---> Running in d8fe22c1db83 [2020-11-19T10:50:59.301Z] ---> Running in 707f3d85e45e [2020-11-19T10:50:59.455Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-19T10:50:59.455Z] ---> Running in 1d9ba021de1c [2020-11-19T10:50:59.564Z] Removing intermediate container d8fe22c1db83 [2020-11-19T10:50:59.564Z] ---> 992578cf40a3 [2020-11-19T10:50:59.564Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:50:59.564Z] ---> Running in 16cdb0364817 [2020-11-19T10:50:59.564Z] Removing intermediate container 707f3d85e45e [2020-11-19T10:50:59.564Z] ---> 84027b1e6594 [2020-11-19T10:50:59.564Z] Step 26/29 : CMD [ "generate" ] [2020-11-19T10:50:59.564Z] ---> Running in cf19b2fafba0 [2020-11-19T10:50:59.739Z] Removing intermediate container d9344b6735df [2020-11-19T10:50:59.740Z] ---> 66619f756895 [2020-11-19T10:50:59.740Z] Step 22/22 : LABEL version=1.3.1-dev.2 [2020-11-19T10:50:59.828Z] Removing intermediate container 16cdb0364817 [2020-11-19T10:50:59.828Z] ---> f8fb84c08a5e [2020-11-19T10:50:59.828Z] Step 20/22 : LABEL arch=x86_64 [2020-11-19T10:50:59.828Z] ---> Running in cee077669b06 [2020-11-19T10:50:59.828Z] Removing intermediate container cf19b2fafba0 [2020-11-19T10:50:59.828Z] ---> 3b1d76992761 [2020-11-19T10:50:59.828Z] Step 27/29 : LABEL arch=x86_64 [2020-11-19T10:50:59.828Z] ---> Running in 6418bb3e0390 [2020-11-19T10:51:00.091Z] Removing intermediate container cee077669b06 [2020-11-19T10:51:00.091Z] ---> a35fe22c423e [2020-11-19T10:51:00.091Z] Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:00.091Z] ---> Running in 7d11fb40a155 [2020-11-19T10:51:00.091Z] Removing intermediate container 6418bb3e0390 [2020-11-19T10:51:00.091Z] ---> b80d0fa78158 [2020-11-19T10:51:00.091Z] Step 28/29 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:00.091Z] ---> Running in 412f6e95ab56 [2020-11-19T10:51:00.344Z] ---> Running in f1efdcf7c006 [2020-11-19T10:51:00.344Z] Removing intermediate container 1d9ba021de1c [2020-11-19T10:51:00.344Z] ---> e71ddc1df4f3 [2020-11-19T10:51:00.344Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:51:00.355Z] Removing intermediate container 7d11fb40a155 [2020-11-19T10:51:00.355Z] ---> bad1cb06d9e0 [2020-11-19T10:51:00.355Z] Step 22/22 : LABEL version=1.3.1-dev.2 [2020-11-19T10:51:00.355Z] ---> Running in 8507e67abf60 [2020-11-19T10:51:00.355Z] Removing intermediate container 412f6e95ab56 [2020-11-19T10:51:00.355Z] ---> e88ccd7f8f71 [2020-11-19T10:51:00.355Z] Step 29/29 : LABEL version=1.3.1-dev.2 [2020-11-19T10:51:00.619Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:51:00.619Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:51:00.619Z] ---> 15569e6ca91c [2020-11-19T10:51:00.619Z] Step 3/24 : WORKDIR /edgex-go [2020-11-19T10:51:00.619Z] ---> Using cache [2020-11-19T10:51:00.619Z] ---> 8bc6b124f392 [2020-11-19T10:51:00.619Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:51:00.619Z] ---> Using cache [2020-11-19T10:51:00.619Z] ---> 90a9290dc7cd [2020-11-19T10:51:00.619Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-19T10:51:00.619Z] ---> Running in eb4089207a71 [2020-11-19T10:51:00.619Z] ---> Running in 18866b293722 [2020-11-19T10:51:00.620Z] ---> Running in 551d1d0ada79 [2020-11-19T10:51:00.620Z] Removing intermediate container 8507e67abf60 [2020-11-19T10:51:00.620Z] ---> 657fe6260ba1 [2020-11-19T10:51:00.620Z] [2020-11-19T10:51:01.194Z] Successfully built 657fe6260ba1 [2020-11-19T10:51:01.194Z] Removing intermediate container 551d1d0ada79 [2020-11-19T10:51:01.194Z] ---> 024c89093fde [2020-11-19T10:51:01.194Z] [2020-11-19T10:51:01.195Z] Successfully tagged docker-support-logging-go:latest [2020-11-19T10:51:01.195Z]  Building docker-support-logging-go ... done Successfully built 024c89093fde [2020-11-19T10:51:01.195Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-19T10:51:01.217Z] Removing intermediate container f1efdcf7c006 [2020-11-19T10:51:01.217Z] ---> 1daf2d1d63ce [2020-11-19T10:51:01.217Z] [2020-11-19T10:51:01.477Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-11-19T10:51:01.498Z] Successfully built 1daf2d1d63ce [2020-11-19T10:51:01.543Z] $ docker stop --time=1 ef233b3c89d6c6755e46e68794a678e7461e155654fb141e1dd4550d02869f9f [2020-11-19T10:51:01.773Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-19T10:51:01.773Z] Building docker-security-bootstrap-redis-go [2020-11-19T10:51:01.773Z]  Building docker-core-metadata-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-19T10:51:01.773Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-19T10:51:02.373Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-19T10:51:02.373Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-19T10:51:03.488Z] $ docker rm -f ef233b3c89d6c6755e46e68794a678e7461e155654fb141e1dd4550d02869f9f [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T10:51:03.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:51:04.091Z] + docker images [2020-11-19T10:51:04.092Z] + grep docker [2020-11-19T10:51:04.092Z] docker-security-secrets-setup-go latest 024c89093fde 3 seconds ago 24MB [2020-11-19T10:51:04.092Z] docker-support-logging-go latest 657fe6260ba1 3 seconds ago 11.1MB [2020-11-19T10:51:04.092Z] docker-support-notifications-go latest bf5620ad6d5f 19 seconds ago 13.6MB [2020-11-19T10:51:04.092Z] docker-sys-mgmt-agent-go latest 81c5f4daa1fd About a minute ago 290MB [2020-11-19T10:51:04.092Z] docker-support-scheduler-go latest 6f01e3ac7032 About a minute ago 12.3MB [2020-11-19T10:51:04.092Z] docker-security-proxy-setup-go latest 98c1c4eafb54 About a minute ago 15.8MB [2020-11-19T10:51:04.092Z] docker-security-secretstore-setup-go latest 08566a269d3f About a minute ago 24.8MB [2020-11-19T10:51:04.092Z] docker-core-data-go latest 44bf808e189b 2 minutes ago 23.7MB [2020-11-19T10:51:04.092Z] docker-security-bootstrap-redis-go latest 6d1d6099132d 2 minutes ago 15.9MB [2020-11-19T10:51:04.092Z] docker-core-metadata-go latest 13ccf5da391b 2 minutes ago 14.5MB [2020-11-19T10:51:04.092Z] docker-core-command-go latest 4d8aa481b274 3 minutes ago 12.2MB [2020-11-19T10:51:04.092Z] docker latest 6972c414f322 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T10:51:04.613Z] provisioning config files... [2020-11-19T10:51:04.653Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/226@tmp/config2319313330887907908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:51:05.025Z] ---> docker-login.sh [2020-11-19T10:51:05.026Z] nexus3.edgexfoundry.org:10001 [2020-11-19T10:51:05.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:51:05.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:51:05.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:51:05.287Z] Configure a credential helper to remove this warning. See [2020-11-19T10:51:05.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:51:05.287Z] [2020-11-19T10:51:05.287Z] Login Succeeded [2020-11-19T10:51:05.287Z] nexus3.edgexfoundry.org:10002 [2020-11-19T10:51:05.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:51:05.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:51:05.287Z] Configure a credential helper to remove this warning. See [2020-11-19T10:51:05.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:51:05.287Z] [2020-11-19T10:51:05.287Z] Login Succeeded [2020-11-19T10:51:05.287Z] nexus3.edgexfoundry.org:10003 [2020-11-19T10:51:05.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:51:05.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:51:05.551Z] Configure a credential helper to remove this warning. See [2020-11-19T10:51:05.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:51:05.551Z] [2020-11-19T10:51:05.551Z] Login Succeeded [2020-11-19T10:51:05.551Z] nexus3.edgexfoundry.org:10004 [2020-11-19T10:51:05.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:51:05.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:51:05.815Z] Configure a credential helper to remove this warning. See [2020-11-19T10:51:05.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:51:05.815Z] [2020-11-19T10:51:05.815Z] Login Succeeded [2020-11-19T10:51:05.815Z] docker.io [2020-11-19T10:51:05.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:51:05.859Z] Collecting cached-property<2,>=1.2.0 [2020-11-19T10:51:05.859Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-19T10:51:06.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:51:06.078Z] Configure a credential helper to remove this warning. See [2020-11-19T10:51:06.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:51:06.079Z] [2020-11-19T10:51:06.079Z] Login Succeeded [2020-11-19T10:51:06.079Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T10:51:06.089Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:06.282Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-11-19T10:51:06.282Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:06.282Z] 1.3.1-dev.2 [2020-11-19T10:51:06.282Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:06.282Z] master [2020-11-19T10:51:06.282Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-11-19T10:51:06.488Z] Removing intermediate container 18866b293722 [2020-11-19T10:51:06.489Z] ---> c82db432c68a [2020-11-19T10:51:06.489Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-19T10:51:06.489Z] ---> Running in d9cf2ecdd278 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:06.771Z] Collecting PyYAML<4,>=3.10 [2020-11-19T10:51:06.772Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-19T10:51:06.838Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:07.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:07.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T10:51:07.147Z] 9a22e9e6e5fd: Preparing [2020-11-19T10:51:07.147Z] 4d32f9f6c96c: Preparing [2020-11-19T10:51:07.147Z] 490532f6e213: Preparing [2020-11-19T10:51:07.409Z] 490532f6e213: Pushed [2020-11-19T10:51:07.409Z] 9a22e9e6e5fd: Pushed [2020-11-19T10:51:07.755Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:51:07.755Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:51:07.755Z] OK: 12623 distinct packages available [2020-11-19T10:51:08.357Z] 4d32f9f6c96c: Pushed [2020-11-19T10:51:08.620Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:febb941e536c3284af0902a1fb64e92742ac2f823933519b515e7702eee2b5c6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:08.742Z] OK: 217 MiB in 51 packages [2020-11-19T10:51:08.939Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:09.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.2 [2020-11-19T10:51:09.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T10:51:09.248Z] 9a22e9e6e5fd: Preparing [2020-11-19T10:51:09.248Z] 4d32f9f6c96c: Preparing [2020-11-19T10:51:09.248Z] 490532f6e213: Preparing [2020-11-19T10:51:09.248Z] 9a22e9e6e5fd: Layer already exists [2020-11-19T10:51:09.248Z] 4d32f9f6c96c: Layer already exists [2020-11-19T10:51:09.248Z] 490532f6e213: Layer already exists [2020-11-19T10:51:09.248Z] 1.3.1-dev.2: digest: sha256:febb941e536c3284af0902a1fb64e92742ac2f823933519b515e7702eee2b5c6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:09.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:51:09.564Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:09.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:09.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T10:51:09.873Z] 9a22e9e6e5fd: Preparing [2020-11-19T10:51:09.873Z] 4d32f9f6c96c: Preparing [2020-11-19T10:51:09.874Z] 490532f6e213: Preparing [2020-11-19T10:51:09.874Z] 490532f6e213: Layer already exists [2020-11-19T10:51:09.874Z] 9a22e9e6e5fd: Layer already exists [2020-11-19T10:51:09.874Z] 4d32f9f6c96c: Layer already exists [2020-11-19T10:51:09.874Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:febb941e536c3284af0902a1fb64e92742ac2f823933519b515e7702eee2b5c6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:10.217Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:10.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:51:10.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-11-19T10:51:10.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-11-19T10:51:10.546Z] 9a22e9e6e5fd: Preparing [2020-11-19T10:51:10.546Z] 4d32f9f6c96c: Preparing [2020-11-19T10:51:10.546Z] 490532f6e213: Preparing [2020-11-19T10:51:10.546Z] 4d32f9f6c96c: Layer already exists [2020-11-19T10:51:10.546Z] 490532f6e213: Layer already exists [2020-11-19T10:51:10.546Z] 9a22e9e6e5fd: Layer already exists [2020-11-19T10:51:10.817Z] master: digest: sha256:febb941e536c3284af0902a1fb64e92742ac2f823933519b515e7702eee2b5c6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:11.037Z] ===================================================== [Pipeline] echo [2020-11-19T10:51:11.093Z] taggedImages: [2020-11-19T10:51:11.093Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:11.093Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.2 [2020-11-19T10:51:11.093Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:11.093Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-11-19T10:51:11.188Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-11-19T10:51:11.188Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:11.188Z] 1.3.1-dev.2 [2020-11-19T10:51:11.188Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:11.188Z] master [2020-11-19T10:51:11.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:11.528Z] Removing intermediate container eb4089207a71 [2020-11-19T10:51:11.528Z] ---> df67c96e02dd [2020-11-19T10:51:11.528Z] Step 6/24 : COPY go.mod . [2020-11-19T10:51:11.816Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-19T10:51:11.856Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:12.179Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-19T10:51:12.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:12.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T10:51:12.185Z] fc320602fe7d: Preparing [2020-11-19T10:51:12.185Z] 753e24ca91b9: Preparing [2020-11-19T10:51:12.185Z] 3185f76dbb5b: Preparing [2020-11-19T10:51:12.185Z] a23f7adcf7f6: Preparing [2020-11-19T10:51:12.185Z] 199ea4d8ddf0: Preparing [2020-11-19T10:51:12.185Z] ace0eda3e3be: Preparing [2020-11-19T10:51:12.185Z] ace0eda3e3be: Waiting [2020-11-19T10:51:12.449Z] 3185f76dbb5b: Pushed [2020-11-19T10:51:12.449Z] fc320602fe7d: Pushed [2020-11-19T10:51:12.449Z] 199ea4d8ddf0: Pushed [2020-11-19T10:51:12.449Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:12.449Z] a23f7adcf7f6: Pushed [2020-11-19T10:51:12.565Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-19T10:51:12.565Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-19T10:51:12.565Z] Collecting jsonschema<3,>=2.5.1 [2020-11-19T10:51:12.565Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-19T10:51:12.847Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-19T10:51:13.138Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-19T10:51:13.138Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:51:13.138Z] OK: 8 MiB in 19 packages [2020-11-19T10:51:13.417Z] ---> 0d0b16050e89 [2020-11-19T10:51:13.417Z] Step 7/24 : RUN go mod download [2020-11-19T10:51:13.699Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-19T10:51:13.699Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-19T10:51:13.842Z] 753e24ca91b9: Pushed [2020-11-19T10:51:13.842Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:113b34ea7e1e712c89ceaf1371e9305f8b06a85edf190e1a593ec0a7a4dff43e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:13.996Z] ---> Running in 50b2dc1e8d0b [2020-11-19T10:51:14.150Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:14.286Z] Collecting docopt<0.7,>=0.6.1 [2020-11-19T10:51:14.286Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-19T10:51:14.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.2 [2020-11-19T10:51:14.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T10:51:14.460Z] fc320602fe7d: Preparing [2020-11-19T10:51:14.460Z] 753e24ca91b9: Preparing [2020-11-19T10:51:14.460Z] 3185f76dbb5b: Preparing [2020-11-19T10:51:14.460Z] a23f7adcf7f6: Preparing [2020-11-19T10:51:14.460Z] 199ea4d8ddf0: Preparing [2020-11-19T10:51:14.460Z] ace0eda3e3be: Preparing [2020-11-19T10:51:14.460Z] ace0eda3e3be: Waiting [2020-11-19T10:51:14.460Z] 199ea4d8ddf0: Layer already exists [2020-11-19T10:51:14.460Z] fc320602fe7d: Layer already exists [2020-11-19T10:51:14.460Z] 753e24ca91b9: Layer already exists [2020-11-19T10:51:14.460Z] a23f7adcf7f6: Layer already exists [2020-11-19T10:51:14.460Z] 3185f76dbb5b: Layer already exists [2020-11-19T10:51:14.460Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:14.460Z] 1.3.1-dev.2: digest: sha256:113b34ea7e1e712c89ceaf1371e9305f8b06a85edf190e1a593ec0a7a4dff43e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:14.766Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:15.754Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:51:15.754Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:51:15.754Z] ---> 15569e6ca91c [2020-11-19T10:51:15.754Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T10:51:15.754Z] ---> Using cache [2020-11-19T10:51:15.754Z] ---> 8bc6b124f392 [2020-11-19T10:51:15.754Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:51:15.754Z] ---> Using cache [2020-11-19T10:51:15.754Z] ---> 90a9290dc7cd [2020-11-19T10:51:15.754Z] Step 5/22 : RUN apk update && apk add make git [2020-11-19T10:51:15.754Z] ---> Using cache [2020-11-19T10:51:15.754Z] ---> dfc548bc9456 [2020-11-19T10:51:15.754Z] Step 6/22 : COPY go.mod . [2020-11-19T10:51:15.754Z] ---> Using cache [2020-11-19T10:51:15.754Z] ---> 1ffa9fea4ea0 [2020-11-19T10:51:15.754Z] Step 7/22 : RUN go mod download [2020-11-19T10:51:15.754Z] ---> Using cache [2020-11-19T10:51:15.754Z] ---> 598c9e3e7775 [2020-11-19T10:51:15.754Z] Step 8/22 : COPY . . [2020-11-19T10:51:15.754Z] Removing intermediate container d9cf2ecdd278 [2020-11-19T10:51:15.754Z] ---> 94d226b29b5e [2020-11-19T10:51:15.754Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-19T10:51:15.754Z] ---> Using cache [2020-11-19T10:51:15.754Z] ---> 4d41945935ed [2020-11-19T10:51:15.754Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-19T10:51:16.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:16.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T10:51:16.012Z] fc320602fe7d: Preparing [2020-11-19T10:51:16.012Z] 753e24ca91b9: Preparing [2020-11-19T10:51:16.012Z] 3185f76dbb5b: Preparing [2020-11-19T10:51:16.012Z] a23f7adcf7f6: Preparing [2020-11-19T10:51:16.012Z] 199ea4d8ddf0: Preparing [2020-11-19T10:51:16.012Z] ace0eda3e3be: Preparing [2020-11-19T10:51:16.012Z] ace0eda3e3be: Waiting [2020-11-19T10:51:16.012Z] fc320602fe7d: Layer already exists [2020-11-19T10:51:16.012Z] 3185f76dbb5b: Layer already exists [2020-11-19T10:51:16.013Z] 753e24ca91b9: Layer already exists [2020-11-19T10:51:16.013Z] 199ea4d8ddf0: Layer already exists [2020-11-19T10:51:16.013Z] a23f7adcf7f6: Layer already exists [2020-11-19T10:51:16.013Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:16.013Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:113b34ea7e1e712c89ceaf1371e9305f8b06a85edf190e1a593ec0a7a4dff43e size: 1572 [2020-11-19T10:51:16.030Z] ---> Running in 95ad0c656c18 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:16.323Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:16.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-11-19T10:51:16.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-11-19T10:51:16.626Z] fc320602fe7d: Preparing [2020-11-19T10:51:16.626Z] 753e24ca91b9: Preparing [2020-11-19T10:51:16.626Z] 3185f76dbb5b: Preparing [2020-11-19T10:51:16.626Z] a23f7adcf7f6: Preparing [2020-11-19T10:51:16.626Z] 199ea4d8ddf0: Preparing [2020-11-19T10:51:16.626Z] ace0eda3e3be: Preparing [2020-11-19T10:51:16.626Z] ace0eda3e3be: Waiting [2020-11-19T10:51:16.626Z] a23f7adcf7f6: Layer already exists [2020-11-19T10:51:16.626Z] 3185f76dbb5b: Layer already exists [2020-11-19T10:51:16.626Z] 199ea4d8ddf0: Layer already exists [2020-11-19T10:51:16.626Z] fc320602fe7d: Layer already exists [2020-11-19T10:51:16.626Z] 753e24ca91b9: Layer already exists [2020-11-19T10:51:16.626Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:16.626Z] master: digest: sha256:113b34ea7e1e712c89ceaf1371e9305f8b06a85edf190e1a593ec0a7a4dff43e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:16.822Z] ===================================================== [Pipeline] echo [2020-11-19T10:51:16.870Z] taggedImages: [2020-11-19T10:51:16.870Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:16.870Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.2 [2020-11-19T10:51:16.870Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:16.870Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-11-19T10:51:16.937Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-11-19T10:51:16.937Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:16.937Z] 1.3.1-dev.2 [2020-11-19T10:51:16.937Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:16.937Z] master [2020-11-19T10:51:16.937Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:17.463Z] ---> 166254359c7d [2020-11-19T10:51:17.463Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-19T10:51:17.519Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:17.737Z] Collecting docker<4.0,>=3.6.0 [2020-11-19T10:51:17.737Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-19T10:51:17.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:17.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T10:51:17.826Z] 7b0181ab6552: Preparing [2020-11-19T10:51:17.826Z] 5c0e19ce7880: Preparing [2020-11-19T10:51:17.826Z] 291e0ca807a0: Preparing [2020-11-19T10:51:18.089Z] 7b0181ab6552: Pushed [2020-11-19T10:51:18.089Z] 291e0ca807a0: Pushed [2020-11-19T10:51:18.738Z] Collecting texttable<0.10,>=0.9.0 [2020-11-19T10:51:18.738Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-19T10:51:18.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-11-19T10:51:19.478Z] 5c0e19ce7880: Pushed [2020-11-19T10:51:19.714Z] ---> 65a1c05deb2a [2020-11-19T10:51:19.714Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-19T10:51:19.714Z] Removing intermediate container 50b2dc1e8d0b [2020-11-19T10:51:19.714Z] ---> 5ad04d3326bc [2020-11-19T10:51:19.714Z] Step 8/24 : COPY . . [2020-11-19T10:51:19.739Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:a146472307ba82b07537ae9b6527514e7f375e26944f3f8dc3b70362e2fef075 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:20.041Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:20.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.2 [2020-11-19T10:51:20.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T10:51:20.365Z] 7b0181ab6552: Preparing [2020-11-19T10:51:20.365Z] 5c0e19ce7880: Preparing [2020-11-19T10:51:20.365Z] 291e0ca807a0: Preparing [2020-11-19T10:51:20.365Z] 291e0ca807a0: Layer already exists [2020-11-19T10:51:20.365Z] 5c0e19ce7880: Layer already exists [2020-11-19T10:51:20.365Z] 7b0181ab6552: Layer already exists [2020-11-19T10:51:20.365Z] 1.3.1-dev.2: digest: sha256:a146472307ba82b07537ae9b6527514e7f375e26944f3f8dc3b70362e2fef075 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:20.672Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:20.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:20.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T10:51:20.971Z] 7b0181ab6552: Preparing [2020-11-19T10:51:20.971Z] 5c0e19ce7880: Preparing [2020-11-19T10:51:20.971Z] 291e0ca807a0: Preparing [2020-11-19T10:51:20.971Z] 7b0181ab6552: Layer already exists [2020-11-19T10:51:20.971Z] 291e0ca807a0: Layer already exists [2020-11-19T10:51:20.971Z] 5c0e19ce7880: Layer already exists [2020-11-19T10:51:20.971Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:a146472307ba82b07537ae9b6527514e7f375e26944f3f8dc3b70362e2fef075 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:21.161Z] ---> b036c93f27ce [2020-11-19T10:51:21.161Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-19T10:51:21.161Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-11-19T10:51:21.278Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:21.436Z] Collecting idna<2.8,>=2.5 [2020-11-19T10:51:21.436Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-19T10:51:21.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-11-19T10:51:21.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-11-19T10:51:21.580Z] 7b0181ab6552: Preparing [2020-11-19T10:51:21.580Z] 5c0e19ce7880: Preparing [2020-11-19T10:51:21.580Z] 291e0ca807a0: Preparing [2020-11-19T10:51:21.580Z] 5c0e19ce7880: Layer already exists [2020-11-19T10:51:21.580Z] 291e0ca807a0: Layer already exists [2020-11-19T10:51:21.580Z] 7b0181ab6552: Layer already exists [2020-11-19T10:51:21.580Z] master: digest: sha256:a146472307ba82b07537ae9b6527514e7f375e26944f3f8dc3b70362e2fef075 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-11-19T10:51:21.711Z] ---> Running in 419bb68947c7 [2020-11-19T10:51:21.711Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:21.775Z] ===================================================== [Pipeline] echo [2020-11-19T10:51:21.818Z] taggedImages: [2020-11-19T10:51:21.818Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:21.818Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.2 [2020-11-19T10:51:21.818Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:21.818Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-11-19T10:51:21.876Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-11-19T10:51:21.876Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:21.876Z] 1.3.1-dev.2 [2020-11-19T10:51:21.876Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:21.876Z] master [2020-11-19T10:51:21.876Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:22.343Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:22.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:22.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T10:51:22.646Z] 52a18392b711: Preparing [2020-11-19T10:51:22.646Z] aba3a3d683da: Preparing [2020-11-19T10:51:22.646Z] b1a786345ce6: Preparing [2020-11-19T10:51:22.646Z] e5890b10ffe3: Preparing [2020-11-19T10:51:22.646Z] 8c5a86748e8b: Preparing [2020-11-19T10:51:22.646Z] 4f3ee43713ef: Preparing [2020-11-19T10:51:22.646Z] 1b3ee35aacca: Preparing [2020-11-19T10:51:22.646Z] 4f3ee43713ef: Waiting [2020-11-19T10:51:22.646Z] 1b3ee35aacca: Waiting [2020-11-19T10:51:22.705Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-19T10:51:22.705Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-19T10:51:22.910Z] aba3a3d683da: Pushed [2020-11-19T10:51:22.910Z] b1a786345ce6: Pushed [2020-11-19T10:51:22.910Z] 52a18392b711: Pushed [2020-11-19T10:51:22.910Z] 8c5a86748e8b: Pushed [2020-11-19T10:51:22.910Z] 1b3ee35aacca: Layer already exists [2020-11-19T10:51:22.984Z] Removing intermediate container 419bb68947c7 [2020-11-19T10:51:22.984Z] ---> a95918e29ac8 [2020-11-19T10:51:22.984Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:51:23.489Z] 4f3ee43713ef: Pushed [2020-11-19T10:51:23.603Z] Collecting docker-pycreds>=0.4.0 [2020-11-19T10:51:23.603Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-19T10:51:23.750Z] e5890b10ffe3: Pushed [2020-11-19T10:51:23.891Z] ---> Running in ff4f96f1d940 [2020-11-19T10:51:24.011Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:4ac97b9fdc84bd3a20755c47d0bf83dfff73993ef35001f281a6bf23e7ae21b9 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:24.170Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-19T10:51:24.170Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-19T10:51:24.170Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-19T10:51:24.170Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-19T10:51:24.321Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:24.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.2 [2020-11-19T10:51:24.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T10:51:24.621Z] 52a18392b711: Preparing [2020-11-19T10:51:24.621Z] aba3a3d683da: Preparing [2020-11-19T10:51:24.621Z] b1a786345ce6: Preparing [2020-11-19T10:51:24.621Z] e5890b10ffe3: Preparing [2020-11-19T10:51:24.621Z] 8c5a86748e8b: Preparing [2020-11-19T10:51:24.621Z] 4f3ee43713ef: Preparing [2020-11-19T10:51:24.621Z] 1b3ee35aacca: Preparing [2020-11-19T10:51:24.621Z] 4f3ee43713ef: Waiting [2020-11-19T10:51:24.621Z] 1b3ee35aacca: Waiting [2020-11-19T10:51:24.621Z] b1a786345ce6: Layer already exists [2020-11-19T10:51:24.621Z] 52a18392b711: Layer already exists [2020-11-19T10:51:24.621Z] aba3a3d683da: Layer already exists [2020-11-19T10:51:24.621Z] 8c5a86748e8b: Layer already exists [2020-11-19T10:51:24.621Z] e5890b10ffe3: Layer already exists [2020-11-19T10:51:24.621Z] 1b3ee35aacca: Layer already exists [2020-11-19T10:51:24.621Z] 4f3ee43713ef: Layer already exists [2020-11-19T10:51:24.621Z] 1.3.1-dev.2: digest: sha256:4ac97b9fdc84bd3a20755c47d0bf83dfff73993ef35001f281a6bf23e7ae21b9 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:24.930Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:25.173Z] Removing intermediate container ff4f96f1d940 [2020-11-19T10:51:25.173Z] ---> f671a1c74cd3 [2020-11-19T10:51:25.173Z] Step 21/23 : LABEL arch=arm64 [2020-11-19T10:51:25.173Z] ---> Running in 8b33b3f0a98a [2020-11-19T10:51:25.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:25.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T10:51:25.227Z] 52a18392b711: Preparing [2020-11-19T10:51:25.227Z] aba3a3d683da: Preparing [2020-11-19T10:51:25.227Z] b1a786345ce6: Preparing [2020-11-19T10:51:25.227Z] e5890b10ffe3: Preparing [2020-11-19T10:51:25.227Z] 8c5a86748e8b: Preparing [2020-11-19T10:51:25.227Z] 4f3ee43713ef: Preparing [2020-11-19T10:51:25.227Z] 1b3ee35aacca: Preparing [2020-11-19T10:51:25.227Z] 4f3ee43713ef: Waiting [2020-11-19T10:51:25.227Z] 1b3ee35aacca: Waiting [2020-11-19T10:51:25.227Z] b1a786345ce6: Layer already exists [2020-11-19T10:51:25.227Z] 52a18392b711: Layer already exists [2020-11-19T10:51:25.227Z] aba3a3d683da: Layer already exists [2020-11-19T10:51:25.227Z] e5890b10ffe3: Layer already exists [2020-11-19T10:51:25.227Z] 8c5a86748e8b: Layer already exists [2020-11-19T10:51:25.227Z] 1b3ee35aacca: Layer already exists [2020-11-19T10:51:25.227Z] 4f3ee43713ef: Layer already exists [2020-11-19T10:51:25.227Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:4ac97b9fdc84bd3a20755c47d0bf83dfff73993ef35001f281a6bf23e7ae21b9 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:25.449Z] Installing collected packages: idna, urllib3, requests, dockerpty, cached-property, PyYAML, jsonschema, websocket-client, docopt, docker-pycreds, docker, texttable, docker-compose [2020-11-19T10:51:25.449Z] Attempting uninstall: idna [2020-11-19T10:51:25.449Z] Found existing installation: idna 2.9 [2020-11-19T10:51:25.449Z] Uninstalling idna-2.9: [2020-11-19T10:51:25.449Z] Successfully uninstalled idna-2.9 [2020-11-19T10:51:25.536Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:25.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-11-19T10:51:25.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-11-19T10:51:25.834Z] 52a18392b711: Preparing [2020-11-19T10:51:25.834Z] aba3a3d683da: Preparing [2020-11-19T10:51:25.834Z] b1a786345ce6: Preparing [2020-11-19T10:51:25.834Z] e5890b10ffe3: Preparing [2020-11-19T10:51:25.834Z] 8c5a86748e8b: Preparing [2020-11-19T10:51:25.834Z] 4f3ee43713ef: Preparing [2020-11-19T10:51:25.834Z] 1b3ee35aacca: Preparing [2020-11-19T10:51:25.834Z] 1b3ee35aacca: Waiting [2020-11-19T10:51:25.834Z] 4f3ee43713ef: Waiting [2020-11-19T10:51:25.834Z] e5890b10ffe3: Layer already exists [2020-11-19T10:51:25.834Z] b1a786345ce6: Layer already exists [2020-11-19T10:51:25.834Z] 52a18392b711: Layer already exists [2020-11-19T10:51:25.834Z] 8c5a86748e8b: Layer already exists [2020-11-19T10:51:25.834Z] aba3a3d683da: Layer already exists [2020-11-19T10:51:25.834Z] 4f3ee43713ef: Layer already exists [2020-11-19T10:51:25.834Z] 1b3ee35aacca: Layer already exists [2020-11-19T10:51:25.834Z] master: digest: sha256:4ac97b9fdc84bd3a20755c47d0bf83dfff73993ef35001f281a6bf23e7ae21b9 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:26.010Z] ===================================================== [Pipeline] echo [2020-11-19T10:51:26.055Z] taggedImages: [2020-11-19T10:51:26.055Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:26.055Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.2 [2020-11-19T10:51:26.055Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:26.055Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-11-19T10:51:26.120Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-11-19T10:51:26.121Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:26.121Z] 1.3.1-dev.2 [2020-11-19T10:51:26.121Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:26.121Z] master [2020-11-19T10:51:26.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:26.439Z] Attempting uninstall: urllib3 [2020-11-19T10:51:26.439Z] Found existing installation: urllib3 1.25.9 [2020-11-19T10:51:26.439Z] Removing intermediate container 8b33b3f0a98a [2020-11-19T10:51:26.440Z] ---> 219bbe3721ba [2020-11-19T10:51:26.440Z] Step 22/23 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:26.440Z] Uninstalling urllib3-1.25.9: [2020-11-19T10:51:26.440Z] Successfully uninstalled urllib3-1.25.9 [2020-11-19T10:51:26.581Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:26.712Z] ---> Running in e3d685852cd8 [2020-11-19T10:51:26.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:26.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T10:51:26.882Z] 9a4f9221f69c: Preparing [2020-11-19T10:51:26.882Z] 8ec6850277c0: Preparing [2020-11-19T10:51:26.882Z] fcebd601d4ca: Preparing [2020-11-19T10:51:26.882Z] 2addee0ac2a8: Preparing [2020-11-19T10:51:26.882Z] ace0eda3e3be: Preparing [2020-11-19T10:51:26.882Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:26.882Z] fcebd601d4ca: Pushed [2020-11-19T10:51:27.144Z] 8ec6850277c0: Pushed [2020-11-19T10:51:27.305Z] Attempting uninstall: requests [2020-11-19T10:51:27.305Z] Found existing installation: requests 2.23.0 [2020-11-19T10:51:27.305Z] Uninstalling requests-2.23.0: [2020-11-19T10:51:27.405Z] 2addee0ac2a8: Pushed [2020-11-19T10:51:27.581Z] Successfully uninstalled requests-2.23.0 [2020-11-19T10:51:27.857Z] Removing intermediate container e3d685852cd8 [2020-11-19T10:51:27.857Z] ---> 071dd23e0ba1 [2020-11-19T10:51:27.857Z] Step 23/23 : LABEL version=1.3.1-dev.2 [2020-11-19T10:51:27.978Z] 9a4f9221f69c: Pushed [2020-11-19T10:51:27.978Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:0335dda030950cf1c8c67695ff136c2dacd68ee1081b7ec7af34872eda005dff size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:28.134Z] Running setup.py install for dockerpty: started [2020-11-19T10:51:28.286Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:28.414Z] ---> Running in 4a35a56636d7 [2020-11-19T10:51:28.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.2 [2020-11-19T10:51:28.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T10:51:28.602Z] 9a4f9221f69c: Preparing [2020-11-19T10:51:28.602Z] 8ec6850277c0: Preparing [2020-11-19T10:51:28.602Z] fcebd601d4ca: Preparing [2020-11-19T10:51:28.602Z] 2addee0ac2a8: Preparing [2020-11-19T10:51:28.602Z] ace0eda3e3be: Preparing [2020-11-19T10:51:28.602Z] fcebd601d4ca: Layer already exists [2020-11-19T10:51:28.602Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:28.602Z] 8ec6850277c0: Layer already exists [2020-11-19T10:51:28.602Z] 9a4f9221f69c: Layer already exists [2020-11-19T10:51:28.602Z] 2addee0ac2a8: Layer already exists [2020-11-19T10:51:28.602Z] 1.3.1-dev.2: digest: sha256:0335dda030950cf1c8c67695ff136c2dacd68ee1081b7ec7af34872eda005dff size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:28.910Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:29.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:29.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T10:51:29.210Z] 9a4f9221f69c: Preparing [2020-11-19T10:51:29.210Z] 8ec6850277c0: Preparing [2020-11-19T10:51:29.210Z] fcebd601d4ca: Preparing [2020-11-19T10:51:29.210Z] 2addee0ac2a8: Preparing [2020-11-19T10:51:29.210Z] ace0eda3e3be: Preparing [2020-11-19T10:51:29.210Z] 8ec6850277c0: Layer already exists [2020-11-19T10:51:29.210Z] fcebd601d4ca: Layer already exists [2020-11-19T10:51:29.210Z] 2addee0ac2a8: Layer already exists [2020-11-19T10:51:29.210Z] 9a4f9221f69c: Layer already exists [2020-11-19T10:51:29.210Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:29.210Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:0335dda030950cf1c8c67695ff136c2dacd68ee1081b7ec7af34872eda005dff size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:29.518Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:29.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-11-19T10:51:29.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-11-19T10:51:29.827Z] 9a4f9221f69c: Preparing [2020-11-19T10:51:29.827Z] 8ec6850277c0: Preparing [2020-11-19T10:51:29.827Z] fcebd601d4ca: Preparing [2020-11-19T10:51:29.827Z] 2addee0ac2a8: Preparing [2020-11-19T10:51:29.827Z] ace0eda3e3be: Preparing [2020-11-19T10:51:29.827Z] fcebd601d4ca: Layer already exists [2020-11-19T10:51:29.827Z] 2addee0ac2a8: Layer already exists [2020-11-19T10:51:29.827Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:29.827Z] 8ec6850277c0: Layer already exists [2020-11-19T10:51:29.827Z] 9a4f9221f69c: Layer already exists [2020-11-19T10:51:29.827Z] master: digest: sha256:0335dda030950cf1c8c67695ff136c2dacd68ee1081b7ec7af34872eda005dff size: 1364 [Pipeline] } [2020-11-19T10:51:29.868Z] Removing intermediate container 4a35a56636d7 [2020-11-19T10:51:29.868Z] ---> 9c03f608bdbb [2020-11-19T10:51:29.868Z] [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:30.008Z] ===================================================== [Pipeline] echo [2020-11-19T10:51:30.079Z] taggedImages: [2020-11-19T10:51:30.079Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:30.079Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.2 [2020-11-19T10:51:30.079Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:30.079Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-11-19T10:51:30.139Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-11-19T10:51:30.139Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:30.139Z] 1.3.1-dev.2 [2020-11-19T10:51:30.139Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:30.139Z] master [2020-11-19T10:51:30.139Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:30.478Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-19T10:51:30.478Z] Successfully built 9c03f608bdbb [2020-11-19T10:51:30.478Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-19T10:51:30.478Z] Building docker-support-scheduler-go [2020-11-19T10:51:30.660Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:30.754Z] Running setup.py install for PyYAML: started [2020-11-19T10:51:30.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:30.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T10:51:30.959Z] a63dfe3c77ba: Preparing [2020-11-19T10:51:30.959Z] d6c44240e110: Preparing [2020-11-19T10:51:30.959Z] 1ab0de135d10: Preparing [2020-11-19T10:51:30.959Z] 34e6ab763ab1: Preparing [2020-11-19T10:51:30.959Z] 34e6ab763ab1: Preparing [2020-11-19T10:51:30.959Z] 0997611d8057: Preparing [2020-11-19T10:51:30.959Z] 69418b07801a: Preparing [2020-11-19T10:51:30.959Z] 75d8e2db5aa6: Preparing [2020-11-19T10:51:30.959Z] a63dfe3c77ba: Preparing [2020-11-19T10:51:30.959Z] c9e37d0e61ae: Preparing [2020-11-19T10:51:30.959Z] 59f2079039b1: Preparing [2020-11-19T10:51:30.959Z] a593f3d81a2e: Preparing [2020-11-19T10:51:30.959Z] ace0eda3e3be: Preparing [2020-11-19T10:51:30.959Z] 75d8e2db5aa6: Waiting [2020-11-19T10:51:30.959Z] c9e37d0e61ae: Waiting [2020-11-19T10:51:30.959Z] 59f2079039b1: Waiting [2020-11-19T10:51:30.959Z] a593f3d81a2e: Waiting [2020-11-19T10:51:30.959Z] ace0eda3e3be: Waiting [2020-11-19T10:51:30.959Z] 69418b07801a: Waiting [2020-11-19T10:51:31.223Z] 34e6ab763ab1: Pushed [2020-11-19T10:51:31.223Z] d6c44240e110: Pushed [2020-11-19T10:51:31.223Z] 1ab0de135d10: Pushed [2020-11-19T10:51:31.223Z] 0997611d8057: Pushed [2020-11-19T10:51:31.223Z] 69418b07801a: Pushed [2020-11-19T10:51:31.488Z] 59f2079039b1: Pushed [2020-11-19T10:51:31.488Z] c9e37d0e61ae: Pushed [2020-11-19T10:51:31.488Z] 75d8e2db5aa6: Pushed [2020-11-19T10:51:31.488Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:31.488Z] a593f3d81a2e: Pushed [2020-11-19T10:51:32.062Z] a63dfe3c77ba: Pushed [2020-11-19T10:51:32.325Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:fd9e4b478995f27b3a60c86659ae2ae568215044c7db5be818db4d1fa8386116 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:32.756Z]  Building docker-core-data-go ... done  ---> a03fc069445e [2020-11-19T10:51:32.756Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-19T10:51:32.758Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:33.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.2 [2020-11-19T10:51:33.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T10:51:33.105Z] a63dfe3c77ba: Preparing [2020-11-19T10:51:33.105Z] d6c44240e110: Preparing [2020-11-19T10:51:33.105Z] 1ab0de135d10: Preparing [2020-11-19T10:51:33.105Z] 34e6ab763ab1: Preparing [2020-11-19T10:51:33.105Z] 34e6ab763ab1: Preparing [2020-11-19T10:51:33.105Z] 0997611d8057: Preparing [2020-11-19T10:51:33.105Z] 69418b07801a: Preparing [2020-11-19T10:51:33.105Z] 75d8e2db5aa6: Preparing [2020-11-19T10:51:33.105Z] a63dfe3c77ba: Preparing [2020-11-19T10:51:33.105Z] c9e37d0e61ae: Preparing [2020-11-19T10:51:33.105Z] 59f2079039b1: Preparing [2020-11-19T10:51:33.105Z] a593f3d81a2e: Preparing [2020-11-19T10:51:33.105Z] ace0eda3e3be: Preparing [2020-11-19T10:51:33.105Z] 69418b07801a: Waiting [2020-11-19T10:51:33.105Z] 75d8e2db5aa6: Waiting [2020-11-19T10:51:33.105Z] a593f3d81a2e: Waiting [2020-11-19T10:51:33.105Z] 59f2079039b1: Waiting [2020-11-19T10:51:33.105Z] ace0eda3e3be: Waiting [2020-11-19T10:51:33.105Z] 1ab0de135d10: Layer already exists [2020-11-19T10:51:33.105Z] a63dfe3c77ba: Layer already exists [2020-11-19T10:51:33.105Z] 34e6ab763ab1: Layer already exists [2020-11-19T10:51:33.105Z] d6c44240e110: Layer already exists [2020-11-19T10:51:33.105Z] 0997611d8057: Layer already exists [2020-11-19T10:51:33.105Z] 69418b07801a: Layer already exists [2020-11-19T10:51:33.105Z] 75d8e2db5aa6: Layer already exists [2020-11-19T10:51:33.105Z] a593f3d81a2e: Layer already exists [2020-11-19T10:51:33.105Z] c9e37d0e61ae: Layer already exists [2020-11-19T10:51:33.105Z] 59f2079039b1: Layer already exists [2020-11-19T10:51:33.105Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:33.372Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-19T10:51:33.372Z] ---> Running in 3571595b9e3d [2020-11-19T10:51:33.375Z] 1.3.1-dev.2: digest: sha256:fd9e4b478995f27b3a60c86659ae2ae568215044c7db5be818db4d1fa8386116 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:33.737Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:34.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:34.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T10:51:34.035Z] a63dfe3c77ba: Preparing [2020-11-19T10:51:34.035Z] d6c44240e110: Preparing [2020-11-19T10:51:34.035Z] 1ab0de135d10: Preparing [2020-11-19T10:51:34.035Z] 34e6ab763ab1: Preparing [2020-11-19T10:51:34.035Z] 34e6ab763ab1: Preparing [2020-11-19T10:51:34.035Z] 0997611d8057: Preparing [2020-11-19T10:51:34.035Z] 69418b07801a: Preparing [2020-11-19T10:51:34.035Z] 75d8e2db5aa6: Preparing [2020-11-19T10:51:34.035Z] a63dfe3c77ba: Preparing [2020-11-19T10:51:34.035Z] c9e37d0e61ae: Preparing [2020-11-19T10:51:34.035Z] 59f2079039b1: Preparing [2020-11-19T10:51:34.035Z] a593f3d81a2e: Preparing [2020-11-19T10:51:34.035Z] ace0eda3e3be: Preparing [2020-11-19T10:51:34.035Z] c9e37d0e61ae: Waiting [2020-11-19T10:51:34.035Z] 59f2079039b1: Waiting [2020-11-19T10:51:34.035Z] a593f3d81a2e: Waiting [2020-11-19T10:51:34.035Z] ace0eda3e3be: Waiting [2020-11-19T10:51:34.035Z] 69418b07801a: Waiting [2020-11-19T10:51:34.035Z] 75d8e2db5aa6: Waiting [2020-11-19T10:51:34.035Z] 34e6ab763ab1: Layer already exists [2020-11-19T10:51:34.035Z] 0997611d8057: Layer already exists [2020-11-19T10:51:34.035Z] a63dfe3c77ba: Layer already exists [2020-11-19T10:51:34.035Z] 1ab0de135d10: Layer already exists [2020-11-19T10:51:34.035Z] d6c44240e110: Layer already exists [2020-11-19T10:51:34.035Z] c9e37d0e61ae: Layer already exists [2020-11-19T10:51:34.035Z] a593f3d81a2e: Layer already exists [2020-11-19T10:51:34.035Z] 75d8e2db5aa6: Layer already exists [2020-11-19T10:51:34.035Z] 69418b07801a: Layer already exists [2020-11-19T10:51:34.035Z] 59f2079039b1: Layer already exists [2020-11-19T10:51:34.035Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:34.035Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:fd9e4b478995f27b3a60c86659ae2ae568215044c7db5be818db4d1fa8386116 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:34.338Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:34.372Z] Running setup.py install for docopt: started [2020-11-19T10:51:34.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-11-19T10:51:34.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-11-19T10:51:34.639Z] a63dfe3c77ba: Preparing [2020-11-19T10:51:34.639Z] d6c44240e110: Preparing [2020-11-19T10:51:34.639Z] 1ab0de135d10: Preparing [2020-11-19T10:51:34.639Z] 34e6ab763ab1: Preparing [2020-11-19T10:51:34.639Z] 34e6ab763ab1: Preparing [2020-11-19T10:51:34.639Z] 0997611d8057: Preparing [2020-11-19T10:51:34.639Z] 69418b07801a: Preparing [2020-11-19T10:51:34.639Z] 75d8e2db5aa6: Preparing [2020-11-19T10:51:34.639Z] a63dfe3c77ba: Preparing [2020-11-19T10:51:34.639Z] c9e37d0e61ae: Preparing [2020-11-19T10:51:34.639Z] 59f2079039b1: Preparing [2020-11-19T10:51:34.639Z] a593f3d81a2e: Preparing [2020-11-19T10:51:34.639Z] ace0eda3e3be: Preparing [2020-11-19T10:51:34.639Z] c9e37d0e61ae: Waiting [2020-11-19T10:51:34.639Z] 59f2079039b1: Waiting [2020-11-19T10:51:34.639Z] a593f3d81a2e: Waiting [2020-11-19T10:51:34.639Z] ace0eda3e3be: Waiting [2020-11-19T10:51:34.639Z] 69418b07801a: Waiting [2020-11-19T10:51:34.639Z] 75d8e2db5aa6: Waiting [2020-11-19T10:51:34.639Z] d6c44240e110: Layer already exists [2020-11-19T10:51:34.639Z] 0997611d8057: Layer already exists [2020-11-19T10:51:34.639Z] a63dfe3c77ba: Layer already exists [2020-11-19T10:51:34.639Z] 1ab0de135d10: Layer already exists [2020-11-19T10:51:34.639Z] 34e6ab763ab1: Layer already exists [2020-11-19T10:51:34.639Z] 75d8e2db5aa6: Layer already exists [2020-11-19T10:51:34.639Z] 69418b07801a: Layer already exists [2020-11-19T10:51:34.639Z] 59f2079039b1: Layer already exists [2020-11-19T10:51:34.639Z] c9e37d0e61ae: Layer already exists [2020-11-19T10:51:34.639Z] a593f3d81a2e: Layer already exists [2020-11-19T10:51:34.639Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:34.901Z] master: digest: sha256:fd9e4b478995f27b3a60c86659ae2ae568215044c7db5be818db4d1fa8386116 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:35.130Z] ===================================================== [Pipeline] echo [2020-11-19T10:51:35.185Z] taggedImages: [2020-11-19T10:51:35.185Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:35.185Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.2 [2020-11-19T10:51:35.185Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:35.185Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-11-19T10:51:35.250Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-11-19T10:51:35.250Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:35.250Z] 1.3.1-dev.2 [2020-11-19T10:51:35.250Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:35.250Z] master [2020-11-19T10:51:35.250Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:35.736Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:35.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-11-19T10:51:36.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:36.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T10:51:36.042Z] 5b1a012d7b9f: Preparing [2020-11-19T10:51:36.042Z] c4ce69b74ab2: Preparing [2020-11-19T10:51:36.042Z] f894bf57b8d1: Preparing [2020-11-19T10:51:36.042Z] 7fa67411b1e4: Preparing [2020-11-19T10:51:36.042Z] 728e62a8116f: Preparing [2020-11-19T10:51:36.042Z] d98a8aeb1988: Preparing [2020-11-19T10:51:36.042Z] 14c0bd2d9ed8: Preparing [2020-11-19T10:51:36.042Z] 4f3ee43713ef: Preparing [2020-11-19T10:51:36.042Z] 1b3ee35aacca: Preparing [2020-11-19T10:51:36.042Z] d98a8aeb1988: Waiting [2020-11-19T10:51:36.042Z] 14c0bd2d9ed8: Waiting [2020-11-19T10:51:36.042Z] 4f3ee43713ef: Waiting [2020-11-19T10:51:36.042Z] 1b3ee35aacca: Waiting [2020-11-19T10:51:36.305Z] 728e62a8116f: Pushed [2020-11-19T10:51:36.305Z] c4ce69b74ab2: Pushed [2020-11-19T10:51:36.305Z] 5b1a012d7b9f: Pushed [2020-11-19T10:51:36.305Z] 4f3ee43713ef: Layer already exists [2020-11-19T10:51:36.305Z] 1b3ee35aacca: Layer already exists [2020-11-19T10:51:36.305Z] d98a8aeb1988: Pushed [2020-11-19T10:51:36.569Z] 14c0bd2d9ed8: Pushed [2020-11-19T10:51:36.841Z] Running setup.py install for docopt: finished with status 'done' [2020-11-19T10:51:37.517Z] f894bf57b8d1: Pushed [2020-11-19T10:51:38.306Z] Running setup.py install for texttable: started [2020-11-19T10:51:39.439Z] 7fa67411b1e4: Pushed [2020-11-19T10:51:39.439Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:c3297049886851cd13c4c631ae1ceb3697c16d37beeb6dddced11cff8b029de9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:39.744Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:40.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.2 [2020-11-19T10:51:40.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T10:51:40.043Z] 5b1a012d7b9f: Preparing [2020-11-19T10:51:40.043Z] c4ce69b74ab2: Preparing [2020-11-19T10:51:40.043Z] f894bf57b8d1: Preparing [2020-11-19T10:51:40.043Z] 7fa67411b1e4: Preparing [2020-11-19T10:51:40.043Z] 728e62a8116f: Preparing [2020-11-19T10:51:40.043Z] d98a8aeb1988: Preparing [2020-11-19T10:51:40.043Z] 14c0bd2d9ed8: Preparing [2020-11-19T10:51:40.043Z] 4f3ee43713ef: Preparing [2020-11-19T10:51:40.043Z] 1b3ee35aacca: Preparing [2020-11-19T10:51:40.043Z] d98a8aeb1988: Waiting [2020-11-19T10:51:40.043Z] 1b3ee35aacca: Waiting [2020-11-19T10:51:40.043Z] 14c0bd2d9ed8: Waiting [2020-11-19T10:51:40.043Z] 4f3ee43713ef: Waiting [2020-11-19T10:51:40.043Z] c4ce69b74ab2: Layer already exists [2020-11-19T10:51:40.043Z] 5b1a012d7b9f: Layer already exists [2020-11-19T10:51:40.043Z] f894bf57b8d1: Layer already exists [2020-11-19T10:51:40.043Z] 7fa67411b1e4: Layer already exists [2020-11-19T10:51:40.043Z] 728e62a8116f: Layer already exists [2020-11-19T10:51:40.043Z] d98a8aeb1988: Layer already exists [2020-11-19T10:51:40.043Z] 4f3ee43713ef: Layer already exists [2020-11-19T10:51:40.043Z] 14c0bd2d9ed8: Layer already exists [2020-11-19T10:51:40.043Z] 1b3ee35aacca: Layer already exists [2020-11-19T10:51:40.043Z] 1.3.1-dev.2: digest: sha256:c3297049886851cd13c4c631ae1ceb3697c16d37beeb6dddced11cff8b029de9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:40.353Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:40.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:40.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T10:51:40.653Z] 5b1a012d7b9f: Preparing [2020-11-19T10:51:40.653Z] c4ce69b74ab2: Preparing [2020-11-19T10:51:40.653Z] f894bf57b8d1: Preparing [2020-11-19T10:51:40.653Z] 7fa67411b1e4: Preparing [2020-11-19T10:51:40.653Z] 728e62a8116f: Preparing [2020-11-19T10:51:40.653Z] d98a8aeb1988: Preparing [2020-11-19T10:51:40.653Z] 14c0bd2d9ed8: Preparing [2020-11-19T10:51:40.653Z] 4f3ee43713ef: Preparing [2020-11-19T10:51:40.653Z] 1b3ee35aacca: Preparing [2020-11-19T10:51:40.653Z] 14c0bd2d9ed8: Waiting [2020-11-19T10:51:40.653Z] d98a8aeb1988: Waiting [2020-11-19T10:51:40.653Z] 4f3ee43713ef: Waiting [2020-11-19T10:51:40.653Z] 1b3ee35aacca: Waiting [2020-11-19T10:51:40.653Z] c4ce69b74ab2: Layer already exists [2020-11-19T10:51:40.653Z] 5b1a012d7b9f: Layer already exists [2020-11-19T10:51:40.653Z] f894bf57b8d1: Layer already exists [2020-11-19T10:51:40.653Z] 7fa67411b1e4: Layer already exists [2020-11-19T10:51:40.653Z] 728e62a8116f: Layer already exists [2020-11-19T10:51:40.653Z] 1b3ee35aacca: Layer already exists [2020-11-19T10:51:40.653Z] 4f3ee43713ef: Layer already exists [2020-11-19T10:51:40.654Z] d98a8aeb1988: Layer already exists [2020-11-19T10:51:40.654Z] 14c0bd2d9ed8: Layer already exists [2020-11-19T10:51:40.654Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:c3297049886851cd13c4c631ae1ceb3697c16d37beeb6dddced11cff8b029de9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:40.955Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:41.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-11-19T10:51:41.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-11-19T10:51:41.252Z] 5b1a012d7b9f: Preparing [2020-11-19T10:51:41.252Z] c4ce69b74ab2: Preparing [2020-11-19T10:51:41.252Z] f894bf57b8d1: Preparing [2020-11-19T10:51:41.252Z] 7fa67411b1e4: Preparing [2020-11-19T10:51:41.252Z] 728e62a8116f: Preparing [2020-11-19T10:51:41.252Z] d98a8aeb1988: Preparing [2020-11-19T10:51:41.252Z] 14c0bd2d9ed8: Preparing [2020-11-19T10:51:41.252Z] 4f3ee43713ef: Preparing [2020-11-19T10:51:41.252Z] 1b3ee35aacca: Preparing [2020-11-19T10:51:41.252Z] d98a8aeb1988: Waiting [2020-11-19T10:51:41.252Z] 4f3ee43713ef: Waiting [2020-11-19T10:51:41.252Z] 14c0bd2d9ed8: Waiting [2020-11-19T10:51:41.252Z] 1b3ee35aacca: Waiting [2020-11-19T10:51:41.252Z] f894bf57b8d1: Layer already exists [2020-11-19T10:51:41.252Z] c4ce69b74ab2: Layer already exists [2020-11-19T10:51:41.252Z] 7fa67411b1e4: Layer already exists [2020-11-19T10:51:41.252Z] 728e62a8116f: Layer already exists [2020-11-19T10:51:41.252Z] 5b1a012d7b9f: Layer already exists [2020-11-19T10:51:41.252Z] 4f3ee43713ef: Layer already exists [2020-11-19T10:51:41.252Z] d98a8aeb1988: Layer already exists [2020-11-19T10:51:41.252Z] 1b3ee35aacca: Layer already exists [2020-11-19T10:51:41.252Z] 14c0bd2d9ed8: Layer already exists [2020-11-19T10:51:41.252Z] master: digest: sha256:c3297049886851cd13c4c631ae1ceb3697c16d37beeb6dddced11cff8b029de9 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:41.430Z] ===================================================== [Pipeline] echo [2020-11-19T10:51:41.497Z] taggedImages: [2020-11-19T10:51:41.497Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:41.497Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.2 [2020-11-19T10:51:41.497Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:41.497Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-11-19T10:51:41.563Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-11-19T10:51:41.563Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:41.563Z] 1.3.1-dev.2 [2020-11-19T10:51:41.563Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:41.563Z] master [2020-11-19T10:51:41.563Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:42.038Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:42.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:42.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T10:51:42.335Z] 6cc5b85943c0: Preparing [2020-11-19T10:51:42.335Z] 0f01d09af1a8: Preparing [2020-11-19T10:51:42.335Z] 9000ae4889c7: Preparing [2020-11-19T10:51:42.335Z] a58b6cecd887: Preparing [2020-11-19T10:51:42.598Z] 9000ae4889c7: Pushed [2020-11-19T10:51:42.598Z] 6cc5b85943c0: Pushed [2020-11-19T10:51:42.598Z] a58b6cecd887: Pushed [2020-11-19T10:51:43.551Z] 0f01d09af1a8: Pushed [2020-11-19T10:51:43.799Z] Running setup.py install for texttable: finished with status 'done' [2020-11-19T10:51:43.812Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:95b7593e3abfe37c9027d63b6e213dea059fbbbb1182f421dff017a599200445 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:44.122Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:44.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.2 [2020-11-19T10:51:44.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T10:51:44.430Z] 6cc5b85943c0: Preparing [2020-11-19T10:51:44.430Z] 0f01d09af1a8: Preparing [2020-11-19T10:51:44.430Z] 9000ae4889c7: Preparing [2020-11-19T10:51:44.430Z] a58b6cecd887: Preparing [2020-11-19T10:51:44.430Z] a58b6cecd887: Layer already exists [2020-11-19T10:51:44.430Z] 6cc5b85943c0: Layer already exists [2020-11-19T10:51:44.430Z] 9000ae4889c7: Layer already exists [2020-11-19T10:51:44.430Z] 0f01d09af1a8: Layer already exists [2020-11-19T10:51:44.430Z] 1.3.1-dev.2: digest: sha256:95b7593e3abfe37c9027d63b6e213dea059fbbbb1182f421dff017a599200445 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:44.743Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:44.811Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:45.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:45.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T10:51:45.310Z] 6cc5b85943c0: Preparing [2020-11-19T10:51:45.310Z] 0f01d09af1a8: Preparing [2020-11-19T10:51:45.310Z] 9000ae4889c7: Preparing [2020-11-19T10:51:45.310Z] a58b6cecd887: Preparing [2020-11-19T10:51:45.310Z] a58b6cecd887: Layer already exists [2020-11-19T10:51:45.310Z] 9000ae4889c7: Layer already exists [2020-11-19T10:51:45.310Z] 0f01d09af1a8: Layer already exists [2020-11-19T10:51:45.310Z] 6cc5b85943c0: Layer already exists [2020-11-19T10:51:45.310Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:95b7593e3abfe37c9027d63b6e213dea059fbbbb1182f421dff017a599200445 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:45.428Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:51:45.428Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:51:45.428Z] ---> 15569e6ca91c [2020-11-19T10:51:45.428Z] Step 3/21 : WORKDIR /edgex-go [2020-11-19T10:51:45.428Z] ---> Using cache [2020-11-19T10:51:45.428Z] ---> 8bc6b124f392 [2020-11-19T10:51:45.428Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:51:45.428Z] ---> Using cache [2020-11-19T10:51:45.428Z] ---> 90a9290dc7cd [2020-11-19T10:51:45.428Z] Step 5/21 : RUN apk update && apk add make git [2020-11-19T10:51:45.428Z] ---> Using cache [2020-11-19T10:51:45.428Z] ---> dfc548bc9456 [2020-11-19T10:51:45.428Z] Step 6/21 : COPY go.mod . [2020-11-19T10:51:45.428Z] ---> Using cache [2020-11-19T10:51:45.428Z] ---> 1ffa9fea4ea0 [2020-11-19T10:51:45.428Z] Step 7/21 : RUN go mod download [2020-11-19T10:51:45.428Z] ---> Using cache [2020-11-19T10:51:45.428Z] ---> 598c9e3e7775 [2020-11-19T10:51:45.428Z] Step 8/21 : COPY . . [2020-11-19T10:51:45.428Z] ---> Using cache [2020-11-19T10:51:45.428Z] ---> 4d41945935ed [2020-11-19T10:51:45.428Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-19T10:51:45.613Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:45.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-11-19T10:51:45.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-11-19T10:51:45.910Z] 6cc5b85943c0: Preparing [2020-11-19T10:51:45.910Z] 0f01d09af1a8: Preparing [2020-11-19T10:51:45.910Z] 9000ae4889c7: Preparing [2020-11-19T10:51:45.910Z] a58b6cecd887: Preparing [2020-11-19T10:51:45.910Z] 0f01d09af1a8: Layer already exists [2020-11-19T10:51:45.910Z] 6cc5b85943c0: Layer already exists [2020-11-19T10:51:45.910Z] 9000ae4889c7: Layer already exists [2020-11-19T10:51:45.910Z] a58b6cecd887: Layer already exists [2020-11-19T10:51:45.910Z] master: digest: sha256:95b7593e3abfe37c9027d63b6e213dea059fbbbb1182f421dff017a599200445 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:46.115Z] ===================================================== [Pipeline] echo [2020-11-19T10:51:46.170Z] taggedImages: [2020-11-19T10:51:46.170Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:46.170Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.2 [2020-11-19T10:51:46.170Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:46.170Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-11-19T10:51:46.240Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-11-19T10:51:46.240Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:46.240Z] 1.3.1-dev.2 [2020-11-19T10:51:46.240Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:46.240Z] master [2020-11-19T10:51:46.240Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:46.716Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:47.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:47.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T10:51:47.016Z] 4a922f3762a2: Preparing [2020-11-19T10:51:47.016Z] dc1dc8c82b18: Preparing [2020-11-19T10:51:47.016Z] 530e521e6163: Preparing [2020-11-19T10:51:47.016Z] f899d1b8ab65: Preparing [2020-11-19T10:51:47.016Z] 7d6942d834db: Preparing [2020-11-19T10:51:47.016Z] f58d16426cae: Preparing [2020-11-19T10:51:47.016Z] f58d16426cae: Waiting [2020-11-19T10:51:47.277Z] 530e521e6163: Pushed [2020-11-19T10:51:47.277Z] 4a922f3762a2: Pushed [2020-11-19T10:51:47.277Z] f899d1b8ab65: Pushed [2020-11-19T10:51:47.277Z] 7d6942d834db: Pushed [2020-11-19T10:51:47.277Z] f58d16426cae: Pushed [2020-11-19T10:51:48.088Z] ---> Running in 9779ead601eb [2020-11-19T10:51:48.675Z] dc1dc8c82b18: Pushed [2020-11-19T10:51:48.675Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:4337c3380973d3bac4d99b1b3b9bfa049f4d6d7097ee68d2bed183540a0d40d4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:48.985Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:49.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.2 [2020-11-19T10:51:49.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T10:51:49.278Z] 4a922f3762a2: Preparing [2020-11-19T10:51:49.278Z] dc1dc8c82b18: Preparing [2020-11-19T10:51:49.278Z] 530e521e6163: Preparing [2020-11-19T10:51:49.278Z] f899d1b8ab65: Preparing [2020-11-19T10:51:49.278Z] 7d6942d834db: Preparing [2020-11-19T10:51:49.278Z] f58d16426cae: Preparing [2020-11-19T10:51:49.278Z] f58d16426cae: Waiting [2020-11-19T10:51:49.278Z] 7d6942d834db: Layer already exists [2020-11-19T10:51:49.278Z] 530e521e6163: Layer already exists [2020-11-19T10:51:49.278Z] f899d1b8ab65: Layer already exists [2020-11-19T10:51:49.278Z] dc1dc8c82b18: Layer already exists [2020-11-19T10:51:49.278Z] 4a922f3762a2: Layer already exists [2020-11-19T10:51:49.278Z] f58d16426cae: Layer already exists [2020-11-19T10:51:49.278Z] 1.3.1-dev.2: digest: sha256:4337c3380973d3bac4d99b1b3b9bfa049f4d6d7097ee68d2bed183540a0d40d4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:49.584Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:49.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:49.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T10:51:49.880Z] 4a922f3762a2: Preparing [2020-11-19T10:51:49.880Z] dc1dc8c82b18: Preparing [2020-11-19T10:51:49.880Z] 530e521e6163: Preparing [2020-11-19T10:51:49.880Z] f899d1b8ab65: Preparing [2020-11-19T10:51:49.880Z] 7d6942d834db: Preparing [2020-11-19T10:51:49.880Z] f58d16426cae: Preparing [2020-11-19T10:51:49.880Z] f58d16426cae: Waiting [2020-11-19T10:51:49.880Z] dc1dc8c82b18: Layer already exists [2020-11-19T10:51:49.880Z] 530e521e6163: Layer already exists [2020-11-19T10:51:49.880Z] 4a922f3762a2: Layer already exists [2020-11-19T10:51:49.880Z] f899d1b8ab65: Layer already exists [2020-11-19T10:51:49.880Z] 7d6942d834db: Layer already exists [2020-11-19T10:51:49.880Z] f58d16426cae: Layer already exists [2020-11-19T10:51:49.880Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:4337c3380973d3bac4d99b1b3b9bfa049f4d6d7097ee68d2bed183540a0d40d4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:50.183Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:50.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-11-19T10:51:50.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-11-19T10:51:50.478Z] 4a922f3762a2: Preparing [2020-11-19T10:51:50.478Z] dc1dc8c82b18: Preparing [2020-11-19T10:51:50.478Z] 530e521e6163: Preparing [2020-11-19T10:51:50.478Z] f899d1b8ab65: Preparing [2020-11-19T10:51:50.478Z] 7d6942d834db: Preparing [2020-11-19T10:51:50.478Z] f58d16426cae: Preparing [2020-11-19T10:51:50.478Z] f58d16426cae: Waiting [2020-11-19T10:51:50.478Z] f899d1b8ab65: Layer already exists [2020-11-19T10:51:50.478Z] 7d6942d834db: Layer already exists [2020-11-19T10:51:50.478Z] dc1dc8c82b18: Layer already exists [2020-11-19T10:51:50.478Z] 4a922f3762a2: Layer already exists [2020-11-19T10:51:50.478Z] 530e521e6163: Layer already exists [2020-11-19T10:51:50.478Z] f58d16426cae: Layer already exists [2020-11-19T10:51:50.478Z] master: digest: sha256:4337c3380973d3bac4d99b1b3b9bfa049f4d6d7097ee68d2bed183540a0d40d4 size: 1573 [Pipeline] } [2020-11-19T10:51:50.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:50.999Z] ===================================================== [2020-11-19T10:51:51.032Z] Removing intermediate container 62446b6e5bc6 [2020-11-19T10:51:51.032Z] ---> b82450be511c [2020-11-19T10:51:51.032Z] Step 22/27 : RUN apk --no-cache add curl [Pipeline] echo [2020-11-19T10:51:51.050Z] taggedImages: [2020-11-19T10:51:51.050Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:51.050Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.2 [2020-11-19T10:51:51.050Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:51.050Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-11-19T10:51:51.127Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-11-19T10:51:51.127Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:51.127Z] 1.3.1-dev.2 [2020-11-19T10:51:51.127Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:51.127Z] master [2020-11-19T10:51:51.127Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:51.325Z] ---> Running in 935530eea350 [2020-11-19T10:51:51.606Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:51.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:51.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T10:51:51.905Z] 589ac953aa46: Preparing [2020-11-19T10:51:51.905Z] bd64ea2a4af7: Preparing [2020-11-19T10:51:51.905Z] c5b5f18c6656: Preparing [2020-11-19T10:51:52.168Z] c5b5f18c6656: Pushed [2020-11-19T10:51:52.168Z] 589ac953aa46: Pushed [2020-11-19T10:51:53.114Z] bd64ea2a4af7: Pushed [2020-11-19T10:51:53.376Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:a1fe99bb67a5e74606e52ba35387d37bcf817f784a928a8ee1ecf21eee3f09b4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:53.683Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:53.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:51:53.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:51:53.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.2 [2020-11-19T10:51:53.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T10:51:53.988Z] 589ac953aa46: Preparing [2020-11-19T10:51:53.988Z] bd64ea2a4af7: Preparing [2020-11-19T10:51:53.988Z] c5b5f18c6656: Preparing [2020-11-19T10:51:53.988Z] 589ac953aa46: Layer already exists [2020-11-19T10:51:53.988Z] c5b5f18c6656: Layer already exists [2020-11-19T10:51:53.988Z] bd64ea2a4af7: Layer already exists [2020-11-19T10:51:53.988Z] 1.3.1-dev.2: digest: sha256:a1fe99bb67a5e74606e52ba35387d37bcf817f784a928a8ee1ecf21eee3f09b4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:54.289Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:54.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:54.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T10:51:54.581Z] 589ac953aa46: Preparing [2020-11-19T10:51:54.581Z] bd64ea2a4af7: Preparing [2020-11-19T10:51:54.581Z] c5b5f18c6656: Preparing [2020-11-19T10:51:54.581Z] c5b5f18c6656: Layer already exists [2020-11-19T10:51:54.581Z] bd64ea2a4af7: Layer already exists [2020-11-19T10:51:54.581Z] 589ac953aa46: Layer already exists [2020-11-19T10:51:54.581Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:a1fe99bb67a5e74606e52ba35387d37bcf817f784a928a8ee1ecf21eee3f09b4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:54.884Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:54.979Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T10:51:54.979Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-19T10:51:54.979Z] (3/3) Installing curl (7.69.1-r1) [2020-11-19T10:51:55.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-11-19T10:51:55.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-11-19T10:51:55.179Z] 589ac953aa46: Preparing [2020-11-19T10:51:55.179Z] bd64ea2a4af7: Preparing [2020-11-19T10:51:55.179Z] c5b5f18c6656: Preparing [2020-11-19T10:51:55.179Z] c5b5f18c6656: Layer already exists [2020-11-19T10:51:55.179Z] bd64ea2a4af7: Layer already exists [2020-11-19T10:51:55.179Z] 589ac953aa46: Layer already exists [2020-11-19T10:51:55.179Z] master: digest: sha256:a1fe99bb67a5e74606e52ba35387d37bcf817f784a928a8ee1ecf21eee3f09b4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-11-19T10:51:55.261Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:51:55.261Z] OK: 71 MiB in 58 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:51:55.363Z] ===================================================== [Pipeline] echo [2020-11-19T10:51:55.409Z] taggedImages: [2020-11-19T10:51:55.409Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:55.409Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.2 [2020-11-19T10:51:55.409Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:55.409Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-11-19T10:51:55.472Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-11-19T10:51:55.472Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:55.472Z] 1.3.1-dev.2 [2020-11-19T10:51:55.472Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:51:55.472Z] master [2020-11-19T10:51:55.472Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:56.016Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:51:56.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:51:56.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T10:51:56.383Z] 86e1a7c26148: Preparing [2020-11-19T10:51:56.383Z] 0324ebb4d9f7: Preparing [2020-11-19T10:51:56.383Z] 02cfdeb06a5c: Preparing [2020-11-19T10:51:56.383Z] a593decd3768: Preparing [2020-11-19T10:51:56.383Z] 348c47339744: Preparing [2020-11-19T10:51:56.383Z] bc52cf60ab54: Preparing [2020-11-19T10:51:56.383Z] e1f28f139202: Preparing [2020-11-19T10:51:56.383Z] 1d278c39f50a: Preparing [2020-11-19T10:51:56.383Z] 3730a0890c46: Preparing [2020-11-19T10:51:56.383Z] 383f309b5d37: Preparing [2020-11-19T10:51:56.383Z] e1a73c32da76: Preparing [2020-11-19T10:51:56.383Z] 31b11ec6ff38: Preparing [2020-11-19T10:51:56.383Z] 911954e2fe49: Preparing [2020-11-19T10:51:56.383Z] ace0eda3e3be: Preparing [2020-11-19T10:51:56.383Z] e1f28f139202: Waiting [2020-11-19T10:51:56.383Z] 1d278c39f50a: Waiting [2020-11-19T10:51:56.383Z] 3730a0890c46: Waiting [2020-11-19T10:51:56.383Z] 383f309b5d37: Waiting [2020-11-19T10:51:56.383Z] e1a73c32da76: Waiting [2020-11-19T10:51:56.383Z] 31b11ec6ff38: Waiting [2020-11-19T10:51:56.383Z] 911954e2fe49: Waiting [2020-11-19T10:51:56.383Z] bc52cf60ab54: Waiting [2020-11-19T10:51:56.745Z] 348c47339744: Pushed [2020-11-19T10:51:56.745Z] 86e1a7c26148: Pushed [2020-11-19T10:51:57.010Z] a593decd3768: Pushed [2020-11-19T10:51:57.010Z] 1d278c39f50a: Layer already exists [2020-11-19T10:51:57.010Z] 3730a0890c46: Layer already exists [2020-11-19T10:51:57.010Z] e1f28f139202: Pushed [2020-11-19T10:51:57.010Z] 383f309b5d37: Layer already exists [2020-11-19T10:51:57.010Z] e1a73c32da76: Layer already exists [2020-11-19T10:51:57.010Z] 31b11ec6ff38: Layer already exists [2020-11-19T10:51:57.271Z] ace0eda3e3be: Layer already exists [2020-11-19T10:51:57.271Z] 911954e2fe49: Layer already exists [2020-11-19T10:51:57.301Z] Removing intermediate container 935530eea350 [2020-11-19T10:51:57.301Z] ---> 95c347afe07a [2020-11-19T10:51:57.301Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-19T10:51:57.580Z] ---> Running in 17dcb2fff138 [2020-11-19T10:51:57.844Z] bc52cf60ab54: Pushed [2020-11-19T10:51:58.106Z] 0324ebb4d9f7: Pushed [2020-11-19T10:51:58.575Z] Removing intermediate container 17dcb2fff138 [2020-11-19T10:51:58.575Z] ---> 57677e463188 [2020-11-19T10:51:58.575Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:51:58.575Z] ---> Running in e582e6488840 [2020-11-19T10:51:59.597Z] Removing intermediate container e582e6488840 [2020-11-19T10:51:59.598Z] ---> 56f4ffe12ced [2020-11-19T10:51:59.598Z] Step 25/27 : LABEL arch=arm64 [2020-11-19T10:51:59.880Z] ---> Running in 2ba835a84fe7 [2020-11-19T10:52:00.891Z] Removing intermediate container 1d6bd19f4abc [2020-11-19T10:52:00.891Z] ---> 33e8726c40e9 [2020-11-19T10:52:00.891Z] [2020-11-19T10:52:00.891Z] Step 10/20 : FROM alpine [2020-11-19T10:52:00.891Z] ---> 2e77e061c27f [2020-11-19T10:52:00.891Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-19T10:52:00.891Z] Removing intermediate container 2ba835a84fe7 [2020-11-19T10:52:00.891Z] ---> 46b7dafbd573 [2020-11-19T10:52:00.891Z] Step 26/27 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:52:01.203Z] ---> Running in 0f968e56fc31 [2020-11-19T10:52:01.203Z] ---> Running in 04dc188e78ca [2020-11-19T10:52:02.225Z] Removing intermediate container 0f968e56fc31 [2020-11-19T10:52:02.225Z] ---> 4e541ec5bba1 [2020-11-19T10:52:02.225Z] Step 27/27 : LABEL version=1.3.1-dev.2 [2020-11-19T10:52:02.225Z] ---> Running in 7a5bd963e8c6 [2020-11-19T10:52:02.846Z] Removing intermediate container 7a5bd963e8c6 [2020-11-19T10:52:02.846Z] ---> 44706196a746 [2020-11-19T10:52:02.846Z] [2020-11-19T10:52:03.462Z] Successfully built 44706196a746 [2020-11-19T10:52:03.462Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-19T10:52:03.462Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go [2020-11-19T10:52:03.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:52:03.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:52:04.348Z] v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:52:04.348Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:52:04.348Z] OK: 12615 distinct packages available [2020-11-19T10:52:05.344Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-19T10:52:05.344Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-19T10:52:05.344Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-19T10:52:05.344Z] (4/4) Installing curl (7.69.1-r1) [2020-11-19T10:52:05.344Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:52:05.344Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T10:52:05.950Z] OK: 7 MiB in 18 packages [2020-11-19T10:52:06.266Z] 02cfdeb06a5c: Pushed [2020-11-19T10:52:06.267Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:c317dee095dc57f149adc001c47ed57692c1489b9b1ce63bf2b30060c13a33eb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:52:06.585Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:52:06.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.2 [2020-11-19T10:52:06.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T10:52:06.886Z] 86e1a7c26148: Preparing [2020-11-19T10:52:06.886Z] 0324ebb4d9f7: Preparing [2020-11-19T10:52:06.886Z] 02cfdeb06a5c: Preparing [2020-11-19T10:52:06.886Z] a593decd3768: Preparing [2020-11-19T10:52:06.886Z] 348c47339744: Preparing [2020-11-19T10:52:06.886Z] bc52cf60ab54: Preparing [2020-11-19T10:52:06.886Z] e1f28f139202: Preparing [2020-11-19T10:52:06.886Z] 1d278c39f50a: Preparing [2020-11-19T10:52:06.886Z] 3730a0890c46: Preparing [2020-11-19T10:52:06.886Z] 383f309b5d37: Preparing [2020-11-19T10:52:06.886Z] e1a73c32da76: Preparing [2020-11-19T10:52:06.886Z] 31b11ec6ff38: Preparing [2020-11-19T10:52:06.886Z] 911954e2fe49: Preparing [2020-11-19T10:52:06.886Z] ace0eda3e3be: Preparing [2020-11-19T10:52:06.886Z] 3730a0890c46: Waiting [2020-11-19T10:52:06.886Z] 383f309b5d37: Waiting [2020-11-19T10:52:06.886Z] e1a73c32da76: Waiting [2020-11-19T10:52:06.886Z] 31b11ec6ff38: Waiting [2020-11-19T10:52:06.886Z] 911954e2fe49: Waiting [2020-11-19T10:52:06.886Z] ace0eda3e3be: Waiting [2020-11-19T10:52:06.886Z] bc52cf60ab54: Waiting [2020-11-19T10:52:06.886Z] e1f28f139202: Waiting [2020-11-19T10:52:06.886Z] 1d278c39f50a: Waiting [2020-11-19T10:52:06.886Z] a593decd3768: Layer already exists [2020-11-19T10:52:06.886Z] 0324ebb4d9f7: Layer already exists [2020-11-19T10:52:06.886Z] 86e1a7c26148: Layer already exists [2020-11-19T10:52:06.886Z] 348c47339744: Layer already exists [2020-11-19T10:52:06.886Z] 02cfdeb06a5c: Layer already exists [2020-11-19T10:52:06.886Z] e1f28f139202: Layer already exists [2020-11-19T10:52:06.886Z] 1d278c39f50a: Layer already exists [2020-11-19T10:52:06.886Z] bc52cf60ab54: Layer already exists [2020-11-19T10:52:06.886Z] 3730a0890c46: Layer already exists [2020-11-19T10:52:06.886Z] 383f309b5d37: Layer already exists [2020-11-19T10:52:06.886Z] 911954e2fe49: Layer already exists [2020-11-19T10:52:06.886Z] e1a73c32da76: Layer already exists [2020-11-19T10:52:06.886Z] 31b11ec6ff38: Layer already exists [2020-11-19T10:52:06.886Z] ace0eda3e3be: Layer already exists [2020-11-19T10:52:07.148Z] 1.3.1-dev.2: digest: sha256:c317dee095dc57f149adc001c47ed57692c1489b9b1ce63bf2b30060c13a33eb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:52:07.452Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:52:07.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:52:07.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T10:52:07.753Z] 86e1a7c26148: Preparing [2020-11-19T10:52:07.753Z] 0324ebb4d9f7: Preparing [2020-11-19T10:52:07.753Z] 02cfdeb06a5c: Preparing [2020-11-19T10:52:07.753Z] a593decd3768: Preparing [2020-11-19T10:52:07.753Z] 348c47339744: Preparing [2020-11-19T10:52:07.753Z] bc52cf60ab54: Preparing [2020-11-19T10:52:07.753Z] e1f28f139202: Preparing [2020-11-19T10:52:07.753Z] 1d278c39f50a: Preparing [2020-11-19T10:52:07.753Z] 3730a0890c46: Preparing [2020-11-19T10:52:07.753Z] 383f309b5d37: Preparing [2020-11-19T10:52:07.753Z] e1a73c32da76: Preparing [2020-11-19T10:52:07.753Z] 31b11ec6ff38: Preparing [2020-11-19T10:52:07.753Z] 911954e2fe49: Preparing [2020-11-19T10:52:07.753Z] ace0eda3e3be: Preparing [2020-11-19T10:52:07.753Z] e1f28f139202: Waiting [2020-11-19T10:52:07.753Z] 1d278c39f50a: Waiting [2020-11-19T10:52:07.753Z] bc52cf60ab54: Waiting [2020-11-19T10:52:07.753Z] 3730a0890c46: Waiting [2020-11-19T10:52:07.753Z] 31b11ec6ff38: Waiting [2020-11-19T10:52:07.753Z] 383f309b5d37: Waiting [2020-11-19T10:52:07.753Z] 911954e2fe49: Waiting [2020-11-19T10:52:07.753Z] e1a73c32da76: Waiting [2020-11-19T10:52:07.753Z] ace0eda3e3be: Waiting [2020-11-19T10:52:07.753Z] 86e1a7c26148: Layer already exists [2020-11-19T10:52:07.753Z] 348c47339744: Layer already exists [2020-11-19T10:52:07.753Z] 0324ebb4d9f7: Layer already exists [2020-11-19T10:52:07.753Z] bc52cf60ab54: Layer already exists [2020-11-19T10:52:07.753Z] 02cfdeb06a5c: Layer already exists [2020-11-19T10:52:07.753Z] a593decd3768: Layer already exists [2020-11-19T10:52:07.753Z] e1f28f139202: Layer already exists [2020-11-19T10:52:07.753Z] 1d278c39f50a: Layer already exists [2020-11-19T10:52:07.753Z] 3730a0890c46: Layer already exists [2020-11-19T10:52:07.753Z] e1a73c32da76: Layer already exists [2020-11-19T10:52:07.753Z] 383f309b5d37: Layer already exists [2020-11-19T10:52:07.753Z] 911954e2fe49: Layer already exists [2020-11-19T10:52:07.753Z] 31b11ec6ff38: Layer already exists [2020-11-19T10:52:07.753Z] ace0eda3e3be: Layer already exists [2020-11-19T10:52:07.753Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:c317dee095dc57f149adc001c47ed57692c1489b9b1ce63bf2b30060c13a33eb size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:52:08.060Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:52:08.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-11-19T10:52:08.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-11-19T10:52:08.360Z] 86e1a7c26148: Preparing [2020-11-19T10:52:08.360Z] 0324ebb4d9f7: Preparing [2020-11-19T10:52:08.360Z] 02cfdeb06a5c: Preparing [2020-11-19T10:52:08.360Z] a593decd3768: Preparing [2020-11-19T10:52:08.360Z] 348c47339744: Preparing [2020-11-19T10:52:08.360Z] bc52cf60ab54: Preparing [2020-11-19T10:52:08.360Z] e1f28f139202: Preparing [2020-11-19T10:52:08.360Z] 1d278c39f50a: Preparing [2020-11-19T10:52:08.360Z] 3730a0890c46: Preparing [2020-11-19T10:52:08.360Z] 383f309b5d37: Preparing [2020-11-19T10:52:08.360Z] e1a73c32da76: Preparing [2020-11-19T10:52:08.360Z] 31b11ec6ff38: Preparing [2020-11-19T10:52:08.360Z] 911954e2fe49: Preparing [2020-11-19T10:52:08.360Z] ace0eda3e3be: Preparing [2020-11-19T10:52:08.360Z] bc52cf60ab54: Waiting [2020-11-19T10:52:08.360Z] e1f28f139202: Waiting [2020-11-19T10:52:08.360Z] 1d278c39f50a: Waiting [2020-11-19T10:52:08.360Z] 3730a0890c46: Waiting [2020-11-19T10:52:08.360Z] e1a73c32da76: Waiting [2020-11-19T10:52:08.360Z] 911954e2fe49: Waiting [2020-11-19T10:52:08.360Z] 31b11ec6ff38: Waiting [2020-11-19T10:52:08.360Z] ace0eda3e3be: Waiting [2020-11-19T10:52:08.360Z] 383f309b5d37: Waiting [2020-11-19T10:52:08.360Z] 348c47339744: Layer already exists [2020-11-19T10:52:08.360Z] 86e1a7c26148: Layer already exists [2020-11-19T10:52:08.360Z] 02cfdeb06a5c: Layer already exists [2020-11-19T10:52:08.360Z] a593decd3768: Layer already exists [2020-11-19T10:52:08.360Z] 0324ebb4d9f7: Layer already exists [2020-11-19T10:52:08.360Z] bc52cf60ab54: Layer already exists [2020-11-19T10:52:08.360Z] e1f28f139202: Layer already exists [2020-11-19T10:52:08.360Z] 1d278c39f50a: Layer already exists [2020-11-19T10:52:08.360Z] 383f309b5d37: Layer already exists [2020-11-19T10:52:08.360Z] 3730a0890c46: Layer already exists [2020-11-19T10:52:08.360Z] e1a73c32da76: Layer already exists [2020-11-19T10:52:08.360Z] 31b11ec6ff38: Layer already exists [2020-11-19T10:52:08.360Z] 911954e2fe49: Layer already exists [2020-11-19T10:52:08.360Z] ace0eda3e3be: Layer already exists [2020-11-19T10:52:08.360Z] master: digest: sha256:c317dee095dc57f149adc001c47ed57692c1489b9b1ce63bf2b30060c13a33eb size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:52:08.590Z] ===================================================== [2020-11-19T10:52:08.608Z] Removing intermediate container 04dc188e78ca [2020-11-19T10:52:08.608Z] ---> 246550bcb466 [2020-11-19T10:52:08.608Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-19T10:52:08.608Z] ---> Running in 4282573385b0 [Pipeline] echo [2020-11-19T10:52:08.645Z] taggedImages: [2020-11-19T10:52:08.645Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:52:08.645Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.2 [2020-11-19T10:52:08.645Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:52:08.645Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-19T10:52:09.614Z] Removing intermediate container 4282573385b0 [2020-11-19T10:52:09.615Z] ---> c2a4e5a43a33 [2020-11-19T10:52:09.615Z] Step 13/20 : WORKDIR /edgex [2020-11-19T10:52:09.615Z] ---> Running in 282025a05922 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-19T10:52:10.619Z] Removing intermediate container 282025a05922 [2020-11-19T10:52:10.619Z] ---> 083b09319536 [2020-11-19T10:52:10.619Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-19T10:52:12.073Z] ---> 7d79b57694b4 [2020-11-19T10:52:12.073Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-19T10:52:14.727Z] ---> d5c18544ca23 [2020-11-19T10:52:14.727Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-19T10:52:14.727Z] ---> Running in 89343fc3fe2f [2020-11-19T10:52:15.583Z] Removing intermediate container 89343fc3fe2f [2020-11-19T10:52:15.583Z] ---> e8a996f729c2 [2020-11-19T10:52:15.583Z] Step 17/20 : CMD ["--init=true"] [2020-11-19T10:52:15.583Z] ---> Running in 4811b9c85c69 [2020-11-19T10:52:17.256Z] Removing intermediate container 4811b9c85c69 [2020-11-19T10:52:17.256Z] ---> cad84996e795 [2020-11-19T10:52:17.256Z] Step 18/20 : LABEL arch=arm64 [2020-11-19T10:52:17.256Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:52:17.256Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-19T10:52:17.256Z] ---> 15569e6ca91c [2020-11-19T10:52:17.256Z] Step 3/22 : WORKDIR /edgex-go [2020-11-19T10:52:17.256Z] ---> Using cache [2020-11-19T10:52:17.256Z] ---> 8bc6b124f392 [2020-11-19T10:52:17.256Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-19T10:52:17.256Z] ---> Using cache [2020-11-19T10:52:17.256Z] ---> 90a9290dc7cd [2020-11-19T10:52:17.256Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-19T10:52:17.256Z] ---> Running in 7136e5990865 [2020-11-19T10:52:17.563Z] ---> Running in 4ff0bd9d16a1 [2020-11-19T10:52:18.559Z] Removing intermediate container 4ff0bd9d16a1 [2020-11-19T10:52:18.559Z] ---> 10e1224ac952 [2020-11-19T10:52:18.559Z] Step 19/20 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:52:18.559Z] ---> Running in 6d67dddb0d81 [2020-11-19T10:52:19.542Z] Removing intermediate container 6d67dddb0d81 [2020-11-19T10:52:19.542Z] ---> 9dd4110537fa [2020-11-19T10:52:19.542Z] Step 20/20 : LABEL version=1.3.1-dev.2 [2020-11-19T10:52:19.818Z] ---> Running in c041592eea9d [2020-11-19T10:52:20.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:52:20.395Z] Removing intermediate container c041592eea9d [2020-11-19T10:52:20.395Z] ---> 1c5d90a761f3 [2020-11-19T10:52:20.395Z] [2020-11-19T10:52:20.673Z] Successfully built 1c5d90a761f3 [2020-11-19T10:52:20.673Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-19T10:52:20.673Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [2020-11-19T10:52:21.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:52:22.752Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:52:22.752Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:52:22.752Z] OK: 12623 distinct packages available [2020-11-19T10:52:23.740Z] OK: 217 MiB in 51 packages [2020-11-19T10:52:24.728Z] OK: 217 MiB in 51 packages [2020-11-19T10:52:27.365Z] Removing intermediate container 7136e5990865 [2020-11-19T10:52:27.365Z] ---> 84ebea04517a [2020-11-19T10:52:27.365Z] Step 6/22 : COPY go.mod . [2020-11-19T10:52:28.813Z] ---> 7596733bcaef [2020-11-19T10:52:28.813Z] Step 7/22 : RUN go mod download [2020-11-19T10:52:29.088Z] ---> Running in 2f3a79c57221 [2020-11-19T10:52:33.419Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-19T10:52:33.419Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-19T10:52:33.419Z] ---> 15569e6ca91c [2020-11-19T10:52:33.419Z] Step 3/29 : WORKDIR /edgex-go [2020-11-19T10:52:33.419Z] ---> Using cache [2020-11-19T10:52:33.419Z] ---> 8bc6b124f392 [2020-11-19T10:52:33.419Z] Step 4/29 : RUN apk update && apk add make git [2020-11-19T10:52:33.699Z] ---> Running in 76877922a9cc [2020-11-19T10:52:34.698Z] Removing intermediate container 2f3a79c57221 [2020-11-19T10:52:34.698Z] ---> da23fc72b0b8 [2020-11-19T10:52:34.698Z] Step 8/22 : COPY . . [2020-11-19T10:52:36.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:52:38.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:52:40.828Z] v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:52:40.828Z] v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:52:40.828Z] OK: 12623 distinct packages available [2020-11-19T10:52:41.434Z] OK: 217 MiB in 51 packages [2020-11-19T10:52:45.794Z] Removing intermediate container 76877922a9cc [2020-11-19T10:52:45.794Z] ---> 18241dbcd466 [2020-11-19T10:52:45.794Z] Step 5/29 : COPY go.mod . [2020-11-19T10:52:46.801Z] ---> bc4660b20a7b [2020-11-19T10:52:46.801Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-19T10:52:47.405Z] ---> ee103c513cd4 [2020-11-19T10:52:47.405Z] Step 6/29 : RUN go mod download [2020-11-19T10:52:47.405Z] ---> Running in 08d85d540f55 [2020-11-19T10:52:47.685Z] ---> Running in 1c5dacddd909 [2020-11-19T10:52:47.685Z] Removing intermediate container 95ad0c656c18 [2020-11-19T10:52:47.685Z] ---> d45d99acb8ed [2020-11-19T10:52:47.685Z] [2020-11-19T10:52:47.685Z] Step 10/22 : FROM alpine:3.10 [2020-11-19T10:52:47.685Z] ---> 536a684cf733 [2020-11-19T10:52:47.685Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-19T10:52:47.685Z] ---> Using cache [2020-11-19T10:52:47.685Z] ---> 6a824204b5ce [2020-11-19T10:52:47.685Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-19T10:52:47.965Z] ---> Running in 0e7bcbf9cd67 [2020-11-19T10:52:48.960Z] Removing intermediate container 0e7bcbf9cd67 [2020-11-19T10:52:48.960Z] ---> 64f6bef6895d [2020-11-19T10:52:48.960Z] Step 13/22 : WORKDIR / [2020-11-19T10:52:49.239Z] ---> Running in 1ad7a09519a2 [2020-11-19T10:52:50.241Z] Removing intermediate container 1ad7a09519a2 [2020-11-19T10:52:50.241Z] ---> 81c7f9438156 [2020-11-19T10:52:50.241Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-19T10:52:50.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-19T10:52:51.133Z] ---> 07bbb15ef1fa [2020-11-19T10:52:51.133Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-19T10:52:53.156Z] ---> 865a1ba8f89d [2020-11-19T10:52:53.156Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-19T10:52:53.431Z] Removing intermediate container 1c5dacddd909 [2020-11-19T10:52:53.431Z] ---> 648cdb250a7d [2020-11-19T10:52:53.431Z] Step 7/29 : COPY . . [2020-11-19T10:52:54.032Z] ---> 42356033ac32 [2020-11-19T10:52:54.032Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-19T10:52:56.024Z] ---> 4b146c923035 [2020-11-19T10:52:56.024Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-19T10:52:56.302Z] ---> Running in 587bce3bc632 [2020-11-19T10:53:01.739Z] Removing intermediate container 587bce3bc632 [2020-11-19T10:53:01.739Z] ---> 82bda9e6bcda [2020-11-19T10:53:01.739Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-19T10:53:01.739Z] ---> Running in ddc1cd7a0c14 [2020-11-19T10:53:02.723Z] Removing intermediate container ddc1cd7a0c14 [2020-11-19T10:53:02.723Z] ---> 194a5ba6bf33 [2020-11-19T10:53:02.723Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T10:53:02.999Z] ---> Running in d3462091aa59 [2020-11-19T10:53:04.446Z] Removing intermediate container d3462091aa59 [2020-11-19T10:53:04.446Z] ---> be877eb58175 [2020-11-19T10:53:04.446Z] Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:53:04.446Z] ---> Running in f0a8f3b618d3 [2020-11-19T10:53:05.436Z] Removing intermediate container f0a8f3b618d3 [2020-11-19T10:53:05.436Z] ---> ecb571b74c0f [2020-11-19T10:53:05.436Z] Step 22/22 : LABEL version=1.3.1-dev.2 [2020-11-19T10:53:05.720Z] ---> Running in 72794818bf96 [2020-11-19T10:53:05.720Z] ---> 079aa026d987 [2020-11-19T10:53:05.720Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-19T10:53:05.999Z] ---> Running in afa32253e4ac [2020-11-19T10:53:06.601Z] Removing intermediate container 72794818bf96 [2020-11-19T10:53:06.601Z] ---> 9426c50735d1 [2020-11-19T10:53:06.601Z] [2020-11-19T10:53:07.203Z] Successfully built 9426c50735d1 [2020-11-19T10:53:07.203Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-19T10:53:08.644Z]  Building docker-security-bootstrap-redis-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-19T10:53:21.082Z] Removing intermediate container 3571595b9e3d [2020-11-19T10:53:21.083Z] ---> d0c6cd892859 [2020-11-19T10:53:21.083Z] [2020-11-19T10:53:21.083Z] Step 10/24 : FROM scratch [2020-11-19T10:53:21.083Z] ---> [2020-11-19T10:53:21.083Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T10:53:21.083Z] ---> Running in 47c5e8029ef3 [2020-11-19T10:53:21.359Z] Removing intermediate container 47c5e8029ef3 [2020-11-19T10:53:21.359Z] ---> 1e7972ef5725 [2020-11-19T10:53:21.359Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-19T10:53:21.359Z] ---> Running in 2b1e1a0876dd [2020-11-19T10:53:21.964Z] Removing intermediate container 2b1e1a0876dd [2020-11-19T10:53:21.964Z] ---> a1c4082b5183 [2020-11-19T10:53:21.964Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-19T10:53:22.243Z] ---> Running in 4a69a11d6abd [2020-11-19T10:53:22.845Z] Removing intermediate container 4a69a11d6abd [2020-11-19T10:53:22.845Z] ---> f2d734d8403d [2020-11-19T10:53:22.845Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-19T10:53:23.838Z] ---> 15669466abf9 [2020-11-19T10:53:23.838Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-19T10:53:25.294Z] ---> 41dff438e210 [2020-11-19T10:53:25.294Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-19T10:53:27.296Z] ---> 6740f316eb57 [2020-11-19T10:53:27.296Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-19T10:53:28.289Z] ---> b0ae59c5feae [2020-11-19T10:53:28.289Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-19T10:53:29.748Z] ---> c4bfdc096c3f [2020-11-19T10:53:29.748Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-19T10:53:31.469Z] ---> 988d1cab0113 [2020-11-19T10:53:31.469Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-19T10:53:32.123Z] ---> Running in 4d4bac37cd24 [2020-11-19T10:53:33.338Z] Removing intermediate container 4d4bac37cd24 [2020-11-19T10:53:33.338Z] ---> 9f33f6b8fe35 [2020-11-19T10:53:33.338Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:53:33.633Z] ---> Running in 3ce7ea566c68 [2020-11-19T10:53:34.250Z] Removing intermediate container 3ce7ea566c68 [2020-11-19T10:53:34.250Z] ---> 29d903ab5c3e [2020-11-19T10:53:34.250Z] Step 22/24 : LABEL arch=arm64 [2020-11-19T10:53:34.540Z] Removing intermediate container 9779ead601eb [2020-11-19T10:53:34.540Z] ---> f6f3c63bd784 [2020-11-19T10:53:34.540Z] [2020-11-19T10:53:34.540Z] Step 10/21 : FROM scratch [2020-11-19T10:53:34.540Z] ---> [2020-11-19T10:53:34.540Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-19T10:53:34.540Z] ---> Running in b010ef172e4d [2020-11-19T10:53:34.824Z] ---> Using cache [2020-11-19T10:53:34.824Z] ---> 0b0ff05435cb [2020-11-19T10:53:34.824Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-19T10:53:35.104Z] ---> Running in 74a2ce11585c [2020-11-19T10:53:35.391Z] Removing intermediate container b010ef172e4d [2020-11-19T10:53:35.391Z] ---> 0d91bb457a40 [2020-11-19T10:53:35.391Z] Step 23/24 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:53:35.391Z] ---> Running in dffcd28bcd77 [2020-11-19T10:53:35.675Z] Removing intermediate container 74a2ce11585c [2020-11-19T10:53:35.675Z] ---> 15ed84af60e8 [2020-11-19T10:53:35.675Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-19T10:53:35.675Z] ---> Running in c7dfed1db97e [2020-11-19T10:53:36.283Z] Removing intermediate container dffcd28bcd77 [2020-11-19T10:53:36.283Z] ---> 790b1c97b77f [2020-11-19T10:53:36.283Z] Step 24/24 : LABEL version=1.3.1-dev.2 [2020-11-19T10:53:36.563Z] ---> Running in f79e24e93ade [2020-11-19T10:53:36.563Z] Removing intermediate container c7dfed1db97e [2020-11-19T10:53:36.563Z] ---> 9682e5d968c8 [2020-11-19T10:53:36.563Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-19T10:53:37.207Z] Removing intermediate container f79e24e93ade [2020-11-19T10:53:37.207Z] ---> b94d8c597fe5 [2020-11-19T10:53:37.207Z] [2020-11-19T10:53:37.812Z] Successfully built b94d8c597fe5 [2020-11-19T10:53:37.812Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-19T10:53:37.812Z]  Building docker-support-notifications-go ... done  ---> 2d9445e792b1 [2020-11-19T10:53:37.812Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-19T10:53:39.827Z] ---> 1f4ce6472c3a [2020-11-19T10:53:39.827Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-19T10:53:40.442Z] ---> 185d4afea9ab [2020-11-19T10:53:40.442Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-19T10:53:40.728Z] ---> Running in 9eec703dbb13 [2020-11-19T10:53:41.342Z] Removing intermediate container 9eec703dbb13 [2020-11-19T10:53:41.342Z] ---> 598aba1e2897 [2020-11-19T10:53:41.342Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:53:41.619Z] ---> Running in 111cce9aa981 [2020-11-19T10:53:42.228Z] Removing intermediate container 111cce9aa981 [2020-11-19T10:53:42.228Z] ---> 548a3989f517 [2020-11-19T10:53:42.228Z] Step 19/21 : LABEL arch=arm64 [2020-11-19T10:53:42.506Z] ---> Running in bb43ae6831cf [2020-11-19T10:53:43.111Z] Removing intermediate container bb43ae6831cf [2020-11-19T10:53:43.111Z] ---> 22844e94b228 [2020-11-19T10:53:43.111Z] Step 20/21 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:53:43.397Z] ---> Running in 5197132fcc08 [2020-11-19T10:53:43.997Z] Removing intermediate container 5197132fcc08 [2020-11-19T10:53:43.997Z] ---> 71ddbf079657 [2020-11-19T10:53:43.997Z] Step 21/21 : LABEL version=1.3.1-dev.2 [2020-11-19T10:53:44.280Z] ---> Running in 2205abd89afe [2020-11-19T10:53:44.880Z] Removing intermediate container 2205abd89afe [2020-11-19T10:53:44.880Z] ---> b544ece599e1 [2020-11-19T10:53:44.880Z] [2020-11-19T10:53:45.481Z] Successfully built b544ece599e1 [2020-11-19T10:53:45.481Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-19T10:53:57.898Z]  Building docker-support-scheduler-go ... done Removing intermediate container 08d85d540f55 [2020-11-19T10:53:57.898Z] ---> 2d13a16f43e1 [2020-11-19T10:53:57.898Z] [2020-11-19T10:53:57.898Z] Step 10/22 : FROM scratch [2020-11-19T10:53:57.898Z] ---> [2020-11-19T10:53:57.898Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-19T10:53:57.898Z] Removing intermediate container afa32253e4ac [2020-11-19T10:53:57.898Z] ---> 1177f7a3708f [2020-11-19T10:53:57.898Z] [2020-11-19T10:53:57.898Z] Step 9/29 : FROM alpine:latest [2020-11-19T10:53:57.898Z] ---> 2e77e061c27f [2020-11-19T10:53:57.898Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-19T10:53:57.898Z] ---> Using cache [2020-11-19T10:53:57.898Z] ---> 1e7972ef5725 [2020-11-19T10:53:57.898Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-19T10:53:57.898Z] ---> Running in 7a931aedf001 [2020-11-19T10:53:57.898Z] ---> Running in 31a235897e60 [2020-11-19T10:53:57.898Z] Removing intermediate container 31a235897e60 [2020-11-19T10:53:57.898Z] ---> c9a9ed5d252a [2020-11-19T10:53:57.898Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-19T10:53:57.898Z] Removing intermediate container 7a931aedf001 [2020-11-19T10:53:57.898Z] ---> 824b2c5dd6cd [2020-11-19T10:53:57.898Z] Step 11/29 : USER root [2020-11-19T10:53:57.898Z] ---> Running in 068888dd7bfb [2020-11-19T10:53:57.898Z] ---> Running in 0a1ed1f6a24e [2020-11-19T10:53:57.898Z] Removing intermediate container 068888dd7bfb [2020-11-19T10:53:57.898Z] ---> 69428459dcc0 [2020-11-19T10:53:57.898Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-19T10:53:57.898Z] Removing intermediate container 0a1ed1f6a24e [2020-11-19T10:53:57.898Z] ---> c9f6e91432ec [2020-11-19T10:53:57.898Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-19T10:53:57.898Z] ---> Running in fca9a899dfad [2020-11-19T10:53:58.168Z] ---> 4091bb4e9aec [2020-11-19T10:53:58.169Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-19T10:53:59.144Z] ---> 8d21a4770a3e [2020-11-19T10:53:59.144Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-19T10:53:59.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-19T10:53:59.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-19T10:54:00.021Z] ---> 1d57126dc896 [2020-11-19T10:54:00.021Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-19T10:54:00.297Z] v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-19T10:54:00.297Z] v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-19T10:54:00.297Z] OK: 12615 distinct packages available [2020-11-19T10:54:00.893Z] ---> 7711c10f1e4b [2020-11-19T10:54:00.893Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-19T10:54:00.893Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-19T10:54:00.893Z] ---> Running in da0937c32f93 [2020-11-19T10:54:01.169Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-19T10:54:01.169Z] Executing busybox-1.31.1-r19.trigger [2020-11-19T10:54:01.169Z] Executing ca-certificates-20191127-r4.trigger [2020-11-19T10:54:01.169Z] OK: 6 MiB in 16 packages [2020-11-19T10:54:01.441Z] Removing intermediate container da0937c32f93 [2020-11-19T10:54:01.441Z] ---> d892d6908e07 [2020-11-19T10:54:01.441Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-19T10:54:01.713Z] ---> Running in b4186ca6d2bc [2020-11-19T10:54:02.308Z] Removing intermediate container b4186ca6d2bc [2020-11-19T10:54:02.308Z] ---> 8fa96dbf6aab [2020-11-19T10:54:02.308Z] Step 20/22 : LABEL arch=arm64 [2020-11-19T10:54:02.308Z] ---> Running in a6e73769073d [2020-11-19T10:54:02.588Z] Removing intermediate container fca9a899dfad [2020-11-19T10:54:02.588Z] ---> dcd0ff3aa18c [2020-11-19T10:54:02.588Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-19T10:54:02.860Z] Removing intermediate container a6e73769073d [2020-11-19T10:54:02.860Z] ---> d71e37e071ec [2020-11-19T10:54:02.860Z] Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:02.860Z] ---> Running in 4da687971111 [2020-11-19T10:54:02.860Z] ---> Running in 0d64bb0748b3 [2020-11-19T10:54:03.454Z] Removing intermediate container 4da687971111 [2020-11-19T10:54:03.454Z] ---> 344dc73df6cb [2020-11-19T10:54:03.454Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-19T10:54:03.454Z] Removing intermediate container 0d64bb0748b3 [2020-11-19T10:54:03.454Z] ---> e280ce4c3023 [2020-11-19T10:54:03.454Z] Step 22/22 : LABEL version=1.3.1-dev.2 [2020-11-19T10:54:03.454Z] ---> Running in dc918ed3c148 [2020-11-19T10:54:03.726Z] ---> Running in 933fd2c32d71 [2020-11-19T10:54:03.996Z] Removing intermediate container dc918ed3c148 [2020-11-19T10:54:03.996Z] ---> 72de9e9d4593 [2020-11-19T10:54:03.996Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-19T10:54:03.996Z] Removing intermediate container 933fd2c32d71 [2020-11-19T10:54:03.996Z] ---> 781e5f0b0016 [2020-11-19T10:54:03.996Z] [2020-11-19T10:54:04.270Z] ---> Running in 3f6183f7c3d9 [2020-11-19T10:54:04.542Z] Successfully built 781e5f0b0016 [2020-11-19T10:54:04.542Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-19T10:54:06.519Z]  Building docker-support-logging-go ... done Removing intermediate container 3f6183f7c3d9 [2020-11-19T10:54:06.519Z] ---> f980aa288b89 [2020-11-19T10:54:06.519Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-19T10:54:07.497Z] ---> 3f676b21dfba [2020-11-19T10:54:07.497Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-19T10:54:08.476Z] ---> 2fea2e68746c [2020-11-19T10:54:08.476Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-19T10:54:09.072Z] ---> 71e635306b19 [2020-11-19T10:54:09.072Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-19T10:54:10.048Z] ---> cfb1452fd28b [2020-11-19T10:54:10.048Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-19T10:54:10.644Z] ---> 59ff5740575a [2020-11-19T10:54:10.644Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-19T10:54:10.644Z] ---> Running in 56c37f879207 [2020-11-19T10:54:13.260Z] Removing intermediate container 56c37f879207 [2020-11-19T10:54:13.260Z] ---> b1f4dcb60863 [2020-11-19T10:54:13.260Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-19T10:54:13.851Z] ---> 714151b50de9 [2020-11-19T10:54:13.851Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-19T10:54:14.127Z] ---> Running in 06c03e43dc27 [2020-11-19T10:54:16.742Z] Removing intermediate container 06c03e43dc27 [2020-11-19T10:54:16.742Z] ---> 083534d703f8 [2020-11-19T10:54:16.742Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-19T10:54:16.742Z] ---> Running in 73e630d81454 [2020-11-19T10:54:19.361Z] Removing intermediate container 73e630d81454 [2020-11-19T10:54:19.361Z] ---> 51fa476ddd47 [2020-11-19T10:54:19.361Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-19T10:54:19.361Z] ---> Running in a1446debfbb3 [2020-11-19T10:54:19.639Z] Removing intermediate container a1446debfbb3 [2020-11-19T10:54:19.639Z] ---> 817d95dc8a31 [2020-11-19T10:54:19.639Z] Step 26/29 : CMD [ "generate" ] [2020-11-19T10:54:19.913Z] ---> Running in 29b29f925fb3 [2020-11-19T10:54:20.188Z] Removing intermediate container 29b29f925fb3 [2020-11-19T10:54:20.188Z] ---> dc294b8c002b [2020-11-19T10:54:20.188Z] Step 27/29 : LABEL arch=arm64 [2020-11-19T10:54:20.461Z] ---> Running in 0b6f687a6558 [2020-11-19T10:54:20.734Z] Removing intermediate container 0b6f687a6558 [2020-11-19T10:54:20.734Z] ---> 502fb05c305c [2020-11-19T10:54:20.734Z] Step 28/29 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:21.007Z] ---> Running in cb340decd6ac [2020-11-19T10:54:21.279Z] Removing intermediate container cb340decd6ac [2020-11-19T10:54:21.279Z] ---> d83100b4c748 [2020-11-19T10:54:21.279Z] Step 29/29 : LABEL version=1.3.1-dev.2 [2020-11-19T10:54:21.550Z] ---> Running in e1fc0e24d71b [2020-11-19T10:54:21.822Z] Removing intermediate container e1fc0e24d71b [2020-11-19T10:54:21.822Z] ---> 591c728beb65 [2020-11-19T10:54:21.822Z] [2020-11-19T10:54:22.095Z] Successfully built 591c728beb65 [2020-11-19T10:54:22.366Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-19T10:54:22.384Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-11-19T10:54:22.386Z] $ docker stop --time=1 fc36541d2ea739f34e87f9700de1151cd9f9f7ab786f935d388e85c4609708fc [2020-11-19T10:54:24.301Z] $ docker rm -f fc36541d2ea739f34e87f9700de1151cd9f9f7ab786f935d388e85c4609708fc [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-19T10:54:24.987Z] + docker images [2020-11-19T10:54:24.987Z] + grep docker [2020-11-19T10:54:25.261Z] docker-security-secrets-setup-go-arm64 latest 591c728beb65 4 seconds ago 22.7MB [2020-11-19T10:54:25.261Z] docker-support-logging-go-arm64 latest 781e5f0b0016 22 seconds ago 10.6MB [2020-11-19T10:54:25.261Z] docker-support-scheduler-go-arm64 latest b544ece599e1 41 seconds ago 11.5MB [2020-11-19T10:54:25.261Z] docker-support-notifications-go-arm64 latest b94d8c597fe5 49 seconds ago 12.9MB [2020-11-19T10:54:25.261Z] docker-security-bootstrap-redis-go-arm64 latest 9426c50735d1 About a minute ago 15.2MB [2020-11-19T10:54:25.261Z] docker-security-proxy-setup-go-arm64 latest 1c5d90a761f3 2 minutes ago 15.1MB [2020-11-19T10:54:25.261Z] docker-sys-mgmt-agent-go-arm64 latest 44706196a746 2 minutes ago 270MB [2020-11-19T10:54:25.261Z] docker-core-data-go-arm64 latest 9c03f608bdbb 2 minutes ago 22.3MB [2020-11-19T10:54:25.261Z] docker-core-metadata-go-arm64 latest 1daf2d1d63ce 3 minutes ago 13.6MB [2020-11-19T10:54:25.261Z] docker-core-command-go-arm64 latest fb6b51e5e018 3 minutes ago 11.4MB [2020-11-19T10:54:25.261Z] docker-security-secretstore-setup-go-arm64 latest 5c193878466b 3 minutes ago 23.6MB [2020-11-19T10:54:25.261Z] docker latest 5d4db4dc0692 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-19T10:54:25.805Z] provisioning config files... [2020-11-19T10:54:25.853Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/226@tmp/config3825382258418877012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:54:26.253Z] ---> docker-login.sh [2020-11-19T10:54:26.253Z] nexus3.edgexfoundry.org:10001 [2020-11-19T10:54:26.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:54:26.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:54:26.809Z] Configure a credential helper to remove this warning. See [2020-11-19T10:54:26.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:54:26.809Z] [2020-11-19T10:54:26.809Z] Login Succeeded [2020-11-19T10:54:26.809Z] nexus3.edgexfoundry.org:10002 [2020-11-19T10:54:27.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:54:27.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:54:27.353Z] Configure a credential helper to remove this warning. See [2020-11-19T10:54:27.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:54:27.353Z] [2020-11-19T10:54:27.353Z] Login Succeeded [2020-11-19T10:54:27.353Z] nexus3.edgexfoundry.org:10003 [2020-11-19T10:54:27.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:54:27.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:54:27.898Z] Configure a credential helper to remove this warning. See [2020-11-19T10:54:27.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:54:27.898Z] [2020-11-19T10:54:27.898Z] Login Succeeded [2020-11-19T10:54:27.898Z] nexus3.edgexfoundry.org:10004 [2020-11-19T10:54:28.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:54:28.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:54:28.488Z] Configure a credential helper to remove this warning. See [2020-11-19T10:54:28.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:54:28.488Z] [2020-11-19T10:54:28.488Z] Login Succeeded [2020-11-19T10:54:28.488Z] docker.io [2020-11-19T10:54:29.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-19T10:54:29.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-19T10:54:29.350Z] Configure a credential helper to remove this warning. See [2020-11-19T10:54:29.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-19T10:54:29.350Z] [2020-11-19T10:54:29.350Z] Login Succeeded [2020-11-19T10:54:29.350Z] ---> docker-login.sh ends [Pipeline] } [2020-11-19T10:54:29.368Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:54:29.594Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-11-19T10:54:29.594Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:29.594Z] 1.3.1-dev.2 [2020-11-19T10:54:29.594Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:29.594Z] master [2020-11-19T10:54:29.594Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:30.100Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:30.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:30.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T10:54:30.498Z] a087739fd9b3: Preparing [2020-11-19T10:54:30.498Z] e9a664690720: Preparing [2020-11-19T10:54:30.498Z] 2db6ce12b150: Preparing [2020-11-19T10:54:30.775Z] 2db6ce12b150: Pushed [2020-11-19T10:54:30.775Z] a087739fd9b3: Pushed [2020-11-19T10:54:33.421Z] e9a664690720: Pushed [2020-11-19T10:54:33.693Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:1c11695c612821429dfa42ea7d7bb47bd09c9a719d675aa4d6e15cbe82ec0903 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:34.043Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:34.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.2 [2020-11-19T10:54:34.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T10:54:34.375Z] a087739fd9b3: Preparing [2020-11-19T10:54:34.375Z] e9a664690720: Preparing [2020-11-19T10:54:34.375Z] 2db6ce12b150: Preparing [2020-11-19T10:54:34.375Z] 2db6ce12b150: Layer already exists [2020-11-19T10:54:34.375Z] e9a664690720: Layer already exists [2020-11-19T10:54:34.375Z] a087739fd9b3: Layer already exists [2020-11-19T10:54:34.645Z] 1.3.1-dev.2: digest: sha256:1c11695c612821429dfa42ea7d7bb47bd09c9a719d675aa4d6e15cbe82ec0903 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:34.987Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:35.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:35.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T10:54:35.321Z] a087739fd9b3: Preparing [2020-11-19T10:54:35.321Z] e9a664690720: Preparing [2020-11-19T10:54:35.321Z] 2db6ce12b150: Preparing [2020-11-19T10:54:35.321Z] a087739fd9b3: Layer already exists [2020-11-19T10:54:35.321Z] 2db6ce12b150: Layer already exists [2020-11-19T10:54:35.321Z] e9a664690720: Layer already exists [2020-11-19T10:54:35.592Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:1c11695c612821429dfa42ea7d7bb47bd09c9a719d675aa4d6e15cbe82ec0903 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:35.936Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:36.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-11-19T10:54:36.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-11-19T10:54:36.275Z] a087739fd9b3: Preparing [2020-11-19T10:54:36.275Z] e9a664690720: Preparing [2020-11-19T10:54:36.275Z] 2db6ce12b150: Preparing [2020-11-19T10:54:36.275Z] a087739fd9b3: Layer already exists [2020-11-19T10:54:36.275Z] 2db6ce12b150: Layer already exists [2020-11-19T10:54:36.275Z] e9a664690720: Layer already exists [2020-11-19T10:54:36.546Z] master: digest: sha256:1c11695c612821429dfa42ea7d7bb47bd09c9a719d675aa4d6e15cbe82ec0903 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:54:36.741Z] ===================================================== [Pipeline] echo [2020-11-19T10:54:36.792Z] taggedImages: [2020-11-19T10:54:36.792Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:36.792Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.2 [2020-11-19T10:54:36.792Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:36.792Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-11-19T10:54:36.928Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-11-19T10:54:36.928Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:36.928Z] 1.3.1-dev.2 [2020-11-19T10:54:36.928Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:36.928Z] master [2020-11-19T10:54:36.928Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:37.453Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:37.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:37.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T10:54:37.784Z] 77ddb8e75363: Preparing [2020-11-19T10:54:37.784Z] 89c2a323f708: Preparing [2020-11-19T10:54:37.784Z] a183ff7db8d0: Preparing [2020-11-19T10:54:37.784Z] 6317c6dc8691: Preparing [2020-11-19T10:54:37.784Z] c5b744539da9: Preparing [2020-11-19T10:54:37.784Z] cd3761cfa1d9: Preparing [2020-11-19T10:54:37.784Z] cd3761cfa1d9: Waiting [2020-11-19T10:54:38.056Z] 77ddb8e75363: Pushed [2020-11-19T10:54:38.056Z] c5b744539da9: Pushed [2020-11-19T10:54:38.056Z] a183ff7db8d0: Pushed [2020-11-19T10:54:38.329Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:54:38.922Z] 6317c6dc8691: Pushed [2020-11-19T10:54:41.529Z] 89c2a323f708: Pushed [2020-11-19T10:54:41.800Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:fa811045b74af1d418f42a31c44fb7b14c147d270d0f067a1de5e0e96250ab3e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:42.138Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:42.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.2 [2020-11-19T10:54:42.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T10:54:42.470Z] 77ddb8e75363: Preparing [2020-11-19T10:54:42.470Z] 89c2a323f708: Preparing [2020-11-19T10:54:42.470Z] a183ff7db8d0: Preparing [2020-11-19T10:54:42.470Z] 6317c6dc8691: Preparing [2020-11-19T10:54:42.470Z] c5b744539da9: Preparing [2020-11-19T10:54:42.470Z] cd3761cfa1d9: Preparing [2020-11-19T10:54:42.470Z] cd3761cfa1d9: Waiting [2020-11-19T10:54:42.470Z] 6317c6dc8691: Layer already exists [2020-11-19T10:54:42.470Z] c5b744539da9: Layer already exists [2020-11-19T10:54:42.470Z] 77ddb8e75363: Layer already exists [2020-11-19T10:54:42.470Z] a183ff7db8d0: Layer already exists [2020-11-19T10:54:42.470Z] 89c2a323f708: Layer already exists [2020-11-19T10:54:42.741Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:54:42.741Z] 1.3.1-dev.2: digest: sha256:fa811045b74af1d418f42a31c44fb7b14c147d270d0f067a1de5e0e96250ab3e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:43.080Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:43.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:43.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T10:54:43.416Z] 77ddb8e75363: Preparing [2020-11-19T10:54:43.416Z] 89c2a323f708: Preparing [2020-11-19T10:54:43.416Z] a183ff7db8d0: Preparing [2020-11-19T10:54:43.416Z] 6317c6dc8691: Preparing [2020-11-19T10:54:43.416Z] c5b744539da9: Preparing [2020-11-19T10:54:43.416Z] cd3761cfa1d9: Preparing [2020-11-19T10:54:43.416Z] cd3761cfa1d9: Waiting [2020-11-19T10:54:43.687Z] 6317c6dc8691: Layer already exists [2020-11-19T10:54:43.687Z] 77ddb8e75363: Layer already exists [2020-11-19T10:54:43.687Z] 89c2a323f708: Layer already exists [2020-11-19T10:54:43.687Z] a183ff7db8d0: Layer already exists [2020-11-19T10:54:43.687Z] c5b744539da9: Layer already exists [2020-11-19T10:54:43.687Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:54:43.687Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:fa811045b74af1d418f42a31c44fb7b14c147d270d0f067a1de5e0e96250ab3e size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:44.022Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:44.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-11-19T10:54:44.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-11-19T10:54:44.357Z] 77ddb8e75363: Preparing [2020-11-19T10:54:44.358Z] 89c2a323f708: Preparing [2020-11-19T10:54:44.358Z] a183ff7db8d0: Preparing [2020-11-19T10:54:44.358Z] 6317c6dc8691: Preparing [2020-11-19T10:54:44.358Z] c5b744539da9: Preparing [2020-11-19T10:54:44.358Z] cd3761cfa1d9: Preparing [2020-11-19T10:54:44.358Z] cd3761cfa1d9: Waiting [2020-11-19T10:54:44.358Z] 77ddb8e75363: Layer already exists [2020-11-19T10:54:44.358Z] 6317c6dc8691: Layer already exists [2020-11-19T10:54:44.358Z] c5b744539da9: Layer already exists [2020-11-19T10:54:44.358Z] 89c2a323f708: Layer already exists [2020-11-19T10:54:44.628Z] a183ff7db8d0: Layer already exists [2020-11-19T10:54:44.628Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:54:44.628Z] master: digest: sha256:fa811045b74af1d418f42a31c44fb7b14c147d270d0f067a1de5e0e96250ab3e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:54:44.834Z] ===================================================== [Pipeline] echo [2020-11-19T10:54:44.882Z] taggedImages: [2020-11-19T10:54:44.882Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:44.882Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.2 [2020-11-19T10:54:44.882Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:44.882Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-11-19T10:54:44.948Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-11-19T10:54:44.948Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:44.948Z] 1.3.1-dev.2 [2020-11-19T10:54:44.948Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:44.948Z] master [2020-11-19T10:54:44.948Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:45.448Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:45.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:45.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T10:54:45.779Z] fc175f066579: Preparing [2020-11-19T10:54:45.779Z] dbb2cff94a49: Preparing [2020-11-19T10:54:45.779Z] 84bb9a73bf17: Preparing [2020-11-19T10:54:46.050Z] 84bb9a73bf17: Pushed [2020-11-19T10:54:46.050Z] fc175f066579: Pushed [2020-11-19T10:54:49.416Z] dbb2cff94a49: Pushed [2020-11-19T10:54:49.416Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:16a41dd67f67419885d5bbaa52b941d89c5b5f1046b0e8bb948a73587e61d354 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:49.774Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:50.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.2 [2020-11-19T10:54:50.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T10:54:50.109Z] fc175f066579: Preparing [2020-11-19T10:54:50.109Z] dbb2cff94a49: Preparing [2020-11-19T10:54:50.109Z] 84bb9a73bf17: Preparing [2020-11-19T10:54:50.109Z] dbb2cff94a49: Layer already exists [2020-11-19T10:54:50.109Z] fc175f066579: Layer already exists [2020-11-19T10:54:50.109Z] 84bb9a73bf17: Layer already exists [2020-11-19T10:54:50.381Z] 1.3.1-dev.2: digest: sha256:16a41dd67f67419885d5bbaa52b941d89c5b5f1046b0e8bb948a73587e61d354 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:50.721Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:51.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:51.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T10:54:51.056Z] fc175f066579: Preparing [2020-11-19T10:54:51.056Z] dbb2cff94a49: Preparing [2020-11-19T10:54:51.056Z] 84bb9a73bf17: Preparing [2020-11-19T10:54:51.056Z] fc175f066579: Layer already exists [2020-11-19T10:54:51.056Z] 84bb9a73bf17: Layer already exists [2020-11-19T10:54:51.056Z] dbb2cff94a49: Layer already exists [2020-11-19T10:54:51.325Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:16a41dd67f67419885d5bbaa52b941d89c5b5f1046b0e8bb948a73587e61d354 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:51.660Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:51.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-11-19T10:54:51.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-11-19T10:54:51.994Z] fc175f066579: Preparing [2020-11-19T10:54:51.994Z] dbb2cff94a49: Preparing [2020-11-19T10:54:51.994Z] 84bb9a73bf17: Preparing [2020-11-19T10:54:52.264Z] fc175f066579: Layer already exists [2020-11-19T10:54:52.264Z] dbb2cff94a49: Layer already exists [2020-11-19T10:54:52.264Z] 84bb9a73bf17: Layer already exists [2020-11-19T10:54:52.264Z] master: digest: sha256:16a41dd67f67419885d5bbaa52b941d89c5b5f1046b0e8bb948a73587e61d354 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:54:52.563Z] ===================================================== [Pipeline] echo [2020-11-19T10:54:52.615Z] taggedImages: [2020-11-19T10:54:52.615Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:52.615Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.2 [2020-11-19T10:54:52.615Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:52.615Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-11-19T10:54:52.713Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-11-19T10:54:52.713Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:52.713Z] 1.3.1-dev.2 [2020-11-19T10:54:52.713Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:52.713Z] master [2020-11-19T10:54:52.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:53.215Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:53.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:53.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T10:54:53.569Z] e1620f88e652: Preparing [2020-11-19T10:54:53.569Z] 42609290f2ce: Preparing [2020-11-19T10:54:53.569Z] 9bf60c4fe31d: Preparing [2020-11-19T10:54:53.569Z] f1605d200edf: Preparing [2020-11-19T10:54:53.569Z] 6edf1712716c: Preparing [2020-11-19T10:54:53.569Z] 8fc89021be97: Preparing [2020-11-19T10:54:53.569Z] 66b385cf80cf: Preparing [2020-11-19T10:54:53.569Z] 8fc89021be97: Waiting [2020-11-19T10:54:53.569Z] 66b385cf80cf: Waiting [2020-11-19T10:54:53.890Z] 9bf60c4fe31d: Pushed [2020-11-19T10:54:53.890Z] 42609290f2ce: Pushed [2020-11-19T10:54:53.890Z] 6edf1712716c: Pushed [2020-11-19T10:54:53.890Z] e1620f88e652: Pushed [2020-11-19T10:54:54.212Z] 66b385cf80cf: Layer already exists [2020-11-19T10:54:54.818Z] 8fc89021be97: Pushed [2020-11-19T10:54:56.261Z] f1605d200edf: Pushed [2020-11-19T10:54:56.262Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:4c04cdc397c6f7770b386fb80f771d12193c86dae0747063ff632ee5bf2b655f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:56.605Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:56.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.2 [2020-11-19T10:54:56.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T10:54:56.941Z] e1620f88e652: Preparing [2020-11-19T10:54:56.941Z] 42609290f2ce: Preparing [2020-11-19T10:54:56.941Z] 9bf60c4fe31d: Preparing [2020-11-19T10:54:56.941Z] f1605d200edf: Preparing [2020-11-19T10:54:56.941Z] 6edf1712716c: Preparing [2020-11-19T10:54:56.941Z] 8fc89021be97: Preparing [2020-11-19T10:54:56.941Z] 66b385cf80cf: Preparing [2020-11-19T10:54:56.941Z] 66b385cf80cf: Waiting [2020-11-19T10:54:56.941Z] 8fc89021be97: Waiting [2020-11-19T10:54:56.941Z] f1605d200edf: Layer already exists [2020-11-19T10:54:56.941Z] 42609290f2ce: Layer already exists [2020-11-19T10:54:56.941Z] 9bf60c4fe31d: Layer already exists [2020-11-19T10:54:56.941Z] 6edf1712716c: Layer already exists [2020-11-19T10:54:56.941Z] e1620f88e652: Layer already exists [2020-11-19T10:54:56.941Z] 8fc89021be97: Layer already exists [2020-11-19T10:54:56.941Z] 66b385cf80cf: Layer already exists [2020-11-19T10:54:57.214Z] 1.3.1-dev.2: digest: sha256:4c04cdc397c6f7770b386fb80f771d12193c86dae0747063ff632ee5bf2b655f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:57.554Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:57.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:57.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T10:54:57.891Z] e1620f88e652: Preparing [2020-11-19T10:54:57.891Z] 42609290f2ce: Preparing [2020-11-19T10:54:57.891Z] 9bf60c4fe31d: Preparing [2020-11-19T10:54:57.891Z] f1605d200edf: Preparing [2020-11-19T10:54:57.891Z] 6edf1712716c: Preparing [2020-11-19T10:54:57.891Z] 8fc89021be97: Preparing [2020-11-19T10:54:57.891Z] 66b385cf80cf: Preparing [2020-11-19T10:54:57.891Z] 8fc89021be97: Waiting [2020-11-19T10:54:57.891Z] 66b385cf80cf: Waiting [2020-11-19T10:54:57.891Z] f1605d200edf: Layer already exists [2020-11-19T10:54:57.891Z] e1620f88e652: Layer already exists [2020-11-19T10:54:57.891Z] 9bf60c4fe31d: Layer already exists [2020-11-19T10:54:57.891Z] 6edf1712716c: Layer already exists [2020-11-19T10:54:57.891Z] 42609290f2ce: Layer already exists [2020-11-19T10:54:57.891Z] 8fc89021be97: Layer already exists [2020-11-19T10:54:57.891Z] 66b385cf80cf: Layer already exists [2020-11-19T10:54:58.161Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:4c04cdc397c6f7770b386fb80f771d12193c86dae0747063ff632ee5bf2b655f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:58.499Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:58.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-11-19T10:54:58.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-11-19T10:54:58.837Z] e1620f88e652: Preparing [2020-11-19T10:54:58.837Z] 42609290f2ce: Preparing [2020-11-19T10:54:58.837Z] 9bf60c4fe31d: Preparing [2020-11-19T10:54:58.837Z] f1605d200edf: Preparing [2020-11-19T10:54:58.837Z] 6edf1712716c: Preparing [2020-11-19T10:54:58.837Z] 8fc89021be97: Preparing [2020-11-19T10:54:58.837Z] 66b385cf80cf: Preparing [2020-11-19T10:54:58.837Z] 66b385cf80cf: Waiting [2020-11-19T10:54:58.837Z] 8fc89021be97: Waiting [2020-11-19T10:54:58.837Z] 6edf1712716c: Layer already exists [2020-11-19T10:54:59.110Z] 42609290f2ce: Layer already exists [2020-11-19T10:54:59.110Z] 9bf60c4fe31d: Layer already exists [2020-11-19T10:54:59.110Z] f1605d200edf: Layer already exists [2020-11-19T10:54:59.110Z] e1620f88e652: Layer already exists [2020-11-19T10:54:59.110Z] 66b385cf80cf: Layer already exists [2020-11-19T10:54:59.110Z] 8fc89021be97: Layer already exists [2020-11-19T10:54:59.110Z] master: digest: sha256:4c04cdc397c6f7770b386fb80f771d12193c86dae0747063ff632ee5bf2b655f size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:54:59.322Z] ===================================================== [Pipeline] echo [2020-11-19T10:54:59.374Z] taggedImages: [2020-11-19T10:54:59.374Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:59.374Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.2 [2020-11-19T10:54:59.374Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:59.374Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-11-19T10:54:59.437Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-11-19T10:54:59.437Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:54:59.437Z] 1.3.1-dev.2 [2020-11-19T10:54:59.437Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:54:59.437Z] master [2020-11-19T10:54:59.437Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:54:59.965Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:00.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:00.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T10:55:00.299Z] 854e319fbf91: Preparing [2020-11-19T10:55:00.299Z] ec08ff5aedba: Preparing [2020-11-19T10:55:00.299Z] a84c620fab85: Preparing [2020-11-19T10:55:00.299Z] b2601076ffca: Preparing [2020-11-19T10:55:00.299Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:00.570Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:00.570Z] a84c620fab85: Pushed [2020-11-19T10:55:00.570Z] ec08ff5aedba: Pushed [2020-11-19T10:55:01.163Z] b2601076ffca: Pushed [2020-11-19T10:55:03.130Z] 854e319fbf91: Pushed [2020-11-19T10:55:03.130Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:33abced6d6abd9797f843abb61c1c5064ee5e0d90b78ca460c2b03d0155abf25 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:03.467Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:03.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:03.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T10:55:03.810Z] 854e319fbf91: Preparing [2020-11-19T10:55:03.810Z] ec08ff5aedba: Preparing [2020-11-19T10:55:03.810Z] a84c620fab85: Preparing [2020-11-19T10:55:03.810Z] b2601076ffca: Preparing [2020-11-19T10:55:03.810Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:03.810Z] a84c620fab85: Layer already exists [2020-11-19T10:55:03.810Z] 854e319fbf91: Layer already exists [2020-11-19T10:55:03.810Z] ec08ff5aedba: Layer already exists [2020-11-19T10:55:04.083Z] b2601076ffca: Layer already exists [2020-11-19T10:55:04.083Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:04.083Z] 1.3.1-dev.2: digest: sha256:33abced6d6abd9797f843abb61c1c5064ee5e0d90b78ca460c2b03d0155abf25 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:04.415Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:04.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:04.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T10:55:04.744Z] 854e319fbf91: Preparing [2020-11-19T10:55:04.744Z] ec08ff5aedba: Preparing [2020-11-19T10:55:04.744Z] a84c620fab85: Preparing [2020-11-19T10:55:04.744Z] b2601076ffca: Preparing [2020-11-19T10:55:04.744Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:04.744Z] b2601076ffca: Layer already exists [2020-11-19T10:55:04.744Z] ec08ff5aedba: Layer already exists [2020-11-19T10:55:04.744Z] a84c620fab85: Layer already exists [2020-11-19T10:55:04.744Z] 854e319fbf91: Layer already exists [2020-11-19T10:55:04.744Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:05.015Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:33abced6d6abd9797f843abb61c1c5064ee5e0d90b78ca460c2b03d0155abf25 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:05.353Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:05.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-11-19T10:55:05.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-11-19T10:55:05.685Z] 854e319fbf91: Preparing [2020-11-19T10:55:05.685Z] ec08ff5aedba: Preparing [2020-11-19T10:55:05.685Z] a84c620fab85: Preparing [2020-11-19T10:55:05.685Z] b2601076ffca: Preparing [2020-11-19T10:55:05.685Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:05.685Z] a84c620fab85: Layer already exists [2020-11-19T10:55:05.685Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:05.685Z] ec08ff5aedba: Layer already exists [2020-11-19T10:55:05.685Z] b2601076ffca: Layer already exists [2020-11-19T10:55:05.685Z] 854e319fbf91: Layer already exists [2020-11-19T10:55:05.956Z] master: digest: sha256:33abced6d6abd9797f843abb61c1c5064ee5e0d90b78ca460c2b03d0155abf25 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:55:06.219Z] ===================================================== [Pipeline] echo [2020-11-19T10:55:06.297Z] taggedImages: [2020-11-19T10:55:06.297Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:06.297Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:06.297Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:06.297Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-11-19T10:55:06.407Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-11-19T10:55:06.407Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:06.407Z] 1.3.1-dev.2 [2020-11-19T10:55:06.407Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:06.407Z] master [2020-11-19T10:55:06.407Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:06.950Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:07.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:07.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T10:55:07.281Z] d6c1860164cf: Preparing [2020-11-19T10:55:07.281Z] 8bb0cca89b15: Preparing [2020-11-19T10:55:07.281Z] 3ca64373fde1: Preparing [2020-11-19T10:55:07.281Z] 13b2a97c80b0: Preparing [2020-11-19T10:55:07.281Z] 13b2a97c80b0: Preparing [2020-11-19T10:55:07.281Z] f732a23afa8d: Preparing [2020-11-19T10:55:07.281Z] ff223a631b8b: Preparing [2020-11-19T10:55:07.281Z] 0d1a81d752c1: Preparing [2020-11-19T10:55:07.281Z] d6c1860164cf: Preparing [2020-11-19T10:55:07.281Z] f070710bbad3: Preparing [2020-11-19T10:55:07.281Z] 7f7edb10c1fa: Preparing [2020-11-19T10:55:07.281Z] 3cef67f59368: Preparing [2020-11-19T10:55:07.281Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:07.281Z] 0d1a81d752c1: Waiting [2020-11-19T10:55:07.281Z] ff223a631b8b: Waiting [2020-11-19T10:55:07.281Z] f070710bbad3: Waiting [2020-11-19T10:55:07.281Z] 7f7edb10c1fa: Waiting [2020-11-19T10:55:07.281Z] cd3761cfa1d9: Waiting [2020-11-19T10:55:07.281Z] 3cef67f59368: Waiting [2020-11-19T10:55:07.550Z] f732a23afa8d: Pushed [2020-11-19T10:55:07.550Z] 8bb0cca89b15: Pushed [2020-11-19T10:55:07.550Z] 13b2a97c80b0: Pushed [2020-11-19T10:55:07.550Z] 3ca64373fde1: Pushed [2020-11-19T10:55:07.822Z] ff223a631b8b: Pushed [2020-11-19T10:55:07.822Z] 0d1a81d752c1: Pushed [2020-11-19T10:55:08.093Z] f070710bbad3: Pushed [2020-11-19T10:55:08.093Z] 7f7edb10c1fa: Pushed [2020-11-19T10:55:08.093Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:08.366Z] 3cef67f59368: Pushed [2020-11-19T10:55:09.791Z] d6c1860164cf: Pushed [2020-11-19T10:55:09.791Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:6824213b7118aef457bae1d61d184323bc358cfa27d26ed2fa84812dfa7c476f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:10.131Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:10.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:10.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T10:55:10.474Z] d6c1860164cf: Preparing [2020-11-19T10:55:10.474Z] 8bb0cca89b15: Preparing [2020-11-19T10:55:10.474Z] 3ca64373fde1: Preparing [2020-11-19T10:55:10.474Z] 13b2a97c80b0: Preparing [2020-11-19T10:55:10.474Z] 13b2a97c80b0: Preparing [2020-11-19T10:55:10.474Z] f732a23afa8d: Preparing [2020-11-19T10:55:10.474Z] ff223a631b8b: Preparing [2020-11-19T10:55:10.474Z] 0d1a81d752c1: Preparing [2020-11-19T10:55:10.474Z] d6c1860164cf: Preparing [2020-11-19T10:55:10.474Z] f070710bbad3: Preparing [2020-11-19T10:55:10.474Z] 7f7edb10c1fa: Preparing [2020-11-19T10:55:10.474Z] 3cef67f59368: Preparing [2020-11-19T10:55:10.474Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:10.474Z] ff223a631b8b: Waiting [2020-11-19T10:55:10.475Z] 0d1a81d752c1: Waiting [2020-11-19T10:55:10.475Z] f070710bbad3: Waiting [2020-11-19T10:55:10.475Z] 7f7edb10c1fa: Waiting [2020-11-19T10:55:10.475Z] 3cef67f59368: Waiting [2020-11-19T10:55:10.475Z] cd3761cfa1d9: Waiting [2020-11-19T10:55:10.745Z] 8bb0cca89b15: Layer already exists [2020-11-19T10:55:10.745Z] f732a23afa8d: Layer already exists [2020-11-19T10:55:10.745Z] 3ca64373fde1: Layer already exists [2020-11-19T10:55:10.745Z] d6c1860164cf: Layer already exists [2020-11-19T10:55:10.745Z] 13b2a97c80b0: Layer already exists [2020-11-19T10:55:10.745Z] 7f7edb10c1fa: Layer already exists [2020-11-19T10:55:10.745Z] f070710bbad3: Layer already exists [2020-11-19T10:55:10.745Z] 0d1a81d752c1: Layer already exists [2020-11-19T10:55:10.745Z] ff223a631b8b: Layer already exists [2020-11-19T10:55:10.745Z] 3cef67f59368: Layer already exists [2020-11-19T10:55:10.745Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:10.745Z] 1.3.1-dev.2: digest: sha256:6824213b7118aef457bae1d61d184323bc358cfa27d26ed2fa84812dfa7c476f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:11.086Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:11.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:11.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T10:55:11.423Z] d6c1860164cf: Preparing [2020-11-19T10:55:11.423Z] 8bb0cca89b15: Preparing [2020-11-19T10:55:11.423Z] 3ca64373fde1: Preparing [2020-11-19T10:55:11.423Z] 13b2a97c80b0: Preparing [2020-11-19T10:55:11.423Z] 13b2a97c80b0: Preparing [2020-11-19T10:55:11.423Z] f732a23afa8d: Preparing [2020-11-19T10:55:11.423Z] ff223a631b8b: Preparing [2020-11-19T10:55:11.423Z] 0d1a81d752c1: Preparing [2020-11-19T10:55:11.423Z] d6c1860164cf: Preparing [2020-11-19T10:55:11.423Z] f070710bbad3: Preparing [2020-11-19T10:55:11.423Z] 7f7edb10c1fa: Preparing [2020-11-19T10:55:11.423Z] 3cef67f59368: Preparing [2020-11-19T10:55:11.423Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:11.423Z] f070710bbad3: Waiting [2020-11-19T10:55:11.423Z] 3cef67f59368: Waiting [2020-11-19T10:55:11.423Z] 7f7edb10c1fa: Waiting [2020-11-19T10:55:11.423Z] ff223a631b8b: Waiting [2020-11-19T10:55:11.423Z] 0d1a81d752c1: Waiting [2020-11-19T10:55:11.693Z] 3ca64373fde1: Layer already exists [2020-11-19T10:55:11.693Z] f732a23afa8d: Layer already exists [2020-11-19T10:55:11.693Z] d6c1860164cf: Layer already exists [2020-11-19T10:55:11.693Z] 8bb0cca89b15: Layer already exists [2020-11-19T10:55:11.693Z] 13b2a97c80b0: Layer already exists [2020-11-19T10:55:11.693Z] f070710bbad3: Layer already exists [2020-11-19T10:55:11.693Z] 0d1a81d752c1: Layer already exists [2020-11-19T10:55:11.693Z] ff223a631b8b: Layer already exists [2020-11-19T10:55:11.693Z] 7f7edb10c1fa: Layer already exists [2020-11-19T10:55:11.693Z] 3cef67f59368: Layer already exists [2020-11-19T10:55:11.693Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:11.693Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:6824213b7118aef457bae1d61d184323bc358cfa27d26ed2fa84812dfa7c476f size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:12.036Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:12.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-11-19T10:55:12.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-11-19T10:55:12.374Z] d6c1860164cf: Preparing [2020-11-19T10:55:12.374Z] 8bb0cca89b15: Preparing [2020-11-19T10:55:12.374Z] 3ca64373fde1: Preparing [2020-11-19T10:55:12.374Z] 13b2a97c80b0: Preparing [2020-11-19T10:55:12.374Z] 13b2a97c80b0: Preparing [2020-11-19T10:55:12.374Z] f732a23afa8d: Preparing [2020-11-19T10:55:12.374Z] ff223a631b8b: Preparing [2020-11-19T10:55:12.374Z] 0d1a81d752c1: Preparing [2020-11-19T10:55:12.374Z] d6c1860164cf: Preparing [2020-11-19T10:55:12.374Z] f070710bbad3: Preparing [2020-11-19T10:55:12.374Z] 7f7edb10c1fa: Preparing [2020-11-19T10:55:12.374Z] 3cef67f59368: Preparing [2020-11-19T10:55:12.374Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:12.374Z] 0d1a81d752c1: Waiting [2020-11-19T10:55:12.374Z] f070710bbad3: Waiting [2020-11-19T10:55:12.374Z] 7f7edb10c1fa: Waiting [2020-11-19T10:55:12.374Z] 3cef67f59368: Waiting [2020-11-19T10:55:12.374Z] cd3761cfa1d9: Waiting [2020-11-19T10:55:12.374Z] ff223a631b8b: Waiting [2020-11-19T10:55:12.645Z] f732a23afa8d: Layer already exists [2020-11-19T10:55:12.645Z] 3ca64373fde1: Layer already exists [2020-11-19T10:55:12.645Z] 13b2a97c80b0: Layer already exists [2020-11-19T10:55:12.645Z] d6c1860164cf: Layer already exists [2020-11-19T10:55:12.645Z] 8bb0cca89b15: Layer already exists [2020-11-19T10:55:12.645Z] 0d1a81d752c1: Layer already exists [2020-11-19T10:55:12.645Z] 3cef67f59368: Layer already exists [2020-11-19T10:55:12.645Z] f070710bbad3: Layer already exists [2020-11-19T10:55:12.645Z] ff223a631b8b: Layer already exists [2020-11-19T10:55:12.645Z] 7f7edb10c1fa: Layer already exists [2020-11-19T10:55:12.645Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:12.645Z] master: digest: sha256:6824213b7118aef457bae1d61d184323bc358cfa27d26ed2fa84812dfa7c476f size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:55:12.820Z] ===================================================== [Pipeline] echo [2020-11-19T10:55:12.861Z] taggedImages: [2020-11-19T10:55:12.861Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:12.861Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:12.861Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:12.861Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-11-19T10:55:12.922Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-11-19T10:55:12.922Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:12.922Z] 1.3.1-dev.2 [2020-11-19T10:55:12.922Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:12.922Z] master [2020-11-19T10:55:12.922Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:13.419Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:13.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:13.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T10:55:13.747Z] c94bbc2d0cb4: Preparing [2020-11-19T10:55:13.747Z] fcb00665ddf3: Preparing [2020-11-19T10:55:13.747Z] e7d954a60c1f: Preparing [2020-11-19T10:55:13.747Z] aaff6b51ccfe: Preparing [2020-11-19T10:55:13.747Z] c1c06fcbf684: Preparing [2020-11-19T10:55:13.747Z] 3b4addaec870: Preparing [2020-11-19T10:55:13.747Z] 3b554188744a: Preparing [2020-11-19T10:55:13.747Z] 8fc89021be97: Preparing [2020-11-19T10:55:13.747Z] 66b385cf80cf: Preparing [2020-11-19T10:55:13.747Z] 3b4addaec870: Waiting [2020-11-19T10:55:13.747Z] 3b554188744a: Waiting [2020-11-19T10:55:13.747Z] 8fc89021be97: Waiting [2020-11-19T10:55:13.747Z] 66b385cf80cf: Waiting [2020-11-19T10:55:14.018Z] fcb00665ddf3: Pushed [2020-11-19T10:55:14.018Z] c94bbc2d0cb4: Pushed [2020-11-19T10:55:14.018Z] c1c06fcbf684: Pushed [2020-11-19T10:55:14.290Z] 8fc89021be97: Layer already exists [2020-11-19T10:55:14.290Z] 66b385cf80cf: Layer already exists [2020-11-19T10:55:14.290Z] 3b4addaec870: Pushed [2020-11-19T10:55:14.290Z] 3b554188744a: Pushed [2020-11-19T10:55:16.257Z] aaff6b51ccfe: Pushed [2020-11-19T10:55:16.257Z] e7d954a60c1f: Pushed [2020-11-19T10:55:16.257Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:d3935897a1daf6892dec7d797e37374d9359dbcf1a638c5bcda5ae08b244f5fd size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:16.593Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:16.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:16.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T10:55:16.949Z] c94bbc2d0cb4: Preparing [2020-11-19T10:55:16.949Z] fcb00665ddf3: Preparing [2020-11-19T10:55:16.949Z] e7d954a60c1f: Preparing [2020-11-19T10:55:16.949Z] aaff6b51ccfe: Preparing [2020-11-19T10:55:16.949Z] c1c06fcbf684: Preparing [2020-11-19T10:55:16.949Z] 3b4addaec870: Preparing [2020-11-19T10:55:16.949Z] 3b554188744a: Preparing [2020-11-19T10:55:16.949Z] 8fc89021be97: Preparing [2020-11-19T10:55:16.949Z] 66b385cf80cf: Preparing [2020-11-19T10:55:16.949Z] 3b4addaec870: Waiting [2020-11-19T10:55:16.949Z] 3b554188744a: Waiting [2020-11-19T10:55:16.949Z] 8fc89021be97: Waiting [2020-11-19T10:55:16.949Z] 66b385cf80cf: Waiting [2020-11-19T10:55:16.949Z] aaff6b51ccfe: Layer already exists [2020-11-19T10:55:16.949Z] e7d954a60c1f: Layer already exists [2020-11-19T10:55:16.949Z] c94bbc2d0cb4: Layer already exists [2020-11-19T10:55:16.949Z] fcb00665ddf3: Layer already exists [2020-11-19T10:55:16.949Z] c1c06fcbf684: Layer already exists [2020-11-19T10:55:16.949Z] 3b4addaec870: Layer already exists [2020-11-19T10:55:16.949Z] 8fc89021be97: Layer already exists [2020-11-19T10:55:17.224Z] 3b554188744a: Layer already exists [2020-11-19T10:55:17.224Z] 66b385cf80cf: Layer already exists [2020-11-19T10:55:17.224Z] 1.3.1-dev.2: digest: sha256:d3935897a1daf6892dec7d797e37374d9359dbcf1a638c5bcda5ae08b244f5fd size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:17.569Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:17.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:17.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T10:55:17.949Z] c94bbc2d0cb4: Preparing [2020-11-19T10:55:17.949Z] fcb00665ddf3: Preparing [2020-11-19T10:55:17.949Z] e7d954a60c1f: Preparing [2020-11-19T10:55:17.949Z] aaff6b51ccfe: Preparing [2020-11-19T10:55:17.949Z] c1c06fcbf684: Preparing [2020-11-19T10:55:17.949Z] 3b4addaec870: Preparing [2020-11-19T10:55:17.949Z] 3b554188744a: Preparing [2020-11-19T10:55:17.949Z] 8fc89021be97: Preparing [2020-11-19T10:55:17.949Z] 66b385cf80cf: Preparing [2020-11-19T10:55:17.949Z] 3b4addaec870: Waiting [2020-11-19T10:55:17.949Z] 3b554188744a: Waiting [2020-11-19T10:55:17.949Z] 8fc89021be97: Waiting [2020-11-19T10:55:17.949Z] 66b385cf80cf: Waiting [2020-11-19T10:55:17.949Z] aaff6b51ccfe: Layer already exists [2020-11-19T10:55:17.949Z] fcb00665ddf3: Layer already exists [2020-11-19T10:55:17.949Z] c94bbc2d0cb4: Layer already exists [2020-11-19T10:55:17.949Z] e7d954a60c1f: Layer already exists [2020-11-19T10:55:17.949Z] c1c06fcbf684: Layer already exists [2020-11-19T10:55:17.949Z] 3b554188744a: Layer already exists [2020-11-19T10:55:17.949Z] 3b4addaec870: Layer already exists [2020-11-19T10:55:17.949Z] 66b385cf80cf: Layer already exists [2020-11-19T10:55:17.949Z] 8fc89021be97: Layer already exists [2020-11-19T10:55:18.227Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:d3935897a1daf6892dec7d797e37374d9359dbcf1a638c5bcda5ae08b244f5fd size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:18.562Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:18.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-11-19T10:55:18.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-11-19T10:55:18.894Z] c94bbc2d0cb4: Preparing [2020-11-19T10:55:18.894Z] fcb00665ddf3: Preparing [2020-11-19T10:55:18.894Z] e7d954a60c1f: Preparing [2020-11-19T10:55:18.894Z] aaff6b51ccfe: Preparing [2020-11-19T10:55:18.894Z] c1c06fcbf684: Preparing [2020-11-19T10:55:18.894Z] 3b4addaec870: Preparing [2020-11-19T10:55:18.894Z] 3b554188744a: Preparing [2020-11-19T10:55:18.894Z] 8fc89021be97: Preparing [2020-11-19T10:55:18.894Z] 66b385cf80cf: Preparing [2020-11-19T10:55:18.894Z] 3b4addaec870: Waiting [2020-11-19T10:55:18.894Z] 66b385cf80cf: Waiting [2020-11-19T10:55:18.894Z] 8fc89021be97: Waiting [2020-11-19T10:55:18.894Z] 3b554188744a: Waiting [2020-11-19T10:55:18.894Z] aaff6b51ccfe: Layer already exists [2020-11-19T10:55:18.894Z] fcb00665ddf3: Layer already exists [2020-11-19T10:55:18.894Z] c94bbc2d0cb4: Layer already exists [2020-11-19T10:55:18.894Z] e7d954a60c1f: Layer already exists [2020-11-19T10:55:18.894Z] c1c06fcbf684: Layer already exists [2020-11-19T10:55:18.894Z] 3b4addaec870: Layer already exists [2020-11-19T10:55:18.894Z] 66b385cf80cf: Layer already exists [2020-11-19T10:55:18.894Z] 8fc89021be97: Layer already exists [2020-11-19T10:55:19.169Z] 3b554188744a: Layer already exists [2020-11-19T10:55:19.169Z] master: digest: sha256:d3935897a1daf6892dec7d797e37374d9359dbcf1a638c5bcda5ae08b244f5fd size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:55:19.388Z] ===================================================== [Pipeline] echo [2020-11-19T10:55:19.439Z] taggedImages: [2020-11-19T10:55:19.439Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:19.439Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:19.439Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:19.439Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-11-19T10:55:19.507Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-11-19T10:55:19.507Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:19.507Z] 1.3.1-dev.2 [2020-11-19T10:55:19.507Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:19.507Z] master [2020-11-19T10:55:19.507Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:19.997Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:20.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:20.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T10:55:20.331Z] a1796ece274b: Preparing [2020-11-19T10:55:20.331Z] 097eb09e91b7: Preparing [2020-11-19T10:55:20.331Z] 04995e7bd9e5: Preparing [2020-11-19T10:55:20.331Z] 1f77ce6d081f: Preparing [2020-11-19T10:55:20.602Z] a1796ece274b: Pushed [2020-11-19T10:55:20.602Z] 04995e7bd9e5: Pushed [2020-11-19T10:55:20.874Z] 1f77ce6d081f: Pushed [2020-11-19T10:55:22.837Z] 097eb09e91b7: Pushed [2020-11-19T10:55:23.108Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:8cbe76d674352c029f969f2aa0c3b537eb58f630112ef4c14f714ee8a9d3ca8d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:23.450Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:23.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:23.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T10:55:23.784Z] a1796ece274b: Preparing [2020-11-19T10:55:23.784Z] 097eb09e91b7: Preparing [2020-11-19T10:55:23.784Z] 04995e7bd9e5: Preparing [2020-11-19T10:55:23.784Z] 1f77ce6d081f: Preparing [2020-11-19T10:55:24.057Z] 1f77ce6d081f: Layer already exists [2020-11-19T10:55:24.057Z] a1796ece274b: Layer already exists [2020-11-19T10:55:24.057Z] 04995e7bd9e5: Layer already exists [2020-11-19T10:55:24.057Z] 097eb09e91b7: Layer already exists [2020-11-19T10:55:24.057Z] 1.3.1-dev.2: digest: sha256:8cbe76d674352c029f969f2aa0c3b537eb58f630112ef4c14f714ee8a9d3ca8d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:24.396Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:24.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:24.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T10:55:24.731Z] a1796ece274b: Preparing [2020-11-19T10:55:24.731Z] 097eb09e91b7: Preparing [2020-11-19T10:55:24.731Z] 04995e7bd9e5: Preparing [2020-11-19T10:55:24.731Z] 1f77ce6d081f: Preparing [2020-11-19T10:55:24.731Z] 1f77ce6d081f: Layer already exists [2020-11-19T10:55:24.731Z] 097eb09e91b7: Layer already exists [2020-11-19T10:55:24.731Z] a1796ece274b: Layer already exists [2020-11-19T10:55:24.731Z] 04995e7bd9e5: Layer already exists [2020-11-19T10:55:25.001Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:8cbe76d674352c029f969f2aa0c3b537eb58f630112ef4c14f714ee8a9d3ca8d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:25.337Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:25.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-11-19T10:55:25.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-11-19T10:55:25.669Z] a1796ece274b: Preparing [2020-11-19T10:55:25.669Z] 097eb09e91b7: Preparing [2020-11-19T10:55:25.669Z] 04995e7bd9e5: Preparing [2020-11-19T10:55:25.669Z] 1f77ce6d081f: Preparing [2020-11-19T10:55:25.669Z] 1f77ce6d081f: Layer already exists [2020-11-19T10:55:25.669Z] a1796ece274b: Layer already exists [2020-11-19T10:55:25.669Z] 04995e7bd9e5: Layer already exists [2020-11-19T10:55:25.940Z] 097eb09e91b7: Layer already exists [2020-11-19T10:55:25.940Z] master: digest: sha256:8cbe76d674352c029f969f2aa0c3b537eb58f630112ef4c14f714ee8a9d3ca8d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:55:26.122Z] ===================================================== [Pipeline] echo [2020-11-19T10:55:26.186Z] taggedImages: [2020-11-19T10:55:26.186Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:26.186Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:26.186Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:26.186Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-11-19T10:55:26.249Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-11-19T10:55:26.249Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:26.249Z] 1.3.1-dev.2 [2020-11-19T10:55:26.249Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:26.249Z] master [2020-11-19T10:55:26.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:26.749Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:27.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:27.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T10:55:27.080Z] 23b9227db264: Preparing [2020-11-19T10:55:27.080Z] 726a920fe43f: Preparing [2020-11-19T10:55:27.080Z] edae4a5961bf: Preparing [2020-11-19T10:55:27.080Z] 059d511dcf09: Preparing [2020-11-19T10:55:27.080Z] 99a92856ea0d: Preparing [2020-11-19T10:55:27.080Z] b8687398778e: Preparing [2020-11-19T10:55:27.080Z] b8687398778e: Waiting [2020-11-19T10:55:27.358Z] 23b9227db264: Pushed [2020-11-19T10:55:27.358Z] edae4a5961bf: Pushed [2020-11-19T10:55:27.629Z] 059d511dcf09: Pushed [2020-11-19T10:55:27.629Z] 99a92856ea0d: Pushed [2020-11-19T10:55:27.900Z] b8687398778e: Pushed [2020-11-19T10:55:30.497Z] 726a920fe43f: Pushed [2020-11-19T10:55:30.497Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:dd32c1759bbf71ef59eb5cdfd329cd68f7aed7bb1761e74e6eaa944378859735 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:30.835Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:31.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:31.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T10:55:31.170Z] 23b9227db264: Preparing [2020-11-19T10:55:31.170Z] 726a920fe43f: Preparing [2020-11-19T10:55:31.170Z] edae4a5961bf: Preparing [2020-11-19T10:55:31.170Z] 059d511dcf09: Preparing [2020-11-19T10:55:31.170Z] 99a92856ea0d: Preparing [2020-11-19T10:55:31.170Z] b8687398778e: Preparing [2020-11-19T10:55:31.170Z] b8687398778e: Waiting [2020-11-19T10:55:31.170Z] 23b9227db264: Layer already exists [2020-11-19T10:55:31.170Z] 726a920fe43f: Layer already exists [2020-11-19T10:55:31.170Z] 059d511dcf09: Layer already exists [2020-11-19T10:55:31.170Z] 99a92856ea0d: Layer already exists [2020-11-19T10:55:31.170Z] edae4a5961bf: Layer already exists [2020-11-19T10:55:31.170Z] b8687398778e: Layer already exists [2020-11-19T10:55:31.441Z] 1.3.1-dev.2: digest: sha256:dd32c1759bbf71ef59eb5cdfd329cd68f7aed7bb1761e74e6eaa944378859735 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:31.779Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:32.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:32.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T10:55:32.114Z] 23b9227db264: Preparing [2020-11-19T10:55:32.114Z] 726a920fe43f: Preparing [2020-11-19T10:55:32.114Z] edae4a5961bf: Preparing [2020-11-19T10:55:32.114Z] 059d511dcf09: Preparing [2020-11-19T10:55:32.114Z] 99a92856ea0d: Preparing [2020-11-19T10:55:32.114Z] b8687398778e: Preparing [2020-11-19T10:55:32.114Z] b8687398778e: Waiting [2020-11-19T10:55:32.114Z] 23b9227db264: Layer already exists [2020-11-19T10:55:32.114Z] 99a92856ea0d: Layer already exists [2020-11-19T10:55:32.114Z] 726a920fe43f: Layer already exists [2020-11-19T10:55:32.114Z] edae4a5961bf: Layer already exists [2020-11-19T10:55:32.114Z] 059d511dcf09: Layer already exists [2020-11-19T10:55:32.114Z] b8687398778e: Layer already exists [2020-11-19T10:55:32.386Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:dd32c1759bbf71ef59eb5cdfd329cd68f7aed7bb1761e74e6eaa944378859735 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:32.725Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:33.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-11-19T10:55:33.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-11-19T10:55:33.057Z] 23b9227db264: Preparing [2020-11-19T10:55:33.057Z] 726a920fe43f: Preparing [2020-11-19T10:55:33.057Z] edae4a5961bf: Preparing [2020-11-19T10:55:33.057Z] 059d511dcf09: Preparing [2020-11-19T10:55:33.057Z] 99a92856ea0d: Preparing [2020-11-19T10:55:33.057Z] b8687398778e: Preparing [2020-11-19T10:55:33.057Z] b8687398778e: Waiting [2020-11-19T10:55:33.328Z] 99a92856ea0d: Layer already exists [2020-11-19T10:55:33.328Z] 059d511dcf09: Layer already exists [2020-11-19T10:55:33.328Z] 726a920fe43f: Layer already exists [2020-11-19T10:55:33.328Z] 23b9227db264: Layer already exists [2020-11-19T10:55:33.329Z] edae4a5961bf: Layer already exists [2020-11-19T10:55:33.329Z] b8687398778e: Layer already exists [2020-11-19T10:55:33.329Z] master: digest: sha256:dd32c1759bbf71ef59eb5cdfd329cd68f7aed7bb1761e74e6eaa944378859735 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:55:33.514Z] ===================================================== [Pipeline] echo [2020-11-19T10:55:33.563Z] taggedImages: [2020-11-19T10:55:33.563Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:33.563Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:33.563Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:33.563Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-11-19T10:55:33.628Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-11-19T10:55:33.628Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:33.628Z] 1.3.1-dev.2 [2020-11-19T10:55:33.628Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:33.628Z] master [2020-11-19T10:55:33.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:34.165Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:34.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:34.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T10:55:34.495Z] 041afc5e3573: Preparing [2020-11-19T10:55:34.495Z] e5a75e8d827d: Preparing [2020-11-19T10:55:34.495Z] c2548f5a2bf3: Preparing [2020-11-19T10:55:34.774Z] 041afc5e3573: Pushed [2020-11-19T10:55:34.774Z] c2548f5a2bf3: Pushed [2020-11-19T10:55:37.377Z] e5a75e8d827d: Pushed [2020-11-19T10:55:37.648Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:41e3716520c801376cb17574f832babe297a5024eec2bcc58a9a24436ae2c9b5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:37.985Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:38.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:38.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T10:55:38.319Z] 041afc5e3573: Preparing [2020-11-19T10:55:38.319Z] e5a75e8d827d: Preparing [2020-11-19T10:55:38.319Z] c2548f5a2bf3: Preparing [2020-11-19T10:55:38.319Z] 041afc5e3573: Layer already exists [2020-11-19T10:55:38.319Z] c2548f5a2bf3: Layer already exists [2020-11-19T10:55:38.319Z] e5a75e8d827d: Layer already exists [2020-11-19T10:55:38.588Z] 1.3.1-dev.2: digest: sha256:41e3716520c801376cb17574f832babe297a5024eec2bcc58a9a24436ae2c9b5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:38.926Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:39.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:39.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T10:55:39.277Z] 041afc5e3573: Preparing [2020-11-19T10:55:39.277Z] e5a75e8d827d: Preparing [2020-11-19T10:55:39.277Z] c2548f5a2bf3: Preparing [2020-11-19T10:55:39.552Z] c2548f5a2bf3: Layer already exists [2020-11-19T10:55:39.552Z] 041afc5e3573: Layer already exists [2020-11-19T10:55:39.552Z] e5a75e8d827d: Layer already exists [2020-11-19T10:55:39.552Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:41e3716520c801376cb17574f832babe297a5024eec2bcc58a9a24436ae2c9b5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:39.910Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:40.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-11-19T10:55:40.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-11-19T10:55:40.271Z] 041afc5e3573: Preparing [2020-11-19T10:55:40.271Z] e5a75e8d827d: Preparing [2020-11-19T10:55:40.271Z] c2548f5a2bf3: Preparing [2020-11-19T10:55:40.271Z] e5a75e8d827d: Layer already exists [2020-11-19T10:55:40.271Z] 041afc5e3573: Layer already exists [2020-11-19T10:55:40.271Z] c2548f5a2bf3: Layer already exists [2020-11-19T10:55:40.545Z] master: digest: sha256:41e3716520c801376cb17574f832babe297a5024eec2bcc58a9a24436ae2c9b5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:55:40.758Z] ===================================================== [Pipeline] echo [2020-11-19T10:55:40.824Z] taggedImages: [2020-11-19T10:55:40.824Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:40.824Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:40.824Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:40.824Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-11-19T10:55:40.892Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-11-19T10:55:40.892Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:40.892Z] 1.3.1-dev.2 [2020-11-19T10:55:40.892Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:40.892Z] master [2020-11-19T10:55:40.892Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:41.429Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:41.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:41.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T10:55:41.763Z] 7fc7eba2e408: Preparing [2020-11-19T10:55:41.763Z] 7f7524935b5c: Preparing [2020-11-19T10:55:41.763Z] 3c556f93a747: Preparing [2020-11-19T10:55:41.763Z] ce5b155b73fb: Preparing [2020-11-19T10:55:41.763Z] e16f2afd2d3d: Preparing [2020-11-19T10:55:41.763Z] bcf673ed12ea: Preparing [2020-11-19T10:55:41.763Z] 5f80e01d3fa5: Preparing [2020-11-19T10:55:41.763Z] 52543ddb2901: Preparing [2020-11-19T10:55:41.763Z] 9f553b275599: Preparing [2020-11-19T10:55:41.763Z] 3a47579f0cd1: Preparing [2020-11-19T10:55:41.763Z] cd6d79ebbfb6: Preparing [2020-11-19T10:55:41.763Z] 3e7dc55cab04: Preparing [2020-11-19T10:55:41.763Z] b2e85fd0898f: Preparing [2020-11-19T10:55:41.763Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:41.763Z] bcf673ed12ea: Waiting [2020-11-19T10:55:41.763Z] cd6d79ebbfb6: Waiting [2020-11-19T10:55:41.763Z] 3e7dc55cab04: Waiting [2020-11-19T10:55:41.763Z] b2e85fd0898f: Waiting [2020-11-19T10:55:41.763Z] cd3761cfa1d9: Waiting [2020-11-19T10:55:41.763Z] 5f80e01d3fa5: Waiting [2020-11-19T10:55:41.763Z] 9f553b275599: Waiting [2020-11-19T10:55:41.763Z] 3a47579f0cd1: Waiting [2020-11-19T10:55:41.763Z] 52543ddb2901: Waiting [2020-11-19T10:55:42.355Z] e16f2afd2d3d: Pushed [2020-11-19T10:55:42.626Z] 7fc7eba2e408: Pushed [2020-11-19T10:55:42.899Z] ce5b155b73fb: Pushed [2020-11-19T10:55:43.170Z] 52543ddb2901: Layer already exists [2020-11-19T10:55:43.170Z] 9f553b275599: Layer already exists [2020-11-19T10:55:43.170Z] 3a47579f0cd1: Layer already exists [2020-11-19T10:55:43.170Z] 5f80e01d3fa5: Pushed [2020-11-19T10:55:43.170Z] cd6d79ebbfb6: Layer already exists [2020-11-19T10:55:43.170Z] 3e7dc55cab04: Layer already exists [2020-11-19T10:55:43.170Z] b2e85fd0898f: Layer already exists [2020-11-19T10:55:43.440Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:43.713Z] 7f7524935b5c: Pushed [2020-11-19T10:55:44.682Z] bcf673ed12ea: Pushed [2020-11-19T10:55:54.792Z] 3c556f93a747: Pushed [2020-11-19T10:55:54.792Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:1e3cb9bb3f41db2f6c9d4e325a254bc6a4f423376296637b9c159237d19a5164 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:55.128Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:55.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:55.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T10:55:55.457Z] 7fc7eba2e408: Preparing [2020-11-19T10:55:55.457Z] 7f7524935b5c: Preparing [2020-11-19T10:55:55.457Z] 3c556f93a747: Preparing [2020-11-19T10:55:55.457Z] ce5b155b73fb: Preparing [2020-11-19T10:55:55.457Z] e16f2afd2d3d: Preparing [2020-11-19T10:55:55.457Z] bcf673ed12ea: Preparing [2020-11-19T10:55:55.457Z] 5f80e01d3fa5: Preparing [2020-11-19T10:55:55.457Z] 52543ddb2901: Preparing [2020-11-19T10:55:55.457Z] 9f553b275599: Preparing [2020-11-19T10:55:55.457Z] 3a47579f0cd1: Preparing [2020-11-19T10:55:55.457Z] cd6d79ebbfb6: Preparing [2020-11-19T10:55:55.457Z] 3e7dc55cab04: Preparing [2020-11-19T10:55:55.457Z] b2e85fd0898f: Preparing [2020-11-19T10:55:55.457Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:55.457Z] 5f80e01d3fa5: Waiting [2020-11-19T10:55:55.457Z] 52543ddb2901: Waiting [2020-11-19T10:55:55.457Z] bcf673ed12ea: Waiting [2020-11-19T10:55:55.457Z] 9f553b275599: Waiting [2020-11-19T10:55:55.457Z] 3e7dc55cab04: Waiting [2020-11-19T10:55:55.457Z] 3a47579f0cd1: Waiting [2020-11-19T10:55:55.457Z] cd6d79ebbfb6: Waiting [2020-11-19T10:55:55.457Z] b2e85fd0898f: Waiting [2020-11-19T10:55:55.457Z] cd3761cfa1d9: Waiting [2020-11-19T10:55:55.457Z] 7f7524935b5c: Layer already exists [2020-11-19T10:55:55.457Z] 3c556f93a747: Layer already exists [2020-11-19T10:55:55.457Z] 7fc7eba2e408: Layer already exists [2020-11-19T10:55:55.457Z] e16f2afd2d3d: Layer already exists [2020-11-19T10:55:55.457Z] ce5b155b73fb: Layer already exists [2020-11-19T10:55:55.457Z] 52543ddb2901: Layer already exists [2020-11-19T10:55:55.726Z] 5f80e01d3fa5: Layer already exists [2020-11-19T10:55:55.726Z] bcf673ed12ea: Layer already exists [2020-11-19T10:55:55.726Z] 3a47579f0cd1: Layer already exists [2020-11-19T10:55:55.726Z] 9f553b275599: Layer already exists [2020-11-19T10:55:55.726Z] cd6d79ebbfb6: Layer already exists [2020-11-19T10:55:55.726Z] 3e7dc55cab04: Layer already exists [2020-11-19T10:55:55.726Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:55.726Z] b2e85fd0898f: Layer already exists [2020-11-19T10:55:55.726Z] 1.3.1-dev.2: digest: sha256:1e3cb9bb3f41db2f6c9d4e325a254bc6a4f423376296637b9c159237d19a5164 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:56.061Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:56.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:56.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T10:55:56.395Z] 7fc7eba2e408: Preparing [2020-11-19T10:55:56.395Z] 7f7524935b5c: Preparing [2020-11-19T10:55:56.395Z] 3c556f93a747: Preparing [2020-11-19T10:55:56.395Z] ce5b155b73fb: Preparing [2020-11-19T10:55:56.395Z] e16f2afd2d3d: Preparing [2020-11-19T10:55:56.395Z] bcf673ed12ea: Preparing [2020-11-19T10:55:56.395Z] 5f80e01d3fa5: Preparing [2020-11-19T10:55:56.395Z] 52543ddb2901: Preparing [2020-11-19T10:55:56.395Z] 9f553b275599: Preparing [2020-11-19T10:55:56.395Z] 3a47579f0cd1: Preparing [2020-11-19T10:55:56.395Z] cd6d79ebbfb6: Preparing [2020-11-19T10:55:56.395Z] 3e7dc55cab04: Preparing [2020-11-19T10:55:56.395Z] b2e85fd0898f: Preparing [2020-11-19T10:55:56.395Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:56.395Z] 3a47579f0cd1: Waiting [2020-11-19T10:55:56.395Z] cd6d79ebbfb6: Waiting [2020-11-19T10:55:56.395Z] 3e7dc55cab04: Waiting [2020-11-19T10:55:56.395Z] cd3761cfa1d9: Waiting [2020-11-19T10:55:56.395Z] b2e85fd0898f: Waiting [2020-11-19T10:55:56.395Z] bcf673ed12ea: Waiting [2020-11-19T10:55:56.395Z] 52543ddb2901: Waiting [2020-11-19T10:55:56.395Z] 5f80e01d3fa5: Waiting [2020-11-19T10:55:56.395Z] 9f553b275599: Waiting [2020-11-19T10:55:56.395Z] ce5b155b73fb: Layer already exists [2020-11-19T10:55:56.395Z] 7f7524935b5c: Layer already exists [2020-11-19T10:55:56.395Z] e16f2afd2d3d: Layer already exists [2020-11-19T10:55:56.395Z] 7fc7eba2e408: Layer already exists [2020-11-19T10:55:56.395Z] 3c556f93a747: Layer already exists [2020-11-19T10:55:56.665Z] bcf673ed12ea: Layer already exists [2020-11-19T10:55:56.665Z] 5f80e01d3fa5: Layer already exists [2020-11-19T10:55:56.665Z] 9f553b275599: Layer already exists [2020-11-19T10:55:56.665Z] 52543ddb2901: Layer already exists [2020-11-19T10:55:56.665Z] 3a47579f0cd1: Layer already exists [2020-11-19T10:55:56.665Z] 3e7dc55cab04: Layer already exists [2020-11-19T10:55:56.665Z] cd6d79ebbfb6: Layer already exists [2020-11-19T10:55:56.665Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:56.665Z] b2e85fd0898f: Layer already exists [2020-11-19T10:55:56.665Z] 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:1e3cb9bb3f41db2f6c9d4e325a254bc6a4f423376296637b9c159237d19a5164 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:57.000Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:55:57.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-11-19T10:55:57.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-11-19T10:55:57.337Z] 7fc7eba2e408: Preparing [2020-11-19T10:55:57.337Z] 7f7524935b5c: Preparing [2020-11-19T10:55:57.337Z] 3c556f93a747: Preparing [2020-11-19T10:55:57.337Z] ce5b155b73fb: Preparing [2020-11-19T10:55:57.337Z] e16f2afd2d3d: Preparing [2020-11-19T10:55:57.337Z] bcf673ed12ea: Preparing [2020-11-19T10:55:57.337Z] 5f80e01d3fa5: Preparing [2020-11-19T10:55:57.337Z] 52543ddb2901: Preparing [2020-11-19T10:55:57.337Z] 9f553b275599: Preparing [2020-11-19T10:55:57.337Z] 3a47579f0cd1: Preparing [2020-11-19T10:55:57.337Z] cd6d79ebbfb6: Preparing [2020-11-19T10:55:57.337Z] 3e7dc55cab04: Preparing [2020-11-19T10:55:57.337Z] b2e85fd0898f: Preparing [2020-11-19T10:55:57.337Z] cd3761cfa1d9: Preparing [2020-11-19T10:55:57.337Z] 3a47579f0cd1: Waiting [2020-11-19T10:55:57.337Z] cd6d79ebbfb6: Waiting [2020-11-19T10:55:57.337Z] 3e7dc55cab04: Waiting [2020-11-19T10:55:57.337Z] bcf673ed12ea: Waiting [2020-11-19T10:55:57.337Z] b2e85fd0898f: Waiting [2020-11-19T10:55:57.337Z] cd3761cfa1d9: Waiting [2020-11-19T10:55:57.337Z] 5f80e01d3fa5: Waiting [2020-11-19T10:55:57.337Z] 52543ddb2901: Waiting [2020-11-19T10:55:57.337Z] 9f553b275599: Waiting [2020-11-19T10:55:57.337Z] 7f7524935b5c: Layer already exists [2020-11-19T10:55:57.337Z] 7fc7eba2e408: Layer already exists [2020-11-19T10:55:57.337Z] 3c556f93a747: Layer already exists [2020-11-19T10:55:57.337Z] ce5b155b73fb: Layer already exists [2020-11-19T10:55:57.337Z] e16f2afd2d3d: Layer already exists [2020-11-19T10:55:57.607Z] bcf673ed12ea: Layer already exists [2020-11-19T10:55:57.607Z] 52543ddb2901: Layer already exists [2020-11-19T10:55:57.607Z] 9f553b275599: Layer already exists [2020-11-19T10:55:57.607Z] 5f80e01d3fa5: Layer already exists [2020-11-19T10:55:57.607Z] 3a47579f0cd1: Layer already exists [2020-11-19T10:55:57.607Z] cd6d79ebbfb6: Layer already exists [2020-11-19T10:55:57.607Z] 3e7dc55cab04: Layer already exists [2020-11-19T10:55:57.607Z] b2e85fd0898f: Layer already exists [2020-11-19T10:55:57.607Z] cd3761cfa1d9: Layer already exists [2020-11-19T10:55:57.607Z] master: digest: sha256:1e3cb9bb3f41db2f6c9d4e325a254bc6a4f423376296637b9c159237d19a5164 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-19T10:55:57.802Z] ===================================================== [Pipeline] echo [2020-11-19T10:55:57.855Z] taggedImages: [2020-11-19T10:55:57.855Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [2020-11-19T10:55:57.855Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.2 [2020-11-19T10:55:57.855Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [2020-11-19T10:55:57.855Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-19T10:55:59.418Z] provisioning config files... [2020-11-19T10:55:59.429Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/226@tmp/config7266241244931863620tmp [Pipeline] { [Pipeline] sh [2020-11-19T10:55:59.809Z] + set +x [2020-11-19T10:55:59.809Z] + curl -s https://codecov.io/bash [2020-11-19T10:55:59.809Z] + bash -s -- [2020-11-19T10:56:00.071Z] [2020-11-19T10:56:00.071Z] _____ _ [2020-11-19T10:56:00.071Z] / ____| | | [2020-11-19T10:56:00.071Z] | | ___ __| | ___ ___ _____ __ [2020-11-19T10:56:00.071Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-19T10:56:00.071Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-19T10:56:00.071Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-19T10:56:00.071Z] Bash-20201116-eea08d9 [2020-11-19T10:56:00.071Z] [2020-11-19T10:56:00.071Z] [2020-11-19T10:56:00.071Z] ==> Jenkins CI detected. [2020-11-19T10:56:00.071Z] project root: . [2020-11-19T10:56:00.071Z] --> token set from env [2020-11-19T10:56:00.333Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-19T10:56:00.333Z] ==> Running gcov in . (disable via -X gcov) [2020-11-19T10:56:00.333Z] ==> Python coveragepy not found [2020-11-19T10:56:00.333Z] ==> Searching for coverage reports in: [2020-11-19T10:56:00.333Z] + . [2020-11-19T10:56:00.333Z] -> Found 1 reports [2020-11-19T10:56:00.333Z] ==> Detecting git/mercurial file structure [2020-11-19T10:56:00.333Z] ==> Reading reports [2020-11-19T10:56:00.333Z] + ./coverage.out bytes=545934 [2020-11-19T10:56:00.333Z] ==> Appending adjustments [2020-11-19T10:56:00.333Z] https://docs.codecov.io/docs/fixing-reports [2020-11-19T10:56:03.654Z] + Found adjustments [2020-11-19T10:56:03.654Z] ==> Gzipping contents [2020-11-19T10:56:03.654Z] ==> Uploading reports [2020-11-19T10:56:03.654Z] url: https://codecov.io [2020-11-19T10:56:03.654Z] query: branch=master&commit=1173b5c0fef1e23ce166a3d737bdaa79f4a94570&build=226&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F226%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-19T10:56:03.654Z] -> Pinging Codecov [2020-11-19T10:56:03.654Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=1173b5c0fef1e23ce166a3d737bdaa79f4a94570&build=226&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F226%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-19T10:56:04.600Z] -> Uploading to [2020-11-19T10:56:04.600Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-19/00271124DB129430A58F1EEE437C3FCB/1173b5c0fef1e23ce166a3d737bdaa79f4a94570/3ece7812-7451-40a3-ab7f-80a7b1d32b29.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T105604Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66d46976ecce368e5db745f64aa70e66d99cd1b510f33f1cdf13e9b1c3da9835 [2020-11-19T10:56:04.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:56:04.600Z] Dload Upload Total Spent Left Speed [2020-11-19T10:56:05.175Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85604 0 0 100 85604 0 154k --:--:-- --:--:-- --:--:-- 154k 100 85604 0 0 100 85604 0 154k --:--:-- --:--:-- --:--:-- 154k [2020-11-19T10:56:05.175Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] } [2020-11-19T10:56:05.185Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-11-19T10:56:06.182Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-19T10:56:06.272Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:56:06.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:56:06.624Z] [2020-11-19T10:56:06.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:56:06.986Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:56:06.986Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-19T10:56:06.986Z] 188c0c94c7c5: Already exists [2020-11-19T10:56:06.986Z] 0ef7d3d256c8: Pulling fs layer [2020-11-19T10:56:06.986Z] de9db76c5a1d: Pulling fs layer [2020-11-19T10:56:06.986Z] 0eba1c9be4d2: Pulling fs layer [2020-11-19T10:56:06.986Z] 0d57e429df01: Pulling fs layer [2020-11-19T10:56:06.986Z] 4e4be7b47b0d: Pulling fs layer [2020-11-19T10:56:06.986Z] e1f770b5df2f: Pulling fs layer [2020-11-19T10:56:06.986Z] 85a0685a4137: Pulling fs layer [2020-11-19T10:56:06.986Z] 0d57e429df01: Waiting [2020-11-19T10:56:06.986Z] 4e4be7b47b0d: Waiting [2020-11-19T10:56:06.986Z] e1f770b5df2f: Waiting [2020-11-19T10:56:06.986Z] 85a0685a4137: Waiting [2020-11-19T10:56:06.986Z] de9db76c5a1d: Verifying Checksum [2020-11-19T10:56:06.986Z] de9db76c5a1d: Download complete [2020-11-19T10:56:06.986Z] 0ef7d3d256c8: Download complete [2020-11-19T10:56:06.986Z] 0d57e429df01: Verifying Checksum [2020-11-19T10:56:06.986Z] 0d57e429df01: Download complete [2020-11-19T10:56:06.986Z] 4e4be7b47b0d: Verifying Checksum [2020-11-19T10:56:06.986Z] 4e4be7b47b0d: Download complete [2020-11-19T10:56:07.248Z] 0ef7d3d256c8: Pull complete [2020-11-19T10:56:07.510Z] de9db76c5a1d: Pull complete [2020-11-19T10:56:09.431Z] e1f770b5df2f: Verifying Checksum [2020-11-19T10:56:09.431Z] e1f770b5df2f: Download complete [2020-11-19T10:56:10.829Z] 0eba1c9be4d2: Verifying Checksum [2020-11-19T10:56:10.829Z] 0eba1c9be4d2: Download complete [2020-11-19T10:56:11.784Z] 85a0685a4137: Verifying Checksum [2020-11-19T10:56:11.784Z] 85a0685a4137: Download complete [2020-11-19T10:56:18.414Z] 0eba1c9be4d2: Pull complete [2020-11-19T10:56:18.414Z] 0d57e429df01: Pull complete [2020-11-19T10:56:18.414Z] 4e4be7b47b0d: Pull complete [2020-11-19T10:56:21.732Z] e1f770b5df2f: Pull complete [2020-11-19T10:56:31.769Z] 85a0685a4137: Pull complete [2020-11-19T10:56:31.769Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-19T10:56:31.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:56:31.769Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-19T10:56:32.006Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:56:32.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:56:33.251Z] $ docker top 6acc6e1bf4ae095608a4236ff1ab6a29cc3adb51668d14649b2d005e81ca995c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-19T10:56:33.469Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-19T10:56:33.759Z] + set -o pipefail [2020-11-19T10:56:33.759Z] + snyk monitor '--org=edgex-jenkins' [2020-11-19T10:56:41.923Z] [2020-11-19T10:56:41.923Z] Monitoring /w/workspace/edgex-go/226 (github.com/edgexfoundry/edgex-go)... [2020-11-19T10:56:41.923Z] [2020-11-19T10:56:41.923Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/47e32598-c1ec-46ab-a325-ce7f66787445 [2020-11-19T10:56:41.923Z] [2020-11-19T10:56:41.923Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-19T10:56:41.923Z] [2020-11-19T10:56:41.923Z] [2020-11-19T10:56:41.923Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-19T10:56:41.923Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-19T10:56:41.943Z] $ docker stop --time=1 6acc6e1bf4ae095608a4236ff1ab6a29cc3adb51668d14649b2d005e81ca995c [2020-11-19T10:56:45.083Z] $ docker rm -f 6acc6e1bf4ae095608a4236ff1ab6a29cc3adb51668d14649b2d005e81ca995c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-19T10:56:46.426Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-11-19T10:56:46.429Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:56:46.725Z] + set -o pipefail [2020-11-19T10:56:46.725Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:56:46.725Z] + tee .snyk [2020-11-19T10:56:46.987Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:56:46.987Z] version: v1.14.1 [2020-11-19T10:56:46.987Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:56:46.987Z] ignore: [2020-11-19T10:56:46.987Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:56:46.987Z] - '*': [2020-11-19T10:56:46.987Z] reason: does not apply # justification for ignoring [2020-11-19T10:56:46.987Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:56:46.987Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:56:46.987Z] - '*': [2020-11-19T10:56:46.987Z] reason: false positive [2020-11-19T10:56:46.987Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:56:46.987Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:56:47.095Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:56:47.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:56:47.443Z] . [Pipeline] withDockerContainer [2020-11-19T10:56:47.550Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:56:47.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:56:48.579Z] $ docker top e3af670052722a9c18802074b0c7f0e41ace10828b285407995d39a81b672abb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:56:49.079Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:56:49.091Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:56:49.379Z] + set -o pipefail [2020-11-19T10:56:49.379Z] + snyk-to-html -o snykReport.html [2020-11-19T10:56:49.379Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:56:59.422Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:56:59.444Z] $ docker stop --time=1 e3af670052722a9c18802074b0c7f0e41ace10828b285407995d39a81b672abb [2020-11-19T10:57:01.054Z] $ docker rm -f e3af670052722a9c18802074b0c7f0e41ace10828b285407995d39a81b672abb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:57:01.462Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-11-19T10:57:01.465Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:57:01.765Z] + set -o pipefail [2020-11-19T10:57:01.765Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:57:01.765Z] + tee .snyk [2020-11-19T10:57:02.029Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:57:02.029Z] version: v1.14.1 [2020-11-19T10:57:02.029Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:57:02.029Z] ignore: [2020-11-19T10:57:02.029Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:57:02.029Z] - '*': [2020-11-19T10:57:02.029Z] reason: does not apply # justification for ignoring [2020-11-19T10:57:02.029Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:57:02.029Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:57:02.029Z] - '*': [2020-11-19T10:57:02.029Z] reason: false positive [2020-11-19T10:57:02.029Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:57:02.029Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:57:02.139Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:57:02.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:57:02.507Z] . [Pipeline] withDockerContainer [2020-11-19T10:57:02.647Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:57:02.700Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:57:03.580Z] $ docker top 58d3b208b575ddac0e2341f870e07a8c36a77c141b6578948e8895232e88bc8b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:57:04.082Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:57:04.094Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:57:04.390Z] + set -o pipefail [2020-11-19T10:57:04.390Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:57:04.390Z] + snyk-to-html -o snykReport.html [2020-11-19T10:57:11.011Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:57:11.032Z] $ docker stop --time=1 58d3b208b575ddac0e2341f870e07a8c36a77c141b6578948e8895232e88bc8b [2020-11-19T10:57:12.537Z] $ docker rm -f 58d3b208b575ddac0e2341f870e07a8c36a77c141b6578948e8895232e88bc8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:57:12.844Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-11-19T10:57:12.847Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:57:13.140Z] + set -o pipefail [2020-11-19T10:57:13.140Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:57:13.140Z] + tee .snyk [2020-11-19T10:57:13.140Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:57:13.140Z] version: v1.14.1 [2020-11-19T10:57:13.140Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:57:13.140Z] ignore: [2020-11-19T10:57:13.140Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:57:13.140Z] - '*': [2020-11-19T10:57:13.140Z] reason: does not apply # justification for ignoring [2020-11-19T10:57:13.140Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:57:13.140Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:57:13.140Z] - '*': [2020-11-19T10:57:13.140Z] reason: false positive [2020-11-19T10:57:13.140Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:57:13.140Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:57:14.257Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:57:14.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:57:14.600Z] . [Pipeline] withDockerContainer [2020-11-19T10:57:14.716Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:57:14.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:57:15.708Z] $ docker top 3972bbb426e1d2f712fa7a1a16417b179f995749814c443985946abec8b08f2b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:57:16.235Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:57:16.247Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:57:16.542Z] + set -o pipefail [2020-11-19T10:57:16.542Z] + snyk-to-html -o snykReport.html [2020-11-19T10:57:16.542Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:57:26.572Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:57:26.593Z] $ docker stop --time=1 3972bbb426e1d2f712fa7a1a16417b179f995749814c443985946abec8b08f2b [2020-11-19T10:57:28.191Z] $ docker rm -f 3972bbb426e1d2f712fa7a1a16417b179f995749814c443985946abec8b08f2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:57:28.557Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-11-19T10:57:28.560Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:57:28.854Z] + set -o pipefail [2020-11-19T10:57:28.854Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:57:28.854Z] + tee .snyk [2020-11-19T10:57:29.118Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:57:29.118Z] version: v1.14.1 [2020-11-19T10:57:29.118Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:57:29.118Z] ignore: [2020-11-19T10:57:29.118Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:57:29.118Z] - '*': [2020-11-19T10:57:29.118Z] reason: does not apply # justification for ignoring [2020-11-19T10:57:29.118Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:57:29.118Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:57:29.118Z] - '*': [2020-11-19T10:57:29.118Z] reason: false positive [2020-11-19T10:57:29.118Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:57:29.118Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:57:29.235Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:57:29.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:57:29.588Z] . [Pipeline] withDockerContainer [2020-11-19T10:57:29.702Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:57:29.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:57:30.529Z] $ docker top eb55d39ea0fc9345868e436ec3f66e1104ecfac9d005ebd8159174d403782485 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:57:31.053Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:57:31.065Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:57:31.356Z] + set -o pipefail [2020-11-19T10:57:31.356Z] + snyk-to-html -o snykReport.html [2020-11-19T10:57:31.356Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:57:39.538Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:57:39.560Z] $ docker stop --time=1 eb55d39ea0fc9345868e436ec3f66e1104ecfac9d005ebd8159174d403782485 [2020-11-19T10:57:41.066Z] $ docker rm -f eb55d39ea0fc9345868e436ec3f66e1104ecfac9d005ebd8159174d403782485 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:57:41.452Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-11-19T10:57:41.455Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:57:41.795Z] + set -o pipefail [2020-11-19T10:57:41.795Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:57:41.795Z] + tee .snyk [2020-11-19T10:57:41.795Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:57:41.795Z] version: v1.14.1 [2020-11-19T10:57:41.795Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:57:41.795Z] ignore: [2020-11-19T10:57:41.795Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:57:41.795Z] - '*': [2020-11-19T10:57:41.795Z] reason: does not apply # justification for ignoring [2020-11-19T10:57:41.795Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:57:41.795Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:57:41.795Z] - '*': [2020-11-19T10:57:41.795Z] reason: false positive [2020-11-19T10:57:41.795Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:57:41.795Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:57:41.899Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:57:42.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:57:42.242Z] . [Pipeline] withDockerContainer [2020-11-19T10:57:42.359Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:57:42.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:57:43.241Z] $ docker top 70c7ae5f071251cfc26e0b2b649d68f5cf6da28bc942dbf5191f6d55fa1ef2fd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:57:43.791Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:57:43.805Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:57:44.100Z] + set -o pipefail [2020-11-19T10:57:44.101Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:57:44.101Z] + snyk-to-html -o snykReport.html [2020-11-19T10:57:52.265Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:57:52.284Z] $ docker stop --time=1 70c7ae5f071251cfc26e0b2b649d68f5cf6da28bc942dbf5191f6d55fa1ef2fd [2020-11-19T10:57:53.760Z] $ docker rm -f 70c7ae5f071251cfc26e0b2b649d68f5cf6da28bc942dbf5191f6d55fa1ef2fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:57:54.114Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-11-19T10:57:54.116Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:57:54.408Z] + set -o pipefail [2020-11-19T10:57:54.408Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:57:54.408Z] + tee .snyk [2020-11-19T10:57:54.408Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:57:54.408Z] version: v1.14.1 [2020-11-19T10:57:54.408Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:57:54.408Z] ignore: [2020-11-19T10:57:54.408Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:57:54.408Z] - '*': [2020-11-19T10:57:54.408Z] reason: does not apply # justification for ignoring [2020-11-19T10:57:54.408Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:57:54.408Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:57:54.408Z] - '*': [2020-11-19T10:57:54.408Z] reason: false positive [2020-11-19T10:57:54.408Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:57:54.408Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:57:54.536Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:57:54.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:57:54.889Z] . [Pipeline] withDockerContainer [2020-11-19T10:57:54.999Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:57:55.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:57:55.915Z] $ docker top 41a81ddceb6d7aa70fadfd4d291baac98c15be9cbda172e7101b3a22d6948eb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:57:56.490Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:57:56.501Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:57:56.796Z] + set -o pipefail [2020-11-19T10:57:56.797Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:57:56.797Z] + snyk-to-html -o snykReport.html [2020-11-19T10:58:02.130Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:58:02.151Z] $ docker stop --time=1 41a81ddceb6d7aa70fadfd4d291baac98c15be9cbda172e7101b3a22d6948eb8 [2020-11-19T10:58:03.649Z] $ docker rm -f 41a81ddceb6d7aa70fadfd4d291baac98c15be9cbda172e7101b3a22d6948eb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:58:03.996Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-11-19T10:58:04.000Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:58:04.293Z] + set -o pipefail [2020-11-19T10:58:04.293Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:58:04.293Z] + tee .snyk [2020-11-19T10:58:04.293Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:58:04.293Z] version: v1.14.1 [2020-11-19T10:58:04.293Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:58:04.293Z] ignore: [2020-11-19T10:58:04.293Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:58:04.293Z] - '*': [2020-11-19T10:58:04.293Z] reason: does not apply # justification for ignoring [2020-11-19T10:58:04.293Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:58:04.293Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:58:04.293Z] - '*': [2020-11-19T10:58:04.293Z] reason: false positive [2020-11-19T10:58:04.293Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:58:04.293Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:58:04.389Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:58:04.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:58:04.765Z] . [Pipeline] withDockerContainer [2020-11-19T10:58:04.878Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:58:04.931Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:58:05.675Z] $ docker top b91078f037374bd7ae29b28c8df3d850c11631e9ed39267b049c8837ff4c4573 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:58:06.223Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:58:06.235Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:58:06.524Z] + set -o pipefail [2020-11-19T10:58:06.524Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:58:06.524Z] + snyk-to-html -o snykReport.html [2020-11-19T10:58:13.142Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:58:13.161Z] $ docker stop --time=1 b91078f037374bd7ae29b28c8df3d850c11631e9ed39267b049c8837ff4c4573 [2020-11-19T10:58:14.599Z] $ docker rm -f b91078f037374bd7ae29b28c8df3d850c11631e9ed39267b049c8837ff4c4573 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:58:14.910Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo [2020-11-19T10:58:14.914Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:58:15.206Z] + set -o pipefail [2020-11-19T10:58:15.206Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:58:15.206Z] + tee .snyk [2020-11-19T10:58:15.206Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:58:15.206Z] version: v1.14.1 [2020-11-19T10:58:15.206Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:58:15.206Z] ignore: [2020-11-19T10:58:15.206Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:58:15.206Z] - '*': [2020-11-19T10:58:15.206Z] reason: does not apply # justification for ignoring [2020-11-19T10:58:15.206Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:58:15.206Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:58:15.206Z] - '*': [2020-11-19T10:58:15.206Z] reason: false positive [2020-11-19T10:58:15.206Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:58:15.206Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:58:15.405Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:58:15.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:58:15.872Z] . [Pipeline] withDockerContainer [2020-11-19T10:58:15.995Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:58:16.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:58:16.778Z] $ docker top 1624b41dbd9de15655db4205da851122c920c6abed9d02d6ceae7c93a5f31bd9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:58:17.292Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:58:17.304Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:58:17.596Z] + set -o pipefail [2020-11-19T10:58:17.596Z] + + snyk-to-htmlsnyk -o snykReport.html [2020-11-19T10:58:17.596Z] test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:58:27.631Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:58:27.654Z] $ docker stop --time=1 1624b41dbd9de15655db4205da851122c920c6abed9d02d6ceae7c93a5f31bd9 [2020-11-19T10:58:29.230Z] $ docker rm -f 1624b41dbd9de15655db4205da851122c920c6abed9d02d6ceae7c93a5f31bd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:58:29.544Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-11-19T10:58:29.547Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:58:29.842Z] + set -o pipefail [2020-11-19T10:58:29.842Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:58:29.842Z] + tee .snyk [2020-11-19T10:58:29.842Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:58:29.842Z] version: v1.14.1 [2020-11-19T10:58:29.842Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:58:29.842Z] ignore: [2020-11-19T10:58:29.842Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:58:29.842Z] - '*': [2020-11-19T10:58:29.842Z] reason: does not apply # justification for ignoring [2020-11-19T10:58:29.842Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:58:29.842Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:58:29.842Z] - '*': [2020-11-19T10:58:29.842Z] reason: false positive [2020-11-19T10:58:29.842Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:58:29.842Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:58:29.960Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:58:30.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:58:30.306Z] . [Pipeline] withDockerContainer [2020-11-19T10:58:30.415Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:58:30.469Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:58:31.307Z] $ docker top 2471123ad253acbbe711c564dce09968dafa78ba349da81f832d1f67a4d2d824 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:58:31.832Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:58:31.843Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:58:32.139Z] + set -o pipefail [2020-11-19T10:58:32.139Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:58:32.139Z] + snyk-to-html -o snykReport.html [2020-11-19T10:58:42.174Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:58:42.196Z] $ docker stop --time=1 2471123ad253acbbe711c564dce09968dafa78ba349da81f832d1f67a4d2d824 [2020-11-19T10:58:43.764Z] $ docker rm -f 2471123ad253acbbe711c564dce09968dafa78ba349da81f832d1f67a4d2d824 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:58:44.094Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-11-19T10:58:44.097Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:58:44.393Z] + set -o pipefail [2020-11-19T10:58:44.393Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:58:44.393Z] + tee .snyk [2020-11-19T10:58:44.393Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:58:44.393Z] version: v1.14.1 [2020-11-19T10:58:44.393Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:58:44.393Z] ignore: [2020-11-19T10:58:44.393Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:58:44.393Z] - '*': [2020-11-19T10:58:44.393Z] reason: does not apply # justification for ignoring [2020-11-19T10:58:44.393Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:58:44.393Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:58:44.393Z] - '*': [2020-11-19T10:58:44.393Z] reason: false positive [2020-11-19T10:58:44.393Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:58:44.393Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:58:44.500Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:58:44.850Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:58:44.850Z] . [Pipeline] withDockerContainer [2020-11-19T10:58:44.959Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:58:45.012Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:58:45.998Z] $ docker top 8d615c3c8bed31538516ba4ae42c29327ff233668994915e25750469a569c445 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:58:46.521Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:58:46.534Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:58:46.823Z] + set -o pipefail [2020-11-19T10:58:46.823Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:58:46.823Z] + snyk-to-html -o snykReport.html [2020-11-19T10:58:56.860Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:58:56.881Z] $ docker stop --time=1 8d615c3c8bed31538516ba4ae42c29327ff233668994915e25750469a569c445 [2020-11-19T10:58:58.412Z] $ docker rm -f 8d615c3c8bed31538516ba4ae42c29327ff233668994915e25750469a569c445 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-19T10:58:58.736Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-19T10:58:58.739Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-19T10:58:59.037Z] + set -o pipefail [2020-11-19T10:58:59.037Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-19T10:58:59.037Z] + tee .snyk [2020-11-19T10:58:59.037Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-19T10:58:59.037Z] version: v1.14.1 [2020-11-19T10:58:59.037Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-19T10:58:59.037Z] ignore: [2020-11-19T10:58:59.037Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-19T10:58:59.037Z] - '*': [2020-11-19T10:58:59.037Z] reason: does not apply # justification for ignoring [2020-11-19T10:58:59.037Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-19T10:58:59.037Z] SNYK-ALPINE312-JQ-588886: [2020-11-19T10:58:59.037Z] - '*': [2020-11-19T10:58:59.037Z] reason: false positive [2020-11-19T10:58:59.037Z] expires: 2021-01-01T00:00:00 [2020-11-19T10:58:59.037Z] # patch: {} [Pipeline] withCredentials [2020-11-19T10:58:59.134Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:58:59.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-19T10:58:59.477Z] . [Pipeline] withDockerContainer [2020-11-19T10:58:59.585Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:58:59.638Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-19T10:59:00.337Z] $ docker top 57406efd258e853959a03d3cab8edca3bf2e60865079264513eba1f9a55c24a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T10:59:00.860Z] + rm -f snykReport.html [Pipeline] echo [2020-11-19T10:59:00.902Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-19T10:59:01.280Z] + set -o pipefail [2020-11-19T10:59:01.281Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-19T10:59:01.281Z] + snyk-to-html -o snykReport.html [2020-11-19T10:59:07.955Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-19T10:59:07.978Z] $ docker stop --time=1 57406efd258e853959a03d3cab8edca3bf2e60865079264513eba1f9a55c24a8 [2020-11-19T10:59:09.448Z] $ docker rm -f 57406efd258e853959a03d3cab8edca3bf2e60865079264513eba1f9a55c24a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-11-19T10:59:10.324Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T10:59:10.395Z] provisioning config files... [2020-11-19T10:59:10.408Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/226@tmp/config5183976465867653528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-19T10:59:10.787Z] --> edgex-publish-swagger.sh [2020-11-19T10:59:10.787Z] === Publish openapi/v1 API === [2020-11-19T10:59:10.787Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-11-19T10:59:10.787Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-19T10:59:10.787Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:10.787Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:11.994Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9020 0:00:01 0:00:01 --:--:-- 9030 [2020-11-19T10:59:11.994Z] [2020-11-19T10:59:11.994Z] [2020-11-19T10:59:11.994Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-19T10:59:11.994Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:11.994Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:12.940Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31762 0:00:01 0:00:01 --:--:-- 31761 100 32556 0 0 100 32556 0 31756 0:00:01 0:00:01 --:--:-- 31761 [2020-11-19T10:59:12.940Z] [2020-11-19T10:59:12.940Z] [2020-11-19T10:59:12.940Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-19T10:59:12.940Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:12.940Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:14.338Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 63932 0:00:01 0:00:01 --:--:-- 63993 100 73720 0 0 100 73720 0 63922 0:00:01 0:00:01 --:--:-- 63937 [2020-11-19T10:59:14.338Z] [2020-11-19T10:59:14.338Z] [2020-11-19T10:59:14.338Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-19T10:59:14.338Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:14.338Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:15.283Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12764 0:00:01 0:00:01 --:--:-- 12775 100 13580 0 0 100 13580 0 12761 0:00:01 0:00:01 --:--:-- 12775 [2020-11-19T10:59:15.283Z] [2020-11-19T10:59:15.283Z] [2020-11-19T10:59:15.283Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-19T10:59:15.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:15.283Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:16.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32529 0:00:01 0:00:01 --:--:-- 32543 100 38889 0 0 100 38889 0 32524 0:00:01 0:00:01 --:--:-- 32543 [2020-11-19T10:59:16.230Z] [2020-11-19T10:59:16.230Z] [2020-11-19T10:59:16.230Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-19T10:59:16.493Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:16.493Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:17.439Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13168 0:00:01 0:00:01 --:--:-- 13180 100 14248 0 0 100 14248 0 13166 0:00:01 0:00:01 --:--:-- 13180 [2020-11-19T10:59:17.439Z] [2020-11-19T10:59:17.439Z] [2020-11-19T10:59:17.439Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-19T10:59:17.439Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:17.439Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:18.828Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3406 0:00:01 0:00:01 --:--:-- 3407 100 4109 0 0 100 4109 0 2918 0:00:01 0:00:01 --:--:-- 2920 [2020-11-19T10:59:18.828Z] [2020-11-19T10:59:18.828Z] [2020-11-19T10:59:18.828Z] === Publish openapi/v2 API === [2020-11-19T10:59:18.828Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-11-19T10:59:18.829Z] [publishToSwagger] Publishing API Name [core-command] [2020-11-19T10:59:18.829Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:18.829Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:20.216Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25769 0:00:01 0:00:01 --:--:-- 25794 100 29535 0 0 100 29535 0 25765 0:00:01 0:00:01 --:--:-- 25772 [2020-11-19T10:59:20.216Z] [2020-11-19T10:59:20.216Z] [2020-11-19T10:59:20.216Z] [publishToSwagger] Publishing API Name [core-data] [2020-11-19T10:59:20.216Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:20.216Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:21.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65640 0 0 100 65640 0 59924 0:00:01 0:00:01 --:--:-- 59945 100 65640 0 0 100 65640 0 59913 0:00:01 0:00:01 --:--:-- 59945 [2020-11-19T10:59:21.159Z] [2020-11-19T10:59:21.159Z] [2020-11-19T10:59:21.159Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-11-19T10:59:21.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:21.159Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:22.548Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 119k 0 0 100 119k 0 96129 0:00:01 0:00:01 --:--:-- 96204 [2020-11-19T10:59:22.548Z] [2020-11-19T10:59:22.548Z] [2020-11-19T10:59:22.548Z] [publishToSwagger] Publishing API Name [support-logging] [2020-11-19T10:59:22.548Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:22.548Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:23.493Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20571 0:00:01 0:00:01 --:--:-- 20582 100 23691 0 0 100 23691 0 20566 0:00:01 0:00:01 --:--:-- 20582 [2020-11-19T10:59:23.493Z] [2020-11-19T10:59:23.493Z] [2020-11-19T10:59:23.493Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-11-19T10:59:23.493Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:23.493Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:24.889Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52913 0:00:01 0:00:01 --:--:-- 52948 100 62691 0 0 100 62691 0 52904 0:00:01 0:00:01 --:--:-- 52948 [2020-11-19T10:59:24.889Z] [2020-11-19T10:59:24.889Z] [2020-11-19T10:59:24.889Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-11-19T10:59:24.889Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:24.889Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:25.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 42209 0:00:01 0:00:01 --:--:-- 42189 100 46198 0 0 100 46198 0 42202 0:00:01 0:00:01 --:--:-- 42189 [2020-11-19T10:59:25.834Z] [2020-11-19T10:59:25.834Z] [2020-11-19T10:59:25.834Z] [publishToSwagger] Publishing API Name [system-agent] [2020-11-19T10:59:25.834Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-19T10:59:25.835Z] Dload Upload Total Spent Left Speed [2020-11-19T10:59:27.235Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21945 0:00:01 0:00:01 --:--:-- 21967 100 23725 0 0 100 23725 0 21941 0:00:01 0:00:01 --:--:-- 21947 [2020-11-19T10:59:27.235Z] [2020-11-19T10:59:27.235Z] [Pipeline] } [2020-11-19T10:59:27.245Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:59:28.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T10:59:28.101Z] . [Pipeline] withDockerContainer [2020-11-19T10:59:28.210Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:59:28.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T10:59:29.119Z] $ docker top 2f3c98b0241c96c63ca705220b418f6ba4b2e437173fca92b811d62d626455e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T10:59:29.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T10:59:29.458Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T10:59:29.703Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T10:59:29.710Z] $ docker exec 2f3c98b0241c96c63ca705220b418f6ba4b2e437173fca92b811d62d626455e8 ssh-agent [2020-11-19T10:59:29.897Z] SSH_AUTH_SOCK=/tmp/ssh-fM3vxajteEMq/agent.11 [2020-11-19T10:59:29.897Z] SSH_AGENT_PID=16 [2020-11-19T10:59:29.909Z] Running ssh-add (command line suppressed) [2020-11-19T10:59:30.049Z] Identity added: /w/workspace/edgex-go/226@tmp/private_key_2947726859119911971.key (/w/workspace/edgex-go/226@tmp/private_key_2947726859119911971.key) [2020-11-19T10:59:30.109Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T10:59:30.505Z] + git semver tag [2020-11-19T10:59:30.766Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T10:59:30.767Z] # $GIT_DIR = /w/workspace/edgex-go/226/.git [2020-11-19T10:59:30.767Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/226 [2020-11-19T10:59:30.767Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T10:59:30.767Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T10:59:30.767Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T10:59:30.767Z] # $SEMVER_BRANCH = master [2020-11-19T10:59:30.767Z] # $SEMVER_DIR = /w/workspace/edgex-go/226/.semver [2020-11-19T10:59:30.767Z] # 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 HEAD [2020-11-19T10:59:31.351Z] # -> Force: false [2020-11-19T10:59:31.351Z] # 981abfc9cf5002d6e4881e64268eadda9abb01b9 refs/tags/v1.3.1-dev.2 [Pipeline] } [2020-11-19T10:59:31.368Z] $ docker exec --env ******** --env ******** 2f3c98b0241c96c63ca705220b418f6ba4b2e437173fca92b811d62d626455e8 ssh-agent -k [2020-11-19T10:59:31.551Z] unset SSH_AUTH_SOCK; [2020-11-19T10:59:31.551Z] unset SSH_AGENT_PID; [2020-11-19T10:59:31.551Z] echo Agent pid 16 killed; [2020-11-19T10:59:31.632Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T10:59:32.109Z] + git semver [Pipeline] } [2020-11-19T10:59:32.137Z] $ docker stop --time=1 2f3c98b0241c96c63ca705220b418f6ba4b2e437173fca92b811d62d626455e8 [2020-11-19T10:59:33.570Z] $ docker rm -f 2f3c98b0241c96c63ca705220b418f6ba4b2e437173fca92b811d62d626455e8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:59:34.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T10:59:34.243Z] [2020-11-19T10:59:34.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-19T10:59:34.590Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T10:59:34.591Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-19T10:59:34.591Z] ab5ef0e58194: Pulling fs layer [2020-11-19T10:59:34.591Z] 9712f1f96733: Pulling fs layer [2020-11-19T10:59:34.591Z] 63f879dbbcfc: Pulling fs layer [2020-11-19T10:59:34.591Z] 0d9ebad4ef96: Pulling fs layer [2020-11-19T10:59:34.591Z] e9a5061849ea: Pulling fs layer [2020-11-19T10:59:34.591Z] d747dcd14b5f: Pulling fs layer [2020-11-19T10:59:34.591Z] 2de7ff778b66: Pulling fs layer [2020-11-19T10:59:34.591Z] 0d9ebad4ef96: Waiting [2020-11-19T10:59:34.591Z] e9a5061849ea: Waiting [2020-11-19T10:59:34.591Z] d747dcd14b5f: Waiting [2020-11-19T10:59:34.591Z] 2de7ff778b66: Waiting [2020-11-19T10:59:34.591Z] 9712f1f96733: Verifying Checksum [2020-11-19T10:59:34.591Z] 9712f1f96733: Download complete [2020-11-19T10:59:37.157Z] 63f879dbbcfc: Verifying Checksum [2020-11-19T10:59:37.157Z] 63f879dbbcfc: Download complete [2020-11-19T10:59:37.734Z] e9a5061849ea: Verifying Checksum [2020-11-19T10:59:37.734Z] e9a5061849ea: Download complete [2020-11-19T10:59:37.734Z] d747dcd14b5f: Verifying Checksum [2020-11-19T10:59:37.734Z] d747dcd14b5f: Download complete [2020-11-19T10:59:37.998Z] 2de7ff778b66: Verifying Checksum [2020-11-19T10:59:37.998Z] 2de7ff778b66: Download complete [2020-11-19T10:59:38.260Z] 0d9ebad4ef96: Verifying Checksum [2020-11-19T10:59:38.260Z] 0d9ebad4ef96: Download complete [2020-11-19T10:59:38.522Z] ab5ef0e58194: Verifying Checksum [2020-11-19T10:59:38.522Z] ab5ef0e58194: Download complete [2020-11-19T10:59:43.907Z] ab5ef0e58194: Pull complete [2020-11-19T10:59:43.907Z] 9712f1f96733: Pull complete [2020-11-19T10:59:46.471Z] 63f879dbbcfc: Pull complete [2020-11-19T10:59:53.080Z] 0d9ebad4ef96: Pull complete [2020-11-19T10:59:53.080Z] e9a5061849ea: Pull complete [2020-11-19T10:59:53.343Z] d747dcd14b5f: Pull complete [2020-11-19T10:59:57.562Z] 2de7ff778b66: Pull complete [2020-11-19T10:59:57.562Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-19T10:59:57.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-19T10:59:57.562Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-19T10:59:58.893Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T10:59:59.012Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-19T11:00:02.761Z] $ docker top 8f410a16f4e9263cdbaecad13b0a02bd4e28ed0601321bdb08b43ee530d3c579 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-19T11:00:03.080Z] provisioning config files... [2020-11-19T11:00:03.095Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/226@tmp/config6316909582885709705tmp [2020-11-19T11:00:03.115Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/226@tmp/config3629552262732371202tmp [2020-11-19T11:00:03.135Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/226@tmp/config984563473796359035tmp [Pipeline] { [Pipeline] echo [2020-11-19T11:00:03.209Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T11:00:03.525Z] ---> sigul-configuration.sh [2020-11-19T11:00:03.525Z] gpg: directory `/root/.gnupg' created [2020-11-19T11:00:03.525Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-19T11:00:03.525Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-19T11:00:03.525Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-19T11:00:03.525Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-19T11:00:03.525Z] gpg: CAST5 encrypted data [2020-11-19T11:00:03.787Z] gpg: encrypted with 1 passphrase [2020-11-19T11:00:03.787Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-19T11:00:04.086Z] + mkdir /home/jenkins [2020-11-19T11:00:04.087Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-19T11:00:04.386Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-11-19T11:00:04.397Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T11:00:04.701Z] ---> sigul-install.sh [2020-11-19T11:00:10.005Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-19T11:00:10.570Z] + git tag --list [2020-11-19T11:00:10.570Z] 0.6.0 [2020-11-19T11:00:10.570Z] 0.6.1 [2020-11-19T11:00:10.570Z] 0.7.0 [2020-11-19T11:00:10.570Z] 0.7.1 [2020-11-19T11:00:10.570Z] v1.0.0 [2020-11-19T11:00:10.570Z] v1.0.1 [2020-11-19T11:00:10.570Z] v1.1.0 [2020-11-19T11:00:10.570Z] v1.2.0 [2020-11-19T11:00:10.570Z] v1.2.1 [2020-11-19T11:00:10.570Z] v1.2.2-dev.1 [2020-11-19T11:00:10.570Z] v1.2.2-dev.10 [2020-11-19T11:00:10.570Z] v1.2.2-dev.100 [2020-11-19T11:00:10.570Z] v1.2.2-dev.101 [2020-11-19T11:00:10.570Z] v1.2.2-dev.102 [2020-11-19T11:00:10.570Z] v1.2.2-dev.103 [2020-11-19T11:00:10.570Z] v1.2.2-dev.104 [2020-11-19T11:00:10.570Z] v1.2.2-dev.105 [2020-11-19T11:00:10.570Z] v1.2.2-dev.106 [2020-11-19T11:00:10.570Z] v1.2.2-dev.107 [2020-11-19T11:00:10.570Z] v1.2.2-dev.11 [2020-11-19T11:00:10.570Z] v1.2.2-dev.12 [2020-11-19T11:00:10.570Z] v1.2.2-dev.13 [2020-11-19T11:00:10.570Z] v1.2.2-dev.14 [2020-11-19T11:00:10.570Z] v1.2.2-dev.15 [2020-11-19T11:00:10.570Z] v1.2.2-dev.16 [2020-11-19T11:00:10.570Z] v1.2.2-dev.17 [2020-11-19T11:00:10.570Z] v1.2.2-dev.18 [2020-11-19T11:00:10.570Z] v1.2.2-dev.19 [2020-11-19T11:00:10.570Z] v1.2.2-dev.2 [2020-11-19T11:00:10.570Z] v1.2.2-dev.20 [2020-11-19T11:00:10.570Z] v1.2.2-dev.21 [2020-11-19T11:00:10.570Z] v1.2.2-dev.22 [2020-11-19T11:00:10.570Z] v1.2.2-dev.23 [2020-11-19T11:00:10.570Z] v1.2.2-dev.24 [2020-11-19T11:00:10.570Z] v1.2.2-dev.25 [2020-11-19T11:00:10.570Z] v1.2.2-dev.26 [2020-11-19T11:00:10.570Z] v1.2.2-dev.27 [2020-11-19T11:00:10.570Z] v1.2.2-dev.28 [2020-11-19T11:00:10.570Z] v1.2.2-dev.29 [2020-11-19T11:00:10.570Z] v1.2.2-dev.3 [2020-11-19T11:00:10.570Z] v1.2.2-dev.30 [2020-11-19T11:00:10.570Z] v1.2.2-dev.31 [2020-11-19T11:00:10.570Z] v1.2.2-dev.32 [2020-11-19T11:00:10.570Z] v1.2.2-dev.33 [2020-11-19T11:00:10.570Z] v1.2.2-dev.34 [2020-11-19T11:00:10.570Z] v1.2.2-dev.35 [2020-11-19T11:00:10.570Z] v1.2.2-dev.36 [2020-11-19T11:00:10.570Z] v1.2.2-dev.37 [2020-11-19T11:00:10.570Z] v1.2.2-dev.38 [2020-11-19T11:00:10.570Z] v1.2.2-dev.39 [2020-11-19T11:00:10.570Z] v1.2.2-dev.4 [2020-11-19T11:00:10.570Z] v1.2.2-dev.40 [2020-11-19T11:00:10.570Z] v1.2.2-dev.41 [2020-11-19T11:00:10.570Z] v1.2.2-dev.42 [2020-11-19T11:00:10.570Z] v1.2.2-dev.43 [2020-11-19T11:00:10.570Z] v1.2.2-dev.44 [2020-11-19T11:00:10.570Z] v1.2.2-dev.45 [2020-11-19T11:00:10.570Z] v1.2.2-dev.46 [2020-11-19T11:00:10.570Z] v1.2.2-dev.47 [2020-11-19T11:00:10.570Z] v1.2.2-dev.48 [2020-11-19T11:00:10.570Z] v1.2.2-dev.49 [2020-11-19T11:00:10.570Z] v1.2.2-dev.5 [2020-11-19T11:00:10.570Z] v1.2.2-dev.50 [2020-11-19T11:00:10.570Z] v1.2.2-dev.51 [2020-11-19T11:00:10.570Z] v1.2.2-dev.52 [2020-11-19T11:00:10.570Z] v1.2.2-dev.53 [2020-11-19T11:00:10.570Z] v1.2.2-dev.54 [2020-11-19T11:00:10.570Z] v1.2.2-dev.55 [2020-11-19T11:00:10.570Z] v1.2.2-dev.56 [2020-11-19T11:00:10.570Z] v1.2.2-dev.57 [2020-11-19T11:00:10.570Z] v1.2.2-dev.58 [2020-11-19T11:00:10.570Z] v1.2.2-dev.59 [2020-11-19T11:00:10.570Z] v1.2.2-dev.6 [2020-11-19T11:00:10.570Z] v1.2.2-dev.60 [2020-11-19T11:00:10.570Z] v1.2.2-dev.61 [2020-11-19T11:00:10.570Z] v1.2.2-dev.62 [2020-11-19T11:00:10.570Z] v1.2.2-dev.63 [2020-11-19T11:00:10.570Z] v1.2.2-dev.64 [2020-11-19T11:00:10.570Z] v1.2.2-dev.65 [2020-11-19T11:00:10.570Z] v1.2.2-dev.66 [2020-11-19T11:00:10.570Z] v1.2.2-dev.67 [2020-11-19T11:00:10.570Z] v1.2.2-dev.68 [2020-11-19T11:00:10.570Z] v1.2.2-dev.69 [2020-11-19T11:00:10.570Z] v1.2.2-dev.7 [2020-11-19T11:00:10.570Z] v1.2.2-dev.70 [2020-11-19T11:00:10.570Z] v1.2.2-dev.71 [2020-11-19T11:00:10.570Z] v1.2.2-dev.72 [2020-11-19T11:00:10.570Z] v1.2.2-dev.73 [2020-11-19T11:00:10.570Z] v1.2.2-dev.74 [2020-11-19T11:00:10.570Z] v1.2.2-dev.75 [2020-11-19T11:00:10.570Z] v1.2.2-dev.76 [2020-11-19T11:00:10.570Z] v1.2.2-dev.77 [2020-11-19T11:00:10.570Z] v1.2.2-dev.78 [2020-11-19T11:00:10.570Z] v1.2.2-dev.79 [2020-11-19T11:00:10.570Z] v1.2.2-dev.8 [2020-11-19T11:00:10.570Z] v1.2.2-dev.80 [2020-11-19T11:00:10.570Z] v1.2.2-dev.81 [2020-11-19T11:00:10.570Z] v1.2.2-dev.82 [2020-11-19T11:00:10.570Z] v1.2.2-dev.83 [2020-11-19T11:00:10.570Z] v1.2.2-dev.84 [2020-11-19T11:00:10.570Z] v1.2.2-dev.85 [2020-11-19T11:00:10.570Z] v1.2.2-dev.86 [2020-11-19T11:00:10.570Z] v1.2.2-dev.87 [2020-11-19T11:00:10.570Z] v1.2.2-dev.88 [2020-11-19T11:00:10.570Z] v1.2.2-dev.89 [2020-11-19T11:00:10.570Z] v1.2.2-dev.9 [2020-11-19T11:00:10.570Z] v1.2.2-dev.90 [2020-11-19T11:00:10.570Z] v1.2.2-dev.91 [2020-11-19T11:00:10.570Z] v1.2.2-dev.92 [2020-11-19T11:00:10.570Z] v1.2.2-dev.93 [2020-11-19T11:00:10.570Z] v1.2.2-dev.94 [2020-11-19T11:00:10.570Z] v1.2.2-dev.95 [2020-11-19T11:00:10.570Z] v1.2.2-dev.96 [2020-11-19T11:00:10.570Z] v1.2.2-dev.97 [2020-11-19T11:00:10.570Z] v1.2.2-dev.98 [2020-11-19T11:00:10.570Z] v1.2.2-dev.99 [2020-11-19T11:00:10.570Z] v1.3.0 [2020-11-19T11:00:10.570Z] v1.3.1-dev.1 [2020-11-19T11:00:10.570Z] v1.3.1-dev.2 [Pipeline] sh [2020-11-19T11:00:10.871Z] + lftools sign git-tag v1.3.1-dev.2 [2020-11-19T11:00:12.259Z] Signing Git tag with Sigul... [2020-11-19T11:00:12.259Z] Signing v1.3.1-dev.2 [Pipeline] echo [2020-11-19T11:00:14.190Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T11:00:14.492Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-19T11:00:14.502Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-19T11:00:14.669Z] $ docker stop --time=1 8f410a16f4e9263cdbaecad13b0a02bd4e28ed0601321bdb08b43ee530d3c579 [2020-11-19T11:00:17.017Z] $ docker rm -f 8f410a16f4e9263cdbaecad13b0a02bd4e28ed0601321bdb08b43ee530d3c579 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-19T11:00:18.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T11:00:18.016Z] . [Pipeline] withDockerContainer [2020-11-19T11:00:18.122Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T11:00:18.174Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T11:00:19.039Z] $ docker top 356f49eddfc9ffec33dc430cfed2d73d9b42dff8434391a3a5e8446d71206a38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T11:00:19.413Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T11:00:19.413Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T11:00:19.663Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T11:00:19.671Z] $ docker exec 356f49eddfc9ffec33dc430cfed2d73d9b42dff8434391a3a5e8446d71206a38 ssh-agent [2020-11-19T11:00:19.856Z] SSH_AUTH_SOCK=/tmp/ssh-R0DKz7MWPFpo/agent.11 [2020-11-19T11:00:19.856Z] SSH_AGENT_PID=16 [2020-11-19T11:00:19.865Z] Running ssh-add (command line suppressed) [2020-11-19T11:00:20.003Z] Identity added: /w/workspace/edgex-go/226@tmp/private_key_3222716130422741218.key (/w/workspace/edgex-go/226@tmp/private_key_3222716130422741218.key) [2020-11-19T11:00:20.062Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T11:00:20.461Z] + git semver bump pre [2020-11-19T11:00:20.461Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T11:00:20.461Z] # $GIT_DIR = /w/workspace/edgex-go/226/.git [2020-11-19T11:00:20.461Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/226 [2020-11-19T11:00:20.461Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T11:00:20.461Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T11:00:20.461Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T11:00:20.461Z] # $SEMVER_BRANCH = master [2020-11-19T11:00:20.461Z] # $SEMVER_DIR = /w/workspace/edgex-go/226/.semver [2020-11-19T11:00:20.461Z] 1.3.1-dev.3 [Pipeline] } [2020-11-19T11:00:20.478Z] $ docker exec --env ******** --env ******** 356f49eddfc9ffec33dc430cfed2d73d9b42dff8434391a3a5e8446d71206a38 ssh-agent -k [2020-11-19T11:00:20.603Z] unset SSH_AUTH_SOCK; [2020-11-19T11:00:20.604Z] unset SSH_AGENT_PID; [2020-11-19T11:00:20.604Z] echo Agent pid 16 killed; [2020-11-19T11:00:20.655Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T11:00:21.139Z] + git semver [Pipeline] } [2020-11-19T11:00:21.161Z] $ docker stop --time=1 356f49eddfc9ffec33dc430cfed2d73d9b42dff8434391a3a5e8446d71206a38 [2020-11-19T11:00:22.572Z] $ docker rm -f 356f49eddfc9ffec33dc430cfed2d73d9b42dff8434391a3a5e8446d71206a38 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-19T11:00:23.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-19T11:00:23.190Z] . [Pipeline] withDockerContainer [2020-11-19T11:00:23.532Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T11:00:23.662Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-19T11:00:24.410Z] $ docker top 914e4e58cfda447547ab7615c25d293626f80399ee580416b65541271257fd4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-19T11:00:24.716Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-19T11:00:24.716Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-19T11:00:24.925Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-19T11:00:24.932Z] $ docker exec 914e4e58cfda447547ab7615c25d293626f80399ee580416b65541271257fd4d ssh-agent [2020-11-19T11:00:25.110Z] SSH_AUTH_SOCK=/tmp/ssh-Kp3sARA9DvL4/agent.11 [2020-11-19T11:00:25.110Z] SSH_AGENT_PID=17 [2020-11-19T11:00:25.116Z] Running ssh-add (command line suppressed) [2020-11-19T11:00:25.251Z] Identity added: /w/workspace/edgex-go/226@tmp/private_key_7954950273901129905.key (/w/workspace/edgex-go/226@tmp/private_key_7954950273901129905.key) [2020-11-19T11:00:25.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-19T11:00:25.707Z] + git semver push [2020-11-19T11:00:25.707Z] # -> Open(): unable to determine branch for HEAD [2020-11-19T11:00:25.707Z] # $GIT_DIR = /w/workspace/edgex-go/226/.git [2020-11-19T11:00:25.707Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/226 [2020-11-19T11:00:25.707Z] # $SEMVER_REMOTE_NAME = origin [2020-11-19T11:00:25.707Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-19T11:00:25.707Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-19T11:00:25.707Z] # $SEMVER_BRANCH = master [2020-11-19T11:00:25.707Z] # $SEMVER_DIR = /w/workspace/edgex-go/226/.semver [Pipeline] } [2020-11-19T11:00:35.741Z] $ docker exec --env ******** --env ******** 914e4e58cfda447547ab7615c25d293626f80399ee580416b65541271257fd4d ssh-agent -k [2020-11-19T11:00:35.887Z] unset SSH_AUTH_SOCK; [2020-11-19T11:00:35.887Z] unset SSH_AGENT_PID; [2020-11-19T11:00:35.887Z] echo Agent pid 17 killed; [2020-11-19T11:00:35.940Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-19T11:00:36.405Z] + git semver [Pipeline] } [2020-11-19T11:00:36.427Z] $ docker stop --time=1 914e4e58cfda447547ab7615c25d293626f80399ee580416b65541271257fd4d [2020-11-19T11:00:37.818Z] $ docker rm -f 914e4e58cfda447547ab7615c25d293626f80399ee580416b65541271257fd4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-19T11:00:38.929Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T11:00:39.813Z] ---> package-listing.sh [2020-11-19T11:00:39.813Z] ++ facter osfamily [2020-11-19T11:00:39.813Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-19T11:00:39.813Z] + OS_FAMILY=redhat [2020-11-19T11:00:39.813Z] + workspace=/w/workspace/edgex-go/226 [2020-11-19T11:00:39.813Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-19T11:00:39.813Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-19T11:00:39.813Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-19T11:00:39.813Z] + PACKAGES=/tmp/packages_start.txt [2020-11-19T11:00:39.813Z] + '[' /w/workspace/edgex-go/226 ']' [2020-11-19T11:00:39.813Z] + PACKAGES=/tmp/packages_end.txt [2020-11-19T11:00:39.813Z] + case "${OS_FAMILY}" in [2020-11-19T11:00:39.813Z] + rpm -qa [2020-11-19T11:00:39.813Z] + sort [2020-11-19T11:00:44.044Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-19T11:00:44.044Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-19T11:00:44.044Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-19T11:00:44.044Z] + '[' /w/workspace/edgex-go/226 ']' [2020-11-19T11:00:44.044Z] + mkdir -p /w/workspace/edgex-go/226/archives/ [2020-11-19T11:00:44.044Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/226/archives/ [Pipeline] echo [2020-11-19T11:00:44.059Z] 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/edgex-go/226/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-19T11:00:44.357Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-19T11:00:44.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T11:00:44.669Z] [2020-11-19T11:00:44.669Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-19T11:00:45.037Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T11:00:45.037Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-19T11:00:45.037Z] df20fa9351a1: Already exists [2020-11-19T11:00:45.037Z] 36b3adc4ff6f: Pulling fs layer [2020-11-19T11:00:45.037Z] 8ad3a11d3b57: Pulling fs layer [2020-11-19T11:00:45.037Z] 46f8f816bc3b: Pulling fs layer [2020-11-19T11:00:45.037Z] 93b61091891f: Pulling fs layer [2020-11-19T11:00:45.037Z] 93b9cdb0e59b: Pulling fs layer [2020-11-19T11:00:45.037Z] 5e14af77c1be: Pulling fs layer [2020-11-19T11:00:45.037Z] 01666e4c0597: Pulling fs layer [2020-11-19T11:00:45.037Z] aa168da1d23b: Pulling fs layer [2020-11-19T11:00:45.037Z] 93b61091891f: Waiting [2020-11-19T11:00:45.037Z] 93b9cdb0e59b: Waiting [2020-11-19T11:00:45.037Z] 5e14af77c1be: Waiting [2020-11-19T11:00:45.037Z] 01666e4c0597: Waiting [2020-11-19T11:00:45.037Z] aa168da1d23b: Waiting [2020-11-19T11:00:45.037Z] 46f8f816bc3b: Verifying Checksum [2020-11-19T11:00:45.037Z] 46f8f816bc3b: Download complete [2020-11-19T11:00:45.037Z] 36b3adc4ff6f: Download complete [2020-11-19T11:00:45.309Z] 93b9cdb0e59b: Verifying Checksum [2020-11-19T11:00:45.309Z] 93b9cdb0e59b: Download complete [2020-11-19T11:00:45.309Z] 5e14af77c1be: Download complete [2020-11-19T11:00:45.309Z] 01666e4c0597: Verifying Checksum [2020-11-19T11:00:45.309Z] 01666e4c0597: Download complete [2020-11-19T11:00:45.572Z] 36b3adc4ff6f: Pull complete [2020-11-19T11:00:45.572Z] 93b61091891f: Verifying Checksum [2020-11-19T11:00:45.572Z] 93b61091891f: Download complete [2020-11-19T11:00:45.835Z] 8ad3a11d3b57: Verifying Checksum [2020-11-19T11:00:45.835Z] 8ad3a11d3b57: Download complete [2020-11-19T11:00:46.415Z] 8ad3a11d3b57: Pull complete [2020-11-19T11:00:46.678Z] 46f8f816bc3b: Pull complete [2020-11-19T11:00:48.083Z] aa168da1d23b: Verifying Checksum [2020-11-19T11:00:48.083Z] aa168da1d23b: Download complete [2020-11-19T11:00:48.346Z] 93b61091891f: Pull complete [2020-11-19T11:00:48.921Z] 93b9cdb0e59b: Pull complete [2020-11-19T11:00:48.921Z] 5e14af77c1be: Pull complete [2020-11-19T11:00:49.185Z] 01666e4c0597: Pull complete [2020-11-19T11:00:55.811Z] aa168da1d23b: Pull complete [2020-11-19T11:00:55.811Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-19T11:00:56.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-19T11:00:56.072Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-19T11:00:56.265Z] prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container [2020-11-19T11:00:56.320Z] $ 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/edgex-go/226/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-19T11:00:59.603Z] $ docker top 7b514a630001bf697bf04ef85ab1490f0f31ce61d5764c3b34677c431e0fbb99 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-19T11:01:00.198Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-19T11:01:00.513Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-19T11:01:00.821Z] + ls /var/log/sa-host [2020-11-19T11:01:00.821Z] + sadf -c /var/log/sa-host/sa05 [2020-11-19T11:01:00.821Z] file_magic: OK [2020-11-19T11:01:00.821Z] HZ: Using current value: 100 [2020-11-19T11:01:00.821Z] file_header: OK [2020-11-19T11:01:00.821Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-19T11:01:00.821Z] Statistics: [2020-11-19T11:01:00.821Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T11:01:00.821Z] File successfully converted to sysstat format version 12.2.1 [2020-11-19T11:01:00.821Z] + sadf -c /var/log/sa-host/sa19 [2020-11-19T11:01:00.821Z] file_magic: OK [2020-11-19T11:01:00.821Z] HZ: Using current value: 100 [2020-11-19T11:01:00.821Z] file_header: OK [2020-11-19T11:01:00.821Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-19T11:01:00.821Z] Statistics: [2020-11-19T11:01:00.821Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-19T11:01:00.821Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-19T11:01:01.048Z] provisioning config files... [2020-11-19T11:01:01.121Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/226@tmp/config2146174031809329565tmp [Pipeline] { [Pipeline] echo [2020-11-19T11:01:01.231Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T11:01:01.561Z] ---> create-netrc.sh [Pipeline] } [2020-11-19T11:01:01.592Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-19T11:01:01.693Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T11:01:02.009Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-19T11:01:02.024Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T11:01:02.337Z] ---> sudo-logs.sh [2020-11-19T11:01:02.337Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-19T11:01:02.352Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T11:01:02.654Z] ---> job-cost.sh [2020-11-19T11:01:02.654Z] lf-activate-venv: SKIPPING [2020-11-19T11:01:02.654Z] INFO: No Stack... [2020-11-19T11:01:03.604Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-19T11:01:03.869Z] INFO: Archiving Costs [Pipeline] echo [2020-11-19T11:01:03.888Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-19T11:01:04.197Z] ---> logs-deploy.sh [2020-11-19T11:01:04.197Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/226 [2020-11-19T11:01:04.197Z] INFO: archiving workspace using pattern(s): [2020-11-19T11:01:06.123Z] Archives upload complete. [2020-11-19T11:01:06.123Z] INFO: archiving logs to Nexus