Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0855fff343fbac9200be972646aac1464c8bdae7 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14888 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/247 [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/247 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0855fff343fbac9200be972646aac1464c8bdae7 (master) > 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 --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0855fff343fbac9200be972646aac1464c8bdae7 # timeout=10 Commit message: "fix: Re-merge SECURITY.md (#2688)" > git rev-list --no-walk b985b2abee46819742dbb8bb5fe7722252537d7a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-07T15:58:41.072Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-07T15:58:41.446Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-07T15:58:41.627Z] ========================================================= [2020-12-07T15:58:41.627Z] EdgeX Global Pipelines Version Info [2020-12-07T15:58:41.627Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:58:43.616Z] ------------------- [2020-12-07T15:58:43.616Z] stable info: [2020-12-07T15:58:43.617Z] ------------------- [2020-12-07T15:58:43.617Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-07T15:58:43.617Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-07T15:58:43.617Z] Message: update stable to v1.0.169 [2020-12-07T15:58:44.195Z] ------------------- [2020-12-07T15:58:44.195Z] experimental info: [2020-12-07T15:58:44.195Z] ------------------- [2020-12-07T15:58:44.195Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-07T15:58:44.195Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T15:58:44.195Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T15:58:44.490Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-07T15:58:44.586Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-07T15:58:44.688Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-07T15:58:44.779Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-07T15:58:44.870Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-07T15:58:44.957Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-07T15:58:45.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-07T15:58:45.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-07T15:58:45.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-07T15:58:45.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-07T15:58:45.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-07T15:58:45.496Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-07T15:58:45.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-07T15:58:45.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-07T15:58:45.749Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-07T15:58:45.841Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-07T15:58:45.926Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-07T15:58:46.014Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-07T15:58:46.098Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-07T15:58:46.217Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-07T15:58:46.303Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-07T15:58:46.402Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-07T15:58:46.490Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-07T15:58:46.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-07T15:58:46.683Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-07T15:58:46.769Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] echo [2020-12-07T15:58:46.859Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0855fff [Pipeline] echo [2020-12-07T15:58:46.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T15:58:47.161Z] provisioning config files... [2020-12-07T15:58:47.249Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config5323177532565056568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T15:58:47.604Z] ---> docker-login.sh [2020-12-07T15:58:47.605Z] nexus3.edgexfoundry.org:10001 [2020-12-07T15:58:47.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:58:47.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:58:47.875Z] Configure a credential helper to remove this warning. See [2020-12-07T15:58:47.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:58:47.875Z] [2020-12-07T15:58:47.875Z] Login Succeeded [2020-12-07T15:58:47.875Z] nexus3.edgexfoundry.org:10002 [2020-12-07T15:58:48.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:58:48.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:58:48.139Z] Configure a credential helper to remove this warning. See [2020-12-07T15:58:48.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:58:48.139Z] [2020-12-07T15:58:48.139Z] Login Succeeded [2020-12-07T15:58:48.139Z] nexus3.edgexfoundry.org:10003 [2020-12-07T15:58:48.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:58:48.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:58:48.403Z] Configure a credential helper to remove this warning. See [2020-12-07T15:58:48.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:58:48.403Z] [2020-12-07T15:58:48.403Z] Login Succeeded [2020-12-07T15:58:48.403Z] nexus3.edgexfoundry.org:10004 [2020-12-07T15:58:48.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:58:48.668Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:58:48.668Z] Configure a credential helper to remove this warning. See [2020-12-07T15:58:48.668Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:58:48.668Z] [2020-12-07T15:58:48.668Z] Login Succeeded [2020-12-07T15:58:48.668Z] docker.io [2020-12-07T15:58:48.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T15:58:48.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T15:58:48.934Z] Configure a credential helper to remove this warning. See [2020-12-07T15:58:48.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T15:58:48.934Z] [2020-12-07T15:58:48.934Z] Login Succeeded [2020-12-07T15:58:48.934Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T15:58:48.945Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T15:58:49.424Z] ++ 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-07T15:58:49.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:58:49.424Z] ++ dirname cmd/core-command/Dockerfile [2020-12-07T15:58:49.424Z] ++ cut -d/ -f2 [2020-12-07T15:58:49.424Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-07T15:58:49.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:58:49.424Z] ++ dirname cmd/core-data/Dockerfile [2020-12-07T15:58:49.424Z] ++ cut -d/ -f2 [2020-12-07T15:58:49.424Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-07T15:58:49.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:58:49.424Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-07T15:58:49.424Z] ++ cut -d/ -f2 [2020-12-07T15:58:49.424Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-07T15:58:49.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:58:49.424Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-07T15:58:49.424Z] ++ cut -d/ -f2 [2020-12-07T15:58:49.424Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-07T15:58:49.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:58:49.424Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-07T15:58:49.424Z] ++ cut -d/ -f2 [2020-12-07T15:58:49.424Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-07T15:58:49.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:58:49.424Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-07T15:58:49.424Z] ++ cut -d/ -f2 [2020-12-07T15:58:49.424Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-07T15:58:49.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:58:49.424Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-07T15:58:49.424Z] ++ cut -d/ -f2 [2020-12-07T15:58:49.424Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-07T15:58:49.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:58:49.424Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-07T15:58:49.424Z] ++ cut -d/ -f2 [2020-12-07T15:58:49.424Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-07T15:58:49.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:58:49.424Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-07T15:58:49.424Z] ++ cut -d/ -f2 [2020-12-07T15:58:49.424Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-07T15:58:49.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-07T15:58:49.424Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-07T15:58:49.424Z] ++ cut -d/ -f2 [2020-12-07T15:58:49.424Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-07T15:58:49.509Z] 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-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-12-07T15:58:50.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:58:50.442Z] [2020-12-07T15:58:50.442Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:58:50.792Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:58:50.792Z] latest: Pulling from edgex-devops/git-semver [2020-12-07T15:58:50.792Z] 31603596830f: Pulling fs layer [2020-12-07T15:58:50.792Z] 2a8b12db71e7: Pulling fs layer [2020-12-07T15:58:50.792Z] 6ca5941a6612: Pulling fs layer [2020-12-07T15:58:50.792Z] ecc8261a40a4: Pulling fs layer [2020-12-07T15:58:50.792Z] ecc8261a40a4: Waiting [2020-12-07T15:58:50.792Z] 2a8b12db71e7: Verifying Checksum [2020-12-07T15:58:50.792Z] 31603596830f: Verifying Checksum [2020-12-07T15:58:50.792Z] 31603596830f: Download complete [2020-12-07T15:58:51.061Z] ecc8261a40a4: Verifying Checksum [2020-12-07T15:58:51.061Z] ecc8261a40a4: Download complete [2020-12-07T15:58:51.061Z] 6ca5941a6612: Verifying Checksum [2020-12-07T15:58:51.061Z] 6ca5941a6612: Download complete [2020-12-07T15:58:51.325Z] 31603596830f: Pull complete [2020-12-07T15:58:51.325Z] 2a8b12db71e7: Pull complete [2020-12-07T15:58:52.290Z] 6ca5941a6612: Pull complete [2020-12-07T15:58:52.290Z] ecc8261a40a4: Pull complete [2020-12-07T15:58:52.290Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-07T15:58:52.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T15:58:52.553Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-07T15:58:52.660Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T15:58:52.717Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T15:58:55.414Z] $ docker top bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T15:58:55.700Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T15:58:55.700Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T15:58:55.905Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T15:58:55.910Z] $ docker exec bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e ssh-agent [2020-12-07T15:58:56.072Z] SSH_AUTH_SOCK=/tmp/ssh-IuPpmdB5gUDI/agent.12 [2020-12-07T15:58:56.072Z] SSH_AGENT_PID=17 [2020-12-07T15:58:56.084Z] Running ssh-add (command line suppressed) [2020-12-07T15:58:56.203Z] Identity added: /w/workspace/edgex-go/247@tmp/private_key_8459173236031152970.key (/w/workspace/edgex-go/247@tmp/private_key_8459173236031152970.key) [2020-12-07T15:58:56.253Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T15:58:56.586Z] + git tag --points-at HEAD [Pipeline] } [2020-12-07T15:58:56.615Z] $ docker exec --env ******** --env ******** bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e ssh-agent -k [2020-12-07T15:58:56.726Z] unset SSH_AUTH_SOCK; [2020-12-07T15:58:56.726Z] unset SSH_AGENT_PID; [2020-12-07T15:58:56.726Z] echo Agent pid 17 killed; [2020-12-07T15:58:56.772Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-07T15:58:56.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T15:58:56.913Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T15:58:57.083Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T15:58:57.089Z] $ docker exec bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e ssh-agent [2020-12-07T15:58:57.256Z] SSH_AUTH_SOCK=/tmp/ssh-1nauYRUECFJs/agent.47 [2020-12-07T15:58:57.256Z] SSH_AGENT_PID=52 [2020-12-07T15:58:57.264Z] Running ssh-add (command line suppressed) [2020-12-07T15:58:57.381Z] Identity added: /w/workspace/edgex-go/247@tmp/private_key_3032699946239397081.key (/w/workspace/edgex-go/247@tmp/private_key_3032699946239397081.key) [2020-12-07T15:58:57.434Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T15:58:57.776Z] + git semver init [2020-12-07T15:58:57.776Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T15:58:57.776Z] # $GIT_DIR = /w/workspace/edgex-go/247/.git [2020-12-07T15:58:57.776Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/247 [2020-12-07T15:58:57.776Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T15:58:57.776Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T15:58:57.776Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T15:58:57.776Z] # $SEMVER_BRANCH = master [2020-12-07T15:58:57.776Z] # $SEMVER_TEMP = /tmp/semver-050313184 [2020-12-07T15:58:57.776Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-07T15:59:15.942Z] # '/tmp/semver-050313184' -> '/w/workspace/edgex-go/247/.semver' [2020-12-07T15:59:15.942Z] # -> Force: false [2020-12-07T15:59:15.942Z] # $SEMVER_DIR = /w/workspace/edgex-go/247/.semver [Pipeline] } [2020-12-07T15:59:15.961Z] $ docker exec --env ******** --env ******** bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e ssh-agent -k [2020-12-07T15:59:16.251Z] unset SSH_AUTH_SOCK; [2020-12-07T15:59:16.252Z] unset SSH_AGENT_PID; [2020-12-07T15:59:16.252Z] echo Agent pid 52 killed; [2020-12-07T15:59:16.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T15:59:16.923Z] + git semver [Pipeline] } [2020-12-07T15:59:16.945Z] $ docker stop --time=1 bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e [2020-12-07T15:59:18.558Z] $ docker rm -f bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T15:59:19.087Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-07T15:59:19.629Z] Stashed 1 file(s) [Pipeline] echo [2020-12-07T15:59:19.632Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.5 [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] sh [2020-12-07T15:59:20.625Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-07T15:59:20.932Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T15:59:21.231Z] + sudo service docker restart [2020-12-07T15:59:21.231Z] + true [2020-12-07T15:59:21.231Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-07T15:59:21.820Z] ========================================================= [2020-12-07T15:59:21.820Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-07T15:59:21.820Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T15:59:22.158Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-07T15:59:26.414Z] Sending build context to Docker daemon 326.3MB [2020-12-07T15:59:26.414Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-07T15:59:26.414Z] Step 2/7 : FROM ${BASE} [2020-12-07T15:59:26.414Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-07T15:59:26.414Z] 188c0c94c7c5: Pulling fs layer [2020-12-07T15:59:26.414Z] 0ef7d3d256c8: Pulling fs layer [2020-12-07T15:59:26.414Z] de9db76c5a1d: Pulling fs layer [2020-12-07T15:59:26.414Z] bca2f99d35d6: Pulling fs layer [2020-12-07T15:59:26.414Z] 93359f2a8cfa: Pulling fs layer [2020-12-07T15:59:26.414Z] 7c6f9722023f: Pulling fs layer [2020-12-07T15:59:26.414Z] a35cf1a2eb13: Pulling fs layer [2020-12-07T15:59:26.414Z] bca2f99d35d6: Waiting [2020-12-07T15:59:26.414Z] 7c6f9722023f: Waiting [2020-12-07T15:59:26.414Z] a35cf1a2eb13: Waiting [2020-12-07T15:59:26.414Z] 93359f2a8cfa: Waiting [2020-12-07T15:59:26.414Z] de9db76c5a1d: Download complete [2020-12-07T15:59:26.414Z] 0ef7d3d256c8: Download complete [2020-12-07T15:59:26.414Z] 93359f2a8cfa: Verifying Checksum [2020-12-07T15:59:26.414Z] 93359f2a8cfa: Download complete [2020-12-07T15:59:26.414Z] 7c6f9722023f: Verifying Checksum [2020-12-07T15:59:26.414Z] 7c6f9722023f: Download complete [2020-12-07T15:59:26.414Z] 188c0c94c7c5: Verifying Checksum [2020-12-07T15:59:26.414Z] 188c0c94c7c5: Download complete [2020-12-07T15:59:26.995Z] 188c0c94c7c5: Pull complete [2020-12-07T15:59:26.995Z] 0ef7d3d256c8: Pull complete [2020-12-07T15:59:27.259Z] de9db76c5a1d: Pull complete [2020-12-07T15:59:28.665Z] a35cf1a2eb13: Verifying Checksum [2020-12-07T15:59:28.665Z] a35cf1a2eb13: Download complete [2020-12-07T15:59:28.927Z] bca2f99d35d6: Verifying Checksum [2020-12-07T15:59:28.927Z] bca2f99d35d6: Download complete [2020-12-07T15:59:34.262Z] bca2f99d35d6: Pull complete [2020-12-07T15:59:34.262Z] 93359f2a8cfa: Pull complete [2020-12-07T15:59:34.526Z] 7c6f9722023f: Pull complete [2020-12-07T15:59:35.045Z] Still waiting to schedule task [2020-12-07T15:59:35.046Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-07T15:59:39.852Z] a35cf1a2eb13: Pull complete [2020-12-07T15:59:39.852Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-07T15:59:39.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-07T15:59:39.852Z] ---> a62c8e92a672 [2020-12-07T15:59:39.852Z] 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-12-07T15:59:39.852Z] ---> Running in f5589eb5c188 [2020-12-07T15:59:40.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T15:59:41.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T15:59:41.574Z] (1/12) Installing libmagic (5.38-r0) [2020-12-07T15:59:41.837Z] (2/12) Installing file (5.38-r0) [2020-12-07T15:59:41.837Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-07T15:59:42.102Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-07T15:59:54.359Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-07T15:59:54.359Z] (6/12) Installing patch (2.7.6-r6) [2020-12-07T15:59:54.359Z] (7/12) Installing build-base (0.5-r2) [2020-12-07T15:59:54.359Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-07T15:59:54.359Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-07T15:59:54.359Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-07T15:59:54.359Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-07T15:59:54.359Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-07T15:59:54.359Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T15:59:54.359Z] OK: 233 MiB in 51 packages [2020-12-07T15:59:57.679Z] Removing intermediate container f5589eb5c188 [2020-12-07T15:59:57.679Z] ---> a13df5a2216b [2020-12-07T15:59:57.679Z] Step 4/7 : WORKDIR /edgex-go [2020-12-07T15:59:57.679Z] ---> Running in e7a730d8d771 [2020-12-07T15:59:57.679Z] Removing intermediate container e7a730d8d771 [2020-12-07T15:59:57.679Z] ---> 2e7826459158 [2020-12-07T15:59:57.679Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T15:59:59.072Z] latest: Pulling from library/docker [2020-12-07T15:59:59.072Z] 188c0c94c7c5: Already exists [2020-12-07T15:59:59.072Z] 0c7c675703d6: Pulling fs layer [2020-12-07T15:59:59.072Z] cc8c12a437cb: Pulling fs layer [2020-12-07T15:59:59.072Z] f092543453df: Pulling fs layer [2020-12-07T15:59:59.072Z] 65b6bc45957d: Pulling fs layer [2020-12-07T15:59:59.072Z] 4de832df471b: Pulling fs layer [2020-12-07T15:59:59.072Z] 79aa7fa92271: Pulling fs layer [2020-12-07T15:59:59.072Z] 4de832df471b: Waiting [2020-12-07T15:59:59.072Z] 79aa7fa92271: Waiting [2020-12-07T15:59:59.072Z] 65b6bc45957d: Waiting [2020-12-07T15:59:59.072Z] cc8c12a437cb: Verifying Checksum [2020-12-07T15:59:59.072Z] cc8c12a437cb: Download complete [2020-12-07T15:59:59.350Z] 0c7c675703d6: Download complete [2020-12-07T15:59:59.350Z] 65b6bc45957d: Verifying Checksum [2020-12-07T15:59:59.350Z] 65b6bc45957d: Download complete [2020-12-07T15:59:59.350Z] 4de832df471b: Verifying Checksum [2020-12-07T15:59:59.350Z] 4de832df471b: Download complete [2020-12-07T15:59:59.350Z] 79aa7fa92271: Verifying Checksum [2020-12-07T15:59:59.350Z] 79aa7fa92271: Download complete [2020-12-07T15:59:59.613Z] 0c7c675703d6: Pull complete [2020-12-07T15:59:59.613Z] cc8c12a437cb: Pull complete [2020-12-07T16:00:00.194Z] f092543453df: Verifying Checksum [2020-12-07T16:00:00.194Z] f092543453df: Download complete [2020-12-07T16:00:02.780Z] f092543453df: Pull complete [2020-12-07T16:00:02.780Z] 65b6bc45957d: Pull complete [2020-12-07T16:00:03.043Z] 4de832df471b: Pull complete [2020-12-07T16:00:03.043Z] 79aa7fa92271: Pull complete [2020-12-07T16:00:03.043Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T16:00:03.043Z] Status: Downloaded newer image for docker:latest [2020-12-07T16:00:04.984Z] ---> b4b4014dcec5 [2020-12-07T16:00:04.984Z] Step 6/7 : COPY go.mod . [2020-12-07T16:00:04.984Z] ---> d695b521f9f2 [2020-12-07T16:00:04.984Z] Step 7/7 : RUN go mod download [2020-12-07T16:00:05.247Z] ---> Running in 6725ce2aa216 [2020-12-07T16:00:27.287Z] Removing intermediate container 6725ce2aa216 [2020-12-07T16:00:27.287Z] ---> 9c43dd1acda3 [2020-12-07T16:00:27.287Z] Successfully built 9c43dd1acda3 [2020-12-07T16:00:27.287Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:00:27.610Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T16:00:27.610Z] . [Pipeline] withDockerContainer [2020-12-07T16:00:27.715Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:00:27.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:00:28.620Z] $ docker top 2dc1f7a4308e0cdbd3c4bf076fed72f65231ffa6f9d4f12ef682eca92e210917 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:00:29.160Z] + go version [2020-12-07T16:00:29.160Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-07T16:00:29.178Z] $ docker stop --time=1 2dc1f7a4308e0cdbd3c4bf076fed72f65231ffa6f9d4f12ef682eca92e210917 [2020-12-07T16:00:30.562Z] $ docker rm -f 2dc1f7a4308e0cdbd3c4bf076fed72f65231ffa6f9d4f12ef682eca92e210917 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:00:31.440Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T16:00:31.440Z] . [Pipeline] withDockerContainer [2020-12-07T16:00:31.537Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:00:31.585Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:00:32.636Z] $ docker top 1a72bf98dbcb35d4600490d49ee568ae053467fe4e71bcf296ce77530f054473 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T16:00:32.850Z] ========================================================= [2020-12-07T16:00:32.850Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-07T16:00:32.850Z] ========================================================= [Pipeline] sh [2020-12-07T16:00:33.145Z] + make test [2020-12-07T16:00:33.145Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-07T16:00:41.346Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-07T16:01:00.022Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-07T16:01:04.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-07T16:01:04.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-07T16:01:04.283Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-07T16:01:04.283Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-07T16:01:04.283Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-07T16:01:04.283Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-07T16:01:06.447Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s [2020-12-07T16:01:06.447Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-07T16:01:06.447Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-07T16:01:07.034Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-07T16:01:07.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-07T16:01:07.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-07T16:01:07.034Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-07T16:01:10.427Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 46.6% of statements [2020-12-07T16:01:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-07T16:01:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-07T16:01:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-07T16:01:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-07T16:01:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-07T16:01:13.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.154s coverage: 27.1% of statements [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-07T16:01:13.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-07T16:01:13.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-07T16:01:13.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.394s coverage: 68.5% of statements [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-07T16:01:13.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.109s coverage: 82.3% of statements [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-07T16:01:13.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-07T16:01:14.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.348s coverage: 28.6% of statements [2020-12-07T16:01:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-07T16:01:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-07T16:01:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-07T16:01:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-07T16:01:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-07T16:01:14.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2020-12-07T16:01:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-07T16:01:14.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2020-12-07T16:01:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-07T16:01:14.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2020-12-07T16:01:14.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-07T16:01:15.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements [2020-12-07T16:01:15.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-07T16:01:15.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2020-12-07T16:01:15.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-07T16:01:15.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-07T16:01:15.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-07T16:01:15.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-07T16:01:17.890Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.328s coverage: 94.7% of statements [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-07T16:01:17.890Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-07T16:01:17.890Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.1% of statements [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-07T16:01:17.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2020-12-07T16:01:17.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-07T16:01:17.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2020-12-07T16:01:17.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements [2020-12-07T16:01:17.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2020-12-07T16:01:17.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements [2020-12-07T16:01:17.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.039s coverage: 100.0% of statements [2020-12-07T16:01:17.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-07T16:01:19.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.5% of statements [2020-12-07T16:01:19.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-07T16:01:19.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-07T16:01:19.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2020-12-07T16:01:19.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2020-12-07T16:01:19.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2020-12-07T16:01:19.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2020-12-07T16:01:19.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2020-12-07T16:01:21.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 55.9% of statements [2020-12-07T16:01:21.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-07T16:01:21.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-07T16:01:21.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-07T16:01:21.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-07T16:01:21.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-07T16:01:21.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.172s coverage: 86.3% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.125s coverage: 72.2% of statements [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.353s coverage: 72.1% of statements [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.054s coverage: 82.4% of statements [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.046s coverage: 28.8% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.072s coverage: 96.8% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.2% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.283s coverage: 84.0% of statements [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.067s coverage: 100.0% of statements [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.646s coverage: 29.1% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-07T16:01:33.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-07T16:01:33.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-07T16:01:33.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-07T16:01:33.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2020-12-07T16:01:33.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-07T16:01:33.351Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-07T16:01:33.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2020-12-07T16:01:33.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-07T16:01:33.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-07T16:01:33.613Z] GO111MODULE=on go vet ./... [2020-12-07T16:02:00.379Z] gofmt -l . [2020-12-07T16:02:00.379Z] [ "`gofmt -l .`" = "" ] [2020-12-07T16:02:00.379Z] ./bin/test-go-mod-tidy.sh [2020-12-07T16:02:00.379Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-07T16:02:01.266Z] + ls -al . [2020-12-07T16:02:01.267Z] total 656 [2020-12-07T16:02:01.267Z] drwxrwxr-x 10 1001 1001 4096 Dec 7 16:02 . [2020-12-07T16:02:01.267Z] drwxr-xr-x 4 root root 32 Dec 7 16:00 .. [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 11 Dec 7 15:58 .dockerignore [2020-12-07T16:02:01.267Z] drwxrwxr-x 8 1001 1001 162 Dec 7 15:58 .git [2020-12-07T16:02:01.267Z] drwxrwxr-x 3 1001 1001 125 Dec 7 15:58 .github [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 943 Dec 7 15:58 .gitignore [2020-12-07T16:02:01.267Z] drwx------ 3 1001 1001 32 Dec 7 15:59 .semver [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 166 Dec 7 15:58 .sonarcloud.properties [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 3804 Dec 7 15:58 CONTRIBUTING.md [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 1035 Dec 7 15:58 Dockerfile.build [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 863 Dec 7 15:58 Jenkinsfile [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 10775 Dec 7 15:58 LICENSE [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 6318 Dec 7 15:58 Makefile [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 6447 Dec 7 15:58 README.md [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 7286 Dec 7 15:58 SECURITY.md [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 11 Dec 7 15:59 VERSION [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 4131 Dec 7 15:58 ZMQWindows.md [2020-12-07T16:02:01.267Z] drwxrwxr-x 2 1001 1001 117 Dec 7 15:58 bin [2020-12-07T16:02:01.267Z] drwxrwxr-x 15 1001 1001 4096 Dec 7 15:58 cmd [2020-12-07T16:02:01.267Z] -rw-r--r-- 1 root root 557293 Dec 7 16:01 coverage.out [2020-12-07T16:02:01.267Z] -rw-r--r-- 1 root root 1041 Dec 7 16:01 go.mod [2020-12-07T16:02:01.267Z] -rw-r--r-- 1 root root 18856 Dec 7 16:01 go.sum [2020-12-07T16:02:01.267Z] drwxrwxr-x 8 1001 1001 127 Dec 7 15:58 internal [2020-12-07T16:02:01.267Z] drwxrwxr-x 4 1001 1001 26 Dec 7 15:58 openapi [2020-12-07T16:02:01.267Z] drwxrwxr-x 4 1001 1001 71 Dec 7 15:58 snap [2020-12-07T16:02:01.267Z] -rw-rw-r-- 1 1001 1001 168 Dec 7 15:58 version.go [Pipeline] sh [2020-12-07T16:02:01.574Z] + '[' -e coverage.out ] [2020-12-07T16:02:01.574Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-07T16:02:01.778Z] Stashed 1 file(s) [Pipeline] sh [2020-12-07T16:02:02.078Z] + make build [2020-12-07T16:02:02.078Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-data/core-data ./cmd/core-data [2020-12-07T16:02:07.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-07T16:02:15.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-command/core-command ./cmd/core-command [2020-12-07T16:02:15.882Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-07T16:02:17.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-07T16:02:17.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-07T16:02:19.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-07T16:02:20.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T16:02:21.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-07T16:02:22.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-07T16:02:23.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-07T16:02:24.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-07T16:02:25.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-07T16:02:26.823Z] $ docker stop --time=1 1a72bf98dbcb35d4600490d49ee568ae053467fe4e71bcf296ce77530f054473 [2020-12-07T16:02:28.445Z] $ docker rm -f 1a72bf98dbcb35d4600490d49ee568ae053467fe4e71bcf296ce77530f054473 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:02:30.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T16:02:30.183Z] [2020-12-07T16:02:30.183Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:02:30.541Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T16:02:30.802Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-07T16:02:30.802Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-07T16:02:30.802Z] ca9280d653b3: Pulling fs layer [2020-12-07T16:02:30.802Z] 7e9c9ca2126c: Pulling fs layer [2020-12-07T16:02:31.064Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-07T16:02:31.064Z] cbdbe7a5bc2a: Download complete [2020-12-07T16:02:31.640Z] cbdbe7a5bc2a: Pull complete [2020-12-07T16:02:31.921Z] ca9280d653b3: Verifying Checksum [2020-12-07T16:02:31.921Z] ca9280d653b3: Download complete [2020-12-07T16:02:32.880Z] ca9280d653b3: Pull complete [2020-12-07T16:02:33.460Z] 7e9c9ca2126c: Download complete [2020-12-07T16:02:41.626Z] 7e9c9ca2126c: Pull complete [2020-12-07T16:02:41.626Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-07T16:02:41.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T16:02:41.626Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-07T16:02:41.748Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:02:41.798Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:02:43.227Z] $ docker top ac9595ccd2f158e025eec7c16726c20285c9744b1b2613ccd119eaa29fee5d77 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:02:43.845Z] + docker-compose build --help [2020-12-07T16:02:43.845Z] + grep parallel [2020-12-07T16:02:44.854Z] --parallel Build images in parallel. [Pipeline] } [2020-12-07T16:02:44.870Z] $ docker stop --time=1 ac9595ccd2f158e025eec7c16726c20285c9744b1b2613ccd119eaa29fee5d77 [2020-12-07T16:02:46.222Z] $ docker rm -f ac9595ccd2f158e025eec7c16726c20285c9744b1b2613ccd119eaa29fee5d77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:02:46.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-07T16:02:46.847Z] . [Pipeline] withDockerContainer [2020-12-07T16:02:46.940Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:02:46.988Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:02:47.728Z] $ docker top cab838a05751ffe48bc1ed340e228e59a575ba08897deb0c9470ce62ec003019 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:02:48.210Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-07T16:02:50.335Z] Building docker-core-command-go ... [2020-12-07T16:02:50.335Z] Building docker-core-data-go ... [2020-12-07T16:02:50.335Z] Building docker-core-metadata-go ... [2020-12-07T16:02:50.335Z] Building docker-security-bootstrap-redis-go ... [2020-12-07T16:02:50.335Z] Building docker-security-proxy-setup-go ... [2020-12-07T16:02:50.335Z] Building docker-security-secrets-setup-go ... [2020-12-07T16:02:50.335Z] Building docker-security-secretstore-setup-go ... [2020-12-07T16:02:50.335Z] Building docker-support-notifications-go ... [2020-12-07T16:02:50.335Z] Building docker-support-scheduler-go ... [2020-12-07T16:02:50.335Z] Building docker-sys-mgmt-agent-go ... [2020-12-07T16:02:50.335Z] Building docker-sys-mgmt-agent-go [2020-12-07T16:02:50.335Z] Building docker-security-secretstore-setup-go [2020-12-07T16:02:50.335Z] Building docker-security-bootstrap-redis-go [2020-12-07T16:02:50.335Z] Building docker-core-metadata-go [2020-12-07T16:02:50.335Z] Building docker-core-command-go [2020-12-07T16:02:54.132Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14890 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-07T16:02:54.191Z] Running in /w/workspace/edgex-go/247 [Pipeline] { [Pipeline] checkout [2020-12-07T16:02:59.301Z] using credential edgex-jenkins-ssh [2020-12-07T16:02:59.364Z] Cloning the remote Git repository [2020-12-07T16:02:59.437Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-07T16:02:59.566Z] > git init /w/workspace/edgex-go/247 # timeout=10 [2020-12-07T16:02:59.639Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T16:02:59.642Z] > git --version # timeout=10 [2020-12-07T16:02:59.676Z] > git --version # 'git version 2.17.1' [2020-12-07T16:02:59.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T16:02:59.751Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T16:03:20.523Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T16:03:20.543Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T16:03:20.564Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-07T16:03:20.603Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-07T16:03:20.603Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T16:03:20.614Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T16:03:21.202Z] Checking out Revision 0855fff343fbac9200be972646aac1464c8bdae7 (master) [2020-12-07T16:03:22.590Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:03:22.590Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:03:22.590Z] ---> 9c43dd1acda3 [2020-12-07T16:03:22.590Z] Step 3/27 : WORKDIR /edgex-go [2020-12-07T16:03:22.590Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:03:22.590Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:03:22.590Z] ---> 9c43dd1acda3 [2020-12-07T16:03:22.590Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:03:22.590Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:03:22.590Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:03:22.590Z] ---> 9c43dd1acda3 [2020-12-07T16:03:22.590Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:03:22.590Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:03:22.590Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:03:22.590Z] ---> 9c43dd1acda3 [2020-12-07T16:03:22.590Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T16:03:22.590Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:03:22.590Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:03:22.590Z] ---> 9c43dd1acda3 [2020-12-07T16:03:22.590Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:03:22.590Z] ---> Running in 1b0bbfb9c920 [2020-12-07T16:03:22.590Z] ---> Running in 54cc7d6e74e1 [2020-12-07T16:03:22.590Z] ---> Running in 94cfba4299c0 [2020-12-07T16:03:22.590Z] ---> Running in 035c74baa75a [2020-12-07T16:03:22.590Z] ---> Running in a5bf5d969c95 [2020-12-07T16:03:22.590Z] Removing intermediate container 035c74baa75a [2020-12-07T16:03:22.590Z] ---> 25a55bcfb0b4 [2020-12-07T16:03:22.590Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:03:22.590Z] Removing intermediate container 54cc7d6e74e1 [2020-12-07T16:03:22.590Z] ---> 56265e50c161 [2020-12-07T16:03:22.590Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:03:22.590Z] Removing intermediate container 94cfba4299c0 [2020-12-07T16:03:22.590Z] ---> 2bc821e75a16 [2020-12-07T16:03:22.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:03:22.590Z] Removing intermediate container 1b0bbfb9c920 [2020-12-07T16:03:22.590Z] ---> 7185dd5d69eb [2020-12-07T16:03:22.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:03:22.590Z] Removing intermediate container a5bf5d969c95 [2020-12-07T16:03:22.590Z] ---> 2aff43839ce1 [2020-12-07T16:03:22.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:03:22.590Z] ---> Running in 4f9fc11fcdee [2020-12-07T16:03:22.590Z] ---> Running in 635bee9678a4 [2020-12-07T16:03:22.590Z] ---> Running in 63474efe465c [2020-12-07T16:03:22.590Z] ---> Running in 418e387f36b9 [2020-12-07T16:03:22.590Z] ---> Running in 1a1de39344a2 [2020-12-07T16:03:21.226Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T16:03:21.252Z] > git checkout -f 0855fff343fbac9200be972646aac1464c8bdae7 # timeout=10 [2020-12-07T16:03:23.546Z] Removing intermediate container 4f9fc11fcdee [2020-12-07T16:03:23.546Z] ---> 25139b4bdac6 [2020-12-07T16:03:23.546Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-07T16:03:23.809Z] ---> Running in 3f26ec5595db [2020-12-07T16:03:23.809Z] Removing intermediate container 635bee9678a4 [2020-12-07T16:03:23.809Z] ---> 9a5270bb6783 [2020-12-07T16:03:23.809Z] Step 5/24 : RUN apk update && apk add make git [2020-12-07T16:03:24.078Z] ---> Running in cf40b0a34760 [2020-12-07T16:03:24.339Z] Removing intermediate container 63474efe465c [2020-12-07T16:03:24.339Z] ---> 97fe6114603b [2020-12-07T16:03:24.339Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:03:24.339Z] Removing intermediate container 418e387f36b9 [2020-12-07T16:03:24.339Z] ---> 0a4f576c0dab [2020-12-07T16:03:24.339Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:03:24.603Z] Removing intermediate container 1a1de39344a2 [2020-12-07T16:03:24.603Z] ---> e86ea6bcc5ca [2020-12-07T16:03:24.603Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:03:24.603Z] ---> Running in c5b59df27566 [2020-12-07T16:03:24.603Z] ---> Running in 67eb59b4b14f [2020-12-07T16:03:24.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:03:24.603Z] ---> Running in 2681cd7ff056 [2020-12-07T16:03:24.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:03:25.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:03:25.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:03:25.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:03:25.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:03:25.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:03:25.712Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:03:25.712Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:03:25.712Z] OK: 12745 distinct packages available [2020-12-07T16:03:25.853Z] Commit message: "fix: Re-merge SECURITY.md (#2688)" [2020-12-07T16:03:25.979Z] OK: 233 MiB in 51 packages [2020-12-07T16:03:25.979Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:03:25.979Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:03:25.979Z] OK: 12745 distinct packages available [2020-12-07T16:03:26.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:03:26.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:03:26.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:03:26.248Z] OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-12-07T16:03:26.523Z] Removing intermediate container 3f26ec5595db [2020-12-07T16:03:26.523Z] ---> 119b57285c1e [2020-12-07T16:03:26.523Z] Step 6/27 : COPY go.mod . [Pipeline] sh [2020-12-07T16:03:26.824Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:03:26.825Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:03:26.825Z] OK: 12745 distinct packages available [2020-12-07T16:03:26.825Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:03:26.825Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:03:26.825Z] OK: 12745 distinct packages available [2020-12-07T16:03:26.825Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:03:26.825Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:03:26.825Z] OK: 12745 distinct packages available [2020-12-07T16:03:27.091Z] OK: 233 MiB in 51 packages [2020-12-07T16:03:27.091Z] OK: 233 MiB in 51 packages [2020-12-07T16:03:27.091Z] OK: 233 MiB in 51 packages [2020-12-07T16:03:27.091Z] ---> b33ef05f4f95 [2020-12-07T16:03:27.091Z] Step 7/27 : RUN go mod download [2020-12-07T16:03:27.091Z] Removing intermediate container cf40b0a34760 [2020-12-07T16:03:27.091Z] ---> c20623bb8cf4 [2020-12-07T16:03:27.091Z] Step 6/24 : COPY go.mod . [2020-12-07T16:03:27.091Z] ---> Running in dca0e4adc10f [2020-12-07T16:03:27.353Z] ---> 94fa61817719 [2020-12-07T16:03:27.353Z] Step 7/24 : RUN go mod download [2020-12-07T16:03:27.445Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-07T16:03:27.630Z] ---> Running in 1673da92d2f8 [2020-12-07T16:03:27.851Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T16:03:28.207Z] Removing intermediate container 2681cd7ff056 [2020-12-07T16:03:28.207Z] ---> 9d4af4e1cd3b [2020-12-07T16:03:28.207Z] Step 6/22 : COPY go.mod . [2020-12-07T16:03:28.207Z] Removing intermediate container c5b59df27566 [2020-12-07T16:03:28.207Z] ---> f4fdca16638a [2020-12-07T16:03:28.207Z] Step 6/22 : COPY go.mod . [2020-12-07T16:03:28.246Z] + sudo service docker restart [2020-12-07T16:03:28.246Z] + true [2020-12-07T16:03:28.468Z] Removing intermediate container 67eb59b4b14f [2020-12-07T16:03:28.468Z] ---> 282125b0fd8f [2020-12-07T16:03:28.468Z] Step 6/22 : COPY go.mod . [2020-12-07T16:03:28.468Z] ---> 403fdf5fb2a8 [2020-12-07T16:03:28.468Z] Step 7/22 : RUN go mod download [2020-12-07T16:03:28.738Z] ---> 3ac4cf86c7f0 [2020-12-07T16:03:28.738Z] Step 7/22 : RUN go mod download [2020-12-07T16:03:28.738Z] ---> 7e4a35bb2987 [2020-12-07T16:03:28.738Z] Step 7/22 : RUN go mod download [2020-12-07T16:03:28.738Z] ---> Running in 2ca84eb1ce24 [2020-12-07T16:03:28.738Z] ---> Running in 9fd63c8ee8dd [2020-12-07T16:03:28.738Z] ---> Running in d808c37e9342 [2020-12-07T16:03:29.694Z] Removing intermediate container 1673da92d2f8 [2020-12-07T16:03:29.694Z] ---> 0168482f1b3c [2020-12-07T16:03:29.694Z] Step 8/24 : COPY . . [2020-12-07T16:03:29.969Z] Removing intermediate container dca0e4adc10f [2020-12-07T16:03:29.970Z] ---> c55a98659b09 [2020-12-07T16:03:29.970Z] Step 8/27 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T16:03:30.316Z] provisioning config files... [2020-12-07T16:03:30.358Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config6463304858082665668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:03:30.782Z] ---> docker-login.sh [2020-12-07T16:03:30.782Z] nexus3.edgexfoundry.org:10001 [2020-12-07T16:03:31.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:03:31.920Z] Removing intermediate container 2ca84eb1ce24 [2020-12-07T16:03:31.921Z] ---> 101a0142300a [2020-12-07T16:03:31.921Z] Step 8/22 : COPY . . [2020-12-07T16:03:31.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:03:31.989Z] Configure a credential helper to remove this warning. See [2020-12-07T16:03:31.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:03:31.989Z] [2020-12-07T16:03:31.989Z] Login Succeeded [2020-12-07T16:03:31.989Z] nexus3.edgexfoundry.org:10002 [2020-12-07T16:03:32.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:03:32.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:03:32.539Z] Configure a credential helper to remove this warning. See [2020-12-07T16:03:32.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:03:32.539Z] [2020-12-07T16:03:32.539Z] Login Succeeded [2020-12-07T16:03:32.539Z] nexus3.edgexfoundry.org:10003 [2020-12-07T16:03:32.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:03:32.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:03:32.812Z] Configure a credential helper to remove this warning. See [2020-12-07T16:03:32.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:03:32.812Z] [2020-12-07T16:03:32.812Z] Login Succeeded [2020-12-07T16:03:32.812Z] nexus3.edgexfoundry.org:10004 [2020-12-07T16:03:33.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:03:33.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:03:33.409Z] Configure a credential helper to remove this warning. See [2020-12-07T16:03:33.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:03:33.409Z] [2020-12-07T16:03:33.409Z] Login Succeeded [2020-12-07T16:03:33.409Z] docker.io [2020-12-07T16:03:33.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:03:34.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:03:34.279Z] Configure a credential helper to remove this warning. See [2020-12-07T16:03:34.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:03:34.279Z] [2020-12-07T16:03:34.279Z] Login Succeeded [2020-12-07T16:03:34.279Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T16:03:34.297Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-07T16:03:34.703Z] ========================================================= [2020-12-07T16:03:34.703Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-07T16:03:34.703Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:03:35.098Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-07T16:03:35.272Z] Removing intermediate container 9fd63c8ee8dd [2020-12-07T16:03:35.272Z] ---> dfd337d24d57 [2020-12-07T16:03:35.272Z] Step 8/22 : COPY . . [2020-12-07T16:03:35.538Z] Removing intermediate container d808c37e9342 [2020-12-07T16:03:35.538Z] ---> 985a486280da [2020-12-07T16:03:35.538Z] Step 8/22 : COPY . . [2020-12-07T16:03:37.734Z] Sending build context to Docker daemon 165.6MB [2020-12-07T16:03:37.734Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-07T16:03:37.734Z] Step 2/7 : FROM ${BASE} [2020-12-07T16:03:37.734Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-07T16:03:37.734Z] 5f621e34cdf4: Pulling fs layer [2020-12-07T16:03:37.734Z] a4357932f1b6: Pulling fs layer [2020-12-07T16:03:37.734Z] 18c013af1878: Pulling fs layer [2020-12-07T16:03:37.734Z] 00ac8860ef70: Pulling fs layer [2020-12-07T16:03:37.734Z] 63d7cb157983: Pulling fs layer [2020-12-07T16:03:37.734Z] b116817d02f9: Pulling fs layer [2020-12-07T16:03:37.734Z] 745a02a5169b: Pulling fs layer [2020-12-07T16:03:37.734Z] 00ac8860ef70: Waiting [2020-12-07T16:03:37.734Z] 63d7cb157983: Waiting [2020-12-07T16:03:37.734Z] b116817d02f9: Waiting [2020-12-07T16:03:37.734Z] 745a02a5169b: Waiting [2020-12-07T16:03:37.734Z] 18c013af1878: Download complete [2020-12-07T16:03:37.734Z] a4357932f1b6: Verifying Checksum [2020-12-07T16:03:37.734Z] a4357932f1b6: Download complete [2020-12-07T16:03:37.734Z] 63d7cb157983: Verifying Checksum [2020-12-07T16:03:37.734Z] 63d7cb157983: Download complete [2020-12-07T16:03:37.734Z] b116817d02f9: Download complete [2020-12-07T16:03:37.734Z] 5f621e34cdf4: Verifying Checksum [2020-12-07T16:03:37.734Z] 5f621e34cdf4: Download complete [2020-12-07T16:03:38.335Z] 5f621e34cdf4: Pull complete [2020-12-07T16:03:38.950Z] a4357932f1b6: Pull complete [2020-12-07T16:03:39.548Z] 18c013af1878: Pull complete [2020-12-07T16:03:40.526Z] 745a02a5169b: Verifying Checksum [2020-12-07T16:03:40.526Z] 745a02a5169b: Download complete [2020-12-07T16:03:41.965Z] 00ac8860ef70: Verifying Checksum [2020-12-07T16:03:41.965Z] 00ac8860ef70: Download complete [2020-12-07T16:03:52.134Z] 00ac8860ef70: Pull complete [2020-12-07T16:03:52.134Z] 63d7cb157983: Pull complete [2020-12-07T16:03:52.134Z] b116817d02f9: Pull complete [2020-12-07T16:03:55.532Z] 745a02a5169b: Pull complete [2020-12-07T16:03:55.532Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-07T16:03:55.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-07T16:03:55.532Z] ---> b7e6874047d6 [2020-12-07T16:03:55.532Z] 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-12-07T16:03:58.928Z] ---> Running in 139fa2bfed05 [2020-12-07T16:04:00.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:04:00.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:04:01.946Z] (1/12) Installing libmagic (5.38-r0) [2020-12-07T16:04:01.946Z] (2/12) Installing file (5.38-r0) [2020-12-07T16:04:01.946Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-07T16:04:02.218Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-07T16:04:04.827Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-07T16:04:04.827Z] (6/12) Installing patch (2.7.6-r6) [2020-12-07T16:04:04.827Z] (7/12) Installing build-base (0.5-r2) [2020-12-07T16:04:04.827Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-07T16:04:05.097Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-07T16:04:05.097Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-07T16:04:05.097Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-07T16:04:05.369Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-07T16:04:05.369Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:04:05.369Z] OK: 217 MiB in 51 packages [2020-12-07T16:04:08.199Z] ---> af915d65c3cb [2020-12-07T16:04:08.199Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-07T16:04:08.467Z] ---> Running in 8327283d5a70 [2020-12-07T16:04:08.732Z] ---> af893d14fea8 [2020-12-07T16:04:08.732Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-07T16:04:08.732Z] ---> 44906c5ea697 [2020-12-07T16:04:08.732Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-07T16:04:08.732Z] ---> 5d09279f1843 [2020-12-07T16:04:08.732Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-07T16:04:08.732Z] ---> 341b8d8dbe9c [2020-12-07T16:04:08.732Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-07T16:04:08.993Z] ---> Running in f64b9756d296 [2020-12-07T16:04:08.993Z] ---> Running in 99f072fc7bd6 [2020-12-07T16:04:08.993Z] ---> Running in dedf08d690f2 [2020-12-07T16:04:08.993Z] ---> Running in 9b4166ee3d08 [2020-12-07T16:04:09.673Z] Removing intermediate container 139fa2bfed05 [2020-12-07T16:04:09.673Z] ---> 31fd84af6ce3 [2020-12-07T16:04:09.673Z] Step 4/7 : WORKDIR /edgex-go [2020-12-07T16:04:09.673Z] ---> Running in cdc917f99999 [2020-12-07T16:04:09.945Z] Removing intermediate container cdc917f99999 [2020-12-07T16:04:09.945Z] ---> 3b558a2379ab [2020-12-07T16:04:09.945Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T16:04:09.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-07T16:04:09.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-07T16:04:09.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-command/core-command ./cmd/core-command [2020-12-07T16:04:10.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-07T16:04:10.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-07T16:04:10.540Z] latest: Pulling from library/docker [2020-12-07T16:04:10.818Z] 5f621e34cdf4: Already exists [2020-12-07T16:04:10.818Z] 85db56a05063: Pulling fs layer [2020-12-07T16:04:10.818Z] ccb67d6aeaaa: Pulling fs layer [2020-12-07T16:04:10.818Z] de930078acea: Pulling fs layer [2020-12-07T16:04:10.818Z] d5a9d88a4785: Pulling fs layer [2020-12-07T16:04:10.818Z] e7f15c1544d5: Pulling fs layer [2020-12-07T16:04:10.818Z] 877c515997d3: Pulling fs layer [2020-12-07T16:04:10.818Z] e7f15c1544d5: Waiting [2020-12-07T16:04:10.818Z] 877c515997d3: Waiting [2020-12-07T16:04:10.818Z] d5a9d88a4785: Waiting [2020-12-07T16:04:10.818Z] ccb67d6aeaaa: Verifying Checksum [2020-12-07T16:04:10.818Z] ccb67d6aeaaa: Download complete [2020-12-07T16:04:10.818Z] 85db56a05063: Verifying Checksum [2020-12-07T16:04:10.818Z] 85db56a05063: Download complete [2020-12-07T16:04:11.093Z] d5a9d88a4785: Verifying Checksum [2020-12-07T16:04:11.093Z] d5a9d88a4785: Download complete [2020-12-07T16:04:11.093Z] e7f15c1544d5: Verifying Checksum [2020-12-07T16:04:11.093Z] e7f15c1544d5: Download complete [2020-12-07T16:04:11.093Z] 877c515997d3: Verifying Checksum [2020-12-07T16:04:11.093Z] 877c515997d3: Download complete [2020-12-07T16:04:11.687Z] 85db56a05063: Pull complete [2020-12-07T16:04:11.961Z] ccb67d6aeaaa: Pull complete [2020-12-07T16:04:12.233Z] de930078acea: Verifying Checksum [2020-12-07T16:04:12.233Z] de930078acea: Download complete [2020-12-07T16:04:15.628Z] de930078acea: Pull complete [2020-12-07T16:04:15.628Z] d5a9d88a4785: Pull complete [2020-12-07T16:04:15.902Z] e7f15c1544d5: Pull complete [2020-12-07T16:04:16.174Z] 877c515997d3: Pull complete [2020-12-07T16:04:16.174Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T16:04:16.174Z] Status: Downloaded newer image for docker:latest [2020-12-07T16:04:19.589Z] ---> 0620cc7e5f30 [2020-12-07T16:04:19.590Z] Step 6/7 : COPY go.mod . [2020-12-07T16:04:19.861Z] ---> b1c504ec9241 [2020-12-07T16:04:19.861Z] Step 7/7 : RUN go mod download [2020-12-07T16:04:20.135Z] ---> Running in 27f0288bcb42 [2020-12-07T16:04:36.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-07T16:04:38.898Z] Removing intermediate container f64b9756d296 [2020-12-07T16:04:38.898Z] ---> be0ae88797ce [2020-12-07T16:04:38.898Z] [2020-12-07T16:04:38.898Z] Step 10/22 : FROM alpine:3.10 [2020-12-07T16:04:38.898Z] 3.10: Pulling from library/alpine [2020-12-07T16:04:39.486Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-07T16:04:39.486Z] Status: Downloaded newer image for alpine:3.10 [2020-12-07T16:04:39.486Z] ---> be4e4bea2c2e [2020-12-07T16:04:39.486Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T16:04:40.452Z] ---> Running in 43d609aafe47 [2020-12-07T16:04:43.018Z] Removing intermediate container 8327283d5a70 [2020-12-07T16:04:43.018Z] ---> cd91d5f19890 [2020-12-07T16:04:43.018Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-07T16:04:43.632Z] ---> Running in a2cfa2b48cbf [2020-12-07T16:04:43.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:04:43.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:04:44.166Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T16:04:44.166Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T16:04:44.166Z] OK: 10348 distinct packages available [2020-12-07T16:04:44.497Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T16:04:44.497Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T16:04:44.497Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T16:04:44.766Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T16:04:44.766Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T16:04:44.766Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T16:04:44.766Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T16:04:44.766Z] OK: 7 MiB in 19 packages [2020-12-07T16:04:45.355Z] Removing intermediate container dedf08d690f2 [2020-12-07T16:04:45.355Z] ---> 993ba86bb56f [2020-12-07T16:04:45.355Z] [2020-12-07T16:04:45.355Z] Step 10/24 : FROM alpine:3.10 [2020-12-07T16:04:45.355Z] ---> be4e4bea2c2e [2020-12-07T16:04:45.355Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T16:04:46.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-07T16:04:46.306Z] ---> Running in 7281c57703a8 [2020-12-07T16:04:46.587Z] Removing intermediate container 99f072fc7bd6 [2020-12-07T16:04:46.587Z] ---> a7c6ae8032be [2020-12-07T16:04:46.587Z] [2020-12-07T16:04:46.587Z] Step 10/22 : FROM scratch [2020-12-07T16:04:46.587Z] ---> [2020-12-07T16:04:46.587Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:04:46.907Z] Removing intermediate container 27f0288bcb42 [2020-12-07T16:04:46.907Z] ---> c308847a747a [2020-12-07T16:04:46.907Z] Successfully built c308847a747a [2020-12-07T16:04:46.907Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:04:47.249Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T16:04:47.249Z] . [Pipeline] withDockerContainer [2020-12-07T16:04:47.540Z] prd-ubuntu18.04-docker-arm64-4c-16g-14890 does not seem to be running inside a container [2020-12-07T16:04:47.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:04:47.555Z] Removing intermediate container 43d609aafe47 [2020-12-07T16:04:47.555Z] ---> de545f7e8d4b [2020-12-07T16:04:47.555Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-07T16:04:47.555Z] ---> Running in 4221d7757603 [2020-12-07T16:04:47.555Z] ---> Running in 6f8e1187409b [2020-12-07T16:04:47.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:04:47.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:04:47.820Z] Removing intermediate container 4221d7757603 [2020-12-07T16:04:47.820Z] ---> bce2606c5080 [2020-12-07T16:04:47.820Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-07T16:04:48.085Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T16:04:48.085Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T16:04:48.085Z] OK: 10348 distinct packages available [2020-12-07T16:04:48.085Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T16:04:48.085Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T16:04:48.350Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T16:04:48.350Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T16:04:48.350Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T16:04:48.351Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T16:04:48.351Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T16:04:48.351Z] OK: 7 MiB in 19 packages [2020-12-07T16:04:49.114Z] $ docker top a4ad163cc780d07823c5cc77f8052fce6886e336e1f4a2d9356f5622870222e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:04:50.122Z] + go version [2020-12-07T16:04:50.122Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-07T16:04:50.155Z] $ docker stop --time=1 a4ad163cc780d07823c5cc77f8052fce6886e336e1f4a2d9356f5622870222e2 [2020-12-07T16:04:50.269Z] ---> Running in aee834f3d68e [2020-12-07T16:04:50.269Z] Removing intermediate container 6f8e1187409b [2020-12-07T16:04:50.269Z] ---> 0064b831e3ca [2020-12-07T16:04:50.269Z] Step 13/22 : WORKDIR / [2020-12-07T16:04:50.843Z] Removing intermediate container a2cfa2b48cbf [2020-12-07T16:04:50.843Z] ---> 01e7aa7b83ca [2020-12-07T16:04:50.843Z] [2020-12-07T16:04:50.843Z] Step 11/27 : FROM docker:latest [2020-12-07T16:04:50.843Z] ---> b0757c55a1fd [2020-12-07T16:04:50.843Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-07T16:04:50.843Z] ---> Running in 35264f8db0e3 [2020-12-07T16:04:50.843Z] Removing intermediate container 9b4166ee3d08 [2020-12-07T16:04:50.843Z] ---> 7709f44a73ba [2020-12-07T16:04:50.844Z] [2020-12-07T16:04:50.844Z] Step 10/22 : FROM scratch [2020-12-07T16:04:50.844Z] ---> [2020-12-07T16:04:50.844Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:04:50.844Z] Removing intermediate container aee834f3d68e [2020-12-07T16:04:50.844Z] ---> bc32f3d46a18 [2020-12-07T16:04:50.844Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T16:04:50.844Z] ---> Using cache [2020-12-07T16:04:50.844Z] ---> bce2606c5080 [2020-12-07T16:04:50.844Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-07T16:04:51.106Z] ---> Running in a09760593b9c [2020-12-07T16:04:51.367Z] ---> Running in 8a7ce8d1e359 [2020-12-07T16:04:51.367Z] ---> Running in d710fb58be31 [2020-12-07T16:04:51.631Z] Removing intermediate container 35264f8db0e3 [2020-12-07T16:04:51.631Z] ---> 6d4492da77a5 [2020-12-07T16:04:51.631Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-07T16:04:51.631Z] Removing intermediate container 7281c57703a8 [2020-12-07T16:04:51.631Z] ---> 743cae99aa4d [2020-12-07T16:04:51.631Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T16:04:51.631Z] Removing intermediate container 8a7ce8d1e359 [2020-12-07T16:04:51.631Z] ---> ad08e0677f96 [2020-12-07T16:04:51.631Z] Step 14/22 : WORKDIR / [2020-12-07T16:04:51.893Z] Removing intermediate container d710fb58be31 [2020-12-07T16:04:51.893Z] ---> b8fe2504aa04 [2020-12-07T16:04:51.893Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T16:04:51.893Z] ---> Running in 46be256319d2 [2020-12-07T16:04:51.893Z] ---> Running in 75bfd8ae7142 [2020-12-07T16:04:52.090Z] $ docker rm -f a4ad163cc780d07823c5cc77f8052fce6886e336e1f4a2d9356f5622870222e2 [2020-12-07T16:04:52.158Z] ---> Running in 84b32b694cc1 [2020-12-07T16:04:52.158Z] ---> 12d78dd2e8eb [2020-12-07T16:04:52.158Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-07T16:04:52.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:04:52.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:04:52.158Z] Removing intermediate container 46be256319d2 [2020-12-07T16:04:52.158Z] ---> 1d99d1de2cbe [2020-12-07T16:04:52.158Z] Step 13/24 : WORKDIR / [Pipeline] // withDockerContainer [2020-12-07T16:04:52.420Z] Removing intermediate container 84b32b694cc1 [2020-12-07T16:04:52.420Z] ---> 71d1e8dabf05 [2020-12-07T16:04:52.420Z] Step 14/22 : WORKDIR / [2020-12-07T16:04:52.420Z] Removing intermediate container 75bfd8ae7142 [2020-12-07T16:04:52.420Z] ---> 71a5ee147cca [2020-12-07T16:04:52.420Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-07T16:04:52.420Z] (1/2) Installing readline (8.0.4-r0) [2020-12-07T16:04:52.420Z] (2/2) Installing bash (5.0.17-r0) [2020-12-07T16:04:52.420Z] Executing bash-5.0.17-r0.post-install [2020-12-07T16:04:52.420Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:04:52.420Z] OK: 12 MiB in 22 packages [2020-12-07T16:04:52.420Z] ---> Running in 8ba02300d9f8 [2020-12-07T16:04:52.420Z] ---> Running in 924ef12d9787 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-12-07T16:04:52.686Z] ---> e5a118708142 [2020-12-07T16:04:52.686Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / Stage "Test" skipped due to when conditional [Pipeline] } [2020-12-07T16:04:52.947Z] ---> c2c7b00378f2 [2020-12-07T16:04:52.947Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-07T16:04:53.212Z] Removing intermediate container 924ef12d9787 [2020-12-07T16:04:53.212Z] ---> e751d6d6177b [2020-12-07T16:04:53.212Z] 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-12-07T16:04:53.474Z] Removing intermediate container 8ba02300d9f8 [2020-12-07T16:04:53.474Z] ---> 2a2e675ca0a6 [2020-12-07T16:04:53.474Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-07T16:04:53.737Z] ---> c75f9c87fc6d [2020-12-07T16:04:53.737Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-07T16:04:53.737Z] ---> c618dc7dc6f5 [2020-12-07T16:04:53.737Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-07T16:04:54.010Z] Removing intermediate container a09760593b9c [2020-12-07T16:04:54.010Z] ---> 933fd0163af9 [2020-12-07T16:04:54.010Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-07T16:04:54.010Z] ---> cd01521b98b7 [2020-12-07T16:04:54.010Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-07T16:04:54.010Z] ---> a8b1a3198515 [2020-12-07T16:04:54.010Z] 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-12-07T16:04:54.010Z] ---> Running in 0f32319f513d [2020-12-07T16:04:54.277Z] ---> 08595042c89d [2020-12-07T16:04:54.277Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-07T16:04:54.548Z] ---> 41ae69e5c442 [2020-12-07T16:04:54.548Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-07T16:04:54.548Z] ---> Running in 3520522e1f09 [2020-12-07T16:04:54.813Z] ---> 875302fc71ff [2020-12-07T16:04:54.813Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-07T16:04:54.813Z] ---> a24cab07c98a [2020-12-07T16:04:54.813Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-07T16:04:54.813Z] ---> Running in e8cad5070283 [2020-12-07T16:04:55.075Z] Removing intermediate container e8cad5070283 [2020-12-07T16:04:55.075Z] ---> aff17d2a192d [2020-12-07T16:04:55.075Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:04:55.075Z] ---> 93a539e2ee91 [2020-12-07T16:04:55.075Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-07T16:04:55.337Z] ---> b5e787e72562 [2020-12-07T16:04:55.337Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-07T16:04:55.337Z] ---> Running in 5386d4504966 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-12-07T16:04:55.600Z] ---> Running in 2006a54d8dc4 [2020-12-07T16:04:55.600Z] Removing intermediate container 5386d4504966 [2020-12-07T16:04:55.600Z] ---> 415174dc4ab4 [2020-12-07T16:04:55.600Z] Step 20/22 : LABEL arch=x86_64 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:04:55.876Z] ---> e422bfa0e4a1 [2020-12-07T16:04:55.876Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-07T16:04:55.876Z] ---> Running in 09fee3474ecd [2020-12-07T16:04:55.876Z] Removing intermediate container 2006a54d8dc4 [2020-12-07T16:04:55.876Z] ---> ed0a72d10296 [2020-12-07T16:04:55.876Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:04:56.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T16:04:56.031Z] [2020-12-07T16:04:56.031Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T16:04:56.140Z] ---> Running in 54f1965e97fd [2020-12-07T16:04:56.140Z] Removing intermediate container 0f32319f513d [2020-12-07T16:04:56.140Z] ---> b74154ee0af3 [2020-12-07T16:04:56.140Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:04:56.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T16:04:56.713Z] Removing intermediate container 09fee3474ecd [2020-12-07T16:04:56.713Z] ---> a028bb2a3d8a [2020-12-07T16:04:56.713Z] Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:04:56.955Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-07T16:04:56.955Z] 29e5d40040c1: Pulling fs layer [2020-12-07T16:04:56.955Z] 1ce36da41761: Pulling fs layer [2020-12-07T16:04:56.955Z] 25b303627fd3: Pulling fs layer [2020-12-07T16:04:56.955Z] 29e5d40040c1: Verifying Checksum [2020-12-07T16:04:56.955Z] 29e5d40040c1: Download complete [2020-12-07T16:04:56.976Z] Removing intermediate container 3520522e1f09 [2020-12-07T16:04:56.976Z] ---> 768ca52d5cdf [2020-12-07T16:04:56.976Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-07T16:04:56.976Z] ---> 53d8afceacc2 [2020-12-07T16:04:56.976Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T16:04:56.976Z] ---> Running in 9e96aa707e3c [2020-12-07T16:04:56.976Z] Removing intermediate container 54f1965e97fd [2020-12-07T16:04:56.976Z] ---> 28de6c2ce4ac [2020-12-07T16:04:56.976Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T16:04:56.976Z] ---> Running in 301e34d40d13 [2020-12-07T16:04:56.976Z] ---> Running in 774ccc780517 [2020-12-07T16:04:57.238Z] ---> Running in 0681a9c3a45e [2020-12-07T16:04:57.238Z] Removing intermediate container 9e96aa707e3c [2020-12-07T16:04:57.238Z] ---> 758e010b4f9d [2020-12-07T16:04:57.238Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-07T16:04:57.238Z] ---> a12680cf9306 [2020-12-07T16:04:57.238Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T16:04:57.501Z] Removing intermediate container 301e34d40d13 [2020-12-07T16:04:57.501Z] ---> e86b29c74741 [2020-12-07T16:04:57.501Z] Step 22/22 : LABEL version=2.0.0-dev.5 [2020-12-07T16:04:57.501Z] Removing intermediate container 774ccc780517 [2020-12-07T16:04:57.501Z] ---> 003b2e626b46 [2020-12-07T16:04:57.501Z] Step 20/22 : LABEL arch=x86_64 [2020-12-07T16:04:57.501Z] Removing intermediate container 0681a9c3a45e [2020-12-07T16:04:57.501Z] ---> 059511c41106 [2020-12-07T16:04:57.501Z] Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:04:57.559Z] 1ce36da41761: Verifying Checksum [2020-12-07T16:04:57.559Z] 1ce36da41761: Download complete [2020-12-07T16:04:57.765Z] ---> Running in 070a1f94f168 [2020-12-07T16:04:57.766Z] ---> Running in 4e6384a86219 [2020-12-07T16:04:57.766Z] ---> Running in 3215f70e5cad [2020-12-07T16:04:57.766Z] ---> Running in 106f20b0c2f8 [2020-12-07T16:04:57.766Z] ---> Running in c8c0ebeb31a3 [2020-12-07T16:04:57.832Z] 29e5d40040c1: Pull complete [2020-12-07T16:04:58.028Z] Removing intermediate container 070a1f94f168 [2020-12-07T16:04:58.028Z] ---> c1d8d5b87a65 [2020-12-07T16:04:58.028Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-07T16:04:58.028Z] Removing intermediate container 3215f70e5cad [2020-12-07T16:04:58.028Z] ---> 24d05ae64302 [2020-12-07T16:04:58.028Z] Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:04:58.290Z] Removing intermediate container 106f20b0c2f8 [2020-12-07T16:04:58.290Z] ---> ca09e142ff0a [2020-12-07T16:04:58.290Z] [2020-12-07T16:04:58.290Z] ---> Running in f20e7a23da96 [2020-12-07T16:04:58.291Z] Removing intermediate container c8c0ebeb31a3 [2020-12-07T16:04:58.291Z] ---> d9b97ce22bcd [2020-12-07T16:04:58.291Z] Step 22/22 : LABEL version=2.0.0-dev.5 [2020-12-07T16:04:58.553Z] Successfully built ca09e142ff0a [2020-12-07T16:04:58.553Z] Successfully tagged docker-core-command-go:latest [2020-12-07T16:04:58.553Z] Building docker-support-scheduler-go [2020-12-07T16:04:58.553Z]  Building docker-core-command-go ... done  ---> Running in 05890f4e6df0 [2020-12-07T16:04:58.553Z] ---> Running in e8b405ea2dae [2020-12-07T16:04:58.553Z] Removing intermediate container f20e7a23da96 [2020-12-07T16:04:58.553Z] ---> cd9fd4c1f3fa [2020-12-07T16:04:58.553Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-07T16:04:58.811Z] 1ce36da41761: Pull complete [2020-12-07T16:04:58.822Z] Removing intermediate container 05890f4e6df0 [2020-12-07T16:04:58.822Z] ---> ed431171da37 [2020-12-07T16:04:58.822Z] Step 22/22 : LABEL version=2.0.0-dev.5 [2020-12-07T16:04:59.099Z] Removing intermediate container e8b405ea2dae [2020-12-07T16:04:59.099Z] ---> 959f77d39165 [2020-12-07T16:04:59.099Z] [2020-12-07T16:04:59.099Z] ---> Running in 86cb11621eec [2020-12-07T16:04:59.368Z] Successfully built 959f77d39165 [2020-12-07T16:04:59.368Z] Successfully tagged docker-core-metadata-go:latest [2020-12-07T16:04:59.368Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2020-12-07T16:04:59.368Z] Removing intermediate container 4e6384a86219 [2020-12-07T16:04:59.368Z] ---> 49cd43f42ad8 [2020-12-07T16:04:59.368Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T16:04:59.405Z] 25b303627fd3: Verifying Checksum [2020-12-07T16:04:59.405Z] 25b303627fd3: Download complete [2020-12-07T16:04:59.633Z] ---> 4c8225797732 [2020-12-07T16:04:59.633Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-07T16:04:59.633Z] ---> Running in 3ff21c6f0920 [2020-12-07T16:04:59.633Z] Removing intermediate container 86cb11621eec [2020-12-07T16:04:59.633Z] ---> 4901c45a6aa8 [2020-12-07T16:04:59.633Z] [2020-12-07T16:05:04.284Z] Successfully built 4901c45a6aa8 [2020-12-07T16:05:05.709Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-07T16:05:05.709Z] Building docker-security-secrets-setup-go [2020-12-07T16:05:05.983Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3ff21c6f0920 [2020-12-07T16:05:05.983Z] ---> 01c29e152b00 [2020-12-07T16:05:05.983Z] Step 22/24 : LABEL arch=x86_64 [2020-12-07T16:05:06.937Z] ---> 165a63ab59f6 [2020-12-07T16:05:06.937Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-07T16:05:09.540Z] 25b303627fd3: Pull complete [2020-12-07T16:05:09.541Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-07T16:05:09.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T16:05:09.541Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-07T16:05:09.799Z] prd-ubuntu18.04-docker-arm64-4c-16g-14890 does not seem to be running inside a container [2020-12-07T16:05:09.887Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:05:12.256Z] ---> Running in cea5daab0bce [2020-12-07T16:05:13.176Z] $ docker top db02c23909ceb3d34c3aa0ece71e373a0c6bc903db63e7cb20f9b7c434a4db7e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:05:14.161Z] + docker-compose build --help [2020-12-07T16:05:14.161Z] + grep parallel [2020-12-07T16:05:17.537Z] --parallel Build images in parallel. [Pipeline] } [2020-12-07T16:05:17.567Z] $ docker stop --time=1 db02c23909ceb3d34c3aa0ece71e373a0c6bc903db63e7cb20f9b7c434a4db7e [2020-12-07T16:05:17.590Z] Removing intermediate container cea5daab0bce [2020-12-07T16:05:17.590Z] ---> 72b4cd9fcc49 [2020-12-07T16:05:17.590Z] Step 23/24 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:05:17.590Z] ---> cb4c6aa8e934 [2020-12-07T16:05:17.590Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-07T16:05:18.556Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:05:18.556Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:05:18.556Z] ---> 9c43dd1acda3 [2020-12-07T16:05:18.556Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T16:05:18.556Z] ---> Using cache [2020-12-07T16:05:18.556Z] ---> 2aff43839ce1 [2020-12-07T16:05:18.556Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:05:18.556Z] ---> Using cache [2020-12-07T16:05:18.556Z] ---> e86ea6bcc5ca [2020-12-07T16:05:18.556Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T16:05:18.556Z] ---> Using cache [2020-12-07T16:05:18.556Z] ---> 9d4af4e1cd3b [2020-12-07T16:05:18.556Z] Step 6/21 : COPY go.mod . [2020-12-07T16:05:18.556Z] ---> Using cache [2020-12-07T16:05:18.556Z] ---> 403fdf5fb2a8 [2020-12-07T16:05:18.556Z] Step 7/21 : RUN go mod download [2020-12-07T16:05:18.556Z] ---> Using cache [2020-12-07T16:05:18.556Z] ---> 101a0142300a [2020-12-07T16:05:18.556Z] Step 8/21 : COPY . . [2020-12-07T16:05:18.556Z] ---> Running in 2455900430ae [2020-12-07T16:05:18.556Z] ---> Using cache [2020-12-07T16:05:18.556Z] ---> af893d14fea8 [2020-12-07T16:05:18.556Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-07T16:05:18.820Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:05:18.820Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:05:18.820Z] ---> 9c43dd1acda3 [2020-12-07T16:05:18.820Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T16:05:18.820Z] ---> Using cache [2020-12-07T16:05:18.820Z] ---> 2aff43839ce1 [2020-12-07T16:05:18.821Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:05:18.821Z] ---> Using cache [2020-12-07T16:05:18.821Z] ---> e86ea6bcc5ca [2020-12-07T16:05:18.821Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T16:05:18.821Z] ---> Using cache [2020-12-07T16:05:18.821Z] ---> 9d4af4e1cd3b [2020-12-07T16:05:18.821Z] Step 6/21 : COPY go.mod . [2020-12-07T16:05:18.821Z] ---> Using cache [2020-12-07T16:05:18.821Z] ---> 403fdf5fb2a8 [2020-12-07T16:05:18.821Z] Step 7/21 : RUN go mod download [2020-12-07T16:05:18.821Z] ---> Using cache [2020-12-07T16:05:18.821Z] ---> 101a0142300a [2020-12-07T16:05:18.821Z] Step 8/21 : COPY . . [2020-12-07T16:05:18.821Z] ---> Using cache [2020-12-07T16:05:18.821Z] ---> af893d14fea8 [2020-12-07T16:05:18.821Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-07T16:05:19.437Z] $ docker rm -f db02c23909ceb3d34c3aa0ece71e373a0c6bc903db63e7cb20f9b7c434a4db7e [Pipeline] // withDockerContainer [2020-12-07T16:05:19.773Z] ---> Running in 05787d081cc7 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:05:20.040Z] ---> Running in 342014a47804 [2020-12-07T16:05:20.040Z] ---> Running in 353018a0e5b2 [2020-12-07T16:05:20.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-07T16:05:20.281Z] . [2020-12-07T16:05:20.304Z] Removing intermediate container 2455900430ae [2020-12-07T16:05:20.304Z] ---> 784ca9b37fe9 [2020-12-07T16:05:20.304Z] Step 24/24 : LABEL version=2.0.0-dev.5 [Pipeline] withDockerContainer [2020-12-07T16:05:20.558Z] prd-ubuntu18.04-docker-arm64-4c-16g-14890 does not seem to be running inside a container [2020-12-07T16:05:20.570Z] ---> Running in d968f4c9bd6d [2020-12-07T16:05:20.683Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:05:22.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:05:22.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:05:22.077Z] $ docker top 0f45fe4561c037280475e2cfa776bba9bae42e902555e02d11e1f2fe83a6fd77 -eo pid,comm [2020-12-07T16:05:22.267Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-07T16:05:22.267Z] (2/33) Installing expat (2.2.9-r1) [2020-12-07T16:05:22.267Z] (3/33) Installing libffi (3.3-r2) [2020-12-07T16:05:22.267Z] (4/33) Installing gdbm (1.13-r1) [2020-12-07T16:05:22.267Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-07T16:05:22.267Z] Removing intermediate container d968f4c9bd6d [2020-12-07T16:05:22.267Z] ---> d7aade742cf6 [2020-12-07T16:05:22.267Z] [2020-12-07T16:05:22.267Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-07T16:05:22.267Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] { [Pipeline] sh [2020-12-07T16:05:22.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-07T16:05:22.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-07T16:05:22.557Z] Successfully built d7aade742cf6 [2020-12-07T16:05:22.557Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-07T16:05:22.557Z] Building docker-core-data-go [2020-12-07T16:05:23.092Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-07T16:05:26.469Z] Building docker-core-command-go ... [2020-12-07T16:05:26.469Z] Building docker-core-data-go ... [2020-12-07T16:05:26.469Z] Building docker-core-metadata-go ... [2020-12-07T16:05:26.469Z] Building docker-security-bootstrap-redis-go ... [2020-12-07T16:05:26.469Z] Building docker-security-proxy-setup-go ... [2020-12-07T16:05:26.469Z] Building docker-security-secrets-setup-go ... [2020-12-07T16:05:26.469Z] Building docker-security-secretstore-setup-go ... [2020-12-07T16:05:26.469Z] Building docker-support-notifications-go ... [2020-12-07T16:05:26.469Z] Building docker-support-scheduler-go ... [2020-12-07T16:05:26.469Z] Building docker-sys-mgmt-agent-go ... [2020-12-07T16:05:26.469Z] Building docker-security-secrets-setup-go [2020-12-07T16:05:26.469Z] Building docker-sys-mgmt-agent-go [2020-12-07T16:05:26.469Z] Building docker-security-bootstrap-redis-go [2020-12-07T16:05:26.469Z] Building docker-core-metadata-go [2020-12-07T16:05:26.469Z] Building docker-support-scheduler-go [2020-12-07T16:05:26.812Z]  Building docker-security-secretstore-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-07T16:05:26.812Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-07T16:05:26.812Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-07T16:05:26.812Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-07T16:05:26.812Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-07T16:05:27.757Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-07T16:05:27.757Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:05:27.757Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-07T16:05:27.757Z] ---> 9c43dd1acda3 [2020-12-07T16:05:27.757Z] Step 3/29 : WORKDIR /edgex-go [2020-12-07T16:05:27.757Z] ---> Using cache [2020-12-07T16:05:27.757Z] ---> 2aff43839ce1 [2020-12-07T16:05:27.757Z] Step 4/29 : RUN apk update && apk add make git [2020-12-07T16:05:27.757Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-07T16:05:29.682Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-07T16:05:30.639Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-07T16:05:30.909Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-07T16:05:31.873Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-07T16:05:31.873Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-07T16:05:31.873Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-07T16:05:31.873Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-07T16:05:32.472Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-07T16:05:32.472Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-07T16:05:32.472Z] ---> Running in 543984fd8a98 [2020-12-07T16:05:32.747Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-07T16:05:32.747Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-07T16:05:32.747Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-07T16:05:32.747Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-07T16:05:32.747Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-07T16:05:32.747Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-07T16:05:32.747Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-07T16:05:33.026Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-07T16:05:33.026Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-07T16:05:33.026Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-07T16:05:33.610Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:05:33.610Z] OK: 71 MiB in 55 packages [2020-12-07T16:05:33.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:05:34.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:05:35.120Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:05:35.120Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:05:35.120Z] OK: 12745 distinct packages available [2020-12-07T16:05:35.384Z] OK: 233 MiB in 51 packages [2020-12-07T16:05:38.020Z] Removing intermediate container 543984fd8a98 [2020-12-07T16:05:38.020Z] ---> ce35eb0d93d1 [2020-12-07T16:05:38.020Z] Step 5/29 : COPY go.mod . [2020-12-07T16:05:38.607Z] ---> 899aa1298d2c [2020-12-07T16:05:38.607Z] Step 6/29 : RUN go mod download [2020-12-07T16:05:39.199Z] ---> Running in 08586e901f1b [2020-12-07T16:05:47.469Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:05:47.469Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:05:47.469Z] ---> 9c43dd1acda3 [2020-12-07T16:05:47.469Z] Step 3/23 : WORKDIR /edgex-go [2020-12-07T16:05:47.469Z] ---> Using cache [2020-12-07T16:05:47.469Z] ---> 2aff43839ce1 [2020-12-07T16:05:47.469Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:05:47.469Z] ---> Using cache [2020-12-07T16:05:47.469Z] ---> e86ea6bcc5ca [2020-12-07T16:05:47.469Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-07T16:05:48.418Z] ---> Running in d25c5b5a4425 [2020-12-07T16:05:48.418Z] Removing intermediate container 08586e901f1b [2020-12-07T16:05:48.418Z] ---> 10ae8c8072a9 [2020-12-07T16:05:48.418Z] Step 7/29 : COPY . . [2020-12-07T16:05:49.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:05:49.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:05:50.535Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:05:50.535Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:05:50.535Z] OK: 12745 distinct packages available [2020-12-07T16:05:50.797Z] OK: 233 MiB in 51 packages [2020-12-07T16:05:52.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-07T16:05:52.454Z] Removing intermediate container 05787d081cc7 [2020-12-07T16:05:52.454Z] ---> ab7fecc8c41d [2020-12-07T16:05:52.454Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-07T16:05:56.695Z] ---> Running in fd9d16ac8798 [2020-12-07T16:05:58.629Z] Removing intermediate container d25c5b5a4425 [2020-12-07T16:05:58.629Z] ---> 8a1d908d8b75 [2020-12-07T16:05:58.629Z] Step 6/23 : COPY go.mod . [2020-12-07T16:06:02.884Z] ---> 5be2fb84a278 [2020-12-07T16:06:02.884Z] Step 7/23 : RUN go mod download [2020-12-07T16:06:03.488Z] Removing intermediate container 353018a0e5b2 [2020-12-07T16:06:03.488Z] ---> 2851bc35aeca [2020-12-07T16:06:03.488Z] [2020-12-07T16:06:03.488Z] Step 10/21 : FROM scratch [2020-12-07T16:06:03.488Z] ---> [2020-12-07T16:06:03.488Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:06:04.063Z] ---> Using cache [2020-12-07T16:06:04.063Z] ---> bce2606c5080 [2020-12-07T16:06:04.063Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-07T16:06:05.014Z] ---> Running in 28a0a912c347 [2020-12-07T16:06:06.947Z] ---> Running in dc1b074b8779 [2020-12-07T16:06:07.899Z] Collecting docker-compose==1.23.2 [2020-12-07T16:06:07.899Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-07T16:06:08.162Z] 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-12-07T16:06:09.108Z] Removing intermediate container dc1b074b8779 [2020-12-07T16:06:09.108Z] ---> fe7de3195bf5 [2020-12-07T16:06:09.108Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-07T16:06:09.108Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-07T16:06:09.108Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-07T16:06:10.052Z] Removing intermediate container 342014a47804 [2020-12-07T16:06:10.052Z] ---> ddfcb95825a8 [2020-12-07T16:06:10.052Z] [2020-12-07T16:06:10.052Z] Step 10/21 : FROM alpine [2020-12-07T16:06:10.052Z] latest: Pulling from library/alpine [2020-12-07T16:06:10.052Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-07T16:06:10.052Z] Collecting jsonschema<3,>=2.5.1 [2020-12-07T16:06:10.052Z] ---> Running in fcb209885d3a [2020-12-07T16:06:10.052Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-07T16:06:10.052Z] Status: Downloaded newer image for alpine:latest [2020-12-07T16:06:10.312Z] ---> d6e46aa2470d [2020-12-07T16:06:10.312Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-07T16:06:10.312Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-07T16:06:10.312Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-07T16:06:10.312Z] ---> ae7a4fcbff6c [2020-12-07T16:06:10.312Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-07T16:06:10.312Z] Removing intermediate container fcb209885d3a [2020-12-07T16:06:10.312Z] ---> d99c9680d6e6 [2020-12-07T16:06:10.313Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-07T16:06:10.580Z] ---> Running in d1f0698228d2 [2020-12-07T16:06:10.850Z] ---> Running in 361f500929e2 [2020-12-07T16:06:10.851Z] Removing intermediate container 28a0a912c347 [2020-12-07T16:06:10.851Z] ---> a45aeb08163e [2020-12-07T16:06:10.851Z] Step 8/23 : COPY . . [2020-12-07T16:06:10.851Z] ---> 66bfa9801c4f [2020-12-07T16:06:10.851Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-07T16:06:11.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:06:12.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:06:12.391Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T16:06:12.391Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:06:12.391Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:06:12.391Z] OK: 12746 distinct packages available [2020-12-07T16:06:12.988Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-07T16:06:12.989Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T16:06:12.989Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-07T16:06:12.989Z] (4/4) Installing curl (7.69.1-r1) [2020-12-07T16:06:12.989Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:06:12.989Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T16:06:12.989Z] OK: 7 MiB in 18 packages [2020-12-07T16:06:12.989Z] Collecting cached-property<2,>=1.2.0 [2020-12-07T16:06:12.989Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-07T16:06:13.448Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:06:13.448Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:06:13.448Z] ---> c308847a747a [2020-12-07T16:06:13.448Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:06:13.448Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:06:13.448Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:06:13.448Z] ---> c308847a747a [2020-12-07T16:06:13.448Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:06:13.448Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:06:13.448Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-07T16:06:13.448Z] ---> c308847a747a [2020-12-07T16:06:13.448Z] Step 3/29 : WORKDIR /edgex-go [2020-12-07T16:06:13.448Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:06:13.448Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:06:13.448Z] ---> c308847a747a [2020-12-07T16:06:13.448Z] Step 3/27 : WORKDIR /edgex-go [2020-12-07T16:06:13.448Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:06:13.448Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:06:13.448Z] ---> c308847a747a [2020-12-07T16:06:13.448Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T16:06:13.571Z] Collecting texttable<0.10,>=0.9.0 [2020-12-07T16:06:13.571Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-07T16:06:15.456Z] ---> Running in d960b6680563 [2020-12-07T16:06:15.456Z] ---> Running in fab25b4afc3a [2020-12-07T16:06:15.456Z] ---> Running in 2fbe3009e9f3 [2020-12-07T16:06:15.456Z] ---> Running in 9735ef666251 [2020-12-07T16:06:15.456Z] ---> Running in 79173b2ed083 [2020-12-07T16:06:16.063Z] Removing intermediate container 79173b2ed083 [2020-12-07T16:06:16.063Z] ---> 551d137f1de2 [2020-12-07T16:06:16.063Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:06:16.063Z] Removing intermediate container 2fbe3009e9f3 [2020-12-07T16:06:16.063Z] ---> 3e05dbf11ea0 [2020-12-07T16:06:16.063Z] Step 4/29 : RUN apk update && apk add make git [2020-12-07T16:06:16.063Z] Removing intermediate container fab25b4afc3a [2020-12-07T16:06:16.063Z] ---> 9671e85afea9 [2020-12-07T16:06:16.063Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:06:16.063Z] Removing intermediate container d960b6680563 [2020-12-07T16:06:16.063Z] ---> 3c27cf45b5c4 [2020-12-07T16:06:16.063Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:06:16.063Z] Removing intermediate container 9735ef666251 [2020-12-07T16:06:16.063Z] ---> 5f9e7fa6828f [2020-12-07T16:06:16.063Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:06:16.221Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-07T16:06:16.221Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-07T16:06:16.221Z] ---> e8cc70a0ecfd [2020-12-07T16:06:16.221Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-07T16:06:16.339Z] ---> Running in bfa29b566081 [2020-12-07T16:06:16.339Z] ---> Running in ea78a63b120e [2020-12-07T16:06:16.339Z] ---> Running in 7257cc2341da [2020-12-07T16:06:16.339Z] ---> Running in d2abd1a19c85 [2020-12-07T16:06:16.339Z] ---> Running in 9ead38a3da3e [2020-12-07T16:06:16.806Z] Collecting docopt<0.7,>=0.6.1 [2020-12-07T16:06:16.806Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-07T16:06:18.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:06:18.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:06:19.370Z] Collecting PyYAML<4,>=3.10 [2020-12-07T16:06:19.370Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-07T16:06:19.370Z] ---> 734586efa707 [2020-12-07T16:06:19.370Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-07T16:06:19.958Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:06:19.958Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:06:19.958Z] OK: 12616 distinct packages available [2020-12-07T16:06:20.234Z] Removing intermediate container 7257cc2341da [2020-12-07T16:06:20.234Z] ---> 2508ca9c9e8f [2020-12-07T16:06:20.234Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:06:20.506Z] ---> Running in bba7e66e7b90 [2020-12-07T16:06:20.507Z] Removing intermediate container ea78a63b120e [2020-12-07T16:06:20.507Z] ---> ec56dd6dd501 [2020-12-07T16:06:20.507Z] Step 5/21 : RUN apk update && apk add make git [2020-12-07T16:06:20.773Z] ---> Running in 8bf4063c6526 [2020-12-07T16:06:20.773Z] Removing intermediate container d1f0698228d2 [2020-12-07T16:06:20.773Z] ---> dfc989b48530 [2020-12-07T16:06:20.773Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T16:06:20.773Z] Collecting docker<4.0,>=3.6.0 [2020-12-07T16:06:20.773Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-07T16:06:20.779Z] Removing intermediate container 9ead38a3da3e [2020-12-07T16:06:20.779Z] ---> bffdb961f6a7 [2020-12-07T16:06:20.779Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-07T16:06:20.779Z] ---> Running in 667b8b889100 [2020-12-07T16:06:20.779Z] Removing intermediate container d2abd1a19c85 [2020-12-07T16:06:20.779Z] ---> 5e81b2233167 [2020-12-07T16:06:20.779Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:06:21.058Z] OK: 217 MiB in 51 packages [2020-12-07T16:06:21.058Z] ---> Running in 9d6b678379f9 [2020-12-07T16:06:21.058Z] ---> Running in 4e0e52b891aa [2020-12-07T16:06:22.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:06:22.729Z] 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-12-07T16:06:22.729Z] 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-12-07T16:06:22.785Z] Removing intermediate container bfa29b566081 [2020-12-07T16:06:22.785Z] ---> e7fd8cfc7ba9 [2020-12-07T16:06:22.785Z] Step 5/29 : COPY go.mod . [2020-12-07T16:06:22.989Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-07T16:06:22.989Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-07T16:06:23.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:06:23.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:06:23.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:06:23.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:06:23.609Z] ---> efb1f01cffea [2020-12-07T16:06:23.609Z] Step 6/29 : RUN go mod download [2020-12-07T16:06:23.609Z] ---> Running in 421eba83c69a [2020-12-07T16:06:23.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:06:23.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:06:23.957Z] Collecting idna<2.8,>=2.5 [2020-12-07T16:06:23.957Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-07T16:06:24.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:06:24.445Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:06:24.445Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:06:24.445Z] OK: 12616 distinct packages available [2020-12-07T16:06:25.044Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:06:25.044Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:06:25.044Z] OK: 12616 distinct packages available [2020-12-07T16:06:25.044Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:06:25.044Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:06:25.044Z] OK: 12616 distinct packages available [2020-12-07T16:06:25.044Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:06:25.044Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:06:25.044Z] OK: 12616 distinct packages available [2020-12-07T16:06:25.322Z] OK: 217 MiB in 51 packages [2020-12-07T16:06:25.884Z] ---> Running in 27fe60babbc4 [2020-12-07T16:06:25.884Z] Collecting docker-pycreds>=0.4.0 [2020-12-07T16:06:25.884Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-07T16:06:25.885Z] Removing intermediate container 8bf4063c6526 [2020-12-07T16:06:25.885Z] ---> a61a9ab60723 [2020-12-07T16:06:25.885Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:06:25.885Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-07T16:06:25.885Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-07T16:06:25.885Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-07T16:06:25.885Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-07T16:06:25.929Z] OK: 217 MiB in 51 packages [2020-12-07T16:06:25.929Z] OK: 217 MiB in 51 packages [2020-12-07T16:06:26.162Z] Installing collected packages: urllib3, idna, requests, jsonschema, dockerpty, cached-property, texttable, websocket-client, docopt, PyYAML, docker-pycreds, docker, docker-compose [2020-12-07T16:06:26.162Z] Attempting uninstall: urllib3 [2020-12-07T16:06:26.163Z] Found existing installation: urllib3 1.25.9 [2020-12-07T16:06:26.163Z] Uninstalling urllib3-1.25.9: [2020-12-07T16:06:26.208Z] OK: 217 MiB in 51 packages [2020-12-07T16:06:26.753Z] Successfully uninstalled urllib3-1.25.9 [2020-12-07T16:06:27.198Z] Removing intermediate container bba7e66e7b90 [2020-12-07T16:06:27.198Z] ---> edd1d66fc9c9 [2020-12-07T16:06:27.198Z] Step 6/22 : COPY go.mod . [2020-12-07T16:06:27.479Z] Removing intermediate container 4e0e52b891aa [2020-12-07T16:06:27.479Z] ---> d1ae91824dea [2020-12-07T16:06:27.479Z] Step 6/22 : COPY go.mod . [2020-12-07T16:06:28.089Z] Removing intermediate container 667b8b889100 [2020-12-07T16:06:28.089Z] ---> c28bf8e3efe3 [2020-12-07T16:06:28.089Z] Step 6/21 : COPY go.mod . [2020-12-07T16:06:28.089Z] Removing intermediate container 421eba83c69a [2020-12-07T16:06:28.089Z] ---> 3a3fd41b0650 [2020-12-07T16:06:28.089Z] Step 7/29 : COPY . . [2020-12-07T16:06:28.089Z] ---> 5f036d0a3aea [2020-12-07T16:06:28.089Z] Step 7/22 : RUN go mod download [2020-12-07T16:06:28.253Z] ---> Running in bd9a71fbd84e [2020-12-07T16:06:28.374Z] Removing intermediate container 9d6b678379f9 [2020-12-07T16:06:28.375Z] ---> 40d43e50d2cd [2020-12-07T16:06:28.375Z] Step 6/27 : COPY go.mod . [2020-12-07T16:06:28.375Z] ---> Running in 4811a24a0eff [2020-12-07T16:06:28.651Z] ---> 1e1afc201a7c [2020-12-07T16:06:28.651Z] Step 7/22 : RUN go mod download [2020-12-07T16:06:28.880Z] Removing intermediate container 27fe60babbc4 [2020-12-07T16:06:28.880Z] ---> 5b8a15280a5c [2020-12-07T16:06:28.880Z] Step 13/21 : WORKDIR /edgex [2020-12-07T16:06:28.880Z] Attempting uninstall: idna [2020-12-07T16:06:28.880Z] Found existing installation: idna 2.9 [2020-12-07T16:06:28.880Z] Uninstalling idna-2.9: [2020-12-07T16:06:28.941Z] ---> Running in 5aa96461a261 [2020-12-07T16:06:28.941Z] ---> e5f5ac89f359 [2020-12-07T16:06:28.941Z] Step 7/21 : RUN go mod download [2020-12-07T16:06:29.219Z] ---> Running in 0888d5bd1567 [2020-12-07T16:06:29.844Z] ---> 14cb8a261a0d [2020-12-07T16:06:29.844Z] Step 7/27 : RUN go mod download [2020-12-07T16:06:29.872Z] Successfully uninstalled idna-2.9 [2020-12-07T16:06:30.454Z] ---> Running in e41229529a33 [2020-12-07T16:06:30.480Z] Attempting uninstall: requests [2020-12-07T16:06:30.480Z] Found existing installation: requests 2.23.0 [2020-12-07T16:06:30.480Z] ---> Running in bab504217fc1 [2020-12-07T16:06:30.480Z] Uninstalling requests-2.23.0: [2020-12-07T16:06:30.480Z] Removing intermediate container bd9a71fbd84e [2020-12-07T16:06:30.480Z] ---> f54a75e56ba9 [2020-12-07T16:06:30.480Z] Step 19/21 : LABEL arch=x86_64 [2020-12-07T16:06:31.054Z] Successfully uninstalled requests-2.23.0 [2020-12-07T16:06:31.629Z] ---> Running in ddba64bac93c [2020-12-07T16:06:31.896Z] Running setup.py install for dockerpty: started [2020-12-07T16:06:32.471Z] ---> 4fc6c01d706b [2020-12-07T16:06:32.471Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-07T16:06:32.734Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-07T16:06:33.001Z] Running setup.py install for texttable: started [2020-12-07T16:06:33.001Z] Removing intermediate container ddba64bac93c [2020-12-07T16:06:33.001Z] ---> f68b966a7280 [2020-12-07T16:06:33.001Z] Step 20/21 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:06:33.001Z] Removing intermediate container bab504217fc1 [2020-12-07T16:06:33.001Z] ---> 10c33dd9e4aa [2020-12-07T16:06:33.001Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-07T16:06:33.271Z] ---> Running in 8610891aa52e [2020-12-07T16:06:33.271Z] ---> Running in 5701dfc76806 [2020-12-07T16:06:33.535Z] Running setup.py install for texttable: finished with status 'done' [2020-12-07T16:06:33.875Z] Removing intermediate container 4811a24a0eff [2020-12-07T16:06:33.875Z] ---> f5453c7bc5ac [2020-12-07T16:06:33.875Z] Step 8/22 : COPY . . [2020-12-07T16:06:33.875Z] Removing intermediate container 5aa96461a261 [2020-12-07T16:06:33.875Z] ---> ee8477b8d458 [2020-12-07T16:06:33.875Z] Step 8/22 : COPY . . [2020-12-07T16:06:33.875Z] Removing intermediate container 0888d5bd1567 [2020-12-07T16:06:33.875Z] ---> c361c587f921 [2020-12-07T16:06:33.875Z] Step 8/21 : COPY . . [2020-12-07T16:06:34.116Z] ---> 075b01bffd0d [2020-12-07T16:06:34.116Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-07T16:06:34.116Z] Running setup.py install for docopt: started [2020-12-07T16:06:34.116Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-data/core-data ./cmd/core-data [2020-12-07T16:06:34.692Z] Running setup.py install for docopt: finished with status 'done' [2020-12-07T16:06:34.692Z] Running setup.py install for PyYAML: started [2020-12-07T16:06:34.977Z] Removing intermediate container 5701dfc76806 [2020-12-07T16:06:34.977Z] ---> 7589fa4cc1a1 [2020-12-07T16:06:34.977Z] Step 21/21 : LABEL version=2.0.0-dev.5 [2020-12-07T16:06:35.241Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-07T16:06:35.314Z] Removing intermediate container e41229529a33 [2020-12-07T16:06:35.314Z] ---> 619bf254b7a4 [2020-12-07T16:06:35.314Z] Step 8/27 : COPY . . [2020-12-07T16:06:35.818Z] ---> 7fea667353a3 [2020-12-07T16:06:35.819Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-07T16:06:35.819Z] ---> Running in 208296a22500 [2020-12-07T16:06:35.819Z] Removing intermediate container 361f500929e2 [2020-12-07T16:06:35.819Z] ---> 9fd7c5a4562a [2020-12-07T16:06:35.819Z] [2020-12-07T16:06:35.819Z] Step 9/29 : FROM alpine:latest [2020-12-07T16:06:35.819Z] ---> d6e46aa2470d [2020-12-07T16:06:35.819Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-07T16:06:36.791Z] ---> Running in e831f66bf57b [2020-12-07T16:06:36.791Z] Removing intermediate container 208296a22500 [2020-12-07T16:06:36.791Z] ---> 563133acb55b [2020-12-07T16:06:36.791Z] [2020-12-07T16:06:37.373Z] ---> 62578c8bbfd6 [2020-12-07T16:06:37.373Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-07T16:06:37.373Z] Successfully built 563133acb55b [2020-12-07T16:06:37.955Z] ---> Running in b1495b8736c1 [2020-12-07T16:06:37.956Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-07T16:06:37.956Z] Building docker-support-notifications-go [2020-12-07T16:06:37.956Z]  Building docker-support-scheduler-go ... done Removing intermediate container e831f66bf57b [2020-12-07T16:06:37.956Z] ---> 690a2501564b [2020-12-07T16:06:37.956Z] Step 11/29 : USER root [2020-12-07T16:06:37.956Z] 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-12-07T16:06:38.224Z] ---> Running in 4d8ab754cb5c [2020-12-07T16:06:38.224Z] Removing intermediate container b1495b8736c1 [2020-12-07T16:06:38.224Z] ---> 3b12956822f0 [2020-12-07T16:06:38.224Z] Step 18/21 : CMD ["--init=true"] [2020-12-07T16:06:38.487Z] ---> Running in 08794c0af62a [2020-12-07T16:06:40.413Z] Removing intermediate container 4d8ab754cb5c [2020-12-07T16:06:40.413Z] ---> 28935411b0fc [2020-12-07T16:06:40.413Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-07T16:06:43.762Z] Removing intermediate container 08794c0af62a [2020-12-07T16:06:43.762Z] ---> ca33a17db9fe [2020-12-07T16:06:43.762Z] Step 19/21 : LABEL arch=x86_64 [2020-12-07T16:06:44.026Z] ---> Running in 9d06f0d08cbb [2020-12-07T16:06:44.620Z] ---> Running in ba9986afef62 [2020-12-07T16:06:45.594Z] Removing intermediate container ba9986afef62 [2020-12-07T16:06:45.594Z] ---> 1ccee175715e [2020-12-07T16:06:45.594Z] Step 20/21 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:06:45.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:06:46.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:06:47.098Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:06:47.098Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:06:47.098Z] OK: 12746 distinct packages available [2020-12-07T16:06:47.098Z] ---> Running in a213c905ab02 [2020-12-07T16:06:47.380Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-07T16:06:48.346Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-07T16:06:48.346Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:06:48.346Z] Removing intermediate container fd9d16ac8798 [2020-12-07T16:06:48.346Z] ---> e7b4cf2cc4ef [2020-12-07T16:06:48.346Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-07T16:06:48.346Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T16:06:48.346Z] OK: 6 MiB in 16 packages [2020-12-07T16:06:50.432Z] ---> a40c64d47d0c [2020-12-07T16:06:50.432Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-07T16:06:50.432Z] ---> Running in 76edf9261073 [2020-12-07T16:06:50.432Z] ---> 5d67f3cde786 [2020-12-07T16:06:50.432Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-07T16:06:50.432Z] ---> 63bc225e620e [2020-12-07T16:06:50.432Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-07T16:06:50.432Z] ---> 60de205acb3c [2020-12-07T16:06:50.432Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-07T16:06:50.432Z] ---> 9cc5619c7a7a [2020-12-07T16:06:50.432Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-07T16:06:50.432Z] ---> Running in e5bcffcff73e [2020-12-07T16:06:50.432Z] ---> Running in 309eb8361f44 [2020-12-07T16:06:50.432Z] ---> Running in 002aceaf667c [2020-12-07T16:06:50.432Z] ---> Running in 4feb2811ed92 [2020-12-07T16:06:50.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-07T16:06:50.938Z] Removing intermediate container a213c905ab02 [2020-12-07T16:06:50.938Z] ---> 6dc749fc84c7 [2020-12-07T16:06:50.938Z] Step 21/21 : LABEL version=2.0.0-dev.5 [2020-12-07T16:06:51.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-07T16:06:51.521Z] ---> Running in 479cc6479697 [2020-12-07T16:06:52.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-07T16:06:52.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-07T16:06:52.110Z] ---> Running in ac6b329fd9e2 [2020-12-07T16:06:52.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-07T16:06:54.721Z] Removing intermediate container ac6b329fd9e2 [2020-12-07T16:06:54.721Z] ---> 5094883d18cb [2020-12-07T16:06:54.721Z] [2020-12-07T16:06:55.025Z] Removing intermediate container 9d06f0d08cbb [2020-12-07T16:06:55.025Z] ---> cb53c47b011e [2020-12-07T16:06:55.025Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-07T16:06:55.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:06:55.300Z] Successfully built 5094883d18cb [2020-12-07T16:06:55.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:06:55.570Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-07T16:06:55.570Z]  Building docker-security-proxy-setup-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T16:06:55.846Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-07T16:06:55.846Z] (3/3) Installing curl (7.69.1-r1) [2020-12-07T16:06:55.846Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:06:55.846Z] OK: 72 MiB in 58 packages [2020-12-07T16:06:56.426Z] ---> Running in a2099d21e0cf [2020-12-07T16:06:57.825Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:06:57.825Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:06:57.825Z] ---> 9c43dd1acda3 [2020-12-07T16:06:57.825Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T16:06:57.825Z] ---> Using cache [2020-12-07T16:06:57.825Z] ---> 2aff43839ce1 [2020-12-07T16:06:57.825Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:06:57.825Z] ---> Using cache [2020-12-07T16:06:57.825Z] ---> e86ea6bcc5ca [2020-12-07T16:06:57.825Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-07T16:06:58.407Z] ---> Running in d2cfded84035 [2020-12-07T16:06:58.685Z] Removing intermediate container a2099d21e0cf [2020-12-07T16:06:58.686Z] ---> 6d28e2673935 [2020-12-07T16:06:58.686Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-07T16:06:58.958Z] ---> Running in b44d191627c7 [2020-12-07T16:06:58.958Z] Removing intermediate container 479cc6479697 [2020-12-07T16:06:58.958Z] ---> 4ba0ddd70456 [2020-12-07T16:06:58.958Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-07T16:06:58.958Z] ---> Running in 6f161d078e2f [2020-12-07T16:06:59.220Z] Removing intermediate container b44d191627c7 [2020-12-07T16:06:59.220Z] ---> f6470e3666bc [2020-12-07T16:06:59.220Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-07T16:06:59.220Z] ---> Running in 8407136c5912 [2020-12-07T16:06:59.220Z] Removing intermediate container 6f161d078e2f [2020-12-07T16:06:59.220Z] ---> e4a18abcbc69 [2020-12-07T16:06:59.220Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:06:59.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:06:59.488Z] ---> Running in 599e2422e1b8 [2020-12-07T16:06:59.756Z] Removing intermediate container 599e2422e1b8 [2020-12-07T16:06:59.756Z] ---> be16eca186bc [2020-12-07T16:06:59.756Z] Step 25/27 : LABEL arch=x86_64 [2020-12-07T16:06:59.756Z] ---> Running in 74465dc1fd5f [2020-12-07T16:07:00.024Z] Removing intermediate container 74465dc1fd5f [2020-12-07T16:07:00.024Z] ---> 45f51e48729a [2020-12-07T16:07:00.024Z] Step 26/27 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:00.024Z] ---> Running in ca6db98c876f [2020-12-07T16:07:00.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:07:00.288Z] Removing intermediate container ca6db98c876f [2020-12-07T16:07:00.288Z] ---> f5735476df79 [2020-12-07T16:07:00.288Z] Step 27/27 : LABEL version=2.0.0-dev.5 [2020-12-07T16:07:00.288Z] ---> Running in 10137341f765 [2020-12-07T16:07:00.550Z] Removing intermediate container 8407136c5912 [2020-12-07T16:07:00.550Z] ---> da8bc755f2ba [2020-12-07T16:07:00.550Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-07T16:07:00.827Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:07:00.828Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:07:00.828Z] OK: 12745 distinct packages available [2020-12-07T16:07:00.828Z] Removing intermediate container 10137341f765 [2020-12-07T16:07:00.828Z] ---> 2dbdb09b4fac [2020-12-07T16:07:00.828Z] [2020-12-07T16:07:01.097Z] OK: 233 MiB in 51 packages [2020-12-07T16:07:01.097Z] Successfully built 2dbdb09b4fac [2020-12-07T16:07:01.097Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-07T16:07:01.364Z]  Building docker-sys-mgmt-agent-go ... done  ---> 180c85580464 [2020-12-07T16:07:01.364Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-07T16:07:01.639Z] Removing intermediate container d2cfded84035 [2020-12-07T16:07:01.639Z] ---> ca8c894e86e2 [2020-12-07T16:07:01.639Z] Step 6/24 : COPY go.mod . [2020-12-07T16:07:01.639Z] ---> 0adad659b066 [2020-12-07T16:07:01.639Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-07T16:07:01.907Z] ---> 7827a4108933 [2020-12-07T16:07:01.907Z] Step 7/24 : RUN go mod download [2020-12-07T16:07:02.171Z] ---> 432f3503a6d3 [2020-12-07T16:07:02.171Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-07T16:07:02.171Z] ---> Running in f1bcbcd34d43 [2020-12-07T16:07:02.439Z] ---> ba4f5fdd5f37 [2020-12-07T16:07:02.439Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-07T16:07:02.702Z] ---> da270125caf7 [2020-12-07T16:07:02.702Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-07T16:07:02.971Z] ---> Running in 46003554dec0 [2020-12-07T16:07:04.365Z] Removing intermediate container f1bcbcd34d43 [2020-12-07T16:07:04.365Z] ---> fbafad7e710b [2020-12-07T16:07:04.365Z] Step 8/24 : COPY . . [2020-12-07T16:07:06.289Z] Removing intermediate container 8610891aa52e [2020-12-07T16:07:06.289Z] ---> 303ddc7ba2ad [2020-12-07T16:07:06.289Z] [2020-12-07T16:07:06.289Z] Step 10/23 : FROM alpine [2020-12-07T16:07:06.289Z] ---> d6e46aa2470d [2020-12-07T16:07:06.289Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:07:06.864Z] Removing intermediate container 46003554dec0 [2020-12-07T16:07:06.864Z] ---> 5db10214532f [2020-12-07T16:07:06.864Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T16:07:08.791Z] ---> Running in 9a706201eb83 [2020-12-07T16:07:10.199Z] ---> 508b4f2a9595 [2020-12-07T16:07:10.199Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T16:07:11.146Z] Removing intermediate container 9a706201eb83 [2020-12-07T16:07:11.146Z] ---> e0fa8d87206c [2020-12-07T16:07:11.146Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-07T16:07:12.096Z] ---> Running in 63fe14c1455e [2020-12-07T16:07:12.670Z] ---> Running in d6cdbcc31254 [2020-12-07T16:07:15.225Z] Removing intermediate container d6cdbcc31254 [2020-12-07T16:07:15.225Z] ---> 0938cf75e997 [2020-12-07T16:07:15.225Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-07T16:07:18.548Z] ---> Running in c7223efe82a0 [2020-12-07T16:07:20.503Z] Removing intermediate container c7223efe82a0 [2020-12-07T16:07:20.503Z] ---> 7e21e95367b3 [2020-12-07T16:07:20.503Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:07:20.769Z] Removing intermediate container 63fe14c1455e [2020-12-07T16:07:20.769Z] ---> bf2ce9af331f [2020-12-07T16:07:20.769Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-07T16:07:20.769Z] ---> Running in 86d1df951b2d [2020-12-07T16:07:21.342Z] ---> Running in 78c87b077ebd [2020-12-07T16:07:23.263Z] ---> 4fafc4447e82 [2020-12-07T16:07:23.263Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-07T16:07:23.528Z] ---> Running in 7a4cb21c4d8c [2020-12-07T16:07:23.791Z] Removing intermediate container 86d1df951b2d [2020-12-07T16:07:23.791Z] ---> 0b7c83f51d10 [2020-12-07T16:07:23.791Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-07T16:07:23.791Z] ---> Running in 9ebff9f21c8b [2020-12-07T16:07:23.791Z] Removing intermediate container 78c87b077ebd [2020-12-07T16:07:23.791Z] ---> eb12977f4b6d [2020-12-07T16:07:23.791Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T16:07:24.061Z] ---> Running in 356f888f470d [2020-12-07T16:07:24.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-07T16:07:24.340Z] Removing intermediate container 356f888f470d [2020-12-07T16:07:24.340Z] ---> 1260164a46c4 [2020-12-07T16:07:24.340Z] Step 26/29 : CMD [ "generate" ] [2020-12-07T16:07:24.340Z] ---> Running in 5a93ea171200 [2020-12-07T16:07:24.613Z] Removing intermediate container 5a93ea171200 [2020-12-07T16:07:24.613Z] ---> 896e111c8fed [2020-12-07T16:07:24.613Z] Step 27/29 : LABEL arch=x86_64 [2020-12-07T16:07:24.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T16:07:24.613Z] ---> Running in c32d338ec2eb [2020-12-07T16:07:24.882Z] Removing intermediate container c32d338ec2eb [2020-12-07T16:07:24.882Z] ---> 6df580d0772f [2020-12-07T16:07:24.882Z] Step 28/29 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:24.882Z] ---> Running in 272a42d6b41a [2020-12-07T16:07:25.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T16:07:25.152Z] Removing intermediate container 272a42d6b41a [2020-12-07T16:07:25.152Z] ---> 3ae41d4d5e7e [2020-12-07T16:07:25.152Z] Step 29/29 : LABEL version=2.0.0-dev.5 [2020-12-07T16:07:25.431Z] ---> Running in 03a138233028 [2020-12-07T16:07:25.702Z] Removing intermediate container 03a138233028 [2020-12-07T16:07:25.702Z] ---> a26116e7843e [2020-12-07T16:07:25.702Z] [2020-12-07T16:07:25.702Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-07T16:07:25.702Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-07T16:07:25.984Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-07T16:07:25.984Z] Successfully built a26116e7843e [2020-12-07T16:07:25.984Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-07T16:07:26.257Z]  Building docker-security-secrets-setup-go ... done (4/5) Installing libzmq (4.3.3-r0) [2020-12-07T16:07:26.257Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-07T16:07:26.257Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:07:26.257Z] OK: 8 MiB in 19 packages [2020-12-07T16:07:27.245Z] Removing intermediate container 9ebff9f21c8b [2020-12-07T16:07:27.245Z] ---> 85bc3700bfa9 [2020-12-07T16:07:27.245Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-07T16:07:27.846Z] ---> e97dff456cec [2020-12-07T16:07:27.846Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-07T16:07:28.844Z] ---> 697864972033 [2020-12-07T16:07:28.844Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-07T16:07:29.115Z] ---> 939d76b3c990 [2020-12-07T16:07:29.115Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-07T16:07:29.115Z] ---> Running in 9fbd5a2a1213 [2020-12-07T16:07:29.394Z] Removing intermediate container 9fbd5a2a1213 [2020-12-07T16:07:29.394Z] ---> 1cb41e31773b [2020-12-07T16:07:29.394Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:07:29.670Z] ---> Running in 9d385a12bdcd [2020-12-07T16:07:29.952Z] Removing intermediate container 9d385a12bdcd [2020-12-07T16:07:29.952Z] ---> f9c0e456784c [2020-12-07T16:07:29.952Z] Step 21/23 : LABEL arch=x86_64 [2020-12-07T16:07:29.952Z] ---> Running in 990dd65a5543 [2020-12-07T16:07:30.214Z] Removing intermediate container 990dd65a5543 [2020-12-07T16:07:30.214Z] ---> 6a33c498c6f4 [2020-12-07T16:07:30.214Z] Step 22/23 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:30.214Z] ---> Running in 0f2351eed52c [2020-12-07T16:07:30.487Z] Removing intermediate container 0f2351eed52c [2020-12-07T16:07:30.487Z] ---> 928d95c48eec [2020-12-07T16:07:30.487Z] Step 23/23 : LABEL version=2.0.0-dev.5 [2020-12-07T16:07:30.488Z] ---> Running in 44bffba4fcc8 [2020-12-07T16:07:30.776Z] Removing intermediate container 44bffba4fcc8 [2020-12-07T16:07:30.776Z] ---> 48c3b00a6d2a [2020-12-07T16:07:30.776Z] [2020-12-07T16:07:31.050Z] Successfully built 48c3b00a6d2a [2020-12-07T16:07:31.050Z] Successfully tagged docker-core-data-go:latest [2020-12-07T16:07:36.474Z]  Building docker-core-data-go ... done Removing intermediate container 7a4cb21c4d8c [2020-12-07T16:07:36.474Z] ---> ec3ebe8921b0 [2020-12-07T16:07:36.474Z] [2020-12-07T16:07:36.474Z] Step 10/24 : FROM scratch [2020-12-07T16:07:36.474Z] ---> [2020-12-07T16:07:36.474Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-07T16:07:36.761Z] ---> Running in bc109d6821c0 [2020-12-07T16:07:36.761Z] Removing intermediate container bc109d6821c0 [2020-12-07T16:07:36.761Z] ---> e00ca51b1be9 [2020-12-07T16:07:36.761Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-07T16:07:36.761Z] ---> Running in ebe32f4537ef [2020-12-07T16:07:37.043Z] Removing intermediate container ebe32f4537ef [2020-12-07T16:07:37.043Z] ---> 6473cbdb0fe1 [2020-12-07T16:07:37.043Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-07T16:07:37.043Z] ---> Running in bd5a08657235 [2020-12-07T16:07:37.309Z] Removing intermediate container bd5a08657235 [2020-12-07T16:07:37.309Z] ---> be9a96744aaf [2020-12-07T16:07:37.309Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-07T16:07:37.572Z] ---> 05b05fb6c916 [2020-12-07T16:07:37.572Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-07T16:07:38.524Z] ---> c7bc1660f09c [2020-12-07T16:07:38.524Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-07T16:07:38.789Z] ---> bc95f0b44aa3 [2020-12-07T16:07:38.789Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-07T16:07:39.051Z] ---> fe8e1b1477dd [2020-12-07T16:07:39.051Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-07T16:07:39.630Z] ---> c136f89744fa [2020-12-07T16:07:39.630Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-07T16:07:39.892Z] ---> 896d13d9da00 [2020-12-07T16:07:39.892Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-07T16:07:40.152Z] ---> Running in 8416667df946 [2020-12-07T16:07:40.414Z] Removing intermediate container 8416667df946 [2020-12-07T16:07:40.414Z] ---> 455d4f07693e [2020-12-07T16:07:40.414Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:07:40.414Z] ---> Running in 668d4885bc49 [2020-12-07T16:07:40.676Z] Removing intermediate container 668d4885bc49 [2020-12-07T16:07:40.676Z] ---> b78a64a40d8d [2020-12-07T16:07:40.676Z] Step 22/24 : LABEL arch=x86_64 [2020-12-07T16:07:40.676Z] ---> Running in 2242c0986d3f [2020-12-07T16:07:40.942Z] Removing intermediate container 2242c0986d3f [2020-12-07T16:07:40.942Z] ---> a86c2fe5db56 [2020-12-07T16:07:40.942Z] Step 23/24 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:40.942Z] ---> Running in a12d2e3eb0ee [2020-12-07T16:07:40.942Z] Removing intermediate container a12d2e3eb0ee [2020-12-07T16:07:40.942Z] ---> 3d98a2dd5a33 [2020-12-07T16:07:40.942Z] Step 24/24 : LABEL version=2.0.0-dev.5 [2020-12-07T16:07:41.211Z] ---> Running in e679c0873489 [2020-12-07T16:07:41.211Z] Removing intermediate container e679c0873489 [2020-12-07T16:07:41.211Z] ---> 1b060d096662 [2020-12-07T16:07:41.211Z] [2020-12-07T16:07:41.492Z] Successfully built 1b060d096662 [2020-12-07T16:07:41.492Z] Successfully tagged docker-support-notifications-go:latest [2020-12-07T16:07:42.508Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-07T16:07:42.525Z] $ docker stop --time=1 cab838a05751ffe48bc1ed340e228e59a575ba08897deb0c9470ce62ec003019 [2020-12-07T16:07:44.160Z] $ docker rm -f cab838a05751ffe48bc1ed340e228e59a575ba08897deb0c9470ce62ec003019 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T16:07:44.801Z] + grep docker [2020-12-07T16:07:44.801Z] + docker images [2020-12-07T16:07:44.801Z] docker-support-notifications-go latest 1b060d096662 3 seconds ago 13.6MB [2020-12-07T16:07:44.801Z] docker-core-data-go latest 48c3b00a6d2a 14 seconds ago 23.7MB [2020-12-07T16:07:44.801Z] docker-security-secrets-setup-go latest a26116e7843e 19 seconds ago 23.9MB [2020-12-07T16:07:44.801Z] docker-sys-mgmt-agent-go latest 2dbdb09b4fac 44 seconds ago 293MB [2020-12-07T16:07:44.801Z] docker-security-proxy-setup-go latest 5094883d18cb 52 seconds ago 24.6MB [2020-12-07T16:07:44.801Z] docker-support-scheduler-go latest 563133acb55b About a minute ago 12.3MB [2020-12-07T16:07:44.801Z] docker-security-secretstore-setup-go latest d7aade742cf6 2 minutes ago 24.7MB [2020-12-07T16:07:44.801Z] docker-security-bootstrap-redis-go latest 4901c45a6aa8 2 minutes ago 15.8MB [2020-12-07T16:07:44.801Z] docker-core-metadata-go latest 959f77d39165 2 minutes ago 14.5MB [2020-12-07T16:07:44.801Z] docker-core-command-go latest ca09e142ff0a 2 minutes ago 12.2MB [2020-12-07T16:07:44.801Z] docker latest b0757c55a1fd 5 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T16:07:45.483Z] provisioning config files... [2020-12-07T16:07:45.515Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config4248115725210206388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:07:45.886Z] ---> docker-login.sh [2020-12-07T16:07:45.887Z] nexus3.edgexfoundry.org:10001 [2020-12-07T16:07:45.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:07:46.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:07:46.149Z] Configure a credential helper to remove this warning. See [2020-12-07T16:07:46.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:07:46.149Z] [2020-12-07T16:07:46.149Z] Login Succeeded [2020-12-07T16:07:46.149Z] nexus3.edgexfoundry.org:10002 [2020-12-07T16:07:46.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:07:46.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:07:46.411Z] Configure a credential helper to remove this warning. See [2020-12-07T16:07:46.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:07:46.411Z] [2020-12-07T16:07:46.411Z] Login Succeeded [2020-12-07T16:07:46.411Z] nexus3.edgexfoundry.org:10003 [2020-12-07T16:07:46.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:07:46.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:07:46.411Z] Configure a credential helper to remove this warning. See [2020-12-07T16:07:46.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:07:46.411Z] [2020-12-07T16:07:46.411Z] Login Succeeded [2020-12-07T16:07:46.411Z] nexus3.edgexfoundry.org:10004 [2020-12-07T16:07:46.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:07:46.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:07:46.673Z] Configure a credential helper to remove this warning. See [2020-12-07T16:07:46.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:07:46.673Z] [2020-12-07T16:07:46.673Z] Login Succeeded [2020-12-07T16:07:46.673Z] docker.io [2020-12-07T16:07:46.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:07:47.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:07:47.199Z] Configure a credential helper to remove this warning. See [2020-12-07T16:07:47.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:07:47.199Z] [2020-12-07T16:07:47.199Z] Login Succeeded [2020-12-07T16:07:47.199Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T16:07:47.209Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:07:48.399Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-07T16:07:48.399Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:48.399Z] 2.0.0-dev.5 [2020-12-07T16:07:48.399Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:07:48.399Z] master [2020-12-07T16:07:48.399Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:48.918Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:49.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:49.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T16:07:49.221Z] 13542d22bf23: Preparing [2020-12-07T16:07:49.221Z] 9971348c05bf: Preparing [2020-12-07T16:07:49.221Z] 4e2b9107b9fb: Preparing [2020-12-07T16:07:49.482Z] 4e2b9107b9fb: Pushed [2020-12-07T16:07:49.482Z] 13542d22bf23: Pushed [2020-12-07T16:07:50.433Z] 9971348c05bf: Pushed [2020-12-07T16:07:50.695Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:d6e9cb28e1e4c6de68c778c4f861615f406fe6e5c62b696cef7692ab889af633 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:51.004Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:51.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.5 [2020-12-07T16:07:51.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T16:07:51.306Z] 13542d22bf23: Preparing [2020-12-07T16:07:51.306Z] 9971348c05bf: Preparing [2020-12-07T16:07:51.306Z] 4e2b9107b9fb: Preparing [2020-12-07T16:07:51.306Z] 4e2b9107b9fb: Layer already exists [2020-12-07T16:07:51.306Z] 9971348c05bf: Layer already exists [2020-12-07T16:07:51.306Z] 13542d22bf23: Layer already exists [2020-12-07T16:07:51.306Z] 2.0.0-dev.5: digest: sha256:d6e9cb28e1e4c6de68c778c4f861615f406fe6e5c62b696cef7692ab889af633 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:51.622Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:51.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:07:51.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T16:07:51.929Z] 13542d22bf23: Preparing [2020-12-07T16:07:51.929Z] 9971348c05bf: Preparing [2020-12-07T16:07:51.929Z] 4e2b9107b9fb: Preparing [2020-12-07T16:07:51.929Z] 4e2b9107b9fb: Layer already exists [2020-12-07T16:07:51.929Z] 13542d22bf23: Layer already exists [2020-12-07T16:07:51.929Z] 9971348c05bf: Layer already exists [2020-12-07T16:07:51.929Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:d6e9cb28e1e4c6de68c778c4f861615f406fe6e5c62b696cef7692ab889af633 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:52.234Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:52.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-07T16:07:52.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-07T16:07:52.531Z] 13542d22bf23: Preparing [2020-12-07T16:07:52.531Z] 9971348c05bf: Preparing [2020-12-07T16:07:52.531Z] 4e2b9107b9fb: Preparing [2020-12-07T16:07:52.531Z] 4e2b9107b9fb: Layer already exists [2020-12-07T16:07:52.532Z] 13542d22bf23: Layer already exists [2020-12-07T16:07:52.532Z] 9971348c05bf: Layer already exists [2020-12-07T16:07:52.532Z] master: digest: sha256:d6e9cb28e1e4c6de68c778c4f861615f406fe6e5c62b696cef7692ab889af633 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:07:52.734Z] ===================================================== [Pipeline] echo [2020-12-07T16:07:52.786Z] taggedImages: [2020-12-07T16:07:52.786Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:52.786Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.5 [2020-12-07T16:07:52.786Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:07:52.786Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-07T16:07:52.856Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-07T16:07:52.856Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:52.856Z] 2.0.0-dev.5 [2020-12-07T16:07:52.856Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:07:52.856Z] master [2020-12-07T16:07:52.856Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:53.358Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:53.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:53.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T16:07:53.663Z] 1826f579611c: Preparing [2020-12-07T16:07:53.663Z] bdbde1c2bd51: Preparing [2020-12-07T16:07:53.663Z] 7e6568b79cce: Preparing [2020-12-07T16:07:53.663Z] 57a4d09e1f96: Preparing [2020-12-07T16:07:53.663Z] 4fb08d9ea095: Preparing [2020-12-07T16:07:53.663Z] ace0eda3e3be: Preparing [2020-12-07T16:07:53.663Z] ace0eda3e3be: Waiting [2020-12-07T16:07:53.924Z] 4fb08d9ea095: Pushed [2020-12-07T16:07:53.924Z] 1826f579611c: Pushed [2020-12-07T16:07:53.924Z] 7e6568b79cce: Pushed [2020-12-07T16:07:53.924Z] ace0eda3e3be: Layer already exists [2020-12-07T16:07:53.924Z] 57a4d09e1f96: Pushed [2020-12-07T16:07:55.348Z] bdbde1c2bd51: Pushed [2020-12-07T16:07:55.348Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:d8b4a34d81f6bff20ab21f1de9a49e681e54a7711413b753e22c360f59c3e888 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:55.699Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:56.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.5 [2020-12-07T16:07:56.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T16:07:56.083Z] 1826f579611c: Preparing [2020-12-07T16:07:56.083Z] bdbde1c2bd51: Preparing [2020-12-07T16:07:56.083Z] 7e6568b79cce: Preparing [2020-12-07T16:07:56.083Z] 57a4d09e1f96: Preparing [2020-12-07T16:07:56.083Z] 4fb08d9ea095: Preparing [2020-12-07T16:07:56.083Z] ace0eda3e3be: Preparing [2020-12-07T16:07:56.083Z] ace0eda3e3be: Waiting [2020-12-07T16:07:56.083Z] 1826f579611c: Layer already exists [2020-12-07T16:07:56.083Z] 4fb08d9ea095: Layer already exists [2020-12-07T16:07:56.083Z] bdbde1c2bd51: Layer already exists [2020-12-07T16:07:56.083Z] 7e6568b79cce: Layer already exists [2020-12-07T16:07:56.083Z] 57a4d09e1f96: Layer already exists [2020-12-07T16:07:56.083Z] ace0eda3e3be: Layer already exists [2020-12-07T16:07:56.083Z] 2.0.0-dev.5: digest: sha256:d8b4a34d81f6bff20ab21f1de9a49e681e54a7711413b753e22c360f59c3e888 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:56.486Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:56.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:07:56.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T16:07:56.863Z] 1826f579611c: Preparing [2020-12-07T16:07:56.863Z] bdbde1c2bd51: Preparing [2020-12-07T16:07:56.863Z] 7e6568b79cce: Preparing [2020-12-07T16:07:56.863Z] 57a4d09e1f96: Preparing [2020-12-07T16:07:56.863Z] 4fb08d9ea095: Preparing [2020-12-07T16:07:56.863Z] ace0eda3e3be: Preparing [2020-12-07T16:07:56.863Z] ace0eda3e3be: Waiting [2020-12-07T16:07:56.863Z] 1826f579611c: Layer already exists [2020-12-07T16:07:56.863Z] 4fb08d9ea095: Layer already exists [2020-12-07T16:07:56.863Z] 7e6568b79cce: Layer already exists [2020-12-07T16:07:56.863Z] 57a4d09e1f96: Layer already exists [2020-12-07T16:07:56.863Z] bdbde1c2bd51: Layer already exists [2020-12-07T16:07:56.863Z] ace0eda3e3be: Layer already exists [2020-12-07T16:07:56.863Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:d8b4a34d81f6bff20ab21f1de9a49e681e54a7711413b753e22c360f59c3e888 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:57.217Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:57.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-07T16:07:57.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-07T16:07:57.527Z] 1826f579611c: Preparing [2020-12-07T16:07:57.527Z] bdbde1c2bd51: Preparing [2020-12-07T16:07:57.527Z] 7e6568b79cce: Preparing [2020-12-07T16:07:57.527Z] 57a4d09e1f96: Preparing [2020-12-07T16:07:57.527Z] 4fb08d9ea095: Preparing [2020-12-07T16:07:57.527Z] ace0eda3e3be: Preparing [2020-12-07T16:07:57.527Z] ace0eda3e3be: Waiting [2020-12-07T16:07:57.527Z] 7e6568b79cce: Layer already exists [2020-12-07T16:07:57.527Z] 57a4d09e1f96: Layer already exists [2020-12-07T16:07:57.527Z] 4fb08d9ea095: Layer already exists [2020-12-07T16:07:57.527Z] bdbde1c2bd51: Layer already exists [2020-12-07T16:07:57.527Z] 1826f579611c: Layer already exists [2020-12-07T16:07:57.527Z] ace0eda3e3be: Layer already exists [2020-12-07T16:07:57.527Z] master: digest: sha256:d8b4a34d81f6bff20ab21f1de9a49e681e54a7711413b753e22c360f59c3e888 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:07:57.794Z] ===================================================== [Pipeline] echo [2020-12-07T16:07:57.850Z] taggedImages: [2020-12-07T16:07:57.850Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:57.850Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.5 [2020-12-07T16:07:57.850Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:07:57.850Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-07T16:07:57.942Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-07T16:07:57.942Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:57.942Z] 2.0.0-dev.5 [2020-12-07T16:07:57.942Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:07:57.942Z] master [2020-12-07T16:07:57.942Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:58.474Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:07:58.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:07:58.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T16:07:58.780Z] 49b1b26be35a: Preparing [2020-12-07T16:07:58.780Z] 9231f612fbcd: Preparing [2020-12-07T16:07:58.780Z] 2403628e683e: Preparing [2020-12-07T16:07:58.780Z] 2403628e683e: Pushed [2020-12-07T16:07:59.046Z] 49b1b26be35a: Pushed [2020-12-07T16:07:59.999Z] 9231f612fbcd: Pushed [2020-12-07T16:08:00.261Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:154363a045e8f38a7b3ca0c8e187ec733e4baaf6e5c87528a1ef3b6cde361b4a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:00.571Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:00.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.5 [2020-12-07T16:08:00.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T16:08:00.884Z] 49b1b26be35a: Preparing [2020-12-07T16:08:00.884Z] 9231f612fbcd: Preparing [2020-12-07T16:08:00.884Z] 2403628e683e: Preparing [2020-12-07T16:08:00.884Z] 2403628e683e: Layer already exists [2020-12-07T16:08:00.884Z] 9231f612fbcd: Layer already exists [2020-12-07T16:08:00.884Z] 49b1b26be35a: Layer already exists [2020-12-07T16:08:00.884Z] 2.0.0-dev.5: digest: sha256:154363a045e8f38a7b3ca0c8e187ec733e4baaf6e5c87528a1ef3b6cde361b4a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:01.197Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:01.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:01.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T16:08:01.499Z] 49b1b26be35a: Preparing [2020-12-07T16:08:01.499Z] 9231f612fbcd: Preparing [2020-12-07T16:08:01.499Z] 2403628e683e: Preparing [2020-12-07T16:08:01.499Z] 9231f612fbcd: Layer already exists [2020-12-07T16:08:01.499Z] 49b1b26be35a: Layer already exists [2020-12-07T16:08:01.499Z] 2403628e683e: Layer already exists [2020-12-07T16:08:01.499Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:154363a045e8f38a7b3ca0c8e187ec733e4baaf6e5c87528a1ef3b6cde361b4a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:01.948Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:02.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-07T16:08:02.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-07T16:08:02.323Z] 49b1b26be35a: Preparing [2020-12-07T16:08:02.323Z] 9231f612fbcd: Preparing [2020-12-07T16:08:02.323Z] 2403628e683e: Preparing [2020-12-07T16:08:02.323Z] 49b1b26be35a: Layer already exists [2020-12-07T16:08:02.323Z] 9231f612fbcd: Layer already exists [2020-12-07T16:08:02.323Z] 2403628e683e: Layer already exists [2020-12-07T16:08:02.323Z] master: digest: sha256:154363a045e8f38a7b3ca0c8e187ec733e4baaf6e5c87528a1ef3b6cde361b4a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:08:02.537Z] ===================================================== [Pipeline] echo [2020-12-07T16:08:02.597Z] taggedImages: [2020-12-07T16:08:02.597Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:02.597Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.5 [2020-12-07T16:08:02.597Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:02.597Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-07T16:08:02.668Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-07T16:08:02.668Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:02.668Z] 2.0.0-dev.5 [2020-12-07T16:08:02.668Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:02.668Z] master [2020-12-07T16:08:02.668Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:03.183Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:03.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:03.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T16:08:03.523Z] 3637b21915f9: Preparing [2020-12-07T16:08:03.523Z] a2bda21b1b5a: Preparing [2020-12-07T16:08:03.523Z] 57b496315da4: Preparing [2020-12-07T16:08:03.523Z] 175682b2d221: Preparing [2020-12-07T16:08:03.523Z] cf730bc78b5b: Preparing [2020-12-07T16:08:03.523Z] 330fde94cc04: Preparing [2020-12-07T16:08:03.523Z] 1b3ee35aacca: Preparing [2020-12-07T16:08:03.523Z] 330fde94cc04: Waiting [2020-12-07T16:08:03.523Z] 1b3ee35aacca: Waiting [2020-12-07T16:08:03.523Z] a2bda21b1b5a: Pushed [2020-12-07T16:08:03.785Z] cf730bc78b5b: Pushed [2020-12-07T16:08:03.785Z] 57b496315da4: Pushed [2020-12-07T16:08:03.785Z] 3637b21915f9: Pushed [2020-12-07T16:08:03.785Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:08:04.046Z] 330fde94cc04: Pushed [2020-12-07T16:08:04.620Z] 175682b2d221: Pushed [2020-12-07T16:08:04.621Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:ce45d04cc3ba62587a8fc356f3198dd7a0898164c14fe03b30965edbe34f53ae size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:04.927Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:05.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.5 [2020-12-07T16:08:05.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T16:08:05.224Z] 3637b21915f9: Preparing [2020-12-07T16:08:05.224Z] a2bda21b1b5a: Preparing [2020-12-07T16:08:05.224Z] 57b496315da4: Preparing [2020-12-07T16:08:05.224Z] 175682b2d221: Preparing [2020-12-07T16:08:05.224Z] cf730bc78b5b: Preparing [2020-12-07T16:08:05.224Z] 330fde94cc04: Preparing [2020-12-07T16:08:05.224Z] 1b3ee35aacca: Preparing [2020-12-07T16:08:05.224Z] 330fde94cc04: Waiting [2020-12-07T16:08:05.224Z] 1b3ee35aacca: Waiting [2020-12-07T16:08:05.224Z] 3637b21915f9: Layer already exists [2020-12-07T16:08:05.224Z] 57b496315da4: Layer already exists [2020-12-07T16:08:05.224Z] a2bda21b1b5a: Layer already exists [2020-12-07T16:08:05.224Z] cf730bc78b5b: Layer already exists [2020-12-07T16:08:05.224Z] 175682b2d221: Layer already exists [2020-12-07T16:08:05.224Z] 330fde94cc04: Layer already exists [2020-12-07T16:08:05.224Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:08:05.224Z] 2.0.0-dev.5: digest: sha256:ce45d04cc3ba62587a8fc356f3198dd7a0898164c14fe03b30965edbe34f53ae size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:05.535Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:05.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:05.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T16:08:05.831Z] 3637b21915f9: Preparing [2020-12-07T16:08:05.831Z] a2bda21b1b5a: Preparing [2020-12-07T16:08:05.831Z] 57b496315da4: Preparing [2020-12-07T16:08:05.831Z] 175682b2d221: Preparing [2020-12-07T16:08:05.831Z] cf730bc78b5b: Preparing [2020-12-07T16:08:05.831Z] 330fde94cc04: Preparing [2020-12-07T16:08:05.831Z] 1b3ee35aacca: Preparing [2020-12-07T16:08:05.831Z] 330fde94cc04: Waiting [2020-12-07T16:08:05.831Z] 1b3ee35aacca: Waiting [2020-12-07T16:08:05.831Z] 3637b21915f9: Layer already exists [2020-12-07T16:08:05.831Z] 57b496315da4: Layer already exists [2020-12-07T16:08:05.831Z] a2bda21b1b5a: Layer already exists [2020-12-07T16:08:05.831Z] cf730bc78b5b: Layer already exists [2020-12-07T16:08:05.831Z] 175682b2d221: Layer already exists [2020-12-07T16:08:05.831Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:08:05.831Z] 330fde94cc04: Layer already exists [2020-12-07T16:08:05.831Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:ce45d04cc3ba62587a8fc356f3198dd7a0898164c14fe03b30965edbe34f53ae size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:06.134Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:06.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-07T16:08:06.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-07T16:08:06.431Z] 3637b21915f9: Preparing [2020-12-07T16:08:06.431Z] a2bda21b1b5a: Preparing [2020-12-07T16:08:06.431Z] 57b496315da4: Preparing [2020-12-07T16:08:06.431Z] 175682b2d221: Preparing [2020-12-07T16:08:06.431Z] cf730bc78b5b: Preparing [2020-12-07T16:08:06.431Z] 330fde94cc04: Preparing [2020-12-07T16:08:06.431Z] 1b3ee35aacca: Preparing [2020-12-07T16:08:06.431Z] 330fde94cc04: Waiting [2020-12-07T16:08:06.431Z] 1b3ee35aacca: Waiting [2020-12-07T16:08:06.431Z] 3637b21915f9: Layer already exists [2020-12-07T16:08:06.431Z] a2bda21b1b5a: Layer already exists [2020-12-07T16:08:06.431Z] cf730bc78b5b: Layer already exists [2020-12-07T16:08:06.431Z] 175682b2d221: Layer already exists [2020-12-07T16:08:06.431Z] 57b496315da4: Layer already exists [2020-12-07T16:08:06.431Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:08:06.431Z] 330fde94cc04: Layer already exists [2020-12-07T16:08:06.431Z] master: digest: sha256:ce45d04cc3ba62587a8fc356f3198dd7a0898164c14fe03b30965edbe34f53ae size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:08:06.616Z] ===================================================== [Pipeline] echo [2020-12-07T16:08:06.662Z] taggedImages: [2020-12-07T16:08:06.662Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:06.662Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.5 [2020-12-07T16:08:06.662Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:06.662Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-07T16:08:06.723Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-07T16:08:06.723Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:06.723Z] 2.0.0-dev.5 [2020-12-07T16:08:06.723Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:06.723Z] master [2020-12-07T16:08:06.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:07.199Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:07.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:07.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T16:08:07.548Z] fd14c80c11aa: Preparing [2020-12-07T16:08:07.548Z] d69d1190683d: Preparing [2020-12-07T16:08:07.548Z] 2d1db328d2e0: Preparing [2020-12-07T16:08:07.548Z] 4b78cec05c1f: Preparing [2020-12-07T16:08:07.548Z] d345e7c3815c: Preparing [2020-12-07T16:08:07.548Z] ace0eda3e3be: Preparing [2020-12-07T16:08:07.548Z] ace0eda3e3be: Waiting [2020-12-07T16:08:07.816Z] 2d1db328d2e0: Pushed [2020-12-07T16:08:07.816Z] 4b78cec05c1f: Pushed [2020-12-07T16:08:07.816Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:08.090Z] d345e7c3815c: Pushed [2020-12-07T16:08:08.671Z] fd14c80c11aa: Pushed [2020-12-07T16:08:08.671Z] d69d1190683d: Pushed [2020-12-07T16:08:08.935Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:d5a8f23d20dae3da507cadd93618dfd2d905a0bf42a1a00ac18c77397bfd29f8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:09.239Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:09.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.5 [2020-12-07T16:08:09.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T16:08:09.541Z] fd14c80c11aa: Preparing [2020-12-07T16:08:09.541Z] d69d1190683d: Preparing [2020-12-07T16:08:09.541Z] 2d1db328d2e0: Preparing [2020-12-07T16:08:09.541Z] 4b78cec05c1f: Preparing [2020-12-07T16:08:09.541Z] d345e7c3815c: Preparing [2020-12-07T16:08:09.541Z] ace0eda3e3be: Preparing [2020-12-07T16:08:09.541Z] ace0eda3e3be: Waiting [2020-12-07T16:08:09.541Z] d345e7c3815c: Layer already exists [2020-12-07T16:08:09.541Z] fd14c80c11aa: Layer already exists [2020-12-07T16:08:09.541Z] 2d1db328d2e0: Layer already exists [2020-12-07T16:08:09.541Z] 4b78cec05c1f: Layer already exists [2020-12-07T16:08:09.541Z] d69d1190683d: Layer already exists [2020-12-07T16:08:09.541Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:09.541Z] 2.0.0-dev.5: digest: sha256:d5a8f23d20dae3da507cadd93618dfd2d905a0bf42a1a00ac18c77397bfd29f8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:09.854Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:10.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:10.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T16:08:10.154Z] fd14c80c11aa: Preparing [2020-12-07T16:08:10.154Z] d69d1190683d: Preparing [2020-12-07T16:08:10.154Z] 2d1db328d2e0: Preparing [2020-12-07T16:08:10.154Z] 4b78cec05c1f: Preparing [2020-12-07T16:08:10.154Z] d345e7c3815c: Preparing [2020-12-07T16:08:10.154Z] ace0eda3e3be: Preparing [2020-12-07T16:08:10.154Z] ace0eda3e3be: Waiting [2020-12-07T16:08:10.154Z] d69d1190683d: Layer already exists [2020-12-07T16:08:10.154Z] d345e7c3815c: Layer already exists [2020-12-07T16:08:10.154Z] 4b78cec05c1f: Layer already exists [2020-12-07T16:08:10.154Z] 2d1db328d2e0: Layer already exists [2020-12-07T16:08:10.154Z] fd14c80c11aa: Layer already exists [2020-12-07T16:08:10.154Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:10.154Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:d5a8f23d20dae3da507cadd93618dfd2d905a0bf42a1a00ac18c77397bfd29f8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:10.466Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:10.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-07T16:08:10.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-07T16:08:10.765Z] fd14c80c11aa: Preparing [2020-12-07T16:08:10.765Z] d69d1190683d: Preparing [2020-12-07T16:08:10.765Z] 2d1db328d2e0: Preparing [2020-12-07T16:08:10.765Z] 4b78cec05c1f: Preparing [2020-12-07T16:08:10.765Z] d345e7c3815c: Preparing [2020-12-07T16:08:10.765Z] ace0eda3e3be: Preparing [2020-12-07T16:08:10.765Z] ace0eda3e3be: Waiting [2020-12-07T16:08:10.765Z] 2d1db328d2e0: Layer already exists [2020-12-07T16:08:10.765Z] 4b78cec05c1f: Layer already exists [2020-12-07T16:08:10.765Z] fd14c80c11aa: Layer already exists [2020-12-07T16:08:10.765Z] d69d1190683d: Layer already exists [2020-12-07T16:08:10.765Z] d345e7c3815c: Layer already exists [2020-12-07T16:08:10.765Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:10.765Z] master: digest: sha256:d5a8f23d20dae3da507cadd93618dfd2d905a0bf42a1a00ac18c77397bfd29f8 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:08:11.125Z] ===================================================== [Pipeline] echo [2020-12-07T16:08:11.188Z] taggedImages: [2020-12-07T16:08:11.188Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:11.188Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.5 [2020-12-07T16:08:11.188Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:11.188Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-07T16:08:11.288Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-07T16:08:11.288Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:11.288Z] 2.0.0-dev.5 [2020-12-07T16:08:11.288Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:11.288Z] master [2020-12-07T16:08:11.288Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:11.770Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:12.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:12.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T16:08:12.339Z] e450d6753014: Preparing [2020-12-07T16:08:12.339Z] 0f8c3a0bc2ba: Preparing [2020-12-07T16:08:12.339Z] 4e3295ca94fe: Preparing [2020-12-07T16:08:12.339Z] 557cd21f27c8: Preparing [2020-12-07T16:08:12.339Z] 557cd21f27c8: Preparing [2020-12-07T16:08:12.339Z] 50b2326c10b2: Preparing [2020-12-07T16:08:12.339Z] c44319f97ac2: Preparing [2020-12-07T16:08:12.339Z] 7d9b478a3799: Preparing [2020-12-07T16:08:12.339Z] e450d6753014: Preparing [2020-12-07T16:08:12.339Z] 152fd9e6687b: Preparing [2020-12-07T16:08:12.339Z] 4be5430a9865: Preparing [2020-12-07T16:08:12.339Z] ab08be9c8699: Preparing [2020-12-07T16:08:12.339Z] ace0eda3e3be: Preparing [2020-12-07T16:08:12.339Z] 7d9b478a3799: Waiting [2020-12-07T16:08:12.339Z] 152fd9e6687b: Waiting [2020-12-07T16:08:12.339Z] 4be5430a9865: Waiting [2020-12-07T16:08:12.339Z] ab08be9c8699: Waiting [2020-12-07T16:08:12.339Z] ace0eda3e3be: Waiting [2020-12-07T16:08:12.339Z] c44319f97ac2: Waiting [2020-12-07T16:08:12.601Z] 50b2326c10b2: Pushed [2020-12-07T16:08:12.601Z] 4e3295ca94fe: Pushed [2020-12-07T16:08:12.601Z] 557cd21f27c8: Pushed [2020-12-07T16:08:12.601Z] 0f8c3a0bc2ba: Pushed [2020-12-07T16:08:12.601Z] c44319f97ac2: Pushed [2020-12-07T16:08:12.601Z] 4be5430a9865: Pushed [2020-12-07T16:08:12.864Z] 152fd9e6687b: Pushed [2020-12-07T16:08:12.864Z] 7d9b478a3799: Pushed [2020-12-07T16:08:12.864Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:13.128Z] ab08be9c8699: Pushed [2020-12-07T16:08:13.128Z] e450d6753014: Pushed [2020-12-07T16:08:13.389Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:78fdfb4fabfff15b4f3553e40989659a3e50d2a5cb3460a00ae031e5830ba323 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:13.698Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:14.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.5 [2020-12-07T16:08:14.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T16:08:14.003Z] e450d6753014: Preparing [2020-12-07T16:08:14.003Z] 0f8c3a0bc2ba: Preparing [2020-12-07T16:08:14.003Z] 4e3295ca94fe: Preparing [2020-12-07T16:08:14.003Z] 557cd21f27c8: Preparing [2020-12-07T16:08:14.003Z] 557cd21f27c8: Preparing [2020-12-07T16:08:14.003Z] 50b2326c10b2: Preparing [2020-12-07T16:08:14.003Z] c44319f97ac2: Preparing [2020-12-07T16:08:14.003Z] 7d9b478a3799: Preparing [2020-12-07T16:08:14.003Z] e450d6753014: Preparing [2020-12-07T16:08:14.003Z] 152fd9e6687b: Preparing [2020-12-07T16:08:14.003Z] 4be5430a9865: Preparing [2020-12-07T16:08:14.003Z] ab08be9c8699: Preparing [2020-12-07T16:08:14.003Z] ace0eda3e3be: Preparing [2020-12-07T16:08:14.003Z] c44319f97ac2: Waiting [2020-12-07T16:08:14.003Z] 7d9b478a3799: Waiting [2020-12-07T16:08:14.003Z] 152fd9e6687b: Waiting [2020-12-07T16:08:14.003Z] 4be5430a9865: Waiting [2020-12-07T16:08:14.003Z] ab08be9c8699: Waiting [2020-12-07T16:08:14.003Z] ace0eda3e3be: Waiting [2020-12-07T16:08:14.003Z] e450d6753014: Layer already exists [2020-12-07T16:08:14.003Z] 0f8c3a0bc2ba: Layer already exists [2020-12-07T16:08:14.003Z] 4e3295ca94fe: Layer already exists [2020-12-07T16:08:14.003Z] 50b2326c10b2: Layer already exists [2020-12-07T16:08:14.003Z] 557cd21f27c8: Layer already exists [2020-12-07T16:08:14.003Z] c44319f97ac2: Layer already exists [2020-12-07T16:08:14.003Z] 152fd9e6687b: Layer already exists [2020-12-07T16:08:14.003Z] 7d9b478a3799: Layer already exists [2020-12-07T16:08:14.003Z] ab08be9c8699: Layer already exists [2020-12-07T16:08:14.003Z] 4be5430a9865: Layer already exists [2020-12-07T16:08:14.003Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:14.003Z] 2.0.0-dev.5: digest: sha256:78fdfb4fabfff15b4f3553e40989659a3e50d2a5cb3460a00ae031e5830ba323 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:14.178Z] Removing intermediate container 76edf9261073 [2020-12-07T16:08:14.178Z] ---> 4778ffbe1b32 [2020-12-07T16:08:14.178Z] [2020-12-07T16:08:14.178Z] Step 9/29 : FROM alpine:latest [2020-12-07T16:08:14.178Z] latest: Pulling from library/alpine [2020-12-07T16:08:14.178Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-07T16:08:14.178Z] Status: Downloaded newer image for alpine:latest [2020-12-07T16:08:14.178Z] ---> 2e77e061c27f [2020-12-07T16:08:14.178Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-07T16:08:14.178Z] ---> Running in 06ad4e7b9dc3 [2020-12-07T16:08:14.178Z] Removing intermediate container 06ad4e7b9dc3 [2020-12-07T16:08:14.178Z] ---> 2c2b73fc7965 [2020-12-07T16:08:14.178Z] Step 11/29 : USER root [2020-12-07T16:08:14.178Z] ---> Running in b31dfd893b8b [2020-12-07T16:08:14.178Z] Removing intermediate container b31dfd893b8b [2020-12-07T16:08:14.178Z] ---> c1abb58bfec3 [2020-12-07T16:08:14.178Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-07T16:08:14.178Z] ---> Running in ab0e11b16839 [2020-12-07T16:08:14.307Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:14.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:14.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T16:08:14.611Z] e450d6753014: Preparing [2020-12-07T16:08:14.611Z] 0f8c3a0bc2ba: Preparing [2020-12-07T16:08:14.611Z] 4e3295ca94fe: Preparing [2020-12-07T16:08:14.611Z] 557cd21f27c8: Preparing [2020-12-07T16:08:14.611Z] 557cd21f27c8: Preparing [2020-12-07T16:08:14.611Z] 50b2326c10b2: Preparing [2020-12-07T16:08:14.611Z] c44319f97ac2: Preparing [2020-12-07T16:08:14.611Z] 7d9b478a3799: Preparing [2020-12-07T16:08:14.611Z] e450d6753014: Preparing [2020-12-07T16:08:14.611Z] 152fd9e6687b: Preparing [2020-12-07T16:08:14.611Z] 4be5430a9865: Preparing [2020-12-07T16:08:14.611Z] ab08be9c8699: Preparing [2020-12-07T16:08:14.611Z] ace0eda3e3be: Preparing [2020-12-07T16:08:14.611Z] c44319f97ac2: Waiting [2020-12-07T16:08:14.611Z] 7d9b478a3799: Waiting [2020-12-07T16:08:14.611Z] 152fd9e6687b: Waiting [2020-12-07T16:08:14.611Z] 4be5430a9865: Waiting [2020-12-07T16:08:14.611Z] ace0eda3e3be: Waiting [2020-12-07T16:08:14.611Z] ab08be9c8699: Waiting [2020-12-07T16:08:14.611Z] 557cd21f27c8: Layer already exists [2020-12-07T16:08:14.611Z] 0f8c3a0bc2ba: Layer already exists [2020-12-07T16:08:14.611Z] e450d6753014: Layer already exists [2020-12-07T16:08:14.611Z] 4e3295ca94fe: Layer already exists [2020-12-07T16:08:14.611Z] 50b2326c10b2: Layer already exists [2020-12-07T16:08:14.611Z] 7d9b478a3799: Layer already exists [2020-12-07T16:08:14.611Z] c44319f97ac2: Layer already exists [2020-12-07T16:08:14.611Z] ab08be9c8699: Layer already exists [2020-12-07T16:08:14.611Z] 4be5430a9865: Layer already exists [2020-12-07T16:08:14.611Z] 152fd9e6687b: Layer already exists [2020-12-07T16:08:14.611Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:14.611Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:78fdfb4fabfff15b4f3553e40989659a3e50d2a5cb3460a00ae031e5830ba323 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:14.910Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:15.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:08:15.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-07T16:08:15.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-07T16:08:15.206Z] e450d6753014: Preparing [2020-12-07T16:08:15.206Z] 0f8c3a0bc2ba: Preparing [2020-12-07T16:08:15.206Z] 4e3295ca94fe: Preparing [2020-12-07T16:08:15.206Z] 557cd21f27c8: Preparing [2020-12-07T16:08:15.206Z] 557cd21f27c8: Preparing [2020-12-07T16:08:15.206Z] 50b2326c10b2: Preparing [2020-12-07T16:08:15.206Z] c44319f97ac2: Preparing [2020-12-07T16:08:15.206Z] 7d9b478a3799: Preparing [2020-12-07T16:08:15.206Z] e450d6753014: Preparing [2020-12-07T16:08:15.206Z] 152fd9e6687b: Preparing [2020-12-07T16:08:15.206Z] 4be5430a9865: Preparing [2020-12-07T16:08:15.206Z] ab08be9c8699: Preparing [2020-12-07T16:08:15.206Z] ace0eda3e3be: Preparing [2020-12-07T16:08:15.206Z] c44319f97ac2: Waiting [2020-12-07T16:08:15.206Z] 4be5430a9865: Waiting [2020-12-07T16:08:15.206Z] 7d9b478a3799: Waiting [2020-12-07T16:08:15.206Z] 152fd9e6687b: Waiting [2020-12-07T16:08:15.206Z] ab08be9c8699: Waiting [2020-12-07T16:08:15.206Z] ace0eda3e3be: Waiting [2020-12-07T16:08:15.206Z] 0f8c3a0bc2ba: Layer already exists [2020-12-07T16:08:15.206Z] e450d6753014: Layer already exists [2020-12-07T16:08:15.206Z] 50b2326c10b2: Layer already exists [2020-12-07T16:08:15.206Z] 4e3295ca94fe: Layer already exists [2020-12-07T16:08:15.206Z] 557cd21f27c8: Layer already exists [2020-12-07T16:08:15.206Z] 7d9b478a3799: Layer already exists [2020-12-07T16:08:15.206Z] 152fd9e6687b: Layer already exists [2020-12-07T16:08:15.206Z] 4be5430a9865: Layer already exists [2020-12-07T16:08:15.206Z] ab08be9c8699: Layer already exists [2020-12-07T16:08:15.206Z] c44319f97ac2: Layer already exists [2020-12-07T16:08:15.206Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:15.206Z] master: digest: sha256:78fdfb4fabfff15b4f3553e40989659a3e50d2a5cb3460a00ae031e5830ba323 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:08:15.404Z] ===================================================== [2020-12-07T16:08:15.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-12-07T16:08:15.456Z] taggedImages: [2020-12-07T16:08:15.456Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:15.456Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.5 [2020-12-07T16:08:15.456Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:15.456Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-07T16:08:15.521Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-07T16:08:15.521Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:15.521Z] 2.0.0-dev.5 [2020-12-07T16:08:15.521Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:15.521Z] master [2020-12-07T16:08:15.521Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:16.023Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:16.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:16.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T16:08:16.325Z] 3ff0748ef2ce: Preparing [2020-12-07T16:08:16.325Z] d62252085707: Preparing [2020-12-07T16:08:16.325Z] a53efb51d1a1: Preparing [2020-12-07T16:08:16.325Z] 5093e105b3ef: Preparing [2020-12-07T16:08:16.325Z] c1410bf87008: Preparing [2020-12-07T16:08:16.325Z] ce9bee3479a3: Preparing [2020-12-07T16:08:16.325Z] 398d8490a1dd: Preparing [2020-12-07T16:08:16.325Z] 4b9c26d8d8bc: Preparing [2020-12-07T16:08:16.325Z] 1b3ee35aacca: Preparing [2020-12-07T16:08:16.325Z] ce9bee3479a3: Waiting [2020-12-07T16:08:16.325Z] 398d8490a1dd: Waiting [2020-12-07T16:08:16.325Z] 4b9c26d8d8bc: Waiting [2020-12-07T16:08:16.325Z] 1b3ee35aacca: Waiting [2020-12-07T16:08:16.594Z] d62252085707: Pushed [2020-12-07T16:08:16.594Z] c1410bf87008: Pushed [2020-12-07T16:08:16.594Z] 3ff0748ef2ce: Pushed [2020-12-07T16:08:16.594Z] ce9bee3479a3: Pushed [2020-12-07T16:08:16.855Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:08:16.856Z] 398d8490a1dd: Pushed [2020-12-07T16:08:16.896Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:08:16.896Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:08:16.896Z] OK: 12617 distinct packages available [2020-12-07T16:08:17.138Z] 4b9c26d8d8bc: Pushed [2020-12-07T16:08:17.425Z] 5093e105b3ef: Pushed [2020-12-07T16:08:17.425Z] a53efb51d1a1: Pushed [2020-12-07T16:08:17.692Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:88677b6d87187e8a3394342e6cf160919da965076d0f269eb33ed4b61c266d28 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:17.909Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-07T16:08:17.909Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-07T16:08:17.909Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:08:17.909Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T16:08:18.036Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:18.203Z] OK: 6 MiB in 16 packages [2020-12-07T16:08:18.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.5 [2020-12-07T16:08:18.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T16:08:18.377Z] 3ff0748ef2ce: Preparing [2020-12-07T16:08:18.377Z] d62252085707: Preparing [2020-12-07T16:08:18.377Z] a53efb51d1a1: Preparing [2020-12-07T16:08:18.377Z] 5093e105b3ef: Preparing [2020-12-07T16:08:18.377Z] c1410bf87008: Preparing [2020-12-07T16:08:18.377Z] ce9bee3479a3: Preparing [2020-12-07T16:08:18.377Z] 398d8490a1dd: Preparing [2020-12-07T16:08:18.377Z] 4b9c26d8d8bc: Preparing [2020-12-07T16:08:18.377Z] 1b3ee35aacca: Preparing [2020-12-07T16:08:18.377Z] 1b3ee35aacca: Waiting [2020-12-07T16:08:18.377Z] ce9bee3479a3: Waiting [2020-12-07T16:08:18.377Z] 4b9c26d8d8bc: Waiting [2020-12-07T16:08:18.377Z] 3ff0748ef2ce: Layer already exists [2020-12-07T16:08:18.377Z] d62252085707: Layer already exists [2020-12-07T16:08:18.377Z] a53efb51d1a1: Layer already exists [2020-12-07T16:08:18.377Z] 5093e105b3ef: Layer already exists [2020-12-07T16:08:18.377Z] c1410bf87008: Layer already exists [2020-12-07T16:08:18.377Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:08:18.377Z] 398d8490a1dd: Layer already exists [2020-12-07T16:08:18.377Z] 4b9c26d8d8bc: Layer already exists [2020-12-07T16:08:18.377Z] ce9bee3479a3: Layer already exists [2020-12-07T16:08:18.642Z] 2.0.0-dev.5: digest: sha256:88677b6d87187e8a3394342e6cf160919da965076d0f269eb33ed4b61c266d28 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:18.945Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:19.211Z] Removing intermediate container 309eb8361f44 [2020-12-07T16:08:19.212Z] ---> 626de69de562 [2020-12-07T16:08:19.212Z] [2020-12-07T16:08:19.212Z] Step 10/22 : FROM alpine:3.10 [2020-12-07T16:08:19.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:19.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T16:08:19.241Z] 3ff0748ef2ce: Preparing [2020-12-07T16:08:19.241Z] d62252085707: Preparing [2020-12-07T16:08:19.241Z] a53efb51d1a1: Preparing [2020-12-07T16:08:19.241Z] 5093e105b3ef: Preparing [2020-12-07T16:08:19.241Z] c1410bf87008: Preparing [2020-12-07T16:08:19.241Z] ce9bee3479a3: Preparing [2020-12-07T16:08:19.241Z] 398d8490a1dd: Preparing [2020-12-07T16:08:19.241Z] 4b9c26d8d8bc: Preparing [2020-12-07T16:08:19.241Z] 1b3ee35aacca: Preparing [2020-12-07T16:08:19.241Z] ce9bee3479a3: Waiting [2020-12-07T16:08:19.241Z] 398d8490a1dd: Waiting [2020-12-07T16:08:19.241Z] 4b9c26d8d8bc: Waiting [2020-12-07T16:08:19.241Z] 1b3ee35aacca: Waiting [2020-12-07T16:08:19.241Z] 3ff0748ef2ce: Layer already exists [2020-12-07T16:08:19.241Z] d62252085707: Layer already exists [2020-12-07T16:08:19.241Z] a53efb51d1a1: Layer already exists [2020-12-07T16:08:19.241Z] 5093e105b3ef: Layer already exists [2020-12-07T16:08:19.241Z] c1410bf87008: Layer already exists [2020-12-07T16:08:19.241Z] 398d8490a1dd: Layer already exists [2020-12-07T16:08:19.241Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:08:19.241Z] ce9bee3479a3: Layer already exists [2020-12-07T16:08:19.241Z] 4b9c26d8d8bc: Layer already exists [2020-12-07T16:08:19.241Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:88677b6d87187e8a3394342e6cf160919da965076d0f269eb33ed4b61c266d28 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:19.500Z] 3.10: Pulling from library/alpine [2020-12-07T16:08:19.541Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:19.837Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-07T16:08:19.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-07T16:08:19.837Z] 3ff0748ef2ce: Preparing [2020-12-07T16:08:19.837Z] d62252085707: Preparing [2020-12-07T16:08:19.837Z] a53efb51d1a1: Preparing [2020-12-07T16:08:19.837Z] 5093e105b3ef: Preparing [2020-12-07T16:08:19.837Z] c1410bf87008: Preparing [2020-12-07T16:08:19.837Z] ce9bee3479a3: Preparing [2020-12-07T16:08:19.837Z] 398d8490a1dd: Preparing [2020-12-07T16:08:19.837Z] 4b9c26d8d8bc: Preparing [2020-12-07T16:08:19.837Z] 1b3ee35aacca: Preparing [2020-12-07T16:08:19.837Z] ce9bee3479a3: Waiting [2020-12-07T16:08:19.837Z] 4b9c26d8d8bc: Waiting [2020-12-07T16:08:19.837Z] 398d8490a1dd: Waiting [2020-12-07T16:08:19.837Z] 1b3ee35aacca: Waiting [2020-12-07T16:08:19.837Z] 3ff0748ef2ce: Layer already exists [2020-12-07T16:08:19.837Z] d62252085707: Layer already exists [2020-12-07T16:08:19.837Z] 5093e105b3ef: Layer already exists [2020-12-07T16:08:19.837Z] c1410bf87008: Layer already exists [2020-12-07T16:08:19.837Z] a53efb51d1a1: Layer already exists [2020-12-07T16:08:19.837Z] 4b9c26d8d8bc: Layer already exists [2020-12-07T16:08:19.837Z] 1b3ee35aacca: Layer already exists [2020-12-07T16:08:19.837Z] ce9bee3479a3: Layer already exists [2020-12-07T16:08:19.837Z] 398d8490a1dd: Layer already exists [2020-12-07T16:08:19.837Z] master: digest: sha256:88677b6d87187e8a3394342e6cf160919da965076d0f269eb33ed4b61c266d28 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:08:20.108Z] ===================================================== [Pipeline] echo [2020-12-07T16:08:20.159Z] taggedImages: [2020-12-07T16:08:20.159Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:20.159Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.5 [2020-12-07T16:08:20.159Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:20.159Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-07T16:08:20.231Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-07T16:08:20.231Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:20.231Z] 2.0.0-dev.5 [2020-12-07T16:08:20.231Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:20.231Z] master [2020-12-07T16:08:20.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:20.813Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:21.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:21.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T16:08:21.150Z] dd1328880ea6: Preparing [2020-12-07T16:08:21.150Z] 92eb6560e2a8: Preparing [2020-12-07T16:08:21.150Z] c172850b0327: Preparing [2020-12-07T16:08:21.150Z] 73f834ac36c8: Preparing [2020-12-07T16:08:21.150Z] deb473e30676: Preparing [2020-12-07T16:08:21.150Z] 24606bdae2dd: Preparing [2020-12-07T16:08:21.150Z] 24606bdae2dd: Waiting [2020-12-07T16:08:21.413Z] c172850b0327: Pushed [2020-12-07T16:08:21.413Z] 73f834ac36c8: Pushed [2020-12-07T16:08:21.413Z] dd1328880ea6: Pushed [2020-12-07T16:08:21.413Z] deb473e30676: Pushed [2020-12-07T16:08:21.674Z] 24606bdae2dd: Pushed [2020-12-07T16:08:22.252Z] 92eb6560e2a8: Pushed [2020-12-07T16:08:22.497Z] Removing intermediate container ab0e11b16839 [2020-12-07T16:08:22.497Z] ---> 7fb724aaa3a9 [2020-12-07T16:08:22.497Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-07T16:08:22.497Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-07T16:08:22.497Z] Status: Downloaded newer image for alpine:3.10 [2020-12-07T16:08:22.497Z] ---> 536a684cf733 [2020-12-07T16:08:22.497Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T16:08:22.521Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:c5f1a63d12bcf59aae51850f0f3cf223c03d6c4434fca2976771cd18370f2410 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:22.788Z] ---> Running in 5bb3bb0de8cc [2020-12-07T16:08:22.788Z] ---> Running in 13dca23e42f2 [2020-12-07T16:08:22.882Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:23.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.5 [2020-12-07T16:08:23.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T16:08:23.201Z] dd1328880ea6: Preparing [2020-12-07T16:08:23.201Z] 92eb6560e2a8: Preparing [2020-12-07T16:08:23.201Z] c172850b0327: Preparing [2020-12-07T16:08:23.201Z] 73f834ac36c8: Preparing [2020-12-07T16:08:23.201Z] deb473e30676: Preparing [2020-12-07T16:08:23.201Z] 24606bdae2dd: Preparing [2020-12-07T16:08:23.201Z] 24606bdae2dd: Waiting [2020-12-07T16:08:23.201Z] dd1328880ea6: Layer already exists [2020-12-07T16:08:23.201Z] deb473e30676: Layer already exists [2020-12-07T16:08:23.201Z] c172850b0327: Layer already exists [2020-12-07T16:08:23.201Z] 92eb6560e2a8: Layer already exists [2020-12-07T16:08:23.201Z] 73f834ac36c8: Layer already exists [2020-12-07T16:08:23.201Z] 24606bdae2dd: Layer already exists [2020-12-07T16:08:23.201Z] 2.0.0-dev.5: digest: sha256:c5f1a63d12bcf59aae51850f0f3cf223c03d6c4434fca2976771cd18370f2410 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:23.504Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:23.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:23.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T16:08:23.821Z] dd1328880ea6: Preparing [2020-12-07T16:08:23.821Z] 92eb6560e2a8: Preparing [2020-12-07T16:08:23.821Z] c172850b0327: Preparing [2020-12-07T16:08:23.821Z] 73f834ac36c8: Preparing [2020-12-07T16:08:23.821Z] deb473e30676: Preparing [2020-12-07T16:08:23.821Z] 24606bdae2dd: Preparing [2020-12-07T16:08:23.821Z] 24606bdae2dd: Waiting [2020-12-07T16:08:23.821Z] c172850b0327: Layer already exists [2020-12-07T16:08:23.821Z] 73f834ac36c8: Layer already exists [2020-12-07T16:08:23.821Z] dd1328880ea6: Layer already exists [2020-12-07T16:08:23.821Z] deb473e30676: Layer already exists [2020-12-07T16:08:23.821Z] 92eb6560e2a8: Layer already exists [2020-12-07T16:08:23.821Z] 24606bdae2dd: Layer already exists [2020-12-07T16:08:23.821Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:c5f1a63d12bcf59aae51850f0f3cf223c03d6c4434fca2976771cd18370f2410 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:24.125Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:24.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-07T16:08:24.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-07T16:08:24.417Z] dd1328880ea6: Preparing [2020-12-07T16:08:24.417Z] 92eb6560e2a8: Preparing [2020-12-07T16:08:24.417Z] c172850b0327: Preparing [2020-12-07T16:08:24.417Z] 73f834ac36c8: Preparing [2020-12-07T16:08:24.417Z] deb473e30676: Preparing [2020-12-07T16:08:24.417Z] 24606bdae2dd: Preparing [2020-12-07T16:08:24.417Z] 24606bdae2dd: Waiting [2020-12-07T16:08:24.417Z] deb473e30676: Layer already exists [2020-12-07T16:08:24.417Z] 73f834ac36c8: Layer already exists [2020-12-07T16:08:24.417Z] dd1328880ea6: Layer already exists [2020-12-07T16:08:24.417Z] c172850b0327: Layer already exists [2020-12-07T16:08:24.417Z] 92eb6560e2a8: Layer already exists [2020-12-07T16:08:24.417Z] 24606bdae2dd: Layer already exists [2020-12-07T16:08:24.417Z] master: digest: sha256:c5f1a63d12bcf59aae51850f0f3cf223c03d6c4434fca2976771cd18370f2410 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:08:24.606Z] ===================================================== [Pipeline] echo [2020-12-07T16:08:24.653Z] taggedImages: [2020-12-07T16:08:24.653Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:24.653Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.5 [2020-12-07T16:08:24.653Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:24.653Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-07T16:08:24.718Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-07T16:08:24.718Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:24.718Z] 2.0.0-dev.5 [2020-12-07T16:08:24.718Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:24.718Z] master [2020-12-07T16:08:24.718Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-07T16:08:24.791Z] Removing intermediate container 13dca23e42f2 [2020-12-07T16:08:24.791Z] ---> 150a67210e8d [2020-12-07T16:08:24.791Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-07T16:08:24.791Z] ---> Running in d6b95641ac67 [2020-12-07T16:08:24.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:25.193Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:25.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:08:25.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:25.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T16:08:25.490Z] b1944917f5c7: Preparing [2020-12-07T16:08:25.490Z] f6475c16a298: Preparing [2020-12-07T16:08:25.490Z] 53fed202d351: Preparing [2020-12-07T16:08:25.750Z] 53fed202d351: Pushed [2020-12-07T16:08:25.750Z] b1944917f5c7: Pushed [2020-12-07T16:08:26.000Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-07T16:08:26.000Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-07T16:08:26.000Z] OK: 10169 distinct packages available [2020-12-07T16:08:26.000Z] Removing intermediate container 4feb2811ed92 [2020-12-07T16:08:26.000Z] ---> c61eb3e69bf9 [2020-12-07T16:08:26.000Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-07T16:08:26.000Z] Removing intermediate container d6b95641ac67 [2020-12-07T16:08:26.000Z] ---> 16da8fb5b989 [2020-12-07T16:08:26.000Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-07T16:08:26.279Z] ---> Running in ff3b11d04a66 [2020-12-07T16:08:26.279Z] ---> Running in 6d7a483b273c [2020-12-07T16:08:26.563Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-07T16:08:26.563Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-07T16:08:26.563Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-07T16:08:26.563Z] (4/5) Installing curl (7.66.0-r1) [2020-12-07T16:08:26.693Z] f6475c16a298: Pushed [2020-12-07T16:08:26.848Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-07T16:08:26.848Z] Executing busybox-1.30.1-r3.trigger [2020-12-07T16:08:26.848Z] Executing ca-certificates-20191127-r2.trigger [2020-12-07T16:08:26.972Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:000fc470aa020a7eb5d5e960958c71ca9c262961d3ee7581a7491b553fade08c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:27.137Z] OK: 7 MiB in 19 packages [2020-12-07T16:08:27.279Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:27.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.5 [2020-12-07T16:08:27.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T16:08:27.580Z] b1944917f5c7: Preparing [2020-12-07T16:08:27.580Z] f6475c16a298: Preparing [2020-12-07T16:08:27.580Z] 53fed202d351: Preparing [2020-12-07T16:08:27.580Z] f6475c16a298: Layer already exists [2020-12-07T16:08:27.580Z] b1944917f5c7: Layer already exists [2020-12-07T16:08:27.580Z] 53fed202d351: Layer already exists [2020-12-07T16:08:27.580Z] 2.0.0-dev.5: digest: sha256:000fc470aa020a7eb5d5e960958c71ca9c262961d3ee7581a7491b553fade08c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:27.883Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:28.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:28.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T16:08:28.181Z] b1944917f5c7: Preparing [2020-12-07T16:08:28.181Z] f6475c16a298: Preparing [2020-12-07T16:08:28.181Z] 53fed202d351: Preparing [2020-12-07T16:08:28.181Z] b1944917f5c7: Layer already exists [2020-12-07T16:08:28.181Z] f6475c16a298: Layer already exists [2020-12-07T16:08:28.181Z] 53fed202d351: Layer already exists [2020-12-07T16:08:28.181Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:000fc470aa020a7eb5d5e960958c71ca9c262961d3ee7581a7491b553fade08c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:28.488Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:28.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-07T16:08:28.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-07T16:08:28.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-07T16:08:28.790Z] b1944917f5c7: Preparing [2020-12-07T16:08:28.790Z] f6475c16a298: Preparing [2020-12-07T16:08:28.790Z] 53fed202d351: Preparing [2020-12-07T16:08:28.790Z] b1944917f5c7: Layer already exists [2020-12-07T16:08:28.790Z] f6475c16a298: Layer already exists [2020-12-07T16:08:28.790Z] 53fed202d351: Layer already exists [2020-12-07T16:08:28.790Z] master: digest: sha256:000fc470aa020a7eb5d5e960958c71ca9c262961d3ee7581a7491b553fade08c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:08:29.007Z] ===================================================== [Pipeline] echo [2020-12-07T16:08:29.135Z] taggedImages: [2020-12-07T16:08:29.135Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:29.135Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.5 [2020-12-07T16:08:29.135Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:29.135Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-07T16:08:29.201Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-07T16:08:29.201Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:29.201Z] 2.0.0-dev.5 [2020-12-07T16:08:29.201Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:29.201Z] master [2020-12-07T16:08:29.201Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:29.679Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:29.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:29.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T16:08:29.981Z] 0b7da7a9702a: Preparing [2020-12-07T16:08:29.981Z] b585c0e1ce29: Preparing [2020-12-07T16:08:29.981Z] 754837ed39c5: Preparing [2020-12-07T16:08:29.981Z] 777e14aacf2b: Preparing [2020-12-07T16:08:29.981Z] 9305e1e8dbe6: Preparing [2020-12-07T16:08:29.981Z] b287e1ec617a: Preparing [2020-12-07T16:08:29.981Z] 4608ada424f6: Preparing [2020-12-07T16:08:29.981Z] 3d9ce3ccee13: Preparing [2020-12-07T16:08:29.981Z] 84631c253a1d: Preparing [2020-12-07T16:08:29.981Z] 336623de938e: Preparing [2020-12-07T16:08:29.981Z] 63533b406c5a: Preparing [2020-12-07T16:08:29.981Z] 31b11ec6ff38: Preparing [2020-12-07T16:08:29.981Z] 911954e2fe49: Preparing [2020-12-07T16:08:29.981Z] ace0eda3e3be: Preparing [2020-12-07T16:08:29.981Z] 336623de938e: Waiting [2020-12-07T16:08:29.981Z] b287e1ec617a: Waiting [2020-12-07T16:08:29.981Z] 4608ada424f6: Waiting [2020-12-07T16:08:29.981Z] 911954e2fe49: Waiting [2020-12-07T16:08:29.981Z] ace0eda3e3be: Waiting [2020-12-07T16:08:29.981Z] 3d9ce3ccee13: Waiting [2020-12-07T16:08:29.981Z] 63533b406c5a: Waiting [2020-12-07T16:08:29.981Z] 31b11ec6ff38: Waiting [2020-12-07T16:08:29.981Z] 84631c253a1d: Waiting [2020-12-07T16:08:30.246Z] 9305e1e8dbe6: Pushed [2020-12-07T16:08:30.246Z] 0b7da7a9702a: Pushed [2020-12-07T16:08:30.509Z] 777e14aacf2b: Pushed [2020-12-07T16:08:30.509Z] 3d9ce3ccee13: Layer already exists [2020-12-07T16:08:30.509Z] 84631c253a1d: Layer already exists [2020-12-07T16:08:30.509Z] 336623de938e: Layer already exists [2020-12-07T16:08:30.509Z] 63533b406c5a: Layer already exists [2020-12-07T16:08:30.778Z] 4608ada424f6: Pushed [2020-12-07T16:08:30.778Z] 31b11ec6ff38: Layer already exists [2020-12-07T16:08:30.778Z] 911954e2fe49: Layer already exists [2020-12-07T16:08:30.778Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:31.265Z] Removing intermediate container 5bb3bb0de8cc [2020-12-07T16:08:31.265Z] ---> f8a53f7e2faf [2020-12-07T16:08:31.265Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-07T16:08:31.265Z] ---> Running in 297194e335aa [2020-12-07T16:08:31.265Z] Removing intermediate container ff3b11d04a66 [2020-12-07T16:08:31.265Z] ---> cb2744a59250 [2020-12-07T16:08:31.265Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-07T16:08:31.350Z] b287e1ec617a: Pushed [2020-12-07T16:08:31.611Z] b585c0e1ce29: Pushed [2020-12-07T16:08:32.266Z] Removing intermediate container 297194e335aa [2020-12-07T16:08:32.266Z] ---> 50997b1ef5b7 [2020-12-07T16:08:32.266Z] Step 13/22 : WORKDIR / [2020-12-07T16:08:32.546Z] ---> Running in 203b0f7309e8 [2020-12-07T16:08:33.544Z] ---> 85c2c518576e [2020-12-07T16:08:33.544Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-07T16:08:33.544Z] Removing intermediate container 203b0f7309e8 [2020-12-07T16:08:33.544Z] ---> bbd72618e90f [2020-12-07T16:08:33.544Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-07T16:08:35.001Z] Removing intermediate container 6d7a483b273c [2020-12-07T16:08:35.001Z] ---> 11059f81f750 [2020-12-07T16:08:35.001Z] [2020-12-07T16:08:35.001Z] Step 11/27 : FROM docker:latest [2020-12-07T16:08:35.001Z] ---> 84e3a507c27b [2020-12-07T16:08:35.001Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-07T16:08:35.001Z] ---> f186600ceb23 [2020-12-07T16:08:35.001Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-07T16:08:35.279Z] ---> Running in cbbd098a083f [2020-12-07T16:08:35.279Z] ---> 0b59bafe5fcc [2020-12-07T16:08:35.279Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-07T16:08:37.291Z] ---> 2eb6c3c4af15 [2020-12-07T16:08:37.291Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-07T16:08:37.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:08:37.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:08:37.848Z] ---> b8507d9a8d68 [2020-12-07T16:08:37.848Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-07T16:08:38.202Z] 754837ed39c5: Pushed [2020-12-07T16:08:38.463Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:3dddfd24c54510b1809db20cc3c42d32a8c7b05145540dd2ee06aaf12a65ed76 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:38.770Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:38.857Z] (1/2) Installing readline (8.0.4-r0) [2020-12-07T16:08:38.857Z] ---> 84ba2d16f634 [2020-12-07T16:08:38.857Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-07T16:08:38.857Z] (2/2) Installing bash (5.0.17-r0) [2020-12-07T16:08:38.857Z] Executing bash-5.0.17-r0.post-install [2020-12-07T16:08:38.857Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:08:38.857Z] OK: 12 MiB in 22 packages [2020-12-07T16:08:39.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.5 [2020-12-07T16:08:39.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T16:08:39.073Z] 0b7da7a9702a: Preparing [2020-12-07T16:08:39.073Z] b585c0e1ce29: Preparing [2020-12-07T16:08:39.073Z] 754837ed39c5: Preparing [2020-12-07T16:08:39.073Z] 777e14aacf2b: Preparing [2020-12-07T16:08:39.073Z] 9305e1e8dbe6: Preparing [2020-12-07T16:08:39.073Z] b287e1ec617a: Preparing [2020-12-07T16:08:39.073Z] 4608ada424f6: Preparing [2020-12-07T16:08:39.073Z] 3d9ce3ccee13: Preparing [2020-12-07T16:08:39.073Z] 84631c253a1d: Preparing [2020-12-07T16:08:39.073Z] 336623de938e: Preparing [2020-12-07T16:08:39.073Z] 63533b406c5a: Preparing [2020-12-07T16:08:39.073Z] 31b11ec6ff38: Preparing [2020-12-07T16:08:39.073Z] 911954e2fe49: Preparing [2020-12-07T16:08:39.073Z] ace0eda3e3be: Preparing [2020-12-07T16:08:39.073Z] 4608ada424f6: Waiting [2020-12-07T16:08:39.073Z] 3d9ce3ccee13: Waiting [2020-12-07T16:08:39.073Z] 84631c253a1d: Waiting [2020-12-07T16:08:39.073Z] 336623de938e: Waiting [2020-12-07T16:08:39.073Z] 63533b406c5a: Waiting [2020-12-07T16:08:39.073Z] 31b11ec6ff38: Waiting [2020-12-07T16:08:39.073Z] 911954e2fe49: Waiting [2020-12-07T16:08:39.073Z] ace0eda3e3be: Waiting [2020-12-07T16:08:39.073Z] b287e1ec617a: Waiting [2020-12-07T16:08:39.073Z] 754837ed39c5: Layer already exists [2020-12-07T16:08:39.073Z] b585c0e1ce29: Layer already exists [2020-12-07T16:08:39.073Z] 9305e1e8dbe6: Layer already exists [2020-12-07T16:08:39.073Z] 0b7da7a9702a: Layer already exists [2020-12-07T16:08:39.073Z] 777e14aacf2b: Layer already exists [2020-12-07T16:08:39.073Z] 4608ada424f6: Layer already exists [2020-12-07T16:08:39.073Z] 3d9ce3ccee13: Layer already exists [2020-12-07T16:08:39.073Z] b287e1ec617a: Layer already exists [2020-12-07T16:08:39.073Z] 336623de938e: Layer already exists [2020-12-07T16:08:39.073Z] 84631c253a1d: Layer already exists [2020-12-07T16:08:39.073Z] 911954e2fe49: Layer already exists [2020-12-07T16:08:39.073Z] 31b11ec6ff38: Layer already exists [2020-12-07T16:08:39.073Z] 63533b406c5a: Layer already exists [2020-12-07T16:08:39.073Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:39.073Z] 2.0.0-dev.5: digest: sha256:3dddfd24c54510b1809db20cc3c42d32a8c7b05145540dd2ee06aaf12a65ed76 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:39.375Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:39.459Z] ---> 730764f0b45a [2020-12-07T16:08:39.459Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-07T16:08:39.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:39.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T16:08:39.671Z] 0b7da7a9702a: Preparing [2020-12-07T16:08:39.671Z] b585c0e1ce29: Preparing [2020-12-07T16:08:39.671Z] 754837ed39c5: Preparing [2020-12-07T16:08:39.671Z] 777e14aacf2b: Preparing [2020-12-07T16:08:39.671Z] 9305e1e8dbe6: Preparing [2020-12-07T16:08:39.671Z] b287e1ec617a: Preparing [2020-12-07T16:08:39.671Z] 4608ada424f6: Preparing [2020-12-07T16:08:39.671Z] 3d9ce3ccee13: Preparing [2020-12-07T16:08:39.671Z] 84631c253a1d: Preparing [2020-12-07T16:08:39.671Z] 336623de938e: Preparing [2020-12-07T16:08:39.671Z] 63533b406c5a: Preparing [2020-12-07T16:08:39.671Z] 31b11ec6ff38: Preparing [2020-12-07T16:08:39.671Z] 911954e2fe49: Preparing [2020-12-07T16:08:39.671Z] ace0eda3e3be: Preparing [2020-12-07T16:08:39.671Z] b287e1ec617a: Waiting [2020-12-07T16:08:39.671Z] 4608ada424f6: Waiting [2020-12-07T16:08:39.671Z] 3d9ce3ccee13: Waiting [2020-12-07T16:08:39.671Z] 84631c253a1d: Waiting [2020-12-07T16:08:39.671Z] 336623de938e: Waiting [2020-12-07T16:08:39.671Z] 63533b406c5a: Waiting [2020-12-07T16:08:39.671Z] 31b11ec6ff38: Waiting [2020-12-07T16:08:39.671Z] 911954e2fe49: Waiting [2020-12-07T16:08:39.671Z] ace0eda3e3be: Waiting [2020-12-07T16:08:39.671Z] 0b7da7a9702a: Layer already exists [2020-12-07T16:08:39.671Z] 9305e1e8dbe6: Layer already exists [2020-12-07T16:08:39.671Z] b585c0e1ce29: Layer already exists [2020-12-07T16:08:39.671Z] 754837ed39c5: Layer already exists [2020-12-07T16:08:39.671Z] 777e14aacf2b: Layer already exists [2020-12-07T16:08:39.671Z] 4608ada424f6: Layer already exists [2020-12-07T16:08:39.671Z] 3d9ce3ccee13: Layer already exists [2020-12-07T16:08:39.671Z] b287e1ec617a: Layer already exists [2020-12-07T16:08:39.671Z] 84631c253a1d: Layer already exists [2020-12-07T16:08:39.671Z] 336623de938e: Layer already exists [2020-12-07T16:08:39.671Z] 63533b406c5a: Layer already exists [2020-12-07T16:08:39.671Z] 911954e2fe49: Layer already exists [2020-12-07T16:08:39.671Z] 31b11ec6ff38: Layer already exists [2020-12-07T16:08:39.671Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:39.671Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:3dddfd24c54510b1809db20cc3c42d32a8c7b05145540dd2ee06aaf12a65ed76 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:39.977Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:08:40.058Z] ---> f7c54fc88b7f [2020-12-07T16:08:40.059Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-07T16:08:40.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-07T16:08:40.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-07T16:08:40.277Z] 0b7da7a9702a: Preparing [2020-12-07T16:08:40.277Z] b585c0e1ce29: Preparing [2020-12-07T16:08:40.277Z] 754837ed39c5: Preparing [2020-12-07T16:08:40.277Z] 777e14aacf2b: Preparing [2020-12-07T16:08:40.277Z] 9305e1e8dbe6: Preparing [2020-12-07T16:08:40.277Z] b287e1ec617a: Preparing [2020-12-07T16:08:40.277Z] 4608ada424f6: Preparing [2020-12-07T16:08:40.277Z] 3d9ce3ccee13: Preparing [2020-12-07T16:08:40.277Z] 84631c253a1d: Preparing [2020-12-07T16:08:40.277Z] 336623de938e: Preparing [2020-12-07T16:08:40.277Z] 63533b406c5a: Preparing [2020-12-07T16:08:40.277Z] 31b11ec6ff38: Preparing [2020-12-07T16:08:40.277Z] 911954e2fe49: Preparing [2020-12-07T16:08:40.277Z] ace0eda3e3be: Preparing [2020-12-07T16:08:40.277Z] 84631c253a1d: Waiting [2020-12-07T16:08:40.277Z] 336623de938e: Waiting [2020-12-07T16:08:40.277Z] 63533b406c5a: Waiting [2020-12-07T16:08:40.277Z] 31b11ec6ff38: Waiting [2020-12-07T16:08:40.277Z] 911954e2fe49: Waiting [2020-12-07T16:08:40.277Z] ace0eda3e3be: Waiting [2020-12-07T16:08:40.277Z] 4608ada424f6: Waiting [2020-12-07T16:08:40.277Z] 3d9ce3ccee13: Waiting [2020-12-07T16:08:40.277Z] b287e1ec617a: Waiting [2020-12-07T16:08:40.277Z] 9305e1e8dbe6: Layer already exists [2020-12-07T16:08:40.277Z] b585c0e1ce29: Layer already exists [2020-12-07T16:08:40.277Z] 0b7da7a9702a: Layer already exists [2020-12-07T16:08:40.277Z] 754837ed39c5: Layer already exists [2020-12-07T16:08:40.277Z] 777e14aacf2b: Layer already exists [2020-12-07T16:08:40.277Z] b287e1ec617a: Layer already exists [2020-12-07T16:08:40.277Z] 4608ada424f6: Layer already exists [2020-12-07T16:08:40.277Z] 3d9ce3ccee13: Layer already exists [2020-12-07T16:08:40.277Z] 336623de938e: Layer already exists [2020-12-07T16:08:40.277Z] 84631c253a1d: Layer already exists [2020-12-07T16:08:40.277Z] 63533b406c5a: Layer already exists [2020-12-07T16:08:40.277Z] 31b11ec6ff38: Layer already exists [2020-12-07T16:08:40.277Z] ace0eda3e3be: Layer already exists [2020-12-07T16:08:40.277Z] 911954e2fe49: Layer already exists [2020-12-07T16:08:40.539Z] master: digest: sha256:3dddfd24c54510b1809db20cc3c42d32a8c7b05145540dd2ee06aaf12a65ed76 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-07T16:08:40.660Z] ---> Running in 27fc599baa2f [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:08:40.744Z] ===================================================== [Pipeline] echo [2020-12-07T16:08:40.793Z] taggedImages: [2020-12-07T16:08:40.793Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:40.793Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.5 [2020-12-07T16:08:40.793Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:08:40.793Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [2020-12-07T16:08:41.265Z] ---> b436420bd76d [2020-12-07T16:08:41.265Z] Step 18/22 : RUN chmod +x entrypoint.sh [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2020-12-07T16:08:41.567Z] Removing intermediate container cbbd098a083f [2020-12-07T16:08:41.567Z] ---> 5dc3b4c3f5fe [2020-12-07T16:08:41.567Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [Pipeline] } [2020-12-07T16:08:41.858Z] ---> Running in b548f0b78446 [2020-12-07T16:08:42.147Z] ---> Running in 44d90f3b6cc0 [2020-12-07T16:08:45.605Z] Removing intermediate container 27fc599baa2f [2020-12-07T16:08:45.605Z] ---> 229df0f0a848 [2020-12-07T16:08:45.605Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T16:08:45.882Z] Removing intermediate container e5bcffcff73e [2020-12-07T16:08:45.882Z] ---> e8945aad5f0f [2020-12-07T16:08:45.882Z] [2020-12-07T16:08:45.882Z] Step 10/21 : FROM scratch [2020-12-07T16:08:45.882Z] ---> [2020-12-07T16:08:45.882Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:08:46.159Z] ---> Running in cc1edf8b807b [2020-12-07T16:08:46.435Z] ---> 8ad8c6f56be1 [2020-12-07T16:08:46.435Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T16:08:46.721Z] ---> Running in f71c7bd09659 [2020-12-07T16:08:46.721Z] Removing intermediate container b548f0b78446 [2020-12-07T16:08:46.721Z] ---> d7a2d18fbfdb [2020-12-07T16:08:46.721Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-07T16:08:46.998Z] Removing intermediate container 44d90f3b6cc0 [2020-12-07T16:08:46.998Z] ---> d295947d744e [2020-12-07T16:08:46.998Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-07T16:08:46.998Z] Removing intermediate container cc1edf8b807b [2020-12-07T16:08:46.998Z] ---> 9ba8232f3bb0 [2020-12-07T16:08:46.998Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-07T16:08:46.998Z] ---> Running in 3d42a151fffb [2020-12-07T16:08:47.279Z] ---> Running in 4080f7574c4b [2020-12-07T16:08:47.279Z] ---> Running in 7817c84f08bd [2020-12-07T16:08:47.880Z] Removing intermediate container 3d42a151fffb [2020-12-07T16:08:47.880Z] ---> fd3ae478d1f8 [2020-12-07T16:08:47.880Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T16:08:47.880Z] Removing intermediate container 7817c84f08bd [2020-12-07T16:08:47.880Z] ---> e261ea226a3e [2020-12-07T16:08:47.880Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-07T16:08:48.170Z] ---> Running in 56ebd4e7ce95 [2020-12-07T16:08:48.170Z] Removing intermediate container 4080f7574c4b [2020-12-07T16:08:48.170Z] ---> ee195540f9f3 [2020-12-07T16:08:48.170Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-07T16:08:48.170Z] ---> Running in b511b526c153 [2020-12-07T16:08:48.443Z] ---> Running in ee837746e2f6 [2020-12-07T16:08:48.719Z] Removing intermediate container 56ebd4e7ce95 [2020-12-07T16:08:48.719Z] ---> 4565ba743957 [2020-12-07T16:08:48.719Z] Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:49.016Z] ---> Running in bd49ee00bcfa [2020-12-07T16:08:49.016Z] Removing intermediate container b511b526c153 [2020-12-07T16:08:49.016Z] ---> 491a4d7077db [2020-12-07T16:08:49.016Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-07T16:08:49.294Z] Removing intermediate container ee837746e2f6 [2020-12-07T16:08:49.294Z] ---> 297f8d9122fc [2020-12-07T16:08:49.294Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-07T16:08:49.574Z] Removing intermediate container bd49ee00bcfa [2020-12-07T16:08:49.574Z] ---> 5f75a4e582a1 [2020-12-07T16:08:49.574Z] Step 22/22 : LABEL version=2.0.0-dev.5 [2020-12-07T16:08:49.574Z] ---> Running in 9eda729ff7fc [2020-12-07T16:08:50.187Z] ---> Running in 1315f8969277 [2020-12-07T16:08:50.187Z] ---> f03cc6fa122c [2020-12-07T16:08:50.187Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-07T16:08:50.468Z] Removing intermediate container f71c7bd09659 [2020-12-07T16:08:50.468Z] ---> 907e089040c9 [2020-12-07T16:08:50.468Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-07T16:08:50.751Z] Removing intermediate container 9eda729ff7fc [2020-12-07T16:08:50.751Z] ---> f04cfb634938 [2020-12-07T16:08:50.751Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-07T16:08:51.041Z] ---> Running in 867b2df8f0fa [2020-12-07T16:08:51.041Z] Removing intermediate container 1315f8969277 [2020-12-07T16:08:51.041Z] ---> 16a0468de1ea [2020-12-07T16:08:51.042Z] [2020-12-07T16:08:51.640Z] Successfully built 16a0468de1ea [2020-12-07T16:08:51.640Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-07T16:08:51.640Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2020-12-07T16:08:51.926Z] ---> 2b1bb138bd1d [2020-12-07T16:08:51.926Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-07T16:08:52.908Z] ---> 0a561e14e4f0 [2020-12-07T16:08:52.908Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-07T16:08:54.955Z] ---> ac05e545c7f3 [2020-12-07T16:08:54.955Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-07T16:08:55.239Z] ---> 26b20bec5e5c [2020-12-07T16:08:55.239Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-07T16:08:55.239Z] ---> Running in 2b78a301123b [2020-12-07T16:08:55.841Z] Removing intermediate container 002aceaf667c [2020-12-07T16:08:55.841Z] ---> 51786144cbe1 [2020-12-07T16:08:55.841Z] [2020-12-07T16:08:55.841Z] Step 10/22 : FROM scratch [2020-12-07T16:08:55.841Z] ---> [2020-12-07T16:08:55.841Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:08:55.841Z] ---> Using cache [2020-12-07T16:08:55.841Z] ---> 9ba8232f3bb0 [2020-12-07T16:08:55.841Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-07T16:08:56.117Z] ---> Running in bc932befab20 [2020-12-07T16:08:56.391Z] Removing intermediate container 2b78a301123b [2020-12-07T16:08:56.391Z] ---> 49cb2a641f2a [2020-12-07T16:08:56.391Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:08:56.668Z] Removing intermediate container 867b2df8f0fa [2020-12-07T16:08:56.668Z] ---> 7f3375539d6b [2020-12-07T16:08:56.668Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T16:08:56.668Z] ---> Running in 85118e7d4366 [2020-12-07T16:08:56.668Z] ---> f9354002fdee [2020-12-07T16:08:56.668Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-07T16:08:56.946Z] ---> Running in 4988ab815a6b [2020-12-07T16:08:56.946Z] Removing intermediate container bc932befab20 [2020-12-07T16:08:56.946Z] ---> 1ad24b8d1720 [2020-12-07T16:08:56.946Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T16:08:56.946Z] ---> Running in 04d35918f834 [2020-12-07T16:08:56.946Z] ---> Running in 1d2ca6d805a5 [2020-12-07T16:08:57.221Z] Removing intermediate container 85118e7d4366 [2020-12-07T16:08:57.221Z] ---> bc1dba20ac92 [2020-12-07T16:08:57.221Z] Step 19/21 : LABEL arch=arm64 [2020-12-07T16:08:57.824Z] ---> Running in 1471737a1df6 [2020-12-07T16:08:57.824Z] Removing intermediate container 4988ab815a6b [2020-12-07T16:08:57.824Z] ---> c60f365aab44 [2020-12-07T16:08:57.824Z] Step 26/29 : CMD [ "generate" ] [2020-12-07T16:08:58.102Z] Removing intermediate container 1d2ca6d805a5 [2020-12-07T16:08:58.102Z] ---> 924c2bade2fb [2020-12-07T16:08:58.102Z] Step 14/22 : WORKDIR / [2020-12-07T16:08:58.400Z] ---> Running in 61e560e9c373 [2020-12-07T16:08:58.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:08:58.676Z] ---> Running in 4a56d14530b8 [2020-12-07T16:08:58.676Z] Removing intermediate container 1471737a1df6 [2020-12-07T16:08:58.676Z] ---> cdc7489043a8 [2020-12-07T16:08:58.676Z] Step 20/21 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:08:58.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:08:58.963Z] ---> Running in a053e310aa14 [2020-12-07T16:08:59.558Z] Removing intermediate container 61e560e9c373 [2020-12-07T16:08:59.558Z] ---> 3d5020c11d11 [2020-12-07T16:08:59.558Z] Step 27/29 : LABEL arch=arm64 [2020-12-07T16:08:59.558Z] Removing intermediate container 4a56d14530b8 [2020-12-07T16:08:59.558Z] ---> 88a396e595c1 [2020-12-07T16:08:59.558Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-07T16:08:59.558Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-07T16:08:59.558Z] (2/33) Installing expat (2.2.9-r1) [2020-12-07T16:08:59.558Z] (3/33) Installing libffi (3.3-r2) [2020-12-07T16:08:59.837Z] (4/33) Installing gdbm (1.13-r1) [2020-12-07T16:08:59.837Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-07T16:08:59.837Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-07T16:08:59.837Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-07T16:08:59.837Z] ---> Running in 434630245c3e [2020-12-07T16:09:00.115Z] Removing intermediate container a053e310aa14 [2020-12-07T16:09:00.115Z] ---> d3d047dd8aa9 [2020-12-07T16:09:00.115Z] Step 21/21 : LABEL version=2.0.0-dev.5 [2020-12-07T16:09:01.565Z] ---> a2900d16cde0 [2020-12-07T16:09:01.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-07T16:09:01.565Z] ---> Running in b34f89f005ae [2020-12-07T16:09:01.565Z] Removing intermediate container 434630245c3e [2020-12-07T16:09:01.565Z] ---> 7765d3c7e097 [2020-12-07T16:09:01.565Z] Step 28/29 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:09:01.842Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-07T16:09:01.842Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-07T16:09:01.842Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-07T16:09:01.842Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-07T16:09:02.120Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-07T16:09:02.120Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-07T16:09:02.120Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-07T16:09:02.120Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-07T16:09:02.120Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-07T16:09:02.398Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-07T16:09:02.398Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-07T16:09:02.398Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-07T16:09:02.398Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-07T16:09:02.398Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-07T16:09:02.398Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-07T16:09:02.398Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-07T16:09:02.398Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-07T16:09:02.398Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-07T16:09:02.682Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-07T16:09:02.682Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-07T16:09:02.682Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-07T16:09:02.682Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:09:02.682Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:09:02.682Z] ---> c308847a747a [2020-12-07T16:09:02.682Z] Step 3/21 : WORKDIR /edgex-go [2020-12-07T16:09:02.682Z] ---> Using cache [2020-12-07T16:09:02.682Z] ---> 5f9e7fa6828f [2020-12-07T16:09:02.682Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:09:02.682Z] ---> Using cache [2020-12-07T16:09:02.682Z] ---> bffdb961f6a7 [2020-12-07T16:09:02.682Z] Step 5/21 : RUN apk update && apk add make git(29/33) Installing py3-progress (1.5-r0) [2020-12-07T16:09:02.682Z] [2020-12-07T16:09:02.682Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-07T16:09:02.682Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-07T16:09:02.682Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-07T16:09:02.682Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-07T16:09:02.682Z] ---> Running in d88b3932eba6 [2020-12-07T16:09:02.682Z] Removing intermediate container b34f89f005ae [2020-12-07T16:09:02.682Z] ---> dfd8cc73ca8a [2020-12-07T16:09:02.682Z] [2020-12-07T16:09:02.964Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:09:02.964Z] OK: 71 MiB in 55 packages [2020-12-07T16:09:03.250Z] ---> Running in ca77a28406e8 [2020-12-07T16:09:03.250Z] Successfully built dfd8cc73ca8a [2020-12-07T16:09:03.524Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-07T16:09:03.524Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-12-07T16:09:03.524Z] ---> 6eb787187013 [2020-12-07T16:09:03.524Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-07T16:09:03.797Z] Removing intermediate container d88b3932eba6 [2020-12-07T16:09:03.797Z] ---> 2e4d2a02612d [2020-12-07T16:09:03.797Z] Step 29/29 : LABEL version=2.0.0-dev.5 [2020-12-07T16:09:04.074Z] ---> Running in a4afb6ee24d7 [2020-12-07T16:09:04.670Z] ---> 8fb0252e87c2 [2020-12-07T16:09:04.670Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-07T16:09:04.940Z] Removing intermediate container a4afb6ee24d7 [2020-12-07T16:09:04.940Z] ---> 296cfe93da09 [2020-12-07T16:09:04.940Z] [2020-12-07T16:09:04.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:09:05.213Z] ---> Running in fb458bd1f04f [2020-12-07T16:09:05.213Z] Successfully built 296cfe93da09 [2020-12-07T16:09:05.489Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-07T16:09:05.489Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [2020-12-07T16:09:05.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:09:06.378Z] Removing intermediate container fb458bd1f04f [2020-12-07T16:09:06.378Z] ---> 1a9498100b29 [2020-12-07T16:09:06.378Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:09:06.671Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:09:06.671Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:09:06.671Z] OK: 12616 distinct packages available [2020-12-07T16:09:06.954Z] ---> Running in 3bf1c15a0fbd [2020-12-07T16:09:07.599Z] OK: 217 MiB in 51 packages [2020-12-07T16:09:08.265Z] Removing intermediate container 3bf1c15a0fbd [2020-12-07T16:09:08.265Z] ---> 8dc5324a8153 [2020-12-07T16:09:08.265Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T16:09:09.318Z] ---> Running in ce16f4d4ec3a [2020-12-07T16:09:09.954Z] Removing intermediate container 04d35918f834 [2020-12-07T16:09:09.954Z] ---> c9466fe1aaa4 [2020-12-07T16:09:09.954Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-07T16:09:10.240Z] Removing intermediate container ce16f4d4ec3a [2020-12-07T16:09:10.240Z] ---> db3db73a8844 [2020-12-07T16:09:10.240Z] Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:09:10.240Z] Removing intermediate container ca77a28406e8 [2020-12-07T16:09:10.240Z] ---> 3475c5cadbd4 [2020-12-07T16:09:10.240Z] Step 6/21 : COPY go.mod . [2020-12-07T16:09:10.524Z] ---> Running in 9f186dbcf747 [2020-12-07T16:09:10.811Z] ---> Running in 093ff9a57a4c [2020-12-07T16:09:11.414Z] ---> 21cdee93e3a3 [2020-12-07T16:09:11.414Z] Step 7/21 : RUN go mod download [2020-12-07T16:09:11.687Z] ---> Running in 02d40baf3d59 [2020-12-07T16:09:11.687Z] Removing intermediate container 093ff9a57a4c [2020-12-07T16:09:11.687Z] ---> 8abf238537a8 [2020-12-07T16:09:11.687Z] Step 22/22 : LABEL version=2.0.0-dev.5 [2020-12-07T16:09:11.960Z] ---> Running in 54ee5204900a [2020-12-07T16:09:12.937Z] Removing intermediate container 54ee5204900a [2020-12-07T16:09:12.937Z] ---> 45f4efe1912b [2020-12-07T16:09:12.937Z] [2020-12-07T16:09:13.212Z] Successfully built 45f4efe1912b [2020-12-07T16:09:13.212Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-07T16:09:13.212Z] Building docker-core-command-go [2020-12-07T16:09:15.195Z]  Building docker-core-metadata-go ... done Removing intermediate container 02d40baf3d59 [2020-12-07T16:09:15.195Z] ---> 45a1fec4c8c0 [2020-12-07T16:09:15.195Z] Step 8/21 : COPY . . [2020-12-07T16:09:17.180Z] Collecting docker-compose==1.23.2 [2020-12-07T16:09:17.180Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-07T16:09:17.793Z] Collecting docopt<0.7,>=0.6.1 [2020-12-07T16:09:17.793Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-07T16:09:20.425Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-07T16:09:20.425Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-07T16:09:21.411Z] Collecting docker<4.0,>=3.6.0 [2020-12-07T16:09:21.411Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-07T16:09:22.423Z] Collecting texttable<0.10,>=0.9.0 [2020-12-07T16:09:22.423Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-07T16:09:22.730Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:09:22.730Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:09:22.730Z] ---> c308847a747a [2020-12-07T16:09:22.730Z] Step 3/23 : WORKDIR /edgex-go [2020-12-07T16:09:22.730Z] ---> Using cache [2020-12-07T16:09:22.730Z] ---> 5f9e7fa6828f [2020-12-07T16:09:22.730Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:09:22.730Z] ---> Using cache [2020-12-07T16:09:22.730Z] ---> bffdb961f6a7 [2020-12-07T16:09:22.730Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-07T16:09:26.345Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:09:26.345Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:09:26.345Z] ---> c308847a747a [2020-12-07T16:09:26.345Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T16:09:26.345Z] ---> Using cache [2020-12-07T16:09:26.345Z] ---> 5f9e7fa6828f [2020-12-07T16:09:26.345Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:09:26.345Z] ---> Using cache [2020-12-07T16:09:26.345Z] ---> bffdb961f6a7 [2020-12-07T16:09:26.345Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-07T16:09:26.947Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-07T16:09:26.947Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-07T16:09:27.553Z] ---> Running in ef564c0fa25f [2020-12-07T16:09:27.553Z] ---> Running in 2e2a7195dc16 [2020-12-07T16:09:27.831Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-07T16:09:27.831Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-07T16:09:28.450Z] ---> 6232d1acc2b8 [2020-12-07T16:09:28.450Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-07T16:09:28.815Z] ---> Running in f9baa428bc9d [2020-12-07T16:09:30.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:09:30.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:09:30.437Z] 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-12-07T16:09:31.204Z] Collecting cached-property<2,>=1.2.0 [2020-12-07T16:09:31.204Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-07T16:09:31.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:09:31.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:09:31.545Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-07T16:09:32.170Z] Collecting PyYAML<4,>=3.10 [2020-12-07T16:09:32.443Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-07T16:09:32.444Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:09:32.444Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:09:32.444Z] OK: 12616 distinct packages available [2020-12-07T16:09:32.444Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:09:32.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:09:32.444Z] ---> c308847a747a [2020-12-07T16:09:32.444Z] Step 3/22 : WORKDIR /edgex-go [2020-12-07T16:09:32.444Z] ---> Using cache [2020-12-07T16:09:32.444Z] ---> 5f9e7fa6828f [2020-12-07T16:09:32.444Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:09:32.444Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:09:32.444Z] OK: 12616 distinct packages available [2020-12-07T16:09:32.444Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:09:32.444Z] ---> Using cache [2020-12-07T16:09:32.444Z] ---> bffdb961f6a7 [2020-12-07T16:09:32.444Z] Step 5/22 : RUN apk update && apk add make git [2020-12-07T16:09:32.444Z] ---> Using cache [2020-12-07T16:09:32.444Z] ---> 3475c5cadbd4 [2020-12-07T16:09:32.444Z] Step 6/22 : COPY go.mod . [2020-12-07T16:09:32.444Z] ---> Using cache [2020-12-07T16:09:32.444Z] ---> 21cdee93e3a3 [2020-12-07T16:09:32.444Z] Step 7/22 : RUN go mod download [2020-12-07T16:09:32.444Z] ---> Using cache [2020-12-07T16:09:32.444Z] ---> 45a1fec4c8c0 [2020-12-07T16:09:32.444Z] Step 8/22 : COPY . . [2020-12-07T16:09:32.444Z] ---> Using cache [2020-12-07T16:09:32.444Z] ---> 6232d1acc2b8 [2020-12-07T16:09:32.444Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-07T16:09:33.499Z] OK: 217 MiB in 51 packages [2020-12-07T16:09:33.499Z] OK: 217 MiB in 51 packages [2020-12-07T16:09:33.499Z] ---> Running in 16dcb3d2f752 [2020-12-07T16:09:35.590Z] Removing intermediate container 2e2a7195dc16 [2020-12-07T16:09:35.590Z] ---> 67b310b2a72f [2020-12-07T16:09:35.590Z] Step 6/24 : COPY go.mod . [2020-12-07T16:09:35.869Z] Removing intermediate container ef564c0fa25f [2020-12-07T16:09:35.869Z] ---> 9ee1615c79ee [2020-12-07T16:09:35.869Z] Step 6/23 : COPY go.mod . [2020-12-07T16:09:35.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-command/core-command ./cmd/core-command [2020-12-07T16:09:36.882Z] ---> 8e4159cf00c1 [2020-12-07T16:09:36.882Z] Step 7/24 : RUN go mod download [2020-12-07T16:09:36.882Z] ---> Running in dee444ce4b62 [2020-12-07T16:09:37.167Z] ---> b29250b0f078 [2020-12-07T16:09:37.167Z] Step 7/23 : RUN go mod download [2020-12-07T16:09:37.167Z] Collecting jsonschema<3,>=2.5.1 [2020-12-07T16:09:37.167Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-07T16:09:37.167Z] ---> Running in 678ca3dc1cbd [2020-12-07T16:09:38.155Z] Collecting docker-pycreds>=0.4.0 [2020-12-07T16:09:38.155Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-07T16:09:38.155Z] 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-12-07T16:09:38.759Z] Collecting idna<2.8,>=2.5 [2020-12-07T16:09:38.759Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-07T16:09:39.374Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-07T16:09:39.374Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-07T16:09:39.996Z] 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-12-07T16:09:39.996Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-07T16:09:39.996Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-07T16:09:39.996Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-07T16:09:39.996Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-07T16:09:41.461Z] Removing intermediate container dee444ce4b62 [2020-12-07T16:09:41.461Z] ---> cf2249950ce6 [2020-12-07T16:09:41.461Z] Step 8/24 : COPY . . [2020-12-07T16:09:41.461Z] Installing collected packages: docopt, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, dockerpty, cached-property, PyYAML, jsonschema, docker-compose [2020-12-07T16:09:41.461Z] Running setup.py install for docopt: started [2020-12-07T16:09:42.078Z] Removing intermediate container 678ca3dc1cbd [2020-12-07T16:09:42.078Z] ---> e4fed569dade [2020-12-07T16:09:42.078Z] Step 8/23 : COPY . . [2020-12-07T16:09:44.754Z] Running setup.py install for docopt: finished with status 'done' [2020-12-07T16:09:45.363Z] Attempting uninstall: idna [2020-12-07T16:09:45.363Z] Found existing installation: idna 2.9 [2020-12-07T16:09:45.363Z] Uninstalling idna-2.9: [2020-12-07T16:09:45.642Z] Successfully uninstalled idna-2.9 [2020-12-07T16:09:46.634Z] Attempting uninstall: urllib3 [2020-12-07T16:09:46.634Z] Found existing installation: urllib3 1.25.9 [2020-12-07T16:09:46.634Z] Uninstalling urllib3-1.25.9: [2020-12-07T16:09:47.242Z] Successfully uninstalled urllib3-1.25.9 [2020-12-07T16:09:47.852Z] Attempting uninstall: requests [2020-12-07T16:09:47.852Z] Found existing installation: requests 2.23.0 [2020-12-07T16:09:47.852Z] Uninstalling requests-2.23.0: [2020-12-07T16:09:48.142Z] Successfully uninstalled requests-2.23.0 [2020-12-07T16:09:50.160Z] Running setup.py install for texttable: started [2020-12-07T16:09:52.185Z] Running setup.py install for texttable: finished with status 'done' [2020-12-07T16:09:52.185Z] Running setup.py install for dockerpty: started [2020-12-07T16:09:54.831Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-07T16:09:55.109Z] Running setup.py install for PyYAML: started [2020-12-07T16:09:57.828Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-07T16:10:01.279Z] 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-12-07T16:10:01.279Z] ---> 0385e51cd9e1 [2020-12-07T16:10:01.279Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-07T16:10:01.279Z] ---> 6051bbf141e1 [2020-12-07T16:10:01.279Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-07T16:10:01.279Z] ---> Running in e3fbcfc78c9f [2020-12-07T16:10:01.279Z] ---> Running in 5ae0ead8ee1c [2020-12-07T16:10:03.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-07T16:10:03.602Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-data/core-data ./cmd/core-data [2020-12-07T16:10:06.307Z] Removing intermediate container 9f186dbcf747 [2020-12-07T16:10:06.307Z] ---> 330ca902f637 [2020-12-07T16:10:06.307Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-07T16:10:06.618Z] ---> Running in f9057333ae86 [2020-12-07T16:10:08.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:10:08.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:10:09.080Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T16:10:09.080Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-07T16:10:09.363Z] (3/3) Installing curl (7.69.1-r1) [2020-12-07T16:10:09.363Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:10:09.363Z] OK: 71 MiB in 58 packages [2020-12-07T16:10:11.387Z] Removing intermediate container f9057333ae86 [2020-12-07T16:10:11.387Z] ---> 41c95cb91982 [2020-12-07T16:10:11.387Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-07T16:10:11.387Z] ---> Running in 076050191ccb [2020-12-07T16:10:12.011Z] Removing intermediate container 076050191ccb [2020-12-07T16:10:12.011Z] ---> d3fb182d17fe [2020-12-07T16:10:12.011Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:10:12.291Z] ---> Running in a293b73d7841 [2020-12-07T16:10:12.918Z] Removing intermediate container a293b73d7841 [2020-12-07T16:10:12.918Z] ---> 4fb5f2375501 [2020-12-07T16:10:12.918Z] Step 25/27 : LABEL arch=arm64 [2020-12-07T16:10:13.205Z] ---> Running in ce0f563fafd4 [2020-12-07T16:10:13.854Z] Removing intermediate container ce0f563fafd4 [2020-12-07T16:10:13.854Z] ---> e69bb6077224 [2020-12-07T16:10:13.854Z] Step 26/27 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:10:13.854Z] ---> Running in 9815980591d5 [2020-12-07T16:10:14.883Z] Removing intermediate container 9815980591d5 [2020-12-07T16:10:14.883Z] ---> f356f08ef306 [2020-12-07T16:10:14.883Z] Step 27/27 : LABEL version=2.0.0-dev.5 [2020-12-07T16:10:14.883Z] ---> Running in dc1017085a86 [2020-12-07T16:10:15.491Z] Removing intermediate container dc1017085a86 [2020-12-07T16:10:15.491Z] ---> 20e5dae1fc69 [2020-12-07T16:10:15.491Z] [2020-12-07T16:10:15.778Z] Successfully built 20e5dae1fc69 [2020-12-07T16:10:16.063Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-07T16:10:16.063Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go [2020-12-07T16:10:31.314Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-07T16:10:31.314Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-07T16:10:31.314Z] ---> c308847a747a [2020-12-07T16:10:31.314Z] Step 3/24 : WORKDIR /edgex-go [2020-12-07T16:10:31.314Z] ---> Using cache [2020-12-07T16:10:31.314Z] ---> 5f9e7fa6828f [2020-12-07T16:10:31.314Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:10:31.314Z] ---> Using cache [2020-12-07T16:10:31.314Z] ---> bffdb961f6a7 [2020-12-07T16:10:31.314Z] Step 5/24 : RUN apk update && apk add make git [2020-12-07T16:10:31.314Z] ---> Using cache [2020-12-07T16:10:31.314Z] ---> 3475c5cadbd4 [2020-12-07T16:10:31.314Z] Step 6/24 : COPY go.mod . [2020-12-07T16:10:31.314Z] ---> Using cache [2020-12-07T16:10:31.314Z] ---> 21cdee93e3a3 [2020-12-07T16:10:31.314Z] Step 7/24 : RUN go mod download [2020-12-07T16:10:31.314Z] ---> Using cache [2020-12-07T16:10:31.314Z] ---> 45a1fec4c8c0 [2020-12-07T16:10:31.314Z] Step 8/24 : COPY . . [2020-12-07T16:10:31.314Z] ---> Using cache [2020-12-07T16:10:31.314Z] ---> 6232d1acc2b8 [2020-12-07T16:10:31.314Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-07T16:10:31.314Z] ---> Running in a89c23493fce [2020-12-07T16:10:32.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-07T16:10:51.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-07T16:11:06.363Z] Removing intermediate container f9baa428bc9d [2020-12-07T16:11:06.363Z] ---> bf3d5a0204b7 [2020-12-07T16:11:06.363Z] [2020-12-07T16:11:06.363Z] Step 10/21 : FROM alpine [2020-12-07T16:11:06.363Z] ---> 2e77e061c27f [2020-12-07T16:11:06.363Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-07T16:11:06.363Z] ---> Running in b8b520b242a6 [2020-12-07T16:11:08.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:11:08.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:11:10.022Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-07T16:11:10.022Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-07T16:11:10.022Z] OK: 12617 distinct packages available [2020-12-07T16:11:11.486Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-07T16:11:11.486Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-07T16:11:11.486Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-07T16:11:11.486Z] (4/4) Installing curl (7.69.1-r1) [2020-12-07T16:11:11.486Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:11:11.486Z] Executing ca-certificates-20191127-r4.trigger [2020-12-07T16:11:11.760Z] OK: 7 MiB in 18 packages [2020-12-07T16:11:14.402Z] Removing intermediate container b8b520b242a6 [2020-12-07T16:11:14.402Z] ---> c958d7d9f6fd [2020-12-07T16:11:14.402Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T16:11:14.402Z] ---> Running in bde9bdeb373f [2020-12-07T16:11:15.004Z] Removing intermediate container bde9bdeb373f [2020-12-07T16:11:15.004Z] ---> 0597c39016a8 [2020-12-07T16:11:15.004Z] Step 13/21 : WORKDIR /edgex [2020-12-07T16:11:15.280Z] ---> Running in 59e1279040c8 [2020-12-07T16:11:16.277Z] Removing intermediate container 59e1279040c8 [2020-12-07T16:11:16.277Z] ---> 6bcca9d74c18 [2020-12-07T16:11:16.277Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-07T16:11:17.733Z] ---> 0f674ae1e43b [2020-12-07T16:11:17.733Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-07T16:11:19.203Z] ---> 9a10c2a6cd67 [2020-12-07T16:11:19.203Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-07T16:11:21.240Z] ---> cee728ac93da [2020-12-07T16:11:21.240Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-07T16:11:21.240Z] ---> Running in bca325d4f2ac [2020-12-07T16:11:21.849Z] Removing intermediate container bca325d4f2ac [2020-12-07T16:11:21.849Z] ---> 804c59ef62b6 [2020-12-07T16:11:21.849Z] Step 18/21 : CMD ["--init=true"] [2020-12-07T16:11:22.125Z] ---> Running in 2b1dc442e227 [2020-12-07T16:11:22.757Z] Removing intermediate container 2b1dc442e227 [2020-12-07T16:11:22.757Z] ---> dbe795d94a11 [2020-12-07T16:11:22.757Z] Step 19/21 : LABEL arch=arm64 [2020-12-07T16:11:22.757Z] ---> Running in 7d46455e1927 [2020-12-07T16:11:23.744Z] Removing intermediate container 7d46455e1927 [2020-12-07T16:11:23.744Z] ---> 06f4b5a7c764 [2020-12-07T16:11:23.744Z] Step 20/21 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:11:23.744Z] ---> Running in 28e6e19c6684 [2020-12-07T16:11:24.741Z] Removing intermediate container 28e6e19c6684 [2020-12-07T16:11:24.741Z] ---> 501765479c49 [2020-12-07T16:11:24.741Z] Step 21/21 : LABEL version=2.0.0-dev.5 [2020-12-07T16:11:24.741Z] ---> Running in 553a486bcb91 [2020-12-07T16:11:25.363Z] Removing intermediate container 553a486bcb91 [2020-12-07T16:11:25.363Z] ---> da5249e08b73 [2020-12-07T16:11:25.363Z] [2020-12-07T16:11:25.983Z] Successfully built da5249e08b73 [2020-12-07T16:11:25.983Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-07T16:11:31.456Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 16dcb3d2f752 [2020-12-07T16:11:31.456Z] ---> da1e46408698 [2020-12-07T16:11:31.456Z] [2020-12-07T16:11:31.456Z] Step 10/22 : FROM scratch [2020-12-07T16:11:31.456Z] ---> [2020-12-07T16:11:31.456Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:11:31.456Z] ---> Using cache [2020-12-07T16:11:31.456Z] ---> 9ba8232f3bb0 [2020-12-07T16:11:31.456Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-07T16:11:31.456Z] ---> Running in 686db993cf10 [2020-12-07T16:11:31.743Z] Removing intermediate container 686db993cf10 [2020-12-07T16:11:31.743Z] ---> daedf4a4ad22 [2020-12-07T16:11:31.743Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-07T16:11:32.030Z] ---> Running in 518b202be6a2 [2020-12-07T16:11:32.654Z] Removing intermediate container 518b202be6a2 [2020-12-07T16:11:32.654Z] ---> 5c0a116cf715 [2020-12-07T16:11:32.654Z] Step 14/22 : WORKDIR / [2020-12-07T16:11:32.654Z] ---> Running in 1c5d8d138d07 [2020-12-07T16:11:33.273Z] Removing intermediate container 1c5d8d138d07 [2020-12-07T16:11:33.273Z] ---> 8a9a865c9740 [2020-12-07T16:11:33.273Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-07T16:11:34.737Z] ---> 1c4ac8d7cc59 [2020-12-07T16:11:34.737Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-07T16:11:36.761Z] ---> 06a4b11a0bc1 [2020-12-07T16:11:36.761Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-07T16:11:37.780Z] ---> 4280a95307b9 [2020-12-07T16:11:37.780Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-07T16:11:38.066Z] ---> Running in fcd1f9e6f0b6 [2020-12-07T16:11:38.690Z] Removing intermediate container fcd1f9e6f0b6 [2020-12-07T16:11:38.690Z] ---> c8b3d1e9f688 [2020-12-07T16:11:38.690Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:11:38.690Z] ---> Running in cd209115016f [2020-12-07T16:11:39.301Z] Removing intermediate container cd209115016f [2020-12-07T16:11:39.301Z] ---> e917e91f75de [2020-12-07T16:11:39.301Z] Step 20/22 : LABEL arch=arm64 [2020-12-07T16:11:39.596Z] ---> Running in 03533c15f70f [2020-12-07T16:11:40.639Z] Removing intermediate container 03533c15f70f [2020-12-07T16:11:40.639Z] ---> f04f19e8096a [2020-12-07T16:11:40.639Z] Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:11:40.639Z] ---> Running in 0ef94e4e299b [2020-12-07T16:11:41.259Z] Removing intermediate container 0ef94e4e299b [2020-12-07T16:11:41.259Z] ---> 5a0fa83570d5 [2020-12-07T16:11:41.259Z] Step 22/22 : LABEL version=2.0.0-dev.5 [2020-12-07T16:11:41.542Z] ---> Running in eaecf585cbb0 [2020-12-07T16:11:42.159Z] Removing intermediate container eaecf585cbb0 [2020-12-07T16:11:42.159Z] ---> 5f8130e0bdaa [2020-12-07T16:11:42.159Z] [2020-12-07T16:11:42.457Z] Successfully built 5f8130e0bdaa [2020-12-07T16:11:42.457Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-07T16:11:46.832Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-07T16:11:53.582Z] Removing intermediate container e3fbcfc78c9f [2020-12-07T16:11:53.582Z] ---> 1b771604685a [2020-12-07T16:11:53.582Z] [2020-12-07T16:11:53.582Z] Step 10/24 : FROM scratch [2020-12-07T16:11:53.582Z] ---> [2020-12-07T16:11:53.582Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-07T16:11:53.582Z] ---> Running in 3d21f19c5785 [2020-12-07T16:11:53.857Z] Removing intermediate container 3d21f19c5785 [2020-12-07T16:11:53.857Z] ---> a81b78229672 [2020-12-07T16:11:53.857Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-07T16:11:53.857Z] ---> Running in a368d0561a8f [2020-12-07T16:11:54.470Z] Removing intermediate container a368d0561a8f [2020-12-07T16:11:54.470Z] ---> 66d69c6a9ba3 [2020-12-07T16:11:54.470Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-07T16:11:54.747Z] ---> Running in 8053c25ff930 [2020-12-07T16:11:55.355Z] Removing intermediate container 8053c25ff930 [2020-12-07T16:11:55.355Z] ---> d3a69bb3a2c4 [2020-12-07T16:11:55.355Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-07T16:11:56.812Z] ---> 84b0dcf1b8ab [2020-12-07T16:11:56.812Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-07T16:11:57.428Z] Removing intermediate container a89c23493fce [2020-12-07T16:11:57.428Z] ---> 22616b76b554 [2020-12-07T16:11:57.428Z] [2020-12-07T16:11:57.428Z] Step 10/24 : FROM alpine:3.10 [2020-12-07T16:11:57.428Z] ---> 536a684cf733 [2020-12-07T16:11:57.428Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-07T16:11:57.428Z] ---> Using cache [2020-12-07T16:11:57.428Z] ---> f8a53f7e2faf [2020-12-07T16:11:57.428Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-07T16:11:57.428Z] ---> Running in 00fda8e72912 [2020-12-07T16:11:58.031Z] Removing intermediate container 00fda8e72912 [2020-12-07T16:11:58.031Z] ---> d9d3937b5581 [2020-12-07T16:11:58.031Z] Step 13/24 : WORKDIR / [2020-12-07T16:11:58.031Z] ---> 2b7e64f913e1 [2020-12-07T16:11:58.031Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-07T16:11:58.314Z] ---> Running in f7022ec4c9bb [2020-12-07T16:11:58.921Z] Removing intermediate container f7022ec4c9bb [2020-12-07T16:11:58.921Z] ---> 4d2267f12918 [2020-12-07T16:11:58.921Z] 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-12-07T16:11:59.520Z] ---> 559cc68c2b9d [2020-12-07T16:11:59.520Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-07T16:11:59.794Z] ---> e215b13e7c9c [2020-12-07T16:11:59.794Z] 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-12-07T16:12:00.396Z] ---> 7da78461c628 [2020-12-07T16:12:00.396Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-07T16:12:01.015Z] ---> 6c04ff5562ff [2020-12-07T16:12:01.015Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-07T16:12:02.474Z] ---> fd82eb2edf14 [2020-12-07T16:12:02.474Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-07T16:12:02.474Z] ---> e4e6d1550b04 [2020-12-07T16:12:02.474Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-07T16:12:03.462Z] ---> c5158e7f6382 [2020-12-07T16:12:03.462Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-07T16:12:03.740Z] ---> Running in 7b1029ac72e3 [2020-12-07T16:12:03.740Z] ---> 0fe79390467f [2020-12-07T16:12:03.740Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-07T16:12:04.012Z] Removing intermediate container 7b1029ac72e3 [2020-12-07T16:12:04.012Z] ---> fdaee3b2ea55 [2020-12-07T16:12:04.012Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:12:04.290Z] ---> Running in d51e4457b4ba [2020-12-07T16:12:04.902Z] ---> bc437c8b2dda [2020-12-07T16:12:04.902Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-07T16:12:05.195Z] Removing intermediate container d51e4457b4ba [2020-12-07T16:12:05.195Z] ---> 38df8d25344a [2020-12-07T16:12:05.195Z] Step 22/24 : LABEL arch=arm64 [2020-12-07T16:12:05.195Z] ---> Running in a700577a5f24 [2020-12-07T16:12:05.796Z] Removing intermediate container a700577a5f24 [2020-12-07T16:12:05.796Z] ---> 33fe4b347afa [2020-12-07T16:12:05.796Z] Step 23/24 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:05.796Z] ---> 03bb9e21b595 [2020-12-07T16:12:05.796Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-07T16:12:06.069Z] ---> Running in 2e6f11d5354a [2020-12-07T16:12:06.069Z] ---> Running in 1865f0f5ac6e [2020-12-07T16:12:06.688Z] Removing intermediate container 2e6f11d5354a [2020-12-07T16:12:06.688Z] ---> 57a99b2f1d28 [2020-12-07T16:12:06.688Z] Step 24/24 : LABEL version=2.0.0-dev.5 [2020-12-07T16:12:06.688Z] ---> Running in a5d14244ef18 [2020-12-07T16:12:07.284Z] Removing intermediate container a5d14244ef18 [2020-12-07T16:12:07.284Z] ---> 0e904b1d8fb7 [2020-12-07T16:12:07.284Z] [2020-12-07T16:12:07.558Z] Successfully built 0e904b1d8fb7 [2020-12-07T16:12:07.558Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-07T16:12:08.571Z]  Building docker-support-notifications-go ... done Removing intermediate container 1865f0f5ac6e [2020-12-07T16:12:08.571Z] ---> 4df90950c434 [2020-12-07T16:12:08.571Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-07T16:12:08.857Z] ---> Running in 0dd281e74bff [2020-12-07T16:12:09.841Z] Removing intermediate container 0dd281e74bff [2020-12-07T16:12:09.841Z] ---> 1ec89e999ff5 [2020-12-07T16:12:09.841Z] Step 22/24 : LABEL arch=arm64 [2020-12-07T16:12:10.119Z] ---> Running in 1555b6588a64 [2020-12-07T16:12:10.721Z] Removing intermediate container 1555b6588a64 [2020-12-07T16:12:10.721Z] ---> fc888bd14f83 [2020-12-07T16:12:10.721Z] Step 23/24 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:10.996Z] Removing intermediate container 5ae0ead8ee1c [2020-12-07T16:12:10.996Z] ---> ed9b9f3bf433 [2020-12-07T16:12:10.996Z] [2020-12-07T16:12:10.996Z] Step 10/23 : FROM alpine [2020-12-07T16:12:10.996Z] ---> 2e77e061c27f [2020-12-07T16:12:10.996Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-07T16:12:10.996Z] ---> Running in e96af54c5681 [2020-12-07T16:12:11.270Z] ---> Running in 89079e2ce4c5 [2020-12-07T16:12:11.544Z] Removing intermediate container e96af54c5681 [2020-12-07T16:12:11.544Z] ---> bdd0dd9d18c2 [2020-12-07T16:12:11.544Z] Step 24/24 : LABEL version=2.0.0-dev.5 [2020-12-07T16:12:11.544Z] Removing intermediate container 89079e2ce4c5 [2020-12-07T16:12:11.544Z] ---> 82d0d1af8771 [2020-12-07T16:12:11.544Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-07T16:12:11.544Z] ---> Running in 252fb53ff3f3 [2020-12-07T16:12:11.822Z] ---> Running in cd8461f4cd99 [2020-12-07T16:12:12.097Z] Removing intermediate container 252fb53ff3f3 [2020-12-07T16:12:12.097Z] ---> 6bb4229b01d1 [2020-12-07T16:12:12.097Z] [2020-12-07T16:12:12.370Z] Removing intermediate container cd8461f4cd99 [2020-12-07T16:12:12.370Z] ---> e1b6f879287a [2020-12-07T16:12:12.370Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-07T16:12:12.370Z] Successfully built 6bb4229b01d1 [2020-12-07T16:12:12.370Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-07T16:12:12.645Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 0c6cf2fe2db8 [2020-12-07T16:12:12.919Z] Removing intermediate container 0c6cf2fe2db8 [2020-12-07T16:12:12.919Z] ---> 245a126e54d8 [2020-12-07T16:12:12.919Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-07T16:12:13.203Z] ---> Running in 839dd9cf92a0 [2020-12-07T16:12:15.187Z] Removing intermediate container 839dd9cf92a0 [2020-12-07T16:12:15.187Z] ---> ea5f980cbccf [2020-12-07T16:12:15.187Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-07T16:12:15.187Z] ---> Running in db7f58059e28 [2020-12-07T16:12:16.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T16:12:17.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T16:12:17.486Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-07T16:12:17.762Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-07T16:12:17.762Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-07T16:12:18.032Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-07T16:12:18.032Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-07T16:12:18.311Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T16:12:18.311Z] OK: 8 MiB in 19 packages [2020-12-07T16:12:19.752Z] Removing intermediate container db7f58059e28 [2020-12-07T16:12:19.752Z] ---> 74243149d2e6 [2020-12-07T16:12:19.752Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-07T16:12:20.349Z] ---> 357ca7381256 [2020-12-07T16:12:20.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-07T16:12:21.778Z] ---> 8d0fc0ae48a0 [2020-12-07T16:12:21.778Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-07T16:12:22.370Z] ---> 49aab12514bb [2020-12-07T16:12:22.370Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-07T16:12:22.370Z] ---> Running in 54334ca1d285 [2020-12-07T16:12:22.962Z] Removing intermediate container 54334ca1d285 [2020-12-07T16:12:22.962Z] ---> 2909c095c7da [2020-12-07T16:12:22.962Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-07T16:12:22.962Z] ---> Running in e1b56abf8b67 [2020-12-07T16:12:23.553Z] Removing intermediate container e1b56abf8b67 [2020-12-07T16:12:23.553Z] ---> 908bb8017ca6 [2020-12-07T16:12:23.553Z] Step 21/23 : LABEL arch=arm64 [2020-12-07T16:12:23.553Z] ---> Running in f9a0b012b125 [2020-12-07T16:12:24.147Z] Removing intermediate container f9a0b012b125 [2020-12-07T16:12:24.147Z] ---> 347f97d6223b [2020-12-07T16:12:24.147Z] Step 22/23 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:24.147Z] ---> Running in 51d564a40214 [2020-12-07T16:12:24.740Z] Removing intermediate container 51d564a40214 [2020-12-07T16:12:24.740Z] ---> 5e4f73d3dfff [2020-12-07T16:12:24.740Z] Step 23/23 : LABEL version=2.0.0-dev.5 [2020-12-07T16:12:24.740Z] ---> Running in f3bcb31d02c5 [2020-12-07T16:12:25.334Z] Removing intermediate container f3bcb31d02c5 [2020-12-07T16:12:25.334Z] ---> a15227646336 [2020-12-07T16:12:25.334Z] [2020-12-07T16:12:25.334Z] Successfully built a15227646336 [2020-12-07T16:12:25.605Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-07T16:12:25.891Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-07T16:12:25.913Z] $ docker stop --time=1 0f45fe4561c037280475e2cfa776bba9bae42e902555e02d11e1f2fe83a6fd77 [2020-12-07T16:12:27.828Z] $ docker rm -f 0f45fe4561c037280475e2cfa776bba9bae42e902555e02d11e1f2fe83a6fd77 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T16:12:28.510Z] + + grep docker [2020-12-07T16:12:28.510Z] docker images [2020-12-07T16:12:28.782Z] docker-core-data-go-arm64 latest a15227646336 4 seconds ago 22.3MB [2020-12-07T16:12:28.782Z] docker-security-secretstore-setup-go-arm64 latest 6bb4229b01d1 17 seconds ago 23.5MB [2020-12-07T16:12:28.782Z] docker-support-notifications-go-arm64 latest 0e904b1d8fb7 22 seconds ago 12.9MB [2020-12-07T16:12:28.782Z] docker-core-command-go-arm64 latest 5f8130e0bdaa 47 seconds ago 11.4MB [2020-12-07T16:12:28.782Z] docker-security-proxy-setup-go-arm64 latest da5249e08b73 About a minute ago 23.4MB [2020-12-07T16:12:28.782Z] docker-sys-mgmt-agent-go-arm64 latest 20e5dae1fc69 2 minutes ago 273MB [2020-12-07T16:12:28.782Z] docker-core-metadata-go-arm64 latest 45f4efe1912b 3 minutes ago 13.6MB [2020-12-07T16:12:28.782Z] docker-security-secrets-setup-go-arm64 latest 296cfe93da09 3 minutes ago 22.7MB [2020-12-07T16:12:28.782Z] docker-support-scheduler-go-arm64 latest dfd8cc73ca8a 3 minutes ago 11.5MB [2020-12-07T16:12:28.782Z] docker-security-bootstrap-redis-go-arm64 latest 16a0468de1ea 3 minutes ago 15.2MB [2020-12-07T16:12:28.782Z] docker latest 84e3a507c27b 5 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-07T16:12:29.338Z] provisioning config files... [2020-12-07T16:12:29.374Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config8149712822461773360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:12:29.785Z] ---> docker-login.sh [2020-12-07T16:12:29.785Z] nexus3.edgexfoundry.org:10001 [2020-12-07T16:12:30.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:12:30.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:12:30.335Z] Configure a credential helper to remove this warning. See [2020-12-07T16:12:30.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:12:30.335Z] [2020-12-07T16:12:30.335Z] Login Succeeded [2020-12-07T16:12:30.335Z] nexus3.edgexfoundry.org:10002 [2020-12-07T16:12:30.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:12:30.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:12:30.882Z] Configure a credential helper to remove this warning. See [2020-12-07T16:12:30.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:12:30.882Z] [2020-12-07T16:12:30.882Z] Login Succeeded [2020-12-07T16:12:30.882Z] nexus3.edgexfoundry.org:10003 [2020-12-07T16:12:31.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:12:31.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:12:31.426Z] Configure a credential helper to remove this warning. See [2020-12-07T16:12:31.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:12:31.426Z] [2020-12-07T16:12:31.426Z] Login Succeeded [2020-12-07T16:12:31.426Z] nexus3.edgexfoundry.org:10004 [2020-12-07T16:12:31.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:12:31.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:12:31.969Z] Configure a credential helper to remove this warning. See [2020-12-07T16:12:31.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:12:31.969Z] [2020-12-07T16:12:31.969Z] Login Succeeded [2020-12-07T16:12:31.969Z] docker.io [2020-12-07T16:12:32.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-07T16:12:32.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-07T16:12:32.829Z] Configure a credential helper to remove this warning. See [2020-12-07T16:12:32.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-07T16:12:32.829Z] [2020-12-07T16:12:32.829Z] Login Succeeded [2020-12-07T16:12:32.829Z] ---> docker-login.sh ends [Pipeline] } [2020-12-07T16:12:32.845Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:12:33.054Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-07T16:12:33.054Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:33.054Z] 2.0.0-dev.5 [2020-12-07T16:12:33.054Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:12:33.054Z] master [2020-12-07T16:12:33.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:33.578Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:33.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:33.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T16:12:33.916Z] c03905c5e602: Preparing [2020-12-07T16:12:33.916Z] 6b3fb9e375e4: Preparing [2020-12-07T16:12:33.916Z] ed54e71c57c3: Preparing [2020-12-07T16:12:34.185Z] ed54e71c57c3: Pushed [2020-12-07T16:12:34.185Z] c03905c5e602: Pushed [2020-12-07T16:12:36.781Z] 6b3fb9e375e4: Pushed [2020-12-07T16:12:36.781Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:43d6977e8ed15f16c60a29392776494180e78867cb0361eae3ba69ef626c2755 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:37.117Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:37.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.5 [2020-12-07T16:12:37.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T16:12:37.454Z] c03905c5e602: Preparing [2020-12-07T16:12:37.454Z] 6b3fb9e375e4: Preparing [2020-12-07T16:12:37.454Z] ed54e71c57c3: Preparing [2020-12-07T16:12:37.724Z] c03905c5e602: Layer already exists [2020-12-07T16:12:37.724Z] ed54e71c57c3: Layer already exists [2020-12-07T16:12:37.724Z] 6b3fb9e375e4: Layer already exists [2020-12-07T16:12:37.724Z] 2.0.0-dev.5: digest: sha256:43d6977e8ed15f16c60a29392776494180e78867cb0361eae3ba69ef626c2755 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:38.062Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:38.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:12:38.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T16:12:38.399Z] c03905c5e602: Preparing [2020-12-07T16:12:38.399Z] 6b3fb9e375e4: Preparing [2020-12-07T16:12:38.399Z] ed54e71c57c3: Preparing [2020-12-07T16:12:38.399Z] 6b3fb9e375e4: Layer already exists [2020-12-07T16:12:38.399Z] ed54e71c57c3: Layer already exists [2020-12-07T16:12:38.669Z] c03905c5e602: Layer already exists [2020-12-07T16:12:38.669Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:43d6977e8ed15f16c60a29392776494180e78867cb0361eae3ba69ef626c2755 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:39.010Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:39.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-07T16:12:39.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-07T16:12:39.346Z] c03905c5e602: Preparing [2020-12-07T16:12:39.346Z] 6b3fb9e375e4: Preparing [2020-12-07T16:12:39.346Z] ed54e71c57c3: Preparing [2020-12-07T16:12:39.618Z] c03905c5e602: Layer already exists [2020-12-07T16:12:39.618Z] ed54e71c57c3: Layer already exists [2020-12-07T16:12:39.618Z] 6b3fb9e375e4: Layer already exists [2020-12-07T16:12:39.618Z] master: digest: sha256:43d6977e8ed15f16c60a29392776494180e78867cb0361eae3ba69ef626c2755 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:12:39.819Z] ===================================================== [Pipeline] echo [2020-12-07T16:12:39.870Z] taggedImages: [2020-12-07T16:12:39.870Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:39.870Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.5 [2020-12-07T16:12:39.870Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:12:39.870Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-07T16:12:39.936Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-07T16:12:39.936Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:39.936Z] 2.0.0-dev.5 [2020-12-07T16:12:39.936Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:12:39.936Z] master [2020-12-07T16:12:39.936Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:40.541Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:40.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:40.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T16:12:40.878Z] 70065a0a8128: Preparing [2020-12-07T16:12:40.878Z] 7f64546b7cf6: Preparing [2020-12-07T16:12:40.878Z] c78ee50a2627: Preparing [2020-12-07T16:12:40.878Z] 9c0f38077524: Preparing [2020-12-07T16:12:40.878Z] 629054c4f71c: Preparing [2020-12-07T16:12:40.878Z] cd3761cfa1d9: Preparing [2020-12-07T16:12:40.878Z] cd3761cfa1d9: Waiting [2020-12-07T16:12:41.149Z] c78ee50a2627: Pushed [2020-12-07T16:12:41.149Z] 70065a0a8128: Pushed [2020-12-07T16:12:41.149Z] 629054c4f71c: Pushed [2020-12-07T16:12:41.149Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:12:42.125Z] 9c0f38077524: Pushed [2020-12-07T16:12:45.496Z] 7f64546b7cf6: Pushed [2020-12-07T16:12:45.496Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:70f8b51238f8f170d3b7f4feaa9ab0d86bed32b9450be1c431d8f91d38633674 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:45.835Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:46.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.5 [2020-12-07T16:12:46.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T16:12:46.173Z] 70065a0a8128: Preparing [2020-12-07T16:12:46.173Z] 7f64546b7cf6: Preparing [2020-12-07T16:12:46.173Z] c78ee50a2627: Preparing [2020-12-07T16:12:46.173Z] 9c0f38077524: Preparing [2020-12-07T16:12:46.173Z] 629054c4f71c: Preparing [2020-12-07T16:12:46.173Z] cd3761cfa1d9: Preparing [2020-12-07T16:12:46.173Z] cd3761cfa1d9: Waiting [2020-12-07T16:12:46.445Z] c78ee50a2627: Layer already exists [2020-12-07T16:12:46.445Z] 9c0f38077524: Layer already exists [2020-12-07T16:12:46.445Z] 629054c4f71c: Layer already exists [2020-12-07T16:12:46.445Z] 7f64546b7cf6: Layer already exists [2020-12-07T16:12:46.445Z] 70065a0a8128: Layer already exists [2020-12-07T16:12:46.445Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:12:46.445Z] 2.0.0-dev.5: digest: sha256:70f8b51238f8f170d3b7f4feaa9ab0d86bed32b9450be1c431d8f91d38633674 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:46.784Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:47.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:12:47.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T16:12:47.120Z] 70065a0a8128: Preparing [2020-12-07T16:12:47.120Z] 7f64546b7cf6: Preparing [2020-12-07T16:12:47.120Z] c78ee50a2627: Preparing [2020-12-07T16:12:47.120Z] 9c0f38077524: Preparing [2020-12-07T16:12:47.120Z] 629054c4f71c: Preparing [2020-12-07T16:12:47.120Z] cd3761cfa1d9: Preparing [2020-12-07T16:12:47.120Z] cd3761cfa1d9: Waiting [2020-12-07T16:12:47.120Z] 9c0f38077524: Layer already exists [2020-12-07T16:12:47.120Z] 629054c4f71c: Layer already exists [2020-12-07T16:12:47.120Z] c78ee50a2627: Layer already exists [2020-12-07T16:12:47.120Z] 70065a0a8128: Layer already exists [2020-12-07T16:12:47.120Z] 7f64546b7cf6: Layer already exists [2020-12-07T16:12:47.120Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:12:47.390Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:70f8b51238f8f170d3b7f4feaa9ab0d86bed32b9450be1c431d8f91d38633674 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:47.743Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:48.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-07T16:12:48.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-07T16:12:48.109Z] 70065a0a8128: Preparing [2020-12-07T16:12:48.109Z] 7f64546b7cf6: Preparing [2020-12-07T16:12:48.109Z] c78ee50a2627: Preparing [2020-12-07T16:12:48.109Z] 9c0f38077524: Preparing [2020-12-07T16:12:48.109Z] 629054c4f71c: Preparing [2020-12-07T16:12:48.109Z] cd3761cfa1d9: Preparing [2020-12-07T16:12:48.109Z] cd3761cfa1d9: Waiting [2020-12-07T16:12:48.109Z] 7f64546b7cf6: Layer already exists [2020-12-07T16:12:48.109Z] 70065a0a8128: Layer already exists [2020-12-07T16:12:48.109Z] c78ee50a2627: Layer already exists [2020-12-07T16:12:48.109Z] 9c0f38077524: Layer already exists [2020-12-07T16:12:48.109Z] 629054c4f71c: Layer already exists [2020-12-07T16:12:48.109Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:12:48.383Z] master: digest: sha256:70f8b51238f8f170d3b7f4feaa9ab0d86bed32b9450be1c431d8f91d38633674 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:12:48.615Z] ===================================================== [Pipeline] echo [2020-12-07T16:12:48.676Z] taggedImages: [2020-12-07T16:12:48.676Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:48.676Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.5 [2020-12-07T16:12:48.676Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:12:48.676Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-07T16:12:48.743Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-07T16:12:48.743Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:48.743Z] 2.0.0-dev.5 [2020-12-07T16:12:48.743Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:12:48.743Z] master [2020-12-07T16:12:48.743Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:49.275Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:49.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:49.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T16:12:49.610Z] 7abba6b07474: Preparing [2020-12-07T16:12:49.610Z] f60fc3242605: Preparing [2020-12-07T16:12:49.610Z] f8af5a0f1e73: Preparing [2020-12-07T16:12:49.882Z] f8af5a0f1e73: Pushed [2020-12-07T16:12:49.882Z] 7abba6b07474: Pushed [2020-12-07T16:12:53.246Z] f60fc3242605: Pushed [2020-12-07T16:12:53.516Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:d27c314e0da9336e8fa32bd345523967b2d3763be7f9270d8ac651072a176cbc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:53.857Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:54.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.5 [2020-12-07T16:12:54.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T16:12:54.191Z] 7abba6b07474: Preparing [2020-12-07T16:12:54.191Z] f60fc3242605: Preparing [2020-12-07T16:12:54.191Z] f8af5a0f1e73: Preparing [2020-12-07T16:12:54.191Z] 7abba6b07474: Layer already exists [2020-12-07T16:12:54.191Z] f60fc3242605: Layer already exists [2020-12-07T16:12:54.191Z] f8af5a0f1e73: Layer already exists [2020-12-07T16:12:54.461Z] 2.0.0-dev.5: digest: sha256:d27c314e0da9336e8fa32bd345523967b2d3763be7f9270d8ac651072a176cbc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:54.799Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:55.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:12:55.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T16:12:55.135Z] 7abba6b07474: Preparing [2020-12-07T16:12:55.135Z] f60fc3242605: Preparing [2020-12-07T16:12:55.135Z] f8af5a0f1e73: Preparing [2020-12-07T16:12:55.406Z] f60fc3242605: Layer already exists [2020-12-07T16:12:55.406Z] 7abba6b07474: Layer already exists [2020-12-07T16:12:55.406Z] f8af5a0f1e73: Layer already exists [2020-12-07T16:12:55.406Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:d27c314e0da9336e8fa32bd345523967b2d3763be7f9270d8ac651072a176cbc size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:55.741Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:56.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-07T16:12:56.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-07T16:12:56.075Z] 7abba6b07474: Preparing [2020-12-07T16:12:56.075Z] f60fc3242605: Preparing [2020-12-07T16:12:56.075Z] f8af5a0f1e73: Preparing [2020-12-07T16:12:56.075Z] f8af5a0f1e73: Layer already exists [2020-12-07T16:12:56.075Z] 7abba6b07474: Layer already exists [2020-12-07T16:12:56.075Z] f60fc3242605: Layer already exists [2020-12-07T16:12:56.345Z] master: digest: sha256:d27c314e0da9336e8fa32bd345523967b2d3763be7f9270d8ac651072a176cbc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:12:56.536Z] ===================================================== [Pipeline] echo [2020-12-07T16:12:56.602Z] taggedImages: [2020-12-07T16:12:56.602Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:56.602Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.5 [2020-12-07T16:12:56.602Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:12:56.602Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-07T16:12:56.660Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-07T16:12:56.660Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:56.660Z] 2.0.0-dev.5 [2020-12-07T16:12:56.660Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:12:56.660Z] master [2020-12-07T16:12:56.660Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:57.150Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:12:57.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:12:57.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T16:12:57.489Z] e2ab2e2cc688: Preparing [2020-12-07T16:12:57.489Z] ab18feb130cd: Preparing [2020-12-07T16:12:57.489Z] bb54b8885bfe: Preparing [2020-12-07T16:12:57.489Z] 822c8e508c44: Preparing [2020-12-07T16:12:57.489Z] 69cc911f69ca: Preparing [2020-12-07T16:12:57.489Z] c6bbdb2fccc5: Preparing [2020-12-07T16:12:57.489Z] 66b385cf80cf: Preparing [2020-12-07T16:12:57.489Z] c6bbdb2fccc5: Waiting [2020-12-07T16:12:57.489Z] 66b385cf80cf: Waiting [2020-12-07T16:12:57.760Z] e2ab2e2cc688: Pushed [2020-12-07T16:12:58.030Z] ab18feb130cd: Pushed [2020-12-07T16:12:58.030Z] 69cc911f69ca: Pushed [2020-12-07T16:12:58.030Z] bb54b8885bfe: Pushed [2020-12-07T16:12:58.030Z] 66b385cf80cf: Layer already exists [2020-12-07T16:12:58.625Z] c6bbdb2fccc5: Pushed [2020-12-07T16:13:00.049Z] 822c8e508c44: Pushed [2020-12-07T16:13:00.049Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:3bd38b8cdc8b4f1d40130deaf291bdf480aec905d5adfe8850e9b08e66aaa486 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:00.389Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:00.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:00.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T16:13:00.722Z] e2ab2e2cc688: Preparing [2020-12-07T16:13:00.722Z] ab18feb130cd: Preparing [2020-12-07T16:13:00.722Z] bb54b8885bfe: Preparing [2020-12-07T16:13:00.722Z] 822c8e508c44: Preparing [2020-12-07T16:13:00.722Z] 69cc911f69ca: Preparing [2020-12-07T16:13:00.722Z] c6bbdb2fccc5: Preparing [2020-12-07T16:13:00.723Z] 66b385cf80cf: Preparing [2020-12-07T16:13:00.723Z] c6bbdb2fccc5: Waiting [2020-12-07T16:13:00.723Z] 66b385cf80cf: Waiting [2020-12-07T16:13:00.723Z] bb54b8885bfe: Layer already exists [2020-12-07T16:13:00.723Z] 69cc911f69ca: Layer already exists [2020-12-07T16:13:00.723Z] 822c8e508c44: Layer already exists [2020-12-07T16:13:00.993Z] ab18feb130cd: Layer already exists [2020-12-07T16:13:00.993Z] e2ab2e2cc688: Layer already exists [2020-12-07T16:13:00.993Z] c6bbdb2fccc5: Layer already exists [2020-12-07T16:13:00.993Z] 66b385cf80cf: Layer already exists [2020-12-07T16:13:00.993Z] 2.0.0-dev.5: digest: sha256:3bd38b8cdc8b4f1d40130deaf291bdf480aec905d5adfe8850e9b08e66aaa486 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:01.340Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:01.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:01.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T16:13:01.674Z] e2ab2e2cc688: Preparing [2020-12-07T16:13:01.674Z] ab18feb130cd: Preparing [2020-12-07T16:13:01.674Z] bb54b8885bfe: Preparing [2020-12-07T16:13:01.674Z] 822c8e508c44: Preparing [2020-12-07T16:13:01.674Z] 69cc911f69ca: Preparing [2020-12-07T16:13:01.674Z] c6bbdb2fccc5: Preparing [2020-12-07T16:13:01.674Z] 66b385cf80cf: Preparing [2020-12-07T16:13:01.674Z] c6bbdb2fccc5: Waiting [2020-12-07T16:13:01.674Z] 66b385cf80cf: Waiting [2020-12-07T16:13:01.947Z] e2ab2e2cc688: Layer already exists [2020-12-07T16:13:01.947Z] 69cc911f69ca: Layer already exists [2020-12-07T16:13:01.947Z] ab18feb130cd: Layer already exists [2020-12-07T16:13:01.947Z] bb54b8885bfe: Layer already exists [2020-12-07T16:13:01.947Z] 822c8e508c44: Layer already exists [2020-12-07T16:13:01.947Z] 66b385cf80cf: Layer already exists [2020-12-07T16:13:01.947Z] c6bbdb2fccc5: Layer already exists [2020-12-07T16:13:01.947Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:3bd38b8cdc8b4f1d40130deaf291bdf480aec905d5adfe8850e9b08e66aaa486 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:02.290Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:02.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-07T16:13:02.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-07T16:13:02.621Z] e2ab2e2cc688: Preparing [2020-12-07T16:13:02.621Z] ab18feb130cd: Preparing [2020-12-07T16:13:02.621Z] bb54b8885bfe: Preparing [2020-12-07T16:13:02.621Z] 822c8e508c44: Preparing [2020-12-07T16:13:02.621Z] 69cc911f69ca: Preparing [2020-12-07T16:13:02.621Z] c6bbdb2fccc5: Preparing [2020-12-07T16:13:02.621Z] 66b385cf80cf: Preparing [2020-12-07T16:13:02.621Z] c6bbdb2fccc5: Waiting [2020-12-07T16:13:02.621Z] 66b385cf80cf: Waiting [2020-12-07T16:13:02.892Z] ab18feb130cd: Layer already exists [2020-12-07T16:13:02.892Z] 69cc911f69ca: Layer already exists [2020-12-07T16:13:02.892Z] bb54b8885bfe: Layer already exists [2020-12-07T16:13:02.892Z] 822c8e508c44: Layer already exists [2020-12-07T16:13:02.892Z] e2ab2e2cc688: Layer already exists [2020-12-07T16:13:02.892Z] c6bbdb2fccc5: Layer already exists [2020-12-07T16:13:02.892Z] 66b385cf80cf: Layer already exists [2020-12-07T16:13:02.892Z] master: digest: sha256:3bd38b8cdc8b4f1d40130deaf291bdf480aec905d5adfe8850e9b08e66aaa486 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:13:03.254Z] ===================================================== [Pipeline] echo [2020-12-07T16:13:03.364Z] taggedImages: [2020-12-07T16:13:03.364Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:03.364Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:03.364Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:03.364Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-07T16:13:03.430Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-07T16:13:03.430Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:03.430Z] 2.0.0-dev.5 [2020-12-07T16:13:03.430Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:03.430Z] master [2020-12-07T16:13:03.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:03.935Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:04.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:04.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T16:13:04.286Z] 8a8637bed1c9: Preparing [2020-12-07T16:13:04.286Z] 2e9a01ef24eb: Preparing [2020-12-07T16:13:04.286Z] 9858b3c93ae7: Preparing [2020-12-07T16:13:04.286Z] b6fb4b0b7e6e: Preparing [2020-12-07T16:13:04.286Z] 738e38843d9d: Preparing [2020-12-07T16:13:04.286Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:04.286Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:04.560Z] b6fb4b0b7e6e: Pushed [2020-12-07T16:13:04.832Z] 9858b3c93ae7: Pushed [2020-12-07T16:13:04.832Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:05.105Z] 738e38843d9d: Pushed [2020-12-07T16:13:07.067Z] 2e9a01ef24eb: Pushed [2020-12-07T16:13:07.067Z] 8a8637bed1c9: Pushed [2020-12-07T16:13:07.067Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:ad47075bc190d6b353b15fbaab68ed605cbbd2858183dccd85da9fd6f955f2d5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:07.401Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:07.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:07.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T16:13:07.735Z] 8a8637bed1c9: Preparing [2020-12-07T16:13:07.735Z] 2e9a01ef24eb: Preparing [2020-12-07T16:13:07.735Z] 9858b3c93ae7: Preparing [2020-12-07T16:13:07.735Z] b6fb4b0b7e6e: Preparing [2020-12-07T16:13:07.735Z] 738e38843d9d: Preparing [2020-12-07T16:13:07.735Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:07.735Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:08.006Z] b6fb4b0b7e6e: Layer already exists [2020-12-07T16:13:08.007Z] 9858b3c93ae7: Layer already exists [2020-12-07T16:13:08.007Z] 2e9a01ef24eb: Layer already exists [2020-12-07T16:13:08.007Z] 8a8637bed1c9: Layer already exists [2020-12-07T16:13:08.007Z] 738e38843d9d: Layer already exists [2020-12-07T16:13:08.007Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:08.007Z] 2.0.0-dev.5: digest: sha256:ad47075bc190d6b353b15fbaab68ed605cbbd2858183dccd85da9fd6f955f2d5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:08.348Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:08.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:08.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T16:13:08.682Z] 8a8637bed1c9: Preparing [2020-12-07T16:13:08.682Z] 2e9a01ef24eb: Preparing [2020-12-07T16:13:08.682Z] 9858b3c93ae7: Preparing [2020-12-07T16:13:08.682Z] b6fb4b0b7e6e: Preparing [2020-12-07T16:13:08.682Z] 738e38843d9d: Preparing [2020-12-07T16:13:08.682Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:08.682Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:08.953Z] 738e38843d9d: Layer already exists [2020-12-07T16:13:08.953Z] 9858b3c93ae7: Layer already exists [2020-12-07T16:13:08.953Z] 8a8637bed1c9: Layer already exists [2020-12-07T16:13:08.953Z] 2e9a01ef24eb: Layer already exists [2020-12-07T16:13:08.953Z] b6fb4b0b7e6e: Layer already exists [2020-12-07T16:13:08.953Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:08.953Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:ad47075bc190d6b353b15fbaab68ed605cbbd2858183dccd85da9fd6f955f2d5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:09.294Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:09.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-07T16:13:09.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-07T16:13:09.644Z] 8a8637bed1c9: Preparing [2020-12-07T16:13:09.644Z] 2e9a01ef24eb: Preparing [2020-12-07T16:13:09.644Z] 9858b3c93ae7: Preparing [2020-12-07T16:13:09.644Z] b6fb4b0b7e6e: Preparing [2020-12-07T16:13:09.644Z] 738e38843d9d: Preparing [2020-12-07T16:13:09.644Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:09.644Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:09.644Z] b6fb4b0b7e6e: Layer already exists [2020-12-07T16:13:09.644Z] 2e9a01ef24eb: Layer already exists [2020-12-07T16:13:09.644Z] 738e38843d9d: Layer already exists [2020-12-07T16:13:09.644Z] 9858b3c93ae7: Layer already exists [2020-12-07T16:13:09.644Z] 8a8637bed1c9: Layer already exists [2020-12-07T16:13:09.914Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:09.914Z] master: digest: sha256:ad47075bc190d6b353b15fbaab68ed605cbbd2858183dccd85da9fd6f955f2d5 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:13:10.110Z] ===================================================== [Pipeline] echo [2020-12-07T16:13:10.157Z] taggedImages: [2020-12-07T16:13:10.157Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:10.157Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:10.157Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:10.157Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-07T16:13:10.232Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-07T16:13:10.232Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:10.232Z] 2.0.0-dev.5 [2020-12-07T16:13:10.232Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:10.232Z] master [2020-12-07T16:13:10.232Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:10.781Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:11.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:11.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T16:13:11.161Z] 6f3d016b7d1c: Preparing [2020-12-07T16:13:11.161Z] 5c3e6fa86791: Preparing [2020-12-07T16:13:11.161Z] 804ca03d08e6: Preparing [2020-12-07T16:13:11.161Z] c1e488581f48: Preparing [2020-12-07T16:13:11.161Z] c1e488581f48: Preparing [2020-12-07T16:13:11.161Z] ee249d432d50: Preparing [2020-12-07T16:13:11.161Z] 651cc1685214: Preparing [2020-12-07T16:13:11.161Z] fc793b6caa33: Preparing [2020-12-07T16:13:11.161Z] 6f3d016b7d1c: Preparing [2020-12-07T16:13:11.161Z] 8baa10646f69: Preparing [2020-12-07T16:13:11.161Z] 651cc1685214: Waiting [2020-12-07T16:13:11.161Z] fc793b6caa33: Waiting [2020-12-07T16:13:11.161Z] 53bc78375865: Preparing [2020-12-07T16:13:11.161Z] db46a17b645b: Preparing [2020-12-07T16:13:11.161Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:11.161Z] 8baa10646f69: Waiting [2020-12-07T16:13:11.161Z] 53bc78375865: Waiting [2020-12-07T16:13:11.161Z] db46a17b645b: Waiting [2020-12-07T16:13:11.161Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:11.784Z] 5c3e6fa86791: Pushed [2020-12-07T16:13:11.784Z] 804ca03d08e6: Pushed [2020-12-07T16:13:11.784Z] ee249d432d50: Pushed [2020-12-07T16:13:11.784Z] c1e488581f48: Pushed [2020-12-07T16:13:11.784Z] 651cc1685214: Pushed [2020-12-07T16:13:11.784Z] fc793b6caa33: Pushed [2020-12-07T16:13:12.080Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:12.080Z] 53bc78375865: Pushed [2020-12-07T16:13:12.080Z] 8baa10646f69: Pushed [2020-12-07T16:13:12.354Z] db46a17b645b: Pushed [2020-12-07T16:13:13.779Z] 6f3d016b7d1c: Pushed [2020-12-07T16:13:14.051Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:03c00a049d962a2c499d9f29cc01d515bd7c3a33cc9f25b411212943f4ad078a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:14.390Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:14.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:14.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T16:13:14.725Z] 6f3d016b7d1c: Preparing [2020-12-07T16:13:14.725Z] 5c3e6fa86791: Preparing [2020-12-07T16:13:14.725Z] 804ca03d08e6: Preparing [2020-12-07T16:13:14.725Z] c1e488581f48: Preparing [2020-12-07T16:13:14.725Z] c1e488581f48: Preparing [2020-12-07T16:13:14.725Z] ee249d432d50: Preparing [2020-12-07T16:13:14.725Z] 651cc1685214: Preparing [2020-12-07T16:13:14.725Z] fc793b6caa33: Preparing [2020-12-07T16:13:14.725Z] 6f3d016b7d1c: Preparing [2020-12-07T16:13:14.725Z] 8baa10646f69: Preparing [2020-12-07T16:13:14.725Z] 53bc78375865: Preparing [2020-12-07T16:13:14.725Z] db46a17b645b: Preparing [2020-12-07T16:13:14.725Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:14.725Z] 651cc1685214: Waiting [2020-12-07T16:13:14.725Z] fc793b6caa33: Waiting [2020-12-07T16:13:14.725Z] 8baa10646f69: Waiting [2020-12-07T16:13:14.725Z] 53bc78375865: Waiting [2020-12-07T16:13:14.725Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:14.725Z] db46a17b645b: Waiting [2020-12-07T16:13:14.998Z] c1e488581f48: Layer already exists [2020-12-07T16:13:14.998Z] 6f3d016b7d1c: Layer already exists [2020-12-07T16:13:14.998Z] 804ca03d08e6: Layer already exists [2020-12-07T16:13:14.998Z] ee249d432d50: Layer already exists [2020-12-07T16:13:14.998Z] 5c3e6fa86791: Layer already exists [2020-12-07T16:13:14.998Z] fc793b6caa33: Layer already exists [2020-12-07T16:13:14.998Z] 651cc1685214: Layer already exists [2020-12-07T16:13:14.998Z] 53bc78375865: Layer already exists [2020-12-07T16:13:14.998Z] 8baa10646f69: Layer already exists [2020-12-07T16:13:14.998Z] db46a17b645b: Layer already exists [2020-12-07T16:13:14.998Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:14.998Z] 2.0.0-dev.5: digest: sha256:03c00a049d962a2c499d9f29cc01d515bd7c3a33cc9f25b411212943f4ad078a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:15.358Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:15.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:15.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T16:13:15.691Z] 6f3d016b7d1c: Preparing [2020-12-07T16:13:15.691Z] 5c3e6fa86791: Preparing [2020-12-07T16:13:15.691Z] 804ca03d08e6: Preparing [2020-12-07T16:13:15.691Z] c1e488581f48: Preparing [2020-12-07T16:13:15.691Z] c1e488581f48: Preparing [2020-12-07T16:13:15.691Z] ee249d432d50: Preparing [2020-12-07T16:13:15.691Z] 651cc1685214: Preparing [2020-12-07T16:13:15.691Z] fc793b6caa33: Preparing [2020-12-07T16:13:15.691Z] 6f3d016b7d1c: Preparing [2020-12-07T16:13:15.691Z] 8baa10646f69: Preparing [2020-12-07T16:13:15.691Z] 53bc78375865: Preparing [2020-12-07T16:13:15.691Z] db46a17b645b: Preparing [2020-12-07T16:13:15.691Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:15.691Z] 8baa10646f69: Waiting [2020-12-07T16:13:15.691Z] db46a17b645b: Waiting [2020-12-07T16:13:15.691Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:15.691Z] 53bc78375865: Waiting [2020-12-07T16:13:15.691Z] 651cc1685214: Waiting [2020-12-07T16:13:15.691Z] fc793b6caa33: Waiting [2020-12-07T16:13:15.962Z] 6f3d016b7d1c: Layer already exists [2020-12-07T16:13:15.962Z] c1e488581f48: Layer already exists [2020-12-07T16:13:15.962Z] 5c3e6fa86791: Layer already exists [2020-12-07T16:13:15.962Z] ee249d432d50: Layer already exists [2020-12-07T16:13:15.962Z] 804ca03d08e6: Layer already exists [2020-12-07T16:13:15.962Z] 8baa10646f69: Layer already exists [2020-12-07T16:13:15.962Z] fc793b6caa33: Layer already exists [2020-12-07T16:13:15.962Z] db46a17b645b: Layer already exists [2020-12-07T16:13:15.962Z] 651cc1685214: Layer already exists [2020-12-07T16:13:15.962Z] 53bc78375865: Layer already exists [2020-12-07T16:13:15.962Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:15.962Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:03c00a049d962a2c499d9f29cc01d515bd7c3a33cc9f25b411212943f4ad078a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:16.303Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:16.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-07T16:13:16.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-07T16:13:16.635Z] 6f3d016b7d1c: Preparing [2020-12-07T16:13:16.635Z] 5c3e6fa86791: Preparing [2020-12-07T16:13:16.635Z] 804ca03d08e6: Preparing [2020-12-07T16:13:16.635Z] c1e488581f48: Preparing [2020-12-07T16:13:16.635Z] c1e488581f48: Preparing [2020-12-07T16:13:16.635Z] ee249d432d50: Preparing [2020-12-07T16:13:16.635Z] 651cc1685214: Preparing [2020-12-07T16:13:16.635Z] fc793b6caa33: Preparing [2020-12-07T16:13:16.635Z] 6f3d016b7d1c: Preparing [2020-12-07T16:13:16.635Z] 8baa10646f69: Preparing [2020-12-07T16:13:16.635Z] 53bc78375865: Preparing [2020-12-07T16:13:16.635Z] 651cc1685214: Waiting [2020-12-07T16:13:16.635Z] db46a17b645b: Preparing [2020-12-07T16:13:16.635Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:16.635Z] fc793b6caa33: Waiting [2020-12-07T16:13:16.635Z] db46a17b645b: Waiting [2020-12-07T16:13:16.635Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:16.635Z] 8baa10646f69: Waiting [2020-12-07T16:13:16.635Z] 53bc78375865: Waiting [2020-12-07T16:13:16.906Z] 5c3e6fa86791: Layer already exists [2020-12-07T16:13:16.906Z] 804ca03d08e6: Layer already exists [2020-12-07T16:13:16.906Z] 6f3d016b7d1c: Layer already exists [2020-12-07T16:13:16.906Z] c1e488581f48: Layer already exists [2020-12-07T16:13:16.906Z] ee249d432d50: Layer already exists [2020-12-07T16:13:16.906Z] 651cc1685214: Layer already exists [2020-12-07T16:13:16.906Z] 8baa10646f69: Layer already exists [2020-12-07T16:13:16.906Z] fc793b6caa33: Layer already exists [2020-12-07T16:13:16.906Z] db46a17b645b: Layer already exists [2020-12-07T16:13:16.906Z] 53bc78375865: Layer already exists [2020-12-07T16:13:16.906Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:16.906Z] master: digest: sha256:03c00a049d962a2c499d9f29cc01d515bd7c3a33cc9f25b411212943f4ad078a size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:13:17.147Z] ===================================================== [Pipeline] echo [2020-12-07T16:13:17.199Z] taggedImages: [2020-12-07T16:13:17.199Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:17.199Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:17.199Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:17.199Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-07T16:13:17.267Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-07T16:13:17.267Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:17.267Z] 2.0.0-dev.5 [2020-12-07T16:13:17.267Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:17.267Z] master [2020-12-07T16:13:17.267Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:17.778Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:18.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:18.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T16:13:18.113Z] 5b3902ade79b: Preparing [2020-12-07T16:13:18.113Z] c19e0ec59d23: Preparing [2020-12-07T16:13:18.113Z] 859d2b417aae: Preparing [2020-12-07T16:13:18.113Z] f412824d426b: Preparing [2020-12-07T16:13:18.113Z] 6ee1b806b39c: Preparing [2020-12-07T16:13:18.113Z] 3045888f3776: Preparing [2020-12-07T16:13:18.113Z] 6992378dadc4: Preparing [2020-12-07T16:13:18.113Z] c6bbdb2fccc5: Preparing [2020-12-07T16:13:18.113Z] 66b385cf80cf: Preparing [2020-12-07T16:13:18.113Z] 3045888f3776: Waiting [2020-12-07T16:13:18.113Z] c6bbdb2fccc5: Waiting [2020-12-07T16:13:18.113Z] 66b385cf80cf: Waiting [2020-12-07T16:13:18.113Z] 6992378dadc4: Waiting [2020-12-07T16:13:18.385Z] 5b3902ade79b: Pushed [2020-12-07T16:13:18.385Z] c19e0ec59d23: Pushed [2020-12-07T16:13:18.666Z] 6ee1b806b39c: Pushed [2020-12-07T16:13:18.666Z] c6bbdb2fccc5: Layer already exists [2020-12-07T16:13:18.666Z] 66b385cf80cf: Layer already exists [2020-12-07T16:13:18.666Z] 3045888f3776: Pushed [2020-12-07T16:13:18.666Z] 6992378dadc4: Pushed [2020-12-07T16:13:20.631Z] f412824d426b: Pushed [2020-12-07T16:13:20.631Z] 859d2b417aae: Pushed [2020-12-07T16:13:20.902Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:f777234dae33f3cc0b4d58b198a371a7f637ce1c3e8b970b20e4c80df0993b5c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:21.242Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:21.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:21.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T16:13:21.574Z] 5b3902ade79b: Preparing [2020-12-07T16:13:21.574Z] c19e0ec59d23: Preparing [2020-12-07T16:13:21.574Z] 859d2b417aae: Preparing [2020-12-07T16:13:21.574Z] f412824d426b: Preparing [2020-12-07T16:13:21.574Z] 6ee1b806b39c: Preparing [2020-12-07T16:13:21.574Z] 3045888f3776: Preparing [2020-12-07T16:13:21.574Z] 6992378dadc4: Preparing [2020-12-07T16:13:21.574Z] c6bbdb2fccc5: Preparing [2020-12-07T16:13:21.574Z] 66b385cf80cf: Preparing [2020-12-07T16:13:21.574Z] 6992378dadc4: Waiting [2020-12-07T16:13:21.574Z] 66b385cf80cf: Waiting [2020-12-07T16:13:21.574Z] c6bbdb2fccc5: Waiting [2020-12-07T16:13:21.574Z] 3045888f3776: Waiting [2020-12-07T16:13:21.574Z] 6ee1b806b39c: Layer already exists [2020-12-07T16:13:21.574Z] f412824d426b: Layer already exists [2020-12-07T16:13:21.574Z] 859d2b417aae: Layer already exists [2020-12-07T16:13:21.574Z] c19e0ec59d23: Layer already exists [2020-12-07T16:13:21.574Z] 5b3902ade79b: Layer already exists [2020-12-07T16:13:21.843Z] 6992378dadc4: Layer already exists [2020-12-07T16:13:21.843Z] 3045888f3776: Layer already exists [2020-12-07T16:13:21.843Z] c6bbdb2fccc5: Layer already exists [2020-12-07T16:13:21.843Z] 66b385cf80cf: Layer already exists [2020-12-07T16:13:21.843Z] 2.0.0-dev.5: digest: sha256:f777234dae33f3cc0b4d58b198a371a7f637ce1c3e8b970b20e4c80df0993b5c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:22.183Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:22.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:22.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T16:13:22.516Z] 5b3902ade79b: Preparing [2020-12-07T16:13:22.516Z] c19e0ec59d23: Preparing [2020-12-07T16:13:22.516Z] 859d2b417aae: Preparing [2020-12-07T16:13:22.516Z] f412824d426b: Preparing [2020-12-07T16:13:22.516Z] 6ee1b806b39c: Preparing [2020-12-07T16:13:22.516Z] 3045888f3776: Preparing [2020-12-07T16:13:22.516Z] 6992378dadc4: Preparing [2020-12-07T16:13:22.516Z] c6bbdb2fccc5: Preparing [2020-12-07T16:13:22.516Z] 66b385cf80cf: Preparing [2020-12-07T16:13:22.516Z] 3045888f3776: Waiting [2020-12-07T16:13:22.516Z] 6992378dadc4: Waiting [2020-12-07T16:13:22.516Z] c6bbdb2fccc5: Waiting [2020-12-07T16:13:22.516Z] 66b385cf80cf: Waiting [2020-12-07T16:13:22.516Z] f412824d426b: Layer already exists [2020-12-07T16:13:22.516Z] 5b3902ade79b: Layer already exists [2020-12-07T16:13:22.516Z] c19e0ec59d23: Layer already exists [2020-12-07T16:13:22.516Z] 859d2b417aae: Layer already exists [2020-12-07T16:13:22.516Z] 6ee1b806b39c: Layer already exists [2020-12-07T16:13:22.787Z] 3045888f3776: Layer already exists [2020-12-07T16:13:22.787Z] 66b385cf80cf: Layer already exists [2020-12-07T16:13:22.787Z] 6992378dadc4: Layer already exists [2020-12-07T16:13:22.787Z] c6bbdb2fccc5: Layer already exists [2020-12-07T16:13:22.787Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:f777234dae33f3cc0b4d58b198a371a7f637ce1c3e8b970b20e4c80df0993b5c size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:23.129Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:23.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-07T16:13:23.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-07T16:13:23.461Z] 5b3902ade79b: Preparing [2020-12-07T16:13:23.461Z] c19e0ec59d23: Preparing [2020-12-07T16:13:23.461Z] 859d2b417aae: Preparing [2020-12-07T16:13:23.461Z] f412824d426b: Preparing [2020-12-07T16:13:23.461Z] 6ee1b806b39c: Preparing [2020-12-07T16:13:23.461Z] 3045888f3776: Preparing [2020-12-07T16:13:23.461Z] 6992378dadc4: Preparing [2020-12-07T16:13:23.461Z] c6bbdb2fccc5: Preparing [2020-12-07T16:13:23.461Z] 66b385cf80cf: Preparing [2020-12-07T16:13:23.461Z] 6992378dadc4: Waiting [2020-12-07T16:13:23.461Z] c6bbdb2fccc5: Waiting [2020-12-07T16:13:23.461Z] 66b385cf80cf: Waiting [2020-12-07T16:13:23.461Z] 3045888f3776: Waiting [2020-12-07T16:13:23.461Z] c19e0ec59d23: Layer already exists [2020-12-07T16:13:23.461Z] 5b3902ade79b: Layer already exists [2020-12-07T16:13:23.461Z] 859d2b417aae: Layer already exists [2020-12-07T16:13:23.461Z] 6ee1b806b39c: Layer already exists [2020-12-07T16:13:23.461Z] f412824d426b: Layer already exists [2020-12-07T16:13:23.461Z] 3045888f3776: Layer already exists [2020-12-07T16:13:23.461Z] 66b385cf80cf: Layer already exists [2020-12-07T16:13:23.461Z] 6992378dadc4: Layer already exists [2020-12-07T16:13:23.461Z] c6bbdb2fccc5: Layer already exists [2020-12-07T16:13:23.730Z] master: digest: sha256:f777234dae33f3cc0b4d58b198a371a7f637ce1c3e8b970b20e4c80df0993b5c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:13:23.942Z] ===================================================== [Pipeline] echo [2020-12-07T16:13:23.990Z] taggedImages: [2020-12-07T16:13:23.991Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:23.991Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:23.991Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:23.991Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-07T16:13:24.055Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-07T16:13:24.055Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:24.055Z] 2.0.0-dev.5 [2020-12-07T16:13:24.055Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:24.055Z] master [2020-12-07T16:13:24.055Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:24.563Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:24.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:24.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T16:13:24.893Z] 95cccbc5044f: Preparing [2020-12-07T16:13:24.893Z] 3ede1c7effb1: Preparing [2020-12-07T16:13:24.893Z] 0d635aa304d3: Preparing [2020-12-07T16:13:24.893Z] 7bbc9da856d9: Preparing [2020-12-07T16:13:24.893Z] 6d40fc5de56d: Preparing [2020-12-07T16:13:24.893Z] c6288b3844a0: Preparing [2020-12-07T16:13:24.893Z] c6288b3844a0: Waiting [2020-12-07T16:13:25.164Z] 0d635aa304d3: Pushed [2020-12-07T16:13:25.164Z] 95cccbc5044f: Pushed [2020-12-07T16:13:25.438Z] 7bbc9da856d9: Pushed [2020-12-07T16:13:25.438Z] 6d40fc5de56d: Pushed [2020-12-07T16:13:25.712Z] c6288b3844a0: Pushed [2020-12-07T16:13:28.346Z] 3ede1c7effb1: Pushed [2020-12-07T16:13:28.346Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:8c4cb99d3c3f78e745526f82ddcf89591acd1cb71190611c118fe3b926a20da5 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:28.686Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:29.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:29.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T16:13:29.017Z] 95cccbc5044f: Preparing [2020-12-07T16:13:29.017Z] 3ede1c7effb1: Preparing [2020-12-07T16:13:29.017Z] 0d635aa304d3: Preparing [2020-12-07T16:13:29.017Z] 7bbc9da856d9: Preparing [2020-12-07T16:13:29.017Z] 6d40fc5de56d: Preparing [2020-12-07T16:13:29.017Z] c6288b3844a0: Preparing [2020-12-07T16:13:29.017Z] c6288b3844a0: Waiting [2020-12-07T16:13:29.287Z] 6d40fc5de56d: Layer already exists [2020-12-07T16:13:29.287Z] 3ede1c7effb1: Layer already exists [2020-12-07T16:13:29.287Z] 7bbc9da856d9: Layer already exists [2020-12-07T16:13:29.287Z] 95cccbc5044f: Layer already exists [2020-12-07T16:13:29.287Z] 0d635aa304d3: Layer already exists [2020-12-07T16:13:29.287Z] c6288b3844a0: Layer already exists [2020-12-07T16:13:29.287Z] 2.0.0-dev.5: digest: sha256:8c4cb99d3c3f78e745526f82ddcf89591acd1cb71190611c118fe3b926a20da5 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:29.626Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:29.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:29.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T16:13:29.958Z] 95cccbc5044f: Preparing [2020-12-07T16:13:29.958Z] 3ede1c7effb1: Preparing [2020-12-07T16:13:29.958Z] 0d635aa304d3: Preparing [2020-12-07T16:13:29.958Z] 7bbc9da856d9: Preparing [2020-12-07T16:13:29.958Z] 6d40fc5de56d: Preparing [2020-12-07T16:13:29.958Z] c6288b3844a0: Preparing [2020-12-07T16:13:29.958Z] c6288b3844a0: Waiting [2020-12-07T16:13:30.227Z] 95cccbc5044f: Layer already exists [2020-12-07T16:13:30.227Z] 7bbc9da856d9: Layer already exists [2020-12-07T16:13:30.227Z] 3ede1c7effb1: Layer already exists [2020-12-07T16:13:30.227Z] 0d635aa304d3: Layer already exists [2020-12-07T16:13:30.227Z] 6d40fc5de56d: Layer already exists [2020-12-07T16:13:30.227Z] c6288b3844a0: Layer already exists [2020-12-07T16:13:30.227Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:8c4cb99d3c3f78e745526f82ddcf89591acd1cb71190611c118fe3b926a20da5 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:30.565Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:30.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-07T16:13:30.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-07T16:13:30.899Z] 95cccbc5044f: Preparing [2020-12-07T16:13:30.899Z] 3ede1c7effb1: Preparing [2020-12-07T16:13:30.899Z] 0d635aa304d3: Preparing [2020-12-07T16:13:30.899Z] 7bbc9da856d9: Preparing [2020-12-07T16:13:30.899Z] 6d40fc5de56d: Preparing [2020-12-07T16:13:30.899Z] c6288b3844a0: Preparing [2020-12-07T16:13:30.899Z] c6288b3844a0: Waiting [2020-12-07T16:13:31.169Z] 6d40fc5de56d: Layer already exists [2020-12-07T16:13:31.169Z] 0d635aa304d3: Layer already exists [2020-12-07T16:13:31.169Z] 3ede1c7effb1: Layer already exists [2020-12-07T16:13:31.169Z] 7bbc9da856d9: Layer already exists [2020-12-07T16:13:31.169Z] 95cccbc5044f: Layer already exists [2020-12-07T16:13:31.169Z] c6288b3844a0: Layer already exists [2020-12-07T16:13:31.169Z] master: digest: sha256:8c4cb99d3c3f78e745526f82ddcf89591acd1cb71190611c118fe3b926a20da5 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:13:31.361Z] ===================================================== [Pipeline] echo [2020-12-07T16:13:31.409Z] taggedImages: [2020-12-07T16:13:31.409Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:31.409Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:31.409Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:31.409Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-07T16:13:31.472Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-07T16:13:31.472Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:31.472Z] 2.0.0-dev.5 [2020-12-07T16:13:31.472Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:31.472Z] master [2020-12-07T16:13:31.472Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:31.993Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:32.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:32.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T16:13:32.321Z] 20e6fb84bd71: Preparing [2020-12-07T16:13:32.321Z] 2ee1296eac1b: Preparing [2020-12-07T16:13:32.321Z] 4e9e1ed2e113: Preparing [2020-12-07T16:13:32.597Z] 4e9e1ed2e113: Pushed [2020-12-07T16:13:32.597Z] 20e6fb84bd71: Pushed [2020-12-07T16:13:35.982Z] 2ee1296eac1b: Pushed [2020-12-07T16:13:35.982Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:d1fb0b52db002781e269fbff1d3a9c1687bab27b58132422db041fd16b8a3e99 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:36.345Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:36.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:36.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T16:13:36.696Z] 20e6fb84bd71: Preparing [2020-12-07T16:13:36.696Z] 2ee1296eac1b: Preparing [2020-12-07T16:13:36.696Z] 4e9e1ed2e113: Preparing [2020-12-07T16:13:36.696Z] 2ee1296eac1b: Layer already exists [2020-12-07T16:13:36.969Z] 20e6fb84bd71: Layer already exists [2020-12-07T16:13:36.969Z] 4e9e1ed2e113: Layer already exists [2020-12-07T16:13:36.969Z] 2.0.0-dev.5: digest: sha256:d1fb0b52db002781e269fbff1d3a9c1687bab27b58132422db041fd16b8a3e99 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:37.302Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:37.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:37.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T16:13:37.632Z] 20e6fb84bd71: Preparing [2020-12-07T16:13:37.632Z] 2ee1296eac1b: Preparing [2020-12-07T16:13:37.632Z] 4e9e1ed2e113: Preparing [2020-12-07T16:13:37.632Z] 4e9e1ed2e113: Layer already exists [2020-12-07T16:13:37.632Z] 2ee1296eac1b: Layer already exists [2020-12-07T16:13:37.632Z] 20e6fb84bd71: Layer already exists [2020-12-07T16:13:37.902Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:d1fb0b52db002781e269fbff1d3a9c1687bab27b58132422db041fd16b8a3e99 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:38.239Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:38.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-07T16:13:38.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-07T16:13:38.571Z] 20e6fb84bd71: Preparing [2020-12-07T16:13:38.571Z] 2ee1296eac1b: Preparing [2020-12-07T16:13:38.571Z] 4e9e1ed2e113: Preparing [2020-12-07T16:13:38.842Z] 4e9e1ed2e113: Layer already exists [2020-12-07T16:13:38.842Z] 2ee1296eac1b: Layer already exists [2020-12-07T16:13:38.842Z] 20e6fb84bd71: Layer already exists [2020-12-07T16:13:38.842Z] master: digest: sha256:d1fb0b52db002781e269fbff1d3a9c1687bab27b58132422db041fd16b8a3e99 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:13:39.048Z] ===================================================== [Pipeline] echo [2020-12-07T16:13:39.105Z] taggedImages: [2020-12-07T16:13:39.105Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:39.105Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:39.105Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:39.105Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-07T16:13:39.180Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-07T16:13:39.180Z] 0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:39.180Z] 2.0.0-dev.5 [2020-12-07T16:13:39.180Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:39.180Z] master [2020-12-07T16:13:39.180Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:39.681Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:40.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:40.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T16:13:40.021Z] 5355fa4b6ab8: Preparing [2020-12-07T16:13:40.021Z] 0404319caa22: Preparing [2020-12-07T16:13:40.021Z] 1d7a7a1522d5: Preparing [2020-12-07T16:13:40.021Z] 08bac69346b9: Preparing [2020-12-07T16:13:40.021Z] 26b74f93d25a: Preparing [2020-12-07T16:13:40.021Z] 8a048951c5c0: Preparing [2020-12-07T16:13:40.021Z] ad1d012b3743: Preparing [2020-12-07T16:13:40.021Z] 2cee7541aa47: Preparing [2020-12-07T16:13:40.021Z] b6a78175e4c9: Preparing [2020-12-07T16:13:40.021Z] fab17a547d8c: Preparing [2020-12-07T16:13:40.021Z] 4b089f0fc7f0: Preparing [2020-12-07T16:13:40.021Z] 3e7dc55cab04: Preparing [2020-12-07T16:13:40.021Z] b2e85fd0898f: Preparing [2020-12-07T16:13:40.021Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:40.021Z] b6a78175e4c9: Waiting [2020-12-07T16:13:40.021Z] fab17a547d8c: Waiting [2020-12-07T16:13:40.021Z] 4b089f0fc7f0: Waiting [2020-12-07T16:13:40.021Z] 3e7dc55cab04: Waiting [2020-12-07T16:13:40.021Z] b2e85fd0898f: Waiting [2020-12-07T16:13:40.021Z] 8a048951c5c0: Waiting [2020-12-07T16:13:40.021Z] ad1d012b3743: Waiting [2020-12-07T16:13:40.021Z] 2cee7541aa47: Waiting [2020-12-07T16:13:40.021Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:40.620Z] 26b74f93d25a: Pushed [2020-12-07T16:13:40.898Z] 5355fa4b6ab8: Pushed [2020-12-07T16:13:41.493Z] 08bac69346b9: Pushed [2020-12-07T16:13:41.493Z] 2cee7541aa47: Layer already exists [2020-12-07T16:13:41.493Z] b6a78175e4c9: Layer already exists [2020-12-07T16:13:41.493Z] fab17a547d8c: Layer already exists [2020-12-07T16:13:41.493Z] ad1d012b3743: Pushed [2020-12-07T16:13:41.493Z] 4b089f0fc7f0: Layer already exists [2020-12-07T16:13:41.493Z] 3e7dc55cab04: Layer already exists [2020-12-07T16:13:41.493Z] b2e85fd0898f: Layer already exists [2020-12-07T16:13:41.493Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:42.089Z] 0404319caa22: Pushed [2020-12-07T16:13:43.064Z] 8a048951c5c0: Pushed [2020-12-07T16:13:55.423Z] 1d7a7a1522d5: Pushed [2020-12-07T16:13:55.423Z] 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:edf8b71e6507e24031bfd1c612a05556337ad36750a00eef3afe5c95f8245fdb size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:55.755Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:56.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:56.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T16:13:56.092Z] 5355fa4b6ab8: Preparing [2020-12-07T16:13:56.092Z] 0404319caa22: Preparing [2020-12-07T16:13:56.092Z] 1d7a7a1522d5: Preparing [2020-12-07T16:13:56.092Z] 08bac69346b9: Preparing [2020-12-07T16:13:56.092Z] 26b74f93d25a: Preparing [2020-12-07T16:13:56.092Z] 8a048951c5c0: Preparing [2020-12-07T16:13:56.092Z] ad1d012b3743: Preparing [2020-12-07T16:13:56.092Z] 2cee7541aa47: Preparing [2020-12-07T16:13:56.092Z] b6a78175e4c9: Preparing [2020-12-07T16:13:56.092Z] fab17a547d8c: Preparing [2020-12-07T16:13:56.092Z] 4b089f0fc7f0: Preparing [2020-12-07T16:13:56.092Z] 3e7dc55cab04: Preparing [2020-12-07T16:13:56.092Z] b2e85fd0898f: Preparing [2020-12-07T16:13:56.092Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:56.092Z] 8a048951c5c0: Waiting [2020-12-07T16:13:56.092Z] 4b089f0fc7f0: Waiting [2020-12-07T16:13:56.092Z] ad1d012b3743: Waiting [2020-12-07T16:13:56.092Z] 2cee7541aa47: Waiting [2020-12-07T16:13:56.092Z] b6a78175e4c9: Waiting [2020-12-07T16:13:56.092Z] fab17a547d8c: Waiting [2020-12-07T16:13:56.092Z] 3e7dc55cab04: Waiting [2020-12-07T16:13:56.092Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:56.092Z] b2e85fd0898f: Waiting [2020-12-07T16:13:56.092Z] 08bac69346b9: Layer already exists [2020-12-07T16:13:56.367Z] 1d7a7a1522d5: Layer already exists [2020-12-07T16:13:56.367Z] 5355fa4b6ab8: Layer already exists [2020-12-07T16:13:56.367Z] 0404319caa22: Layer already exists [2020-12-07T16:13:56.367Z] 26b74f93d25a: Layer already exists [2020-12-07T16:13:56.367Z] 8a048951c5c0: Layer already exists [2020-12-07T16:13:56.367Z] 2cee7541aa47: Layer already exists [2020-12-07T16:13:56.367Z] b6a78175e4c9: Layer already exists [2020-12-07T16:13:56.367Z] ad1d012b3743: Layer already exists [2020-12-07T16:13:56.367Z] fab17a547d8c: Layer already exists [2020-12-07T16:13:56.367Z] 4b089f0fc7f0: Layer already exists [2020-12-07T16:13:56.367Z] 3e7dc55cab04: Layer already exists [2020-12-07T16:13:56.367Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:56.367Z] b2e85fd0898f: Layer already exists [2020-12-07T16:13:56.367Z] 2.0.0-dev.5: digest: sha256:edf8b71e6507e24031bfd1c612a05556337ad36750a00eef3afe5c95f8245fdb size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:56.698Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:57.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:57.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T16:13:57.045Z] 5355fa4b6ab8: Preparing [2020-12-07T16:13:57.045Z] 0404319caa22: Preparing [2020-12-07T16:13:57.045Z] 1d7a7a1522d5: Preparing [2020-12-07T16:13:57.045Z] 08bac69346b9: Preparing [2020-12-07T16:13:57.045Z] 26b74f93d25a: Preparing [2020-12-07T16:13:57.045Z] 8a048951c5c0: Preparing [2020-12-07T16:13:57.045Z] ad1d012b3743: Preparing [2020-12-07T16:13:57.045Z] 2cee7541aa47: Preparing [2020-12-07T16:13:57.045Z] b6a78175e4c9: Preparing [2020-12-07T16:13:57.045Z] fab17a547d8c: Preparing [2020-12-07T16:13:57.045Z] 4b089f0fc7f0: Preparing [2020-12-07T16:13:57.045Z] 3e7dc55cab04: Preparing [2020-12-07T16:13:57.045Z] b2e85fd0898f: Preparing [2020-12-07T16:13:57.045Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:57.045Z] b6a78175e4c9: Waiting [2020-12-07T16:13:57.045Z] 3e7dc55cab04: Waiting [2020-12-07T16:13:57.045Z] b2e85fd0898f: Waiting [2020-12-07T16:13:57.045Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:57.045Z] fab17a547d8c: Waiting [2020-12-07T16:13:57.045Z] 8a048951c5c0: Waiting [2020-12-07T16:13:57.045Z] ad1d012b3743: Waiting [2020-12-07T16:13:57.045Z] 2cee7541aa47: Waiting [2020-12-07T16:13:57.045Z] 4b089f0fc7f0: Waiting [2020-12-07T16:13:57.316Z] 0404319caa22: Layer already exists [2020-12-07T16:13:57.316Z] 26b74f93d25a: Layer already exists [2020-12-07T16:13:57.316Z] 1d7a7a1522d5: Layer already exists [2020-12-07T16:13:57.316Z] 08bac69346b9: Layer already exists [2020-12-07T16:13:57.316Z] 5355fa4b6ab8: Layer already exists [2020-12-07T16:13:57.316Z] 8a048951c5c0: Layer already exists [2020-12-07T16:13:57.316Z] 2cee7541aa47: Layer already exists [2020-12-07T16:13:57.316Z] ad1d012b3743: Layer already exists [2020-12-07T16:13:57.316Z] b6a78175e4c9: Layer already exists [2020-12-07T16:13:57.316Z] fab17a547d8c: Layer already exists [2020-12-07T16:13:57.316Z] b2e85fd0898f: Layer already exists [2020-12-07T16:13:57.316Z] 4b089f0fc7f0: Layer already exists [2020-12-07T16:13:57.316Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:57.316Z] 3e7dc55cab04: Layer already exists [2020-12-07T16:13:57.316Z] 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:edf8b71e6507e24031bfd1c612a05556337ad36750a00eef3afe5c95f8245fdb size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:57.646Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:13:57.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-07T16:13:57.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-07T16:13:57.982Z] 5355fa4b6ab8: Preparing [2020-12-07T16:13:57.982Z] 0404319caa22: Preparing [2020-12-07T16:13:57.982Z] 1d7a7a1522d5: Preparing [2020-12-07T16:13:57.982Z] 08bac69346b9: Preparing [2020-12-07T16:13:57.982Z] 26b74f93d25a: Preparing [2020-12-07T16:13:57.982Z] 8a048951c5c0: Preparing [2020-12-07T16:13:57.982Z] ad1d012b3743: Preparing [2020-12-07T16:13:57.982Z] 2cee7541aa47: Preparing [2020-12-07T16:13:57.982Z] b6a78175e4c9: Preparing [2020-12-07T16:13:57.982Z] fab17a547d8c: Preparing [2020-12-07T16:13:57.982Z] 4b089f0fc7f0: Preparing [2020-12-07T16:13:57.982Z] 3e7dc55cab04: Preparing [2020-12-07T16:13:57.982Z] b2e85fd0898f: Preparing [2020-12-07T16:13:57.982Z] cd3761cfa1d9: Preparing [2020-12-07T16:13:57.982Z] 8a048951c5c0: Waiting [2020-12-07T16:13:57.982Z] ad1d012b3743: Waiting [2020-12-07T16:13:57.982Z] 2cee7541aa47: Waiting [2020-12-07T16:13:57.982Z] b6a78175e4c9: Waiting [2020-12-07T16:13:57.982Z] fab17a547d8c: Waiting [2020-12-07T16:13:57.982Z] 4b089f0fc7f0: Waiting [2020-12-07T16:13:57.982Z] 3e7dc55cab04: Waiting [2020-12-07T16:13:57.982Z] b2e85fd0898f: Waiting [2020-12-07T16:13:57.982Z] cd3761cfa1d9: Waiting [2020-12-07T16:13:58.253Z] 1d7a7a1522d5: Layer already exists [2020-12-07T16:13:58.253Z] 0404319caa22: Layer already exists [2020-12-07T16:13:58.253Z] 26b74f93d25a: Layer already exists [2020-12-07T16:13:58.253Z] 5355fa4b6ab8: Layer already exists [2020-12-07T16:13:58.253Z] 08bac69346b9: Layer already exists [2020-12-07T16:13:58.253Z] ad1d012b3743: Layer already exists [2020-12-07T16:13:58.253Z] 2cee7541aa47: Layer already exists [2020-12-07T16:13:58.253Z] fab17a547d8c: Layer already exists [2020-12-07T16:13:58.253Z] 8a048951c5c0: Layer already exists [2020-12-07T16:13:58.253Z] b6a78175e4c9: Layer already exists [2020-12-07T16:13:58.253Z] b2e85fd0898f: Layer already exists [2020-12-07T16:13:58.253Z] 4b089f0fc7f0: Layer already exists [2020-12-07T16:13:58.253Z] cd3761cfa1d9: Layer already exists [2020-12-07T16:13:58.253Z] 3e7dc55cab04: Layer already exists [2020-12-07T16:13:58.253Z] master: digest: sha256:edf8b71e6507e24031bfd1c612a05556337ad36750a00eef3afe5c95f8245fdb size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-07T16:13:58.452Z] ===================================================== [Pipeline] echo [2020-12-07T16:13:58.503Z] taggedImages: [2020-12-07T16:13:58.503Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [2020-12-07T16:13:58.503Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.5 [2020-12-07T16:13:58.503Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [2020-12-07T16:13:58.503Z] - 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-12-07T16:13:59.898Z] provisioning config files... [2020-12-07T16:13:59.910Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/247@tmp/config5118205696729872332tmp [Pipeline] { [Pipeline] sh [2020-12-07T16:14:00.289Z] + set +x [2020-12-07T16:14:00.289Z] + curl -s https://codecov.io/bash [2020-12-07T16:14:00.289Z] + bash -s -- [2020-12-07T16:14:00.553Z] [2020-12-07T16:14:00.553Z] _____ _ [2020-12-07T16:14:00.553Z] / ____| | | [2020-12-07T16:14:00.553Z] | | ___ __| | ___ ___ _____ __ [2020-12-07T16:14:00.553Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-07T16:14:00.553Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-07T16:14:00.553Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-07T16:14:00.553Z] Bash-20201130-cc6d3fe [2020-12-07T16:14:00.553Z] [2020-12-07T16:14:00.553Z] [2020-12-07T16:14:00.553Z] ==> Jenkins CI detected. [2020-12-07T16:14:00.814Z] project root: . [2020-12-07T16:14:00.814Z] --> token set from env [2020-12-07T16:14:00.814Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-07T16:14:00.814Z] ==> Running gcov in . (disable via -X gcov) [2020-12-07T16:14:00.814Z] ==> Python coveragepy not found [2020-12-07T16:14:00.814Z] ==> Searching for coverage reports in: [2020-12-07T16:14:00.814Z] + . [2020-12-07T16:14:00.814Z] -> Found 1 reports [2020-12-07T16:14:00.814Z] ==> Detecting git/mercurial file structure [2020-12-07T16:14:00.814Z] ==> Reading reports [2020-12-07T16:14:00.814Z] + ./coverage.out bytes=557293 [2020-12-07T16:14:00.814Z] ==> Appending adjustments [2020-12-07T16:14:00.814Z] https://docs.codecov.io/docs/fixing-reports [2020-12-07T16:14:04.124Z] + Found adjustments [2020-12-07T16:14:04.124Z] ==> Gzipping contents [2020-12-07T16:14:04.124Z] 88K /tmp/codecov.n5s5HT.gz [2020-12-07T16:14:04.124Z] ==> Uploading reports [2020-12-07T16:14:04.124Z] url: https://codecov.io [2020-12-07T16:14:04.124Z] query: branch=master&commit=0855fff343fbac9200be972646aac1464c8bdae7&build=247&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F247%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-07T16:14:04.125Z] -> Pinging Codecov [2020-12-07T16:14:04.125Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=0855fff343fbac9200be972646aac1464c8bdae7&build=247&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F247%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-07T16:14:04.721Z] -> Uploading to [2020-12-07T16:14:04.721Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-07/00271124DB129430A58F1EEE437C3FCB/0855fff343fbac9200be972646aac1464c8bdae7/31a961db-6a05-4a1c-8292-1ade74677d50.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T161404Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7dd045b934e3e376eed4495a72cbd2ffa10738ed04c657d9626ee173607e4ebf [2020-12-07T16:14:04.721Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:14:04.721Z] Dload Upload Total Spent Left Speed [2020-12-07T16:14:04.987Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86816 0 0 100 86816 0 163k --:--:-- --:--:-- --:--:-- 163k 100 86816 0 0 100 86816 0 163k --:--:-- --:--:-- --:--:-- 163k [2020-12-07T16:14:05.260Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] } [2020-12-07T16:14:05.284Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-07T16:14:05.750Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-07T16:14:05.839Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:14:06.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:14:06.185Z] [2020-12-07T16:14:06.185Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:14:06.528Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:14:06.529Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-07T16:14:06.529Z] 188c0c94c7c5: Already exists [2020-12-07T16:14:06.529Z] 0ef7d3d256c8: Already exists [2020-12-07T16:14:06.529Z] de9db76c5a1d: Already exists [2020-12-07T16:14:06.529Z] 0eba1c9be4d2: Pulling fs layer [2020-12-07T16:14:06.529Z] 0d57e429df01: Pulling fs layer [2020-12-07T16:14:06.529Z] 4e4be7b47b0d: Pulling fs layer [2020-12-07T16:14:06.529Z] e1f770b5df2f: Pulling fs layer [2020-12-07T16:14:06.529Z] 85a0685a4137: Pulling fs layer [2020-12-07T16:14:06.529Z] e1f770b5df2f: Waiting [2020-12-07T16:14:06.529Z] 85a0685a4137: Waiting [2020-12-07T16:14:06.529Z] 4e4be7b47b0d: Download complete [2020-12-07T16:14:06.529Z] 0d57e429df01: Verifying Checksum [2020-12-07T16:14:06.529Z] 0d57e429df01: Download complete [2020-12-07T16:14:08.449Z] e1f770b5df2f: Verifying Checksum [2020-12-07T16:14:08.449Z] e1f770b5df2f: Download complete [2020-12-07T16:14:10.381Z] 0eba1c9be4d2: Verifying Checksum [2020-12-07T16:14:10.381Z] 0eba1c9be4d2: Download complete [2020-12-07T16:14:10.381Z] 85a0685a4137: Verifying Checksum [2020-12-07T16:14:10.381Z] 85a0685a4137: Download complete [2020-12-07T16:14:17.003Z] 0eba1c9be4d2: Pull complete [2020-12-07T16:14:17.003Z] 0d57e429df01: Pull complete [2020-12-07T16:14:17.003Z] 4e4be7b47b0d: Pull complete [2020-12-07T16:14:22.295Z] e1f770b5df2f: Pull complete [2020-12-07T16:14:28.972Z] 85a0685a4137: Pull complete [2020-12-07T16:14:28.972Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-07T16:14:28.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:14:28.972Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-07T16:14:29.158Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:14:29.215Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:14:30.408Z] $ docker top f6d1fc3ff9b05b0d4092317e66023018c45a85ef8ddd86ff32d95acdc181697f -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-07T16:14:30.799Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-07T16:14:31.089Z] + set -o pipefail [2020-12-07T16:14:31.090Z] + snyk monitor '--org=edgex-jenkins' [2020-12-07T16:14:39.242Z] [2020-12-07T16:14:39.242Z] Monitoring /w/workspace/edgex-go/247 (github.com/edgexfoundry/edgex-go)... [2020-12-07T16:14:39.242Z] [2020-12-07T16:14:39.242Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/60f26cff-cd03-45fe-b40b-57a670a2405f [2020-12-07T16:14:39.242Z] [2020-12-07T16:14:39.242Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-07T16:14:39.242Z] [2020-12-07T16:14:39.242Z] [Pipeline] } [2020-12-07T16:14:39.258Z] $ docker stop --time=1 f6d1fc3ff9b05b0d4092317e66023018c45a85ef8ddd86ff32d95acdc181697f [2020-12-07T16:14:42.281Z] $ docker rm -f f6d1fc3ff9b05b0d4092317e66023018c45a85ef8ddd86ff32d95acdc181697f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-07T16:14:43.293Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-07T16:14:43.296Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:14:43.587Z] + set -o pipefail [2020-12-07T16:14:43.587Z] + tee .snyk [2020-12-07T16:14:43.587Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:14:43.848Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:14:43.848Z] version: v1.14.1 [2020-12-07T16:14:43.848Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:14:43.848Z] ignore: [2020-12-07T16:14:43.848Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:14:43.848Z] - '*': [2020-12-07T16:14:43.848Z] reason: does not apply # justification for ignoring [2020-12-07T16:14:43.848Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:14:43.848Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:14:43.848Z] - '*': [2020-12-07T16:14:43.848Z] reason: false positive [2020-12-07T16:14:43.848Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:14:43.848Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:14:43.977Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:14:44.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:14:44.322Z] . [Pipeline] withDockerContainer [2020-12-07T16:14:44.432Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:14:44.483Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:14:45.181Z] $ docker top dd3f2edf67bf9cb9b606bf949030afec5bfb0f1284f1888f3b843e26acec8c3e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:14:45.648Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:14:45.659Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:14:45.947Z] + set -o pipefail [2020-12-07T16:14:45.947Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:14:45.947Z] + snyk-to-html -o snykReport.html [2020-12-07T16:14:55.979Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:14:55.997Z] $ docker stop --time=1 dd3f2edf67bf9cb9b606bf949030afec5bfb0f1284f1888f3b843e26acec8c3e [2020-12-07T16:14:57.501Z] $ docker rm -f dd3f2edf67bf9cb9b606bf949030afec5bfb0f1284f1888f3b843e26acec8c3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:14:57.906Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-07T16:14:57.908Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:14:58.196Z] + set -o pipefail [2020-12-07T16:14:58.196Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:14:58.196Z] + tee .snyk [2020-12-07T16:14:58.196Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:14:58.196Z] version: v1.14.1 [2020-12-07T16:14:58.196Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:14:58.196Z] ignore: [2020-12-07T16:14:58.196Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:14:58.196Z] - '*': [2020-12-07T16:14:58.196Z] reason: does not apply # justification for ignoring [2020-12-07T16:14:58.196Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:14:58.196Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:14:58.196Z] - '*': [2020-12-07T16:14:58.196Z] reason: false positive [2020-12-07T16:14:58.196Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:14:58.196Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:14:58.320Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:14:58.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:14:58.657Z] . [Pipeline] withDockerContainer [2020-12-07T16:14:58.759Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:14:58.811Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:14:59.386Z] $ docker top 79de3a3816421dec8fb8cf852f87904b9321b351e196332262eeed0d549e8e01 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:14:59.969Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:14:59.995Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:15:00.342Z] + set -o pipefail [2020-12-07T16:15:00.342Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:15:00.342Z] + snyk-to-html -o snykReport.html [2020-12-07T16:15:10.373Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:15:10.392Z] $ docker stop --time=1 79de3a3816421dec8fb8cf852f87904b9321b351e196332262eeed0d549e8e01 [2020-12-07T16:15:11.895Z] $ docker rm -f 79de3a3816421dec8fb8cf852f87904b9321b351e196332262eeed0d549e8e01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:15:12.242Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-07T16:15:12.245Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:15:12.535Z] + set -o pipefail [2020-12-07T16:15:12.535Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:15:12.535Z] + tee .snyk [2020-12-07T16:15:12.535Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:15:12.535Z] version: v1.14.1 [2020-12-07T16:15:12.535Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:15:12.535Z] ignore: [2020-12-07T16:15:12.535Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:15:12.535Z] - '*': [2020-12-07T16:15:12.536Z] reason: does not apply # justification for ignoring [2020-12-07T16:15:12.536Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:15:12.536Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:15:12.536Z] - '*': [2020-12-07T16:15:12.536Z] reason: false positive [2020-12-07T16:15:12.536Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:15:12.536Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:15:12.662Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:15:13.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:15:13.008Z] . [Pipeline] withDockerContainer [2020-12-07T16:15:13.107Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:15:13.158Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:15:13.844Z] $ docker top 686cbefd6ba029f04d617cae68c7369e4120bd776ec556df9ea06616121cdbbd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:15:14.316Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:15:14.330Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:15:14.622Z] + set -o pipefail [2020-12-07T16:15:14.622Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:15:14.622Z] + snyk-to-html -o snykReport.html [2020-12-07T16:15:24.640Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:15:24.656Z] $ docker stop --time=1 686cbefd6ba029f04d617cae68c7369e4120bd776ec556df9ea06616121cdbbd [2020-12-07T16:15:26.171Z] $ docker rm -f 686cbefd6ba029f04d617cae68c7369e4120bd776ec556df9ea06616121cdbbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:15:26.519Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-07T16:15:26.522Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:15:26.811Z] + set -o pipefail [2020-12-07T16:15:26.811Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:15:26.811Z] + tee .snyk [2020-12-07T16:15:26.811Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:15:26.811Z] version: v1.14.1 [2020-12-07T16:15:26.811Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:15:26.812Z] ignore: [2020-12-07T16:15:26.812Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:15:26.812Z] - '*': [2020-12-07T16:15:26.812Z] reason: does not apply # justification for ignoring [2020-12-07T16:15:26.812Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:15:26.812Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:15:26.812Z] - '*': [2020-12-07T16:15:26.812Z] reason: false positive [2020-12-07T16:15:26.812Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:15:26.812Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:15:26.905Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:15:27.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:15:27.253Z] . [Pipeline] withDockerContainer [2020-12-07T16:15:27.351Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:15:27.418Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:15:28.113Z] $ docker top 15ad669925f2540195801e7b34b64d66ae5a54c55d1d2374edea3aa0a2b499c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:15:28.633Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:15:28.645Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:15:28.935Z] + set -o pipefail [2020-12-07T16:15:28.936Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:15:28.936Z] + snyk-to-html -o snykReport.html [2020-12-07T16:15:34.068Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:15:34.086Z] $ docker stop --time=1 15ad669925f2540195801e7b34b64d66ae5a54c55d1d2374edea3aa0a2b499c8 [2020-12-07T16:15:35.559Z] $ docker rm -f 15ad669925f2540195801e7b34b64d66ae5a54c55d1d2374edea3aa0a2b499c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:15:35.862Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-07T16:15:35.865Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:15:36.158Z] + set -o pipefail [2020-12-07T16:15:36.158Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:15:36.158Z] + tee .snyk [2020-12-07T16:15:36.158Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:15:36.158Z] version: v1.14.1 [2020-12-07T16:15:36.158Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:15:36.158Z] ignore: [2020-12-07T16:15:36.158Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:15:36.158Z] - '*': [2020-12-07T16:15:36.158Z] reason: does not apply # justification for ignoring [2020-12-07T16:15:36.158Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:15:36.158Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:15:36.158Z] - '*': [2020-12-07T16:15:36.158Z] reason: false positive [2020-12-07T16:15:36.158Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:15:36.158Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:15:36.223Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:15:36.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:15:36.571Z] . [Pipeline] withDockerContainer [2020-12-07T16:15:36.674Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:15:36.733Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:15:37.382Z] $ docker top f7d599ecd3e23520a3304b7d40f3b772b618fca3d905088eaf1fc13e7a73e0d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:15:37.866Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:15:37.881Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:15:38.172Z] + set -o pipefail [2020-12-07T16:15:38.172Z] + snyk-to-html -o snykReport.html [2020-12-07T16:15:38.172Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:15:48.184Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:15:48.199Z] $ docker stop --time=1 f7d599ecd3e23520a3304b7d40f3b772b618fca3d905088eaf1fc13e7a73e0d7 [2020-12-07T16:15:49.587Z] $ docker rm -f f7d599ecd3e23520a3304b7d40f3b772b618fca3d905088eaf1fc13e7a73e0d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:15:49.996Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-07T16:15:49.999Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:15:50.298Z] + set -o pipefail [2020-12-07T16:15:50.298Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:15:50.298Z] + tee .snyk [2020-12-07T16:15:50.298Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:15:50.298Z] version: v1.14.1 [2020-12-07T16:15:50.298Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:15:50.298Z] ignore: [2020-12-07T16:15:50.298Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:15:50.298Z] - '*': [2020-12-07T16:15:50.298Z] reason: does not apply # justification for ignoring [2020-12-07T16:15:50.298Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:15:50.298Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:15:50.298Z] - '*': [2020-12-07T16:15:50.298Z] reason: false positive [2020-12-07T16:15:50.298Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:15:50.298Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:15:50.469Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:15:50.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:15:50.899Z] . [Pipeline] withDockerContainer [2020-12-07T16:15:50.996Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:15:51.048Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:15:51.783Z] $ docker top a9935edfa851205d1afe23d7ba78cfaaf5052ac9a9f1d459c42de642a5660656 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:15:52.321Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:15:52.333Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:15:52.621Z] + set -o pipefail [2020-12-07T16:15:52.621Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:15:52.621Z] + snyk-to-html -o snykReport.html [2020-12-07T16:15:57.918Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:15:57.935Z] $ docker stop --time=1 a9935edfa851205d1afe23d7ba78cfaaf5052ac9a9f1d459c42de642a5660656 [2020-12-07T16:15:59.299Z] $ docker rm -f a9935edfa851205d1afe23d7ba78cfaaf5052ac9a9f1d459c42de642a5660656 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:15:59.639Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-07T16:15:59.641Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:15:59.930Z] + set -o pipefail [2020-12-07T16:15:59.930Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:15:59.930Z] + tee .snyk [2020-12-07T16:15:59.930Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:15:59.930Z] version: v1.14.1 [2020-12-07T16:15:59.930Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:15:59.930Z] ignore: [2020-12-07T16:15:59.930Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:15:59.930Z] - '*': [2020-12-07T16:15:59.930Z] reason: does not apply # justification for ignoring [2020-12-07T16:15:59.930Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:15:59.930Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:15:59.930Z] - '*': [2020-12-07T16:15:59.930Z] reason: false positive [2020-12-07T16:15:59.930Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:15:59.930Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:16:00.044Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:16:00.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:16:00.493Z] . [Pipeline] withDockerContainer [2020-12-07T16:16:00.595Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:16:00.644Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:16:01.277Z] $ docker top 5a206674b4e8146b13db9306ef11be5417cfc10e809436b1e9394870582b8150 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:16:01.837Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:16:01.850Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:16:02.147Z] + set -o pipefail [2020-12-07T16:16:02.147Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:16:02.147Z] + snyk-to-html -o snykReport.html [2020-12-07T16:16:08.739Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:16:08.757Z] $ docker stop --time=1 5a206674b4e8146b13db9306ef11be5417cfc10e809436b1e9394870582b8150 [2020-12-07T16:16:10.180Z] $ docker rm -f 5a206674b4e8146b13db9306ef11be5417cfc10e809436b1e9394870582b8150 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:16:10.549Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-07T16:16:10.551Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:16:10.843Z] + set -o pipefail [2020-12-07T16:16:10.843Z] + tee .snyk [2020-12-07T16:16:10.843Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:16:10.843Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:16:10.843Z] version: v1.14.1 [2020-12-07T16:16:10.843Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:16:10.843Z] ignore: [2020-12-07T16:16:10.843Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:16:10.843Z] - '*': [2020-12-07T16:16:10.843Z] reason: does not apply # justification for ignoring [2020-12-07T16:16:10.843Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:16:10.843Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:16:10.843Z] - '*': [2020-12-07T16:16:10.843Z] reason: false positive [2020-12-07T16:16:10.843Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:16:10.843Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:16:10.943Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:16:11.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:16:11.290Z] . [Pipeline] withDockerContainer [2020-12-07T16:16:11.392Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:16:11.477Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:16:12.217Z] $ docker top 94a3dbbf1ae20d0766536aacbe67517c7a37b46035d196840d66e6d5c811003e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:16:12.733Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:16:12.745Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:16:13.032Z] + set -o pipefail [2020-12-07T16:16:13.032Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:16:13.032Z] + snyk-to-html -o snykReport.html [2020-12-07T16:16:21.190Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:16:21.205Z] $ docker stop --time=1 94a3dbbf1ae20d0766536aacbe67517c7a37b46035d196840d66e6d5c811003e [2020-12-07T16:16:22.571Z] $ docker rm -f 94a3dbbf1ae20d0766536aacbe67517c7a37b46035d196840d66e6d5c811003e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:16:22.949Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-07T16:16:22.951Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:16:23.259Z] + set -o pipefail [2020-12-07T16:16:23.260Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:16:23.260Z] + tee .snyk [2020-12-07T16:16:23.260Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:16:23.260Z] version: v1.14.1 [2020-12-07T16:16:23.260Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:16:23.260Z] ignore: [2020-12-07T16:16:23.260Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:16:23.260Z] - '*': [2020-12-07T16:16:23.260Z] reason: does not apply # justification for ignoring [2020-12-07T16:16:23.260Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:16:23.260Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:16:23.260Z] - '*': [2020-12-07T16:16:23.260Z] reason: false positive [2020-12-07T16:16:23.260Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:16:23.260Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:16:23.379Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:16:23.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:16:23.725Z] . [Pipeline] withDockerContainer [2020-12-07T16:16:23.834Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:16:23.885Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:16:24.474Z] $ docker top d3c4e394a1aad8fdc4b18cbe316a36731e464b88099af20d2b6cecefeb94cacc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:16:24.953Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:16:24.963Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:16:25.250Z] + set -o pipefail [2020-12-07T16:16:25.250Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:16:25.250Z] + snyk-to-html -o snykReport.html [2020-12-07T16:16:33.414Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:16:33.432Z] $ docker stop --time=1 d3c4e394a1aad8fdc4b18cbe316a36731e464b88099af20d2b6cecefeb94cacc [2020-12-07T16:16:34.936Z] $ docker rm -f d3c4e394a1aad8fdc4b18cbe316a36731e464b88099af20d2b6cecefeb94cacc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T16:16:35.248Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-07T16:16:35.251Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-07T16:16:35.543Z] + set -o pipefail [2020-12-07T16:16:35.543Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-07T16:16:35.543Z] + tee .snyk [2020-12-07T16:16:35.543Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-07T16:16:35.543Z] version: v1.14.1 [2020-12-07T16:16:35.543Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-07T16:16:35.543Z] ignore: [2020-12-07T16:16:35.543Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-07T16:16:35.543Z] - '*': [2020-12-07T16:16:35.543Z] reason: does not apply # justification for ignoring [2020-12-07T16:16:35.543Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-07T16:16:35.543Z] SNYK-ALPINE312-JQ-588886: [2020-12-07T16:16:35.543Z] - '*': [2020-12-07T16:16:35.543Z] reason: false positive [2020-12-07T16:16:35.543Z] expires: 2021-01-01T00:00:00 [2020-12-07T16:16:35.543Z] # patch: {} [Pipeline] withCredentials [2020-12-07T16:16:35.620Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:16:36.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-07T16:16:36.007Z] . [Pipeline] withDockerContainer [2020-12-07T16:16:36.105Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:16:36.152Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:16:36.779Z] $ docker top 3e4335a122f2832cee44131f790eb7bbb2d9c0fa727e144d0edfb51ae0ba70eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:16:37.270Z] + rm -f snykReport.html [Pipeline] echo [2020-12-07T16:16:37.280Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-07T16:16:37.572Z] + set -o pipefail [2020-12-07T16:16:37.572Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-07T16:16:37.572Z] + snyk-to-html -o snykReport.html [2020-12-07T16:16:44.180Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-07T16:16:44.196Z] $ docker stop --time=1 3e4335a122f2832cee44131f790eb7bbb2d9c0fa727e144d0edfb51ae0ba70eb [2020-12-07T16:16:45.658Z] $ docker rm -f 3e4335a122f2832cee44131f790eb7bbb2d9c0fa727e144d0edfb51ae0ba70eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-07T16:16:46.596Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T16:16:46.655Z] provisioning config files... [2020-12-07T16:16:46.665Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/247@tmp/config2791950976711630352tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:16:47.089Z] --> edgex-publish-swagger.sh [2020-12-07T16:16:47.089Z] === Publish openapi/v1 API === [2020-12-07T16:16:47.089Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-07T16:16:47.089Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-07T16:16:47.089Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:47.089Z] Dload Upload Total Spent Left Speed [2020-12-07T16:16:48.038Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8818 0:00:01 0:00:01 --:--:-- 8826 100 10521 0 0 100 10521 0 8817 0:00:01 0:00:01 --:--:-- 8826 [2020-12-07T16:16:48.300Z] [2020-12-07T16:16:48.300Z] [2020-12-07T16:16:48.300Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-07T16:16:48.300Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:48.300Z] Dload Upload Total Spent Left Speed [2020-12-07T16:16:49.245Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28430 0:00:01 0:00:01 --:--:-- 28458 100 32556 0 0 100 32556 0 28425 0:00:01 0:00:01 --:--:-- 28433 [2020-12-07T16:16:49.245Z] [2020-12-07T16:16:49.245Z] [2020-12-07T16:16:49.245Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-07T16:16:49.245Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:49.245Z] Dload Upload Total Spent Left Speed [2020-12-07T16:16:50.632Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61037 0:00:01 0:00:01 --:--:-- 61077 100 73720 0 0 100 73720 0 59348 0:00:01 0:00:01 --:--:-- 59403 [2020-12-07T16:16:50.633Z] [2020-12-07T16:16:50.633Z] [2020-12-07T16:16:50.633Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-07T16:16:50.633Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:50.633Z] Dload Upload Total Spent Left Speed [2020-12-07T16:16:52.018Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11246 0:00:01 0:00:01 --:--:-- 11251 100 13580 0 0 100 13580 0 11237 0:00:01 0:00:01 --:--:-- 11241 [2020-12-07T16:16:52.018Z] [2020-12-07T16:16:52.018Z] [2020-12-07T16:16:52.018Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-07T16:16:52.018Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:52.018Z] Dload Upload Total Spent Left Speed [2020-12-07T16:16:52.961Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33388 0:00:01 0:00:01 --:--:-- 33381 100 38889 0 0 100 38889 0 33384 0:00:01 0:00:01 --:--:-- 33381 [2020-12-07T16:16:52.961Z] [2020-12-07T16:16:52.961Z] [2020-12-07T16:16:52.961Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-07T16:16:52.961Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:52.961Z] Dload Upload Total Spent Left Speed [2020-12-07T16:16:54.346Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12235 0:00:01 0:00:01 --:--:-- 12240 100 14248 0 0 100 14248 0 12234 0:00:01 0:00:01 --:--:-- 12240 [2020-12-07T16:16:54.346Z] [2020-12-07T16:16:54.346Z] [2020-12-07T16:16:54.346Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-07T16:16:54.346Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:54.346Z] Dload Upload Total Spent Left Speed [2020-12-07T16:16:55.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3549 0:00:01 0:00:01 --:--:-- 3551 100 4109 0 0 100 4109 0 3549 0:00:01 0:00:01 --:--:-- 3551 [2020-12-07T16:16:55.289Z] [2020-12-07T16:16:55.289Z] [2020-12-07T16:16:55.289Z] === Publish openapi/v2 API === [2020-12-07T16:16:55.289Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-07T16:16:55.289Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-07T16:16:55.289Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:55.289Z] Dload Upload Total Spent Left Speed [2020-12-07T16:16:56.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26185 0:00:01 0:00:01 --:--:-- 26206 100 29535 0 0 100 29535 0 26182 0:00:01 0:00:01 --:--:-- 26206 [2020-12-07T16:16:56.675Z] [2020-12-07T16:16:56.675Z] [2020-12-07T16:16:56.675Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-07T16:16:56.675Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:56.675Z] Dload Upload Total Spent Left Speed [2020-12-07T16:16:57.619Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65795 0 0 100 65795 0 54610 0:00:01 0:00:01 --:--:-- 54647 100 65795 0 0 100 65795 0 53614 0:00:01 0:00:01 --:--:-- 53622 [2020-12-07T16:16:57.619Z] [2020-12-07T16:16:57.619Z] [2020-12-07T16:16:57.880Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-07T16:16:57.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:57.881Z] Dload Upload Total Spent Left Speed [2020-12-07T16:16:58.824Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 105k 0:00:01 0:00:01 --:--:-- 105k 100 119k 0 0 100 119k 0 105k 0:00:01 0:00:01 --:--:-- 105k [2020-12-07T16:16:58.824Z] [2020-12-07T16:16:58.824Z] [2020-12-07T16:16:58.824Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-07T16:16:58.824Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:16:58.824Z] Dload Upload Total Spent Left Speed [2020-12-07T16:17:00.213Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21911 0:00:01 0:00:01 --:--:-- 21936 100 23691 0 0 100 23691 0 21908 0:00:01 0:00:01 --:--:-- 21915 [2020-12-07T16:17:00.213Z] [2020-12-07T16:17:00.213Z] [2020-12-07T16:17:00.213Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-07T16:17:00.213Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:17:00.213Z] Dload Upload Total Spent Left Speed [2020-12-07T16:17:01.157Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 57338 0:00:01 0:00:01 --:--:-- 57356 100 62691 0 0 100 62691 0 57329 0:00:01 0:00:01 --:--:-- 57356 [2020-12-07T16:17:01.157Z] [2020-12-07T16:17:01.157Z] [2020-12-07T16:17:01.157Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-07T16:17:01.157Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:17:01.157Z] Dload Upload Total Spent Left Speed [2020-12-07T16:17:02.547Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38342 0:00:01 0:00:01 --:--:-- 38370 100 46198 0 0 100 46198 0 36443 0:00:01 0:00:01 --:--:-- 36462 [2020-12-07T16:17:02.547Z] [2020-12-07T16:17:02.547Z] [2020-12-07T16:17:02.547Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-07T16:17:02.547Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T16:17:02.547Z] Dload Upload Total Spent Left Speed [2020-12-07T16:17:03.491Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22523 0:00:01 0:00:01 --:--:-- 22530 100 23725 0 0 100 23725 0 22520 0:00:01 0:00:01 --:--:-- 22530 [2020-12-07T16:17:03.491Z] [2020-12-07T16:17:03.491Z] [Pipeline] } [2020-12-07T16:17:03.501Z] 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-12-07T16:17:04.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T16:17:04.493Z] . [Pipeline] withDockerContainer [2020-12-07T16:17:04.598Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:17:04.649Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:17:05.443Z] $ docker top 2df556bf986dbd271492b3e77dc96203298e9be336ad05f5298591bf157244c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T16:17:05.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T16:17:05.761Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T16:17:05.981Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T16:17:05.986Z] $ docker exec 2df556bf986dbd271492b3e77dc96203298e9be336ad05f5298591bf157244c2 ssh-agent [2020-12-07T16:17:06.168Z] SSH_AUTH_SOCK=/tmp/ssh-pLv52XiqGa4Y/agent.12 [2020-12-07T16:17:06.168Z] SSH_AGENT_PID=17 [2020-12-07T16:17:06.175Z] Running ssh-add (command line suppressed) [2020-12-07T16:17:06.306Z] Identity added: /w/workspace/edgex-go/247@tmp/private_key_1668607270198335946.key (/w/workspace/edgex-go/247@tmp/private_key_1668607270198335946.key) [2020-12-07T16:17:06.364Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T16:17:06.728Z] + git semver tag [2020-12-07T16:17:06.989Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T16:17:06.989Z] # $GIT_DIR = /w/workspace/edgex-go/247/.git [2020-12-07T16:17:06.989Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/247 [2020-12-07T16:17:06.989Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T16:17:06.989Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T16:17:06.989Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T16:17:06.989Z] # $SEMVER_BRANCH = master [2020-12-07T16:17:06.989Z] # $SEMVER_DIR = /w/workspace/edgex-go/247/.semver [2020-12-07T16:17:06.989Z] # 0855fff343fbac9200be972646aac1464c8bdae7 HEAD [2020-12-07T16:17:07.568Z] # -> Force: false [2020-12-07T16:17:07.568Z] # 30d57adaa143c4ae22d7bc5ab15bdd6282044587 refs/tags/v2.0.0-dev.5 [Pipeline] } [2020-12-07T16:17:07.582Z] $ docker exec --env ******** --env ******** 2df556bf986dbd271492b3e77dc96203298e9be336ad05f5298591bf157244c2 ssh-agent -k [2020-12-07T16:17:07.747Z] unset SSH_AUTH_SOCK; [2020-12-07T16:17:07.747Z] unset SSH_AGENT_PID; [2020-12-07T16:17:07.748Z] echo Agent pid 17 killed; [2020-12-07T16:17:07.811Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T16:17:08.294Z] + git semver [Pipeline] } [2020-12-07T16:17:08.312Z] $ docker stop --time=1 2df556bf986dbd271492b3e77dc96203298e9be336ad05f5298591bf157244c2 [2020-12-07T16:17:09.661Z] $ docker rm -f 2df556bf986dbd271492b3e77dc96203298e9be336ad05f5298591bf157244c2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:17:10.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T16:17:10.352Z] [2020-12-07T16:17:10.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:17:10.736Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T16:17:10.736Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-07T16:17:10.736Z] ab5ef0e58194: Pulling fs layer [2020-12-07T16:17:10.736Z] 9712f1f96733: Pulling fs layer [2020-12-07T16:17:10.736Z] 63f879dbbcfc: Pulling fs layer [2020-12-07T16:17:10.736Z] 0d9ebad4ef96: Pulling fs layer [2020-12-07T16:17:10.736Z] e9a5061849ea: Pulling fs layer [2020-12-07T16:17:10.736Z] d747dcd14b5f: Pulling fs layer [2020-12-07T16:17:10.736Z] 2de7ff778b66: Pulling fs layer [2020-12-07T16:17:10.736Z] 0d9ebad4ef96: Waiting [2020-12-07T16:17:10.736Z] e9a5061849ea: Waiting [2020-12-07T16:17:10.736Z] d747dcd14b5f: Waiting [2020-12-07T16:17:10.736Z] 2de7ff778b66: Waiting [2020-12-07T16:17:10.736Z] 9712f1f96733: Verifying Checksum [2020-12-07T16:17:10.736Z] 9712f1f96733: Download complete [2020-12-07T16:17:13.293Z] 63f879dbbcfc: Verifying Checksum [2020-12-07T16:17:13.293Z] 63f879dbbcfc: Download complete [2020-12-07T16:17:13.293Z] e9a5061849ea: Verifying Checksum [2020-12-07T16:17:13.293Z] e9a5061849ea: Download complete [2020-12-07T16:17:13.293Z] 0d9ebad4ef96: Verifying Checksum [2020-12-07T16:17:13.293Z] 0d9ebad4ef96: Download complete [2020-12-07T16:17:13.293Z] d747dcd14b5f: Verifying Checksum [2020-12-07T16:17:13.293Z] d747dcd14b5f: Download complete [2020-12-07T16:17:13.557Z] 2de7ff778b66: Verifying Checksum [2020-12-07T16:17:13.557Z] 2de7ff778b66: Download complete [2020-12-07T16:17:13.821Z] ab5ef0e58194: Verifying Checksum [2020-12-07T16:17:13.821Z] ab5ef0e58194: Download complete [2020-12-07T16:17:18.073Z] ab5ef0e58194: Pull complete [2020-12-07T16:17:18.336Z] 9712f1f96733: Pull complete [2020-12-07T16:17:21.656Z] 63f879dbbcfc: Pull complete [2020-12-07T16:17:28.276Z] 0d9ebad4ef96: Pull complete [2020-12-07T16:17:31.063Z] e9a5061849ea: Pull complete [2020-12-07T16:17:31.063Z] d747dcd14b5f: Pull complete [2020-12-07T16:17:33.685Z] 2de7ff778b66: Pull complete [2020-12-07T16:17:33.685Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-07T16:17:33.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-07T16:17:33.685Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-07T16:17:33.882Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:17:33.931Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:17:37.305Z] $ docker top f3681f2d119b20f23634d641014c19e2fe98735a3995819bcacb2108694088cc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-07T16:17:37.588Z] provisioning config files... [2020-12-07T16:17:37.598Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/247@tmp/config2475738034952106897tmp [2020-12-07T16:17:37.613Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/247@tmp/config5744374427102040298tmp [2020-12-07T16:17:37.626Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/247@tmp/config700932719921823567tmp [Pipeline] { [Pipeline] echo [2020-12-07T16:17:37.685Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:17:37.980Z] ---> sigul-configuration.sh [2020-12-07T16:17:37.980Z] gpg: directory `/root/.gnupg' created [2020-12-07T16:17:37.980Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-07T16:17:37.980Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-07T16:17:37.980Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-07T16:17:37.980Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-07T16:17:37.980Z] gpg: CAST5 encrypted data [2020-12-07T16:17:38.241Z] gpg: encrypted with 1 passphrase [2020-12-07T16:17:38.241Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-07T16:17:38.542Z] + mkdir /home/jenkins [2020-12-07T16:17:38.542Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-07T16:17:38.836Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-12-07T16:17:38.847Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:17:39.141Z] ---> sigul-install.sh [2020-12-07T16:17:44.432Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-07T16:17:44.729Z] + git tag --list [2020-12-07T16:17:44.729Z] 0.6.0 [2020-12-07T16:17:44.729Z] 0.6.1 [2020-12-07T16:17:44.729Z] 0.7.0 [2020-12-07T16:17:44.729Z] 0.7.1 [2020-12-07T16:17:44.729Z] v1.0.0 [2020-12-07T16:17:44.729Z] v1.0.1 [2020-12-07T16:17:44.729Z] v1.1.0 [2020-12-07T16:17:44.729Z] v1.2.0 [2020-12-07T16:17:44.729Z] v1.2.1 [2020-12-07T16:17:44.729Z] v1.2.2-dev.1 [2020-12-07T16:17:44.729Z] v1.2.2-dev.10 [2020-12-07T16:17:44.729Z] v1.2.2-dev.100 [2020-12-07T16:17:44.729Z] v1.2.2-dev.101 [2020-12-07T16:17:44.729Z] v1.2.2-dev.102 [2020-12-07T16:17:44.729Z] v1.2.2-dev.103 [2020-12-07T16:17:44.729Z] v1.2.2-dev.104 [2020-12-07T16:17:44.729Z] v1.2.2-dev.105 [2020-12-07T16:17:44.729Z] v1.2.2-dev.106 [2020-12-07T16:17:44.729Z] v1.2.2-dev.107 [2020-12-07T16:17:44.729Z] v1.2.2-dev.11 [2020-12-07T16:17:44.729Z] v1.2.2-dev.12 [2020-12-07T16:17:44.729Z] v1.2.2-dev.13 [2020-12-07T16:17:44.729Z] v1.2.2-dev.14 [2020-12-07T16:17:44.729Z] v1.2.2-dev.15 [2020-12-07T16:17:44.729Z] v1.2.2-dev.16 [2020-12-07T16:17:44.729Z] v1.2.2-dev.17 [2020-12-07T16:17:44.729Z] v1.2.2-dev.18 [2020-12-07T16:17:44.729Z] v1.2.2-dev.19 [2020-12-07T16:17:44.729Z] v1.2.2-dev.2 [2020-12-07T16:17:44.729Z] v1.2.2-dev.20 [2020-12-07T16:17:44.729Z] v1.2.2-dev.21 [2020-12-07T16:17:44.729Z] v1.2.2-dev.22 [2020-12-07T16:17:44.729Z] v1.2.2-dev.23 [2020-12-07T16:17:44.729Z] v1.2.2-dev.24 [2020-12-07T16:17:44.729Z] v1.2.2-dev.25 [2020-12-07T16:17:44.729Z] v1.2.2-dev.26 [2020-12-07T16:17:44.729Z] v1.2.2-dev.27 [2020-12-07T16:17:44.729Z] v1.2.2-dev.28 [2020-12-07T16:17:44.729Z] v1.2.2-dev.29 [2020-12-07T16:17:44.729Z] v1.2.2-dev.3 [2020-12-07T16:17:44.729Z] v1.2.2-dev.30 [2020-12-07T16:17:44.729Z] v1.2.2-dev.31 [2020-12-07T16:17:44.729Z] v1.2.2-dev.32 [2020-12-07T16:17:44.729Z] v1.2.2-dev.33 [2020-12-07T16:17:44.729Z] v1.2.2-dev.34 [2020-12-07T16:17:44.729Z] v1.2.2-dev.35 [2020-12-07T16:17:44.729Z] v1.2.2-dev.36 [2020-12-07T16:17:44.729Z] v1.2.2-dev.37 [2020-12-07T16:17:44.729Z] v1.2.2-dev.38 [2020-12-07T16:17:44.729Z] v1.2.2-dev.39 [2020-12-07T16:17:44.729Z] v1.2.2-dev.4 [2020-12-07T16:17:44.729Z] v1.2.2-dev.40 [2020-12-07T16:17:44.729Z] v1.2.2-dev.41 [2020-12-07T16:17:44.729Z] v1.2.2-dev.42 [2020-12-07T16:17:44.729Z] v1.2.2-dev.43 [2020-12-07T16:17:44.729Z] v1.2.2-dev.44 [2020-12-07T16:17:44.729Z] v1.2.2-dev.45 [2020-12-07T16:17:44.729Z] v1.2.2-dev.46 [2020-12-07T16:17:44.729Z] v1.2.2-dev.47 [2020-12-07T16:17:44.729Z] v1.2.2-dev.48 [2020-12-07T16:17:44.729Z] v1.2.2-dev.49 [2020-12-07T16:17:44.729Z] v1.2.2-dev.5 [2020-12-07T16:17:44.729Z] v1.2.2-dev.50 [2020-12-07T16:17:44.729Z] v1.2.2-dev.51 [2020-12-07T16:17:44.729Z] v1.2.2-dev.52 [2020-12-07T16:17:44.729Z] v1.2.2-dev.53 [2020-12-07T16:17:44.729Z] v1.2.2-dev.54 [2020-12-07T16:17:44.729Z] v1.2.2-dev.55 [2020-12-07T16:17:44.729Z] v1.2.2-dev.56 [2020-12-07T16:17:44.729Z] v1.2.2-dev.57 [2020-12-07T16:17:44.729Z] v1.2.2-dev.58 [2020-12-07T16:17:44.729Z] v1.2.2-dev.59 [2020-12-07T16:17:44.729Z] v1.2.2-dev.6 [2020-12-07T16:17:44.729Z] v1.2.2-dev.60 [2020-12-07T16:17:44.729Z] v1.2.2-dev.61 [2020-12-07T16:17:44.729Z] v1.2.2-dev.62 [2020-12-07T16:17:44.729Z] v1.2.2-dev.63 [2020-12-07T16:17:44.729Z] v1.2.2-dev.64 [2020-12-07T16:17:44.729Z] v1.2.2-dev.65 [2020-12-07T16:17:44.729Z] v1.2.2-dev.66 [2020-12-07T16:17:44.729Z] v1.2.2-dev.67 [2020-12-07T16:17:44.729Z] v1.2.2-dev.68 [2020-12-07T16:17:44.729Z] v1.2.2-dev.69 [2020-12-07T16:17:44.729Z] v1.2.2-dev.7 [2020-12-07T16:17:44.729Z] v1.2.2-dev.70 [2020-12-07T16:17:44.729Z] v1.2.2-dev.71 [2020-12-07T16:17:44.729Z] v1.2.2-dev.72 [2020-12-07T16:17:44.729Z] v1.2.2-dev.73 [2020-12-07T16:17:44.729Z] v1.2.2-dev.74 [2020-12-07T16:17:44.729Z] v1.2.2-dev.75 [2020-12-07T16:17:44.729Z] v1.2.2-dev.76 [2020-12-07T16:17:44.729Z] v1.2.2-dev.77 [2020-12-07T16:17:44.729Z] v1.2.2-dev.78 [2020-12-07T16:17:44.729Z] v1.2.2-dev.79 [2020-12-07T16:17:44.729Z] v1.2.2-dev.8 [2020-12-07T16:17:44.729Z] v1.2.2-dev.80 [2020-12-07T16:17:44.729Z] v1.2.2-dev.81 [2020-12-07T16:17:44.729Z] v1.2.2-dev.82 [2020-12-07T16:17:44.729Z] v1.2.2-dev.83 [2020-12-07T16:17:44.729Z] v1.2.2-dev.84 [2020-12-07T16:17:44.729Z] v1.2.2-dev.85 [2020-12-07T16:17:44.729Z] v1.2.2-dev.86 [2020-12-07T16:17:44.729Z] v1.2.2-dev.87 [2020-12-07T16:17:44.729Z] v1.2.2-dev.88 [2020-12-07T16:17:44.729Z] v1.2.2-dev.89 [2020-12-07T16:17:44.729Z] v1.2.2-dev.9 [2020-12-07T16:17:44.729Z] v1.2.2-dev.90 [2020-12-07T16:17:44.729Z] v1.2.2-dev.91 [2020-12-07T16:17:44.729Z] v1.2.2-dev.92 [2020-12-07T16:17:44.729Z] v1.2.2-dev.93 [2020-12-07T16:17:44.729Z] v1.2.2-dev.94 [2020-12-07T16:17:44.729Z] v1.2.2-dev.95 [2020-12-07T16:17:44.729Z] v1.2.2-dev.96 [2020-12-07T16:17:44.729Z] v1.2.2-dev.97 [2020-12-07T16:17:44.729Z] v1.2.2-dev.98 [2020-12-07T16:17:44.729Z] v1.2.2-dev.99 [2020-12-07T16:17:44.729Z] v1.3.0 [2020-12-07T16:17:44.729Z] v1.3.1-dev.1 [2020-12-07T16:17:44.729Z] v1.3.1-dev.10 [2020-12-07T16:17:44.729Z] v1.3.1-dev.11 [2020-12-07T16:17:44.729Z] v1.3.1-dev.12 [2020-12-07T16:17:44.729Z] v1.3.1-dev.13 [2020-12-07T16:17:44.729Z] v1.3.1-dev.14 [2020-12-07T16:17:44.729Z] v1.3.1-dev.15 [2020-12-07T16:17:44.729Z] v1.3.1-dev.16 [2020-12-07T16:17:44.729Z] v1.3.1-dev.17 [2020-12-07T16:17:44.729Z] v1.3.1-dev.18 [2020-12-07T16:17:44.729Z] v1.3.1-dev.2 [2020-12-07T16:17:44.729Z] v1.3.1-dev.3 [2020-12-07T16:17:44.729Z] v1.3.1-dev.4 [2020-12-07T16:17:44.729Z] v1.3.1-dev.5 [2020-12-07T16:17:44.729Z] v1.3.1-dev.6 [2020-12-07T16:17:44.729Z] v1.3.1-dev.7 [2020-12-07T16:17:44.729Z] v1.3.1-dev.8 [2020-12-07T16:17:44.729Z] v1.3.1-dev.9 [2020-12-07T16:17:44.729Z] v2.0.0-dev.1 [2020-12-07T16:17:44.729Z] v2.0.0-dev.2 [2020-12-07T16:17:44.729Z] v2.0.0-dev.3 [2020-12-07T16:17:44.729Z] v2.0.0-dev.4 [2020-12-07T16:17:44.729Z] v2.0.0-dev.5 [Pipeline] sh [2020-12-07T16:17:45.026Z] + lftools sign git-tag v2.0.0-dev.5 [2020-12-07T16:17:46.412Z] Signing Git tag with Sigul... [2020-12-07T16:17:46.412Z] Signing v2.0.0-dev.5 [Pipeline] echo [2020-12-07T16:17:47.810Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:17:48.107Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-07T16:17:48.116Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-07T16:17:48.224Z] $ docker stop --time=1 f3681f2d119b20f23634d641014c19e2fe98735a3995819bcacb2108694088cc [2020-12-07T16:17:50.245Z] $ docker rm -f f3681f2d119b20f23634d641014c19e2fe98735a3995819bcacb2108694088cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:17:51.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T16:17:51.304Z] . [Pipeline] withDockerContainer [2020-12-07T16:17:51.405Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:17:51.454Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:17:52.252Z] $ docker top 3ce2e240178e284198d94a6f5103a90f86d6869e72c2eef9f561f226de661140 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T16:17:52.576Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T16:17:52.576Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T16:17:52.795Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T16:17:52.800Z] $ docker exec 3ce2e240178e284198d94a6f5103a90f86d6869e72c2eef9f561f226de661140 ssh-agent [2020-12-07T16:17:52.974Z] SSH_AUTH_SOCK=/tmp/ssh-0MbR6Ud6ucBR/agent.13 [2020-12-07T16:17:52.974Z] SSH_AGENT_PID=19 [2020-12-07T16:17:52.981Z] Running ssh-add (command line suppressed) [2020-12-07T16:17:53.109Z] Identity added: /w/workspace/edgex-go/247@tmp/private_key_5769449018493458045.key (/w/workspace/edgex-go/247@tmp/private_key_5769449018493458045.key) [2020-12-07T16:17:53.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T16:17:53.503Z] + git semver bump pre [2020-12-07T16:17:53.503Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T16:17:53.503Z] # $GIT_DIR = /w/workspace/edgex-go/247/.git [2020-12-07T16:17:53.503Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/247 [2020-12-07T16:17:53.503Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T16:17:53.503Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T16:17:53.503Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T16:17:53.503Z] # $SEMVER_BRANCH = master [2020-12-07T16:17:53.503Z] # $SEMVER_DIR = /w/workspace/edgex-go/247/.semver [2020-12-07T16:17:53.503Z] 2.0.0-dev.6 [Pipeline] } [2020-12-07T16:17:53.529Z] $ docker exec --env ******** --env ******** 3ce2e240178e284198d94a6f5103a90f86d6869e72c2eef9f561f226de661140 ssh-agent -k [2020-12-07T16:17:53.662Z] unset SSH_AUTH_SOCK; [2020-12-07T16:17:53.662Z] unset SSH_AGENT_PID; [2020-12-07T16:17:53.663Z] echo Agent pid 19 killed; [2020-12-07T16:17:53.715Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T16:17:54.212Z] + git semver [Pipeline] } [2020-12-07T16:17:54.230Z] $ docker stop --time=1 3ce2e240178e284198d94a6f5103a90f86d6869e72c2eef9f561f226de661140 [2020-12-07T16:17:55.593Z] $ docker rm -f 3ce2e240178e284198d94a6f5103a90f86d6869e72c2eef9f561f226de661140 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:17:56.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T16:17:56.135Z] . [Pipeline] withDockerContainer [2020-12-07T16:17:56.235Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:17:56.284Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:17:57.057Z] $ docker top fe792a8417459e3305675a5ee2750ff6aa5ae14d2ce6f8b4ca060c0dd1ac7226 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T16:17:57.511Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T16:17:57.511Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T16:17:57.711Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T16:17:57.715Z] $ docker exec fe792a8417459e3305675a5ee2750ff6aa5ae14d2ce6f8b4ca060c0dd1ac7226 ssh-agent [2020-12-07T16:17:57.887Z] SSH_AUTH_SOCK=/tmp/ssh-rMRMVzJdiOHh/agent.11 [2020-12-07T16:17:57.887Z] SSH_AGENT_PID=16 [2020-12-07T16:17:57.894Z] Running ssh-add (command line suppressed) [2020-12-07T16:17:58.018Z] Identity added: /w/workspace/edgex-go/247@tmp/private_key_85139001389884853.key (/w/workspace/edgex-go/247@tmp/private_key_85139001389884853.key) [2020-12-07T16:17:58.076Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T16:17:58.427Z] + git semver push [2020-12-07T16:17:58.427Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T16:17:58.427Z] # $GIT_DIR = /w/workspace/edgex-go/247/.git [2020-12-07T16:17:58.427Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/247 [2020-12-07T16:17:58.427Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T16:17:58.427Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T16:17:58.427Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T16:17:58.427Z] # $SEMVER_BRANCH = master [2020-12-07T16:17:58.427Z] # $SEMVER_DIR = /w/workspace/edgex-go/247/.semver [Pipeline] } [2020-12-07T16:18:08.453Z] $ docker exec --env ******** --env ******** fe792a8417459e3305675a5ee2750ff6aa5ae14d2ce6f8b4ca060c0dd1ac7226 ssh-agent -k [2020-12-07T16:18:08.661Z] unset SSH_AUTH_SOCK; [2020-12-07T16:18:08.661Z] unset SSH_AGENT_PID; [2020-12-07T16:18:08.661Z] echo Agent pid 16 killed; [2020-12-07T16:18:08.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T16:18:09.230Z] + git semver [Pipeline] } [2020-12-07T16:18:09.247Z] $ docker stop --time=1 fe792a8417459e3305675a5ee2750ff6aa5ae14d2ce6f8b4ca060c0dd1ac7226 [2020-12-07T16:18:10.619Z] $ docker rm -f fe792a8417459e3305675a5ee2750ff6aa5ae14d2ce6f8b4ca060c0dd1ac7226 [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-12-07T16:18:12.190Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:18:13.068Z] ---> package-listing.sh [2020-12-07T16:18:13.068Z] ++ facter osfamily [2020-12-07T16:18:13.068Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-07T16:18:13.068Z] + OS_FAMILY=redhat [2020-12-07T16:18:13.068Z] + workspace=/w/workspace/edgex-go/247 [2020-12-07T16:18:13.068Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-07T16:18:13.068Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-07T16:18:13.068Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-07T16:18:13.068Z] + PACKAGES=/tmp/packages_start.txt [2020-12-07T16:18:13.068Z] + '[' /w/workspace/edgex-go/247 ']' [2020-12-07T16:18:13.068Z] + PACKAGES=/tmp/packages_end.txt [2020-12-07T16:18:13.068Z] + case "${OS_FAMILY}" in [2020-12-07T16:18:13.068Z] + rpm -qa [2020-12-07T16:18:13.068Z] + sort [2020-12-07T16:18:18.368Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-07T16:18:18.368Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-07T16:18:18.368Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-07T16:18:18.368Z] + '[' /w/workspace/edgex-go/247 ']' [2020-12-07T16:18:18.368Z] + mkdir -p /w/workspace/edgex-go/247/archives/ [2020-12-07T16:18:18.368Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/247/archives/ [Pipeline] echo [2020-12-07T16:18:18.381Z] 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/247/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-07T16:18:18.671Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:18:18.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T16:18:18.978Z] [2020-12-07T16:18:18.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-07T16:18:19.321Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T16:18:19.321Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-07T16:18:19.321Z] df20fa9351a1: Pulling fs layer [2020-12-07T16:18:19.321Z] 36b3adc4ff6f: Pulling fs layer [2020-12-07T16:18:19.321Z] 8ad3a11d3b57: Pulling fs layer [2020-12-07T16:18:19.321Z] 46f8f816bc3b: Pulling fs layer [2020-12-07T16:18:19.321Z] 93b61091891f: Pulling fs layer [2020-12-07T16:18:19.321Z] 93b9cdb0e59b: Pulling fs layer [2020-12-07T16:18:19.321Z] 5e14af77c1be: Pulling fs layer [2020-12-07T16:18:19.321Z] 01666e4c0597: Pulling fs layer [2020-12-07T16:18:19.321Z] aa168da1d23b: Pulling fs layer [2020-12-07T16:18:19.321Z] 46f8f816bc3b: Waiting [2020-12-07T16:18:19.321Z] 93b61091891f: Waiting [2020-12-07T16:18:19.321Z] 01666e4c0597: Waiting [2020-12-07T16:18:19.321Z] aa168da1d23b: Waiting [2020-12-07T16:18:19.321Z] 93b9cdb0e59b: Waiting [2020-12-07T16:18:19.321Z] 5e14af77c1be: Waiting [2020-12-07T16:18:19.321Z] 36b3adc4ff6f: Verifying Checksum [2020-12-07T16:18:19.321Z] 36b3adc4ff6f: Download complete [2020-12-07T16:18:19.321Z] 46f8f816bc3b: Verifying Checksum [2020-12-07T16:18:19.321Z] 46f8f816bc3b: Download complete [2020-12-07T16:18:19.582Z] df20fa9351a1: Verifying Checksum [2020-12-07T16:18:19.582Z] df20fa9351a1: Download complete [2020-12-07T16:18:19.582Z] 93b9cdb0e59b: Download complete [2020-12-07T16:18:19.582Z] 5e14af77c1be: Verifying Checksum [2020-12-07T16:18:19.582Z] 5e14af77c1be: Download complete [2020-12-07T16:18:19.582Z] 01666e4c0597: Download complete [2020-12-07T16:18:19.582Z] 93b61091891f: Verifying Checksum [2020-12-07T16:18:19.582Z] 93b61091891f: Download complete [2020-12-07T16:18:19.582Z] 8ad3a11d3b57: Verifying Checksum [2020-12-07T16:18:19.582Z] 8ad3a11d3b57: Download complete [2020-12-07T16:18:19.850Z] df20fa9351a1: Pull complete [2020-12-07T16:18:20.111Z] 36b3adc4ff6f: Pull complete [2020-12-07T16:18:21.504Z] aa168da1d23b: Verifying Checksum [2020-12-07T16:18:21.504Z] aa168da1d23b: Download complete [2020-12-07T16:18:22.077Z] 8ad3a11d3b57: Pull complete [2020-12-07T16:18:22.653Z] 46f8f816bc3b: Pull complete [2020-12-07T16:18:22.915Z] 93b61091891f: Pull complete [2020-12-07T16:18:23.177Z] 93b9cdb0e59b: Pull complete [2020-12-07T16:18:23.178Z] 5e14af77c1be: Pull complete [2020-12-07T16:18:23.446Z] 01666e4c0597: Pull complete [2020-12-07T16:18:31.831Z] aa168da1d23b: Pull complete [2020-12-07T16:18:31.831Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-07T16:18:31.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T16:18:31.831Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-07T16:18:32.041Z] prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container [2020-12-07T16:18:32.093Z] $ 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/247/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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-12-07T16:18:35.712Z] $ docker top 84bc620bffe5b5713ab963663feefe12cca0cf3630705a73ba215011d158bd8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T16:18:36.229Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-07T16:18:36.544Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-07T16:18:36.838Z] + ls /var/log/sa-host [2020-12-07T16:18:36.839Z] + sadf -c /var/log/sa-host/sa07 [2020-12-07T16:18:36.839Z] file_magic: OK [2020-12-07T16:18:36.839Z] HZ: Using current value: 100 [2020-12-07T16:18:36.839Z] file_header: OK [2020-12-07T16:18:36.839Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-07T16:18:36.839Z] Statistics: [2020-12-07T16:18:36.839Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-07T16:18:36.839Z] File successfully converted to sysstat format version 12.2.1 [2020-12-07T16:18:36.839Z] + sadf -c /var/log/sa-host/sa23 [2020-12-07T16:18:36.839Z] file_magic: OK [2020-12-07T16:18:36.839Z] HZ: Using current value: 100 [2020-12-07T16:18:36.839Z] file_header: OK [2020-12-07T16:18:36.839Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-07T16:18:36.839Z] Statistics: [2020-12-07T16:18:36.839Z] Hnuu...uuuununununu... [2020-12-07T16:18:36.839Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T16:18:37.512Z] provisioning config files... [2020-12-07T16:18:37.530Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/247@tmp/config3962008015876514384tmp [Pipeline] { [Pipeline] echo [2020-12-07T16:18:37.602Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:18:37.898Z] ---> create-netrc.sh [Pipeline] } [2020-12-07T16:18:37.907Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-07T16:18:38.009Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:18:38.309Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-07T16:18:38.319Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:18:38.619Z] ---> sudo-logs.sh [2020-12-07T16:18:38.619Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-07T16:18:38.631Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:18:38.933Z] ---> job-cost.sh [2020-12-07T16:18:38.933Z] lf-activate-venv: SKIPPING [2020-12-07T16:18:38.933Z] INFO: No Stack... [2020-12-07T16:18:39.879Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-07T16:18:40.478Z] INFO: Archiving Costs [Pipeline] echo [2020-12-07T16:18:40.492Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T16:18:40.790Z] ---> logs-deploy.sh [2020-12-07T16:18:40.790Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/247 [2020-12-07T16:18:40.790Z] INFO: archiving workspace using pattern(s): [2020-12-07T16:18:42.707Z] Archives upload complete. [2020-12-07T16:18:42.707Z] INFO: archiving logs to Nexus [2020-12-07T16:18:43.654Z] ---> uname -a: [2020-12-07T16:18:43.654Z] Linux prd-centos7-docker-4c-2g-14888.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] ---> lscpu: [2020-12-07T16:18:43.654Z] Architecture: x86_64 [2020-12-07T16:18:43.654Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-07T16:18:43.654Z] Byte Order: Little Endian [2020-12-07T16:18:43.654Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-07T16:18:43.654Z] CPU(s): 4 [2020-12-07T16:18:43.654Z] On-line CPU(s) list: 0-3 [2020-12-07T16:18:43.654Z] Thread(s) per core: 1 [2020-12-07T16:18:43.654Z] Core(s) per socket: 1 [2020-12-07T16:18:43.654Z] Socket(s): 4 [2020-12-07T16:18:43.654Z] NUMA node(s): 1 [2020-12-07T16:18:43.654Z] Vendor ID: GenuineIntel [2020-12-07T16:18:43.654Z] CPU family: 6 [2020-12-07T16:18:43.654Z] Model: 44 [2020-12-07T16:18:43.654Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-07T16:18:43.654Z] Stepping: 1 [2020-12-07T16:18:43.654Z] CPU MHz: 2933.442 [2020-12-07T16:18:43.654Z] BogoMIPS: 5866.88 [2020-12-07T16:18:43.654Z] Virtualization: VT-x [2020-12-07T16:18:43.654Z] Hypervisor vendor: KVM [2020-12-07T16:18:43.654Z] Virtualization type: full [2020-12-07T16:18:43.654Z] L1d cache: 128 KiB [2020-12-07T16:18:43.654Z] L1i cache: 128 KiB [2020-12-07T16:18:43.654Z] L2 cache: 16 MiB [2020-12-07T16:18:43.654Z] L3 cache: 64 MiB [2020-12-07T16:18:43.654Z] NUMA node0 CPU(s): 0-3 [2020-12-07T16:18:43.654Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-07T16:18:43.654Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-07T16:18:43.654Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-07T16:18:43.654Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-07T16:18:43.654Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-07T16:18:43.654Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-07T16:18:43.654Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-07T16:18:43.654Z] Vulnerability Srbds: Not affected [2020-12-07T16:18:43.654Z] Vulnerability Tsx async abort: Not affected [2020-12-07T16:18:43.654Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] ---> nproc: [2020-12-07T16:18:43.654Z] 4 [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] ---> df -h: [2020-12-07T16:18:43.654Z] Filesystem Size Used Available Use% Mounted on [2020-12-07T16:18:43.654Z] overlay 50.0G 14.0G 36.0G 28% / [2020-12-07T16:18:43.654Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-07T16:18:43.654Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-07T16:18:43.654Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-07T16:18:43.654Z] /dev/vda1 50.0G 14.0G 36.0G 28% /facter-os [2020-12-07T16:18:43.654Z] /dev/vda1 50.0G 14.0G 36.0G 28% /etc/resolv.conf [2020-12-07T16:18:43.654Z] /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hostname [2020-12-07T16:18:43.654Z] /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hosts [2020-12-07T16:18:43.654Z] /dev/vda1 50.0G 14.0G 36.0G 28% /run/cloud-init/result.json [2020-12-07T16:18:43.654Z] /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/sa-host [2020-12-07T16:18:43.654Z] /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/secure [2020-12-07T16:18:43.654Z] /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/auth.log [2020-12-07T16:18:43.654Z] /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/247@tmp [2020-12-07T16:18:43.654Z] /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/247 [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] ---> free -m: [2020-12-07T16:18:43.654Z] total used free shared buff/cache available [2020-12-07T16:18:43.654Z] Mem: 1837 813 120 0 903 990 [2020-12-07T16:18:43.654Z] Swap: 1023 73 950 [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] ---> ip addr: [2020-12-07T16:18:43.654Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-07T16:18:43.654Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-07T16:18:43.654Z] inet 127.0.0.1/8 scope host lo [2020-12-07T16:18:43.654Z] valid_lft forever preferred_lft forever [2020-12-07T16:18:43.654Z] inet6 ::1/128 scope host [2020-12-07T16:18:43.654Z] valid_lft forever preferred_lft forever [2020-12-07T16:18:43.654Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-07T16:18:43.654Z] link/ether fa:16:3e:ce:2f:03 brd ff:ff:ff:ff:ff:ff [2020-12-07T16:18:43.654Z] inet 10.30.122.178/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-07T16:18:43.654Z] valid_lft 85149sec preferred_lft 85149sec [2020-12-07T16:18:43.654Z] inet6 fe80::f816:3eff:fece:2f03/64 scope link [2020-12-07T16:18:43.654Z] valid_lft forever preferred_lft forever [2020-12-07T16:18:43.654Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-07T16:18:43.654Z] link/ether 02:42:cf:7f:6f:4f brd ff:ff:ff:ff:ff:ff [2020-12-07T16:18:43.654Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-07T16:18:43.654Z] valid_lft forever preferred_lft forever [2020-12-07T16:18:43.654Z] inet6 fe80::42:cfff:fe7f:6f4f/64 scope link [2020-12-07T16:18:43.654Z] valid_lft forever preferred_lft forever [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] ---> sar -b -r -n DEV: [2020-12-07T16:18:43.654Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] 15:57:40 LINUX RESTART (4 CPU) [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] 15:58:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-07T16:18:43.654Z] 15:59:01 145.11 49.24 95.87 0.00 8407.45 44509.53 0.00 [2020-12-07T16:18:43.654Z] 16:00:01 224.83 103.31 121.51 0.00 6208.02 52350.68 0.00 [2020-12-07T16:18:43.654Z] 16:01:01 292.90 125.05 167.85 0.00 5502.48 28870.81 0.00 [2020-12-07T16:18:43.654Z] 16:02:01 180.33 96.71 83.63 0.00 4277.54 9791.85 0.00 [2020-12-07T16:18:43.654Z] 16:03:02 217.00 48.60 168.40 0.00 16718.55 98359.56 0.00 [2020-12-07T16:18:43.654Z] 16:04:01 3000.00 2635.05 364.95 0.00 205393.51 215331.55 0.00 [2020-12-07T16:18:43.654Z] 16:05:03 723.12 471.66 251.46 0.00 38278.50 62296.62 0.00 [2020-12-07T16:18:43.654Z] 16:06:01 2117.69 1772.44 345.25 0.00 112279.33 138579.89 0.00 [2020-12-07T16:18:43.654Z] 16:07:01 1705.80 1362.11 343.70 0.00 81415.23 91054.41 0.00 [2020-12-07T16:18:43.654Z] 16:08:02 792.85 608.21 184.64 0.00 38301.83 41189.29 0.00 [2020-12-07T16:18:43.654Z] 16:09:01 104.91 93.46 11.45 0.00 4977.34 236.27 0.00 [2020-12-07T16:18:43.654Z] 16:10:01 0.47 0.02 0.45 0.00 0.53 6.75 0.00 [2020-12-07T16:18:43.654Z] 16:11:01 0.38 0.25 0.13 0.00 2.13 2.17 0.00 [2020-12-07T16:18:43.654Z] 16:12:01 0.30 0.02 0.28 0.00 0.53 4.45 0.00 [2020-12-07T16:18:43.654Z] 16:13:01 1.92 1.75 0.17 0.00 58.89 1.63 0.00 [2020-12-07T16:18:43.654Z] 16:14:01 6.11 5.33 0.78 0.00 724.18 32.33 0.00 [2020-12-07T16:18:43.654Z] 16:15:01 304.79 132.32 172.47 0.00 6903.33 37062.87 0.00 [2020-12-07T16:18:43.654Z] 16:16:01 121.40 20.03 101.37 0.00 1133.80 1175.21 0.00 [2020-12-07T16:18:43.654Z] 16:17:01 99.42 3.56 95.85 0.00 267.87 1163.32 0.00 [2020-12-07T16:18:43.654Z] 16:18:01 230.49 94.39 136.10 0.00 7707.59 32931.79 0.00 [2020-12-07T16:18:43.654Z] Average: 510.99 378.75 132.24 0.00 26771.80 42613.22 0.00 [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] 15:58:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-07T16:18:43.654Z] 15:59:01 76648 0 696536 37.02 2620 1105740 1329200 45.36 571720 1028700 84408 [2020-12-07T16:18:43.654Z] 16:00:01 83332 0 730900 38.85 1504 1065808 1536316 52.43 613900 944356 100108 [2020-12-07T16:18:43.654Z] 16:01:01 297440 0 751616 39.95 564 831924 1381828 47.16 598532 707876 34420 [2020-12-07T16:18:43.654Z] 16:02:01 288820 0 764820 40.65 328 827576 1579376 53.90 591636 712028 35072 [2020-12-07T16:18:43.654Z] 16:03:02 73520 0 697508 37.07 0 1110516 1260620 43.02 740944 838928 49396 [2020-12-07T16:18:43.654Z] 16:04:01 77484 0 846640 45.00 0 957420 2314148 78.98 769220 806120 26492 [2020-12-07T16:18:43.654Z] 16:05:03 64128 0 740960 39.38 0 1076456 1546028 52.76 739140 827712 87748 [2020-12-07T16:18:43.654Z] 16:06:01 77336 0 764884 40.65 0 1039324 2138176 72.97 663004 895520 82096 [2020-12-07T16:18:43.654Z] 16:07:01 469328 0 700704 37.24 0 711512 1588996 54.23 504480 661192 0 [2020-12-07T16:18:43.654Z] 16:08:02 513448 0 641764 34.11 0 726332 1391436 47.49 452004 678084 32 [2020-12-07T16:18:43.654Z] 16:09:01 393460 0 616896 32.79 0 871188 1189936 40.61 448616 801172 8 [2020-12-07T16:18:43.654Z] 16:10:01 399104 0 611248 32.49 0 871192 1160624 39.61 445912 799380 20 [2020-12-07T16:18:43.654Z] 16:11:01 399544 0 610800 32.46 0 871200 1160756 39.61 446000 799444 20 [2020-12-07T16:18:43.654Z] 16:12:01 398264 0 612088 32.53 0 871192 1160876 39.62 446572 799444 16 [2020-12-07T16:18:43.654Z] 16:13:01 397268 0 611912 32.52 0 872364 1160756 39.61 446760 799764 24 [2020-12-07T16:18:43.654Z] 16:14:01 369220 0 617660 32.83 0 894664 1165488 39.78 454416 818036 584 [2020-12-07T16:18:43.654Z] 16:15:01 229064 0 747408 39.72 0 905072 1501976 51.26 685888 678516 48 [2020-12-07T16:18:43.654Z] 16:16:01 367784 0 663264 35.25 0 850496 1272844 43.44 588720 640628 48 [2020-12-07T16:18:43.654Z] 16:17:01 416032 0 660292 35.09 0 805220 1169284 39.91 565208 616564 36 [2020-12-07T16:18:43.654Z] 16:18:01 157824 0 790488 42.01 0 933232 1362340 46.49 638184 714956 48 [2020-12-07T16:18:43.654Z] Average: 277452 0 693919 36.88 251 909921 1418550 48.41 570543 778421 25031 [2020-12-07T16:18:43.654Z] [2020-12-07T16:18:43.654Z] 15:58:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-07T16:18:43.654Z] 15:59:01 vethb3ba8de 492.61 436.06 47.78 1488.74 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 15:59:01 eth0 1330.34 1092.59 5224.41 158.51 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 15:59:01 docker0 492.61 435.94 41.04 1488.73 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:00:01 eth0 868.89 795.54 5479.22 76.24 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:00:01 docker0 422.90 386.03 31.92 1559.23 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:01:01 veth9537b41 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:01:01 eth0 161.25 129.52 506.07 80.91 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:01:01 docker0 95.88 115.43 7.47 475.61 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:02:01 veth9537b41 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:02:01 eth0 26.99 13.59 22.41 12.02 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:03:02 eth0 258.53 218.97 1703.44 87.69 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:03:02 veth71db639 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.654Z] 16:04:01 eth0 50.84 38.73 162.59 9.85 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:04:01 veth71db639 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:04:01 docker0 29.60 33.67 1.87 148.33 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:05:03 eth0 75.79 53.51 172.20 51.79 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:05:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:05:03 veth71db639 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:05:03 docker0 16.48 22.68 0.88 101.85 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:06:01 veth5bc0731 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:06:01 eth0 119.99 67.57 409.04 44.30 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:06:01 veth71db639 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:07:01 eth0 116.84 85.20 200.21 91.59 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:07:01 veth71db639 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:07:01 vethdd2ab97 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:08:02 eth0 195.61 168.72 133.05 480.20 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:08:02 docker0 1119.30 1099.15 86.88 4320.46 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:09:01 eth0 314.53 310.33 149.30 1271.31 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:10:01 eth0 0.10 0.12 0.01 0.02 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:11:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:12:01 eth0 1.02 0.40 0.32 0.21 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:14:01 eth0 3.61 2.53 4.52 1.14 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:15:01 veth88f837c 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:15:01 eth0 522.85 461.80 4287.97 122.37 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:15:01 docker0 32.82 32.36 3.19 224.28 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:16:01 veth1500e42 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:16:01 eth0 75.86 56.96 71.12 53.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:16:01 docker0 2.26 2.10 0.47 0.90 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:17:01 eth0 98.80 76.72 70.16 91.07 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:17:01 docker0 1.78 1.68 0.38 0.72 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:18:01 eth0 513.52 430.29 3447.06 112.81 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:18:01 vethece50bd 1.12 0.88 0.31 0.38 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] 16:18:01 docker0 41.46 64.75 2.46 188.04 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] Average: eth0 236.02 199.56 1100.90 136.35 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] Average: vethece50bd 0.06 0.04 0.02 0.02 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] Average: docker0 60.05 60.17 4.68 237.37 0.00 0.00 0.00 0.00 [2020-12-07T16:18:43.655Z] [2020-12-07T16:18:43.655Z] [2020-12-07T16:18:43.655Z] ---> sar -P ALL: [2020-12-07T16:18:43.655Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) [2020-12-07T16:18:43.655Z] [2020-12-07T16:18:43.655Z] 15:57:40 LINUX RESTART (4 CPU) [2020-12-07T16:18:43.655Z] [2020-12-07T16:18:43.655Z] 15:58:02 CPU %user %nice %system %iowait %steal %idle [2020-12-07T16:18:43.655Z] 15:59:01 all 16.50 0.00 8.37 5.80 0.03 69.30 [2020-12-07T16:18:43.655Z] 15:59:01 0 15.40 0.00 9.92 5.18 0.03 69.47 [2020-12-07T16:18:43.655Z] 15:59:01 1 17.50 0.00 8.02 4.39 0.05 70.03 [2020-12-07T16:18:43.655Z] 15:59:01 2 18.58 0.00 8.22 5.76 0.02 67.42 [2020-12-07T16:18:43.655Z] 15:59:01 3 14.51 0.00 7.32 7.84 0.03 70.29 [2020-12-07T16:18:43.655Z] 16:00:01 all 14.03 0.00 7.92 2.62 0.02 75.41 [2020-12-07T16:18:43.655Z] 16:00:01 0 14.41 0.00 8.75 0.99 0.02 75.83 [2020-12-07T16:18:43.655Z] 16:00:01 1 14.81 0.00 7.07 1.91 0.02 76.19 [2020-12-07T16:18:43.655Z] 16:00:01 2 15.24 0.00 7.65 2.97 0.03 74.11 [2020-12-07T16:18:43.655Z] 16:00:01 3 11.65 0.00 8.21 4.61 0.02 75.51 [2020-12-07T16:18:43.655Z] 16:01:01 all 33.25 0.00 11.45 7.65 0.04 47.61 [2020-12-07T16:18:43.655Z] 16:01:01 0 32.71 0.00 11.98 6.27 0.07 48.98 [2020-12-07T16:18:43.655Z] 16:01:01 1 36.58 0.00 11.10 6.18 0.03 46.11 [2020-12-07T16:18:43.655Z] 16:01:01 2 32.36 0.00 10.80 8.59 0.03 48.21 [2020-12-07T16:18:43.655Z] 16:01:01 3 31.36 0.00 11.94 9.55 0.03 47.12 [2020-12-07T16:18:43.655Z] 16:02:01 all 58.22 0.00 14.60 5.04 0.04 22.10 [2020-12-07T16:18:43.655Z] 16:02:01 0 57.23 0.00 14.78 5.25 0.03 22.71 [2020-12-07T16:18:43.655Z] 16:02:01 1 56.57 0.00 14.81 4.57 0.03 24.01 [2020-12-07T16:18:43.655Z] 16:02:01 2 56.92 0.00 14.73 5.78 0.05 22.51 [2020-12-07T16:18:43.655Z] 16:02:01 3 62.16 0.00 14.06 4.57 0.03 19.17 [2020-12-07T16:18:43.655Z] 16:03:02 all 24.18 0.00 14.41 7.22 0.07 54.12 [2020-12-07T16:18:43.655Z] 16:03:02 0 23.88 0.00 14.50 8.52 0.05 53.05 [2020-12-07T16:18:43.655Z] 16:03:02 1 23.24 0.00 13.84 7.72 0.07 55.14 [2020-12-07T16:18:43.655Z] 16:03:02 2 24.18 0.00 14.71 6.10 0.07 54.95 [2020-12-07T16:18:43.655Z] 16:03:02 3 25.41 0.00 14.61 6.53 0.09 53.36 [2020-12-07T16:18:43.655Z] 16:04:01 all 23.77 0.00 27.92 24.34 0.07 23.90 [2020-12-07T16:18:43.655Z] 16:04:01 0 23.33 0.00 27.23 25.25 0.05 24.13 [2020-12-07T16:18:43.655Z] 16:04:01 1 23.60 0.00 28.49 23.73 0.05 24.12 [2020-12-07T16:18:43.655Z] 16:04:01 2 25.04 0.00 28.73 25.55 0.09 20.60 [2020-12-07T16:18:43.655Z] 16:04:01 3 23.12 0.00 27.24 22.81 0.07 26.76 [2020-12-07T16:18:43.655Z] 16:05:03 all 49.95 0.00 17.00 16.73 0.05 16.28 [2020-12-07T16:18:43.655Z] 16:05:03 0 50.92 0.00 16.98 19.61 0.03 12.46 [2020-12-07T16:18:43.655Z] 16:05:03 1 49.13 0.00 17.35 16.99 0.08 16.45 [2020-12-07T16:18:43.655Z] 16:05:03 2 49.70 0.00 17.57 14.72 0.03 17.98 [2020-12-07T16:18:43.655Z] 16:05:03 3 50.03 0.00 16.12 15.52 0.03 18.30 [2020-12-07T16:18:43.655Z] 16:06:01 all 32.32 0.00 21.34 27.80 0.06 18.47 [2020-12-07T16:18:43.655Z] 16:06:01 0 32.86 0.00 22.13 27.29 0.07 17.65 [2020-12-07T16:18:43.655Z] 16:06:01 1 32.49 0.00 20.82 26.20 0.05 20.44 [2020-12-07T16:18:43.655Z] 16:06:01 2 33.37 0.00 21.78 28.89 0.05 15.90 [2020-12-07T16:18:43.655Z] 16:06:01 3 30.58 0.00 20.64 28.84 0.07 19.88 [2020-12-07T16:18:43.655Z] 16:07:01 all 34.03 0.00 19.24 28.34 0.09 18.30 [2020-12-07T16:18:43.655Z] 16:07:01 0 34.33 0.00 19.31 26.46 0.07 19.83 [2020-12-07T16:18:43.655Z] 16:07:01 1 33.58 0.00 19.01 29.25 0.11 18.06 [2020-12-07T16:18:43.655Z] 16:07:01 2 34.82 0.00 19.91 29.23 0.10 15.94 [2020-12-07T16:18:43.655Z] 16:07:01 3 33.40 0.00 18.74 28.42 0.09 19.35 [2020-12-07T16:18:43.655Z] 16:08:02 all 17.62 0.00 11.58 10.69 0.08 60.04 [2020-12-07T16:18:43.655Z] 16:08:02 0 17.72 0.00 11.48 12.10 0.10 58.60 [2020-12-07T16:18:43.655Z] 16:08:02 1 17.65 0.00 11.07 10.38 0.07 60.83 [2020-12-07T16:18:43.655Z] 16:08:02 2 17.84 0.00 11.54 9.47 0.05 61.10 [2020-12-07T16:18:43.655Z] 16:08:02 3 17.28 0.00 12.23 10.79 0.09 59.62 [2020-12-07T16:18:43.655Z] 16:09:01 all 7.32 0.00 2.88 2.39 0.07 87.34 [2020-12-07T16:18:43.655Z] 16:09:01 0 7.30 0.00 3.22 2.30 0.07 87.12 [2020-12-07T16:18:43.655Z] 16:09:01 1 6.98 0.00 2.77 2.16 0.07 88.02 [2020-12-07T16:18:43.655Z] 16:09:01 2 7.35 0.00 2.76 2.98 0.09 86.83 [2020-12-07T16:18:43.655Z] 16:09:01 3 7.64 0.00 2.76 2.13 0.07 87.40 [2020-12-07T16:18:43.655Z] [2020-12-07T16:18:43.655Z] 16:09:01 CPU %user %nice %system %iowait %steal %idle [2020-12-07T16:18:43.655Z] 16:10:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-12-07T16:18:43.655Z] 16:10:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-07T16:18:43.655Z] 16:10:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-12-07T16:18:43.655Z] 16:10:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-07T16:18:43.655Z] 16:10:01 3 0.08 0.00 0.07 0.00 0.00 99.85 [2020-12-07T16:18:43.655Z] 16:11:01 all 0.25 0.00 0.03 0.01 0.00 99.71 [2020-12-07T16:18:43.655Z] 16:11:01 0 0.13 0.00 0.03 0.02 0.00 99.82 [2020-12-07T16:18:43.655Z] 16:11:01 1 0.57 0.00 0.03 0.00 0.00 99.40 [2020-12-07T16:18:43.655Z] 16:11:01 2 0.23 0.00 0.03 0.02 0.00 99.72 [2020-12-07T16:18:43.655Z] 16:11:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-07T16:18:43.655Z] 16:12:01 all 0.07 0.00 0.04 0.00 0.00 99.89 [2020-12-07T16:18:43.655Z] 16:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-07T16:18:43.655Z] 16:12:01 1 0.20 0.00 0.10 0.00 0.00 99.70 [2020-12-07T16:18:43.655Z] 16:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-07T16:18:43.655Z] 16:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-07T16:18:43.655Z] 16:13:01 all 0.05 0.00 0.08 0.02 0.00 99.85 [2020-12-07T16:18:43.655Z] 16:13:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2020-12-07T16:18:43.655Z] 16:13:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2020-12-07T16:18:43.655Z] 16:13:01 2 0.03 0.00 0.12 0.08 0.00 99.77 [2020-12-07T16:18:43.655Z] 16:13:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-07T16:18:43.655Z] 16:14:01 all 0.36 0.00 0.24 0.14 0.00 99.26 [2020-12-07T16:18:43.655Z] 16:14:01 0 0.50 0.00 0.33 0.32 0.00 98.85 [2020-12-07T16:18:43.655Z] 16:14:01 1 0.52 0.00 0.28 0.20 0.00 99.00 [2020-12-07T16:18:43.655Z] 16:14:01 2 0.12 0.00 0.12 0.00 0.00 99.77 [2020-12-07T16:18:43.655Z] 16:14:01 3 0.30 0.00 0.23 0.05 0.00 99.42 [2020-12-07T16:18:43.655Z] 16:15:01 all 12.90 0.00 9.78 7.51 0.03 69.78 [2020-12-07T16:18:43.656Z] 16:15:01 0 12.85 0.00 9.43 5.86 0.02 71.83 [2020-12-07T16:18:43.656Z] 16:15:01 1 12.13 0.00 9.78 9.11 0.03 68.95 [2020-12-07T16:18:43.656Z] 16:15:01 2 13.24 0.00 9.73 5.87 0.03 71.14 [2020-12-07T16:18:43.656Z] 16:15:01 3 13.39 0.00 10.17 9.20 0.03 67.20 [2020-12-07T16:18:43.656Z] 16:16:01 all 8.50 0.00 7.96 3.23 0.03 80.28 [2020-12-07T16:18:43.656Z] 16:16:01 0 7.66 0.00 7.42 3.34 0.02 81.56 [2020-12-07T16:18:43.656Z] 16:16:01 1 9.36 0.00 8.78 3.95 0.03 77.89 [2020-12-07T16:18:43.656Z] 16:16:01 2 7.21 0.00 7.26 2.38 0.03 83.12 [2020-12-07T16:18:43.656Z] 16:16:01 3 9.79 0.00 8.37 3.25 0.03 78.55 [2020-12-07T16:18:43.656Z] 16:17:01 all 7.88 0.00 7.02 2.97 0.03 82.10 [2020-12-07T16:18:43.656Z] 16:17:01 0 7.18 0.00 6.76 3.35 0.02 82.69 [2020-12-07T16:18:43.656Z] 16:17:01 1 8.14 0.00 7.80 2.37 0.03 81.66 [2020-12-07T16:18:43.656Z] 16:17:01 2 8.17 0.00 7.13 2.67 0.02 82.02 [2020-12-07T16:18:43.656Z] 16:17:01 3 8.04 0.00 6.40 3.48 0.03 82.04 [2020-12-07T16:18:43.656Z] 16:18:01 all 11.62 0.00 9.51 4.00 0.03 74.84 [2020-12-07T16:18:43.656Z] 16:18:01 0 9.44 0.00 8.53 3.10 0.03 78.89 [2020-12-07T16:18:43.656Z] 16:18:01 1 12.67 0.00 9.20 4.16 0.02 73.96 [2020-12-07T16:18:43.656Z] 16:18:01 2 11.51 0.00 10.18 5.25 0.05 73.01 [2020-12-07T16:18:43.656Z] 16:18:01 3 12.87 0.00 10.13 3.49 0.03 73.48 [2020-12-07T16:18:43.656Z] Average: all 17.45 0.00 9.43 7.67 0.04 65.42 [2020-12-07T16:18:43.656Z] Average: 0 17.24 0.00 9.52 7.63 0.03 65.57 [2020-12-07T16:18:43.656Z] Average: 1 17.62 0.00 9.38 7.51 0.04 65.45 [2020-12-07T16:18:43.656Z] Average: 2 17.55 0.00 9.50 7.64 0.04 65.27 [2020-12-07T16:18:43.656Z] Average: 3 17.38 0.00 9.32 7.88 0.04 65.39 [2020-12-07T16:18:43.656Z] [2020-12-07T16:18:43.656Z] [2020-12-07T16:18:43.656Z]