Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f6f1810f8e72a9609a8084418fbab33b05fccf6b 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18629 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/278 [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/278 # 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 > 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 Checking out Revision f6f1810f8e72a9609a8084418fbab33b05fccf6b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f6f1810f8e72a9609a8084418fbab33b05fccf6b # timeout=10 Commit message: "Merge pull request #2982 from hahattan/v2-pw-api" > git rev-list --no-walk 2d44ac80c31bebaf6982c3b2fc77103a37445d49 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-06T04:14:43.725Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-06T04:14:43.978Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-06T04:14:44.089Z] ========================================================= [2021-01-06T04:14:44.089Z] EdgeX Global Pipelines Version Info [2021-01-06T04:14:44.089Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:14:45.647Z] ------------------- [2021-01-06T04:14:45.647Z] stable info: [2021-01-06T04:14:45.647Z] ------------------- [2021-01-06T04:14:45.647Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-06T04:14:45.647Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-06T04:14:45.647Z] Message: update stable to v1.0.173 [2021-01-06T04:14:46.600Z] ------------------- [2021-01-06T04:14:46.600Z] experimental info: [2021-01-06T04:14:46.600Z] ------------------- [2021-01-06T04:14:46.600Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-06T04:14:46.600Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-06T04:14:46.600Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-06T04:14:46.866Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-06T04:14:46.964Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-06T04:14:47.057Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-06T04:14:47.145Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-06T04:14:47.248Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-06T04:14:47.348Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-06T04:14:47.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-06T04:14:47.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-06T04:14:47.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-06T04:14:47.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-06T04:14:47.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-06T04:14:47.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-06T04:14:48.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-06T04:14:48.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-06T04:14:48.343Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-06T04:14:48.443Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-06T04:14:48.543Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-06T04:14:48.630Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-06T04:14:48.720Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-06T04:14:48.806Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-06T04:14:48.934Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-06T04:14:49.021Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-06T04:14:49.111Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-06T04:14:49.212Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-06T04:14:49.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-06T04:14:49.383Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-06T04:14:49.472Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] echo [2021-01-06T04:14:49.565Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6f1810 [Pipeline] echo [2021-01-06T04:14:49.658Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-06T04:14:49.823Z] provisioning config files... [2021-01-06T04:14:49.855Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/278@tmp/config1432856893961295562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:14:50.230Z] ---> docker-login.sh [2021-01-06T04:14:50.230Z] nexus3.edgexfoundry.org:10001 [2021-01-06T04:14:50.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:14:50.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:14:50.755Z] Configure a credential helper to remove this warning. See [2021-01-06T04:14:50.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:14:50.755Z] [2021-01-06T04:14:50.755Z] Login Succeeded [2021-01-06T04:14:50.755Z] nexus3.edgexfoundry.org:10002 [2021-01-06T04:14:50.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:14:50.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:14:50.755Z] Configure a credential helper to remove this warning. See [2021-01-06T04:14:50.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:14:50.755Z] [2021-01-06T04:14:50.755Z] Login Succeeded [2021-01-06T04:14:50.755Z] nexus3.edgexfoundry.org:10003 [2021-01-06T04:14:51.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:14:51.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:14:51.017Z] Configure a credential helper to remove this warning. See [2021-01-06T04:14:51.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:14:51.017Z] [2021-01-06T04:14:51.017Z] Login Succeeded [2021-01-06T04:14:51.017Z] nexus3.edgexfoundry.org:10004 [2021-01-06T04:14:51.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:14:51.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:14:51.279Z] Configure a credential helper to remove this warning. See [2021-01-06T04:14:51.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:14:51.279Z] [2021-01-06T04:14:51.279Z] Login Succeeded [2021-01-06T04:14:51.279Z] docker.io [2021-01-06T04:14:51.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:14:51.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:14:51.543Z] Configure a credential helper to remove this warning. See [2021-01-06T04:14:51.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:14:51.543Z] [2021-01-06T04:14:51.543Z] Login Succeeded [2021-01-06T04:14:51.543Z] ---> docker-login.sh ends [Pipeline] } [2021-01-06T04:14:51.554Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-06T04:14:52.295Z] ++ 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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-06T04:14:52.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T04:14:52.295Z] ++ dirname cmd/core-command/Dockerfile [2021-01-06T04:14:52.295Z] ++ cut -d/ -f2 [2021-01-06T04:14:52.295Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-06T04:14:52.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T04:14:52.295Z] ++ dirname cmd/core-data/Dockerfile [2021-01-06T04:14:52.295Z] ++ cut -d/ -f2 [2021-01-06T04:14:52.295Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-06T04:14:52.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T04:14:52.295Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-06T04:14:52.295Z] ++ cut -d/ -f2 [2021-01-06T04:14:52.295Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-06T04:14:52.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T04:14:52.295Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-06T04:14:52.295Z] ++ cut -d/ -f2 [2021-01-06T04:14:52.295Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-06T04:14:52.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T04:14:52.295Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-06T04:14:52.295Z] ++ cut -d/ -f2 [2021-01-06T04:14:52.295Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-06T04:14:52.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T04:14:52.295Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-06T04:14:52.295Z] ++ cut -d/ -f2 [2021-01-06T04:14:52.295Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-06T04:14:52.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T04:14:52.295Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-06T04:14:52.295Z] ++ cut -d/ -f2 [2021-01-06T04:14:52.295Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-06T04:14:52.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T04:14:52.295Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-06T04:14:52.295Z] ++ cut -d/ -f2 [2021-01-06T04:14:52.295Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-06T04:14:52.295Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T04:14:52.295Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-06T04:14:52.295Z] ++ cut -d/ -f2 [2021-01-06T04:14:52.295Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-06T04:14:52.384Z] 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-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 [2021-01-06T04:14:53.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-06T04:14:53.416Z] [2021-01-06T04:14:53.416Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:14:53.769Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-06T04:14:53.770Z] latest: Pulling from edgex-devops/git-semver [2021-01-06T04:14:53.770Z] 31603596830f: Pulling fs layer [2021-01-06T04:14:53.770Z] 2a8b12db71e7: Pulling fs layer [2021-01-06T04:14:53.770Z] 6ca5941a6612: Pulling fs layer [2021-01-06T04:14:53.770Z] ecc8261a40a4: Pulling fs layer [2021-01-06T04:14:53.770Z] ecc8261a40a4: Waiting [2021-01-06T04:14:53.770Z] 2a8b12db71e7: Verifying Checksum [2021-01-06T04:14:53.770Z] 2a8b12db71e7: Download complete [2021-01-06T04:14:54.348Z] 31603596830f: Verifying Checksum [2021-01-06T04:14:54.348Z] 31603596830f: Download complete [2021-01-06T04:14:54.618Z] ecc8261a40a4: Verifying Checksum [2021-01-06T04:14:54.618Z] ecc8261a40a4: Download complete [2021-01-06T04:14:54.618Z] 31603596830f: Pull complete [2021-01-06T04:14:54.885Z] 2a8b12db71e7: Pull complete [2021-01-06T04:14:54.885Z] 6ca5941a6612: Verifying Checksum [2021-01-06T04:14:54.885Z] 6ca5941a6612: Download complete [2021-01-06T04:14:55.837Z] 6ca5941a6612: Pull complete [2021-01-06T04:14:55.837Z] ecc8261a40a4: Pull complete [2021-01-06T04:14:55.837Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-06T04:14:55.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-06T04:14:55.837Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-06T04:14:55.954Z] prd-centos7-docker-4c-2g-18629 does not seem to be running inside a container [2021-01-06T04:14:56.026Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/278 -v /w/workspace/edgex-go/278:/w/workspace/edgex-go/278:rw,z -v /w/workspace/edgex-go/278@tmp:/w/workspace/edgex-go/278@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 [2021-01-06T04:14:58.630Z] $ docker top ef2ac118a5af6614494e2a0d384a6affef8cf11c64fb80a28a4e6f4cf7c7bf84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-06T04:14:58.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-06T04:14:58.987Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-06T04:14:59.192Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-06T04:14:59.196Z] $ docker exec ef2ac118a5af6614494e2a0d384a6affef8cf11c64fb80a28a4e6f4cf7c7bf84 ssh-agent [2021-01-06T04:14:59.378Z] SSH_AUTH_SOCK=/tmp/ssh-H8SYe3Hy2cY4/agent.11 [2021-01-06T04:14:59.378Z] SSH_AGENT_PID=17 [2021-01-06T04:14:59.391Z] Running ssh-add (command line suppressed) [2021-01-06T04:14:59.509Z] Identity added: /w/workspace/edgex-go/278@tmp/private_key_7340030756940530281.key (/w/workspace/edgex-go/278@tmp/private_key_7340030756940530281.key) [2021-01-06T04:14:59.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-06T04:14:59.913Z] + git tag --points-at HEAD [Pipeline] } [2021-01-06T04:14:59.939Z] $ docker exec --env ******** --env ******** ef2ac118a5af6614494e2a0d384a6affef8cf11c64fb80a28a4e6f4cf7c7bf84 ssh-agent -k [2021-01-06T04:15:00.049Z] unset SSH_AUTH_SOCK; [2021-01-06T04:15:00.049Z] unset SSH_AGENT_PID; [2021-01-06T04:15:00.049Z] echo Agent pid 17 killed; [2021-01-06T04:15:00.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-06T04:15:00.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-06T04:15:00.264Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-06T04:15:00.429Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-06T04:15:00.432Z] $ docker exec ef2ac118a5af6614494e2a0d384a6affef8cf11c64fb80a28a4e6f4cf7c7bf84 ssh-agent [2021-01-06T04:15:00.593Z] SSH_AUTH_SOCK=/tmp/ssh-nM8XierbSDmx/agent.46 [2021-01-06T04:15:00.593Z] SSH_AGENT_PID=52 [2021-01-06T04:15:00.600Z] Running ssh-add (command line suppressed) [2021-01-06T04:15:00.717Z] Identity added: /w/workspace/edgex-go/278@tmp/private_key_2807552370906045224.key (/w/workspace/edgex-go/278@tmp/private_key_2807552370906045224.key) [2021-01-06T04:15:00.770Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-06T04:15:01.162Z] + git semver init [2021-01-06T04:15:01.162Z] # -> Open(): unable to determine branch for HEAD [2021-01-06T04:15:01.162Z] # $GIT_DIR = /w/workspace/edgex-go/278/.git [2021-01-06T04:15:01.162Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/278 [2021-01-06T04:15:01.162Z] # $SEMVER_REMOTE_NAME = origin [2021-01-06T04:15:01.162Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-06T04:15:01.162Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-06T04:15:01.162Z] # $SEMVER_BRANCH = master [2021-01-06T04:15:01.162Z] # $SEMVER_TEMP = /tmp/semver-121291140 [2021-01-06T04:15:01.162Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-06T04:15:27.957Z] # '/tmp/semver-121291140' -> '/w/workspace/edgex-go/278/.semver' [2021-01-06T04:15:27.957Z] # -> Force: false [2021-01-06T04:15:27.957Z] # $SEMVER_DIR = /w/workspace/edgex-go/278/.semver [Pipeline] } [2021-01-06T04:15:27.972Z] $ docker exec --env ******** --env ******** ef2ac118a5af6614494e2a0d384a6affef8cf11c64fb80a28a4e6f4cf7c7bf84 ssh-agent -k [2021-01-06T04:15:28.209Z] unset SSH_AUTH_SOCK; [2021-01-06T04:15:28.209Z] unset SSH_AGENT_PID; [2021-01-06T04:15:28.209Z] echo Agent pid 52 killed; [2021-01-06T04:15:28.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-06T04:15:28.758Z] + git semver [Pipeline] } [2021-01-06T04:15:28.776Z] $ docker stop --time=1 ef2ac118a5af6614494e2a0d384a6affef8cf11c64fb80a28a4e6f4cf7c7bf84 [2021-01-06T04:15:30.452Z] $ docker rm -f ef2ac118a5af6614494e2a0d384a6affef8cf11c64fb80a28a4e6f4cf7c7bf84 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-06T04:15:31.048Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-06T04:15:31.580Z] Stashed 1 file(s) [Pipeline] echo [2021-01-06T04:15:31.583Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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 [2021-01-06T04:15:32.486Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-06T04:15:32.806Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-06T04:15:33.130Z] + sudo service docker restart [2021-01-06T04:15:33.130Z] + true [2021-01-06T04:15:33.130Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-06T04:15:33.745Z] ========================================================= [2021-01-06T04:15:33.745Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-06T04:15:33.745Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:15:34.136Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-06T04:15:38.379Z] Sending build context to Docker daemon 326.4MB [2021-01-06T04:15:38.379Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-06T04:15:38.379Z] Step 2/6 : FROM ${BASE} [2021-01-06T04:15:38.379Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-06T04:15:38.379Z] 188c0c94c7c5: Pulling fs layer [2021-01-06T04:15:38.379Z] 0ef7d3d256c8: Pulling fs layer [2021-01-06T04:15:38.379Z] de9db76c5a1d: Pulling fs layer [2021-01-06T04:15:38.379Z] bca2f99d35d6: Pulling fs layer [2021-01-06T04:15:38.379Z] 93359f2a8cfa: Pulling fs layer [2021-01-06T04:15:38.379Z] 7c6f9722023f: Pulling fs layer [2021-01-06T04:15:38.379Z] a35cf1a2eb13: Pulling fs layer [2021-01-06T04:15:38.379Z] 93359f2a8cfa: Waiting [2021-01-06T04:15:38.379Z] 7c6f9722023f: Waiting [2021-01-06T04:15:38.379Z] bca2f99d35d6: Waiting [2021-01-06T04:15:38.379Z] a35cf1a2eb13: Waiting [2021-01-06T04:15:38.379Z] de9db76c5a1d: Download complete [2021-01-06T04:15:38.379Z] 0ef7d3d256c8: Verifying Checksum [2021-01-06T04:15:38.379Z] 0ef7d3d256c8: Download complete [2021-01-06T04:15:38.379Z] 93359f2a8cfa: Verifying Checksum [2021-01-06T04:15:38.379Z] 93359f2a8cfa: Download complete [2021-01-06T04:15:38.379Z] 188c0c94c7c5: Verifying Checksum [2021-01-06T04:15:38.379Z] 188c0c94c7c5: Download complete [2021-01-06T04:15:38.961Z] 188c0c94c7c5: Pull complete [2021-01-06T04:15:39.545Z] 0ef7d3d256c8: Pull complete [2021-01-06T04:15:39.545Z] de9db76c5a1d: Pull complete [2021-01-06T04:15:40.948Z] a35cf1a2eb13: Verifying Checksum [2021-01-06T04:15:40.948Z] a35cf1a2eb13: Download complete [2021-01-06T04:15:41.903Z] bca2f99d35d6: Verifying Checksum [2021-01-06T04:15:41.903Z] bca2f99d35d6: Download complete [2021-01-06T04:15:46.977Z] Still waiting to schedule task [2021-01-06T04:15:46.977Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-06T04:15:47.260Z] bca2f99d35d6: Pull complete [2021-01-06T04:15:47.261Z] 93359f2a8cfa: Pull complete [2021-01-06T04:15:47.261Z] 7c6f9722023f: Pull complete [2021-01-06T04:15:52.576Z] a35cf1a2eb13: Pull complete [2021-01-06T04:15:52.576Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-06T04:15:52.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-06T04:15:52.576Z] ---> a62c8e92a672 [2021-01-06T04:15:52.576Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-06T04:15:52.576Z] ---> Running in 71aa25ba8c42 [2021-01-06T04:15:52.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:15:53.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:15:55.362Z] (1/12) Installing libmagic (5.38-r0) [2021-01-06T04:15:55.936Z] (2/12) Installing file (5.38-r0) [2021-01-06T04:15:55.936Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-06T04:15:55.936Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-06T04:16:10.864Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-06T04:16:10.864Z] (6/12) Installing patch (2.7.6-r6) [2021-01-06T04:16:10.864Z] (7/12) Installing build-base (0.5-r2) [2021-01-06T04:16:11.126Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-06T04:16:11.393Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-06T04:16:11.393Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-06T04:16:11.393Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-06T04:16:11.656Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-06T04:16:11.919Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:16:11.919Z] OK: 233 MiB in 51 packages [2021-01-06T04:16:15.241Z] Removing intermediate container 71aa25ba8c42 [2021-01-06T04:16:15.241Z] ---> 77cea9b09796 [2021-01-06T04:16:15.241Z] Step 4/6 : WORKDIR /edgex-go [2021-01-06T04:16:15.241Z] ---> Running in 459110ee076e [2021-01-06T04:16:15.504Z] Removing intermediate container 459110ee076e [2021-01-06T04:16:15.504Z] ---> 5fa2d62ade70 [2021-01-06T04:16:15.504Z] Step 5/6 : COPY go.mod . [2021-01-06T04:16:15.777Z] ---> 4c4d3617edd9 [2021-01-06T04:16:15.777Z] Step 6/6 : RUN go mod download [2021-01-06T04:16:15.777Z] ---> Running in 21c37ac7e413 [2021-01-06T04:16:37.805Z] Removing intermediate container 21c37ac7e413 [2021-01-06T04:16:37.805Z] ---> 326f963136f9 [2021-01-06T04:16:37.805Z] Successfully built 326f963136f9 [2021-01-06T04:16:37.805Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:16:38.129Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-06T04:16:38.129Z] . [Pipeline] withDockerContainer [2021-01-06T04:16:38.231Z] prd-centos7-docker-4c-2g-18629 does not seem to be running inside a container [2021-01-06T04:16:38.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/278 -v /w/workspace/edgex-go/278:/w/workspace/edgex-go/278:rw,z -v /w/workspace/edgex-go/278@tmp:/w/workspace/edgex-go/278@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 ******** ci-base-image-x86_64 cat [2021-01-06T04:16:39.761Z] $ docker top 9a757b7d35197d888cc2970f1f19cb3c78f2e560353fab8d03984f154e310e79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T04:16:40.246Z] + go version [2021-01-06T04:16:40.246Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-06T04:16:40.262Z] $ docker stop --time=1 9a757b7d35197d888cc2970f1f19cb3c78f2e560353fab8d03984f154e310e79 [2021-01-06T04:16:41.628Z] $ docker rm -f 9a757b7d35197d888cc2970f1f19cb3c78f2e560353fab8d03984f154e310e79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:16:42.485Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-06T04:16:42.485Z] . [Pipeline] withDockerContainer [2021-01-06T04:16:42.589Z] prd-centos7-docker-4c-2g-18629 does not seem to be running inside a container [2021-01-06T04:16:42.636Z] $ 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/278 -v /w/workspace/edgex-go/278:/w/workspace/edgex-go/278:rw,z -v /w/workspace/edgex-go/278@tmp:/w/workspace/edgex-go/278@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 ******** ci-base-image-x86_64 cat [2021-01-06T04:16:43.222Z] $ docker top b0eec97eaf33a6ef58f659acb64b89d7b343adc2ef19d5967b189cedb164972d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-06T04:16:43.412Z] ========================================================= [2021-01-06T04:16:43.412Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-06T04:16:43.412Z] ========================================================= [Pipeline] sh [2021-01-06T04:16:43.705Z] + make test [2021-01-06T04:16:43.705Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-06T04:16:51.881Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-06T04:17:07.032Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-06T04:17:12.880Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-06T04:17:12.881Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-06T04:17:12.881Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-06T04:17:12.881Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-06T04:17:13.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-06T04:17:13.441Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-06T04:17:13.709Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-06T04:17:14.294Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-06T04:17:14.886Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-06T04:17:17.481Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-06T04:17:17.481Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-06T04:17:17.481Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-06T04:17:18.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 46.6% of statements [2021-01-06T04:17:18.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-06T04:17:18.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-06T04:17:18.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-06T04:17:18.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-06T04:17:18.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-06T04:17:23.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.143s coverage: 27.0% of statements [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-06T04:17:23.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-06T04:17:23.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-06T04:17:23.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.441s coverage: 77.8% of statements [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-06T04:17:23.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.114s coverage: 82.4% of statements [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-06T04:17:23.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-06T04:17:25.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.420s coverage: 28.6% of statements [2021-01-06T04:17:25.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-06T04:17:25.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-06T04:17:25.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-06T04:17:25.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-06T04:17:25.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-06T04:17:25.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-01-06T04:17:25.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-06T04:17:25.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-01-06T04:17:25.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-06T04:17:25.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.129s coverage: 86.7% of statements [2021-01-06T04:17:25.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-06T04:17:25.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-01-06T04:17:25.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-06T04:17:25.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-01-06T04:17:25.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-06T04:17:25.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-06T04:17:25.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-06T04:17:25.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-06T04:17:27.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.348s coverage: 93.8% of statements [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-06T04:17:27.416Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-06T04:17:27.416Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.047s coverage: 0.1% of statements [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-06T04:17:27.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-06T04:17:27.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements [2021-01-06T04:17:27.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-06T04:17:27.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements [2021-01-06T04:17:27.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2021-01-06T04:17:27.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.080s coverage: 84.2% of statements [2021-01-06T04:17:28.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.095s coverage: 91.4% of statements [2021-01-06T04:17:28.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-06T04:17:29.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 63.5% of statements [2021-01-06T04:17:29.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-06T04:17:29.134Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-06T04:17:29.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-01-06T04:17:29.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-01-06T04:17:29.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-01-06T04:17:29.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-06T04:17:29.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-01-06T04:17:31.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.433s coverage: 55.9% of statements [2021-01-06T04:17:31.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-06T04:17:31.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-06T04:17:31.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-06T04:17:31.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-06T04:17:31.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-06T04:17:31.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.122s coverage: 37.0% of statements [2021-01-06T04:17:31.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-06T04:17:31.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-06T04:17:31.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.312s coverage: 84.0% of statements [2021-01-06T04:17:31.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2021-01-06T04:17:33.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements [2021-01-06T04:17:33.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-06T04:17:33.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-06T04:17:33.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-06T04:17:33.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-06T04:17:33.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-06T04:17:33.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-01-06T04:17:33.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-06T04:17:33.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2021-01-06T04:17:33.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-06T04:17:34.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.738s coverage: 29.1% of statements [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-06T04:17:34.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-06T04:17:34.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-06T04:17:34.492Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-06T04:17:34.492Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-06T04:17:34.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-06T04:17:34.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-01-06T04:17:34.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-06T04:17:34.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-06T04:17:34.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements [2021-01-06T04:17:35.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-06T04:17:35.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-06T04:17:35.541Z] GO111MODULE=on go vet ./... [2021-01-06T04:17:40.924Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18630 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-06T04:17:40.983Z] Running in /w/workspace/edgex-go/278 [Pipeline] { [Pipeline] checkout [2021-01-06T04:17:46.315Z] using credential edgex-jenkins-ssh [2021-01-06T04:17:46.372Z] Cloning the remote Git repository [2021-01-06T04:17:46.431Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-06T04:17:46.541Z] > git init /w/workspace/edgex-go/278 # timeout=10 [2021-01-06T04:17:46.629Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-06T04:17:46.630Z] > git --version # timeout=10 [2021-01-06T04:17:46.652Z] > git --version # 'git version 2.17.1' [2021-01-06T04:17:46.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-06T04:17:46.700Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-06T04:17:57.656Z] gofmt -l . [2021-01-06T04:17:57.656Z] [ "`gofmt -l .`" = "" ] [2021-01-06T04:17:58.230Z] ./bin/test-go-mod-tidy.sh [2021-01-06T04:17:58.818Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-06T04:18:01.049Z] + ls -al . [2021-01-06T04:18:01.049Z] total 640 [2021-01-06T04:18:01.049Z] drwxrwxr-x 10 1001 1001 4096 Jan 6 04:18 . [2021-01-06T04:18:01.049Z] drwxr-xr-x 4 root root 32 Jan 6 04:16 .. [2021-01-06T04:18:01.049Z] -rw-rw-r-- 1 1001 1001 11 Jan 6 04:14 .dockerignore [2021-01-06T04:18:01.049Z] drwxrwxr-x 8 1001 1001 162 Jan 6 04:14 .git [2021-01-06T04:18:01.050Z] drwxrwxr-x 3 1001 1001 125 Jan 6 04:14 .github [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 824 Jan 6 04:14 .gitignore [2021-01-06T04:18:01.050Z] drwx------ 3 1001 1001 32 Jan 6 04:15 .semver [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 166 Jan 6 04:14 .sonarcloud.properties [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 3804 Jan 6 04:14 CONTRIBUTING.md [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 931 Jan 6 04:14 Dockerfile.build [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 863 Jan 6 04:14 Jenkinsfile [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 10775 Jan 6 04:14 LICENSE [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 5750 Jan 6 04:14 Makefile [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 6511 Jan 6 04:14 README.md [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 6744 Jan 6 04:14 SECURITY.md [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 12 Jan 6 04:15 VERSION [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 4131 Jan 6 04:14 ZMQWindows.md [2021-01-06T04:18:01.050Z] drwxrwxr-x 2 1001 1001 117 Jan 6 04:14 bin [2021-01-06T04:18:01.050Z] drwxrwxr-x 14 1001 1001 4096 Jan 6 04:14 cmd [2021-01-06T04:18:01.050Z] -rw-r--r-- 1 root root 541590 Jan 6 04:17 coverage.out [2021-01-06T04:18:01.050Z] -rw-r--r-- 1 root root 979 Jan 6 04:17 go.mod [2021-01-06T04:18:01.050Z] -rw-r--r-- 1 root root 19019 Jan 6 04:17 go.sum [2021-01-06T04:18:01.050Z] drwxrwxr-x 8 1001 1001 127 Jan 6 04:14 internal [2021-01-06T04:18:01.050Z] drwxrwxr-x 4 1001 1001 26 Jan 6 04:14 openapi [2021-01-06T04:18:01.050Z] drwxrwxr-x 4 1001 1001 71 Jan 6 04:14 snap [2021-01-06T04:18:01.050Z] -rw-rw-r-- 1 1001 1001 168 Jan 6 04:14 version.go [Pipeline] sh [2021-01-06T04:18:01.349Z] + '[' -e coverage.out ] [2021-01-06T04:18:01.349Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-06T04:18:01.581Z] Stashed 1 file(s) [Pipeline] sh [2021-01-06T04:18:01.878Z] + make build [2021-01-06T04:18:01.878Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-06T04:18:01.948Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-06T04:18:01.969Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-06T04:18:01.998Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-06T04:18:02.039Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-06T04:18:02.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-06T04:18:02.054Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-06T04:18:03.478Z] Checking out Revision f6f1810f8e72a9609a8084418fbab33b05fccf6b (master) [2021-01-06T04:18:05.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-06T04:18:03.497Z] > git config core.sparsecheckout # timeout=10 [2021-01-06T04:18:03.522Z] > git checkout -f f6f1810f8e72a9609a8084418fbab33b05fccf6b # timeout=10 [2021-01-06T04:18:08.201Z] Commit message: "Merge pull request #2982 from hahattan/v2-pw-api" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-06T04:18:10.025Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-06T04:18:10.428Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-06T04:18:10.772Z] + sudo service docker restart [2021-01-06T04:18:10.773Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-06T04:18:12.859Z] provisioning config files... [2021-01-06T04:18:12.928Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/278@tmp/config408114193674650808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:18:13.406Z] ---> docker-login.sh [2021-01-06T04:18:13.406Z] nexus3.edgexfoundry.org:10001 [2021-01-06T04:18:13.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-06T04:18:14.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-06T04:18:14.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:18:14.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:18:14.666Z] Configure a credential helper to remove this warning. See [2021-01-06T04:18:14.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:18:14.666Z] [2021-01-06T04:18:14.666Z] Login Succeeded [2021-01-06T04:18:14.666Z] nexus3.edgexfoundry.org:10002 [2021-01-06T04:18:14.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:18:15.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:18:15.217Z] Configure a credential helper to remove this warning. See [2021-01-06T04:18:15.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:18:15.217Z] [2021-01-06T04:18:15.217Z] Login Succeeded [2021-01-06T04:18:15.217Z] nexus3.edgexfoundry.org:10003 [2021-01-06T04:18:15.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-06T04:18:15.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-06T04:18:15.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:18:15.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:18:15.765Z] Configure a credential helper to remove this warning. See [2021-01-06T04:18:15.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:18:15.765Z] [2021-01-06T04:18:15.765Z] Login Succeeded [2021-01-06T04:18:15.765Z] nexus3.edgexfoundry.org:10004 [2021-01-06T04:18:16.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:18:16.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:18:16.321Z] Configure a credential helper to remove this warning. See [2021-01-06T04:18:16.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:18:16.321Z] [2021-01-06T04:18:16.321Z] Login Succeeded [2021-01-06T04:18:16.321Z] docker.io [2021-01-06T04:18:16.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:18:16.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-06T04:18:16.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:18:16.867Z] Configure a credential helper to remove this warning. See [2021-01-06T04:18:16.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:18:16.867Z] [2021-01-06T04:18:16.867Z] Login Succeeded [2021-01-06T04:18:16.867Z] ---> docker-login.sh ends [Pipeline] } [2021-01-06T04:18:16.884Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-06T04:18:17.309Z] ========================================================= [2021-01-06T04:18:17.309Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-06T04:18:17.309Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:18:17.698Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-06T04:18:18.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-06T04:18:19.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-06T04:18:20.330Z] Sending build context to Docker daemon 165.5MB [2021-01-06T04:18:20.331Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-06T04:18:20.331Z] Step 2/6 : FROM ${BASE} [2021-01-06T04:18:20.331Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-06T04:18:20.331Z] 5f621e34cdf4: Pulling fs layer [2021-01-06T04:18:20.331Z] a4357932f1b6: Pulling fs layer [2021-01-06T04:18:20.331Z] 18c013af1878: Pulling fs layer [2021-01-06T04:18:20.331Z] 00ac8860ef70: Pulling fs layer [2021-01-06T04:18:20.331Z] 63d7cb157983: Pulling fs layer [2021-01-06T04:18:20.331Z] b116817d02f9: Pulling fs layer [2021-01-06T04:18:20.331Z] 745a02a5169b: Pulling fs layer [2021-01-06T04:18:20.331Z] 63d7cb157983: Waiting [2021-01-06T04:18:20.331Z] b116817d02f9: Waiting [2021-01-06T04:18:20.331Z] 00ac8860ef70: Waiting [2021-01-06T04:18:20.331Z] 745a02a5169b: Waiting [2021-01-06T04:18:20.331Z] 18c013af1878: Verifying Checksum [2021-01-06T04:18:20.331Z] 18c013af1878: Download complete [2021-01-06T04:18:20.331Z] a4357932f1b6: Verifying Checksum [2021-01-06T04:18:20.331Z] a4357932f1b6: Download complete [2021-01-06T04:18:20.331Z] 63d7cb157983: Verifying Checksum [2021-01-06T04:18:20.331Z] 63d7cb157983: Download complete [2021-01-06T04:18:20.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-06T04:18:20.605Z] 5f621e34cdf4: Verifying Checksum [2021-01-06T04:18:20.605Z] b116817d02f9: Verifying Checksum [2021-01-06T04:18:20.605Z] b116817d02f9: Download complete [2021-01-06T04:18:21.595Z] 5f621e34cdf4: Pull complete [2021-01-06T04:18:21.874Z] a4357932f1b6: Pull complete [2021-01-06T04:18:21.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-06T04:18:22.475Z] 18c013af1878: Pull complete [2021-01-06T04:18:22.747Z] 745a02a5169b: Verifying Checksum [2021-01-06T04:18:22.747Z] 745a02a5169b: Download complete [2021-01-06T04:18:22.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-06T04:18:23.874Z] $ docker stop --time=1 b0eec97eaf33a6ef58f659acb64b89d7b343adc2ef19d5967b189cedb164972d [2021-01-06T04:18:24.175Z] 00ac8860ef70: Verifying Checksum [2021-01-06T04:18:24.175Z] 00ac8860ef70: Download complete [2021-01-06T04:18:25.565Z] $ docker rm -f b0eec97eaf33a6ef58f659acb64b89d7b343adc2ef19d5967b189cedb164972d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:18:28.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-06T04:18:28.973Z] [2021-01-06T04:18:28.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:18:29.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-06T04:18:29.342Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-06T04:18:29.342Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-06T04:18:29.342Z] ca9280d653b3: Pulling fs layer [2021-01-06T04:18:29.342Z] 7e9c9ca2126c: Pulling fs layer [2021-01-06T04:18:29.608Z] cbdbe7a5bc2a: Download complete [2021-01-06T04:18:29.608Z] ca9280d653b3: Verifying Checksum [2021-01-06T04:18:29.608Z] ca9280d653b3: Download complete [2021-01-06T04:18:29.878Z] cbdbe7a5bc2a: Pull complete [2021-01-06T04:18:30.826Z] 7e9c9ca2126c: Verifying Checksum [2021-01-06T04:18:30.826Z] 7e9c9ca2126c: Download complete [2021-01-06T04:18:31.104Z] ca9280d653b3: Pull complete [2021-01-06T04:18:34.378Z] 00ac8860ef70: Pull complete [2021-01-06T04:18:34.651Z] 63d7cb157983: Pull complete [2021-01-06T04:18:35.247Z] b116817d02f9: Pull complete [2021-01-06T04:18:37.720Z] 7e9c9ca2126c: Pull complete [2021-01-06T04:18:37.721Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-06T04:18:37.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-06T04:18:37.721Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-06T04:18:37.837Z] prd-centos7-docker-4c-2g-18629 does not seem to be running inside a container [2021-01-06T04:18:37.882Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/278 -v /w/workspace/edgex-go/278:/w/workspace/edgex-go/278:rw,z -v /w/workspace/edgex-go/278@tmp:/w/workspace/edgex-go/278@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:latest cat [2021-01-06T04:18:38.663Z] 745a02a5169b: Pull complete [2021-01-06T04:18:38.939Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-06T04:18:38.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-06T04:18:38.939Z] ---> b7e6874047d6 [2021-01-06T04:18:38.939Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-06T04:18:40.878Z] $ docker top 82353505e93c4e4cd15029420f8c252e5fa131da272602057e8d45c8dd135c4c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T04:18:41.543Z] + docker-compose build --help [2021-01-06T04:18:41.543Z] + grep parallel [2021-01-06T04:18:42.376Z] ---> Running in e30ef0b01eba [2021-01-06T04:18:42.522Z] --parallel Build images in parallel. [Pipeline] } [2021-01-06T04:18:42.545Z] $ docker stop --time=1 82353505e93c4e4cd15029420f8c252e5fa131da272602057e8d45c8dd135c4c [2021-01-06T04:18:43.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:18:43.903Z] $ docker rm -f 82353505e93c4e4cd15029420f8c252e5fa131da272602057e8d45c8dd135c4c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:18:44.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-06T04:18:44.565Z] . [Pipeline] withDockerContainer [2021-01-06T04:18:44.671Z] prd-centos7-docker-4c-2g-18629 does not seem to be running inside a container [2021-01-06T04:18:44.719Z] $ 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/278 -v /w/workspace/edgex-go/278:/w/workspace/edgex-go/278:rw,z -v /w/workspace/edgex-go/278@tmp:/w/workspace/edgex-go/278@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-06T04:18:44.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:18:45.274Z] $ docker top 3843ef91123d8f4384e0c2f33f322e098189b9c0a8ab248ce005e1bb8a317be2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T04:18:45.745Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-06T04:18:45.773Z] (1/12) Installing libmagic (5.38-r0) [2021-01-06T04:18:46.045Z] (2/12) Installing file (5.38-r0) [2021-01-06T04:18:46.045Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-06T04:18:46.317Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-06T04:18:46.691Z] Building docker-core-command-go ... [2021-01-06T04:18:46.691Z] Building docker-core-data-go ... [2021-01-06T04:18:46.691Z] Building docker-core-metadata-go ... [2021-01-06T04:18:46.691Z] Building docker-security-bootstrap-redis-go ... [2021-01-06T04:18:46.691Z] Building docker-security-proxy-setup-go ... [2021-01-06T04:18:46.691Z] Building docker-security-secretstore-setup-go ... [2021-01-06T04:18:46.691Z] Building docker-support-notifications-go ... [2021-01-06T04:18:46.691Z] Building docker-support-scheduler-go ... [2021-01-06T04:18:46.691Z] Building docker-sys-mgmt-agent-go ... [2021-01-06T04:18:46.691Z] Building docker-core-command-go [2021-01-06T04:18:46.691Z] Building docker-security-secretstore-setup-go [2021-01-06T04:18:46.691Z] Building docker-support-scheduler-go [2021-01-06T04:18:46.691Z] Building docker-security-bootstrap-redis-go [2021-01-06T04:18:46.691Z] Building docker-core-data-go [2021-01-06T04:18:49.691Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-06T04:18:49.691Z] (6/12) Installing patch (2.7.6-r6) [2021-01-06T04:18:49.961Z] (7/12) Installing build-base (0.5-r2) [2021-01-06T04:18:49.961Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-06T04:18:49.961Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-06T04:18:50.232Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-06T04:18:50.232Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-06T04:18:50.502Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-06T04:18:50.502Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:18:50.502Z] OK: 217 MiB in 51 packages [2021-01-06T04:18:54.819Z] Removing intermediate container e30ef0b01eba [2021-01-06T04:18:54.819Z] ---> cdc04159d9c8 [2021-01-06T04:18:54.819Z] Step 4/6 : WORKDIR /edgex-go [2021-01-06T04:18:54.819Z] ---> Running in dadcffa767a4 [2021-01-06T04:18:55.098Z] Removing intermediate container dadcffa767a4 [2021-01-06T04:18:55.098Z] ---> 45f0130052de [2021-01-06T04:18:55.098Z] Step 5/6 : COPY go.mod . [2021-01-06T04:18:55.696Z] ---> ce56891cee7a [2021-01-06T04:18:55.697Z] Step 6/6 : RUN go mod download [2021-01-06T04:18:55.974Z] ---> Running in c5636bb6bf33 [2021-01-06T04:19:19.001Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:19:19.002Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:19:19.002Z] ---> 326f963136f9 [2021-01-06T04:19:19.002Z] Step 3/24 : WORKDIR /edgex-go [2021-01-06T04:19:19.002Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:19:19.002Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:19:19.002Z] ---> 326f963136f9 [2021-01-06T04:19:19.002Z] Step 3/23 : WORKDIR /edgex-go [2021-01-06T04:19:19.002Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:19:19.002Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:19:19.002Z] ---> 326f963136f9 [2021-01-06T04:19:19.002Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T04:19:19.002Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:19:19.002Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:19:19.002Z] ---> 326f963136f9 [2021-01-06T04:19:19.002Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T04:19:19.002Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:19:19.002Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:19:19.002Z] ---> 326f963136f9 [2021-01-06T04:19:19.002Z] Step 3/21 : WORKDIR /edgex-go [2021-01-06T04:19:19.002Z] ---> Running in 0ef17510c89b [2021-01-06T04:19:19.002Z] ---> Running in ad8a36297257 [2021-01-06T04:19:19.002Z] ---> Running in 52608e0ff461 [2021-01-06T04:19:19.002Z] ---> Running in 5af7813e4c7a [2021-01-06T04:19:19.002Z] ---> Running in d075b62db4ce [2021-01-06T04:19:19.002Z] Removing intermediate container d075b62db4ce [2021-01-06T04:19:19.002Z] ---> 340cee3433fb [2021-01-06T04:19:19.002Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:19:19.002Z] Removing intermediate container 0ef17510c89b [2021-01-06T04:19:19.002Z] ---> 36fed3fa9bad [2021-01-06T04:19:19.002Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:19:19.002Z] Removing intermediate container 5af7813e4c7a [2021-01-06T04:19:19.002Z] ---> 9ea1b4006436 [2021-01-06T04:19:19.002Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:19:19.002Z] Removing intermediate container ad8a36297257 [2021-01-06T04:19:19.002Z] ---> d730b76f850c [2021-01-06T04:19:19.002Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:19:19.002Z] Removing intermediate container 52608e0ff461 [2021-01-06T04:19:19.002Z] ---> 76eb802d1458 [2021-01-06T04:19:19.002Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:19:19.002Z] ---> Running in 249a628d4d8d [2021-01-06T04:19:19.002Z] ---> Running in 3885f3d3adf8 [2021-01-06T04:19:19.002Z] ---> Running in 5f0f1d7cafab [2021-01-06T04:19:19.002Z] ---> Running in 75f98165304d [2021-01-06T04:19:19.002Z] ---> Running in 18670aaa6a54 [2021-01-06T04:19:19.002Z] Removing intermediate container 3885f3d3adf8 [2021-01-06T04:19:19.002Z] ---> 7743d9645bc5 [2021-01-06T04:19:19.002Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-06T04:19:19.002Z] ---> Running in 7620a91adbef [2021-01-06T04:19:19.002Z] Removing intermediate container 5f0f1d7cafab [2021-01-06T04:19:19.002Z] ---> ff0982c2ef3a [2021-01-06T04:19:19.002Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-06T04:19:19.002Z] Removing intermediate container 249a628d4d8d [2021-01-06T04:19:19.002Z] ---> 9e5aa779a846 [2021-01-06T04:19:19.002Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T04:19:19.002Z] ---> Running in a8c66dca0ee9 [2021-01-06T04:19:19.002Z] ---> Running in ecae803a8f4b [2021-01-06T04:19:19.002Z] Removing intermediate container 75f98165304d [2021-01-06T04:19:19.002Z] ---> 8652350b1345 [2021-01-06T04:19:19.002Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-06T04:19:19.002Z] Removing intermediate container 18670aaa6a54 [2021-01-06T04:19:19.002Z] ---> 69f7c4cbc5f9 [2021-01-06T04:19:19.002Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T04:19:19.265Z] ---> Running in cd69d5afae0f [2021-01-06T04:19:19.265Z] ---> Running in bb615542e49e [2021-01-06T04:19:19.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:19:19.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:19:19.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:19:20.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:19:20.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:19:20.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:19:20.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:19:20.323Z] OK: 233 MiB in 51 packages [2021-01-06T04:19:20.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:19:20.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:19:20.860Z] OK: 233 MiB in 51 packages [2021-01-06T04:19:20.860Z] Removing intermediate container 7620a91adbef [2021-01-06T04:19:20.860Z] ---> a905a51be37d [2021-01-06T04:19:20.860Z] Step 6/24 : COPY go.mod . [2021-01-06T04:19:21.125Z] OK: 233 MiB in 51 packages [2021-01-06T04:19:21.125Z] OK: 233 MiB in 51 packages [2021-01-06T04:19:21.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:19:21.125Z] ---> 33e95a8f1301 [2021-01-06T04:19:21.125Z] Step 7/24 : RUN go mod download [2021-01-06T04:19:21.387Z] ---> Running in a38e80f9db95 [2021-01-06T04:19:21.649Z] Removing intermediate container ecae803a8f4b [2021-01-06T04:19:21.649Z] ---> af2198ef7ced [2021-01-06T04:19:21.649Z] Step 6/22 : COPY go.mod . [2021-01-06T04:19:21.649Z] OK: 233 MiB in 51 packages [2021-01-06T04:19:21.911Z] Removing intermediate container a8c66dca0ee9 [2021-01-06T04:19:21.911Z] ---> f80681e39eb5 [2021-01-06T04:19:21.911Z] Step 6/23 : COPY go.mod . [2021-01-06T04:19:21.911Z] ---> e252f30d5e06 [2021-01-06T04:19:21.911Z] Step 7/22 : RUN go mod download [2021-01-06T04:19:22.181Z] ---> Running in 9cb873ff533d [2021-01-06T04:19:22.449Z] Removing intermediate container bb615542e49e [2021-01-06T04:19:22.449Z] ---> 86537038c6da [2021-01-06T04:19:22.449Z] Step 6/22 : COPY go.mod . [2021-01-06T04:19:22.449Z] ---> e1e35f75ebce [2021-01-06T04:19:22.449Z] Step 7/23 : RUN go mod download [2021-01-06T04:19:22.449Z] ---> Running in 2c797f2c6cbf [2021-01-06T04:19:22.715Z] Removing intermediate container cd69d5afae0f [2021-01-06T04:19:22.715Z] ---> 2d7f56b90f09 [2021-01-06T04:19:22.715Z] Step 6/21 : COPY go.mod . [2021-01-06T04:19:22.715Z] ---> 504f00abff25 [2021-01-06T04:19:22.715Z] Step 7/22 : RUN go mod download [2021-01-06T04:19:22.828Z] Removing intermediate container c5636bb6bf33 [2021-01-06T04:19:22.828Z] ---> bbe941e93435 [2021-01-06T04:19:22.828Z] Successfully built bbe941e93435 [2021-01-06T04:19:22.828Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:19:22.984Z] ---> Running in 9653e31ffb64 [2021-01-06T04:19:22.984Z] ---> bb9884588a1a [2021-01-06T04:19:22.984Z] Step 7/21 : RUN go mod download [2021-01-06T04:19:23.179Z] + docker inspect -f . ci-base-image-arm64 [2021-01-06T04:19:23.179Z] . [Pipeline] withDockerContainer [2021-01-06T04:19:23.253Z] ---> Running in f0b73aa60037 [2021-01-06T04:19:23.451Z] prd-ubuntu18.04-docker-arm64-4c-16g-18630 does not seem to be running inside a container [2021-01-06T04:19:23.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/278 -v /w/workspace/edgex-go/278:/w/workspace/edgex-go/278:rw,z -v /w/workspace/edgex-go/278@tmp:/w/workspace/edgex-go/278@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 [2021-01-06T04:19:23.843Z] Removing intermediate container a38e80f9db95 [2021-01-06T04:19:23.843Z] ---> 8448c3afc838 [2021-01-06T04:19:23.843Z] Step 8/24 : COPY . . [2021-01-06T04:19:23.843Z] Removing intermediate container 9cb873ff533d [2021-01-06T04:19:23.843Z] ---> e4655fd1d38f [2021-01-06T04:19:23.843Z] Step 8/22 : COPY . . [2021-01-06T04:19:25.078Z] $ docker top 054ab32424cc0fa8e16de7178834b4d74ae165016cb6077dd2450acc8a09b164 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T04:19:26.132Z] + go version [2021-01-06T04:19:26.132Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-06T04:19:26.151Z] $ docker stop --time=1 054ab32424cc0fa8e16de7178834b4d74ae165016cb6077dd2450acc8a09b164 [2021-01-06T04:19:27.163Z] Removing intermediate container 2c797f2c6cbf [2021-01-06T04:19:27.163Z] ---> 20c44ec93cc3 [2021-01-06T04:19:27.163Z] Step 8/23 : COPY . . [2021-01-06T04:19:27.987Z] $ docker rm -f 054ab32424cc0fa8e16de7178834b4d74ae165016cb6077dd2450acc8a09b164 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:19:29.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-06T04:19:29.139Z] [2021-01-06T04:19:29.139Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:19:29.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-06T04:19:29.524Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-06T04:19:29.524Z] 29e5d40040c1: Pulling fs layer [2021-01-06T04:19:29.524Z] 1ce36da41761: Pulling fs layer [2021-01-06T04:19:29.524Z] 25b303627fd3: Pulling fs layer [2021-01-06T04:19:29.740Z] Removing intermediate container 9653e31ffb64 [2021-01-06T04:19:29.740Z] ---> 8ac8d3443a01 [2021-01-06T04:19:29.740Z] Step 8/22 : COPY . . [2021-01-06T04:19:29.800Z] 29e5d40040c1: Verifying Checksum [2021-01-06T04:19:29.800Z] 29e5d40040c1: Download complete [2021-01-06T04:19:30.401Z] 1ce36da41761: Verifying Checksum [2021-01-06T04:19:30.401Z] 1ce36da41761: Download complete [2021-01-06T04:19:30.401Z] 29e5d40040c1: Pull complete [2021-01-06T04:19:31.835Z] 1ce36da41761: Pull complete [2021-01-06T04:19:32.106Z] 25b303627fd3: Verifying Checksum [2021-01-06T04:19:32.106Z] 25b303627fd3: Download complete [2021-01-06T04:19:35.112Z] Removing intermediate container f0b73aa60037 [2021-01-06T04:19:35.112Z] ---> 97f9491f742f [2021-01-06T04:19:35.112Z] Step 8/21 : COPY . . [2021-01-06T04:19:42.252Z] 25b303627fd3: Pull complete [2021-01-06T04:19:42.252Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-06T04:19:42.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-06T04:19:42.252Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-06T04:19:42.521Z] prd-ubuntu18.04-docker-arm64-4c-16g-18630 does not seem to be running inside a container [2021-01-06T04:19:42.612Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/278 -v /w/workspace/edgex-go/278:/w/workspace/edgex-go/278:rw,z -v /w/workspace/edgex-go/278@tmp:/w/workspace/edgex-go/278@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 [2021-01-06T04:19:45.515Z] $ docker top 8f5930a6e7afef5efe6e3e12b35bc51b183cda2e71d2fdb94cca7512487d6b77 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T04:19:46.577Z] + docker-compose build --help+ [2021-01-06T04:19:46.577Z] grep parallel [2021-01-06T04:19:49.957Z] --parallel Build images in parallel. [Pipeline] } [2021-01-06T04:19:49.975Z] $ docker stop --time=1 8f5930a6e7afef5efe6e3e12b35bc51b183cda2e71d2fdb94cca7512487d6b77 [2021-01-06T04:19:51.864Z] $ docker rm -f 8f5930a6e7afef5efe6e3e12b35bc51b183cda2e71d2fdb94cca7512487d6b77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:19:52.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-06T04:19:52.685Z] . [Pipeline] withDockerContainer [2021-01-06T04:19:52.950Z] prd-ubuntu18.04-docker-arm64-4c-16g-18630 does not seem to be running inside a container [2021-01-06T04:19:53.033Z] $ 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/278 -v /w/workspace/edgex-go/278:/w/workspace/edgex-go/278:rw,z -v /w/workspace/edgex-go/278@tmp:/w/workspace/edgex-go/278@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 [2021-01-06T04:19:54.427Z] $ docker top ee613ea931234216e6e4f472c6c2944ba1284ea06591d0e5f83b98e53a509281 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T04:19:55.458Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-06T04:19:58.905Z] Building docker-core-command-go ... [2021-01-06T04:19:58.905Z] Building docker-core-data-go ... [2021-01-06T04:19:58.905Z] Building docker-core-metadata-go ... [2021-01-06T04:19:58.905Z] Building docker-security-bootstrap-redis-go ... [2021-01-06T04:19:58.905Z] Building docker-security-proxy-setup-go ... [2021-01-06T04:19:58.905Z] Building docker-security-secretstore-setup-go ... [2021-01-06T04:19:58.905Z] Building docker-support-notifications-go ... [2021-01-06T04:19:58.905Z] Building docker-support-scheduler-go ... [2021-01-06T04:19:58.905Z] Building docker-sys-mgmt-agent-go ... [2021-01-06T04:19:58.905Z] Building docker-security-proxy-setup-go [2021-01-06T04:19:58.905Z] Building docker-security-secretstore-setup-go [2021-01-06T04:19:58.905Z] Building docker-core-command-go [2021-01-06T04:19:58.905Z] Building docker-sys-mgmt-agent-go [2021-01-06T04:19:58.905Z] Building docker-core-metadata-go [2021-01-06T04:20:01.828Z] ---> 1bc90a2dea8f [2021-01-06T04:20:01.828Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-06T04:20:02.411Z] ---> ead8eec76344 [2021-01-06T04:20:02.411Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-06T04:20:02.989Z] ---> Running in 329b840a11f5 [2021-01-06T04:20:03.934Z] ---> Running in 913bd1e791e0 [2021-01-06T04:20:03.934Z] ---> 7a241de73d00 [2021-01-06T04:20:03.934Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-06T04:20:03.934Z] ---> d39ff6358578 [2021-01-06T04:20:03.934Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-06T04:20:03.934Z] ---> fce6f6b2151a [2021-01-06T04:20:03.934Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-06T04:20:04.196Z] ---> Running in 3ec4b45f0411 [2021-01-06T04:20:04.196Z] ---> Running in 836e87161237 [2021-01-06T04:20:04.196Z] ---> Running in cc39caec8b55 [2021-01-06T04:20:04.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-06T04:20:04.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-06T04:20:04.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-06T04:20:05.391Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-06T04:20:05.391Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-06T04:20:32.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-06T04:20:36.394Z] Removing intermediate container 3ec4b45f0411 [2021-01-06T04:20:36.394Z] ---> b30f7b088512 [2021-01-06T04:20:36.394Z] [2021-01-06T04:20:36.394Z] Step 10/22 : FROM alpine:3.12 [2021-01-06T04:20:36.394Z] Removing intermediate container 329b840a11f5 [2021-01-06T04:20:36.394Z] ---> 08f1beda9826 [2021-01-06T04:20:36.394Z] [2021-01-06T04:20:36.394Z] Step 10/24 : FROM alpine:3.12 [2021-01-06T04:20:36.394Z] 3.12: Pulling from library/alpine [2021-01-06T04:20:36.394Z] 3.12: Pulling from library/alpine [2021-01-06T04:20:39.711Z] Removing intermediate container 913bd1e791e0 [2021-01-06T04:20:39.711Z] ---> 8433530ca685 [2021-01-06T04:20:39.711Z] [2021-01-06T04:20:39.711Z] Step 10/22 : FROM scratch [2021-01-06T04:20:39.711Z] ---> [2021-01-06T04:20:39.711Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T04:20:39.711Z] Removing intermediate container 836e87161237 [2021-01-06T04:20:39.711Z] ---> 743cce35a113 [2021-01-06T04:20:39.711Z] [2021-01-06T04:20:39.711Z] Step 10/21 : FROM scratch [2021-01-06T04:20:39.711Z] ---> [2021-01-06T04:20:39.711Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T04:20:39.711Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-06T04:20:39.711Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-06T04:20:39.711Z] Status: Downloaded newer image for alpine:3.12 [2021-01-06T04:20:39.711Z] ---> 389fef711851 [2021-01-06T04:20:39.711Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-06T04:20:39.711Z] Status: Downloaded newer image for alpine:3.12 [2021-01-06T04:20:39.711Z] ---> 389fef711851 [2021-01-06T04:20:39.711Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-06T04:20:39.711Z] ---> Running in 81f8bcb34a4c [2021-01-06T04:20:39.711Z] ---> Running in e272aa91b6c1 [2021-01-06T04:20:39.711Z] ---> Running in f4f8d723ff28 [2021-01-06T04:20:39.711Z] ---> Running in 49d1a16f4f27 [2021-01-06T04:20:39.974Z] Removing intermediate container 81f8bcb34a4c [2021-01-06T04:20:39.974Z] ---> 4e52da7234bb [2021-01-06T04:20:39.974Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-06T04:20:39.974Z] Removing intermediate container e272aa91b6c1 [2021-01-06T04:20:39.974Z] ---> b0cb4266c3d1 [2021-01-06T04:20:39.974Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-06T04:20:40.247Z] ---> Running in bc44024292f3 [2021-01-06T04:20:40.247Z] ---> Running in 948d941764fb [2021-01-06T04:20:40.519Z] Removing intermediate container bc44024292f3 [2021-01-06T04:20:40.519Z] ---> 2309ef4c8639 [2021-01-06T04:20:40.519Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-06T04:20:40.519Z] Removing intermediate container 948d941764fb [2021-01-06T04:20:40.519Z] ---> 5c9ed11a94ce [2021-01-06T04:20:40.519Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-06T04:20:40.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:20:40.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:20:40.782Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-06T04:20:41.737Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T04:20:41.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:20:41.737Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-06T04:20:41.737Z] (4/5) Installing curl (7.69.1-r3) [2021-01-06T04:20:41.737Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-06T04:20:41.737Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:20:41.737Z] Executing ca-certificates-20191127-r4.trigger [2021-01-06T04:20:41.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:20:41.738Z] OK: 7 MiB in 19 packages [2021-01-06T04:20:42.019Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-06T04:20:42.019Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T04:20:42.019Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-06T04:20:42.019Z] (4/5) Installing curl (7.69.1-r3) [2021-01-06T04:20:42.019Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-06T04:20:42.019Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:20:42.019Z] Executing ca-certificates-20191127-r4.trigger [2021-01-06T04:20:42.019Z] ---> Running in 23d3ec7b0636 [2021-01-06T04:20:42.019Z] ---> Running in e352c4766eca [2021-01-06T04:20:42.019Z] OK: 7 MiB in 19 packages [2021-01-06T04:20:44.582Z] Removing intermediate container 23d3ec7b0636 [2021-01-06T04:20:44.582Z] ---> 08d2474f9515 [2021-01-06T04:20:44.582Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-06T04:20:44.582Z] Removing intermediate container e352c4766eca [2021-01-06T04:20:44.582Z] ---> 45e65688d8d0 [2021-01-06T04:20:44.582Z] Step 14/22 : WORKDIR / [2021-01-06T04:20:44.582Z] Removing intermediate container cc39caec8b55 [2021-01-06T04:20:44.582Z] ---> a089ba64a8b9 [2021-01-06T04:20:44.582Z] [2021-01-06T04:20:44.582Z] Step 10/23 : FROM alpine:3.12 [2021-01-06T04:20:44.582Z] ---> 389fef711851 [2021-01-06T04:20:44.582Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T04:20:44.582Z] ---> Running in e1cebc9ecbcd [2021-01-06T04:20:44.853Z] Removing intermediate container f4f8d723ff28 [2021-01-06T04:20:44.853Z] ---> 1ee5f9d81ada [2021-01-06T04:20:44.853Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-06T04:20:44.853Z] ---> Running in c94a0c16bb49 [2021-01-06T04:20:44.853Z] ---> 7abf8ce02313 [2021-01-06T04:20:44.853Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-06T04:20:44.853Z] ---> Running in 6ea9aca201a6 [2021-01-06T04:20:44.853Z] Removing intermediate container 49d1a16f4f27 [2021-01-06T04:20:44.853Z] ---> 89c218f390fc [2021-01-06T04:20:44.853Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-06T04:20:45.115Z] Removing intermediate container e1cebc9ecbcd [2021-01-06T04:20:45.115Z] ---> 67d813895a5d [2021-01-06T04:20:45.115Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-06T04:20:45.377Z] ---> Running in 6ac1702d859a [2021-01-06T04:20:45.377Z] Removing intermediate container c94a0c16bb49 [2021-01-06T04:20:45.377Z] ---> 02ea95699bec [2021-01-06T04:20:45.377Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-06T04:20:45.377Z] Removing intermediate container 6ea9aca201a6 [2021-01-06T04:20:45.377Z] ---> 68b96173da5d [2021-01-06T04:20:45.377Z] Step 13/24 : WORKDIR / [2021-01-06T04:20:45.377Z] ---> dd7cea997d70 [2021-01-06T04:20:45.377Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-06T04:20:45.377Z] ---> Running in dc6aafbc6384 [2021-01-06T04:20:45.377Z] ---> Running in b65afc60ee1e [2021-01-06T04:20:45.643Z] ---> 18403f9191a9 [2021-01-06T04:20:45.643Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-06T04:20:45.643Z] Removing intermediate container 6ac1702d859a [2021-01-06T04:20:45.643Z] ---> 5a9d569dbb73 [2021-01-06T04:20:45.643Z] Step 13/22 : WORKDIR / [2021-01-06T04:20:45.912Z] ---> Running in 5fefd08bfb9c [2021-01-06T04:20:45.912Z] Removing intermediate container dc6aafbc6384 [2021-01-06T04:20:45.912Z] ---> f64631d9ed04 [2021-01-06T04:20:45.912Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-06T04:20:45.912Z] ---> e48169bba754 [2021-01-06T04:20:45.912Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-06T04:20:45.912Z] Removing intermediate container b65afc60ee1e [2021-01-06T04:20:45.912Z] ---> 7cf1c491abe1 [2021-01-06T04:20:45.912Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-06T04:20:45.925Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:20:45.925Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:20:45.925Z] ---> bbe941e93435 [2021-01-06T04:20:45.925Z] Step 3/24 : WORKDIR /edgex-go [2021-01-06T04:20:45.925Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:20:45.925Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:20:45.925Z] ---> bbe941e93435 [2021-01-06T04:20:45.925Z] Step 3/26 : WORKDIR /edgex-go [2021-01-06T04:20:45.925Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:20:45.925Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:20:45.925Z] ---> bbe941e93435 [2021-01-06T04:20:45.925Z] Step 3/21 : WORKDIR /edgex-go [2021-01-06T04:20:45.925Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:20:45.925Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:20:45.925Z] ---> bbe941e93435 [2021-01-06T04:20:45.925Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T04:20:45.925Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:20:45.925Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:20:45.925Z] ---> bbe941e93435 [2021-01-06T04:20:45.925Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T04:20:46.176Z] ---> Running in ef53400bfdfd [2021-01-06T04:20:46.176Z] ---> Running in d678a63c4cf9 [2021-01-06T04:20:46.176Z] ---> 7004582b4690 [2021-01-06T04:20:46.176Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-06T04:20:46.176Z] Removing intermediate container 5fefd08bfb9c [2021-01-06T04:20:46.176Z] ---> 0e8c0309b013 [2021-01-06T04:20:46.176Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-06T04:20:46.440Z] ---> a99e4fe7f000 [2021-01-06T04:20:46.440Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-06T04:20:46.440Z] Removing intermediate container d678a63c4cf9 [2021-01-06T04:20:46.440Z] ---> 03957207ae6a [2021-01-06T04:20:46.440Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:20:46.440Z] Removing intermediate container ef53400bfdfd [2021-01-06T04:20:46.440Z] ---> 4aa555048d7c [2021-01-06T04:20:46.440Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:20:47.365Z] ---> Running in f253448ce113 [2021-01-06T04:20:47.365Z] ---> Running in 694a34ebeb54 [2021-01-06T04:20:47.365Z] ---> Running in e112e57b1b33 [2021-01-06T04:20:47.365Z] ---> Running in 3b3562fcb2b1 [2021-01-06T04:20:47.365Z] ---> Running in da190e44eb48 [2021-01-06T04:20:47.395Z] ---> Running in c20fde7d6459 [2021-01-06T04:20:47.395Z] ---> Running in f3a9cc05b3af [2021-01-06T04:20:47.395Z] ---> d5695917e5bb [2021-01-06T04:20:47.395Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-06T04:20:47.395Z] ---> ec16b43d4cc3 [2021-01-06T04:20:47.395Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-06T04:20:47.395Z] ---> f8f1547d2a6a [2021-01-06T04:20:47.395Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-06T04:20:47.659Z] ---> Running in 12e694cc5ea7 [2021-01-06T04:20:47.659Z] Removing intermediate container c20fde7d6459 [2021-01-06T04:20:47.659Z] ---> 4671de1bedd1 [2021-01-06T04:20:47.659Z] Step 19/21 : LABEL arch=x86_64 [2021-01-06T04:20:47.926Z] ---> Running in 0148cb97ae8d [2021-01-06T04:20:47.926Z] ---> 2f680fc56ea0 [2021-01-06T04:20:47.926Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-06T04:20:47.926Z] Removing intermediate container 12e694cc5ea7 [2021-01-06T04:20:47.926Z] ---> 830a60c01ec2 [2021-01-06T04:20:47.926Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:20:47.926Z] ---> 2bfce84e01e5 [2021-01-06T04:20:47.927Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-06T04:20:47.927Z] ---> Running in bba7c15d1026 [2021-01-06T04:20:47.958Z] Removing intermediate container e112e57b1b33 [2021-01-06T04:20:47.958Z] ---> 5ac19c1ca83e [2021-01-06T04:20:47.958Z] Removing intermediate container 694a34ebeb54 [2021-01-06T04:20:47.958Z] ---> 47b0d20f9e5b [2021-01-06T04:20:47.958Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:20:47.958Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:20:47.958Z] Removing intermediate container f253448ce113 [2021-01-06T04:20:47.958Z] ---> 0020f94e5032 [2021-01-06T04:20:47.958Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:20:48.191Z] Removing intermediate container 0148cb97ae8d [2021-01-06T04:20:48.192Z] ---> 5913dd1f8530 [2021-01-06T04:20:48.192Z] Step 20/21 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:20:48.229Z] Removing intermediate container 3b3562fcb2b1 [2021-01-06T04:20:48.229Z] ---> a9c49a76f205 [2021-01-06T04:20:48.229Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:20:48.229Z] Removing intermediate container da190e44eb48 [2021-01-06T04:20:48.229Z] ---> 0fffbf419096 [2021-01-06T04:20:48.229Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:20:48.229Z] ---> Running in 9f0c11672a30 [2021-01-06T04:20:48.229Z] ---> Running in 31403a1c153c [2021-01-06T04:20:48.229Z] ---> Running in ef2dd2155307 [2021-01-06T04:20:48.229Z] ---> Running in 4d6988603434 [2021-01-06T04:20:48.456Z] ---> Running in 5786fc18dd31 [2021-01-06T04:20:48.456Z] ---> 7be50252d172 [2021-01-06T04:20:48.456Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-06T04:20:48.456Z] Removing intermediate container bba7c15d1026 [2021-01-06T04:20:48.456Z] ---> 6979d5291619 [2021-01-06T04:20:48.456Z] Step 20/22 : LABEL arch=x86_64 [2021-01-06T04:20:48.500Z] ---> Running in 105acde141b3 [2021-01-06T04:20:48.720Z] ---> 331446279985 [2021-01-06T04:20:48.720Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-06T04:20:48.720Z] ---> Running in 4f4513504928 [2021-01-06T04:20:48.720Z] Removing intermediate container 5786fc18dd31 [2021-01-06T04:20:48.720Z] ---> f4054a096a3e [2021-01-06T04:20:48.720Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-06T04:20:48.986Z] ---> Running in 4f3fc8b1aabe [2021-01-06T04:20:48.986Z] ---> 284c74ab4d4b [2021-01-06T04:20:48.986Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-06T04:20:48.986Z] Removing intermediate container f3a9cc05b3af [2021-01-06T04:20:48.986Z] ---> 76951abc4449 [2021-01-06T04:20:48.986Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-06T04:20:49.249Z] Removing intermediate container 4f4513504928 [2021-01-06T04:20:49.249Z] ---> 943e1166d206 [2021-01-06T04:20:49.249Z] Step 21/22 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:20:49.511Z] ---> ebd497435699 [2021-01-06T04:20:49.511Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-06T04:20:49.774Z] ---> Running in 8e2dc50e63fd [2021-01-06T04:20:49.774Z] ---> Running in 1bcac4e02741 [2021-01-06T04:20:49.774Z] ---> Running in 095f5a82141f [2021-01-06T04:20:49.774Z] Removing intermediate container 4f3fc8b1aabe [2021-01-06T04:20:49.774Z] ---> d789a680489a [2021-01-06T04:20:49.774Z] [2021-01-06T04:20:50.037Z] ---> fb1a74602caa [2021-01-06T04:20:50.037Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-06T04:20:50.037Z] Successfully built d789a680489a [2021-01-06T04:20:50.305Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-06T04:20:50.305Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-06T04:20:50.305Z] Removing intermediate container 095f5a82141f [2021-01-06T04:20:50.305Z] ---> 2419322666f2 [2021-01-06T04:20:50.305Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T04:20:50.305Z] ---> Running in 802959cb3b29 [2021-01-06T04:20:50.576Z] ---> Running in 319b7cd92dfe [2021-01-06T04:20:50.847Z] Removing intermediate container 319b7cd92dfe [2021-01-06T04:20:50.847Z] ---> aa9151066fbc [2021-01-06T04:20:50.847Z] [2021-01-06T04:20:50.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:20:51.113Z] Successfully built aa9151066fbc [2021-01-06T04:20:51.114Z] Successfully tagged docker-core-command-go:latest [2021-01-06T04:20:51.114Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-06T04:20:51.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:20:51.903Z] Removing intermediate container 31403a1c153c [2021-01-06T04:20:51.903Z] ---> d11ba02c6c9f [2021-01-06T04:20:51.903Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-06T04:20:51.903Z] ---> Running in bca0536db32b [2021-01-06T04:20:51.954Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-06T04:20:52.177Z] Removing intermediate container 9f0c11672a30 [2021-01-06T04:20:52.177Z] ---> 698b11395abc [2021-01-06T04:20:52.177Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T04:20:52.177Z] Removing intermediate container ef2dd2155307 [2021-01-06T04:20:52.177Z] ---> 1cb3f4711011 [2021-01-06T04:20:52.177Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-06T04:20:52.217Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-06T04:20:52.217Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-06T04:20:52.458Z] ---> Running in f8763c37e2a3 [2021-01-06T04:20:52.458Z] ---> Running in f3d0193a5dc7 [2021-01-06T04:20:52.458Z] Removing intermediate container 105acde141b3 [2021-01-06T04:20:52.458Z] ---> cec7f7fa19a6 [2021-01-06T04:20:52.458Z] Step 5/22 : RUN apk add --update --no-cache make gitRemoving intermediate container 4d6988603434 [2021-01-06T04:20:52.458Z] [2021-01-06T04:20:52.458Z] ---> 29c6ccf4aebd [2021-01-06T04:20:52.458Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-06T04:20:52.479Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-06T04:20:52.769Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-06T04:20:52.907Z] ---> Running in 3203fedb0013 [2021-01-06T04:20:52.907Z] ---> Running in c9918bf5189e [2021-01-06T04:20:53.038Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:20:53.038Z] OK: 8 MiB in 19 packages [2021-01-06T04:20:53.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:20:54.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:20:54.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:20:54.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:20:54.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:20:54.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:20:55.380Z] OK: 217 MiB in 51 packages [2021-01-06T04:20:55.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:20:55.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:20:55.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:20:55.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:20:56.273Z] OK: 217 MiB in 51 packages [2021-01-06T04:20:56.273Z] OK: 217 MiB in 51 packages [2021-01-06T04:20:56.273Z] OK: 217 MiB in 51 packages [2021-01-06T04:20:56.273Z] OK: 217 MiB in 51 packages [2021-01-06T04:20:56.361Z] Removing intermediate container 1bcac4e02741 [2021-01-06T04:20:56.361Z] ---> 4201f28ac23c [2021-01-06T04:20:56.361Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-06T04:20:56.361Z] Removing intermediate container 802959cb3b29 [2021-01-06T04:20:56.361Z] ---> a6abd01c0f8a [2021-01-06T04:20:56.361Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-06T04:20:56.624Z] ---> Running in 4fd39d749d70 [2021-01-06T04:20:57.223Z] ---> Running in 07e7d1d3db09 [2021-01-06T04:20:57.268Z] Removing intermediate container bca0536db32b [2021-01-06T04:20:57.268Z] ---> 718457ba255b [2021-01-06T04:20:57.268Z] Step 6/26 : COPY go.mod . [2021-01-06T04:20:57.889Z] Removing intermediate container f3d0193a5dc7 [2021-01-06T04:20:57.889Z] ---> 344cc79c4d6e [2021-01-06T04:20:57.889Z] Step 6/21 : COPY go.mod . [2021-01-06T04:20:58.171Z] ---> bbc183a11bd5 [2021-01-06T04:20:58.171Z] Step 7/26 : RUN go mod download [2021-01-06T04:20:58.171Z] Removing intermediate container c9918bf5189e [2021-01-06T04:20:58.171Z] ---> 39c94365671d [2021-01-06T04:20:58.171Z] Step 6/24 : COPY go.mod . [2021-01-06T04:20:58.171Z] Removing intermediate container f8763c37e2a3 [2021-01-06T04:20:58.171Z] ---> 466cfb51a7f6 [2021-01-06T04:20:58.171Z] Step 6/22 : COPY go.mod . [2021-01-06T04:20:58.446Z] ---> Running in aba38bb82605 [2021-01-06T04:20:58.446Z] Removing intermediate container 3203fedb0013 [2021-01-06T04:20:58.446Z] ---> b953ec536451 [2021-01-06T04:20:58.446Z] Step 6/22 : COPY go.mod . [2021-01-06T04:20:58.731Z] Removing intermediate container 8e2dc50e63fd [2021-01-06T04:20:58.731Z] ---> 6bdb0f524f79 [2021-01-06T04:20:58.731Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-06T04:20:58.731Z] Removing intermediate container 4fd39d749d70 [2021-01-06T04:20:58.731Z] ---> 640a302df344 [2021-01-06T04:20:58.731Z] Step 20/22 : LABEL arch=x86_64 [2021-01-06T04:20:59.056Z] ---> a99a5ce8b270 [2021-01-06T04:20:59.056Z] Step 7/21 : RUN go mod download [2021-01-06T04:20:59.334Z] ---> Running in d530f85bdb54 [2021-01-06T04:20:59.449Z] Removing intermediate container 07e7d1d3db09 [2021-01-06T04:20:59.449Z] ---> e543f69b6fb9 [2021-01-06T04:20:59.449Z] Step 22/24 : LABEL arch=x86_64 [2021-01-06T04:20:59.449Z] ---> Running in 229fa4c367b4 [2021-01-06T04:20:59.610Z] ---> 05ea1c087fc2 [2021-01-06T04:20:59.610Z] ---> 623f7ccb469d [2021-01-06T04:20:59.610Z] Step 7/22 : RUN go mod downloadStep 7/24 : RUN go mod download [2021-01-06T04:20:59.610Z] [2021-01-06T04:20:59.899Z] ---> bdcb81c0e6d2 [2021-01-06T04:20:59.899Z] Step 7/22 : RUN go mod download [2021-01-06T04:20:59.899Z] ---> Running in 659e7a6feeda [2021-01-06T04:20:59.899Z] ---> Running in d38c264c1dfa [2021-01-06T04:21:00.181Z] ---> Running in 25b8320cd93f [2021-01-06T04:21:01.394Z] ---> Running in f7a106417968 [2021-01-06T04:21:01.666Z] ---> a917145ebd0a [2021-01-06T04:21:01.666Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-06T04:21:01.937Z] Removing intermediate container 229fa4c367b4 [2021-01-06T04:21:01.937Z] ---> c3b1accb8184 [2021-01-06T04:21:01.937Z] Step 21/22 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:21:02.524Z] Removing intermediate container f7a106417968 [2021-01-06T04:21:02.524Z] ---> 07b73475bcee [2021-01-06T04:21:02.524Z] Step 23/24 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:21:02.793Z] ---> Running in ce5959103ff1 [2021-01-06T04:21:02.833Z] Removing intermediate container aba38bb82605 [2021-01-06T04:21:02.834Z] ---> 0331f5110ee7 [2021-01-06T04:21:02.834Z] Step 8/26 : COPY . . [2021-01-06T04:21:03.061Z] ---> Running in 17411f58f578 [2021-01-06T04:21:03.819Z] Removing intermediate container d530f85bdb54 [2021-01-06T04:21:03.819Z] ---> 1f1575c032a0 [2021-01-06T04:21:03.819Z] Step 8/21 : COPY . . [2021-01-06T04:21:04.038Z] ---> bc2bf9479cfc [2021-01-06T04:21:04.038Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-06T04:21:04.038Z] Removing intermediate container ce5959103ff1 [2021-01-06T04:21:04.038Z] ---> 45e588eff97f [2021-01-06T04:21:04.038Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T04:21:05.004Z] Removing intermediate container 17411f58f578 [2021-01-06T04:21:05.004Z] ---> edea265c379f [2021-01-06T04:21:05.004Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-06T04:21:05.603Z] ---> Running in b612f7bc2869 [2021-01-06T04:21:05.797Z] Removing intermediate container 659e7a6feeda [2021-01-06T04:21:05.797Z] ---> 72c52fecc975 [2021-01-06T04:21:05.797Z] Step 8/22 : COPY . . [2021-01-06T04:21:05.797Z] Removing intermediate container d38c264c1dfa [2021-01-06T04:21:05.797Z] ---> dc8ea4ae7c87 [2021-01-06T04:21:05.797Z] Step 8/24 : COPY . . [2021-01-06T04:21:06.400Z] Removing intermediate container 25b8320cd93f [2021-01-06T04:21:06.400Z] ---> 2e4a5b4b1fe0 [2021-01-06T04:21:06.400Z] Step 8/22 : COPY . . [2021-01-06T04:21:06.997Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:21:06.997Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:21:06.997Z] ---> 326f963136f9 [2021-01-06T04:21:06.997Z] Step 3/26 : WORKDIR /edgex-go [2021-01-06T04:21:06.997Z] ---> Using cache [2021-01-06T04:21:06.997Z] ---> 76eb802d1458 [2021-01-06T04:21:06.997Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:21:06.997Z] [2021-01-06T04:21:06.997Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> Using cache [2021-01-06T04:21:06.997Z] [2021-01-06T04:21:06.997Z] ---> 69f7c4cbc5f9 [2021-01-06T04:21:06.997Z] ---> 326f963136f9 [2021-01-06T04:21:06.997Z] Step 3/24 : WORKDIR /edgex-go [2021-01-06T04:21:06.997Z] Step 5/26 : RUN apk add --update --no-cache make bash git ---> Using cache [2021-01-06T04:21:06.997Z] [2021-01-06T04:21:06.997Z] ---> 76eb802d1458 [2021-01-06T04:21:06.997Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:21:06.997Z] ---> Using cache [2021-01-06T04:21:06.997Z] ---> 69f7c4cbc5f9 [2021-01-06T04:21:06.997Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-06T04:21:07.572Z] ---> 183c389cf3ff [2021-01-06T04:21:07.572Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-06T04:21:07.572Z] ---> Running in 942775c46a90 [2021-01-06T04:21:07.836Z] ---> Running in a505cae4e661 [2021-01-06T04:21:07.836Z] ---> Running in c90c5b4b7343 [2021-01-06T04:21:07.836Z] ---> Running in 120d9584a27a [2021-01-06T04:21:07.836Z] Removing intermediate container b612f7bc2869 [2021-01-06T04:21:07.836Z] ---> 9276890a03d9 [2021-01-06T04:21:07.836Z] [2021-01-06T04:21:08.104Z] Successfully built 9276890a03d9 [2021-01-06T04:21:08.104Z] Removing intermediate container 942775c46a90 [2021-01-06T04:21:08.104Z] ---> b92ab3b7465e [2021-01-06T04:21:08.104Z] [2021-01-06T04:21:08.104Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-06T04:21:08.104Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-06T04:21:08.371Z] Successfully built b92ab3b7465e [2021-01-06T04:21:08.371Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-06T04:21:08.371Z] Building docker-security-proxy-setup-go [2021-01-06T04:21:08.371Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 120d9584a27a [2021-01-06T04:21:08.371Z] ---> 91c93b6116bf [2021-01-06T04:21:08.371Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:21:08.371Z] ---> Running in ab5aa1e4c2cf [2021-01-06T04:21:08.948Z] Removing intermediate container ab5aa1e4c2cf [2021-01-06T04:21:08.948Z] ---> 0cae87f959e0 [2021-01-06T04:21:08.948Z] Step 21/23 : LABEL arch=x86_64 [2021-01-06T04:21:08.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:21:08.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:21:09.216Z] ---> Running in 237b597fae9d [2021-01-06T04:21:09.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:21:09.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:21:10.434Z] OK: 233 MiB in 51 packages [2021-01-06T04:21:10.434Z] OK: 233 MiB in 51 packages [2021-01-06T04:21:10.434Z] Removing intermediate container 237b597fae9d [2021-01-06T04:21:10.434Z] ---> 6b16e1514e34 [2021-01-06T04:21:10.434Z] Step 22/23 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:21:14.683Z] ---> Running in 8b7cea6e3366 [2021-01-06T04:21:14.683Z] Removing intermediate container 8b7cea6e3366 [2021-01-06T04:21:14.683Z] ---> a06efc887912 [2021-01-06T04:21:14.683Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-06T04:21:14.683Z] Removing intermediate container a505cae4e661 [2021-01-06T04:21:14.683Z] ---> 38a16995524b [2021-01-06T04:21:14.683Z] Step 6/26 : COPY go.mod . [2021-01-06T04:21:14.683Z] Removing intermediate container c90c5b4b7343 [2021-01-06T04:21:14.683Z] ---> bad55e0edbf2 [2021-01-06T04:21:14.683Z] Step 6/24 : COPY go.mod . [2021-01-06T04:21:14.683Z] ---> Running in 59fa5eca48fd [2021-01-06T04:21:17.258Z] Removing intermediate container 59fa5eca48fd [2021-01-06T04:21:17.258Z] ---> eb2c4835c9cf [2021-01-06T04:21:17.258Z] [2021-01-06T04:21:17.258Z] ---> da07f2a88c6a [2021-01-06T04:21:17.258Z] Step 7/24 : RUN go mod download [2021-01-06T04:21:17.847Z] ---> c5875e7b3ef8 [2021-01-06T04:21:17.847Z] Step 7/26 : RUN go mod download [2021-01-06T04:21:17.847Z] Successfully built eb2c4835c9cf [2021-01-06T04:21:17.847Z] Successfully tagged docker-core-data-go:latest [2021-01-06T04:21:19.793Z]  Building docker-core-data-go ... done  ---> Running in 06ed1082c77e [2021-01-06T04:21:19.793Z] ---> Running in 8b1519cf540a [2021-01-06T04:21:21.560Z] ---> a2ed9ea850ca [2021-01-06T04:21:21.560Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-06T04:21:21.560Z] ---> 739f6f8729cf [2021-01-06T04:21:21.560Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-06T04:21:21.560Z] ---> c9c6fb2afe8b [2021-01-06T04:21:21.560Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-06T04:21:21.560Z] ---> b3997c5ffa0c [2021-01-06T04:21:21.560Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-06T04:21:21.560Z] ---> Running in a58def5e08f1 [2021-01-06T04:21:21.832Z] ---> Running in 30789fa0d4ba [2021-01-06T04:21:21.832Z] ---> b53f9d462f4b [2021-01-06T04:21:21.832Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-06T04:21:22.106Z] ---> Running in caab03c12be0 [2021-01-06T04:21:22.106Z] ---> Running in 38af78379a79 [2021-01-06T04:21:22.106Z] ---> Running in 6f1bd24b7516 [2021-01-06T04:21:24.070Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:21:24.070Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:21:24.070Z] ---> 326f963136f9 [2021-01-06T04:21:24.070Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T04:21:24.070Z] ---> Using cache [2021-01-06T04:21:24.070Z] ---> 76eb802d1458 [2021-01-06T04:21:24.070Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:21:24.070Z] ---> Using cache [2021-01-06T04:21:24.070Z] ---> 69f7c4cbc5f9 [2021-01-06T04:21:24.070Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T04:21:24.070Z] ---> Using cache [2021-01-06T04:21:24.070Z] ---> 86537038c6da [2021-01-06T04:21:24.070Z] Step 6/22 : COPY go.mod . [2021-01-06T04:21:24.070Z] ---> Using cache [2021-01-06T04:21:24.070Z] ---> 504f00abff25 [2021-01-06T04:21:24.070Z] Step 7/22 : RUN go mod download [2021-01-06T04:21:24.070Z] ---> Using cache [2021-01-06T04:21:24.070Z] ---> 8ac8d3443a01 [2021-01-06T04:21:24.070Z] Step 8/22 : COPY . . [2021-01-06T04:21:24.070Z] ---> Using cache [2021-01-06T04:21:24.070Z] ---> d39ff6358578 [2021-01-06T04:21:24.070Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-06T04:21:24.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-06T04:21:24.119Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-06T04:21:24.119Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-06T04:21:24.332Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:21:24.333Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:21:24.333Z] ---> 326f963136f9 [2021-01-06T04:21:24.333Z] Step 3/21 : WORKDIR /edgex-go [2021-01-06T04:21:24.333Z] ---> Using cache [2021-01-06T04:21:24.333Z] ---> 76eb802d1458 [2021-01-06T04:21:24.333Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:21:24.333Z] ---> Using cache [2021-01-06T04:21:24.333Z] ---> 69f7c4cbc5f9 [2021-01-06T04:21:24.333Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-06T04:21:24.333Z] ---> Using cache [2021-01-06T04:21:24.333Z] ---> 86537038c6da [2021-01-06T04:21:24.333Z] Step 6/21 : COPY go.mod . [2021-01-06T04:21:24.333Z] ---> Using cache [2021-01-06T04:21:24.333Z] ---> 504f00abff25 [2021-01-06T04:21:24.333Z] Step 7/21 : RUN go mod download [2021-01-06T04:21:24.333Z] ---> Using cache [2021-01-06T04:21:24.333Z] ---> 8ac8d3443a01 [2021-01-06T04:21:24.333Z] Step 8/21 : COPY . . [2021-01-06T04:21:24.333Z] ---> Using cache [2021-01-06T04:21:24.333Z] ---> d39ff6358578 [2021-01-06T04:21:24.333Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-06T04:21:24.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-06T04:21:24.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-06T04:21:25.281Z] ---> Running in bbb683bbf27f [2021-01-06T04:21:25.281Z] ---> Running in 4582f682e6c2 [2021-01-06T04:21:25.547Z] Removing intermediate container 8b1519cf540a [2021-01-06T04:21:25.547Z] ---> 42e244c51460 [2021-01-06T04:21:25.547Z] Step 8/26 : COPY . . [2021-01-06T04:21:25.817Z] Removing intermediate container 06ed1082c77e [2021-01-06T04:21:25.817Z] ---> 37f0cd538879 [2021-01-06T04:21:25.817Z] Step 8/24 : COPY . . [2021-01-06T04:21:26.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-06T04:21:26.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-06T04:21:53.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-06T04:21:53.134Z] ---> b1d51b03c23c [2021-01-06T04:21:53.134Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-06T04:21:53.134Z] ---> Running in 1002c75e5496 [2021-01-06T04:21:53.134Z] ---> b177932b1ee3 [2021-01-06T04:21:53.134Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-06T04:21:53.134Z] ---> Running in 1dd0ee277ee5 [2021-01-06T04:21:53.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-06T04:21:53.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-06T04:21:59.881Z] Removing intermediate container 4582f682e6c2 [2021-01-06T04:21:59.881Z] ---> 1f3ce4b9dc50 [2021-01-06T04:21:59.881Z] [2021-01-06T04:21:59.881Z] Step 10/21 : FROM alpine:3.12 [2021-01-06T04:21:59.881Z] ---> 389fef711851 [2021-01-06T04:21:59.881Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-06T04:21:59.881Z] Removing intermediate container bbb683bbf27f [2021-01-06T04:21:59.881Z] ---> c5b8fddd83c9 [2021-01-06T04:21:59.881Z] [2021-01-06T04:21:59.881Z] Step 10/22 : FROM scratch [2021-01-06T04:21:59.881Z] ---> [2021-01-06T04:21:59.881Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T04:21:59.881Z] ---> Running in 07efe96847eb [2021-01-06T04:22:00.154Z] ---> Using cache [2021-01-06T04:22:00.154Z] ---> b0cb4266c3d1 [2021-01-06T04:22:00.154Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-06T04:22:00.154Z] ---> Running in 7eaeb470d221 [2021-01-06T04:22:00.420Z] Removing intermediate container 7eaeb470d221 [2021-01-06T04:22:00.420Z] ---> 4c2b268969c5 [2021-01-06T04:22:00.420Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-06T04:22:00.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:22:00.689Z] ---> Running in 71d76570076e [2021-01-06T04:22:00.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:22:00.964Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-06T04:22:00.964Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T04:22:00.964Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-06T04:22:00.964Z] (4/4) Installing curl (7.69.1-r3) [2021-01-06T04:22:00.964Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:22:01.235Z] Executing ca-certificates-20191127-r4.trigger [2021-01-06T04:22:01.235Z] Removing intermediate container 71d76570076e [2021-01-06T04:22:01.235Z] ---> 32a687ff3e65 [2021-01-06T04:22:01.235Z] Step 14/22 : WORKDIR / [2021-01-06T04:22:01.235Z] OK: 7 MiB in 18 packages [2021-01-06T04:22:01.836Z] ---> Running in 4aba904c087a [2021-01-06T04:22:02.106Z] Removing intermediate container 4aba904c087a [2021-01-06T04:22:02.106Z] ---> 2d8ba7d2b4d4 [2021-01-06T04:22:02.106Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-06T04:22:02.705Z] Removing intermediate container 07efe96847eb [2021-01-06T04:22:02.705Z] ---> b93c4510aef2 [2021-01-06T04:22:02.705Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-06T04:22:02.968Z] ---> 5b25119d43b3 [2021-01-06T04:22:02.968Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-06T04:22:03.936Z] ---> Running in d0052e263cf3 [2021-01-06T04:22:04.216Z] ---> 8445ffd7e891 [2021-01-06T04:22:04.216Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-06T04:22:04.216Z] Removing intermediate container d0052e263cf3 [2021-01-06T04:22:04.216Z] ---> 8c505daf2d2c [2021-01-06T04:22:04.216Z] Step 13/21 : WORKDIR /edgex [2021-01-06T04:22:04.488Z] ---> Running in d79f0789b4a5 [2021-01-06T04:22:04.760Z] ---> dbdd2dd3d5b0 [2021-01-06T04:22:04.760Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-06T04:22:04.760Z] Removing intermediate container d79f0789b4a5 [2021-01-06T04:22:04.760Z] ---> 8d4e344eb933 [2021-01-06T04:22:04.760Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-06T04:22:04.760Z] ---> Running in 80490533e292 [2021-01-06T04:22:05.047Z] Removing intermediate container 80490533e292 [2021-01-06T04:22:05.047Z] ---> 0cbf81d750c0 [2021-01-06T04:22:05.047Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:22:05.321Z] ---> Running in 52da75fa3430 [2021-01-06T04:22:05.321Z] ---> 175004857fab [2021-01-06T04:22:05.321Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-06T04:22:05.908Z] Removing intermediate container 52da75fa3430 [2021-01-06T04:22:05.908Z] ---> c9943e282479 [2021-01-06T04:22:05.908Z] Step 20/22 : LABEL arch=x86_64 [2021-01-06T04:22:06.183Z] ---> Running in ce89de6e5d0b [2021-01-06T04:22:06.462Z] ---> 28c0a563161e [2021-01-06T04:22:06.462Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-06T04:22:06.462Z] Removing intermediate container ce89de6e5d0b [2021-01-06T04:22:06.462Z] ---> 4f162a70e427 [2021-01-06T04:22:06.462Z] Step 21/22 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:22:06.733Z] ---> Running in 86e45602620f [2021-01-06T04:22:07.314Z] Removing intermediate container 86e45602620f [2021-01-06T04:22:07.315Z] ---> 3d62170a8831 [2021-01-06T04:22:07.315Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T04:22:07.577Z] ---> ae95b11f14c3 [2021-01-06T04:22:07.577Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-06T04:22:07.577Z] ---> Running in 50548088e5cd [2021-01-06T04:22:07.577Z] ---> Running in d5ad269f9565 [2021-01-06T04:22:07.848Z] Removing intermediate container 50548088e5cd [2021-01-06T04:22:07.848Z] ---> e6699da55822 [2021-01-06T04:22:07.848Z] [2021-01-06T04:22:07.848Z] Removing intermediate container d5ad269f9565 [2021-01-06T04:22:07.848Z] ---> 1ce50bbd26cf [2021-01-06T04:22:07.848Z] Step 18/21 : CMD ["--init=true"] [2021-01-06T04:22:08.113Z] ---> Running in 9ff47eed772d [2021-01-06T04:22:08.113Z] Successfully built e6699da55822 [2021-01-06T04:22:08.113Z] Successfully tagged docker-core-metadata-go:latest [2021-01-06T04:22:09.060Z]  Building docker-core-metadata-go ... done Removing intermediate container 9ff47eed772d [2021-01-06T04:22:09.060Z] ---> 5f00447fa577 [2021-01-06T04:22:09.060Z] Step 19/21 : LABEL arch=x86_64 [2021-01-06T04:22:10.008Z] ---> Running in 984b14c3908e [2021-01-06T04:22:10.008Z] Removing intermediate container 1002c75e5496 [2021-01-06T04:22:10.008Z] ---> 26f344a9c4dd [2021-01-06T04:22:10.008Z] [2021-01-06T04:22:10.008Z] Step 10/24 : FROM scratch [2021-01-06T04:22:10.008Z] ---> [2021-01-06T04:22:10.008Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-06T04:22:10.008Z] ---> Running in ab6eb8821ad2 [2021-01-06T04:22:10.272Z] Removing intermediate container 984b14c3908e [2021-01-06T04:22:10.273Z] ---> 91b610008379 [2021-01-06T04:22:10.273Z] Step 20/21 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:22:10.273Z] ---> Running in d103594d6de5 [2021-01-06T04:22:12.196Z] Removing intermediate container ab6eb8821ad2 [2021-01-06T04:22:12.196Z] ---> d2930144b31d [2021-01-06T04:22:12.196Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-06T04:22:12.770Z] ---> Running in c03865a788d6 [2021-01-06T04:22:12.770Z] Removing intermediate container d103594d6de5 [2021-01-06T04:22:12.770Z] ---> 5ee0c3216836 [2021-01-06T04:22:12.770Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-06T04:22:12.770Z] Removing intermediate container 1dd0ee277ee5 [2021-01-06T04:22:12.770Z] ---> 4b510e1c0439 [2021-01-06T04:22:12.770Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-06T04:22:13.032Z] ---> Running in 9e7bd420237e [2021-01-06T04:22:13.032Z] ---> Running in f707a503eef6 [2021-01-06T04:22:13.032Z] Removing intermediate container c03865a788d6 [2021-01-06T04:22:13.032Z] ---> f9526330be5d [2021-01-06T04:22:13.032Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-06T04:22:13.295Z] ---> Running in b292c35c7e55 [2021-01-06T04:22:13.295Z] Removing intermediate container 9e7bd420237e [2021-01-06T04:22:13.295Z] ---> d3820a9471f2 [2021-01-06T04:22:13.295Z] [2021-01-06T04:22:13.558Z] Removing intermediate container b292c35c7e55 [2021-01-06T04:22:13.558Z] ---> 32daae51e980 [2021-01-06T04:22:13.558Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-06T04:22:13.558Z] Successfully built d3820a9471f2 [2021-01-06T04:22:13.558Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-06T04:22:13.558Z]  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-06T04:22:13.822Z] ---> 39f64d72f639 [2021-01-06T04:22:13.822Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-06T04:22:14.769Z] ---> c8ff804d3b2d [2021-01-06T04:22:14.769Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-06T04:22:15.030Z] Removing intermediate container f707a503eef6 [2021-01-06T04:22:15.030Z] ---> ce16da52e2a1 [2021-01-06T04:22:15.030Z] [2021-01-06T04:22:15.030Z] Step 11/26 : FROM docker:20.10.0 [2021-01-06T04:22:15.293Z] ---> 0490ea2398eb [2021-01-06T04:22:15.293Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-06T04:22:15.293Z] 20.10.0: Pulling from library/docker [2021-01-06T04:22:15.557Z] ---> 83158e6e736f [2021-01-06T04:22:15.557Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-06T04:22:16.131Z] ---> 2a75c6b7e11e [2021-01-06T04:22:16.131Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-06T04:22:16.131Z] ---> eedf9e808050 [2021-01-06T04:22:16.131Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-06T04:22:16.393Z] ---> Running in 6a445eebad39 [2021-01-06T04:22:16.657Z] Removing intermediate container 6a445eebad39 [2021-01-06T04:22:16.657Z] ---> e0b7b60a6978 [2021-01-06T04:22:16.657Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:22:16.657Z] ---> Running in 67e621b85aee [2021-01-06T04:22:17.234Z] Removing intermediate container 67e621b85aee [2021-01-06T04:22:17.235Z] ---> 6b5ad861e360 [2021-01-06T04:22:17.235Z] Step 22/24 : LABEL arch=x86_64 [2021-01-06T04:22:17.235Z] ---> Running in f92db31398e3 [2021-01-06T04:22:17.498Z] Removing intermediate container f92db31398e3 [2021-01-06T04:22:17.498Z] ---> e6c5938434c5 [2021-01-06T04:22:17.498Z] Step 23/24 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:22:17.498Z] ---> Running in e3c8e573e24f [2021-01-06T04:22:17.760Z] Removing intermediate container e3c8e573e24f [2021-01-06T04:22:17.760Z] ---> d1312deeac51 [2021-01-06T04:22:17.760Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-06T04:22:17.760Z] ---> Running in adfc315692bc [2021-01-06T04:22:18.023Z] Removing intermediate container adfc315692bc [2021-01-06T04:22:18.023Z] ---> 8a6a42014543 [2021-01-06T04:22:18.023Z] [2021-01-06T04:22:18.023Z] Successfully built 8a6a42014543 [2021-01-06T04:22:18.023Z] Successfully tagged docker-support-notifications-go:latest [2021-01-06T04:22:26.184Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-06T04:22:26.184Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-06T04:22:26.184Z] ---> aefe523efa57 [2021-01-06T04:22:26.185Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-06T04:22:26.185Z] ---> Running in f49026191dd2 [2021-01-06T04:22:26.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:22:26.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:22:26.185Z] (1/2) Installing readline (8.0.4-r0) [2021-01-06T04:22:26.185Z] (2/2) Installing bash (5.0.17-r0) [2021-01-06T04:22:26.185Z] Executing bash-5.0.17-r0.post-install [2021-01-06T04:22:26.185Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:22:26.185Z] OK: 12 MiB in 22 packages [2021-01-06T04:22:26.447Z] Removing intermediate container f49026191dd2 [2021-01-06T04:22:26.447Z] ---> 2570291c1433 [2021-01-06T04:22:26.447Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-06T04:22:26.447Z] ---> Running in 609c24a0cbba [2021-01-06T04:22:26.709Z] Removing intermediate container 609c24a0cbba [2021-01-06T04:22:26.709Z] ---> d334e999aa95 [2021-01-06T04:22:26.709Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-06T04:22:26.709Z] ---> Running in 5470dc6667ff [2021-01-06T04:22:26.970Z] Removing intermediate container 5470dc6667ff [2021-01-06T04:22:26.970Z] ---> 3429ed5c6596 [2021-01-06T04:22:26.970Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-06T04:22:26.970Z] ---> Running in b24ec9ea2406 [2021-01-06T04:22:27.231Z] Removing intermediate container b24ec9ea2406 [2021-01-06T04:22:27.231Z] ---> 61f3d516e836 [2021-01-06T04:22:27.231Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-06T04:22:27.806Z] ---> 86b56dd85d66 [2021-01-06T04:22:27.806Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-06T04:22:27.806Z] ---> dc07349a2b63 [2021-01-06T04:22:27.806Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-06T04:22:28.379Z] ---> 7b9220dcd349 [2021-01-06T04:22:28.379Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-06T04:22:28.379Z] ---> Running in fdd822dfb0d0 [2021-01-06T04:22:28.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:22:28.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:22:28.904Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-06T04:22:28.904Z] (2/33) Installing expat (2.2.9-r1) [2021-01-06T04:22:28.904Z] (3/33) Installing libffi (3.3-r2) [2021-01-06T04:22:28.904Z] (4/33) Installing gdbm (1.13-r1) [2021-01-06T04:22:28.904Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-06T04:22:28.904Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-06T04:22:29.165Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-06T04:22:30.110Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-06T04:22:30.110Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-06T04:22:30.110Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-06T04:22:30.110Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-06T04:22:30.110Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-06T04:22:30.110Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-06T04:22:30.110Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-06T04:22:30.110Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-06T04:22:30.110Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-06T04:22:30.110Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-06T04:22:30.372Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-06T04:22:30.372Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-06T04:22:30.372Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-06T04:22:30.372Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-06T04:22:30.372Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-06T04:22:30.372Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-06T04:22:30.372Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-06T04:22:30.372Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-06T04:22:30.372Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-06T04:22:30.372Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-06T04:22:30.372Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-06T04:22:30.634Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-06T04:22:30.634Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-06T04:22:30.634Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-06T04:22:30.634Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-06T04:22:30.634Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-06T04:22:30.634Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:22:30.634Z] OK: 71 MiB in 55 packages [2021-01-06T04:22:38.789Z] Removing intermediate container fdd822dfb0d0 [2021-01-06T04:22:38.789Z] ---> 78e8ea802d07 [2021-01-06T04:22:38.789Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-06T04:22:38.789Z] ---> Running in b5ab71f23d89 [2021-01-06T04:22:40.249Z] Collecting docker-compose==1.23.2 [2021-01-06T04:22:40.249Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-06T04:22:40.249Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-06T04:22:40.249Z] Collecting texttable<0.10,>=0.9.0 [2021-01-06T04:22:40.249Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-06T04:22:40.862Z] Collecting jsonschema<3,>=2.5.1 [2021-01-06T04:22:40.862Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-06T04:22:40.862Z] Collecting PyYAML<4,>=3.10 [2021-01-06T04:22:40.862Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-06T04:22:42.842Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-06T04:22:42.842Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-06T04:22:42.842Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-06T04:22:42.842Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-06T04:22:43.415Z] Collecting docker<4.0,>=3.6.0 [2021-01-06T04:22:43.415Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-06T04:22:43.415Z] Collecting cached-property<2,>=1.2.0 [2021-01-06T04:22:43.677Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-06T04:22:43.677Z] Collecting docopt<0.7,>=0.6.1 [2021-01-06T04:22:43.677Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-06T04:22:44.250Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-06T04:22:44.250Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-06T04:22:44.511Z] Collecting docker-pycreds>=0.4.0 [2021-01-06T04:22:44.511Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-06T04:22:44.511Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-06T04:22:44.511Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-06T04:22:44.511Z] 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) [2021-01-06T04:22:44.511Z] 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) [2021-01-06T04:22:44.772Z] Collecting idna<2.8,>=2.5 [2021-01-06T04:22:44.772Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-06T04:22:44.772Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-06T04:22:44.772Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-06T04:22:44.772Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-06T04:22:44.772Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-06T04:22:44.772Z] Installing collected packages: texttable, jsonschema, PyYAML, websocket-client, dockerpty, docker-pycreds, urllib3, idna, requests, docker, cached-property, docopt, docker-compose [2021-01-06T04:22:44.772Z] Running setup.py install for texttable: started [2021-01-06T04:22:45.344Z] Running setup.py install for texttable: finished with status 'done' [2021-01-06T04:22:45.344Z] Running setup.py install for PyYAML: started [2021-01-06T04:22:45.918Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-06T04:22:46.179Z] Running setup.py install for dockerpty: started [2021-01-06T04:22:46.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-06T04:22:46.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-06T04:22:46.440Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-06T04:22:46.440Z] Attempting uninstall: urllib3 [2021-01-06T04:22:46.440Z] Found existing installation: urllib3 1.25.9 [2021-01-06T04:22:46.440Z] Uninstalling urllib3-1.25.9: [2021-01-06T04:22:46.701Z] Successfully uninstalled urllib3-1.25.9 [2021-01-06T04:22:46.701Z] Attempting uninstall: idna [2021-01-06T04:22:46.701Z] Found existing installation: idna 2.9 [2021-01-06T04:22:46.701Z] Uninstalling idna-2.9: [2021-01-06T04:22:46.961Z] Successfully uninstalled idna-2.9 [2021-01-06T04:22:46.961Z] Attempting uninstall: requests [2021-01-06T04:22:46.961Z] Found existing installation: requests 2.23.0 [2021-01-06T04:22:46.961Z] Uninstalling requests-2.23.0: [2021-01-06T04:22:46.961Z] Successfully uninstalled requests-2.23.0 [2021-01-06T04:22:47.534Z] Running setup.py install for docopt: started [2021-01-06T04:22:47.796Z] Running setup.py install for docopt: finished with status 'done' [2021-01-06T04:22:48.058Z] 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 [2021-01-06T04:22:51.368Z] Removing intermediate container b5ab71f23d89 [2021-01-06T04:22:51.369Z] ---> a9f789d332bd [2021-01-06T04:22:51.369Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-06T04:22:51.369Z] ---> Running in 1c728f54f918 [2021-01-06T04:22:51.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T04:22:51.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T04:22:51.893Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T04:22:51.893Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-06T04:22:51.893Z] (3/3) Installing curl (7.69.1-r3) [2021-01-06T04:22:51.893Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:22:51.893Z] OK: 72 MiB in 58 packages [2021-01-06T04:22:52.466Z] Removing intermediate container 1c728f54f918 [2021-01-06T04:22:52.466Z] ---> a7cc980407fe [2021-01-06T04:22:52.466Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-06T04:22:52.466Z] ---> Running in 9c09e42b9668 [2021-01-06T04:22:52.466Z] Removing intermediate container 9c09e42b9668 [2021-01-06T04:22:52.466Z] ---> 2fac0f8616f5 [2021-01-06T04:22:52.466Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:22:52.466Z] ---> Running in ec899f1ba13c [2021-01-06T04:22:52.730Z] Removing intermediate container ec899f1ba13c [2021-01-06T04:22:52.730Z] ---> 7e4f6a81540e [2021-01-06T04:22:52.730Z] Step 24/26 : LABEL arch=x86_64 [2021-01-06T04:22:52.730Z] ---> Running in 1aacbae50180 [2021-01-06T04:22:52.995Z] Removing intermediate container 1aacbae50180 [2021-01-06T04:22:52.995Z] ---> a7c22ab42b3c [2021-01-06T04:22:52.995Z] Step 25/26 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:22:52.995Z] ---> Running in fb7d92e5e4db [2021-01-06T04:22:53.258Z] Removing intermediate container fb7d92e5e4db [2021-01-06T04:22:53.258Z] ---> ecc41852efad [2021-01-06T04:22:53.258Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-06T04:22:53.258Z] ---> Running in ba4bb68013a7 [2021-01-06T04:22:53.519Z] Removing intermediate container ba4bb68013a7 [2021-01-06T04:22:53.519Z] ---> 337d6432b4eb [2021-01-06T04:22:53.519Z] [2021-01-06T04:22:53.519Z] Successfully built 337d6432b4eb [2021-01-06T04:22:53.519Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-06T04:22:54.103Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-06T04:22:54.109Z] $ docker stop --time=1 3843ef91123d8f4384e0c2f33f322e098189b9c0a8ab248ce005e1bb8a317be2 [2021-01-06T04:22:55.744Z] $ docker rm -f 3843ef91123d8f4384e0c2f33f322e098189b9c0a8ab248ce005e1bb8a317be2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-06T04:22:56.344Z] + docker images [2021-01-06T04:22:56.344Z] + grep docker [2021-01-06T04:22:56.344Z] docker-sys-mgmt-agent-go latest 337d6432b4eb 3 seconds ago 313MB [2021-01-06T04:22:56.344Z] docker-support-notifications-go latest 8a6a42014543 39 seconds ago 12MB [2021-01-06T04:22:56.344Z] docker-security-proxy-setup-go latest d3820a9471f2 43 seconds ago 24.5MB [2021-01-06T04:22:56.344Z] docker-core-metadata-go latest e6699da55822 49 seconds ago 13MB [2021-01-06T04:22:56.344Z] docker-core-data-go latest eb2c4835c9cf About a minute ago 22.2MB [2021-01-06T04:22:56.344Z] docker-security-secretstore-setup-go latest b92ab3b7465e About a minute ago 24.6MB [2021-01-06T04:22:56.344Z] docker-security-bootstrap-redis-go latest 9276890a03d9 About a minute ago 15.8MB [2021-01-06T04:22:56.344Z] docker-core-command-go latest aa9151066fbc 2 minutes ago 10.6MB [2021-01-06T04:22:56.344Z] docker-support-scheduler-go latest d789a680489a 2 minutes ago 10.7MB [2021-01-06T04:22:56.344Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-06T04:22:57.043Z] provisioning config files... [2021-01-06T04:22:57.072Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/278@tmp/config5057641763778547581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:22:57.446Z] ---> docker-login.sh [2021-01-06T04:22:57.446Z] nexus3.edgexfoundry.org:10001 [2021-01-06T04:22:57.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:22:57.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:22:57.707Z] Configure a credential helper to remove this warning. See [2021-01-06T04:22:57.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:22:57.707Z] [2021-01-06T04:22:57.707Z] Login Succeeded [2021-01-06T04:22:57.707Z] nexus3.edgexfoundry.org:10002 [2021-01-06T04:22:57.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:22:57.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:22:57.707Z] Configure a credential helper to remove this warning. See [2021-01-06T04:22:57.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:22:57.707Z] [2021-01-06T04:22:57.707Z] Login Succeeded [2021-01-06T04:22:57.707Z] nexus3.edgexfoundry.org:10003 [2021-01-06T04:22:57.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:22:57.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:22:57.969Z] Configure a credential helper to remove this warning. See [2021-01-06T04:22:57.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:22:57.969Z] [2021-01-06T04:22:57.969Z] Login Succeeded [2021-01-06T04:22:57.969Z] nexus3.edgexfoundry.org:10004 [2021-01-06T04:22:57.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:22:58.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:22:58.230Z] Configure a credential helper to remove this warning. See [2021-01-06T04:22:58.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:22:58.230Z] [2021-01-06T04:22:58.230Z] Login Succeeded [2021-01-06T04:22:58.230Z] docker.io [2021-01-06T04:22:58.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:22:58.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:22:58.491Z] Configure a credential helper to remove this warning. See [2021-01-06T04:22:58.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:22:58.491Z] [2021-01-06T04:22:58.491Z] Login Succeeded [2021-01-06T04:22:58.491Z] ---> docker-login.sh ends [Pipeline] } [2021-01-06T04:22:58.499Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:22:58.724Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-06T04:22:58.724Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:22:58.724Z] 2.0.0-dev.33 [2021-01-06T04:22:58.724Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:22:58.724Z] master [2021-01-06T04:22:58.724Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:22:59.237Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:22:59.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:22:59.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-06T04:22:59.541Z] 4455618d38c2: Preparing [2021-01-06T04:22:59.541Z] cc8050b27e3b: Preparing [2021-01-06T04:22:59.541Z] a8025f09aca9: Preparing [2021-01-06T04:22:59.541Z] 4455618d38c2: Pushed [2021-01-06T04:22:59.541Z] a8025f09aca9: Pushed [2021-01-06T04:23:00.486Z] cc8050b27e3b: Pushed [2021-01-06T04:23:00.748Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:4c3037e70d080231c017cfbeefd7f4e152d792bde4faa6abb7588bf97abc4bbd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:01.313Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:01.424Z] Removing intermediate container 38af78379a79 [2021-01-06T04:23:01.424Z] ---> fad4b33c9f90 [2021-01-06T04:23:01.424Z] [2021-01-06T04:23:01.424Z] Step 10/24 : FROM alpine:3.12 [2021-01-06T04:23:01.424Z] 3.12: Pulling from library/alpine [2021-01-06T04:23:01.424Z] Removing intermediate container a58def5e08f1 [2021-01-06T04:23:01.424Z] ---> 881dc40c7e93 [2021-01-06T04:23:01.424Z] [2021-01-06T04:23:01.424Z] Step 10/21 : FROM alpine:3.12 [2021-01-06T04:23:01.424Z] Removing intermediate container 30789fa0d4ba [2021-01-06T04:23:01.424Z] ---> 6a7692cde923 [2021-01-06T04:23:01.424Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-06T04:23:01.424Z] Removing intermediate container caab03c12be0 [2021-01-06T04:23:01.424Z] ---> c9a0e6d936da [2021-01-06T04:23:01.424Z] [2021-01-06T04:23:01.424Z] Step 10/22 : FROM scratch [2021-01-06T04:23:01.424Z] ---> [2021-01-06T04:23:01.424Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T04:23:01.424Z] 3.12: Pulling from library/alpine [2021-01-06T04:23:01.424Z] ---> Running in 041695d620d5 [2021-01-06T04:23:01.424Z] ---> Running in f0b0b99a3926 [2021-01-06T04:23:01.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-06T04:23:01.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-06T04:23:01.610Z] 4455618d38c2: Preparing [2021-01-06T04:23:01.610Z] cc8050b27e3b: Preparing [2021-01-06T04:23:01.610Z] a8025f09aca9: Preparing [2021-01-06T04:23:01.610Z] cc8050b27e3b: Layer already exists [2021-01-06T04:23:01.610Z] 4455618d38c2: Layer already exists [2021-01-06T04:23:01.611Z] a8025f09aca9: Layer already exists [2021-01-06T04:23:01.611Z] 2.0.0-dev.33: digest: sha256:4c3037e70d080231c017cfbeefd7f4e152d792bde4faa6abb7588bf97abc4bbd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:01.699Z] Removing intermediate container 041695d620d5 [2021-01-06T04:23:01.699Z] ---> f1b9ae96de16 [2021-01-06T04:23:01.699Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-06T04:23:01.699Z] ---> Running in e4e91da4e5c2 [2021-01-06T04:23:01.921Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:01.975Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-06T04:23:01.975Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-06T04:23:01.975Z] Status: Downloaded newer image for alpine:3.12 [2021-01-06T04:23:01.975Z] Status: Image is up to date for alpine:3.12 [2021-01-06T04:23:02.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:02.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-06T04:23:02.224Z] 4455618d38c2: Preparing [2021-01-06T04:23:02.224Z] cc8050b27e3b: Preparing [2021-01-06T04:23:02.224Z] a8025f09aca9: Preparing [2021-01-06T04:23:02.224Z] 4455618d38c2: Layer already exists [2021-01-06T04:23:02.224Z] a8025f09aca9: Layer already exists [2021-01-06T04:23:02.224Z] cc8050b27e3b: Layer already exists [2021-01-06T04:23:02.224Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:4c3037e70d080231c017cfbeefd7f4e152d792bde4faa6abb7588bf97abc4bbd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:02.254Z] ---> afeebe901d6b [2021-01-06T04:23:02.254Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-06T04:23:02.254Z] ---> afeebe901d6b [2021-01-06T04:23:02.254Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-06T04:23:02.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-06T04:23:02.526Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-06T04:23:02.527Z] ---> Running in 0b7897415acd [2021-01-06T04:23:02.527Z] ---> Running in b22c56d449fa [2021-01-06T04:23:02.527Z] Removing intermediate container e4e91da4e5c2 [2021-01-06T04:23:02.527Z] ---> 0c42ed295e93 [2021-01-06T04:23:02.527Z] Step 13/22 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:02.798Z] ---> Running in f1c24e6d2ac9 [2021-01-06T04:23:02.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-06T04:23:02.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-06T04:23:02.824Z] 4455618d38c2: Preparing [2021-01-06T04:23:02.824Z] cc8050b27e3b: Preparing [2021-01-06T04:23:02.824Z] a8025f09aca9: Preparing [2021-01-06T04:23:02.824Z] 4455618d38c2: Layer already exists [2021-01-06T04:23:02.824Z] cc8050b27e3b: Layer already exists [2021-01-06T04:23:02.824Z] a8025f09aca9: Layer already exists [2021-01-06T04:23:02.824Z] master: digest: sha256:4c3037e70d080231c017cfbeefd7f4e152d792bde4faa6abb7588bf97abc4bbd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:23:03.042Z] ===================================================== [Pipeline] echo [2021-01-06T04:23:03.096Z] taggedImages: [2021-01-06T04:23:03.096Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:03.096Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-06T04:23:03.096Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:03.096Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-06T04:23:03.194Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-06T04:23:03.194Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:03.194Z] 2.0.0-dev.33 [2021-01-06T04:23:03.194Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:03.194Z] master [2021-01-06T04:23:03.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:03.711Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:03.790Z] Removing intermediate container f1c24e6d2ac9 [2021-01-06T04:23:03.791Z] ---> e34e1478c7e5 [2021-01-06T04:23:03.791Z] Step 14/22 : WORKDIR / [2021-01-06T04:23:04.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:04.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-06T04:23:04.010Z] dee6355bcf69: Preparing [2021-01-06T04:23:04.010Z] eb49c430a677: Preparing [2021-01-06T04:23:04.010Z] 77e0f1bbe52d: Preparing [2021-01-06T04:23:04.010Z] ff7d31fd0229: Preparing [2021-01-06T04:23:04.010Z] 1e4aca6cf958: Preparing [2021-01-06T04:23:04.010Z] 777b2c648970: Preparing [2021-01-06T04:23:04.010Z] 777b2c648970: Waiting [2021-01-06T04:23:04.069Z] ---> Running in 5f3378bfea44 [2021-01-06T04:23:04.274Z] 77e0f1bbe52d: Pushed [2021-01-06T04:23:04.274Z] dee6355bcf69: Pushed [2021-01-06T04:23:04.274Z] 1e4aca6cf958: Pushed [2021-01-06T04:23:04.274Z] 777b2c648970: Layer already exists [2021-01-06T04:23:04.274Z] ff7d31fd0229: Pushed [2021-01-06T04:23:04.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:23:04.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:23:04.670Z] Removing intermediate container 5f3378bfea44 [2021-01-06T04:23:04.670Z] ---> 6fb2a1efed07 [2021-01-06T04:23:04.670Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-06T04:23:04.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:23:04.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:23:05.568Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-06T04:23:05.568Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T04:23:05.568Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-06T04:23:05.568Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-06T04:23:05.568Z] (4/4) Installing curl (7.69.1-r3) [2021-01-06T04:23:05.568Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:23:05.568Z] Executing ca-certificates-20191127-r4.trigger [2021-01-06T04:23:05.568Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T04:23:05.568Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-06T04:23:05.568Z] (4/5) Installing curl (7.69.1-r3) [2021-01-06T04:23:05.568Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-06T04:23:05.670Z] eb49c430a677: Pushed [2021-01-06T04:23:05.670Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:0631fe74dde8ed8016913dfb9a365089ae3df2148e49caeabad878ddfed0a468 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:05.857Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:23:05.857Z] Executing ca-certificates-20191127-r4.trigger [2021-01-06T04:23:05.857Z] OK: 7 MiB in 18 packages [2021-01-06T04:23:05.857Z] ---> 9c47cd8cdda3 [2021-01-06T04:23:05.857Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-06T04:23:05.857Z] OK: 7 MiB in 19 packages [2021-01-06T04:23:06.002Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:06.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-06T04:23:06.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-06T04:23:06.301Z] dee6355bcf69: Preparing [2021-01-06T04:23:06.301Z] eb49c430a677: Preparing [2021-01-06T04:23:06.301Z] 77e0f1bbe52d: Preparing [2021-01-06T04:23:06.301Z] ff7d31fd0229: Preparing [2021-01-06T04:23:06.301Z] 1e4aca6cf958: Preparing [2021-01-06T04:23:06.301Z] 777b2c648970: Preparing [2021-01-06T04:23:06.301Z] 777b2c648970: Waiting [2021-01-06T04:23:06.301Z] 1e4aca6cf958: Layer already exists [2021-01-06T04:23:06.301Z] eb49c430a677: Layer already exists [2021-01-06T04:23:06.301Z] dee6355bcf69: Layer already exists [2021-01-06T04:23:06.301Z] ff7d31fd0229: Layer already exists [2021-01-06T04:23:06.301Z] 77e0f1bbe52d: Layer already exists [2021-01-06T04:23:06.301Z] 777b2c648970: Layer already exists [2021-01-06T04:23:06.301Z] 2.0.0-dev.33: digest: sha256:0631fe74dde8ed8016913dfb9a365089ae3df2148e49caeabad878ddfed0a468 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:06.603Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:06.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:06.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-06T04:23:06.900Z] dee6355bcf69: Preparing [2021-01-06T04:23:06.900Z] eb49c430a677: Preparing [2021-01-06T04:23:06.900Z] 77e0f1bbe52d: Preparing [2021-01-06T04:23:06.900Z] ff7d31fd0229: Preparing [2021-01-06T04:23:06.900Z] 1e4aca6cf958: Preparing [2021-01-06T04:23:06.900Z] 777b2c648970: Preparing [2021-01-06T04:23:06.900Z] 777b2c648970: Waiting [2021-01-06T04:23:06.900Z] 77e0f1bbe52d: Layer already exists [2021-01-06T04:23:06.900Z] dee6355bcf69: Layer already exists [2021-01-06T04:23:06.900Z] 1e4aca6cf958: Layer already exists [2021-01-06T04:23:06.900Z] ff7d31fd0229: Layer already exists [2021-01-06T04:23:06.900Z] eb49c430a677: Layer already exists [2021-01-06T04:23:06.900Z] 777b2c648970: Layer already exists [2021-01-06T04:23:06.900Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:0631fe74dde8ed8016913dfb9a365089ae3df2148e49caeabad878ddfed0a468 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:07.204Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:07.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-06T04:23:07.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-06T04:23:07.504Z] dee6355bcf69: Preparing [2021-01-06T04:23:07.504Z] eb49c430a677: Preparing [2021-01-06T04:23:07.504Z] 77e0f1bbe52d: Preparing [2021-01-06T04:23:07.504Z] ff7d31fd0229: Preparing [2021-01-06T04:23:07.504Z] 1e4aca6cf958: Preparing [2021-01-06T04:23:07.504Z] 777b2c648970: Preparing [2021-01-06T04:23:07.504Z] 777b2c648970: Waiting [2021-01-06T04:23:07.504Z] 77e0f1bbe52d: Layer already exists [2021-01-06T04:23:07.504Z] ff7d31fd0229: Layer already exists [2021-01-06T04:23:07.504Z] eb49c430a677: Layer already exists [2021-01-06T04:23:07.504Z] 1e4aca6cf958: Layer already exists [2021-01-06T04:23:07.504Z] dee6355bcf69: Layer already exists [2021-01-06T04:23:07.504Z] 777b2c648970: Layer already exists [2021-01-06T04:23:07.504Z] master: digest: sha256:0631fe74dde8ed8016913dfb9a365089ae3df2148e49caeabad878ddfed0a468 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:23:07.697Z] ===================================================== [Pipeline] echo [2021-01-06T04:23:07.744Z] taggedImages: [2021-01-06T04:23:07.744Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:07.744Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-06T04:23:07.744Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:07.744Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-06T04:23:07.800Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-06T04:23:07.800Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:07.800Z] 2.0.0-dev.33 [2021-01-06T04:23:07.800Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:07.800Z] master [2021-01-06T04:23:07.801Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-06T04:23:07.858Z] Removing intermediate container f0b0b99a3926 [2021-01-06T04:23:07.858Z] ---> eec96956cbd2 [2021-01-06T04:23:07.858Z] [2021-01-06T04:23:07.858Z] Step 11/26 : FROM docker:20.10.0 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:08.139Z] 20.10.0: Pulling from library/docker [2021-01-06T04:23:08.284Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:08.414Z] ---> 4f071e5a7245 [2021-01-06T04:23:08.414Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-06T04:23:08.414Z] Removing intermediate container 0b7897415acd [2021-01-06T04:23:08.414Z] ---> 7d3896b6bbf3 [2021-01-06T04:23:08.414Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-06T04:23:08.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:08.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-06T04:23:08.584Z] 7c979201971a: Preparing [2021-01-06T04:23:08.584Z] 84b053e39765: Preparing [2021-01-06T04:23:08.584Z] 86e984925eef: Preparing [2021-01-06T04:23:08.690Z] Removing intermediate container b22c56d449fa [2021-01-06T04:23:08.690Z] ---> 3c9bf20d5117 [2021-01-06T04:23:08.690Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-06T04:23:08.847Z] 7c979201971a: Pushed [2021-01-06T04:23:08.847Z] 86e984925eef: Pushed [2021-01-06T04:23:08.965Z] ---> Running in 3c084a757a13 [2021-01-06T04:23:08.965Z] Removing intermediate container 6f1bd24b7516 [2021-01-06T04:23:08.965Z] ---> ae17828e8fe8 [2021-01-06T04:23:08.965Z] [2021-01-06T04:23:08.966Z] Step 10/22 : FROM scratch [2021-01-06T04:23:08.966Z] ---> [2021-01-06T04:23:08.966Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T04:23:08.966Z] ---> Running in 4836144a2a02 [2021-01-06T04:23:08.966Z] ---> Using cache [2021-01-06T04:23:08.966Z] ---> f1b9ae96de16 [2021-01-06T04:23:08.966Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-06T04:23:09.238Z] ---> Running in 3fde64c76648 [2021-01-06T04:23:09.238Z] ---> 939f87b00dbb [2021-01-06T04:23:09.238Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-06T04:23:09.515Z] Removing intermediate container 3c084a757a13 [2021-01-06T04:23:09.515Z] ---> 87355bed0f94 [2021-01-06T04:23:09.515Z] Step 13/21 : WORKDIR /edgex [2021-01-06T04:23:09.789Z] ---> Running in aa0d1b62ef70 [2021-01-06T04:23:09.791Z] 84b053e39765: Pushed [2021-01-06T04:23:10.052Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:858363e38746c162eebfb2fcb711d2ca5337ff05b00c8c25dedd2a298c8e7d6a size: 943 [2021-01-06T04:23:10.062Z] Removing intermediate container 4836144a2a02 [2021-01-06T04:23:10.062Z] ---> 647db394525d [2021-01-06T04:23:10.062Z] Step 13/24 : WORKDIR / [2021-01-06T04:23:10.062Z] ---> Running in e6298cd327b8 [2021-01-06T04:23:10.062Z] Removing intermediate container 3fde64c76648 [2021-01-06T04:23:10.062Z] ---> 70866468a513 [2021-01-06T04:23:10.062Z] Step 13/22 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:10.339Z] ---> Running in f40487800e29 [2021-01-06T04:23:10.339Z] ---> Running in 8b83f91c4f70 [2021-01-06T04:23:10.361Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:10.614Z] Removing intermediate container aa0d1b62ef70 [2021-01-06T04:23:10.614Z] ---> 94db18e5ea79 [2021-01-06T04:23:10.614Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:23:10.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-06T04:23:10.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-06T04:23:10.737Z] 7c979201971a: Preparing [2021-01-06T04:23:10.737Z] 84b053e39765: Preparing [2021-01-06T04:23:10.737Z] 86e984925eef: Preparing [2021-01-06T04:23:10.737Z] 86e984925eef: Layer already exists [2021-01-06T04:23:10.737Z] 84b053e39765: Layer already exists [2021-01-06T04:23:10.737Z] 7c979201971a: Layer already exists [2021-01-06T04:23:10.737Z] 2.0.0-dev.33: digest: sha256:858363e38746c162eebfb2fcb711d2ca5337ff05b00c8c25dedd2a298c8e7d6a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:10.887Z] Removing intermediate container e6298cd327b8 [2021-01-06T04:23:10.887Z] ---> 70a9bf23d7f8 [2021-01-06T04:23:10.887Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-06T04:23:10.887Z] ---> Running in 10d268a2e3d6 [2021-01-06T04:23:11.066Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:11.159Z] Removing intermediate container 8b83f91c4f70 [2021-01-06T04:23:11.159Z] ---> 12fb023ea982 [2021-01-06T04:23:11.159Z] Step 14/22 : WORKDIR / [2021-01-06T04:23:11.159Z] Removing intermediate container f40487800e29 [2021-01-06T04:23:11.159Z] ---> 817fcee31065 [2021-01-06T04:23:11.159Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-06T04:23:11.159Z] ---> Running in 8aaf22e3943f [2021-01-06T04:23:11.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:11.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-06T04:23:11.365Z] 7c979201971a: Preparing [2021-01-06T04:23:11.365Z] 84b053e39765: Preparing [2021-01-06T04:23:11.365Z] 86e984925eef: Preparing [2021-01-06T04:23:11.365Z] 86e984925eef: Layer already exists [2021-01-06T04:23:11.365Z] 7c979201971a: Layer already exists [2021-01-06T04:23:11.365Z] 84b053e39765: Layer already exists [2021-01-06T04:23:11.365Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:858363e38746c162eebfb2fcb711d2ca5337ff05b00c8c25dedd2a298c8e7d6a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:11.439Z] Removing intermediate container 10d268a2e3d6 [2021-01-06T04:23:11.439Z] ---> cc63d830703d [2021-01-06T04:23:11.439Z] Step 20/22 : LABEL arch=arm64 [2021-01-06T04:23:11.672Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:11.713Z] ---> Running in 1c9b4cac4b8d [2021-01-06T04:23:11.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-06T04:23:11.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-06T04:23:11.972Z] 7c979201971a: Preparing [2021-01-06T04:23:11.972Z] 84b053e39765: Preparing [2021-01-06T04:23:11.972Z] 86e984925eef: Preparing [2021-01-06T04:23:11.972Z] 7c979201971a: Layer already exists [2021-01-06T04:23:11.972Z] 86e984925eef: Layer already exists [2021-01-06T04:23:11.972Z] 84b053e39765: Layer already exists [2021-01-06T04:23:11.992Z] Removing intermediate container 8aaf22e3943f [2021-01-06T04:23:11.993Z] ---> 7d1195a4bfbe [2021-01-06T04:23:11.993Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-06T04:23:11.993Z] ---> 5690a1fbc9d2 [2021-01-06T04:23:11.993Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-06T04:23:12.234Z] master: digest: sha256:858363e38746c162eebfb2fcb711d2ca5337ff05b00c8c25dedd2a298c8e7d6a size: 943 [Pipeline] } [2021-01-06T04:23:12.273Z] ---> 38acdd367c1f [2021-01-06T04:23:12.273Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-06T04:23:12.273Z] Removing intermediate container 1c9b4cac4b8d [2021-01-06T04:23:12.273Z] ---> c8c3b9c5a167 [2021-01-06T04:23:12.273Z] Step 21/22 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:23:12.433Z] ===================================================== [Pipeline] echo [2021-01-06T04:23:12.481Z] taggedImages: [2021-01-06T04:23:12.481Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:12.481Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-06T04:23:12.481Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:12.482Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-06T04:23:12.569Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-06T04:23:12.569Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:12.569Z] 2.0.0-dev.33 [2021-01-06T04:23:12.569Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:12.569Z] master [2021-01-06T04:23:12.569Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:13.077Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:13.275Z] ---> Running in 589a082f27a7 [2021-01-06T04:23:13.275Z] ---> 67cc1c086918 [2021-01-06T04:23:13.275Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-06T04:23:13.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:13.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-06T04:23:13.377Z] 8525b5dabf47: Preparing [2021-01-06T04:23:13.377Z] 26ddd8fa7c22: Preparing [2021-01-06T04:23:13.377Z] 9e80c751445c: Preparing [2021-01-06T04:23:13.377Z] 285bf5685cf8: Preparing [2021-01-06T04:23:13.377Z] e5d98f7a37da: Preparing [2021-01-06T04:23:13.377Z] 407e791a30b9: Preparing [2021-01-06T04:23:13.377Z] 777b2c648970: Preparing [2021-01-06T04:23:13.377Z] 407e791a30b9: Waiting [2021-01-06T04:23:13.377Z] 8525b5dabf47: Pushed [2021-01-06T04:23:13.377Z] 26ddd8fa7c22: Pushed [2021-01-06T04:23:13.550Z] ---> 003d1ad4d3b7 [2021-01-06T04:23:13.550Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-06T04:23:13.641Z] e5d98f7a37da: Pushed [2021-01-06T04:23:13.641Z] 9e80c751445c: Pushed [2021-01-06T04:23:13.641Z] 777b2c648970: Layer already exists [2021-01-06T04:23:13.829Z] ---> 40fb778466f1 [2021-01-06T04:23:13.829Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-06T04:23:13.904Z] 407e791a30b9: Pushed [2021-01-06T04:23:14.103Z] Removing intermediate container 589a082f27a7 [2021-01-06T04:23:14.103Z] ---> e79f83f1e612 [2021-01-06T04:23:14.103Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T04:23:14.166Z] 285bf5685cf8: Pushed [2021-01-06T04:23:14.428Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:086a19e00758f53b649e1a995d90c777f7584936f84de95d0fc2d78c8c56ff01 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:14.699Z] ---> Running in 63160f730bb1 [2021-01-06T04:23:14.738Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:15.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-06T04:23:15.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-06T04:23:15.036Z] 8525b5dabf47: Preparing [2021-01-06T04:23:15.036Z] 26ddd8fa7c22: Preparing [2021-01-06T04:23:15.036Z] 9e80c751445c: Preparing [2021-01-06T04:23:15.036Z] 285bf5685cf8: Preparing [2021-01-06T04:23:15.036Z] e5d98f7a37da: Preparing [2021-01-06T04:23:15.036Z] 407e791a30b9: Preparing [2021-01-06T04:23:15.036Z] 777b2c648970: Preparing [2021-01-06T04:23:15.036Z] 777b2c648970: Waiting [2021-01-06T04:23:15.036Z] 407e791a30b9: Waiting [2021-01-06T04:23:15.036Z] 285bf5685cf8: Layer already exists [2021-01-06T04:23:15.036Z] 8525b5dabf47: Layer already exists [2021-01-06T04:23:15.036Z] e5d98f7a37da: Layer already exists [2021-01-06T04:23:15.036Z] 9e80c751445c: Layer already exists [2021-01-06T04:23:15.036Z] 26ddd8fa7c22: Layer already exists [2021-01-06T04:23:15.036Z] 407e791a30b9: Layer already exists [2021-01-06T04:23:15.036Z] 777b2c648970: Layer already exists [2021-01-06T04:23:15.036Z] 2.0.0-dev.33: digest: sha256:086a19e00758f53b649e1a995d90c777f7584936f84de95d0fc2d78c8c56ff01 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:15.306Z] ---> 79ce430144da [2021-01-06T04:23:15.306Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-06T04:23:15.306Z] ---> 3424862af2bf [2021-01-06T04:23:15.306Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-06T04:23:15.337Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:15.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:15.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-06T04:23:15.629Z] 8525b5dabf47: Preparing [2021-01-06T04:23:15.629Z] 26ddd8fa7c22: Preparing [2021-01-06T04:23:15.629Z] 9e80c751445c: Preparing [2021-01-06T04:23:15.629Z] 285bf5685cf8: Preparing [2021-01-06T04:23:15.629Z] e5d98f7a37da: Preparing [2021-01-06T04:23:15.629Z] 407e791a30b9: Preparing [2021-01-06T04:23:15.629Z] 777b2c648970: Preparing [2021-01-06T04:23:15.629Z] 407e791a30b9: Waiting [2021-01-06T04:23:15.629Z] 777b2c648970: Waiting [2021-01-06T04:23:15.629Z] 285bf5685cf8: Layer already exists [2021-01-06T04:23:15.629Z] e5d98f7a37da: Layer already exists [2021-01-06T04:23:15.629Z] 8525b5dabf47: Layer already exists [2021-01-06T04:23:15.629Z] 26ddd8fa7c22: Layer already exists [2021-01-06T04:23:15.629Z] 9e80c751445c: Layer already exists [2021-01-06T04:23:15.629Z] 407e791a30b9: Layer already exists [2021-01-06T04:23:15.629Z] 777b2c648970: Layer already exists [2021-01-06T04:23:15.629Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:086a19e00758f53b649e1a995d90c777f7584936f84de95d0fc2d78c8c56ff01 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:15.900Z] Removing intermediate container 63160f730bb1 [2021-01-06T04:23:15.900Z] ---> 0bd319af438a [2021-01-06T04:23:15.900Z] [2021-01-06T04:23:15.900Z] ---> e762afe8dcf2 [2021-01-06T04:23:15.900Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-06T04:23:15.930Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:16.180Z] Successfully built 0bd319af438a [2021-01-06T04:23:16.180Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-06T04:23:16.180Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-06T04:23:16.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-06T04:23:16.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-06T04:23:16.225Z] 8525b5dabf47: Preparing [2021-01-06T04:23:16.225Z] 26ddd8fa7c22: Preparing [2021-01-06T04:23:16.225Z] 9e80c751445c: Preparing [2021-01-06T04:23:16.225Z] 285bf5685cf8: Preparing [2021-01-06T04:23:16.225Z] e5d98f7a37da: Preparing [2021-01-06T04:23:16.225Z] 407e791a30b9: Preparing [2021-01-06T04:23:16.225Z] 777b2c648970: Preparing [2021-01-06T04:23:16.225Z] 407e791a30b9: Waiting [2021-01-06T04:23:16.225Z] 777b2c648970: Waiting [2021-01-06T04:23:16.225Z] 9e80c751445c: Layer already exists [2021-01-06T04:23:16.225Z] 285bf5685cf8: Layer already exists [2021-01-06T04:23:16.225Z] e5d98f7a37da: Layer already exists [2021-01-06T04:23:16.225Z] 8525b5dabf47: Layer already exists [2021-01-06T04:23:16.225Z] 26ddd8fa7c22: Layer already exists [2021-01-06T04:23:16.225Z] 777b2c648970: Layer already exists [2021-01-06T04:23:16.225Z] 407e791a30b9: Layer already exists [2021-01-06T04:23:16.225Z] master: digest: sha256:086a19e00758f53b649e1a995d90c777f7584936f84de95d0fc2d78c8c56ff01 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:23:16.424Z] ===================================================== [Pipeline] echo [2021-01-06T04:23:16.471Z] taggedImages: [2021-01-06T04:23:16.471Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:16.471Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-06T04:23:16.471Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:16.471Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-06T04:23:16.535Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-06T04:23:16.535Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:16.535Z] 2.0.0-dev.33 [2021-01-06T04:23:16.535Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:16.535Z] master [2021-01-06T04:23:16.535Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:16.789Z] ---> Running in 9330a5ffbbea [2021-01-06T04:23:16.789Z] ---> df9bdf222722 [2021-01-06T04:23:16.789Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-06T04:23:17.039Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:17.060Z] ---> bcf99e897481 [2021-01-06T04:23:17.060Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-06T04:23:17.333Z] ---> Running in 63ee7145a926 [2021-01-06T04:23:17.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:17.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-06T04:23:17.340Z] 57ff45726e5c: Preparing [2021-01-06T04:23:17.340Z] 1ad7f0fa12fb: Preparing [2021-01-06T04:23:17.340Z] 9ef75e74124a: Preparing [2021-01-06T04:23:17.340Z] e488ea5e78d4: Preparing [2021-01-06T04:23:17.340Z] d4c45bdbdf2f: Preparing [2021-01-06T04:23:17.340Z] 777b2c648970: Preparing [2021-01-06T04:23:17.340Z] 777b2c648970: Waiting [2021-01-06T04:23:17.602Z] 9ef75e74124a: Pushed [2021-01-06T04:23:17.602Z] e488ea5e78d4: Pushed [2021-01-06T04:23:17.602Z] 777b2c648970: Layer already exists [2021-01-06T04:23:17.602Z] d4c45bdbdf2f: Pushed [2021-01-06T04:23:17.931Z] Removing intermediate container 9330a5ffbbea [2021-01-06T04:23:17.931Z] ---> 5196ec285e9c [2021-01-06T04:23:17.931Z] Step 18/21 : CMD ["--init=true"] [2021-01-06T04:23:18.179Z] 1ad7f0fa12fb: Pushed [2021-01-06T04:23:18.179Z] 57ff45726e5c: Pushed [2021-01-06T04:23:18.450Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:c96feb24011b461e7819c0530353e16cd82f0c242c933c45b0d3fbd9ef39d533 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:18.762Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:18.909Z] Removing intermediate container 63ee7145a926 [2021-01-06T04:23:18.910Z] ---> 771e9bd6729c [2021-01-06T04:23:18.910Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:23:19.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-06T04:23:19.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-06T04:23:19.055Z] 57ff45726e5c: Preparing [2021-01-06T04:23:19.055Z] 1ad7f0fa12fb: Preparing [2021-01-06T04:23:19.055Z] 9ef75e74124a: Preparing [2021-01-06T04:23:19.055Z] e488ea5e78d4: Preparing [2021-01-06T04:23:19.055Z] d4c45bdbdf2f: Preparing [2021-01-06T04:23:19.055Z] 777b2c648970: Preparing [2021-01-06T04:23:19.055Z] 777b2c648970: Waiting [2021-01-06T04:23:19.055Z] 9ef75e74124a: Layer already exists [2021-01-06T04:23:19.055Z] d4c45bdbdf2f: Layer already exists [2021-01-06T04:23:19.055Z] 1ad7f0fa12fb: Layer already exists [2021-01-06T04:23:19.055Z] e488ea5e78d4: Layer already exists [2021-01-06T04:23:19.055Z] 57ff45726e5c: Layer already exists [2021-01-06T04:23:19.055Z] 777b2c648970: Layer already exists [2021-01-06T04:23:19.055Z] 2.0.0-dev.33: digest: sha256:c96feb24011b461e7819c0530353e16cd82f0c242c933c45b0d3fbd9ef39d533 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:19.356Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:19.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:19.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-06T04:23:19.651Z] 57ff45726e5c: Preparing [2021-01-06T04:23:19.651Z] 1ad7f0fa12fb: Preparing [2021-01-06T04:23:19.651Z] 9ef75e74124a: Preparing [2021-01-06T04:23:19.651Z] e488ea5e78d4: Preparing [2021-01-06T04:23:19.651Z] d4c45bdbdf2f: Preparing [2021-01-06T04:23:19.651Z] 777b2c648970: Preparing [2021-01-06T04:23:19.651Z] 777b2c648970: Waiting [2021-01-06T04:23:19.651Z] 1ad7f0fa12fb: Layer already exists [2021-01-06T04:23:19.651Z] e488ea5e78d4: Layer already exists [2021-01-06T04:23:19.651Z] d4c45bdbdf2f: Layer already exists [2021-01-06T04:23:19.651Z] 9ef75e74124a: Layer already exists [2021-01-06T04:23:19.651Z] 57ff45726e5c: Layer already exists [2021-01-06T04:23:19.651Z] 777b2c648970: Layer already exists [2021-01-06T04:23:19.651Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:c96feb24011b461e7819c0530353e16cd82f0c242c933c45b0d3fbd9ef39d533 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:19.681Z] ---> Running in 2cc182efd585 [2021-01-06T04:23:19.681Z] ---> 1ca209fc8620 [2021-01-06T04:23:19.949Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:19.968Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-06T04:23:19.968Z] ---> Running in b39f4359f409 [2021-01-06T04:23:20.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-06T04:23:20.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-06T04:23:20.243Z] 57ff45726e5c: Preparing [2021-01-06T04:23:20.243Z] 1ad7f0fa12fb: Preparing [2021-01-06T04:23:20.243Z] 9ef75e74124a: Preparing [2021-01-06T04:23:20.243Z] e488ea5e78d4: Preparing [2021-01-06T04:23:20.243Z] d4c45bdbdf2f: Preparing [2021-01-06T04:23:20.243Z] 777b2c648970: Preparing [2021-01-06T04:23:20.243Z] 777b2c648970: Waiting [2021-01-06T04:23:20.243Z] d4c45bdbdf2f: Layer already exists [2021-01-06T04:23:20.243Z] 9ef75e74124a: Layer already exists [2021-01-06T04:23:20.243Z] 1ad7f0fa12fb: Layer already exists [2021-01-06T04:23:20.243Z] e488ea5e78d4: Layer already exists [2021-01-06T04:23:20.243Z] 57ff45726e5c: Layer already exists [2021-01-06T04:23:20.243Z] 777b2c648970: Layer already exists [2021-01-06T04:23:20.243Z] master: digest: sha256:c96feb24011b461e7819c0530353e16cd82f0c242c933c45b0d3fbd9ef39d533 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:23:20.517Z] ===================================================== [Pipeline] echo [2021-01-06T04:23:20.575Z] taggedImages: [2021-01-06T04:23:20.575Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:20.575Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-06T04:23:20.575Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:20.575Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-06T04:23:20.636Z] Removing intermediate container 2cc182efd585 [2021-01-06T04:23:20.636Z] ---> e4af51739002 [2021-01-06T04:23:20.636Z] Step 19/21 : LABEL arch=arm64 [Pipeline] echo [2021-01-06T04:23:20.639Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-06T04:23:20.639Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:20.639Z] 2.0.0-dev.33 [2021-01-06T04:23:20.639Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:20.639Z] master [2021-01-06T04:23:20.639Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:20.935Z] Removing intermediate container b39f4359f409 [2021-01-06T04:23:20.935Z] ---> c9edc3347d4e [2021-01-06T04:23:20.935Z] Step 20/22 : LABEL arch=arm64 [2021-01-06T04:23:20.935Z] ---> Running in fc74587115c8 [2021-01-06T04:23:21.130Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:21.231Z] ---> Running in b6404e407ccb [2021-01-06T04:23:21.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:21.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-06T04:23:21.433Z] b0e625681727: Preparing [2021-01-06T04:23:21.433Z] 4ac97caa0bd6: Preparing [2021-01-06T04:23:21.433Z] 577e382200a7: Preparing [2021-01-06T04:23:21.433Z] 59c36f8ff316: Preparing [2021-01-06T04:23:21.433Z] b5ea3432076a: Preparing [2021-01-06T04:23:21.433Z] 4e2e665b7395: Preparing [2021-01-06T04:23:21.433Z] 9b884d4b9f07: Preparing [2021-01-06T04:23:21.433Z] 407e791a30b9: Preparing [2021-01-06T04:23:21.433Z] 777b2c648970: Preparing [2021-01-06T04:23:21.433Z] 9b884d4b9f07: Waiting [2021-01-06T04:23:21.433Z] 407e791a30b9: Waiting [2021-01-06T04:23:21.433Z] 777b2c648970: Waiting [2021-01-06T04:23:21.433Z] 4e2e665b7395: Waiting [2021-01-06T04:23:21.433Z] 4ac97caa0bd6: Pushed [2021-01-06T04:23:21.511Z] ---> cb8c8c035386 [2021-01-06T04:23:21.511Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-06T04:23:21.695Z] b5ea3432076a: Pushed [2021-01-06T04:23:21.695Z] b0e625681727: Pushed [2021-01-06T04:23:21.695Z] 407e791a30b9: Layer already exists [2021-01-06T04:23:21.695Z] 4e2e665b7395: Pushed [2021-01-06T04:23:21.695Z] 777b2c648970: Layer already exists [2021-01-06T04:23:21.695Z] 9b884d4b9f07: Pushed [2021-01-06T04:23:21.789Z] ---> Running in 892c2847af1b [2021-01-06T04:23:22.063Z] Removing intermediate container fc74587115c8 [2021-01-06T04:23:22.063Z] ---> 8f04e624f819 [2021-01-06T04:23:22.063Z] Step 20/21 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:22.267Z] 59c36f8ff316: Pushed [2021-01-06T04:23:22.347Z] Removing intermediate container b6404e407ccb [2021-01-06T04:23:22.347Z] ---> c77cb3661b52 [2021-01-06T04:23:22.347Z] Step 21/22 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:22.527Z] 577e382200a7: Pushed [2021-01-06T04:23:22.527Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:5934235c5f84234d7b0d2fa941ae5cf798b0c9d3f8e0e14be49d324afccbd60e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:22.626Z] ---> Running in 63ca1c248a7b [2021-01-06T04:23:22.830Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:22.910Z] ---> Running in bc9e42d8a814 [2021-01-06T04:23:23.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-06T04:23:23.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-06T04:23:23.124Z] b0e625681727: Preparing [2021-01-06T04:23:23.124Z] 4ac97caa0bd6: Preparing [2021-01-06T04:23:23.124Z] 577e382200a7: Preparing [2021-01-06T04:23:23.124Z] 59c36f8ff316: Preparing [2021-01-06T04:23:23.124Z] b5ea3432076a: Preparing [2021-01-06T04:23:23.124Z] 4e2e665b7395: Preparing [2021-01-06T04:23:23.124Z] 9b884d4b9f07: Preparing [2021-01-06T04:23:23.124Z] 407e791a30b9: Preparing [2021-01-06T04:23:23.124Z] 777b2c648970: Preparing [2021-01-06T04:23:23.124Z] 9b884d4b9f07: Waiting [2021-01-06T04:23:23.124Z] 407e791a30b9: Waiting [2021-01-06T04:23:23.124Z] 777b2c648970: Waiting [2021-01-06T04:23:23.124Z] 4e2e665b7395: Waiting [2021-01-06T04:23:23.124Z] b5ea3432076a: Layer already exists [2021-01-06T04:23:23.124Z] b0e625681727: Layer already exists [2021-01-06T04:23:23.124Z] 577e382200a7: Layer already exists [2021-01-06T04:23:23.124Z] 59c36f8ff316: Layer already exists [2021-01-06T04:23:23.124Z] 4ac97caa0bd6: Layer already exists [2021-01-06T04:23:23.124Z] 407e791a30b9: Layer already exists [2021-01-06T04:23:23.124Z] 4e2e665b7395: Layer already exists [2021-01-06T04:23:23.124Z] 9b884d4b9f07: Layer already exists [2021-01-06T04:23:23.124Z] 777b2c648970: Layer already exists [2021-01-06T04:23:23.124Z] 2.0.0-dev.33: digest: sha256:5934235c5f84234d7b0d2fa941ae5cf798b0c9d3f8e0e14be49d324afccbd60e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:23.189Z] Removing intermediate container 63ca1c248a7b [2021-01-06T04:23:23.189Z] ---> 10799fc193b6 [2021-01-06T04:23:23.189Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-06T04:23:23.426Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:23.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:23.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-06T04:23:23.721Z] b0e625681727: Preparing [2021-01-06T04:23:23.721Z] 4ac97caa0bd6: Preparing [2021-01-06T04:23:23.721Z] 577e382200a7: Preparing [2021-01-06T04:23:23.721Z] 59c36f8ff316: Preparing [2021-01-06T04:23:23.721Z] b5ea3432076a: Preparing [2021-01-06T04:23:23.721Z] 4e2e665b7395: Preparing [2021-01-06T04:23:23.721Z] 9b884d4b9f07: Preparing [2021-01-06T04:23:23.721Z] 407e791a30b9: Preparing [2021-01-06T04:23:23.721Z] 777b2c648970: Preparing [2021-01-06T04:23:23.721Z] 4e2e665b7395: Waiting [2021-01-06T04:23:23.721Z] 9b884d4b9f07: Waiting [2021-01-06T04:23:23.721Z] 407e791a30b9: Waiting [2021-01-06T04:23:23.721Z] 777b2c648970: Waiting [2021-01-06T04:23:23.721Z] b5ea3432076a: Layer already exists [2021-01-06T04:23:23.721Z] b0e625681727: Layer already exists [2021-01-06T04:23:23.721Z] 59c36f8ff316: Layer already exists [2021-01-06T04:23:23.721Z] 577e382200a7: Layer already exists [2021-01-06T04:23:23.721Z] 4ac97caa0bd6: Layer already exists [2021-01-06T04:23:23.721Z] 4e2e665b7395: Layer already exists [2021-01-06T04:23:23.721Z] 777b2c648970: Layer already exists [2021-01-06T04:23:23.721Z] 9b884d4b9f07: Layer already exists [2021-01-06T04:23:23.721Z] 407e791a30b9: Layer already exists [2021-01-06T04:23:23.721Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:5934235c5f84234d7b0d2fa941ae5cf798b0c9d3f8e0e14be49d324afccbd60e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:24.021Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:24.180Z] Removing intermediate container bc9e42d8a814 [2021-01-06T04:23:24.180Z] ---> cc5c62c70f04 [2021-01-06T04:23:24.180Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T04:23:24.180Z] ---> Running in e1f382296113 [2021-01-06T04:23:24.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-06T04:23:24.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-06T04:23:24.320Z] b0e625681727: Preparing [2021-01-06T04:23:24.320Z] 4ac97caa0bd6: Preparing [2021-01-06T04:23:24.320Z] 577e382200a7: Preparing [2021-01-06T04:23:24.321Z] 59c36f8ff316: Preparing [2021-01-06T04:23:24.321Z] b5ea3432076a: Preparing [2021-01-06T04:23:24.321Z] 4e2e665b7395: Preparing [2021-01-06T04:23:24.321Z] 9b884d4b9f07: Preparing [2021-01-06T04:23:24.321Z] 407e791a30b9: Preparing [2021-01-06T04:23:24.321Z] 777b2c648970: Preparing [2021-01-06T04:23:24.321Z] 4e2e665b7395: Waiting [2021-01-06T04:23:24.321Z] 777b2c648970: Waiting [2021-01-06T04:23:24.321Z] 9b884d4b9f07: Waiting [2021-01-06T04:23:24.321Z] 407e791a30b9: Waiting [2021-01-06T04:23:24.321Z] b5ea3432076a: Layer already exists [2021-01-06T04:23:24.321Z] 4ac97caa0bd6: Layer already exists [2021-01-06T04:23:24.321Z] 577e382200a7: Layer already exists [2021-01-06T04:23:24.321Z] b0e625681727: Layer already exists [2021-01-06T04:23:24.321Z] 59c36f8ff316: Layer already exists [2021-01-06T04:23:24.321Z] 4e2e665b7395: Layer already exists [2021-01-06T04:23:24.321Z] 9b884d4b9f07: Layer already exists [2021-01-06T04:23:24.321Z] 777b2c648970: Layer already exists [2021-01-06T04:23:24.321Z] 407e791a30b9: Layer already exists [2021-01-06T04:23:24.321Z] master: digest: sha256:5934235c5f84234d7b0d2fa941ae5cf798b0c9d3f8e0e14be49d324afccbd60e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-06T04:23:24.456Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-06T04:23:24.456Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-06T04:23:24.456Z] ---> eeaf43b92773 [2021-01-06T04:23:24.456Z] Step 12/26 : RUN apk add --no-cache bash [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:23:24.510Z] ===================================================== [Pipeline] echo [2021-01-06T04:23:24.556Z] taggedImages: [2021-01-06T04:23:24.556Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:24.556Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-06T04:23:24.556Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:24.556Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-06T04:23:24.634Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-06T04:23:24.634Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:24.634Z] 2.0.0-dev.33 [2021-01-06T04:23:24.634Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:24.634Z] master [2021-01-06T04:23:24.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-06T04:23:24.728Z] ---> Running in 38d1cd123066 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:25.001Z] ---> Running in 758b335d8fc1 [2021-01-06T04:23:25.140Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:25.279Z] Removing intermediate container e1f382296113 [2021-01-06T04:23:25.279Z] ---> edae7ee51021 [2021-01-06T04:23:25.279Z] [2021-01-06T04:23:25.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:25.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-06T04:23:25.436Z] d15bc14413ae: Preparing [2021-01-06T04:23:25.436Z] 44fc39f406e1: Preparing [2021-01-06T04:23:25.436Z] 20ce61ed537e: Preparing [2021-01-06T04:23:25.436Z] e4ce08d5322f: Preparing [2021-01-06T04:23:25.436Z] 5b2c818dd561: Preparing [2021-01-06T04:23:25.436Z] a3d945331673: Preparing [2021-01-06T04:23:25.436Z] a3d945331673: Waiting [2021-01-06T04:23:25.552Z] Removing intermediate container 38d1cd123066 [2021-01-06T04:23:25.552Z] ---> 6bedf08c6b02 [2021-01-06T04:23:25.552Z] [2021-01-06T04:23:25.552Z] Successfully built edae7ee51021 [2021-01-06T04:23:25.699Z] e4ce08d5322f: Pushed [2021-01-06T04:23:25.699Z] 5b2c818dd561: Pushed [2021-01-06T04:23:25.699Z] d15bc14413ae: Pushed [2021-01-06T04:23:25.699Z] 20ce61ed537e: Pushed [2021-01-06T04:23:25.699Z] a3d945331673: Pushed [2021-01-06T04:23:25.827Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-06T04:23:25.827Z] Building docker-support-notifications-go [2021-01-06T04:23:25.827Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 892c2847af1b [2021-01-06T04:23:25.827Z] ---> edc24adb382a [2021-01-06T04:23:25.827Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-06T04:23:25.827Z] Successfully built 6bedf08c6b02 [2021-01-06T04:23:26.102Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-06T04:23:26.102Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go [2021-01-06T04:23:26.102Z] ---> Running in dc65c43f7e1d [2021-01-06T04:23:26.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:23:26.640Z] 44fc39f406e1: Pushed [2021-01-06T04:23:26.640Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:7aeac624f99dece50aad22fcd6091b8cc248be715757768702bba542a63b0432 size: 1573 [2021-01-06T04:23:26.648Z] Removing intermediate container dc65c43f7e1d [2021-01-06T04:23:26.648Z] ---> 988c6b5af996 [2021-01-06T04:23:26.648Z] Step 22/24 : LABEL arch=arm64 [2021-01-06T04:23:26.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:26.926Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:23:26.926Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:23:26.926Z] ---> bbe941e93435 [2021-01-06T04:23:26.926Z] Step 3/23 : WORKDIR /edgex-go [2021-01-06T04:23:26.926Z] ---> Using cache [2021-01-06T04:23:26.926Z] ---> 0fffbf419096 [2021-01-06T04:23:26.926Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:23:26.926Z] ---> Running in 0ceb986ef779 [2021-01-06T04:23:26.926Z] ---> Using cache [2021-01-06T04:23:26.926Z] ---> cec7f7fa19a6 [2021-01-06T04:23:26.926Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-06T04:23:26.926Z] ---> Running in 40759351c9ae [2021-01-06T04:23:26.944Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:27.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-06T04:23:27.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-06T04:23:27.247Z] d15bc14413ae: Preparing [2021-01-06T04:23:27.247Z] 44fc39f406e1: Preparing [2021-01-06T04:23:27.247Z] 20ce61ed537e: Preparing [2021-01-06T04:23:27.247Z] e4ce08d5322f: Preparing [2021-01-06T04:23:27.247Z] 5b2c818dd561: Preparing [2021-01-06T04:23:27.247Z] a3d945331673: Preparing [2021-01-06T04:23:27.248Z] a3d945331673: Waiting [2021-01-06T04:23:27.248Z] d15bc14413ae: Layer already exists [2021-01-06T04:23:27.248Z] 5b2c818dd561: Layer already exists [2021-01-06T04:23:27.248Z] e4ce08d5322f: Layer already exists [2021-01-06T04:23:27.248Z] 44fc39f406e1: Layer already exists [2021-01-06T04:23:27.248Z] 20ce61ed537e: Layer already exists [2021-01-06T04:23:27.248Z] a3d945331673: Layer already exists [2021-01-06T04:23:27.248Z] 2.0.0-dev.33: digest: sha256:7aeac624f99dece50aad22fcd6091b8cc248be715757768702bba542a63b0432 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:27.545Z] Removing intermediate container 0ceb986ef779 [2021-01-06T04:23:27.546Z] ---> 9985f0581b12 [2021-01-06T04:23:27.546Z] Step 23/24 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:27.546Z] (1/2) Installing readline (8.0.4-r0) [2021-01-06T04:23:27.546Z] (2/2) Installing bash (5.0.17-r0) [2021-01-06T04:23:27.546Z] Executing bash-5.0.17-r0.post-install [2021-01-06T04:23:27.546Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:23:27.546Z] OK: 12 MiB in 22 packages [2021-01-06T04:23:27.701Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:27.818Z] ---> Running in 6b0eed4aced3 [2021-01-06T04:23:28.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:28.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-06T04:23:28.080Z] d15bc14413ae: Preparing [2021-01-06T04:23:28.080Z] 44fc39f406e1: Preparing [2021-01-06T04:23:28.080Z] 20ce61ed537e: Preparing [2021-01-06T04:23:28.080Z] e4ce08d5322f: Preparing [2021-01-06T04:23:28.080Z] 5b2c818dd561: Preparing [2021-01-06T04:23:28.080Z] a3d945331673: Preparing [2021-01-06T04:23:28.080Z] a3d945331673: Waiting [2021-01-06T04:23:28.080Z] 44fc39f406e1: Layer already exists [2021-01-06T04:23:28.080Z] 20ce61ed537e: Layer already exists [2021-01-06T04:23:28.080Z] 5b2c818dd561: Layer already exists [2021-01-06T04:23:28.080Z] d15bc14413ae: Layer already exists [2021-01-06T04:23:28.080Z] e4ce08d5322f: Layer already exists [2021-01-06T04:23:28.080Z] a3d945331673: Layer already exists [2021-01-06T04:23:28.080Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:7aeac624f99dece50aad22fcd6091b8cc248be715757768702bba542a63b0432 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:28.384Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:28.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:23:28.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-06T04:23:28.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-06T04:23:28.681Z] d15bc14413ae: Preparing [2021-01-06T04:23:28.681Z] 44fc39f406e1: Preparing [2021-01-06T04:23:28.681Z] 20ce61ed537e: Preparing [2021-01-06T04:23:28.681Z] e4ce08d5322f: Preparing [2021-01-06T04:23:28.681Z] 5b2c818dd561: Preparing [2021-01-06T04:23:28.681Z] a3d945331673: Preparing [2021-01-06T04:23:28.681Z] a3d945331673: Waiting [2021-01-06T04:23:28.681Z] e4ce08d5322f: Layer already exists [2021-01-06T04:23:28.681Z] 44fc39f406e1: Layer already exists [2021-01-06T04:23:28.681Z] d15bc14413ae: Layer already exists [2021-01-06T04:23:28.681Z] 5b2c818dd561: Layer already exists [2021-01-06T04:23:28.681Z] 20ce61ed537e: Layer already exists [2021-01-06T04:23:28.681Z] a3d945331673: Layer already exists [2021-01-06T04:23:28.681Z] master: digest: sha256:7aeac624f99dece50aad22fcd6091b8cc248be715757768702bba542a63b0432 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:23:28.910Z] ===================================================== [Pipeline] echo [2021-01-06T04:23:28.972Z] taggedImages: [2021-01-06T04:23:28.972Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:28.972Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-06T04:23:28.972Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:28.972Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-06T04:23:29.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-01-06T04:23:29.031Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-06T04:23:29.031Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:29.031Z] 2.0.0-dev.33 [2021-01-06T04:23:29.031Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:29.031Z] master [2021-01-06T04:23:29.031Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:29.504Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:29.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:29.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-06T04:23:29.802Z] 9a4582596f9e: Preparing [2021-01-06T04:23:29.802Z] 2c016784ad67: Preparing [2021-01-06T04:23:29.802Z] 413adc5ba403: Preparing [2021-01-06T04:23:29.802Z] 9a4582596f9e: Pushed [2021-01-06T04:23:29.802Z] 413adc5ba403: Pushed [2021-01-06T04:23:30.021Z] OK: 217 MiB in 51 packages [2021-01-06T04:23:30.294Z] Removing intermediate container 6b0eed4aced3 [2021-01-06T04:23:30.294Z] ---> 341e5ed34a4a [2021-01-06T04:23:30.294Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-06T04:23:31.194Z] 2c016784ad67: Pushed [2021-01-06T04:23:31.194Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:2e8de83477f95b2e56f4eb6cd63c6154b530bab797398c1a318459bcba157abd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:31.277Z] ---> Running in 9ef5a5009044 [2021-01-06T04:23:31.277Z] Removing intermediate container 758b335d8fc1 [2021-01-06T04:23:31.277Z] ---> 9f50b969f56d [2021-01-06T04:23:31.277Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-06T04:23:31.495Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:31.549Z] ---> Running in ec47cce7217e [2021-01-06T04:23:31.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-06T04:23:31.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-06T04:23:31.788Z] 9a4582596f9e: Preparing [2021-01-06T04:23:31.788Z] 2c016784ad67: Preparing [2021-01-06T04:23:31.788Z] 413adc5ba403: Preparing [2021-01-06T04:23:31.788Z] 9a4582596f9e: Layer already exists [2021-01-06T04:23:31.788Z] 2c016784ad67: Layer already exists [2021-01-06T04:23:31.788Z] 413adc5ba403: Layer already exists [2021-01-06T04:23:31.788Z] 2.0.0-dev.33: digest: sha256:2e8de83477f95b2e56f4eb6cd63c6154b530bab797398c1a318459bcba157abd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:31.833Z] Removing intermediate container 9ef5a5009044 [2021-01-06T04:23:31.833Z] ---> 184c683a20b8 [2021-01-06T04:23:31.833Z] [2021-01-06T04:23:32.090Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:32.106Z] Removing intermediate container 40759351c9ae [2021-01-06T04:23:32.106Z] ---> 804ca14fa747 [2021-01-06T04:23:32.106Z] Step 6/23 : COPY go.mod . [2021-01-06T04:23:32.106Z] Removing intermediate container ec47cce7217e [2021-01-06T04:23:32.106Z] ---> 33afb9567b38 [2021-01-06T04:23:32.106Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-06T04:23:32.106Z] Successfully built 184c683a20b8 [2021-01-06T04:23:32.380Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-06T04:23:32.380Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-06T04:23:32.380Z] ---> Running in 62e286677adf [2021-01-06T04:23:32.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:32.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-06T04:23:32.382Z] 9a4582596f9e: Preparing [2021-01-06T04:23:32.382Z] 2c016784ad67: Preparing [2021-01-06T04:23:32.382Z] 413adc5ba403: Preparing [2021-01-06T04:23:32.382Z] 9a4582596f9e: Layer already exists [2021-01-06T04:23:32.382Z] 413adc5ba403: Layer already exists [2021-01-06T04:23:32.382Z] 2c016784ad67: Layer already exists [2021-01-06T04:23:32.382Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:2e8de83477f95b2e56f4eb6cd63c6154b530bab797398c1a318459bcba157abd size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:32.680Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:32.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-06T04:23:32.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-06T04:23:32.975Z] 9a4582596f9e: Preparing [2021-01-06T04:23:32.975Z] 2c016784ad67: Preparing [2021-01-06T04:23:32.975Z] 413adc5ba403: Preparing [2021-01-06T04:23:32.975Z] 413adc5ba403: Layer already exists [2021-01-06T04:23:32.975Z] 2c016784ad67: Layer already exists [2021-01-06T04:23:32.975Z] 9a4582596f9e: Layer already exists [2021-01-06T04:23:32.975Z] master: digest: sha256:2e8de83477f95b2e56f4eb6cd63c6154b530bab797398c1a318459bcba157abd size: 943 [2021-01-06T04:23:32.985Z] Removing intermediate container 62e286677adf [2021-01-06T04:23:32.985Z] ---> d1320fb6dc5b [2021-01-06T04:23:32.985Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-06T04:23:32.985Z] ---> 2e3ce8d1b35a [2021-01-06T04:23:32.985Z] Step 7/23 : RUN go mod download [2021-01-06T04:23:32.985Z] ---> Running in 9e0988e3f640 [2021-01-06T04:23:32.985Z] ---> Running in 7932fff1e747 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:23:33.184Z] ===================================================== [Pipeline] echo [2021-01-06T04:23:33.239Z] taggedImages: [2021-01-06T04:23:33.239Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:33.239Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-06T04:23:33.239Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:33.239Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-06T04:23:33.302Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-06T04:23:33.302Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:33.302Z] 2.0.0-dev.33 [2021-01-06T04:23:33.302Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:33.302Z] master [2021-01-06T04:23:33.302Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:33.877Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:33.972Z] Removing intermediate container 9e0988e3f640 [2021-01-06T04:23:33.972Z] ---> bf1cf7501cf5 [2021-01-06T04:23:33.972Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-06T04:23:34.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:34.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-06T04:23:34.174Z] 62189c60130a: Preparing [2021-01-06T04:23:34.174Z] d1145f334d58: Preparing [2021-01-06T04:23:34.174Z] ee6d6ea00ae4: Preparing [2021-01-06T04:23:34.174Z] a8068365f98f: Preparing [2021-01-06T04:23:34.174Z] efc82ceb28f8: Preparing [2021-01-06T04:23:34.174Z] d7d8bfc9c539: Preparing [2021-01-06T04:23:34.174Z] 795466c902ab: Preparing [2021-01-06T04:23:34.174Z] 0754057c0ad3: Preparing [2021-01-06T04:23:34.174Z] 998cdf262ab1: Preparing [2021-01-06T04:23:34.174Z] 02e56110abd2: Preparing [2021-01-06T04:23:34.174Z] abc36efb885a: Preparing [2021-01-06T04:23:34.174Z] b0b09059f4e1: Preparing [2021-01-06T04:23:34.174Z] bb961f40224b: Preparing [2021-01-06T04:23:34.174Z] f4666769fca7: Preparing [2021-01-06T04:23:34.174Z] d7d8bfc9c539: Waiting [2021-01-06T04:23:34.174Z] 795466c902ab: Waiting [2021-01-06T04:23:34.174Z] 0754057c0ad3: Waiting [2021-01-06T04:23:34.174Z] 998cdf262ab1: Waiting [2021-01-06T04:23:34.174Z] 02e56110abd2: Waiting [2021-01-06T04:23:34.174Z] abc36efb885a: Waiting [2021-01-06T04:23:34.174Z] b0b09059f4e1: Waiting [2021-01-06T04:23:34.174Z] bb961f40224b: Waiting [2021-01-06T04:23:34.174Z] f4666769fca7: Waiting [2021-01-06T04:23:34.453Z] efc82ceb28f8: Pushed [2021-01-06T04:23:34.453Z] 62189c60130a: Pushed [2021-01-06T04:23:34.719Z] a8068365f98f: Pushed [2021-01-06T04:23:34.719Z] 0754057c0ad3: Layer already exists [2021-01-06T04:23:34.719Z] 998cdf262ab1: Layer already exists [2021-01-06T04:23:34.719Z] 795466c902ab: Pushed [2021-01-06T04:23:34.719Z] 02e56110abd2: Layer already exists [2021-01-06T04:23:34.719Z] abc36efb885a: Layer already exists [2021-01-06T04:23:34.719Z] b0b09059f4e1: Layer already exists [2021-01-06T04:23:34.980Z] bb961f40224b: Layer already exists [2021-01-06T04:23:34.980Z] f4666769fca7: Layer already exists [2021-01-06T04:23:34.980Z] d1145f334d58: Pushed [2021-01-06T04:23:35.417Z] ---> 490ec12de584 [2021-01-06T04:23:35.418Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-06T04:23:35.554Z] d7d8bfc9c539: Pushed [2021-01-06T04:23:36.403Z] Removing intermediate container 7932fff1e747 [2021-01-06T04:23:36.403Z] ---> 31aaf457fcf4 [2021-01-06T04:23:36.403Z] Step 8/23 : COPY . . [2021-01-06T04:23:36.679Z] ---> ebaf428b06a3 [2021-01-06T04:23:36.679Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-06T04:23:38.856Z] ee6d6ea00ae4: Pushed [2021-01-06T04:23:38.857Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:a824484513585157b9771ce972c0b01c2b21950b6b6a8bddf0da84cecd8a1583 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:39.157Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:39.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-06T04:23:39.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-06T04:23:39.453Z] 62189c60130a: Preparing [2021-01-06T04:23:39.453Z] d1145f334d58: Preparing [2021-01-06T04:23:39.453Z] ee6d6ea00ae4: Preparing [2021-01-06T04:23:39.453Z] a8068365f98f: Preparing [2021-01-06T04:23:39.453Z] efc82ceb28f8: Preparing [2021-01-06T04:23:39.453Z] d7d8bfc9c539: Preparing [2021-01-06T04:23:39.453Z] 795466c902ab: Preparing [2021-01-06T04:23:39.453Z] 0754057c0ad3: Preparing [2021-01-06T04:23:39.453Z] 998cdf262ab1: Preparing [2021-01-06T04:23:39.453Z] 02e56110abd2: Preparing [2021-01-06T04:23:39.453Z] abc36efb885a: Preparing [2021-01-06T04:23:39.453Z] b0b09059f4e1: Preparing [2021-01-06T04:23:39.453Z] bb961f40224b: Preparing [2021-01-06T04:23:39.453Z] f4666769fca7: Preparing [2021-01-06T04:23:39.453Z] d7d8bfc9c539: Waiting [2021-01-06T04:23:39.453Z] 795466c902ab: Waiting [2021-01-06T04:23:39.453Z] 0754057c0ad3: Waiting [2021-01-06T04:23:39.453Z] 998cdf262ab1: Waiting [2021-01-06T04:23:39.453Z] 02e56110abd2: Waiting [2021-01-06T04:23:39.453Z] abc36efb885a: Waiting [2021-01-06T04:23:39.453Z] b0b09059f4e1: Waiting [2021-01-06T04:23:39.453Z] bb961f40224b: Waiting [2021-01-06T04:23:39.453Z] f4666769fca7: Waiting [2021-01-06T04:23:39.453Z] d1145f334d58: Layer already exists [2021-01-06T04:23:39.453Z] efc82ceb28f8: Layer already exists [2021-01-06T04:23:39.453Z] 62189c60130a: Layer already exists [2021-01-06T04:23:39.453Z] a8068365f98f: Layer already exists [2021-01-06T04:23:39.453Z] ee6d6ea00ae4: Layer already exists [2021-01-06T04:23:39.453Z] d7d8bfc9c539: Layer already exists [2021-01-06T04:23:39.453Z] 795466c902ab: Layer already exists [2021-01-06T04:23:39.453Z] 0754057c0ad3: Layer already exists [2021-01-06T04:23:39.453Z] 02e56110abd2: Layer already exists [2021-01-06T04:23:39.453Z] 998cdf262ab1: Layer already exists [2021-01-06T04:23:39.453Z] b0b09059f4e1: Layer already exists [2021-01-06T04:23:39.453Z] f4666769fca7: Layer already exists [2021-01-06T04:23:39.453Z] abc36efb885a: Layer already exists [2021-01-06T04:23:39.453Z] bb961f40224b: Layer already exists [2021-01-06T04:23:39.453Z] 2.0.0-dev.33: digest: sha256:a824484513585157b9771ce972c0b01c2b21950b6b6a8bddf0da84cecd8a1583 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:39.755Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:40.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:40.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-06T04:23:40.051Z] 62189c60130a: Preparing [2021-01-06T04:23:40.051Z] d1145f334d58: Preparing [2021-01-06T04:23:40.051Z] ee6d6ea00ae4: Preparing [2021-01-06T04:23:40.051Z] a8068365f98f: Preparing [2021-01-06T04:23:40.051Z] efc82ceb28f8: Preparing [2021-01-06T04:23:40.051Z] d7d8bfc9c539: Preparing [2021-01-06T04:23:40.051Z] 795466c902ab: Preparing [2021-01-06T04:23:40.051Z] 0754057c0ad3: Preparing [2021-01-06T04:23:40.051Z] 998cdf262ab1: Preparing [2021-01-06T04:23:40.051Z] 02e56110abd2: Preparing [2021-01-06T04:23:40.051Z] abc36efb885a: Preparing [2021-01-06T04:23:40.051Z] b0b09059f4e1: Preparing [2021-01-06T04:23:40.051Z] bb961f40224b: Preparing [2021-01-06T04:23:40.051Z] f4666769fca7: Preparing [2021-01-06T04:23:40.051Z] d7d8bfc9c539: Waiting [2021-01-06T04:23:40.051Z] 795466c902ab: Waiting [2021-01-06T04:23:40.051Z] 0754057c0ad3: Waiting [2021-01-06T04:23:40.051Z] 998cdf262ab1: Waiting [2021-01-06T04:23:40.051Z] 02e56110abd2: Waiting [2021-01-06T04:23:40.051Z] abc36efb885a: Waiting [2021-01-06T04:23:40.051Z] b0b09059f4e1: Waiting [2021-01-06T04:23:40.051Z] bb961f40224b: Waiting [2021-01-06T04:23:40.051Z] f4666769fca7: Waiting [2021-01-06T04:23:40.051Z] 62189c60130a: Layer already exists [2021-01-06T04:23:40.051Z] a8068365f98f: Layer already exists [2021-01-06T04:23:40.051Z] efc82ceb28f8: Layer already exists [2021-01-06T04:23:40.051Z] ee6d6ea00ae4: Layer already exists [2021-01-06T04:23:40.051Z] d1145f334d58: Layer already exists [2021-01-06T04:23:40.051Z] d7d8bfc9c539: Layer already exists [2021-01-06T04:23:40.051Z] 998cdf262ab1: Layer already exists [2021-01-06T04:23:40.051Z] 795466c902ab: Layer already exists [2021-01-06T04:23:40.051Z] 0754057c0ad3: Layer already exists [2021-01-06T04:23:40.051Z] 02e56110abd2: Layer already exists [2021-01-06T04:23:40.051Z] abc36efb885a: Layer already exists [2021-01-06T04:23:40.051Z] f4666769fca7: Layer already exists [2021-01-06T04:23:40.051Z] bb961f40224b: Layer already exists [2021-01-06T04:23:40.051Z] b0b09059f4e1: Layer already exists [2021-01-06T04:23:40.051Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:a824484513585157b9771ce972c0b01c2b21950b6b6a8bddf0da84cecd8a1583 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:40.153Z] ---> afbb3a426712 [2021-01-06T04:23:40.153Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-06T04:23:40.353Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:23:40.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-06T04:23:40.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-06T04:23:40.649Z] 62189c60130a: Preparing [2021-01-06T04:23:40.649Z] d1145f334d58: Preparing [2021-01-06T04:23:40.649Z] ee6d6ea00ae4: Preparing [2021-01-06T04:23:40.649Z] a8068365f98f: Preparing [2021-01-06T04:23:40.649Z] efc82ceb28f8: Preparing [2021-01-06T04:23:40.649Z] d7d8bfc9c539: Preparing [2021-01-06T04:23:40.649Z] 795466c902ab: Preparing [2021-01-06T04:23:40.649Z] 0754057c0ad3: Preparing [2021-01-06T04:23:40.649Z] 998cdf262ab1: Preparing [2021-01-06T04:23:40.649Z] 02e56110abd2: Preparing [2021-01-06T04:23:40.649Z] abc36efb885a: Preparing [2021-01-06T04:23:40.649Z] b0b09059f4e1: Preparing [2021-01-06T04:23:40.649Z] bb961f40224b: Preparing [2021-01-06T04:23:40.649Z] f4666769fca7: Preparing [2021-01-06T04:23:40.649Z] d7d8bfc9c539: Waiting [2021-01-06T04:23:40.649Z] 795466c902ab: Waiting [2021-01-06T04:23:40.649Z] 0754057c0ad3: Waiting [2021-01-06T04:23:40.649Z] 998cdf262ab1: Waiting [2021-01-06T04:23:40.649Z] 02e56110abd2: Waiting [2021-01-06T04:23:40.649Z] abc36efb885a: Waiting [2021-01-06T04:23:40.649Z] b0b09059f4e1: Waiting [2021-01-06T04:23:40.649Z] bb961f40224b: Waiting [2021-01-06T04:23:40.649Z] f4666769fca7: Waiting [2021-01-06T04:23:40.649Z] d1145f334d58: Layer already exists [2021-01-06T04:23:40.649Z] efc82ceb28f8: Layer already exists [2021-01-06T04:23:40.649Z] 62189c60130a: Layer already exists [2021-01-06T04:23:40.649Z] ee6d6ea00ae4: Layer already exists [2021-01-06T04:23:40.649Z] a8068365f98f: Layer already exists [2021-01-06T04:23:40.649Z] 795466c902ab: Layer already exists [2021-01-06T04:23:40.649Z] d7d8bfc9c539: Layer already exists [2021-01-06T04:23:40.649Z] 0754057c0ad3: Layer already exists [2021-01-06T04:23:40.649Z] 02e56110abd2: Layer already exists [2021-01-06T04:23:40.649Z] 998cdf262ab1: Layer already exists [2021-01-06T04:23:40.649Z] abc36efb885a: Layer already exists [2021-01-06T04:23:40.649Z] b0b09059f4e1: Layer already exists [2021-01-06T04:23:40.649Z] f4666769fca7: Layer already exists [2021-01-06T04:23:40.649Z] bb961f40224b: Layer already exists [2021-01-06T04:23:40.755Z] ---> Running in cb08fa5ac8c2 [2021-01-06T04:23:40.910Z] master: digest: sha256:a824484513585157b9771ce972c0b01c2b21950b6b6a8bddf0da84cecd8a1583 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:23:41.097Z] ===================================================== [Pipeline] echo [2021-01-06T04:23:41.143Z] taggedImages: [2021-01-06T04:23:41.143Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:23:41.143Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-06T04:23:41.143Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:23:41.143Z] - 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] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-06T04:23:42.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:23:42.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:23:43.082Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-06T04:23:43.082Z] (2/33) Installing expat (2.2.9-r1) [2021-01-06T04:23:43.082Z] (3/33) Installing libffi (3.3-r2) [2021-01-06T04:23:43.082Z] (4/33) Installing gdbm (1.13-r1) [2021-01-06T04:23:43.082Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-06T04:23:43.082Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-06T04:23:43.082Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-06T04:23:45.064Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-06T04:23:45.064Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-06T04:23:45.064Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-06T04:23:45.064Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-06T04:23:45.064Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-06T04:23:45.064Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-06T04:23:45.342Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-06T04:23:45.342Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-06T04:23:45.616Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-06T04:23:45.616Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-06T04:23:45.616Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-06T04:23:45.617Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-06T04:23:45.617Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-06T04:23:45.617Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-06T04:23:45.617Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-06T04:23:45.617Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-06T04:23:45.915Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-06T04:23:45.915Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-06T04:23:45.915Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-06T04:23:45.915Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-06T04:23:45.915Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-06T04:23:45.915Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-06T04:23:45.915Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-06T04:23:45.915Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-06T04:23:45.915Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-06T04:23:45.916Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-06T04:23:46.190Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:23:46.190Z] OK: 71 MiB in 55 packages [2021-01-06T04:23:47.663Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:23:47.663Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:23:47.663Z] ---> bbe941e93435 [2021-01-06T04:23:47.663Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T04:23:47.663Z] ---> Using cache [2021-01-06T04:23:47.663Z] ---> 0fffbf419096 [2021-01-06T04:23:47.663Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:23:47.663Z] ---> Using cache [2021-01-06T04:23:47.663Z] ---> cec7f7fa19a6 [2021-01-06T04:23:47.663Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T04:23:47.663Z] ---> Using cache [2021-01-06T04:23:47.663Z] ---> b953ec536451 [2021-01-06T04:23:47.663Z] Step 6/22 : COPY go.mod . [2021-01-06T04:23:47.663Z] ---> Using cache [2021-01-06T04:23:47.663Z] ---> bdcb81c0e6d2 [2021-01-06T04:23:47.663Z] Step 7/22 : RUN go mod download [2021-01-06T04:23:47.663Z] ---> Using cache [2021-01-06T04:23:47.663Z] ---> 2e4a5b4b1fe0 [2021-01-06T04:23:47.663Z] Step 8/22 : COPY . . [2021-01-06T04:23:47.936Z] ---> Using cache [2021-01-06T04:23:47.936Z] ---> c9c6fb2afe8b [2021-01-06T04:23:47.936Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-06T04:23:47.936Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:23:47.936Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:23:47.936Z] ---> bbe941e93435 [2021-01-06T04:23:47.936Z] Step 3/24 : WORKDIR /edgex-go [2021-01-06T04:23:47.936Z] ---> Using cache [2021-01-06T04:23:47.936Z] ---> 0fffbf419096 [2021-01-06T04:23:47.936Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:23:47.936Z] ---> Using cache [2021-01-06T04:23:47.936Z] ---> cec7f7fa19a6 [2021-01-06T04:23:47.936Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-06T04:23:51.375Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T04:23:51.375Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-06T04:23:51.375Z] ---> bbe941e93435 [2021-01-06T04:23:51.375Z] Step 3/21 : WORKDIR /edgex-go [2021-01-06T04:23:51.375Z] ---> Using cache [2021-01-06T04:23:51.375Z] ---> 0fffbf419096 [2021-01-06T04:23:51.375Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:23:51.375Z] ---> Using cache [2021-01-06T04:23:51.375Z] ---> cec7f7fa19a6 [2021-01-06T04:23:51.375Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-06T04:23:51.375Z] ---> Using cache [2021-01-06T04:23:51.375Z] ---> b953ec536451 [2021-01-06T04:23:51.375Z] Step 6/21 : COPY go.mod . [2021-01-06T04:23:51.375Z] ---> Using cache [2021-01-06T04:23:51.375Z] ---> bdcb81c0e6d2 [2021-01-06T04:23:51.375Z] Step 7/21 : RUN go mod download [2021-01-06T04:23:51.375Z] ---> Using cache [2021-01-06T04:23:51.375Z] ---> 2e4a5b4b1fe0 [2021-01-06T04:23:51.375Z] Step 8/21 : COPY . . [2021-01-06T04:23:51.375Z] ---> Using cache [2021-01-06T04:23:51.375Z] ---> c9c6fb2afe8b [2021-01-06T04:23:51.375Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-06T04:23:51.375Z] ---> Running in 5ea616b5928d [2021-01-06T04:23:51.375Z] ---> Running in 25cf98c1e03b [2021-01-06T04:23:51.375Z] ---> Running in 7b3abe17f24a [2021-01-06T04:23:51.375Z] ---> a6ab47932600 [2021-01-06T04:23:51.375Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-06T04:23:51.972Z] ---> Running in b218c6855f37 [2021-01-06T04:23:53.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:23:53.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-06T04:23:53.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-06T04:23:53.697Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-06T04:23:53.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:23:54.572Z] OK: 217 MiB in 51 packages [2021-01-06T04:23:57.211Z] Removing intermediate container 7b3abe17f24a [2021-01-06T04:23:57.211Z] ---> 474ff5e08296 [2021-01-06T04:23:57.211Z] Step 6/24 : COPY go.mod . [2021-01-06T04:23:58.662Z] ---> eaa22863a12f [2021-01-06T04:23:58.662Z] Step 7/24 : RUN go mod download [2021-01-06T04:23:59.270Z] ---> Running in 459062d22c03 [2021-01-06T04:24:00.262Z] Removing intermediate container cb08fa5ac8c2 [2021-01-06T04:24:00.262Z] ---> dd3fd119f21d [2021-01-06T04:24:00.262Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-06T04:24:00.539Z] ---> Running in 0b3b7d17d8e1 [2021-01-06T04:24:04.892Z] Removing intermediate container 459062d22c03 [2021-01-06T04:24:04.892Z] ---> 58752e237608 [2021-01-06T04:24:04.892Z] Step 8/24 : COPY . . [2021-01-06T04:24:09.244Z] Collecting docker-compose==1.23.2 [2021-01-06T04:24:09.244Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-06T04:24:09.848Z] Collecting texttable<0.10,>=0.9.0 [2021-01-06T04:24:09.848Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-06T04:24:14.191Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-06T04:24:14.191Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-06T04:24:16.210Z] ---> 06b4929e65f8 [2021-01-06T04:24:16.210Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-06T04:24:16.210Z] Collecting PyYAML<4,>=3.10 [2021-01-06T04:24:16.210Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-06T04:24:16.210Z] ---> Running in 0e4ac8f186d0 [2021-01-06T04:24:18.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-06T04:24:20.823Z] Collecting docopt<0.7,>=0.6.1 [2021-01-06T04:24:20.823Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-06T04:24:25.140Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-06T04:24:25.140Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-06T04:24:26.126Z] Collecting jsonschema<3,>=2.5.1 [2021-01-06T04:24:26.126Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-06T04:24:26.744Z] Collecting cached-property<2,>=1.2.0 [2021-01-06T04:24:26.744Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-06T04:24:27.342Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-06T04:24:27.342Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-06T04:24:30.781Z] Collecting docker<4.0,>=3.6.0 [2021-01-06T04:24:30.781Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-06T04:24:31.057Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-06T04:24:31.057Z] 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) [2021-01-06T04:24:31.677Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-06T04:24:31.677Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-06T04:24:31.959Z] 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) [2021-01-06T04:24:32.238Z] Collecting idna<2.8,>=2.5 [2021-01-06T04:24:32.514Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-06T04:24:32.798Z] Collecting docker-pycreds>=0.4.0 [2021-01-06T04:24:32.798Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-06T04:24:33.200Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-06T04:24:33.200Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-06T04:24:33.200Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-06T04:24:33.200Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-06T04:24:34.764Z] Installing collected packages: texttable, websocket-client, PyYAML, docopt, urllib3, idna, requests, jsonschema, cached-property, dockerpty, docker-pycreds, docker, docker-compose [2021-01-06T04:24:35.059Z] Running setup.py install for texttable: started [2021-01-06T04:24:37.828Z] Running setup.py install for texttable: finished with status 'done' [2021-01-06T04:24:38.432Z] Running setup.py install for PyYAML: started [2021-01-06T04:24:41.832Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-06T04:24:41.832Z] Running setup.py install for docopt: started [2021-01-06T04:24:44.467Z] Running setup.py install for docopt: finished with status 'done' [2021-01-06T04:24:44.467Z] Attempting uninstall: urllib3 [2021-01-06T04:24:44.467Z] Found existing installation: urllib3 1.25.9 [2021-01-06T04:24:44.467Z] Uninstalling urllib3-1.25.9: [2021-01-06T04:24:44.468Z] Successfully uninstalled urllib3-1.25.9 [2021-01-06T04:24:45.068Z] Attempting uninstall: idna [2021-01-06T04:24:45.068Z] Found existing installation: idna 2.9 [2021-01-06T04:24:45.068Z] Uninstalling idna-2.9: [2021-01-06T04:24:45.344Z] Successfully uninstalled idna-2.9 [2021-01-06T04:24:46.368Z] Attempting uninstall: requests [2021-01-06T04:24:46.368Z] Found existing installation: requests 2.23.0 [2021-01-06T04:24:46.368Z] Uninstalling requests-2.23.0: [2021-01-06T04:24:46.368Z] Successfully uninstalled requests-2.23.0 [2021-01-06T04:24:47.352Z] Running setup.py install for dockerpty: started [2021-01-06T04:24:49.982Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-06T04:24:51.968Z] 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 [2021-01-06T04:24:58.713Z] Removing intermediate container 0b3b7d17d8e1 [2021-01-06T04:24:58.713Z] ---> 4d028283559d [2021-01-06T04:24:58.713Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-06T04:24:58.713Z] ---> Running in 9827b309c86e [2021-01-06T04:25:00.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:25:00.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:25:01.145Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T04:25:01.145Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-06T04:25:01.145Z] (3/3) Installing curl (7.69.1-r3) [2021-01-06T04:25:01.145Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:25:01.145Z] OK: 71 MiB in 58 packages [2021-01-06T04:25:03.147Z] Removing intermediate container 9827b309c86e [2021-01-06T04:25:03.147Z] ---> 428e80f70a77 [2021-01-06T04:25:03.147Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-06T04:25:03.425Z] ---> Running in 0db53c1c3466 [2021-01-06T04:25:04.028Z] Removing intermediate container 0db53c1c3466 [2021-01-06T04:25:04.028Z] ---> 340db8a044a0 [2021-01-06T04:25:04.028Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:25:04.304Z] ---> Running in 0e15f180e40b [2021-01-06T04:25:05.294Z] Removing intermediate container 0e15f180e40b [2021-01-06T04:25:05.294Z] ---> a595b126694c [2021-01-06T04:25:05.294Z] Step 24/26 : LABEL arch=arm64 [2021-01-06T04:25:05.294Z] ---> Running in 4673ee28ef15 [2021-01-06T04:25:05.896Z] Removing intermediate container 4673ee28ef15 [2021-01-06T04:25:05.896Z] ---> bcec390534f4 [2021-01-06T04:25:05.896Z] Step 25/26 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:25:06.171Z] ---> Running in 0e495e7b4181 [2021-01-06T04:25:06.773Z] Removing intermediate container 0e495e7b4181 [2021-01-06T04:25:06.773Z] ---> a821f50392bf [2021-01-06T04:25:06.773Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-06T04:25:07.048Z] ---> Running in 57f328bf8ca7 [2021-01-06T04:25:07.654Z] Removing intermediate container 57f328bf8ca7 [2021-01-06T04:25:07.654Z] ---> 060ed99648d0 [2021-01-06T04:25:07.654Z] [2021-01-06T04:25:08.258Z] Successfully built 060ed99648d0 [2021-01-06T04:25:08.258Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-06T04:25:26.611Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 25cf98c1e03b [2021-01-06T04:25:26.611Z] ---> 07f4d0e3cef6 [2021-01-06T04:25:26.611Z] [2021-01-06T04:25:26.611Z] Step 10/22 : FROM alpine:3.12 [2021-01-06T04:25:26.611Z] ---> afeebe901d6b [2021-01-06T04:25:26.611Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-06T04:25:26.611Z] ---> Using cache [2021-01-06T04:25:26.611Z] ---> 3c9bf20d5117 [2021-01-06T04:25:26.611Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-06T04:25:26.611Z] ---> Running in b785ccc9dbae [2021-01-06T04:25:26.611Z] Removing intermediate container b785ccc9dbae [2021-01-06T04:25:26.611Z] ---> a6f56ae725a0 [2021-01-06T04:25:26.611Z] Step 13/22 : WORKDIR / [2021-01-06T04:25:26.888Z] ---> Running in 06fb24b37fbd [2021-01-06T04:25:27.164Z] Removing intermediate container 5ea616b5928d [2021-01-06T04:25:27.164Z] ---> ba778022e3d9 [2021-01-06T04:25:27.164Z] [2021-01-06T04:25:27.164Z] Step 10/21 : FROM scratch [2021-01-06T04:25:27.164Z] ---> [2021-01-06T04:25:27.164Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T04:25:27.441Z] ---> Using cache [2021-01-06T04:25:27.441Z] ---> f1b9ae96de16 [2021-01-06T04:25:27.441Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-06T04:25:27.718Z] ---> Running in c6cee37f20ec [2021-01-06T04:25:27.718Z] Removing intermediate container 06fb24b37fbd [2021-01-06T04:25:27.718Z] ---> ff43b6e145cd [2021-01-06T04:25:27.718Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-06T04:25:28.326Z] Removing intermediate container c6cee37f20ec [2021-01-06T04:25:28.326Z] ---> d6e706008b52 [2021-01-06T04:25:28.326Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-06T04:25:28.601Z] ---> Running in ac7fe20be8cf [2021-01-06T04:25:29.208Z] ---> fa3c1e91120b [2021-01-06T04:25:29.208Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-06T04:25:29.485Z] Removing intermediate container ac7fe20be8cf [2021-01-06T04:25:29.485Z] ---> c2f1aec4144b [2021-01-06T04:25:29.485Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-06T04:25:31.484Z] ---> 70627031da2a [2021-01-06T04:25:31.484Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-06T04:25:31.484Z] ---> 3e4f72300ffe [2021-01-06T04:25:31.484Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-06T04:25:32.940Z] ---> c065037a57f8 [2021-01-06T04:25:32.940Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-06T04:25:32.940Z] ---> d614ac6c5ce2 [2021-01-06T04:25:32.940Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-06T04:25:33.933Z] ---> f62dc1414ce4 [2021-01-06T04:25:33.933Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-06T04:25:34.212Z] ---> Running in a2542d0ad250 [2021-01-06T04:25:34.212Z] ---> 76b7838d2c65 [2021-01-06T04:25:34.212Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-06T04:25:34.493Z] ---> Running in ad7a6e11ac1e [2021-01-06T04:25:35.484Z] Removing intermediate container ad7a6e11ac1e [2021-01-06T04:25:35.484Z] ---> e64783a555d0 [2021-01-06T04:25:35.484Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:25:35.484Z] ---> Running in 95379ecc2289 [2021-01-06T04:25:36.086Z] Removing intermediate container 95379ecc2289 [2021-01-06T04:25:36.086Z] ---> 4ad081f74bbe [2021-01-06T04:25:36.086Z] Step 19/21 : LABEL arch=arm64 [2021-01-06T04:25:36.365Z] ---> Running in a044a17acfea [2021-01-06T04:25:36.991Z] Removing intermediate container a044a17acfea [2021-01-06T04:25:36.991Z] ---> aa44e0d8ebec [2021-01-06T04:25:36.991Z] Step 20/21 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:25:37.274Z] ---> Running in af4c461c8db7 [2021-01-06T04:25:37.552Z] Removing intermediate container a2542d0ad250 [2021-01-06T04:25:37.552Z] ---> 8ab9048b49cb [2021-01-06T04:25:37.552Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-06T04:25:37.826Z] ---> Running in 32b5a35e9de0 [2021-01-06T04:25:37.826Z] Removing intermediate container af4c461c8db7 [2021-01-06T04:25:37.826Z] ---> 8649164893e6 [2021-01-06T04:25:37.826Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-06T04:25:38.108Z] ---> Running in 250ef9367bcc [2021-01-06T04:25:38.402Z] Removing intermediate container 32b5a35e9de0 [2021-01-06T04:25:38.402Z] ---> 44f586d3cffa [2021-01-06T04:25:38.402Z] Step 20/22 : LABEL arch=arm64 [2021-01-06T04:25:38.677Z] ---> Running in 799aa43929c6 [2021-01-06T04:25:38.953Z] Removing intermediate container 250ef9367bcc [2021-01-06T04:25:38.953Z] ---> fd44ad4b867f [2021-01-06T04:25:38.953Z] [2021-01-06T04:25:39.233Z] Removing intermediate container 799aa43929c6 [2021-01-06T04:25:39.233Z] ---> be0d6c5b793f [2021-01-06T04:25:39.233Z] Step 21/22 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:25:39.233Z] Successfully built fd44ad4b867f [2021-01-06T04:25:39.233Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-06T04:25:39.511Z]  Building docker-support-scheduler-go ... done  ---> Running in 789e62850ae2 [2021-01-06T04:25:40.513Z] Removing intermediate container 789e62850ae2 [2021-01-06T04:25:40.513Z] ---> 6b05282c61d5 [2021-01-06T04:25:40.513Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T04:25:41.117Z] ---> Running in f162e7d14f13 [2021-01-06T04:25:41.395Z] Removing intermediate container 0e4ac8f186d0 [2021-01-06T04:25:41.395Z] ---> 140204554179 [2021-01-06T04:25:41.395Z] [2021-01-06T04:25:41.395Z] Step 10/24 : FROM scratch [2021-01-06T04:25:41.395Z] ---> [2021-01-06T04:25:41.395Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-06T04:25:42.002Z] ---> Running in 5d1258856fb4 [2021-01-06T04:25:42.002Z] Removing intermediate container f162e7d14f13 [2021-01-06T04:25:42.002Z] ---> 57ce2563f8df [2021-01-06T04:25:42.002Z] [2021-01-06T04:25:42.279Z] Successfully built 57ce2563f8df [2021-01-06T04:25:42.279Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-06T04:25:42.555Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5d1258856fb4 [2021-01-06T04:25:42.555Z] ---> 33f5aa5b3b39 [2021-01-06T04:25:42.555Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-06T04:25:42.839Z] ---> Running in 84d5649525f0 [2021-01-06T04:25:43.115Z] Removing intermediate container 84d5649525f0 [2021-01-06T04:25:43.115Z] ---> 339802210ded [2021-01-06T04:25:43.116Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-06T04:25:43.392Z] ---> Running in 55a504f14bf3 [2021-01-06T04:25:43.694Z] Removing intermediate container 55a504f14bf3 [2021-01-06T04:25:43.694Z] ---> 26905f016971 [2021-01-06T04:25:43.694Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-06T04:25:44.692Z] ---> 86dc3cea51fd [2021-01-06T04:25:44.692Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-06T04:25:45.678Z] ---> a26f379aa31d [2021-01-06T04:25:45.679Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-06T04:25:47.147Z] ---> 7a1c2a1f3c3d [2021-01-06T04:25:47.147Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-06T04:25:47.754Z] ---> 011ce4da3f64 [2021-01-06T04:25:47.754Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-06T04:25:49.758Z] ---> 7b6b84172489 [2021-01-06T04:25:49.758Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-06T04:25:49.758Z] Removing intermediate container b218c6855f37 [2021-01-06T04:25:49.758Z] ---> eedf5f264b05 [2021-01-06T04:25:49.758Z] [2021-01-06T04:25:49.758Z] Step 10/23 : FROM alpine:3.12 [2021-01-06T04:25:49.758Z] ---> afeebe901d6b [2021-01-06T04:25:49.758Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T04:25:50.038Z] ---> Running in b4e7f69f3668 [2021-01-06T04:25:50.315Z] ---> 7e8b968c4871 [2021-01-06T04:25:50.315Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-06T04:25:50.602Z] ---> Running in bf12d40da3de [2021-01-06T04:25:50.602Z] Removing intermediate container b4e7f69f3668 [2021-01-06T04:25:50.602Z] ---> 20084371d2af [2021-01-06T04:25:50.602Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-06T04:25:50.876Z] ---> Running in dfc41db6cd88 [2021-01-06T04:25:50.876Z] Removing intermediate container bf12d40da3de [2021-01-06T04:25:50.876Z] ---> 9256c68b7e84 [2021-01-06T04:25:50.876Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:25:51.152Z] ---> Running in d97ba03a89d9 [2021-01-06T04:25:51.152Z] Removing intermediate container dfc41db6cd88 [2021-01-06T04:25:51.152Z] ---> 36dbcddf586a [2021-01-06T04:25:51.432Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-06T04:25:51.432Z] ---> Running in 25f55a4ef588 [2021-01-06T04:25:51.713Z] Removing intermediate container d97ba03a89d9 [2021-01-06T04:25:51.713Z] ---> 69751569cf30 [2021-01-06T04:25:51.713Z] Step 22/24 : LABEL arch=arm64 [2021-01-06T04:25:51.713Z] ---> Running in 2c492903e4cc [2021-01-06T04:25:51.987Z] Removing intermediate container 25f55a4ef588 [2021-01-06T04:25:51.987Z] ---> 55746b6f2086 [2021-01-06T04:25:51.987Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T04:25:52.260Z] ---> Running in 3a9ffaa08bf8 [2021-01-06T04:25:52.260Z] Removing intermediate container 2c492903e4cc [2021-01-06T04:25:52.260Z] ---> 02878a571ba4 [2021-01-06T04:25:52.260Z] Step 23/24 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:25:52.535Z] ---> Running in 3529956b9390 [2021-01-06T04:25:53.143Z] Removing intermediate container 3529956b9390 [2021-01-06T04:25:53.143Z] ---> 3620b7514a6b [2021-01-06T04:25:53.143Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-06T04:25:53.143Z] ---> Running in 7b25c2ba47d5 [2021-01-06T04:25:53.757Z] Removing intermediate container 7b25c2ba47d5 [2021-01-06T04:25:53.757Z] ---> 822d5ea4851e [2021-01-06T04:25:53.757Z] [2021-01-06T04:25:53.757Z] Successfully built 822d5ea4851e [2021-01-06T04:25:54.034Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-06T04:25:54.649Z]  Building docker-support-notifications-go ... done Removing intermediate container 3a9ffaa08bf8 [2021-01-06T04:25:54.649Z] ---> 1b4e1fde0e8f [2021-01-06T04:25:54.649Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-06T04:25:54.649Z] ---> Running in 0a742ac62ea7 [2021-01-06T04:25:56.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T04:25:56.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T04:25:57.351Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-06T04:25:57.351Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-06T04:25:57.351Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-06T04:25:57.624Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-06T04:25:57.624Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-06T04:25:57.897Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T04:25:57.897Z] OK: 8 MiB in 19 packages [2021-01-06T04:25:59.341Z] Removing intermediate container 0a742ac62ea7 [2021-01-06T04:25:59.341Z] ---> 91cbb16230f4 [2021-01-06T04:25:59.341Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-06T04:25:59.939Z] ---> 246d75b82b2d [2021-01-06T04:25:59.939Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-06T04:26:00.922Z] ---> bdd6f12c246b [2021-01-06T04:26:00.922Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-06T04:26:01.907Z] ---> faf7c28d1196 [2021-01-06T04:26:01.907Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-06T04:26:01.907Z] ---> Running in d8b2ff6fa8e9 [2021-01-06T04:26:02.507Z] Removing intermediate container d8b2ff6fa8e9 [2021-01-06T04:26:02.507Z] ---> bbc03810c6d5 [2021-01-06T04:26:02.507Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T04:26:02.507Z] ---> Running in fba685a96b88 [2021-01-06T04:26:03.105Z] Removing intermediate container fba685a96b88 [2021-01-06T04:26:03.105Z] ---> 84b5e2f16949 [2021-01-06T04:26:03.105Z] Step 21/23 : LABEL arch=arm64 [2021-01-06T04:26:03.105Z] ---> Running in 094c31515202 [2021-01-06T04:26:03.706Z] Removing intermediate container 094c31515202 [2021-01-06T04:26:03.706Z] ---> c65668a67d03 [2021-01-06T04:26:03.706Z] Step 22/23 : LABEL git_sha=f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:03.706Z] ---> Running in a5be9c3d748b [2021-01-06T04:26:04.306Z] Removing intermediate container a5be9c3d748b [2021-01-06T04:26:04.306Z] ---> b0c0340a0dd8 [2021-01-06T04:26:04.306Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-06T04:26:04.306Z] ---> Running in 9305f18190e1 [2021-01-06T04:26:04.582Z] Removing intermediate container 9305f18190e1 [2021-01-06T04:26:04.582Z] ---> f0fda45b36bb [2021-01-06T04:26:04.582Z] [2021-01-06T04:26:04.854Z] Successfully built f0fda45b36bb [2021-01-06T04:26:05.128Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-06T04:26:05.147Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-06T04:26:05.145Z] $ docker stop --time=1 ee613ea931234216e6e4f472c6c2944ba1284ea06591d0e5f83b98e53a509281 [2021-01-06T04:26:07.097Z] $ docker rm -f ee613ea931234216e6e4f472c6c2944ba1284ea06591d0e5f83b98e53a509281 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-06T04:26:07.799Z] + docker images [2021-01-06T04:26:07.799Z] + grep docker [2021-01-06T04:26:08.071Z] docker-core-data-go-arm64 latest f0fda45b36bb 3 seconds ago 21MB [2021-01-06T04:26:08.071Z] docker-support-notifications-go-arm64 latest 822d5ea4851e 14 seconds ago 11.4MB [2021-01-06T04:26:08.071Z] docker-security-bootstrap-redis-go-arm64 latest 57ce2563f8df 26 seconds ago 15.1MB [2021-01-06T04:26:08.071Z] docker-support-scheduler-go-arm64 latest fd44ad4b867f 29 seconds ago 10MB [2021-01-06T04:26:08.071Z] docker-sys-mgmt-agent-go-arm64 latest 060ed99648d0 About a minute ago 300MB [2021-01-06T04:26:08.071Z] docker-security-secretstore-setup-go-arm64 latest 184c683a20b8 2 minutes ago 23.4MB [2021-01-06T04:26:08.071Z] docker-core-metadata-go-arm64 latest 6bedf08c6b02 2 minutes ago 12.2MB [2021-01-06T04:26:08.071Z] docker-security-proxy-setup-go-arm64 latest edae7ee51021 2 minutes ago 23.3MB [2021-01-06T04:26:08.071Z] docker-core-command-go-arm64 latest 0bd319af438a 2 minutes ago 9.98MB [2021-01-06T04:26:08.071Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-06T04:26:08.738Z] provisioning config files... [2021-01-06T04:26:08.787Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/278@tmp/config3470167355206091284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:26:09.195Z] ---> docker-login.sh [2021-01-06T04:26:09.195Z] nexus3.edgexfoundry.org:10001 [2021-01-06T04:26:09.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:26:09.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:26:09.739Z] Configure a credential helper to remove this warning. See [2021-01-06T04:26:09.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:26:09.739Z] [2021-01-06T04:26:09.739Z] Login Succeeded [2021-01-06T04:26:09.739Z] nexus3.edgexfoundry.org:10002 [2021-01-06T04:26:10.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:26:10.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:26:10.282Z] Configure a credential helper to remove this warning. See [2021-01-06T04:26:10.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:26:10.282Z] [2021-01-06T04:26:10.282Z] Login Succeeded [2021-01-06T04:26:10.282Z] nexus3.edgexfoundry.org:10003 [2021-01-06T04:26:10.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:26:10.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:26:10.876Z] Configure a credential helper to remove this warning. See [2021-01-06T04:26:10.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:26:10.877Z] [2021-01-06T04:26:10.877Z] Login Succeeded [2021-01-06T04:26:10.877Z] nexus3.edgexfoundry.org:10004 [2021-01-06T04:26:11.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:26:11.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:26:11.470Z] Configure a credential helper to remove this warning. See [2021-01-06T04:26:11.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:26:11.470Z] [2021-01-06T04:26:11.470Z] Login Succeeded [2021-01-06T04:26:11.470Z] docker.io [2021-01-06T04:26:12.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T04:26:12.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T04:26:12.333Z] Configure a credential helper to remove this warning. See [2021-01-06T04:26:12.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T04:26:12.333Z] [2021-01-06T04:26:12.333Z] Login Succeeded [2021-01-06T04:26:12.333Z] ---> docker-login.sh ends [Pipeline] } [2021-01-06T04:26:12.350Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:26:12.656Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-06T04:26:12.656Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:12.656Z] 2.0.0-dev.33 [2021-01-06T04:26:12.656Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:12.656Z] master [2021-01-06T04:26:12.656Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:13.217Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:13.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:13.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-06T04:26:13.555Z] 93fcfea89754: Preparing [2021-01-06T04:26:13.555Z] f528089cdc85: Preparing [2021-01-06T04:26:13.555Z] 9233d12f5084: Preparing [2021-01-06T04:26:13.825Z] 93fcfea89754: Pushed [2021-01-06T04:26:13.825Z] 9233d12f5084: Pushed [2021-01-06T04:26:16.446Z] f528089cdc85: Pushed [2021-01-06T04:26:16.446Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:f2159eb3d3a21feeb88bde943aa7e8fc59ced2122834cafe01a8a2e0900b1c12 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:16.785Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:17.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:17.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-06T04:26:17.122Z] 93fcfea89754: Preparing [2021-01-06T04:26:17.122Z] f528089cdc85: Preparing [2021-01-06T04:26:17.122Z] 9233d12f5084: Preparing [2021-01-06T04:26:17.122Z] 9233d12f5084: Layer already exists [2021-01-06T04:26:17.122Z] f528089cdc85: Layer already exists [2021-01-06T04:26:17.122Z] 93fcfea89754: Layer already exists [2021-01-06T04:26:17.393Z] 2.0.0-dev.33: digest: sha256:f2159eb3d3a21feeb88bde943aa7e8fc59ced2122834cafe01a8a2e0900b1c12 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:17.735Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:18.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:18.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-06T04:26:18.069Z] 93fcfea89754: Preparing [2021-01-06T04:26:18.069Z] f528089cdc85: Preparing [2021-01-06T04:26:18.069Z] 9233d12f5084: Preparing [2021-01-06T04:26:18.069Z] 9233d12f5084: Layer already exists [2021-01-06T04:26:18.341Z] f528089cdc85: Layer already exists [2021-01-06T04:26:18.341Z] 93fcfea89754: Layer already exists [2021-01-06T04:26:18.341Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:f2159eb3d3a21feeb88bde943aa7e8fc59ced2122834cafe01a8a2e0900b1c12 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:18.685Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:19.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-06T04:26:19.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-06T04:26:19.017Z] 93fcfea89754: Preparing [2021-01-06T04:26:19.017Z] f528089cdc85: Preparing [2021-01-06T04:26:19.017Z] 9233d12f5084: Preparing [2021-01-06T04:26:19.287Z] f528089cdc85: Layer already exists [2021-01-06T04:26:19.287Z] 93fcfea89754: Layer already exists [2021-01-06T04:26:19.287Z] 9233d12f5084: Layer already exists [2021-01-06T04:26:19.287Z] master: digest: sha256:f2159eb3d3a21feeb88bde943aa7e8fc59ced2122834cafe01a8a2e0900b1c12 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:26:19.518Z] ===================================================== [Pipeline] echo [2021-01-06T04:26:19.570Z] taggedImages: [2021-01-06T04:26:19.570Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:19.570Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:19.570Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:19.570Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-06T04:26:19.641Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-06T04:26:19.641Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:19.641Z] 2.0.0-dev.33 [2021-01-06T04:26:19.641Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:19.641Z] master [2021-01-06T04:26:19.641Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:20.227Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:20.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:20.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-06T04:26:20.569Z] cb54646ccf70: Preparing [2021-01-06T04:26:20.569Z] a25bacbb2d1c: Preparing [2021-01-06T04:26:20.569Z] d40b332a9841: Preparing [2021-01-06T04:26:20.569Z] 96a8cf547494: Preparing [2021-01-06T04:26:20.569Z] ffd167764501: Preparing [2021-01-06T04:26:20.569Z] 379067d0cb53: Preparing [2021-01-06T04:26:20.569Z] 379067d0cb53: Waiting [2021-01-06T04:26:20.842Z] d40b332a9841: Pushed [2021-01-06T04:26:21.113Z] cb54646ccf70: Pushed [2021-01-06T04:26:21.113Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:21.113Z] ffd167764501: Pushed [2021-01-06T04:26:21.704Z] 96a8cf547494: Pushed [2021-01-06T04:26:24.313Z] a25bacbb2d1c: Pushed [2021-01-06T04:26:24.313Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:563d1617ec7dabdb46256cba94d7ae5983255b1d1dcfb9dc815b72dd42a7be3c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:24.662Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:25.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:25.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-06T04:26:25.001Z] cb54646ccf70: Preparing [2021-01-06T04:26:25.001Z] a25bacbb2d1c: Preparing [2021-01-06T04:26:25.001Z] d40b332a9841: Preparing [2021-01-06T04:26:25.001Z] 96a8cf547494: Preparing [2021-01-06T04:26:25.001Z] ffd167764501: Preparing [2021-01-06T04:26:25.001Z] 379067d0cb53: Preparing [2021-01-06T04:26:25.001Z] 379067d0cb53: Waiting [2021-01-06T04:26:25.001Z] a25bacbb2d1c: Layer already exists [2021-01-06T04:26:25.001Z] d40b332a9841: Layer already exists [2021-01-06T04:26:25.001Z] cb54646ccf70: Layer already exists [2021-01-06T04:26:25.001Z] ffd167764501: Layer already exists [2021-01-06T04:26:25.001Z] 96a8cf547494: Layer already exists [2021-01-06T04:26:25.001Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:25.270Z] 2.0.0-dev.33: digest: sha256:563d1617ec7dabdb46256cba94d7ae5983255b1d1dcfb9dc815b72dd42a7be3c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:25.614Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:25.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:25.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-06T04:26:25.952Z] cb54646ccf70: Preparing [2021-01-06T04:26:25.952Z] a25bacbb2d1c: Preparing [2021-01-06T04:26:25.952Z] d40b332a9841: Preparing [2021-01-06T04:26:25.952Z] 96a8cf547494: Preparing [2021-01-06T04:26:25.952Z] ffd167764501: Preparing [2021-01-06T04:26:25.952Z] 379067d0cb53: Preparing [2021-01-06T04:26:25.952Z] 379067d0cb53: Waiting [2021-01-06T04:26:25.952Z] cb54646ccf70: Layer already exists [2021-01-06T04:26:25.952Z] a25bacbb2d1c: Layer already exists [2021-01-06T04:26:25.952Z] ffd167764501: Layer already exists [2021-01-06T04:26:25.952Z] 96a8cf547494: Layer already exists [2021-01-06T04:26:25.952Z] d40b332a9841: Layer already exists [2021-01-06T04:26:26.223Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:26.223Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:563d1617ec7dabdb46256cba94d7ae5983255b1d1dcfb9dc815b72dd42a7be3c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:26.561Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:26.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-06T04:26:26.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-06T04:26:26.896Z] cb54646ccf70: Preparing [2021-01-06T04:26:26.896Z] a25bacbb2d1c: Preparing [2021-01-06T04:26:26.896Z] d40b332a9841: Preparing [2021-01-06T04:26:26.896Z] 96a8cf547494: Preparing [2021-01-06T04:26:26.896Z] ffd167764501: Preparing [2021-01-06T04:26:26.896Z] 379067d0cb53: Preparing [2021-01-06T04:26:26.896Z] 379067d0cb53: Waiting [2021-01-06T04:26:26.896Z] cb54646ccf70: Layer already exists [2021-01-06T04:26:26.896Z] d40b332a9841: Layer already exists [2021-01-06T04:26:26.896Z] ffd167764501: Layer already exists [2021-01-06T04:26:26.896Z] 96a8cf547494: Layer already exists [2021-01-06T04:26:26.896Z] a25bacbb2d1c: Layer already exists [2021-01-06T04:26:26.896Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:27.166Z] master: digest: sha256:563d1617ec7dabdb46256cba94d7ae5983255b1d1dcfb9dc815b72dd42a7be3c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:26:27.385Z] ===================================================== [Pipeline] echo [2021-01-06T04:26:27.439Z] taggedImages: [2021-01-06T04:26:27.439Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:27.439Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:27.439Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:27.439Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-06T04:26:27.537Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-06T04:26:27.537Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:27.537Z] 2.0.0-dev.33 [2021-01-06T04:26:27.537Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:27.537Z] master [2021-01-06T04:26:27.537Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:28.080Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:28.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:28.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-06T04:26:28.456Z] c3d760fbd01f: Preparing [2021-01-06T04:26:28.456Z] 679d4c4415ca: Preparing [2021-01-06T04:26:28.456Z] c34a2021451d: Preparing [2021-01-06T04:26:28.727Z] c34a2021451d: Pushed [2021-01-06T04:26:28.727Z] c3d760fbd01f: Pushed [2021-01-06T04:26:31.357Z] 679d4c4415ca: Pushed [2021-01-06T04:26:31.629Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:877c47e3918dbb0f1b0dfd3cb1d66dec3c6292c39aa7d6c3c20a5126ac6ea365 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:31.969Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:32.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:32.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-06T04:26:32.305Z] c3d760fbd01f: Preparing [2021-01-06T04:26:32.305Z] 679d4c4415ca: Preparing [2021-01-06T04:26:32.305Z] c34a2021451d: Preparing [2021-01-06T04:26:32.305Z] c34a2021451d: Layer already exists [2021-01-06T04:26:32.305Z] 679d4c4415ca: Layer already exists [2021-01-06T04:26:32.305Z] c3d760fbd01f: Layer already exists [2021-01-06T04:26:32.577Z] 2.0.0-dev.33: digest: sha256:877c47e3918dbb0f1b0dfd3cb1d66dec3c6292c39aa7d6c3c20a5126ac6ea365 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:32.916Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:33.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:33.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-06T04:26:33.253Z] c3d760fbd01f: Preparing [2021-01-06T04:26:33.253Z] 679d4c4415ca: Preparing [2021-01-06T04:26:33.253Z] c34a2021451d: Preparing [2021-01-06T04:26:33.523Z] 679d4c4415ca: Layer already exists [2021-01-06T04:26:33.523Z] c3d760fbd01f: Layer already exists [2021-01-06T04:26:33.523Z] c34a2021451d: Layer already exists [2021-01-06T04:26:33.523Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:877c47e3918dbb0f1b0dfd3cb1d66dec3c6292c39aa7d6c3c20a5126ac6ea365 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:33.877Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:34.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-06T04:26:34.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-06T04:26:34.217Z] c3d760fbd01f: Preparing [2021-01-06T04:26:34.217Z] 679d4c4415ca: Preparing [2021-01-06T04:26:34.217Z] c34a2021451d: Preparing [2021-01-06T04:26:34.217Z] 679d4c4415ca: Layer already exists [2021-01-06T04:26:34.217Z] c34a2021451d: Layer already exists [2021-01-06T04:26:34.496Z] c3d760fbd01f: Layer already exists [2021-01-06T04:26:34.496Z] master: digest: sha256:877c47e3918dbb0f1b0dfd3cb1d66dec3c6292c39aa7d6c3c20a5126ac6ea365 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:26:34.730Z] ===================================================== [Pipeline] echo [2021-01-06T04:26:34.780Z] taggedImages: [2021-01-06T04:26:34.781Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:34.781Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:34.781Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:34.781Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-06T04:26:34.851Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-06T04:26:34.851Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:34.851Z] 2.0.0-dev.33 [2021-01-06T04:26:34.851Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:34.851Z] master [2021-01-06T04:26:34.851Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:35.494Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:35.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:35.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-06T04:26:35.834Z] 30151488764d: Preparing [2021-01-06T04:26:35.834Z] 99c10497b822: Preparing [2021-01-06T04:26:35.834Z] 6f911a61bbcb: Preparing [2021-01-06T04:26:35.834Z] 3c304e95f5f6: Preparing [2021-01-06T04:26:35.834Z] 280141cf6910: Preparing [2021-01-06T04:26:35.834Z] 003b08c517c4: Preparing [2021-01-06T04:26:35.834Z] 379067d0cb53: Preparing [2021-01-06T04:26:35.834Z] 003b08c517c4: Waiting [2021-01-06T04:26:35.834Z] 379067d0cb53: Waiting [2021-01-06T04:26:36.449Z] 6f911a61bbcb: Pushed [2021-01-06T04:26:36.449Z] 99c10497b822: Pushed [2021-01-06T04:26:36.449Z] 30151488764d: Pushed [2021-01-06T04:26:36.449Z] 280141cf6910: Pushed [2021-01-06T04:26:36.449Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:36.724Z] 003b08c517c4: Pushed [2021-01-06T04:26:38.145Z] 3c304e95f5f6: Pushed [2021-01-06T04:26:38.417Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:956599154e88b1100f9649029f9a153a791cdf8a8f421b5c397fed046e21a55b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:38.764Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:39.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:39.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-06T04:26:39.108Z] 30151488764d: Preparing [2021-01-06T04:26:39.108Z] 99c10497b822: Preparing [2021-01-06T04:26:39.108Z] 6f911a61bbcb: Preparing [2021-01-06T04:26:39.108Z] 3c304e95f5f6: Preparing [2021-01-06T04:26:39.108Z] 280141cf6910: Preparing [2021-01-06T04:26:39.108Z] 003b08c517c4: Preparing [2021-01-06T04:26:39.108Z] 379067d0cb53: Preparing [2021-01-06T04:26:39.109Z] 003b08c517c4: Waiting [2021-01-06T04:26:39.109Z] 379067d0cb53: Waiting [2021-01-06T04:26:39.379Z] 6f911a61bbcb: Layer already exists [2021-01-06T04:26:39.379Z] 99c10497b822: Layer already exists [2021-01-06T04:26:39.379Z] 30151488764d: Layer already exists [2021-01-06T04:26:39.379Z] 3c304e95f5f6: Layer already exists [2021-01-06T04:26:39.379Z] 280141cf6910: Layer already exists [2021-01-06T04:26:39.379Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:39.379Z] 003b08c517c4: Layer already exists [2021-01-06T04:26:39.379Z] 2.0.0-dev.33: digest: sha256:956599154e88b1100f9649029f9a153a791cdf8a8f421b5c397fed046e21a55b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:39.726Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:40.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:40.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-06T04:26:40.068Z] 30151488764d: Preparing [2021-01-06T04:26:40.068Z] 99c10497b822: Preparing [2021-01-06T04:26:40.068Z] 6f911a61bbcb: Preparing [2021-01-06T04:26:40.068Z] 3c304e95f5f6: Preparing [2021-01-06T04:26:40.068Z] 280141cf6910: Preparing [2021-01-06T04:26:40.068Z] 003b08c517c4: Preparing [2021-01-06T04:26:40.068Z] 379067d0cb53: Preparing [2021-01-06T04:26:40.068Z] 003b08c517c4: Waiting [2021-01-06T04:26:40.068Z] 379067d0cb53: Waiting [2021-01-06T04:26:40.348Z] 30151488764d: Layer already exists [2021-01-06T04:26:40.348Z] 6f911a61bbcb: Layer already exists [2021-01-06T04:26:40.348Z] 280141cf6910: Layer already exists [2021-01-06T04:26:40.348Z] 99c10497b822: Layer already exists [2021-01-06T04:26:40.348Z] 3c304e95f5f6: Layer already exists [2021-01-06T04:26:40.348Z] 003b08c517c4: Layer already exists [2021-01-06T04:26:40.348Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:40.348Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:956599154e88b1100f9649029f9a153a791cdf8a8f421b5c397fed046e21a55b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:40.697Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:41.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-06T04:26:41.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-06T04:26:41.047Z] 30151488764d: Preparing [2021-01-06T04:26:41.047Z] 99c10497b822: Preparing [2021-01-06T04:26:41.047Z] 6f911a61bbcb: Preparing [2021-01-06T04:26:41.047Z] 3c304e95f5f6: Preparing [2021-01-06T04:26:41.047Z] 280141cf6910: Preparing [2021-01-06T04:26:41.047Z] 003b08c517c4: Preparing [2021-01-06T04:26:41.047Z] 379067d0cb53: Preparing [2021-01-06T04:26:41.047Z] 003b08c517c4: Waiting [2021-01-06T04:26:41.047Z] 379067d0cb53: Waiting [2021-01-06T04:26:41.047Z] 280141cf6910: Layer already exists [2021-01-06T04:26:41.047Z] 30151488764d: Layer already exists [2021-01-06T04:26:41.047Z] 3c304e95f5f6: Layer already exists [2021-01-06T04:26:41.320Z] 6f911a61bbcb: Layer already exists [2021-01-06T04:26:41.320Z] 99c10497b822: Layer already exists [2021-01-06T04:26:41.320Z] 003b08c517c4: Layer already exists [2021-01-06T04:26:41.320Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:41.320Z] master: digest: sha256:956599154e88b1100f9649029f9a153a791cdf8a8f421b5c397fed046e21a55b size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:26:41.536Z] ===================================================== [Pipeline] echo [2021-01-06T04:26:41.584Z] taggedImages: [2021-01-06T04:26:41.584Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:41.584Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:41.584Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:41.584Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-06T04:26:41.651Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-06T04:26:41.651Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:41.651Z] 2.0.0-dev.33 [2021-01-06T04:26:41.651Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:41.651Z] master [2021-01-06T04:26:41.651Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:42.195Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:42.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:42.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-06T04:26:42.534Z] dc513ea94290: Preparing [2021-01-06T04:26:42.534Z] c0c0cab1ce63: Preparing [2021-01-06T04:26:42.534Z] c51f1947a6eb: Preparing [2021-01-06T04:26:42.534Z] b7617e374288: Preparing [2021-01-06T04:26:42.534Z] 0420b51da901: Preparing [2021-01-06T04:26:42.534Z] 379067d0cb53: Preparing [2021-01-06T04:26:42.534Z] 379067d0cb53: Waiting [2021-01-06T04:26:42.817Z] b7617e374288: Pushed [2021-01-06T04:26:42.817Z] c51f1947a6eb: Pushed [2021-01-06T04:26:42.817Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:43.090Z] 0420b51da901: Pushed [2021-01-06T04:26:45.060Z] dc513ea94290: Pushed [2021-01-06T04:26:45.060Z] c0c0cab1ce63: Pushed [2021-01-06T04:26:45.060Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:38525d86ed7b878254b9260ad7e6a45636a68a03a40e0253259c6d3612e2f299 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:45.401Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:45.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:45.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-06T04:26:45.749Z] dc513ea94290: Preparing [2021-01-06T04:26:45.749Z] c0c0cab1ce63: Preparing [2021-01-06T04:26:45.749Z] c51f1947a6eb: Preparing [2021-01-06T04:26:45.749Z] b7617e374288: Preparing [2021-01-06T04:26:45.749Z] 0420b51da901: Preparing [2021-01-06T04:26:45.749Z] 379067d0cb53: Preparing [2021-01-06T04:26:45.749Z] 379067d0cb53: Waiting [2021-01-06T04:26:45.749Z] b7617e374288: Layer already exists [2021-01-06T04:26:45.749Z] c0c0cab1ce63: Layer already exists [2021-01-06T04:26:45.749Z] dc513ea94290: Layer already exists [2021-01-06T04:26:46.019Z] 0420b51da901: Layer already exists [2021-01-06T04:26:46.019Z] c51f1947a6eb: Layer already exists [2021-01-06T04:26:46.019Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:46.019Z] 2.0.0-dev.33: digest: sha256:38525d86ed7b878254b9260ad7e6a45636a68a03a40e0253259c6d3612e2f299 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:46.359Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:46.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:46.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-06T04:26:46.694Z] dc513ea94290: Preparing [2021-01-06T04:26:46.694Z] c0c0cab1ce63: Preparing [2021-01-06T04:26:46.694Z] c51f1947a6eb: Preparing [2021-01-06T04:26:46.694Z] b7617e374288: Preparing [2021-01-06T04:26:46.694Z] 0420b51da901: Preparing [2021-01-06T04:26:46.694Z] 379067d0cb53: Preparing [2021-01-06T04:26:46.694Z] 379067d0cb53: Waiting [2021-01-06T04:26:46.968Z] b7617e374288: Layer already exists [2021-01-06T04:26:46.968Z] c51f1947a6eb: Layer already exists [2021-01-06T04:26:46.968Z] 0420b51da901: Layer already exists [2021-01-06T04:26:46.968Z] c0c0cab1ce63: Layer already exists [2021-01-06T04:26:46.968Z] dc513ea94290: Layer already exists [2021-01-06T04:26:46.968Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:46.968Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:38525d86ed7b878254b9260ad7e6a45636a68a03a40e0253259c6d3612e2f299 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:47.310Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:47.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-06T04:26:47.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-06T04:26:47.643Z] dc513ea94290: Preparing [2021-01-06T04:26:47.643Z] c0c0cab1ce63: Preparing [2021-01-06T04:26:47.643Z] c51f1947a6eb: Preparing [2021-01-06T04:26:47.643Z] b7617e374288: Preparing [2021-01-06T04:26:47.643Z] 0420b51da901: Preparing [2021-01-06T04:26:47.643Z] 379067d0cb53: Preparing [2021-01-06T04:26:47.643Z] 379067d0cb53: Waiting [2021-01-06T04:26:47.643Z] 0420b51da901: Layer already exists [2021-01-06T04:26:47.914Z] c0c0cab1ce63: Layer already exists [2021-01-06T04:26:47.914Z] c51f1947a6eb: Layer already exists [2021-01-06T04:26:47.914Z] dc513ea94290: Layer already exists [2021-01-06T04:26:47.914Z] b7617e374288: Layer already exists [2021-01-06T04:26:47.914Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:47.914Z] master: digest: sha256:38525d86ed7b878254b9260ad7e6a45636a68a03a40e0253259c6d3612e2f299 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:26:48.110Z] ===================================================== [Pipeline] echo [2021-01-06T04:26:48.159Z] taggedImages: [2021-01-06T04:26:48.159Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:48.159Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:48.159Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:48.159Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-06T04:26:48.224Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-06T04:26:48.224Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:48.224Z] 2.0.0-dev.33 [2021-01-06T04:26:48.224Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:48.224Z] master [2021-01-06T04:26:48.224Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:48.731Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:49.065Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:49.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-06T04:26:49.065Z] 7d8b2c731ca4: Preparing [2021-01-06T04:26:49.065Z] 24ed7e1a90f7: Preparing [2021-01-06T04:26:49.065Z] 322283585658: Preparing [2021-01-06T04:26:49.065Z] 53cdf3b852ef: Preparing [2021-01-06T04:26:49.065Z] 0d0eea236381: Preparing [2021-01-06T04:26:49.065Z] f25982bddf88: Preparing [2021-01-06T04:26:49.065Z] c60a063df846: Preparing [2021-01-06T04:26:49.065Z] 003b08c517c4: Preparing [2021-01-06T04:26:49.065Z] 379067d0cb53: Preparing [2021-01-06T04:26:49.065Z] c60a063df846: Waiting [2021-01-06T04:26:49.065Z] 003b08c517c4: Waiting [2021-01-06T04:26:49.065Z] 379067d0cb53: Waiting [2021-01-06T04:26:49.065Z] f25982bddf88: Waiting [2021-01-06T04:26:49.359Z] 7d8b2c731ca4: Pushed [2021-01-06T04:26:49.359Z] 0d0eea236381: Pushed [2021-01-06T04:26:49.359Z] 24ed7e1a90f7: Pushed [2021-01-06T04:26:49.630Z] 003b08c517c4: Layer already exists [2021-01-06T04:26:49.630Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:49.630Z] f25982bddf88: Pushed [2021-01-06T04:26:49.630Z] c60a063df846: Pushed [2021-01-06T04:26:51.601Z] 322283585658: Pushed [2021-01-06T04:26:51.601Z] 53cdf3b852ef: Pushed [2021-01-06T04:26:51.601Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:0fda823d4beb941643bd9574228eb38deb1d141e9f4143e1e3c3b8afe08ab258 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:51.953Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:52.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:52.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-06T04:26:52.287Z] 7d8b2c731ca4: Preparing [2021-01-06T04:26:52.287Z] 24ed7e1a90f7: Preparing [2021-01-06T04:26:52.287Z] 322283585658: Preparing [2021-01-06T04:26:52.287Z] 53cdf3b852ef: Preparing [2021-01-06T04:26:52.287Z] 0d0eea236381: Preparing [2021-01-06T04:26:52.287Z] f25982bddf88: Preparing [2021-01-06T04:26:52.287Z] c60a063df846: Preparing [2021-01-06T04:26:52.287Z] 003b08c517c4: Preparing [2021-01-06T04:26:52.287Z] 379067d0cb53: Preparing [2021-01-06T04:26:52.287Z] f25982bddf88: Waiting [2021-01-06T04:26:52.287Z] c60a063df846: Waiting [2021-01-06T04:26:52.287Z] 003b08c517c4: Waiting [2021-01-06T04:26:52.287Z] 379067d0cb53: Waiting [2021-01-06T04:26:52.287Z] 53cdf3b852ef: Layer already exists [2021-01-06T04:26:52.287Z] 24ed7e1a90f7: Layer already exists [2021-01-06T04:26:52.287Z] 322283585658: Layer already exists [2021-01-06T04:26:52.287Z] 0d0eea236381: Layer already exists [2021-01-06T04:26:52.287Z] 7d8b2c731ca4: Layer already exists [2021-01-06T04:26:52.287Z] 003b08c517c4: Layer already exists [2021-01-06T04:26:52.287Z] c60a063df846: Layer already exists [2021-01-06T04:26:52.287Z] f25982bddf88: Layer already exists [2021-01-06T04:26:52.287Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:52.558Z] 2.0.0-dev.33: digest: sha256:0fda823d4beb941643bd9574228eb38deb1d141e9f4143e1e3c3b8afe08ab258 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:52.960Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:53.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:53.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-06T04:26:53.318Z] 7d8b2c731ca4: Preparing [2021-01-06T04:26:53.318Z] 24ed7e1a90f7: Preparing [2021-01-06T04:26:53.318Z] 322283585658: Preparing [2021-01-06T04:26:53.318Z] 53cdf3b852ef: Preparing [2021-01-06T04:26:53.318Z] 0d0eea236381: Preparing [2021-01-06T04:26:53.318Z] f25982bddf88: Preparing [2021-01-06T04:26:53.318Z] c60a063df846: Preparing [2021-01-06T04:26:53.318Z] 003b08c517c4: Preparing [2021-01-06T04:26:53.318Z] 379067d0cb53: Preparing [2021-01-06T04:26:53.318Z] f25982bddf88: Waiting [2021-01-06T04:26:53.318Z] c60a063df846: Waiting [2021-01-06T04:26:53.318Z] 003b08c517c4: Waiting [2021-01-06T04:26:53.318Z] 379067d0cb53: Waiting [2021-01-06T04:26:53.596Z] 0d0eea236381: Layer already exists [2021-01-06T04:26:53.596Z] 24ed7e1a90f7: Layer already exists [2021-01-06T04:26:53.596Z] 322283585658: Layer already exists [2021-01-06T04:26:53.596Z] 53cdf3b852ef: Layer already exists [2021-01-06T04:26:53.596Z] 7d8b2c731ca4: Layer already exists [2021-01-06T04:26:53.596Z] 003b08c517c4: Layer already exists [2021-01-06T04:26:53.596Z] c60a063df846: Layer already exists [2021-01-06T04:26:53.596Z] f25982bddf88: Layer already exists [2021-01-06T04:26:53.596Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:53.596Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:0fda823d4beb941643bd9574228eb38deb1d141e9f4143e1e3c3b8afe08ab258 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:53.951Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:54.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-06T04:26:54.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-06T04:26:54.328Z] 7d8b2c731ca4: Preparing [2021-01-06T04:26:54.328Z] 24ed7e1a90f7: Preparing [2021-01-06T04:26:54.328Z] 322283585658: Preparing [2021-01-06T04:26:54.328Z] 53cdf3b852ef: Preparing [2021-01-06T04:26:54.328Z] 0d0eea236381: Preparing [2021-01-06T04:26:54.328Z] f25982bddf88: Preparing [2021-01-06T04:26:54.328Z] c60a063df846: Preparing [2021-01-06T04:26:54.328Z] 003b08c517c4: Preparing [2021-01-06T04:26:54.328Z] 379067d0cb53: Preparing [2021-01-06T04:26:54.328Z] c60a063df846: Waiting [2021-01-06T04:26:54.328Z] 003b08c517c4: Waiting [2021-01-06T04:26:54.328Z] 379067d0cb53: Waiting [2021-01-06T04:26:54.328Z] f25982bddf88: Waiting [2021-01-06T04:26:54.599Z] 24ed7e1a90f7: Layer already exists [2021-01-06T04:26:54.599Z] 322283585658: Layer already exists [2021-01-06T04:26:54.599Z] 0d0eea236381: Layer already exists [2021-01-06T04:26:54.599Z] 7d8b2c731ca4: Layer already exists [2021-01-06T04:26:54.599Z] 53cdf3b852ef: Layer already exists [2021-01-06T04:26:54.599Z] 003b08c517c4: Layer already exists [2021-01-06T04:26:54.599Z] f25982bddf88: Layer already exists [2021-01-06T04:26:54.599Z] 379067d0cb53: Layer already exists [2021-01-06T04:26:54.599Z] c60a063df846: Layer already exists [2021-01-06T04:26:54.599Z] master: digest: sha256:0fda823d4beb941643bd9574228eb38deb1d141e9f4143e1e3c3b8afe08ab258 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:26:54.792Z] ===================================================== [Pipeline] echo [2021-01-06T04:26:54.840Z] taggedImages: [2021-01-06T04:26:54.840Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:54.840Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:54.840Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:54.840Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-06T04:26:54.911Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-06T04:26:54.911Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:54.911Z] 2.0.0-dev.33 [2021-01-06T04:26:54.911Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:54.911Z] master [2021-01-06T04:26:54.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:55.425Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:55.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:26:55.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-06T04:26:55.763Z] d86270975431: Preparing [2021-01-06T04:26:55.763Z] c557d84317c1: Preparing [2021-01-06T04:26:55.763Z] b684ab9b4f90: Preparing [2021-01-06T04:26:55.763Z] f63ed72e701b: Preparing [2021-01-06T04:26:55.763Z] 540f451a484c: Preparing [2021-01-06T04:26:55.763Z] 9bb77914e25f: Preparing [2021-01-06T04:26:55.763Z] 9bb77914e25f: Waiting [2021-01-06T04:26:56.034Z] d86270975431: Pushed [2021-01-06T04:26:56.034Z] b684ab9b4f90: Pushed [2021-01-06T04:26:56.034Z] 540f451a484c: Pushed [2021-01-06T04:26:56.034Z] f63ed72e701b: Pushed [2021-01-06T04:26:56.305Z] 9bb77914e25f: Pushed [2021-01-06T04:26:58.264Z] c557d84317c1: Pushed [2021-01-06T04:26:58.264Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:11295a8c6cc1efdc94b91c54a7790c809d74ff61c09828c1c726366e830fdbe2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:58.615Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:58.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-06T04:26:58.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-06T04:26:58.948Z] d86270975431: Preparing [2021-01-06T04:26:58.948Z] c557d84317c1: Preparing [2021-01-06T04:26:58.948Z] b684ab9b4f90: Preparing [2021-01-06T04:26:58.948Z] f63ed72e701b: Preparing [2021-01-06T04:26:58.948Z] 540f451a484c: Preparing [2021-01-06T04:26:58.948Z] 9bb77914e25f: Preparing [2021-01-06T04:26:58.948Z] 9bb77914e25f: Waiting [2021-01-06T04:26:58.948Z] 540f451a484c: Layer already exists [2021-01-06T04:26:58.948Z] d86270975431: Layer already exists [2021-01-06T04:26:58.948Z] c557d84317c1: Layer already exists [2021-01-06T04:26:58.948Z] b684ab9b4f90: Layer already exists [2021-01-06T04:26:59.231Z] f63ed72e701b: Layer already exists [2021-01-06T04:26:59.231Z] 9bb77914e25f: Layer already exists [2021-01-06T04:26:59.231Z] 2.0.0-dev.33: digest: sha256:11295a8c6cc1efdc94b91c54a7790c809d74ff61c09828c1c726366e830fdbe2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:59.598Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:26:59.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:26:59.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-06T04:26:59.937Z] d86270975431: Preparing [2021-01-06T04:26:59.937Z] c557d84317c1: Preparing [2021-01-06T04:26:59.937Z] b684ab9b4f90: Preparing [2021-01-06T04:26:59.937Z] f63ed72e701b: Preparing [2021-01-06T04:26:59.937Z] 540f451a484c: Preparing [2021-01-06T04:26:59.937Z] 9bb77914e25f: Preparing [2021-01-06T04:26:59.937Z] 9bb77914e25f: Waiting [2021-01-06T04:26:59.937Z] d86270975431: Layer already exists [2021-01-06T04:26:59.937Z] f63ed72e701b: Layer already exists [2021-01-06T04:27:00.208Z] 540f451a484c: Layer already exists [2021-01-06T04:27:00.208Z] b684ab9b4f90: Layer already exists [2021-01-06T04:27:00.208Z] c557d84317c1: Layer already exists [2021-01-06T04:27:00.208Z] 9bb77914e25f: Layer already exists [2021-01-06T04:27:00.208Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:11295a8c6cc1efdc94b91c54a7790c809d74ff61c09828c1c726366e830fdbe2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:00.547Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:00.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-06T04:27:00.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-06T04:27:00.882Z] d86270975431: Preparing [2021-01-06T04:27:00.882Z] c557d84317c1: Preparing [2021-01-06T04:27:00.882Z] b684ab9b4f90: Preparing [2021-01-06T04:27:00.882Z] f63ed72e701b: Preparing [2021-01-06T04:27:00.882Z] 540f451a484c: Preparing [2021-01-06T04:27:00.882Z] 9bb77914e25f: Preparing [2021-01-06T04:27:00.882Z] 9bb77914e25f: Waiting [2021-01-06T04:27:01.153Z] c557d84317c1: Layer already exists [2021-01-06T04:27:01.153Z] d86270975431: Layer already exists [2021-01-06T04:27:01.153Z] b684ab9b4f90: Layer already exists [2021-01-06T04:27:01.153Z] 540f451a484c: Layer already exists [2021-01-06T04:27:01.153Z] f63ed72e701b: Layer already exists [2021-01-06T04:27:01.153Z] 9bb77914e25f: Layer already exists [2021-01-06T04:27:01.153Z] master: digest: sha256:11295a8c6cc1efdc94b91c54a7790c809d74ff61c09828c1c726366e830fdbe2 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:27:01.365Z] ===================================================== [Pipeline] echo [2021-01-06T04:27:01.415Z] taggedImages: [2021-01-06T04:27:01.415Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:27:01.415Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-06T04:27:01.415Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:27:01.415Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-06T04:27:01.511Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-06T04:27:01.511Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:27:01.511Z] 2.0.0-dev.33 [2021-01-06T04:27:01.511Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:27:01.511Z] master [2021-01-06T04:27:01.511Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:02.039Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:02.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:27:02.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-06T04:27:02.372Z] 7b65b5f1a539: Preparing [2021-01-06T04:27:02.372Z] dd011b94d5ba: Preparing [2021-01-06T04:27:02.372Z] e2238da52047: Preparing [2021-01-06T04:27:02.965Z] 7b65b5f1a539: Pushed [2021-01-06T04:27:02.965Z] e2238da52047: Pushed [2021-01-06T04:27:04.920Z] dd011b94d5ba: Pushed [2021-01-06T04:27:05.190Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:4401c41914f8cc7945f03c95d959402b3b6078d7d8169b8af588ef6582e3e301 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:05.537Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:05.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-06T04:27:05.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-06T04:27:05.872Z] 7b65b5f1a539: Preparing [2021-01-06T04:27:05.872Z] dd011b94d5ba: Preparing [2021-01-06T04:27:05.872Z] e2238da52047: Preparing [2021-01-06T04:27:05.872Z] dd011b94d5ba: Layer already exists [2021-01-06T04:27:05.872Z] e2238da52047: Layer already exists [2021-01-06T04:27:05.872Z] 7b65b5f1a539: Layer already exists [2021-01-06T04:27:06.149Z] 2.0.0-dev.33: digest: sha256:4401c41914f8cc7945f03c95d959402b3b6078d7d8169b8af588ef6582e3e301 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:06.483Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:06.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:27:06.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-06T04:27:06.818Z] 7b65b5f1a539: Preparing [2021-01-06T04:27:06.818Z] dd011b94d5ba: Preparing [2021-01-06T04:27:06.818Z] e2238da52047: Preparing [2021-01-06T04:27:06.818Z] e2238da52047: Layer already exists [2021-01-06T04:27:06.818Z] dd011b94d5ba: Layer already exists [2021-01-06T04:27:06.818Z] 7b65b5f1a539: Layer already exists [2021-01-06T04:27:07.089Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:4401c41914f8cc7945f03c95d959402b3b6078d7d8169b8af588ef6582e3e301 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:07.425Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:07.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-06T04:27:07.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-06T04:27:07.757Z] 7b65b5f1a539: Preparing [2021-01-06T04:27:07.757Z] dd011b94d5ba: Preparing [2021-01-06T04:27:07.757Z] e2238da52047: Preparing [2021-01-06T04:27:07.757Z] 7b65b5f1a539: Layer already exists [2021-01-06T04:27:07.757Z] e2238da52047: Layer already exists [2021-01-06T04:27:08.028Z] dd011b94d5ba: Layer already exists [2021-01-06T04:27:08.028Z] master: digest: sha256:4401c41914f8cc7945f03c95d959402b3b6078d7d8169b8af588ef6582e3e301 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:27:08.278Z] ===================================================== [Pipeline] echo [2021-01-06T04:27:08.330Z] taggedImages: [2021-01-06T04:27:08.331Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:27:08.331Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-06T04:27:08.331Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:27:08.331Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-06T04:27:08.418Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-06T04:27:08.419Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:27:08.419Z] 2.0.0-dev.33 [2021-01-06T04:27:08.419Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:27:08.419Z] master [2021-01-06T04:27:08.419Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:08.932Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:09.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:27:09.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-06T04:27:09.267Z] 0fc04f8bed95: Preparing [2021-01-06T04:27:09.267Z] 7aa9c5cb5c02: Preparing [2021-01-06T04:27:09.267Z] f35a352e4054: Preparing [2021-01-06T04:27:09.267Z] 6ab3638c9fac: Preparing [2021-01-06T04:27:09.267Z] 3e2c35347bb6: Preparing [2021-01-06T04:27:09.267Z] 46f29f465cbf: Preparing [2021-01-06T04:27:09.267Z] 3cf435abfc37: Preparing [2021-01-06T04:27:09.267Z] 9ded3b6bb9b5: Preparing [2021-01-06T04:27:09.267Z] fa1afe8e6ed9: Preparing [2021-01-06T04:27:09.267Z] 87a09b4c083e: Preparing [2021-01-06T04:27:09.267Z] 0f74e9ff2a61: Preparing [2021-01-06T04:27:09.267Z] b122376c33c6: Preparing [2021-01-06T04:27:09.267Z] f8381ed47b22: Preparing [2021-01-06T04:27:09.267Z] e934a737d657: Preparing [2021-01-06T04:27:09.267Z] 46f29f465cbf: Waiting [2021-01-06T04:27:09.267Z] 3cf435abfc37: Waiting [2021-01-06T04:27:09.267Z] 9ded3b6bb9b5: Waiting [2021-01-06T04:27:09.267Z] f8381ed47b22: Waiting [2021-01-06T04:27:09.267Z] 0f74e9ff2a61: Waiting [2021-01-06T04:27:09.267Z] b122376c33c6: Waiting [2021-01-06T04:27:09.267Z] e934a737d657: Waiting [2021-01-06T04:27:09.267Z] 87a09b4c083e: Waiting [2021-01-06T04:27:09.267Z] fa1afe8e6ed9: Waiting [2021-01-06T04:27:09.861Z] 3e2c35347bb6: Pushed [2021-01-06T04:27:10.138Z] 0fc04f8bed95: Pushed [2021-01-06T04:27:10.410Z] 6ab3638c9fac: Pushed [2021-01-06T04:27:10.684Z] 9ded3b6bb9b5: Layer already exists [2021-01-06T04:27:10.684Z] fa1afe8e6ed9: Layer already exists [2021-01-06T04:27:10.684Z] 87a09b4c083e: Layer already exists [2021-01-06T04:27:10.684Z] 0f74e9ff2a61: Layer already exists [2021-01-06T04:27:10.684Z] 3cf435abfc37: Pushed [2021-01-06T04:27:10.684Z] b122376c33c6: Layer already exists [2021-01-06T04:27:10.684Z] f8381ed47b22: Layer already exists [2021-01-06T04:27:10.684Z] e934a737d657: Layer already exists [2021-01-06T04:27:11.277Z] 7aa9c5cb5c02: Pushed [2021-01-06T04:27:11.869Z] 46f29f465cbf: Pushed [2021-01-06T04:27:21.984Z] f35a352e4054: Pushed [2021-01-06T04:27:21.984Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b: digest: sha256:d14143d9a1763be5fbfb2e1074dd8d01f3d8b17593d2a0646afa9dbdfdb2eb23 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:22.321Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:22.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-06T04:27:22.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-06T04:27:22.681Z] 0fc04f8bed95: Preparing [2021-01-06T04:27:22.681Z] 7aa9c5cb5c02: Preparing [2021-01-06T04:27:22.681Z] f35a352e4054: Preparing [2021-01-06T04:27:22.681Z] 6ab3638c9fac: Preparing [2021-01-06T04:27:22.681Z] 3e2c35347bb6: Preparing [2021-01-06T04:27:22.681Z] 46f29f465cbf: Preparing [2021-01-06T04:27:22.681Z] 3cf435abfc37: Preparing [2021-01-06T04:27:22.681Z] 9ded3b6bb9b5: Preparing [2021-01-06T04:27:22.681Z] fa1afe8e6ed9: Preparing [2021-01-06T04:27:22.681Z] 87a09b4c083e: Preparing [2021-01-06T04:27:22.681Z] 0f74e9ff2a61: Preparing [2021-01-06T04:27:22.681Z] b122376c33c6: Preparing [2021-01-06T04:27:22.681Z] f8381ed47b22: Preparing [2021-01-06T04:27:22.681Z] e934a737d657: Preparing [2021-01-06T04:27:22.681Z] 46f29f465cbf: Waiting [2021-01-06T04:27:22.681Z] 3cf435abfc37: Waiting [2021-01-06T04:27:22.681Z] 9ded3b6bb9b5: Waiting [2021-01-06T04:27:22.681Z] fa1afe8e6ed9: Waiting [2021-01-06T04:27:22.681Z] 87a09b4c083e: Waiting [2021-01-06T04:27:22.681Z] 0f74e9ff2a61: Waiting [2021-01-06T04:27:22.681Z] b122376c33c6: Waiting [2021-01-06T04:27:22.681Z] f8381ed47b22: Waiting [2021-01-06T04:27:22.681Z] e934a737d657: Waiting [2021-01-06T04:27:22.959Z] 3e2c35347bb6: Layer already exists [2021-01-06T04:27:22.959Z] 0fc04f8bed95: Layer already exists [2021-01-06T04:27:22.959Z] 7aa9c5cb5c02: Layer already exists [2021-01-06T04:27:22.959Z] f35a352e4054: Layer already exists [2021-01-06T04:27:22.959Z] 6ab3638c9fac: Layer already exists [2021-01-06T04:27:22.959Z] 3cf435abfc37: Layer already exists [2021-01-06T04:27:22.959Z] 87a09b4c083e: Layer already exists [2021-01-06T04:27:22.959Z] fa1afe8e6ed9: Layer already exists [2021-01-06T04:27:22.959Z] 9ded3b6bb9b5: Layer already exists [2021-01-06T04:27:22.959Z] 46f29f465cbf: Layer already exists [2021-01-06T04:27:22.959Z] 0f74e9ff2a61: Layer already exists [2021-01-06T04:27:22.959Z] b122376c33c6: Layer already exists [2021-01-06T04:27:22.959Z] f8381ed47b22: Layer already exists [2021-01-06T04:27:22.959Z] e934a737d657: Layer already exists [2021-01-06T04:27:22.959Z] 2.0.0-dev.33: digest: sha256:d14143d9a1763be5fbfb2e1074dd8d01f3d8b17593d2a0646afa9dbdfdb2eb23 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:23.295Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:23.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:27:23.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-06T04:27:23.626Z] 0fc04f8bed95: Preparing [2021-01-06T04:27:23.626Z] 7aa9c5cb5c02: Preparing [2021-01-06T04:27:23.626Z] f35a352e4054: Preparing [2021-01-06T04:27:23.626Z] 6ab3638c9fac: Preparing [2021-01-06T04:27:23.626Z] 3e2c35347bb6: Preparing [2021-01-06T04:27:23.626Z] 46f29f465cbf: Preparing [2021-01-06T04:27:23.626Z] 3cf435abfc37: Preparing [2021-01-06T04:27:23.626Z] 9ded3b6bb9b5: Preparing [2021-01-06T04:27:23.626Z] fa1afe8e6ed9: Preparing [2021-01-06T04:27:23.626Z] 87a09b4c083e: Preparing [2021-01-06T04:27:23.626Z] 0f74e9ff2a61: Preparing [2021-01-06T04:27:23.626Z] b122376c33c6: Preparing [2021-01-06T04:27:23.626Z] f8381ed47b22: Preparing [2021-01-06T04:27:23.626Z] e934a737d657: Preparing [2021-01-06T04:27:23.626Z] 46f29f465cbf: Waiting [2021-01-06T04:27:23.626Z] 3cf435abfc37: Waiting [2021-01-06T04:27:23.626Z] 0f74e9ff2a61: Waiting [2021-01-06T04:27:23.626Z] b122376c33c6: Waiting [2021-01-06T04:27:23.626Z] f8381ed47b22: Waiting [2021-01-06T04:27:23.626Z] e934a737d657: Waiting [2021-01-06T04:27:23.626Z] 9ded3b6bb9b5: Waiting [2021-01-06T04:27:23.626Z] fa1afe8e6ed9: Waiting [2021-01-06T04:27:23.626Z] 87a09b4c083e: Waiting [2021-01-06T04:27:23.899Z] 0fc04f8bed95: Layer already exists [2021-01-06T04:27:23.899Z] 3e2c35347bb6: Layer already exists [2021-01-06T04:27:23.899Z] f35a352e4054: Layer already exists [2021-01-06T04:27:23.899Z] 6ab3638c9fac: Layer already exists [2021-01-06T04:27:23.899Z] 7aa9c5cb5c02: Layer already exists [2021-01-06T04:27:23.899Z] 46f29f465cbf: Layer already exists [2021-01-06T04:27:23.899Z] 3cf435abfc37: Layer already exists [2021-01-06T04:27:23.899Z] fa1afe8e6ed9: Layer already exists [2021-01-06T04:27:23.899Z] 87a09b4c083e: Layer already exists [2021-01-06T04:27:23.899Z] 9ded3b6bb9b5: Layer already exists [2021-01-06T04:27:23.899Z] b122376c33c6: Layer already exists [2021-01-06T04:27:23.899Z] f8381ed47b22: Layer already exists [2021-01-06T04:27:23.899Z] e934a737d657: Layer already exists [2021-01-06T04:27:23.899Z] 0f74e9ff2a61: Layer already exists [2021-01-06T04:27:23.899Z] f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33: digest: sha256:d14143d9a1763be5fbfb2e1074dd8d01f3d8b17593d2a0646afa9dbdfdb2eb23 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:24.273Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:24.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-06T04:27:24.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-06T04:27:24.627Z] 0fc04f8bed95: Preparing [2021-01-06T04:27:24.627Z] 7aa9c5cb5c02: Preparing [2021-01-06T04:27:24.627Z] f35a352e4054: Preparing [2021-01-06T04:27:24.627Z] 6ab3638c9fac: Preparing [2021-01-06T04:27:24.627Z] 3e2c35347bb6: Preparing [2021-01-06T04:27:24.627Z] 46f29f465cbf: Preparing [2021-01-06T04:27:24.627Z] 3cf435abfc37: Preparing [2021-01-06T04:27:24.627Z] 9ded3b6bb9b5: Preparing [2021-01-06T04:27:24.627Z] fa1afe8e6ed9: Preparing [2021-01-06T04:27:24.627Z] 87a09b4c083e: Preparing [2021-01-06T04:27:24.627Z] 0f74e9ff2a61: Preparing [2021-01-06T04:27:24.627Z] b122376c33c6: Preparing [2021-01-06T04:27:24.627Z] f8381ed47b22: Preparing [2021-01-06T04:27:24.627Z] e934a737d657: Preparing [2021-01-06T04:27:24.627Z] 46f29f465cbf: Waiting [2021-01-06T04:27:24.627Z] 3cf435abfc37: Waiting [2021-01-06T04:27:24.627Z] 9ded3b6bb9b5: Waiting [2021-01-06T04:27:24.627Z] 87a09b4c083e: Waiting [2021-01-06T04:27:24.627Z] fa1afe8e6ed9: Waiting [2021-01-06T04:27:24.627Z] 0f74e9ff2a61: Waiting [2021-01-06T04:27:24.627Z] e934a737d657: Waiting [2021-01-06T04:27:24.627Z] b122376c33c6: Waiting [2021-01-06T04:27:24.627Z] f8381ed47b22: Waiting [2021-01-06T04:27:24.627Z] 0fc04f8bed95: Layer already exists [2021-01-06T04:27:24.906Z] 6ab3638c9fac: Layer already exists [2021-01-06T04:27:24.906Z] 3e2c35347bb6: Layer already exists [2021-01-06T04:27:24.906Z] f35a352e4054: Layer already exists [2021-01-06T04:27:24.906Z] 7aa9c5cb5c02: Layer already exists [2021-01-06T04:27:24.906Z] 46f29f465cbf: Layer already exists [2021-01-06T04:27:24.906Z] 3cf435abfc37: Layer already exists [2021-01-06T04:27:24.906Z] fa1afe8e6ed9: Layer already exists [2021-01-06T04:27:24.906Z] 9ded3b6bb9b5: Layer already exists [2021-01-06T04:27:24.906Z] 87a09b4c083e: Layer already exists [2021-01-06T04:27:24.906Z] b122376c33c6: Layer already exists [2021-01-06T04:27:24.906Z] 0f74e9ff2a61: Layer already exists [2021-01-06T04:27:24.906Z] e934a737d657: Layer already exists [2021-01-06T04:27:24.906Z] f8381ed47b22: Layer already exists [2021-01-06T04:27:24.906Z] master: digest: sha256:d14143d9a1763be5fbfb2e1074dd8d01f3d8b17593d2a0646afa9dbdfdb2eb23 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T04:27:25.107Z] ===================================================== [Pipeline] echo [2021-01-06T04:27:25.157Z] taggedImages: [2021-01-06T04:27:25.157Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b [2021-01-06T04:27:25.157Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-06T04:27:25.157Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f6f1810f8e72a9609a8084418fbab33b05fccf6b-2.0.0-dev.33 [2021-01-06T04:27:25.157Z] - 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 [2021-01-06T04:27:26.653Z] provisioning config files... [2021-01-06T04:27:26.667Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/278@tmp/config8533854290916213634tmp [Pipeline] { [Pipeline] sh [2021-01-06T04:27:27.034Z] + set +x [2021-01-06T04:27:27.034Z] + curl -s https://codecov.io/bash [2021-01-06T04:27:27.034Z] + bash -s -- [2021-01-06T04:27:27.301Z] [2021-01-06T04:27:27.301Z] _____ _ [2021-01-06T04:27:27.301Z] / ____| | | [2021-01-06T04:27:27.301Z] | | ___ __| | ___ ___ _____ __ [2021-01-06T04:27:27.301Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-06T04:27:27.301Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-06T04:27:27.301Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-06T04:27:27.301Z] Bash-20201231-23d4836 [2021-01-06T04:27:27.301Z] [2021-01-06T04:27:27.301Z] [2021-01-06T04:27:27.301Z] ==> git version 2.24.3 found [2021-01-06T04:27:27.301Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-06T04:27:27.301Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-06T04:27:27.301Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-06T04:27:27.301Z] ==> Jenkins CI detected. [2021-01-06T04:27:27.301Z] project root: . [2021-01-06T04:27:27.301Z] --> token set from env [2021-01-06T04:27:27.563Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-06T04:27:27.563Z] ==> Running gcov in . (disable via -X gcov) [2021-01-06T04:27:27.563Z] ==> Python coveragepy not found [2021-01-06T04:27:27.563Z] ==> Searching for coverage reports in: [2021-01-06T04:27:27.563Z] + . [2021-01-06T04:27:27.563Z] -> Found 1 reports [2021-01-06T04:27:27.563Z] ==> Detecting git/mercurial file structure [2021-01-06T04:27:27.563Z] ==> Reading reports [2021-01-06T04:27:27.563Z] + ./coverage.out bytes=541590 [2021-01-06T04:27:27.563Z] ==> Appending adjustments [2021-01-06T04:27:27.563Z] https://docs.codecov.io/docs/fixing-reports [2021-01-06T04:27:30.872Z] + Found adjustments [2021-01-06T04:27:30.872Z] ==> Gzipping contents [2021-01-06T04:27:30.872Z] 84K /tmp/codecov.JDxSnj.gz [2021-01-06T04:27:30.872Z] ==> Uploading reports [2021-01-06T04:27:30.872Z] url: https://codecov.io [2021-01-06T04:27:30.872Z] query: branch=master&commit=f6f1810f8e72a9609a8084418fbab33b05fccf6b&build=278&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F278%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-06T04:27:30.873Z] -> Pinging Codecov [2021-01-06T04:27:30.873Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=f6f1810f8e72a9609a8084418fbab33b05fccf6b&build=278&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F278%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-06T04:27:31.445Z] -> Uploading to [2021-01-06T04:27:31.445Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-06/00271124DB129430A58F1EEE437C3FCB/f6f1810f8e72a9609a8084418fbab33b05fccf6b/849cd5d0-7161-470c-b438-f6ec14ed7f6c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210106%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210106T042731Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b81b2519b71ed6d96cda405cfe6dbf3104bbdb101e64d1b6694bace80e5024ac [2021-01-06T04:27:31.445Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T04:27:31.445Z] Dload Upload Total Spent Left Speed [2021-01-06T04:27:32.017Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82370 0 0 100 82370 0 122k --:--:-- --:--:-- --:--:-- 122k 100 82370 0 0 100 82370 0 122k --:--:-- --:--:-- --:--:-- 122k [2021-01-06T04:27:32.017Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f6f1810f8e72a9609a8084418fbab33b05fccf6b [Pipeline] } [2021-01-06T04:27:32.027Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-06T04:27:32.908Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-06T04:27:33.034Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:33.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-06T04:27:33.374Z] [2021-01-06T04:27:33.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:27:33.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-06T04:27:33.730Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-06T04:27:33.730Z] 188c0c94c7c5: Already exists [2021-01-06T04:27:33.730Z] 0ef7d3d256c8: Already exists [2021-01-06T04:27:33.730Z] de9db76c5a1d: Already exists [2021-01-06T04:27:33.730Z] 0eba1c9be4d2: Pulling fs layer [2021-01-06T04:27:33.730Z] 0d57e429df01: Pulling fs layer [2021-01-06T04:27:33.730Z] 4e4be7b47b0d: Pulling fs layer [2021-01-06T04:27:33.730Z] e1f770b5df2f: Pulling fs layer [2021-01-06T04:27:33.730Z] 85a0685a4137: Pulling fs layer [2021-01-06T04:27:33.730Z] e1f770b5df2f: Waiting [2021-01-06T04:27:33.730Z] 85a0685a4137: Waiting [2021-01-06T04:27:33.730Z] 4e4be7b47b0d: Verifying Checksum [2021-01-06T04:27:33.730Z] 0d57e429df01: Verifying Checksum [2021-01-06T04:27:33.730Z] 4e4be7b47b0d: Download complete [2021-01-06T04:27:33.730Z] 0d57e429df01: Download complete [2021-01-06T04:27:35.651Z] e1f770b5df2f: Verifying Checksum [2021-01-06T04:27:35.651Z] e1f770b5df2f: Download complete [2021-01-06T04:27:37.581Z] 0eba1c9be4d2: Verifying Checksum [2021-01-06T04:27:37.581Z] 0eba1c9be4d2: Download complete [2021-01-06T04:27:38.532Z] 85a0685a4137: Verifying Checksum [2021-01-06T04:27:38.532Z] 85a0685a4137: Download complete [2021-01-06T04:27:43.868Z] 0eba1c9be4d2: Pull complete [2021-01-06T04:27:43.868Z] 0d57e429df01: Pull complete [2021-01-06T04:27:43.868Z] 4e4be7b47b0d: Pull complete [2021-01-06T04:27:48.598Z] e1f770b5df2f: Pull complete [2021-01-06T04:27:57.043Z] 85a0685a4137: Pull complete [2021-01-06T04:27:57.043Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-06T04:27:57.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-06T04:27:57.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-06T04:27:57.247Z] prd-centos7-docker-4c-2g-18629 does not seem to be running inside a container [2021-01-06T04:27:57.304Z] $ 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/278 -v /w/workspace/edgex-go/278:/w/workspace/edgex-go/278:rw,z -v /w/workspace/edgex-go/278@tmp:/w/workspace/edgex-go/278@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-snyk-go:1.410.4 cat [2021-01-06T04:27:58.639Z] $ docker top a856f2756e87cc93ca16bcd756dc666974c673cb679ee02c28eb2157bc78203f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-06T04:27:58.869Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-06T04:27:59.162Z] + set -o pipefail [2021-01-06T04:27:59.162Z] + snyk monitor '--org=edgex-jenkins' [2021-01-06T04:28:07.341Z] [2021-01-06T04:28:07.341Z] Monitoring /w/workspace/edgex-go/278 (github.com/edgexfoundry/edgex-go)... [2021-01-06T04:28:07.341Z] [2021-01-06T04:28:07.341Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/ba098c19-9af6-47b2-b45c-dc8faf8087f9 [2021-01-06T04:28:07.341Z] [2021-01-06T04:28:07.341Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-06T04:28:07.341Z] [2021-01-06T04:28:07.341Z] [Pipeline] } [2021-01-06T04:28:07.357Z] $ docker stop --time=1 a856f2756e87cc93ca16bcd756dc666974c673cb679ee02c28eb2157bc78203f [2021-01-06T04:28:10.351Z] $ docker rm -f a856f2756e87cc93ca16bcd756dc666974c673cb679ee02c28eb2157bc78203f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-06T04:28:11.640Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-06T04:28:11.690Z] provisioning config files... [2021-01-06T04:28:11.706Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/278@tmp/config1644626672511558837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:28:12.097Z] --> edgex-publish-swagger.sh [2021-01-06T04:28:12.097Z] === Publish openapi/v1 API === [2021-01-06T04:28:12.097Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-06T04:28:12.097Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-06T04:28:12.097Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T04:28:12.097Z] Dload Upload Total Spent Left Speed [2021-01-06T04:28:13.059Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9215 0:00:01 0:00:01 --:--:-- 9228 100 10521 0 0 100 10521 0 9213 0:00:01 0:00:01 --:--:-- 9220 [2021-01-06T04:28:13.059Z] [2021-01-06T04:28:13.059Z] [2021-01-06T04:28:13.059Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-06T04:28:13.059Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T04:28:13.059Z] Dload Upload Total Spent Left Speed [2021-01-06T04:28:14.455Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26718 0:00:01 0:00:01 --:--:-- 26729 100 32556 0 0 100 32556 0 25064 0:00:01 0:00:01 --:--:-- 25081 [2021-01-06T04:28:14.455Z] [2021-01-06T04:28:14.455Z] [2021-01-06T04:28:14.455Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-06T04:28:14.455Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T04:28:14.455Z] Dload Upload Total Spent Left Speed [2021-01-06T04:28:15.848Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 64223 0:00:01 0:00:01 --:--:-- 64272 100 73720 0 0 100 73720 0 64214 0:00:01 0:00:01 --:--:-- 64272 [2021-01-06T04:28:15.848Z] [2021-01-06T04:28:15.848Z] [2021-01-06T04:28:15.848Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-06T04:28:15.848Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T04:28:15.848Z] Dload Upload Total Spent Left Speed [2021-01-06T04:28:16.795Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12830 0:00:01 0:00:01 --:--:-- 12835 [2021-01-06T04:28:16.795Z] [2021-01-06T04:28:16.795Z] [2021-01-06T04:28:16.795Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-06T04:28:16.795Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T04:28:16.795Z] Dload Upload Total Spent Left Speed [2021-01-06T04:28:18.188Z] 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 33007 0:00:01 0:00:01 --:--:-- 32984 100 38889 0 0 100 38889 0 33000 0:00:01 0:00:01 --:--:-- 32984 [2021-01-06T04:28:18.188Z] [2021-01-06T04:28:18.188Z] [2021-01-06T04:28:18.188Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-06T04:28:18.188Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T04:28:18.188Z] Dload Upload Total Spent Left Speed [2021-01-06T04:28:19.133Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12976 0:00:01 0:00:01 --:--:-- 12988 100 14248 0 0 100 14248 0 12974 0:00:01 0:00:01 --:--:-- 12988 [2021-01-06T04:28:19.133Z] [2021-01-06T04:28:19.133Z] [2021-01-06T04:28:19.133Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-06T04:28:19.133Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T04:28:19.133Z] Dload Upload Total Spent Left Speed [2021-01-06T04:28:20.082Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3537 0:00:01 0:00:01 --:--:-- 3539 100 4109 0 0 100 4109 0 3537 0:00:01 0:00:01 --:--:-- 3539 [2021-01-06T04:28:20.082Z] [2021-01-06T04:28:20.082Z] [2021-01-06T04:28:20.082Z] === Publish openapi/v2 API === [2021-01-06T04:28:20.082Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-06T04:28:20.344Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-06T04:28:20.344Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T04:28:20.344Z] Dload Upload Total Spent Left Speed [2021-01-06T04:28:21.296Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26210 0:00:01 0:00:01 --:--:-- 26230 100 29535 0 0 100 29535 0 26206 0:00:01 0:00:01 --:--:-- 26230 [2021-01-06T04:28:21.296Z] [2021-01-06T04:28:21.296Z] [2021-01-06T04:28:21.296Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-06T04:28:21.296Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T04:28:21.297Z] Dload Upload Total Spent Left Speed [2021-01-06T04:28:22.687Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 54305 0:00:01 0:00:01 --:--:-- 54343 100 60430 0 0 100 60430 0 54297 0:00:01 0:00:01 --:--:-- 54343 [2021-01-06T04:28:22.687Z] [2021-01-06T04:28:22.687Z] [2021-01-06T04:28:22.687Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-06T04:28:22.687Z] /w/workspace/edgex-go/278@tmp/durable-fda63405/script.sh: line 28: /usr/bin/curl: Argument list too long [Pipeline] } [2021-01-06T04:28:22.700Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:28:24.130Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:28:25.014Z] ---> package-listing.sh [2021-01-06T04:28:25.014Z] ++ facter osfamily [2021-01-06T04:28:25.014Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-06T04:28:25.014Z] + OS_FAMILY=redhat [2021-01-06T04:28:25.014Z] + workspace=/w/workspace/edgex-go/278 [2021-01-06T04:28:25.014Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-06T04:28:25.014Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-06T04:28:25.014Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-06T04:28:25.014Z] + PACKAGES=/tmp/packages_start.txt [2021-01-06T04:28:25.014Z] + '[' /w/workspace/edgex-go/278 ']' [2021-01-06T04:28:25.014Z] + PACKAGES=/tmp/packages_end.txt [2021-01-06T04:28:25.014Z] + case "${OS_FAMILY}" in [2021-01-06T04:28:25.014Z] + rpm -qa [2021-01-06T04:28:25.014Z] + sort [2021-01-06T04:28:30.323Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-06T04:28:30.323Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-06T04:28:30.323Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-06T04:28:30.323Z] + '[' /w/workspace/edgex-go/278 ']' [2021-01-06T04:28:30.323Z] + mkdir -p /w/workspace/edgex-go/278/archives/ [2021-01-06T04:28:30.323Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/278/archives/ [Pipeline] echo [2021-01-06T04:28:30.336Z] 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/278/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-06T04:28:30.623Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:28:30.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-06T04:28:30.929Z] [2021-01-06T04:28:30.929Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-06T04:28:31.273Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-06T04:28:31.273Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-06T04:28:31.273Z] df20fa9351a1: Pulling fs layer [2021-01-06T04:28:31.273Z] 36b3adc4ff6f: Pulling fs layer [2021-01-06T04:28:31.273Z] 8ad3a11d3b57: Pulling fs layer [2021-01-06T04:28:31.273Z] 46f8f816bc3b: Pulling fs layer [2021-01-06T04:28:31.273Z] 93b61091891f: Pulling fs layer [2021-01-06T04:28:31.273Z] 93b9cdb0e59b: Pulling fs layer [2021-01-06T04:28:31.273Z] 5e14af77c1be: Pulling fs layer [2021-01-06T04:28:31.273Z] 01666e4c0597: Pulling fs layer [2021-01-06T04:28:31.273Z] aa168da1d23b: Pulling fs layer [2021-01-06T04:28:31.273Z] 46f8f816bc3b: Waiting [2021-01-06T04:28:31.273Z] 93b9cdb0e59b: Waiting [2021-01-06T04:28:31.273Z] 5e14af77c1be: Waiting [2021-01-06T04:28:31.273Z] 93b61091891f: Waiting [2021-01-06T04:28:31.273Z] 01666e4c0597: Waiting [2021-01-06T04:28:31.273Z] aa168da1d23b: Waiting [2021-01-06T04:28:31.273Z] 36b3adc4ff6f: Verifying Checksum [2021-01-06T04:28:31.273Z] 36b3adc4ff6f: Download complete [2021-01-06T04:28:31.273Z] 46f8f816bc3b: Download complete [2021-01-06T04:28:31.273Z] df20fa9351a1: Verifying Checksum [2021-01-06T04:28:31.273Z] df20fa9351a1: Download complete [2021-01-06T04:28:31.273Z] 93b9cdb0e59b: Verifying Checksum [2021-01-06T04:28:31.273Z] 93b9cdb0e59b: Download complete [2021-01-06T04:28:31.536Z] 5e14af77c1be: Verifying Checksum [2021-01-06T04:28:31.536Z] 5e14af77c1be: Download complete [2021-01-06T04:28:31.536Z] 93b61091891f: Verifying Checksum [2021-01-06T04:28:31.536Z] 93b61091891f: Download complete [2021-01-06T04:28:31.536Z] 01666e4c0597: Verifying Checksum [2021-01-06T04:28:31.536Z] 01666e4c0597: Download complete [2021-01-06T04:28:31.803Z] 8ad3a11d3b57: Verifying Checksum [2021-01-06T04:28:31.803Z] 8ad3a11d3b57: Download complete [2021-01-06T04:28:31.803Z] df20fa9351a1: Pull complete [2021-01-06T04:28:32.069Z] 36b3adc4ff6f: Pull complete [2021-01-06T04:28:33.481Z] 8ad3a11d3b57: Pull complete [2021-01-06T04:28:33.481Z] 46f8f816bc3b: Pull complete [2021-01-06T04:28:33.749Z] aa168da1d23b: Verifying Checksum [2021-01-06T04:28:33.749Z] aa168da1d23b: Download complete [2021-01-06T04:28:34.325Z] 93b61091891f: Pull complete [2021-01-06T04:28:34.587Z] 93b9cdb0e59b: Pull complete [2021-01-06T04:28:34.850Z] 5e14af77c1be: Pull complete [2021-01-06T04:28:34.850Z] 01666e4c0597: Pull complete [2021-01-06T04:28:43.026Z] aa168da1d23b: Pull complete [2021-01-06T04:28:43.026Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-06T04:28:43.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-06T04:28:43.026Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-06T04:28:43.437Z] prd-centos7-docker-4c-2g-18629 does not seem to be running inside a container [2021-01-06T04:28:43.491Z] $ 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/278/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/278 -v /w/workspace/edgex-go/278:/w/workspace/edgex-go/278:rw,z -v /w/workspace/edgex-go/278@tmp:/w/workspace/edgex-go/278@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-lftools-log-publisher:alpine cat [2021-01-06T04:28:45.964Z] $ docker top f387c3e6cfd73594b308e8a816a90cf60c882b44a04c820ebf841cf72aecb9f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T04:28:46.492Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-06T04:28:46.789Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-06T04:28:47.308Z] + ls /var/log/sa-host [2021-01-06T04:28:47.308Z] + sadf -c /var/log/sa-host/sa06 [2021-01-06T04:28:47.308Z] file_magic: OK [2021-01-06T04:28:47.308Z] HZ: Using current value: 100 [2021-01-06T04:28:47.308Z] file_header: OK [2021-01-06T04:28:47.308Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-06T04:28:47.308Z] Statistics: [2021-01-06T04:28:47.308Z] 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... [2021-01-06T04:28:47.308Z] File successfully converted to sysstat format version 12.2.1 [2021-01-06T04:28:47.308Z] + sadf -c /var/log/sa-host/sa23 [2021-01-06T04:28:47.308Z] file_magic: OK [2021-01-06T04:28:47.308Z] HZ: Using current value: 100 [2021-01-06T04:28:47.308Z] file_header: OK [2021-01-06T04:28:47.308Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-06T04:28:47.308Z] Statistics: [2021-01-06T04:28:47.308Z] Hnuu...uuuununununu... [2021-01-06T04:28:47.308Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-06T04:28:47.539Z] provisioning config files... [2021-01-06T04:28:47.564Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/278@tmp/config1126510013116067864tmp [Pipeline] { [Pipeline] echo [2021-01-06T04:28:47.654Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:28:47.958Z] ---> create-netrc.sh [Pipeline] } [2021-01-06T04:28:47.969Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-06T04:28:48.059Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:28:48.357Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-06T04:28:48.369Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:28:48.666Z] ---> sudo-logs.sh [2021-01-06T04:28:48.666Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-06T04:28:48.681Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:28:48.977Z] ---> job-cost.sh [2021-01-06T04:28:48.977Z] lf-activate-venv: SKIPPING [2021-01-06T04:28:48.977Z] INFO: No Stack... [2021-01-06T04:28:51.534Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-06T04:28:51.534Z] INFO: Archiving Costs [Pipeline] echo [2021-01-06T04:28:51.547Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T04:28:51.849Z] ---> logs-deploy.sh [2021-01-06T04:28:51.850Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/278 [2021-01-06T04:28:51.850Z] INFO: archiving workspace using pattern(s): [2021-01-06T04:28:53.768Z] Archives upload complete. [2021-01-06T04:28:53.768Z] INFO: archiving logs to Nexus