Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cf513aa69aa73df9a6f6252b052cd5c5a0259743 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-19520 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/283 [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/283 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision cf513aa69aa73df9a6f6252b052cd5c5a0259743 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 Commit message: "feat(meta): add POST /provisionwatcher V2 API (#3001)" > git rev-list --no-walk 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-11T15:38:40.769Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-11T15:38:41.044Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-11T15:38:41.135Z] ========================================================= [2021-01-11T15:38:41.136Z] EdgeX Global Pipelines Version Info [2021-01-11T15:38:41.136Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:38:43.359Z] ------------------- [2021-01-11T15:38:43.359Z] stable info: [2021-01-11T15:38:43.359Z] ------------------- [2021-01-11T15:38:43.359Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-11T15:38:43.359Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T15:38:43.359Z] Message: update stable to v1.0.173 [2021-01-11T15:38:44.047Z] ------------------- [2021-01-11T15:38:44.047Z] experimental info: [2021-01-11T15:38:44.047Z] ------------------- [2021-01-11T15:38:44.047Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-11T15:38:44.047Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T15:38:44.047Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-11T15:38:44.266Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-11T15:38:44.372Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-11T15:38:44.493Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-11T15:38:44.575Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-11T15:38:44.660Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-11T15:38:44.746Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-11T15:38:44.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-11T15:38:44.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-11T15:38:44.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-11T15:38:45.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-11T15:38:45.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-11T15:38:45.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-11T15:38:45.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-11T15:38:45.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-11T15:38:45.527Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T15:38:45.608Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T15:38:45.689Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-11T15:38:45.775Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-11T15:38:45.860Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-11T15:38:45.949Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-11T15:38:46.064Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-11T15:38:46.149Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-11T15:38:46.243Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-11T15:38:46.342Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-11T15:38:46.430Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-11T15:38:46.526Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-11T15:38:46.638Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] echo [2021-01-11T15:38:46.723Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cf513aa [Pipeline] echo [2021-01-11T15:38:46.813Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T15:38:46.990Z] provisioning config files... [2021-01-11T15:38:47.037Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/283@tmp/config1877544100507131500tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:38:47.442Z] ---> docker-login.sh [2021-01-11T15:38:47.442Z] nexus3.edgexfoundry.org:10001 [2021-01-11T15:38:47.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:38:47.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:38:47.986Z] Configure a credential helper to remove this warning. See [2021-01-11T15:38:47.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:38:47.986Z] [2021-01-11T15:38:47.986Z] Login Succeeded [2021-01-11T15:38:47.986Z] nexus3.edgexfoundry.org:10002 [2021-01-11T15:38:48.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:38:48.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:38:48.551Z] Configure a credential helper to remove this warning. See [2021-01-11T15:38:48.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:38:48.551Z] [2021-01-11T15:38:48.551Z] Login Succeeded [2021-01-11T15:38:48.551Z] nexus3.edgexfoundry.org:10003 [2021-01-11T15:38:48.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:38:48.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:38:48.844Z] Configure a credential helper to remove this warning. See [2021-01-11T15:38:48.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:38:48.844Z] [2021-01-11T15:38:48.844Z] Login Succeeded [2021-01-11T15:38:48.844Z] nexus3.edgexfoundry.org:10004 [2021-01-11T15:38:49.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:38:49.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:38:49.111Z] Configure a credential helper to remove this warning. See [2021-01-11T15:38:49.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:38:49.111Z] [2021-01-11T15:38:49.111Z] Login Succeeded [2021-01-11T15:38:49.111Z] docker.io [2021-01-11T15:38:49.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:38:49.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:38:49.660Z] Configure a credential helper to remove this warning. See [2021-01-11T15:38:49.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:38:49.660Z] [2021-01-11T15:38:49.660Z] Login Succeeded [2021-01-11T15:38:49.660Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T15:38:49.673Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T15:38:50.178Z] ++ 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-11T15:38:50.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:38:50.179Z] ++ dirname cmd/core-command/Dockerfile [2021-01-11T15:38:50.179Z] ++ cut -d/ -f2 [2021-01-11T15:38:50.179Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-11T15:38:50.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:38:50.179Z] ++ dirname cmd/core-data/Dockerfile [2021-01-11T15:38:50.179Z] ++ cut -d/ -f2 [2021-01-11T15:38:50.179Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-11T15:38:50.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:38:50.179Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-11T15:38:50.179Z] ++ cut -d/ -f2 [2021-01-11T15:38:50.179Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-11T15:38:50.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:38:50.179Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-11T15:38:50.179Z] ++ cut -d/ -f2 [2021-01-11T15:38:50.179Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-11T15:38:50.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:38:50.179Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-11T15:38:50.179Z] ++ cut -d/ -f2 [2021-01-11T15:38:50.179Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-11T15:38:50.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:38:50.179Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-11T15:38:50.179Z] ++ cut -d/ -f2 [2021-01-11T15:38:50.179Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-11T15:38:50.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:38:50.179Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-11T15:38:50.179Z] ++ cut -d/ -f2 [2021-01-11T15:38:50.179Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-11T15:38:50.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:38:50.179Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-11T15:38:50.179Z] ++ cut -d/ -f2 [2021-01-11T15:38:50.179Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-11T15:38:50.179Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:38:50.179Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-11T15:38:50.179Z] ++ cut -d/ -f2 [2021-01-11T15:38:50.179Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-11T15:38:50.305Z] 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-11T15:38:51.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T15:38:51.719Z] [2021-01-11T15:38:51.719Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:38:52.107Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T15:38:52.107Z] latest: Pulling from edgex-devops/git-semver [2021-01-11T15:38:52.108Z] 31603596830f: Pulling fs layer [2021-01-11T15:38:52.108Z] 2a8b12db71e7: Pulling fs layer [2021-01-11T15:38:52.108Z] 6ca5941a6612: Pulling fs layer [2021-01-11T15:38:52.108Z] ecc8261a40a4: Pulling fs layer [2021-01-11T15:38:52.108Z] ecc8261a40a4: Waiting [2021-01-11T15:38:52.108Z] 2a8b12db71e7: Verifying Checksum [2021-01-11T15:38:52.108Z] 2a8b12db71e7: Download complete [2021-01-11T15:38:52.384Z] 31603596830f: Verifying Checksum [2021-01-11T15:38:52.384Z] 31603596830f: Download complete [2021-01-11T15:38:52.699Z] ecc8261a40a4: Verifying Checksum [2021-01-11T15:38:52.699Z] ecc8261a40a4: Download complete [2021-01-11T15:38:52.699Z] 6ca5941a6612: Verifying Checksum [2021-01-11T15:38:52.699Z] 6ca5941a6612: Download complete [2021-01-11T15:38:52.975Z] 31603596830f: Pull complete [2021-01-11T15:38:53.241Z] 2a8b12db71e7: Pull complete [2021-01-11T15:38:55.301Z] 6ca5941a6612: Pull complete [2021-01-11T15:38:55.941Z] ecc8261a40a4: Pull complete [2021-01-11T15:38:55.941Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-11T15:38:55.941Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T15:38:55.941Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-11T15:38:56.179Z] prd-centos7-docker-4c-2g-19520 does not seem to be running inside a container [2021-01-11T15:38:56.367Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/283 -v /w/workspace/edgex-go/283:/w/workspace/edgex-go/283:rw,z -v /w/workspace/edgex-go/283@tmp:/w/workspace/edgex-go/283@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T15:38:59.010Z] $ docker top 393377b3e0db16e16b71b382a56c2fd49db46a2b278c7c299d55ffa02da98172 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T15:38:59.371Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T15:38:59.372Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T15:38:59.798Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T15:38:59.808Z] $ docker exec 393377b3e0db16e16b71b382a56c2fd49db46a2b278c7c299d55ffa02da98172 ssh-agent [2021-01-11T15:39:00.075Z] SSH_AUTH_SOCK=/tmp/ssh-MtTz0gIFWydW/agent.11 [2021-01-11T15:39:00.075Z] SSH_AGENT_PID=16 [2021-01-11T15:39:00.090Z] Running ssh-add (command line suppressed) [2021-01-11T15:39:00.283Z] Identity added: /w/workspace/edgex-go/283@tmp/private_key_1032024179899667152.key (/w/workspace/edgex-go/283@tmp/private_key_1032024179899667152.key) [2021-01-11T15:39:00.376Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T15:39:00.736Z] + git tag --points-at HEAD [Pipeline] } [2021-01-11T15:39:00.767Z] $ docker exec --env ******** --env ******** 393377b3e0db16e16b71b382a56c2fd49db46a2b278c7c299d55ffa02da98172 ssh-agent -k [2021-01-11T15:39:00.993Z] unset SSH_AUTH_SOCK; [2021-01-11T15:39:00.995Z] unset SSH_AGENT_PID; [2021-01-11T15:39:00.995Z] echo Agent pid 16 killed; [2021-01-11T15:39:01.089Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-11T15:39:01.236Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T15:39:01.236Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T15:39:01.575Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T15:39:01.582Z] $ docker exec 393377b3e0db16e16b71b382a56c2fd49db46a2b278c7c299d55ffa02da98172 ssh-agent [2021-01-11T15:39:01.941Z] SSH_AUTH_SOCK=/tmp/ssh-qgS5I8CvC3Ra/agent.46 [2021-01-11T15:39:01.941Z] SSH_AGENT_PID=51 [2021-01-11T15:39:01.952Z] Running ssh-add (command line suppressed) [2021-01-11T15:39:02.166Z] Identity added: /w/workspace/edgex-go/283@tmp/private_key_7998712361810225028.key (/w/workspace/edgex-go/283@tmp/private_key_7998712361810225028.key) [2021-01-11T15:39:02.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T15:39:02.591Z] + git semver init [2021-01-11T15:39:02.591Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T15:39:02.591Z] # $GIT_DIR = /w/workspace/edgex-go/283/.git [2021-01-11T15:39:02.591Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/283 [2021-01-11T15:39:02.591Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T15:39:02.591Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T15:39:02.591Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T15:39:02.591Z] # $SEMVER_BRANCH = master [2021-01-11T15:39:02.591Z] # $SEMVER_TEMP = /tmp/semver-676737529 [2021-01-11T15:39:02.591Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-11T15:39:34.971Z] # '/tmp/semver-676737529' -> '/w/workspace/edgex-go/283/.semver' [2021-01-11T15:39:34.971Z] # -> Force: false [2021-01-11T15:39:34.971Z] # $SEMVER_DIR = /w/workspace/edgex-go/283/.semver [Pipeline] } [2021-01-11T15:39:34.995Z] $ docker exec --env ******** --env ******** 393377b3e0db16e16b71b382a56c2fd49db46a2b278c7c299d55ffa02da98172 ssh-agent -k [2021-01-11T15:39:35.424Z] unset SSH_AUTH_SOCK; [2021-01-11T15:39:35.435Z] unset SSH_AGENT_PID; [2021-01-11T15:39:35.435Z] echo Agent pid 51 killed; [2021-01-11T15:39:35.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T15:39:36.123Z] + git semver [Pipeline] } [2021-01-11T15:39:36.414Z] $ docker stop --time=1 393377b3e0db16e16b71b382a56c2fd49db46a2b278c7c299d55ffa02da98172 [2021-01-11T15:39:38.362Z] $ docker rm -f 393377b3e0db16e16b71b382a56c2fd49db46a2b278c7c299d55ffa02da98172 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T15:39:39.009Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-11T15:39:39.648Z] Stashed 1 file(s) [Pipeline] echo [2021-01-11T15:39:39.651Z] [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-11T15:39:40.516Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-11T15:39:40.833Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T15:39:41.160Z] + sudo service docker restart [2021-01-11T15:39:41.160Z] + true [2021-01-11T15:39:41.160Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-11T15:39:42.135Z] ========================================================= [2021-01-11T15:39:42.135Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-11T15:39:42.135Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:39:42.610Z] + 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-11T15:39:49.391Z] Sending build context to Docker daemon 326.4MB [2021-01-11T15:39:49.391Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T15:39:49.391Z] Step 2/6 : FROM ${BASE} [2021-01-11T15:39:49.391Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-11T15:39:49.391Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T15:39:49.391Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T15:39:49.391Z] de9db76c5a1d: Pulling fs layer [2021-01-11T15:39:49.391Z] bca2f99d35d6: Pulling fs layer [2021-01-11T15:39:49.392Z] 93359f2a8cfa: Pulling fs layer [2021-01-11T15:39:49.392Z] 7c6f9722023f: Pulling fs layer [2021-01-11T15:39:49.392Z] a35cf1a2eb13: Pulling fs layer [2021-01-11T15:39:49.392Z] bca2f99d35d6: Waiting [2021-01-11T15:39:49.392Z] 93359f2a8cfa: Waiting [2021-01-11T15:39:49.392Z] 7c6f9722023f: Waiting [2021-01-11T15:39:49.392Z] a35cf1a2eb13: Waiting [2021-01-11T15:39:49.392Z] de9db76c5a1d: Verifying Checksum [2021-01-11T15:39:49.392Z] de9db76c5a1d: Download complete [2021-01-11T15:39:49.392Z] 0ef7d3d256c8: Download complete [2021-01-11T15:39:49.392Z] 93359f2a8cfa: Verifying Checksum [2021-01-11T15:39:49.392Z] 93359f2a8cfa: Download complete [2021-01-11T15:39:49.392Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T15:39:49.392Z] 188c0c94c7c5: Download complete [2021-01-11T15:39:49.392Z] 7c6f9722023f: Verifying Checksum [2021-01-11T15:39:49.392Z] 7c6f9722023f: Download complete [2021-01-11T15:39:50.068Z] 188c0c94c7c5: Pull complete [2021-01-11T15:39:50.712Z] 0ef7d3d256c8: Pull complete [2021-01-11T15:39:51.000Z] de9db76c5a1d: Pull complete [2021-01-11T15:39:53.671Z] a35cf1a2eb13: Verifying Checksum [2021-01-11T15:39:53.671Z] a35cf1a2eb13: Download complete [2021-01-11T15:39:54.306Z] bca2f99d35d6: Verifying Checksum [2021-01-11T15:39:54.306Z] bca2f99d35d6: Download complete [2021-01-11T15:39:55.012Z] Still waiting to schedule task [2021-01-11T15:39:55.013Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-11T15:40:06.997Z] bca2f99d35d6: Pull complete [2021-01-11T15:40:06.997Z] 93359f2a8cfa: Pull complete [2021-01-11T15:40:06.997Z] 7c6f9722023f: Pull complete [2021-01-11T15:40:10.453Z] a35cf1a2eb13: Pull complete [2021-01-11T15:40:10.453Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-11T15:40:10.453Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-11T15:40:10.453Z] ---> a62c8e92a672 [2021-01-11T15:40:10.453Z] 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-11T15:40:10.453Z] ---> Running in c5de33baf019 [2021-01-11T15:40:11.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:40:12.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:40:12.647Z] (1/12) Installing libmagic (5.38-r0) [2021-01-11T15:40:13.260Z] (2/12) Installing file (5.38-r0) [2021-01-11T15:40:13.260Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-11T15:40:13.528Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-11T15:40:18.892Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-11T15:40:18.892Z] (6/12) Installing patch (2.7.6-r6) [2021-01-11T15:40:19.162Z] (7/12) Installing build-base (0.5-r2) [2021-01-11T15:40:19.162Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-11T15:40:19.751Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-11T15:40:19.751Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-11T15:40:19.751Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-11T15:40:20.018Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-11T15:40:20.018Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:40:20.018Z] OK: 233 MiB in 51 packages [2021-01-11T15:40:24.286Z] Removing intermediate container c5de33baf019 [2021-01-11T15:40:24.286Z] ---> 99eefe5d03c6 [2021-01-11T15:40:24.286Z] Step 4/6 : WORKDIR /edgex-go [2021-01-11T15:40:24.286Z] ---> Running in 12b7a4da407a [2021-01-11T15:40:24.286Z] Removing intermediate container 12b7a4da407a [2021-01-11T15:40:24.286Z] ---> ee8645c887f9 [2021-01-11T15:40:24.286Z] Step 5/6 : COPY go.mod . [2021-01-11T15:40:24.286Z] ---> 3730d689a42a [2021-01-11T15:40:24.286Z] Step 6/6 : RUN go mod download [2021-01-11T15:40:24.570Z] ---> Running in d56df08371ab [2021-01-11T15:40:51.604Z] Removing intermediate container d56df08371ab [2021-01-11T15:40:51.604Z] ---> 7990ab14c5c6 [2021-01-11T15:40:51.604Z] Successfully built 7990ab14c5c6 [2021-01-11T15:40:51.604Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:40:51.936Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T15:40:51.936Z] . [Pipeline] withDockerContainer [2021-01-11T15:40:52.073Z] prd-centos7-docker-4c-2g-19520 does not seem to be running inside a container [2021-01-11T15:40:52.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/283 -v /w/workspace/edgex-go/283:/w/workspace/edgex-go/283:rw,z -v /w/workspace/edgex-go/283@tmp:/w/workspace/edgex-go/283@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-x86_64 cat [2021-01-11T15:40:53.596Z] $ docker top 2aed5eee713cd3a47869f3b4a7bcee3b8851c1467b260473c706b506f5caf864 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:40:54.347Z] + go version [2021-01-11T15:40:54.347Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-11T15:40:54.379Z] $ docker stop --time=1 2aed5eee713cd3a47869f3b4a7bcee3b8851c1467b260473c706b506f5caf864 [2021-01-11T15:40:56.883Z] $ docker rm -f 2aed5eee713cd3a47869f3b4a7bcee3b8851c1467b260473c706b506f5caf864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:40:57.881Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T15:40:57.881Z] . [Pipeline] withDockerContainer [2021-01-11T15:40:58.027Z] prd-centos7-docker-4c-2g-19520 does not seem to be running inside a container [2021-01-11T15:40:58.108Z] $ 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/283 -v /w/workspace/edgex-go/283:/w/workspace/edgex-go/283:rw,z -v /w/workspace/edgex-go/283@tmp:/w/workspace/edgex-go/283@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-x86_64 cat [2021-01-11T15:40:59.299Z] $ docker top a599e1e9d1bbeaf46cf9b536d44ffd22358e13747d89348aa9d892ab8137bde5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-11T15:40:59.759Z] ========================================================= [2021-01-11T15:40:59.759Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-11T15:40:59.759Z] ========================================================= [Pipeline] sh [2021-01-11T15:41:00.652Z] + make test [2021-01-11T15:41:00.652Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-11T15:41:16.020Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-11T15:41:43.233Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-11T15:41:50.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-11T15:41:50.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-11T15:41:50.144Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-11T15:41:50.447Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-11T15:41:50.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-11T15:41:50.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-11T15:41:52.296Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-11T15:41:52.900Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-11T15:41:53.938Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-11T15:41:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-11T15:41:58.383Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-11T15:41:58.383Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-11T15:42:01.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.143s coverage: 46.6% of statements [2021-01-11T15:42:01.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-11T15:42:01.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-11T15:42:01.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-11T15:42:01.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-11T15:42:01.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-11T15:42:06.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.539s coverage: 27.0% of statements [2021-01-11T15:42:06.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-11T15:42:06.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-11T15:42:06.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-11T15:42:06.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-11T15:42:06.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-11T15:42:06.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-11T15:42:06.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-01-11T15:42:06.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-11T15:42:06.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-01-11T15:42:06.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-11T15:42:06.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-11T15:42:06.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 77.1% of statements [2021-01-11T15:42:06.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-11T15:42:06.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-11T15:42:06.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.544s coverage: 82.4% of statements [2021-01-11T15:42:06.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-11T15:42:06.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-11T15:42:06.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-11T15:42:06.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-11T15:42:10.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.548s coverage: 28.6% of statements [2021-01-11T15:42:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-11T15:42:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-11T15:42:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-11T15:42:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-11T15:42:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-11T15:42:10.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements [2021-01-11T15:42:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-11T15:42:10.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-01-11T15:42:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-11T15:42:10.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.129s coverage: 86.7% of statements [2021-01-11T15:42:10.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-11T15:42:11.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.208s coverage: 97.5% of statements [2021-01-11T15:42:11.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-11T15:42:11.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements [2021-01-11T15:42:11.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-11T15:42:11.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-11T15:42:11.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-11T15:42:11.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-11T15:42:15.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.655s coverage: 94.1% of statements [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-11T15:42:15.814Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-11T15:42:15.814Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.179s coverage: 0.1% of statements [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-11T15:42:15.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-11T15:42:15.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-01-11T15:42:15.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-11T15:42:15.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 80.8% of statements [2021-01-11T15:42:15.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.113s coverage: 87.2% of statements [2021-01-11T15:42:16.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.076s coverage: 84.2% of statements [2021-01-11T15:42:17.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.280s coverage: 91.4% of statements [2021-01-11T15:42:17.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-11T15:42:18.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.298s coverage: 63.5% of statements [2021-01-11T15:42:18.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-11T15:42:18.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-11T15:42:18.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.110s coverage: 100.0% of statements [2021-01-11T15:42:18.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-01-11T15:42:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements [2021-01-11T15:42:19.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.133s coverage: 73.7% of statements [2021-01-11T15:42:19.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2021-01-11T15:42:22.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.621s coverage: 55.9% of statements [2021-01-11T15:42:22.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-11T15:42:22.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-11T15:42:22.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-11T15:42:22.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-11T15:42:22.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-11T15:42:22.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 37.0% of statements [2021-01-11T15:42:22.479Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-11T15:42:22.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-11T15:42:23.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.632s coverage: 84.0% of statements [2021-01-11T15:42:23.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2021-01-11T15:42:26.721Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.171s coverage: 47.1% of statements [2021-01-11T15:42:26.721Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-11T15:42:26.721Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-11T15:42:26.721Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-11T15:42:26.721Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-11T15:42:26.721Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-11T15:42:26.721Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.079s coverage: 100.0% of statements [2021-01-11T15:42:26.721Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-11T15:42:26.721Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.162s coverage: 100.0% of statements [2021-01-11T15:42:26.721Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-11T15:42:30.180Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.058s coverage: 29.1% of statements [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-11T15:42:30.180Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.114s coverage: 99.0% of statements [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-11T15:42:30.180Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-11T15:42:30.180Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-11T15:42:30.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.103s coverage: 100.0% of statements [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-11T15:42:30.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.059s coverage: 87.9% of statements [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-11T15:42:30.180Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-11T15:42:30.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-11T15:42:30.180Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-11T15:42:30.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.070s coverage: 100.0% of statements [2021-01-11T15:42:31.042Z] GO111MODULE=on go vet ./... [2021-01-11T15:42:58.294Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19524 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-11T15:42:58.346Z] Running in /w/workspace/edgex-go/283 [Pipeline] { [Pipeline] checkout [2021-01-11T15:43:03.100Z] using credential edgex-jenkins-ssh [2021-01-11T15:43:03.157Z] Cloning the remote Git repository [2021-01-11T15:43:03.216Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-11T15:43:03.337Z] > git init /w/workspace/edgex-go/283 # timeout=10 [2021-01-11T15:43:03.433Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-11T15:43:03.435Z] > git --version # timeout=10 [2021-01-11T15:43:03.456Z] > git --version # 'git version 2.17.1' [2021-01-11T15:43:03.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T15:43:03.526Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T15:43:10.281Z] gofmt -l . [2021-01-11T15:43:10.281Z] [ "`gofmt -l .`" = "" ] [2021-01-11T15:43:10.864Z] ./bin/test-go-mod-tidy.sh [2021-01-11T15:43:11.825Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-11T15:43:15.101Z] + ls -al . [2021-01-11T15:43:15.101Z] total 644 [2021-01-11T15:43:15.101Z] drwxrwxr-x 10 1001 1001 4096 Jan 11 15:43 . [2021-01-11T15:43:15.101Z] drwxr-xr-x 4 root root 32 Jan 11 15:40 .. [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 11 Jan 11 15:38 .dockerignore [2021-01-11T15:43:15.101Z] drwxrwxr-x 8 1001 1001 162 Jan 11 15:38 .git [2021-01-11T15:43:15.101Z] drwxrwxr-x 3 1001 1001 125 Jan 11 15:38 .github [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 824 Jan 11 15:38 .gitignore [2021-01-11T15:43:15.101Z] drwx------ 3 1001 1001 32 Jan 11 15:39 .semver [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 166 Jan 11 15:38 .sonarcloud.properties [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 3804 Jan 11 15:38 CONTRIBUTING.md [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 931 Jan 11 15:38 Dockerfile.build [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 863 Jan 11 15:38 Jenkinsfile [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 10775 Jan 11 15:38 LICENSE [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 5750 Jan 11 15:38 Makefile [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 6524 Jan 11 15:38 README.md [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 6744 Jan 11 15:38 SECURITY.md [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 12 Jan 11 15:39 VERSION [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 4131 Jan 11 15:38 ZMQWindows.md [2021-01-11T15:43:15.101Z] drwxrwxr-x 2 1001 1001 117 Jan 11 15:38 bin [2021-01-11T15:43:15.101Z] drwxrwxr-x 14 1001 1001 4096 Jan 11 15:38 cmd [2021-01-11T15:43:15.101Z] -rw-r--r-- 1 root root 545099 Jan 11 15:42 coverage.out [2021-01-11T15:43:15.101Z] -rw-r--r-- 1 root root 979 Jan 11 15:43 go.mod [2021-01-11T15:43:15.101Z] -rw-r--r-- 1 root root 19019 Jan 11 15:43 go.sum [2021-01-11T15:43:15.101Z] drwxrwxr-x 8 1001 1001 127 Jan 11 15:38 internal [2021-01-11T15:43:15.101Z] drwxrwxr-x 4 1001 1001 26 Jan 11 15:38 openapi [2021-01-11T15:43:15.101Z] drwxrwxr-x 4 1001 1001 71 Jan 11 15:38 snap [2021-01-11T15:43:15.101Z] -rw-rw-r-- 1 1001 1001 168 Jan 11 15:38 version.go [Pipeline] sh [2021-01-11T15:43:15.421Z] + '[' -e coverage.out ] [2021-01-11T15:43:15.421Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-11T15:43:15.811Z] Stashed 1 file(s) [Pipeline] sh [2021-01-11T15:43:16.159Z] + make build [2021-01-11T15:43:16.479Z] 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-11T15:43:23.272Z] 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-11T15:43:24.646Z] Checking out Revision cf513aa69aa73df9a6f6252b052cd5c5a0259743 (master) [2021-01-11T15:43:23.972Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-11T15:43:23.994Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T15:43:24.027Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-11T15:43:24.056Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-11T15:43:24.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T15:43:24.069Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T15:43:24.667Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T15:43:24.683Z] > git checkout -f cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 [2021-01-11T15:43:29.234Z] Commit message: "feat(meta): add POST /provisionwatcher V2 API (#3001)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T15:43:30.824Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-11T15:43:31.257Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T15:43:31.615Z] + true [2021-01-11T15:43:31.615Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T15:43:33.734Z] provisioning config files... [2021-01-11T15:43:33.780Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/283@tmp/config4563821086821423191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:43:34.208Z] ---> docker-login.sh [2021-01-11T15:43:34.208Z] nexus3.edgexfoundry.org:10001 [2021-01-11T15:43:35.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:43:35.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:43:35.469Z] Configure a credential helper to remove this warning. See [2021-01-11T15:43:35.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:43:35.469Z] [2021-01-11T15:43:35.469Z] Login Succeeded [2021-01-11T15:43:35.469Z] nexus3.edgexfoundry.org:10002 [2021-01-11T15:43:36.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:43:36.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:43:36.067Z] Configure a credential helper to remove this warning. See [2021-01-11T15:43:36.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:43:36.067Z] [2021-01-11T15:43:36.067Z] Login Succeeded [2021-01-11T15:43:36.067Z] nexus3.edgexfoundry.org:10003 [2021-01-11T15:43:36.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:43:36.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:43:36.620Z] Configure a credential helper to remove this warning. See [2021-01-11T15:43:36.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:43:36.620Z] [2021-01-11T15:43:36.620Z] Login Succeeded [2021-01-11T15:43:36.620Z] nexus3.edgexfoundry.org:10004 [2021-01-11T15:43:36.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:43:37.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:43:37.168Z] Configure a credential helper to remove this warning. See [2021-01-11T15:43:37.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:43:37.168Z] [2021-01-11T15:43:37.168Z] Login Succeeded [2021-01-11T15:43:37.168Z] docker.io [2021-01-11T15:43:37.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:43:38.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:43:38.042Z] Configure a credential helper to remove this warning. See [2021-01-11T15:43:38.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:43:38.042Z] [2021-01-11T15:43:38.042Z] Login Succeeded [2021-01-11T15:43:38.042Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T15:43:38.059Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T15:43:38.467Z] ========================================================= [2021-01-11T15:43:38.467Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-11T15:43:38.467Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:43:38.816Z] 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-11T15:43:38.817Z] 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-11T15:43:38.842Z] + 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-11T15:43:40.812Z] 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-11T15:43:40.826Z] Sending build context to Docker daemon 165.5MB [2021-01-11T15:43:40.826Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T15:43:40.826Z] Step 2/6 : FROM ${BASE} [2021-01-11T15:43:41.103Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-11T15:43:41.103Z] 5f621e34cdf4: Pulling fs layer [2021-01-11T15:43:41.103Z] a4357932f1b6: Pulling fs layer [2021-01-11T15:43:41.103Z] 18c013af1878: Pulling fs layer [2021-01-11T15:43:41.103Z] 00ac8860ef70: Pulling fs layer [2021-01-11T15:43:41.103Z] 63d7cb157983: Pulling fs layer [2021-01-11T15:43:41.103Z] b116817d02f9: Pulling fs layer [2021-01-11T15:43:41.103Z] 745a02a5169b: Pulling fs layer [2021-01-11T15:43:41.103Z] 00ac8860ef70: Waiting [2021-01-11T15:43:41.103Z] 63d7cb157983: Waiting [2021-01-11T15:43:41.103Z] b116817d02f9: Waiting [2021-01-11T15:43:41.103Z] 745a02a5169b: Waiting [2021-01-11T15:43:41.103Z] 18c013af1878: Verifying Checksum [2021-01-11T15:43:41.103Z] 18c013af1878: Download complete [2021-01-11T15:43:41.103Z] a4357932f1b6: Verifying Checksum [2021-01-11T15:43:41.103Z] a4357932f1b6: Download complete [2021-01-11T15:43:41.103Z] 63d7cb157983: Verifying Checksum [2021-01-11T15:43:41.103Z] 63d7cb157983: Download complete [2021-01-11T15:43:41.103Z] b116817d02f9: Download complete [2021-01-11T15:43:41.103Z] 5f621e34cdf4: Verifying Checksum [2021-01-11T15:43:41.103Z] 5f621e34cdf4: Download complete [2021-01-11T15:43:41.795Z] 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-11T15:43:42.100Z] 5f621e34cdf4: Pull complete [2021-01-11T15:43:42.376Z] a4357932f1b6: Pull complete [2021-01-11T15:43:42.646Z] 18c013af1878: Pull complete [2021-01-11T15:43:43.624Z] 745a02a5169b: Verifying Checksum [2021-01-11T15:43:43.624Z] 745a02a5169b: Download complete [2021-01-11T15:43:44.603Z] 00ac8860ef70: Verifying Checksum [2021-01-11T15:43:44.603Z] 00ac8860ef70: Download complete [2021-01-11T15:43:45.264Z] 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-11T15:43:47.913Z] 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-11T15:43:50.654Z] 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-11T15:43:54.177Z] 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-11T15:43:54.770Z] 00ac8860ef70: Pull complete [2021-01-11T15:43:55.044Z] 63d7cb157983: Pull complete [2021-01-11T15:43:55.316Z] b116817d02f9: Pull complete [2021-01-11T15:43:56.883Z] 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-11T15:43:59.636Z] 745a02a5169b: Pull complete [2021-01-11T15:43:59.636Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-11T15:43:59.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-11T15:43:59.636Z] ---> b7e6874047d6 [2021-01-11T15:43:59.636Z] 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-11T15:44:00.896Z] 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-11T15:44:02.305Z] ---> Running in 91927c3a4d65 [Pipeline] } [2021-01-11T15:44:02.580Z] $ docker stop --time=1 a599e1e9d1bbeaf46cf9b536d44ffd22358e13747d89348aa9d892ab8137bde5 [2021-01-11T15:44:03.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:44:04.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:44:04.654Z] $ docker rm -f a599e1e9d1bbeaf46cf9b536d44ffd22358e13747d89348aa9d892ab8137bde5 [2021-01-11T15:44:05.309Z] (1/12) Installing libmagic (5.38-r0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-11T15:44:05.899Z] (2/12) Installing file (5.38-r0) [2021-01-11T15:44:05.899Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-11T15:44:05.899Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:44:06.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T15:44:06.737Z] [2021-01-11T15:44:06.737Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:44:07.090Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T15:44:07.090Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-11T15:44:07.090Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-11T15:44:07.090Z] ca9280d653b3: Pulling fs layer [2021-01-11T15:44:07.090Z] 7e9c9ca2126c: Pulling fs layer [2021-01-11T15:44:07.369Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-11T15:44:07.369Z] cbdbe7a5bc2a: Download complete [2021-01-11T15:44:08.354Z] cbdbe7a5bc2a: Pull complete [2021-01-11T15:44:08.354Z] ca9280d653b3: Verifying Checksum [2021-01-11T15:44:08.354Z] ca9280d653b3: Download complete [2021-01-11T15:44:10.315Z] ca9280d653b3: Pull complete [2021-01-11T15:44:10.920Z] 7e9c9ca2126c: Download complete [2021-01-11T15:44:20.955Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-11T15:44:20.955Z] (6/12) Installing patch (2.7.6-r6) [2021-01-11T15:44:20.955Z] (7/12) Installing build-base (0.5-r2) [2021-01-11T15:44:20.955Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-11T15:44:20.955Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-11T15:44:20.955Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-11T15:44:20.955Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-11T15:44:20.955Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-11T15:44:20.955Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:44:20.955Z] OK: 217 MiB in 51 packages [2021-01-11T15:44:21.133Z] 7e9c9ca2126c: Pull complete [2021-01-11T15:44:21.133Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-11T15:44:21.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T15:44:21.133Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-11T15:44:21.441Z] prd-centos7-docker-4c-2g-19520 does not seem to be running inside a container [2021-01-11T15:44:21.514Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/283 -v /w/workspace/edgex-go/283:/w/workspace/edgex-go/283:rw,z -v /w/workspace/edgex-go/283@tmp:/w/workspace/edgex-go/283@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-11T15:44:24.355Z] Removing intermediate container 91927c3a4d65 [2021-01-11T15:44:24.355Z] ---> d9ebfadf38cc [2021-01-11T15:44:24.355Z] Step 4/6 : WORKDIR /edgex-go [2021-01-11T15:44:24.355Z] ---> Running in 3926c02eeaf9 [2021-01-11T15:44:24.457Z] $ docker top 1408aea6c3be46c6d9d42a1c784d46ccad6eb4516bca6123bfa5c5ecdbcf1d5f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:44:24.961Z] Removing intermediate container 3926c02eeaf9 [2021-01-11T15:44:24.961Z] ---> 3b2816298fc2 [2021-01-11T15:44:24.961Z] Step 5/6 : COPY go.mod . [2021-01-11T15:44:25.092Z] + grep parallel [2021-01-11T15:44:25.092Z] + docker-compose build --help [2021-01-11T15:44:25.554Z] ---> 8eb781cac362 [2021-01-11T15:44:25.554Z] Step 6/6 : RUN go mod download [2021-01-11T15:44:25.554Z] ---> Running in 92e123770dee [2021-01-11T15:44:26.510Z] --parallel Build images in parallel. [Pipeline] } [2021-01-11T15:44:26.526Z] $ docker stop --time=1 1408aea6c3be46c6d9d42a1c784d46ccad6eb4516bca6123bfa5c5ecdbcf1d5f [2021-01-11T15:44:28.509Z] $ docker rm -f 1408aea6c3be46c6d9d42a1c784d46ccad6eb4516bca6123bfa5c5ecdbcf1d5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:44:29.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T15:44:29.150Z] . [Pipeline] withDockerContainer [2021-01-11T15:44:29.290Z] prd-centos7-docker-4c-2g-19520 does not seem to be running inside a container [2021-01-11T15:44:29.428Z] $ 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/283 -v /w/workspace/edgex-go/283:/w/workspace/edgex-go/283:rw,z -v /w/workspace/edgex-go/283@tmp:/w/workspace/edgex-go/283@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-11T15:44:30.576Z] $ docker top 79db8daf7b3566122424c19a07cde98bb57b69bd57eb36bb7a7615e659083c21 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:44:31.302Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-11T15:44:33.259Z] Building docker-core-command-go ... [2021-01-11T15:44:33.259Z] Building docker-core-data-go ... [2021-01-11T15:44:33.259Z] Building docker-core-metadata-go ... [2021-01-11T15:44:33.259Z] Building docker-security-bootstrap-redis-go ... [2021-01-11T15:44:33.259Z] Building docker-security-proxy-setup-go ... [2021-01-11T15:44:33.259Z] Building docker-security-secretstore-setup-go ... [2021-01-11T15:44:33.259Z] Building docker-support-notifications-go ... [2021-01-11T15:44:33.259Z] Building docker-support-scheduler-go ... [2021-01-11T15:44:33.259Z] Building docker-sys-mgmt-agent-go ... [2021-01-11T15:44:33.259Z] Building docker-sys-mgmt-agent-go [2021-01-11T15:44:33.259Z] Building docker-security-secretstore-setup-go [2021-01-11T15:44:33.259Z] Building docker-core-data-go [2021-01-11T15:44:33.259Z] Building docker-support-scheduler-go [2021-01-11T15:44:33.259Z] Building docker-security-proxy-setup-go [2021-01-11T15:44:52.390Z] Removing intermediate container 92e123770dee [2021-01-11T15:44:52.390Z] ---> a65950d08ea6 [2021-01-11T15:44:52.390Z] Successfully built a65950d08ea6 [2021-01-11T15:44:52.390Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:44:52.739Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T15:44:52.739Z] . [Pipeline] withDockerContainer [2021-01-11T15:44:53.012Z] prd-ubuntu18.04-docker-arm64-4c-16g-19524 does not seem to be running inside a container [2021-01-11T15:44:53.098Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/283 -v /w/workspace/edgex-go/283:/w/workspace/edgex-go/283:rw,z -v /w/workspace/edgex-go/283@tmp:/w/workspace/edgex-go/283@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-11T15:44:54.620Z] $ docker top 8f1831db1367f750b9523f6c35a1c41d8e09a0a5ec19ef7f1bdebb5f8b09b77c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:44:55.642Z] + go version [2021-01-11T15:44:55.642Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-11T15:44:55.664Z] $ docker stop --time=1 8f1831db1367f750b9523f6c35a1c41d8e09a0a5ec19ef7f1bdebb5f8b09b77c [2021-01-11T15:44:57.588Z] $ docker rm -f 8f1831db1367f750b9523f6c35a1c41d8e09a0a5ec19ef7f1bdebb5f8b09b77c [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-11T15:44:58.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T15:44:58.736Z] [2021-01-11T15:44:58.736Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:44:59.126Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T15:44:59.126Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-11T15:44:59.126Z] 29e5d40040c1: Pulling fs layer [2021-01-11T15:44:59.126Z] 1ce36da41761: Pulling fs layer [2021-01-11T15:44:59.126Z] 25b303627fd3: Pulling fs layer [2021-01-11T15:44:59.718Z] 29e5d40040c1: Verifying Checksum [2021-01-11T15:44:59.718Z] 29e5d40040c1: Download complete [2021-01-11T15:45:00.310Z] 29e5d40040c1: Pull complete [2021-01-11T15:45:00.582Z] 1ce36da41761: Verifying Checksum [2021-01-11T15:45:00.582Z] 1ce36da41761: Download complete [2021-01-11T15:45:01.559Z] 1ce36da41761: Pull complete [2021-01-11T15:45:03.578Z] 25b303627fd3: Verifying Checksum [2021-01-11T15:45:03.578Z] 25b303627fd3: Download complete [2021-01-11T15:45:13.727Z] 25b303627fd3: Pull complete [2021-01-11T15:45:13.727Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-11T15:45:13.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T15:45:13.727Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-11T15:45:13.994Z] prd-ubuntu18.04-docker-arm64-4c-16g-19524 does not seem to be running inside a container [2021-01-11T15:45:14.079Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/283 -v /w/workspace/edgex-go/283:/w/workspace/edgex-go/283:rw,z -v /w/workspace/edgex-go/283@tmp:/w/workspace/edgex-go/283@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-11T15:45:17.156Z] $ docker top 3d890875c5794920e1cab42e53e0f465ef7298f06b27fa8dbc7ea4a2869b5311 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:45:18.169Z] + docker-compose build --help [2021-01-11T15:45:18.169Z] + grep parallel [2021-01-11T15:45:21.542Z] --parallel Build images in parallel. [Pipeline] } [2021-01-11T15:45:21.565Z] $ docker stop --time=1 3d890875c5794920e1cab42e53e0f465ef7298f06b27fa8dbc7ea4a2869b5311 [2021-01-11T15:45:23.520Z] $ docker rm -f 3d890875c5794920e1cab42e53e0f465ef7298f06b27fa8dbc7ea4a2869b5311 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:45:24.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T15:45:24.314Z] . [Pipeline] withDockerContainer [2021-01-11T15:45:24.571Z] prd-ubuntu18.04-docker-arm64-4c-16g-19524 does not seem to be running inside a container [2021-01-11T15:45:24.650Z] $ 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/283 -v /w/workspace/edgex-go/283:/w/workspace/edgex-go/283:rw,z -v /w/workspace/edgex-go/283@tmp:/w/workspace/edgex-go/283@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-11T15:45:26.101Z] $ docker top 14ef315110fc0ca57d860af65095138fbba7ad63f3100138ff76f0221f1bfa43 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:45:27.303Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-11T15:45:30.452Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:45:30.452Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:45:30.452Z] ---> 7990ab14c5c6 [2021-01-11T15:45:30.452Z] Step 3/23 : WORKDIR /edgex-go [2021-01-11T15:45:30.452Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:45:30.452Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:45:30.452Z] ---> 7990ab14c5c6 [2021-01-11T15:45:30.452Z] Step 3/26 : WORKDIR /edgex-go [2021-01-11T15:45:30.452Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:45:30.452Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:45:30.452Z] ---> 7990ab14c5c6 [2021-01-11T15:45:30.452Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T15:45:30.452Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:45:30.452Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:45:30.452Z] ---> 7990ab14c5c6 [2021-01-11T15:45:30.452Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T15:45:30.452Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:45:30.452Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:45:30.452Z] ---> 7990ab14c5c6 [2021-01-11T15:45:30.452Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T15:45:30.452Z] ---> Running in 996df93056c9 [2021-01-11T15:45:30.452Z] ---> Running in 44d48e292b0f [2021-01-11T15:45:30.452Z] ---> Running in de3ba8a141a3 [2021-01-11T15:45:30.452Z] ---> Running in fecacd85956a [2021-01-11T15:45:30.452Z] ---> Running in 4e40645ab059 [2021-01-11T15:45:30.452Z] Removing intermediate container 996df93056c9 [2021-01-11T15:45:30.452Z] ---> ea5b60488ee4 [2021-01-11T15:45:30.452Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:45:30.452Z] Removing intermediate container de3ba8a141a3 [2021-01-11T15:45:30.452Z] ---> 9fda4627a210 [2021-01-11T15:45:30.452Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:45:30.452Z] Removing intermediate container 4e40645ab059 [2021-01-11T15:45:30.452Z] ---> e72560a32b6f [2021-01-11T15:45:30.452Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:45:30.452Z] Removing intermediate container 44d48e292b0f [2021-01-11T15:45:30.452Z] ---> aa34fe11e3a6 [2021-01-11T15:45:30.452Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:45:30.452Z] Removing intermediate container fecacd85956a [2021-01-11T15:45:30.452Z] ---> 92cbe212dc20 [2021-01-11T15:45:30.452Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:45:30.452Z] ---> Running in 7170bfd1f77c [2021-01-11T15:45:30.452Z] ---> Running in 4563af7085bd [2021-01-11T15:45:30.452Z] ---> Running in 047a2bce27d9 [2021-01-11T15:45:30.452Z] ---> Running in 941b913bd56b [2021-01-11T15:45:30.452Z] ---> Running in aae3220a3aa3 [2021-01-11T15:45:30.730Z] Building docker-core-command-go ... [2021-01-11T15:45:30.730Z] Building docker-core-data-go ... [2021-01-11T15:45:30.730Z] Building docker-core-metadata-go ... [2021-01-11T15:45:30.730Z] Building docker-security-bootstrap-redis-go ... [2021-01-11T15:45:30.730Z] Building docker-security-proxy-setup-go ... [2021-01-11T15:45:30.730Z] Building docker-security-secretstore-setup-go ... [2021-01-11T15:45:30.730Z] Building docker-support-notifications-go ... [2021-01-11T15:45:30.730Z] Building docker-support-scheduler-go ... [2021-01-11T15:45:30.730Z] Building docker-sys-mgmt-agent-go ... [2021-01-11T15:45:30.730Z] Building docker-support-notifications-go [2021-01-11T15:45:30.730Z] Building docker-sys-mgmt-agent-go [2021-01-11T15:45:30.730Z] Building docker-security-proxy-setup-go [2021-01-11T15:45:30.730Z] Building docker-security-secretstore-setup-go [2021-01-11T15:45:30.730Z] Building docker-core-command-go [2021-01-11T15:45:32.015Z] Removing intermediate container 7170bfd1f77c [2021-01-11T15:45:32.015Z] ---> 001368900394 [2021-01-11T15:45:32.015Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-11T15:45:32.298Z] Removing intermediate container 4563af7085bd [2021-01-11T15:45:32.299Z] ---> 20f5c15b6626 [2021-01-11T15:45:32.299Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T15:45:32.299Z] Removing intermediate container 047a2bce27d9 [2021-01-11T15:45:32.299Z] ---> 2971532a7fb2 [2021-01-11T15:45:32.299Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T15:45:32.299Z] ---> Running in cd718000d5ce [2021-01-11T15:45:32.585Z] ---> Running in 4d9f5a31ebbd [2021-01-11T15:45:32.585Z] ---> Running in 7407fe3a5655 [2021-01-11T15:45:32.585Z] Removing intermediate container 941b913bd56b [2021-01-11T15:45:32.585Z] ---> fe7e3ac903df [2021-01-11T15:45:32.585Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-11T15:45:32.585Z] Removing intermediate container aae3220a3aa3 [2021-01-11T15:45:32.585Z] ---> e992b7e475cc [2021-01-11T15:45:32.585Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-11T15:45:32.880Z] ---> Running in a5333d6f7a4c [2021-01-11T15:45:32.880Z] ---> Running in 3b84149ea1b8 [2021-01-11T15:45:34.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:34.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:34.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:34.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:34.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:34.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:34.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:35.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:35.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:35.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:35.894Z] OK: 233 MiB in 51 packages [2021-01-11T15:45:36.263Z] OK: 233 MiB in 51 packages [2021-01-11T15:45:36.263Z] OK: 233 MiB in 51 packages [2021-01-11T15:45:36.263Z] OK: 233 MiB in 51 packages [2021-01-11T15:45:36.263Z] OK: 233 MiB in 51 packages [2021-01-11T15:45:38.380Z] Removing intermediate container cd718000d5ce [2021-01-11T15:45:38.380Z] ---> ae84df9bc4f5 [2021-01-11T15:45:38.380Z] Step 6/24 : COPY go.mod . [2021-01-11T15:45:38.380Z] Removing intermediate container 7407fe3a5655 [2021-01-11T15:45:38.381Z] ---> 0cc21322e5ed [2021-01-11T15:45:38.381Z] Step 6/21 : COPY go.mod . [2021-01-11T15:45:38.381Z] Removing intermediate container 3b84149ea1b8 [2021-01-11T15:45:38.381Z] ---> 1e63d71e96cb [2021-01-11T15:45:38.381Z] Step 6/23 : COPY go.mod . [2021-01-11T15:45:38.381Z] Removing intermediate container a5333d6f7a4c [2021-01-11T15:45:38.381Z] ---> 68421c9d7fc6 [2021-01-11T15:45:38.381Z] Step 6/26 : COPY go.mod . [2021-01-11T15:45:38.381Z] Removing intermediate container 4d9f5a31ebbd [2021-01-11T15:45:38.381Z] ---> 154058053aac [2021-01-11T15:45:38.381Z] Step 6/21 : COPY go.mod . [2021-01-11T15:45:38.667Z] ---> 23c554b33cff [2021-01-11T15:45:38.667Z] Step 7/24 : RUN go mod download [2021-01-11T15:45:38.667Z] ---> 619f46e92977 [2021-01-11T15:45:38.667Z] Step 7/21 : RUN go mod download [2021-01-11T15:45:38.954Z] ---> a2472f037ce2 [2021-01-11T15:45:38.954Z] Step 7/23 : RUN go mod download [2021-01-11T15:45:38.954Z] ---> Running in 1d9b19de136c [2021-01-11T15:45:38.954Z] ---> Running in 69f6bdd372a9 [2021-01-11T15:45:38.954Z] ---> Running in 36ab45ab7f64 [2021-01-11T15:45:38.954Z] ---> 80ff49d24cc8 [2021-01-11T15:45:38.954Z] Step 7/26 : RUN go mod download [2021-01-11T15:45:38.954Z] ---> a1195100ba6b [2021-01-11T15:45:38.954Z] Step 7/21 : RUN go mod download [2021-01-11T15:45:39.231Z] ---> Running in 8e713368229c [2021-01-11T15:45:39.231Z] ---> Running in c4f098bb7e32 [2021-01-11T15:45:43.836Z] Removing intermediate container 1d9b19de136c [2021-01-11T15:45:43.836Z] ---> cabf3aef19ea [2021-01-11T15:45:43.836Z] Step 8/24 : COPY . . [2021-01-11T15:45:43.836Z] Removing intermediate container c4f098bb7e32 [2021-01-11T15:45:43.836Z] ---> 098db778580f [2021-01-11T15:45:43.836Z] Step 8/21 : COPY . . [2021-01-11T15:45:43.836Z] Removing intermediate container 36ab45ab7f64 [2021-01-11T15:45:43.836Z] ---> 0f7c5298ea46 [2021-01-11T15:45:43.836Z] Step 8/23 : COPY . . [2021-01-11T15:45:44.138Z] Removing intermediate container 8e713368229c [2021-01-11T15:45:44.138Z] ---> 4470edadaf23 [2021-01-11T15:45:44.138Z] Step 8/26 : COPY . . [2021-01-11T15:45:44.801Z] Removing intermediate container 69f6bdd372a9 [2021-01-11T15:45:44.801Z] ---> 859ec0ce4f12 [2021-01-11T15:45:44.801Z] Step 8/21 : COPY . . [2021-01-11T15:46:17.686Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:46:17.686Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:46:17.686Z] ---> a65950d08ea6 [2021-01-11T15:46:17.686Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:46:17.686Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:46:17.686Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:46:17.686Z] ---> a65950d08ea6 [2021-01-11T15:46:17.686Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T15:46:17.686Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:46:17.686Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:46:17.686Z] ---> a65950d08ea6 [2021-01-11T15:46:17.687Z] Step 3/26 : WORKDIR /edgex-go [2021-01-11T15:46:17.687Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:46:17.687Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:46:17.687Z] ---> a65950d08ea6 [2021-01-11T15:46:17.687Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T15:46:17.687Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:46:17.687Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:46:17.687Z] ---> a65950d08ea6 [2021-01-11T15:46:17.687Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T15:46:17.963Z] ---> Running in 4a72869ac106 [2021-01-11T15:46:17.963Z] ---> Running in 02f4528873db [2021-01-11T15:46:17.963Z] ---> Running in 818db25c5d6c [2021-01-11T15:46:17.963Z] ---> Running in 9e13c5be2ff6 [2021-01-11T15:46:17.963Z] ---> Running in 1b6af80476bc [2021-01-11T15:46:18.941Z] Removing intermediate container 4a72869ac106 [2021-01-11T15:46:18.941Z] ---> f6782f723b16 [2021-01-11T15:46:18.941Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:46:18.941Z] Removing intermediate container 02f4528873db [2021-01-11T15:46:18.941Z] ---> 53193d86ab46 [2021-01-11T15:46:18.941Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:46:18.941Z] Removing intermediate container 1b6af80476bc [2021-01-11T15:46:18.941Z] ---> 842587d0a256 [2021-01-11T15:46:18.941Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:46:18.941Z] Removing intermediate container 9e13c5be2ff6 [2021-01-11T15:46:18.941Z] ---> 1caf6ba5d465 [2021-01-11T15:46:18.941Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:46:18.941Z] Removing intermediate container 818db25c5d6c [2021-01-11T15:46:18.941Z] ---> be349bc1c412 [2021-01-11T15:46:18.941Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:46:18.941Z] ---> Running in 68196319ae1f [2021-01-11T15:46:18.941Z] ---> Running in 22fab9fccfd2 [2021-01-11T15:46:19.213Z] ---> Running in 098f8201d2a4 [2021-01-11T15:46:19.213Z] ---> Running in 069172f2b2f5 [2021-01-11T15:46:19.213Z] ---> Running in 915495080da0 [2021-01-11T15:46:22.623Z] Removing intermediate container 68196319ae1f [2021-01-11T15:46:22.623Z] ---> e492c89e192d [2021-01-11T15:46:22.623Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-11T15:46:22.623Z] ---> Running in d0ac7ef70e13 [2021-01-11T15:46:22.898Z] Removing intermediate container 22fab9fccfd2 [2021-01-11T15:46:22.898Z] ---> f9e32f89dad5 [2021-01-11T15:46:22.898Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T15:46:23.177Z] ---> Running in 82b8ab1f9bb1 [2021-01-11T15:46:23.177Z] Removing intermediate container 069172f2b2f5 [2021-01-11T15:46:23.177Z] ---> c0c160ed4e55 [2021-01-11T15:46:23.177Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:46:23.462Z] Removing intermediate container 098f8201d2a4 [2021-01-11T15:46:23.462Z] ---> 48ef08a23dac [2021-01-11T15:46:23.462Z] Removing intermediate container 915495080da0 [2021-01-11T15:46:23.462Z] ---> c7904607847c [2021-01-11T15:46:23.462Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-11T15:46:23.462Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-11T15:46:23.462Z] ---> Running in 68510eeb6ca6 [2021-01-11T15:46:23.769Z] ---> Running in 58afeb969ef4 [2021-01-11T15:46:23.769Z] ---> Running in 9bbdeb88938d [2021-01-11T15:46:24.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:46:25.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:46:25.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:46:25.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:46:25.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:46:25.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:46:26.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:46:26.194Z] OK: 217 MiB in 51 packages [2021-01-11T15:46:26.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:46:26.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:46:26.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:46:27.035Z] OK: 217 MiB in 51 packages [2021-01-11T15:46:27.316Z] OK: 217 MiB in 51 packages [2021-01-11T15:46:27.316Z] OK: 217 MiB in 51 packages [2021-01-11T15:46:27.594Z] OK: 217 MiB in 51 packages [2021-01-11T15:46:28.192Z] Removing intermediate container d0ac7ef70e13 [2021-01-11T15:46:28.192Z] ---> c5c4ba93438f [2021-01-11T15:46:28.192Z] Step 6/24 : COPY go.mod . [2021-01-11T15:46:28.800Z] Removing intermediate container 82b8ab1f9bb1 [2021-01-11T15:46:28.800Z] ---> 05cb330e6858 [2021-01-11T15:46:28.800Z] Step 6/21 : COPY go.mod . [2021-01-11T15:46:29.081Z] Removing intermediate container 68510eeb6ca6 [2021-01-11T15:46:29.081Z] ---> 7da6928afe4e [2021-01-11T15:46:29.081Z] Step 6/22 : COPY go.mod . [2021-01-11T15:46:29.081Z] ---> 4d6e93ad3fb7 [2021-01-11T15:46:29.081Z] Step 7/24 : RUN go mod download [2021-01-11T15:46:29.356Z] Removing intermediate container 9bbdeb88938d [2021-01-11T15:46:29.356Z] ---> eb5ef18b78b1 [2021-01-11T15:46:29.356Z] Step 6/26 : COPY go.mod . [2021-01-11T15:46:29.356Z] ---> Running in bd17ab9fae44 [2021-01-11T15:46:29.356Z] Removing intermediate container 58afeb969ef4 [2021-01-11T15:46:29.356Z] ---> 28cf59d6ecc2 [2021-01-11T15:46:29.356Z] Step 6/24 : COPY go.mod . [2021-01-11T15:46:29.970Z] ---> 170c67986c83 [2021-01-11T15:46:29.970Z] Step 7/21 : RUN go mod download [2021-01-11T15:46:29.970Z] ---> Running in 432f8d7bd560 [2021-01-11T15:46:30.249Z] ---> 21e364bda9d4 [2021-01-11T15:46:30.249Z] Step 7/22 : RUN go mod download [2021-01-11T15:46:30.524Z] ---> 1c4b0977c24a [2021-01-11T15:46:30.524Z] Step 7/26 : RUN go mod download [2021-01-11T15:46:30.524Z] ---> Running in 547000f9b0e9 [2021-01-11T15:46:30.796Z] ---> 3ee693318522 [2021-01-11T15:46:30.796Z] Step 7/24 : RUN go mod download [2021-01-11T15:46:30.796Z] ---> Running in 0a36b9ffa6ed [2021-01-11T15:46:31.076Z] ---> Running in f6400369bdc1 [2021-01-11T15:46:33.735Z] Removing intermediate container bd17ab9fae44 [2021-01-11T15:46:33.735Z] ---> 523d4ccbcdf9 [2021-01-11T15:46:33.735Z] Step 8/24 : COPY . . [2021-01-11T15:46:34.333Z] Removing intermediate container 432f8d7bd560 [2021-01-11T15:46:34.333Z] ---> 3cc880ff148b [2021-01-11T15:46:34.333Z] Step 8/21 : COPY . . [2021-01-11T15:46:34.927Z] Removing intermediate container 547000f9b0e9 [2021-01-11T15:46:34.927Z] ---> 3e9d9fb690b9 [2021-01-11T15:46:34.927Z] Step 8/22 : COPY . . [2021-01-11T15:46:35.526Z] Removing intermediate container 0a36b9ffa6ed [2021-01-11T15:46:35.526Z] ---> 5064cdd42bf2 [2021-01-11T15:46:35.526Z] Step 8/26 : COPY . . [2021-01-11T15:46:36.139Z] Removing intermediate container f6400369bdc1 [2021-01-11T15:46:36.139Z] ---> 46ad92607d28 [2021-01-11T15:46:36.139Z] Step 8/24 : COPY . . [2021-01-11T15:46:53.646Z] ---> b175c88614d9 [2021-01-11T15:46:53.647Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-11T15:46:53.647Z] ---> 27e34d71c62e [2021-01-11T15:46:53.647Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-11T15:46:53.647Z] ---> 4dd18646aed8 [2021-01-11T15:46:53.647Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-11T15:46:53.647Z] ---> a68835d26b0d [2021-01-11T15:46:53.647Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-11T15:46:53.647Z] ---> 830bbe49f871 [2021-01-11T15:46:53.647Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-11T15:46:53.647Z] ---> Running in 1320f94773e6 [2021-01-11T15:46:53.647Z] ---> Running in f48308dec8b0 [2021-01-11T15:46:53.647Z] ---> Running in 537b21ee6a94 [2021-01-11T15:46:53.647Z] ---> Running in 39b0a6b8978e [2021-01-11T15:46:53.647Z] ---> Running in 460e452a7d99 [2021-01-11T15:46:53.647Z] 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-11T15:46:53.647Z] 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-11T15:46:53.647Z] 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-11T15:46:53.647Z] 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-11T15:46:53.647Z] 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-11T15:46:54.470Z] ---> 015a814311b1 [2021-01-11T15:46:54.471Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-11T15:46:54.471Z] ---> 1c6c9c2dd49a [2021-01-11T15:46:54.471Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-11T15:46:54.471Z] ---> 28b66e73b5e3 [2021-01-11T15:46:54.471Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-11T15:46:54.471Z] ---> 4c412f463840 [2021-01-11T15:46:54.471Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-11T15:46:54.471Z] ---> e8d7847b5081 [2021-01-11T15:46:54.471Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-11T15:46:54.471Z] ---> Running in bbd5d092057e [2021-01-11T15:46:54.471Z] ---> Running in 219e65a9725d [2021-01-11T15:46:54.471Z] ---> Running in cd48aa389843 [2021-01-11T15:46:54.471Z] ---> Running in dcc94e9b3eb1 [2021-01-11T15:46:54.471Z] ---> Running in 0d074046e74a [2021-01-11T15:46:55.914Z] 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-11T15:46:56.521Z] 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-11T15:46:56.795Z] 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-11T15:46:56.795Z] 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-11T15:46:57.070Z] 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-11T15:47:33.178Z] 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-11T15:47:33.178Z] 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-11T15:47:42.606Z] Removing intermediate container 39b0a6b8978e [2021-01-11T15:47:42.606Z] ---> f7e1a08c6ce3 [2021-01-11T15:47:42.606Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-11T15:47:42.606Z] Removing intermediate container 537b21ee6a94 [2021-01-11T15:47:42.606Z] ---> 2dc30b9fce08 [2021-01-11T15:47:42.606Z] [2021-01-11T15:47:42.606Z] Step 10/21 : FROM scratch [2021-01-11T15:47:42.606Z] ---> [2021-01-11T15:47:42.606Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:47:42.606Z] ---> Running in 1ea9747ddd8e [2021-01-11T15:47:43.225Z] ---> Running in d1eb6840a1ca [2021-01-11T15:47:44.849Z] Removing intermediate container d1eb6840a1ca [2021-01-11T15:47:44.849Z] ---> 32d7c9c878d2 [2021-01-11T15:47:44.849Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-11T15:47:45.123Z] 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-11T15:47:45.411Z] ---> Running in fb76e0334434 [2021-01-11T15:47:45.708Z] Removing intermediate container 1320f94773e6 [2021-01-11T15:47:45.708Z] ---> e190334f495a [2021-01-11T15:47:45.708Z] [2021-01-11T15:47:45.708Z] Step 10/24 : FROM alpine:3.12 [2021-01-11T15:47:45.708Z] 3.12: Pulling from library/alpine [2021-01-11T15:47:46.317Z] Removing intermediate container 460e452a7d99 [2021-01-11T15:47:46.317Z] ---> e38934620ef5 [2021-01-11T15:47:46.317Z] [2021-01-11T15:47:46.317Z] Step 10/21 : FROM alpine:3.12 [2021-01-11T15:47:46.610Z] 3.12: Pulling from library/alpine [2021-01-11T15:47:46.610Z] Removing intermediate container fb76e0334434 [2021-01-11T15:47:46.610Z] ---> a5011515f441 [2021-01-11T15:47:46.610Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-11T15:47:46.919Z] ---> Running in 90eccff60e35 [2021-01-11T15:47:47.217Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T15:47:47.217Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T15:47:47.217Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T15:47:47.217Z] ---> 389fef711851 [2021-01-11T15:47:47.217Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-11T15:47:47.217Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T15:47:47.217Z] ---> 389fef711851 [2021-01-11T15:47:47.217Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T15:47:47.537Z] Removing intermediate container 90eccff60e35 [2021-01-11T15:47:47.537Z] ---> 6b0e2eaa76ba [2021-01-11T15:47:47.537Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-11T15:47:47.537Z] ---> Running in 19340a7e58ea [2021-01-11T15:47:47.537Z] ---> Running in 21273db2a766 [2021-01-11T15:47:48.130Z] Removing intermediate container 1ea9747ddd8e [2021-01-11T15:47:48.130Z] ---> 3ad690e65687 [2021-01-11T15:47:48.130Z] [2021-01-11T15:47:48.130Z] Step 11/26 : FROM docker:20.10.0 [2021-01-11T15:47:48.169Z] 20.10.0: Pulling from library/docker [2021-01-11T15:47:48.169Z] ---> 10ceabcbe375 [2021-01-11T15:47:48.169Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-11T15:47:48.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:48.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:48.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:49.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:49.009Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-11T15:47:49.313Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:47:49.313Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-11T15:47:49.313Z] (4/5) Installing curl (7.69.1-r3) [2021-01-11T15:47:49.313Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-11T15:47:49.313Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-11T15:47:49.313Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:47:49.313Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:47:49.313Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T15:47:49.313Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-11T15:47:49.313Z] (4/4) Installing curl (7.69.1-r3) [2021-01-11T15:47:49.313Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:47:49.313Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T15:47:49.645Z] OK: 7 MiB in 18 packages [2021-01-11T15:47:49.645Z] OK: 7 MiB in 19 packages [2021-01-11T15:47:51.645Z] ---> 597f39c63b86 [2021-01-11T15:47:51.645Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-11T15:47:53.081Z] Removing intermediate container f48308dec8b0 [2021-01-11T15:47:53.081Z] ---> 22bb41dbf899 [2021-01-11T15:47:53.081Z] [2021-01-11T15:47:53.081Z] Step 10/23 : FROM alpine:3.12 [2021-01-11T15:47:53.081Z] ---> 389fef711851 [2021-01-11T15:47:53.081Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:47:53.081Z] ---> 6151eb633c50 [2021-01-11T15:47:53.081Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-11T15:47:53.081Z] ---> Running in c2395322ed57 [2021-01-11T15:47:53.360Z] Removing intermediate container 21273db2a766 [2021-01-11T15:47:53.360Z] ---> 7ed78fad1d08 [2021-01-11T15:47:53.360Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T15:47:53.360Z] ---> Running in d8b23d153a8c [2021-01-11T15:47:53.630Z] ---> Running in 7e95ed3fe0de [2021-01-11T15:47:53.936Z] Removing intermediate container c2395322ed57 [2021-01-11T15:47:53.936Z] ---> dc09f2c145c9 [2021-01-11T15:47:53.936Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-11T15:47:53.936Z] Removing intermediate container 19340a7e58ea [2021-01-11T15:47:53.936Z] ---> 51fea5036ada [2021-01-11T15:47:53.936Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T15:47:53.936Z] ---> Running in 066c50626f9d [2021-01-11T15:47:53.936Z] Removing intermediate container d8b23d153a8c [2021-01-11T15:47:53.936Z] ---> 2debbd3d7872 [2021-01-11T15:47:53.936Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:47:54.225Z] ---> Running in 7b1e5abcb973 [2021-01-11T15:47:54.509Z] Removing intermediate container 7e95ed3fe0de [2021-01-11T15:47:54.509Z] ---> 76ab2048fda3 [2021-01-11T15:47:54.509Z] Step 13/21 : WORKDIR /edgex [2021-01-11T15:47:54.509Z] ---> Running in 0140202982f2 [2021-01-11T15:47:54.509Z] ---> Running in 9c6e09c744ec [2021-01-11T15:47:54.509Z] Removing intermediate container 066c50626f9d [2021-01-11T15:47:54.509Z] ---> 5b0be440448e [2021-01-11T15:47:54.509Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-11T15:47:54.784Z] ---> Running in 423c44f3aed3 [2021-01-11T15:47:54.784Z] Removing intermediate container 7b1e5abcb973 [2021-01-11T15:47:54.784Z] ---> e1f48d50e541 [2021-01-11T15:47:54.784Z] Step 13/24 : WORKDIR / [2021-01-11T15:47:55.066Z] Removing intermediate container 0140202982f2 [2021-01-11T15:47:55.066Z] ---> 94f3a4af38dd [2021-01-11T15:47:55.066Z] Step 19/21 : LABEL arch=x86_64 [2021-01-11T15:47:55.066Z] ---> Running in 5a392fbda478 [2021-01-11T15:47:55.066Z] Removing intermediate container 9c6e09c744ec [2021-01-11T15:47:55.066Z] ---> d57089820554 [2021-01-11T15:47:55.066Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-11T15:47:55.358Z] Removing intermediate container 423c44f3aed3 [2021-01-11T15:47:55.358Z] ---> adbadb967167 [2021-01-11T15:47:55.358Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:47:55.358Z] ---> Running in 169659d0beb4 [2021-01-11T15:47:55.358Z] ---> Running in 561f961d5c69 [2021-01-11T15:47:55.643Z] Removing intermediate container 5a392fbda478 [2021-01-11T15:47:55.643Z] ---> 017d71bf236b [2021-01-11T15:47:55.643Z] 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-11T15:47:55.643Z] Removing intermediate container 169659d0beb4 [2021-01-11T15:47:55.643Z] ---> 2d731118c721 [2021-01-11T15:47:55.643Z] Step 20/21 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:47:55.938Z] ---> Running in 462cb8903807 [2021-01-11T15:47:56.243Z] ---> c188023ad64e [2021-01-11T15:47:56.243Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-11T15:47:56.562Z] ---> 078253f093b3 [2021-01-11T15:47:56.562Z] 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-11T15:47:56.562Z] Removing intermediate container 462cb8903807 [2021-01-11T15:47:56.562Z] ---> 447721744ff5 [2021-01-11T15:47:56.562Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-11T15:47:56.882Z] ---> Running in d7d54a60dd42 [2021-01-11T15:47:57.490Z] Removing intermediate container d7d54a60dd42 [2021-01-11T15:47:57.490Z] ---> 2639c5c4962c [2021-01-11T15:47:57.490Z] [2021-01-11T15:47:57.490Z] ---> f90defd0e8e5 [2021-01-11T15:47:57.490Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-11T15:47:57.767Z] ---> 4b9c0b5dda24 [2021-01-11T15:47:57.767Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-11T15:47:59.212Z] Successfully built 2639c5c4962c [2021-01-11T15:47:59.212Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-11T15:47:59.212Z] Building docker-security-bootstrap-redis-go [2021-01-11T15:47:59.212Z]  Building docker-support-scheduler-go ... done Removing intermediate container 561f961d5c69 [2021-01-11T15:47:59.212Z] ---> 389b95c9de56 [2021-01-11T15:47:59.212Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-11T15:47:59.212Z] ---> 04a49d599c17 [2021-01-11T15:47:59.212Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-11T15:47:59.212Z] ---> Running in 95ef2ed6b304 [2021-01-11T15:47:59.212Z] ---> 8d98c8292bc6 [2021-01-11T15:47:59.212Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-11T15:47:59.500Z] ---> Running in 881d95824869 [2021-01-11T15:48:00.135Z] Removing intermediate container 881d95824869 [2021-01-11T15:48:00.135Z] ---> 924bb6e64e97 [2021-01-11T15:48:00.135Z] Step 18/21 : CMD ["--init=true"] [2021-01-11T15:48:00.135Z] ---> Running in 6282b9ad6531 [2021-01-11T15:48:00.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:48:00.753Z] ---> 5d4d46bb665a [2021-01-11T15:48:00.753Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-11T15:48:01.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:48:02.097Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-11T15:48:02.097Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-11T15:48:02.097Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-11T15:48:02.461Z] Removing intermediate container 6282b9ad6531 [2021-01-11T15:48:02.461Z] ---> 7cf9266c6b78 [2021-01-11T15:48:02.461Z] Step 19/21 : LABEL arch=x86_64 [2021-01-11T15:48:02.461Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-11T15:48:02.747Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-11T15:48:02.747Z] ---> Running in fcd3dcd4ddd9 [2021-01-11T15:48:02.747Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:48:03.016Z] OK: 8 MiB in 19 packages [2021-01-11T15:48:03.634Z] ---> 4565b9540a2c [2021-01-11T15:48:03.634Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-11T15:48:03.634Z] Removing intermediate container fcd3dcd4ddd9 [2021-01-11T15:48:03.634Z] ---> 3cbe5eebd194 [2021-01-11T15:48:03.634Z] Step 20/21 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:48:05.118Z] ---> Running in c65b825fa562 [2021-01-11T15:48:05.433Z] ---> 2f7ab04d4a51 [2021-01-11T15:48:05.433Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-11T15:48:06.044Z] ---> Running in 5e4790553a4b [2021-01-11T15:48:06.044Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-11T15:48:06.318Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-11T15:48:06.318Z] ---> aefe523efa57 [2021-01-11T15:48:06.318Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-11T15:48:06.318Z] Removing intermediate container c65b825fa562 [2021-01-11T15:48:06.318Z] ---> c72ad89df78a [2021-01-11T15:48:06.318Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-11T15:48:06.318Z] Removing intermediate container 95ef2ed6b304 [2021-01-11T15:48:06.318Z] ---> 4ff1ccb23c95 [2021-01-11T15:48:06.318Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-11T15:48:06.920Z] ---> Running in 38a955abd88e [2021-01-11T15:48:06.920Z] ---> Running in 5eb01c3cb5b5 [2021-01-11T15:48:07.545Z] ---> 39534fb4e67a [2021-01-11T15:48:07.545Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-11T15:48:07.825Z] Removing intermediate container 5eb01c3cb5b5 [2021-01-11T15:48:07.825Z] ---> 73242ef9ac07 [2021-01-11T15:48:07.825Z] [2021-01-11T15:48:08.843Z] Successfully built 73242ef9ac07 [2021-01-11T15:48:08.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:48:08.843Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-11T15:48:08.843Z] Building docker-core-command-go [2021-01-11T15:48:08.843Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:48:09.118Z] (1/2) Installing readline (8.0.4-r0) [2021-01-11T15:48:09.118Z] (2/2) Installing bash (5.0.17-r0) [2021-01-11T15:48:09.118Z] Executing bash-5.0.17-r0.post-install [2021-01-11T15:48:09.118Z] ---> f5c3b150780d [2021-01-11T15:48:09.119Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-11T15:48:09.119Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:48:09.119Z] OK: 12 MiB in 22 packages [2021-01-11T15:48:10.571Z] Removing intermediate container 5e4790553a4b [2021-01-11T15:48:10.571Z] ---> b4de0f26363b [2021-01-11T15:48:10.571Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-11T15:48:11.564Z] ---> Running in 8aef7faf49d2 [2021-01-11T15:48:11.843Z] ---> 4d0ac1b7e35c [2021-01-11T15:48:12.125Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-11T15:48:12.728Z] ---> Running in 8b6202158778 [2021-01-11T15:48:12.728Z] Removing intermediate container 8aef7faf49d2 [2021-01-11T15:48:12.728Z] ---> bafe9532a5c0 [2021-01-11T15:48:12.728Z] Step 22/24 : LABEL arch=x86_64 [2021-01-11T15:48:13.004Z] Removing intermediate container 38a955abd88e [2021-01-11T15:48:13.004Z] ---> a95bc7640066 [2021-01-11T15:48:13.004Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-11T15:48:13.285Z] ---> Running in 5b87defef6c8 [2021-01-11T15:48:13.947Z] Removing intermediate container 8b6202158778 [2021-01-11T15:48:13.947Z] ---> 9dcf4ca5e719 [2021-01-11T15:48:13.947Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:48:13.947Z] ---> Running in b4931537261f [2021-01-11T15:48:14.970Z] ---> Running in b97c1a72325b [2021-01-11T15:48:15.589Z] Removing intermediate container 5b87defef6c8 [2021-01-11T15:48:15.589Z] ---> e64a002b4812 [2021-01-11T15:48:15.589Z] Step 23/24 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:48:15.886Z] Removing intermediate container b4931537261f [2021-01-11T15:48:15.886Z] ---> 1a08d0fe019a [2021-01-11T15:48:15.886Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-11T15:48:16.164Z] ---> Running in 8d2954e9d74f [2021-01-11T15:48:16.164Z] ---> Running in 72b21c416491 [2021-01-11T15:48:16.775Z] Removing intermediate container b97c1a72325b [2021-01-11T15:48:16.775Z] ---> 507aed69e75d [2021-01-11T15:48:16.775Z] Step 21/23 : LABEL arch=x86_64 [2021-01-11T15:48:17.764Z] ---> Running in c2104536ec32 [2021-01-11T15:48:17.764Z] Removing intermediate container 8d2954e9d74f [2021-01-11T15:48:17.764Z] ---> 79814834b1cc [2021-01-11T15:48:17.764Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-11T15:48:18.047Z] Removing intermediate container 72b21c416491 [2021-01-11T15:48:18.047Z] ---> dd9438a9ac60 [2021-01-11T15:48:18.047Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-11T15:48:18.890Z] 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-11T15:48:18.890Z] 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-11T15:48:19.070Z] ---> Running in 019f915060f3 [2021-01-11T15:48:19.070Z] ---> Running in 88d56fd66213 [2021-01-11T15:48:19.070Z] Removing intermediate container c2104536ec32 [2021-01-11T15:48:19.070Z] ---> c70c2e5c5dfe [2021-01-11T15:48:19.070Z] Step 22/23 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:48:19.684Z] ---> Running in a67645ad9439 [2021-01-11T15:48:20.291Z] Removing intermediate container 019f915060f3 [2021-01-11T15:48:20.291Z] ---> d3f4102fd502 [2021-01-11T15:48:20.291Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-11T15:48:20.560Z] Removing intermediate container 88d56fd66213 [2021-01-11T15:48:20.560Z] ---> eb4278688b97 [2021-01-11T15:48:20.560Z] [2021-01-11T15:48:20.842Z] Removing intermediate container a67645ad9439 [2021-01-11T15:48:20.842Z] ---> 3d98a9329111 [2021-01-11T15:48:20.842Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-11T15:48:21.461Z] Successfully built eb4278688b97 [2021-01-11T15:48:21.461Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-11T15:48:21.461Z] Building docker-support-notifications-go [2021-01-11T15:48:22.069Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 7e40028475c9 [2021-01-11T15:48:23.062Z] ---> 956daab910d2 [2021-01-11T15:48:23.062Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-11T15:48:23.682Z] Removing intermediate container 7e40028475c9 [2021-01-11T15:48:23.683Z] ---> ec489fcf389e [2021-01-11T15:48:23.683Z] [2021-01-11T15:48:24.363Z] Successfully built ec489fcf389e [2021-01-11T15:48:25.020Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:48:25.020Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:48:25.020Z] Successfully tagged docker-core-data-go:latest [2021-01-11T15:48:25.020Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-11T15:48:25.020Z] ---> 7990ab14c5c6 [2021-01-11T15:48:25.020Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:48:25.020Z] ---> Using cache [2021-01-11T15:48:25.020Z] ---> 92cbe212dc20 [2021-01-11T15:48:25.020Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:48:25.020Z] ---> Using cache [2021-01-11T15:48:25.020Z] ---> e992b7e475cc [2021-01-11T15:48:25.020Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:48:25.291Z] ---> 92701a55bcc3 [2021-01-11T15:48:25.291Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-11T15:48:25.291Z] ---> Running in b25a36b9478f [2021-01-11T15:48:26.323Z] ---> 239dbf4816be [2021-01-11T15:48:26.323Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-11T15:48:26.323Z] ---> Running in 0f34ffbe7058 [2021-01-11T15:48:28.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:48:28.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:48:29.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:48:29.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:48:29.142Z] Removing intermediate container bbd5d092057e [2021-01-11T15:48:29.143Z] ---> bf523367bee6 [2021-01-11T15:48:29.143Z] [2021-01-11T15:48:29.143Z] Step 10/21 : FROM alpine:3.12 [2021-01-11T15:48:29.143Z] 3.12: Pulling from library/alpine [2021-01-11T15:48:29.143Z] Removing intermediate container cd48aa389843 [2021-01-11T15:48:29.143Z] ---> cbf1b7b131d1 [2021-01-11T15:48:29.143Z] [2021-01-11T15:48:29.143Z] Step 10/24 : FROM alpine:3.12 [2021-01-11T15:48:29.143Z] 3.12: Pulling from library/alpine [2021-01-11T15:48:29.143Z] Removing intermediate container 0d074046e74a [2021-01-11T15:48:29.143Z] ---> 5613e4e165d9 [2021-01-11T15:48:29.143Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-11T15:48:29.143Z] Removing intermediate container dcc94e9b3eb1 [2021-01-11T15:48:29.143Z] ---> 5b7888d8c4bd [2021-01-11T15:48:29.143Z] [2021-01-11T15:48:29.143Z] Step 10/24 : FROM scratch [2021-01-11T15:48:29.143Z] ---> [2021-01-11T15:48:29.143Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-11T15:48:29.143Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T15:48:29.143Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T15:48:29.143Z] Removing intermediate container 219e65a9725d [2021-01-11T15:48:29.143Z] ---> 96cbb53f6e02 [2021-01-11T15:48:29.143Z] [2021-01-11T15:48:29.143Z] Step 10/22 : FROM scratch [2021-01-11T15:48:29.143Z] ---> [2021-01-11T15:48:29.143Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:48:29.143Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T15:48:29.143Z] ---> afeebe901d6b [2021-01-11T15:48:29.143Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-11T15:48:29.143Z] Status: Image is up to date for alpine:3.12 [2021-01-11T15:48:29.143Z] ---> afeebe901d6b [2021-01-11T15:48:29.143Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T15:48:29.143Z] ---> Running in e4c150eccb18 [2021-01-11T15:48:29.143Z] ---> Running in 9dcc3280fa23 [2021-01-11T15:48:29.362Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-11T15:48:29.362Z] (2/33) Installing expat (2.2.9-r1) [2021-01-11T15:48:29.362Z] (3/33) Installing libffi (3.3-r2) [2021-01-11T15:48:29.362Z] (4/33) Installing gdbm (1.13-r1) [2021-01-11T15:48:29.362Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-11T15:48:29.362Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-11T15:48:29.362Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-11T15:48:29.437Z] ---> Running in c5b4694eb2d1 [2021-01-11T15:48:29.437Z] ---> Running in 11926a492d71 [2021-01-11T15:48:29.437Z] ---> Running in a8a83ae0b700 [2021-01-11T15:48:29.830Z] OK: 233 MiB in 51 packages [2021-01-11T15:48:30.033Z] Removing intermediate container e4c150eccb18 [2021-01-11T15:48:30.033Z] ---> 2cb824542bd3 [2021-01-11T15:48:30.033Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-11T15:48:30.033Z] ---> Running in cbd0ffb9b0bb [2021-01-11T15:48:30.311Z] Removing intermediate container c5b4694eb2d1 [2021-01-11T15:48:30.311Z] ---> 346dad26e5bc [2021-01-11T15:48:30.311Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-11T15:48:30.311Z] ---> Running in 4d4e61d32b5c [2021-01-11T15:48:30.910Z] Removing intermediate container 4d4e61d32b5c [2021-01-11T15:48:30.910Z] ---> c52dcbadce84 [2021-01-11T15:48:30.910Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T15:48:30.910Z] Removing intermediate container cbd0ffb9b0bb [2021-01-11T15:48:30.910Z] ---> 330aa2dc4223 [2021-01-11T15:48:30.910Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-11T15:48:31.184Z] 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-11T15:48:31.184Z] ---> Running in bba0f1ac84c9 [2021-01-11T15:48:31.184Z] ---> Running in eeab212d0578 [2021-01-11T15:48:31.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:48:31.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:48:31.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:48:31.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:48:32.016Z] Removing intermediate container bba0f1ac84c9 [2021-01-11T15:48:32.016Z] ---> bde0d915421b [2021-01-11T15:48:32.016Z] Step 14/22 : WORKDIR / [2021-01-11T15:48:32.016Z] Removing intermediate container eeab212d0578 [2021-01-11T15:48:32.016Z] ---> e42499fe61b4 [2021-01-11T15:48:32.016Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-11T15:48:32.016Z] ---> Running in 38db2a9aa747 [2021-01-11T15:48:32.295Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-11T15:48:32.295Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-11T15:48:32.571Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:48:32.571Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-11T15:48:32.571Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:48:32.571Z] (4/4) Installing curl (7.69.1-r3) [2021-01-11T15:48:32.571Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-11T15:48:32.571Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:48:32.571Z] (4/5) Installing curl (7.69.1-r3) [2021-01-11T15:48:32.571Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-11T15:48:32.571Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T15:48:32.571Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:48:32.571Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T15:48:32.847Z] OK: 7 MiB in 18 packages [2021-01-11T15:48:32.847Z] OK: 7 MiB in 19 packages [2021-01-11T15:48:33.449Z] Removing intermediate container 38db2a9aa747 [2021-01-11T15:48:33.449Z] ---> 48a18a0e2fad [2021-01-11T15:48:33.449Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-11T15:48:33.449Z] ---> 72c0dfa526da [2021-01-11T15:48:33.449Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-11T15:48:34.898Z] ---> 793a6e12e96e [2021-01-11T15:48:34.898Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-11T15:48:35.500Z] ---> 69812a6599dd [2021-01-11T15:48:35.500Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-11T15:48:35.789Z] Removing intermediate container 9dcc3280fa23 [2021-01-11T15:48:35.789Z] ---> 7eba148d9d6e [2021-01-11T15:48:35.789Z] [2021-01-11T15:48:35.789Z] Step 11/26 : FROM docker:20.10.0 [2021-01-11T15:48:35.789Z] Removing intermediate container a8a83ae0b700 [2021-01-11T15:48:35.789Z] ---> 17494ab75c16 [2021-01-11T15:48:35.789Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T15:48:36.062Z] Removing intermediate container 11926a492d71 [2021-01-11T15:48:36.062Z] ---> 76e7bf636bc8 [2021-01-11T15:48:36.062Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T15:48:36.062Z] 20.10.0: Pulling from library/docker [2021-01-11T15:48:36.062Z] ---> 79bac480f2df [2021-01-11T15:48:36.062Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-11T15:48:36.340Z] ---> Running in 937058d4e676 [2021-01-11T15:48:36.340Z] ---> Running in 2aff2e4f218e [2021-01-11T15:48:36.811Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-11T15:48:36.811Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-11T15:48:36.811Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-11T15:48:36.811Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-11T15:48:36.811Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-11T15:48:36.811Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-11T15:48:36.811Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-11T15:48:36.811Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-11T15:48:36.811Z] Removing intermediate container b25a36b9478f [2021-01-11T15:48:36.811Z] ---> b4b303f83664 [2021-01-11T15:48:36.811Z] Step 6/22 : COPY go.mod . [2021-01-11T15:48:36.811Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-11T15:48:36.811Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-11T15:48:36.811Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-11T15:48:36.811Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-11T15:48:37.079Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-11T15:48:37.333Z] Removing intermediate container 2aff2e4f218e [2021-01-11T15:48:37.333Z] ---> 320cf989dd5f [2021-01-11T15:48:37.333Z] Step 13/21 : WORKDIR /edgex [2021-01-11T15:48:37.684Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-11T15:48:37.931Z] ---> Running in be3d9b8866b6 [2021-01-11T15:48:37.931Z] Removing intermediate container 937058d4e676 [2021-01-11T15:48:37.931Z] ---> e8cc0817e3f0 [2021-01-11T15:48:37.931Z] Step 13/24 : WORKDIR / [2021-01-11T15:48:37.960Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-11T15:48:37.960Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-11T15:48:38.209Z] ---> 1e6df7c4394b [2021-01-11T15:48:38.209Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-11T15:48:38.209Z] ---> 4388c953af69 [2021-01-11T15:48:38.209Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-11T15:48:38.484Z] ---> Running in e1870fb7c5c0 [2021-01-11T15:48:38.485Z] ---> Running in 1ed5334584b9 [2021-01-11T15:48:38.759Z] Removing intermediate container be3d9b8866b6 [2021-01-11T15:48:38.759Z] ---> 54e59e4cd366 [2021-01-11T15:48:38.759Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-11T15:48:38.948Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-11T15:48:38.948Z] ---> 9b3fa026628a [2021-01-11T15:48:38.948Z] Step 7/22 : RUN go mod download [2021-01-11T15:48:38.948Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-11T15:48:38.948Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-11T15:48:39.234Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-11T15:48:39.234Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-11T15:48:39.234Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-11T15:48:39.234Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-11T15:48:39.358Z] ---> 68bc2a544c8d [2021-01-11T15:48:39.358Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-11T15:48:39.527Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-11T15:48:39.527Z] ---> Running in 4f489a5ecaf2 [2021-01-11T15:48:39.527Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-11T15:48:39.527Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-11T15:48:39.527Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:48:39.631Z] Removing intermediate container e1870fb7c5c0 [2021-01-11T15:48:39.632Z] ---> 31a34d5ad7f3 [2021-01-11T15:48:39.632Z] 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-11T15:48:39.632Z] Removing intermediate container 1ed5334584b9 [2021-01-11T15:48:39.632Z] ---> 7ad190bbaeca [2021-01-11T15:48:39.632Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:48:39.839Z] OK: 71 MiB in 55 packages [2021-01-11T15:48:39.905Z] ---> 8d01ace3ae96 [2021-01-11T15:48:39.905Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-11T15:48:39.905Z] ---> Running in b13a19d4a595 [2021-01-11T15:48:40.881Z] Removing intermediate container b13a19d4a595 [2021-01-11T15:48:40.881Z] ---> ba585e198cfc [2021-01-11T15:48:40.881Z] Step 20/22 : LABEL arch=arm64 [2021-01-11T15:48:41.498Z] ---> 57fb0d0d3d22 [2021-01-11T15:48:41.498Z] 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-11T15:48:41.773Z] ---> Running in bfce2c472170 [2021-01-11T15:48:42.374Z] ---> 9caed0bd539f [2021-01-11T15:48:42.374Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-11T15:48:42.374Z] ---> e688e2441b93 [2021-01-11T15:48:42.374Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-11T15:48:42.649Z] ---> 42f407cec4c4 [2021-01-11T15:48:42.649Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-11T15:48:42.649Z] Removing intermediate container bfce2c472170 [2021-01-11T15:48:42.921Z] ---> 57348227fa4e [2021-01-11T15:48:42.921Z] Step 21/22 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:48:43.276Z] ---> Running in bdc316bdf516 [2021-01-11T15:48:43.610Z] ---> a7d65dc5ff6f [2021-01-11T15:48:43.610Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-11T15:48:43.892Z] ---> Running in f9af89c225a7 [2021-01-11T15:48:43.892Z] ---> a97fcaff1e94 [2021-01-11T15:48:43.892Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-11T15:48:44.173Z] Removing intermediate container bdc316bdf516 [2021-01-11T15:48:44.173Z] ---> a9e5a91d6e5f [2021-01-11T15:48:44.173Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-11T15:48:44.173Z] ---> c44d086cd62f [2021-01-11T15:48:44.173Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-11T15:48:44.878Z] ---> Running in 3f661c05775e [2021-01-11T15:48:44.878Z] ---> Running in ec4876803bb0 [2021-01-11T15:48:45.163Z] Removing intermediate container f9af89c225a7 [2021-01-11T15:48:45.163Z] ---> 6e6eccb16fe1 [2021-01-11T15:48:45.163Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:48:45.758Z] ---> Running in de763e479f97 [2021-01-11T15:48:46.032Z] Removing intermediate container ec4876803bb0 [2021-01-11T15:48:46.032Z] ---> f285ab484c6e [2021-01-11T15:48:46.032Z] Step 18/21 : CMD ["--init=true"] [2021-01-11T15:48:46.308Z] Removing intermediate container 3f661c05775e [2021-01-11T15:48:46.309Z] ---> 58c8569a76ad [2021-01-11T15:48:46.309Z] [2021-01-11T15:48:46.584Z] Successfully built 58c8569a76ad [2021-01-11T15:48:46.584Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-11T15:48:46.584Z] Building docker-core-data-go [2021-01-11T15:48:46.777Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:48:46.777Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:48:46.777Z] ---> 7990ab14c5c6 [2021-01-11T15:48:46.777Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:48:46.777Z] ---> Using cache [2021-01-11T15:48:46.777Z] ---> 92cbe212dc20 [2021-01-11T15:48:46.777Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:48:46.777Z] ---> Using cache [2021-01-11T15:48:46.777Z] ---> e992b7e475cc [2021-01-11T15:48:46.777Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:48:46.777Z] ---> Using cache [2021-01-11T15:48:46.777Z] ---> b4b303f83664 [2021-01-11T15:48:46.777Z] Step 6/22 : COPY go.mod . [2021-01-11T15:48:46.777Z] ---> Using cache [2021-01-11T15:48:46.777Z] ---> 9b3fa026628a [2021-01-11T15:48:46.777Z] Step 7/22 : RUN go mod download [2021-01-11T15:48:46.777Z] ---> Using cache [2021-01-11T15:48:46.777Z] ---> ed5505138cd3 [2021-01-11T15:48:46.777Z] Step 8/22 : COPY . . [2021-01-11T15:48:46.777Z] Removing intermediate container 4f489a5ecaf2 [2021-01-11T15:48:46.777Z] ---> ed5505138cd3 [2021-01-11T15:48:46.777Z] Step 8/22 : COPY . . [2021-01-11T15:48:46.886Z]  Building docker-core-command-go ... done  ---> Running in e2e6018f26e1 [2021-01-11T15:48:46.886Z] ---> 66f0cd563f15 [2021-01-11T15:48:46.886Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-11T15:48:46.886Z] Removing intermediate container de763e479f97 [2021-01-11T15:48:46.886Z] ---> ab59ffde3aa1 [2021-01-11T15:48:46.886Z] Step 22/24 : LABEL arch=arm64 [2021-01-11T15:48:47.482Z] ---> Running in 34ef98b5960a [2021-01-11T15:48:47.768Z] Removing intermediate container e2e6018f26e1 [2021-01-11T15:48:47.768Z] ---> b1f72a3d0afc [2021-01-11T15:48:47.768Z] Step 19/21 : LABEL arch=arm64 [2021-01-11T15:48:49.199Z] ---> Running in 15ca979d3fbd [2021-01-11T15:48:49.802Z] ---> 1906a953075b [2021-01-11T15:48:49.802Z] Removing intermediate container 34ef98b5960a [2021-01-11T15:48:49.802Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-11T15:48:49.802Z] ---> a1354059e0f2 [2021-01-11T15:48:49.802Z] Step 23/24 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:48:50.080Z] Removing intermediate container 15ca979d3fbd [2021-01-11T15:48:50.080Z] ---> 354b1b120865 [2021-01-11T15:48:50.080Z] Step 20/21 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:48:50.080Z] ---> Running in a902189e09ed [2021-01-11T15:48:50.080Z] ---> Running in 2752281bdbc1 [2021-01-11T15:48:50.680Z] Removing intermediate container a902189e09ed [2021-01-11T15:48:50.680Z] ---> ab3078255d98 [2021-01-11T15:48:50.680Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-11T15:48:50.961Z] ---> Running in 220ebae31bce [2021-01-11T15:48:50.961Z] ---> 79df7250b9ce [2021-01-11T15:48:50.961Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-11T15:48:50.961Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-11T15:48:50.961Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-11T15:48:50.961Z] ---> eeaf43b92773 [2021-01-11T15:48:50.961Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-11T15:48:50.961Z] Removing intermediate container 2752281bdbc1 [2021-01-11T15:48:50.961Z] ---> e136d0973e95 [2021-01-11T15:48:50.961Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-11T15:48:51.238Z] ---> Running in 0eab768400c8 [2021-01-11T15:48:51.238Z] ---> Running in 8b2bc732c133 [2021-01-11T15:48:51.238Z] ---> Running in d636e4b7d040 [2021-01-11T15:48:51.520Z] Removing intermediate container 220ebae31bce [2021-01-11T15:48:51.520Z] ---> 23db79306067 [2021-01-11T15:48:51.520Z] [2021-01-11T15:48:51.796Z] Removing intermediate container d636e4b7d040 [2021-01-11T15:48:51.796Z] ---> 50b24aec814a [2021-01-11T15:48:51.796Z] [2021-01-11T15:48:52.070Z] Successfully built 23db79306067 [2021-01-11T15:48:52.070Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-11T15:48:52.070Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go [2021-01-11T15:48:52.345Z] Successfully built 50b24aec814a [2021-01-11T15:48:52.345Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-11T15:48:52.345Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-11T15:48:52.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:48:53.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:48:53.831Z] (1/2) Installing readline (8.0.4-r0) [2021-01-11T15:48:53.831Z] (2/2) Installing bash (5.0.17-r0) [2021-01-11T15:48:53.831Z] Executing bash-5.0.17-r0.post-install [2021-01-11T15:48:53.831Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:48:53.831Z] OK: 12 MiB in 22 packages [2021-01-11T15:48:54.429Z] Removing intermediate container 0eab768400c8 [2021-01-11T15:48:54.429Z] ---> c7bf25456d88 [2021-01-11T15:48:54.429Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-11T15:48:55.021Z] ---> Running in 8d129c20ef0c [2021-01-11T15:48:56.000Z] Removing intermediate container 8d129c20ef0c [2021-01-11T15:48:56.000Z] ---> f1f6947defb6 [2021-01-11T15:48:56.000Z] Step 22/24 : LABEL arch=arm64 [2021-01-11T15:48:56.273Z] Removing intermediate container 8b2bc732c133 [2021-01-11T15:48:56.273Z] ---> 442ffcd33e10 [2021-01-11T15:48:56.273Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-11T15:48:56.871Z] ---> Running in 8817f1d64d52 [2021-01-11T15:48:56.871Z] ---> Running in 8a3a6d654e98 [2021-01-11T15:48:57.852Z] Removing intermediate container 8817f1d64d52 [2021-01-11T15:48:57.852Z] ---> d90a0fc72065 [2021-01-11T15:48:57.852Z] Step 23/24 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:48:58.129Z] Removing intermediate container 8a3a6d654e98 [2021-01-11T15:48:58.129Z] ---> 0d3cad584797 [2021-01-11T15:48:58.129Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-11T15:48:58.407Z] ---> Running in 84eee528eebb [2021-01-11T15:48:58.681Z] ---> Running in 7c9c1ddf19ad [2021-01-11T15:48:59.283Z] Removing intermediate container 84eee528eebb [2021-01-11T15:48:59.283Z] ---> 2da8385e603e [2021-01-11T15:48:59.283Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-11T15:48:59.562Z] Removing intermediate container 7c9c1ddf19ad [2021-01-11T15:48:59.562Z] ---> a765321e46b2 [2021-01-11T15:48:59.562Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-11T15:49:00.156Z] ---> Running in 0685ca97f35b [2021-01-11T15:49:00.431Z] ---> Running in e44968dbbfab [2021-01-11T15:49:00.704Z] Removing intermediate container 0685ca97f35b [2021-01-11T15:49:00.704Z] ---> ae748827321b [2021-01-11T15:49:00.704Z] [2021-01-11T15:49:00.977Z] Removing intermediate container e44968dbbfab [2021-01-11T15:49:00.977Z] ---> f58a03f3ab03 [2021-01-11T15:49:00.977Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-11T15:49:00.977Z] Successfully built ae748827321b [2021-01-11T15:49:00.977Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-11T15:49:00.977Z] Building docker-support-scheduler-go [2021-01-11T15:49:02.434Z]  Building docker-security-secretstore-setup-go ... done  ---> 4a9c715c3667 [2021-01-11T15:49:02.434Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-11T15:49:02.549Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:49:02.549Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:49:02.549Z] ---> 7990ab14c5c6 [2021-01-11T15:49:02.549Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:49:02.549Z] ---> Using cache [2021-01-11T15:49:02.549Z] ---> 92cbe212dc20 [2021-01-11T15:49:02.549Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:49:02.549Z] ---> Using cache [2021-01-11T15:49:02.549Z] ---> e992b7e475cc [2021-01-11T15:49:02.549Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:49:02.549Z] ---> Using cache [2021-01-11T15:49:02.549Z] ---> b4b303f83664 [2021-01-11T15:49:02.549Z] Step 6/22 : COPY go.mod . [2021-01-11T15:49:02.549Z] ---> Using cache [2021-01-11T15:49:02.549Z] ---> 9b3fa026628a [2021-01-11T15:49:02.549Z] Step 7/22 : RUN go mod download [2021-01-11T15:49:02.549Z] ---> Using cache [2021-01-11T15:49:02.549Z] ---> ed5505138cd3 [2021-01-11T15:49:02.549Z] Step 8/22 : COPY . . [2021-01-11T15:49:02.830Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:49:02.830Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:49:02.830Z] ---> 7990ab14c5c6 [2021-01-11T15:49:02.830Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T15:49:02.830Z] ---> Using cache [2021-01-11T15:49:02.830Z] ---> 92cbe212dc20 [2021-01-11T15:49:02.830Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:49:02.830Z] ---> Using cache [2021-01-11T15:49:02.830Z] ---> e992b7e475cc [2021-01-11T15:49:02.830Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-11T15:49:03.034Z] ---> 493ef83e4a0b [2021-01-11T15:49:03.034Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-11T15:49:04.010Z] ---> df0512cca9a3 [2021-01-11T15:49:04.010Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-11T15:49:04.281Z] ---> Running in 46b65105a8bf [2021-01-11T15:49:04.854Z] ---> Running in 44f5fb0bdf92 [2021-01-11T15:49:05.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:49:05.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:49:06.124Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-11T15:49:06.124Z] (2/33) Installing expat (2.2.9-r1) [2021-01-11T15:49:06.124Z] (3/33) Installing libffi (3.3-r2) [2021-01-11T15:49:06.124Z] (4/33) Installing gdbm (1.13-r1) [2021-01-11T15:49:06.124Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-11T15:49:06.124Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-11T15:49:06.124Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-11T15:49:08.108Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-11T15:49:08.108Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-11T15:49:08.108Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:49:08.108Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:49:08.108Z] ---> a65950d08ea6 [2021-01-11T15:49:08.108Z] Step 3/23 : WORKDIR /edgex-go [2021-01-11T15:49:08.108Z] ---> Using cache [2021-01-11T15:49:08.108Z] ---> 842587d0a256 [2021-01-11T15:49:08.108Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:49:08.108Z] ---> Using cache [2021-01-11T15:49:08.108Z] ---> c0c160ed4e55 [2021-01-11T15:49:08.108Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-11T15:49:08.108Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-11T15:49:08.108Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-11T15:49:08.108Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-11T15:49:08.108Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-11T15:49:08.108Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-11T15:49:08.108Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-11T15:49:08.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:49:08.393Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-11T15:49:08.394Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-11T15:49:08.394Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-11T15:49:08.394Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-11T15:49:08.394Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-11T15:49:08.394Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-11T15:49:08.394Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-11T15:49:08.394Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-11T15:49:08.394Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-11T15:49:08.394Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-11T15:49:08.682Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-11T15:49:08.682Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-11T15:49:08.682Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-11T15:49:08.682Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-11T15:49:08.682Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-11T15:49:08.682Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-11T15:49:08.682Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-11T15:49:08.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:49:08.985Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-11T15:49:08.985Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:49:08.985Z] OK: 71 MiB in 55 packages [2021-01-11T15:49:09.563Z] OK: 233 MiB in 51 packages [2021-01-11T15:49:11.900Z] ---> Running in 6fd5c3b97a71 [2021-01-11T15:49:12.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:49:12.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:49:13.770Z] OK: 217 MiB in 51 packages [2021-01-11T15:49:15.265Z] Removing intermediate container 44f5fb0bdf92 [2021-01-11T15:49:15.265Z] ---> 550eef64f58e [2021-01-11T15:49:15.265Z] Step 6/24 : COPY go.mod . [2021-01-11T15:49:16.281Z] ---> 170f53efcd68 [2021-01-11T15:49:16.281Z] Step 7/24 : RUN go mod download [2021-01-11T15:49:17.210Z] Removing intermediate container 6fd5c3b97a71 [2021-01-11T15:49:17.210Z] ---> cd1336f5a51b [2021-01-11T15:49:17.210Z] Step 6/23 : COPY go.mod . [2021-01-11T15:49:17.816Z] ---> Running in 6d7451f24801 [2021-01-11T15:49:18.193Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:49:18.193Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:49:18.193Z] ---> a65950d08ea6 [2021-01-11T15:49:18.193Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:49:18.193Z] ---> Using cache [2021-01-11T15:49:18.193Z] ---> 842587d0a256 [2021-01-11T15:49:18.193Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:49:18.193Z] ---> Using cache [2021-01-11T15:49:18.193Z] ---> c0c160ed4e55 [2021-01-11T15:49:18.193Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:49:18.193Z] ---> Using cache [2021-01-11T15:49:18.193Z] ---> 7da6928afe4e [2021-01-11T15:49:18.193Z] Step 6/22 : COPY go.mod . [2021-01-11T15:49:18.193Z] ---> Using cache [2021-01-11T15:49:18.193Z] ---> 21e364bda9d4 [2021-01-11T15:49:18.193Z] Step 7/22 : RUN go mod download [2021-01-11T15:49:18.193Z] ---> Using cache [2021-01-11T15:49:18.193Z] ---> 3e9d9fb690b9 [2021-01-11T15:49:18.193Z] Step 8/22 : COPY . . [2021-01-11T15:49:18.469Z] ---> 19535f7617b3 [2021-01-11T15:49:18.469Z] Step 7/23 : RUN go mod download [2021-01-11T15:49:18.469Z] ---> Using cache [2021-01-11T15:49:18.469Z] ---> 4c412f463840 [2021-01-11T15:49:18.469Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-11T15:49:18.746Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:49:18.746Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:49:18.746Z] ---> a65950d08ea6 [2021-01-11T15:49:18.746Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:49:18.746Z] ---> Using cache [2021-01-11T15:49:18.746Z] ---> 842587d0a256 [2021-01-11T15:49:18.746Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:49:18.746Z] ---> Using cache [2021-01-11T15:49:18.746Z] ---> c0c160ed4e55 [2021-01-11T15:49:18.746Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:49:18.746Z] ---> Using cache [2021-01-11T15:49:18.746Z] ---> 7da6928afe4e [2021-01-11T15:49:18.746Z] Step 6/22 : COPY go.mod . [2021-01-11T15:49:18.746Z] ---> Using cache [2021-01-11T15:49:18.746Z] ---> 21e364bda9d4 [2021-01-11T15:49:18.746Z] Step 7/22 : RUN go mod download [2021-01-11T15:49:18.746Z] ---> Using cache [2021-01-11T15:49:18.746Z] ---> 3e9d9fb690b9 [2021-01-11T15:49:18.746Z] Step 8/22 : COPY . . [2021-01-11T15:49:19.028Z] Removing intermediate container 46b65105a8bf [2021-01-11T15:49:19.028Z] ---> 17d74a0ce05a [2021-01-11T15:49:19.028Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-11T15:49:19.028Z] ---> Running in 65eff403450e [2021-01-11T15:49:19.028Z] ---> Running in c64a8d1b915d [2021-01-11T15:49:19.028Z] ---> Using cache [2021-01-11T15:49:19.028Z] ---> 4c412f463840 [2021-01-11T15:49:19.028Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-11T15:49:19.644Z] ---> Running in 30a368f353d2 [2021-01-11T15:49:19.644Z] ---> Running in 3a3020d18aad [2021-01-11T15:49:21.671Z] 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-11T15:49:21.948Z] 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-11T15:49:23.397Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:49:23.397Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:49:23.397Z] ---> a65950d08ea6 [2021-01-11T15:49:23.397Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T15:49:23.397Z] ---> Using cache [2021-01-11T15:49:23.397Z] ---> 842587d0a256 [2021-01-11T15:49:23.397Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:49:23.397Z] ---> Using cache [2021-01-11T15:49:23.397Z] ---> c0c160ed4e55 [2021-01-11T15:49:23.397Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T15:49:23.397Z] ---> Using cache [2021-01-11T15:49:23.397Z] ---> 7da6928afe4e [2021-01-11T15:49:23.397Z] Step 6/21 : COPY go.mod . [2021-01-11T15:49:23.397Z] ---> Using cache [2021-01-11T15:49:23.397Z] ---> 21e364bda9d4 [2021-01-11T15:49:23.397Z] Step 7/21 : RUN go mod download [2021-01-11T15:49:23.397Z] ---> Using cache [2021-01-11T15:49:23.397Z] ---> 3e9d9fb690b9 [2021-01-11T15:49:23.397Z] Step 8/21 : COPY . . [2021-01-11T15:49:23.759Z] ---> Using cache [2021-01-11T15:49:23.760Z] ---> 4c412f463840 [2021-01-11T15:49:23.760Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-11T15:49:24.361Z] ---> Running in 1c32c78dca1e [2021-01-11T15:49:25.349Z] Removing intermediate container c64a8d1b915d [2021-01-11T15:49:25.349Z] ---> d23e9bfe1d36 [2021-01-11T15:49:25.349Z] Step 8/23 : COPY . . [2021-01-11T15:49:26.342Z] Removing intermediate container 0f34ffbe7058 [2021-01-11T15:49:26.342Z] ---> 7b88ce22f84a [2021-01-11T15:49:26.342Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-11T15:49:26.363Z] 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-11T15:49:27.809Z] Collecting docker-compose==1.23.2 [2021-01-11T15:49:27.809Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-11T15:49:27.969Z] ---> Running in 05bcd6e40f5d [2021-01-11T15:49:27.969Z] Removing intermediate container 6d7451f24801 [2021-01-11T15:49:27.969Z] ---> b52585cc3e18 [2021-01-11T15:49:27.969Z] Step 8/24 : COPY . . [2021-01-11T15:49:29.250Z] Collecting docker<4.0,>=3.6.0 [2021-01-11T15:49:29.250Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-11T15:49:30.242Z] Collecting docopt<0.7,>=0.6.1 [2021-01-11T15:49:30.242Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-11T15:49:34.625Z] Collecting PyYAML<4,>=3.10 [2021-01-11T15:49:34.625Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-11T15:49:37.416Z] ---> 525023beb21f [2021-01-11T15:49:37.416Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-11T15:49:37.416Z] ---> 9229902a74f2 [2021-01-11T15:49:37.416Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-11T15:49:38.095Z] ---> eba3202b121b [2021-01-11T15:49:38.095Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-11T15:49:38.382Z] ---> Running in f320aca8bfa0 [2021-01-11T15:49:38.432Z] ---> Running in c71868a8ce89 [2021-01-11T15:49:38.432Z] ---> Running in 860b99fc868c [2021-01-11T15:49:39.032Z] ---> 92cdf6e72a7a [2021-01-11T15:49:39.032Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-11T15:49:39.032Z] Collecting docker-compose==1.23.2 [2021-01-11T15:49:39.032Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-11T15:49:39.396Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-11T15:49:39.396Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-11T15:49:39.666Z] ---> Running in 333f21f5c007 [2021-01-11T15:49:39.666Z] Collecting cached-property<2,>=1.2.0 [2021-01-11T15:49:39.666Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-11T15:49:40.014Z] Collecting texttable<0.10,>=0.9.0 [2021-01-11T15:49:40.014Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-11T15:49:40.260Z] Collecting jsonschema<3,>=2.5.1 [2021-01-11T15:49:40.260Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-11T15:49:40.297Z] 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-11T15:49:41.784Z] Collecting PyYAML<4,>=3.10 [2021-01-11T15:49:41.784Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-11T15:49:41.784Z] 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-11T15:49:41.785Z] 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-11T15:49:42.441Z] 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-11T15:49:42.959Z] 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-11T15:49:42.959Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-11T15:49:42.959Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-11T15:49:43.956Z] Collecting cached-property<2,>=1.2.0 [2021-01-11T15:49:43.956Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-11T15:49:44.238Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-11T15:49:44.238Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-11T15:49:47.708Z] Collecting jsonschema<3,>=2.5.1 [2021-01-11T15:49:47.708Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-11T15:49:47.992Z] Collecting docker-pycreds>=0.4.0 [2021-01-11T15:49:47.992Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-11T15:49:47.992Z] 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-11T15:49:48.059Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-11T15:49:48.060Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-11T15:49:49.000Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-11T15:49:49.001Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-11T15:49:49.067Z] Collecting docopt<0.7,>=0.6.1 [2021-01-11T15:49:49.067Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-11T15:49:49.282Z] Collecting idna<2.8,>=2.5 [2021-01-11T15:49:49.283Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-11T15:49:49.561Z] 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-11T15:49:49.561Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-11T15:49:49.561Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-11T15:49:49.561Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-11T15:49:49.561Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-11T15:49:50.565Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, PyYAML, texttable, cached-property, dockerpty, jsonschema, docker-compose [2021-01-11T15:49:50.848Z] Attempting uninstall: urllib3 [2021-01-11T15:49:50.848Z] Found existing installation: urllib3 1.25.9 [2021-01-11T15:49:50.848Z] Uninstalling urllib3-1.25.9: [2021-01-11T15:49:50.848Z] Successfully uninstalled urllib3-1.25.9 [2021-01-11T15:49:51.852Z] Attempting uninstall: idna [2021-01-11T15:49:51.852Z] Found existing installation: idna 2.9 [2021-01-11T15:49:51.852Z] Uninstalling idna-2.9: [2021-01-11T15:49:51.852Z] Successfully uninstalled idna-2.9 [2021-01-11T15:49:52.485Z] Attempting uninstall: requests [2021-01-11T15:49:52.485Z] Found existing installation: requests 2.23.0 [2021-01-11T15:49:52.485Z] Uninstalling requests-2.23.0: [2021-01-11T15:49:52.766Z] Successfully uninstalled requests-2.23.0 [2021-01-11T15:49:52.991Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-11T15:49:52.992Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-11T15:49:53.269Z] 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-11T15:49:53.576Z] Collecting texttable<0.10,>=0.9.0 [2021-01-11T15:49:53.931Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-11T15:49:55.655Z] Running setup.py install for docopt: started [2021-01-11T15:49:56.250Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-11T15:49:56.250Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-11T15:49:56.544Z] Collecting docker<4.0,>=3.6.0 [2021-01-11T15:49:56.942Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-11T15:49:57.662Z] Collecting idna<2.8,>=2.5 [2021-01-11T15:49:57.662Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-11T15:49:57.992Z] 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-11T15:49:58.334Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-11T15:49:58.334Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-11T15:49:59.010Z] 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-11T15:49:59.130Z] Running setup.py install for docopt: finished with status 'done' [2021-01-11T15:49:59.130Z] Running setup.py install for PyYAML: started [2021-01-11T15:49:59.635Z] Collecting docker-pycreds>=0.4.0 [2021-01-11T15:49:59.635Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-11T15:49:59.635Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-11T15:49:59.635Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-11T15:49:59.635Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-11T15:49:59.635Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-11T15:50:00.236Z] Installing collected packages: cached-property, jsonschema, PyYAML, dockerpty, docopt, idna, urllib3, requests, texttable, websocket-client, docker-pycreds, docker, docker-compose [2021-01-11T15:50:00.528Z] Running setup.py install for PyYAML: started [2021-01-11T15:50:01.771Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-11T15:50:01.771Z] Running setup.py install for texttable: started [2021-01-11T15:50:04.191Z] ---> 9e4cc5b55c2f [2021-01-11T15:50:04.191Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-11T15:50:04.191Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-11T15:50:04.191Z] Running setup.py install for dockerpty: started [2021-01-11T15:50:04.411Z] Running setup.py install for texttable: finished with status 'done' [2021-01-11T15:50:04.411Z] Running setup.py install for dockerpty: started [2021-01-11T15:50:04.485Z] ---> Running in 1f4b08e005e5 [2021-01-11T15:50:05.602Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-11T15:50:05.602Z] Running setup.py install for docopt: started [2021-01-11T15:50:06.648Z] 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-11T15:50:06.648Z] Running setup.py install for docopt: finished with status 'done' [2021-01-11T15:50:06.648Z] Attempting uninstall: idna [2021-01-11T15:50:06.648Z] Found existing installation: idna 2.9 [2021-01-11T15:50:06.648Z] Uninstalling idna-2.9: [2021-01-11T15:50:06.946Z] Successfully uninstalled idna-2.9 [2021-01-11T15:50:07.043Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-11T15:50:07.564Z] Attempting uninstall: urllib3 [2021-01-11T15:50:07.564Z] Found existing installation: urllib3 1.25.9 [2021-01-11T15:50:07.564Z] Uninstalling urllib3-1.25.9: [2021-01-11T15:50:08.598Z] Successfully uninstalled urllib3-1.25.9 [2021-01-11T15:50:09.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-11T15:50:09.194Z] Attempting uninstall: requests [2021-01-11T15:50:09.194Z] Found existing installation: requests 2.23.0 [2021-01-11T15:50:09.194Z] Uninstalling requests-2.23.0: [2021-01-11T15:50:09.467Z] Successfully uninstalled requests-2.23.0 [2021-01-11T15:50:09.740Z] Running setup.py install for texttable: started [2021-01-11T15:50:11.239Z] Running setup.py install for texttable: finished with status 'done' [2021-01-11T15:50:12.910Z] 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-11T15:50:15.846Z] Removing intermediate container 3a3020d18aad [2021-01-11T15:50:15.846Z] ---> b3bc8eb7abc2 [2021-01-11T15:50:15.846Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-11T15:50:15.846Z] ---> Running in 7b76b13b4c0a [2021-01-11T15:50:16.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:50:17.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:50:17.737Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:50:17.737Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-11T15:50:17.737Z] (3/3) Installing curl (7.69.1-r3) [2021-01-11T15:50:17.737Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:50:17.737Z] OK: 71 MiB in 58 packages [2021-01-11T15:50:18.504Z] Removing intermediate container 05bcd6e40f5d [2021-01-11T15:50:18.504Z] ---> 1165238620ea [2021-01-11T15:50:18.504Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-11T15:50:19.178Z] ---> Running in b10209877450 [2021-01-11T15:50:19.776Z] Removing intermediate container 7b76b13b4c0a [2021-01-11T15:50:19.776Z] ---> ef15f3f2e5b5 [2021-01-11T15:50:19.776Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-11T15:50:19.776Z] ---> Running in ac40023e01d8 [2021-01-11T15:50:20.383Z] Removing intermediate container ac40023e01d8 [2021-01-11T15:50:20.383Z] ---> 9dc6bbf737f9 [2021-01-11T15:50:20.383Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:50:20.664Z] ---> Running in a8daf6eb344d [2021-01-11T15:50:21.283Z] Removing intermediate container a8daf6eb344d [2021-01-11T15:50:21.283Z] ---> 7c60887209df [2021-01-11T15:50:21.283Z] Step 24/26 : LABEL arch=arm64 [2021-01-11T15:50:21.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:50:21.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:50:21.568Z] ---> Running in 27483bd0f252 [2021-01-11T15:50:21.698Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:50:21.698Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-11T15:50:21.698Z] (3/3) Installing curl (7.69.1-r3) [2021-01-11T15:50:21.698Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:50:21.988Z] OK: 72 MiB in 58 packages [2021-01-11T15:50:22.179Z] Removing intermediate container 27483bd0f252 [2021-01-11T15:50:22.179Z] ---> 2de7ff084f83 [2021-01-11T15:50:22.179Z] Step 25/26 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:50:22.460Z] ---> Running in 17925c320824 [2021-01-11T15:50:23.078Z] Removing intermediate container 17925c320824 [2021-01-11T15:50:23.078Z] ---> 7b96bbeef3a4 [2021-01-11T15:50:23.078Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-11T15:50:23.361Z] ---> Running in 564e49afa490 [2021-01-11T15:50:23.978Z] Removing intermediate container 564e49afa490 [2021-01-11T15:50:23.978Z] ---> 1f03a318663d [2021-01-11T15:50:23.978Z] [2021-01-11T15:50:24.054Z] Removing intermediate container b10209877450 [2021-01-11T15:50:24.054Z] ---> 47e25ba5333d [2021-01-11T15:50:24.054Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-11T15:50:24.054Z] ---> Running in 1a0d5e412206 [2021-01-11T15:50:24.266Z] Successfully built 1f03a318663d [2021-01-11T15:50:24.349Z] Removing intermediate container 1a0d5e412206 [2021-01-11T15:50:24.349Z] ---> c4db0d454ce7 [2021-01-11T15:50:24.349Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:50:24.546Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-11T15:50:24.639Z] ---> Running in 87510cafd834 [2021-01-11T15:50:25.256Z] Removing intermediate container 87510cafd834 [2021-01-11T15:50:25.256Z] ---> c6c1fe5594f3 [2021-01-11T15:50:25.256Z] Step 24/26 : LABEL arch=x86_64 [2021-01-11T15:50:25.256Z] ---> Running in 24d6b3a9aa4b [2021-01-11T15:50:25.896Z] Removing intermediate container 24d6b3a9aa4b [2021-01-11T15:50:25.896Z] ---> 18cd343db2cd [2021-01-11T15:50:25.896Z] Step 25/26 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:50:26.552Z] ---> Running in 3f2ca9281008 [2021-01-11T15:50:26.882Z] Removing intermediate container 3f2ca9281008 [2021-01-11T15:50:26.882Z] ---> a6eff8d3726d [2021-01-11T15:50:26.882Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-11T15:50:27.168Z] ---> Running in bc9352e0dd30 [2021-01-11T15:50:27.877Z] Removing intermediate container bc9352e0dd30 [2021-01-11T15:50:27.877Z] ---> ce8ac7341b10 [2021-01-11T15:50:27.877Z] [2021-01-11T15:50:29.911Z] Successfully built ce8ac7341b10 [2021-01-11T15:50:29.911Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-11T15:50:34.499Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c71868a8ce89 [2021-01-11T15:50:34.499Z] ---> 3d3443c3d492 [2021-01-11T15:50:34.499Z] [2021-01-11T15:50:34.499Z] Step 10/22 : FROM alpine:3.12 [2021-01-11T15:50:34.499Z] ---> 389fef711851 [2021-01-11T15:50:34.499Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T15:50:34.499Z] ---> Using cache [2021-01-11T15:50:34.499Z] ---> 51fea5036ada [2021-01-11T15:50:34.499Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-11T15:50:34.499Z] Removing intermediate container 860b99fc868c [2021-01-11T15:50:34.499Z] ---> b4db11a6ed65 [2021-01-11T15:50:34.499Z] [2021-01-11T15:50:34.499Z] Step 10/22 : FROM scratch [2021-01-11T15:50:34.499Z] ---> [2021-01-11T15:50:34.499Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:50:34.499Z] ---> Running in d69ece694c35 [2021-01-11T15:50:35.119Z] ---> Using cache [2021-01-11T15:50:35.119Z] ---> 32d7c9c878d2 [2021-01-11T15:50:35.119Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-11T15:50:35.119Z] Removing intermediate container d69ece694c35 [2021-01-11T15:50:35.119Z] ---> 93139f1881cb [2021-01-11T15:50:35.119Z] Step 13/22 : WORKDIR / [2021-01-11T15:50:35.119Z] ---> Running in 499d4fc774d5 [2021-01-11T15:50:35.435Z] ---> Running in 6e08e3c063b2 [2021-01-11T15:50:35.758Z] Removing intermediate container 499d4fc774d5 [2021-01-11T15:50:35.758Z] ---> 797bd19de98f [2021-01-11T15:50:35.758Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T15:50:35.758Z] ---> Running in 0e6c39a9314c [2021-01-11T15:50:36.034Z] Removing intermediate container 6e08e3c063b2 [2021-01-11T15:50:36.034Z] ---> d29e76e38a03 [2021-01-11T15:50:36.034Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-11T15:50:36.317Z] Removing intermediate container 0e6c39a9314c [2021-01-11T15:50:36.317Z] ---> bd50f982cc79 [2021-01-11T15:50:36.317Z] Step 14/22 : WORKDIR / [2021-01-11T15:50:36.317Z] ---> Running in 01972df4fcca [2021-01-11T15:50:36.602Z] ---> 8f95b8025bed [2021-01-11T15:50:36.602Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-11T15:50:36.892Z] Removing intermediate container 01972df4fcca [2021-01-11T15:50:36.892Z] ---> 7fda67ebdaaf [2021-01-11T15:50:36.892Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-11T15:50:37.508Z] ---> 77922e83554c [2021-01-11T15:50:37.508Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-11T15:50:39.040Z] ---> 616279423f81 [2021-01-11T15:50:39.040Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-11T15:50:39.638Z] ---> dbc7bfa45c26 [2021-01-11T15:50:39.638Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-11T15:50:39.910Z] ---> 9d10edfcbf24 [2021-01-11T15:50:39.910Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-11T15:50:40.541Z] Removing intermediate container 333f21f5c007 [2021-01-11T15:50:40.541Z] ---> 4f1dc44e6765 [2021-01-11T15:50:40.541Z] [2021-01-11T15:50:40.541Z] Step 10/22 : FROM scratch [2021-01-11T15:50:40.541Z] ---> [2021-01-11T15:50:40.541Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:50:40.816Z] ---> Using cache [2021-01-11T15:50:40.816Z] ---> 32d7c9c878d2 [2021-01-11T15:50:40.816Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-11T15:50:41.119Z] ---> Running in 06d266bc410a [2021-01-11T15:50:41.119Z] ---> 1be53fc2d66b [2021-01-11T15:50:41.119Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-11T15:50:41.119Z] ---> 87b6d467b89f [2021-01-11T15:50:41.119Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-11T15:50:41.412Z] ---> Running in 54570c93ff4e [2021-01-11T15:50:41.412Z] ---> Running in f37f0d99dc60 [2021-01-11T15:50:41.412Z] Removing intermediate container 06d266bc410a [2021-01-11T15:50:41.412Z] ---> 725242ee9ace [2021-01-11T15:50:41.412Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T15:50:41.683Z] ---> Running in 0e79d90e3ea6 [2021-01-11T15:50:41.683Z] Removing intermediate container 54570c93ff4e [2021-01-11T15:50:41.683Z] ---> bd7dce90723f [2021-01-11T15:50:41.683Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:50:41.957Z] ---> Running in e8c32a1094ef [2021-01-11T15:50:41.957Z] Removing intermediate container 0e79d90e3ea6 [2021-01-11T15:50:41.957Z] ---> 4c3acccc51ce [2021-01-11T15:50:41.957Z] Step 14/22 : WORKDIR / [2021-01-11T15:50:41.957Z] ---> Running in 562eebf7134c [2021-01-11T15:50:42.240Z] Removing intermediate container e8c32a1094ef [2021-01-11T15:50:42.240Z] ---> bfb2c12e3066 [2021-01-11T15:50:42.240Z] Step 20/22 : LABEL arch=x86_64 [2021-01-11T15:50:42.240Z] ---> Running in 4a538503abd8 [2021-01-11T15:50:42.514Z] Removing intermediate container 562eebf7134c [2021-01-11T15:50:42.514Z] ---> 07c8f06a774a [2021-01-11T15:50:42.514Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-11T15:50:43.943Z] Removing intermediate container 4a538503abd8 [2021-01-11T15:50:43.943Z] ---> 8f421b4607e9 [2021-01-11T15:50:43.943Z] Step 21/22 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:50:44.268Z] ---> b417cc932bb1 [2021-01-11T15:50:44.268Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-11T15:50:44.268Z] ---> Running in 38f2c0145567 [2021-01-11T15:50:44.542Z] Removing intermediate container 1f4b08e005e5 [2021-01-11T15:50:44.542Z] ---> 340e5f4606c5 [2021-01-11T15:50:44.542Z] [2021-01-11T15:50:44.542Z] Step 10/24 : FROM scratch [2021-01-11T15:50:44.542Z] ---> [2021-01-11T15:50:44.542Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-11T15:50:44.825Z] ---> Running in bdf38227e077 [2021-01-11T15:50:44.825Z] Removing intermediate container f37f0d99dc60 [2021-01-11T15:50:44.825Z] ---> 7890a00669ed [2021-01-11T15:50:44.825Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-11T15:50:44.825Z] Removing intermediate container 38f2c0145567 [2021-01-11T15:50:44.825Z] ---> f35e0475a98b [2021-01-11T15:50:44.825Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-11T15:50:45.108Z] ---> Running in 433a3e7747a6 [2021-01-11T15:50:45.108Z] ---> Running in 4dcd4fb79607 [2021-01-11T15:50:45.108Z] Removing intermediate container bdf38227e077 [2021-01-11T15:50:45.108Z] ---> 7a5a6f3a99ae [2021-01-11T15:50:45.108Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-11T15:50:45.415Z] ---> Running in 11e8855c24a0 [2021-01-11T15:50:45.415Z] ---> 1ca64e957278 [2021-01-11T15:50:45.415Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-11T15:50:45.415Z] Removing intermediate container 433a3e7747a6 [2021-01-11T15:50:45.415Z] ---> 478726e4b69f [2021-01-11T15:50:45.415Z] Step 20/22 : LABEL arch=x86_64 [2021-01-11T15:50:45.721Z] Removing intermediate container 4dcd4fb79607 [2021-01-11T15:50:45.721Z] ---> 2809859712e5 [2021-01-11T15:50:45.721Z] [2021-01-11T15:50:45.721Z] Removing intermediate container 11e8855c24a0 [2021-01-11T15:50:45.721Z] ---> 9a579a89bc8b [2021-01-11T15:50:45.721Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-11T15:50:45.721Z] ---> Running in 61c4e2f101e1 [2021-01-11T15:50:46.315Z] Successfully built 2809859712e5 [2021-01-11T15:50:46.315Z] ---> Running in 2538fb2340a4 [2021-01-11T15:50:46.315Z] Successfully tagged docker-core-command-go:latest [2021-01-11T15:50:46.612Z]  Building docker-core-command-go ... done  ---> 148f6a69ba44 [2021-01-11T15:50:46.612Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-11T15:50:46.612Z] Removing intermediate container 61c4e2f101e1 [2021-01-11T15:50:46.612Z] ---> c1c4451cb1da [2021-01-11T15:50:46.612Z] Step 21/22 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:50:46.612Z] ---> Running in 0e1afc6b52b9 [2021-01-11T15:50:46.612Z] ---> Running in dc5f4f695c16 [2021-01-11T15:50:47.004Z] Removing intermediate container 2538fb2340a4 [2021-01-11T15:50:47.004Z] ---> a71d1acf6f8c [2021-01-11T15:50:47.004Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-11T15:50:47.285Z] Removing intermediate container dc5f4f695c16 [2021-01-11T15:50:47.285Z] ---> 530c6336e14b [2021-01-11T15:50:47.285Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:50:47.285Z] Removing intermediate container 0e1afc6b52b9 [2021-01-11T15:50:47.285Z] ---> 346137a348ee [2021-01-11T15:50:47.285Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-11T15:50:47.285Z] ---> de4339329e09 [2021-01-11T15:50:47.553Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-11T15:50:47.553Z] ---> Running in 98fa41907678 [2021-01-11T15:50:47.553Z] ---> Running in 3b8db8a17e62 [2021-01-11T15:50:47.847Z] Removing intermediate container 3b8db8a17e62 [2021-01-11T15:50:47.847Z] ---> 2e775e7bc378 [2021-01-11T15:50:47.847Z] [2021-01-11T15:50:47.847Z] Removing intermediate container 98fa41907678 [2021-01-11T15:50:47.847Z] ---> aae26cbcc3ba [2021-01-11T15:50:47.847Z] Step 20/22 : LABEL arch=x86_64 [2021-01-11T15:50:48.126Z] ---> Running in 3b83b55c268f [2021-01-11T15:50:48.722Z] Successfully built 2e775e7bc378 [2021-01-11T15:50:48.722Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-11T15:50:49.006Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3b83b55c268f [2021-01-11T15:50:49.006Z] ---> 790419d4f6f4 [2021-01-11T15:50:49.006Z] Step 21/22 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:50:49.006Z] ---> 763ba53a6373 [2021-01-11T15:50:49.006Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-11T15:50:49.006Z] ---> Running in 31a0e8bc2a15 [2021-01-11T15:50:49.648Z] Removing intermediate container 31a0e8bc2a15 [2021-01-11T15:50:49.648Z] ---> 21d5db324a60 [2021-01-11T15:50:49.648Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-11T15:50:49.648Z] ---> Running in 34e3c2befb66 [2021-01-11T15:50:49.648Z] ---> fb598fde9ee2 [2021-01-11T15:50:49.648Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-11T15:50:49.921Z] Removing intermediate container 34e3c2befb66 [2021-01-11T15:50:49.921Z] ---> e322fe975955 [2021-01-11T15:50:49.921Z] [2021-01-11T15:50:50.261Z] Successfully built e322fe975955 [2021-01-11T15:50:50.261Z] Successfully tagged docker-core-metadata-go:latest [2021-01-11T15:50:50.261Z]  Building docker-core-metadata-go ... done  ---> aa61f9d20e11 [2021-01-11T15:50:50.261Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-11T15:50:51.412Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 65eff403450e [2021-01-11T15:50:51.412Z] ---> 1480c4f1b10b [2021-01-11T15:50:51.412Z] [2021-01-11T15:50:51.412Z] Step 10/22 : FROM alpine:3.12 [2021-01-11T15:50:51.412Z] ---> afeebe901d6b [2021-01-11T15:50:51.412Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T15:50:51.412Z] ---> Using cache [2021-01-11T15:50:51.412Z] ---> 17494ab75c16 [2021-01-11T15:50:51.412Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-11T15:50:51.412Z] ---> Running in 397827c94277 [2021-01-11T15:50:51.412Z] Removing intermediate container 397827c94277 [2021-01-11T15:50:51.412Z] ---> ee5761b87e9c [2021-01-11T15:50:51.412Z] Step 13/22 : WORKDIR / [2021-01-11T15:50:51.412Z] ---> Running in 465ae670a840 [2021-01-11T15:50:51.412Z] Removing intermediate container 465ae670a840 [2021-01-11T15:50:51.412Z] ---> a83f18ee8738 [2021-01-11T15:50:51.412Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-11T15:50:51.511Z] ---> 327ad4eb0eb2 [2021-01-11T15:50:51.511Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-11T15:50:51.688Z] ---> 974fbf4cd8b9 [2021-01-11T15:50:51.688Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-11T15:50:52.196Z] ---> 45141a1f0484 [2021-01-11T15:50:52.196Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-11T15:50:52.196Z] ---> Running in 5c27ecf78777 [2021-01-11T15:50:52.461Z] Removing intermediate container 5c27ecf78777 [2021-01-11T15:50:52.461Z] ---> 469cdace9ec8 [2021-01-11T15:50:52.461Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:50:52.461Z] ---> Running in f2a4f22e01c3 [2021-01-11T15:50:52.729Z] Removing intermediate container f2a4f22e01c3 [2021-01-11T15:50:52.729Z] ---> df04eae9fa03 [2021-01-11T15:50:52.729Z] Step 22/24 : LABEL arch=x86_64 [2021-01-11T15:50:52.729Z] ---> Running in 185a91f79da6 [2021-01-11T15:50:53.009Z] Removing intermediate container 185a91f79da6 [2021-01-11T15:50:53.009Z] ---> 366250789c6a [2021-01-11T15:50:53.009Z] Step 23/24 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:50:53.009Z] ---> Running in db9484aedd1e [2021-01-11T15:50:53.275Z] Removing intermediate container db9484aedd1e [2021-01-11T15:50:53.275Z] ---> 70282826b332 [2021-01-11T15:50:53.275Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-11T15:50:53.539Z] ---> Running in 1e1bb80b1fce [2021-01-11T15:50:53.539Z] Removing intermediate container 1e1bb80b1fce [2021-01-11T15:50:53.539Z] ---> 483223a21319 [2021-01-11T15:50:53.539Z] [2021-01-11T15:50:53.692Z] ---> 9d4fa1fa1f42 [2021-01-11T15:50:53.692Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-11T15:50:53.805Z] Successfully built 483223a21319 [2021-01-11T15:50:53.805Z] Successfully tagged docker-support-notifications-go:latest [2021-01-11T15:50:54.093Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-11T15:50:54.103Z] $ docker stop --time=1 79db8daf7b3566122424c19a07cde98bb57b69bd57eb36bb7a7615e659083c21 [2021-01-11T15:50:54.703Z] ---> b6765eda2dcc [2021-01-11T15:50:54.703Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-11T15:50:55.704Z] ---> ff97be45facd [2021-01-11T15:50:55.704Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-11T15:50:55.990Z] ---> Running in 956b5f1e245d [2021-01-11T15:50:56.529Z] $ docker rm -f 79db8daf7b3566122424c19a07cde98bb57b69bd57eb36bb7a7615e659083c21 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T15:50:57.580Z] + docker images [2021-01-11T15:50:57.580Z] + grep docker [2021-01-11T15:50:57.859Z] docker-support-notifications-go latest 483223a21319 4 seconds ago 12MB [2021-01-11T15:50:57.859Z] docker-core-metadata-go latest e322fe975955 8 seconds ago 13MB [2021-01-11T15:50:57.859Z] docker-security-bootstrap-redis-go latest 2e775e7bc378 10 seconds ago 15.8MB [2021-01-11T15:50:57.859Z] docker-core-command-go latest 2809859712e5 12 seconds ago 10.6MB [2021-01-11T15:50:57.859Z] docker-sys-mgmt-agent-go latest ce8ac7341b10 30 seconds ago 313MB [2021-01-11T15:50:57.859Z] docker-core-data-go latest ec489fcf389e 2 minutes ago 22.3MB [2021-01-11T15:50:57.859Z] docker-security-secretstore-setup-go latest eb4278688b97 2 minutes ago 24.6MB [2021-01-11T15:50:57.859Z] docker-security-proxy-setup-go latest 73242ef9ac07 2 minutes ago 24.5MB [2021-01-11T15:50:57.859Z] docker-support-scheduler-go latest 2639c5c4962c 3 minutes ago 10.7MB [2021-01-11T15:50:57.859Z] docker 20.10.0 aefe523efa57 4 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-11T15:50:58.365Z] provisioning config files... [2021-01-11T15:50:58.700Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/283@tmp/config1522675063231367419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:50:59.192Z] ---> docker-login.sh [2021-01-11T15:50:59.192Z] nexus3.edgexfoundry.org:10001 [2021-01-11T15:50:59.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:50:59.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:50:59.463Z] Configure a credential helper to remove this warning. See [2021-01-11T15:50:59.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:50:59.463Z] [2021-01-11T15:50:59.463Z] Login Succeeded [2021-01-11T15:50:59.463Z] nexus3.edgexfoundry.org:10002 [2021-01-11T15:50:59.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:50:59.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:50:59.734Z] Configure a credential helper to remove this warning. See [2021-01-11T15:50:59.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:50:59.734Z] [2021-01-11T15:50:59.734Z] Login Succeeded [2021-01-11T15:50:59.734Z] nexus3.edgexfoundry.org:10003 [2021-01-11T15:51:00.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:51:00.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:51:00.266Z] Configure a credential helper to remove this warning. See [2021-01-11T15:51:00.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:51:00.266Z] [2021-01-11T15:51:00.266Z] Login Succeeded [2021-01-11T15:51:00.266Z] nexus3.edgexfoundry.org:10004 [2021-01-11T15:51:00.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:51:00.365Z] Removing intermediate container 1c32c78dca1e [2021-01-11T15:51:00.365Z] ---> b844968f6f72 [2021-01-11T15:51:00.365Z] [2021-01-11T15:51:00.365Z] Step 10/21 : FROM scratch [2021-01-11T15:51:00.365Z] ---> [2021-01-11T15:51:00.365Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:51:00.365Z] ---> Using cache [2021-01-11T15:51:00.365Z] ---> 346dad26e5bc [2021-01-11T15:51:00.365Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-11T15:51:00.365Z] ---> Running in f7c0264dd44b [2021-01-11T15:51:00.365Z] Removing intermediate container 956b5f1e245d [2021-01-11T15:51:00.365Z] ---> 7dcb3a682803 [2021-01-11T15:51:00.365Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-11T15:51:00.365Z] ---> Running in 34b31fa9e93a [2021-01-11T15:51:00.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:51:00.534Z] Configure a credential helper to remove this warning. See [2021-01-11T15:51:00.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:51:00.534Z] [2021-01-11T15:51:00.534Z] Login Succeeded [2021-01-11T15:51:00.534Z] docker.io [2021-01-11T15:51:00.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:51:00.982Z] Removing intermediate container f7c0264dd44b [2021-01-11T15:51:00.982Z] ---> 6a38bb19ebee [2021-01-11T15:51:00.982Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-11T15:51:01.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:51:01.062Z] Configure a credential helper to remove this warning. See [2021-01-11T15:51:01.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:51:01.062Z] [2021-01-11T15:51:01.062Z] Login Succeeded [2021-01-11T15:51:01.062Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T15:51:01.074Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-11T15:51:01.269Z] ---> Running in ef6eebd06368 [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:51:01.356Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-11T15:51:01.356Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:01.356Z] 2.0.0-dev.33 [2021-01-11T15:51:01.356Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:01.356Z] master [2021-01-11T15:51:01.356Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-11T15:51:01.557Z] Removing intermediate container 34b31fa9e93a [2021-01-11T15:51:01.557Z] ---> 3bf954d9e91c [2021-01-11T15:51:01.557Z] Step 20/22 : LABEL arch=arm64 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:01.842Z] ---> Running in 9579285318d8 [2021-01-11T15:51:01.842Z] Removing intermediate container ef6eebd06368 [2021-01-11T15:51:01.842Z] ---> 6be8388a370a [2021-01-11T15:51:01.842Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-11T15:51:01.980Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:02.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:02.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-11T15:51:02.640Z] 4ef75fc0f50b: Preparing [2021-01-11T15:51:02.640Z] d887e2159d0b: Preparing [2021-01-11T15:51:02.640Z] ec6017cca75d: Preparing [2021-01-11T15:51:02.859Z] Removing intermediate container 9579285318d8 [2021-01-11T15:51:02.859Z] ---> 7433bb124176 [2021-01-11T15:51:02.859Z] Step 21/22 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:02.909Z] ec6017cca75d: Pushed [2021-01-11T15:51:02.909Z] 4ef75fc0f50b: Pushed [2021-01-11T15:51:03.147Z] ---> Running in 2aed32a50c52 [2021-01-11T15:51:03.147Z] ---> 678c4b124fb1 [2021-01-11T15:51:03.147Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-11T15:51:03.760Z] Removing intermediate container 2aed32a50c52 [2021-01-11T15:51:03.760Z] ---> e5e7f3460f4d [2021-01-11T15:51:03.760Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-11T15:51:04.320Z] d887e2159d0b: Pushed [2021-01-11T15:51:04.388Z] ---> Running in d618e722ee6a [2021-01-11T15:51:04.598Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:538716405a2de17e140f50b919ad4cc25dcedcdf08e648f295510a1c54ef0166 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:04.947Z] + 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-11T15:51:05.002Z] ---> 2f08667c31b0 [2021-01-11T15:51:05.002Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-11T15:51:05.278Z] Removing intermediate container d618e722ee6a [2021-01-11T15:51:05.278Z] ---> 781db02ef986 [2021-01-11T15:51:05.278Z] [2021-01-11T15:51:05.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-11T15:51:05.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-11T15:51:05.330Z] 4ef75fc0f50b: Preparing [2021-01-11T15:51:05.330Z] d887e2159d0b: Preparing [2021-01-11T15:51:05.330Z] ec6017cca75d: Preparing [2021-01-11T15:51:05.594Z] d887e2159d0b: Layer already exists [2021-01-11T15:51:05.594Z] ec6017cca75d: Layer already exists [2021-01-11T15:51:05.594Z] 4ef75fc0f50b: Layer already exists [2021-01-11T15:51:05.594Z] 2.0.0-dev.33: digest: sha256:538716405a2de17e140f50b919ad4cc25dcedcdf08e648f295510a1c54ef0166 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:05.888Z] Successfully built 781db02ef986 [2021-01-11T15:51:05.888Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-11T15:51:05.936Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:06.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:06.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-11T15:51:06.268Z] 4ef75fc0f50b: Preparing [2021-01-11T15:51:06.268Z] d887e2159d0b: Preparing [2021-01-11T15:51:06.268Z] ec6017cca75d: Preparing [2021-01-11T15:51:06.268Z] d887e2159d0b: Layer already exists [2021-01-11T15:51:06.268Z] 4ef75fc0f50b: Layer already exists [2021-01-11T15:51:06.268Z] ec6017cca75d: Layer already exists [2021-01-11T15:51:06.512Z]  Building docker-security-bootstrap-redis-go ... done  ---> cb550480145c [2021-01-11T15:51:06.512Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-11T15:51:06.531Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:538716405a2de17e140f50b919ad4cc25dcedcdf08e648f295510a1c54ef0166 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:06.789Z] ---> Running in c02995e52e5a [2021-01-11T15:51:06.853Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:07.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-11T15:51:07.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-11T15:51:07.201Z] 4ef75fc0f50b: Preparing [2021-01-11T15:51:07.201Z] d887e2159d0b: Preparing [2021-01-11T15:51:07.201Z] ec6017cca75d: Preparing [2021-01-11T15:51:07.201Z] 4ef75fc0f50b: Layer already exists [2021-01-11T15:51:07.201Z] ec6017cca75d: Layer already exists [2021-01-11T15:51:07.201Z] d887e2159d0b: Layer already exists [2021-01-11T15:51:07.469Z] master: digest: sha256:538716405a2de17e140f50b919ad4cc25dcedcdf08e648f295510a1c54ef0166 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:51:07.695Z] ===================================================== [Pipeline] echo [2021-01-11T15:51:07.740Z] taggedImages: [2021-01-11T15:51:07.740Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:07.740Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-11T15:51:07.740Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:07.740Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-11T15:51:07.795Z] Removing intermediate container c02995e52e5a [2021-01-11T15:51:07.795Z] ---> 8befaf78aa70 [2021-01-11T15:51:07.795Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:51:07.795Z] ---> Running in 2e0477c7db88 [Pipeline] echo [2021-01-11T15:51:07.808Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-11T15:51:07.808Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:07.808Z] 2.0.0-dev.33 [2021-01-11T15:51:07.808Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:07.808Z] master [2021-01-11T15:51:07.808Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:08.292Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:08.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:08.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-11T15:51:08.627Z] f3628093bee2: Preparing [2021-01-11T15:51:08.627Z] 88dc25e395c1: Preparing [2021-01-11T15:51:08.627Z] 9d5e14f4b659: Preparing [2021-01-11T15:51:08.627Z] 0e73c5cf818f: Preparing [2021-01-11T15:51:08.627Z] 5850cbb0c846: Preparing [2021-01-11T15:51:08.627Z] 777b2c648970: Preparing [2021-01-11T15:51:08.627Z] 777b2c648970: Waiting [2021-01-11T15:51:08.790Z] Removing intermediate container 2e0477c7db88 [2021-01-11T15:51:08.790Z] ---> b43fd2ea449d [2021-01-11T15:51:08.790Z] Step 19/21 : LABEL arch=arm64 [2021-01-11T15:51:08.897Z] 9d5e14f4b659: Pushed [2021-01-11T15:51:08.897Z] f3628093bee2: Pushed [2021-01-11T15:51:08.897Z] 5850cbb0c846: Pushed [2021-01-11T15:51:08.897Z] 777b2c648970: Layer already exists [2021-01-11T15:51:09.099Z] ---> Running in 856ad796c48a [2021-01-11T15:51:09.200Z] 0e73c5cf818f: Pushed [2021-01-11T15:51:10.096Z] Removing intermediate container 856ad796c48a [2021-01-11T15:51:10.096Z] ---> 81f40af317b8 [2021-01-11T15:51:10.096Z] Step 20/21 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:10.371Z] ---> Running in 27332a9be846 [2021-01-11T15:51:10.626Z] 88dc25e395c1: Pushed [2021-01-11T15:51:10.626Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:3e0fd220b25c9be41a6914e7b71fb9c15cf093bc8850b839ac8b1534a3403463 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:10.651Z] Removing intermediate container 30a368f353d2 [2021-01-11T15:51:10.651Z] ---> 1ef73d6fa00c [2021-01-11T15:51:10.651Z] [2021-01-11T15:51:10.651Z] Step 10/22 : FROM scratch [2021-01-11T15:51:10.651Z] ---> [2021-01-11T15:51:10.651Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:51:10.929Z] ---> Using cache [2021-01-11T15:51:10.929Z] ---> 346dad26e5bc [2021-01-11T15:51:10.929Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-11T15:51:10.929Z] ---> Running in 31e3a8801d6a [2021-01-11T15:51:10.929Z] Removing intermediate container 27332a9be846 [2021-01-11T15:51:10.929Z] ---> 178b43f382c7 [2021-01-11T15:51:10.929Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-11T15:51:10.965Z] + 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-11T15:51:11.204Z] ---> Running in 765bd0640655 [2021-01-11T15:51:11.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-11T15:51:11.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-11T15:51:11.293Z] f3628093bee2: Preparing [2021-01-11T15:51:11.293Z] 88dc25e395c1: Preparing [2021-01-11T15:51:11.293Z] 9d5e14f4b659: Preparing [2021-01-11T15:51:11.293Z] 0e73c5cf818f: Preparing [2021-01-11T15:51:11.293Z] 5850cbb0c846: Preparing [2021-01-11T15:51:11.293Z] 777b2c648970: Preparing [2021-01-11T15:51:11.293Z] 777b2c648970: Waiting [2021-01-11T15:51:11.293Z] 5850cbb0c846: Layer already exists [2021-01-11T15:51:11.293Z] 9d5e14f4b659: Layer already exists [2021-01-11T15:51:11.293Z] 0e73c5cf818f: Layer already exists [2021-01-11T15:51:11.293Z] f3628093bee2: Layer already exists [2021-01-11T15:51:11.293Z] 88dc25e395c1: Layer already exists [2021-01-11T15:51:11.293Z] 777b2c648970: Layer already exists [2021-01-11T15:51:11.478Z] Removing intermediate container 31e3a8801d6a [2021-01-11T15:51:11.478Z] ---> e3a72832ca8d [2021-01-11T15:51:11.478Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T15:51:11.559Z] 2.0.0-dev.33: digest: sha256:3e0fd220b25c9be41a6914e7b71fb9c15cf093bc8850b839ac8b1534a3403463 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:11.768Z] ---> Running in 537c29daf9ea [2021-01-11T15:51:11.768Z] Removing intermediate container 765bd0640655 [2021-01-11T15:51:11.768Z] ---> a58eb0a3e69b [2021-01-11T15:51:11.768Z] [2021-01-11T15:51:11.885Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:12.056Z] Successfully built a58eb0a3e69b [2021-01-11T15:51:12.056Z] Removing intermediate container 537c29daf9ea [2021-01-11T15:51:12.056Z] ---> ee3c26d2dc44 [2021-01-11T15:51:12.056Z] Step 14/22 : WORKDIR / [2021-01-11T15:51:12.056Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-11T15:51:12.219Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:12.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-11T15:51:12.219Z] f3628093bee2: Preparing [2021-01-11T15:51:12.219Z] 88dc25e395c1: Preparing [2021-01-11T15:51:12.219Z] 9d5e14f4b659: Preparing [2021-01-11T15:51:12.219Z] 0e73c5cf818f: Preparing [2021-01-11T15:51:12.219Z] 5850cbb0c846: Preparing [2021-01-11T15:51:12.219Z] 777b2c648970: Preparing [2021-01-11T15:51:12.219Z] 777b2c648970: Waiting [2021-01-11T15:51:12.329Z]  Building docker-support-scheduler-go ... done  ---> Running in 275b3a92f400 [2021-01-11T15:51:12.485Z] 9d5e14f4b659: Layer already exists [2021-01-11T15:51:12.485Z] 88dc25e395c1: Layer already exists [2021-01-11T15:51:12.485Z] 5850cbb0c846: Layer already exists [2021-01-11T15:51:12.485Z] f3628093bee2: Layer already exists [2021-01-11T15:51:12.485Z] 0e73c5cf818f: Layer already exists [2021-01-11T15:51:12.485Z] 777b2c648970: Layer already exists [2021-01-11T15:51:12.485Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:3e0fd220b25c9be41a6914e7b71fb9c15cf093bc8850b839ac8b1534a3403463 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:12.844Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:12.933Z] Removing intermediate container 275b3a92f400 [2021-01-11T15:51:12.933Z] ---> 41395bae4bc9 [2021-01-11T15:51:12.933Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-11T15:51:13.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-11T15:51:13.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-11T15:51:13.169Z] f3628093bee2: Preparing [2021-01-11T15:51:13.169Z] 88dc25e395c1: Preparing [2021-01-11T15:51:13.169Z] 9d5e14f4b659: Preparing [2021-01-11T15:51:13.169Z] 0e73c5cf818f: Preparing [2021-01-11T15:51:13.169Z] 5850cbb0c846: Preparing [2021-01-11T15:51:13.169Z] 777b2c648970: Preparing [2021-01-11T15:51:13.169Z] 777b2c648970: Waiting [2021-01-11T15:51:13.169Z] 5850cbb0c846: Layer already exists [2021-01-11T15:51:13.169Z] f3628093bee2: Layer already exists [2021-01-11T15:51:13.169Z] 9d5e14f4b659: Layer already exists [2021-01-11T15:51:13.169Z] 88dc25e395c1: Layer already exists [2021-01-11T15:51:13.169Z] 0e73c5cf818f: Layer already exists [2021-01-11T15:51:13.169Z] 777b2c648970: Layer already exists [2021-01-11T15:51:13.434Z] master: digest: sha256:3e0fd220b25c9be41a6914e7b71fb9c15cf093bc8850b839ac8b1534a3403463 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:51:13.609Z] ===================================================== [Pipeline] echo [2021-01-11T15:51:13.652Z] taggedImages: [2021-01-11T15:51:13.652Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:13.652Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-11T15:51:13.652Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:13.652Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-11T15:51:13.713Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-11T15:51:13.713Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:13.713Z] 2.0.0-dev.33 [2021-01-11T15:51:13.713Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:13.713Z] master [2021-01-11T15:51:13.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:13.916Z] ---> 3a7d86144481 [2021-01-11T15:51:13.916Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-11T15:51:14.238Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:14.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:14.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-11T15:51:14.852Z] d304fd1d015c: Preparing [2021-01-11T15:51:14.852Z] 017b6776cf1b: Preparing [2021-01-11T15:51:14.852Z] ae0a63f31669: Preparing [2021-01-11T15:51:15.122Z] d304fd1d015c: Pushed [2021-01-11T15:51:15.122Z] ae0a63f31669: Pushed [2021-01-11T15:51:15.378Z] ---> 28cf73a13c11 [2021-01-11T15:51:15.378Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-11T15:51:15.974Z] ---> bd11c37d8eeb [2021-01-11T15:51:15.974Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-11T15:51:16.246Z] ---> Running in 0b1d64d10400 [2021-01-11T15:51:16.531Z] Removing intermediate container 0b1d64d10400 [2021-01-11T15:51:16.531Z] ---> 651a2e9f3210 [2021-01-11T15:51:16.531Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:51:16.570Z] 017b6776cf1b: Pushed [2021-01-11T15:51:16.807Z] ---> Running in 392d80c8023b [2021-01-11T15:51:16.833Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:cf9f8f37f907e9fc228c0c1ff5a326fad124a817b1f2e2a98640012120e28068 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:17.173Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-11T15:51:17.405Z] Removing intermediate container 392d80c8023b [2021-01-11T15:51:17.406Z] ---> 4c2b29bc2b89 [2021-01-11T15:51:17.406Z] Step 20/22 : LABEL arch=arm64 [2021-01-11T15:51:17.406Z] ---> Running in 0f4aadb616ca [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:17.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-11T15:51:17.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-11T15:51:17.751Z] d304fd1d015c: Preparing [2021-01-11T15:51:17.751Z] 017b6776cf1b: Preparing [2021-01-11T15:51:17.751Z] ae0a63f31669: Preparing [2021-01-11T15:51:17.751Z] ae0a63f31669: Layer already exists [2021-01-11T15:51:17.751Z] d304fd1d015c: Layer already exists [2021-01-11T15:51:17.751Z] 017b6776cf1b: Layer already exists [2021-01-11T15:51:17.751Z] 2.0.0-dev.33: digest: sha256:cf9f8f37f907e9fc228c0c1ff5a326fad124a817b1f2e2a98640012120e28068 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:18.009Z] Removing intermediate container 0f4aadb616ca [2021-01-11T15:51:18.009Z] ---> 7d914f04ced2 [2021-01-11T15:51:18.009Z] Step 21/22 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:18.009Z] ---> Running in b382f62c48aa [2021-01-11T15:51:18.068Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:18.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:18.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-11T15:51:18.387Z] d304fd1d015c: Preparing [2021-01-11T15:51:18.387Z] 017b6776cf1b: Preparing [2021-01-11T15:51:18.387Z] ae0a63f31669: Preparing [2021-01-11T15:51:18.387Z] 017b6776cf1b: Layer already exists [2021-01-11T15:51:18.387Z] ae0a63f31669: Layer already exists [2021-01-11T15:51:18.387Z] d304fd1d015c: Layer already exists [2021-01-11T15:51:18.387Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:cf9f8f37f907e9fc228c0c1ff5a326fad124a817b1f2e2a98640012120e28068 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:18.614Z] Removing intermediate container b382f62c48aa [2021-01-11T15:51:18.614Z] ---> 5333e2757e7b [2021-01-11T15:51:18.614Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-11T15:51:18.614Z] ---> Running in 0ec77f629896 [2021-01-11T15:51:18.706Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:19.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-11T15:51:19.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-11T15:51:19.021Z] d304fd1d015c: Preparing [2021-01-11T15:51:19.021Z] 017b6776cf1b: Preparing [2021-01-11T15:51:19.021Z] ae0a63f31669: Preparing [2021-01-11T15:51:19.021Z] d304fd1d015c: Layer already exists [2021-01-11T15:51:19.021Z] 017b6776cf1b: Layer already exists [2021-01-11T15:51:19.021Z] ae0a63f31669: Layer already exists [2021-01-11T15:51:19.216Z] Removing intermediate container 0ec77f629896 [2021-01-11T15:51:19.216Z] ---> 65fa6a3d4516 [2021-01-11T15:51:19.216Z] [2021-01-11T15:51:19.285Z] master: digest: sha256:cf9f8f37f907e9fc228c0c1ff5a326fad124a817b1f2e2a98640012120e28068 size: 943 [Pipeline] } [2021-01-11T15:51:19.490Z] Successfully built 65fa6a3d4516 [2021-01-11T15:51:19.490Z] Successfully tagged docker-core-metadata-go-arm64:latest [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:51:19.634Z] ===================================================== [Pipeline] echo [2021-01-11T15:51:19.680Z] taggedImages: [2021-01-11T15:51:19.680Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:19.680Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-11T15:51:19.680Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:19.680Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-11T15:51:19.744Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-11T15:51:19.744Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:19.744Z] 2.0.0-dev.33 [2021-01-11T15:51:19.744Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:19.744Z] master [2021-01-11T15:51:19.744Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:20.595Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:20.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:21.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-11T15:51:21.218Z] b21b0ad3c3e6: Preparing [2021-01-11T15:51:21.218Z] a76e8be0b8e1: Preparing [2021-01-11T15:51:21.218Z] 50ac547990ad: Preparing [2021-01-11T15:51:21.218Z] 1238205486e9: Preparing [2021-01-11T15:51:21.218Z] a15cc96c2aae: Preparing [2021-01-11T15:51:21.218Z] 66eefa880119: Preparing [2021-01-11T15:51:21.218Z] 777b2c648970: Preparing [2021-01-11T15:51:21.218Z] 66eefa880119: Waiting [2021-01-11T15:51:21.218Z] 777b2c648970: Waiting [2021-01-11T15:51:21.486Z] b21b0ad3c3e6: Pushed [2021-01-11T15:51:21.486Z] 50ac547990ad: Pushed [2021-01-11T15:51:21.486Z] a76e8be0b8e1: Pushed [2021-01-11T15:51:21.486Z] a15cc96c2aae: Pushed [2021-01-11T15:51:21.486Z] 777b2c648970: Layer already exists [2021-01-11T15:51:22.115Z]  Building docker-core-metadata-go ... done Removing intermediate container f320aca8bfa0 [2021-01-11T15:51:22.115Z] ---> 328d990c40ee [2021-01-11T15:51:22.115Z] [2021-01-11T15:51:22.115Z] Step 10/23 : FROM alpine:3.12 [2021-01-11T15:51:22.115Z] ---> afeebe901d6b [2021-01-11T15:51:22.115Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:51:22.115Z] ---> Running in e180b16bb9d9 [2021-01-11T15:51:22.389Z] Removing intermediate container e180b16bb9d9 [2021-01-11T15:51:22.389Z] ---> 57745bcc050b [2021-01-11T15:51:22.389Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-11T15:51:22.485Z] 66eefa880119: Pushed [2021-01-11T15:51:22.664Z] ---> Running in 35d3bcab0d70 [2021-01-11T15:51:22.763Z] 1238205486e9: Pushed [2021-01-11T15:51:23.027Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:f6c1704b5d443b13bc9fc2ff80c6c534cd21fb26bc6b433146e2ebf8a0b2f829 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:23.260Z] Removing intermediate container 35d3bcab0d70 [2021-01-11T15:51:23.260Z] ---> eeaadf432c12 [2021-01-11T15:51:23.260Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-11T15:51:23.260Z] ---> Running in a3536b66dbab [2021-01-11T15:51:23.351Z] + 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-11T15:51:23.537Z] Removing intermediate container a3536b66dbab [2021-01-11T15:51:23.537Z] ---> 0a47f8eea8ee [2021-01-11T15:51:23.537Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:51:23.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-11T15:51:23.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-11T15:51:23.676Z] b21b0ad3c3e6: Preparing [2021-01-11T15:51:23.676Z] a76e8be0b8e1: Preparing [2021-01-11T15:51:23.676Z] 50ac547990ad: Preparing [2021-01-11T15:51:23.676Z] 1238205486e9: Preparing [2021-01-11T15:51:23.676Z] a15cc96c2aae: Preparing [2021-01-11T15:51:23.676Z] 66eefa880119: Preparing [2021-01-11T15:51:23.676Z] 777b2c648970: Preparing [2021-01-11T15:51:23.676Z] 66eefa880119: Waiting [2021-01-11T15:51:23.676Z] 777b2c648970: Waiting [2021-01-11T15:51:23.676Z] a15cc96c2aae: Layer already exists [2021-01-11T15:51:23.676Z] a76e8be0b8e1: Layer already exists [2021-01-11T15:51:23.676Z] 50ac547990ad: Layer already exists [2021-01-11T15:51:23.676Z] 1238205486e9: Layer already exists [2021-01-11T15:51:23.676Z] b21b0ad3c3e6: Layer already exists [2021-01-11T15:51:23.676Z] 777b2c648970: Layer already exists [2021-01-11T15:51:23.676Z] 66eefa880119: Layer already exists [2021-01-11T15:51:23.818Z] ---> Running in 71989a043c73 [2021-01-11T15:51:23.949Z] 2.0.0-dev.33: digest: sha256:f6c1704b5d443b13bc9fc2ff80c6c534cd21fb26bc6b433146e2ebf8a0b2f829 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:24.346Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:24.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:25.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-11T15:51:25.034Z] b21b0ad3c3e6: Preparing [2021-01-11T15:51:25.034Z] a76e8be0b8e1: Preparing [2021-01-11T15:51:25.034Z] 50ac547990ad: Preparing [2021-01-11T15:51:25.034Z] 1238205486e9: Preparing [2021-01-11T15:51:25.034Z] a15cc96c2aae: Preparing [2021-01-11T15:51:25.034Z] 66eefa880119: Preparing [2021-01-11T15:51:25.034Z] 777b2c648970: Preparing [2021-01-11T15:51:25.034Z] 66eefa880119: Waiting [2021-01-11T15:51:25.034Z] 777b2c648970: Waiting [2021-01-11T15:51:25.034Z] a76e8be0b8e1: Layer already exists [2021-01-11T15:51:25.034Z] b21b0ad3c3e6: Layer already exists [2021-01-11T15:51:25.034Z] 1238205486e9: Layer already exists [2021-01-11T15:51:25.034Z] 50ac547990ad: Layer already exists [2021-01-11T15:51:25.034Z] a15cc96c2aae: Layer already exists [2021-01-11T15:51:25.034Z] 66eefa880119: Layer already exists [2021-01-11T15:51:25.034Z] 777b2c648970: Layer already exists [2021-01-11T15:51:25.034Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:f6c1704b5d443b13bc9fc2ff80c6c534cd21fb26bc6b433146e2ebf8a0b2f829 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:25.421Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:25.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-11T15:51:25.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-11T15:51:25.754Z] b21b0ad3c3e6: Preparing [2021-01-11T15:51:25.754Z] a76e8be0b8e1: Preparing [2021-01-11T15:51:25.754Z] 50ac547990ad: Preparing [2021-01-11T15:51:25.754Z] 1238205486e9: Preparing [2021-01-11T15:51:25.754Z] a15cc96c2aae: Preparing [2021-01-11T15:51:25.754Z] 66eefa880119: Preparing [2021-01-11T15:51:25.754Z] 777b2c648970: Preparing [2021-01-11T15:51:25.754Z] 66eefa880119: Waiting [2021-01-11T15:51:25.755Z] 777b2c648970: Waiting [2021-01-11T15:51:25.755Z] a76e8be0b8e1: Layer already exists [2021-01-11T15:51:25.755Z] 50ac547990ad: Layer already exists [2021-01-11T15:51:26.031Z] 1238205486e9: Layer already exists [2021-01-11T15:51:26.031Z] b21b0ad3c3e6: Layer already exists [2021-01-11T15:51:26.031Z] a15cc96c2aae: Layer already exists [2021-01-11T15:51:26.031Z] 66eefa880119: Layer already exists [2021-01-11T15:51:26.031Z] 777b2c648970: Layer already exists [2021-01-11T15:51:26.031Z] master: digest: sha256:f6c1704b5d443b13bc9fc2ff80c6c534cd21fb26bc6b433146e2ebf8a0b2f829 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:51:26.228Z] ===================================================== [Pipeline] echo [2021-01-11T15:51:26.275Z] taggedImages: [2021-01-11T15:51:26.275Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:26.275Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-11T15:51:26.275Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:26.275Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-11T15:51:26.336Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-11T15:51:26.336Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:26.336Z] 2.0.0-dev.33 [2021-01-11T15:51:26.336Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:26.336Z] master [2021-01-11T15:51:26.336Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-11T15:51:26.491Z] Removing intermediate container 71989a043c73 [2021-01-11T15:51:26.491Z] ---> e0c7ee48c525 [2021-01-11T15:51:26.491Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-11T15:51:26.491Z] ---> Running in 1c164df197c3 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:26.849Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:27.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:51:27.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:27.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-11T15:51:27.520Z] 1f43b618ab24: Preparing [2021-01-11T15:51:27.520Z] afe7926f359f: Preparing [2021-01-11T15:51:27.520Z] f9ce657bef76: Preparing [2021-01-11T15:51:27.520Z] 0c9d0d690d92: Preparing [2021-01-11T15:51:27.520Z] f40f8607e71a: Preparing [2021-01-11T15:51:27.520Z] 777b2c648970: Preparing [2021-01-11T15:51:27.520Z] 777b2c648970: Waiting [2021-01-11T15:51:27.819Z] 0c9d0d690d92: Pushed [2021-01-11T15:51:28.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:51:28.112Z] f9ce657bef76: Pushed [2021-01-11T15:51:28.112Z] 777b2c648970: Layer already exists [2021-01-11T15:51:28.743Z] f40f8607e71a: Pushed [2021-01-11T15:51:29.009Z] 1f43b618ab24: Pushed [2021-01-11T15:51:29.069Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-11T15:51:29.069Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-11T15:51:29.305Z] afe7926f359f: Pushed [2021-01-11T15:51:29.305Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:2893c5b88a66d450904f2625e2f5d6483598686a792840c9c0c24661c8f03212 size: 1574 [2021-01-11T15:51:29.339Z] (3/5) Installing libstdc++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:29.609Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-11T15:51:29.726Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-11T15:51:29.882Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-11T15:51:29.883Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:51:29.883Z] OK: 8 MiB in 19 packages [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:30.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-11T15:51:30.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-11T15:51:30.498Z] 1f43b618ab24: Preparing [2021-01-11T15:51:30.498Z] afe7926f359f: Preparing [2021-01-11T15:51:30.498Z] f9ce657bef76: Preparing [2021-01-11T15:51:30.498Z] 0c9d0d690d92: Preparing [2021-01-11T15:51:30.498Z] f40f8607e71a: Preparing [2021-01-11T15:51:30.498Z] 777b2c648970: Preparing [2021-01-11T15:51:30.498Z] 777b2c648970: Waiting [2021-01-11T15:51:30.498Z] f9ce657bef76: Layer already exists [2021-01-11T15:51:30.498Z] 0c9d0d690d92: Layer already exists [2021-01-11T15:51:30.498Z] 1f43b618ab24: Layer already exists [2021-01-11T15:51:30.498Z] afe7926f359f: Layer already exists [2021-01-11T15:51:30.498Z] f40f8607e71a: Layer already exists [2021-01-11T15:51:30.783Z] 777b2c648970: Layer already exists [2021-01-11T15:51:30.783Z] 2.0.0-dev.33: digest: sha256:2893c5b88a66d450904f2625e2f5d6483598686a792840c9c0c24661c8f03212 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:31.153Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:31.314Z] Removing intermediate container 1c164df197c3 [2021-01-11T15:51:31.314Z] ---> b03d444d1f58 [2021-01-11T15:51:31.314Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-11T15:51:31.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:31.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-11T15:51:31.504Z] 1f43b618ab24: Preparing [2021-01-11T15:51:31.504Z] afe7926f359f: Preparing [2021-01-11T15:51:31.504Z] f9ce657bef76: Preparing [2021-01-11T15:51:31.504Z] 0c9d0d690d92: Preparing [2021-01-11T15:51:31.504Z] f40f8607e71a: Preparing [2021-01-11T15:51:31.504Z] 777b2c648970: Preparing [2021-01-11T15:51:31.504Z] 777b2c648970: Waiting [2021-01-11T15:51:31.504Z] 1f43b618ab24: Layer already exists [2021-01-11T15:51:31.504Z] afe7926f359f: Layer already exists [2021-01-11T15:51:31.504Z] f9ce657bef76: Layer already exists [2021-01-11T15:51:31.504Z] 0c9d0d690d92: Layer already exists [2021-01-11T15:51:31.504Z] f40f8607e71a: Layer already exists [2021-01-11T15:51:31.504Z] 777b2c648970: Layer already exists [2021-01-11T15:51:31.782Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:2893c5b88a66d450904f2625e2f5d6483598686a792840c9c0c24661c8f03212 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:31.910Z] ---> f5dab680a8fe [2021-01-11T15:51:31.910Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-11T15:51:32.120Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:32.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-11T15:51:32.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-11T15:51:32.444Z] 1f43b618ab24: Preparing [2021-01-11T15:51:32.444Z] afe7926f359f: Preparing [2021-01-11T15:51:32.444Z] f9ce657bef76: Preparing [2021-01-11T15:51:32.444Z] 0c9d0d690d92: Preparing [2021-01-11T15:51:32.444Z] f40f8607e71a: Preparing [2021-01-11T15:51:32.444Z] 777b2c648970: Preparing [2021-01-11T15:51:32.444Z] 777b2c648970: Waiting [2021-01-11T15:51:32.444Z] 1f43b618ab24: Layer already exists [2021-01-11T15:51:32.444Z] afe7926f359f: Layer already exists [2021-01-11T15:51:32.444Z] 0c9d0d690d92: Layer already exists [2021-01-11T15:51:32.444Z] f9ce657bef76: Layer already exists [2021-01-11T15:51:32.444Z] f40f8607e71a: Layer already exists [2021-01-11T15:51:32.444Z] 777b2c648970: Layer already exists [2021-01-11T15:51:32.725Z] master: digest: sha256:2893c5b88a66d450904f2625e2f5d6483598686a792840c9c0c24661c8f03212 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:51:32.897Z] ===================================================== [Pipeline] echo [2021-01-11T15:51:32.944Z] taggedImages: [2021-01-11T15:51:32.944Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:32.944Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-11T15:51:32.944Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:32.944Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-11T15:51:33.006Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-11T15:51:33.006Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:33.006Z] 2.0.0-dev.33 [2021-01-11T15:51:33.006Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:33.006Z] master [2021-01-11T15:51:33.006Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:33.353Z] ---> c8e0d781fd02 [2021-01-11T15:51:33.353Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-11T15:51:33.500Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:33.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:33.946Z] ---> a77e27a5c0a6 [2021-01-11T15:51:33.946Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-11T15:51:34.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-11T15:51:34.126Z] 2c295eb8133f: Preparing [2021-01-11T15:51:34.126Z] 40ed9fb6a03d: Preparing [2021-01-11T15:51:34.126Z] 1dcf973aaa4c: Preparing [2021-01-11T15:51:34.126Z] 2765f2b311d6: Preparing [2021-01-11T15:51:34.126Z] 79282562fc14: Preparing [2021-01-11T15:51:34.126Z] 25040765d033: Preparing [2021-01-11T15:51:34.126Z] a6c80c5cdb00: Preparing [2021-01-11T15:51:34.126Z] 66eefa880119: Preparing [2021-01-11T15:51:34.126Z] 777b2c648970: Preparing [2021-01-11T15:51:34.126Z] 25040765d033: Waiting [2021-01-11T15:51:34.126Z] a6c80c5cdb00: Waiting [2021-01-11T15:51:34.126Z] 66eefa880119: Waiting [2021-01-11T15:51:34.126Z] 777b2c648970: Waiting [2021-01-11T15:51:34.221Z] ---> Running in 4b54d0e333ba [2021-01-11T15:51:34.495Z] Removing intermediate container 4b54d0e333ba [2021-01-11T15:51:34.495Z] ---> a2e6f21373a8 [2021-01-11T15:51:34.495Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:51:34.768Z] ---> Running in 06108701241a [2021-01-11T15:51:34.793Z] 79282562fc14: Pushed [2021-01-11T15:51:34.793Z] 40ed9fb6a03d: Pushed [2021-01-11T15:51:34.793Z] 2c295eb8133f: Pushed [2021-01-11T15:51:34.793Z] 66eefa880119: Layer already exists [2021-01-11T15:51:34.793Z] 777b2c648970: Layer already exists [2021-01-11T15:51:34.793Z] 25040765d033: Pushed [2021-01-11T15:51:35.098Z] a6c80c5cdb00: Pushed [2021-01-11T15:51:35.363Z] Removing intermediate container 06108701241a [2021-01-11T15:51:35.363Z] ---> d007ec4c1cbf [2021-01-11T15:51:35.363Z] Step 21/23 : LABEL arch=arm64 [2021-01-11T15:51:35.363Z] ---> Running in 52e7cb85d3ca [2021-01-11T15:51:35.957Z] Removing intermediate container 52e7cb85d3ca [2021-01-11T15:51:35.957Z] ---> 0df7f5d95279 [2021-01-11T15:51:35.957Z] Step 22/23 : LABEL git_sha=cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:35.957Z] ---> Running in 6a6f6d927d35 [2021-01-11T15:51:36.083Z] 2765f2b311d6: Pushed [2021-01-11T15:51:36.083Z] 1dcf973aaa4c: Pushed [2021-01-11T15:51:36.083Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:30b6c2661ec13969749018593c04c8d1db74978f8da0927da700434cbaad9f45 size: 2197 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:36.404Z] + 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-11T15:51:36.552Z] Removing intermediate container 6a6f6d927d35 [2021-01-11T15:51:36.552Z] ---> 1209a01b6e56 [2021-01-11T15:51:36.552Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-11T15:51:36.552Z] ---> Running in f036680901df [2021-01-11T15:51:36.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-11T15:51:36.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-11T15:51:36.744Z] 2c295eb8133f: Preparing [2021-01-11T15:51:36.744Z] 40ed9fb6a03d: Preparing [2021-01-11T15:51:36.744Z] 1dcf973aaa4c: Preparing [2021-01-11T15:51:36.744Z] 2765f2b311d6: Preparing [2021-01-11T15:51:36.744Z] 79282562fc14: Preparing [2021-01-11T15:51:36.744Z] 25040765d033: Preparing [2021-01-11T15:51:36.744Z] a6c80c5cdb00: Preparing [2021-01-11T15:51:36.744Z] 66eefa880119: Preparing [2021-01-11T15:51:36.744Z] 777b2c648970: Preparing [2021-01-11T15:51:36.744Z] 25040765d033: Waiting [2021-01-11T15:51:36.744Z] a6c80c5cdb00: Waiting [2021-01-11T15:51:36.744Z] 66eefa880119: Waiting [2021-01-11T15:51:36.744Z] 777b2c648970: Waiting [2021-01-11T15:51:36.744Z] 2765f2b311d6: Layer already exists [2021-01-11T15:51:36.744Z] 2c295eb8133f: Layer already exists [2021-01-11T15:51:36.744Z] 79282562fc14: Layer already exists [2021-01-11T15:51:36.744Z] 40ed9fb6a03d: Layer already exists [2021-01-11T15:51:36.744Z] 1dcf973aaa4c: Layer already exists [2021-01-11T15:51:37.018Z] 66eefa880119: Layer already exists [2021-01-11T15:51:37.018Z] 777b2c648970: Layer already exists [2021-01-11T15:51:37.018Z] a6c80c5cdb00: Layer already exists [2021-01-11T15:51:37.018Z] 25040765d033: Layer already exists [2021-01-11T15:51:37.018Z] 2.0.0-dev.33: digest: sha256:30b6c2661ec13969749018593c04c8d1db74978f8da0927da700434cbaad9f45 size: 2197 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:37.147Z] Removing intermediate container f036680901df [2021-01-11T15:51:37.147Z] ---> 47887a31e933 [2021-01-11T15:51:37.147Z] [2021-01-11T15:51:37.353Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:37.420Z] Successfully built 47887a31e933 [2021-01-11T15:51:37.420Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-11T15:51:37.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:37.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-11T15:51:37.674Z] 2c295eb8133f: Preparing [2021-01-11T15:51:37.674Z] 40ed9fb6a03d: Preparing [2021-01-11T15:51:37.674Z] 1dcf973aaa4c: Preparing [2021-01-11T15:51:37.674Z] 2765f2b311d6: Preparing [2021-01-11T15:51:37.674Z] 79282562fc14: Preparing [2021-01-11T15:51:37.674Z] 25040765d033: Preparing [2021-01-11T15:51:37.674Z] a6c80c5cdb00: Preparing [2021-01-11T15:51:37.674Z] 66eefa880119: Preparing [2021-01-11T15:51:37.674Z] 777b2c648970: Preparing [2021-01-11T15:51:37.674Z] 25040765d033: Waiting [2021-01-11T15:51:37.674Z] a6c80c5cdb00: Waiting [2021-01-11T15:51:37.674Z] 66eefa880119: Waiting [2021-01-11T15:51:37.674Z] 777b2c648970: Waiting [2021-01-11T15:51:37.674Z] 1dcf973aaa4c: Layer already exists [2021-01-11T15:51:37.674Z] 2765f2b311d6: Layer already exists [2021-01-11T15:51:37.674Z] 2c295eb8133f: Layer already exists [2021-01-11T15:51:37.674Z] 40ed9fb6a03d: Layer already exists [2021-01-11T15:51:37.674Z] 79282562fc14: Layer already exists [2021-01-11T15:51:37.674Z] 777b2c648970: Layer already exists [2021-01-11T15:51:37.674Z] 66eefa880119: Layer already exists [2021-01-11T15:51:37.674Z] a6c80c5cdb00: Layer already exists [2021-01-11T15:51:37.674Z] 25040765d033: Layer already exists [2021-01-11T15:51:37.674Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:30b6c2661ec13969749018593c04c8d1db74978f8da0927da700434cbaad9f45 size: 2197 [2021-01-11T15:51:37.708Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-11T15:51:37.710Z] $ docker stop --time=1 14ef315110fc0ca57d860af65095138fbba7ad63f3100138ff76f0221f1bfa43 [2021-01-11T15:51:39.634Z] $ docker rm -f 14ef315110fc0ca57d860af65095138fbba7ad63f3100138ff76f0221f1bfa43 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:40.247Z] + docker images [2021-01-11T15:51:40.247Z] + grep docker [2021-01-11T15:51:40.383Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:40.517Z] docker-core-data-go-arm64 latest 47887a31e933 4 seconds ago 21MB [2021-01-11T15:51:40.517Z] docker-core-metadata-go-arm64 latest 65fa6a3d4516 22 seconds ago 12.3MB [2021-01-11T15:51:40.517Z] docker-support-scheduler-go-arm64 latest a58eb0a3e69b 29 seconds ago 10MB [2021-01-11T15:51:40.517Z] docker-security-bootstrap-redis-go-arm64 latest 781db02ef986 36 seconds ago 15.1MB [2021-01-11T15:51:40.517Z] docker-sys-mgmt-agent-go-arm64 latest 1f03a318663d About a minute ago 300MB [2021-01-11T15:51:40.517Z] docker-security-secretstore-setup-go-arm64 latest ae748827321b 2 minutes ago 23.4MB [2021-01-11T15:51:40.517Z] docker-support-notifications-go-arm64 latest 23db79306067 2 minutes ago 11.4MB [2021-01-11T15:51:40.517Z] docker-security-proxy-setup-go-arm64 latest 50b24aec814a 2 minutes ago 23.3MB [2021-01-11T15:51:40.517Z] docker-core-command-go-arm64 latest 58c8569a76ad 2 minutes ago 9.98MB [2021-01-11T15:51:40.517Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2021-01-11T15:51:40.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-11T15:51:40.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-11T15:51:40.698Z] 2c295eb8133f: Preparing [2021-01-11T15:51:40.698Z] 40ed9fb6a03d: Preparing [2021-01-11T15:51:40.698Z] 1dcf973aaa4c: Preparing [2021-01-11T15:51:40.698Z] 2765f2b311d6: Preparing [2021-01-11T15:51:40.698Z] 79282562fc14: Preparing [2021-01-11T15:51:40.698Z] 25040765d033: Preparing [2021-01-11T15:51:40.698Z] a6c80c5cdb00: Preparing [2021-01-11T15:51:40.698Z] 66eefa880119: Preparing [2021-01-11T15:51:40.698Z] 777b2c648970: Preparing [2021-01-11T15:51:40.698Z] 25040765d033: Waiting [2021-01-11T15:51:40.698Z] a6c80c5cdb00: Waiting [2021-01-11T15:51:40.698Z] 66eefa880119: Waiting [2021-01-11T15:51:40.698Z] 777b2c648970: Waiting [2021-01-11T15:51:40.698Z] 1dcf973aaa4c: Layer already exists [2021-01-11T15:51:40.698Z] 40ed9fb6a03d: Layer already exists [2021-01-11T15:51:40.698Z] 79282562fc14: Layer already exists [2021-01-11T15:51:40.698Z] 2c295eb8133f: Layer already exists [2021-01-11T15:51:40.698Z] 2765f2b311d6: Layer already exists [2021-01-11T15:51:40.698Z] 25040765d033: Layer already exists [2021-01-11T15:51:40.698Z] a6c80c5cdb00: Layer already exists [2021-01-11T15:51:40.698Z] 66eefa880119: Layer already exists [2021-01-11T15:51:40.698Z] 777b2c648970: Layer already exists [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-11T15:51:40.977Z] master: digest: sha256:30b6c2661ec13969749018593c04c8d1db74978f8da0927da700434cbaad9f45 size: 2197 [Pipeline] wrap [2021-01-11T15:51:41.009Z] provisioning config files... [2021-01-11T15:51:41.042Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/283@tmp/config4250891112750096735tmp [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:51:41.345Z] ===================================================== [Pipeline] echo [2021-01-11T15:51:41.389Z] taggedImages: [2021-01-11T15:51:41.389Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:41.389Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-11T15:51:41.389Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:41.389Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-11T15:51:41.483Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-11T15:51:41.483Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:41.483Z] 2.0.0-dev.33 [2021-01-11T15:51:41.483Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:41.483Z] master [2021-01-11T15:51:41.483Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-11T15:51:41.571Z] ---> docker-login.sh [2021-01-11T15:51:41.571Z] nexus3.edgexfoundry.org:10001 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:41.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:51:42.013Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:42.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:51:42.129Z] Configure a credential helper to remove this warning. See [2021-01-11T15:51:42.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:51:42.129Z] [2021-01-11T15:51:42.129Z] Login Succeeded [2021-01-11T15:51:42.129Z] nexus3.edgexfoundry.org:10002 [2021-01-11T15:51:42.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:42.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-11T15:51:42.367Z] 67d3e9f9ad80: Preparing [2021-01-11T15:51:42.367Z] fcf8459ca782: Preparing [2021-01-11T15:51:42.367Z] dff8419eaab2: Preparing [2021-01-11T15:51:42.367Z] 373cd6e15d9f: Preparing [2021-01-11T15:51:42.367Z] 64eecc62773a: Preparing [2021-01-11T15:51:42.367Z] 0919185fc146: Preparing [2021-01-11T15:51:42.367Z] 0919185fc146: Waiting [2021-01-11T15:51:42.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:51:42.646Z] 67d3e9f9ad80: Pushed [2021-01-11T15:51:42.646Z] dff8419eaab2: Pushed [2021-01-11T15:51:42.646Z] 64eecc62773a: Pushed [2021-01-11T15:51:42.646Z] 373cd6e15d9f: Pushed [2021-01-11T15:51:42.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:51:42.683Z] Configure a credential helper to remove this warning. See [2021-01-11T15:51:42.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:51:42.683Z] [2021-01-11T15:51:42.683Z] Login Succeeded [2021-01-11T15:51:42.683Z] nexus3.edgexfoundry.org:10003 [2021-01-11T15:51:42.921Z] 0919185fc146: Pushed [2021-01-11T15:51:42.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:51:43.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:51:43.233Z] Configure a credential helper to remove this warning. See [2021-01-11T15:51:43.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:51:43.233Z] [2021-01-11T15:51:43.233Z] Login Succeeded [2021-01-11T15:51:43.233Z] nexus3.edgexfoundry.org:10004 [2021-01-11T15:51:43.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:51:43.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:51:43.782Z] Configure a credential helper to remove this warning. See [2021-01-11T15:51:43.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:51:43.782Z] [2021-01-11T15:51:43.782Z] Login Succeeded [2021-01-11T15:51:43.782Z] docker.io [2021-01-11T15:51:43.889Z] fcf8459ca782: Pushed [2021-01-11T15:51:44.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:51:44.154Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:0ad986d39e068915491db586020561af6c992bdbaae638ad1feca745300bc755 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:44.491Z] + 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-11T15:51:44.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:51:44.642Z] Configure a credential helper to remove this warning. See [2021-01-11T15:51:44.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:51:44.642Z] [2021-01-11T15:51:44.642Z] Login Succeeded [2021-01-11T15:51:44.642Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T15:51:44.658Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-01-11T15:51:44.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-11T15:51:44.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-11T15:51:44.814Z] 67d3e9f9ad80: Preparing [2021-01-11T15:51:44.814Z] fcf8459ca782: Preparing [2021-01-11T15:51:44.814Z] dff8419eaab2: Preparing [2021-01-11T15:51:44.814Z] 373cd6e15d9f: Preparing [2021-01-11T15:51:44.814Z] 64eecc62773a: Preparing [2021-01-11T15:51:44.814Z] 0919185fc146: Preparing [2021-01-11T15:51:44.814Z] 0919185fc146: Waiting [2021-01-11T15:51:44.814Z] dff8419eaab2: Layer already exists [2021-01-11T15:51:44.814Z] 373cd6e15d9f: Layer already exists [2021-01-11T15:51:44.814Z] 67d3e9f9ad80: Layer already exists [2021-01-11T15:51:44.814Z] 64eecc62773a: Layer already exists [2021-01-11T15:51:44.814Z] fcf8459ca782: Layer already exists [2021-01-11T15:51:44.814Z] 0919185fc146: Layer already exists [Pipeline] echo [2021-01-11T15:51:44.855Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-11T15:51:44.855Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:44.855Z] 2.0.0-dev.33 [2021-01-11T15:51:44.855Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:44.855Z] master [2021-01-11T15:51:44.855Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:45.092Z] 2.0.0-dev.33: digest: sha256:0ad986d39e068915491db586020561af6c992bdbaae638ad1feca745300bc755 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:45.370Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:45.463Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:45.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:45.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-11T15:51:45.709Z] 5668bd291366: Preparing [2021-01-11T15:51:45.709Z] e32fe2f3bc8a: Preparing [2021-01-11T15:51:45.709Z] 82515dfda2ab: Preparing [2021-01-11T15:51:45.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:45.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-11T15:51:45.826Z] 67d3e9f9ad80: Preparing [2021-01-11T15:51:45.826Z] fcf8459ca782: Preparing [2021-01-11T15:51:45.826Z] dff8419eaab2: Preparing [2021-01-11T15:51:45.826Z] 373cd6e15d9f: Preparing [2021-01-11T15:51:45.826Z] 64eecc62773a: Preparing [2021-01-11T15:51:45.826Z] 0919185fc146: Preparing [2021-01-11T15:51:45.826Z] 0919185fc146: Waiting [2021-01-11T15:51:45.978Z] 82515dfda2ab: Pushed [2021-01-11T15:51:45.978Z] 5668bd291366: Pushed [2021-01-11T15:51:46.092Z] 67d3e9f9ad80: Layer already exists [2021-01-11T15:51:46.092Z] 64eecc62773a: Layer already exists [2021-01-11T15:51:46.092Z] 373cd6e15d9f: Layer already exists [2021-01-11T15:51:46.092Z] fcf8459ca782: Layer already exists [2021-01-11T15:51:46.092Z] dff8419eaab2: Layer already exists [2021-01-11T15:51:46.092Z] 0919185fc146: Layer already exists [2021-01-11T15:51:46.092Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:0ad986d39e068915491db586020561af6c992bdbaae638ad1feca745300bc755 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:46.414Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:47.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-11T15:51:47.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-11T15:51:47.139Z] 67d3e9f9ad80: Preparing [2021-01-11T15:51:47.139Z] fcf8459ca782: Preparing [2021-01-11T15:51:47.139Z] dff8419eaab2: Preparing [2021-01-11T15:51:47.139Z] 373cd6e15d9f: Preparing [2021-01-11T15:51:47.139Z] 64eecc62773a: Preparing [2021-01-11T15:51:47.139Z] 0919185fc146: Preparing [2021-01-11T15:51:47.139Z] 0919185fc146: Waiting [2021-01-11T15:51:47.139Z] dff8419eaab2: Layer already exists [2021-01-11T15:51:47.419Z] 64eecc62773a: Layer already exists [2021-01-11T15:51:47.419Z] fcf8459ca782: Layer already exists [2021-01-11T15:51:47.419Z] 373cd6e15d9f: Layer already exists [2021-01-11T15:51:47.419Z] 67d3e9f9ad80: Layer already exists [2021-01-11T15:51:47.419Z] 0919185fc146: Layer already exists [2021-01-11T15:51:47.419Z] master: digest: sha256:0ad986d39e068915491db586020561af6c992bdbaae638ad1feca745300bc755 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:51:47.603Z] ===================================================== [Pipeline] echo [2021-01-11T15:51:47.646Z] taggedImages: [2021-01-11T15:51:47.646Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:47.646Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-11T15:51:47.646Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:47.646Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-11T15:51:47.705Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-11T15:51:47.705Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:47.705Z] 2.0.0-dev.33 [2021-01-11T15:51:47.705Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:47.705Z] master [2021-01-11T15:51:47.705Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:48.186Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:48.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:48.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-11T15:51:48.537Z] 44ed07456e0d: Preparing [2021-01-11T15:51:48.537Z] 886fa1704852: Preparing [2021-01-11T15:51:48.537Z] 39450aebc9b6: Preparing [2021-01-11T15:51:48.569Z] e32fe2f3bc8a: Pushed [2021-01-11T15:51:48.569Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:5a5772fc84f9ca2761b0987e434534b0d2625694884f7f3dd21fd8121761f25e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:48.825Z] 44ed07456e0d: Pushed [2021-01-11T15:51:48.825Z] 39450aebc9b6: Pushed [2021-01-11T15:51:48.909Z] + 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-11T15:51:49.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-11T15:51:49.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-11T15:51:49.243Z] 5668bd291366: Preparing [2021-01-11T15:51:49.243Z] e32fe2f3bc8a: Preparing [2021-01-11T15:51:49.243Z] 82515dfda2ab: Preparing [2021-01-11T15:51:49.511Z] 82515dfda2ab: Layer already exists [2021-01-11T15:51:49.511Z] e32fe2f3bc8a: Layer already exists [2021-01-11T15:51:49.511Z] 5668bd291366: Layer already exists [2021-01-11T15:51:49.511Z] 2.0.0-dev.33: digest: sha256:5a5772fc84f9ca2761b0987e434534b0d2625694884f7f3dd21fd8121761f25e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:49.850Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:50.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:50.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-11T15:51:50.206Z] 5668bd291366: Preparing [2021-01-11T15:51:50.206Z] e32fe2f3bc8a: Preparing [2021-01-11T15:51:50.206Z] 82515dfda2ab: Preparing [2021-01-11T15:51:50.206Z] 5668bd291366: Layer already exists [2021-01-11T15:51:50.206Z] 82515dfda2ab: Layer already exists [2021-01-11T15:51:50.206Z] e32fe2f3bc8a: Layer already exists [2021-01-11T15:51:50.297Z] 886fa1704852: Pushed [2021-01-11T15:51:50.474Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:5a5772fc84f9ca2761b0987e434534b0d2625694884f7f3dd21fd8121761f25e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:50.588Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:7955a18f92620cf9d4af394cfb6bfb9baa0053c96cbed3abdb62c1d9c70d607d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:50.818Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:50.999Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-11T15:51:51.151Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-11T15:51:51.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-11T15:51:51.151Z] 5668bd291366: Preparing [2021-01-11T15:51:51.151Z] e32fe2f3bc8a: Preparing [2021-01-11T15:51:51.151Z] 82515dfda2ab: Preparing [2021-01-11T15:51:51.151Z] 5668bd291366: Layer already exists [2021-01-11T15:51:51.151Z] 82515dfda2ab: Layer already exists [2021-01-11T15:51:51.151Z] e32fe2f3bc8a: Layer already exists [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:51.419Z] master: digest: sha256:5a5772fc84f9ca2761b0987e434534b0d2625694884f7f3dd21fd8121761f25e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-11T15:51:51.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-11T15:51:51.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [Pipeline] echo [2021-01-11T15:51:51.620Z] ===================================================== [Pipeline] echo [2021-01-11T15:51:51.666Z] taggedImages: [2021-01-11T15:51:51.666Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:51.666Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-11T15:51:51.666Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:51.666Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-11T15:51:51.736Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-11T15:51:51.736Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:51.736Z] 2.0.0-dev.33 [2021-01-11T15:51:51.736Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:51.736Z] master [2021-01-11T15:51:51.736Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-11T15:51:51.857Z] 44ed07456e0d: Preparing [2021-01-11T15:51:51.857Z] 886fa1704852: Preparing [2021-01-11T15:51:51.857Z] 39450aebc9b6: Preparing [2021-01-11T15:51:51.857Z] 44ed07456e0d: Layer already exists [2021-01-11T15:51:51.857Z] 39450aebc9b6: Layer already exists [2021-01-11T15:51:51.857Z] 886fa1704852: Layer already exists [2021-01-11T15:51:51.857Z] 2.0.0-dev.33: digest: sha256:7955a18f92620cf9d4af394cfb6bfb9baa0053c96cbed3abdb62c1d9c70d607d size: 943 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:52.263Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:52.320Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:52.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:52.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-11T15:51:52.591Z] 44ed07456e0d: Preparing [2021-01-11T15:51:52.591Z] 886fa1704852: Preparing [2021-01-11T15:51:52.591Z] 39450aebc9b6: Preparing [2021-01-11T15:51:52.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:52.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-11T15:51:52.685Z] 50f3389f15ac: Preparing [2021-01-11T15:51:52.685Z] e41b26154d22: Preparing [2021-01-11T15:51:52.685Z] a128e96277b1: Preparing [2021-01-11T15:51:52.685Z] 35e59d393049: Preparing [2021-01-11T15:51:52.685Z] ec8dc4690078: Preparing [2021-01-11T15:51:52.685Z] 379067d0cb53: Preparing [2021-01-11T15:51:52.685Z] 379067d0cb53: Waiting [2021-01-11T15:51:52.855Z] 39450aebc9b6: Layer already exists [2021-01-11T15:51:52.855Z] 44ed07456e0d: Layer already exists [2021-01-11T15:51:52.855Z] 886fa1704852: Layer already exists [2021-01-11T15:51:52.855Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:7955a18f92620cf9d4af394cfb6bfb9baa0053c96cbed3abdb62c1d9c70d607d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:52.967Z] 50f3389f15ac: Pushed [2021-01-11T15:51:53.205Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:53.238Z] ec8dc4690078: Pushed [2021-01-11T15:51:53.238Z] a128e96277b1: Pushed [2021-01-11T15:51:53.238Z] 379067d0cb53: Layer already exists [2021-01-11T15:51:53.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-11T15:51:53.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-11T15:51:53.522Z] 44ed07456e0d: Preparing [2021-01-11T15:51:53.522Z] 886fa1704852: Preparing [2021-01-11T15:51:53.522Z] 39450aebc9b6: Preparing [2021-01-11T15:51:53.790Z] 886fa1704852: Layer already exists [2021-01-11T15:51:53.790Z] 44ed07456e0d: Layer already exists [2021-01-11T15:51:53.790Z] 39450aebc9b6: Layer already exists [2021-01-11T15:51:53.790Z] master: digest: sha256:7955a18f92620cf9d4af394cfb6bfb9baa0053c96cbed3abdb62c1d9c70d607d size: 943 [Pipeline] } [2021-01-11T15:51:53.832Z] 35e59d393049: Pushed [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:51:53.974Z] ===================================================== [Pipeline] echo [2021-01-11T15:51:54.020Z] taggedImages: [2021-01-11T15:51:54.020Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:54.020Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-11T15:51:54.020Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:54.020Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-11T15:51:54.078Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-11T15:51:54.078Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:54.078Z] 2.0.0-dev.33 [2021-01-11T15:51:54.078Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:54.078Z] master [2021-01-11T15:51:54.078Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:54.625Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:55.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:55.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-11T15:51:55.128Z] b0cc343aa574: Preparing [2021-01-11T15:51:55.128Z] 0f1867e46121: Preparing [2021-01-11T15:51:55.128Z] 7d970a32f2e6: Preparing [2021-01-11T15:51:55.128Z] 63625b3c0e39: Preparing [2021-01-11T15:51:55.128Z] 8faf3a52dd7a: Preparing [2021-01-11T15:51:55.128Z] ae13dde5bf5c: Preparing [2021-01-11T15:51:55.128Z] c81d786d4e5b: Preparing [2021-01-11T15:51:55.128Z] 0754057c0ad3: Preparing [2021-01-11T15:51:55.128Z] 998cdf262ab1: Preparing [2021-01-11T15:51:55.128Z] 02e56110abd2: Preparing [2021-01-11T15:51:55.128Z] abc36efb885a: Preparing [2021-01-11T15:51:55.128Z] b0b09059f4e1: Preparing [2021-01-11T15:51:55.128Z] bb961f40224b: Preparing [2021-01-11T15:51:55.128Z] f4666769fca7: Preparing [2021-01-11T15:51:55.128Z] ae13dde5bf5c: Waiting [2021-01-11T15:51:55.128Z] c81d786d4e5b: Waiting [2021-01-11T15:51:55.128Z] 0754057c0ad3: Waiting [2021-01-11T15:51:55.128Z] 998cdf262ab1: Waiting [2021-01-11T15:51:55.128Z] 02e56110abd2: Waiting [2021-01-11T15:51:55.128Z] abc36efb885a: Waiting [2021-01-11T15:51:55.128Z] b0b09059f4e1: Waiting [2021-01-11T15:51:55.128Z] bb961f40224b: Waiting [2021-01-11T15:51:55.128Z] f4666769fca7: Waiting [2021-01-11T15:51:55.437Z] 8faf3a52dd7a: Pushed [2021-01-11T15:51:55.727Z] b0cc343aa574: Pushed [2021-01-11T15:51:56.034Z] 63625b3c0e39: Pushed [2021-01-11T15:51:56.034Z] 0754057c0ad3: Layer already exists [2021-01-11T15:51:56.317Z] 998cdf262ab1: Layer already exists [2021-01-11T15:51:56.317Z] 02e56110abd2: Layer already exists [2021-01-11T15:51:56.438Z] e41b26154d22: Pushed [2021-01-11T15:51:56.438Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:905425d7db197093aad9141d023e9a6db65cd05cb33674f87044c0e62e53399a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:56.593Z] abc36efb885a: Layer already exists [2021-01-11T15:51:56.593Z] b0b09059f4e1: Layer already exists [2021-01-11T15:51:56.593Z] c81d786d4e5b: Pushed [2021-01-11T15:51:56.593Z] 0f1867e46121: Pushed [2021-01-11T15:51:56.593Z] bb961f40224b: Layer already exists [2021-01-11T15:51:56.593Z] f4666769fca7: Layer already exists [2021-01-11T15:51:56.777Z] + 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-11T15:51:57.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-11T15:51:57.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-11T15:51:57.106Z] 50f3389f15ac: Preparing [2021-01-11T15:51:57.106Z] e41b26154d22: Preparing [2021-01-11T15:51:57.106Z] a128e96277b1: Preparing [2021-01-11T15:51:57.106Z] 35e59d393049: Preparing [2021-01-11T15:51:57.106Z] ec8dc4690078: Preparing [2021-01-11T15:51:57.106Z] 379067d0cb53: Preparing [2021-01-11T15:51:57.106Z] 379067d0cb53: Waiting [2021-01-11T15:51:57.376Z] e41b26154d22: Layer already exists [2021-01-11T15:51:57.376Z] 35e59d393049: Layer already exists [2021-01-11T15:51:57.376Z] 50f3389f15ac: Layer already exists [2021-01-11T15:51:57.376Z] a128e96277b1: Layer already exists [2021-01-11T15:51:57.376Z] ec8dc4690078: Layer already exists [2021-01-11T15:51:57.376Z] 379067d0cb53: Layer already exists [2021-01-11T15:51:57.376Z] 2.0.0-dev.33: digest: sha256:905425d7db197093aad9141d023e9a6db65cd05cb33674f87044c0e62e53399a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:57.565Z] ae13dde5bf5c: Pushed [2021-01-11T15:51:57.714Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:58.046Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:58.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-11T15:51:58.046Z] 50f3389f15ac: Preparing [2021-01-11T15:51:58.046Z] e41b26154d22: Preparing [2021-01-11T15:51:58.046Z] a128e96277b1: Preparing [2021-01-11T15:51:58.046Z] 35e59d393049: Preparing [2021-01-11T15:51:58.046Z] ec8dc4690078: Preparing [2021-01-11T15:51:58.046Z] 379067d0cb53: Preparing [2021-01-11T15:51:58.046Z] 379067d0cb53: Waiting [2021-01-11T15:51:58.314Z] 50f3389f15ac: Layer already exists [2021-01-11T15:51:58.314Z] 35e59d393049: Layer already exists [2021-01-11T15:51:58.314Z] ec8dc4690078: Layer already exists [2021-01-11T15:51:58.314Z] e41b26154d22: Layer already exists [2021-01-11T15:51:58.314Z] a128e96277b1: Layer already exists [2021-01-11T15:51:58.314Z] 379067d0cb53: Layer already exists [2021-01-11T15:51:58.314Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:905425d7db197093aad9141d023e9a6db65cd05cb33674f87044c0e62e53399a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:58.654Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:59.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-11T15:51:59.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-11T15:51:59.050Z] 50f3389f15ac: Preparing [2021-01-11T15:51:59.050Z] e41b26154d22: Preparing [2021-01-11T15:51:59.050Z] a128e96277b1: Preparing [2021-01-11T15:51:59.050Z] 35e59d393049: Preparing [2021-01-11T15:51:59.050Z] ec8dc4690078: Preparing [2021-01-11T15:51:59.050Z] 379067d0cb53: Preparing [2021-01-11T15:51:59.050Z] 379067d0cb53: Waiting [2021-01-11T15:51:59.050Z] a128e96277b1: Layer already exists [2021-01-11T15:51:59.050Z] e41b26154d22: Layer already exists [2021-01-11T15:51:59.050Z] 35e59d393049: Layer already exists [2021-01-11T15:51:59.050Z] 50f3389f15ac: Layer already exists [2021-01-11T15:51:59.050Z] ec8dc4690078: Layer already exists [2021-01-11T15:51:59.050Z] 379067d0cb53: Layer already exists [2021-01-11T15:51:59.324Z] master: digest: sha256:905425d7db197093aad9141d023e9a6db65cd05cb33674f87044c0e62e53399a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:51:59.528Z] ===================================================== [Pipeline] echo [2021-01-11T15:51:59.573Z] taggedImages: [2021-01-11T15:51:59.573Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:59.573Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-11T15:51:59.573Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:59.573Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-11T15:51:59.633Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-11T15:51:59.633Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:51:59.633Z] 2.0.0-dev.33 [2021-01-11T15:51:59.633Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:51:59.633Z] master [2021-01-11T15:51:59.633Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:00.162Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:00.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:00.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-11T15:52:00.502Z] 7ca42682ab26: Preparing [2021-01-11T15:52:00.502Z] 0038b2c46bdf: Preparing [2021-01-11T15:52:00.502Z] 53f8549fcd68: Preparing [2021-01-11T15:52:00.779Z] 53f8549fcd68: Pushed [2021-01-11T15:52:00.779Z] 7ca42682ab26: Pushed [2021-01-11T15:52:03.382Z] 0038b2c46bdf: Pushed [2021-01-11T15:52:03.651Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:30235d2a4bc8c236e94db036e0b3a0119d42b2beb9325865d8d9f1885e68ae24 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:03.987Z] + 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-11T15:52:04.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:04.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-11T15:52:04.317Z] 7ca42682ab26: Preparing [2021-01-11T15:52:04.317Z] 0038b2c46bdf: Preparing [2021-01-11T15:52:04.317Z] 53f8549fcd68: Preparing [2021-01-11T15:52:04.317Z] 0038b2c46bdf: Layer already exists [2021-01-11T15:52:04.317Z] 53f8549fcd68: Layer already exists [2021-01-11T15:52:04.317Z] 7ca42682ab26: Layer already exists [2021-01-11T15:52:04.585Z] 2.0.0-dev.33: digest: sha256:30235d2a4bc8c236e94db036e0b3a0119d42b2beb9325865d8d9f1885e68ae24 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:04.922Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:05.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:05.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-11T15:52:05.256Z] 7ca42682ab26: Preparing [2021-01-11T15:52:05.256Z] 0038b2c46bdf: Preparing [2021-01-11T15:52:05.256Z] 53f8549fcd68: Preparing [2021-01-11T15:52:05.256Z] 0038b2c46bdf: Layer already exists [2021-01-11T15:52:05.256Z] 7ca42682ab26: Layer already exists [2021-01-11T15:52:05.256Z] 53f8549fcd68: Layer already exists [2021-01-11T15:52:05.526Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:30235d2a4bc8c236e94db036e0b3a0119d42b2beb9325865d8d9f1885e68ae24 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:05.863Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:06.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-11T15:52:06.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-11T15:52:06.194Z] 7ca42682ab26: Preparing [2021-01-11T15:52:06.194Z] 0038b2c46bdf: Preparing [2021-01-11T15:52:06.194Z] 53f8549fcd68: Preparing [2021-01-11T15:52:06.194Z] 53f8549fcd68: Layer already exists [2021-01-11T15:52:06.194Z] 0038b2c46bdf: Layer already exists [2021-01-11T15:52:06.194Z] 7ca42682ab26: Layer already exists [2021-01-11T15:52:06.463Z] master: digest: sha256:30235d2a4bc8c236e94db036e0b3a0119d42b2beb9325865d8d9f1885e68ae24 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:52:06.659Z] ===================================================== [Pipeline] echo [2021-01-11T15:52:06.761Z] taggedImages: [2021-01-11T15:52:06.761Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:06.761Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:06.761Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:06.761Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-11T15:52:06.855Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-11T15:52:06.855Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:06.855Z] 2.0.0-dev.33 [2021-01-11T15:52:06.855Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:06.855Z] master [2021-01-11T15:52:06.855Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:07.387Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:07.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:07.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-11T15:52:07.723Z] ec7c39c83fd0: Preparing [2021-01-11T15:52:07.723Z] 866a54a92747: Preparing [2021-01-11T15:52:07.723Z] 01897a19ddb4: Preparing [2021-01-11T15:52:07.723Z] a5f9d60c0c2a: Preparing [2021-01-11T15:52:07.723Z] 932d5551c5ed: Preparing [2021-01-11T15:52:07.723Z] 44350d0a2d64: Preparing [2021-01-11T15:52:07.723Z] 379067d0cb53: Preparing [2021-01-11T15:52:07.723Z] 44350d0a2d64: Waiting [2021-01-11T15:52:07.723Z] 379067d0cb53: Waiting [2021-01-11T15:52:07.734Z] 7d970a32f2e6: Pushed [2021-01-11T15:52:07.734Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:215e2c650ad57aa5335068fd86891a09fb3e6543567a22f82e4a8ecc7306bf89 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:07.995Z] 932d5551c5ed: Pushed [2021-01-11T15:52:07.995Z] 01897a19ddb4: Pushed [2021-01-11T15:52:08.146Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-11T15:52:08.276Z] ec7c39c83fd0: Pushed [2021-01-11T15:52:08.276Z] 866a54a92747: Pushed [2021-01-11T15:52:08.276Z] 379067d0cb53: Layer already exists [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:08.545Z] 44350d0a2d64: Pushed [2021-01-11T15:52:08.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-11T15:52:08.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-11T15:52:08.741Z] b0cc343aa574: Preparing [2021-01-11T15:52:08.741Z] 0f1867e46121: Preparing [2021-01-11T15:52:08.741Z] 7d970a32f2e6: Preparing [2021-01-11T15:52:08.741Z] 63625b3c0e39: Preparing [2021-01-11T15:52:08.741Z] 8faf3a52dd7a: Preparing [2021-01-11T15:52:08.741Z] ae13dde5bf5c: Preparing [2021-01-11T15:52:08.741Z] c81d786d4e5b: Preparing [2021-01-11T15:52:08.741Z] 0754057c0ad3: Preparing [2021-01-11T15:52:08.741Z] 998cdf262ab1: Preparing [2021-01-11T15:52:08.741Z] 02e56110abd2: Preparing [2021-01-11T15:52:08.741Z] abc36efb885a: Preparing [2021-01-11T15:52:08.741Z] b0b09059f4e1: Preparing [2021-01-11T15:52:08.741Z] bb961f40224b: Preparing [2021-01-11T15:52:08.741Z] f4666769fca7: Preparing [2021-01-11T15:52:08.741Z] 998cdf262ab1: Waiting [2021-01-11T15:52:08.741Z] 02e56110abd2: Waiting [2021-01-11T15:52:08.741Z] abc36efb885a: Waiting [2021-01-11T15:52:08.741Z] b0b09059f4e1: Waiting [2021-01-11T15:52:08.741Z] bb961f40224b: Waiting [2021-01-11T15:52:08.741Z] f4666769fca7: Waiting [2021-01-11T15:52:08.741Z] c81d786d4e5b: Waiting [2021-01-11T15:52:08.741Z] 0754057c0ad3: Waiting [2021-01-11T15:52:08.741Z] ae13dde5bf5c: Waiting [2021-01-11T15:52:08.741Z] 7d970a32f2e6: Layer already exists [2021-01-11T15:52:08.741Z] 8faf3a52dd7a: Layer already exists [2021-01-11T15:52:08.741Z] b0cc343aa574: Layer already exists [2021-01-11T15:52:08.741Z] 63625b3c0e39: Layer already exists [2021-01-11T15:52:08.741Z] 0f1867e46121: Layer already exists [2021-01-11T15:52:08.741Z] 02e56110abd2: Layer already exists [2021-01-11T15:52:08.741Z] ae13dde5bf5c: Layer already exists [2021-01-11T15:52:08.741Z] 0754057c0ad3: Layer already exists [2021-01-11T15:52:08.741Z] c81d786d4e5b: Layer already exists [2021-01-11T15:52:08.741Z] 998cdf262ab1: Layer already exists [2021-01-11T15:52:09.007Z] bb961f40224b: Layer already exists [2021-01-11T15:52:09.007Z] b0b09059f4e1: Layer already exists [2021-01-11T15:52:09.007Z] abc36efb885a: Layer already exists [2021-01-11T15:52:09.007Z] f4666769fca7: Layer already exists [2021-01-11T15:52:09.007Z] 2.0.0-dev.33: digest: sha256:215e2c650ad57aa5335068fd86891a09fb3e6543567a22f82e4a8ecc7306bf89 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:09.344Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:09.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:09.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-11T15:52:09.747Z] b0cc343aa574: Preparing [2021-01-11T15:52:09.747Z] 0f1867e46121: Preparing [2021-01-11T15:52:09.747Z] 7d970a32f2e6: Preparing [2021-01-11T15:52:09.747Z] 63625b3c0e39: Preparing [2021-01-11T15:52:09.747Z] 8faf3a52dd7a: Preparing [2021-01-11T15:52:09.747Z] ae13dde5bf5c: Preparing [2021-01-11T15:52:09.747Z] c81d786d4e5b: Preparing [2021-01-11T15:52:09.747Z] 0754057c0ad3: Preparing [2021-01-11T15:52:09.747Z] 998cdf262ab1: Preparing [2021-01-11T15:52:09.747Z] 02e56110abd2: Preparing [2021-01-11T15:52:09.747Z] abc36efb885a: Preparing [2021-01-11T15:52:09.747Z] b0b09059f4e1: Preparing [2021-01-11T15:52:09.747Z] bb961f40224b: Preparing [2021-01-11T15:52:09.747Z] f4666769fca7: Preparing [2021-01-11T15:52:09.747Z] 02e56110abd2: Waiting [2021-01-11T15:52:09.747Z] abc36efb885a: Waiting [2021-01-11T15:52:09.747Z] b0b09059f4e1: Waiting [2021-01-11T15:52:09.747Z] bb961f40224b: Waiting [2021-01-11T15:52:09.747Z] ae13dde5bf5c: Waiting [2021-01-11T15:52:09.747Z] f4666769fca7: Waiting [2021-01-11T15:52:09.747Z] c81d786d4e5b: Waiting [2021-01-11T15:52:09.747Z] 0754057c0ad3: Waiting [2021-01-11T15:52:09.747Z] 998cdf262ab1: Waiting [2021-01-11T15:52:09.976Z] a5f9d60c0c2a: Pushed [2021-01-11T15:52:10.052Z] 8faf3a52dd7a: Layer already exists [2021-01-11T15:52:10.052Z] b0cc343aa574: Layer already exists [2021-01-11T15:52:10.052Z] 7d970a32f2e6: Layer already exists [2021-01-11T15:52:10.052Z] 63625b3c0e39: Layer already exists [2021-01-11T15:52:10.052Z] 0f1867e46121: Layer already exists [2021-01-11T15:52:10.052Z] c81d786d4e5b: Layer already exists [2021-01-11T15:52:10.052Z] ae13dde5bf5c: Layer already exists [2021-01-11T15:52:10.052Z] 0754057c0ad3: Layer already exists [2021-01-11T15:52:10.052Z] 998cdf262ab1: Layer already exists [2021-01-11T15:52:10.052Z] 02e56110abd2: Layer already exists [2021-01-11T15:52:10.052Z] abc36efb885a: Layer already exists [2021-01-11T15:52:10.052Z] b0b09059f4e1: Layer already exists [2021-01-11T15:52:10.052Z] f4666769fca7: Layer already exists [2021-01-11T15:52:10.052Z] bb961f40224b: Layer already exists [2021-01-11T15:52:10.052Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:215e2c650ad57aa5335068fd86891a09fb3e6543567a22f82e4a8ecc7306bf89 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:10.247Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:bd57acbeb75af3e7e6259ae473d16d9a21c5e8e09bbc0875e7a71f764145321f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:10.441Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-11T15:52:10.591Z] + 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 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:10.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:10.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-11T15:52:10.937Z] ec7c39c83fd0: Preparing [2021-01-11T15:52:10.937Z] 866a54a92747: Preparing [2021-01-11T15:52:10.937Z] 01897a19ddb4: Preparing [2021-01-11T15:52:10.937Z] a5f9d60c0c2a: Preparing [2021-01-11T15:52:10.937Z] 932d5551c5ed: Preparing [2021-01-11T15:52:10.937Z] 44350d0a2d64: Preparing [2021-01-11T15:52:10.937Z] 379067d0cb53: Preparing [2021-01-11T15:52:10.937Z] 44350d0a2d64: Waiting [2021-01-11T15:52:10.937Z] 379067d0cb53: Waiting [2021-01-11T15:52:10.937Z] 932d5551c5ed: Layer already exists [2021-01-11T15:52:10.937Z] a5f9d60c0c2a: Layer already exists [2021-01-11T15:52:10.937Z] 866a54a92747: Layer already exists [2021-01-11T15:52:10.937Z] 01897a19ddb4: Layer already exists [2021-01-11T15:52:10.937Z] ec7c39c83fd0: Layer already exists [2021-01-11T15:52:11.134Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-11T15:52:11.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-11T15:52:11.134Z] b0cc343aa574: Preparing [2021-01-11T15:52:11.134Z] 0f1867e46121: Preparing [2021-01-11T15:52:11.134Z] 7d970a32f2e6: Preparing [2021-01-11T15:52:11.134Z] 63625b3c0e39: Preparing [2021-01-11T15:52:11.134Z] 8faf3a52dd7a: Preparing [2021-01-11T15:52:11.134Z] ae13dde5bf5c: Preparing [2021-01-11T15:52:11.134Z] c81d786d4e5b: Preparing [2021-01-11T15:52:11.134Z] 0754057c0ad3: Preparing [2021-01-11T15:52:11.134Z] 998cdf262ab1: Preparing [2021-01-11T15:52:11.134Z] 02e56110abd2: Preparing [2021-01-11T15:52:11.134Z] abc36efb885a: Preparing [2021-01-11T15:52:11.134Z] b0b09059f4e1: Preparing [2021-01-11T15:52:11.134Z] bb961f40224b: Preparing [2021-01-11T15:52:11.134Z] f4666769fca7: Preparing [2021-01-11T15:52:11.134Z] 0754057c0ad3: Waiting [2021-01-11T15:52:11.134Z] 998cdf262ab1: Waiting [2021-01-11T15:52:11.134Z] 02e56110abd2: Waiting [2021-01-11T15:52:11.134Z] abc36efb885a: Waiting [2021-01-11T15:52:11.134Z] b0b09059f4e1: Waiting [2021-01-11T15:52:11.134Z] bb961f40224b: Waiting [2021-01-11T15:52:11.134Z] f4666769fca7: Waiting [2021-01-11T15:52:11.134Z] ae13dde5bf5c: Waiting [2021-01-11T15:52:11.134Z] c81d786d4e5b: Waiting [2021-01-11T15:52:11.134Z] 63625b3c0e39: Layer already exists [2021-01-11T15:52:11.134Z] b0cc343aa574: Layer already exists [2021-01-11T15:52:11.134Z] 0f1867e46121: Layer already exists [2021-01-11T15:52:11.134Z] 7d970a32f2e6: Layer already exists [2021-01-11T15:52:11.134Z] 8faf3a52dd7a: Layer already exists [2021-01-11T15:52:11.209Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:11.209Z] 44350d0a2d64: Layer already exists [2021-01-11T15:52:11.209Z] 2.0.0-dev.33: digest: sha256:bd57acbeb75af3e7e6259ae473d16d9a21c5e8e09bbc0875e7a71f764145321f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:11.419Z] ae13dde5bf5c: Layer already exists [2021-01-11T15:52:11.419Z] 02e56110abd2: Layer already exists [2021-01-11T15:52:11.419Z] 998cdf262ab1: Layer already exists [2021-01-11T15:52:11.419Z] c81d786d4e5b: Layer already exists [2021-01-11T15:52:11.419Z] 0754057c0ad3: Layer already exists [2021-01-11T15:52:11.419Z] b0b09059f4e1: Layer already exists [2021-01-11T15:52:11.419Z] abc36efb885a: Layer already exists [2021-01-11T15:52:11.419Z] bb961f40224b: Layer already exists [2021-01-11T15:52:11.419Z] f4666769fca7: Layer already exists [2021-01-11T15:52:11.419Z] master: digest: sha256:215e2c650ad57aa5335068fd86891a09fb3e6543567a22f82e4a8ecc7306bf89 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-11T15:52:11.557Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] echo [2021-01-11T15:52:11.595Z] ===================================================== [Pipeline] echo [2021-01-11T15:52:11.640Z] taggedImages: [2021-01-11T15:52:11.640Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:11.640Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-11T15:52:11.640Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:11.640Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-01-11T15:52:11.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:11.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-11T15:52:11.966Z] ec7c39c83fd0: Preparing [2021-01-11T15:52:11.966Z] 866a54a92747: Preparing [2021-01-11T15:52:11.966Z] 01897a19ddb4: Preparing [2021-01-11T15:52:11.966Z] a5f9d60c0c2a: Preparing [2021-01-11T15:52:11.966Z] 932d5551c5ed: Preparing [2021-01-11T15:52:11.966Z] 44350d0a2d64: Preparing [2021-01-11T15:52:11.966Z] 379067d0cb53: Preparing [2021-01-11T15:52:11.966Z] 44350d0a2d64: Waiting [2021-01-11T15:52:11.966Z] 379067d0cb53: Waiting [2021-01-11T15:52:11.966Z] ec7c39c83fd0: Layer already exists [2021-01-11T15:52:11.966Z] a5f9d60c0c2a: Layer already exists [2021-01-11T15:52:11.966Z] 01897a19ddb4: Layer already exists [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-11T15:52:12.239Z] 866a54a92747: Layer already exists [2021-01-11T15:52:12.239Z] 932d5551c5ed: Layer already exists [2021-01-11T15:52:12.239Z] 44350d0a2d64: Layer already exists [2021-01-11T15:52:12.239Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:12.239Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:bd57acbeb75af3e7e6259ae473d16d9a21c5e8e09bbc0875e7a71f764145321f size: 1778 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:12.709Z] + 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-11T15:52:13.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-11T15:52:13.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-11T15:52:13.045Z] ec7c39c83fd0: Preparing [2021-01-11T15:52:13.045Z] 866a54a92747: Preparing [2021-01-11T15:52:13.045Z] 01897a19ddb4: Preparing [2021-01-11T15:52:13.045Z] a5f9d60c0c2a: Preparing [2021-01-11T15:52:13.045Z] 932d5551c5ed: Preparing [2021-01-11T15:52:13.045Z] 44350d0a2d64: Preparing [2021-01-11T15:52:13.045Z] 379067d0cb53: Preparing [2021-01-11T15:52:13.045Z] 44350d0a2d64: Waiting [2021-01-11T15:52:13.045Z] 379067d0cb53: Waiting [2021-01-11T15:52:13.045Z] 01897a19ddb4: Layer already exists [2021-01-11T15:52:13.045Z] ec7c39c83fd0: Layer already exists [2021-01-11T15:52:13.045Z] 866a54a92747: Layer already exists [2021-01-11T15:52:13.045Z] a5f9d60c0c2a: Layer already exists [2021-01-11T15:52:13.045Z] 932d5551c5ed: Layer already exists [2021-01-11T15:52:13.317Z] 44350d0a2d64: Layer already exists [2021-01-11T15:52:13.317Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:13.317Z] master: digest: sha256:bd57acbeb75af3e7e6259ae473d16d9a21c5e8e09bbc0875e7a71f764145321f size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:52:13.509Z] ===================================================== [Pipeline] echo [2021-01-11T15:52:13.550Z] taggedImages: [2021-01-11T15:52:13.550Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:13.550Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:13.550Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:13.550Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-11T15:52:13.607Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-11T15:52:13.607Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:13.607Z] 2.0.0-dev.33 [2021-01-11T15:52:13.607Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:13.607Z] master [2021-01-11T15:52:13.607Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:14.135Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:14.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:14.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-11T15:52:14.465Z] 6385f4820488: Preparing [2021-01-11T15:52:14.465Z] 4dff19aec36b: Preparing [2021-01-11T15:52:14.465Z] 0e231e11b6bb: Preparing [2021-01-11T15:52:14.465Z] 61e570d7d429: Preparing [2021-01-11T15:52:14.465Z] 8092216d1341: Preparing [2021-01-11T15:52:14.465Z] 379067d0cb53: Preparing [2021-01-11T15:52:14.465Z] 379067d0cb53: Waiting [2021-01-11T15:52:14.740Z] 0e231e11b6bb: Pushed [2021-01-11T15:52:14.740Z] 61e570d7d429: Pushed [2021-01-11T15:52:15.013Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:15.013Z] 8092216d1341: Pushed [2021-01-11T15:52:16.971Z] 4dff19aec36b: Pushed [2021-01-11T15:52:16.971Z] 6385f4820488: Pushed [2021-01-11T15:52:16.971Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:2bc71a99f8fa94d67664c0f1143da20952913ede161aa8ddab1adad7009d0af1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:17.310Z] + 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-11T15:52:17.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:17.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-11T15:52:17.654Z] 6385f4820488: Preparing [2021-01-11T15:52:17.654Z] 4dff19aec36b: Preparing [2021-01-11T15:52:17.654Z] 0e231e11b6bb: Preparing [2021-01-11T15:52:17.654Z] 61e570d7d429: Preparing [2021-01-11T15:52:17.654Z] 8092216d1341: Preparing [2021-01-11T15:52:17.654Z] 379067d0cb53: Preparing [2021-01-11T15:52:17.654Z] 379067d0cb53: Waiting [2021-01-11T15:52:17.654Z] 8092216d1341: Layer already exists [2021-01-11T15:52:17.654Z] 0e231e11b6bb: Layer already exists [2021-01-11T15:52:17.654Z] 61e570d7d429: Layer already exists [2021-01-11T15:52:17.654Z] 4dff19aec36b: Layer already exists [2021-01-11T15:52:17.654Z] 6385f4820488: Layer already exists [2021-01-11T15:52:17.654Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:17.924Z] 2.0.0-dev.33: digest: sha256:2bc71a99f8fa94d67664c0f1143da20952913ede161aa8ddab1adad7009d0af1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:18.272Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:18.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:18.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-11T15:52:18.608Z] 6385f4820488: Preparing [2021-01-11T15:52:18.608Z] 4dff19aec36b: Preparing [2021-01-11T15:52:18.608Z] 0e231e11b6bb: Preparing [2021-01-11T15:52:18.608Z] 61e570d7d429: Preparing [2021-01-11T15:52:18.608Z] 8092216d1341: Preparing [2021-01-11T15:52:18.608Z] 379067d0cb53: Preparing [2021-01-11T15:52:18.608Z] 379067d0cb53: Waiting [2021-01-11T15:52:18.608Z] 6385f4820488: Layer already exists [2021-01-11T15:52:18.608Z] 61e570d7d429: Layer already exists [2021-01-11T15:52:18.608Z] 0e231e11b6bb: Layer already exists [2021-01-11T15:52:18.608Z] 8092216d1341: Layer already exists [2021-01-11T15:52:18.608Z] 4dff19aec36b: Layer already exists [2021-01-11T15:52:18.608Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:18.878Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:2bc71a99f8fa94d67664c0f1143da20952913ede161aa8ddab1adad7009d0af1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:19.220Z] + 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-11T15:52:19.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-11T15:52:19.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-11T15:52:19.551Z] 6385f4820488: Preparing [2021-01-11T15:52:19.551Z] 4dff19aec36b: Preparing [2021-01-11T15:52:19.551Z] 0e231e11b6bb: Preparing [2021-01-11T15:52:19.551Z] 61e570d7d429: Preparing [2021-01-11T15:52:19.551Z] 8092216d1341: Preparing [2021-01-11T15:52:19.551Z] 379067d0cb53: Preparing [2021-01-11T15:52:19.551Z] 379067d0cb53: Waiting [2021-01-11T15:52:19.551Z] 0e231e11b6bb: Layer already exists [2021-01-11T15:52:19.551Z] 6385f4820488: Layer already exists [2021-01-11T15:52:19.823Z] 8092216d1341: Layer already exists [2021-01-11T15:52:19.823Z] 4dff19aec36b: Layer already exists [2021-01-11T15:52:19.823Z] 61e570d7d429: Layer already exists [2021-01-11T15:52:19.823Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:19.823Z] master: digest: sha256:2bc71a99f8fa94d67664c0f1143da20952913ede161aa8ddab1adad7009d0af1 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:52:20.047Z] ===================================================== [Pipeline] echo [2021-01-11T15:52:20.171Z] taggedImages: [2021-01-11T15:52:20.171Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:20.171Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:20.171Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:20.171Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-11T15:52:20.258Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-11T15:52:20.258Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:20.258Z] 2.0.0-dev.33 [2021-01-11T15:52:20.258Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:20.258Z] master [2021-01-11T15:52:20.258Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:20.794Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:21.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:21.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-11T15:52:21.125Z] ed6ce5807e8f: Preparing [2021-01-11T15:52:21.125Z] b3af11a24610: Preparing [2021-01-11T15:52:21.125Z] 817f3034c9d3: Preparing [2021-01-11T15:52:21.125Z] fa3fd0a66207: Preparing [2021-01-11T15:52:21.125Z] b04c93b00f48: Preparing [2021-01-11T15:52:21.125Z] cd823d09df81: Preparing [2021-01-11T15:52:21.125Z] 4f9b7318013b: Preparing [2021-01-11T15:52:21.125Z] 44350d0a2d64: Preparing [2021-01-11T15:52:21.125Z] 379067d0cb53: Preparing [2021-01-11T15:52:21.125Z] cd823d09df81: Waiting [2021-01-11T15:52:21.125Z] 4f9b7318013b: Waiting [2021-01-11T15:52:21.125Z] 44350d0a2d64: Waiting [2021-01-11T15:52:21.125Z] 379067d0cb53: Waiting [2021-01-11T15:52:21.397Z] b3af11a24610: Pushed [2021-01-11T15:52:21.397Z] ed6ce5807e8f: Pushed [2021-01-11T15:52:21.397Z] b04c93b00f48: Pushed [2021-01-11T15:52:21.669Z] 44350d0a2d64: Layer already exists [2021-01-11T15:52:21.669Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:21.669Z] cd823d09df81: Pushed [2021-01-11T15:52:21.669Z] 4f9b7318013b: Pushed [2021-01-11T15:52:23.631Z] fa3fd0a66207: Pushed [2021-01-11T15:52:23.631Z] 817f3034c9d3: Pushed [2021-01-11T15:52:23.631Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:2ae1568e4f5364be58807c488380ffcfe7c1ceece951a971501b804319cca962 size: 2197 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:24.235Z] + 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-11T15:52:24.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:24.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-11T15:52:24.606Z] ed6ce5807e8f: Preparing [2021-01-11T15:52:24.606Z] b3af11a24610: Preparing [2021-01-11T15:52:24.606Z] 817f3034c9d3: Preparing [2021-01-11T15:52:24.606Z] fa3fd0a66207: Preparing [2021-01-11T15:52:24.606Z] b04c93b00f48: Preparing [2021-01-11T15:52:24.606Z] cd823d09df81: Preparing [2021-01-11T15:52:24.606Z] 4f9b7318013b: Preparing [2021-01-11T15:52:24.606Z] 44350d0a2d64: Preparing [2021-01-11T15:52:24.606Z] 379067d0cb53: Preparing [2021-01-11T15:52:24.606Z] cd823d09df81: Waiting [2021-01-11T15:52:24.606Z] 4f9b7318013b: Waiting [2021-01-11T15:52:24.606Z] 44350d0a2d64: Waiting [2021-01-11T15:52:24.606Z] 379067d0cb53: Waiting [2021-01-11T15:52:24.878Z] b3af11a24610: Layer already exists [2021-01-11T15:52:24.878Z] fa3fd0a66207: Layer already exists [2021-01-11T15:52:24.878Z] ed6ce5807e8f: Layer already exists [2021-01-11T15:52:24.878Z] 817f3034c9d3: Layer already exists [2021-01-11T15:52:24.878Z] b04c93b00f48: Layer already exists [2021-01-11T15:52:24.878Z] 4f9b7318013b: Layer already exists [2021-01-11T15:52:24.878Z] cd823d09df81: Layer already exists [2021-01-11T15:52:24.878Z] 44350d0a2d64: Layer already exists [2021-01-11T15:52:24.878Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:24.878Z] 2.0.0-dev.33: digest: sha256:2ae1568e4f5364be58807c488380ffcfe7c1ceece951a971501b804319cca962 size: 2197 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:25.244Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:25.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:25.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-11T15:52:25.618Z] ed6ce5807e8f: Preparing [2021-01-11T15:52:25.618Z] b3af11a24610: Preparing [2021-01-11T15:52:25.618Z] 817f3034c9d3: Preparing [2021-01-11T15:52:25.618Z] fa3fd0a66207: Preparing [2021-01-11T15:52:25.618Z] b04c93b00f48: Preparing [2021-01-11T15:52:25.618Z] cd823d09df81: Preparing [2021-01-11T15:52:25.618Z] 4f9b7318013b: Preparing [2021-01-11T15:52:25.618Z] 44350d0a2d64: Preparing [2021-01-11T15:52:25.618Z] 379067d0cb53: Preparing [2021-01-11T15:52:25.618Z] 379067d0cb53: Waiting [2021-01-11T15:52:25.618Z] cd823d09df81: Waiting [2021-01-11T15:52:25.618Z] b3af11a24610: Layer already exists [2021-01-11T15:52:25.618Z] 817f3034c9d3: Layer already exists [2021-01-11T15:52:25.618Z] ed6ce5807e8f: Layer already exists [2021-01-11T15:52:25.618Z] fa3fd0a66207: Layer already exists [2021-01-11T15:52:25.618Z] b04c93b00f48: Layer already exists [2021-01-11T15:52:25.618Z] cd823d09df81: Layer already exists [2021-01-11T15:52:25.618Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:25.889Z] 44350d0a2d64: Layer already exists [2021-01-11T15:52:25.889Z] 4f9b7318013b: Layer already exists [2021-01-11T15:52:25.889Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:2ae1568e4f5364be58807c488380ffcfe7c1ceece951a971501b804319cca962 size: 2197 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:26.220Z] + 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-11T15:52:26.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-11T15:52:26.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-11T15:52:26.548Z] ed6ce5807e8f: Preparing [2021-01-11T15:52:26.548Z] b3af11a24610: Preparing [2021-01-11T15:52:26.548Z] 817f3034c9d3: Preparing [2021-01-11T15:52:26.548Z] fa3fd0a66207: Preparing [2021-01-11T15:52:26.548Z] b04c93b00f48: Preparing [2021-01-11T15:52:26.548Z] cd823d09df81: Preparing [2021-01-11T15:52:26.548Z] 4f9b7318013b: Preparing [2021-01-11T15:52:26.548Z] 44350d0a2d64: Preparing [2021-01-11T15:52:26.548Z] 379067d0cb53: Preparing [2021-01-11T15:52:26.548Z] 4f9b7318013b: Waiting [2021-01-11T15:52:26.548Z] 44350d0a2d64: Waiting [2021-01-11T15:52:26.548Z] 379067d0cb53: Waiting [2021-01-11T15:52:26.548Z] cd823d09df81: Waiting [2021-01-11T15:52:26.548Z] b3af11a24610: Layer already exists [2021-01-11T15:52:26.548Z] b04c93b00f48: Layer already exists [2021-01-11T15:52:26.548Z] 817f3034c9d3: Layer already exists [2021-01-11T15:52:26.548Z] ed6ce5807e8f: Layer already exists [2021-01-11T15:52:26.548Z] fa3fd0a66207: Layer already exists [2021-01-11T15:52:26.818Z] 44350d0a2d64: Layer already exists [2021-01-11T15:52:26.818Z] 4f9b7318013b: Layer already exists [2021-01-11T15:52:26.818Z] cd823d09df81: Layer already exists [2021-01-11T15:52:26.818Z] 379067d0cb53: Layer already exists [2021-01-11T15:52:26.818Z] master: digest: sha256:2ae1568e4f5364be58807c488380ffcfe7c1ceece951a971501b804319cca962 size: 2197 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:52:26.994Z] ===================================================== [Pipeline] echo [2021-01-11T15:52:27.042Z] taggedImages: [2021-01-11T15:52:27.042Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:27.042Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:27.042Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:27.042Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-11T15:52:27.167Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-11T15:52:27.167Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:27.167Z] 2.0.0-dev.33 [2021-01-11T15:52:27.167Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:27.167Z] master [2021-01-11T15:52:27.167Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:27.658Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:27.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:27.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-11T15:52:27.987Z] 862af13981ec: Preparing [2021-01-11T15:52:27.987Z] 454c254015ae: Preparing [2021-01-11T15:52:27.987Z] d12a0eb9f38c: Preparing [2021-01-11T15:52:27.987Z] 49b9b51dd05c: Preparing [2021-01-11T15:52:27.987Z] a73a2a0335cc: Preparing [2021-01-11T15:52:27.987Z] 57e916a0116d: Preparing [2021-01-11T15:52:27.987Z] 57e916a0116d: Waiting [2021-01-11T15:52:28.265Z] d12a0eb9f38c: Pushed [2021-01-11T15:52:28.265Z] 862af13981ec: Pushed [2021-01-11T15:52:28.536Z] a73a2a0335cc: Pushed [2021-01-11T15:52:28.536Z] 49b9b51dd05c: Pushed [2021-01-11T15:52:28.806Z] 57e916a0116d: Pushed [2021-01-11T15:52:30.763Z] 454c254015ae: Pushed [2021-01-11T15:52:31.030Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:c1975119c95c55421225c1ead5b35fd199cd8d9ead78e563d699a39d15fbcab6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:31.364Z] + 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-11T15:52:31.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:31.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-11T15:52:31.719Z] 862af13981ec: Preparing [2021-01-11T15:52:31.719Z] 454c254015ae: Preparing [2021-01-11T15:52:31.719Z] d12a0eb9f38c: Preparing [2021-01-11T15:52:31.719Z] 49b9b51dd05c: Preparing [2021-01-11T15:52:31.719Z] a73a2a0335cc: Preparing [2021-01-11T15:52:31.719Z] 57e916a0116d: Preparing [2021-01-11T15:52:31.719Z] 57e916a0116d: Waiting [2021-01-11T15:52:31.990Z] a73a2a0335cc: Layer already exists [2021-01-11T15:52:31.990Z] 49b9b51dd05c: Layer already exists [2021-01-11T15:52:31.990Z] 454c254015ae: Layer already exists [2021-01-11T15:52:31.990Z] d12a0eb9f38c: Layer already exists [2021-01-11T15:52:31.990Z] 862af13981ec: Layer already exists [2021-01-11T15:52:31.990Z] 57e916a0116d: Layer already exists [2021-01-11T15:52:31.990Z] 2.0.0-dev.33: digest: sha256:c1975119c95c55421225c1ead5b35fd199cd8d9ead78e563d699a39d15fbcab6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:32.327Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:32.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:32.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-11T15:52:32.663Z] 862af13981ec: Preparing [2021-01-11T15:52:32.663Z] 454c254015ae: Preparing [2021-01-11T15:52:32.663Z] d12a0eb9f38c: Preparing [2021-01-11T15:52:32.663Z] 49b9b51dd05c: Preparing [2021-01-11T15:52:32.663Z] a73a2a0335cc: Preparing [2021-01-11T15:52:32.663Z] 57e916a0116d: Preparing [2021-01-11T15:52:32.663Z] 57e916a0116d: Waiting [2021-01-11T15:52:32.663Z] a73a2a0335cc: Layer already exists [2021-01-11T15:52:32.663Z] 49b9b51dd05c: Layer already exists [2021-01-11T15:52:32.663Z] 454c254015ae: Layer already exists [2021-01-11T15:52:32.663Z] d12a0eb9f38c: Layer already exists [2021-01-11T15:52:32.663Z] 862af13981ec: Layer already exists [2021-01-11T15:52:32.663Z] 57e916a0116d: Layer already exists [2021-01-11T15:52:32.931Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:c1975119c95c55421225c1ead5b35fd199cd8d9ead78e563d699a39d15fbcab6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:33.265Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:33.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-11T15:52:33.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-11T15:52:33.593Z] 862af13981ec: Preparing [2021-01-11T15:52:33.593Z] 454c254015ae: Preparing [2021-01-11T15:52:33.593Z] d12a0eb9f38c: Preparing [2021-01-11T15:52:33.593Z] 49b9b51dd05c: Preparing [2021-01-11T15:52:33.593Z] a73a2a0335cc: Preparing [2021-01-11T15:52:33.593Z] 57e916a0116d: Preparing [2021-01-11T15:52:33.593Z] 57e916a0116d: Waiting [2021-01-11T15:52:33.593Z] 454c254015ae: Layer already exists [2021-01-11T15:52:33.593Z] 49b9b51dd05c: Layer already exists [2021-01-11T15:52:33.593Z] d12a0eb9f38c: Layer already exists [2021-01-11T15:52:33.593Z] 862af13981ec: Layer already exists [2021-01-11T15:52:33.593Z] a73a2a0335cc: Layer already exists [2021-01-11T15:52:33.593Z] 57e916a0116d: Layer already exists [2021-01-11T15:52:33.864Z] master: digest: sha256:c1975119c95c55421225c1ead5b35fd199cd8d9ead78e563d699a39d15fbcab6 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:52:34.043Z] ===================================================== [Pipeline] echo [2021-01-11T15:52:34.100Z] taggedImages: [2021-01-11T15:52:34.100Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:34.100Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:34.100Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:34.100Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-11T15:52:34.172Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-11T15:52:34.172Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:34.172Z] 2.0.0-dev.33 [2021-01-11T15:52:34.172Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:34.172Z] master [2021-01-11T15:52:34.172Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:34.749Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:35.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:35.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-11T15:52:35.080Z] b6f1c3c21e09: Preparing [2021-01-11T15:52:35.080Z] c2e4c7f84938: Preparing [2021-01-11T15:52:35.080Z] 325a17c358d4: Preparing [2021-01-11T15:52:35.349Z] b6f1c3c21e09: Pushed [2021-01-11T15:52:35.349Z] 325a17c358d4: Pushed [2021-01-11T15:52:37.947Z] c2e4c7f84938: Pushed [2021-01-11T15:52:37.947Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:a4cc5054d443f7e3490a29d2f9cf2591ad24daca1451f8436c95d7073385902d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:38.279Z] + 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-11T15:52:38.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:38.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-11T15:52:38.605Z] b6f1c3c21e09: Preparing [2021-01-11T15:52:38.605Z] c2e4c7f84938: Preparing [2021-01-11T15:52:38.605Z] 325a17c358d4: Preparing [2021-01-11T15:52:38.605Z] c2e4c7f84938: Layer already exists [2021-01-11T15:52:38.605Z] b6f1c3c21e09: Layer already exists [2021-01-11T15:52:38.605Z] 325a17c358d4: Layer already exists [2021-01-11T15:52:38.874Z] 2.0.0-dev.33: digest: sha256:a4cc5054d443f7e3490a29d2f9cf2591ad24daca1451f8436c95d7073385902d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:39.213Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:39.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:39.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-11T15:52:39.542Z] b6f1c3c21e09: Preparing [2021-01-11T15:52:39.542Z] c2e4c7f84938: Preparing [2021-01-11T15:52:39.542Z] 325a17c358d4: Preparing [2021-01-11T15:52:39.811Z] 325a17c358d4: Layer already exists [2021-01-11T15:52:39.811Z] b6f1c3c21e09: Layer already exists [2021-01-11T15:52:39.811Z] c2e4c7f84938: Layer already exists [2021-01-11T15:52:39.811Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:a4cc5054d443f7e3490a29d2f9cf2591ad24daca1451f8436c95d7073385902d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:40.146Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:40.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-11T15:52:40.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-11T15:52:40.477Z] b6f1c3c21e09: Preparing [2021-01-11T15:52:40.477Z] c2e4c7f84938: Preparing [2021-01-11T15:52:40.477Z] 325a17c358d4: Preparing [2021-01-11T15:52:40.477Z] b6f1c3c21e09: Layer already exists [2021-01-11T15:52:40.477Z] c2e4c7f84938: Layer already exists [2021-01-11T15:52:40.477Z] 325a17c358d4: Layer already exists [2021-01-11T15:52:40.747Z] master: digest: sha256:a4cc5054d443f7e3490a29d2f9cf2591ad24daca1451f8436c95d7073385902d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:52:40.933Z] ===================================================== [Pipeline] echo [2021-01-11T15:52:40.977Z] taggedImages: [2021-01-11T15:52:40.977Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:40.977Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:40.977Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:40.977Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-11T15:52:41.038Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-11T15:52:41.038Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:41.038Z] 2.0.0-dev.33 [2021-01-11T15:52:41.038Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:41.038Z] master [2021-01-11T15:52:41.038Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:41.526Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:41.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:41.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-11T15:52:41.873Z] c306f50ec1b6: Preparing [2021-01-11T15:52:41.873Z] 466ee2393524: Preparing [2021-01-11T15:52:41.873Z] faee37e54fb9: Preparing [2021-01-11T15:52:41.873Z] 3d782bd45c32: Preparing [2021-01-11T15:52:41.873Z] 224e4ecdc670: Preparing [2021-01-11T15:52:41.873Z] eb1c7e140c3d: Preparing [2021-01-11T15:52:41.873Z] 9284cc5d7f9f: Preparing [2021-01-11T15:52:41.873Z] 9ded3b6bb9b5: Preparing [2021-01-11T15:52:41.873Z] fa1afe8e6ed9: Preparing [2021-01-11T15:52:41.873Z] 87a09b4c083e: Preparing [2021-01-11T15:52:41.873Z] 0f74e9ff2a61: Preparing [2021-01-11T15:52:41.873Z] b122376c33c6: Preparing [2021-01-11T15:52:41.873Z] f8381ed47b22: Preparing [2021-01-11T15:52:41.873Z] e934a737d657: Preparing [2021-01-11T15:52:41.873Z] 87a09b4c083e: Waiting [2021-01-11T15:52:41.873Z] 0f74e9ff2a61: Waiting [2021-01-11T15:52:41.873Z] f8381ed47b22: Waiting [2021-01-11T15:52:41.873Z] eb1c7e140c3d: Waiting [2021-01-11T15:52:41.873Z] 9284cc5d7f9f: Waiting [2021-01-11T15:52:41.873Z] 9ded3b6bb9b5: Waiting [2021-01-11T15:52:41.873Z] fa1afe8e6ed9: Waiting [2021-01-11T15:52:41.873Z] e934a737d657: Waiting [2021-01-11T15:52:42.469Z] 224e4ecdc670: Pushed [2021-01-11T15:52:42.469Z] c306f50ec1b6: Pushed [2021-01-11T15:52:43.066Z] 3d782bd45c32: Pushed [2021-01-11T15:52:43.066Z] 9ded3b6bb9b5: Layer already exists [2021-01-11T15:52:43.066Z] fa1afe8e6ed9: Layer already exists [2021-01-11T15:52:43.340Z] 9284cc5d7f9f: Pushed [2021-01-11T15:52:43.340Z] 87a09b4c083e: Layer already exists [2021-01-11T15:52:43.340Z] 0f74e9ff2a61: Layer already exists [2021-01-11T15:52:43.340Z] b122376c33c6: Layer already exists [2021-01-11T15:52:43.340Z] e934a737d657: Layer already exists [2021-01-11T15:52:43.340Z] f8381ed47b22: Layer already exists [2021-01-11T15:52:43.931Z] 466ee2393524: Pushed [2021-01-11T15:52:44.901Z] eb1c7e140c3d: Pushed [2021-01-11T15:52:55.011Z] faee37e54fb9: Pushed [2021-01-11T15:52:55.279Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743: digest: sha256:7b5922de07e1dc9288918435e372a4812db62f005ed62077e2ad756b11d7b284 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:55.619Z] + 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-11T15:52:55.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:55.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-11T15:52:55.946Z] c306f50ec1b6: Preparing [2021-01-11T15:52:55.946Z] 466ee2393524: Preparing [2021-01-11T15:52:55.946Z] faee37e54fb9: Preparing [2021-01-11T15:52:55.946Z] 3d782bd45c32: Preparing [2021-01-11T15:52:55.946Z] 224e4ecdc670: Preparing [2021-01-11T15:52:55.946Z] eb1c7e140c3d: Preparing [2021-01-11T15:52:55.946Z] 9284cc5d7f9f: Preparing [2021-01-11T15:52:55.946Z] 9ded3b6bb9b5: Preparing [2021-01-11T15:52:55.946Z] fa1afe8e6ed9: Preparing [2021-01-11T15:52:55.946Z] 87a09b4c083e: Preparing [2021-01-11T15:52:55.946Z] 0f74e9ff2a61: Preparing [2021-01-11T15:52:55.946Z] b122376c33c6: Preparing [2021-01-11T15:52:55.946Z] f8381ed47b22: Preparing [2021-01-11T15:52:55.946Z] e934a737d657: Preparing [2021-01-11T15:52:55.946Z] eb1c7e140c3d: Waiting [2021-01-11T15:52:55.946Z] 9284cc5d7f9f: Waiting [2021-01-11T15:52:55.946Z] 9ded3b6bb9b5: Waiting [2021-01-11T15:52:55.946Z] fa1afe8e6ed9: Waiting [2021-01-11T15:52:55.946Z] 87a09b4c083e: Waiting [2021-01-11T15:52:55.946Z] f8381ed47b22: Waiting [2021-01-11T15:52:55.946Z] e934a737d657: Waiting [2021-01-11T15:52:55.946Z] 0f74e9ff2a61: Waiting [2021-01-11T15:52:55.946Z] b122376c33c6: Waiting [2021-01-11T15:52:55.946Z] 3d782bd45c32: Layer already exists [2021-01-11T15:52:55.946Z] c306f50ec1b6: Layer already exists [2021-01-11T15:52:55.946Z] faee37e54fb9: Layer already exists [2021-01-11T15:52:55.946Z] 466ee2393524: Layer already exists [2021-01-11T15:52:55.946Z] 224e4ecdc670: Layer already exists [2021-01-11T15:52:55.946Z] fa1afe8e6ed9: Layer already exists [2021-01-11T15:52:55.946Z] eb1c7e140c3d: Layer already exists [2021-01-11T15:52:55.946Z] 9ded3b6bb9b5: Layer already exists [2021-01-11T15:52:56.215Z] 9284cc5d7f9f: Layer already exists [2021-01-11T15:52:56.215Z] 87a09b4c083e: Layer already exists [2021-01-11T15:52:56.215Z] f8381ed47b22: Layer already exists [2021-01-11T15:52:56.215Z] e934a737d657: Layer already exists [2021-01-11T15:52:56.215Z] 0f74e9ff2a61: Layer already exists [2021-01-11T15:52:56.215Z] b122376c33c6: Layer already exists [2021-01-11T15:52:56.215Z] 2.0.0-dev.33: digest: sha256:7b5922de07e1dc9288918435e372a4812db62f005ed62077e2ad756b11d7b284 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:56.576Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:56.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:56.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-11T15:52:56.935Z] c306f50ec1b6: Preparing [2021-01-11T15:52:56.935Z] 466ee2393524: Preparing [2021-01-11T15:52:56.935Z] faee37e54fb9: Preparing [2021-01-11T15:52:56.935Z] 3d782bd45c32: Preparing [2021-01-11T15:52:56.935Z] 224e4ecdc670: Preparing [2021-01-11T15:52:56.935Z] eb1c7e140c3d: Preparing [2021-01-11T15:52:56.935Z] 9284cc5d7f9f: Preparing [2021-01-11T15:52:56.935Z] 9ded3b6bb9b5: Preparing [2021-01-11T15:52:56.935Z] fa1afe8e6ed9: Preparing [2021-01-11T15:52:56.935Z] 87a09b4c083e: Preparing [2021-01-11T15:52:56.935Z] 0f74e9ff2a61: Preparing [2021-01-11T15:52:56.935Z] b122376c33c6: Preparing [2021-01-11T15:52:56.935Z] f8381ed47b22: Preparing [2021-01-11T15:52:56.935Z] e934a737d657: Preparing [2021-01-11T15:52:56.935Z] 9284cc5d7f9f: Waiting [2021-01-11T15:52:56.935Z] 9ded3b6bb9b5: Waiting [2021-01-11T15:52:56.935Z] fa1afe8e6ed9: Waiting [2021-01-11T15:52:56.935Z] 87a09b4c083e: Waiting [2021-01-11T15:52:56.935Z] 0f74e9ff2a61: Waiting [2021-01-11T15:52:56.935Z] b122376c33c6: Waiting [2021-01-11T15:52:56.935Z] f8381ed47b22: Waiting [2021-01-11T15:52:56.935Z] e934a737d657: Waiting [2021-01-11T15:52:56.935Z] eb1c7e140c3d: Waiting [2021-01-11T15:52:57.216Z] 3d782bd45c32: Layer already exists [2021-01-11T15:52:57.216Z] faee37e54fb9: Layer already exists [2021-01-11T15:52:57.216Z] 224e4ecdc670: Layer already exists [2021-01-11T15:52:57.216Z] 466ee2393524: Layer already exists [2021-01-11T15:52:57.216Z] c306f50ec1b6: Layer already exists [2021-01-11T15:52:57.216Z] 9284cc5d7f9f: Layer already exists [2021-01-11T15:52:57.216Z] fa1afe8e6ed9: Layer already exists [2021-01-11T15:52:57.216Z] eb1c7e140c3d: Layer already exists [2021-01-11T15:52:57.216Z] 9ded3b6bb9b5: Layer already exists [2021-01-11T15:52:57.216Z] 87a09b4c083e: Layer already exists [2021-01-11T15:52:57.216Z] 0f74e9ff2a61: Layer already exists [2021-01-11T15:52:57.216Z] f8381ed47b22: Layer already exists [2021-01-11T15:52:57.216Z] b122376c33c6: Layer already exists [2021-01-11T15:52:57.216Z] e934a737d657: Layer already exists [2021-01-11T15:52:57.216Z] cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33: digest: sha256:7b5922de07e1dc9288918435e372a4812db62f005ed62077e2ad756b11d7b284 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:52:57.564Z] + 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-11T15:52:57.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-11T15:52:57.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-11T15:52:57.909Z] c306f50ec1b6: Preparing [2021-01-11T15:52:57.909Z] 466ee2393524: Preparing [2021-01-11T15:52:57.909Z] faee37e54fb9: Preparing [2021-01-11T15:52:57.909Z] 3d782bd45c32: Preparing [2021-01-11T15:52:57.909Z] 224e4ecdc670: Preparing [2021-01-11T15:52:57.909Z] eb1c7e140c3d: Preparing [2021-01-11T15:52:57.909Z] 9284cc5d7f9f: Preparing [2021-01-11T15:52:57.909Z] 9ded3b6bb9b5: Preparing [2021-01-11T15:52:57.909Z] fa1afe8e6ed9: Preparing [2021-01-11T15:52:57.909Z] 87a09b4c083e: Preparing [2021-01-11T15:52:57.909Z] 0f74e9ff2a61: Preparing [2021-01-11T15:52:57.909Z] b122376c33c6: Preparing [2021-01-11T15:52:57.909Z] f8381ed47b22: Preparing [2021-01-11T15:52:57.909Z] e934a737d657: Preparing [2021-01-11T15:52:57.909Z] eb1c7e140c3d: Waiting [2021-01-11T15:52:57.910Z] 9284cc5d7f9f: Waiting [2021-01-11T15:52:57.910Z] 9ded3b6bb9b5: Waiting [2021-01-11T15:52:57.910Z] fa1afe8e6ed9: Waiting [2021-01-11T15:52:57.910Z] f8381ed47b22: Waiting [2021-01-11T15:52:57.910Z] 87a09b4c083e: Waiting [2021-01-11T15:52:57.910Z] e934a737d657: Waiting [2021-01-11T15:52:57.910Z] 0f74e9ff2a61: Waiting [2021-01-11T15:52:57.910Z] b122376c33c6: Waiting [2021-01-11T15:52:58.180Z] 466ee2393524: Layer already exists [2021-01-11T15:52:58.180Z] c306f50ec1b6: Layer already exists [2021-01-11T15:52:58.180Z] faee37e54fb9: Layer already exists [2021-01-11T15:52:58.180Z] 3d782bd45c32: Layer already exists [2021-01-11T15:52:58.180Z] 224e4ecdc670: Layer already exists [2021-01-11T15:52:58.180Z] eb1c7e140c3d: Layer already exists [2021-01-11T15:52:58.180Z] fa1afe8e6ed9: Layer already exists [2021-01-11T15:52:58.180Z] 9ded3b6bb9b5: Layer already exists [2021-01-11T15:52:58.180Z] 87a09b4c083e: Layer already exists [2021-01-11T15:52:58.180Z] 9284cc5d7f9f: Layer already exists [2021-01-11T15:52:58.180Z] b122376c33c6: Layer already exists [2021-01-11T15:52:58.180Z] e934a737d657: Layer already exists [2021-01-11T15:52:58.180Z] 0f74e9ff2a61: Layer already exists [2021-01-11T15:52:58.180Z] f8381ed47b22: Layer already exists [2021-01-11T15:52:58.180Z] master: digest: sha256:7b5922de07e1dc9288918435e372a4812db62f005ed62077e2ad756b11d7b284 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-11T15:52:58.425Z] ===================================================== [Pipeline] echo [2021-01-11T15:52:58.470Z] taggedImages: [2021-01-11T15:52:58.470Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743 [2021-01-11T15:52:58.470Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-11T15:52:58.470Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:cf513aa69aa73df9a6f6252b052cd5c5a0259743-2.0.0-dev.33 [2021-01-11T15:52:58.470Z] - 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-11T15:53:00.158Z] provisioning config files... [2021-01-11T15:53:00.172Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/283@tmp/config3589653907710143033tmp [Pipeline] { [Pipeline] sh [2021-01-11T15:53:00.679Z] + set +x [2021-01-11T15:53:00.679Z] + bash -s -- [2021-01-11T15:53:00.679Z] + curl -s https://codecov.io/bash [2021-01-11T15:53:01.270Z] [2021-01-11T15:53:01.270Z] _____ _ [2021-01-11T15:53:01.270Z] / ____| | | [2021-01-11T15:53:01.270Z] | | ___ __| | ___ ___ _____ __ [2021-01-11T15:53:01.270Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-11T15:53:01.270Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-11T15:53:01.270Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-11T15:53:01.270Z] Bash-20201231-23d4836 [2021-01-11T15:53:01.270Z] [2021-01-11T15:53:01.270Z] [2021-01-11T15:53:01.270Z] ==> git version 2.24.3 found [2021-01-11T15:53:01.270Z] ==> 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-11T15:53:01.270Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-11T15:53:01.270Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-11T15:53:01.270Z] ==> Jenkins CI detected. [2021-01-11T15:53:01.270Z] project root: . [2021-01-11T15:53:01.270Z] --> token set from env [2021-01-11T15:53:01.270Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-11T15:53:01.566Z] ==> Running gcov in . (disable via -X gcov) [2021-01-11T15:53:01.566Z] ==> Python coveragepy not found [2021-01-11T15:53:01.566Z] ==> Searching for coverage reports in: [2021-01-11T15:53:01.566Z] + . [2021-01-11T15:53:01.566Z] -> Found 1 reports [2021-01-11T15:53:01.566Z] ==> Detecting git/mercurial file structure [2021-01-11T15:53:01.566Z] ==> Reading reports [2021-01-11T15:53:01.566Z] + ./coverage.out bytes=545099 [2021-01-11T15:53:01.566Z] ==> Appending adjustments [2021-01-11T15:53:01.566Z] https://docs.codecov.io/docs/fixing-reports [2021-01-11T15:53:06.950Z] + Found adjustments [2021-01-11T15:53:06.950Z] ==> Gzipping contents [2021-01-11T15:53:06.950Z] 84K /tmp/codecov.2gFt6c.gz [2021-01-11T15:53:06.950Z] ==> Uploading reports [2021-01-11T15:53:06.950Z] url: https://codecov.io [2021-01-11T15:53:06.950Z] query: branch=master&commit=cf513aa69aa73df9a6f6252b052cd5c5a0259743&build=283&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F283%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-11T15:53:06.950Z] -> Pinging Codecov [2021-01-11T15:53:06.950Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=cf513aa69aa73df9a6f6252b052cd5c5a0259743&build=283&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F283%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-11T15:53:06.950Z] -> Uploading to [2021-01-11T15:53:06.950Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-11/00271124DB129430A58F1EEE437C3FCB/cf513aa69aa73df9a6f6252b052cd5c5a0259743/0acdde6f-1a6c-46fa-a1c9-8baa282df270.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T155306Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ecf5568e88b27768f52deec1e74b52cb7d58beee900784b1f56e22053f790370 [2021-01-11T15:53:06.950Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:53:06.950Z] Dload Upload Total Spent Left Speed [2021-01-11T15:53:07.531Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82781 0 0 100 82781 0 147k --:--:-- --:--:-- --:--:-- 146k [2021-01-11T15:53:07.531Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/cf513aa69aa73df9a6f6252b052cd5c5a0259743 [Pipeline] } [2021-01-11T15:53:07.543Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-11T15:53:08.380Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-11T15:53:08.444Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:53:08.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T15:53:09.465Z] [2021-01-11T15:53:09.465Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:53:09.887Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T15:53:10.175Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-11T15:53:10.175Z] 188c0c94c7c5: Already exists [2021-01-11T15:53:10.175Z] 0ef7d3d256c8: Already exists [2021-01-11T15:53:10.175Z] de9db76c5a1d: Already exists [2021-01-11T15:53:10.175Z] 0eba1c9be4d2: Pulling fs layer [2021-01-11T15:53:10.175Z] 0d57e429df01: Pulling fs layer [2021-01-11T15:53:10.175Z] 4e4be7b47b0d: Pulling fs layer [2021-01-11T15:53:10.175Z] e1f770b5df2f: Pulling fs layer [2021-01-11T15:53:10.175Z] 85a0685a4137: Pulling fs layer [2021-01-11T15:53:10.175Z] e1f770b5df2f: Waiting [2021-01-11T15:53:10.175Z] 85a0685a4137: Waiting [2021-01-11T15:53:10.441Z] 4e4be7b47b0d: Verifying Checksum [2021-01-11T15:53:10.441Z] 0d57e429df01: Verifying Checksum [2021-01-11T15:53:10.441Z] 4e4be7b47b0d: Download complete [2021-01-11T15:53:10.441Z] 0d57e429df01: Download complete [2021-01-11T15:53:13.130Z] e1f770b5df2f: Verifying Checksum [2021-01-11T15:53:13.130Z] e1f770b5df2f: Download complete [2021-01-11T15:53:19.950Z] 0eba1c9be4d2: Verifying Checksum [2021-01-11T15:53:19.950Z] 0eba1c9be4d2: Download complete [2021-01-11T15:53:19.950Z] 85a0685a4137: Verifying Checksum [2021-01-11T15:53:19.950Z] 85a0685a4137: Download complete [2021-01-11T15:53:32.513Z] 0eba1c9be4d2: Pull complete [2021-01-11T15:53:32.513Z] 0d57e429df01: Pull complete [2021-01-11T15:53:32.513Z] 4e4be7b47b0d: Pull complete [2021-01-11T15:53:35.669Z] e1f770b5df2f: Pull complete [2021-01-11T15:53:48.529Z] 85a0685a4137: Pull complete [2021-01-11T15:53:48.529Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-11T15:53:48.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-11T15:53:48.529Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-11T15:53:49.060Z] prd-centos7-docker-4c-2g-19520 does not seem to be running inside a container [2021-01-11T15:53:49.151Z] $ 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/283 -v /w/workspace/edgex-go/283:/w/workspace/edgex-go/283:rw,z -v /w/workspace/edgex-go/283@tmp:/w/workspace/edgex-go/283@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-snyk-go:1.410.4 cat [2021-01-11T15:53:50.852Z] $ docker top 748c1f180e4a199dee0e611b2ee8327404d601588af45de39f282144f87523c8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-11T15:53:51.232Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-11T15:53:51.548Z] + set -o pipefail [2021-01-11T15:53:51.548Z] + snyk monitor '--org=edgex-jenkins' [2021-01-11T15:54:06.622Z] [2021-01-11T15:54:06.622Z] Monitoring /w/workspace/edgex-go/283 (github.com/edgexfoundry/edgex-go)... [2021-01-11T15:54:06.622Z] [2021-01-11T15:54:06.622Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/b27803ac-c051-4ec4-8139-0a782d5f95bc [2021-01-11T15:54:06.622Z] [2021-01-11T15:54:06.622Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-11T15:54:06.622Z] [2021-01-11T15:54:06.622Z] [Pipeline] } [2021-01-11T15:54:06.647Z] $ docker stop --time=1 748c1f180e4a199dee0e611b2ee8327404d601588af45de39f282144f87523c8 [2021-01-11T15:54:10.036Z] $ docker rm -f 748c1f180e4a199dee0e611b2ee8327404d601588af45de39f282144f87523c8 [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-11T15:54:11.588Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T15:54:11.641Z] provisioning config files... [2021-01-11T15:54:11.654Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/283@tmp/config1575948644130365061tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:54:12.108Z] --> edgex-publish-swagger.sh [2021-01-11T15:54:12.108Z] === Publish openapi/v1 API === [2021-01-11T15:54:12.108Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-11T15:54:12.108Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-11T15:54:12.108Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:54:12.108Z] Dload Upload Total Spent Left Speed [2021-01-11T15:54:13.531Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8908 0:00:01 0:00:01 --:--:-- 8916 100 10521 0 0 100 10521 0 8905 0:00:01 0:00:01 --:--:-- 8916 [2021-01-11T15:54:13.531Z] [2021-01-11T15:54:13.531Z] [2021-01-11T15:54:13.531Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-11T15:54:13.531Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:54:13.531Z] Dload Upload Total Spent Left Speed [2021-01-11T15:54:14.488Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27007 0:00:01 0:00:01 --:--:-- 27017 100 32556 0 0 100 32556 0 27001 0:00:01 0:00:01 --:--:-- 27017 [2021-01-11T15:54:14.489Z] [2021-01-11T15:54:14.489Z] [2021-01-11T15:54:14.489Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-11T15:54:14.489Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:54:14.489Z] Dload Upload Total Spent Left Speed [2021-01-11T15:54:15.899Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 60004 0:00:01 0:00:01 --:--:-- 60032 100 73720 0 0 100 73720 0 59920 0:00:01 0:00:01 --:--:-- 59983 [2021-01-11T15:54:15.899Z] [2021-01-11T15:54:15.899Z] [2021-01-11T15:54:15.899Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-11T15:54:15.899Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:54:15.899Z] Dload Upload Total Spent Left Speed [2021-01-11T15:54:16.864Z] 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 11404 0:00:01 0:00:01 --:--:-- 11402 100 13580 0 0 100 13580 0 11402 0:00:01 0:00:01 --:--:-- 11402 [2021-01-11T15:54:16.865Z] [2021-01-11T15:54:16.865Z] [2021-01-11T15:54:16.865Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-11T15:54:17.137Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:54:17.137Z] Dload Upload Total Spent Left Speed [2021-01-11T15:54:18.099Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34827 0:00:01 0:00:01 --:--:-- 34846 100 38889 0 0 100 38889 0 34821 0:00:01 0:00:01 --:--:-- 34846 [2021-01-11T15:54:18.099Z] [2021-01-11T15:54:18.099Z] [2021-01-11T15:54:18.099Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-11T15:54:18.099Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:54:18.099Z] Dload Upload Total Spent Left Speed [2021-01-11T15:54:19.494Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12571 0:00:01 0:00:01 --:--:-- 12575 100 14248 0 0 100 14248 0 12568 0:00:01 0:00:01 --:--:-- 12575 [2021-01-11T15:54:19.494Z] [2021-01-11T15:54:19.494Z] [2021-01-11T15:54:19.494Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-11T15:54:19.494Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:54:19.494Z] Dload Upload Total Spent Left Speed [2021-01-11T15:54:20.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3594 0:00:01 0:00:01 --:--:-- 3598 100 4109 0 0 100 4109 0 3594 0:00:01 0:00:01 --:--:-- 3594 [2021-01-11T15:54:20.463Z] [2021-01-11T15:54:20.463Z] [2021-01-11T15:54:20.463Z] === Publish openapi/v2 API === [2021-01-11T15:54:20.463Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-11T15:54:20.463Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-11T15:54:20.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:54:20.463Z] Dload Upload Total Spent Left Speed [2021-01-11T15:54:21.871Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26875 0:00:01 0:00:01 --:--:-- 26898 100 29535 0 0 100 29535 0 26866 0:00:01 0:00:01 --:--:-- 26874 [2021-01-11T15:54:21.871Z] [2021-01-11T15:54:21.871Z] [2021-01-11T15:54:21.871Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-11T15:54:21.871Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:54:21.871Z] Dload Upload Total Spent Left Speed [2021-01-11T15:54:22.829Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 52352 0:00:01 0:00:01 --:--:-- 52365 100 60430 0 0 100 60430 0 52339 0:00:01 0:00:01 --:--:-- 52365 [2021-01-11T15:54:22.829Z] [2021-01-11T15:54:22.829Z] [2021-01-11T15:54:22.829Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-11T15:54:22.829Z] /w/workspace/edgex-go/283@tmp/durable-778723ad/script.sh: line 28: /usr/bin/curl: Argument list too long [Pipeline] } [2021-01-11T15:54:22.845Z] 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-11T15:54:24.440Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:54:25.361Z] ---> package-listing.sh [2021-01-11T15:54:25.361Z] ++ facter osfamily [2021-01-11T15:54:25.361Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-11T15:54:25.647Z] + OS_FAMILY=redhat [2021-01-11T15:54:25.647Z] + workspace=/w/workspace/edgex-go/283 [2021-01-11T15:54:25.647Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-11T15:54:25.647Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-11T15:54:25.647Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-11T15:54:25.647Z] + PACKAGES=/tmp/packages_start.txt [2021-01-11T15:54:25.647Z] + '[' /w/workspace/edgex-go/283 ']' [2021-01-11T15:54:25.647Z] + PACKAGES=/tmp/packages_end.txt [2021-01-11T15:54:25.647Z] + case "${OS_FAMILY}" in [2021-01-11T15:54:25.647Z] + rpm -qa [2021-01-11T15:54:25.647Z] + sort [2021-01-11T15:54:31.033Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-11T15:54:31.033Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-11T15:54:31.033Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-11T15:54:31.033Z] + '[' /w/workspace/edgex-go/283 ']' [2021-01-11T15:54:31.033Z] + mkdir -p /w/workspace/edgex-go/283/archives/ [2021-01-11T15:54:31.033Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/283/archives/ [Pipeline] echo [2021-01-11T15:54:31.052Z] 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/283/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-11T15:54:31.388Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:54:32.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T15:54:32.283Z] [2021-01-11T15:54:32.283Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:54:32.680Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T15:54:32.680Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-11T15:54:32.680Z] df20fa9351a1: Pulling fs layer [2021-01-11T15:54:32.680Z] 36b3adc4ff6f: Pulling fs layer [2021-01-11T15:54:32.680Z] 8ad3a11d3b57: Pulling fs layer [2021-01-11T15:54:32.680Z] 46f8f816bc3b: Pulling fs layer [2021-01-11T15:54:32.680Z] 93b61091891f: Pulling fs layer [2021-01-11T15:54:32.680Z] 93b9cdb0e59b: Pulling fs layer [2021-01-11T15:54:32.680Z] 5e14af77c1be: Pulling fs layer [2021-01-11T15:54:32.680Z] 01666e4c0597: Pulling fs layer [2021-01-11T15:54:32.680Z] aa168da1d23b: Pulling fs layer [2021-01-11T15:54:32.680Z] 46f8f816bc3b: Waiting [2021-01-11T15:54:32.680Z] 93b61091891f: Waiting [2021-01-11T15:54:32.680Z] 93b9cdb0e59b: Waiting [2021-01-11T15:54:32.680Z] 5e14af77c1be: Waiting [2021-01-11T15:54:32.680Z] 01666e4c0597: Waiting [2021-01-11T15:54:32.680Z] aa168da1d23b: Waiting [2021-01-11T15:54:32.970Z] 36b3adc4ff6f: Verifying Checksum [2021-01-11T15:54:32.970Z] 36b3adc4ff6f: Download complete [2021-01-11T15:54:32.970Z] 46f8f816bc3b: Verifying Checksum [2021-01-11T15:54:32.970Z] 46f8f816bc3b: Download complete [2021-01-11T15:54:32.970Z] df20fa9351a1: Verifying Checksum [2021-01-11T15:54:32.970Z] df20fa9351a1: Download complete [2021-01-11T15:54:32.970Z] 93b9cdb0e59b: Verifying Checksum [2021-01-11T15:54:32.970Z] 93b9cdb0e59b: Download complete [2021-01-11T15:54:32.970Z] 5e14af77c1be: Verifying Checksum [2021-01-11T15:54:32.970Z] 5e14af77c1be: Download complete [2021-01-11T15:54:33.249Z] 01666e4c0597: Verifying Checksum [2021-01-11T15:54:33.249Z] 01666e4c0597: Download complete [2021-01-11T15:54:33.249Z] 93b61091891f: Verifying Checksum [2021-01-11T15:54:33.249Z] 93b61091891f: Download complete [2021-01-11T15:54:33.842Z] df20fa9351a1: Pull complete [2021-01-11T15:54:34.131Z] 8ad3a11d3b57: Verifying Checksum [2021-01-11T15:54:34.131Z] 8ad3a11d3b57: Download complete [2021-01-11T15:54:34.131Z] 36b3adc4ff6f: Pull complete [2021-01-11T15:54:35.567Z] 8ad3a11d3b57: Pull complete [2021-01-11T15:54:36.599Z] 46f8f816bc3b: Pull complete [2021-01-11T15:54:37.280Z] 93b61091891f: Pull complete [2021-01-11T15:54:37.573Z] aa168da1d23b: Verifying Checksum [2021-01-11T15:54:37.573Z] aa168da1d23b: Download complete [2021-01-11T15:54:37.854Z] 93b9cdb0e59b: Pull complete [2021-01-11T15:54:38.130Z] 5e14af77c1be: Pull complete [2021-01-11T15:54:38.409Z] 01666e4c0597: Pull complete [2021-01-11T15:54:53.625Z] aa168da1d23b: Pull complete [2021-01-11T15:54:53.625Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-11T15:54:53.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T15:54:53.625Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-11T15:54:53.866Z] prd-centos7-docker-4c-2g-19520 does not seem to be running inside a container [2021-01-11T15:54:54.041Z] $ 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/283/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/283 -v /w/workspace/edgex-go/283:/w/workspace/edgex-go/283:rw,z -v /w/workspace/edgex-go/283@tmp:/w/workspace/edgex-go/283@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-11T15:54:57.921Z] $ docker top d6ee05d3c5f16ff48fc07d0bf9671c43b3bb7c6ba50a82f00944e63cbe405c89 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:54:58.760Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-11T15:54:59.407Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-11T15:55:00.071Z] + ls /var/log/sa-host [2021-01-11T15:55:00.071Z] + sadf -c /var/log/sa-host/sa11 [2021-01-11T15:55:00.071Z] file_magic: OK [2021-01-11T15:55:00.071Z] HZ: Using current value: 100 [2021-01-11T15:55:00.071Z] file_header: OK [2021-01-11T15:55:00.071Z] 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-11T15:55:00.071Z] Statistics: [2021-01-11T15:55:00.071Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-11T15:55:00.071Z] File successfully converted to sysstat format version 12.2.1 [2021-01-11T15:55:00.071Z] + sadf -c /var/log/sa-host/sa23 [2021-01-11T15:55:00.071Z] file_magic: OK [2021-01-11T15:55:00.071Z] HZ: Using current value: 100 [2021-01-11T15:55:00.071Z] file_header: OK [2021-01-11T15:55:00.071Z] 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-11T15:55:00.071Z] Statistics: [2021-01-11T15:55:00.071Z] Hnuu...uuuununununu... [2021-01-11T15:55:00.071Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T15:55:00.675Z] provisioning config files... [2021-01-11T15:55:00.693Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/283@tmp/config5744674549484313952tmp [Pipeline] { [Pipeline] echo [2021-01-11T15:55:00.772Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:55:01.422Z] ---> create-netrc.sh [Pipeline] } [2021-01-11T15:55:01.439Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-11T15:55:01.583Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:55:01.913Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-11T15:55:01.934Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:55:02.295Z] ---> sudo-logs.sh [2021-01-11T15:55:02.295Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-11T15:55:02.309Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:55:02.630Z] ---> job-cost.sh [2021-01-11T15:55:02.896Z] lf-activate-venv: SKIPPING [2021-01-11T15:55:02.896Z] INFO: No Stack... [2021-01-11T15:55:03.496Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-11T15:55:04.079Z] INFO: Archiving Costs [Pipeline] echo [2021-01-11T15:55:04.096Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:55:04.438Z] ---> logs-deploy.sh [2021-01-11T15:55:04.703Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/283 [2021-01-11T15:55:04.703Z] INFO: archiving workspace using pattern(s): [2021-01-11T15:55:07.282Z] Archives upload complete. [2021-01-11T15:55:07.282Z] INFO: archiving logs to Nexus [2021-01-11T15:55:09.272Z] ---> uname -a: [2021-01-11T15:55:09.272Z] Linux prd-centos7-docker-4c-2g-19520.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] ---> lscpu: [2021-01-11T15:55:09.272Z] Architecture: x86_64 [2021-01-11T15:55:09.272Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-11T15:55:09.272Z] Byte Order: Little Endian [2021-01-11T15:55:09.272Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-11T15:55:09.272Z] CPU(s): 4 [2021-01-11T15:55:09.272Z] On-line CPU(s) list: 0-3 [2021-01-11T15:55:09.272Z] Thread(s) per core: 1 [2021-01-11T15:55:09.272Z] Core(s) per socket: 1 [2021-01-11T15:55:09.272Z] Socket(s): 4 [2021-01-11T15:55:09.272Z] NUMA node(s): 1 [2021-01-11T15:55:09.272Z] Vendor ID: GenuineIntel [2021-01-11T15:55:09.272Z] CPU family: 6 [2021-01-11T15:55:09.272Z] Model: 44 [2021-01-11T15:55:09.272Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-11T15:55:09.272Z] Stepping: 1 [2021-01-11T15:55:09.272Z] CPU MHz: 2933.438 [2021-01-11T15:55:09.272Z] BogoMIPS: 5866.87 [2021-01-11T15:55:09.272Z] Virtualization: VT-x [2021-01-11T15:55:09.272Z] Hypervisor vendor: KVM [2021-01-11T15:55:09.272Z] Virtualization type: full [2021-01-11T15:55:09.272Z] L1d cache: 128 KiB [2021-01-11T15:55:09.272Z] L1i cache: 128 KiB [2021-01-11T15:55:09.272Z] L2 cache: 16 MiB [2021-01-11T15:55:09.272Z] L3 cache: 64 MiB [2021-01-11T15:55:09.272Z] NUMA node0 CPU(s): 0-3 [2021-01-11T15:55:09.272Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-11T15:55:09.272Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-11T15:55:09.272Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-11T15:55:09.272Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-11T15:55:09.272Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-11T15:55:09.272Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-11T15:55:09.272Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-11T15:55:09.272Z] Vulnerability Srbds: Not affected [2021-01-11T15:55:09.272Z] Vulnerability Tsx async abort: Not affected [2021-01-11T15:55:09.272Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] ---> nproc: [2021-01-11T15:55:09.272Z] 4 [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] ---> df -h: [2021-01-11T15:55:09.272Z] Filesystem Size Used Available Use% Mounted on [2021-01-11T15:55:09.272Z] overlay 50.0G 12.7G 37.3G 25% / [2021-01-11T15:55:09.272Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-11T15:55:09.272Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-11T15:55:09.272Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-11T15:55:09.272Z] /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os [2021-01-11T15:55:09.272Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf [2021-01-11T15:55:09.272Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname [2021-01-11T15:55:09.272Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts [2021-01-11T15:55:09.272Z] /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json [2021-01-11T15:55:09.272Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host [2021-01-11T15:55:09.272Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure [2021-01-11T15:55:09.272Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log [2021-01-11T15:55:09.272Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/283 [2021-01-11T15:55:09.272Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/283@tmp [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] ---> free -m: [2021-01-11T15:55:09.272Z] total used free shared buff/cache available [2021-01-11T15:55:09.272Z] Mem: 1837 753 135 0 947 1007 [2021-01-11T15:55:09.272Z] Swap: 1023 53 970 [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] ---> ip addr: [2021-01-11T15:55:09.272Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-11T15:55:09.272Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-11T15:55:09.272Z] inet 127.0.0.1/8 scope host lo [2021-01-11T15:55:09.272Z] valid_lft forever preferred_lft forever [2021-01-11T15:55:09.272Z] inet6 ::1/128 scope host [2021-01-11T15:55:09.272Z] valid_lft forever preferred_lft forever [2021-01-11T15:55:09.272Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-11T15:55:09.272Z] link/ether fa:16:3e:63:92:d4 brd ff:ff:ff:ff:ff:ff [2021-01-11T15:55:09.272Z] inet 10.30.122.9/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-11T15:55:09.272Z] valid_lft 85350sec preferred_lft 85350sec [2021-01-11T15:55:09.272Z] inet6 fe80::f816:3eff:fe63:92d4/64 scope link [2021-01-11T15:55:09.272Z] valid_lft forever preferred_lft forever [2021-01-11T15:55:09.272Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-11T15:55:09.272Z] link/ether 02:42:90:20:22:36 brd ff:ff:ff:ff:ff:ff [2021-01-11T15:55:09.272Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-11T15:55:09.272Z] valid_lft forever preferred_lft forever [2021-01-11T15:55:09.272Z] inet6 fe80::42:90ff:fe20:2236/64 scope link [2021-01-11T15:55:09.272Z] valid_lft forever preferred_lft forever [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] ---> sar -b -r -n DEV: [2021-01-11T15:55:09.272Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] 15:37:26 LINUX RESTART (4 CPU) [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] 15:38:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-11T15:55:09.272Z] 15:39:01 101.00 50.61 50.39 0.00 8135.26 9304.34 0.00 [2021-01-11T15:55:09.272Z] 15:40:01 132.60 61.00 71.60 0.00 4776.83 34666.13 0.00 [2021-01-11T15:55:09.272Z] 15:41:01 231.70 71.62 160.08 0.00 3516.81 27014.86 0.00 [2021-01-11T15:55:09.272Z] 15:42:02 146.98 73.15 73.84 0.00 2541.11 9653.84 0.00 [2021-01-11T15:55:09.272Z] 15:43:02 99.34 46.11 53.23 0.00 1562.84 4700.35 0.00 [2021-01-11T15:55:09.272Z] 15:44:01 58.39 27.13 31.26 0.00 1998.99 6705.88 0.00 [2021-01-11T15:55:09.272Z] 15:45:03 276.12 101.75 174.37 0.00 40437.70 104517.40 0.00 [2021-01-11T15:55:09.272Z] 15:46:06 1673.79 1484.56 189.22 0.00 95048.64 103605.69 0.00 [2021-01-11T15:55:09.272Z] 15:47:02 1702.86 1523.14 179.72 0.00 96711.93 99574.83 0.00 [2021-01-11T15:55:09.272Z] 15:48:01 271.33 97.14 174.19 0.00 14456.53 37668.22 0.00 [2021-01-11T15:55:09.272Z] 15:49:03 1605.35 1264.66 340.69 0.00 128773.72 146321.51 0.00 [2021-01-11T15:55:09.272Z] 15:50:04 1680.37 1403.30 277.07 0.00 91383.99 94728.21 0.00 [2021-01-11T15:55:09.272Z] 15:51:01 252.91 85.97 166.94 0.00 8768.24 20058.96 0.00 [2021-01-11T15:55:09.272Z] 15:52:01 52.46 41.52 10.94 0.00 3593.08 226.51 0.00 [2021-01-11T15:55:09.272Z] 15:53:01 31.44 30.04 1.40 0.00 1185.56 44.65 0.00 [2021-01-11T15:55:09.272Z] 15:54:02 264.87 126.11 138.75 0.00 6779.40 34334.85 0.00 [2021-01-11T15:55:09.272Z] Average: 539.29 407.82 131.46 0.00 32150.52 46259.37 0.00 [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] 15:38:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-11T15:55:09.272Z] 15:39:01 132116 0 613460 32.60 2620 1133348 1480300 50.52 464400 1080172 48 [2021-01-11T15:55:09.272Z] 15:40:01 63824 0 680840 36.19 2596 1134284 1596476 54.49 710444 886524 31456 [2021-01-11T15:55:09.272Z] 15:41:01 278056 0 718608 38.19 1492 883388 1388236 47.38 490596 839056 48 [2021-01-11T15:55:09.272Z] 15:42:02 85956 0 925132 49.17 784 869672 1790612 61.11 744452 768064 16744 [2021-01-11T15:55:09.272Z] 15:43:02 213216 0 815012 43.32 728 852588 1642880 56.07 651168 727800 19144 [2021-01-11T15:55:09.272Z] 15:44:01 142208 0 748716 39.79 712 989908 1489492 50.83 618876 828264 9552 [2021-01-11T15:55:09.272Z] 15:45:03 77372 0 834992 44.38 44 969136 2331468 79.57 728216 861980 72908 [2021-01-11T15:55:09.272Z] 15:46:06 67548 0 834400 44.35 0 979596 2372248 80.96 779432 823064 39984 [2021-01-11T15:55:09.272Z] 15:47:02 183964 0 1191588 63.33 0 505992 4133472 141.07 784208 655264 39644 [2021-01-11T15:55:09.272Z] 15:48:01 65888 0 785444 41.74 0 1030212 1773132 60.51 643168 923824 75340 [2021-01-11T15:55:09.272Z] 15:49:03 52836 0 803388 42.70 0 1025320 2173652 74.18 625600 986764 11812 [2021-01-11T15:55:09.272Z] 15:50:04 571320 0 852772 45.32 0 457452 2830924 96.61 401604 656568 7244 [2021-01-11T15:55:09.272Z] 15:51:01 380060 0 651116 34.61 0 850368 1244684 42.48 451296 803480 28 [2021-01-11T15:55:09.272Z] 15:52:01 245744 0 678548 36.06 0 957252 1482152 50.58 526828 860836 24 [2021-01-11T15:55:09.272Z] 15:53:01 238488 0 651512 34.63 0 991544 1227468 41.89 505400 889788 600 [2021-01-11T15:55:09.272Z] 15:54:02 70652 0 795716 42.29 0 1015176 1484916 50.68 616984 879824 59600 [2021-01-11T15:55:09.272Z] Average: 179328 0 786328 41.79 561 915327 1902632 64.93 608917 841954 24011 [2021-01-11T15:55:09.272Z] [2021-01-11T15:55:09.272Z] 15:38:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-11T15:55:09.272Z] 15:39:01 vetha90e929 0.00 0.19 0.00 0.02 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:39:01 eth0 717.83 590.27 3709.50 111.13 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:39:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:40:01 eth0 976.88 1058.83 5477.76 106.95 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:40:01 docker0 811.58 680.32 68.01 2649.77 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:41:01 eth0 211.82 154.48 856.77 76.30 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:41:01 veth1e10cb1 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:41:01 docker0 120.52 172.97 8.38 826.27 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:42:02 eth0 20.23 13.31 16.23 8.19 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:42:02 veth1e10cb1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:43:02 eth0 24.52 17.92 19.04 10.60 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:43:02 veth1e10cb1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:44:01 eth0 39.30 31.37 25.96 77.42 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:44:01 veth1e10cb1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:45:03 vethbc4e935 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:45:03 eth0 173.12 119.51 1652.24 29.03 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:45:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:45:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:46:06 vethbc4e935 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:46:06 eth0 37.05 19.97 151.50 7.20 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:46:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:46:06 docker0 8.46 21.58 0.45 139.36 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:47:02 veth8b1d0ee 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:47:02 veth1697abd 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:47:02 veth5f6b765 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:47:02 vethbc4e935 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:48:01 veth13d95ce 1.56 4.61 0.10 29.59 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.272Z] 15:48:01 vethbc4e935 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:48:01 eth0 2420.12 2163.24 13525.80 502.42 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:48:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:49:03 vethbc4e935 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:49:03 eth0 101.45 45.99 406.79 17.67 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:49:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:49:03 docker0 941.36 934.43 76.23 4002.52 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:50:04 veth3f3ce8a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:50:04 veth8761a16 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:50:04 vethbc4e935 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:50:04 eth0 59.82 46.14 77.39 87.76 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:51:01 eth0 79.10 60.43 82.29 84.81 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:51:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:51:01 docker0 1034.81 1037.40 83.72 4435.35 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:52:01 eth0 371.24 338.26 169.88 1400.19 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:53:01 eth0 36.86 33.95 22.25 97.74 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:54:02 eth0 444.58 366.38 4242.64 81.87 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:54:02 veth6f05789 26.18 27.38 2.65 215.03 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] 15:54:02 docker0 26.18 27.24 2.29 215.02 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] Average: eth0 216.51 188.86 1148.90 141.72 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] Average: veth6f05789 1.64 1.72 0.17 13.49 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] Average: docker0 63.27 63.49 5.13 277.64 0.00 0.00 0.00 0.00 [2021-01-11T15:55:09.273Z] [2021-01-11T15:55:09.273Z] [2021-01-11T15:55:09.273Z] ---> sar -P ALL: [2021-01-11T15:55:09.273Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) [2021-01-11T15:55:09.273Z] [2021-01-11T15:55:09.273Z] 15:37:26 LINUX RESTART (4 CPU) [2021-01-11T15:55:09.273Z] [2021-01-11T15:55:09.273Z] 15:38:02 CPU %user %nice %system %iowait %steal %idle [2021-01-11T15:55:09.273Z] 15:39:01 all 14.39 0.00 6.38 2.82 15.20 61.21 [2021-01-11T15:55:09.273Z] 15:39:01 0 16.94 0.00 5.92 1.65 15.60 59.88 [2021-01-11T15:55:09.273Z] 15:39:01 1 12.58 0.00 6.52 2.16 15.04 63.70 [2021-01-11T15:55:09.273Z] 15:39:01 2 14.04 0.00 6.87 4.68 15.52 58.89 [2021-01-11T15:55:09.273Z] 15:39:01 3 14.09 0.00 6.21 2.77 14.64 62.30 [2021-01-11T15:55:09.273Z] 15:40:01 all 9.79 0.00 4.49 1.08 15.00 69.65 [2021-01-11T15:55:09.273Z] 15:40:01 0 10.75 0.00 5.85 1.75 16.46 65.18 [2021-01-11T15:55:09.273Z] 15:40:01 1 13.61 0.00 5.19 0.76 13.66 66.78 [2021-01-11T15:55:09.273Z] 15:40:01 2 5.59 0.00 2.97 1.00 14.64 75.80 [2021-01-11T15:55:09.273Z] 15:40:01 3 9.36 0.00 4.02 0.83 15.26 70.53 [2021-01-11T15:55:09.273Z] 15:41:01 all 6.24 0.00 6.83 4.17 13.90 68.87 [2021-01-11T15:55:09.273Z] 15:41:01 0 6.01 0.00 6.37 5.33 14.66 67.63 [2021-01-11T15:55:09.273Z] 15:41:01 1 6.75 0.00 7.26 6.06 13.65 66.28 [2021-01-11T15:55:09.273Z] 15:41:01 2 5.20 0.00 5.72 3.23 13.94 71.91 [2021-01-11T15:55:09.273Z] 15:41:01 3 7.01 0.00 8.00 2.02 13.33 69.63 [2021-01-11T15:55:09.273Z] 15:42:02 all 42.51 0.00 12.10 4.56 18.40 22.44 [2021-01-11T15:55:09.273Z] 15:42:02 0 41.07 0.00 11.95 4.04 18.63 24.31 [2021-01-11T15:55:09.273Z] 15:42:02 1 44.71 0.00 12.01 5.45 17.54 20.29 [2021-01-11T15:55:09.273Z] 15:42:02 2 40.99 0.00 11.81 4.26 18.81 24.12 [2021-01-11T15:55:09.273Z] 15:42:02 3 43.29 0.00 12.62 4.47 18.63 20.99 [2021-01-11T15:55:09.273Z] 15:43:02 all 46.93 0.00 15.40 2.90 16.86 17.90 [2021-01-11T15:55:09.273Z] 15:43:02 0 45.55 0.00 15.49 3.42 17.78 17.76 [2021-01-11T15:55:09.273Z] 15:43:02 1 44.90 0.00 14.70 2.66 17.49 20.25 [2021-01-11T15:55:09.273Z] 15:43:02 2 47.22 0.00 16.00 1.44 16.45 18.89 [2021-01-11T15:55:09.273Z] 15:43:02 3 50.14 0.00 15.44 4.07 15.69 14.66 [2021-01-11T15:55:09.273Z] 15:44:01 all 21.72 0.00 11.06 1.04 19.66 46.53 [2021-01-11T15:55:09.273Z] 15:44:01 0 20.42 0.00 10.90 0.85 20.15 47.69 [2021-01-11T15:55:09.273Z] 15:44:01 1 21.62 0.00 10.39 1.27 20.19 46.53 [2021-01-11T15:55:09.273Z] 15:44:01 2 22.54 0.00 11.97 0.60 18.57 46.33 [2021-01-11T15:55:09.273Z] 15:44:01 3 22.31 0.00 10.98 1.43 19.71 45.57 [2021-01-11T15:55:09.273Z] 15:45:03 all 8.98 0.00 10.78 3.85 25.90 50.49 [2021-01-11T15:55:09.273Z] 15:45:03 0 7.72 0.00 10.19 3.21 26.06 52.83 [2021-01-11T15:55:09.273Z] 15:45:03 1 10.12 0.00 11.70 3.57 25.98 48.63 [2021-01-11T15:55:09.273Z] 15:45:03 2 8.89 0.00 10.77 5.42 26.17 48.75 [2021-01-11T15:55:09.273Z] 15:45:03 3 9.23 0.00 10.47 3.19 25.41 51.70 [2021-01-11T15:55:09.273Z] 15:46:06 all 11.02 0.00 15.47 20.34 27.87 25.30 [2021-01-11T15:55:09.273Z] 15:46:06 0 10.81 0.00 14.45 18.30 27.96 28.48 [2021-01-11T15:55:09.273Z] 15:46:06 1 10.18 0.00 15.18 21.42 28.15 25.06 [2021-01-11T15:55:09.273Z] 15:46:06 2 11.18 0.00 16.59 21.96 28.04 22.24 [2021-01-11T15:55:09.273Z] 15:46:06 3 11.94 0.00 15.66 19.70 27.34 25.35 [2021-01-11T15:55:09.273Z] 15:47:02 all 21.96 0.00 16.18 15.49 26.84 19.53 [2021-01-11T15:55:09.273Z] 15:47:02 0 21.66 0.00 15.38 16.68 27.92 18.36 [2021-01-11T15:55:09.273Z] 15:47:02 1 20.39 0.00 15.72 15.30 27.02 21.57 [2021-01-11T15:55:09.273Z] 15:47:02 2 22.50 0.00 16.16 14.51 26.06 20.78 [2021-01-11T15:55:09.273Z] 15:47:02 3 23.32 0.00 17.49 15.47 26.36 17.36 [2021-01-11T15:55:09.273Z] 15:48:01 all 49.76 0.00 15.88 5.96 16.60 11.80 [2021-01-11T15:55:09.273Z] 15:48:01 0 49.19 0.00 16.07 6.81 17.32 10.62 [2021-01-11T15:55:09.273Z] 15:48:01 1 51.29 0.00 16.07 4.27 15.39 12.97 [2021-01-11T15:55:09.273Z] 15:48:01 2 51.40 0.00 15.83 5.28 15.66 11.82 [2021-01-11T15:55:09.273Z] 15:48:01 3 47.09 0.00 15.57 7.53 18.08 11.73 [2021-01-11T15:55:09.273Z] 15:49:03 all 13.22 0.00 19.18 17.38 26.62 23.60 [2021-01-11T15:55:09.273Z] 15:49:03 0 14.61 0.00 20.73 18.89 26.53 19.24 [2021-01-11T15:55:09.273Z] 15:49:03 1 11.06 0.00 17.54 17.11 27.39 26.90 [2021-01-11T15:55:09.273Z] 15:49:03 2 13.55 0.00 19.90 16.99 26.56 23.01 [2021-01-11T15:55:09.273Z] 15:49:03 3 13.75 0.00 18.62 16.55 25.96 25.11 [2021-01-11T15:55:09.273Z] [2021-01-11T15:55:09.273Z] 15:49:03 CPU %user %nice %system %iowait %steal %idle [2021-01-11T15:55:09.273Z] 15:50:04 all 28.32 0.00 17.19 18.80 20.81 14.88 [2021-01-11T15:55:09.273Z] 15:50:04 0 27.47 0.00 17.40 18.27 22.24 14.63 [2021-01-11T15:55:09.273Z] 15:50:04 1 27.78 0.00 18.23 19.33 19.58 15.08 [2021-01-11T15:55:09.273Z] 15:50:04 2 28.01 0.00 16.72 19.89 20.45 14.94 [2021-01-11T15:55:09.273Z] 15:50:04 3 30.07 0.00 16.38 17.68 21.03 14.85 [2021-01-11T15:55:09.273Z] 15:51:01 all 40.13 0.00 14.59 5.62 12.06 27.60 [2021-01-11T15:55:09.273Z] 15:51:01 0 39.40 0.00 13.63 5.12 12.34 29.51 [2021-01-11T15:55:09.273Z] 15:51:01 1 38.37 0.00 14.97 7.70 11.93 27.02 [2021-01-11T15:55:09.273Z] 15:51:01 2 40.58 0.00 14.63 5.00 12.10 27.70 [2021-01-11T15:55:09.273Z] 15:51:01 3 42.16 0.00 15.16 4.70 11.85 26.13 [2021-01-11T15:55:09.273Z] 15:52:01 all 6.41 0.00 4.43 1.57 15.79 71.80 [2021-01-11T15:55:09.273Z] 15:52:01 0 6.27 0.00 4.74 1.35 16.21 71.43 [2021-01-11T15:55:09.273Z] 15:52:01 1 5.87 0.00 4.27 1.76 15.09 73.01 [2021-01-11T15:55:09.273Z] 15:52:01 2 7.47 0.00 4.86 1.41 15.88 70.38 [2021-01-11T15:55:09.273Z] 15:52:01 3 6.04 0.00 3.88 1.76 15.98 72.34 [2021-01-11T15:55:09.273Z] 15:53:01 all 1.00 0.00 0.96 1.06 3.11 93.87 [2021-01-11T15:55:09.273Z] 15:53:01 0 1.01 0.00 1.24 0.74 3.47 93.55 [2021-01-11T15:55:09.273Z] 15:53:01 1 1.10 0.00 0.77 1.07 2.98 94.07 [2021-01-11T15:55:09.273Z] 15:53:01 2 0.94 0.00 1.01 1.24 3.16 93.66 [2021-01-11T15:55:09.273Z] 15:53:01 3 0.96 0.00 0.81 1.19 2.84 94.20 [2021-01-11T15:55:09.273Z] 15:54:02 all 7.11 0.00 6.98 4.29 19.96 61.66 [2021-01-11T15:55:09.273Z] 15:54:02 0 6.67 0.00 5.94 4.06 20.84 62.49 [2021-01-11T15:55:09.273Z] 15:54:02 1 6.42 0.00 6.09 5.86 19.22 62.40 [2021-01-11T15:55:09.273Z] 15:54:02 2 7.69 0.00 8.28 3.13 20.05 60.85 [2021-01-11T15:55:09.273Z] 15:54:02 3 7.69 0.00 7.64 4.07 19.72 60.87 [2021-01-11T15:55:09.273Z] Average: all 19.54 0.00 10.86 6.85 18.40 44.34 [2021-01-11T15:55:09.273Z] Average: 0 19.27 0.00 10.76 6.81 19.00 44.16 [2021-01-11T15:55:09.273Z] Average: 1 19.43 0.00 10.81 7.20 18.15 44.41 [2021-01-11T15:55:09.273Z] Average: 2 19.41 0.00 10.98 6.82 18.25 44.54 [2021-01-11T15:55:09.273Z] Average: 3 20.06 0.00 10.90 6.58 18.20 44.25 [2021-01-11T15:55:09.273Z] [2021-01-11T15:55:09.273Z] [2021-01-11T15:55:09.273Z]