Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1dd33a3af9a617cbaf28a861ee32f6521d03d04f 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8677 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/209 [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/209 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 1dd33a3af9a617cbaf28a861ee32f6521d03d04f (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 --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 1dd33a3af9a617cbaf28a861ee32f6521d03d04f # timeout=10 Commit message: "Merge pull request #2841 from weichou1229/issue-2838" > git rev-list --no-walk 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-25T13:08:47.997Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-25T13:08:48.344Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-25T13:08:48.452Z] ========================================================= [2020-10-25T13:08:48.452Z] EdgeX Global Pipelines Version Info [2020-10-25T13:08:48.452Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:08:49.892Z] ------------------- [2020-10-25T13:08:49.892Z] stable info: [2020-10-25T13:08:49.892Z] ------------------- [2020-10-25T13:08:49.892Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-25T13:08:49.892Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-25T13:08:49.892Z] Message: update stable to v1.0.148 [2020-10-25T13:08:50.839Z] ------------------- [2020-10-25T13:08:50.839Z] experimental info: [2020-10-25T13:08:50.839Z] ------------------- [2020-10-25T13:08:50.839Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-25T13:08:50.839Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-25T13:08:50.839Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-25T13:08:51.140Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-25T13:08:51.270Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-25T13:08:51.382Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-25T13:08:51.486Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-25T13:08:51.594Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-25T13:08:51.692Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-25T13:08:51.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-25T13:08:51.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-25T13:08:52.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-25T13:08:52.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-25T13:08:52.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-25T13:08:52.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-25T13:08:52.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-25T13:08:52.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-25T13:08:52.663Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-25T13:08:52.761Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-25T13:08:52.869Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-25T13:08:52.973Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-25T13:08:53.082Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-25T13:08:53.203Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-25T13:08:53.300Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-25T13:08:53.420Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-25T13:08:53.529Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-25T13:08:53.628Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-25T13:08:53.730Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] echo [2020-10-25T13:08:53.826Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1dd33a3 [Pipeline] echo [2020-10-25T13:08:53.922Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-25T13:08:54.324Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-25T13:08:54.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T13:08:54.324Z] ++ dirname cmd/core-command/Dockerfile [2020-10-25T13:08:54.324Z] ++ cut -d/ -f2 [2020-10-25T13:08:54.324Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-25T13:08:54.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T13:08:54.324Z] ++ dirname cmd/core-data/Dockerfile [2020-10-25T13:08:54.324Z] ++ cut -d/ -f2 [2020-10-25T13:08:54.324Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-25T13:08:54.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T13:08:54.324Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-25T13:08:54.324Z] ++ cut -d/ -f2 [2020-10-25T13:08:54.324Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-25T13:08:54.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T13:08:54.324Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-25T13:08:54.324Z] ++ cut -d/ -f2 [2020-10-25T13:08:54.324Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-25T13:08:54.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T13:08:54.324Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-25T13:08:54.324Z] ++ cut -d/ -f2 [2020-10-25T13:08:54.324Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-25T13:08:54.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T13:08:54.324Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-25T13:08:54.324Z] ++ cut -d/ -f2 [2020-10-25T13:08:54.324Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-25T13:08:54.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T13:08:54.324Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-25T13:08:54.324Z] ++ cut -d/ -f2 [2020-10-25T13:08:54.324Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-25T13:08:54.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T13:08:54.324Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-25T13:08:54.324Z] ++ cut -d/ -f2 [2020-10-25T13:08:54.324Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-25T13:08:54.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T13:08:54.324Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-25T13:08:54.324Z] ++ cut -d/ -f2 [2020-10-25T13:08:54.324Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-25T13:08:54.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-25T13:08:54.324Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-25T13:08:54.324Z] ++ cut -d/ -f2 [2020-10-25T13:08:54.324Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-25T13:08:54.400Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:08:56.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-25T13:08:56.418Z] [2020-10-25T13:08:56.418Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:08:56.771Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-25T13:08:56.771Z] latest: Pulling from edgex-devops/git-semver [2020-10-25T13:08:56.771Z] 31603596830f: Pulling fs layer [2020-10-25T13:08:56.771Z] 2a8b12db71e7: Pulling fs layer [2020-10-25T13:08:56.771Z] 6ca5941a6612: Pulling fs layer [2020-10-25T13:08:56.771Z] ecc8261a40a4: Pulling fs layer [2020-10-25T13:08:56.771Z] ecc8261a40a4: Waiting [2020-10-25T13:08:56.771Z] 2a8b12db71e7: Download complete [2020-10-25T13:08:57.042Z] 31603596830f: Verifying Checksum [2020-10-25T13:08:57.042Z] 31603596830f: Download complete [2020-10-25T13:08:57.042Z] ecc8261a40a4: Verifying Checksum [2020-10-25T13:08:57.042Z] ecc8261a40a4: Download complete [2020-10-25T13:08:57.308Z] 6ca5941a6612: Verifying Checksum [2020-10-25T13:08:57.308Z] 6ca5941a6612: Download complete [2020-10-25T13:08:57.308Z] 31603596830f: Pull complete [2020-10-25T13:08:57.583Z] 2a8b12db71e7: Pull complete [2020-10-25T13:08:58.543Z] 6ca5941a6612: Pull complete [2020-10-25T13:08:58.543Z] ecc8261a40a4: Pull complete [2020-10-25T13:08:58.806Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-25T13:08:58.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-25T13:08:58.806Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-25T13:08:58.941Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:08:59.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-25T13:09:01.534Z] $ docker top f518242a0389b56588043e03b1191f73984269b635d5f6e0f8c739d5699ca1df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-25T13:09:01.940Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-25T13:09:01.940Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-25T13:09:02.172Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-25T13:09:02.179Z] $ docker exec f518242a0389b56588043e03b1191f73984269b635d5f6e0f8c739d5699ca1df ssh-agent [2020-10-25T13:09:02.347Z] SSH_AUTH_SOCK=/tmp/ssh-Xv4BApUmhlBl/agent.12 [2020-10-25T13:09:02.347Z] SSH_AGENT_PID=17 [2020-10-25T13:09:02.360Z] Running ssh-add (command line suppressed) [2020-10-25T13:09:02.478Z] Identity added: /w/workspace/edgex-go/209@tmp/private_key_388726001182538640.key (/w/workspace/edgex-go/209@tmp/private_key_388726001182538640.key) [2020-10-25T13:09:02.536Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-25T13:09:02.882Z] + git tag --points-at HEAD [Pipeline] } [2020-10-25T13:09:02.909Z] $ docker exec --env ******** --env ******** f518242a0389b56588043e03b1191f73984269b635d5f6e0f8c739d5699ca1df ssh-agent -k [2020-10-25T13:09:03.061Z] unset SSH_AUTH_SOCK; [2020-10-25T13:09:03.066Z] unset SSH_AGENT_PID; [2020-10-25T13:09:03.066Z] echo Agent pid 17 killed; [2020-10-25T13:09:03.108Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-25T13:09:03.265Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-25T13:09:03.265Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-25T13:09:03.427Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-25T13:09:03.434Z] $ docker exec f518242a0389b56588043e03b1191f73984269b635d5f6e0f8c739d5699ca1df ssh-agent [2020-10-25T13:09:03.590Z] SSH_AUTH_SOCK=/tmp/ssh-w30iLt4qbOE9/agent.46 [2020-10-25T13:09:03.590Z] SSH_AGENT_PID=51 [2020-10-25T13:09:03.598Z] Running ssh-add (command line suppressed) [2020-10-25T13:09:03.714Z] Identity added: /w/workspace/edgex-go/209@tmp/private_key_2390846314281770622.key (/w/workspace/edgex-go/209@tmp/private_key_2390846314281770622.key) [2020-10-25T13:09:03.759Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-25T13:09:04.098Z] + git semver init [2020-10-25T13:09:04.098Z] # -> Open(): unable to determine branch for HEAD [2020-10-25T13:09:04.098Z] # $GIT_DIR = /w/workspace/edgex-go/209/.git [2020-10-25T13:09:04.098Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/209 [2020-10-25T13:09:04.098Z] # $SEMVER_REMOTE_NAME = origin [2020-10-25T13:09:04.098Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-25T13:09:04.098Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-25T13:09:04.098Z] # $SEMVER_BRANCH = master [2020-10-25T13:09:04.098Z] # $SEMVER_TEMP = /tmp/semver-907621512 [2020-10-25T13:09:04.098Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-25T13:09:22.257Z] # '/tmp/semver-907621512' -> '/w/workspace/edgex-go/209/.semver' [2020-10-25T13:09:22.257Z] # -> Force: false [2020-10-25T13:09:22.257Z] # $SEMVER_DIR = /w/workspace/edgex-go/209/.semver [Pipeline] } [2020-10-25T13:09:22.275Z] $ docker exec --env ******** --env ******** f518242a0389b56588043e03b1191f73984269b635d5f6e0f8c739d5699ca1df ssh-agent -k [2020-10-25T13:09:22.529Z] unset SSH_AUTH_SOCK; [2020-10-25T13:09:22.530Z] unset SSH_AGENT_PID; [2020-10-25T13:09:22.530Z] echo Agent pid 51 killed; [2020-10-25T13:09:22.603Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-25T13:09:23.272Z] + git semver [Pipeline] } [2020-10-25T13:09:23.293Z] $ docker stop --time=1 f518242a0389b56588043e03b1191f73984269b635d5f6e0f8c739d5699ca1df [2020-10-25T13:09:24.980Z] $ docker rm -f f518242a0389b56588043e03b1191f73984269b635d5f6e0f8c739d5699ca1df [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:09:25.509Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-25T13:09:26.014Z] Stashed 1 file(s) [Pipeline] echo [2020-10-25T13:09:26.017Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.93 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-10-25T13:09:26.690Z] ========================================================= [2020-10-25T13:09:26.690Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-25T13:09:26.690Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:09:27.035Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-25T13:09:31.273Z] Sending build context to Docker daemon 325.6MB [2020-10-25T13:09:31.273Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-25T13:09:31.273Z] Step 2/7 : FROM ${BASE} [2020-10-25T13:09:31.273Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-25T13:09:31.273Z] df20fa9351a1: Pulling fs layer [2020-10-25T13:09:31.273Z] ed8968b2872e: Pulling fs layer [2020-10-25T13:09:31.273Z] a92cc7c5fd73: Pulling fs layer [2020-10-25T13:09:31.273Z] e871e8e8d7a9: Pulling fs layer [2020-10-25T13:09:31.273Z] e73272ec9a57: Pulling fs layer [2020-10-25T13:09:31.273Z] 1e910a182e73: Pulling fs layer [2020-10-25T13:09:31.273Z] 4e634b169226: Pulling fs layer [2020-10-25T13:09:31.273Z] e73272ec9a57: Waiting [2020-10-25T13:09:31.273Z] 1e910a182e73: Waiting [2020-10-25T13:09:31.273Z] 4e634b169226: Waiting [2020-10-25T13:09:31.273Z] e871e8e8d7a9: Waiting [2020-10-25T13:09:31.273Z] a92cc7c5fd73: Verifying Checksum [2020-10-25T13:09:31.273Z] a92cc7c5fd73: Download complete [2020-10-25T13:09:31.273Z] ed8968b2872e: Download complete [2020-10-25T13:09:31.273Z] e73272ec9a57: Verifying Checksum [2020-10-25T13:09:31.273Z] 1e910a182e73: Download complete [2020-10-25T13:09:31.273Z] df20fa9351a1: Download complete [2020-10-25T13:09:31.536Z] df20fa9351a1: Pull complete [2020-10-25T13:09:31.799Z] ed8968b2872e: Pull complete [2020-10-25T13:09:32.075Z] a92cc7c5fd73: Pull complete [2020-10-25T13:09:32.669Z] 4e634b169226: Verifying Checksum [2020-10-25T13:09:32.670Z] 4e634b169226: Download complete [2020-10-25T13:09:33.620Z] e871e8e8d7a9: Verifying Checksum [2020-10-25T13:09:33.620Z] e871e8e8d7a9: Download complete [2020-10-25T13:09:38.933Z] e871e8e8d7a9: Pull complete [2020-10-25T13:09:38.933Z] e73272ec9a57: Pull complete [2020-10-25T13:09:38.933Z] 1e910a182e73: Pull complete [2020-10-25T13:09:41.460Z] Still waiting to schedule task [2020-10-25T13:09:41.460Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-25T13:09:47.103Z] 4e634b169226: Pull complete [2020-10-25T13:09:47.103Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-25T13:09:47.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-25T13:09:47.103Z] ---> f7629b54cfaa [2020-10-25T13:09:47.103Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-25T13:09:47.103Z] ---> Running in d43a1f599e17 [2020-10-25T13:09:47.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:09:48.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:09:48.889Z] (1/12) Installing libmagic (5.38-r0) [2020-10-25T13:09:49.465Z] (2/12) Installing file (5.38-r0) [2020-10-25T13:09:49.465Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-25T13:09:49.734Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-25T13:09:53.959Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-25T13:09:53.959Z] (6/12) Installing patch (2.7.6-r6) [2020-10-25T13:09:53.959Z] (7/12) Installing build-base (0.5-r2) [2020-10-25T13:09:53.959Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-25T13:09:53.959Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-25T13:09:54.221Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-25T13:09:54.221Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-25T13:09:54.484Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-25T13:09:54.484Z] Executing busybox-1.31.1-r16.trigger [2020-10-25T13:09:54.484Z] OK: 233 MiB in 51 packages [2020-10-25T13:09:57.813Z] Removing intermediate container d43a1f599e17 [2020-10-25T13:09:57.813Z] ---> 8b71ff3f43b8 [2020-10-25T13:09:57.813Z] Step 4/7 : WORKDIR /edgex-go [2020-10-25T13:09:57.813Z] ---> Running in af343c9e3426 [2020-10-25T13:09:57.813Z] Removing intermediate container af343c9e3426 [2020-10-25T13:09:57.813Z] ---> c13af3d93b83 [2020-10-25T13:09:57.813Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-25T13:09:58.076Z] latest: Pulling from library/docker [2020-10-25T13:09:58.340Z] 188c0c94c7c5: Pulling fs layer [2020-10-25T13:09:58.340Z] 0c7c675703d6: Pulling fs layer [2020-10-25T13:09:58.340Z] cc8c12a437cb: Pulling fs layer [2020-10-25T13:09:58.340Z] c5dafad2182a: Pulling fs layer [2020-10-25T13:09:58.340Z] 5aa711733414: Pulling fs layer [2020-10-25T13:09:58.340Z] 058f73b55e4b: Pulling fs layer [2020-10-25T13:09:58.340Z] 8c9c664faf12: Pulling fs layer [2020-10-25T13:09:58.340Z] c5dafad2182a: Waiting [2020-10-25T13:09:58.340Z] 5aa711733414: Waiting [2020-10-25T13:09:58.340Z] 8c9c664faf12: Waiting [2020-10-25T13:09:58.340Z] 058f73b55e4b: Waiting [2020-10-25T13:09:58.340Z] cc8c12a437cb: Verifying Checksum [2020-10-25T13:09:58.340Z] cc8c12a437cb: Download complete [2020-10-25T13:09:58.340Z] 0c7c675703d6: Verifying Checksum [2020-10-25T13:09:58.340Z] 0c7c675703d6: Download complete [2020-10-25T13:09:58.607Z] 188c0c94c7c5: Verifying Checksum [2020-10-25T13:09:58.607Z] 188c0c94c7c5: Download complete [2020-10-25T13:09:58.607Z] 058f73b55e4b: Verifying Checksum [2020-10-25T13:09:58.607Z] 058f73b55e4b: Download complete [2020-10-25T13:09:58.870Z] 8c9c664faf12: Verifying Checksum [2020-10-25T13:09:58.870Z] 8c9c664faf12: Download complete [2020-10-25T13:09:58.870Z] 188c0c94c7c5: Pull complete [2020-10-25T13:09:59.133Z] 0c7c675703d6: Pull complete [2020-10-25T13:09:59.133Z] cc8c12a437cb: Pull complete [2020-10-25T13:09:59.396Z] c5dafad2182a: Verifying Checksum [2020-10-25T13:09:59.396Z] c5dafad2182a: Download complete [2020-10-25T13:09:59.658Z] 5aa711733414: Download complete [2020-10-25T13:10:02.227Z] c5dafad2182a: Pull complete [2020-10-25T13:10:02.227Z] 5aa711733414: Pull complete [2020-10-25T13:10:02.491Z] 058f73b55e4b: Pull complete [2020-10-25T13:10:02.491Z] 8c9c664faf12: Pull complete [2020-10-25T13:10:02.491Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-25T13:10:02.491Z] Status: Downloaded newer image for docker:latest [2020-10-25T13:10:04.421Z] ---> c8a678740544 [2020-10-25T13:10:04.421Z] Step 6/7 : COPY go.mod . [2020-10-25T13:10:04.684Z] ---> 213f6c5358f6 [2020-10-25T13:10:04.684Z] Step 7/7 : RUN go mod download [2020-10-25T13:10:04.952Z] ---> Running in 52a459b6f92f [2020-10-25T13:10:26.973Z] Removing intermediate container 52a459b6f92f [2020-10-25T13:10:26.974Z] ---> bfe7312c13c1 [2020-10-25T13:10:26.974Z] Successfully built bfe7312c13c1 [2020-10-25T13:10:26.974Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:10:27.297Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-25T13:10:27.560Z] . [Pipeline] withDockerContainer [2020-10-25T13:10:27.664Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:10:27.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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 ******** ci-base-image-x86_64 cat [2020-10-25T13:10:28.446Z] $ docker top b06d9ad8d2b708fc5c6969cf8a5836c7625f4bd3911365e50e5e4c6122228377 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T13:10:28.996Z] + go version [2020-10-25T13:10:28.996Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-25T13:10:29.016Z] $ docker stop --time=1 b06d9ad8d2b708fc5c6969cf8a5836c7625f4bd3911365e50e5e4c6122228377 [2020-10-25T13:10:30.396Z] $ docker rm -f b06d9ad8d2b708fc5c6969cf8a5836c7625f4bd3911365e50e5e4c6122228377 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:10:34.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-25T13:10:34.116Z] [2020-10-25T13:10:34.116Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:10:34.487Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-25T13:10:34.487Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-25T13:10:34.487Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-25T13:10:34.487Z] ca9280d653b3: Pulling fs layer [2020-10-25T13:10:34.487Z] 7e9c9ca2126c: Pulling fs layer [2020-10-25T13:10:34.752Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-25T13:10:34.752Z] cbdbe7a5bc2a: Download complete [2020-10-25T13:10:35.344Z] ca9280d653b3: Verifying Checksum [2020-10-25T13:10:35.344Z] ca9280d653b3: Download complete [2020-10-25T13:10:35.344Z] cbdbe7a5bc2a: Pull complete [2020-10-25T13:10:36.310Z] 7e9c9ca2126c: Download complete [2020-10-25T13:10:36.310Z] ca9280d653b3: Pull complete [2020-10-25T13:10:42.952Z] 7e9c9ca2126c: Pull complete [2020-10-25T13:10:42.952Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-25T13:10:42.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-25T13:10:42.952Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-25T13:10:43.138Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:10:43.193Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-25T13:10:45.008Z] $ docker top 21d773a21aefc678c3e06d9193051273c056c58e7970fede24330b1aba803c3c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T13:10:45.486Z] + docker-compose build --help [2020-10-25T13:10:45.487Z] + grep parallel [2020-10-25T13:10:46.434Z] --parallel Build images in parallel. [Pipeline] } [2020-10-25T13:10:46.454Z] $ docker stop --time=1 21d773a21aefc678c3e06d9193051273c056c58e7970fede24330b1aba803c3c [2020-10-25T13:10:47.802Z] $ docker rm -f 21d773a21aefc678c3e06d9193051273c056c58e7970fede24330b1aba803c3c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:10:48.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-25T13:10:48.428Z] . [Pipeline] withDockerContainer [2020-10-25T13:10:48.531Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:10:48.585Z] $ 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/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-25T13:10:49.248Z] $ docker top ece9ff996139ccb21920fd002fb23fb869da1f524185293fdf609a0b0fb09a3b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T13:10:49.754Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-25T13:10:50.824Z] Building docker-core-command-go ... [2020-10-25T13:10:50.824Z] Building docker-core-data-go ... [2020-10-25T13:10:50.824Z] Building docker-core-metadata-go ... [2020-10-25T13:10:50.824Z] Building docker-security-proxy-setup-go ... [2020-10-25T13:10:50.824Z] Building docker-security-secrets-setup-go ... [2020-10-25T13:10:50.824Z] Building docker-security-secretstore-setup-go ... [2020-10-25T13:10:50.824Z] Building docker-support-logging-go ... [2020-10-25T13:10:50.824Z] Building docker-support-notifications-go ... [2020-10-25T13:10:50.824Z] Building docker-support-scheduler-go ... [2020-10-25T13:10:50.824Z] Building docker-sys-mgmt-agent-go ... [2020-10-25T13:10:50.824Z] Building docker-support-notifications-go [2020-10-25T13:10:50.824Z] Building docker-sys-mgmt-agent-go [2020-10-25T13:10:50.824Z] Building docker-core-data-go [2020-10-25T13:10:50.824Z] Building docker-security-proxy-setup-go [2020-10-25T13:10:50.824Z] Building docker-security-secretstore-setup-go [2020-10-25T13:11:13.144Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:11:13.144Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:11:13.144Z] ---> bfe7312c13c1 [2020-10-25T13:11:13.144Z] Step 3/24 : WORKDIR /edgex-go [2020-10-25T13:11:13.144Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:11:13.144Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:11:13.144Z] ---> bfe7312c13c1 [2020-10-25T13:11:13.144Z] Step 3/23 : WORKDIR /edgex-go [2020-10-25T13:11:13.739Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:11:13.739Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:11:13.739Z] ---> bfe7312c13c1 [2020-10-25T13:11:13.739Z] Step 3/20 : WORKDIR /edgex-go [2020-10-25T13:11:14.003Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:11:14.003Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:11:14.003Z] ---> bfe7312c13c1 [2020-10-25T13:11:14.003Z] Step 3/26 : WORKDIR /edgex-go [2020-10-25T13:11:14.003Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:11:14.003Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:11:14.003Z] ---> bfe7312c13c1 [2020-10-25T13:11:14.003Z] Step 3/27 : WORKDIR /edgex-go [2020-10-25T13:11:14.955Z] ---> Running in c6319b29c799 [2020-10-25T13:11:14.955Z] ---> Running in b00ff70a0738 [2020-10-25T13:11:14.955Z] ---> Running in b014d4402012 [2020-10-25T13:11:14.955Z] ---> Running in 1d2f8c65ff72 [2020-10-25T13:11:14.955Z] ---> Running in 9479de105900 [2020-10-25T13:11:15.219Z] Removing intermediate container 1d2f8c65ff72 [2020-10-25T13:11:15.219Z] ---> f402dc1b034f [2020-10-25T13:11:15.219Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:11:15.219Z] Removing intermediate container b00ff70a0738 [2020-10-25T13:11:15.219Z] ---> ab3a3f776239 [2020-10-25T13:11:15.220Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:11:15.220Z] Removing intermediate container c6319b29c799 [2020-10-25T13:11:15.220Z] ---> cdf1adf7a8d5 [2020-10-25T13:11:15.220Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:11:15.220Z] Removing intermediate container 9479de105900 [2020-10-25T13:11:15.220Z] ---> 5cbd20191acc [2020-10-25T13:11:15.220Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:11:15.220Z] Removing intermediate container b014d4402012 [2020-10-25T13:11:15.220Z] ---> d3d9dfe29faf [2020-10-25T13:11:15.220Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:11:15.484Z] ---> Running in 49c9c080eb83 [2020-10-25T13:11:15.485Z] ---> Running in 952afd2f1716 [2020-10-25T13:11:15.485Z] ---> Running in 1fa2a8c8021d [2020-10-25T13:11:15.485Z] ---> Running in 7fa4fc56a451 [2020-10-25T13:11:15.485Z] ---> Running in f527853250a4 [2020-10-25T13:11:17.427Z] Removing intermediate container 49c9c080eb83 [2020-10-25T13:11:17.427Z] ---> 7d52533b416c [2020-10-25T13:11:17.427Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-25T13:11:17.690Z] Removing intermediate container 952afd2f1716 [2020-10-25T13:11:17.690Z] ---> ca9fd9b97458 [2020-10-25T13:11:17.690Z] Step 5/20 : RUN apk update && apk add make git [2020-10-25T13:11:17.690Z] ---> Running in 24040ac6d5ab [2020-10-25T13:11:17.954Z] ---> Running in 74100df3ee46 [2020-10-25T13:11:17.954Z] Removing intermediate container 7fa4fc56a451 [2020-10-25T13:11:17.954Z] ---> 97543b28841b [2020-10-25T13:11:17.954Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-25T13:11:18.225Z] Removing intermediate container 1fa2a8c8021d [2020-10-25T13:11:18.225Z] ---> dcfa6a06549c [2020-10-25T13:11:18.225Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-25T13:11:18.225Z] Removing intermediate container f527853250a4 [2020-10-25T13:11:18.225Z] ---> 1f5fe0fa919a [2020-10-25T13:11:18.225Z] Step 5/26 : RUN apk update && apk add make git [2020-10-25T13:11:18.225Z] ---> Running in a7316b9f2180 [2020-10-25T13:11:18.225Z] ---> Running in 1223a1406ee6 [2020-10-25T13:11:18.504Z] ---> Running in 9d32cef65796 [2020-10-25T13:11:18.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:11:18.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:11:19.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:11:19.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:11:19.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:11:19.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:11:19.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:11:19.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:11:19.616Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:11:19.616Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:11:19.616Z] OK: 12752 distinct packages available [2020-10-25T13:11:19.880Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:11:19.880Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:11:19.880Z] OK: 12752 distinct packages available [2020-10-25T13:11:19.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:11:19.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:11:19.880Z] OK: 233 MiB in 51 packages [2020-10-25T13:11:20.154Z] OK: 233 MiB in 51 packages [2020-10-25T13:11:20.429Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:11:20.429Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:11:20.429Z] OK: 12752 distinct packages available [2020-10-25T13:11:20.429Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:11:20.429Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:11:20.429Z] OK: 12752 distinct packages available [2020-10-25T13:11:20.702Z] Removing intermediate container 74100df3ee46 [2020-10-25T13:11:20.702Z] ---> 753eaa2d8500 [2020-10-25T13:11:20.702Z] Step 6/20 : COPY go.mod . [2020-10-25T13:11:20.702Z] OK: 233 MiB in 51 packages [2020-10-25T13:11:20.702Z] Removing intermediate container 24040ac6d5ab [2020-10-25T13:11:20.702Z] ---> 81e42e999730 [2020-10-25T13:11:20.702Z] Step 6/24 : COPY go.mod . [2020-10-25T13:11:20.702Z] OK: 233 MiB in 51 packages [2020-10-25T13:11:20.905Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8678 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [2020-10-25T13:11:20.966Z] ---> 3535ee3ef32e [2020-10-25T13:11:20.966Z] Step 7/20 : RUN go mod download [2020-10-25T13:11:20.966Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:11:20.966Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:11:20.966Z] OK: 12752 distinct packages available [2020-10-25T13:11:20.966Z] ---> Running in 99ed5740a426 [2020-10-25T13:11:20.966Z] ---> 8264ab16c73b [2020-10-25T13:11:20.966Z] Step 7/24 : RUN go mod download [Pipeline] ws [2020-10-25T13:11:21.053Z] Running in /w/workspace/edgex-go/209 [Pipeline] { [Pipeline] checkout [2020-10-25T13:11:21.230Z] OK: 233 MiB in 51 packages [2020-10-25T13:11:21.230Z] ---> Running in db19ab0b6121 [2020-10-25T13:11:21.493Z] Removing intermediate container a7316b9f2180 [2020-10-25T13:11:21.493Z] ---> ca0ffe4793d6 [2020-10-25T13:11:21.493Z] Step 6/27 : COPY go.mod . [2020-10-25T13:11:22.890Z] Removing intermediate container 9d32cef65796 [2020-10-25T13:11:22.890Z] ---> 4c38803c505b [2020-10-25T13:11:22.890Z] Step 6/26 : COPY go.mod . [2020-10-25T13:11:22.890Z] ---> 6489440f8708 [2020-10-25T13:11:22.890Z] Step 7/27 : RUN go mod download [2020-10-25T13:11:22.890Z] ---> Running in aaba6a03dfb9 [2020-10-25T13:11:23.154Z] Removing intermediate container 1223a1406ee6 [2020-10-25T13:11:23.154Z] ---> 9baf9fab6187 [2020-10-25T13:11:23.154Z] Step 6/23 : COPY go.mod . [2020-10-25T13:11:23.154Z] ---> 49ab054318a1 [2020-10-25T13:11:23.154Z] Step 7/26 : RUN go mod download [2020-10-25T13:11:23.154Z] ---> Running in 89d6ba01fc00 [2020-10-25T13:11:23.426Z] ---> 8ad218f344cb [2020-10-25T13:11:23.426Z] Step 7/23 : RUN go mod download [2020-10-25T13:11:23.426Z] ---> Running in 77213c4b7beb [2020-10-25T13:11:24.004Z] Removing intermediate container 99ed5740a426 [2020-10-25T13:11:24.004Z] ---> 284b330d82be [2020-10-25T13:11:24.004Z] Step 8/20 : COPY . . [2020-10-25T13:11:24.270Z] Removing intermediate container db19ab0b6121 [2020-10-25T13:11:24.270Z] ---> e9b0e6bc3fc8 [2020-10-25T13:11:24.270Z] Step 8/24 : COPY . . [2020-10-25T13:11:25.910Z] using credential edgex-jenkins-ssh [2020-10-25T13:11:26.011Z] Cloning the remote Git repository [2020-10-25T13:11:26.074Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-25T13:11:26.195Z] > git init /w/workspace/edgex-go/209 # timeout=10 [2020-10-25T13:11:26.271Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-25T13:11:26.272Z] > git --version # timeout=10 [2020-10-25T13:11:26.297Z] > git --version # 'git version 2.17.1' [2020-10-25T13:11:26.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-25T13:11:26.388Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-25T13:11:28.547Z] Removing intermediate container aaba6a03dfb9 [2020-10-25T13:11:28.547Z] ---> d87dbd5f5f50 [2020-10-25T13:11:28.547Z] Step 8/27 : COPY . . [2020-10-25T13:11:31.884Z] Removing intermediate container 89d6ba01fc00 [2020-10-25T13:11:31.884Z] ---> 96e33e88035e [2020-10-25T13:11:31.884Z] Step 8/26 : COPY . . [2020-10-25T13:11:42.490Z] Checking out Revision 1dd33a3af9a617cbaf28a861ee32f6521d03d04f (master) [2020-10-25T13:11:41.815Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-25T13:11:41.834Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-25T13:11:41.862Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-25T13:11:41.902Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-25T13:11:41.902Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-25T13:11:41.916Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-25T13:11:42.514Z] > git config core.sparsecheckout # timeout=10 [2020-10-25T13:11:42.537Z] > git checkout -f 1dd33a3af9a617cbaf28a861ee32f6521d03d04f # timeout=10 [2020-10-25T13:11:44.187Z] Removing intermediate container 77213c4b7beb [2020-10-25T13:11:44.187Z] ---> 75cee0279eb6 [2020-10-25T13:11:44.187Z] Step 8/23 : COPY . . [2020-10-25T13:11:47.447Z] Commit message: "Merge pull request #2841 from weichou1229/issue-2838" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-25T13:11:48.499Z] ========================================================= [2020-10-25T13:11:48.499Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-25T13:11:48.499Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:11:49.455Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-25T13:11:52.098Z] Sending build context to Docker daemon 165.2MB [2020-10-25T13:11:52.098Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-25T13:11:52.098Z] Step 2/7 : FROM ${BASE} [2020-10-25T13:11:52.716Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-25T13:11:52.716Z] b538f80385f9: Pulling fs layer [2020-10-25T13:11:52.716Z] 74f711af9a0d: Pulling fs layer [2020-10-25T13:11:52.716Z] 99f96fe45779: Pulling fs layer [2020-10-25T13:11:52.716Z] 8529a6b9a6be: Pulling fs layer [2020-10-25T13:11:52.716Z] 45590311c82a: Pulling fs layer [2020-10-25T13:11:52.716Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-25T13:11:52.716Z] 209524e5b208: Pulling fs layer [2020-10-25T13:11:52.716Z] 8529a6b9a6be: Waiting [2020-10-25T13:11:52.716Z] 45590311c82a: Waiting [2020-10-25T13:11:52.716Z] 69ca0ff8b7b3: Waiting [2020-10-25T13:11:52.716Z] 209524e5b208: Waiting [2020-10-25T13:11:52.716Z] 99f96fe45779: Verifying Checksum [2020-10-25T13:11:52.716Z] 99f96fe45779: Download complete [2020-10-25T13:11:52.716Z] 74f711af9a0d: Verifying Checksum [2020-10-25T13:11:52.716Z] 74f711af9a0d: Download complete [2020-10-25T13:11:52.716Z] 45590311c82a: Verifying Checksum [2020-10-25T13:11:52.716Z] 45590311c82a: Download complete [2020-10-25T13:11:52.716Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-25T13:11:52.716Z] 69ca0ff8b7b3: Download complete [2020-10-25T13:11:52.716Z] b538f80385f9: Download complete [2020-10-25T13:11:53.327Z] b538f80385f9: Pull complete [2020-10-25T13:11:53.931Z] 74f711af9a0d: Pull complete [2020-10-25T13:11:54.534Z] 99f96fe45779: Pull complete [2020-10-25T13:11:54.534Z] 209524e5b208: Download complete [2020-10-25T13:11:56.527Z] 8529a6b9a6be: Verifying Checksum [2020-10-25T13:11:56.527Z] 8529a6b9a6be: Download complete [2020-10-25T13:11:56.533Z] ---> 53905049195c [2020-10-25T13:11:56.533Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-25T13:11:57.119Z] ---> Running in b7bcedc6bb89 [2020-10-25T13:11:57.119Z] ---> c5fcb958247c [2020-10-25T13:11:57.119Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-25T13:12:01.400Z] ---> 693f02348364 [2020-10-25T13:12:01.400Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-25T13:12:01.400Z] ---> Running in 5d5a3f75a57e [2020-10-25T13:12:01.988Z] ---> e7169a3714ed [2020-10-25T13:12:01.988Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-25T13:12:02.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-25T13:12:03.519Z] ---> Running in 8e9c419c7a50 [2020-10-25T13:12:03.519Z] ---> Running in 3451747e8cd7 [2020-10-25T13:12:03.519Z] ---> daee8a5345b7 [2020-10-25T13:12:03.519Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-25T13:12:03.787Z] ---> Running in 0f0631239f33 [2020-10-25T13:12:04.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-25T13:12:04.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-25T13:12:04.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-25T13:12:04.659Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/core-data/core-data ./cmd/core-data [2020-10-25T13:12:06.720Z] 8529a6b9a6be: Pull complete [2020-10-25T13:12:06.720Z] 45590311c82a: Pull complete [2020-10-25T13:12:06.720Z] 69ca0ff8b7b3: Pull complete [2020-10-25T13:12:10.125Z] 209524e5b208: Pull complete [2020-10-25T13:12:10.125Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-25T13:12:10.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-25T13:12:10.125Z] ---> 5bddaf1c2fca [2020-10-25T13:12:10.125Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-25T13:12:13.522Z] ---> Running in 7677f8461eaf [2020-10-25T13:12:14.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:12:16.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:12:17.379Z] (1/12) Installing libmagic (5.38-r0) [2020-10-25T13:12:17.650Z] (2/12) Installing file (5.38-r0) [2020-10-25T13:12:17.650Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-25T13:12:17.650Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-25T13:12:25.905Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-25T13:12:25.905Z] (6/12) Installing patch (2.7.6-r6) [2020-10-25T13:12:25.905Z] (7/12) Installing build-base (0.5-r2) [2020-10-25T13:12:25.905Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-25T13:12:25.905Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-25T13:12:26.179Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-25T13:12:26.179Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-25T13:12:26.450Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-25T13:12:26.450Z] Executing busybox-1.31.1-r16.trigger [2020-10-25T13:12:26.450Z] OK: 217 MiB in 51 packages [2020-10-25T13:12:30.757Z] Removing intermediate container 7677f8461eaf [2020-10-25T13:12:30.757Z] ---> 9997ead5a270 [2020-10-25T13:12:30.757Z] Step 4/7 : WORKDIR /edgex-go [2020-10-25T13:12:30.757Z] ---> Running in 84c9823103ca [2020-10-25T13:12:31.352Z] Removing intermediate container 84c9823103ca [2020-10-25T13:12:31.352Z] ---> e0f2751cbb9b [2020-10-25T13:12:31.352Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-25T13:12:31.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-25T13:12:31.628Z] latest: Pulling from library/docker [2020-10-25T13:12:31.629Z] 5f621e34cdf4: Pulling fs layer [2020-10-25T13:12:31.629Z] 85db56a05063: Pulling fs layer [2020-10-25T13:12:31.629Z] ccb67d6aeaaa: Pulling fs layer [2020-10-25T13:12:31.629Z] a0b19fc83503: Pulling fs layer [2020-10-25T13:12:31.629Z] 8eb508b41278: Pulling fs layer [2020-10-25T13:12:31.629Z] 37236713561e: Pulling fs layer [2020-10-25T13:12:31.629Z] 07c93f2b1b56: Pulling fs layer [2020-10-25T13:12:31.629Z] a0b19fc83503: Waiting [2020-10-25T13:12:31.629Z] 8eb508b41278: Waiting [2020-10-25T13:12:31.629Z] 37236713561e: Waiting [2020-10-25T13:12:31.629Z] 07c93f2b1b56: Waiting [2020-10-25T13:12:31.916Z] ccb67d6aeaaa: Verifying Checksum [2020-10-25T13:12:31.916Z] ccb67d6aeaaa: Download complete [2020-10-25T13:12:31.916Z] 85db56a05063: Verifying Checksum [2020-10-25T13:12:31.916Z] 85db56a05063: Download complete [2020-10-25T13:12:31.916Z] 5f621e34cdf4: Verifying Checksum [2020-10-25T13:12:31.916Z] 5f621e34cdf4: Download complete [2020-10-25T13:12:31.916Z] 8eb508b41278: Download complete [2020-10-25T13:12:31.916Z] 37236713561e: Verifying Checksum [2020-10-25T13:12:31.916Z] 37236713561e: Download complete [2020-10-25T13:12:32.189Z] 07c93f2b1b56: Verifying Checksum [2020-10-25T13:12:32.189Z] 07c93f2b1b56: Download complete [2020-10-25T13:12:32.474Z] 5f621e34cdf4: Pull complete [2020-10-25T13:12:33.082Z] 85db56a05063: Pull complete [2020-10-25T13:12:33.355Z] a0b19fc83503: Download complete [2020-10-25T13:12:33.355Z] ccb67d6aeaaa: Pull complete [2020-10-25T13:12:34.069Z] Removing intermediate container 5d5a3f75a57e [2020-10-25T13:12:34.069Z] ---> 4570138e19b1 [2020-10-25T13:12:34.069Z] [2020-10-25T13:12:34.069Z] Step 10/20 : FROM alpine [2020-10-25T13:12:34.343Z] latest: Pulling from library/alpine [2020-10-25T13:12:35.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-25T13:12:35.316Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-25T13:12:35.316Z] Status: Downloaded newer image for alpine:latest [2020-10-25T13:12:35.316Z] ---> d6e46aa2470d [2020-10-25T13:12:35.316Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-25T13:12:36.277Z] Removing intermediate container 8e9c419c7a50 [2020-10-25T13:12:36.277Z] ---> e0a0bbe6b85c [2020-10-25T13:12:36.277Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-25T13:12:36.736Z] a0b19fc83503: Pull complete [2020-10-25T13:12:37.009Z] 8eb508b41278: Pull complete [2020-10-25T13:12:37.224Z] ---> Running in 6ea6950dbace [2020-10-25T13:12:37.283Z] 37236713561e: Pull complete [2020-10-25T13:12:37.498Z] ---> Running in 7d6a3f800501 [2020-10-25T13:12:37.881Z] 07c93f2b1b56: Pull complete [2020-10-25T13:12:37.882Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-25T13:12:37.882Z] Status: Downloaded newer image for docker:latest [2020-10-25T13:12:38.076Z] Removing intermediate container b7bcedc6bb89 [2020-10-25T13:12:38.077Z] ---> 59ce00cedd8f [2020-10-25T13:12:38.077Z] [2020-10-25T13:12:38.077Z] Step 10/24 : FROM scratch [2020-10-25T13:12:38.077Z] ---> [2020-10-25T13:12:38.077Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-25T13:12:38.347Z] ---> Running in 9d84c5581802 [2020-10-25T13:12:38.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:12:38.618Z] Removing intermediate container 9d84c5581802 [2020-10-25T13:12:38.618Z] ---> f8543f6116dc [2020-10-25T13:12:38.618Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-25T13:12:38.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-25T13:12:38.618Z] ---> Running in aa4d2feca79c [2020-10-25T13:12:38.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:12:38.890Z] Removing intermediate container aa4d2feca79c [2020-10-25T13:12:38.890Z] ---> 0e1b346e6607 [2020-10-25T13:12:38.890Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-25T13:12:38.890Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:12:38.890Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:12:38.890Z] OK: 12744 distinct packages available [2020-10-25T13:12:39.159Z] ---> Running in 9b03add878dc [2020-10-25T13:12:39.159Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-25T13:12:39.159Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-25T13:12:39.159Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-25T13:12:39.159Z] (4/4) Installing curl (7.69.1-r1) [2020-10-25T13:12:39.159Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:12:39.423Z] Executing ca-certificates-20191127-r4.trigger [2020-10-25T13:12:39.423Z] OK: 7 MiB in 18 packages [2020-10-25T13:12:41.274Z] ---> 4affafd41159 [2020-10-25T13:12:41.275Z] Step 6/7 : COPY go.mod . [2020-10-25T13:12:41.349Z] Removing intermediate container 9b03add878dc [2020-10-25T13:12:41.350Z] ---> 06d5c69eee6a [2020-10-25T13:12:41.350Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-25T13:12:41.350Z] Removing intermediate container 3451747e8cd7 [2020-10-25T13:12:41.350Z] ---> f7c0f3c05c2b [2020-10-25T13:12:41.350Z] [2020-10-25T13:12:41.350Z] Step 10/26 : FROM alpine:3.10 [2020-10-25T13:12:41.870Z] ---> fde4f7bcd147 [2020-10-25T13:12:41.870Z] Step 7/7 : RUN go mod download [2020-10-25T13:12:41.870Z] ---> Running in 78ff5df64cd1 [2020-10-25T13:12:41.924Z] 3.10: Pulling from library/alpine [2020-10-25T13:12:42.186Z] ---> 293ce82e3c75 [2020-10-25T13:12:42.186Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-25T13:12:44.116Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-25T13:12:44.116Z] Removing intermediate container 6ea6950dbace [2020-10-25T13:12:44.116Z] ---> 70291913007c [2020-10-25T13:12:44.116Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-25T13:12:44.694Z] Removing intermediate container 7d6a3f800501 [2020-10-25T13:12:44.694Z] ---> 71b70bbb4c94 [2020-10-25T13:12:44.694Z] [2020-10-25T13:12:44.694Z] Step 11/27 : FROM docker:latest [2020-10-25T13:12:44.694Z] Status: Downloaded newer image for alpine:3.10 [2020-10-25T13:12:44.694Z] ---> 6972c414f322 [2020-10-25T13:12:44.694Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-25T13:12:44.694Z] ---> be4e4bea2c2e [2020-10-25T13:12:44.694Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-25T13:12:46.089Z] ---> Running in bb7081c51d8d [2020-10-25T13:12:46.089Z] ---> da969db22347 [2020-10-25T13:12:46.089Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-25T13:12:46.089Z] ---> Running in d2d8726c6ad3 [2020-10-25T13:12:46.089Z] ---> Running in c5892cebecd1 [2020-10-25T13:12:46.672Z] Removing intermediate container 0f0631239f33 [2020-10-25T13:12:46.672Z] ---> 962618283e3a [2020-10-25T13:12:46.672Z] [2020-10-25T13:12:46.672Z] Step 10/23 : FROM alpine [2020-10-25T13:12:46.672Z] ---> d6e46aa2470d [2020-10-25T13:12:46.672Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T13:12:46.672Z] Removing intermediate container bb7081c51d8d [2020-10-25T13:12:46.672Z] ---> d5d032d011fb [2020-10-25T13:12:46.672Z] Step 13/20 : WORKDIR /edgex [2020-10-25T13:12:46.672Z] ---> Running in 6b5a71a82da0 [2020-10-25T13:12:46.939Z] ---> Running in 0a13e04f7ea0 [2020-10-25T13:12:46.939Z] ---> 9167ecfb9b41 [2020-10-25T13:12:46.939Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-25T13:12:47.214Z] Removing intermediate container 6b5a71a82da0 [2020-10-25T13:12:47.214Z] ---> 96a392f071ca [2020-10-25T13:12:47.214Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-25T13:12:47.214Z] ---> Running in b9d19c0cf6a0 [2020-10-25T13:12:47.214Z] Removing intermediate container 0a13e04f7ea0 [2020-10-25T13:12:47.214Z] ---> 4c0523dd502a [2020-10-25T13:12:47.214Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-25T13:12:47.489Z] ---> c493e389e539 [2020-10-25T13:12:47.489Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-25T13:12:47.489Z] Removing intermediate container b9d19c0cf6a0 [2020-10-25T13:12:47.489Z] ---> d8f9ed0d2c4a [2020-10-25T13:12:47.489Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-25T13:12:47.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:12:47.762Z] ---> Running in 512bc22710de [2020-10-25T13:12:47.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:12:47.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:12:47.762Z] ---> 61459b7ff504 [2020-10-25T13:12:47.762Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-25T13:12:47.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:12:47.762Z] Removing intermediate container 512bc22710de [2020-10-25T13:12:47.762Z] ---> e3ac7ef34789 [2020-10-25T13:12:47.762Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:12:48.027Z] (1/2) Installing readline (8.0.4-r0) [2020-10-25T13:12:48.027Z] (2/2) Installing bash (5.0.17-r0) [2020-10-25T13:12:48.027Z] Executing bash-5.0.17-r0.post-install [2020-10-25T13:12:48.027Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:12:48.027Z] OK: 12 MiB in 22 packages [2020-10-25T13:12:48.027Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-25T13:12:48.027Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-25T13:12:48.027Z] OK: 10346 distinct packages available [2020-10-25T13:12:48.027Z] ---> Running in 3fcbc02d7f16 [2020-10-25T13:12:48.027Z] ---> 9257bdd511aa [2020-10-25T13:12:48.028Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-25T13:12:48.294Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-25T13:12:48.294Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-25T13:12:48.294Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-25T13:12:48.294Z] (4/5) Installing curl (7.66.0-r1) [2020-10-25T13:12:48.294Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-25T13:12:48.294Z] Executing busybox-1.30.1-r3.trigger [2020-10-25T13:12:48.294Z] Executing ca-certificates-20191127-r2.trigger [2020-10-25T13:12:48.557Z] OK: 7 MiB in 19 packages [2020-10-25T13:12:49.504Z] ---> 2813500c5177 [2020-10-25T13:12:49.504Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-25T13:12:49.504Z] ---> 626d22c752b3 [2020-10-25T13:12:49.504Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-25T13:12:49.504Z] ---> Running in 62ed562e3a31 [2020-10-25T13:12:49.776Z] ---> Running in a8c86a435ffb [2020-10-25T13:12:50.044Z] Removing intermediate container c5892cebecd1 [2020-10-25T13:12:50.044Z] ---> f4b2d69f9115 [2020-10-25T13:12:50.044Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-25T13:12:50.326Z] Removing intermediate container 62ed562e3a31 [2020-10-25T13:12:50.326Z] ---> ff6bc95e232a [2020-10-25T13:12:50.326Z] Step 17/20 : CMD ["--init=true"] [2020-10-25T13:12:50.326Z] ---> Running in 0597b23ec6ad [2020-10-25T13:12:50.590Z] Removing intermediate container a8c86a435ffb [2020-10-25T13:12:50.590Z] ---> 4e4ebc312006 [2020-10-25T13:12:50.590Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:12:50.590Z] ---> Running in a2129c41b843 [2020-10-25T13:12:50.590Z] Removing intermediate container d2d8726c6ad3 [2020-10-25T13:12:50.590Z] ---> 63288a5eb852 [2020-10-25T13:12:50.590Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-25T13:12:50.870Z] ---> Running in 7915a162d165 [2020-10-25T13:12:50.870Z] ---> Running in a2719258164d [2020-10-25T13:12:50.870Z] Removing intermediate container 3fcbc02d7f16 [2020-10-25T13:12:50.870Z] ---> 0f5d1a4e0bbf [2020-10-25T13:12:50.870Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-25T13:12:51.141Z] Removing intermediate container a2129c41b843 [2020-10-25T13:12:51.141Z] ---> 122162949fba [2020-10-25T13:12:51.141Z] Step 18/20 : LABEL arch=x86_64 [2020-10-25T13:12:51.141Z] ---> Running in 7cbcbb553112 [2020-10-25T13:12:51.141Z] Removing intermediate container 7915a162d165 [2020-10-25T13:12:51.141Z] ---> 5b2e285787cd [2020-10-25T13:12:51.141Z] Step 22/24 : LABEL arch=x86_64 [2020-10-25T13:12:51.141Z] ---> Running in 7897eea90392 [2020-10-25T13:12:51.717Z] Removing intermediate container a2719258164d [2020-10-25T13:12:51.717Z] ---> 80329cf01385 [2020-10-25T13:12:51.717Z] Step 13/26 : WORKDIR / [2020-10-25T13:12:51.980Z] ---> Running in d8a73747b3e5 [2020-10-25T13:12:51.980Z] ---> Running in 318c03b8a5fd [2020-10-25T13:12:52.243Z] Removing intermediate container 7897eea90392 [2020-10-25T13:12:52.243Z] ---> caa9adf73d97 [2020-10-25T13:12:52.243Z] Step 19/20 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:12:52.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:12:52.827Z] ---> Running in ef8540ef90dc [2020-10-25T13:12:52.827Z] Removing intermediate container d8a73747b3e5 [2020-10-25T13:12:52.827Z] ---> 566750038efd [2020-10-25T13:12:52.827Z] Step 23/24 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:12:52.827Z] Removing intermediate container 318c03b8a5fd [2020-10-25T13:12:52.827Z] ---> 4bdb84c128c9 [2020-10-25T13:12:52.827Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-25T13:12:53.092Z] ---> Running in e7e9135ac4aa [2020-10-25T13:12:53.092Z] Removing intermediate container 0597b23ec6ad [2020-10-25T13:12:53.092Z] ---> 4cf5a5205f23 [2020-10-25T13:12:53.092Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-25T13:12:53.092Z] Removing intermediate container ef8540ef90dc [2020-10-25T13:12:53.092Z] ---> 5ca5151a1033 [2020-10-25T13:12:53.092Z] Step 20/20 : LABEL version=1.2.2-dev.93 [2020-10-25T13:12:53.356Z] ---> Running in 57609032c712 [2020-10-25T13:12:53.356Z] ---> Running in de874e9baa86 [2020-10-25T13:12:53.356Z] Removing intermediate container e7e9135ac4aa [2020-10-25T13:12:53.356Z] ---> 54c5ad34af9c [2020-10-25T13:12:53.356Z] Step 24/24 : LABEL version=1.2.2-dev.93 [2020-10-25T13:12:53.356Z] ---> d8fbb9d628bc [2020-10-25T13:12:53.356Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-25T13:12:53.620Z] ---> Running in 18404213e17f [2020-10-25T13:12:53.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:12:53.620Z] Removing intermediate container 57609032c712 [2020-10-25T13:12:53.620Z] ---> cb8b20f7c287 [2020-10-25T13:12:53.620Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-25T13:12:53.620Z] Removing intermediate container de874e9baa86 [2020-10-25T13:12:53.620Z] ---> 82a00f2a1400 [2020-10-25T13:12:53.620Z] [2020-10-25T13:12:53.886Z] ---> Running in 13aa07788e33 [2020-10-25T13:12:53.886Z] Removing intermediate container 18404213e17f [2020-10-25T13:12:53.886Z] ---> b20653a400f7 [2020-10-25T13:12:53.886Z] [2020-10-25T13:12:53.886Z] ---> ba128640eaed [2020-10-25T13:12:53.886Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-25T13:12:53.886Z] Successfully built 82a00f2a1400 [2020-10-25T13:12:53.886Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-25T13:12:53.886Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-10-25T13:12:54.149Z] Successfully built b20653a400f7 [2020-10-25T13:12:54.149Z] Successfully tagged docker-support-notifications-go:latest [2020-10-25T13:12:54.149Z] Building docker-security-secrets-setup-go [2020-10-25T13:12:54.149Z]  Building docker-support-notifications-go ... done Removing intermediate container 13aa07788e33 [2020-10-25T13:12:54.149Z] ---> 019128b0b75d [2020-10-25T13:12:54.149Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-25T13:12:54.149Z] ---> Running in 8cd8c06d914c [2020-10-25T13:12:54.149Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-25T13:12:54.149Z] ---> eb92e1fc1def [2020-10-25T13:12:54.149Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-25T13:12:54.149Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-25T13:12:54.422Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-25T13:12:54.422Z] Removing intermediate container 8cd8c06d914c [2020-10-25T13:12:54.422Z] ---> ad1fa3109fda [2020-10-25T13:12:54.422Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-25T13:12:54.422Z] ---> c3b00ddf2a88 [2020-10-25T13:12:54.422Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-25T13:12:54.709Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-25T13:12:54.709Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-25T13:12:54.979Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:12:54.979Z] OK: 8 MiB in 19 packages [2020-10-25T13:13:00.306Z] ---> 0389cf162348 [2020-10-25T13:13:00.306Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-25T13:13:00.306Z] ---> 278742b91f1d [2020-10-25T13:13:00.306Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-25T13:13:00.888Z] ---> 6ebcf383c932 [2020-10-25T13:13:00.889Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-25T13:13:00.889Z] Removing intermediate container 7cbcbb553112 [2020-10-25T13:13:00.889Z] ---> 1d0f49ecb065 [2020-10-25T13:13:00.889Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-25T13:13:03.520Z] ---> 0d00c66856df [2020-10-25T13:13:03.520Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-25T13:13:03.788Z] ---> 120e725e9d1c [2020-10-25T13:13:03.788Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-25T13:13:04.371Z] ---> 087adb3fba7a [2020-10-25T13:13:04.371Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-25T13:13:05.351Z] ---> Running in e041c9c2ef60 [2020-10-25T13:13:05.933Z] ---> 3e06eb5514a3 [2020-10-25T13:13:05.933Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-25T13:13:07.349Z] ---> 84d0f0d2e695 [2020-10-25T13:13:07.349Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-25T13:13:07.349Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:13:07.349Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-25T13:13:07.349Z] ---> bfe7312c13c1 [2020-10-25T13:13:07.349Z] Step 3/29 : WORKDIR /edgex-go [2020-10-25T13:13:07.349Z] ---> Using cache [2020-10-25T13:13:07.349Z] ---> d3d9dfe29faf [2020-10-25T13:13:07.349Z] Step 4/29 : RUN apk update && apk add make git [2020-10-25T13:13:08.307Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:13:08.307Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:13:08.307Z] ---> bfe7312c13c1 [2020-10-25T13:13:08.307Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T13:13:08.307Z] ---> Using cache [2020-10-25T13:13:08.307Z] ---> d3d9dfe29faf [2020-10-25T13:13:08.307Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:13:08.307Z] ---> Using cache [2020-10-25T13:13:08.307Z] ---> 1f5fe0fa919a [2020-10-25T13:13:08.307Z] Step 5/22 : RUN apk update && apk add make git [2020-10-25T13:13:08.307Z] ---> Using cache [2020-10-25T13:13:08.307Z] ---> 4c38803c505b [2020-10-25T13:13:08.307Z] Step 6/22 : COPY go.mod . [2020-10-25T13:13:08.307Z] ---> Using cache [2020-10-25T13:13:08.307Z] ---> 49ab054318a1 [2020-10-25T13:13:08.307Z] Step 7/22 : RUN go mod download [2020-10-25T13:13:08.307Z] ---> Using cache [2020-10-25T13:13:08.307Z] ---> 96e33e88035e [2020-10-25T13:13:08.307Z] Step 8/22 : COPY . . [2020-10-25T13:13:08.307Z] ---> Using cache [2020-10-25T13:13:08.307Z] ---> e7169a3714ed [2020-10-25T13:13:08.307Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-25T13:13:09.254Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:13:09.254Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:13:09.526Z] ---> 2e872981e647 [2020-10-25T13:13:09.526Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-25T13:13:09.526Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-25T13:13:09.526Z] (2/33) Installing expat (2.2.9-r1) [2020-10-25T13:13:09.526Z] (3/33) Installing libffi (3.3-r2) [2020-10-25T13:13:09.526Z] (4/33) Installing gdbm (1.13-r1) [2020-10-25T13:13:09.526Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-25T13:13:09.526Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-25T13:13:09.526Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-25T13:13:09.526Z] ---> Running in 8534ee7fe418 [2020-10-25T13:13:09.526Z] ---> Running in 923bc99c3b7a [2020-10-25T13:13:10.112Z] ---> Running in 00cbec6a2b8f [2020-10-25T13:13:12.864Z] ---> 438f4200265d [2020-10-25T13:13:12.864Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-25T13:13:12.864Z] ---> Running in 293fb4e9fd46 [2020-10-25T13:13:12.864Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-25T13:13:12.864Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-25T13:13:12.864Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-25T13:13:12.864Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-25T13:13:12.864Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-25T13:13:12.864Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-25T13:13:13.151Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-25T13:13:13.151Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-25T13:13:13.151Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-25T13:13:13.151Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-25T13:13:13.829Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-25T13:13:13.829Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-25T13:13:13.829Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-25T13:13:13.829Z] Removing intermediate container 293fb4e9fd46 [2020-10-25T13:13:13.829Z] ---> 15e67dfa8c70 [2020-10-25T13:13:13.829Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:13:13.829Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-25T13:13:13.829Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-25T13:13:14.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/core-command/core-command ./cmd/core-command [2020-10-25T13:13:14.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:13:14.221Z] Removing intermediate container 78ff5df64cd1 [2020-10-25T13:13:14.221Z] ---> e612d58a4734 [2020-10-25T13:13:14.221Z] Successfully built e612d58a4734 [2020-10-25T13:13:14.221Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:13:14.390Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-25T13:13:14.390Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-25T13:13:14.390Z] ---> Running in 846a47887f60 [2020-10-25T13:13:14.390Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-25T13:13:14.648Z] + docker inspect -f . ci-base-image-arm64 [2020-10-25T13:13:14.648Z] . [2020-10-25T13:13:14.657Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-25T13:13:14.657Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-25T13:13:14.657Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-25T13:13:14.657Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-25T13:13:14.657Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-25T13:13:14.657Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-25T13:13:14.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:13:14.657Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-25T13:13:14.657Z] (33/33) Installing py3-pip (20.1.1-r0) [Pipeline] withDockerContainer [2020-10-25T13:13:14.935Z] prd-ubuntu18.04-docker-arm64-4c-16g-8678 does not seem to be running inside a container [2020-10-25T13:13:15.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-25T13:13:15.241Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:13:15.241Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:13:15.241Z] OK: 12752 distinct packages available [2020-10-25T13:13:15.507Z] OK: 233 MiB in 51 packages [2020-10-25T13:13:15.777Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:13:16.049Z] OK: 71 MiB in 55 packages [2020-10-25T13:13:16.049Z] Removing intermediate container 846a47887f60 [2020-10-25T13:13:16.049Z] ---> 9a4884a1dfd9 [2020-10-25T13:13:16.049Z] Step 21/23 : LABEL arch=x86_64 [2020-10-25T13:13:16.317Z] ---> Running in 4514732c5d8a [2020-10-25T13:13:16.852Z] $ docker top e13a8316989bd3aed45dcaaba762fdf44a87686103fa349e79826ce52d3a42f9 -eo pid,comm [2020-10-25T13:13:16.916Z] Removing intermediate container 4514732c5d8a [2020-10-25T13:13:16.916Z] ---> 19f42653350d [2020-10-25T13:13:16.916Z] Step 22/23 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:13:16.916Z] Removing intermediate container 00cbec6a2b8f [2020-10-25T13:13:16.916Z] ---> 384c8a495e6e [2020-10-25T13:13:16.916Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-25T13:13:17.188Z] ---> Running in db298dcce32a [2020-10-25T13:13:17.188Z] ---> Running in 3f67684056e2 [2020-10-25T13:13:17.188Z] Removing intermediate container 923bc99c3b7a [2020-10-25T13:13:17.188Z] ---> e843a32065d6 [2020-10-25T13:13:17.188Z] Step 5/29 : COPY go.mod . [Pipeline] { [Pipeline] sh [2020-10-25T13:13:18.307Z] + go version [2020-10-25T13:13:18.308Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-25T13:13:18.314Z] $ docker stop --time=1 e13a8316989bd3aed45dcaaba762fdf44a87686103fa349e79826ce52d3a42f9 [2020-10-25T13:13:20.147Z] $ docker rm -f e13a8316989bd3aed45dcaaba762fdf44a87686103fa349e79826ce52d3a42f9 [Pipeline] // withDockerContainer [Pipeline] } [2020-10-25T13:13:20.570Z] Removing intermediate container db298dcce32a [2020-10-25T13:13:20.570Z] ---> b3353943693d [2020-10-25T13:13:20.570Z] Step 23/23 : LABEL version=1.2.2-dev.93 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:13:21.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-25T13:13:21.607Z] [2020-10-25T13:13:21.607Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:13:21.998Z] ---> 4dea40771ae0 [2020-10-25T13:13:21.998Z] Step 6/29 : RUN go mod download [2020-10-25T13:13:21.998Z] Removing intermediate container 3f67684056e2 [2020-10-25T13:13:21.998Z] ---> 8fb94435e63b [2020-10-25T13:13:21.998Z] Step 24/26 : LABEL arch=x86_64 [2020-10-25T13:13:22.009Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-25T13:13:22.281Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-25T13:13:22.281Z] 29e5d40040c1: Pulling fs layer [2020-10-25T13:13:22.281Z] 1ce36da41761: Pulling fs layer [2020-10-25T13:13:22.281Z] 25b303627fd3: Pulling fs layer [2020-10-25T13:13:22.882Z] 29e5d40040c1: Verifying Checksum [2020-10-25T13:13:22.882Z] 29e5d40040c1: Download complete [2020-10-25T13:13:22.973Z] ---> Running in 0485057cd4b5 [2020-10-25T13:13:22.973Z] ---> Running in 652ad36379ce [2020-10-25T13:13:22.973Z] ---> Running in f0f2329f7cc2 [2020-10-25T13:13:23.483Z] 1ce36da41761: Verifying Checksum [2020-10-25T13:13:23.484Z] 1ce36da41761: Download complete [2020-10-25T13:13:23.484Z] 29e5d40040c1: Pull complete [2020-10-25T13:13:23.574Z] Removing intermediate container e041c9c2ef60 [2020-10-25T13:13:23.574Z] ---> 3dedc6ca7b7f [2020-10-25T13:13:23.574Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-25T13:13:23.574Z] Removing intermediate container 0485057cd4b5 [2020-10-25T13:13:23.574Z] ---> a0c658e0265d [2020-10-25T13:13:23.574Z] [2020-10-25T13:13:23.574Z] Removing intermediate container f0f2329f7cc2 [2020-10-25T13:13:23.574Z] ---> db0da45a43b9 [2020-10-25T13:13:23.574Z] Step 25/26 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:13:23.852Z] Successfully built a0c658e0265d [2020-10-25T13:13:23.852Z] Successfully tagged docker-core-data-go:latest [2020-10-25T13:13:23.852Z] ---> Running in 03287aac3926 [2020-10-25T13:13:23.852Z] Building docker-support-scheduler-go [2020-10-25T13:13:23.852Z]  Building docker-core-data-go ... done  ---> Running in bda794606ba3 [2020-10-25T13:13:24.481Z] 1ce36da41761: Pull complete [2020-10-25T13:13:24.755Z] 25b303627fd3: Download complete [2020-10-25T13:13:27.192Z] Removing intermediate container bda794606ba3 [2020-10-25T13:13:27.192Z] ---> df2e94b46fe7 [2020-10-25T13:13:27.192Z] Step 26/26 : LABEL version=1.2.2-dev.93 [2020-10-25T13:13:28.154Z] ---> Running in 2ea9ae6d0f35 [2020-10-25T13:13:29.560Z] Collecting docker-compose==1.23.2 [2020-10-25T13:13:30.163Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-25T13:13:30.163Z] Removing intermediate container 2ea9ae6d0f35 [2020-10-25T13:13:30.163Z] ---> b108a967baf4 [2020-10-25T13:13:30.163Z] [2020-10-25T13:13:30.752Z] Successfully built b108a967baf4 [2020-10-25T13:13:31.328Z] Collecting docker<4.0,>=3.6.0 [2020-10-25T13:13:31.601Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-25T13:13:31.601Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-25T13:13:31.601Z] Building docker-support-logging-go [2020-10-25T13:13:31.601Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 652ad36379ce [2020-10-25T13:13:31.601Z] ---> f249cba0d55c [2020-10-25T13:13:31.601Z] Step 7/29 : COPY . . [2020-10-25T13:13:32.559Z] Collecting jsonschema<3,>=2.5.1 [2020-10-25T13:13:32.823Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-25T13:13:34.926Z] 25b303627fd3: Pull complete [2020-10-25T13:13:34.926Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-25T13:13:34.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-25T13:13:34.926Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-25T13:13:35.166Z] prd-ubuntu18.04-docker-arm64-4c-16g-8678 does not seem to be running inside a container [2020-10-25T13:13:35.229Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-25T13:13:35.418Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-25T13:13:35.418Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-25T13:13:36.378Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-25T13:13:37.339Z] Collecting cached-property<2,>=1.2.0 [2020-10-25T13:13:37.339Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-25T13:13:37.923Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:13:37.923Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:13:37.923Z] ---> bfe7312c13c1 [2020-10-25T13:13:37.923Z] Step 3/21 : WORKDIR /edgex-go [2020-10-25T13:13:38.191Z] ---> Using cache [2020-10-25T13:13:38.191Z] ---> d3d9dfe29faf [2020-10-25T13:13:38.191Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:13:38.191Z] ---> Using cache [2020-10-25T13:13:38.191Z] ---> 1f5fe0fa919a [2020-10-25T13:13:38.191Z] Step 5/21 : RUN apk update && apk add make git [2020-10-25T13:13:38.455Z] ---> Using cache [2020-10-25T13:13:38.455Z] ---> 4c38803c505b [2020-10-25T13:13:38.455Z] Step 6/21 : COPY go.mod . [2020-10-25T13:13:38.455Z] ---> Using cache [2020-10-25T13:13:38.455Z] ---> 49ab054318a1 [2020-10-25T13:13:38.455Z] Step 7/21 : RUN go mod download [2020-10-25T13:13:38.455Z] ---> Using cache [2020-10-25T13:13:38.455Z] ---> 96e33e88035e [2020-10-25T13:13:38.455Z] Step 8/21 : COPY . . [2020-10-25T13:13:38.455Z] ---> Using cache [2020-10-25T13:13:38.455Z] ---> e7169a3714ed [2020-10-25T13:13:38.455Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-25T13:13:38.826Z] $ docker top f6f97eb9d3cfd3b55d4ea1ad256628d3dcacf53bb17931659ff8a147bc074f7b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T13:13:40.269Z] + + docker-compose build --help [2020-10-25T13:13:40.269Z] grep parallel [2020-10-25T13:13:40.388Z] Collecting texttable<0.10,>=0.9.0 [2020-10-25T13:13:40.388Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-25T13:13:41.793Z] ---> Running in a7c2a10fc880 [2020-10-25T13:13:42.059Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-25T13:13:42.059Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-25T13:13:43.479Z] Collecting PyYAML<4,>=3.10 [2020-10-25T13:13:43.635Z] --parallel Build images in parallel. [2020-10-25T13:13:43.749Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] } [2020-10-25T13:13:43.913Z] $ docker stop --time=1 f6f97eb9d3cfd3b55d4ea1ad256628d3dcacf53bb17931659ff8a147bc074f7b [2020-10-25T13:13:45.845Z] $ docker rm -f f6f97eb9d3cfd3b55d4ea1ad256628d3dcacf53bb17931659ff8a147bc074f7b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-10-25T13:13:46.326Z] Collecting docopt<0.7,>=0.6.1 [2020-10-25T13:13:46.326Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-25T13:13:46.326Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:13:46.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-25T13:13:46.679Z] . [Pipeline] withDockerContainer [2020-10-25T13:13:46.922Z] prd-ubuntu18.04-docker-arm64-4c-16g-8678 does not seem to be running inside a container [2020-10-25T13:13:46.986Z] $ 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/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-25T13:13:47.287Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-25T13:13:47.287Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-25T13:13:47.559Z] Collecting docker-pycreds>=0.4.0 [2020-10-25T13:13:47.559Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-25T13:13:48.327Z] $ docker top ae4913d5ce0f90f084d91f4ee88b5f3d22d6bbc15939a9b24b376f437206daf5 -eo pid,comm [2020-10-25T13:13:48.533Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-25T13:13:48.533Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-25T13:13:48.533Z] 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) [Pipeline] { [Pipeline] sh [2020-10-25T13:13:49.341Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-25T13:13:49.531Z] Collecting idna<2.8,>=2.5 [2020-10-25T13:13:49.531Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-25T13:13:50.500Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-25T13:13:50.500Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-25T13:13:50.500Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-25T13:13:50.500Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-25T13:13:50.500Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-25T13:13:50.781Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, cached-property, texttable, dockerpty, PyYAML, docopt, docker-compose [2020-10-25T13:13:50.781Z] Attempting uninstall: urllib3 [2020-10-25T13:13:50.781Z] Found existing installation: urllib3 1.25.9 [2020-10-25T13:13:50.781Z] Uninstalling urllib3-1.25.9: [2020-10-25T13:13:51.369Z] Successfully uninstalled urllib3-1.25.9 [2020-10-25T13:13:52.328Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:13:52.328Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:13:52.328Z] ---> bfe7312c13c1 [2020-10-25T13:13:52.328Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T13:13:52.328Z] ---> Using cache [2020-10-25T13:13:52.328Z] ---> d3d9dfe29faf [2020-10-25T13:13:52.328Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:13:52.328Z] ---> Using cache [2020-10-25T13:13:52.328Z] ---> 1f5fe0fa919a [2020-10-25T13:13:52.328Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-25T13:13:52.727Z] Building docker-core-command-go ... [2020-10-25T13:13:52.727Z] Building docker-core-data-go ... [2020-10-25T13:13:52.727Z] Building docker-core-metadata-go ... [2020-10-25T13:13:52.727Z] Building docker-security-proxy-setup-go ... [2020-10-25T13:13:52.727Z] Building docker-security-secrets-setup-go ... [2020-10-25T13:13:52.727Z] Building docker-security-secretstore-setup-go ... [2020-10-25T13:13:52.727Z] Building docker-support-logging-go ... [2020-10-25T13:13:52.727Z] Building docker-support-notifications-go ... [2020-10-25T13:13:52.727Z] Building docker-support-scheduler-go ... [2020-10-25T13:13:52.727Z] Building docker-sys-mgmt-agent-go ... [2020-10-25T13:13:52.727Z] Building docker-security-proxy-setup-go [2020-10-25T13:13:52.727Z] Building docker-sys-mgmt-agent-go [2020-10-25T13:13:52.727Z] Building docker-support-logging-go [2020-10-25T13:13:52.727Z] Building docker-support-notifications-go [2020-10-25T13:13:52.727Z] Building docker-core-metadata-go [2020-10-25T13:13:54.302Z] Attempting uninstall: idna [2020-10-25T13:13:54.302Z] Found existing installation: idna 2.9 [2020-10-25T13:13:54.302Z] Uninstalling idna-2.9: [2020-10-25T13:13:54.583Z] Successfully uninstalled idna-2.9 [2020-10-25T13:13:55.180Z] ---> Running in b7b41d12846d [2020-10-25T13:13:55.180Z] Attempting uninstall: requests [2020-10-25T13:13:55.180Z] Found existing installation: requests 2.23.0 [2020-10-25T13:13:55.180Z] Uninstalling requests-2.23.0: [2020-10-25T13:13:55.455Z] Successfully uninstalled requests-2.23.0 [2020-10-25T13:13:55.455Z] Removing intermediate container 8534ee7fe418 [2020-10-25T13:13:55.455Z] ---> 444e05358274 [2020-10-25T13:13:55.455Z] [2020-10-25T13:13:55.455Z] Step 10/22 : FROM scratch [2020-10-25T13:13:55.455Z] ---> [2020-10-25T13:13:55.455Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T13:13:56.061Z] Running setup.py install for texttable: started [2020-10-25T13:13:56.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:13:56.923Z] Running setup.py install for texttable: finished with status 'done' [2020-10-25T13:13:56.923Z] Running setup.py install for dockerpty: started [2020-10-25T13:13:57.201Z] ---> Running in 689c831d3f14 [2020-10-25T13:13:57.201Z] ---> 38a1a87cf8a2 [2020-10-25T13:13:57.201Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-25T13:13:57.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:13:57.478Z] ---> Running in 360774798b2d [2020-10-25T13:13:57.478Z] Removing intermediate container 689c831d3f14 [2020-10-25T13:13:57.478Z] ---> c712ab5944de [2020-10-25T13:13:57.478Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-25T13:13:57.478Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-25T13:13:57.478Z] Running setup.py install for PyYAML: started [2020-10-25T13:13:57.749Z] ---> Running in 05cbf7469443 [2020-10-25T13:13:58.025Z] Removing intermediate container 05cbf7469443 [2020-10-25T13:13:58.025Z] ---> ef21ae78c7e0 [2020-10-25T13:13:58.025Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T13:13:58.025Z] ---> Running in 5d4959bc6b97 [2020-10-25T13:13:58.025Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:13:58.025Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:13:58.025Z] OK: 12752 distinct packages available [2020-10-25T13:13:58.295Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-25T13:13:58.295Z] Running setup.py install for docopt: started [2020-10-25T13:13:58.572Z] Removing intermediate container 5d4959bc6b97 [2020-10-25T13:13:58.572Z] ---> 11080eecb4bf [2020-10-25T13:13:58.572Z] Step 14/22 : WORKDIR / [2020-10-25T13:13:58.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-25T13:13:58.572Z] OK: 233 MiB in 51 packages [2020-10-25T13:13:58.572Z] ---> Running in 658fe2157fc0 [2020-10-25T13:13:58.842Z] OK: 233 MiB in 51 packages [2020-10-25T13:13:58.842Z] Removing intermediate container 658fe2157fc0 [2020-10-25T13:13:58.842Z] ---> bce9a6fd39cd [2020-10-25T13:13:58.842Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-25T13:13:59.133Z] Running setup.py install for docopt: finished with status 'done' [2020-10-25T13:13:59.725Z] ---> 59c447bc0de8 [2020-10-25T13:13:59.725Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-25T13:13:59.725Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-25T13:14:00.326Z] Removing intermediate container b7b41d12846d [2020-10-25T13:14:00.326Z] ---> 84c5f081f6c6 [2020-10-25T13:14:00.326Z] Step 6/22 : COPY go.mod . [2020-10-25T13:14:00.598Z] ---> 7e6e657e1225 [2020-10-25T13:14:00.598Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-25T13:14:02.024Z] ---> dc95949924e8 [2020-10-25T13:14:02.024Z] Step 7/22 : RUN go mod download [2020-10-25T13:14:02.024Z] ---> 69a8226f9a24 [2020-10-25T13:14:02.024Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-25T13:14:02.024Z] ---> Running in 7ce614295cfe [2020-10-25T13:14:02.024Z] ---> Running in 901137fb7947 [2020-10-25T13:14:02.614Z] Removing intermediate container 901137fb7947 [2020-10-25T13:14:02.614Z] ---> aa185ab588f0 [2020-10-25T13:14:02.614Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:14:04.095Z] ---> Running in 0bfa0e5577b0 [2020-10-25T13:14:05.063Z] Removing intermediate container 03287aac3926 [2020-10-25T13:14:05.063Z] ---> b214bc69a40e [2020-10-25T13:14:05.063Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-25T13:14:05.328Z] Removing intermediate container 0bfa0e5577b0 [2020-10-25T13:14:05.328Z] ---> 893c75d25685 [2020-10-25T13:14:05.328Z] Step 20/22 : LABEL arch=x86_64 [2020-10-25T13:14:05.328Z] ---> Running in e9577576491b [2020-10-25T13:14:05.603Z] ---> Running in 276dca08b1d3 [2020-10-25T13:14:05.879Z] Removing intermediate container 7ce614295cfe [2020-10-25T13:14:05.879Z] ---> 03fcdd9eb32d [2020-10-25T13:14:05.879Z] Step 8/22 : COPY . . [2020-10-25T13:14:05.879Z] Removing intermediate container 276dca08b1d3 [2020-10-25T13:14:05.879Z] ---> 16ee6f0fc072 [2020-10-25T13:14:05.879Z] Step 21/22 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:14:06.156Z] ---> Running in f9b931b75f6d [2020-10-25T13:14:06.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:14:06.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:14:06.739Z] Removing intermediate container f9b931b75f6d [2020-10-25T13:14:06.739Z] ---> cd6b628c233d [2020-10-25T13:14:06.739Z] Step 22/22 : LABEL version=1.2.2-dev.93 [2020-10-25T13:14:07.004Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-25T13:14:07.004Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-25T13:14:07.004Z] (3/3) Installing curl (7.69.1-r1) [2020-10-25T13:14:07.004Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:14:08.408Z] OK: 72 MiB in 58 packages [2020-10-25T13:14:10.333Z] ---> Running in d38d7d609d24 [2020-10-25T13:14:11.747Z] Removing intermediate container d38d7d609d24 [2020-10-25T13:14:11.747Z] ---> 6636a6588e17 [2020-10-25T13:14:11.747Z] [2020-10-25T13:14:15.096Z] Successfully built 6636a6588e17 [2020-10-25T13:14:15.096Z] Successfully tagged docker-core-command-go:latest [2020-10-25T13:14:15.096Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-10-25T13:14:19.333Z] Removing intermediate container e9577576491b [2020-10-25T13:14:19.333Z] ---> 6e3d549ddb85 [2020-10-25T13:14:19.333Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-25T13:14:23.572Z] ---> Running in 9c7474925854 [2020-10-25T13:14:24.541Z] Removing intermediate container a7c2a10fc880 [2020-10-25T13:14:24.541Z] ---> 05b0de1fcb8e [2020-10-25T13:14:24.541Z] [2020-10-25T13:14:24.541Z] Step 10/21 : FROM scratch [2020-10-25T13:14:24.541Z] ---> [2020-10-25T13:14:24.541Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T13:14:27.109Z] ---> Using cache [2020-10-25T13:14:27.109Z] ---> c712ab5944de [2020-10-25T13:14:27.109Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-25T13:14:29.672Z] Removing intermediate container 9c7474925854 [2020-10-25T13:14:29.672Z] ---> 08f459382339 [2020-10-25T13:14:29.672Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:14:29.672Z] ---> Running in 843a4d8ac6a6 [2020-10-25T13:14:30.254Z] ---> Running in d9871363b34f [2020-10-25T13:14:30.254Z] ---> cb7843443a61 [2020-10-25T13:14:30.254Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-25T13:14:30.254Z] Removing intermediate container 843a4d8ac6a6 [2020-10-25T13:14:30.254Z] ---> bfb70d7cb521 [2020-10-25T13:14:30.254Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-25T13:14:30.254Z] ---> Running in 6b1fa080f1ed [2020-10-25T13:14:30.254Z] ---> Running in 428d79db6214 [2020-10-25T13:14:30.565Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:14:30.565Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:14:30.565Z] ---> bfe7312c13c1 [2020-10-25T13:14:30.565Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T13:14:30.565Z] ---> Using cache [2020-10-25T13:14:30.565Z] ---> d3d9dfe29faf [2020-10-25T13:14:30.565Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:14:30.565Z] ---> Using cache [2020-10-25T13:14:30.565Z] ---> 1f5fe0fa919a [2020-10-25T13:14:30.565Z] Step 5/22 : RUN apk update && apk add make git [2020-10-25T13:14:30.565Z] ---> Using cache [2020-10-25T13:14:30.565Z] ---> 4c38803c505b [2020-10-25T13:14:30.565Z] Step 6/22 : COPY go.mod . [2020-10-25T13:14:30.565Z] ---> Using cache [2020-10-25T13:14:30.565Z] ---> 49ab054318a1 [2020-10-25T13:14:30.565Z] Step 7/22 : RUN go mod download [2020-10-25T13:14:30.565Z] ---> Using cache [2020-10-25T13:14:30.565Z] ---> 96e33e88035e [2020-10-25T13:14:30.565Z] Step 8/22 : COPY . . [2020-10-25T13:14:30.565Z] ---> Using cache [2020-10-25T13:14:30.565Z] ---> e7169a3714ed [2020-10-25T13:14:30.565Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-25T13:14:31.995Z] Removing intermediate container d9871363b34f [2020-10-25T13:14:31.996Z] ---> 69b9e98fea0c [2020-10-25T13:14:31.996Z] Step 25/27 : LABEL arch=x86_64 [2020-10-25T13:14:32.591Z] ---> Running in c075bae47b7e [2020-10-25T13:14:32.591Z] Removing intermediate container 6b1fa080f1ed [2020-10-25T13:14:32.591Z] ---> a44bd29605d4 [2020-10-25T13:14:32.591Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-25T13:14:32.591Z] ---> Running in 358883f8e196 [2020-10-25T13:14:32.861Z] Removing intermediate container 360774798b2d [2020-10-25T13:14:32.861Z] ---> 84c219d442ae [2020-10-25T13:14:32.861Z] [2020-10-25T13:14:32.861Z] Step 9/29 : FROM alpine:latest [2020-10-25T13:14:32.861Z] ---> d6e46aa2470d [2020-10-25T13:14:32.861Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-25T13:14:32.861Z] ---> Running in 46a4bfa6d77b [2020-10-25T13:14:33.129Z] Removing intermediate container 358883f8e196 [2020-10-25T13:14:33.129Z] ---> e24c2fd7d6f3 [2020-10-25T13:14:33.129Z] Step 26/27 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:14:33.129Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-25T13:14:33.129Z] ---> efbbf23b63ec [2020-10-25T13:14:33.129Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-25T13:14:33.129Z] ---> Running in b6a07ea3834f [2020-10-25T13:14:33.395Z] Removing intermediate container 46a4bfa6d77b [2020-10-25T13:14:33.395Z] ---> c22414a24c7f [2020-10-25T13:14:33.395Z] Step 11/29 : USER root [2020-10-25T13:14:33.395Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-25T13:14:33.395Z] ---> Running in 02c7383a97f3 [2020-10-25T13:14:33.663Z] Removing intermediate container b6a07ea3834f [2020-10-25T13:14:33.663Z] ---> abe4f046c0de [2020-10-25T13:14:33.663Z] Step 27/27 : LABEL version=1.2.2-dev.93 [2020-10-25T13:14:33.663Z] ---> Running in 189354f481ec [2020-10-25T13:14:33.663Z] Removing intermediate container 02c7383a97f3 [2020-10-25T13:14:33.663Z] ---> 569fa3a67268 [2020-10-25T13:14:33.663Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-25T13:14:33.933Z] ---> 45aa542d905d [2020-10-25T13:14:33.933Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-25T13:14:33.933Z] ---> Running in 1c612a9c9ebc [2020-10-25T13:14:33.933Z] Removing intermediate container 189354f481ec [2020-10-25T13:14:33.933Z] ---> 17bee157267a [2020-10-25T13:14:33.933Z] [2020-10-25T13:14:34.198Z] Successfully built 17bee157267a [2020-10-25T13:14:34.198Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-25T13:14:34.198Z]  Building docker-sys-mgmt-agent-go ... done  ---> c5d8138ddf13 [2020-10-25T13:14:34.198Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-25T13:14:34.467Z] ---> Running in b9420dd6e0d5 [2020-10-25T13:14:34.743Z] Removing intermediate container b9420dd6e0d5 [2020-10-25T13:14:34.743Z] ---> 17329040f4b0 [2020-10-25T13:14:34.743Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:14:34.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-25T13:14:34.743Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-25T13:14:34.743Z] ---> Running in 4316421a3b53 [2020-10-25T13:14:35.012Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:14:35.012Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:14:35.012Z] OK: 12744 distinct packages available [2020-10-25T13:14:35.278Z] Removing intermediate container 4316421a3b53 [2020-10-25T13:14:35.278Z] ---> 542003599818 [2020-10-25T13:14:35.278Z] Step 19/21 : LABEL arch=x86_64 [2020-10-25T13:14:35.278Z] ---> Running in a2c83b6355d5 [2020-10-25T13:14:35.555Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-25T13:14:35.555Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-25T13:14:35.555Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:14:35.555Z] Executing ca-certificates-20191127-r4.trigger [2020-10-25T13:14:36.976Z] OK: 6 MiB in 16 packages [2020-10-25T13:14:36.976Z] Removing intermediate container a2c83b6355d5 [2020-10-25T13:14:36.976Z] ---> 4fe21998bc57 [2020-10-25T13:14:36.976Z] Step 20/21 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:14:36.976Z] ---> Running in f68ae35d15d5 [2020-10-25T13:14:37.241Z] Removing intermediate container f68ae35d15d5 [2020-10-25T13:14:37.241Z] ---> ca03804af9a4 [2020-10-25T13:14:37.241Z] Step 21/21 : LABEL version=1.2.2-dev.93 [2020-10-25T13:14:37.516Z] ---> Running in baa1e958b37e [2020-10-25T13:14:37.789Z] Removing intermediate container baa1e958b37e [2020-10-25T13:14:37.789Z] ---> 1e269c8a8909 [2020-10-25T13:14:37.789Z] [2020-10-25T13:14:38.067Z] Successfully built 1e269c8a8909 [2020-10-25T13:14:38.067Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-25T13:14:38.067Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1c612a9c9ebc [2020-10-25T13:14:38.067Z] ---> e512249778b5 [2020-10-25T13:14:38.067Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-25T13:14:38.067Z] ---> Running in 607a3e3dac6f [2020-10-25T13:14:38.338Z] Removing intermediate container 607a3e3dac6f [2020-10-25T13:14:38.338Z] ---> 5c561291519b [2020-10-25T13:14:38.338Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-25T13:14:38.613Z] ---> Running in e820332f7928 [2020-10-25T13:14:38.882Z] Removing intermediate container e820332f7928 [2020-10-25T13:14:38.882Z] ---> a7f0ef82ff77 [2020-10-25T13:14:38.882Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-25T13:14:38.882Z] ---> Running in 9a7e4a33158f [2020-10-25T13:14:39.852Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:14:39.852Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:14:39.852Z] ---> e612d58a4734 [2020-10-25T13:14:39.852Z] Step 3/24 : WORKDIR /edgex-go [2020-10-25T13:14:39.852Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:14:39.852Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:14:39.852Z] ---> e612d58a4734 [2020-10-25T13:14:39.852Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T13:14:39.852Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:14:39.852Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:14:39.852Z] ---> e612d58a4734 [2020-10-25T13:14:39.852Z] Step 3/27 : WORKDIR /edgex-go [2020-10-25T13:14:39.852Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:14:39.852Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:14:39.852Z] ---> e612d58a4734 [2020-10-25T13:14:39.852Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T13:14:39.852Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:14:39.852Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:14:39.852Z] ---> e612d58a4734 [2020-10-25T13:14:39.852Z] Step 3/20 : WORKDIR /edgex-go [2020-10-25T13:14:40.828Z] ---> Running in 688a840a7927 [2020-10-25T13:14:40.828Z] ---> Running in 9ac5236c33a9 [2020-10-25T13:14:40.828Z] ---> Running in 4e5a176be29c [2020-10-25T13:14:40.828Z] ---> Running in 89b3693e5deb [2020-10-25T13:14:40.828Z] ---> Running in 46f2170ec142 [2020-10-25T13:14:40.836Z] Removing intermediate container 9a7e4a33158f [2020-10-25T13:14:40.837Z] ---> 7f73c08384a0 [2020-10-25T13:14:40.837Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-25T13:14:41.428Z] Removing intermediate container 4e5a176be29c [2020-10-25T13:14:41.429Z] ---> a0d45c0833b2 [2020-10-25T13:14:41.429Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:14:41.429Z] Removing intermediate container 89b3693e5deb [2020-10-25T13:14:41.429Z] ---> efa452f3e364 [2020-10-25T13:14:41.429Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:14:41.699Z] Removing intermediate container 46f2170ec142 [2020-10-25T13:14:41.699Z] ---> f539f1087ac2 [2020-10-25T13:14:41.699Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:14:41.699Z] Removing intermediate container 688a840a7927 [2020-10-25T13:14:41.699Z] ---> 62ffad8ebacc [2020-10-25T13:14:41.699Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:14:41.699Z] Removing intermediate container 9ac5236c33a9 [2020-10-25T13:14:41.699Z] ---> 0cdd35631b6a [2020-10-25T13:14:41.699Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:14:41.699Z] ---> Running in 555d28e1f804 [2020-10-25T13:14:41.815Z] ---> 0b47d5de4ad6 [2020-10-25T13:14:41.815Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-25T13:14:41.969Z] ---> Running in 063a96b1fb07 [2020-10-25T13:14:41.970Z] ---> Running in 1bb02e961a8f [2020-10-25T13:14:42.085Z] ---> 2a0af3b4661e [2020-10-25T13:14:42.085Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-25T13:14:42.248Z] ---> Running in cd6dde51a8c7 [2020-10-25T13:14:42.248Z] ---> Running in a2bdff2cbed7 [2020-10-25T13:14:42.682Z] ---> ecba0f5cec10 [2020-10-25T13:14:42.683Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-25T13:14:42.961Z] ---> bafb86f19f5d [2020-10-25T13:14:42.961Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-25T13:14:43.551Z] ---> 2e65ca55fc98 [2020-10-25T13:14:43.551Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-25T13:14:43.551Z] ---> Running in 386b05ee93b5 [2020-10-25T13:14:45.555Z] Removing intermediate container 386b05ee93b5 [2020-10-25T13:14:45.555Z] ---> eeb8016cebae [2020-10-25T13:14:45.555Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-25T13:14:45.640Z] Removing intermediate container 555d28e1f804 [2020-10-25T13:14:45.640Z] ---> 6e17f454ab25 [2020-10-25T13:14:45.640Z] Step 5/20 : RUN apk update && apk add make git [2020-10-25T13:14:45.919Z] ---> Running in 871598b521e5 [2020-10-25T13:14:46.153Z] ---> a3268f7160e2 [2020-10-25T13:14:46.153Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-25T13:14:46.193Z] Removing intermediate container 1bb02e961a8f [2020-10-25T13:14:46.193Z] ---> 82ab1fce0863 [2020-10-25T13:14:46.193Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-25T13:14:46.439Z] ---> Running in 27ca4c2ad0e4 [2020-10-25T13:14:46.478Z] ---> Running in f31a97d2ecc2 [2020-10-25T13:14:46.478Z] Removing intermediate container a2bdff2cbed7 [2020-10-25T13:14:46.478Z] ---> 5315ca2af4d2 [2020-10-25T13:14:46.478Z] Step 5/22 : RUN apk update && apk add make git [2020-10-25T13:14:46.766Z] Removing intermediate container 063a96b1fb07 [2020-10-25T13:14:46.766Z] ---> 30ef55d31cd0 [2020-10-25T13:14:46.766Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-25T13:14:46.766Z] Removing intermediate container cd6dde51a8c7 [2020-10-25T13:14:46.766Z] ---> f4111c39084f [2020-10-25T13:14:46.766Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-25T13:14:46.766Z] ---> Running in 9e5a02a89121 [2020-10-25T13:14:46.766Z] ---> Running in 144a539a7f74 [2020-10-25T13:14:47.048Z] ---> Running in 628a62d8ec68 [2020-10-25T13:14:48.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:14:48.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:14:49.033Z] Removing intermediate container 27ca4c2ad0e4 [2020-10-25T13:14:49.033Z] ---> 707e9bfce7e9 [2020-10-25T13:14:49.033Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-25T13:14:49.033Z] ---> Running in 9dffd448ca88 [2020-10-25T13:14:49.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:14:49.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:14:49.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:14:49.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:14:49.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:14:49.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:14:50.180Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:14:50.180Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:14:50.180Z] OK: 12623 distinct packages available [2020-10-25T13:14:50.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:14:50.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:14:50.815Z] OK: 217 MiB in 51 packages [2020-10-25T13:14:50.816Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:14:50.816Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:14:50.816Z] OK: 12623 distinct packages available [2020-10-25T13:14:51.091Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:14:51.091Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:14:51.091Z] OK: 12623 distinct packages available [2020-10-25T13:14:51.627Z] Removing intermediate container 428d79db6214 [2020-10-25T13:14:51.627Z] ---> 892e3db3d969 [2020-10-25T13:14:51.627Z] [2020-10-25T13:14:51.627Z] Step 10/22 : FROM scratch [2020-10-25T13:14:51.627Z] ---> [2020-10-25T13:14:51.627Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-25T13:14:51.627Z] ---> Using cache [2020-10-25T13:14:51.627Z] ---> f8543f6116dc [2020-10-25T13:14:51.627Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-25T13:14:51.627Z] ---> Running in 3e3684760b4c [2020-10-25T13:14:51.627Z] Removing intermediate container 9dffd448ca88 [2020-10-25T13:14:51.627Z] ---> 1ae033050f91 [2020-10-25T13:14:51.627Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-25T13:14:51.627Z] ---> Running in 8e2071246d2e [2020-10-25T13:14:51.691Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:14:51.691Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:14:51.691Z] OK: 12623 distinct packages available [2020-10-25T13:14:51.691Z] OK: 217 MiB in 51 packages [2020-10-25T13:14:51.691Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:14:51.691Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:14:51.691Z] OK: 12623 distinct packages available [2020-10-25T13:14:51.888Z] Removing intermediate container 3e3684760b4c [2020-10-25T13:14:51.889Z] ---> 54283f271985 [2020-10-25T13:14:51.889Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T13:14:51.889Z] ---> Running in 3e6fea962cd8 [2020-10-25T13:14:51.889Z] Removing intermediate container 8e2071246d2e [2020-10-25T13:14:51.889Z] ---> 0f0a74b676ea [2020-10-25T13:14:51.889Z] Step 26/29 : CMD [ "generate" ] [2020-10-25T13:14:51.967Z] OK: 217 MiB in 51 packages [2020-10-25T13:14:52.168Z] Removing intermediate container 3e6fea962cd8 [2020-10-25T13:14:52.168Z] ---> 8babfa10f39b [2020-10-25T13:14:52.168Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-25T13:14:52.168Z] ---> Running in 1a55a4dfb0f7 [2020-10-25T13:14:52.431Z] Removing intermediate container 1a55a4dfb0f7 [2020-10-25T13:14:52.431Z] ---> 929b0d0e2eda [2020-10-25T13:14:52.431Z] Step 27/29 : LABEL arch=x86_64 [2020-10-25T13:14:52.431Z] ---> 8d39d37db1e2 [2020-10-25T13:14:52.431Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-25T13:14:52.431Z] ---> Running in 73d0a0594e93 [2020-10-25T13:14:52.574Z] Removing intermediate container 871598b521e5 [2020-10-25T13:14:52.574Z] ---> 1ab1614b745b [2020-10-25T13:14:52.574Z] Step 6/20 : COPY go.mod . [2020-10-25T13:14:52.574Z] OK: 217 MiB in 51 packages [2020-10-25T13:14:52.574Z] OK: 217 MiB in 51 packages [2020-10-25T13:14:52.574Z] OK: 217 MiB in 51 packages [2020-10-25T13:14:53.555Z] ---> e1865ff823a3 [2020-10-25T13:14:53.555Z] Step 7/20 : RUN go mod download [2020-10-25T13:14:53.555Z] Removing intermediate container 144a539a7f74 [2020-10-25T13:14:53.555Z] ---> e3d9c879297e [2020-10-25T13:14:53.555Z] Step 6/24 : COPY go.mod . [2020-10-25T13:14:53.830Z] ---> e18c2f03779b [2020-10-25T13:14:53.830Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-25T13:14:53.830Z] Removing intermediate container 73d0a0594e93 [2020-10-25T13:14:53.830Z] ---> 6ce36068823e [2020-10-25T13:14:53.830Z] Step 28/29 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:14:53.830Z] ---> Running in f775f4e886a5 [2020-10-25T13:14:53.833Z] ---> Running in 9b69b994489f [2020-10-25T13:14:54.105Z] Removing intermediate container f31a97d2ecc2 [2020-10-25T13:14:54.105Z] ---> 25a0cd4f0783 [2020-10-25T13:14:54.105Z] Step 6/22 : COPY go.mod . [2020-10-25T13:14:54.382Z] Removing intermediate container 9e5a02a89121 [2020-10-25T13:14:54.382Z] ---> 218f020fc550 [2020-10-25T13:14:54.382Z] Step 6/22 : COPY go.mod .Removing intermediate container 628a62d8ec68 [2020-10-25T13:14:54.382Z] [2020-10-25T13:14:54.382Z] ---> 1617b5b50050 [2020-10-25T13:14:54.382Z] Step 6/27 : COPY go.mod . [2020-10-25T13:14:54.410Z] Removing intermediate container f775f4e886a5 [2020-10-25T13:14:54.411Z] ---> 3fea1087a0e0 [2020-10-25T13:14:54.411Z] Step 29/29 : LABEL version=1.2.2-dev.93 [2020-10-25T13:14:54.663Z] ---> 170b3b1d2b63 [2020-10-25T13:14:54.663Z] Step 7/24 : RUN go mod download [2020-10-25T13:14:54.940Z] ---> Running in 5ecfb627a50a [2020-10-25T13:14:55.542Z] ---> 44e7dcc1cca1 [2020-10-25T13:14:55.542Z] Step 7/22 : RUN go mod download [2020-10-25T13:14:55.542Z] ---> Running in 5450574d65d6 [2020-10-25T13:14:55.819Z] ---> d789e76e2709 [2020-10-25T13:14:55.819Z] Step 7/27 : RUN go mod download [2020-10-25T13:14:55.819Z] ---> cec9bbc3cb0d [2020-10-25T13:14:55.819Z] Step 7/22 : RUN go mod download [2020-10-25T13:14:56.094Z] ---> Running in d1f24c37d81a [2020-10-25T13:14:56.332Z] ---> 57960a62c767 [2020-10-25T13:14:56.333Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-25T13:14:56.333Z] ---> Running in 1e0bd1952e4f [2020-10-25T13:14:56.333Z] Removing intermediate container c075bae47b7e [2020-10-25T13:14:56.333Z] ---> cee575702845 [2020-10-25T13:14:56.333Z] [2020-10-25T13:14:56.333Z] Step 10/22 : FROM scratch [2020-10-25T13:14:56.333Z] ---> [2020-10-25T13:14:56.333Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T13:14:56.333Z] ---> Using cache [2020-10-25T13:14:56.333Z] ---> c712ab5944de [2020-10-25T13:14:56.333Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-25T13:14:56.333Z] Removing intermediate container 1e0bd1952e4f [2020-10-25T13:14:56.333Z] ---> 24480ff86ca7 [2020-10-25T13:14:56.333Z] [2020-10-25T13:14:56.333Z] ---> Running in b920fc0c3895 [2020-10-25T13:14:56.333Z] ---> f2de7f1de0c3 [2020-10-25T13:14:56.333Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-25T13:14:56.333Z] Successfully built 24480ff86ca7 [2020-10-25T13:14:56.333Z] ---> Running in 9d51546b33b2 [2020-10-25T13:14:56.333Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-25T13:14:56.368Z] ---> Running in 914c9931d56b [2020-10-25T13:14:56.595Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container b920fc0c3895 [2020-10-25T13:14:56.595Z] ---> c4f6ca4d0e67 [2020-10-25T13:14:56.595Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T13:14:56.595Z] ---> Running in 7d371e5b5d34 [2020-10-25T13:14:56.595Z] Removing intermediate container 9d51546b33b2 [2020-10-25T13:14:56.595Z] ---> 19ab46f8049d [2020-10-25T13:14:56.595Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:14:56.856Z] ---> Running in 0ff69730ddc9 [2020-10-25T13:14:56.857Z] Removing intermediate container 7d371e5b5d34 [2020-10-25T13:14:56.857Z] ---> be398c643c05 [2020-10-25T13:14:56.857Z] Step 14/22 : WORKDIR / [2020-10-25T13:14:56.857Z] ---> Running in 824b4c0e76b3 [2020-10-25T13:14:56.857Z] Removing intermediate container 0ff69730ddc9 [2020-10-25T13:14:56.857Z] ---> b681e6c3107f [2020-10-25T13:14:56.857Z] Step 20/22 : LABEL arch=x86_64 [2020-10-25T13:14:57.118Z] ---> Running in 6093bbe495e9 [2020-10-25T13:14:57.118Z] Removing intermediate container 824b4c0e76b3 [2020-10-25T13:14:57.118Z] ---> 0810e52031cb [2020-10-25T13:14:57.118Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-25T13:14:57.118Z] Removing intermediate container 6093bbe495e9 [2020-10-25T13:14:57.118Z] ---> 7e96ff01244c [2020-10-25T13:14:57.118Z] Step 21/22 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:14:57.380Z] ---> Running in 0e623654a31b [2020-10-25T13:14:57.380Z] ---> b95c0b9e89e2 [2020-10-25T13:14:57.380Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-25T13:14:57.381Z] Removing intermediate container 0e623654a31b [2020-10-25T13:14:57.381Z] ---> dcb5ed556dfa [2020-10-25T13:14:57.381Z] Step 22/22 : LABEL version=1.2.2-dev.93 [2020-10-25T13:14:57.381Z] ---> Running in 3c7fcfbf4259 [2020-10-25T13:14:57.643Z] Removing intermediate container 3c7fcfbf4259 [2020-10-25T13:14:57.643Z] ---> 8151a762734f [2020-10-25T13:14:57.643Z] [2020-10-25T13:14:57.908Z] Successfully built 8151a762734f [2020-10-25T13:14:57.908Z] Successfully tagged docker-support-logging-go:latest [2020-10-25T13:14:57.908Z]  Building docker-support-logging-go ... done  ---> 89d39a23543e [2020-10-25T13:14:57.908Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-25T13:14:58.169Z] ---> 5eb1323af521 [2020-10-25T13:14:58.169Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-25T13:14:58.169Z] ---> Running in d4dcfedce904 [2020-10-25T13:14:58.432Z] Removing intermediate container d4dcfedce904 [2020-10-25T13:14:58.432Z] ---> 3998265bc117 [2020-10-25T13:14:58.432Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:14:58.432Z] ---> Running in faa738810f4d [2020-10-25T13:14:58.694Z] Removing intermediate container faa738810f4d [2020-10-25T13:14:58.694Z] ---> ca09ad900266 [2020-10-25T13:14:58.694Z] Step 20/22 : LABEL arch=x86_64 [2020-10-25T13:14:58.694Z] ---> Running in 1e241f617ac6 [2020-10-25T13:14:58.957Z] Removing intermediate container 1e241f617ac6 [2020-10-25T13:14:58.957Z] ---> ac21ae63e5df [2020-10-25T13:14:58.957Z] Step 21/22 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:14:58.957Z] ---> Running in 7dcec77e2c91 [2020-10-25T13:14:59.033Z] Removing intermediate container 9b69b994489f [2020-10-25T13:14:59.033Z] ---> 0cf251f233a6 [2020-10-25T13:14:59.033Z] Step 8/20 : COPY . . [2020-10-25T13:14:59.219Z] Removing intermediate container 7dcec77e2c91 [2020-10-25T13:14:59.219Z] ---> 7598743556e8 [2020-10-25T13:14:59.220Z] Step 22/22 : LABEL version=1.2.2-dev.93 [2020-10-25T13:14:59.220Z] ---> Running in 1270ac6f7a25 [2020-10-25T13:14:59.316Z] Removing intermediate container 5ecfb627a50a [2020-10-25T13:14:59.316Z] ---> a1ad9dcb667c [2020-10-25T13:14:59.316Z] Step 8/24 : COPY . . [2020-10-25T13:14:59.482Z] Removing intermediate container 1270ac6f7a25 [2020-10-25T13:14:59.482Z] ---> 274fba104807 [2020-10-25T13:14:59.482Z] [2020-10-25T13:15:00.056Z] Successfully built 274fba104807 [2020-10-25T13:15:00.319Z] Successfully tagged docker-core-metadata-go:latest [2020-10-25T13:15:00.597Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-10-25T13:15:00.627Z] $ docker stop --time=1 ece9ff996139ccb21920fd002fb23fb869da1f524185293fdf609a0b0fb09a3b [2020-10-25T13:15:00.783Z] Removing intermediate container 5450574d65d6 [2020-10-25T13:15:00.783Z] ---> b2246cef603a [2020-10-25T13:15:00.783Z] Step 8/22 : COPY . . [2020-10-25T13:15:01.062Z] Removing intermediate container d1f24c37d81a [2020-10-25T13:15:01.062Z] ---> d614e4c5b74c [2020-10-25T13:15:01.062Z] Step 8/27 : COPY . . [2020-10-25T13:15:01.681Z] Removing intermediate container 914c9931d56b [2020-10-25T13:15:01.681Z] ---> 83a2ec38bc11 [2020-10-25T13:15:01.681Z] Step 8/22 : COPY . . [2020-10-25T13:15:02.325Z] $ docker rm -f ece9ff996139ccb21920fd002fb23fb869da1f524185293fdf609a0b0fb09a3b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:15:02.985Z] + docker images [2020-10-25T13:15:02.985Z] + grep docker [2020-10-25T13:15:02.985Z] docker-core-metadata-go latest 274fba104807 3 seconds ago 14.5MB [2020-10-25T13:15:02.985Z] docker-support-logging-go latest 8151a762734f 5 seconds ago 11.1MB [2020-10-25T13:15:02.985Z] docker-security-secrets-setup-go latest 24480ff86ca7 6 seconds ago 24MB [2020-10-25T13:15:02.985Z] docker-support-scheduler-go latest 1e269c8a8909 25 seconds ago 12.3MB [2020-10-25T13:15:02.985Z] docker-sys-mgmt-agent-go latest 17bee157267a 29 seconds ago 290MB [2020-10-25T13:15:02.985Z] docker-core-command-go latest 6636a6588e17 52 seconds ago 12.2MB [2020-10-25T13:15:02.985Z] docker-security-secretstore-setup-go latest b108a967baf4 About a minute ago 32.4MB [2020-10-25T13:15:02.985Z] docker-core-data-go latest a0c658e0265d About a minute ago 23.7MB [2020-10-25T13:15:02.985Z] docker-security-proxy-setup-go latest 82a00f2a1400 2 minutes ago 15.8MB [2020-10-25T13:15:02.985Z] docker-support-notifications-go latest b20653a400f7 2 minutes ago 13.6MB [2020-10-25T13:15:02.985Z] docker latest 6972c414f322 3 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-25T13:15:03.670Z] provisioning config files... [2020-10-25T13:15:03.761Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/209@tmp/config5162315161339807227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:15:04.179Z] ---> docker-login.sh [2020-10-25T13:15:04.179Z] nexus3.edgexfoundry.org:10001 [2020-10-25T13:15:04.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-25T13:15:04.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-25T13:15:04.442Z] Configure a credential helper to remove this warning. See [2020-10-25T13:15:04.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-25T13:15:04.442Z] [2020-10-25T13:15:04.442Z] Login Succeeded [2020-10-25T13:15:04.442Z] nexus3.edgexfoundry.org:10002 [2020-10-25T13:15:04.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-25T13:15:04.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-25T13:15:04.442Z] Configure a credential helper to remove this warning. See [2020-10-25T13:15:04.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-25T13:15:04.442Z] [2020-10-25T13:15:04.442Z] Login Succeeded [2020-10-25T13:15:04.442Z] nexus3.edgexfoundry.org:10003 [2020-10-25T13:15:04.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-25T13:15:04.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-25T13:15:04.704Z] Configure a credential helper to remove this warning. See [2020-10-25T13:15:04.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-25T13:15:04.704Z] [2020-10-25T13:15:04.704Z] Login Succeeded [2020-10-25T13:15:04.704Z] nexus3.edgexfoundry.org:10004 [2020-10-25T13:15:04.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-25T13:15:04.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-25T13:15:04.966Z] Configure a credential helper to remove this warning. See [2020-10-25T13:15:04.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-25T13:15:04.966Z] [2020-10-25T13:15:04.966Z] Login Succeeded [2020-10-25T13:15:04.966Z] docker.io [2020-10-25T13:15:05.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-25T13:15:05.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-25T13:15:05.489Z] Configure a credential helper to remove this warning. See [2020-10-25T13:15:05.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-25T13:15:05.489Z] [2020-10-25T13:15:05.489Z] Login Succeeded [2020-10-25T13:15:05.489Z] ---> docker-login.sh ends [Pipeline] } [2020-10-25T13:15:05.500Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:15:05.753Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-25T13:15:05.753Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:05.753Z] 1.2.2-dev.93 [2020-10-25T13:15:05.753Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:05.753Z] master [2020-10-25T13:15:05.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:06.263Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:06.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:06.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-25T13:15:06.573Z] c55c8f439b7d: Preparing [2020-10-25T13:15:06.573Z] 4e34f1578ac7: Preparing [2020-10-25T13:15:06.573Z] bbd572af540e: Preparing [2020-10-25T13:15:06.836Z] bbd572af540e: Pushed [2020-10-25T13:15:06.836Z] c55c8f439b7d: Pushed [2020-10-25T13:15:07.780Z] 4e34f1578ac7: Pushed [2020-10-25T13:15:08.042Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:bde24551f11bf9c7073e881f59662e5f21bdea69d38965aa5b7fd9de180075bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:08.352Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:08.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.93 [2020-10-25T13:15:08.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-25T13:15:08.667Z] c55c8f439b7d: Preparing [2020-10-25T13:15:08.667Z] 4e34f1578ac7: Preparing [2020-10-25T13:15:08.667Z] bbd572af540e: Preparing [2020-10-25T13:15:08.667Z] bbd572af540e: Layer already exists [2020-10-25T13:15:08.667Z] c55c8f439b7d: Layer already exists [2020-10-25T13:15:08.667Z] 4e34f1578ac7: Layer already exists [2020-10-25T13:15:08.667Z] 1.2.2-dev.93: digest: sha256:bde24551f11bf9c7073e881f59662e5f21bdea69d38965aa5b7fd9de180075bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:08.978Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:09.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:09.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-25T13:15:09.286Z] c55c8f439b7d: Preparing [2020-10-25T13:15:09.286Z] 4e34f1578ac7: Preparing [2020-10-25T13:15:09.286Z] bbd572af540e: Preparing [2020-10-25T13:15:09.286Z] c55c8f439b7d: Layer already exists [2020-10-25T13:15:09.286Z] bbd572af540e: Layer already exists [2020-10-25T13:15:09.286Z] 4e34f1578ac7: Layer already exists [2020-10-25T13:15:09.286Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:bde24551f11bf9c7073e881f59662e5f21bdea69d38965aa5b7fd9de180075bd size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:09.593Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:09.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-25T13:15:09.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-25T13:15:09.897Z] c55c8f439b7d: Preparing [2020-10-25T13:15:09.897Z] 4e34f1578ac7: Preparing [2020-10-25T13:15:09.897Z] bbd572af540e: Preparing [2020-10-25T13:15:09.897Z] bbd572af540e: Layer already exists [2020-10-25T13:15:09.897Z] c55c8f439b7d: Layer already exists [2020-10-25T13:15:09.897Z] 4e34f1578ac7: Layer already exists [2020-10-25T13:15:09.897Z] master: digest: sha256:bde24551f11bf9c7073e881f59662e5f21bdea69d38965aa5b7fd9de180075bd size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:15:10.101Z] ===================================================== [Pipeline] echo [2020-10-25T13:15:10.152Z] taggedImages: [2020-10-25T13:15:10.153Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:10.153Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.93 [2020-10-25T13:15:10.153Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:10.153Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-25T13:15:10.225Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-25T13:15:10.225Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:10.225Z] 1.2.2-dev.93 [2020-10-25T13:15:10.225Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:10.225Z] master [2020-10-25T13:15:10.225Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:10.751Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:11.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:11.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-25T13:15:11.056Z] 97d9509a0363: Preparing [2020-10-25T13:15:11.056Z] c87e92d25037: Preparing [2020-10-25T13:15:11.056Z] ef7c02e9d186: Preparing [2020-10-25T13:15:11.056Z] 5f46b0520b20: Preparing [2020-10-25T13:15:11.056Z] a90d606f1c37: Preparing [2020-10-25T13:15:11.056Z] ace0eda3e3be: Preparing [2020-10-25T13:15:11.056Z] ace0eda3e3be: Waiting [2020-10-25T13:15:11.322Z] ef7c02e9d186: Pushed [2020-10-25T13:15:11.322Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:11.322Z] 97d9509a0363: Pushed [2020-10-25T13:15:11.322Z] a90d606f1c37: Pushed [2020-10-25T13:15:11.585Z] 5f46b0520b20: Pushed [2020-10-25T13:15:12.978Z] c87e92d25037: Pushed [2020-10-25T13:15:12.978Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:fbd2809dd9352b6b15ba20e032237cc5cdb0fecedf9bca9c2d88d127fab395e6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:13.289Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:13.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.93 [2020-10-25T13:15:13.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-25T13:15:13.594Z] 97d9509a0363: Preparing [2020-10-25T13:15:13.594Z] c87e92d25037: Preparing [2020-10-25T13:15:13.594Z] ef7c02e9d186: Preparing [2020-10-25T13:15:13.594Z] 5f46b0520b20: Preparing [2020-10-25T13:15:13.594Z] a90d606f1c37: Preparing [2020-10-25T13:15:13.594Z] ace0eda3e3be: Preparing [2020-10-25T13:15:13.594Z] ace0eda3e3be: Waiting [2020-10-25T13:15:13.594Z] 5f46b0520b20: Layer already exists [2020-10-25T13:15:13.594Z] c87e92d25037: Layer already exists [2020-10-25T13:15:13.594Z] 97d9509a0363: Layer already exists [2020-10-25T13:15:13.594Z] ef7c02e9d186: Layer already exists [2020-10-25T13:15:13.594Z] a90d606f1c37: Layer already exists [2020-10-25T13:15:13.594Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:13.594Z] 1.2.2-dev.93: digest: sha256:fbd2809dd9352b6b15ba20e032237cc5cdb0fecedf9bca9c2d88d127fab395e6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:13.908Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:14.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:14.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-25T13:15:14.220Z] 97d9509a0363: Preparing [2020-10-25T13:15:14.220Z] c87e92d25037: Preparing [2020-10-25T13:15:14.220Z] ef7c02e9d186: Preparing [2020-10-25T13:15:14.220Z] 5f46b0520b20: Preparing [2020-10-25T13:15:14.220Z] a90d606f1c37: Preparing [2020-10-25T13:15:14.220Z] ace0eda3e3be: Preparing [2020-10-25T13:15:14.220Z] ace0eda3e3be: Waiting [2020-10-25T13:15:14.220Z] a90d606f1c37: Layer already exists [2020-10-25T13:15:14.220Z] 97d9509a0363: Layer already exists [2020-10-25T13:15:14.220Z] 5f46b0520b20: Layer already exists [2020-10-25T13:15:14.220Z] c87e92d25037: Layer already exists [2020-10-25T13:15:14.220Z] ef7c02e9d186: Layer already exists [2020-10-25T13:15:14.220Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:14.220Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:fbd2809dd9352b6b15ba20e032237cc5cdb0fecedf9bca9c2d88d127fab395e6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:14.539Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:14.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-25T13:15:14.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-25T13:15:14.852Z] 97d9509a0363: Preparing [2020-10-25T13:15:14.852Z] c87e92d25037: Preparing [2020-10-25T13:15:14.852Z] ef7c02e9d186: Preparing [2020-10-25T13:15:14.852Z] 5f46b0520b20: Preparing [2020-10-25T13:15:14.852Z] a90d606f1c37: Preparing [2020-10-25T13:15:14.852Z] ace0eda3e3be: Preparing [2020-10-25T13:15:14.852Z] ace0eda3e3be: Waiting [2020-10-25T13:15:14.852Z] ef7c02e9d186: Layer already exists [2020-10-25T13:15:14.852Z] 5f46b0520b20: Layer already exists [2020-10-25T13:15:14.852Z] c87e92d25037: Layer already exists [2020-10-25T13:15:14.852Z] 97d9509a0363: Layer already exists [2020-10-25T13:15:14.852Z] a90d606f1c37: Layer already exists [2020-10-25T13:15:14.852Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:14.852Z] master: digest: sha256:fbd2809dd9352b6b15ba20e032237cc5cdb0fecedf9bca9c2d88d127fab395e6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:15:15.079Z] ===================================================== [Pipeline] echo [2020-10-25T13:15:15.133Z] taggedImages: [2020-10-25T13:15:15.133Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:15.133Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.93 [2020-10-25T13:15:15.133Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:15.133Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-25T13:15:15.207Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-25T13:15:15.207Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:15.207Z] 1.2.2-dev.93 [2020-10-25T13:15:15.207Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:15.207Z] master [2020-10-25T13:15:15.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:15.854Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:16.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:16.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-25T13:15:16.340Z] c5a70df88c9e: Preparing [2020-10-25T13:15:16.340Z] 19fff9f42750: Preparing [2020-10-25T13:15:16.340Z] 7997e9fadfaf: Preparing [2020-10-25T13:15:16.602Z] c5a70df88c9e: Pushed [2020-10-25T13:15:16.602Z] 7997e9fadfaf: Pushed [2020-10-25T13:15:16.793Z] ---> db9e231ec6e3 [2020-10-25T13:15:16.793Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-25T13:15:16.793Z] ---> 2375a0683601 [2020-10-25T13:15:16.793Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-25T13:15:17.072Z] ---> c2e7594eaf74 [2020-10-25T13:15:17.072Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-25T13:15:17.072Z] ---> 084701a74dc5 [2020-10-25T13:15:17.072Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-25T13:15:17.072Z] ---> Running in 7af547d0a4a3 [2020-10-25T13:15:17.072Z] ---> 8136c98b4c35 [2020-10-25T13:15:17.072Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-25T13:15:17.344Z] ---> Running in b08ed280c6fe [2020-10-25T13:15:17.616Z] ---> Running in a42a38b18d0d [2020-10-25T13:15:17.616Z] ---> Running in 040aad170693 [2020-10-25T13:15:17.616Z] ---> Running in 8a3cdeae3e06 [2020-10-25T13:15:17.994Z] 19fff9f42750: Pushed [2020-10-25T13:15:17.994Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:dccfcf842f1dac25e2054b01ae87f4d0ed6153adfff53378a7f50041b033c15a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:18.317Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:18.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.93 [2020-10-25T13:15:18.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-25T13:15:18.628Z] c5a70df88c9e: Preparing [2020-10-25T13:15:18.628Z] 19fff9f42750: Preparing [2020-10-25T13:15:18.628Z] 7997e9fadfaf: Preparing [2020-10-25T13:15:18.628Z] 7997e9fadfaf: Layer already exists [2020-10-25T13:15:18.628Z] c5a70df88c9e: Layer already exists [2020-10-25T13:15:18.628Z] 19fff9f42750: Layer already exists [2020-10-25T13:15:18.628Z] 1.2.2-dev.93: digest: sha256:dccfcf842f1dac25e2054b01ae87f4d0ed6153adfff53378a7f50041b033c15a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:18.938Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:19.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:19.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-25T13:15:19.242Z] c5a70df88c9e: Preparing [2020-10-25T13:15:19.242Z] 19fff9f42750: Preparing [2020-10-25T13:15:19.242Z] 7997e9fadfaf: Preparing [2020-10-25T13:15:19.242Z] 19fff9f42750: Layer already exists [2020-10-25T13:15:19.242Z] c5a70df88c9e: Layer already exists [2020-10-25T13:15:19.242Z] 7997e9fadfaf: Layer already exists [2020-10-25T13:15:19.242Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:dccfcf842f1dac25e2054b01ae87f4d0ed6153adfff53378a7f50041b033c15a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:19.552Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:19.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-25T13:15:19.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-25T13:15:19.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-25T13:15:19.857Z] c5a70df88c9e: Preparing [2020-10-25T13:15:19.857Z] 19fff9f42750: Preparing [2020-10-25T13:15:19.857Z] 7997e9fadfaf: Preparing [2020-10-25T13:15:19.857Z] 7997e9fadfaf: Layer already exists [2020-10-25T13:15:19.857Z] c5a70df88c9e: Layer already exists [2020-10-25T13:15:19.857Z] 19fff9f42750: Layer already exists [2020-10-25T13:15:19.857Z] master: digest: sha256:dccfcf842f1dac25e2054b01ae87f4d0ed6153adfff53378a7f50041b033c15a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:15:20.058Z] ===================================================== [Pipeline] echo [2020-10-25T13:15:20.147Z] taggedImages: [2020-10-25T13:15:20.147Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:20.147Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.93 [2020-10-25T13:15:20.147Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:20.147Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-25T13:15:20.213Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-25T13:15:20.213Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:20.213Z] 1.2.2-dev.93 [2020-10-25T13:15:20.213Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:20.213Z] master [2020-10-25T13:15:20.213Z] ===================================================== [2020-10-25T13:15:20.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-25T13:15:20.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:20.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-25T13:15:20.722Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:21.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:21.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-25T13:15:21.029Z] 39f7db3cfb7b: Preparing [2020-10-25T13:15:21.029Z] 63c491c6bb33: Preparing [2020-10-25T13:15:21.029Z] d4d1e66ebd8f: Preparing [2020-10-25T13:15:21.029Z] 64964db7695d: Preparing [2020-10-25T13:15:21.029Z] ace0eda3e3be: Preparing [2020-10-25T13:15:21.029Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:21.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-25T13:15:21.291Z] d4d1e66ebd8f: Pushed [2020-10-25T13:15:21.291Z] 63c491c6bb33: Pushed [2020-10-25T13:15:21.553Z] 64964db7695d: Pushed [2020-10-25T13:15:22.131Z] 39f7db3cfb7b: Pushed [2020-10-25T13:15:22.131Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:0e36d523afcac3321c6c0dcb148745cac0a44e5d7a53c8900b1c3d128270e651 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:22.452Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:23.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.93 [2020-10-25T13:15:23.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-25T13:15:23.432Z] 39f7db3cfb7b: Preparing [2020-10-25T13:15:23.432Z] 63c491c6bb33: Preparing [2020-10-25T13:15:23.432Z] d4d1e66ebd8f: Preparing [2020-10-25T13:15:23.432Z] 64964db7695d: Preparing [2020-10-25T13:15:23.432Z] ace0eda3e3be: Preparing [2020-10-25T13:15:23.432Z] 64964db7695d: Layer already exists [2020-10-25T13:15:23.432Z] 39f7db3cfb7b: Layer already exists [2020-10-25T13:15:23.432Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:23.432Z] 63c491c6bb33: Layer already exists [2020-10-25T13:15:23.432Z] d4d1e66ebd8f: Layer already exists [2020-10-25T13:15:23.432Z] 1.2.2-dev.93: digest: sha256:0e36d523afcac3321c6c0dcb148745cac0a44e5d7a53c8900b1c3d128270e651 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:23.750Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:24.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:24.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-25T13:15:24.058Z] 39f7db3cfb7b: Preparing [2020-10-25T13:15:24.058Z] 63c491c6bb33: Preparing [2020-10-25T13:15:24.058Z] d4d1e66ebd8f: Preparing [2020-10-25T13:15:24.058Z] 64964db7695d: Preparing [2020-10-25T13:15:24.058Z] ace0eda3e3be: Preparing [2020-10-25T13:15:24.058Z] 39f7db3cfb7b: Layer already exists [2020-10-25T13:15:24.058Z] 64964db7695d: Layer already exists [2020-10-25T13:15:24.058Z] 63c491c6bb33: Layer already exists [2020-10-25T13:15:24.058Z] d4d1e66ebd8f: Layer already exists [2020-10-25T13:15:24.058Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:24.058Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:0e36d523afcac3321c6c0dcb148745cac0a44e5d7a53c8900b1c3d128270e651 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:24.368Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:24.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-25T13:15:24.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-25T13:15:24.674Z] 39f7db3cfb7b: Preparing [2020-10-25T13:15:24.674Z] 63c491c6bb33: Preparing [2020-10-25T13:15:24.674Z] d4d1e66ebd8f: Preparing [2020-10-25T13:15:24.674Z] 64964db7695d: Preparing [2020-10-25T13:15:24.674Z] ace0eda3e3be: Preparing [2020-10-25T13:15:24.674Z] 64964db7695d: Layer already exists [2020-10-25T13:15:24.674Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:24.674Z] 63c491c6bb33: Layer already exists [2020-10-25T13:15:24.674Z] 39f7db3cfb7b: Layer already exists [2020-10-25T13:15:24.674Z] d4d1e66ebd8f: Layer already exists [2020-10-25T13:15:24.674Z] master: digest: sha256:0e36d523afcac3321c6c0dcb148745cac0a44e5d7a53c8900b1c3d128270e651 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:15:24.879Z] ===================================================== [Pipeline] echo [2020-10-25T13:15:24.928Z] taggedImages: [2020-10-25T13:15:24.928Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:24.928Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.93 [2020-10-25T13:15:24.928Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:24.928Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-25T13:15:25.001Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-25T13:15:25.001Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:25.001Z] 1.2.2-dev.93 [2020-10-25T13:15:25.001Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:25.001Z] master [2020-10-25T13:15:25.001Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:25.487Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:25.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:25.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-25T13:15:25.791Z] ecb55ce0a010: Preparing [2020-10-25T13:15:25.791Z] e7ff9151b701: Preparing [2020-10-25T13:15:25.791Z] f62959db3c5e: Preparing [2020-10-25T13:15:25.791Z] 379988c86703: Preparing [2020-10-25T13:15:25.791Z] 379988c86703: Preparing [2020-10-25T13:15:25.791Z] eecd96887b85: Preparing [2020-10-25T13:15:25.791Z] 487be828b235: Preparing [2020-10-25T13:15:25.791Z] 8cec0321c630: Preparing [2020-10-25T13:15:25.791Z] ecb55ce0a010: Preparing [2020-10-25T13:15:25.791Z] 03ac02de7889: Preparing [2020-10-25T13:15:25.791Z] c9369917a05b: Preparing [2020-10-25T13:15:25.791Z] 641cab7f71c9: Preparing [2020-10-25T13:15:25.791Z] ace0eda3e3be: Preparing [2020-10-25T13:15:25.791Z] 03ac02de7889: Waiting [2020-10-25T13:15:25.791Z] 487be828b235: Waiting [2020-10-25T13:15:25.791Z] 8cec0321c630: Waiting [2020-10-25T13:15:25.791Z] c9369917a05b: Waiting [2020-10-25T13:15:25.791Z] 641cab7f71c9: Waiting [2020-10-25T13:15:25.791Z] ace0eda3e3be: Waiting [2020-10-25T13:15:26.053Z] e7ff9151b701: Pushed [2020-10-25T13:15:26.053Z] f62959db3c5e: Pushed [2020-10-25T13:15:26.053Z] eecd96887b85: Pushed [2020-10-25T13:15:26.053Z] 379988c86703: Pushed [2020-10-25T13:15:26.317Z] 487be828b235: Pushed [2020-10-25T13:15:26.317Z] 03ac02de7889: Pushed [2020-10-25T13:15:26.317Z] 8cec0321c630: Pushed [2020-10-25T13:15:26.317Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:26.317Z] c9369917a05b: Pushed [2020-10-25T13:15:26.317Z] 641cab7f71c9: Pushed [2020-10-25T13:15:26.893Z] ecb55ce0a010: Pushed [2020-10-25T13:15:26.893Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:7205272e04cbda0882020bcc852abcebc8ac825552febac79d773d61d5d87278 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:27.200Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:27.502Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.93 [2020-10-25T13:15:27.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-25T13:15:27.503Z] ecb55ce0a010: Preparing [2020-10-25T13:15:27.503Z] e7ff9151b701: Preparing [2020-10-25T13:15:27.503Z] f62959db3c5e: Preparing [2020-10-25T13:15:27.503Z] 379988c86703: Preparing [2020-10-25T13:15:27.503Z] 379988c86703: Preparing [2020-10-25T13:15:27.503Z] eecd96887b85: Preparing [2020-10-25T13:15:27.503Z] 487be828b235: Preparing [2020-10-25T13:15:27.503Z] 8cec0321c630: Preparing [2020-10-25T13:15:27.503Z] ecb55ce0a010: Preparing [2020-10-25T13:15:27.503Z] 03ac02de7889: Preparing [2020-10-25T13:15:27.503Z] c9369917a05b: Preparing [2020-10-25T13:15:27.503Z] 641cab7f71c9: Preparing [2020-10-25T13:15:27.503Z] ace0eda3e3be: Preparing [2020-10-25T13:15:27.503Z] 487be828b235: Waiting [2020-10-25T13:15:27.503Z] 8cec0321c630: Waiting [2020-10-25T13:15:27.503Z] 03ac02de7889: Waiting [2020-10-25T13:15:27.503Z] ace0eda3e3be: Waiting [2020-10-25T13:15:27.503Z] c9369917a05b: Waiting [2020-10-25T13:15:27.503Z] 641cab7f71c9: Waiting [2020-10-25T13:15:27.503Z] 379988c86703: Layer already exists [2020-10-25T13:15:27.503Z] ecb55ce0a010: Layer already exists [2020-10-25T13:15:27.503Z] eecd96887b85: Layer already exists [2020-10-25T13:15:27.503Z] f62959db3c5e: Layer already exists [2020-10-25T13:15:27.503Z] e7ff9151b701: Layer already exists [2020-10-25T13:15:27.503Z] 487be828b235: Layer already exists [2020-10-25T13:15:27.503Z] c9369917a05b: Layer already exists [2020-10-25T13:15:27.503Z] 03ac02de7889: Layer already exists [2020-10-25T13:15:27.503Z] 8cec0321c630: Layer already exists [2020-10-25T13:15:27.503Z] 641cab7f71c9: Layer already exists [2020-10-25T13:15:27.503Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:27.503Z] 1.2.2-dev.93: digest: sha256:7205272e04cbda0882020bcc852abcebc8ac825552febac79d773d61d5d87278 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:27.814Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:28.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:28.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-25T13:15:28.115Z] ecb55ce0a010: Preparing [2020-10-25T13:15:28.115Z] e7ff9151b701: Preparing [2020-10-25T13:15:28.115Z] f62959db3c5e: Preparing [2020-10-25T13:15:28.116Z] 379988c86703: Preparing [2020-10-25T13:15:28.116Z] 379988c86703: Preparing [2020-10-25T13:15:28.116Z] eecd96887b85: Preparing [2020-10-25T13:15:28.116Z] 487be828b235: Preparing [2020-10-25T13:15:28.116Z] 8cec0321c630: Preparing [2020-10-25T13:15:28.116Z] ecb55ce0a010: Preparing [2020-10-25T13:15:28.116Z] 03ac02de7889: Preparing [2020-10-25T13:15:28.116Z] c9369917a05b: Preparing [2020-10-25T13:15:28.116Z] 641cab7f71c9: Preparing [2020-10-25T13:15:28.116Z] ace0eda3e3be: Preparing [2020-10-25T13:15:28.116Z] 487be828b235: Waiting [2020-10-25T13:15:28.116Z] 8cec0321c630: Waiting [2020-10-25T13:15:28.116Z] 03ac02de7889: Waiting [2020-10-25T13:15:28.116Z] ace0eda3e3be: Waiting [2020-10-25T13:15:28.116Z] c9369917a05b: Waiting [2020-10-25T13:15:28.116Z] 641cab7f71c9: Waiting [2020-10-25T13:15:28.116Z] ecb55ce0a010: Layer already exists [2020-10-25T13:15:28.116Z] f62959db3c5e: Layer already exists [2020-10-25T13:15:28.116Z] 379988c86703: Layer already exists [2020-10-25T13:15:28.116Z] eecd96887b85: Layer already exists [2020-10-25T13:15:28.116Z] e7ff9151b701: Layer already exists [2020-10-25T13:15:28.116Z] 8cec0321c630: Layer already exists [2020-10-25T13:15:28.116Z] 487be828b235: Layer already exists [2020-10-25T13:15:28.116Z] 641cab7f71c9: Layer already exists [2020-10-25T13:15:28.116Z] c9369917a05b: Layer already exists [2020-10-25T13:15:28.116Z] 03ac02de7889: Layer already exists [2020-10-25T13:15:28.116Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:28.377Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:7205272e04cbda0882020bcc852abcebc8ac825552febac79d773d61d5d87278 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:28.682Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:28.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-25T13:15:28.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-25T13:15:28.981Z] ecb55ce0a010: Preparing [2020-10-25T13:15:28.981Z] e7ff9151b701: Preparing [2020-10-25T13:15:28.981Z] f62959db3c5e: Preparing [2020-10-25T13:15:28.981Z] 379988c86703: Preparing [2020-10-25T13:15:28.981Z] 379988c86703: Preparing [2020-10-25T13:15:28.981Z] eecd96887b85: Preparing [2020-10-25T13:15:28.981Z] 487be828b235: Preparing [2020-10-25T13:15:28.981Z] 8cec0321c630: Preparing [2020-10-25T13:15:28.981Z] ecb55ce0a010: Preparing [2020-10-25T13:15:28.981Z] 03ac02de7889: Preparing [2020-10-25T13:15:28.981Z] c9369917a05b: Preparing [2020-10-25T13:15:28.981Z] 641cab7f71c9: Preparing [2020-10-25T13:15:28.981Z] ace0eda3e3be: Preparing [2020-10-25T13:15:28.981Z] 8cec0321c630: Waiting [2020-10-25T13:15:28.981Z] 03ac02de7889: Waiting [2020-10-25T13:15:28.981Z] c9369917a05b: Waiting [2020-10-25T13:15:28.981Z] 641cab7f71c9: Waiting [2020-10-25T13:15:28.981Z] ace0eda3e3be: Waiting [2020-10-25T13:15:28.981Z] 487be828b235: Waiting [2020-10-25T13:15:28.981Z] 379988c86703: Layer already exists [2020-10-25T13:15:28.981Z] ecb55ce0a010: Layer already exists [2020-10-25T13:15:28.981Z] eecd96887b85: Layer already exists [2020-10-25T13:15:28.981Z] f62959db3c5e: Layer already exists [2020-10-25T13:15:28.981Z] e7ff9151b701: Layer already exists [2020-10-25T13:15:28.981Z] 641cab7f71c9: Layer already exists [2020-10-25T13:15:28.981Z] 03ac02de7889: Layer already exists [2020-10-25T13:15:28.981Z] 487be828b235: Layer already exists [2020-10-25T13:15:28.981Z] c9369917a05b: Layer already exists [2020-10-25T13:15:28.981Z] 8cec0321c630: Layer already exists [2020-10-25T13:15:28.981Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:29.243Z] master: digest: sha256:7205272e04cbda0882020bcc852abcebc8ac825552febac79d773d61d5d87278 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:15:29.431Z] ===================================================== [Pipeline] echo [2020-10-25T13:15:29.505Z] taggedImages: [2020-10-25T13:15:29.505Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:29.505Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.93 [2020-10-25T13:15:29.505Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:29.505Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-25T13:15:29.652Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-25T13:15:29.652Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:29.652Z] 1.2.2-dev.93 [2020-10-25T13:15:29.652Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:29.652Z] master [2020-10-25T13:15:29.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:30.174Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:30.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:30.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-25T13:15:30.485Z] 0cf97ba309e6: Preparing [2020-10-25T13:15:30.485Z] 9022a91e4a23: Preparing [2020-10-25T13:15:30.485Z] e3c6ecde1645: Preparing [2020-10-25T13:15:30.485Z] e2a432fc51d2: Preparing [2020-10-25T13:15:30.485Z] cf57278bc8b4: Preparing [2020-10-25T13:15:30.485Z] f80f458719d1: Preparing [2020-10-25T13:15:30.485Z] 7b6076fb00c9: Preparing [2020-10-25T13:15:30.485Z] 5388299f63ad: Preparing [2020-10-25T13:15:30.485Z] 8fab61e9fe2c: Preparing [2020-10-25T13:15:30.485Z] 06182b355663: Preparing [2020-10-25T13:15:30.485Z] 1b3ee35aacca: Preparing [2020-10-25T13:15:30.485Z] 5388299f63ad: Waiting [2020-10-25T13:15:30.485Z] f80f458719d1: Waiting [2020-10-25T13:15:30.485Z] 8fab61e9fe2c: Waiting [2020-10-25T13:15:30.485Z] 06182b355663: Waiting [2020-10-25T13:15:30.485Z] 1b3ee35aacca: Waiting [2020-10-25T13:15:30.485Z] 7b6076fb00c9: Waiting [2020-10-25T13:15:30.756Z] 9022a91e4a23: Pushed [2020-10-25T13:15:30.756Z] 0cf97ba309e6: Pushed [2020-10-25T13:15:31.020Z] f80f458719d1: Pushed [2020-10-25T13:15:31.020Z] 7b6076fb00c9: Pushed [2020-10-25T13:15:31.020Z] 5388299f63ad: Pushed [2020-10-25T13:15:31.020Z] 8fab61e9fe2c: Pushed [2020-10-25T13:15:31.283Z] 1b3ee35aacca: Layer already exists [2020-10-25T13:15:31.283Z] e3c6ecde1645: Pushed [2020-10-25T13:15:31.545Z] cf57278bc8b4: Pushed [2020-10-25T13:15:31.545Z] e2a432fc51d2: Pushed [2020-10-25T13:15:31.545Z] 06182b355663: Pushed [2020-10-25T13:15:31.808Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:5762e8057f89b3ed54008d1e7e6a906200d0173f9969fe773e5590739e26a08c size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:32.114Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:32.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.93 [2020-10-25T13:15:32.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-25T13:15:32.421Z] 0cf97ba309e6: Preparing [2020-10-25T13:15:32.421Z] 9022a91e4a23: Preparing [2020-10-25T13:15:32.421Z] e3c6ecde1645: Preparing [2020-10-25T13:15:32.421Z] e2a432fc51d2: Preparing [2020-10-25T13:15:32.421Z] cf57278bc8b4: Preparing [2020-10-25T13:15:32.421Z] f80f458719d1: Preparing [2020-10-25T13:15:32.421Z] 7b6076fb00c9: Preparing [2020-10-25T13:15:32.421Z] 5388299f63ad: Preparing [2020-10-25T13:15:32.421Z] 8fab61e9fe2c: Preparing [2020-10-25T13:15:32.421Z] 06182b355663: Preparing [2020-10-25T13:15:32.421Z] 1b3ee35aacca: Preparing [2020-10-25T13:15:32.421Z] 5388299f63ad: Waiting [2020-10-25T13:15:32.421Z] 8fab61e9fe2c: Waiting [2020-10-25T13:15:32.421Z] f80f458719d1: Waiting [2020-10-25T13:15:32.421Z] 7b6076fb00c9: Waiting [2020-10-25T13:15:32.421Z] 06182b355663: Waiting [2020-10-25T13:15:32.421Z] 1b3ee35aacca: Waiting [2020-10-25T13:15:32.421Z] 0cf97ba309e6: Layer already exists [2020-10-25T13:15:32.421Z] e3c6ecde1645: Layer already exists [2020-10-25T13:15:32.421Z] e2a432fc51d2: Layer already exists [2020-10-25T13:15:32.421Z] 9022a91e4a23: Layer already exists [2020-10-25T13:15:32.421Z] cf57278bc8b4: Layer already exists [2020-10-25T13:15:32.421Z] f80f458719d1: Layer already exists [2020-10-25T13:15:32.421Z] 7b6076fb00c9: Layer already exists [2020-10-25T13:15:32.421Z] 5388299f63ad: Layer already exists [2020-10-25T13:15:32.421Z] 8fab61e9fe2c: Layer already exists [2020-10-25T13:15:32.421Z] 06182b355663: Layer already exists [2020-10-25T13:15:32.421Z] 1b3ee35aacca: Layer already exists [2020-10-25T13:15:32.421Z] 1.2.2-dev.93: digest: sha256:5762e8057f89b3ed54008d1e7e6a906200d0173f9969fe773e5590739e26a08c size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:32.728Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:33.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:33.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-25T13:15:33.027Z] 0cf97ba309e6: Preparing [2020-10-25T13:15:33.027Z] 9022a91e4a23: Preparing [2020-10-25T13:15:33.027Z] e3c6ecde1645: Preparing [2020-10-25T13:15:33.027Z] e2a432fc51d2: Preparing [2020-10-25T13:15:33.027Z] cf57278bc8b4: Preparing [2020-10-25T13:15:33.027Z] f80f458719d1: Preparing [2020-10-25T13:15:33.027Z] 7b6076fb00c9: Preparing [2020-10-25T13:15:33.027Z] 5388299f63ad: Preparing [2020-10-25T13:15:33.027Z] 8fab61e9fe2c: Preparing [2020-10-25T13:15:33.027Z] 06182b355663: Preparing [2020-10-25T13:15:33.027Z] 1b3ee35aacca: Preparing [2020-10-25T13:15:33.027Z] 7b6076fb00c9: Waiting [2020-10-25T13:15:33.027Z] 5388299f63ad: Waiting [2020-10-25T13:15:33.027Z] 8fab61e9fe2c: Waiting [2020-10-25T13:15:33.027Z] 06182b355663: Waiting [2020-10-25T13:15:33.027Z] 1b3ee35aacca: Waiting [2020-10-25T13:15:33.027Z] f80f458719d1: Waiting [2020-10-25T13:15:33.027Z] 0cf97ba309e6: Layer already exists [2020-10-25T13:15:33.027Z] e3c6ecde1645: Layer already exists [2020-10-25T13:15:33.027Z] 9022a91e4a23: Layer already exists [2020-10-25T13:15:33.027Z] cf57278bc8b4: Layer already exists [2020-10-25T13:15:33.027Z] 8fab61e9fe2c: Layer already exists [2020-10-25T13:15:33.027Z] e2a432fc51d2: Layer already exists [2020-10-25T13:15:33.027Z] 7b6076fb00c9: Layer already exists [2020-10-25T13:15:33.027Z] f80f458719d1: Layer already exists [2020-10-25T13:15:33.027Z] 5388299f63ad: Layer already exists [2020-10-25T13:15:33.027Z] 1b3ee35aacca: Layer already exists [2020-10-25T13:15:33.027Z] 06182b355663: Layer already exists [2020-10-25T13:15:33.027Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:5762e8057f89b3ed54008d1e7e6a906200d0173f9969fe773e5590739e26a08c size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:33.335Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:33.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-25T13:15:33.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-25T13:15:33.639Z] 0cf97ba309e6: Preparing [2020-10-25T13:15:33.639Z] 9022a91e4a23: Preparing [2020-10-25T13:15:33.639Z] e3c6ecde1645: Preparing [2020-10-25T13:15:33.639Z] e2a432fc51d2: Preparing [2020-10-25T13:15:33.639Z] cf57278bc8b4: Preparing [2020-10-25T13:15:33.639Z] f80f458719d1: Preparing [2020-10-25T13:15:33.639Z] 7b6076fb00c9: Preparing [2020-10-25T13:15:33.639Z] 5388299f63ad: Preparing [2020-10-25T13:15:33.639Z] 8fab61e9fe2c: Preparing [2020-10-25T13:15:33.639Z] 06182b355663: Preparing [2020-10-25T13:15:33.639Z] 1b3ee35aacca: Preparing [2020-10-25T13:15:33.639Z] f80f458719d1: Waiting [2020-10-25T13:15:33.639Z] 5388299f63ad: Waiting [2020-10-25T13:15:33.639Z] 8fab61e9fe2c: Waiting [2020-10-25T13:15:33.639Z] 06182b355663: Waiting [2020-10-25T13:15:33.639Z] 7b6076fb00c9: Waiting [2020-10-25T13:15:33.639Z] 1b3ee35aacca: Waiting [2020-10-25T13:15:33.639Z] e2a432fc51d2: Layer already exists [2020-10-25T13:15:33.639Z] 9022a91e4a23: Layer already exists [2020-10-25T13:15:33.639Z] e3c6ecde1645: Layer already exists [2020-10-25T13:15:33.639Z] cf57278bc8b4: Layer already exists [2020-10-25T13:15:33.639Z] 0cf97ba309e6: Layer already exists [2020-10-25T13:15:33.639Z] 7b6076fb00c9: Layer already exists [2020-10-25T13:15:33.639Z] 06182b355663: Layer already exists [2020-10-25T13:15:33.639Z] f80f458719d1: Layer already exists [2020-10-25T13:15:33.639Z] 8fab61e9fe2c: Layer already exists [2020-10-25T13:15:33.639Z] 5388299f63ad: Layer already exists [2020-10-25T13:15:33.639Z] 1b3ee35aacca: Layer already exists [2020-10-25T13:15:33.639Z] master: digest: sha256:5762e8057f89b3ed54008d1e7e6a906200d0173f9969fe773e5590739e26a08c size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:15:33.841Z] ===================================================== [Pipeline] echo [2020-10-25T13:15:33.894Z] taggedImages: [2020-10-25T13:15:33.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:33.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.93 [2020-10-25T13:15:33.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:33.894Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-25T13:15:33.960Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-25T13:15:33.960Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:33.960Z] 1.2.2-dev.93 [2020-10-25T13:15:33.960Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:33.960Z] master [2020-10-25T13:15:33.960Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:34.489Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:34.798Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:34.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-25T13:15:34.798Z] ac87ee611bc5: Preparing [2020-10-25T13:15:34.798Z] 5e1baefb4434: Preparing [2020-10-25T13:15:34.798Z] d7230dc96361: Preparing [2020-10-25T13:15:34.798Z] 2e3f4146505d: Preparing [2020-10-25T13:15:34.798Z] d7230dc96361: Pushed [2020-10-25T13:15:35.063Z] ac87ee611bc5: Pushed [2020-10-25T13:15:35.063Z] 2e3f4146505d: Pushed [2020-10-25T13:15:36.010Z] 5e1baefb4434: Pushed [2020-10-25T13:15:36.010Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:e9d2d752e4e3b525b5390c7d639eda9ff7c235c2823d584dc76159c24d130650 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:36.320Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:36.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.93 [2020-10-25T13:15:36.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-25T13:15:36.716Z] ac87ee611bc5: Preparing [2020-10-25T13:15:36.716Z] 5e1baefb4434: Preparing [2020-10-25T13:15:36.716Z] d7230dc96361: Preparing [2020-10-25T13:15:36.716Z] 2e3f4146505d: Preparing [2020-10-25T13:15:36.716Z] 2e3f4146505d: Layer already exists [2020-10-25T13:15:36.716Z] d7230dc96361: Layer already exists [2020-10-25T13:15:36.716Z] 5e1baefb4434: Layer already exists [2020-10-25T13:15:36.716Z] ac87ee611bc5: Layer already exists [2020-10-25T13:15:36.716Z] 1.2.2-dev.93: digest: sha256:e9d2d752e4e3b525b5390c7d639eda9ff7c235c2823d584dc76159c24d130650 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:37.047Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:37.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:37.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-25T13:15:37.382Z] ac87ee611bc5: Preparing [2020-10-25T13:15:37.382Z] 5e1baefb4434: Preparing [2020-10-25T13:15:37.382Z] d7230dc96361: Preparing [2020-10-25T13:15:37.382Z] 2e3f4146505d: Preparing [2020-10-25T13:15:37.382Z] ac87ee611bc5: Layer already exists [2020-10-25T13:15:37.382Z] 5e1baefb4434: Layer already exists [2020-10-25T13:15:37.382Z] 2e3f4146505d: Layer already exists [2020-10-25T13:15:37.382Z] d7230dc96361: Layer already exists [2020-10-25T13:15:37.382Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:e9d2d752e4e3b525b5390c7d639eda9ff7c235c2823d584dc76159c24d130650 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:37.690Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:37.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-25T13:15:37.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-25T13:15:37.992Z] ac87ee611bc5: Preparing [2020-10-25T13:15:37.992Z] 5e1baefb4434: Preparing [2020-10-25T13:15:37.992Z] d7230dc96361: Preparing [2020-10-25T13:15:37.992Z] 2e3f4146505d: Preparing [2020-10-25T13:15:37.992Z] 2e3f4146505d: Layer already exists [2020-10-25T13:15:37.992Z] 5e1baefb4434: Layer already exists [2020-10-25T13:15:37.992Z] d7230dc96361: Layer already exists [2020-10-25T13:15:37.992Z] ac87ee611bc5: Layer already exists [2020-10-25T13:15:37.992Z] master: digest: sha256:e9d2d752e4e3b525b5390c7d639eda9ff7c235c2823d584dc76159c24d130650 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:15:38.174Z] ===================================================== [Pipeline] echo [2020-10-25T13:15:38.227Z] taggedImages: [2020-10-25T13:15:38.227Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:38.227Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.93 [2020-10-25T13:15:38.227Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:38.227Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-25T13:15:38.294Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-25T13:15:38.294Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:38.294Z] 1.2.2-dev.93 [2020-10-25T13:15:38.294Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:38.294Z] master [2020-10-25T13:15:38.294Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:38.771Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:39.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:39.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-25T13:15:39.079Z] eca12a888b23: Preparing [2020-10-25T13:15:39.079Z] 0a546877cacb: Preparing [2020-10-25T13:15:39.079Z] db5d3f16c221: Preparing [2020-10-25T13:15:39.079Z] a4fe09908648: Preparing [2020-10-25T13:15:39.079Z] 9a15b24e3705: Preparing [2020-10-25T13:15:39.079Z] b7ba84c949d2: Preparing [2020-10-25T13:15:39.079Z] b7ba84c949d2: Waiting [2020-10-25T13:15:39.341Z] eca12a888b23: Pushed [2020-10-25T13:15:39.341Z] db5d3f16c221: Pushed [2020-10-25T13:15:39.341Z] a4fe09908648: Pushed [2020-10-25T13:15:39.341Z] 9a15b24e3705: Pushed [2020-10-25T13:15:39.341Z] b7ba84c949d2: Pushed [2020-10-25T13:15:40.731Z] 0a546877cacb: Pushed [2020-10-25T13:15:40.731Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:bffb1b10f365afc04eb28e33ab41ad2eb3bb6ea96900251d724f29d1da193ea6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:41.040Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:41.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.93 [2020-10-25T13:15:41.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-25T13:15:41.340Z] eca12a888b23: Preparing [2020-10-25T13:15:41.340Z] 0a546877cacb: Preparing [2020-10-25T13:15:41.340Z] db5d3f16c221: Preparing [2020-10-25T13:15:41.340Z] a4fe09908648: Preparing [2020-10-25T13:15:41.340Z] 9a15b24e3705: Preparing [2020-10-25T13:15:41.340Z] b7ba84c949d2: Preparing [2020-10-25T13:15:41.340Z] 9a15b24e3705: Layer already exists [2020-10-25T13:15:41.340Z] 0a546877cacb: Layer already exists [2020-10-25T13:15:41.340Z] db5d3f16c221: Layer already exists [2020-10-25T13:15:41.340Z] a4fe09908648: Layer already exists [2020-10-25T13:15:41.340Z] eca12a888b23: Layer already exists [2020-10-25T13:15:41.340Z] b7ba84c949d2: Layer already exists [2020-10-25T13:15:41.340Z] 1.2.2-dev.93: digest: sha256:bffb1b10f365afc04eb28e33ab41ad2eb3bb6ea96900251d724f29d1da193ea6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:41.648Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:41.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:41.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-25T13:15:41.951Z] eca12a888b23: Preparing [2020-10-25T13:15:41.951Z] 0a546877cacb: Preparing [2020-10-25T13:15:41.951Z] db5d3f16c221: Preparing [2020-10-25T13:15:41.951Z] a4fe09908648: Preparing [2020-10-25T13:15:41.951Z] 9a15b24e3705: Preparing [2020-10-25T13:15:41.951Z] b7ba84c949d2: Preparing [2020-10-25T13:15:41.951Z] b7ba84c949d2: Waiting [2020-10-25T13:15:41.951Z] 9a15b24e3705: Layer already exists [2020-10-25T13:15:41.951Z] a4fe09908648: Layer already exists [2020-10-25T13:15:41.951Z] eca12a888b23: Layer already exists [2020-10-25T13:15:41.951Z] db5d3f16c221: Layer already exists [2020-10-25T13:15:41.951Z] 0a546877cacb: Layer already exists [2020-10-25T13:15:41.951Z] b7ba84c949d2: Layer already exists [2020-10-25T13:15:41.951Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:bffb1b10f365afc04eb28e33ab41ad2eb3bb6ea96900251d724f29d1da193ea6 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:42.262Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:42.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-25T13:15:42.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-25T13:15:42.566Z] eca12a888b23: Preparing [2020-10-25T13:15:42.566Z] 0a546877cacb: Preparing [2020-10-25T13:15:42.566Z] db5d3f16c221: Preparing [2020-10-25T13:15:42.566Z] a4fe09908648: Preparing [2020-10-25T13:15:42.566Z] 9a15b24e3705: Preparing [2020-10-25T13:15:42.566Z] b7ba84c949d2: Preparing [2020-10-25T13:15:42.566Z] b7ba84c949d2: Waiting [2020-10-25T13:15:42.566Z] a4fe09908648: Layer already exists [2020-10-25T13:15:42.566Z] db5d3f16c221: Layer already exists [2020-10-25T13:15:42.566Z] 0a546877cacb: Layer already exists [2020-10-25T13:15:42.566Z] eca12a888b23: Layer already exists [2020-10-25T13:15:42.566Z] 9a15b24e3705: Layer already exists [2020-10-25T13:15:42.566Z] b7ba84c949d2: Layer already exists [2020-10-25T13:15:42.566Z] master: digest: sha256:bffb1b10f365afc04eb28e33ab41ad2eb3bb6ea96900251d724f29d1da193ea6 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:15:42.764Z] ===================================================== [Pipeline] echo [2020-10-25T13:15:42.820Z] taggedImages: [2020-10-25T13:15:42.820Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:42.820Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.93 [2020-10-25T13:15:42.820Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:42.820Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-25T13:15:42.911Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-25T13:15:42.911Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:42.911Z] 1.2.2-dev.93 [2020-10-25T13:15:42.911Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:42.911Z] master [2020-10-25T13:15:42.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:43.384Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:43.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:43.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-25T13:15:43.683Z] 4225dc77d473: Preparing [2020-10-25T13:15:43.683Z] 5e1c1821840a: Preparing [2020-10-25T13:15:43.683Z] 2547c50a83e2: Preparing [2020-10-25T13:15:43.683Z] 2547c50a83e2: Pushed [2020-10-25T13:15:43.683Z] 4225dc77d473: Pushed [2020-10-25T13:15:45.074Z] 5e1c1821840a: Pushed [2020-10-25T13:15:45.074Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:f34b49c2db44d4abe3b46e11b6cd35888d926be733ea6981770ade939e5a09ab size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:45.381Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:45.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.93 [2020-10-25T13:15:45.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-25T13:15:45.674Z] 4225dc77d473: Preparing [2020-10-25T13:15:45.674Z] 5e1c1821840a: Preparing [2020-10-25T13:15:45.674Z] 2547c50a83e2: Preparing [2020-10-25T13:15:45.674Z] 2547c50a83e2: Layer already exists [2020-10-25T13:15:45.674Z] 5e1c1821840a: Layer already exists [2020-10-25T13:15:45.674Z] 4225dc77d473: Layer already exists [2020-10-25T13:15:45.674Z] 1.2.2-dev.93: digest: sha256:f34b49c2db44d4abe3b46e11b6cd35888d926be733ea6981770ade939e5a09ab size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:45.978Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:46.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:46.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-25T13:15:46.275Z] 4225dc77d473: Preparing [2020-10-25T13:15:46.275Z] 5e1c1821840a: Preparing [2020-10-25T13:15:46.275Z] 2547c50a83e2: Preparing [2020-10-25T13:15:46.275Z] 2547c50a83e2: Layer already exists [2020-10-25T13:15:46.275Z] 4225dc77d473: Layer already exists [2020-10-25T13:15:46.275Z] 5e1c1821840a: Layer already exists [2020-10-25T13:15:46.275Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:f34b49c2db44d4abe3b46e11b6cd35888d926be733ea6981770ade939e5a09ab size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:46.577Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:46.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-25T13:15:46.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-25T13:15:46.874Z] 4225dc77d473: Preparing [2020-10-25T13:15:46.874Z] 5e1c1821840a: Preparing [2020-10-25T13:15:46.874Z] 2547c50a83e2: Preparing [2020-10-25T13:15:46.874Z] 2547c50a83e2: Layer already exists [2020-10-25T13:15:46.874Z] 4225dc77d473: Layer already exists [2020-10-25T13:15:46.874Z] 5e1c1821840a: Layer already exists [2020-10-25T13:15:46.874Z] master: digest: sha256:f34b49c2db44d4abe3b46e11b6cd35888d926be733ea6981770ade939e5a09ab size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:15:47.055Z] ===================================================== [Pipeline] echo [2020-10-25T13:15:47.103Z] taggedImages: [2020-10-25T13:15:47.103Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:47.104Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.93 [2020-10-25T13:15:47.104Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:47.104Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-25T13:15:47.167Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-25T13:15:47.167Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:47.167Z] 1.2.2-dev.93 [2020-10-25T13:15:47.167Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:47.167Z] master [2020-10-25T13:15:47.167Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:47.752Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:48.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:15:48.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-25T13:15:48.050Z] bb3f77c45961: Preparing [2020-10-25T13:15:48.050Z] 42c054331f4c: Preparing [2020-10-25T13:15:48.050Z] 6a43d2ce6e3a: Preparing [2020-10-25T13:15:48.050Z] 55bed838cb40: Preparing [2020-10-25T13:15:48.050Z] 0528b25769e5: Preparing [2020-10-25T13:15:48.050Z] d3f5bb808e9b: Preparing [2020-10-25T13:15:48.050Z] e2a7f1abc4a1: Preparing [2020-10-25T13:15:48.050Z] 1d278c39f50a: Preparing [2020-10-25T13:15:48.050Z] 3730a0890c46: Preparing [2020-10-25T13:15:48.050Z] 383f309b5d37: Preparing [2020-10-25T13:15:48.050Z] e1a73c32da76: Preparing [2020-10-25T13:15:48.050Z] 31b11ec6ff38: Preparing [2020-10-25T13:15:48.050Z] 911954e2fe49: Preparing [2020-10-25T13:15:48.050Z] ace0eda3e3be: Preparing [2020-10-25T13:15:48.050Z] d3f5bb808e9b: Waiting [2020-10-25T13:15:48.050Z] e2a7f1abc4a1: Waiting [2020-10-25T13:15:48.050Z] 1d278c39f50a: Waiting [2020-10-25T13:15:48.050Z] 3730a0890c46: Waiting [2020-10-25T13:15:48.050Z] 383f309b5d37: Waiting [2020-10-25T13:15:48.050Z] e1a73c32da76: Waiting [2020-10-25T13:15:48.050Z] 31b11ec6ff38: Waiting [2020-10-25T13:15:48.050Z] 911954e2fe49: Waiting [2020-10-25T13:15:48.050Z] ace0eda3e3be: Waiting [2020-10-25T13:15:48.315Z] 0528b25769e5: Pushed [2020-10-25T13:15:48.315Z] bb3f77c45961: Pushed [2020-10-25T13:15:48.578Z] e2a7f1abc4a1: Pushed [2020-10-25T13:15:48.578Z] 55bed838cb40: Pushed [2020-10-25T13:15:48.841Z] 1d278c39f50a: Layer already exists [2020-10-25T13:15:48.841Z] 3730a0890c46: Layer already exists [2020-10-25T13:15:48.841Z] 383f309b5d37: Layer already exists [2020-10-25T13:15:48.841Z] e1a73c32da76: Layer already exists [2020-10-25T13:15:48.841Z] 31b11ec6ff38: Layer already exists [2020-10-25T13:15:48.841Z] 911954e2fe49: Layer already exists [2020-10-25T13:15:48.841Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:49.418Z] d3f5bb808e9b: Pushed [2020-10-25T13:15:49.679Z] 42c054331f4c: Pushed [2020-10-25T13:15:57.839Z] 6a43d2ce6e3a: Pushed [2020-10-25T13:15:57.839Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:29740eae144654f8aa0f2f48305402f34f9a7b072d323b31c4c2dc4117a971d9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:58.150Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:58.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.93 [2020-10-25T13:15:58.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-25T13:15:58.451Z] bb3f77c45961: Preparing [2020-10-25T13:15:58.451Z] 42c054331f4c: Preparing [2020-10-25T13:15:58.451Z] 6a43d2ce6e3a: Preparing [2020-10-25T13:15:58.451Z] 55bed838cb40: Preparing [2020-10-25T13:15:58.451Z] 0528b25769e5: Preparing [2020-10-25T13:15:58.451Z] d3f5bb808e9b: Preparing [2020-10-25T13:15:58.451Z] e2a7f1abc4a1: Preparing [2020-10-25T13:15:58.451Z] 1d278c39f50a: Preparing [2020-10-25T13:15:58.451Z] 3730a0890c46: Preparing [2020-10-25T13:15:58.451Z] 383f309b5d37: Preparing [2020-10-25T13:15:58.451Z] e1a73c32da76: Preparing [2020-10-25T13:15:58.451Z] 31b11ec6ff38: Preparing [2020-10-25T13:15:58.451Z] 911954e2fe49: Preparing [2020-10-25T13:15:58.451Z] ace0eda3e3be: Preparing [2020-10-25T13:15:58.451Z] 3730a0890c46: Waiting [2020-10-25T13:15:58.451Z] 383f309b5d37: Waiting [2020-10-25T13:15:58.451Z] e1a73c32da76: Waiting [2020-10-25T13:15:58.451Z] 31b11ec6ff38: Waiting [2020-10-25T13:15:58.451Z] 911954e2fe49: Waiting [2020-10-25T13:15:58.451Z] ace0eda3e3be: Waiting [2020-10-25T13:15:58.451Z] 1d278c39f50a: Waiting [2020-10-25T13:15:58.451Z] d3f5bb808e9b: Waiting [2020-10-25T13:15:58.451Z] e2a7f1abc4a1: Waiting [2020-10-25T13:15:58.451Z] bb3f77c45961: Layer already exists [2020-10-25T13:15:58.451Z] 42c054331f4c: Layer already exists [2020-10-25T13:15:58.451Z] 0528b25769e5: Layer already exists [2020-10-25T13:15:58.451Z] 55bed838cb40: Layer already exists [2020-10-25T13:15:58.451Z] 6a43d2ce6e3a: Layer already exists [2020-10-25T13:15:58.451Z] 1d278c39f50a: Layer already exists [2020-10-25T13:15:58.451Z] d3f5bb808e9b: Layer already exists [2020-10-25T13:15:58.451Z] 3730a0890c46: Layer already exists [2020-10-25T13:15:58.451Z] 383f309b5d37: Layer already exists [2020-10-25T13:15:58.451Z] e2a7f1abc4a1: Layer already exists [2020-10-25T13:15:58.451Z] e1a73c32da76: Layer already exists [2020-10-25T13:15:58.451Z] 31b11ec6ff38: Layer already exists [2020-10-25T13:15:58.451Z] 911954e2fe49: Layer already exists [2020-10-25T13:15:58.451Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:58.451Z] 1.2.2-dev.93: digest: sha256:29740eae144654f8aa0f2f48305402f34f9a7b072d323b31c4c2dc4117a971d9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:58.761Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:59.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:15:59.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-25T13:15:59.063Z] bb3f77c45961: Preparing [2020-10-25T13:15:59.063Z] 42c054331f4c: Preparing [2020-10-25T13:15:59.063Z] 6a43d2ce6e3a: Preparing [2020-10-25T13:15:59.063Z] 55bed838cb40: Preparing [2020-10-25T13:15:59.063Z] 0528b25769e5: Preparing [2020-10-25T13:15:59.063Z] d3f5bb808e9b: Preparing [2020-10-25T13:15:59.063Z] e2a7f1abc4a1: Preparing [2020-10-25T13:15:59.063Z] 1d278c39f50a: Preparing [2020-10-25T13:15:59.063Z] 3730a0890c46: Preparing [2020-10-25T13:15:59.063Z] 383f309b5d37: Preparing [2020-10-25T13:15:59.063Z] e1a73c32da76: Preparing [2020-10-25T13:15:59.063Z] 31b11ec6ff38: Preparing [2020-10-25T13:15:59.063Z] 911954e2fe49: Preparing [2020-10-25T13:15:59.063Z] ace0eda3e3be: Preparing [2020-10-25T13:15:59.064Z] d3f5bb808e9b: Waiting [2020-10-25T13:15:59.064Z] e2a7f1abc4a1: Waiting [2020-10-25T13:15:59.064Z] 1d278c39f50a: Waiting [2020-10-25T13:15:59.064Z] 3730a0890c46: Waiting [2020-10-25T13:15:59.064Z] 383f309b5d37: Waiting [2020-10-25T13:15:59.064Z] e1a73c32da76: Waiting [2020-10-25T13:15:59.064Z] 31b11ec6ff38: Waiting [2020-10-25T13:15:59.064Z] 911954e2fe49: Waiting [2020-10-25T13:15:59.064Z] ace0eda3e3be: Waiting [2020-10-25T13:15:59.064Z] 0528b25769e5: Layer already exists [2020-10-25T13:15:59.064Z] bb3f77c45961: Layer already exists [2020-10-25T13:15:59.064Z] 55bed838cb40: Layer already exists [2020-10-25T13:15:59.064Z] 6a43d2ce6e3a: Layer already exists [2020-10-25T13:15:59.064Z] 42c054331f4c: Layer already exists [2020-10-25T13:15:59.064Z] d3f5bb808e9b: Layer already exists [2020-10-25T13:15:59.064Z] 3730a0890c46: Layer already exists [2020-10-25T13:15:59.064Z] e2a7f1abc4a1: Layer already exists [2020-10-25T13:15:59.064Z] 1d278c39f50a: Layer already exists [2020-10-25T13:15:59.064Z] 383f309b5d37: Layer already exists [2020-10-25T13:15:59.064Z] 911954e2fe49: Layer already exists [2020-10-25T13:15:59.064Z] 31b11ec6ff38: Layer already exists [2020-10-25T13:15:59.064Z] e1a73c32da76: Layer already exists [2020-10-25T13:15:59.064Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:59.064Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:29740eae144654f8aa0f2f48305402f34f9a7b072d323b31c4c2dc4117a971d9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:59.372Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:15:59.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-25T13:15:59.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-25T13:15:59.675Z] bb3f77c45961: Preparing [2020-10-25T13:15:59.675Z] 42c054331f4c: Preparing [2020-10-25T13:15:59.675Z] 6a43d2ce6e3a: Preparing [2020-10-25T13:15:59.675Z] 55bed838cb40: Preparing [2020-10-25T13:15:59.675Z] 0528b25769e5: Preparing [2020-10-25T13:15:59.675Z] d3f5bb808e9b: Preparing [2020-10-25T13:15:59.675Z] e2a7f1abc4a1: Preparing [2020-10-25T13:15:59.675Z] 1d278c39f50a: Preparing [2020-10-25T13:15:59.675Z] 3730a0890c46: Preparing [2020-10-25T13:15:59.675Z] 383f309b5d37: Preparing [2020-10-25T13:15:59.675Z] e1a73c32da76: Preparing [2020-10-25T13:15:59.675Z] 31b11ec6ff38: Preparing [2020-10-25T13:15:59.675Z] 911954e2fe49: Preparing [2020-10-25T13:15:59.675Z] ace0eda3e3be: Preparing [2020-10-25T13:15:59.675Z] 1d278c39f50a: Waiting [2020-10-25T13:15:59.675Z] 3730a0890c46: Waiting [2020-10-25T13:15:59.675Z] 383f309b5d37: Waiting [2020-10-25T13:15:59.675Z] e1a73c32da76: Waiting [2020-10-25T13:15:59.675Z] 31b11ec6ff38: Waiting [2020-10-25T13:15:59.675Z] 911954e2fe49: Waiting [2020-10-25T13:15:59.675Z] ace0eda3e3be: Waiting [2020-10-25T13:15:59.675Z] d3f5bb808e9b: Waiting [2020-10-25T13:15:59.675Z] e2a7f1abc4a1: Waiting [2020-10-25T13:15:59.675Z] 6a43d2ce6e3a: Layer already exists [2020-10-25T13:15:59.675Z] 55bed838cb40: Layer already exists [2020-10-25T13:15:59.675Z] 42c054331f4c: Layer already exists [2020-10-25T13:15:59.675Z] bb3f77c45961: Layer already exists [2020-10-25T13:15:59.675Z] 0528b25769e5: Layer already exists [2020-10-25T13:15:59.675Z] d3f5bb808e9b: Layer already exists [2020-10-25T13:15:59.675Z] e2a7f1abc4a1: Layer already exists [2020-10-25T13:15:59.675Z] 1d278c39f50a: Layer already exists [2020-10-25T13:15:59.675Z] 383f309b5d37: Layer already exists [2020-10-25T13:15:59.675Z] 3730a0890c46: Layer already exists [2020-10-25T13:15:59.675Z] e1a73c32da76: Layer already exists [2020-10-25T13:15:59.675Z] ace0eda3e3be: Layer already exists [2020-10-25T13:15:59.675Z] 911954e2fe49: Layer already exists [2020-10-25T13:15:59.675Z] 31b11ec6ff38: Layer already exists [2020-10-25T13:15:59.937Z] master: digest: sha256:29740eae144654f8aa0f2f48305402f34f9a7b072d323b31c4c2dc4117a971d9 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:16:00.241Z] ===================================================== [Pipeline] echo [2020-10-25T13:16:00.305Z] taggedImages: [2020-10-25T13:16:00.305Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:16:00.305Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.93 [2020-10-25T13:16:00.305Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:16:00.305Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-25T13:16:42.892Z] Removing intermediate container 7af547d0a4a3 [2020-10-25T13:16:42.892Z] ---> 7fa8e250400f [2020-10-25T13:16:42.892Z] [2020-10-25T13:16:42.892Z] Step 10/20 : FROM alpine [2020-10-25T13:16:42.892Z] latest: Pulling from library/alpine [2020-10-25T13:16:42.892Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-25T13:16:42.892Z] Status: Downloaded newer image for alpine:latest [2020-10-25T13:16:42.892Z] ---> 2e77e061c27f [2020-10-25T13:16:42.892Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-25T13:16:42.892Z] ---> Running in 918cbee31988 [2020-10-25T13:16:43.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:16:43.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:16:44.374Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:16:44.374Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:16:44.374Z] OK: 12615 distinct packages available [2020-10-25T13:16:45.364Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-25T13:16:45.364Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-25T13:16:45.364Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-25T13:16:45.364Z] (4/4) Installing curl (7.69.1-r1) [2020-10-25T13:16:45.364Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:16:45.364Z] Executing ca-certificates-20191127-r4.trigger [2020-10-25T13:16:45.964Z] OK: 7 MiB in 18 packages [2020-10-25T13:16:49.373Z] Removing intermediate container 918cbee31988 [2020-10-25T13:16:49.374Z] ---> 5fb3851663ad [2020-10-25T13:16:49.374Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-25T13:16:49.649Z] ---> Running in c4fb05bc67a5 [2020-10-25T13:16:49.929Z] Removing intermediate container 8a3cdeae3e06 [2020-10-25T13:16:49.929Z] ---> b2be949988e4 [2020-10-25T13:16:49.929Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-25T13:16:50.526Z] ---> Running in 92c6815c9a66 [2020-10-25T13:16:50.526Z] Removing intermediate container c4fb05bc67a5 [2020-10-25T13:16:50.526Z] ---> 099ac25cee5c [2020-10-25T13:16:50.526Z] Step 13/20 : WORKDIR /edgex [2020-10-25T13:16:50.800Z] ---> Running in fc79cf17071f [2020-10-25T13:16:51.789Z] Removing intermediate container fc79cf17071f [2020-10-25T13:16:51.789Z] ---> 438bdbd77e00 [2020-10-25T13:16:51.789Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-25T13:16:53.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-25T13:16:53.240Z] ---> 623dd71deb4e [2020-10-25T13:16:53.240Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-25T13:16:55.887Z] ---> a4de2db51436 [2020-10-25T13:16:55.887Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-25T13:16:55.887Z] ---> Running in ab57c0efb48a [2020-10-25T13:16:56.167Z] Removing intermediate container 040aad170693 [2020-10-25T13:16:56.167Z] ---> 807886914b6e [2020-10-25T13:16:56.167Z] [2020-10-25T13:16:56.167Z] Step 10/22 : FROM scratch [2020-10-25T13:16:56.167Z] ---> [2020-10-25T13:16:56.167Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-25T13:16:56.445Z] ---> Running in 049b50322ae9 [2020-10-25T13:16:56.756Z] Removing intermediate container ab57c0efb48a [2020-10-25T13:16:56.756Z] ---> dc0817768621 [2020-10-25T13:16:56.756Z] Step 17/20 : CMD ["--init=true"] [2020-10-25T13:16:57.034Z] ---> Running in edd5f80383e1 [2020-10-25T13:16:57.490Z] Removing intermediate container 049b50322ae9 [2020-10-25T13:16:57.490Z] ---> c06497e70081 [2020-10-25T13:16:57.490Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-25T13:16:57.490Z] ---> Running in e73e10235f6b [2020-10-25T13:16:57.899Z] Removing intermediate container edd5f80383e1 [2020-10-25T13:16:57.899Z] ---> 8da5ab8bc616 [2020-10-25T13:16:57.899Z] Step 18/20 : LABEL arch=arm64 [2020-10-25T13:16:58.238Z] ---> Running in edf9fa2398c8 [2020-10-25T13:16:58.531Z] Removing intermediate container e73e10235f6b [2020-10-25T13:16:58.531Z] ---> f673cb66d8c4 [2020-10-25T13:16:58.531Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T13:16:58.531Z] ---> Running in 53b826594ddd [2020-10-25T13:16:58.851Z] Removing intermediate container 92c6815c9a66 [2020-10-25T13:16:58.851Z] ---> 2ec497828aba [2020-10-25T13:16:58.851Z] [2020-10-25T13:16:58.851Z] Step 11/27 : FROM docker:latest [2020-10-25T13:16:58.851Z] ---> 5d4db4dc0692 [2020-10-25T13:16:58.851Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-25T13:16:59.163Z] ---> Running in 0844e232e0b9 [2020-10-25T13:16:59.163Z] Removing intermediate container edf9fa2398c8 [2020-10-25T13:16:59.163Z] ---> 2a8bde7b2c95 [2020-10-25T13:16:59.163Z] Step 19/20 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:16:59.463Z] Removing intermediate container 53b826594ddd [2020-10-25T13:16:59.463Z] ---> d2a05a911cbf [2020-10-25T13:16:59.463Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-25T13:16:59.755Z] ---> Running in af1939206ba9 [2020-10-25T13:17:00.774Z] Removing intermediate container af1939206ba9 [2020-10-25T13:17:00.774Z] ---> d9d25964b014 [2020-10-25T13:17:00.774Z] Step 20/20 : LABEL version=1.2.2-dev.93 [2020-10-25T13:17:01.055Z] ---> Running in c02ee74f7ae7 [2020-10-25T13:17:01.055Z] ---> 6f86f66c4de1 [2020-10-25T13:17:01.055Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-25T13:17:02.057Z] Removing intermediate container c02ee74f7ae7 [2020-10-25T13:17:02.057Z] ---> 0a6b93877379 [2020-10-25T13:17:02.057Z] [2020-10-25T13:17:02.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:17:02.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:17:02.334Z] Successfully built 0a6b93877379 [2020-10-25T13:17:02.334Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-25T13:17:02.334Z] Building docker-security-secrets-setup-go [2020-10-25T13:17:02.334Z]  Building docker-security-proxy-setup-go ... done  ---> 7651a6c564d9 [2020-10-25T13:17:02.334Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-25T13:17:02.949Z] (1/2) Installing readline (8.0.4-r0) [2020-10-25T13:17:02.949Z] (2/2) Installing bash (5.0.17-r0) [2020-10-25T13:17:02.949Z] Executing bash-5.0.17-r0.post-install [2020-10-25T13:17:02.949Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:17:02.949Z] OK: 12 MiB in 22 packages [2020-10-25T13:17:05.595Z] ---> 6ae225665732 [2020-10-25T13:17:05.595Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-25T13:17:05.595Z] Removing intermediate container 0844e232e0b9 [2020-10-25T13:17:05.595Z] ---> dcc786f11659 [2020-10-25T13:17:05.595Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-25T13:17:06.195Z] ---> Running in ec8dc3fef980 [2020-10-25T13:17:06.822Z] ---> 3c1b55a439c7 [2020-10-25T13:17:06.822Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-25T13:17:07.102Z] ---> Running in 0a4998ddf8ec [2020-10-25T13:17:08.567Z] Removing intermediate container 0a4998ddf8ec [2020-10-25T13:17:08.567Z] ---> 251ca4b2bf48 [2020-10-25T13:17:08.567Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:17:08.843Z] ---> Running in bbab21cbde87 [2020-10-25T13:17:10.292Z] Removing intermediate container b08ed280c6fe [2020-10-25T13:17:10.292Z] ---> 68b636acf4df [2020-10-25T13:17:10.292Z] [2020-10-25T13:17:10.566Z] Step 10/24 : FROM scratchRemoving intermediate container bbab21cbde87 [2020-10-25T13:17:10.566Z] ---> b8d84170aedd [2020-10-25T13:17:10.566Z] Step 20/22 : LABEL arch=arm64 [2020-10-25T13:17:10.566Z] [2020-10-25T13:17:10.566Z] ---> [2020-10-25T13:17:10.566Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-25T13:17:10.566Z] ---> Using cache [2020-10-25T13:17:10.566Z] ---> c06497e70081 [2020-10-25T13:17:10.566Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-25T13:17:10.841Z] Removing intermediate container ec8dc3fef980 [2020-10-25T13:17:10.841Z] ---> 4825573bcb8b [2020-10-25T13:17:10.841Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-25T13:17:11.122Z] ---> Running in 1c95eced005b [2020-10-25T13:17:11.122Z] ---> Running in 04b799b71965 [2020-10-25T13:17:11.122Z] ---> Running in f01a0aa10a78 [2020-10-25T13:17:12.103Z] Removing intermediate container 1c95eced005b [2020-10-25T13:17:12.103Z] ---> 33118c031144 [2020-10-25T13:17:12.103Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-25T13:17:12.103Z] Removing intermediate container 04b799b71965 [2020-10-25T13:17:12.103Z] ---> bb50a599ce8d [2020-10-25T13:17:12.103Z] Step 21/22 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:17:12.377Z] Removing intermediate container f01a0aa10a78 [2020-10-25T13:17:12.377Z] ---> d77c1c9b9657 [2020-10-25T13:17:12.377Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-25T13:17:12.377Z] ---> Running in 7f68a640ed46 [2020-10-25T13:17:12.377Z] ---> Running in c65a2f0f0976 [2020-10-25T13:17:12.652Z] ---> Running in a56e02b980e1 [2020-10-25T13:17:13.260Z] Removing intermediate container c65a2f0f0976 [2020-10-25T13:17:13.260Z] ---> 90706d6b5d5f [2020-10-25T13:17:13.260Z] Step 22/22 : LABEL version=1.2.2-dev.93 [2020-10-25T13:17:13.260Z] Removing intermediate container 7f68a640ed46 [2020-10-25T13:17:13.260Z] ---> decd500de2f8 [2020-10-25T13:17:13.260Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-25T13:17:13.536Z] Removing intermediate container a56e02b980e1 [2020-10-25T13:17:13.536Z] ---> 9466b7e25be0 [2020-10-25T13:17:13.536Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-25T13:17:13.536Z] ---> Running in 4fce27600d5d [2020-10-25T13:17:13.815Z] ---> Running in d208b419c9ee [2020-10-25T13:17:14.813Z] Removing intermediate container 4fce27600d5d [2020-10-25T13:17:14.813Z] ---> 0b3b56a3d1a1 [2020-10-25T13:17:14.813Z] [2020-10-25T13:17:14.813Z] ---> dfc84ce7ac40 [2020-10-25T13:17:14.813Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-25T13:17:15.092Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:17:15.092Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-25T13:17:15.092Z] ---> e612d58a4734 [2020-10-25T13:17:15.092Z] Step 3/29 : WORKDIR /edgex-go [2020-10-25T13:17:15.092Z] ---> Using cache [2020-10-25T13:17:15.092Z] ---> 0cdd35631b6a [2020-10-25T13:17:15.092Z] Step 4/29 : RUN apk update && apk add make gitRemoving intermediate container d208b419c9ee [2020-10-25T13:17:15.092Z] ---> dfa7fcabf732 [2020-10-25T13:17:15.092Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-25T13:17:15.092Z] [2020-10-25T13:17:15.092Z] Successfully built 0b3b56a3d1a1 [2020-10-25T13:17:15.092Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-25T13:17:15.092Z] Building docker-security-secretstore-setup-go [2020-10-25T13:17:15.092Z]  Building docker-support-logging-go ... done  ---> Running in edd9ba48633f [2020-10-25T13:17:17.089Z] ---> 255ab4a549f7 [2020-10-25T13:17:17.089Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-25T13:17:17.694Z] ---> 4d06557c6007 [2020-10-25T13:17:17.694Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-25T13:17:17.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:17:18.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:17:19.287Z] ---> ff368ad43830 [2020-10-25T13:17:19.287Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-25T13:17:19.566Z] ---> 6819b6d92367 [2020-10-25T13:17:19.566Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-25T13:17:19.566Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:17:19.566Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:17:19.566Z] OK: 12623 distinct packages available [2020-10-25T13:17:20.554Z] OK: 217 MiB in 51 packages [2020-10-25T13:17:20.554Z] ---> c5ca5a58953e [2020-10-25T13:17:20.554Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-25T13:17:21.150Z] ---> 5f4f3e88c75a [2020-10-25T13:17:21.150Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-25T13:17:21.425Z] ---> Running in 2176bec09035 [2020-10-25T13:17:23.415Z] Removing intermediate container edd9ba48633f [2020-10-25T13:17:23.415Z] ---> dc2993c45f5a [2020-10-25T13:17:23.415Z] Step 5/29 : COPY go.mod . [2020-10-25T13:17:23.415Z] ---> 865226292200 [2020-10-25T13:17:23.415Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-25T13:17:24.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:17:24.024Z] Removing intermediate container a42a38b18d0d [2020-10-25T13:17:24.024Z] ---> ec6b93812fdd [2020-10-25T13:17:24.024Z] [2020-10-25T13:17:24.024Z] Step 10/22 : FROM scratch [2020-10-25T13:17:24.024Z] ---> [2020-10-25T13:17:24.024Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T13:17:24.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:17:24.573Z] ---> Running in 2d01f4b1eb37 [2020-10-25T13:17:24.845Z] ---> c19ec6b84707 [2020-10-25T13:17:24.845Z] Step 6/29 : RUN go mod download [2020-10-25T13:17:24.845Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-25T13:17:24.845Z] (2/33) Installing expat (2.2.9-r1) [2020-10-25T13:17:24.845Z] (3/33) Installing libffi (3.3-r2) [2020-10-25T13:17:25.118Z] (4/33) Installing gdbm (1.13-r1) [2020-10-25T13:17:25.118Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-25T13:17:25.118Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-25T13:17:25.118Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-25T13:17:25.118Z] ---> 0d1f3e2f021e [2020-10-25T13:17:25.118Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-25T13:17:25.118Z] ---> Running in 62a644dd8de7 [2020-10-25T13:17:26.096Z] Removing intermediate container 2d01f4b1eb37 [2020-10-25T13:17:26.096Z] ---> 752419f22c59 [2020-10-25T13:17:26.096Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-25T13:17:26.096Z] ---> Running in 853eab3195f8 [2020-10-25T13:17:26.373Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:17:26.373Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:17:26.373Z] ---> e612d58a4734 [2020-10-25T13:17:26.373Z] Step 3/26 : WORKDIR /edgex-go [2020-10-25T13:17:26.373Z] ---> Using cache [2020-10-25T13:17:26.373Z] ---> 0cdd35631b6a [2020-10-25T13:17:26.373Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:17:26.373Z] ---> Using cache [2020-10-25T13:17:26.373Z] ---> 5315ca2af4d2 [2020-10-25T13:17:26.373Z] Step 5/26 : RUN apk update && apk add make git [2020-10-25T13:17:26.373Z] ---> Using cache [2020-10-25T13:17:26.373Z] ---> 218f020fc550 [2020-10-25T13:17:26.373Z] Step 6/26 : COPY go.mod . [2020-10-25T13:17:26.373Z] ---> Using cache [2020-10-25T13:17:26.373Z] ---> cec9bbc3cb0d [2020-10-25T13:17:26.373Z] Step 7/26 : RUN go mod download [2020-10-25T13:17:26.373Z] ---> Using cache [2020-10-25T13:17:26.373Z] ---> 83a2ec38bc11 [2020-10-25T13:17:26.373Z] Step 8/26 : COPY . . [2020-10-25T13:17:26.645Z] ---> Running in 7b43417ee353 [2020-10-25T13:17:26.645Z] ---> Using cache [2020-10-25T13:17:26.645Z] ---> 8136c98b4c35 [2020-10-25T13:17:26.645Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-25T13:17:26.918Z] Removing intermediate container 853eab3195f8 [2020-10-25T13:17:26.918Z] ---> 7e9f71f13c8c [2020-10-25T13:17:26.918Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:17:27.195Z] ---> Running in 66fef3ae3df5 [2020-10-25T13:17:27.195Z] ---> Running in 9534d7235f80 [2020-10-25T13:17:27.471Z] Removing intermediate container 7b43417ee353 [2020-10-25T13:17:27.471Z] ---> 32e34f1238a5 [2020-10-25T13:17:27.471Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T13:17:27.471Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-25T13:17:27.471Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-25T13:17:27.471Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-25T13:17:27.471Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-25T13:17:27.471Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-25T13:17:27.471Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-25T13:17:27.756Z] ---> Running in e90bee2b5de6 [2020-10-25T13:17:27.756Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-25T13:17:27.756Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-25T13:17:27.756Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-25T13:17:27.756Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-25T13:17:27.756Z] Removing intermediate container 9534d7235f80 [2020-10-25T13:17:27.756Z] ---> 4345a780fa77 [2020-10-25T13:17:27.756Z] Step 22/24 : LABEL arch=arm64 [2020-10-25T13:17:28.065Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-25T13:17:28.065Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-25T13:17:28.065Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-25T13:17:28.065Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-25T13:17:28.065Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-25T13:17:28.065Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-25T13:17:28.065Z] ---> Running in 158a3c198c44 [2020-10-25T13:17:28.065Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-25T13:17:28.065Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-25T13:17:28.065Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-25T13:17:28.349Z] Removing intermediate container e90bee2b5de6 [2020-10-25T13:17:28.349Z] ---> b8f7dee910cb [2020-10-25T13:17:28.349Z] Step 14/22 : WORKDIR / [2020-10-25T13:17:28.349Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-25T13:17:28.349Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-25T13:17:28.349Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-25T13:17:28.349Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-25T13:17:28.349Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-25T13:17:28.349Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-25T13:17:28.349Z] ---> Running in 214854648c8b [2020-10-25T13:17:28.349Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-25T13:17:28.630Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:17:28.630Z] OK: 71 MiB in 55 packages [2020-10-25T13:17:28.910Z] Removing intermediate container 158a3c198c44 [2020-10-25T13:17:28.910Z] ---> 012786b8e346 [2020-10-25T13:17:28.910Z] Step 23/24 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:17:28.910Z] ---> Running in bf38a82a19fb [2020-10-25T13:17:29.185Z] Removing intermediate container 214854648c8b [2020-10-25T13:17:29.185Z] ---> d84cd92b3401 [2020-10-25T13:17:29.185Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-25T13:17:29.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-25T13:17:29.738Z] Removing intermediate container bf38a82a19fb [2020-10-25T13:17:29.738Z] ---> 2da83152660e [2020-10-25T13:17:29.738Z] Step 24/24 : LABEL version=1.2.2-dev.93 [2020-10-25T13:17:30.338Z] ---> Running in 2ed16869cef7 [2020-10-25T13:17:30.338Z] ---> 61159c5d6503 [2020-10-25T13:17:30.338Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-25T13:17:30.941Z] Removing intermediate container 62a644dd8de7 [2020-10-25T13:17:30.941Z] ---> 135c61467d5c [2020-10-25T13:17:30.941Z] Step 7/29 : COPY . . [2020-10-25T13:17:30.941Z] Removing intermediate container 2ed16869cef7 [2020-10-25T13:17:30.941Z] ---> e1e82ed4173a [2020-10-25T13:17:30.941Z] [2020-10-25T13:17:32.389Z] Successfully built e1e82ed4173a [2020-10-25T13:17:32.389Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-25T13:17:32.389Z] Building docker-core-data-go [2020-10-25T13:17:35.034Z]  Building docker-support-notifications-go ... done  ---> c4a2cf4b0bab [2020-10-25T13:17:35.034Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-25T13:17:37.682Z] ---> 5d9315c74b98 [2020-10-25T13:17:37.682Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-25T13:17:37.682Z] ---> Running in 8b3fc7ffba5e [2020-10-25T13:17:39.137Z] Removing intermediate container 8b3fc7ffba5e [2020-10-25T13:17:39.137Z] ---> 86cb404f00e8 [2020-10-25T13:17:39.137Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:17:39.423Z] ---> Running in f1a3c7b0490f [2020-10-25T13:17:40.877Z] Removing intermediate container f1a3c7b0490f [2020-10-25T13:17:40.877Z] ---> 2e1dce828c9e [2020-10-25T13:17:40.877Z] Step 20/22 : LABEL arch=arm64 [2020-10-25T13:17:41.150Z] Removing intermediate container 2176bec09035 [2020-10-25T13:17:41.150Z] ---> c1a239445915 [2020-10-25T13:17:41.150Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-25T13:17:42.142Z] ---> Running in 6140ecf001b5 [2020-10-25T13:17:42.142Z] ---> Running in fb7a50bc65d3 [2020-10-25T13:17:43.601Z] Removing intermediate container 6140ecf001b5 [2020-10-25T13:17:43.601Z] ---> 9c0d06d44bcd [2020-10-25T13:17:43.601Z] Step 21/22 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:17:43.883Z] ---> Running in 6b99946b7f4c [2020-10-25T13:17:45.346Z] Removing intermediate container 6b99946b7f4c [2020-10-25T13:17:45.346Z] ---> 2039747e9f1b [2020-10-25T13:17:45.346Z] Step 22/22 : LABEL version=1.2.2-dev.93 [2020-10-25T13:17:45.947Z] ---> Running in 675d22fbcddb [2020-10-25T13:17:47.410Z] Removing intermediate container 675d22fbcddb [2020-10-25T13:17:47.410Z] ---> 55474cdd34aa [2020-10-25T13:17:47.410Z] [2020-10-25T13:17:48.031Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:17:48.031Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:17:48.031Z] ---> e612d58a4734 [2020-10-25T13:17:48.031Z] Step 3/23 : WORKDIR /edgex-go [2020-10-25T13:17:48.031Z] ---> Using cache [2020-10-25T13:17:48.031Z] ---> 0cdd35631b6a [2020-10-25T13:17:48.031Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:17:48.031Z] ---> Using cache [2020-10-25T13:17:48.031Z] ---> 5315ca2af4d2 [2020-10-25T13:17:48.031Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-25T13:17:48.031Z] Successfully built 55474cdd34aa [2020-10-25T13:17:48.307Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-25T13:17:48.307Z] Building docker-core-command-go [2020-10-25T13:17:48.307Z]  Building docker-core-metadata-go ... done  ---> Running in a6ae4cd2e343 [2020-10-25T13:17:48.582Z] ---> ed14915c04f6 [2020-10-25T13:17:48.582Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-25T13:17:48.861Z] ---> Running in e9c6fe70109e [2020-10-25T13:17:49.853Z] Collecting docker-compose==1.23.2 [2020-10-25T13:17:49.853Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-25T13:17:50.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:17:51.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-25T13:17:51.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:17:51.728Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-25T13:17:51.728Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-25T13:17:52.714Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-25T13:17:52.714Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-25T13:17:52.714Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:17:52.714Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:17:52.714Z] OK: 12623 distinct packages available [2020-10-25T13:17:53.314Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-25T13:17:53.314Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-25T13:17:53.590Z] OK: 217 MiB in 51 packages [2020-10-25T13:17:57.074Z] Collecting docker<4.0,>=3.6.0 [2020-10-25T13:17:57.354Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-25T13:17:57.354Z] Removing intermediate container a6ae4cd2e343 [2020-10-25T13:17:57.354Z] ---> 057ed319d1dd [2020-10-25T13:17:57.354Z] Step 6/23 : COPY go.mod . [2020-10-25T13:17:58.803Z] Collecting jsonschema<3,>=2.5.1 [2020-10-25T13:17:58.803Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-25T13:17:58.803Z] ---> f615b86a66c3 [2020-10-25T13:17:58.803Z] Step 7/23 : RUN go mod download [2020-10-25T13:17:59.079Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-25T13:17:59.079Z] ---> Running in cfc1b73c14f1 [2020-10-25T13:17:59.366Z] Collecting texttable<0.10,>=0.9.0 [2020-10-25T13:17:59.366Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-25T13:18:01.361Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:18:01.361Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:18:01.361Z] ---> e612d58a4734 [2020-10-25T13:18:01.361Z] Step 3/22 : WORKDIR /edgex-go [2020-10-25T13:18:01.361Z] ---> Using cache [2020-10-25T13:18:01.361Z] ---> 0cdd35631b6a [2020-10-25T13:18:01.361Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:18:01.361Z] ---> Using cache [2020-10-25T13:18:01.361Z] ---> 5315ca2af4d2 [2020-10-25T13:18:01.361Z] Step 5/22 : RUN apk update && apk add make git [2020-10-25T13:18:01.361Z] ---> Using cache [2020-10-25T13:18:01.361Z] ---> 218f020fc550 [2020-10-25T13:18:01.361Z] Step 6/22 : COPY go.mod . [2020-10-25T13:18:01.361Z] ---> Using cache [2020-10-25T13:18:01.361Z] ---> cec9bbc3cb0d [2020-10-25T13:18:01.361Z] Step 7/22 : RUN go mod download [2020-10-25T13:18:01.361Z] ---> Using cache [2020-10-25T13:18:01.361Z] ---> 83a2ec38bc11 [2020-10-25T13:18:01.361Z] Step 8/22 : COPY . . [2020-10-25T13:18:01.361Z] ---> Using cache [2020-10-25T13:18:01.361Z] ---> 8136c98b4c35 [2020-10-25T13:18:01.361Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-25T13:18:02.356Z] ---> Running in 55fe93731f1a [2020-10-25T13:18:02.958Z] Collecting cached-property<2,>=1.2.0 [2020-10-25T13:18:02.958Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-25T13:18:03.315Z] Collecting docopt<0.7,>=0.6.1 [2020-10-25T13:18:03.723Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-25T13:18:04.395Z] Removing intermediate container cfc1b73c14f1 [2020-10-25T13:18:04.395Z] ---> fb7b30734523 [2020-10-25T13:18:04.395Z] Step 8/23 : COPY . . [2020-10-25T13:18:05.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/core-command/core-command ./cmd/core-command [2020-10-25T13:18:08.538Z] Collecting PyYAML<4,>=3.10 [2020-10-25T13:18:08.538Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-25T13:18:14.016Z] Collecting idna<2.8,>=2.5 [2020-10-25T13:18:14.016Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-25T13:18:14.016Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-25T13:18:14.629Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-25T13:18:14.629Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-25T13:18:15.628Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-25T13:18:16.234Z] Collecting docker-pycreds>=0.4.0 [2020-10-25T13:18:16.234Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-25T13:18:16.839Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-25T13:18:16.839Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-25T13:18:16.839Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-25T13:18:16.839Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-25T13:18:16.839Z] ---> 140abbcf59ee [2020-10-25T13:18:16.839Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-25T13:18:16.839Z] ---> Running in 47dc358c4300 [2020-10-25T13:18:18.290Z] Installing collected packages: idna, urllib3, requests, websocket-client, dockerpty, docker-pycreds, docker, jsonschema, texttable, cached-property, docopt, PyYAML, docker-compose [2020-10-25T13:18:18.290Z] Attempting uninstall: idna [2020-10-25T13:18:18.290Z] Found existing installation: idna 2.9 [2020-10-25T13:18:18.290Z] Uninstalling idna-2.9: [2020-10-25T13:18:18.290Z] Successfully uninstalled idna-2.9 [2020-10-25T13:18:18.895Z] Attempting uninstall: urllib3 [2020-10-25T13:18:18.895Z] Found existing installation: urllib3 1.25.9 [2020-10-25T13:18:18.895Z] Uninstalling urllib3-1.25.9: [2020-10-25T13:18:19.173Z] Successfully uninstalled urllib3-1.25.9 [2020-10-25T13:18:19.173Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/core-data/core-data ./cmd/core-data [2020-10-25T13:18:19.780Z] Attempting uninstall: requests [2020-10-25T13:18:19.780Z] Found existing installation: requests 2.23.0 [2020-10-25T13:18:19.780Z] Uninstalling requests-2.23.0: [2020-10-25T13:18:20.059Z] Successfully uninstalled requests-2.23.0 [2020-10-25T13:18:20.657Z] Running setup.py install for dockerpty: started [2020-10-25T13:18:23.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-25T13:18:23.895Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-25T13:18:25.886Z] Running setup.py install for texttable: started [2020-10-25T13:18:28.528Z] Running setup.py install for texttable: finished with status 'done' [2020-10-25T13:18:28.528Z] Running setup.py install for docopt: started [2020-10-25T13:18:31.177Z] Running setup.py install for docopt: finished with status 'done' [2020-10-25T13:18:31.177Z] Running setup.py install for PyYAML: started [2020-10-25T13:18:33.818Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-25T13:18:34.810Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-25T13:18:35.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-25T13:18:40.524Z] Removing intermediate container fb7a50bc65d3 [2020-10-25T13:18:40.524Z] ---> df1fdf51ad90 [2020-10-25T13:18:40.524Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-25T13:18:40.524Z] ---> Running in c75e6c784475 [2020-10-25T13:18:43.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:18:43.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:18:44.045Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-25T13:18:44.046Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-25T13:18:44.046Z] (3/3) Installing curl (7.69.1-r1) [2020-10-25T13:18:44.046Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:18:44.046Z] OK: 71 MiB in 58 packages [2020-10-25T13:18:47.478Z] Removing intermediate container c75e6c784475 [2020-10-25T13:18:47.478Z] ---> a46a6eb7c22e [2020-10-25T13:18:47.478Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-25T13:18:47.478Z] Removing intermediate container 66fef3ae3df5 [2020-10-25T13:18:47.478Z] ---> e8bc31d3e66f [2020-10-25T13:18:47.478Z] [2020-10-25T13:18:47.478Z] Step 10/26 : FROM alpine:3.10 [2020-10-25T13:18:47.478Z] ---> Running in 58a96eeed8b4 [2020-10-25T13:18:47.478Z] 3.10: Pulling from library/alpine [2020-10-25T13:18:48.078Z] Removing intermediate container 58a96eeed8b4 [2020-10-25T13:18:48.078Z] ---> 122da79ec256 [2020-10-25T13:18:48.078Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:18:48.349Z] ---> Running in ff6605405197 [2020-10-25T13:18:49.346Z] Removing intermediate container ff6605405197 [2020-10-25T13:18:49.346Z] ---> 505a8805ab81 [2020-10-25T13:18:49.346Z] Step 25/27 : LABEL arch=arm64 [2020-10-25T13:18:49.631Z] ---> Running in 5a1993b59b55 [2020-10-25T13:18:49.631Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-25T13:18:49.631Z] Status: Downloaded newer image for alpine:3.10 [2020-10-25T13:18:49.631Z] ---> 536a684cf733 [2020-10-25T13:18:49.631Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-25T13:18:49.910Z] ---> Running in 56b41e1c8ddf [2020-10-25T13:18:50.185Z] Removing intermediate container 5a1993b59b55 [2020-10-25T13:18:50.185Z] ---> 5148fa4901fc [2020-10-25T13:18:50.185Z] Step 26/27 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:18:50.461Z] ---> Running in acb78beec279 [2020-10-25T13:18:51.452Z] Removing intermediate container acb78beec279 [2020-10-25T13:18:51.452Z] ---> 9e237ec899cb [2020-10-25T13:18:51.452Z] Step 27/27 : LABEL version=1.2.2-dev.93 [2020-10-25T13:18:51.452Z] ---> Running in 12097ff55abb [2020-10-25T13:18:52.060Z] Removing intermediate container 12097ff55abb [2020-10-25T13:18:52.060Z] ---> fe8ebe4cc57b [2020-10-25T13:18:52.060Z] [2020-10-25T13:18:52.665Z] Successfully built fe8ebe4cc57b [2020-10-25T13:18:52.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:18:52.665Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-25T13:18:52.665Z] Building docker-support-scheduler-go [2020-10-25T13:18:52.942Z]  Building docker-sys-mgmt-agent-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:18:53.548Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-25T13:18:53.548Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-25T13:18:53.549Z] OK: 10167 distinct packages available [2020-10-25T13:18:54.541Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-25T13:18:54.541Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-25T13:18:54.541Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-25T13:18:54.541Z] (4/5) Installing curl (7.66.0-r1) [2020-10-25T13:18:54.541Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-25T13:18:54.541Z] Executing busybox-1.30.1-r3.trigger [2020-10-25T13:18:54.541Z] Executing ca-certificates-20191127-r2.trigger [2020-10-25T13:18:55.149Z] OK: 7 MiB in 19 packages [2020-10-25T13:18:58.579Z] Removing intermediate container 56b41e1c8ddf [2020-10-25T13:18:58.579Z] ---> c34dbc93ff0d [2020-10-25T13:18:58.579Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-25T13:18:58.579Z] ---> Running in 596bc8ca07fc [2020-10-25T13:18:59.570Z] Removing intermediate container 596bc8ca07fc [2020-10-25T13:18:59.570Z] ---> 1393f7b36510 [2020-10-25T13:18:59.570Z] Step 13/26 : WORKDIR / [2020-10-25T13:18:59.846Z] ---> Running in 2ea46ea10c26 [2020-10-25T13:19:00.838Z] Removing intermediate container 2ea46ea10c26 [2020-10-25T13:19:00.838Z] ---> 51714e4b8307 [2020-10-25T13:19:00.838Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-25T13:19:02.309Z] ---> aed1b4930d86 [2020-10-25T13:19:02.309Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-25T13:19:03.762Z] ---> 4145a204fe34 [2020-10-25T13:19:03.762Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-25T13:19:05.217Z] ---> a473822e0067 [2020-10-25T13:19:05.217Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-25T13:19:07.211Z] ---> 4738d073b86f [2020-10-25T13:19:07.211Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-25T13:19:07.211Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-25T13:19:07.211Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-25T13:19:07.211Z] ---> e612d58a4734 [2020-10-25T13:19:07.211Z] Step 3/21 : WORKDIR /edgex-go [2020-10-25T13:19:07.211Z] ---> Using cache [2020-10-25T13:19:07.211Z] ---> 0cdd35631b6a [2020-10-25T13:19:07.211Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:19:07.211Z] ---> Using cache [2020-10-25T13:19:07.211Z] ---> 5315ca2af4d2 [2020-10-25T13:19:07.211Z] Step 5/21 : RUN apk update && apk add make git [2020-10-25T13:19:07.211Z] ---> Using cache [2020-10-25T13:19:07.211Z] ---> 218f020fc550 [2020-10-25T13:19:07.211Z] Step 6/21 : COPY go.mod . [2020-10-25T13:19:07.211Z] ---> Using cache [2020-10-25T13:19:07.211Z] ---> cec9bbc3cb0d [2020-10-25T13:19:07.211Z] Step 7/21 : RUN go mod download [2020-10-25T13:19:07.211Z] ---> Using cache [2020-10-25T13:19:07.211Z] ---> 83a2ec38bc11 [2020-10-25T13:19:07.211Z] Step 8/21 : COPY . . [2020-10-25T13:19:07.816Z] ---> Using cache [2020-10-25T13:19:07.816Z] ---> 8136c98b4c35 [2020-10-25T13:19:07.816Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-25T13:19:07.816Z] ---> Running in 1a9e523652f6 [2020-10-25T13:19:10.455Z] ---> b5045a9f5dca [2020-10-25T13:19:10.455Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-25T13:19:11.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.93" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-25T13:19:11.082Z] Removing intermediate container e9c6fe70109e [2020-10-25T13:19:11.082Z] ---> 93cf9943b6d6 [2020-10-25T13:19:11.082Z] [2020-10-25T13:19:11.082Z] Step 9/29 : FROM alpine:latest [2020-10-25T13:19:11.082Z] ---> 2e77e061c27f [2020-10-25T13:19:11.082Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-25T13:19:11.687Z] ---> Running in f1ec687db44c [2020-10-25T13:19:11.965Z] ---> 26fe7c3ea1d5 [2020-10-25T13:19:11.965Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-25T13:19:12.574Z] Removing intermediate container f1ec687db44c [2020-10-25T13:19:12.574Z] ---> 5f07c2acb7dd [2020-10-25T13:19:12.574Z] Step 11/29 : USER root [2020-10-25T13:19:12.853Z] ---> Running in 6ccc8513f317 [2020-10-25T13:19:13.857Z] ---> a206b0594903 [2020-10-25T13:19:13.857Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-25T13:19:13.857Z] Removing intermediate container 6ccc8513f317 [2020-10-25T13:19:13.857Z] ---> 4cc0b3b3752c [2020-10-25T13:19:13.857Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-25T13:19:13.857Z] ---> Running in 6a53ce90db97 [2020-10-25T13:19:14.901Z] ---> 3bbd833e4d59 [2020-10-25T13:19:14.901Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-25T13:19:15.240Z] ---> Running in e321936d237a [2020-10-25T13:19:17.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:19:17.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:19:18.580Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-25T13:19:18.580Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-25T13:19:18.580Z] OK: 12615 distinct packages available [2020-10-25T13:19:20.037Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-25T13:19:20.038Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-25T13:19:20.038Z] Removing intermediate container e321936d237a [2020-10-25T13:19:20.038Z] ---> e62b396de564 [2020-10-25T13:19:20.038Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-25T13:19:20.038Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:19:20.038Z] Executing ca-certificates-20191127-r4.trigger [2020-10-25T13:19:20.038Z] ---> Running in 23411e007540 [2020-10-25T13:19:20.038Z] OK: 6 MiB in 16 packages [2020-10-25T13:19:20.647Z] Removing intermediate container 23411e007540 [2020-10-25T13:19:20.647Z] ---> 494381c5dfce [2020-10-25T13:19:20.647Z] Step 24/26 : LABEL arch=arm64 [2020-10-25T13:19:20.931Z] ---> Running in f3030d09bd4d [2020-10-25T13:19:21.548Z] Removing intermediate container f3030d09bd4d [2020-10-25T13:19:21.548Z] ---> a682b8e4e3c6 [2020-10-25T13:19:21.548Z] Step 25/26 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:19:21.830Z] ---> Running in 638acb3f8a15 [2020-10-25T13:19:22.444Z] Removing intermediate container 6a53ce90db97 [2020-10-25T13:19:22.444Z] ---> 4cbfbb3112c0 [2020-10-25T13:19:22.444Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-25T13:19:22.727Z] Removing intermediate container 638acb3f8a15 [2020-10-25T13:19:22.727Z] ---> e59be0253fbc [2020-10-25T13:19:22.727Z] Step 26/26 : LABEL version=1.2.2-dev.93 [2020-10-25T13:19:23.010Z] ---> Running in b8cad5987f59 [2020-10-25T13:19:23.010Z] ---> Running in 8b12e596b265 [2020-10-25T13:19:23.637Z] Removing intermediate container b8cad5987f59 [2020-10-25T13:19:23.637Z] ---> b7c0de349283 [2020-10-25T13:19:23.637Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-25T13:19:23.914Z] Removing intermediate container 8b12e596b265 [2020-10-25T13:19:23.914Z] ---> 546b37a9705d [2020-10-25T13:19:23.914Z] [2020-10-25T13:19:23.914Z] ---> Running in c2cdb59c3a34 [2020-10-25T13:19:24.194Z] Successfully built 546b37a9705d [2020-10-25T13:19:24.194Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-25T13:19:24.807Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c2cdb59c3a34 [2020-10-25T13:19:24.807Z] ---> e2c4374df5b2 [2020-10-25T13:19:24.807Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-25T13:19:25.084Z] ---> Running in fe013ddfc77f [2020-10-25T13:19:29.451Z] Removing intermediate container fe013ddfc77f [2020-10-25T13:19:29.451Z] ---> 78e210c24dde [2020-10-25T13:19:29.451Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-25T13:19:30.466Z] ---> e6176f38d049 [2020-10-25T13:19:30.466Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-25T13:19:31.463Z] ---> 6dbe589e182b [2020-10-25T13:19:31.463Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-25T13:19:32.923Z] ---> 919c74b9b33b [2020-10-25T13:19:32.923Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-25T13:19:33.529Z] ---> 2af796e17a8a [2020-10-25T13:19:33.529Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-25T13:19:34.991Z] ---> ed522f4cd859 [2020-10-25T13:19:34.991Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-25T13:19:34.991Z] ---> Running in 6994defa1fcc [2020-10-25T13:19:39.343Z] Removing intermediate container 6994defa1fcc [2020-10-25T13:19:39.343Z] ---> 438d78bab81b [2020-10-25T13:19:39.344Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-25T13:19:39.955Z] ---> cc2a0668d3c7 [2020-10-25T13:19:39.955Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-25T13:19:40.234Z] ---> Running in 530652934af7 [2020-10-25T13:19:44.583Z] Removing intermediate container 530652934af7 [2020-10-25T13:19:44.583Z] ---> ba0f95b86498 [2020-10-25T13:19:44.583Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-25T13:19:44.583Z] ---> Running in 1c142a2d7d6e [2020-10-25T13:19:50.041Z] Removing intermediate container 1c142a2d7d6e [2020-10-25T13:19:50.041Z] ---> c682e5f28508 [2020-10-25T13:19:50.041Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-25T13:19:50.041Z] ---> Running in cbcdd2668c5c [2020-10-25T13:19:50.320Z] Removing intermediate container 55fe93731f1a [2020-10-25T13:19:50.320Z] ---> 30459b35b243 [2020-10-25T13:19:50.320Z] [2020-10-25T13:19:50.320Z] Step 10/22 : FROM scratch [2020-10-25T13:19:50.320Z] ---> [2020-10-25T13:19:50.320Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T13:19:50.320Z] Removing intermediate container cbcdd2668c5c [2020-10-25T13:19:50.320Z] ---> 09aa257cf504 [2020-10-25T13:19:50.320Z] Step 26/29 : CMD [ "generate" ] [2020-10-25T13:19:50.599Z] ---> Running in 198225052a2a [2020-10-25T13:19:50.599Z] ---> Using cache [2020-10-25T13:19:50.599Z] ---> 752419f22c59 [2020-10-25T13:19:50.599Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-25T13:19:50.881Z] ---> Running in 0d412675c298 [2020-10-25T13:19:51.487Z] Removing intermediate container 198225052a2a [2020-10-25T13:19:51.487Z] ---> 90124c472666 [2020-10-25T13:19:51.487Z] Step 27/29 : LABEL arch=arm64 [2020-10-25T13:19:51.487Z] ---> Running in 14707e9be92c [2020-10-25T13:19:51.487Z] Removing intermediate container 0d412675c298 [2020-10-25T13:19:51.487Z] ---> 25e546a05ff3 [2020-10-25T13:19:51.487Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-25T13:19:51.770Z] ---> Running in d7dcc87208de [2020-10-25T13:19:52.381Z] Removing intermediate container 14707e9be92c [2020-10-25T13:19:52.381Z] ---> c5669148e51e [2020-10-25T13:19:52.381Z] Step 28/29 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:19:52.381Z] Removing intermediate container d7dcc87208de [2020-10-25T13:19:52.381Z] ---> 41ae3fe7ac0e [2020-10-25T13:19:52.381Z] Step 14/22 : WORKDIR / [2020-10-25T13:19:52.658Z] ---> Running in c14096987152 [2020-10-25T13:19:52.658Z] ---> Running in dd05bf42ff4a [2020-10-25T13:19:53.652Z] Removing intermediate container c14096987152 [2020-10-25T13:19:53.652Z] ---> ffa5674739d3 [2020-10-25T13:19:53.652Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-25T13:19:53.652Z] Removing intermediate container dd05bf42ff4a [2020-10-25T13:19:53.652Z] ---> 345139db5b52 [2020-10-25T13:19:53.652Z] Step 29/29 : LABEL version=1.2.2-dev.93 [2020-10-25T13:19:53.931Z] ---> Running in e1b23b679391 [2020-10-25T13:19:54.545Z] Removing intermediate container e1b23b679391 [2020-10-25T13:19:54.545Z] ---> c7c3a636e24a [2020-10-25T13:19:54.545Z] [2020-10-25T13:19:54.545Z] ---> 6f4f5b502c1e [2020-10-25T13:19:54.545Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-25T13:19:55.154Z] Successfully built c7c3a636e24a [2020-10-25T13:19:55.154Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-25T13:19:56.613Z]  Building docker-security-secrets-setup-go ... done  ---> 0a1926b823d8 [2020-10-25T13:19:56.613Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-25T13:19:57.615Z] ---> a92b425b90b4 [2020-10-25T13:19:57.615Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-25T13:19:57.901Z] ---> Running in 981a5b6588c5 [2020-10-25T13:19:58.525Z] Removing intermediate container 981a5b6588c5 [2020-10-25T13:19:58.525Z] ---> efff9d5374ba [2020-10-25T13:19:58.525Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:19:58.803Z] ---> Running in 05b10b903988 [2020-10-25T13:19:59.411Z] Removing intermediate container 05b10b903988 [2020-10-25T13:19:59.411Z] ---> 98109b5dbc9f [2020-10-25T13:19:59.411Z] Step 20/22 : LABEL arch=arm64 [2020-10-25T13:19:59.411Z] ---> Running in f1b0bc7ea075 [2020-10-25T13:20:00.020Z] Removing intermediate container f1b0bc7ea075 [2020-10-25T13:20:00.020Z] ---> 2a561709de63 [2020-10-25T13:20:00.020Z] Step 21/22 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:00.297Z] ---> Running in bd7a45037d2a [2020-10-25T13:20:00.905Z] Removing intermediate container bd7a45037d2a [2020-10-25T13:20:00.905Z] ---> 1f798784fa2d [2020-10-25T13:20:00.905Z] Step 22/22 : LABEL version=1.2.2-dev.93 [2020-10-25T13:20:01.183Z] ---> Running in c9f82b830f86 [2020-10-25T13:20:01.792Z] Removing intermediate container c9f82b830f86 [2020-10-25T13:20:01.792Z] ---> 7c913500928b [2020-10-25T13:20:01.792Z] [2020-10-25T13:20:02.081Z] Successfully built 7c913500928b [2020-10-25T13:20:02.081Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-25T13:20:20.450Z]  Building docker-core-command-go ... done Removing intermediate container 1a9e523652f6 [2020-10-25T13:20:20.450Z] ---> 9d536516006c [2020-10-25T13:20:20.450Z] [2020-10-25T13:20:20.450Z] Step 10/21 : FROM scratch [2020-10-25T13:20:20.450Z] ---> [2020-10-25T13:20:20.450Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T13:20:20.450Z] ---> Using cache [2020-10-25T13:20:20.450Z] ---> 752419f22c59 [2020-10-25T13:20:20.450Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-25T13:20:20.450Z] Removing intermediate container 47dc358c4300 [2020-10-25T13:20:20.450Z] ---> 81828b9788c8 [2020-10-25T13:20:20.450Z] [2020-10-25T13:20:20.450Z] Step 10/23 : FROM alpine [2020-10-25T13:20:20.450Z] ---> 2e77e061c27f [2020-10-25T13:20:20.450Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-25T13:20:20.450Z] ---> Running in c809c201425d [2020-10-25T13:20:20.450Z] ---> Running in db3aa8309862 [2020-10-25T13:20:20.450Z] Removing intermediate container c809c201425d [2020-10-25T13:20:20.450Z] ---> a5687ec73ede [2020-10-25T13:20:20.450Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-25T13:20:20.450Z] ---> Running in c26e7dd7c0e5 [2020-10-25T13:20:20.450Z] Removing intermediate container db3aa8309862 [2020-10-25T13:20:20.450Z] ---> 1e3cec8b677c [2020-10-25T13:20:20.450Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-25T13:20:20.450Z] ---> Running in bdd78ee5b23d [2020-10-25T13:20:20.450Z] Removing intermediate container c26e7dd7c0e5 [2020-10-25T13:20:20.450Z] ---> ac506b466feb [2020-10-25T13:20:20.450Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-25T13:20:20.450Z] Removing intermediate container bdd78ee5b23d [2020-10-25T13:20:20.450Z] ---> 3adafd5d292e [2020-10-25T13:20:20.450Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-25T13:20:20.450Z] ---> Running in d6700ef14a32 [2020-10-25T13:20:20.450Z] ---> 8947a26fa4d4 [2020-10-25T13:20:20.450Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-25T13:20:20.450Z] Removing intermediate container d6700ef14a32 [2020-10-25T13:20:20.450Z] ---> 4e6617f46d7e [2020-10-25T13:20:20.450Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-25T13:20:20.450Z] ---> Running in c041ae2aa67b [2020-10-25T13:20:21.891Z] ---> 0f46bb8f1c56 [2020-10-25T13:20:21.891Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-25T13:20:22.165Z] ---> 47477c31e02a [2020-10-25T13:20:22.165Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-25T13:20:22.443Z] ---> Running in 66797d6a4783 [2020-10-25T13:20:23.049Z] Removing intermediate container 66797d6a4783 [2020-10-25T13:20:23.049Z] ---> 74a862419a9d [2020-10-25T13:20:23.049Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:20:23.049Z] ---> Running in e238413e8689 [2020-10-25T13:20:23.326Z] Removing intermediate container c041ae2aa67b [2020-10-25T13:20:23.326Z] ---> c4ffe2effac8 [2020-10-25T13:20:23.326Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-25T13:20:23.326Z] ---> Running in ed65065fb67f [2020-10-25T13:20:23.605Z] Removing intermediate container e238413e8689 [2020-10-25T13:20:23.605Z] ---> a8ca8355d9db [2020-10-25T13:20:23.605Z] Step 19/21 : LABEL arch=arm64 [2020-10-25T13:20:23.879Z] ---> Running in 5a46843934bc [2020-10-25T13:20:24.153Z] Removing intermediate container 5a46843934bc [2020-10-25T13:20:24.153Z] ---> 9601aa162f5a [2020-10-25T13:20:24.153Z] Step 20/21 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:24.427Z] ---> Running in 4978441a65ee [2020-10-25T13:20:25.026Z] Removing intermediate container 4978441a65ee [2020-10-25T13:20:25.026Z] ---> d83f3f836597 [2020-10-25T13:20:25.026Z] Step 21/21 : LABEL version=1.2.2-dev.93 [2020-10-25T13:20:25.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-25T13:20:25.026Z] ---> Running in 501c83453fe1 [2020-10-25T13:20:25.301Z] Removing intermediate container 501c83453fe1 [2020-10-25T13:20:25.301Z] ---> f417de4c300d [2020-10-25T13:20:25.301Z] [2020-10-25T13:20:25.899Z] Successfully built f417de4c300d [2020-10-25T13:20:25.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-25T13:20:25.899Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-25T13:20:26.495Z]  Building docker-support-scheduler-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-10-25T13:20:26.495Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-25T13:20:26.495Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-25T13:20:26.768Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-25T13:20:27.039Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-25T13:20:27.039Z] Executing busybox-1.31.1-r19.trigger [2020-10-25T13:20:27.039Z] OK: 8 MiB in 19 packages [2020-10-25T13:20:28.471Z] Removing intermediate container ed65065fb67f [2020-10-25T13:20:28.471Z] ---> aec059d95414 [2020-10-25T13:20:28.471Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-25T13:20:29.067Z] ---> e29083ef55d0 [2020-10-25T13:20:29.067Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-25T13:20:30.046Z] ---> 05e4b5e6680a [2020-10-25T13:20:30.046Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-25T13:20:31.029Z] ---> 655cf7d1effc [2020-10-25T13:20:31.029Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-25T13:20:31.029Z] ---> Running in 1a9145fd633d [2020-10-25T13:20:31.303Z] Removing intermediate container 1a9145fd633d [2020-10-25T13:20:31.303Z] ---> ad04762562c1 [2020-10-25T13:20:31.303Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-25T13:20:31.576Z] ---> Running in 8e80daefe6e7 [2020-10-25T13:20:31.854Z] Removing intermediate container 8e80daefe6e7 [2020-10-25T13:20:31.854Z] ---> 1761bc2b72ad [2020-10-25T13:20:31.854Z] Step 21/23 : LABEL arch=arm64 [2020-10-25T13:20:32.125Z] ---> Running in 99578dd866ae [2020-10-25T13:20:32.397Z] Removing intermediate container 99578dd866ae [2020-10-25T13:20:32.397Z] ---> b439440707d7 [2020-10-25T13:20:32.397Z] Step 22/23 : LABEL git_sha=1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:32.668Z] ---> Running in 1f5b90bd5e41 [2020-10-25T13:20:32.942Z] Removing intermediate container 1f5b90bd5e41 [2020-10-25T13:20:32.942Z] ---> 2f9099d04bcb [2020-10-25T13:20:32.942Z] Step 23/23 : LABEL version=1.2.2-dev.93 [2020-10-25T13:20:33.212Z] ---> Running in a464999d498a [2020-10-25T13:20:33.522Z] Removing intermediate container a464999d498a [2020-10-25T13:20:33.522Z] ---> 758149e0436c [2020-10-25T13:20:33.522Z] [2020-10-25T13:20:33.841Z] Successfully built 758149e0436c [2020-10-25T13:20:33.841Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-25T13:20:34.141Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-25T13:20:34.098Z] $ docker stop --time=1 ae4913d5ce0f90f084d91f4ee88b5f3d22d6bbc15939a9b24b376f437206daf5 [2020-10-25T13:20:36.033Z] $ docker rm -f ae4913d5ce0f90f084d91f4ee88b5f3d22d6bbc15939a9b24b376f437206daf5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:20:36.872Z] + docker images [2020-10-25T13:20:36.873Z] + grep docker [2020-10-25T13:20:37.145Z] docker-core-data-go-arm64 latest 758149e0436c 3 seconds ago 22.3MB [2020-10-25T13:20:37.145Z] docker-support-scheduler-go-arm64 latest f417de4c300d 11 seconds ago 11.5MB [2020-10-25T13:20:37.145Z] docker-core-command-go-arm64 latest 7c913500928b 35 seconds ago 11.4MB [2020-10-25T13:20:37.145Z] docker-security-secrets-setup-go-arm64 latest c7c3a636e24a 42 seconds ago 22.7MB [2020-10-25T13:20:37.145Z] docker-security-secretstore-setup-go-arm64 latest 546b37a9705d About a minute ago 30.8MB [2020-10-25T13:20:37.145Z] docker-sys-mgmt-agent-go-arm64 latest fe8ebe4cc57b About a minute ago 270MB [2020-10-25T13:20:37.145Z] docker-core-metadata-go-arm64 latest 55474cdd34aa 2 minutes ago 13.5MB [2020-10-25T13:20:37.145Z] docker-support-notifications-go-arm64 latest e1e82ed4173a 3 minutes ago 12.9MB [2020-10-25T13:20:37.145Z] docker-support-logging-go-arm64 latest 0b3b56a3d1a1 3 minutes ago 10.6MB [2020-10-25T13:20:37.145Z] docker-security-proxy-setup-go-arm64 latest 0a6b93877379 3 minutes ago 15.1MB [2020-10-25T13:20:37.145Z] docker latest 5d4db4dc0692 3 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-25T13:20:37.762Z] provisioning config files... [2020-10-25T13:20:37.807Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/209@tmp/config7773031718884949330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:20:38.301Z] ---> docker-login.sh [2020-10-25T13:20:38.301Z] nexus3.edgexfoundry.org:10001 [2020-10-25T13:20:38.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-25T13:20:38.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-25T13:20:38.846Z] Configure a credential helper to remove this warning. See [2020-10-25T13:20:38.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-25T13:20:38.846Z] [2020-10-25T13:20:38.846Z] Login Succeeded [2020-10-25T13:20:38.846Z] nexus3.edgexfoundry.org:10002 [2020-10-25T13:20:39.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-25T13:20:39.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-25T13:20:39.448Z] Configure a credential helper to remove this warning. See [2020-10-25T13:20:39.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-25T13:20:39.448Z] [2020-10-25T13:20:39.448Z] Login Succeeded [2020-10-25T13:20:39.448Z] nexus3.edgexfoundry.org:10003 [2020-10-25T13:20:39.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-25T13:20:39.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-25T13:20:39.994Z] Configure a credential helper to remove this warning. See [2020-10-25T13:20:39.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-25T13:20:39.994Z] [2020-10-25T13:20:39.994Z] Login Succeeded [2020-10-25T13:20:39.994Z] nexus3.edgexfoundry.org:10004 [2020-10-25T13:20:40.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-25T13:20:40.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-25T13:20:40.543Z] Configure a credential helper to remove this warning. See [2020-10-25T13:20:40.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-25T13:20:40.543Z] [2020-10-25T13:20:40.543Z] Login Succeeded [2020-10-25T13:20:40.543Z] docker.io [2020-10-25T13:20:40.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-25T13:20:41.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-25T13:20:41.086Z] Configure a credential helper to remove this warning. See [2020-10-25T13:20:41.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-25T13:20:41.086Z] [2020-10-25T13:20:41.086Z] Login Succeeded [2020-10-25T13:20:41.086Z] ---> docker-login.sh ends [Pipeline] } [2020-10-25T13:20:41.102Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:20:41.363Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-25T13:20:41.363Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:41.363Z] 1.2.2-dev.93 [2020-10-25T13:20:41.363Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:20:41.363Z] master [2020-10-25T13:20:41.363Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:41.947Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:42.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:42.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-25T13:20:42.280Z] 2aeff04db839: Preparing [2020-10-25T13:20:42.280Z] ceb6ce5fc26d: Preparing [2020-10-25T13:20:42.281Z] b419ed19372c: Preparing [2020-10-25T13:20:42.553Z] b419ed19372c: Pushed [2020-10-25T13:20:42.553Z] 2aeff04db839: Pushed [2020-10-25T13:20:45.155Z] ceb6ce5fc26d: Pushed [2020-10-25T13:20:45.424Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:1654842d249bf21a08a7303348dd0ab9499f707b06c56283fcd13ede92ed936c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:45.765Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:46.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.93 [2020-10-25T13:20:46.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-25T13:20:46.101Z] 2aeff04db839: Preparing [2020-10-25T13:20:46.101Z] ceb6ce5fc26d: Preparing [2020-10-25T13:20:46.101Z] b419ed19372c: Preparing [2020-10-25T13:20:46.101Z] 2aeff04db839: Layer already exists [2020-10-25T13:20:46.101Z] ceb6ce5fc26d: Layer already exists [2020-10-25T13:20:46.101Z] b419ed19372c: Layer already exists [2020-10-25T13:20:46.372Z] 1.2.2-dev.93: digest: sha256:1654842d249bf21a08a7303348dd0ab9499f707b06c56283fcd13ede92ed936c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:46.710Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:47.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:20:47.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-25T13:20:47.041Z] 2aeff04db839: Preparing [2020-10-25T13:20:47.041Z] ceb6ce5fc26d: Preparing [2020-10-25T13:20:47.041Z] b419ed19372c: Preparing [2020-10-25T13:20:47.041Z] 2aeff04db839: Layer already exists [2020-10-25T13:20:47.041Z] ceb6ce5fc26d: Layer already exists [2020-10-25T13:20:47.041Z] b419ed19372c: Layer already exists [2020-10-25T13:20:47.310Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:1654842d249bf21a08a7303348dd0ab9499f707b06c56283fcd13ede92ed936c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:47.647Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:47.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-25T13:20:47.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-25T13:20:47.987Z] 2aeff04db839: Preparing [2020-10-25T13:20:47.987Z] ceb6ce5fc26d: Preparing [2020-10-25T13:20:47.987Z] b419ed19372c: Preparing [2020-10-25T13:20:47.987Z] 2aeff04db839: Layer already exists [2020-10-25T13:20:47.987Z] ceb6ce5fc26d: Layer already exists [2020-10-25T13:20:47.987Z] b419ed19372c: Layer already exists [2020-10-25T13:20:48.258Z] master: digest: sha256:1654842d249bf21a08a7303348dd0ab9499f707b06c56283fcd13ede92ed936c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:20:48.492Z] ===================================================== [Pipeline] echo [2020-10-25T13:20:48.561Z] taggedImages: [2020-10-25T13:20:48.561Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:48.561Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.93 [2020-10-25T13:20:48.561Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:20:48.561Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-25T13:20:48.681Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-25T13:20:48.681Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:48.681Z] 1.2.2-dev.93 [2020-10-25T13:20:48.681Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:20:48.681Z] master [2020-10-25T13:20:48.681Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:49.229Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:49.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:49.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-25T13:20:49.569Z] c70f397e1089: Preparing [2020-10-25T13:20:49.569Z] 6bc57eab1b98: Preparing [2020-10-25T13:20:49.569Z] 1f4f12043935: Preparing [2020-10-25T13:20:49.569Z] cec2dc156f38: Preparing [2020-10-25T13:20:49.569Z] 7bb3b70f0dd6: Preparing [2020-10-25T13:20:49.569Z] cd3761cfa1d9: Preparing [2020-10-25T13:20:49.569Z] cd3761cfa1d9: Waiting [2020-10-25T13:20:49.841Z] 1f4f12043935: Pushed [2020-10-25T13:20:49.841Z] 7bb3b70f0dd6: Pushed [2020-10-25T13:20:49.841Z] c70f397e1089: Pushed [2020-10-25T13:20:50.112Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:20:50.703Z] cec2dc156f38: Pushed [2020-10-25T13:20:53.305Z] 6bc57eab1b98: Pushed [2020-10-25T13:20:53.305Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:ea104237f36ff20bb003372393927d3cd0ac7a4f14823be8c0e6da6fa4eea6f8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:53.647Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:53.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.93 [2020-10-25T13:20:53.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-25T13:20:53.982Z] c70f397e1089: Preparing [2020-10-25T13:20:53.982Z] 6bc57eab1b98: Preparing [2020-10-25T13:20:53.982Z] 1f4f12043935: Preparing [2020-10-25T13:20:53.982Z] cec2dc156f38: Preparing [2020-10-25T13:20:53.982Z] 7bb3b70f0dd6: Preparing [2020-10-25T13:20:53.982Z] cd3761cfa1d9: Preparing [2020-10-25T13:20:53.982Z] cd3761cfa1d9: Waiting [2020-10-25T13:20:54.253Z] 6bc57eab1b98: Layer already exists [2020-10-25T13:20:54.253Z] cec2dc156f38: Layer already exists [2020-10-25T13:20:54.253Z] 1f4f12043935: Layer already exists [2020-10-25T13:20:54.253Z] 7bb3b70f0dd6: Layer already exists [2020-10-25T13:20:54.253Z] c70f397e1089: Layer already exists [2020-10-25T13:20:54.253Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:20:54.253Z] 1.2.2-dev.93: digest: sha256:ea104237f36ff20bb003372393927d3cd0ac7a4f14823be8c0e6da6fa4eea6f8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:54.590Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:54.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:20:54.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-25T13:20:54.929Z] c70f397e1089: Preparing [2020-10-25T13:20:54.929Z] 6bc57eab1b98: Preparing [2020-10-25T13:20:54.929Z] 1f4f12043935: Preparing [2020-10-25T13:20:54.929Z] cec2dc156f38: Preparing [2020-10-25T13:20:54.929Z] 7bb3b70f0dd6: Preparing [2020-10-25T13:20:54.929Z] cd3761cfa1d9: Preparing [2020-10-25T13:20:54.929Z] cd3761cfa1d9: Waiting [2020-10-25T13:20:55.199Z] 7bb3b70f0dd6: Layer already exists [2020-10-25T13:20:55.199Z] 1f4f12043935: Layer already exists [2020-10-25T13:20:55.199Z] c70f397e1089: Layer already exists [2020-10-25T13:20:55.199Z] 6bc57eab1b98: Layer already exists [2020-10-25T13:20:55.199Z] cec2dc156f38: Layer already exists [2020-10-25T13:20:55.199Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:20:55.199Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:ea104237f36ff20bb003372393927d3cd0ac7a4f14823be8c0e6da6fa4eea6f8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:55.543Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:55.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-25T13:20:55.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-25T13:20:55.885Z] c70f397e1089: Preparing [2020-10-25T13:20:55.885Z] 6bc57eab1b98: Preparing [2020-10-25T13:20:55.885Z] 1f4f12043935: Preparing [2020-10-25T13:20:55.885Z] cec2dc156f38: Preparing [2020-10-25T13:20:55.885Z] 7bb3b70f0dd6: Preparing [2020-10-25T13:20:55.885Z] cd3761cfa1d9: Preparing [2020-10-25T13:20:56.155Z] cec2dc156f38: Layer already exists [2020-10-25T13:20:56.155Z] 1f4f12043935: Layer already exists [2020-10-25T13:20:56.156Z] c70f397e1089: Layer already exists [2020-10-25T13:20:56.156Z] 6bc57eab1b98: Layer already exists [2020-10-25T13:20:56.156Z] 7bb3b70f0dd6: Layer already exists [2020-10-25T13:20:56.156Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:20:56.156Z] master: digest: sha256:ea104237f36ff20bb003372393927d3cd0ac7a4f14823be8c0e6da6fa4eea6f8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:20:56.377Z] ===================================================== [Pipeline] echo [2020-10-25T13:20:56.433Z] taggedImages: [2020-10-25T13:20:56.433Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:56.433Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.93 [2020-10-25T13:20:56.433Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:20:56.433Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-25T13:20:56.500Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-25T13:20:56.500Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:56.500Z] 1.2.2-dev.93 [2020-10-25T13:20:56.500Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:20:56.500Z] master [2020-10-25T13:20:56.500Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:57.119Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:20:57.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:20:57.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-25T13:20:57.478Z] 523101e8b67e: Preparing [2020-10-25T13:20:57.478Z] 4865302955b8: Preparing [2020-10-25T13:20:57.478Z] 5a73e0f98a23: Preparing [2020-10-25T13:20:57.748Z] 5a73e0f98a23: Pushed [2020-10-25T13:20:57.748Z] 523101e8b67e: Pushed [2020-10-25T13:21:01.107Z] 4865302955b8: Pushed [2020-10-25T13:21:01.107Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:475b18bed78032eb7c53be4fa233abfe48cc6484e1672b10dfb393d029c05d87 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:01.457Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:01.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:01.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-25T13:21:01.815Z] 523101e8b67e: Preparing [2020-10-25T13:21:01.815Z] 4865302955b8: Preparing [2020-10-25T13:21:01.815Z] 5a73e0f98a23: Preparing [2020-10-25T13:21:01.815Z] 523101e8b67e: Layer already exists [2020-10-25T13:21:01.815Z] 5a73e0f98a23: Layer already exists [2020-10-25T13:21:01.815Z] 4865302955b8: Layer already exists [2020-10-25T13:21:02.086Z] 1.2.2-dev.93: digest: sha256:475b18bed78032eb7c53be4fa233abfe48cc6484e1672b10dfb393d029c05d87 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:02.416Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:02.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:02.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-25T13:21:02.744Z] 523101e8b67e: Preparing [2020-10-25T13:21:02.744Z] 4865302955b8: Preparing [2020-10-25T13:21:02.744Z] 5a73e0f98a23: Preparing [2020-10-25T13:21:02.744Z] 4865302955b8: Layer already exists [2020-10-25T13:21:02.744Z] 523101e8b67e: Layer already exists [2020-10-25T13:21:02.744Z] 5a73e0f98a23: Layer already exists [2020-10-25T13:21:03.015Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:475b18bed78032eb7c53be4fa233abfe48cc6484e1672b10dfb393d029c05d87 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:03.354Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:03.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-25T13:21:03.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-25T13:21:03.687Z] 523101e8b67e: Preparing [2020-10-25T13:21:03.687Z] 4865302955b8: Preparing [2020-10-25T13:21:03.687Z] 5a73e0f98a23: Preparing [2020-10-25T13:21:03.687Z] 5a73e0f98a23: Layer already exists [2020-10-25T13:21:03.687Z] 4865302955b8: Layer already exists [2020-10-25T13:21:03.687Z] 523101e8b67e: Layer already exists [2020-10-25T13:21:03.957Z] master: digest: sha256:475b18bed78032eb7c53be4fa233abfe48cc6484e1672b10dfb393d029c05d87 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:21:04.175Z] ===================================================== [Pipeline] echo [2020-10-25T13:21:04.231Z] taggedImages: [2020-10-25T13:21:04.231Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:04.231Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:04.231Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:04.231Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-25T13:21:04.305Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-25T13:21:04.305Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:04.305Z] 1.2.2-dev.93 [2020-10-25T13:21:04.305Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:04.305Z] master [2020-10-25T13:21:04.305Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:04.840Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:05.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:05.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-25T13:21:05.175Z] 57e4e3ee40f1: Preparing [2020-10-25T13:21:05.175Z] a6cd873bfa7c: Preparing [2020-10-25T13:21:05.175Z] 60ee23ac46cd: Preparing [2020-10-25T13:21:05.175Z] ceb8f388667c: Preparing [2020-10-25T13:21:05.175Z] cd3761cfa1d9: Preparing [2020-10-25T13:21:05.175Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:21:05.449Z] a6cd873bfa7c: Pushed [2020-10-25T13:21:05.449Z] 60ee23ac46cd: Pushed [2020-10-25T13:21:05.721Z] ceb8f388667c: Pushed [2020-10-25T13:21:07.677Z] 57e4e3ee40f1: Pushed [2020-10-25T13:21:07.677Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:07e49e4b2e81fd766688c8d7869071d4cc7d13959ded00ae870fe31b308fa56b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:08.018Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:08.350Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:08.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-25T13:21:08.350Z] 57e4e3ee40f1: Preparing [2020-10-25T13:21:08.350Z] a6cd873bfa7c: Preparing [2020-10-25T13:21:08.350Z] 60ee23ac46cd: Preparing [2020-10-25T13:21:08.350Z] ceb8f388667c: Preparing [2020-10-25T13:21:08.350Z] cd3761cfa1d9: Preparing [2020-10-25T13:21:08.350Z] 60ee23ac46cd: Layer already exists [2020-10-25T13:21:08.350Z] ceb8f388667c: Layer already exists [2020-10-25T13:21:08.350Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:21:08.350Z] a6cd873bfa7c: Layer already exists [2020-10-25T13:21:08.350Z] 57e4e3ee40f1: Layer already exists [2020-10-25T13:21:08.619Z] 1.2.2-dev.93: digest: sha256:07e49e4b2e81fd766688c8d7869071d4cc7d13959ded00ae870fe31b308fa56b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:08.954Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:09.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:09.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-25T13:21:09.280Z] 57e4e3ee40f1: Preparing [2020-10-25T13:21:09.280Z] a6cd873bfa7c: Preparing [2020-10-25T13:21:09.280Z] 60ee23ac46cd: Preparing [2020-10-25T13:21:09.280Z] ceb8f388667c: Preparing [2020-10-25T13:21:09.280Z] cd3761cfa1d9: Preparing [2020-10-25T13:21:09.280Z] 60ee23ac46cd: Layer already exists [2020-10-25T13:21:09.280Z] 57e4e3ee40f1: Layer already exists [2020-10-25T13:21:09.280Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:21:09.280Z] ceb8f388667c: Layer already exists [2020-10-25T13:21:09.280Z] a6cd873bfa7c: Layer already exists [2020-10-25T13:21:09.549Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:07e49e4b2e81fd766688c8d7869071d4cc7d13959ded00ae870fe31b308fa56b size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:09.886Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:10.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-25T13:21:10.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-25T13:21:10.224Z] 57e4e3ee40f1: Preparing [2020-10-25T13:21:10.224Z] a6cd873bfa7c: Preparing [2020-10-25T13:21:10.224Z] 60ee23ac46cd: Preparing [2020-10-25T13:21:10.224Z] ceb8f388667c: Preparing [2020-10-25T13:21:10.224Z] cd3761cfa1d9: Preparing [2020-10-25T13:21:10.495Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:21:10.495Z] 60ee23ac46cd: Layer already exists [2020-10-25T13:21:10.495Z] a6cd873bfa7c: Layer already exists [2020-10-25T13:21:10.495Z] 57e4e3ee40f1: Layer already exists [2020-10-25T13:21:10.495Z] ceb8f388667c: Layer already exists [2020-10-25T13:21:10.495Z] master: digest: sha256:07e49e4b2e81fd766688c8d7869071d4cc7d13959ded00ae870fe31b308fa56b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:21:10.701Z] ===================================================== [Pipeline] echo [2020-10-25T13:21:10.750Z] taggedImages: [2020-10-25T13:21:10.750Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:10.750Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:10.750Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:10.750Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-25T13:21:10.843Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-25T13:21:10.843Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:10.843Z] 1.2.2-dev.93 [2020-10-25T13:21:10.843Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:10.843Z] master [2020-10-25T13:21:10.843Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:11.380Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:11.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:11.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-25T13:21:11.726Z] 14f2e10187bb: Preparing [2020-10-25T13:21:11.726Z] fe43f34885a9: Preparing [2020-10-25T13:21:11.726Z] 0093ac80476b: Preparing [2020-10-25T13:21:11.726Z] 54d6991b40d1: Preparing [2020-10-25T13:21:11.726Z] 54d6991b40d1: Preparing [2020-10-25T13:21:11.726Z] 4f3cff814001: Preparing [2020-10-25T13:21:11.726Z] d2e48885d3d4: Preparing [2020-10-25T13:21:11.726Z] 66aeb45eaba6: Preparing [2020-10-25T13:21:11.726Z] 14f2e10187bb: Preparing [2020-10-25T13:21:11.726Z] da0ea4091d7a: Preparing [2020-10-25T13:21:11.726Z] b8ec8f412c71: Preparing [2020-10-25T13:21:11.726Z] 735a70570817: Preparing [2020-10-25T13:21:11.726Z] cd3761cfa1d9: Preparing [2020-10-25T13:21:11.726Z] b8ec8f412c71: Waiting [2020-10-25T13:21:11.726Z] d2e48885d3d4: Waiting [2020-10-25T13:21:11.726Z] 66aeb45eaba6: Waiting [2020-10-25T13:21:11.726Z] da0ea4091d7a: Waiting [2020-10-25T13:21:11.726Z] 735a70570817: Waiting [2020-10-25T13:21:11.726Z] cd3761cfa1d9: Waiting [2020-10-25T13:21:11.999Z] 0093ac80476b: Pushed [2020-10-25T13:21:11.999Z] 4f3cff814001: Pushed [2020-10-25T13:21:11.999Z] 54d6991b40d1: Pushed [2020-10-25T13:21:11.999Z] fe43f34885a9: Pushed [2020-10-25T13:21:12.271Z] d2e48885d3d4: Pushed [2020-10-25T13:21:12.272Z] 66aeb45eaba6: Pushed [2020-10-25T13:21:12.272Z] da0ea4091d7a: Pushed [2020-10-25T13:21:12.272Z] b8ec8f412c71: Pushed [2020-10-25T13:21:12.272Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:21:12.543Z] 735a70570817: Pushed [2020-10-25T13:21:13.968Z] 14f2e10187bb: Pushed [2020-10-25T13:21:14.237Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:3d05f3a19c713d0a4c3330206c22bafaa311126c6f4e245b7f358930c9e29b51 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:14.574Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:14.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:14.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-25T13:21:14.911Z] 14f2e10187bb: Preparing [2020-10-25T13:21:14.911Z] fe43f34885a9: Preparing [2020-10-25T13:21:14.911Z] 0093ac80476b: Preparing [2020-10-25T13:21:14.911Z] 54d6991b40d1: Preparing [2020-10-25T13:21:14.911Z] 54d6991b40d1: Preparing [2020-10-25T13:21:14.911Z] 4f3cff814001: Preparing [2020-10-25T13:21:14.911Z] d2e48885d3d4: Preparing [2020-10-25T13:21:14.911Z] 66aeb45eaba6: Preparing [2020-10-25T13:21:14.911Z] 14f2e10187bb: Preparing [2020-10-25T13:21:14.911Z] da0ea4091d7a: Preparing [2020-10-25T13:21:14.911Z] b8ec8f412c71: Preparing [2020-10-25T13:21:14.911Z] 735a70570817: Preparing [2020-10-25T13:21:14.911Z] cd3761cfa1d9: Preparing [2020-10-25T13:21:14.911Z] da0ea4091d7a: Waiting [2020-10-25T13:21:14.911Z] d2e48885d3d4: Waiting [2020-10-25T13:21:14.911Z] b8ec8f412c71: Waiting [2020-10-25T13:21:14.911Z] 66aeb45eaba6: Waiting [2020-10-25T13:21:14.911Z] 735a70570817: Waiting [2020-10-25T13:21:14.911Z] cd3761cfa1d9: Waiting [2020-10-25T13:21:14.911Z] fe43f34885a9: Layer already exists [2020-10-25T13:21:14.911Z] 14f2e10187bb: Layer already exists [2020-10-25T13:21:14.911Z] 54d6991b40d1: Layer already exists [2020-10-25T13:21:14.911Z] 0093ac80476b: Layer already exists [2020-10-25T13:21:14.911Z] 4f3cff814001: Layer already exists [2020-10-25T13:21:14.911Z] b8ec8f412c71: Layer already exists [2020-10-25T13:21:14.911Z] d2e48885d3d4: Layer already exists [2020-10-25T13:21:14.911Z] 66aeb45eaba6: Layer already exists [2020-10-25T13:21:14.911Z] 735a70570817: Layer already exists [2020-10-25T13:21:14.911Z] da0ea4091d7a: Layer already exists [2020-10-25T13:21:15.181Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:21:15.182Z] 1.2.2-dev.93: digest: sha256:3d05f3a19c713d0a4c3330206c22bafaa311126c6f4e245b7f358930c9e29b51 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:15.520Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:15.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:15.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-25T13:21:15.852Z] 14f2e10187bb: Preparing [2020-10-25T13:21:15.852Z] fe43f34885a9: Preparing [2020-10-25T13:21:15.852Z] 0093ac80476b: Preparing [2020-10-25T13:21:15.852Z] 54d6991b40d1: Preparing [2020-10-25T13:21:15.852Z] 54d6991b40d1: Preparing [2020-10-25T13:21:15.852Z] 4f3cff814001: Preparing [2020-10-25T13:21:15.852Z] d2e48885d3d4: Preparing [2020-10-25T13:21:15.852Z] 66aeb45eaba6: Preparing [2020-10-25T13:21:15.852Z] 14f2e10187bb: Preparing [2020-10-25T13:21:15.852Z] da0ea4091d7a: Preparing [2020-10-25T13:21:15.852Z] b8ec8f412c71: Preparing [2020-10-25T13:21:15.852Z] 735a70570817: Preparing [2020-10-25T13:21:15.852Z] cd3761cfa1d9: Preparing [2020-10-25T13:21:15.852Z] d2e48885d3d4: Waiting [2020-10-25T13:21:15.852Z] 66aeb45eaba6: Waiting [2020-10-25T13:21:15.852Z] 735a70570817: Waiting [2020-10-25T13:21:15.852Z] cd3761cfa1d9: Waiting [2020-10-25T13:21:15.852Z] da0ea4091d7a: Waiting [2020-10-25T13:21:15.852Z] b8ec8f412c71: Waiting [2020-10-25T13:21:15.852Z] 54d6991b40d1: Layer already exists [2020-10-25T13:21:15.852Z] 14f2e10187bb: Layer already exists [2020-10-25T13:21:15.852Z] fe43f34885a9: Layer already exists [2020-10-25T13:21:15.852Z] 0093ac80476b: Layer already exists [2020-10-25T13:21:15.852Z] 4f3cff814001: Layer already exists [2020-10-25T13:21:15.852Z] 66aeb45eaba6: Layer already exists [2020-10-25T13:21:15.852Z] 735a70570817: Layer already exists [2020-10-25T13:21:15.852Z] b8ec8f412c71: Layer already exists [2020-10-25T13:21:15.852Z] da0ea4091d7a: Layer already exists [2020-10-25T13:21:15.852Z] d2e48885d3d4: Layer already exists [2020-10-25T13:21:16.121Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:21:16.121Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:3d05f3a19c713d0a4c3330206c22bafaa311126c6f4e245b7f358930c9e29b51 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:16.459Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:16.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-25T13:21:16.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-25T13:21:16.791Z] 14f2e10187bb: Preparing [2020-10-25T13:21:16.791Z] fe43f34885a9: Preparing [2020-10-25T13:21:16.791Z] 0093ac80476b: Preparing [2020-10-25T13:21:16.791Z] 54d6991b40d1: Preparing [2020-10-25T13:21:16.791Z] 54d6991b40d1: Preparing [2020-10-25T13:21:16.791Z] 4f3cff814001: Preparing [2020-10-25T13:21:16.791Z] d2e48885d3d4: Preparing [2020-10-25T13:21:16.791Z] 66aeb45eaba6: Preparing [2020-10-25T13:21:16.791Z] 14f2e10187bb: Preparing [2020-10-25T13:21:16.791Z] da0ea4091d7a: Preparing [2020-10-25T13:21:16.791Z] b8ec8f412c71: Preparing [2020-10-25T13:21:16.791Z] 735a70570817: Preparing [2020-10-25T13:21:16.791Z] cd3761cfa1d9: Preparing [2020-10-25T13:21:16.791Z] d2e48885d3d4: Waiting [2020-10-25T13:21:16.791Z] 66aeb45eaba6: Waiting [2020-10-25T13:21:16.791Z] da0ea4091d7a: Waiting [2020-10-25T13:21:16.791Z] b8ec8f412c71: Waiting [2020-10-25T13:21:16.791Z] 735a70570817: Waiting [2020-10-25T13:21:16.791Z] cd3761cfa1d9: Waiting [2020-10-25T13:21:17.061Z] 0093ac80476b: Layer already exists [2020-10-25T13:21:17.061Z] 14f2e10187bb: Layer already exists [2020-10-25T13:21:17.061Z] 54d6991b40d1: Layer already exists [2020-10-25T13:21:17.061Z] 4f3cff814001: Layer already exists [2020-10-25T13:21:17.061Z] fe43f34885a9: Layer already exists [2020-10-25T13:21:17.061Z] 66aeb45eaba6: Layer already exists [2020-10-25T13:21:17.061Z] b8ec8f412c71: Layer already exists [2020-10-25T13:21:17.061Z] d2e48885d3d4: Layer already exists [2020-10-25T13:21:17.061Z] da0ea4091d7a: Layer already exists [2020-10-25T13:21:17.061Z] 735a70570817: Layer already exists [2020-10-25T13:21:17.061Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:21:17.061Z] master: digest: sha256:3d05f3a19c713d0a4c3330206c22bafaa311126c6f4e245b7f358930c9e29b51 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:21:17.280Z] ===================================================== [Pipeline] echo [2020-10-25T13:21:17.331Z] taggedImages: [2020-10-25T13:21:17.331Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:17.331Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:17.331Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:17.331Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-25T13:21:17.401Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-25T13:21:17.401Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:17.401Z] 1.2.2-dev.93 [2020-10-25T13:21:17.401Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:17.401Z] master [2020-10-25T13:21:17.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:17.904Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:18.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:18.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-25T13:21:18.236Z] cc70ea2cdb37: Preparing [2020-10-25T13:21:18.236Z] 8d3bc67f6e24: Preparing [2020-10-25T13:21:18.236Z] a4f41bf9866e: Preparing [2020-10-25T13:21:18.236Z] 3766d7e574a2: Preparing [2020-10-25T13:21:18.236Z] 05f103866767: Preparing [2020-10-25T13:21:18.236Z] 89e81e136cec: Preparing [2020-10-25T13:21:18.236Z] 0c2d0944cbdb: Preparing [2020-10-25T13:21:18.236Z] 5ce988e06723: Preparing [2020-10-25T13:21:18.236Z] 465ecf9a232e: Preparing [2020-10-25T13:21:18.236Z] d14546103bd6: Preparing [2020-10-25T13:21:18.236Z] 66b385cf80cf: Preparing [2020-10-25T13:21:18.236Z] 89e81e136cec: Waiting [2020-10-25T13:21:18.236Z] 0c2d0944cbdb: Waiting [2020-10-25T13:21:18.236Z] 5ce988e06723: Waiting [2020-10-25T13:21:18.236Z] 465ecf9a232e: Waiting [2020-10-25T13:21:18.236Z] d14546103bd6: Waiting [2020-10-25T13:21:18.236Z] 66b385cf80cf: Waiting [2020-10-25T13:21:18.511Z] 8d3bc67f6e24: Pushed [2020-10-25T13:21:18.511Z] cc70ea2cdb37: Pushed [2020-10-25T13:21:18.784Z] 89e81e136cec: Pushed [2020-10-25T13:21:18.784Z] 0c2d0944cbdb: Pushed [2020-10-25T13:21:19.056Z] 5ce988e06723: Pushed [2020-10-25T13:21:19.056Z] 465ecf9a232e: Pushed [2020-10-25T13:21:19.056Z] 66b385cf80cf: Layer already exists [2020-10-25T13:21:19.647Z] d14546103bd6: Pushed [2020-10-25T13:21:20.238Z] a4f41bf9866e: Pushed [2020-10-25T13:21:20.508Z] 05f103866767: Pushed [2020-10-25T13:21:20.508Z] 3766d7e574a2: Pushed [2020-10-25T13:21:20.778Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:10f0576028c7641b5eb4402b8752f9d0f6007b64c177bd544238fe9553456c88 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:21.115Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:21.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:21.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-25T13:21:21.443Z] cc70ea2cdb37: Preparing [2020-10-25T13:21:21.443Z] 8d3bc67f6e24: Preparing [2020-10-25T13:21:21.443Z] a4f41bf9866e: Preparing [2020-10-25T13:21:21.443Z] 3766d7e574a2: Preparing [2020-10-25T13:21:21.443Z] 05f103866767: Preparing [2020-10-25T13:21:21.443Z] 89e81e136cec: Preparing [2020-10-25T13:21:21.443Z] 0c2d0944cbdb: Preparing [2020-10-25T13:21:21.443Z] 5ce988e06723: Preparing [2020-10-25T13:21:21.443Z] 465ecf9a232e: Preparing [2020-10-25T13:21:21.443Z] d14546103bd6: Preparing [2020-10-25T13:21:21.443Z] 66b385cf80cf: Preparing [2020-10-25T13:21:21.443Z] 0c2d0944cbdb: Waiting [2020-10-25T13:21:21.443Z] 5ce988e06723: Waiting [2020-10-25T13:21:21.443Z] 465ecf9a232e: Waiting [2020-10-25T13:21:21.443Z] d14546103bd6: Waiting [2020-10-25T13:21:21.443Z] 66b385cf80cf: Waiting [2020-10-25T13:21:21.443Z] 89e81e136cec: Waiting [2020-10-25T13:21:21.443Z] 05f103866767: Layer already exists [2020-10-25T13:21:21.443Z] a4f41bf9866e: Layer already exists [2020-10-25T13:21:21.443Z] 8d3bc67f6e24: Layer already exists [2020-10-25T13:21:21.443Z] cc70ea2cdb37: Layer already exists [2020-10-25T13:21:21.443Z] 3766d7e574a2: Layer already exists [2020-10-25T13:21:21.443Z] 465ecf9a232e: Layer already exists [2020-10-25T13:21:21.443Z] 89e81e136cec: Layer already exists [2020-10-25T13:21:21.443Z] d14546103bd6: Layer already exists [2020-10-25T13:21:21.443Z] 0c2d0944cbdb: Layer already exists [2020-10-25T13:21:21.443Z] 5ce988e06723: Layer already exists [2020-10-25T13:21:21.712Z] 66b385cf80cf: Layer already exists [2020-10-25T13:21:21.712Z] 1.2.2-dev.93: digest: sha256:10f0576028c7641b5eb4402b8752f9d0f6007b64c177bd544238fe9553456c88 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:22.048Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:22.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:22.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-25T13:21:22.376Z] cc70ea2cdb37: Preparing [2020-10-25T13:21:22.376Z] 8d3bc67f6e24: Preparing [2020-10-25T13:21:22.376Z] a4f41bf9866e: Preparing [2020-10-25T13:21:22.376Z] 3766d7e574a2: Preparing [2020-10-25T13:21:22.376Z] 05f103866767: Preparing [2020-10-25T13:21:22.376Z] 89e81e136cec: Preparing [2020-10-25T13:21:22.376Z] 0c2d0944cbdb: Preparing [2020-10-25T13:21:22.376Z] 5ce988e06723: Preparing [2020-10-25T13:21:22.376Z] 465ecf9a232e: Preparing [2020-10-25T13:21:22.376Z] d14546103bd6: Preparing [2020-10-25T13:21:22.376Z] 66b385cf80cf: Preparing [2020-10-25T13:21:22.376Z] 89e81e136cec: Waiting [2020-10-25T13:21:22.376Z] 0c2d0944cbdb: Waiting [2020-10-25T13:21:22.376Z] d14546103bd6: Waiting [2020-10-25T13:21:22.376Z] 5ce988e06723: Waiting [2020-10-25T13:21:22.376Z] 465ecf9a232e: Waiting [2020-10-25T13:21:22.376Z] 66b385cf80cf: Waiting [2020-10-25T13:21:22.376Z] 05f103866767: Layer already exists [2020-10-25T13:21:22.376Z] 3766d7e574a2: Layer already exists [2020-10-25T13:21:22.376Z] cc70ea2cdb37: Layer already exists [2020-10-25T13:21:22.376Z] 8d3bc67f6e24: Layer already exists [2020-10-25T13:21:22.376Z] a4f41bf9866e: Layer already exists [2020-10-25T13:21:22.376Z] 5ce988e06723: Layer already exists [2020-10-25T13:21:22.377Z] 465ecf9a232e: Layer already exists [2020-10-25T13:21:22.377Z] 0c2d0944cbdb: Layer already exists [2020-10-25T13:21:22.377Z] 89e81e136cec: Layer already exists [2020-10-25T13:21:22.377Z] d14546103bd6: Layer already exists [2020-10-25T13:21:22.646Z] 66b385cf80cf: Layer already exists [2020-10-25T13:21:22.646Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:10f0576028c7641b5eb4402b8752f9d0f6007b64c177bd544238fe9553456c88 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:22.993Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:23.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-25T13:21:23.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-25T13:21:23.329Z] cc70ea2cdb37: Preparing [2020-10-25T13:21:23.329Z] 8d3bc67f6e24: Preparing [2020-10-25T13:21:23.329Z] a4f41bf9866e: Preparing [2020-10-25T13:21:23.329Z] 3766d7e574a2: Preparing [2020-10-25T13:21:23.329Z] 05f103866767: Preparing [2020-10-25T13:21:23.329Z] 89e81e136cec: Preparing [2020-10-25T13:21:23.329Z] 0c2d0944cbdb: Preparing [2020-10-25T13:21:23.329Z] 5ce988e06723: Preparing [2020-10-25T13:21:23.329Z] 465ecf9a232e: Preparing [2020-10-25T13:21:23.329Z] d14546103bd6: Preparing [2020-10-25T13:21:23.329Z] 66b385cf80cf: Preparing [2020-10-25T13:21:23.329Z] 5ce988e06723: Waiting [2020-10-25T13:21:23.329Z] 465ecf9a232e: Waiting [2020-10-25T13:21:23.329Z] d14546103bd6: Waiting [2020-10-25T13:21:23.329Z] 89e81e136cec: Waiting [2020-10-25T13:21:23.329Z] 66b385cf80cf: Waiting [2020-10-25T13:21:23.329Z] 0c2d0944cbdb: Waiting [2020-10-25T13:21:23.329Z] 05f103866767: Layer already exists [2020-10-25T13:21:23.329Z] 8d3bc67f6e24: Layer already exists [2020-10-25T13:21:23.329Z] cc70ea2cdb37: Layer already exists [2020-10-25T13:21:23.329Z] a4f41bf9866e: Layer already exists [2020-10-25T13:21:23.329Z] 3766d7e574a2: Layer already exists [2020-10-25T13:21:23.329Z] 5ce988e06723: Layer already exists [2020-10-25T13:21:23.329Z] 0c2d0944cbdb: Layer already exists [2020-10-25T13:21:23.329Z] d14546103bd6: Layer already exists [2020-10-25T13:21:23.329Z] 89e81e136cec: Layer already exists [2020-10-25T13:21:23.329Z] 465ecf9a232e: Layer already exists [2020-10-25T13:21:23.600Z] 66b385cf80cf: Layer already exists [2020-10-25T13:21:23.600Z] master: digest: sha256:10f0576028c7641b5eb4402b8752f9d0f6007b64c177bd544238fe9553456c88 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:21:23.857Z] ===================================================== [Pipeline] echo [2020-10-25T13:21:23.906Z] taggedImages: [2020-10-25T13:21:23.906Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:23.906Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:23.906Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:23.906Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-25T13:21:23.993Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-25T13:21:23.993Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:23.993Z] 1.2.2-dev.93 [2020-10-25T13:21:23.993Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:23.994Z] master [2020-10-25T13:21:23.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:24.513Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:24.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:24.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-25T13:21:24.846Z] 90e3b03eb312: Preparing [2020-10-25T13:21:24.846Z] 1e213f9ce46d: Preparing [2020-10-25T13:21:24.846Z] 453aa4d8fdd9: Preparing [2020-10-25T13:21:24.846Z] 6297fe3c0fe7: Preparing [2020-10-25T13:21:25.116Z] 453aa4d8fdd9: Pushed [2020-10-25T13:21:25.116Z] 90e3b03eb312: Pushed [2020-10-25T13:21:25.388Z] 6297fe3c0fe7: Pushed [2020-10-25T13:21:27.342Z] 1e213f9ce46d: Pushed [2020-10-25T13:21:27.611Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:e4f1ecc2804af8c12fa9cf0b22d868f029f155440869578c393df99408c2f14c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:27.945Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:28.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:28.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-25T13:21:28.274Z] 90e3b03eb312: Preparing [2020-10-25T13:21:28.274Z] 1e213f9ce46d: Preparing [2020-10-25T13:21:28.274Z] 453aa4d8fdd9: Preparing [2020-10-25T13:21:28.274Z] 6297fe3c0fe7: Preparing [2020-10-25T13:21:28.274Z] 453aa4d8fdd9: Layer already exists [2020-10-25T13:21:28.274Z] 1e213f9ce46d: Layer already exists [2020-10-25T13:21:28.274Z] 6297fe3c0fe7: Layer already exists [2020-10-25T13:21:28.274Z] 90e3b03eb312: Layer already exists [2020-10-25T13:21:28.543Z] 1.2.2-dev.93: digest: sha256:e4f1ecc2804af8c12fa9cf0b22d868f029f155440869578c393df99408c2f14c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:28.879Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:29.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:29.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-25T13:21:29.205Z] 90e3b03eb312: Preparing [2020-10-25T13:21:29.205Z] 1e213f9ce46d: Preparing [2020-10-25T13:21:29.205Z] 453aa4d8fdd9: Preparing [2020-10-25T13:21:29.205Z] 6297fe3c0fe7: Preparing [2020-10-25T13:21:29.205Z] 1e213f9ce46d: Layer already exists [2020-10-25T13:21:29.206Z] 453aa4d8fdd9: Layer already exists [2020-10-25T13:21:29.206Z] 90e3b03eb312: Layer already exists [2020-10-25T13:21:29.206Z] 6297fe3c0fe7: Layer already exists [2020-10-25T13:21:29.474Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:e4f1ecc2804af8c12fa9cf0b22d868f029f155440869578c393df99408c2f14c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:29.808Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:30.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-25T13:21:30.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-25T13:21:30.137Z] 90e3b03eb312: Preparing [2020-10-25T13:21:30.137Z] 1e213f9ce46d: Preparing [2020-10-25T13:21:30.137Z] 453aa4d8fdd9: Preparing [2020-10-25T13:21:30.137Z] 6297fe3c0fe7: Preparing [2020-10-25T13:21:30.137Z] 6297fe3c0fe7: Layer already exists [2020-10-25T13:21:30.137Z] 453aa4d8fdd9: Layer already exists [2020-10-25T13:21:30.137Z] 1e213f9ce46d: Layer already exists [2020-10-25T13:21:30.137Z] 90e3b03eb312: Layer already exists [2020-10-25T13:21:30.406Z] master: digest: sha256:e4f1ecc2804af8c12fa9cf0b22d868f029f155440869578c393df99408c2f14c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:21:30.618Z] ===================================================== [Pipeline] echo [2020-10-25T13:21:30.667Z] taggedImages: [2020-10-25T13:21:30.667Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:30.667Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:30.667Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:30.667Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-25T13:21:30.739Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-25T13:21:30.739Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:30.739Z] 1.2.2-dev.93 [2020-10-25T13:21:30.739Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:30.739Z] master [2020-10-25T13:21:30.739Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:31.241Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:31.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:31.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-25T13:21:31.574Z] 4b2e889e2405: Preparing [2020-10-25T13:21:31.574Z] 9216d8121547: Preparing [2020-10-25T13:21:31.574Z] 08f30dfc0cd0: Preparing [2020-10-25T13:21:31.574Z] e4526b8f7339: Preparing [2020-10-25T13:21:31.574Z] ff8a6e9578bc: Preparing [2020-10-25T13:21:31.574Z] 983e7924f75a: Preparing [2020-10-25T13:21:31.574Z] 983e7924f75a: Waiting [2020-10-25T13:21:31.847Z] 08f30dfc0cd0: Pushed [2020-10-25T13:21:31.847Z] 4b2e889e2405: Pushed [2020-10-25T13:21:31.847Z] e4526b8f7339: Pushed [2020-10-25T13:21:31.847Z] ff8a6e9578bc: Pushed [2020-10-25T13:21:32.118Z] 983e7924f75a: Pushed [2020-10-25T13:21:34.718Z] 9216d8121547: Pushed [2020-10-25T13:21:34.719Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:51b3b83a1e1cb3c54e6427d8fe9997efe0e51ee94c8393eac6580c888a04115b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:35.055Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:35.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:35.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-25T13:21:35.388Z] 4b2e889e2405: Preparing [2020-10-25T13:21:35.388Z] 9216d8121547: Preparing [2020-10-25T13:21:35.388Z] 08f30dfc0cd0: Preparing [2020-10-25T13:21:35.388Z] e4526b8f7339: Preparing [2020-10-25T13:21:35.388Z] ff8a6e9578bc: Preparing [2020-10-25T13:21:35.388Z] 983e7924f75a: Preparing [2020-10-25T13:21:35.388Z] 983e7924f75a: Waiting [2020-10-25T13:21:35.388Z] e4526b8f7339: Layer already exists [2020-10-25T13:21:35.388Z] 08f30dfc0cd0: Layer already exists [2020-10-25T13:21:35.388Z] ff8a6e9578bc: Layer already exists [2020-10-25T13:21:35.388Z] 4b2e889e2405: Layer already exists [2020-10-25T13:21:35.388Z] 9216d8121547: Layer already exists [2020-10-25T13:21:35.388Z] 983e7924f75a: Layer already exists [2020-10-25T13:21:35.660Z] 1.2.2-dev.93: digest: sha256:51b3b83a1e1cb3c54e6427d8fe9997efe0e51ee94c8393eac6580c888a04115b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:36.002Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:36.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:36.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-25T13:21:36.334Z] 4b2e889e2405: Preparing [2020-10-25T13:21:36.334Z] 9216d8121547: Preparing [2020-10-25T13:21:36.334Z] 08f30dfc0cd0: Preparing [2020-10-25T13:21:36.334Z] e4526b8f7339: Preparing [2020-10-25T13:21:36.334Z] ff8a6e9578bc: Preparing [2020-10-25T13:21:36.334Z] 983e7924f75a: Preparing [2020-10-25T13:21:36.334Z] 983e7924f75a: Waiting [2020-10-25T13:21:36.334Z] 9216d8121547: Layer already exists [2020-10-25T13:21:36.334Z] 08f30dfc0cd0: Layer already exists [2020-10-25T13:21:36.334Z] 4b2e889e2405: Layer already exists [2020-10-25T13:21:36.334Z] e4526b8f7339: Layer already exists [2020-10-25T13:21:36.334Z] ff8a6e9578bc: Layer already exists [2020-10-25T13:21:36.334Z] 983e7924f75a: Layer already exists [2020-10-25T13:21:36.605Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:51b3b83a1e1cb3c54e6427d8fe9997efe0e51ee94c8393eac6580c888a04115b size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:36.947Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:37.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-25T13:21:37.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-25T13:21:37.301Z] 4b2e889e2405: Preparing [2020-10-25T13:21:37.301Z] 9216d8121547: Preparing [2020-10-25T13:21:37.301Z] 08f30dfc0cd0: Preparing [2020-10-25T13:21:37.301Z] e4526b8f7339: Preparing [2020-10-25T13:21:37.301Z] ff8a6e9578bc: Preparing [2020-10-25T13:21:37.301Z] 983e7924f75a: Preparing [2020-10-25T13:21:37.301Z] 983e7924f75a: Waiting [2020-10-25T13:21:37.301Z] 4b2e889e2405: Layer already exists [2020-10-25T13:21:37.301Z] ff8a6e9578bc: Layer already exists [2020-10-25T13:21:37.301Z] 08f30dfc0cd0: Layer already exists [2020-10-25T13:21:37.301Z] e4526b8f7339: Layer already exists [2020-10-25T13:21:37.301Z] 9216d8121547: Layer already exists [2020-10-25T13:21:37.577Z] 983e7924f75a: Layer already exists [2020-10-25T13:21:37.577Z] master: digest: sha256:51b3b83a1e1cb3c54e6427d8fe9997efe0e51ee94c8393eac6580c888a04115b size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:21:37.773Z] ===================================================== [Pipeline] echo [2020-10-25T13:21:37.855Z] taggedImages: [2020-10-25T13:21:37.855Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:37.855Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:37.855Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:37.855Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-25T13:21:37.919Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-25T13:21:37.919Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:37.919Z] 1.2.2-dev.93 [2020-10-25T13:21:37.919Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:37.919Z] master [2020-10-25T13:21:37.919Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:38.438Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:38.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:38.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-25T13:21:38.772Z] b4d6112ba38a: Preparing [2020-10-25T13:21:38.772Z] cebda0023a62: Preparing [2020-10-25T13:21:38.772Z] b2fb7c80e3d5: Preparing [2020-10-25T13:21:39.054Z] b4d6112ba38a: Pushed [2020-10-25T13:21:39.054Z] b2fb7c80e3d5: Pushed [2020-10-25T13:21:41.655Z] cebda0023a62: Pushed [2020-10-25T13:21:41.925Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:1d7481484828e50c6a77d2fbcf3983482f607dfe16a5a3558a630a25d099549f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:42.262Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:42.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:42.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-25T13:21:42.596Z] b4d6112ba38a: Preparing [2020-10-25T13:21:42.596Z] cebda0023a62: Preparing [2020-10-25T13:21:42.597Z] b2fb7c80e3d5: Preparing [2020-10-25T13:21:42.867Z] b2fb7c80e3d5: Layer already exists [2020-10-25T13:21:42.867Z] cebda0023a62: Layer already exists [2020-10-25T13:21:42.867Z] b4d6112ba38a: Layer already exists [2020-10-25T13:21:42.867Z] 1.2.2-dev.93: digest: sha256:1d7481484828e50c6a77d2fbcf3983482f607dfe16a5a3558a630a25d099549f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:43.204Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:43.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:43.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-25T13:21:43.541Z] b4d6112ba38a: Preparing [2020-10-25T13:21:43.541Z] cebda0023a62: Preparing [2020-10-25T13:21:43.541Z] b2fb7c80e3d5: Preparing [2020-10-25T13:21:43.811Z] cebda0023a62: Layer already exists [2020-10-25T13:21:43.811Z] b2fb7c80e3d5: Layer already exists [2020-10-25T13:21:43.811Z] b4d6112ba38a: Layer already exists [2020-10-25T13:21:43.811Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:1d7481484828e50c6a77d2fbcf3983482f607dfe16a5a3558a630a25d099549f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:44.148Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:44.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-25T13:21:44.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-25T13:21:44.485Z] b4d6112ba38a: Preparing [2020-10-25T13:21:44.485Z] cebda0023a62: Preparing [2020-10-25T13:21:44.485Z] b2fb7c80e3d5: Preparing [2020-10-25T13:21:44.485Z] b4d6112ba38a: Layer already exists [2020-10-25T13:21:44.485Z] b2fb7c80e3d5: Layer already exists [2020-10-25T13:21:44.485Z] cebda0023a62: Layer already exists [2020-10-25T13:21:44.756Z] master: digest: sha256:1d7481484828e50c6a77d2fbcf3983482f607dfe16a5a3558a630a25d099549f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:21:44.958Z] ===================================================== [Pipeline] echo [2020-10-25T13:21:45.005Z] taggedImages: [2020-10-25T13:21:45.005Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:45.005Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:45.005Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:45.005Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-25T13:21:45.077Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-25T13:21:45.077Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:45.077Z] 1.2.2-dev.93 [2020-10-25T13:21:45.077Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:21:45.077Z] master [2020-10-25T13:21:45.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:45.608Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:46.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:21:46.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-25T13:21:46.228Z] 7a860261cbb8: Preparing [2020-10-25T13:21:46.228Z] c8a370ec37da: Preparing [2020-10-25T13:21:46.228Z] 2570233b97f3: Preparing [2020-10-25T13:21:46.228Z] 89f621835bec: Preparing [2020-10-25T13:21:46.228Z] 88824316986f: Preparing [2020-10-25T13:21:46.228Z] 741b14a39a85: Preparing [2020-10-25T13:21:46.228Z] 682f99f4992c: Preparing [2020-10-25T13:21:46.228Z] 52543ddb2901: Preparing [2020-10-25T13:21:46.228Z] 9f553b275599: Preparing [2020-10-25T13:21:46.228Z] 3a47579f0cd1: Preparing [2020-10-25T13:21:46.228Z] cd6d79ebbfb6: Preparing [2020-10-25T13:21:46.228Z] 3e7dc55cab04: Preparing [2020-10-25T13:21:46.228Z] b2e85fd0898f: Preparing [2020-10-25T13:21:46.228Z] cd3761cfa1d9: Preparing [2020-10-25T13:21:46.228Z] 682f99f4992c: Waiting [2020-10-25T13:21:46.228Z] 52543ddb2901: Waiting [2020-10-25T13:21:46.228Z] 9f553b275599: Waiting [2020-10-25T13:21:46.228Z] 3a47579f0cd1: Waiting [2020-10-25T13:21:46.228Z] cd6d79ebbfb6: Waiting [2020-10-25T13:21:46.228Z] 3e7dc55cab04: Waiting [2020-10-25T13:21:46.228Z] b2e85fd0898f: Waiting [2020-10-25T13:21:46.228Z] cd3761cfa1d9: Waiting [2020-10-25T13:21:46.228Z] 741b14a39a85: Waiting [2020-10-25T13:21:46.858Z] 88824316986f: Pushed [2020-10-25T13:21:47.143Z] 7a860261cbb8: Pushed [2020-10-25T13:21:47.416Z] 89f621835bec: Pushed [2020-10-25T13:21:47.695Z] 52543ddb2901: Layer already exists [2020-10-25T13:21:47.695Z] 9f553b275599: Layer already exists [2020-10-25T13:21:47.695Z] 3a47579f0cd1: Layer already exists [2020-10-25T13:21:47.695Z] 682f99f4992c: Pushed [2020-10-25T13:21:47.695Z] cd6d79ebbfb6: Layer already exists [2020-10-25T13:21:47.970Z] 3e7dc55cab04: Layer already exists [2020-10-25T13:21:47.970Z] b2e85fd0898f: Layer already exists [2020-10-25T13:21:47.970Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:21:48.563Z] c8a370ec37da: Pushed [2020-10-25T13:21:49.156Z] 741b14a39a85: Pushed [2020-10-25T13:21:59.271Z] 2570233b97f3: Pushed [2020-10-25T13:21:59.271Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f: digest: sha256:b00fe0265c1ce0e6093a3c95f7c3e75286ad975b3c5ef406beb87b25bfd9e056 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:59.605Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:21:59.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.93 [2020-10-25T13:21:59.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-25T13:21:59.937Z] 7a860261cbb8: Preparing [2020-10-25T13:21:59.937Z] c8a370ec37da: Preparing [2020-10-25T13:21:59.937Z] 2570233b97f3: Preparing [2020-10-25T13:21:59.937Z] 89f621835bec: Preparing [2020-10-25T13:21:59.937Z] 88824316986f: Preparing [2020-10-25T13:21:59.937Z] 741b14a39a85: Preparing [2020-10-25T13:21:59.937Z] 682f99f4992c: Preparing [2020-10-25T13:21:59.937Z] 52543ddb2901: Preparing [2020-10-25T13:21:59.937Z] 9f553b275599: Preparing [2020-10-25T13:21:59.937Z] 3a47579f0cd1: Preparing [2020-10-25T13:21:59.937Z] cd6d79ebbfb6: Preparing [2020-10-25T13:21:59.937Z] 3e7dc55cab04: Preparing [2020-10-25T13:21:59.937Z] b2e85fd0898f: Preparing [2020-10-25T13:21:59.937Z] cd3761cfa1d9: Preparing [2020-10-25T13:21:59.937Z] 3a47579f0cd1: Waiting [2020-10-25T13:21:59.937Z] 741b14a39a85: Waiting [2020-10-25T13:21:59.937Z] 682f99f4992c: Waiting [2020-10-25T13:21:59.937Z] 52543ddb2901: Waiting [2020-10-25T13:21:59.937Z] 9f553b275599: Waiting [2020-10-25T13:21:59.937Z] cd6d79ebbfb6: Waiting [2020-10-25T13:21:59.937Z] 3e7dc55cab04: Waiting [2020-10-25T13:21:59.937Z] b2e85fd0898f: Waiting [2020-10-25T13:21:59.937Z] cd3761cfa1d9: Waiting [2020-10-25T13:21:59.937Z] c8a370ec37da: Layer already exists [2020-10-25T13:21:59.937Z] 2570233b97f3: Layer already exists [2020-10-25T13:21:59.937Z] 89f621835bec: Layer already exists [2020-10-25T13:21:59.937Z] 7a860261cbb8: Layer already exists [2020-10-25T13:21:59.937Z] 88824316986f: Layer already exists [2020-10-25T13:21:59.937Z] 52543ddb2901: Layer already exists [2020-10-25T13:21:59.937Z] 741b14a39a85: Layer already exists [2020-10-25T13:21:59.937Z] 682f99f4992c: Layer already exists [2020-10-25T13:21:59.937Z] 9f553b275599: Layer already exists [2020-10-25T13:21:59.937Z] 3a47579f0cd1: Layer already exists [2020-10-25T13:22:00.206Z] cd6d79ebbfb6: Layer already exists [2020-10-25T13:22:00.206Z] 3e7dc55cab04: Layer already exists [2020-10-25T13:22:00.206Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:22:00.206Z] b2e85fd0898f: Layer already exists [2020-10-25T13:22:00.206Z] 1.2.2-dev.93: digest: sha256:b00fe0265c1ce0e6093a3c95f7c3e75286ad975b3c5ef406beb87b25bfd9e056 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:22:00.545Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:22:00.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:22:00.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-25T13:22:00.881Z] 7a860261cbb8: Preparing [2020-10-25T13:22:00.881Z] c8a370ec37da: Preparing [2020-10-25T13:22:00.881Z] 2570233b97f3: Preparing [2020-10-25T13:22:00.881Z] 89f621835bec: Preparing [2020-10-25T13:22:00.881Z] 88824316986f: Preparing [2020-10-25T13:22:00.881Z] 741b14a39a85: Preparing [2020-10-25T13:22:00.881Z] 682f99f4992c: Preparing [2020-10-25T13:22:00.881Z] 52543ddb2901: Preparing [2020-10-25T13:22:00.881Z] 9f553b275599: Preparing [2020-10-25T13:22:00.881Z] 3a47579f0cd1: Preparing [2020-10-25T13:22:00.881Z] cd6d79ebbfb6: Preparing [2020-10-25T13:22:00.881Z] 3e7dc55cab04: Preparing [2020-10-25T13:22:00.881Z] b2e85fd0898f: Preparing [2020-10-25T13:22:00.881Z] cd3761cfa1d9: Preparing [2020-10-25T13:22:00.881Z] 9f553b275599: Waiting [2020-10-25T13:22:00.881Z] 741b14a39a85: Waiting [2020-10-25T13:22:00.881Z] 682f99f4992c: Waiting [2020-10-25T13:22:00.881Z] 3a47579f0cd1: Waiting [2020-10-25T13:22:00.881Z] cd6d79ebbfb6: Waiting [2020-10-25T13:22:00.881Z] 3e7dc55cab04: Waiting [2020-10-25T13:22:00.881Z] b2e85fd0898f: Waiting [2020-10-25T13:22:00.881Z] cd3761cfa1d9: Waiting [2020-10-25T13:22:00.881Z] 52543ddb2901: Waiting [2020-10-25T13:22:01.155Z] 7a860261cbb8: Layer already exists [2020-10-25T13:22:01.155Z] 88824316986f: Layer already exists [2020-10-25T13:22:01.155Z] 89f621835bec: Layer already exists [2020-10-25T13:22:01.155Z] 2570233b97f3: Layer already exists [2020-10-25T13:22:01.155Z] c8a370ec37da: Layer already exists [2020-10-25T13:22:01.155Z] 741b14a39a85: Layer already exists [2020-10-25T13:22:01.155Z] 3a47579f0cd1: Layer already exists [2020-10-25T13:22:01.155Z] 682f99f4992c: Layer already exists [2020-10-25T13:22:01.155Z] 9f553b275599: Layer already exists [2020-10-25T13:22:01.155Z] 52543ddb2901: Layer already exists [2020-10-25T13:22:01.155Z] b2e85fd0898f: Layer already exists [2020-10-25T13:22:01.155Z] 3e7dc55cab04: Layer already exists [2020-10-25T13:22:01.155Z] cd6d79ebbfb6: Layer already exists [2020-10-25T13:22:01.155Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:22:01.155Z] 1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93: digest: sha256:b00fe0265c1ce0e6093a3c95f7c3e75286ad975b3c5ef406beb87b25bfd9e056 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:22:01.510Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:22:01.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-25T13:22:01.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-25T13:22:01.849Z] 7a860261cbb8: Preparing [2020-10-25T13:22:01.849Z] c8a370ec37da: Preparing [2020-10-25T13:22:01.849Z] 2570233b97f3: Preparing [2020-10-25T13:22:01.849Z] 89f621835bec: Preparing [2020-10-25T13:22:01.849Z] 88824316986f: Preparing [2020-10-25T13:22:01.849Z] 741b14a39a85: Preparing [2020-10-25T13:22:01.849Z] 682f99f4992c: Preparing [2020-10-25T13:22:01.849Z] 52543ddb2901: Preparing [2020-10-25T13:22:01.849Z] 9f553b275599: Preparing [2020-10-25T13:22:01.849Z] 3a47579f0cd1: Preparing [2020-10-25T13:22:01.849Z] cd6d79ebbfb6: Preparing [2020-10-25T13:22:01.849Z] 3e7dc55cab04: Preparing [2020-10-25T13:22:01.849Z] b2e85fd0898f: Preparing [2020-10-25T13:22:01.849Z] cd3761cfa1d9: Preparing [2020-10-25T13:22:01.849Z] 741b14a39a85: Waiting [2020-10-25T13:22:01.849Z] cd6d79ebbfb6: Waiting [2020-10-25T13:22:01.849Z] 682f99f4992c: Waiting [2020-10-25T13:22:01.849Z] 52543ddb2901: Waiting [2020-10-25T13:22:01.849Z] 9f553b275599: Waiting [2020-10-25T13:22:01.849Z] 3e7dc55cab04: Waiting [2020-10-25T13:22:01.849Z] 3a47579f0cd1: Waiting [2020-10-25T13:22:01.849Z] b2e85fd0898f: Waiting [2020-10-25T13:22:01.849Z] cd3761cfa1d9: Waiting [2020-10-25T13:22:01.849Z] 89f621835bec: Layer already exists [2020-10-25T13:22:01.849Z] 88824316986f: Layer already exists [2020-10-25T13:22:01.849Z] 2570233b97f3: Layer already exists [2020-10-25T13:22:01.849Z] c8a370ec37da: Layer already exists [2020-10-25T13:22:01.849Z] 7a860261cbb8: Layer already exists [2020-10-25T13:22:01.849Z] 9f553b275599: Layer already exists [2020-10-25T13:22:01.849Z] 682f99f4992c: Layer already exists [2020-10-25T13:22:01.849Z] 52543ddb2901: Layer already exists [2020-10-25T13:22:01.849Z] 741b14a39a85: Layer already exists [2020-10-25T13:22:01.849Z] 3a47579f0cd1: Layer already exists [2020-10-25T13:22:02.119Z] b2e85fd0898f: Layer already exists [2020-10-25T13:22:02.119Z] 3e7dc55cab04: Layer already exists [2020-10-25T13:22:02.119Z] cd3761cfa1d9: Layer already exists [2020-10-25T13:22:02.119Z] cd6d79ebbfb6: Layer already exists [2020-10-25T13:22:02.119Z] master: digest: sha256:b00fe0265c1ce0e6093a3c95f7c3e75286ad975b3c5ef406beb87b25bfd9e056 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-25T13:22:02.356Z] ===================================================== [Pipeline] echo [2020-10-25T13:22:02.407Z] taggedImages: [2020-10-25T13:22:02.407Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:22:02.407Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.93 [2020-10-25T13:22:02.407Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f-1.2.2-dev.93 [2020-10-25T13:22:02.407Z] - 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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-25T13:22:04.262Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-25T13:22:04.265Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-25T13:22:04.321Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:22:04.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-25T13:22:04.943Z] [2020-10-25T13:22:04.943Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:22:05.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-25T13:22:05.319Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-25T13:22:05.319Z] cbdbe7a5bc2a: Already exists [2020-10-25T13:22:05.319Z] 408f87550127: Pulling fs layer [2020-10-25T13:22:05.319Z] fe522b08c979: Pulling fs layer [2020-10-25T13:22:05.319Z] 221eaa008020: Pulling fs layer [2020-10-25T13:22:05.319Z] 2a4607e5d6b9: Pulling fs layer [2020-10-25T13:22:05.319Z] 8f79b27c4fd2: Pulling fs layer [2020-10-25T13:22:05.319Z] e5c8dbe1645b: Pulling fs layer [2020-10-25T13:22:05.319Z] 23e8b3b47431: Pulling fs layer [2020-10-25T13:22:05.319Z] 5c568d65a230: Pulling fs layer [2020-10-25T13:22:05.319Z] 2a4607e5d6b9: Waiting [2020-10-25T13:22:05.319Z] 8f79b27c4fd2: Waiting [2020-10-25T13:22:05.319Z] e5c8dbe1645b: Waiting [2020-10-25T13:22:05.319Z] 408f87550127: Download complete [2020-10-25T13:22:05.319Z] fe522b08c979: Verifying Checksum [2020-10-25T13:22:05.319Z] fe522b08c979: Download complete [2020-10-25T13:22:05.319Z] 2a4607e5d6b9: Verifying Checksum [2020-10-25T13:22:05.319Z] 2a4607e5d6b9: Download complete [2020-10-25T13:22:05.319Z] 8f79b27c4fd2: Download complete [2020-10-25T13:22:05.586Z] 408f87550127: Pull complete [2020-10-25T13:22:05.848Z] fe522b08c979: Pull complete [2020-10-25T13:22:06.803Z] e5c8dbe1645b: Verifying Checksum [2020-10-25T13:22:06.803Z] e5c8dbe1645b: Download complete [2020-10-25T13:22:08.204Z] 23e8b3b47431: Verifying Checksum [2020-10-25T13:22:08.204Z] 23e8b3b47431: Download complete [2020-10-25T13:22:08.204Z] 5c568d65a230: Verifying Checksum [2020-10-25T13:22:08.204Z] 5c568d65a230: Download complete [2020-10-25T13:22:09.155Z] 221eaa008020: Verifying Checksum [2020-10-25T13:22:09.155Z] 221eaa008020: Download complete [2020-10-25T13:22:15.974Z] 221eaa008020: Pull complete [2020-10-25T13:22:15.974Z] 2a4607e5d6b9: Pull complete [2020-10-25T13:22:15.974Z] 8f79b27c4fd2: Pull complete [2020-10-25T13:22:19.295Z] e5c8dbe1645b: Pull complete [2020-10-25T13:22:23.518Z] 23e8b3b47431: Pull complete [2020-10-25T13:22:26.081Z] 5c568d65a230: Pull complete [2020-10-25T13:22:26.081Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-25T13:22:26.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-25T13:22:26.081Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-25T13:22:26.335Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:22:26.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgex-go/209:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-25T13:22:27.598Z] $ docker top fcb13f8fc497b2eb114fdc64a8ff028bf75246d14ae409dadc2bf1e111478322 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T13:22:28.260Z] + snyk monitor '--org=edgex-jenkins' [2020-10-25T13:22:54.880Z] [2020-10-25T13:22:54.881Z] Monitoring /w/workspace/edgex-go/209 (github.com/edgexfoundry/edgex-go)... [2020-10-25T13:22:54.881Z] [2020-10-25T13:22:54.881Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/52a1ceef-f102-4082-b5a5-6ded758e9530 [2020-10-25T13:22:54.881Z] [2020-10-25T13:22:54.881Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-25T13:22:54.881Z] [2020-10-25T13:22:54.881Z] [2020-10-25T13:22:54.881Z] Snyk CLI supports Node.js 8 and higher. [2020-10-25T13:22:54.881Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-25T13:22:54.881Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-25T13:22:54.881Z] [2020-10-25T13:22:54.881Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-25T13:22:54.881Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-25T13:22:54.881Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-25T13:22:54.881Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-25T13:22:54.900Z] $ docker stop --time=1 fcb13f8fc497b2eb114fdc64a8ff028bf75246d14ae409dadc2bf1e111478322 [2020-10-25T13:22:57.901Z] $ docker rm -f fcb13f8fc497b2eb114fdc64a8ff028bf75246d14ae409dadc2bf1e111478322 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:22:59.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:22:59.843Z] [2020-10-25T13:22:59.843Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:23:00.200Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:00.200Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-25T13:23:00.200Z] e7c96db7181b: Pulling fs layer [2020-10-25T13:23:00.200Z] 1868ca2cb446: Pulling fs layer [2020-10-25T13:23:00.200Z] 136be5d0fe8e: Pulling fs layer [2020-10-25T13:23:00.200Z] 894bfe63afcb: Pulling fs layer [2020-10-25T13:23:00.200Z] 894bfe63afcb: Waiting [2020-10-25T13:23:00.200Z] 1868ca2cb446: Verifying Checksum [2020-10-25T13:23:00.200Z] 1868ca2cb446: Download complete [2020-10-25T13:23:00.200Z] 136be5d0fe8e: Verifying Checksum [2020-10-25T13:23:00.200Z] 136be5d0fe8e: Download complete [2020-10-25T13:23:00.200Z] e7c96db7181b: Verifying Checksum [2020-10-25T13:23:00.200Z] e7c96db7181b: Download complete [2020-10-25T13:23:00.464Z] 894bfe63afcb: Verifying Checksum [2020-10-25T13:23:00.464Z] 894bfe63afcb: Download complete [2020-10-25T13:23:00.727Z] e7c96db7181b: Pull complete [2020-10-25T13:23:00.727Z] 1868ca2cb446: Pull complete [2020-10-25T13:23:00.998Z] 136be5d0fe8e: Pull complete [2020-10-25T13:23:01.261Z] 894bfe63afcb: Pull complete [2020-10-25T13:23:01.261Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-25T13:23:01.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:01.261Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-25T13:23:01.407Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:23:01.462Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:23:02.848Z] $ docker top e71dfe63e3ffca6f3649a312b4e442fef13134febf2804890a5c5f5371efc089 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:23:03.414Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:23:03.414Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:23:06.137Z] $ docker stop --time=1 e71dfe63e3ffca6f3649a312b4e442fef13134febf2804890a5c5f5371efc089 [2020-10-25T13:23:07.507Z] $ docker rm -f e71dfe63e3ffca6f3649a312b4e442fef13134febf2804890a5c5f5371efc089 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:23:08.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:08.027Z] . [Pipeline] withDockerContainer [2020-10-25T13:23:08.135Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:23:08.184Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:23:08.886Z] $ docker top 57527401b53cd85c06e0409247e352c49bcf593c58f007247a1dd7ff0d06c637 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:23:09.442Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:23:09.443Z] + tee [2020-10-25T13:23:09.443Z] clair timeout 1m0s [2020-10-25T13:23:09.443Z] docker timeout: 1m0s [2020-10-25T13:23:09.443Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:23:10.153Z] $ docker stop --time=1 57527401b53cd85c06e0409247e352c49bcf593c58f007247a1dd7ff0d06c637 [2020-10-25T13:23:11.546Z] $ docker rm -f 57527401b53cd85c06e0409247e352c49bcf593c58f007247a1dd7ff0d06c637 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:23:12.016Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:23:12.030Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-core-command-go_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:23:12.087Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:23:12.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:12.478Z] . [Pipeline] withDockerContainer [2020-10-25T13:23:12.581Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:23:12.628Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:23:13.258Z] $ docker top ea457da21b9809c6f6526eb49c171b233d0d56555f10571ec1a5f328e2961fd1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:23:13.779Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:23:13.779Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:23:19.359Z] $ docker stop --time=1 ea457da21b9809c6f6526eb49c171b233d0d56555f10571ec1a5f328e2961fd1 [2020-10-25T13:23:20.788Z] $ docker rm -f ea457da21b9809c6f6526eb49c171b233d0d56555f10571ec1a5f328e2961fd1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:23:21.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:21.297Z] . [Pipeline] withDockerContainer [2020-10-25T13:23:21.399Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:23:21.452Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:23:22.220Z] $ docker top 99dea9e89c8c73765991fbfe4c2e73ff7d6d07256e31e61d376eb8110dbc788e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:23:22.787Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:23:22.787Z] + tee [2020-10-25T13:23:22.787Z] clair timeout 1m0s [2020-10-25T13:23:22.787Z] docker timeout: 1m0s [2020-10-25T13:23:22.787Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:23:23.856Z] $ docker stop --time=1 99dea9e89c8c73765991fbfe4c2e73ff7d6d07256e31e61d376eb8110dbc788e [2020-10-25T13:23:25.555Z] $ docker rm -f 99dea9e89c8c73765991fbfe4c2e73ff7d6d07256e31e61d376eb8110dbc788e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:23:26.115Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:23:26.130Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-core-data-go_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:23:26.206Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:23:26.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:26.568Z] . [Pipeline] withDockerContainer [2020-10-25T13:23:26.684Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:23:26.739Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:23:27.524Z] $ docker top 3fcc6fc4c5a9ee8b40fa040426d46a205dcf1bc4c66ba93200c45ab7616a574e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:23:28.122Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:23:28.122Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:23:30.865Z] $ docker stop --time=1 3fcc6fc4c5a9ee8b40fa040426d46a205dcf1bc4c66ba93200c45ab7616a574e [2020-10-25T13:23:32.261Z] $ docker rm -f 3fcc6fc4c5a9ee8b40fa040426d46a205dcf1bc4c66ba93200c45ab7616a574e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:23:32.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:32.734Z] . [Pipeline] withDockerContainer [2020-10-25T13:23:32.844Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:23:32.895Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:23:33.564Z] $ docker top 453260aa3bf0a991c61525b8183db5efb81eedd8d3f824a3b2a9fd0eb6383b19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:23:34.121Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:23:34.121Z] + tee [2020-10-25T13:23:34.121Z] clair timeout 1m0s [2020-10-25T13:23:34.122Z] docker timeout: 1m0s [2020-10-25T13:23:34.122Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:23:34.809Z] $ docker stop --time=1 453260aa3bf0a991c61525b8183db5efb81eedd8d3f824a3b2a9fd0eb6383b19 [2020-10-25T13:23:36.190Z] $ docker rm -f 453260aa3bf0a991c61525b8183db5efb81eedd8d3f824a3b2a9fd0eb6383b19 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:23:36.705Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:23:36.718Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-core-metadata-go_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:23:36.777Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:23:37.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:37.128Z] . [Pipeline] withDockerContainer [2020-10-25T13:23:37.238Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:23:37.283Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:23:38.016Z] $ docker top 52f10423b0fac0a4cffbb4b0c127bf51b6725176078b0da0c61abcc7d4fd559f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:23:38.551Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:23:38.551Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:23:42.929Z] $ docker stop --time=1 52f10423b0fac0a4cffbb4b0c127bf51b6725176078b0da0c61abcc7d4fd559f [2020-10-25T13:23:44.302Z] $ docker rm -f 52f10423b0fac0a4cffbb4b0c127bf51b6725176078b0da0c61abcc7d4fd559f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:23:44.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:44.818Z] . [Pipeline] withDockerContainer [2020-10-25T13:23:44.923Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:23:45.035Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:23:45.805Z] $ docker top be95a4487588fa4d87b4df832f50382d0be708cd2f0c8b564d1f912ebea8cc4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:23:46.388Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:23:46.388Z] + tee [2020-10-25T13:23:46.388Z] clair timeout 1m0s [2020-10-25T13:23:46.388Z] docker timeout: 1m0s [2020-10-25T13:23:46.388Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:23:47.112Z] $ docker stop --time=1 be95a4487588fa4d87b4df832f50382d0be708cd2f0c8b564d1f912ebea8cc4d [2020-10-25T13:23:48.495Z] $ docker rm -f be95a4487588fa4d87b4df832f50382d0be708cd2f0c8b564d1f912ebea8cc4d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:23:48.984Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:23:48.998Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-security-proxy-setup-go_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:23:49.060Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:23:49.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:49.404Z] . [Pipeline] withDockerContainer [2020-10-25T13:23:49.516Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:23:49.568Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:23:50.329Z] $ docker top d083e546bd49b056fbbceebe378657c496bac7cb75781a3cac9adea0e4a58b7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:23:50.863Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:23:50.863Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:23:57.618Z] $ docker stop --time=1 d083e546bd49b056fbbceebe378657c496bac7cb75781a3cac9adea0e4a58b7f [2020-10-25T13:23:59.003Z] $ docker rm -f d083e546bd49b056fbbceebe378657c496bac7cb75781a3cac9adea0e4a58b7f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:23:59.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:23:59.476Z] . [Pipeline] withDockerContainer [2020-10-25T13:23:59.590Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:23:59.639Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:24:00.386Z] $ docker top df9ee95f2555e6cb888ff63b0466f71a695a6a00ba3e705eefd3c2a0bff16789 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:24:00.958Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:24:00.959Z] + tee [2020-10-25T13:24:00.959Z] clair timeout 1m0s [2020-10-25T13:24:00.959Z] docker timeout: 1m0s [2020-10-25T13:24:00.959Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:24:02.584Z] $ docker stop --time=1 df9ee95f2555e6cb888ff63b0466f71a695a6a00ba3e705eefd3c2a0bff16789 [2020-10-25T13:24:04.015Z] $ docker rm -f df9ee95f2555e6cb888ff63b0466f71a695a6a00ba3e705eefd3c2a0bff16789 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:24:04.505Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:24:04.519Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-security-secrets-setup-go_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:24:04.572Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:24:04.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:24:04.930Z] . [Pipeline] withDockerContainer [2020-10-25T13:24:05.043Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:24:05.093Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:24:05.952Z] $ docker top 48f12f738f2098b8f67dca9cf142a46840f61d227acab113ceaac16ac90217f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:24:06.551Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:24:06.551Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:24:14.869Z] $ docker stop --time=1 48f12f738f2098b8f67dca9cf142a46840f61d227acab113ceaac16ac90217f1 [2020-10-25T13:24:16.318Z] $ docker rm -f 48f12f738f2098b8f67dca9cf142a46840f61d227acab113ceaac16ac90217f1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:24:16.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:24:16.832Z] . [Pipeline] withDockerContainer [2020-10-25T13:24:16.940Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:24:17.026Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:24:17.802Z] $ docker top dc77304d46adb367e6c3e69f988530fe9e617ea7bd1e57939c913012695e6f9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:24:18.405Z] + tee [2020-10-25T13:24:18.405Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:24:18.405Z] clair timeout 1m0s [2020-10-25T13:24:18.405Z] docker timeout: 1m0s [2020-10-25T13:24:18.405Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:24:19.910Z] $ docker stop --time=1 dc77304d46adb367e6c3e69f988530fe9e617ea7bd1e57939c913012695e6f9c [2020-10-25T13:24:21.322Z] $ docker rm -f dc77304d46adb367e6c3e69f988530fe9e617ea7bd1e57939c913012695e6f9c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:24:21.820Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:24:21.833Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-security-secretstore-setup-go_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:24:21.886Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:24:22.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:24:22.251Z] . [Pipeline] withDockerContainer [2020-10-25T13:24:22.362Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:24:22.415Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:24:23.255Z] $ docker top e1352b956001c9e2325ec637cd2d9ca231530234bf1cd919842d9c3e8cc628ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:24:23.898Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:24:23.898Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:24:27.398Z] $ docker stop --time=1 e1352b956001c9e2325ec637cd2d9ca231530234bf1cd919842d9c3e8cc628ee [2020-10-25T13:24:28.791Z] $ docker rm -f e1352b956001c9e2325ec637cd2d9ca231530234bf1cd919842d9c3e8cc628ee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:24:29.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:24:29.277Z] . [Pipeline] withDockerContainer [2020-10-25T13:24:29.383Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:24:29.431Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:24:30.174Z] $ docker top bde332fb0bedcf764922bf14ff4ba37e0847596b6e1e1926089422898fb74b64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:24:30.794Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:24:30.794Z] + tee [2020-10-25T13:24:30.794Z] clair timeout 1m0s [2020-10-25T13:24:30.794Z] docker timeout: 1m0s [2020-10-25T13:24:30.794Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:24:31.475Z] $ docker stop --time=1 bde332fb0bedcf764922bf14ff4ba37e0847596b6e1e1926089422898fb74b64 [2020-10-25T13:24:32.853Z] $ docker rm -f bde332fb0bedcf764922bf14ff4ba37e0847596b6e1e1926089422898fb74b64 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:24:33.336Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:24:33.350Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-support-logging-go_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:24:33.403Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:24:33.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:24:33.751Z] . [Pipeline] withDockerContainer [2020-10-25T13:24:33.868Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:24:33.922Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:24:34.616Z] $ docker top fc4ad16018a17a1d7e4e2f96f116400618de81542d12a11f14e7127f15c2e672 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:24:35.207Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:24:35.207Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:24:40.698Z] $ docker stop --time=1 fc4ad16018a17a1d7e4e2f96f116400618de81542d12a11f14e7127f15c2e672 [2020-10-25T13:24:42.116Z] $ docker rm -f fc4ad16018a17a1d7e4e2f96f116400618de81542d12a11f14e7127f15c2e672 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:24:42.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:24:42.606Z] . [Pipeline] withDockerContainer [2020-10-25T13:24:42.730Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:24:42.987Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:24:43.794Z] $ docker top 5f4b4d82725d80f552b1dcb3cbb9f9e223a7d8366a20e1f13b2e2a7caf9019c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:24:44.346Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:24:44.347Z] + tee [2020-10-25T13:24:44.347Z] clair timeout 1m0s [2020-10-25T13:24:44.347Z] docker timeout: 1m0s [2020-10-25T13:24:44.347Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:24:45.422Z] $ docker stop --time=1 5f4b4d82725d80f552b1dcb3cbb9f9e223a7d8366a20e1f13b2e2a7caf9019c1 [2020-10-25T13:24:46.779Z] $ docker rm -f 5f4b4d82725d80f552b1dcb3cbb9f9e223a7d8366a20e1f13b2e2a7caf9019c1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:24:47.307Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:24:47.321Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-support-notifications-go_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:24:47.371Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:24:47.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:24:47.716Z] . [Pipeline] withDockerContainer [2020-10-25T13:24:47.821Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:24:47.894Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:24:48.606Z] $ docker top baead56979d6072819bc07dd4d8fa3593de6caf15d6ab0215fddb661355cbf23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:24:49.135Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:24:49.135Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:24:51.829Z] $ docker stop --time=1 baead56979d6072819bc07dd4d8fa3593de6caf15d6ab0215fddb661355cbf23 [2020-10-25T13:24:53.194Z] $ docker rm -f baead56979d6072819bc07dd4d8fa3593de6caf15d6ab0215fddb661355cbf23 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:24:53.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:24:53.755Z] . [Pipeline] withDockerContainer [2020-10-25T13:24:53.859Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:24:53.908Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:24:54.855Z] $ docker top ea178dc246811f08e9efcf1ea1cedb1287c20a8e5851c08621fd99ddba9291b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:24:55.413Z] + + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04ftee [2020-10-25T13:24:55.413Z] [2020-10-25T13:24:55.413Z] clair timeout 1m0s [2020-10-25T13:24:55.413Z] docker timeout: 1m0s [2020-10-25T13:24:55.413Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:24:56.105Z] $ docker stop --time=1 ea178dc246811f08e9efcf1ea1cedb1287c20a8e5851c08621fd99ddba9291b9 [2020-10-25T13:24:57.467Z] $ docker rm -f ea178dc246811f08e9efcf1ea1cedb1287c20a8e5851c08621fd99ddba9291b9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:24:57.975Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:24:57.989Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-support-scheduler-go_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:24:58.043Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:24:58.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:24:58.385Z] . [Pipeline] withDockerContainer [2020-10-25T13:24:58.488Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:24:58.535Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:24:59.289Z] $ docker top d9d24a2c7430ee10ec462769029024c1a72fc97c844a3e0f4094a6f1613d8d66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:24:59.843Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:24:59.843Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:25:14.968Z] $ docker stop --time=1 d9d24a2c7430ee10ec462769029024c1a72fc97c844a3e0f4094a6f1613d8d66 [2020-10-25T13:25:16.460Z] $ docker rm -f d9d24a2c7430ee10ec462769029024c1a72fc97c844a3e0f4094a6f1613d8d66 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:25:16.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:25:16.965Z] . [Pipeline] withDockerContainer [2020-10-25T13:25:17.071Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:25:17.118Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:25:17.810Z] $ docker top 3898e49798a19ecd70a05c2cac8241510ad57f056df42bbb65304910a0c284e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:25:18.365Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:25:18.365Z] + tee [2020-10-25T13:25:18.365Z] clair timeout 1m0s [2020-10-25T13:25:18.365Z] docker timeout: 1m0s [2020-10-25T13:25:18.365Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:25:19.877Z] $ docker stop --time=1 3898e49798a19ecd70a05c2cac8241510ad57f056df42bbb65304910a0c284e8 [2020-10-25T13:25:21.250Z] $ docker rm -f 3898e49798a19ecd70a05c2cac8241510ad57f056df42bbb65304910a0c284e8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:25:21.748Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:25:21.761Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-sys-mgmt-agent-go_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:25:21.815Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:25:22.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:25:22.163Z] . [Pipeline] withDockerContainer [2020-10-25T13:25:22.263Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:25:22.311Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:25:23.061Z] $ docker top f96ae46072807c3d521c0fca1c519d4f6d06d0154d4cbb9df7b4b300cebd0a3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:25:23.634Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:25:23.634Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:25:26.364Z] $ docker stop --time=1 f96ae46072807c3d521c0fca1c519d4f6d06d0154d4cbb9df7b4b300cebd0a3c [2020-10-25T13:25:27.735Z] $ docker rm -f f96ae46072807c3d521c0fca1c519d4f6d06d0154d4cbb9df7b4b300cebd0a3c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:25:28.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:25:28.258Z] . [Pipeline] withDockerContainer [2020-10-25T13:25:28.355Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:25:28.404Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:25:29.144Z] $ docker top 3fdef41285623a7781855a10771a053f888b94f07bdf9f7a2878ec6ddc089c4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:25:29.703Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:25:29.703Z] + tee [2020-10-25T13:25:29.703Z] clair timeout 1m0s [2020-10-25T13:25:29.703Z] docker timeout: 1m0s [2020-10-25T13:25:29.703Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:25:30.389Z] $ docker stop --time=1 3fdef41285623a7781855a10771a053f888b94f07bdf9f7a2878ec6ddc089c4c [2020-10-25T13:25:31.795Z] $ docker rm -f 3fdef41285623a7781855a10771a053f888b94f07bdf9f7a2878ec6ddc089c4c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:25:32.282Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:25:32.295Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-core-command-go-arm64_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:25:32.347Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:25:32.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:25:32.703Z] . [Pipeline] withDockerContainer [2020-10-25T13:25:32.803Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:25:32.849Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:25:33.555Z] $ docker top 18b82e986dfebd10aefe3fb7e3344356f8bc6ab6c6eb126a738de0af869e0699 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:25:34.091Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:25:34.091Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:25:39.581Z] $ docker stop --time=1 18b82e986dfebd10aefe3fb7e3344356f8bc6ab6c6eb126a738de0af869e0699 [2020-10-25T13:25:41.009Z] $ docker rm -f 18b82e986dfebd10aefe3fb7e3344356f8bc6ab6c6eb126a738de0af869e0699 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:25:41.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:25:41.536Z] . [Pipeline] withDockerContainer [2020-10-25T13:25:41.639Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:25:41.739Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:25:42.545Z] $ docker top 6fc809e32476dbdb20bdbc0a97e25c97bc4419af7135c4524bd8d48908fd887a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:25:43.131Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:25:43.131Z] + tee [2020-10-25T13:25:43.131Z] clair timeout 1m0s [2020-10-25T13:25:43.131Z] docker timeout: 1m0s [2020-10-25T13:25:43.131Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:25:44.182Z] $ docker stop --time=1 6fc809e32476dbdb20bdbc0a97e25c97bc4419af7135c4524bd8d48908fd887a [2020-10-25T13:25:45.547Z] $ docker rm -f 6fc809e32476dbdb20bdbc0a97e25c97bc4419af7135c4524bd8d48908fd887a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:25:46.022Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:25:46.036Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-core-data-go-arm64_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:25:46.086Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:25:46.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:25:46.429Z] . [Pipeline] withDockerContainer [2020-10-25T13:25:46.535Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:25:46.582Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:25:47.359Z] $ docker top 214324b1bf237c4ae7d5608fe0be07e533134644a27656a70fdad443e3608dc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:25:47.906Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:25:47.906Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:25:50.630Z] $ docker stop --time=1 214324b1bf237c4ae7d5608fe0be07e533134644a27656a70fdad443e3608dc0 [2020-10-25T13:25:51.991Z] $ docker rm -f 214324b1bf237c4ae7d5608fe0be07e533134644a27656a70fdad443e3608dc0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:25:52.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:25:52.460Z] . [Pipeline] withDockerContainer [2020-10-25T13:25:52.567Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:25:52.617Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:25:53.309Z] $ docker top 1ee3e417432a6d2b9dd09f3ad3b9ac7589461dcec2e062b246eb9ad7ce8bd099 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:25:53.856Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:25:53.856Z] + tee [2020-10-25T13:25:53.856Z] clair timeout 1m0s [2020-10-25T13:25:53.856Z] docker timeout: 1m0s [2020-10-25T13:25:53.856Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:25:54.565Z] $ docker stop --time=1 1ee3e417432a6d2b9dd09f3ad3b9ac7589461dcec2e062b246eb9ad7ce8bd099 [2020-10-25T13:25:55.951Z] $ docker rm -f 1ee3e417432a6d2b9dd09f3ad3b9ac7589461dcec2e062b246eb9ad7ce8bd099 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:25:56.461Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:25:56.476Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-core-metadata-go-arm64_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:25:56.528Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:25:56.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:25:56.870Z] . [Pipeline] withDockerContainer [2020-10-25T13:25:56.976Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:25:57.026Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:25:57.718Z] $ docker top 0fa39e237161acca236b5824d2ea0f22f0cdde009759d4f34909b0e73eed9375 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:25:58.296Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:25:58.296Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:26:02.706Z] $ docker stop --time=1 0fa39e237161acca236b5824d2ea0f22f0cdde009759d4f34909b0e73eed9375 [2020-10-25T13:26:04.154Z] $ docker rm -f 0fa39e237161acca236b5824d2ea0f22f0cdde009759d4f34909b0e73eed9375 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:26:04.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:26:04.661Z] . [Pipeline] withDockerContainer [2020-10-25T13:26:04.762Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:26:04.812Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:26:05.627Z] $ docker top eecdc9186ff734029fb8963cfdacda1fcdfb69854c336662107b4e31c8727a57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:26:06.153Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:26:06.153Z] + tee [2020-10-25T13:26:06.153Z] clair timeout 1m0s [2020-10-25T13:26:06.153Z] docker timeout: 1m0s [2020-10-25T13:26:06.153Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:26:07.205Z] $ docker stop --time=1 eecdc9186ff734029fb8963cfdacda1fcdfb69854c336662107b4e31c8727a57 [2020-10-25T13:26:08.575Z] $ docker rm -f eecdc9186ff734029fb8963cfdacda1fcdfb69854c336662107b4e31c8727a57 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:26:09.043Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:26:09.057Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:26:09.109Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:26:09.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:26:09.467Z] . [Pipeline] withDockerContainer [2020-10-25T13:26:09.584Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:26:09.634Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:26:10.373Z] $ docker top af0f716d8f13eb4db2153468f2edd0e5c8bf85729f89fd938ce246d5ce053532 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:26:11.003Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:26:11.003Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:26:17.766Z] $ docker stop --time=1 af0f716d8f13eb4db2153468f2edd0e5c8bf85729f89fd938ce246d5ce053532 [2020-10-25T13:26:19.132Z] $ docker rm -f af0f716d8f13eb4db2153468f2edd0e5c8bf85729f89fd938ce246d5ce053532 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:26:19.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:26:19.636Z] . [Pipeline] withDockerContainer [2020-10-25T13:26:19.747Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:26:19.800Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:26:20.503Z] $ docker top 6fdd85b30e87f2f129d53ac293fe3ed099554b82096d2a0bd91430c08d5810f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:26:21.091Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:26:21.092Z] + tee [2020-10-25T13:26:21.092Z] clair timeout 1m0s [2020-10-25T13:26:21.092Z] docker timeout: 1m0s [2020-10-25T13:26:21.092Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:26:23.110Z] $ docker stop --time=1 6fdd85b30e87f2f129d53ac293fe3ed099554b82096d2a0bd91430c08d5810f8 [2020-10-25T13:26:24.915Z] $ docker rm -f 6fdd85b30e87f2f129d53ac293fe3ed099554b82096d2a0bd91430c08d5810f8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:26:25.411Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:26:25.426Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:26:25.537Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:26:25.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:26:25.898Z] . [Pipeline] withDockerContainer [2020-10-25T13:26:26.018Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:26:26.083Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:26:27.025Z] $ docker top edaeffdb2e2f8dbf1dc413a9de8850fc10ecc30d2c0c6b6b40c4b2bd75063787 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:26:27.614Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:26:27.614Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:26:35.946Z] $ docker stop --time=1 edaeffdb2e2f8dbf1dc413a9de8850fc10ecc30d2c0c6b6b40c4b2bd75063787 [2020-10-25T13:26:37.463Z] $ docker rm -f edaeffdb2e2f8dbf1dc413a9de8850fc10ecc30d2c0c6b6b40c4b2bd75063787 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:26:37.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:26:37.974Z] . [Pipeline] withDockerContainer [2020-10-25T13:26:38.086Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:26:38.138Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:26:38.888Z] $ docker top 97437a45b970e433aeee76677213e124d0b478e8f632d362e6292886af9d5a14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:26:39.460Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:26:39.460Z] + tee [2020-10-25T13:26:39.460Z] clair timeout 1m0s [2020-10-25T13:26:39.460Z] docker timeout: 1m0s [2020-10-25T13:26:39.460Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:26:40.986Z] $ docker stop --time=1 97437a45b970e433aeee76677213e124d0b478e8f632d362e6292886af9d5a14 [2020-10-25T13:26:42.385Z] $ docker rm -f 97437a45b970e433aeee76677213e124d0b478e8f632d362e6292886af9d5a14 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:26:42.888Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:26:42.903Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:26:42.960Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:26:43.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:26:43.307Z] . [Pipeline] withDockerContainer [2020-10-25T13:26:43.418Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:26:43.467Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:26:44.280Z] $ docker top 4aac3709fa51851c22ec9903610012732aea0b825966e3fd4648812d0404b6f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:26:44.856Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:26:44.856Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:26:48.334Z] $ docker stop --time=1 4aac3709fa51851c22ec9903610012732aea0b825966e3fd4648812d0404b6f3 [2020-10-25T13:26:49.719Z] $ docker rm -f 4aac3709fa51851c22ec9903610012732aea0b825966e3fd4648812d0404b6f3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:26:50.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:26:50.211Z] . [Pipeline] withDockerContainer [2020-10-25T13:26:50.348Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:26:50.399Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:26:51.055Z] $ docker top 3548319584bc182574072b9f7d56ddf63a58e8935733a261a7d0ba75fc902932 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:26:51.692Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:26:51.692Z] + tee [2020-10-25T13:26:51.692Z] clair timeout 1m0s [2020-10-25T13:26:51.692Z] docker timeout: 1m0s [2020-10-25T13:26:51.692Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:26:52.375Z] $ docker stop --time=1 3548319584bc182574072b9f7d56ddf63a58e8935733a261a7d0ba75fc902932 [2020-10-25T13:26:53.741Z] $ docker rm -f 3548319584bc182574072b9f7d56ddf63a58e8935733a261a7d0ba75fc902932 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:26:54.282Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:26:54.296Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-support-logging-go-arm64_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:26:54.402Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:26:54.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:26:54.768Z] . [Pipeline] withDockerContainer [2020-10-25T13:26:54.868Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:26:54.923Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:26:55.659Z] $ docker top d5080cb90641f3692d63575dc05c624e7cd7b789d35d32c724326ca603efa492 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:26:56.204Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:26:56.204Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:27:01.745Z] $ docker stop --time=1 d5080cb90641f3692d63575dc05c624e7cd7b789d35d32c724326ca603efa492 [2020-10-25T13:27:03.198Z] $ docker rm -f d5080cb90641f3692d63575dc05c624e7cd7b789d35d32c724326ca603efa492 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:27:03.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:27:03.694Z] . [Pipeline] withDockerContainer [2020-10-25T13:27:03.802Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:27:03.853Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:27:04.648Z] $ docker top d85930114edf4857fc6994a15efabd25cc2e6b0319a1b19140f6b8cd9626d895 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:27:05.274Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:27:05.274Z] + tee [2020-10-25T13:27:05.274Z] clair timeout 1m0s [2020-10-25T13:27:05.274Z] docker timeout: 1m0s [2020-10-25T13:27:05.274Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:27:06.320Z] $ docker stop --time=1 d85930114edf4857fc6994a15efabd25cc2e6b0319a1b19140f6b8cd9626d895 [2020-10-25T13:27:07.667Z] $ docker rm -f d85930114edf4857fc6994a15efabd25cc2e6b0319a1b19140f6b8cd9626d895 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:27:08.141Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:27:08.155Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-support-notifications-go-arm64_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:27:08.207Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:27:08.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:27:08.551Z] . [Pipeline] withDockerContainer [2020-10-25T13:27:08.652Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:27:08.698Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:27:09.320Z] $ docker top 39a41998107ef31a11b1cc7cd9dbeb7caf40bd3aa17b66a8a5eb2a31370dd3bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:27:09.833Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:27:09.833Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:27:12.564Z] $ docker stop --time=1 39a41998107ef31a11b1cc7cd9dbeb7caf40bd3aa17b66a8a5eb2a31370dd3bc [2020-10-25T13:27:13.973Z] $ docker rm -f 39a41998107ef31a11b1cc7cd9dbeb7caf40bd3aa17b66a8a5eb2a31370dd3bc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:27:14.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:27:14.461Z] . [Pipeline] withDockerContainer [2020-10-25T13:27:14.593Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:27:14.658Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:27:15.402Z] $ docker top 5a20c7b2b6f40c0aa3393e4706db106bc11f67cb0e13382089f1b25a8f595f45 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:27:15.947Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:27:15.947Z] + tee [2020-10-25T13:27:15.947Z] clair timeout 1m0s [2020-10-25T13:27:15.947Z] docker timeout: 1m0s [2020-10-25T13:27:15.947Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:27:16.619Z] $ docker stop --time=1 5a20c7b2b6f40c0aa3393e4706db106bc11f67cb0e13382089f1b25a8f595f45 [2020-10-25T13:27:18.016Z] $ docker rm -f 5a20c7b2b6f40c0aa3393e4706db106bc11f67cb0e13382089f1b25a8f595f45 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:27:18.537Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:27:18.553Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-support-scheduler-go-arm64_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:27:18.637Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:27:18.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:27:18.979Z] . [Pipeline] withDockerContainer [2020-10-25T13:27:19.090Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:27:19.141Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:27:19.920Z] $ docker top 58f6f14a8d3516345853bc7a752f8a95e61be7cbf11c7e04df8561609f48934e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:27:20.580Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:27:20.580Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:27:35.749Z] $ docker stop --time=1 58f6f14a8d3516345853bc7a752f8a95e61be7cbf11c7e04df8561609f48934e [2020-10-25T13:27:37.118Z] $ docker rm -f 58f6f14a8d3516345853bc7a752f8a95e61be7cbf11c7e04df8561609f48934e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:27:37.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-25T13:27:37.585Z] . [Pipeline] withDockerContainer [2020-10-25T13:27:37.693Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:27:37.740Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-25T13:27:38.437Z] $ docker top 7f0395d64f177ed3f4d77531af170378a997eef9f2f87869475f6253e5dd3a8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-25T13:27:38.984Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1dd33a3af9a617cbaf28a861ee32f6521d03d04f [2020-10-25T13:27:38.984Z] + tee [2020-10-25T13:27:38.984Z] clair timeout 1m0s [2020-10-25T13:27:38.984Z] docker timeout: 1m0s [2020-10-25T13:27:38.984Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-25T13:27:40.573Z] $ docker stop --time=1 7f0395d64f177ed3f4d77531af170378a997eef9f2f87869475f6253e5dd3a8e [2020-10-25T13:27:41.978Z] $ docker rm -f 7f0395d64f177ed3f4d77531af170378a997eef9f2f87869475f6253e5dd3a8e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-25T13:27:42.449Z] + mkdir -p /w/workspace/edgex-go/209/clair-reports [Pipeline] echo [2020-10-25T13:27:42.463Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/209/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_1dd33a3af9a617cbaf28a861ee32f6521d03d04f.html [Pipeline] writeFile [Pipeline] step [2020-10-25T13:27:42.516Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-25T13:27:42.932Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-25T13:27:42.982Z] provisioning config files... [2020-10-25T13:27:42.996Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/209@tmp/config3187014442100303354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:27:43.359Z] --> edgex-publish-swagger.sh [2020-10-25T13:27:43.359Z] === Publish openapi/v1 API === [2020-10-25T13:27:43.359Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-25T13:27:43.359Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-25T13:27:43.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:43.359Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:44.749Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8498 0:00:01 0:00:01 --:--:-- 8505 100 10521 0 0 100 10521 0 8496 0:00:01 0:00:01 --:--:-- 8505 [2020-10-25T13:27:44.749Z] [2020-10-25T13:27:44.749Z] [2020-10-25T13:27:44.749Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-25T13:27:44.749Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:44.749Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:45.695Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28514 0:00:01 0:00:01 --:--:-- 28507 100 32556 0 0 100 32556 0 28510 0:00:01 0:00:01 --:--:-- 28507 [2020-10-25T13:27:45.695Z] [2020-10-25T13:27:45.695Z] [2020-10-25T13:27:45.695Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-25T13:27:45.695Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:45.695Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:47.083Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 65775 0:00:01 0:00:01 --:--:-- 65821 100 73720 0 0 100 73720 0 65763 0:00:01 0:00:01 --:--:-- 65821 [2020-10-25T13:27:47.083Z] [2020-10-25T13:27:47.083Z] [2020-10-25T13:27:47.083Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-25T13:27:47.083Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:47.083Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:48.029Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12858 0:00:01 0:00:01 --:--:-- 12872 100 13580 0 0 100 13580 0 12855 0:00:01 0:00:01 --:--:-- 12859 [2020-10-25T13:27:48.029Z] [2020-10-25T13:27:48.029Z] [2020-10-25T13:27:48.029Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-25T13:27:48.029Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:48.029Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:48.974Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36938 0:00:01 0:00:01 --:--:-- 36966 100 38889 0 0 100 38889 0 36931 0:00:01 0:00:01 --:--:-- 36966 [2020-10-25T13:27:48.974Z] [2020-10-25T13:27:48.974Z] [2020-10-25T13:27:48.974Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-25T13:27:48.974Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:48.974Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:50.364Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11873 0:00:01 0:00:01 --:--:-- 11883 100 14248 0 0 100 14248 0 10945 0:00:01 0:00:01 --:--:-- 10951 [2020-10-25T13:27:50.364Z] [2020-10-25T13:27:50.364Z] [2020-10-25T13:27:50.364Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-25T13:27:50.364Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:50.364Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:51.306Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3804 0:00:01 0:00:01 --:--:-- 3808 100 4109 0 0 100 4109 0 3803 0:00:01 0:00:01 --:--:-- 3804 [2020-10-25T13:27:51.306Z] [2020-10-25T13:27:51.306Z] [2020-10-25T13:27:51.306Z] === Publish openapi/v2 API === [2020-10-25T13:27:51.568Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-25T13:27:51.568Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-25T13:27:51.568Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:51.568Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:52.956Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24640 0:00:01 0:00:01 --:--:-- 24653 100 29535 0 0 100 29535 0 24426 0:00:01 0:00:01 --:--:-- 24449 [2020-10-25T13:27:52.956Z] [2020-10-25T13:27:52.956Z] [2020-10-25T13:27:52.956Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-25T13:27:52.956Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:52.956Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:53.900Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65642 0 0 100 65642 0 57483 0:00:01 0:00:01 --:--:-- 57479 100 65642 0 0 100 65642 0 57471 0:00:01 0:00:01 --:--:-- 57429 [2020-10-25T13:27:53.900Z] [2020-10-25T13:27:53.900Z] [2020-10-25T13:27:53.900Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-25T13:27:53.900Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:53.900Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:54.844Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 107k 0:00:01 0:00:01 --:--:-- 107k 100 119k 0 0 100 119k 0 107k 0:00:01 0:00:01 --:--:-- 107k [2020-10-25T13:27:54.844Z] [2020-10-25T13:27:54.844Z] [2020-10-25T13:27:54.844Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-25T13:27:54.844Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:54.844Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:56.230Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 22137 0:00:01 0:00:01 --:--:-- 22161 100 23691 0 0 100 23691 0 22133 0:00:01 0:00:01 --:--:-- 22141 [2020-10-25T13:27:56.230Z] [2020-10-25T13:27:56.230Z] [2020-10-25T13:27:56.230Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-25T13:27:56.230Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:56.230Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:57.175Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 57565 0:00:01 0:00:01 --:--:-- 57620 100 62691 0 0 100 62691 0 57554 0:00:01 0:00:01 --:--:-- 57567 [2020-10-25T13:27:57.175Z] [2020-10-25T13:27:57.175Z] [2020-10-25T13:27:57.175Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-25T13:27:57.175Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:57.175Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:58.562Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38380 0:00:01 0:00:01 --:--:-- 38402 100 46198 0 0 100 46198 0 35784 0:00:01 0:00:01 --:--:-- 35812 [2020-10-25T13:27:58.562Z] [2020-10-25T13:27:58.562Z] [2020-10-25T13:27:58.562Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-25T13:27:58.562Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-25T13:27:58.562Z] Dload Upload Total Spent Left Speed [2020-10-25T13:27:59.526Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21094 0:00:01 0:00:01 --:--:-- 21107 100 23725 0 0 100 23725 0 21089 0:00:01 0:00:01 --:--:-- 21107 [2020-10-25T13:27:59.526Z] [2020-10-25T13:27:59.526Z] [Pipeline] } [2020-10-25T13:27:59.534Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:28:00.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-25T13:28:00.574Z] . [Pipeline] withDockerContainer [2020-10-25T13:28:00.677Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:28:00.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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 [2020-10-25T13:28:01.641Z] $ docker top 1a34192c69e77c41ef0200edbda9dbb15450b950a6c4b295a33c5b57f61e0933 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-25T13:28:01.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-25T13:28:01.992Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-25T13:28:02.246Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-25T13:28:02.251Z] $ docker exec 1a34192c69e77c41ef0200edbda9dbb15450b950a6c4b295a33c5b57f61e0933 ssh-agent [2020-10-25T13:28:02.446Z] SSH_AUTH_SOCK=/tmp/ssh-m9lcLHIkcu6f/agent.12 [2020-10-25T13:28:02.446Z] SSH_AGENT_PID=18 [2020-10-25T13:28:02.454Z] Running ssh-add (command line suppressed) [2020-10-25T13:28:02.596Z] Identity added: /w/workspace/edgex-go/209@tmp/private_key_3421810530652231590.key (/w/workspace/edgex-go/209@tmp/private_key_3421810530652231590.key) [2020-10-25T13:28:02.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-25T13:28:03.015Z] + git semver tag [2020-10-25T13:28:03.278Z] # -> Open(): unable to determine branch for HEAD [2020-10-25T13:28:03.278Z] # $GIT_DIR = /w/workspace/edgex-go/209/.git [2020-10-25T13:28:03.278Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/209 [2020-10-25T13:28:03.278Z] # $SEMVER_REMOTE_NAME = origin [2020-10-25T13:28:03.278Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-25T13:28:03.278Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-25T13:28:03.278Z] # $SEMVER_BRANCH = master [2020-10-25T13:28:03.278Z] # $SEMVER_DIR = /w/workspace/edgex-go/209/.semver [2020-10-25T13:28:03.278Z] # 1dd33a3af9a617cbaf28a861ee32f6521d03d04f HEAD [2020-10-25T13:28:03.851Z] # -> Force: false [2020-10-25T13:28:03.851Z] # c8ffd555e382f36b049741088323d1dbd3265b18 refs/tags/v1.2.2-dev.93 [Pipeline] } [2020-10-25T13:28:03.865Z] $ docker exec --env ******** --env ******** 1a34192c69e77c41ef0200edbda9dbb15450b950a6c4b295a33c5b57f61e0933 ssh-agent -k [2020-10-25T13:28:04.005Z] unset SSH_AUTH_SOCK; [2020-10-25T13:28:04.005Z] unset SSH_AGENT_PID; [2020-10-25T13:28:04.005Z] echo Agent pid 18 killed; [2020-10-25T13:28:04.058Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-25T13:28:04.523Z] + git semver [Pipeline] } [2020-10-25T13:28:04.542Z] $ docker stop --time=1 1a34192c69e77c41ef0200edbda9dbb15450b950a6c4b295a33c5b57f61e0933 [2020-10-25T13:28:05.895Z] $ docker rm -f 1a34192c69e77c41ef0200edbda9dbb15450b950a6c4b295a33c5b57f61e0933 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:28:06.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-25T13:28:06.539Z] [2020-10-25T13:28:06.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:28:06.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-25T13:28:06.956Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-25T13:28:06.956Z] ab5ef0e58194: Pulling fs layer [2020-10-25T13:28:06.956Z] 9712f1f96733: Pulling fs layer [2020-10-25T13:28:06.956Z] 63f879dbbcfc: Pulling fs layer [2020-10-25T13:28:06.956Z] 0d9ebad4ef96: Pulling fs layer [2020-10-25T13:28:06.956Z] e9a5061849ea: Pulling fs layer [2020-10-25T13:28:06.956Z] d747dcd14b5f: Pulling fs layer [2020-10-25T13:28:06.956Z] 2de7ff778b66: Pulling fs layer [2020-10-25T13:28:06.956Z] 2de7ff778b66: Waiting [2020-10-25T13:28:06.956Z] e9a5061849ea: Waiting [2020-10-25T13:28:06.956Z] d747dcd14b5f: Waiting [2020-10-25T13:28:06.956Z] 0d9ebad4ef96: Waiting [2020-10-25T13:28:06.956Z] 9712f1f96733: Verifying Checksum [2020-10-25T13:28:06.956Z] 9712f1f96733: Download complete [2020-10-25T13:28:08.920Z] 63f879dbbcfc: Verifying Checksum [2020-10-25T13:28:08.920Z] 63f879dbbcfc: Download complete [2020-10-25T13:28:08.920Z] e9a5061849ea: Verifying Checksum [2020-10-25T13:28:08.920Z] e9a5061849ea: Download complete [2020-10-25T13:28:08.920Z] d747dcd14b5f: Verifying Checksum [2020-10-25T13:28:08.920Z] d747dcd14b5f: Download complete [2020-10-25T13:28:09.187Z] 2de7ff778b66: Verifying Checksum [2020-10-25T13:28:09.187Z] 2de7ff778b66: Download complete [2020-10-25T13:28:09.762Z] 0d9ebad4ef96: Verifying Checksum [2020-10-25T13:28:09.762Z] 0d9ebad4ef96: Download complete [2020-10-25T13:28:09.762Z] ab5ef0e58194: Verifying Checksum [2020-10-25T13:28:09.762Z] ab5ef0e58194: Download complete [2020-10-25T13:28:15.103Z] ab5ef0e58194: Pull complete [2020-10-25T13:28:15.103Z] 9712f1f96733: Pull complete [2020-10-25T13:28:17.032Z] 63f879dbbcfc: Pull complete [2020-10-25T13:28:23.849Z] 0d9ebad4ef96: Pull complete [2020-10-25T13:28:25.241Z] e9a5061849ea: Pull complete [2020-10-25T13:28:25.506Z] d747dcd14b5f: Pull complete [2020-10-25T13:28:28.821Z] 2de7ff778b66: Pull complete [2020-10-25T13:28:28.821Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-25T13:28:28.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-25T13:28:28.821Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-25T13:28:29.028Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:28:29.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-25T13:28:32.535Z] $ docker top dd15a12bc06becb91d0d46962495986f50119d56f20aececc5ea9ee868537017 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-25T13:28:32.818Z] provisioning config files... [2020-10-25T13:28:32.829Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/209@tmp/config2333742477813577783tmp [2020-10-25T13:28:32.846Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/209@tmp/config8338000599030890792tmp [2020-10-25T13:28:32.866Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/209@tmp/config2193812027730273692tmp [Pipeline] { [Pipeline] echo [2020-10-25T13:28:32.949Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:28:33.246Z] ---> sigul-configuration.sh [2020-10-25T13:28:33.246Z] gpg: directory `/root/.gnupg' created [2020-10-25T13:28:33.246Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-25T13:28:33.246Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-25T13:28:33.246Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-25T13:28:33.246Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-25T13:28:33.246Z] gpg: CAST5 encrypted data [2020-10-25T13:28:33.511Z] gpg: encrypted with 1 passphrase [2020-10-25T13:28:33.511Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-25T13:28:33.813Z] + mkdir /home/jenkins [2020-10-25T13:28:33.813Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-25T13:28:34.111Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-25T13:28:34.121Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:28:34.419Z] ---> sigul-install.sh [2020-10-25T13:28:39.718Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-25T13:28:40.016Z] + git tag --list [2020-10-25T13:28:40.016Z] 0.6.0 [2020-10-25T13:28:40.016Z] 0.6.1 [2020-10-25T13:28:40.016Z] 0.7.0 [2020-10-25T13:28:40.016Z] 0.7.1 [2020-10-25T13:28:40.016Z] v1.0.0 [2020-10-25T13:28:40.016Z] v1.0.1 [2020-10-25T13:28:40.016Z] v1.1.0 [2020-10-25T13:28:40.016Z] v1.2.0 [2020-10-25T13:28:40.016Z] v1.2.1 [2020-10-25T13:28:40.016Z] v1.2.2-dev.1 [2020-10-25T13:28:40.016Z] v1.2.2-dev.10 [2020-10-25T13:28:40.016Z] v1.2.2-dev.11 [2020-10-25T13:28:40.016Z] v1.2.2-dev.12 [2020-10-25T13:28:40.016Z] v1.2.2-dev.13 [2020-10-25T13:28:40.016Z] v1.2.2-dev.14 [2020-10-25T13:28:40.016Z] v1.2.2-dev.15 [2020-10-25T13:28:40.016Z] v1.2.2-dev.16 [2020-10-25T13:28:40.016Z] v1.2.2-dev.17 [2020-10-25T13:28:40.016Z] v1.2.2-dev.18 [2020-10-25T13:28:40.016Z] v1.2.2-dev.19 [2020-10-25T13:28:40.016Z] v1.2.2-dev.2 [2020-10-25T13:28:40.016Z] v1.2.2-dev.20 [2020-10-25T13:28:40.016Z] v1.2.2-dev.21 [2020-10-25T13:28:40.016Z] v1.2.2-dev.22 [2020-10-25T13:28:40.016Z] v1.2.2-dev.23 [2020-10-25T13:28:40.016Z] v1.2.2-dev.24 [2020-10-25T13:28:40.016Z] v1.2.2-dev.25 [2020-10-25T13:28:40.016Z] v1.2.2-dev.26 [2020-10-25T13:28:40.016Z] v1.2.2-dev.27 [2020-10-25T13:28:40.016Z] v1.2.2-dev.28 [2020-10-25T13:28:40.016Z] v1.2.2-dev.29 [2020-10-25T13:28:40.016Z] v1.2.2-dev.3 [2020-10-25T13:28:40.016Z] v1.2.2-dev.30 [2020-10-25T13:28:40.016Z] v1.2.2-dev.31 [2020-10-25T13:28:40.016Z] v1.2.2-dev.32 [2020-10-25T13:28:40.016Z] v1.2.2-dev.33 [2020-10-25T13:28:40.016Z] v1.2.2-dev.34 [2020-10-25T13:28:40.016Z] v1.2.2-dev.35 [2020-10-25T13:28:40.016Z] v1.2.2-dev.36 [2020-10-25T13:28:40.016Z] v1.2.2-dev.37 [2020-10-25T13:28:40.016Z] v1.2.2-dev.38 [2020-10-25T13:28:40.016Z] v1.2.2-dev.39 [2020-10-25T13:28:40.016Z] v1.2.2-dev.4 [2020-10-25T13:28:40.016Z] v1.2.2-dev.40 [2020-10-25T13:28:40.016Z] v1.2.2-dev.41 [2020-10-25T13:28:40.016Z] v1.2.2-dev.42 [2020-10-25T13:28:40.016Z] v1.2.2-dev.43 [2020-10-25T13:28:40.016Z] v1.2.2-dev.44 [2020-10-25T13:28:40.016Z] v1.2.2-dev.45 [2020-10-25T13:28:40.016Z] v1.2.2-dev.46 [2020-10-25T13:28:40.016Z] v1.2.2-dev.47 [2020-10-25T13:28:40.016Z] v1.2.2-dev.48 [2020-10-25T13:28:40.016Z] v1.2.2-dev.49 [2020-10-25T13:28:40.016Z] v1.2.2-dev.5 [2020-10-25T13:28:40.016Z] v1.2.2-dev.50 [2020-10-25T13:28:40.016Z] v1.2.2-dev.51 [2020-10-25T13:28:40.016Z] v1.2.2-dev.52 [2020-10-25T13:28:40.016Z] v1.2.2-dev.53 [2020-10-25T13:28:40.016Z] v1.2.2-dev.54 [2020-10-25T13:28:40.016Z] v1.2.2-dev.55 [2020-10-25T13:28:40.016Z] v1.2.2-dev.56 [2020-10-25T13:28:40.016Z] v1.2.2-dev.57 [2020-10-25T13:28:40.016Z] v1.2.2-dev.58 [2020-10-25T13:28:40.016Z] v1.2.2-dev.59 [2020-10-25T13:28:40.016Z] v1.2.2-dev.6 [2020-10-25T13:28:40.016Z] v1.2.2-dev.60 [2020-10-25T13:28:40.016Z] v1.2.2-dev.61 [2020-10-25T13:28:40.016Z] v1.2.2-dev.62 [2020-10-25T13:28:40.016Z] v1.2.2-dev.63 [2020-10-25T13:28:40.016Z] v1.2.2-dev.64 [2020-10-25T13:28:40.016Z] v1.2.2-dev.65 [2020-10-25T13:28:40.016Z] v1.2.2-dev.66 [2020-10-25T13:28:40.016Z] v1.2.2-dev.67 [2020-10-25T13:28:40.016Z] v1.2.2-dev.68 [2020-10-25T13:28:40.016Z] v1.2.2-dev.69 [2020-10-25T13:28:40.016Z] v1.2.2-dev.7 [2020-10-25T13:28:40.016Z] v1.2.2-dev.70 [2020-10-25T13:28:40.016Z] v1.2.2-dev.71 [2020-10-25T13:28:40.016Z] v1.2.2-dev.72 [2020-10-25T13:28:40.016Z] v1.2.2-dev.73 [2020-10-25T13:28:40.016Z] v1.2.2-dev.74 [2020-10-25T13:28:40.016Z] v1.2.2-dev.75 [2020-10-25T13:28:40.016Z] v1.2.2-dev.76 [2020-10-25T13:28:40.016Z] v1.2.2-dev.77 [2020-10-25T13:28:40.016Z] v1.2.2-dev.78 [2020-10-25T13:28:40.016Z] v1.2.2-dev.79 [2020-10-25T13:28:40.016Z] v1.2.2-dev.8 [2020-10-25T13:28:40.016Z] v1.2.2-dev.80 [2020-10-25T13:28:40.016Z] v1.2.2-dev.81 [2020-10-25T13:28:40.016Z] v1.2.2-dev.82 [2020-10-25T13:28:40.016Z] v1.2.2-dev.83 [2020-10-25T13:28:40.016Z] v1.2.2-dev.84 [2020-10-25T13:28:40.016Z] v1.2.2-dev.85 [2020-10-25T13:28:40.016Z] v1.2.2-dev.86 [2020-10-25T13:28:40.016Z] v1.2.2-dev.87 [2020-10-25T13:28:40.016Z] v1.2.2-dev.88 [2020-10-25T13:28:40.016Z] v1.2.2-dev.89 [2020-10-25T13:28:40.016Z] v1.2.2-dev.9 [2020-10-25T13:28:40.016Z] v1.2.2-dev.90 [2020-10-25T13:28:40.016Z] v1.2.2-dev.91 [2020-10-25T13:28:40.016Z] v1.2.2-dev.92 [2020-10-25T13:28:40.016Z] v1.2.2-dev.93 [Pipeline] sh [2020-10-25T13:28:40.315Z] + lftools sign git-tag v1.2.2-dev.93 [2020-10-25T13:28:41.782Z] Signing Git tag with Sigul... [2020-10-25T13:28:41.782Z] Signing v1.2.2-dev.93 [Pipeline] echo [2020-10-25T13:28:42.749Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:28:43.044Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-25T13:28:43.053Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-25T13:28:43.153Z] $ docker stop --time=1 dd15a12bc06becb91d0d46962495986f50119d56f20aececc5ea9ee868537017 [2020-10-25T13:28:45.257Z] $ docker rm -f dd15a12bc06becb91d0d46962495986f50119d56f20aececc5ea9ee868537017 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:28:46.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-25T13:28:46.163Z] . [Pipeline] withDockerContainer [2020-10-25T13:28:46.270Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:28:46.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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 [2020-10-25T13:28:47.115Z] $ docker top acb959e1671cede13e9bcd534ecb78a543c10bd93f2337cc094a2e7ce7caddcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-25T13:28:47.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-25T13:28:47.471Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-25T13:28:47.710Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-25T13:28:47.714Z] $ docker exec acb959e1671cede13e9bcd534ecb78a543c10bd93f2337cc094a2e7ce7caddcd ssh-agent [2020-10-25T13:28:47.914Z] SSH_AUTH_SOCK=/tmp/ssh-foB8pE8p23Q3/agent.11 [2020-10-25T13:28:47.914Z] SSH_AGENT_PID=16 [2020-10-25T13:28:47.923Z] Running ssh-add (command line suppressed) [2020-10-25T13:28:48.057Z] Identity added: /w/workspace/edgex-go/209@tmp/private_key_3175959252335879166.key (/w/workspace/edgex-go/209@tmp/private_key_3175959252335879166.key) [2020-10-25T13:28:48.113Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-25T13:28:48.445Z] + git semver bump pre [2020-10-25T13:28:48.445Z] # -> Open(): unable to determine branch for HEAD [2020-10-25T13:28:48.445Z] # $GIT_DIR = /w/workspace/edgex-go/209/.git [2020-10-25T13:28:48.445Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/209 [2020-10-25T13:28:48.445Z] # $SEMVER_REMOTE_NAME = origin [2020-10-25T13:28:48.445Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-25T13:28:48.445Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-25T13:28:48.445Z] # $SEMVER_BRANCH = master [2020-10-25T13:28:48.445Z] # $SEMVER_DIR = /w/workspace/edgex-go/209/.semver [2020-10-25T13:28:48.445Z] 1.2.2-dev.94 [Pipeline] } [2020-10-25T13:28:48.459Z] $ docker exec --env ******** --env ******** acb959e1671cede13e9bcd534ecb78a543c10bd93f2337cc094a2e7ce7caddcd ssh-agent -k [2020-10-25T13:28:48.583Z] unset SSH_AUTH_SOCK; [2020-10-25T13:28:48.583Z] unset SSH_AGENT_PID; [2020-10-25T13:28:48.583Z] echo Agent pid 16 killed; [2020-10-25T13:28:48.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-25T13:28:49.122Z] + git semver [Pipeline] } [2020-10-25T13:28:49.139Z] $ docker stop --time=1 acb959e1671cede13e9bcd534ecb78a543c10bd93f2337cc094a2e7ce7caddcd [2020-10-25T13:28:50.541Z] $ docker rm -f acb959e1671cede13e9bcd534ecb78a543c10bd93f2337cc094a2e7ce7caddcd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:28:51.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-25T13:28:51.085Z] . [Pipeline] withDockerContainer [2020-10-25T13:28:51.195Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:28:51.244Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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 [2020-10-25T13:28:52.025Z] $ docker top 1cff07415747ce2527f7ade6f402e6dcef22e3aa173d31e86ce457da8e2a06f1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-25T13:28:52.332Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-25T13:28:52.332Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-25T13:28:52.532Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-25T13:28:52.537Z] $ docker exec 1cff07415747ce2527f7ade6f402e6dcef22e3aa173d31e86ce457da8e2a06f1 ssh-agent [2020-10-25T13:28:52.717Z] SSH_AUTH_SOCK=/tmp/ssh-ytCQ9gFnYz7r/agent.12 [2020-10-25T13:28:52.717Z] SSH_AGENT_PID=17 [2020-10-25T13:28:52.725Z] Running ssh-add (command line suppressed) [2020-10-25T13:28:52.858Z] Identity added: /w/workspace/edgex-go/209@tmp/private_key_3862541539755308395.key (/w/workspace/edgex-go/209@tmp/private_key_3862541539755308395.key) [2020-10-25T13:28:52.917Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-25T13:28:53.272Z] + git semver push [2020-10-25T13:28:53.273Z] # -> Open(): unable to determine branch for HEAD [2020-10-25T13:28:53.273Z] # $GIT_DIR = /w/workspace/edgex-go/209/.git [2020-10-25T13:28:53.273Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/209 [2020-10-25T13:28:53.273Z] # $SEMVER_REMOTE_NAME = origin [2020-10-25T13:28:53.273Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-25T13:28:53.273Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-25T13:28:53.273Z] # $SEMVER_BRANCH = master [2020-10-25T13:28:53.273Z] # $SEMVER_DIR = /w/workspace/edgex-go/209/.semver [Pipeline] } [2020-10-25T13:29:03.325Z] $ docker exec --env ******** --env ******** 1cff07415747ce2527f7ade6f402e6dcef22e3aa173d31e86ce457da8e2a06f1 ssh-agent -k [2020-10-25T13:29:03.473Z] unset SSH_AUTH_SOCK; [2020-10-25T13:29:03.473Z] unset SSH_AGENT_PID; [2020-10-25T13:29:03.473Z] echo Agent pid 17 killed; [2020-10-25T13:29:03.540Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-25T13:29:04.078Z] + git semver [Pipeline] } [2020-10-25T13:29:04.099Z] $ docker stop --time=1 1cff07415747ce2527f7ade6f402e6dcef22e3aa173d31e86ce457da8e2a06f1 [2020-10-25T13:29:05.461Z] $ docker rm -f 1cff07415747ce2527f7ade6f402e6dcef22e3aa173d31e86ce457da8e2a06f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:29:06.505Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:29:07.385Z] ---> package-listing.sh [2020-10-25T13:29:07.385Z] ++ facter osfamily [2020-10-25T13:29:07.385Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-25T13:29:07.385Z] + OS_FAMILY=redhat [2020-10-25T13:29:07.385Z] + workspace=/w/workspace/edgex-go/209 [2020-10-25T13:29:07.385Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-25T13:29:07.385Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-25T13:29:07.385Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-25T13:29:07.385Z] + PACKAGES=/tmp/packages_start.txt [2020-10-25T13:29:07.385Z] + '[' /w/workspace/edgex-go/209 ']' [2020-10-25T13:29:07.385Z] + PACKAGES=/tmp/packages_end.txt [2020-10-25T13:29:07.385Z] + case "${OS_FAMILY}" in [2020-10-25T13:29:07.385Z] + rpm -qa [2020-10-25T13:29:07.385Z] + sort [2020-10-25T13:29:11.603Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-25T13:29:11.603Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-25T13:29:11.603Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-25T13:29:11.603Z] + '[' /w/workspace/edgex-go/209 ']' [2020-10-25T13:29:11.603Z] + mkdir -p /w/workspace/edgex-go/209/archives/ [2020-10-25T13:29:11.603Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/209/archives/ [Pipeline] echo [2020-10-25T13:29:11.616Z] 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/209/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-25T13:29:11.905Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:29:12.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-25T13:29:12.214Z] [2020-10-25T13:29:12.214Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-25T13:29:12.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-25T13:29:12.600Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-25T13:29:12.600Z] df20fa9351a1: Already exists [2020-10-25T13:29:12.600Z] 36b3adc4ff6f: Pulling fs layer [2020-10-25T13:29:12.600Z] 8ad3a11d3b57: Pulling fs layer [2020-10-25T13:29:12.600Z] 46f8f816bc3b: Pulling fs layer [2020-10-25T13:29:12.600Z] 93b61091891f: Pulling fs layer [2020-10-25T13:29:12.600Z] 93b9cdb0e59b: Pulling fs layer [2020-10-25T13:29:12.600Z] 5e14af77c1be: Pulling fs layer [2020-10-25T13:29:12.600Z] 01666e4c0597: Pulling fs layer [2020-10-25T13:29:12.600Z] aa168da1d23b: Pulling fs layer [2020-10-25T13:29:12.600Z] 93b61091891f: Waiting [2020-10-25T13:29:12.600Z] 93b9cdb0e59b: Waiting [2020-10-25T13:29:12.600Z] 5e14af77c1be: Waiting [2020-10-25T13:29:12.600Z] aa168da1d23b: Waiting [2020-10-25T13:29:12.600Z] 01666e4c0597: Waiting [2020-10-25T13:29:12.600Z] 46f8f816bc3b: Verifying Checksum [2020-10-25T13:29:12.600Z] 46f8f816bc3b: Download complete [2020-10-25T13:29:12.600Z] 36b3adc4ff6f: Verifying Checksum [2020-10-25T13:29:12.600Z] 36b3adc4ff6f: Download complete [2020-10-25T13:29:12.600Z] 93b9cdb0e59b: Verifying Checksum [2020-10-25T13:29:12.600Z] 93b9cdb0e59b: Download complete [2020-10-25T13:29:12.863Z] 5e14af77c1be: Verifying Checksum [2020-10-25T13:29:12.863Z] 5e14af77c1be: Download complete [2020-10-25T13:29:12.863Z] 93b61091891f: Verifying Checksum [2020-10-25T13:29:12.863Z] 93b61091891f: Download complete [2020-10-25T13:29:12.863Z] 01666e4c0597: Verifying Checksum [2020-10-25T13:29:12.863Z] 01666e4c0597: Download complete [2020-10-25T13:29:13.127Z] 36b3adc4ff6f: Pull complete [2020-10-25T13:29:13.391Z] 8ad3a11d3b57: Verifying Checksum [2020-10-25T13:29:13.391Z] 8ad3a11d3b57: Download complete [2020-10-25T13:29:14.344Z] 8ad3a11d3b57: Pull complete [2020-10-25T13:29:14.344Z] 46f8f816bc3b: Pull complete [2020-10-25T13:29:14.919Z] aa168da1d23b: Verifying Checksum [2020-10-25T13:29:14.919Z] aa168da1d23b: Download complete [2020-10-25T13:29:15.866Z] 93b61091891f: Pull complete [2020-10-25T13:29:16.128Z] 93b9cdb0e59b: Pull complete [2020-10-25T13:29:16.392Z] 5e14af77c1be: Pull complete [2020-10-25T13:29:16.392Z] 01666e4c0597: Pull complete [2020-10-25T13:29:24.576Z] aa168da1d23b: Pull complete [2020-10-25T13:29:24.576Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-25T13:29:24.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-25T13:29:24.577Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-25T13:29:24.700Z] prd-centos7-docker-4c-2g-8677 does not seem to be running inside a container [2020-10-25T13:29:24.750Z] $ 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/209/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/209 -v /w/workspace/edgex-go/209:/w/workspace/edgex-go/209:rw,z -v /w/workspace/edgex-go/209@tmp:/w/workspace/edgex-go/209@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:10003/edgex-lftools-log-publisher:alpine cat [2020-10-25T13:29:28.058Z] $ docker top ac3aa2bcaebc3da7be92557595f2cc034358037cea6a80e04f6cfd864635193c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-25T13:29:28.589Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-25T13:29:28.895Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-25T13:29:29.197Z] + ls /var/log/sa-host [2020-10-25T13:29:29.197Z] + sadf -c /var/log/sa-host/sa05 [2020-10-25T13:29:29.197Z] file_magic: OK [2020-10-25T13:29:29.197Z] HZ: Using current value: 100 [2020-10-25T13:29:29.197Z] file_header: OK [2020-10-25T13:29:29.197Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-25T13:29:29.197Z] Statistics: [2020-10-25T13:29:29.197Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-25T13:29:29.197Z] File successfully converted to sysstat format version 12.2.1 [2020-10-25T13:29:29.197Z] + sadf -c /var/log/sa-host/sa25 [2020-10-25T13:29:29.197Z] file_magic: OK [2020-10-25T13:29:29.197Z] HZ: Using current value: 100 [2020-10-25T13:29:29.197Z] file_header: OK [2020-10-25T13:29:29.197Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-25T13:29:29.197Z] Statistics: [2020-10-25T13:29:29.197Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-25T13:29:29.197Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-25T13:29:30.056Z] provisioning config files... [2020-10-25T13:29:30.081Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/209@tmp/config7559037919016666078tmp [Pipeline] { [Pipeline] echo [2020-10-25T13:29:30.143Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:29:30.465Z] ---> create-netrc.sh [Pipeline] } [2020-10-25T13:29:30.475Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-25T13:29:30.600Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:29:30.899Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-25T13:29:30.910Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:29:31.206Z] ---> sudo-logs.sh [2020-10-25T13:29:31.206Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-25T13:29:31.217Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:29:31.512Z] ---> job-cost.sh [2020-10-25T13:29:31.512Z] lf-activate-venv: SKIPPING [2020-10-25T13:29:31.512Z] INFO: No Stack... [2020-10-25T13:29:32.458Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-25T13:29:33.032Z] INFO: Archiving Costs [Pipeline] echo [2020-10-25T13:29:33.045Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-25T13:29:33.338Z] ---> logs-deploy.sh [2020-10-25T13:29:33.338Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/209 [2020-10-25T13:29:33.338Z] INFO: archiving workspace using pattern(s): [2020-10-25T13:29:34.731Z] Archives upload complete. [2020-10-25T13:29:34.994Z] INFO: archiving logs to Nexus [2020-10-25T13:29:35.942Z] ---> uname -a: [2020-10-25T13:29:35.942Z] Linux prd-centos7-docker-4c-2g-8677.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-25T13:29:35.942Z] [2020-10-25T13:29:35.942Z] [2020-10-25T13:29:35.942Z] ---> lscpu: [2020-10-25T13:29:35.942Z] Architecture: x86_64 [2020-10-25T13:29:35.942Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-25T13:29:35.942Z] Byte Order: Little Endian [2020-10-25T13:29:35.942Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-25T13:29:35.942Z] CPU(s): 4 [2020-10-25T13:29:35.942Z] On-line CPU(s) list: 0-3 [2020-10-25T13:29:35.942Z] Thread(s) per core: 1 [2020-10-25T13:29:35.942Z] Core(s) per socket: 1 [2020-10-25T13:29:35.942Z] Socket(s): 4 [2020-10-25T13:29:35.942Z] NUMA node(s): 1 [2020-10-25T13:29:35.942Z] Vendor ID: GenuineIntel [2020-10-25T13:29:35.942Z] CPU family: 6 [2020-10-25T13:29:35.942Z] Model: 44 [2020-10-25T13:29:35.942Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-25T13:29:35.942Z] Stepping: 1 [2020-10-25T13:29:35.942Z] CPU MHz: 2933.442 [2020-10-25T13:29:35.942Z] BogoMIPS: 5866.88 [2020-10-25T13:29:35.942Z] Virtualization: VT-x [2020-10-25T13:29:35.942Z] Hypervisor vendor: KVM [2020-10-25T13:29:35.942Z] Virtualization type: full [2020-10-25T13:29:35.942Z] L1d cache: 128 KiB [2020-10-25T13:29:35.942Z] L1i cache: 128 KiB [2020-10-25T13:29:35.942Z] L2 cache: 16 MiB [2020-10-25T13:29:35.942Z] L3 cache: 64 MiB [2020-10-25T13:29:35.942Z] NUMA node0 CPU(s): 0-3 [2020-10-25T13:29:35.942Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-25T13:29:35.942Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-25T13:29:35.942Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-25T13:29:35.942Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-25T13:29:35.942Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-25T13:29:35.942Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-25T13:29:35.942Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-25T13:29:35.942Z] Vulnerability Tsx async abort: Not affected [2020-10-25T13:29:35.942Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-25T13:29:35.942Z] [2020-10-25T13:29:35.942Z] [2020-10-25T13:29:35.942Z] ---> nproc: [2020-10-25T13:29:35.942Z] 4 [2020-10-25T13:29:35.942Z] [2020-10-25T13:29:35.942Z] [2020-10-25T13:29:35.942Z] ---> df -h: [2020-10-25T13:29:35.942Z] Filesystem Size Used Available Use% Mounted on [2020-10-25T13:29:35.942Z] overlay 50.0G 12.5G 37.5G 25% / [2020-10-25T13:29:35.942Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-25T13:29:35.942Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-25T13:29:35.942Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-25T13:29:35.942Z] /dev/vda1 50.0G 12.5G 37.5G 25% /facter-os [2020-10-25T13:29:35.942Z] /dev/vda1 50.0G 12.5G 37.5G 25% /etc/resolv.conf [2020-10-25T13:29:35.942Z] /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hostname [2020-10-25T13:29:35.942Z] /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hosts [2020-10-25T13:29:35.942Z] /dev/vda1 50.0G 12.5G 37.5G 25% /run/cloud-init/result.json [2020-10-25T13:29:35.942Z] /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/sa-host [2020-10-25T13:29:35.942Z] /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/secure [2020-10-25T13:29:35.942Z] /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/auth.log [2020-10-25T13:29:35.942Z] /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/209 [2020-10-25T13:29:35.942Z] /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/209@tmp [2020-10-25T13:29:35.942Z] [2020-10-25T13:29:35.942Z] [2020-10-25T13:29:35.942Z] ---> free -m: [2020-10-25T13:29:35.942Z] total used free shared buff/cache available [2020-10-25T13:29:35.942Z] Mem: 1837 725 248 0 862 1061 [2020-10-25T13:29:35.942Z] Swap: 1023 61 962 [2020-10-25T13:29:35.942Z] [2020-10-25T13:29:35.942Z]