Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f108a71e15710a3809797859c322b04b13103843 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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-5769 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/191 [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/191 # 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 f108a71e15710a3809797859c322b04b13103843 (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 f108a71e15710a3809797859c322b04b13103843 # timeout=10 Commit message: "Merge pull request #2791 from judehung/issue-2754" > git rev-list --no-walk 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:24:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:24:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:24:55 ========================================================= 06:24:55 EdgeX Global Pipelines Version Info 06:24:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:24:56 ------------------- 06:24:56 stable info: 06:24:56 ------------------- 06:24:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:24:56 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:24:56 Message: update stable to v1.0.144 06:24:57 ------------------- 06:24:57 experimental info: 06:24:57 ------------------- 06:24:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:24:57 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:24:57 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:24:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:24:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:24:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:24:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:24:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:24:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:24:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:24:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:24:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:24:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:24:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:25:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:25:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:25:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f108a71e15710a3809797859c322b04b13103843 [Pipeline] echo 06:25:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f108a71 [Pipeline] echo 06:25:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 06:25:01 ++ 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 06:25:01 + for file in '`ls cmd/**/Dockerfile`' 06:25:01 ++ dirname cmd/core-command/Dockerfile 06:25:01 ++ cut -d/ -f2 06:25:01 + echo core-command,cmd/core-command/Dockerfile 06:25:01 + for file in '`ls cmd/**/Dockerfile`' 06:25:01 ++ dirname cmd/core-data/Dockerfile 06:25:01 ++ cut -d/ -f2 06:25:01 + echo core-data,cmd/core-data/Dockerfile 06:25:01 + for file in '`ls cmd/**/Dockerfile`' 06:25:01 ++ dirname cmd/core-metadata/Dockerfile 06:25:01 ++ cut -d/ -f2 06:25:01 + echo core-metadata,cmd/core-metadata/Dockerfile 06:25:01 + for file in '`ls cmd/**/Dockerfile`' 06:25:01 ++ dirname cmd/security-proxy-setup/Dockerfile 06:25:01 ++ cut -d/ -f2 06:25:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:25:01 + for file in '`ls cmd/**/Dockerfile`' 06:25:01 ++ dirname cmd/security-secrets-setup/Dockerfile 06:25:01 ++ cut -d/ -f2 06:25:01 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 06:25:01 + for file in '`ls cmd/**/Dockerfile`' 06:25:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:25:01 ++ cut -d/ -f2 06:25:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:25:01 + for file in '`ls cmd/**/Dockerfile`' 06:25:01 ++ dirname cmd/support-logging/Dockerfile 06:25:01 ++ cut -d/ -f2 06:25:01 + echo support-logging,cmd/support-logging/Dockerfile 06:25:01 + for file in '`ls cmd/**/Dockerfile`' 06:25:01 ++ dirname cmd/support-notifications/Dockerfile 06:25:01 ++ cut -d/ -f2 06:25:01 + echo support-notifications,cmd/support-notifications/Dockerfile 06:25:01 + for file in '`ls cmd/**/Dockerfile`' 06:25:01 ++ dirname cmd/support-scheduler/Dockerfile 06:25:01 ++ cut -d/ -f2 06:25:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:25:01 + for file in '`ls cmd/**/Dockerfile`' 06:25:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:25:01 ++ cut -d/ -f2 06:25:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:25:01 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 06:25:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:25:02 06:25:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:25:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:25:03 latest: Pulling from edgex-devops/git-semver 06:25:03 31603596830f: Pulling fs layer 06:25:03 2a8b12db71e7: Pulling fs layer 06:25:03 6ca5941a6612: Pulling fs layer 06:25:03 ecc8261a40a4: Pulling fs layer 06:25:03 ecc8261a40a4: Waiting 06:25:03 2a8b12db71e7: Download complete 06:25:03 31603596830f: Verifying Checksum 06:25:03 31603596830f: Download complete 06:25:03 6ca5941a6612: Verifying Checksum 06:25:03 6ca5941a6612: Download complete 06:25:03 ecc8261a40a4: Verifying Checksum 06:25:03 ecc8261a40a4: Download complete 06:25:03 31603596830f: Pull complete 06:25:04 2a8b12db71e7: Pull complete 06:25:05 6ca5941a6612: Pull complete 06:25:05 ecc8261a40a4: Pull complete 06:25:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:25:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:25:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:25:05 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:25:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:25:07 $ docker top 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:25:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:25:07 [ssh-agent] Looking for ssh-agent implementation... 06:25:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:25:08 $ docker exec 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae ssh-agent 06:25:08 SSH_AUTH_SOCK=/tmp/ssh-aMcuTpafpfgs/agent.12 06:25:08 SSH_AGENT_PID=17 06:25:08 Running ssh-add (command line suppressed) 06:25:08 Identity added: /w/workspace/edgex-go/191@tmp/private_key_6986434905488881942.key (/w/workspace/edgex-go/191@tmp/private_key_6986434905488881942.key) 06:25:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:25:08 + git tag --points-at HEAD [Pipeline] } 06:25:08 $ docker exec --env ******** --env ******** 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae ssh-agent -k 06:25:09 unset SSH_AUTH_SOCK; 06:25:09 unset SSH_AGENT_PID; 06:25:09 echo Agent pid 17 killed; 06:25:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:25:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:25:09 [ssh-agent] Looking for ssh-agent implementation... 06:25:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:25:09 $ docker exec 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae ssh-agent 06:25:09 SSH_AUTH_SOCK=/tmp/ssh-IUR3qZXCchLI/agent.46 06:25:09 SSH_AGENT_PID=52 06:25:09 Running ssh-add (command line suppressed) 06:25:09 Identity added: /w/workspace/edgex-go/191@tmp/private_key_5818522846995983960.key (/w/workspace/edgex-go/191@tmp/private_key_5818522846995983960.key) 06:25:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:25:10 + git semver init 06:25:10 # -> Open(): unable to determine branch for HEAD 06:25:10 # $GIT_DIR = /w/workspace/edgex-go/191/.git 06:25:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/191 06:25:10 # $SEMVER_REMOTE_NAME = origin 06:25:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:25:10 # $SEMVER_USER_NAME = edgex-jenkins 06:25:10 # $SEMVER_BRANCH = master 06:25:10 # $SEMVER_TEMP = /tmp/semver-081603037 06:25:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:25:32 # '/tmp/semver-081603037' -> '/w/workspace/edgex-go/191/.semver' 06:25:32 # -> Force: false 06:25:32 # $SEMVER_DIR = /w/workspace/edgex-go/191/.semver [Pipeline] } 06:25:32 $ docker exec --env ******** --env ******** 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae ssh-agent -k 06:25:32 unset SSH_AUTH_SOCK; 06:25:32 unset SSH_AGENT_PID; 06:25:32 echo Agent pid 52 killed; 06:25:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:25:32 + git semver [Pipeline] } 06:25:32 $ docker stop --time=1 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae 06:25:34 $ docker rm -f 7c517cfa38a4d0764ca7f64e04f3388e4e63f462b69b5499a02923efffd7daae [Pipeline] // withDockerContainer [Pipeline] sh 06:25:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:25:35 Stashed 1 file(s) [Pipeline] echo 06:25:35 [edgeXSemver]: initialized semver on version 1.2.2-dev.75 [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 06:25:36 ========================================================= 06:25:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:25:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:25:36 + 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 . 06:25:40 Sending build context to Docker daemon 325.2MB 06:25:40 Step 1/7 : ARG BASE=golang:1.15-alpine 06:25:40 Step 2/7 : FROM ${BASE} 06:25:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:25:40 df20fa9351a1: Pulling fs layer 06:25:40 ed8968b2872e: Pulling fs layer 06:25:40 a92cc7c5fd73: Pulling fs layer 06:25:40 e871e8e8d7a9: Pulling fs layer 06:25:40 e73272ec9a57: Pulling fs layer 06:25:40 1e910a182e73: Pulling fs layer 06:25:40 4e634b169226: Pulling fs layer 06:25:40 e73272ec9a57: Waiting 06:25:40 1e910a182e73: Waiting 06:25:40 4e634b169226: Waiting 06:25:40 e871e8e8d7a9: Waiting 06:25:40 a92cc7c5fd73: Verifying Checksum 06:25:40 a92cc7c5fd73: Download complete 06:25:40 ed8968b2872e: Verifying Checksum 06:25:40 ed8968b2872e: Download complete 06:25:40 e73272ec9a57: Verifying Checksum 06:25:40 e73272ec9a57: Download complete 06:25:40 1e910a182e73: Verifying Checksum 06:25:40 1e910a182e73: Download complete 06:25:41 df20fa9351a1: Verifying Checksum 06:25:41 df20fa9351a1: Download complete 06:25:42 df20fa9351a1: Pull complete 06:25:42 ed8968b2872e: Pull complete 06:25:42 a92cc7c5fd73: Pull complete 06:25:42 4e634b169226: Verifying Checksum 06:25:42 4e634b169226: Download complete 06:25:43 e871e8e8d7a9: Verifying Checksum 06:25:43 e871e8e8d7a9: Download complete 06:25:49 e871e8e8d7a9: Pull complete 06:25:49 e73272ec9a57: Pull complete 06:25:49 1e910a182e73: Pull complete 06:25:50 Still waiting to schedule task 06:25:50 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 06:25:57 4e634b169226: Pull complete 06:25:57 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:25:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:25:57 ---> f7629b54cfaa 06:25:57 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 06:25:57 ---> Running in 90ae96f6f6bc 06:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:59 (1/12) Installing libmagic (5.38-r0) 06:26:00 (2/12) Installing file (5.38-r0) 06:26:00 (3/12) Installing libc-dev (0.7.2-r3) 06:26:00 (4/12) Installing g++ (9.3.0-r2) 06:26:05 (5/12) Installing fortify-headers (1.1-r0) 06:26:05 (6/12) Installing patch (2.7.6-r6) 06:26:05 (7/12) Installing build-base (0.5-r2) 06:26:05 (8/12) Installing libsodium (1.0.18-r0) 06:26:05 (9/12) Installing pkgconf (1.7.2-r0) 06:26:05 (10/12) Installing libsodium-dev (1.0.18-r0) 06:26:05 (11/12) Installing libzmq (4.3.3-r0) 06:26:05 (12/12) Installing zeromq-dev (4.3.3-r0) 06:26:05 Executing busybox-1.31.1-r16.trigger 06:26:05 OK: 233 MiB in 51 packages 06:26:08 Removing intermediate container 90ae96f6f6bc 06:26:08 ---> b50d434d716c 06:26:08 Step 4/7 : WORKDIR /edgex-go 06:26:08 ---> Running in 9f0ad554c010 06:26:09 Removing intermediate container 9f0ad554c010 06:26:09 ---> 35e81db65a79 06:26:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:26:09 latest: Pulling from library/docker 06:26:09 df20fa9351a1: Already exists 06:26:09 25ad7478873d: Pulling fs layer 06:26:09 4684f6177b5d: Pulling fs layer 06:26:09 8ba584e970af: Pulling fs layer 06:26:09 3cdc74d2b06d: Pulling fs layer 06:26:09 4cf5a0d07c1f: Pulling fs layer 06:26:09 fca0ccc462d5: Pulling fs layer 06:26:09 3cdc74d2b06d: Waiting 06:26:09 4cf5a0d07c1f: Waiting 06:26:09 fca0ccc462d5: Waiting 06:26:09 4684f6177b5d: Verifying Checksum 06:26:09 4684f6177b5d: Download complete 06:26:09 25ad7478873d: Verifying Checksum 06:26:09 25ad7478873d: Download complete 06:26:09 4cf5a0d07c1f: Download complete 06:26:09 3cdc74d2b06d: Verifying Checksum 06:26:09 3cdc74d2b06d: Download complete 06:26:09 fca0ccc462d5: Verifying Checksum 06:26:09 fca0ccc462d5: Download complete 06:26:09 25ad7478873d: Pull complete 06:26:10 4684f6177b5d: Pull complete 06:26:10 8ba584e970af: Download complete 06:26:13 8ba584e970af: Pull complete 06:26:13 3cdc74d2b06d: Pull complete 06:26:13 4cf5a0d07c1f: Pull complete 06:26:13 fca0ccc462d5: Pull complete 06:26:13 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 06:26:13 Status: Downloaded newer image for docker:latest 06:26:15 ---> 48b87a79ee5f 06:26:15 Step 6/7 : COPY go.mod . 06:26:15 ---> e8e75dbb0566 06:26:15 Step 7/7 : RUN go mod download 06:26:15 ---> Running in 415d0c271a05 06:26:37 Removing intermediate container 415d0c271a05 06:26:37 ---> 610d959bb5c1 06:26:37 Successfully built 610d959bb5c1 06:26:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:26:38 + docker inspect -f . ci-base-image-x86_64 06:26:38 . [Pipeline] withDockerContainer 06:26:39 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:26:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:26:39 $ docker top 4808244f92344f34e6dbbc021476cc2f9ef1c25d49341915bebefb46fa5c0cb2 -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:40 + go version 06:26:40 go version go1.15.2 linux/amd64 [Pipeline] } 06:26:40 $ docker stop --time=1 4808244f92344f34e6dbbc021476cc2f9ef1c25d49341915bebefb46fa5c0cb2 06:26:41 $ docker rm -f 4808244f92344f34e6dbbc021476cc2f9ef1c25d49341915bebefb46fa5c0cb2 [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 06:26:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:26:45 06:26:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:26:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:26:45 latest: Pulling from edgex-devops/edgex-compose 06:26:45 cbdbe7a5bc2a: Pulling fs layer 06:26:45 ca9280d653b3: Pulling fs layer 06:26:45 7e9c9ca2126c: Pulling fs layer 06:26:45 cbdbe7a5bc2a: Verifying Checksum 06:26:45 cbdbe7a5bc2a: Download complete 06:26:46 cbdbe7a5bc2a: Pull complete 06:26:46 ca9280d653b3: Verifying Checksum 06:26:46 ca9280d653b3: Download complete 06:26:47 ca9280d653b3: Pull complete 06:26:47 7e9c9ca2126c: Download complete 06:26:54 7e9c9ca2126c: Pull complete 06:26:54 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:26:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:26:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:26:54 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:26:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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 06:26:57 $ docker top 7e54e8f59cf04c2761d210a21a215cf5d5a04113e278a4126d58a23d8ad3d8dd -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:57 + docker-compose build --help 06:26:57 + grep parallel 06:26:58 --parallel Build images in parallel. [Pipeline] } 06:26:58 $ docker stop --time=1 7e54e8f59cf04c2761d210a21a215cf5d5a04113e278a4126d58a23d8ad3d8dd 06:26:59 $ docker rm -f 7e54e8f59cf04c2761d210a21a215cf5d5a04113e278a4126d58a23d8ad3d8dd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:27:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:27:00 . [Pipeline] withDockerContainer 06:27:00 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:27:00 $ 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/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:27:01 $ docker top f2be328d67a0640a9a75feacbde3bde07b3a51353254a19d05c73df25e190243 -eo pid,comm [Pipeline] { [Pipeline] sh 06:27:02 + docker-compose -f ./docker-compose-build.yml build --parallel 06:27:02 Building docker-core-command-go ... 06:27:02 Building docker-core-data-go ... 06:27:02 Building docker-core-metadata-go ... 06:27:02 Building docker-security-proxy-setup-go ... 06:27:02 Building docker-security-secrets-setup-go ... 06:27:02 Building docker-security-secretstore-setup-go ... 06:27:02 Building docker-support-logging-go ... 06:27:02 Building docker-support-notifications-go ... 06:27:02 Building docker-support-scheduler-go ... 06:27:02 Building docker-sys-mgmt-agent-go ... 06:27:02 Building docker-sys-mgmt-agent-go 06:27:02 Building docker-core-data-go 06:27:02 Building docker-security-secretstore-setup-go 06:27:02 Building docker-support-scheduler-go 06:27:02 Building docker-core-metadata-go 06:27:25 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:27:25 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:27:25 ---> 610d959bb5c1 06:27:25 Step 3/27 : WORKDIR /edgex-go 06:27:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:27:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:27:25 ---> 610d959bb5c1 06:27:25 Step 3/23 : WORKDIR /edgex-go 06:27:25 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 06:27:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:27:25 ---> 610d959bb5c1 06:27:25 Step 3/26 : WORKDIR /edgex-go 06:27:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:27:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:27:25 ---> 610d959bb5c1 06:27:25 Step 3/21 : WORKDIR /edgex-go 06:27:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:27:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:27:25 ---> 610d959bb5c1 06:27:25 Step 3/22 : WORKDIR /edgex-go 06:27:25 ---> Running in 89cf3f831a8a 06:27:25 ---> Running in f2c27163de82 06:27:25 ---> Running in 3797c453aab1 06:27:25 ---> Running in ea29101f4ae8 06:27:25 ---> Running in 622b4bc42c60 06:27:25 Removing intermediate container 3797c453aab1 06:27:25 ---> c5986cb661df 06:27:25 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:25 Removing intermediate container f2c27163de82 06:27:25 ---> 2d890a13c70d 06:27:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:25 Removing intermediate container 622b4bc42c60 06:27:25 ---> 85cdedcde125 06:27:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:25 Removing intermediate container 89cf3f831a8a 06:27:25 ---> f6e42b601b24 06:27:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:25 Removing intermediate container ea29101f4ae8 06:27:25 ---> dbf517fa1ad4 06:27:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:25 ---> Running in be925447634a 06:27:25 ---> Running in c064138b472e 06:27:25 ---> Running in 3c4d3bb67e7a 06:27:25 ---> Running in 9050227badb0 06:27:25 ---> Running in cffc2ffd539f 06:27:28 Removing intermediate container be925447634a 06:27:28 ---> 088da2da260d 06:27:28 Step 5/27 : RUN apk update && apk add make bash git 06:27:28 Removing intermediate container c064138b472e 06:27:28 ---> dae3fb9fdc67 06:27:28 Step 5/21 : RUN apk update && apk add make git 06:27:28 ---> Running in c33fdd1ce273 06:27:28 ---> Running in e686f552e004 06:27:28 Removing intermediate container 3c4d3bb67e7a 06:27:28 ---> 016c26dfcb48 06:27:28 Step 5/22 : RUN apk update && apk add make git 06:27:29 ---> Running in ad1ff5f44429 06:27:29 Removing intermediate container cffc2ffd539f 06:27:29 ---> 332362d404ee 06:27:29 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:27:29 Removing intermediate container 9050227badb0 06:27:29 ---> 90189a69cf80 06:27:29 Step 5/26 : RUN apk update && apk add make git 06:27:29 ---> Running in bfbad32cb6e1 06:27:29 ---> Running in a4818fa335b3 06:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:31 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 06:27:31 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:27:31 OK: 12752 distinct packages available 06:27:31 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 06:27:31 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:27:31 OK: 12752 distinct packages available 06:27:31 OK: 233 MiB in 51 packages 06:27:31 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 06:27:31 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:27:31 OK: 12752 distinct packages available 06:27:31 OK: 233 MiB in 51 packages 06:27:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:31 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 06:27:31 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:27:31 OK: 12752 distinct packages available 06:27:31 OK: 233 MiB in 51 packages 06:27:32 Removing intermediate container e686f552e004 06:27:32 ---> 6ed90531d551 06:27:32 Step 6/21 : COPY go.mod . 06:27:32 OK: 233 MiB in 51 packages 06:27:32 Removing intermediate container bfbad32cb6e1 06:27:32 ---> a60f65fce5d9 06:27:32 Step 6/23 : COPY go.mod . 06:27:32 ---> 7b1fcd325b01 06:27:32 Step 7/21 : RUN go mod download 06:27:32 ---> Running in 73ccce5ce9e9 06:27:32 ---> 1c8b4b28cc81 06:27:32 Step 7/23 : RUN go mod download 06:27:32 Removing intermediate container ad1ff5f44429 06:27:32 ---> ed68f121b223 06:27:32 Step 6/22 : COPY go.mod . 06:27:32 ---> Running in 7e038580408c 06:27:33 Removing intermediate container c33fdd1ce273 06:27:33 ---> 4b0cf28c5d15 06:27:33 Step 6/27 : COPY go.mod . 06:27:33 ---> eeb7993ab6d5 06:27:33 Step 7/22 : RUN go mod download 06:27:33 ---> Running in 402f9a4c1cc5 06:27:33 ---> 372f2b7de7c1 06:27:33 Step 7/27 : RUN go mod download 06:27:33 ---> Running in c3e924c02189 06:27:33 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 06:27:33 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:27:33 OK: 12752 distinct packages available 06:27:34 OK: 233 MiB in 51 packages 06:27:34 Removing intermediate container 73ccce5ce9e9 06:27:34 ---> f0d95d5055d3 06:27:34 Step 8/21 : COPY . . 06:27:34 Removing intermediate container 7e038580408c 06:27:34 ---> bb0d23ef431d 06:27:34 Step 8/23 : COPY . . 06:27:35 Removing intermediate container a4818fa335b3 06:27:35 ---> b81eeef740aa 06:27:35 Step 6/26 : COPY go.mod . 06:27:35 Removing intermediate container 402f9a4c1cc5 06:27:35 ---> 4e74b944e0c2 06:27:35 Step 8/22 : COPY . . 06:27:36 Removing intermediate container c3e924c02189 06:27:36 ---> e37940f5eae4 06:27:36 Step 8/27 : COPY . . 06:27:38 ---> e4e5520ff7e2 06:27:38 Step 7/26 : RUN go mod download 06:27:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5772 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 06:27:40 Running in /w/workspace/edgex-go/191 [Pipeline] { [Pipeline] checkout 06:27:42 ---> Running in 2eaf9583e5fc 06:27:45 using credential edgex-jenkins-ssh 06:27:45 Cloning the remote Git repository 06:27:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:27:46 > git init /w/workspace/edgex-go/191 # timeout=10 06:27:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:27:46 > git --version # timeout=10 06:27:46 > git --version # 'git version 2.17.1' 06:27:46 using GIT_SSH to set credentials SSH Credentials for GitHub 06:27:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:27:58 Removing intermediate container 2eaf9583e5fc 06:27:58 ---> 7022c50abd59 06:27:58 Step 8/26 : COPY . . 06:28:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:28:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:28:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:28:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:28:01 using GIT_SSH to set credentials SSH Credentials for GitHub 06:28:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:28:01 Checking out Revision f108a71e15710a3809797859c322b04b13103843 (master) 06:28:02 ---> 8599179f608e 06:28:02 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:28:02 ---> 411ffbf59a63 06:28:02 Step 9/23 : RUN make cmd/core-data/core-data 06:28:02 ---> 1e93588d5bc3 06:28:02 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:28:02 ---> accb889e54e9 06:28:02 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:28:03 ---> Running in add6237907eb 06:28:03 ---> Running in 2755718829a7 06:28:03 ---> Running in 7c3299e5bde6 06:28:03 ---> Running in 593c61b2360c 06:28:01 > git config core.sparsecheckout # timeout=10 06:28:01 > git checkout -f f108a71e15710a3809797859c322b04b13103843 # timeout=10 06:28:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:28:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:28:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-data/core-data ./cmd/core-data 06:28:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:28:06 Commit message: "Merge pull request #2791 from judehung/issue-2754" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:28:07 ========================================================= 06:28:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:28:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:28:08 + 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 . 06:28:10 ---> 29d627e29c18 06:28:10 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 06:28:10 ---> Running in 7c4d54c9afa1 06:28:11 Sending build context to Docker daemon 164.9MB 06:28:11 Step 1/7 : ARG BASE=golang:1.15-alpine 06:28:11 Step 2/7 : FROM ${BASE} 06:28:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:28:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:28:11 b538f80385f9: Pulling fs layer 06:28:11 74f711af9a0d: Pulling fs layer 06:28:11 99f96fe45779: Pulling fs layer 06:28:11 8529a6b9a6be: Pulling fs layer 06:28:11 45590311c82a: Pulling fs layer 06:28:11 69ca0ff8b7b3: Pulling fs layer 06:28:11 209524e5b208: Pulling fs layer 06:28:11 8529a6b9a6be: Waiting 06:28:11 45590311c82a: Waiting 06:28:11 69ca0ff8b7b3: Waiting 06:28:11 209524e5b208: Waiting 06:28:11 99f96fe45779: Download complete 06:28:11 74f711af9a0d: Verifying Checksum 06:28:11 74f711af9a0d: Download complete 06:28:11 45590311c82a: Download complete 06:28:11 69ca0ff8b7b3: Verifying Checksum 06:28:11 b538f80385f9: Download complete 06:28:12 b538f80385f9: Pull complete 06:28:12 74f711af9a0d: Pull complete 06:28:13 99f96fe45779: Pull complete 06:28:13 209524e5b208: Verifying Checksum 06:28:13 209524e5b208: Download complete 06:28:15 8529a6b9a6be: Verifying Checksum 06:28:15 8529a6b9a6be: Download complete 06:28:25 8529a6b9a6be: Pull complete 06:28:25 45590311c82a: Pull complete 06:28:25 69ca0ff8b7b3: Pull complete 06:28:30 209524e5b208: Pull complete 06:28:30 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:28:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:28:30 ---> 5bddaf1c2fca 06:28:30 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 06:28:34 ---> Running in f727440c6242 06:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:28:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:28:38 Removing intermediate container 2755718829a7 06:28:38 ---> dcf3b88c8e7a 06:28:38 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:28:38 ---> Running in 4b0ac5d66690 06:28:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:28:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:28:40 (1/12) Installing libmagic (5.38-r0) 06:28:40 (2/12) Installing file (5.38-r0) 06:28:40 (3/12) Installing libc-dev (0.7.2-r3) 06:28:40 (4/12) Installing g++ (9.3.0-r2) 06:28:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 06:28:43 Removing intermediate container 593c61b2360c 06:28:43 ---> 45c69073e027 06:28:43 06:28:43 Step 10/21 : FROM scratch 06:28:43 ---> 06:28:43 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:28:43 Removing intermediate container 4b0ac5d66690 06:28:43 ---> ea5a313d850a 06:28:43 06:28:43 Step 11/27 : FROM docker:latest 06:28:43 ---> 809cc4dba987 06:28:43 Step 12/27 : RUN apk add --no-cache bash 06:28:43 ---> Running in db015a39df5a 06:28:43 ---> Running in 14bfecbc4b6c 06:28:43 Removing intermediate container 14bfecbc4b6c 06:28:43 ---> d301560a74a6 06:28:43 Step 12/21 : ENV APP_PORT=48085 06:28:43 ---> Running in 0e835cc93c45 06:28:44 Removing intermediate container 0e835cc93c45 06:28:44 ---> 92483b07b674 06:28:44 Step 13/21 : EXPOSE $APP_PORT 06:28:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:28:44 ---> Running in bace8f53eca1 06:28:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:44 Removing intermediate container bace8f53eca1 06:28:44 ---> 746354c32c33 06:28:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:28:44 (1/2) Installing readline (8.0.4-r0) 06:28:44 (2/2) Installing bash (5.0.17-r0) 06:28:44 Executing bash-5.0.17-r0.post-install 06:28:44 Executing busybox-1.31.1-r16.trigger 06:28:44 OK: 12 MiB in 22 packages 06:28:44 ---> b788f93121c7 06:28:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:28:48 ---> 1858959995cf 06:28:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:28:49 Removing intermediate container add6237907eb 06:28:49 Removing intermediate container 7c4d54c9afa1 06:28:49 ---> b9db24e05706 06:28:49 06:28:49 Step 10/26 : FROM alpine:3.10 06:28:49 ---> 6fadb63d015d 06:28:49 06:28:49 Step 10/22 : FROM scratch 06:28:49 ---> 06:28:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:28:49 ---> Using cache 06:28:49 ---> d301560a74a6 06:28:49 Step 12/22 : ENV APP_PORT=48081 06:28:49 Removing intermediate container db015a39df5a 06:28:49 ---> bbdbe632737d 06:28:49 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:28:49 ---> Running in e1dd3be3a5df 06:28:49 ---> 74ca6f80d31d 06:28:49 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:28:49 ---> Running in 8bdc49a190f1 06:28:49 3.10: Pulling from library/alpine 06:28:50 ---> Running in df214dc2aa9d 06:28:50 Removing intermediate container e1dd3be3a5df 06:28:50 ---> 70fcdcdae9cc 06:28:50 Step 13/22 : EXPOSE $APP_PORT 06:28:52 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:28:52 Removing intermediate container df214dc2aa9d 06:28:52 ---> 10d08f5195cd 06:28:52 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:28:52 ---> Running in e3131a5738ec 06:28:52 Status: Downloaded newer image for alpine:3.10 06:28:52 ---> be4e4bea2c2e 06:28:52 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:28:52 ---> Running in 8c59dfe30cf2 06:28:52 ---> Running in 14659e149ea8 06:28:53 Removing intermediate container 7c3299e5bde6 06:28:53 ---> ac0c610ee577 06:28:53 06:28:53 Step 10/23 : FROM alpine 06:28:53 Removing intermediate container e3131a5738ec 06:28:53 ---> ffd2d33c7b8c 06:28:53 Step 14/22 : WORKDIR / 06:28:53 ---> Running in 2ab92ebebc18 06:28:53 latest: Pulling from library/alpine 06:28:53 Removing intermediate container 8c59dfe30cf2 06:28:53 ---> 75e8953109ad 06:28:53 Step 19/21 : LABEL arch=x86_64 06:28:53 Removing intermediate container 8bdc49a190f1 06:28:53 ---> c40de48ffee9 06:28:53 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:28:53 ---> Running in 1e6bad305758 06:28:53 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:28:53 Status: Downloaded newer image for alpine:latest 06:28:53 ---> a24bb4013296 06:28:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:28:53 ---> Running in c610728205ef 06:28:53 Removing intermediate container 2ab92ebebc18 06:28:53 ---> 2b836d989338 06:28:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:28:53 ---> Running in aed6d9ea1800 06:28:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 06:28:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 06:28:54 Removing intermediate container 1e6bad305758 06:28:54 ---> 8b58eb9c8359 06:28:54 Step 20/21 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:28:54 Removing intermediate container c610728205ef 06:28:54 ---> 15112535e6f6 06:28:54 Step 15/27 : ENV APP_PORT=48090 06:28:54 ---> 747e4836b508 06:28:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:28:54 v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:28:54 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:28:54 OK: 10346 distinct packages available 06:28:54 ---> Running in ed67196eb531 06:28:54 Removing intermediate container aed6d9ea1800 06:28:54 ---> cd9d9c4c4a4f 06:28:54 Step 12/23 : ENV APP_PORT=48080 06:28:54 ---> Running in 95e73e7791f0 06:28:54 (1/5) Installing ca-certificates (20191127-r2) 06:28:54 ---> Running in 5947985ad486 06:28:54 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:28:54 (3/5) Installing libcurl (7.66.0-r1) 06:28:54 (4/5) Installing curl (7.66.0-r1) 06:28:54 (5/5) Installing dumb-init (1.2.2-r1) 06:28:54 Executing busybox-1.30.1-r3.trigger 06:28:54 Executing ca-certificates-20191127-r2.trigger 06:28:54 OK: 7 MiB in 19 packages 06:28:54 Removing intermediate container ed67196eb531 06:28:54 ---> 14d70f7b0e28 06:28:54 Step 21/21 : LABEL version=1.2.2-dev.75 06:28:55 Removing intermediate container 95e73e7791f0 06:28:55 ---> 5a30eb2781bd 06:28:55 Step 16/27 : EXPOSE $APP_PORT 06:28:55 Removing intermediate container 5947985ad486 06:28:55 ---> 4b0743d33288 06:28:55 Step 13/23 : EXPOSE $APP_PORT 06:28:55 ---> Running in efa16056a7ec 06:28:55 ---> 821a56d65f60 06:28:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:28:55 ---> Running in 65fb3dac0137 06:28:55 ---> Running in edc7a757d49d 06:28:55 Removing intermediate container efa16056a7ec 06:28:55 ---> 8c46c21f0147 06:28:55 06:28:55 Successfully built 8c46c21f0147 06:28:56 Successfully tagged docker-support-scheduler-go:latest 06:28:56 Removing intermediate container 65fb3dac0137 06:28:56 ---> 8c21b6804198 06:28:56 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:28:56 Building docker-support-logging-go 06:28:56  Building docker-support-scheduler-go ... done Removing intermediate container edc7a757d49d 06:28:56 ---> f6ec36753fa9 06:28:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:28:56 ---> 20b7e20dc47b 06:28:56 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:28:56 Removing intermediate container 14659e149ea8 06:28:56 ---> 2ff2d88f8e49 06:28:56 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:28:57 ---> Running in 83ba38384ec2 06:28:58 ---> Running in a5c7da95be12 06:28:59 ---> Running in 8440d4acf517 06:29:00 Removing intermediate container a5c7da95be12 06:29:00 ---> 7b1af23f4637 06:29:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:00 ---> a029c2195f33 06:29:00 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:29:00 Removing intermediate container 8440d4acf517 06:29:00 ---> adcd545b0cdc 06:29:00 Step 13/26 : WORKDIR / 06:29:01 ---> Running in c1fbafbdc682 06:29:02 ---> 1755242b1449 06:29:02 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:29:02 ---> Running in 1eee8abab4f2 06:29:02 (5/12) Installing fortify-headers (1.1-r0) 06:29:02 (6/12) Installing patch (2.7.6-r6) 06:29:02 (7/12) Installing build-base (0.5-r2) 06:29:02 (8/12) Installing libsodium (1.0.18-r0) 06:29:02 (9/12) Installing pkgconf (1.7.2-r0) 06:29:02 (10/12) Installing libsodium-dev (1.0.18-r0) 06:29:02 (11/12) Installing libzmq (4.3.3-r0) 06:29:02 (12/12) Installing zeromq-dev (4.3.3-r0) 06:29:02 Executing busybox-1.31.1-r16.trigger 06:29:02 OK: 217 MiB in 51 packages 06:29:03 Removing intermediate container c1fbafbdc682 06:29:03 ---> 3c88d2563c19 06:29:03 Step 20/22 : LABEL arch=x86_64 06:29:04 Removing intermediate container f727440c6242 06:29:04 ---> f924b925e4c9 06:29:04 Step 4/7 : WORKDIR /edgex-go 06:29:04 ---> Running in 23434e6d3b4a 06:29:04 Removing intermediate container 23434e6d3b4a 06:29:04 ---> d92a7c0ccedf 06:29:04 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:29:05 latest: Pulling from library/docker 06:29:05 b538f80385f9: Already exists 06:29:05 259a493cd78d: Pulling fs layer 06:29:05 b8e66b5100f5: Pulling fs layer 06:29:05 7f8258a56ab6: Pulling fs layer 06:29:05 75a0a0ebb566: Pulling fs layer 06:29:05 4a2c62f0a2a3: Pulling fs layer 06:29:05 294320357d30: Pulling fs layer 06:29:05 75a0a0ebb566: Waiting 06:29:05 4a2c62f0a2a3: Waiting 06:29:05 294320357d30: Waiting 06:29:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:29:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:29:05 ---> 610d959bb5c1 06:29:05 Step 3/22 : WORKDIR /edgex-go 06:29:05 ---> Using cache 06:29:05 ---> dbf517fa1ad4 06:29:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:05 ---> Using cache 06:29:05 ---> 90189a69cf80 06:29:05 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:29:05 b8e66b5100f5: Verifying Checksum 06:29:05 b8e66b5100f5: Download complete 06:29:05 259a493cd78d: Verifying Checksum 06:29:05 75a0a0ebb566: Verifying Checksum 06:29:05 75a0a0ebb566: Download complete 06:29:06 4a2c62f0a2a3: Verifying Checksum 06:29:06 4a2c62f0a2a3: Download complete 06:29:06 294320357d30: Verifying Checksum 06:29:06 294320357d30: Download complete 06:29:06 ---> 3692a40adcea 06:29:06 Step 20/27 : RUN apk --no-cache add py3-pip 06:29:06 ---> Running in dee25a6e21a4 06:29:06 Removing intermediate container 1eee8abab4f2 06:29:06 ---> 89d4fbdbdd97 06:29:06 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:29:06 ---> Running in 460da105e886 06:29:06 ---> Running in 96694efad3ff 06:29:06 259a493cd78d: Pull complete 06:29:06 Removing intermediate container 83ba38384ec2 06:29:06 ---> e9b9e38e760e 06:29:06 Step 15/23 : RUN apk --no-cache add zeromq 06:29:06 Removing intermediate container dee25a6e21a4 06:29:06 ---> dd2e89f83d18 06:29:06 Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:29:07 b8e66b5100f5: Pull complete 06:29:07 7f8258a56ab6: Verifying Checksum 06:29:07 7f8258a56ab6: Download complete 06:29:07 ---> 7b60e80ffa8a 06:29:07 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:29:07 ---> Running in 04f7e6c36ca1 06:29:07 ---> Running in fe395cf8c166 06:29:07 ---> 79bb0d37a675 06:29:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:29:07 Removing intermediate container fe395cf8c166 06:29:07 ---> 007e678e77d9 06:29:07 Step 22/22 : LABEL version=1.2.2-dev.75 06:29:07 ---> Running in f29cc680c6d2 06:29:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:08 ---> 45ea249b1ecc 06:29:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 06:29:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:08 Removing intermediate container f29cc680c6d2 06:29:08 ---> be80b9a47c3e 06:29:08 06:29:08 Successfully built be80b9a47c3e 06:29:08 (1/33) Installing libbz2 (1.0.8-r1) 06:29:08 (2/33) Installing expat (2.2.9-r1) 06:29:08 Successfully tagged docker-core-metadata-go:latest 06:29:08 (3/33) Installing libffi (3.3-r2) 06:29:08 Building docker-core-command-go 06:29:08  Building docker-core-metadata-go ... done (4/33) Installing gdbm (1.13-r1) 06:29:08 (5/33) Installing xz-libs (5.2.5-r0) 06:29:08 (6/33) Installing sqlite-libs (3.32.1-r0) 06:29:08 (7/33) Installing python3 (3.8.5-r0) 06:29:08 ---> 69d7e167fcdf 06:29:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:29:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:09 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 06:29:09 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:29:09 OK: 12752 distinct packages available 06:29:10 OK: 233 MiB in 51 packages 06:29:10 OK: 233 MiB in 51 packages 06:29:10 7f8258a56ab6: Pull complete 06:29:10 75a0a0ebb566: Pull complete 06:29:11 4a2c62f0a2a3: Pull complete 06:29:11 294320357d30: Pull complete 06:29:11 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 06:29:11 Status: Downloaded newer image for docker:latest 06:29:13 (1/5) Installing libgcc (9.3.0-r2) 06:29:13 (2/5) Installing libsodium (1.0.18-r0) 06:29:13 (3/5) Installing libstdc++ (9.3.0-r2) 06:29:13 (4/5) Installing libzmq (4.3.3-r0) 06:29:14 (5/5) Installing zeromq (4.3.3-r0) 06:29:14 Executing busybox-1.31.1-r16.trigger 06:29:14 OK: 8 MiB in 19 packages 06:29:14 ---> 368a658c767b 06:29:14 Step 6/7 : COPY go.mod . 06:29:15 ---> 4f1b28a63cd3 06:29:15 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:29:15 (8/33) Installing py3-appdirs (1.4.4-r1) 06:29:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:29:15 (10/33) Installing py3-parsing (2.4.7-r0) 06:29:15 (11/33) Installing py3-six (1.15.0-r0) 06:29:15 (12/33) Installing py3-packaging (20.4-r0) 06:29:15 (13/33) Installing py3-setuptools (47.0.0-r0) 06:29:15 ---> de3873c06b3f 06:29:15 Step 7/7 : RUN go mod download 06:29:15 ---> Running in 187e93245425 06:29:15 (14/33) Installing py3-chardet (3.0.4-r4) 06:29:15 (15/33) Installing py3-idna (2.9-r0) 06:29:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:29:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:29:16 (18/33) Installing py3-requests (2.23.0-r0) 06:29:16 (19/33) Installing py3-msgpack (1.0.0-r0) 06:29:17 (20/33) Installing py3-lockfile (0.12.2-r3) 06:29:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:29:18 (22/33) Installing py3-colorama (0.4.3-r0) 06:29:19 (23/33) Installing py3-distlib (0.3.0-r0) 06:29:19 (24/33) Installing py3-distro (1.5.0-r1) 06:29:19 ---> c586c4cd175e 06:29:19 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 06:29:19 Removing intermediate container 460da105e886 06:29:19 ---> 69676736997b 06:29:19 Step 6/22 : COPY go.mod . 06:29:19 (25/33) Installing py3-webencodings (0.5.1-r3) 06:29:19 (26/33) Installing py3-html5lib (1.0.1-r4) 06:29:19 (27/33) Installing py3-pytoml (0.1.21-r0) 06:29:19 (28/33) Installing py3-pep517 (0.8.2-r0) 06:29:19 (29/33) Installing py3-progress (1.5-r0) 06:29:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:29:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:29:19 ---> 610d959bb5c1 06:29:19 Step 3/22 : WORKDIR /edgex-go 06:29:19 ---> Using cache 06:29:19 ---> dbf517fa1ad4 06:29:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:19 ---> Using cache 06:29:19 ---> 90189a69cf80 06:29:19 Step 5/22 : RUN apk update && apk add make git 06:29:19 ---> Using cache 06:29:19 ---> b81eeef740aa 06:29:19 Step 6/22 : COPY go.mod . 06:29:19 ---> Using cache 06:29:19 ---> e4e5520ff7e2 06:29:19 Step 7/22 : RUN go mod download 06:29:19 ---> Using cache 06:29:19 ---> 7022c50abd59 06:29:19 Step 8/22 : COPY . . 06:29:19 (30/33) Installing py3-toml (0.10.1-r0) 06:29:19 ---> Using cache 06:29:19 ---> 29d627e29c18 06:29:19 Step 9/22 : RUN make cmd/core-command/core-command 06:29:21 (31/33) Installing py3-retrying (1.3.3-r0) 06:29:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:29:21 (33/33) Installing py3-pip (20.1.1-r0) 06:29:21 Removing intermediate container 04f7e6c36ca1 06:29:21 ---> 460e6e9baa98 06:29:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:29:21 Executing busybox-1.31.1-r16.trigger 06:29:21 ---> Running in 237d1edcc858 06:29:21 OK: 71 MiB in 55 packages 06:29:22 ---> d54dc1bae05d 06:29:22 Step 7/22 : RUN go mod download 06:29:22 ---> 8ee481c2e8c1 06:29:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:29:22 ---> 54ef84dbb1b8 06:29:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:29:22 ---> Running in 15a72e89a270 06:29:22 ---> 462540eb4929 06:29:22 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:29:22 ---> Running in 5e9a03912bc0 06:29:23 ---> 49ab3e7a79ea 06:29:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:29:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-command/core-command ./cmd/core-command 06:29:24 ---> cb0430e2f587 06:29:24 Step 19/23 : ENTRYPOINT ["/core-data"] 06:29:24 ---> Running in 9ea903b36908 06:29:26 Removing intermediate container 9ea903b36908 06:29:26 ---> 8c4559fe5252 06:29:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:28 Removing intermediate container 15a72e89a270 06:29:28 ---> f9c9b3f87865 06:29:28 Step 8/22 : COPY . . 06:29:28 ---> Running in 0362c08d19f3 06:29:28 Removing intermediate container 5e9a03912bc0 06:29:28 ---> 70ac805e9fa4 06:29:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 06:29:30 ---> Running in 3429fd0f9909 06:29:32 Removing intermediate container 0362c08d19f3 06:29:32 ---> 05fb6d931f9e 06:29:32 Step 21/23 : LABEL arch=x86_64 06:29:35 ---> Running in 4ec0521935a6 06:29:35 Removing intermediate container 3429fd0f9909 06:29:35 ---> 74154a328bd3 06:29:35 Step 24/26 : LABEL arch=x86_64 06:29:36 ---> Running in ff64015f8966 06:29:36 Removing intermediate container 4ec0521935a6 06:29:36 ---> 6d710a84a526 06:29:36 Step 22/23 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:29:38 Removing intermediate container 96694efad3ff 06:29:38 ---> 00a893b1079c 06:29:38 Step 21/27 : RUN pip install docker-compose==1.23.2 06:29:42 ---> Running in 7a3fc0638ee3 06:29:42 Removing intermediate container 187e93245425 06:29:42 ---> 928ffc1871c5 06:29:42 Successfully built 928ffc1871c5 06:29:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:29:43 + docker inspect -f . ci-base-image-arm64 06:29:43 . [Pipeline] withDockerContainer 06:29:43 Removing intermediate container ff64015f8966 06:29:43 ---> 1f50902704bd 06:29:43 Step 25/26 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:29:43 prd-ubuntu18.04-docker-arm64-4c-16g-5772 does not seem to be running inside a container 06:29:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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 06:29:43 ---> Running in d2b088f7beb8 06:29:45 $ docker top b1998071743249e515ff2a02f7671ff7e9a8ce12e84a4e8ad0ce5d571e74d1f5 -eo pid,comm 06:29:45 ---> Running in 474f1ca2b1c8 06:29:45 Removing intermediate container 7a3fc0638ee3 06:29:45 ---> 27a3fe7d19d0 06:29:45 Step 23/23 : LABEL version=1.2.2-dev.75 06:29:45 ---> Running in 64251b7eaffa 06:29:45 ---> 02f553b45ac9 06:29:45 Step 9/22 : RUN make cmd/support-logging/support-logging 06:29:45 ---> Running in cb34dd530405 06:29:45 Removing intermediate container 474f1ca2b1c8 06:29:45 ---> 3ba40cb7845c 06:29:45 Step 26/26 : LABEL version=1.2.2-dev.75 [Pipeline] { [Pipeline] sh 06:29:45 Removing intermediate container 64251b7eaffa 06:29:45 ---> 58d4092c3c2c 06:29:45 06:29:45 ---> Running in e59e517673f4 06:29:46 Successfully built 58d4092c3c2c 06:29:46 Successfully tagged docker-core-data-go:latest 06:29:46 Building docker-security-secrets-setup-go 06:29:46  Building docker-core-data-go ... done Removing intermediate container e59e517673f4 06:29:46 ---> 10735977f2ea 06:29:46 06:29:46 Successfully built 10735977f2ea 06:29:46 Successfully tagged docker-security-secretstore-setup-go:latest 06:29:46  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 06:29:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-logging/support-logging ./cmd/support-logging 06:29:46 + go version 06:29:46 go version go1.15.2 linux/arm64 [Pipeline] } 06:29:46 $ docker stop --time=1 b1998071743249e515ff2a02f7671ff7e9a8ce12e84a4e8ad0ce5d571e74d1f5 06:29:48 $ docker rm -f b1998071743249e515ff2a02f7671ff7e9a8ce12e84a4e8ad0ce5d571e74d1f5 [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 06:29:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:29:49 06:29:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:29:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:29:50 latest: Pulling from edgex-devops/edgex-compose-arm64 06:29:50 29e5d40040c1: Pulling fs layer 06:29:50 1ce36da41761: Pulling fs layer 06:29:50 25b303627fd3: Pulling fs layer 06:29:50 29e5d40040c1: Verifying Checksum 06:29:50 29e5d40040c1: Download complete 06:29:51 1ce36da41761: Verifying Checksum 06:29:51 29e5d40040c1: Pull complete 06:29:52 1ce36da41761: Pull complete 06:29:52 Collecting docker-compose==1.23.2 06:29:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:29:53 Collecting texttable<0.10,>=0.9.0 06:29:53 Downloading texttable-0.9.1.tar.gz (11 kB) 06:29:54 25b303627fd3: Verifying Checksum 06:29:54 25b303627fd3: Download complete 06:30:01 Collecting cached-property<2,>=1.2.0 06:30:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:30:01 Collecting docopt<0.7,>=0.6.1 06:30:01 Downloading docopt-0.6.2.tar.gz (25 kB) 06:30:01 Removing intermediate container 237d1edcc858 06:30:01 ---> ef04de2fd1d1 06:30:01 06:30:01 Step 10/22 : FROM scratch 06:30:01 ---> 06:30:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:30:03 Collecting jsonschema<3,>=2.5.1 06:30:03 ---> Using cache 06:30:03 ---> d301560a74a6 06:30:03 Step 12/22 : ENV APP_PORT=48082 06:30:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:30:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:30:03 ---> Running in 2295abfa723d 06:30:03 Collecting docker<4.0,>=3.6.0 06:30:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:30:04 Collecting websocket-client<1.0,>=0.32.0 06:30:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:30:04 25b303627fd3: Pull complete 06:30:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:30:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:30:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:30:04 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:30:04 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:30:04 ---> 610d959bb5c1 06:30:04 Step 3/29 : WORKDIR /edgex-go 06:30:04 ---> Using cache 06:30:04 ---> dbf517fa1ad4 06:30:04 Step 4/29 : RUN apk update && apk add make git 06:30:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:30:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:30:04 ---> 610d959bb5c1 06:30:04 Step 3/24 : WORKDIR /edgex-go 06:30:04 ---> Using cache 06:30:04 ---> dbf517fa1ad4 06:30:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:04 ---> Using cache 06:30:04 ---> 90189a69cf80 06:30:04 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:30:04 prd-ubuntu18.04-docker-arm64-4c-16g-5772 does not seem to be running inside a container 06:30:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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 06:30:05 Removing intermediate container 2295abfa723d 06:30:05 ---> f688c0bc992d 06:30:05 Step 13/22 : EXPOSE $APP_PORT 06:30:06 Collecting PyYAML<4,>=3.10 06:30:06 ---> Running in 55fa4a0d535b 06:30:06 Downloading PyYAML-3.13.tar.gz (270 kB) 06:30:06 ---> Running in 2291b0eb2841 06:30:06 ---> Running in c89d625d1e9b 06:30:07 Collecting dockerpty<0.5,>=0.4.1 06:30:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:30:07 Removing intermediate container c89d625d1e9b 06:30:07 ---> 92d64926cf2d 06:30:07 Step 14/22 : WORKDIR / 06:30:08 ---> Running in 0417a77a0a13 06:30:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:30:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:30:08 Collecting docker-pycreds>=0.4.0 06:30:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:30:08 Removing intermediate container 0417a77a0a13 06:30:08 ---> abf7a41a8c9f 06:30:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:30:08 Collecting idna<2.8,>=2.5 06:30:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:30:08 $ docker top b26294c9d38a46deba3d58512bc0ce8fc5a369370f41213f08e10e110fd6d88d -eo pid,comm 06:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:08 Collecting urllib3<1.25,>=1.21.1 06:30:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:30:08 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) 06:30:08 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) 06:30:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:30:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:30:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:30:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [Pipeline] { [Pipeline] sh 06:30:08 Installing collected packages: texttable, cached-property, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, docker-compose 06:30:08 Running setup.py install for texttable: started 06:30:08 ---> 71d6b42a279a 06:30:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:30:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:09 Running setup.py install for texttable: finished with status 'done' 06:30:09 Running setup.py install for docopt: started 06:30:09 ---> de7b096ddddd 06:30:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:30:09 + grep parallel 06:30:09 + docker-compose build --help 06:30:10 ---> 1e01161f66af 06:30:10 Step 18/22 : ENTRYPOINT ["/core-command"] 06:30:10 ---> Running in faf8893ee538 06:30:10 Running setup.py install for docopt: finished with status 'done' 06:30:10 Attempting uninstall: idna 06:30:10 Found existing installation: idna 2.9 06:30:10 Uninstalling idna-2.9: 06:30:10 Successfully uninstalled idna-2.9 06:30:10 Removing intermediate container faf8893ee538 06:30:10 ---> 5f943c520487 06:30:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:30:10 ---> Running in 6f1d57911ec7 06:30:10 Attempting uninstall: urllib3 06:30:10 Found existing installation: urllib3 1.25.9 06:30:10 Uninstalling urllib3-1.25.9: 06:30:10 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 06:30:10 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:30:10 OK: 12752 distinct packages available 06:30:10 Successfully uninstalled urllib3-1.25.9 06:30:10 Removing intermediate container 6f1d57911ec7 06:30:10 ---> 08119f82cc75 06:30:10 Step 20/22 : LABEL arch=x86_64 06:30:10 OK: 233 MiB in 51 packages 06:30:10 v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] 06:30:10 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:30:10 OK: 12752 distinct packages available 06:30:11 ---> Running in efceef9016fd 06:30:11 OK: 233 MiB in 51 packages 06:30:11 Attempting uninstall: requests 06:30:11 Found existing installation: requests 2.23.0 06:30:11 Uninstalling requests-2.23.0: 06:30:11 Successfully uninstalled requests-2.23.0 06:30:11 Removing intermediate container efceef9016fd 06:30:11 ---> 171ba2c6c1ce 06:30:11 Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:30:14 --parallel Build images in parallel. [Pipeline] } 06:30:14 $ docker stop --time=1 b26294c9d38a46deba3d58512bc0ce8fc5a369370f41213f08e10e110fd6d88d 06:30:14 ---> Running in 605a2770d73a 06:30:14 Removing intermediate container cb34dd530405 06:30:14 ---> 1f167ea9466b 06:30:14 06:30:14 Step 10/22 : FROM scratch 06:30:14 ---> 06:30:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:30:15 Removing intermediate container 55fa4a0d535b 06:30:15 ---> 83d5022132d0 06:30:15 Step 5/29 : COPY go.mod . 06:30:15 Running setup.py install for PyYAML: started 06:30:15 Removing intermediate container 2291b0eb2841 06:30:15 ---> e604d8dc51a2 06:30:15 Step 6/24 : COPY go.mod . 06:30:15 Removing intermediate container 605a2770d73a 06:30:15 ---> 13719e872174 06:30:15 Step 22/22 : LABEL version=1.2.2-dev.75 06:30:15 ---> Running in 2aac0ba74e57 06:30:15 ---> bd1fbb825d24 06:30:15 Step 6/29 : RUN go mod download 06:30:15 ---> Running in 8a270662f2f1 06:30:15 ---> Running in eb5a9d137140 06:30:15 ---> 153abc227c0f 06:30:15 Step 7/24 : RUN go mod download 06:30:15 Removing intermediate container 2aac0ba74e57 06:30:15 ---> 7a56dc7ebd6a 06:30:15 Step 12/22 : ENV APP_PORT=48061 06:30:15 Running setup.py install for PyYAML: finished with status 'done' 06:30:15 Running setup.py install for dockerpty: started 06:30:15 ---> Running in 3583d1e45731 06:30:15 ---> Running in 2575cbd1c268 06:30:15 Removing intermediate container 8a270662f2f1 06:30:15 ---> 6d0c97482cf0 06:30:15 06:30:16 $ docker rm -f b26294c9d38a46deba3d58512bc0ce8fc5a369370f41213f08e10e110fd6d88d [Pipeline] // withDockerContainer 06:30:16 Running setup.py install for dockerpty: finished with status 'done' 06:30:16 Successfully built 6d0c97482cf0 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:30:16 Successfully tagged docker-core-command-go:latest 06:30:16 Building docker-security-proxy-setup-go 06:30:16  Building docker-core-command-go ... done Removing intermediate container 3583d1e45731 06:30:16 ---> cd2cf8932e6a 06:30:16 Step 13/22 : EXPOSE $APP_PORT 06:30:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:30:17 . [Pipeline] withDockerContainer 06:30:17 ---> Running in 9e719c169e52 06:30:17 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 06:30:17 prd-ubuntu18.04-docker-arm64-4c-16g-5772 does not seem to be running inside a container 06:30:17 $ 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/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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 06:30:18 Removing intermediate container 9e719c169e52 06:30:18 ---> 9f95ad2e02b2 06:30:18 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:30:18 $ docker top 80393bcecff7fc8f5e8f9be600d436032063bf48802c5ad3809b3051ccc87550 -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:19 + docker-compose -f ./docker-compose-build.yml build --parallel 06:30:22 ---> 83721028732a 06:30:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:30:22 Removing intermediate container eb5a9d137140 06:30:22 ---> 1a3c75473462 06:30:22 Step 7/29 : COPY . . 06:30:24 Building docker-core-command-go ... 06:30:24 Building docker-core-data-go ... 06:30:24 Building docker-core-metadata-go ... 06:30:24 Building docker-security-proxy-setup-go ... 06:30:24 Building docker-security-secrets-setup-go ... 06:30:24 Building docker-security-secretstore-setup-go ... 06:30:24 Building docker-support-logging-go ... 06:30:24 Building docker-support-notifications-go ... 06:30:24 Building docker-support-scheduler-go ... 06:30:24 Building docker-sys-mgmt-agent-go ... 06:30:24 Building docker-security-proxy-setup-go 06:30:24 Building docker-support-notifications-go 06:30:24 Building docker-sys-mgmt-agent-go 06:30:24 Building docker-support-scheduler-go 06:30:24 Building docker-core-metadata-go 06:30:26 Removing intermediate container 2575cbd1c268 06:30:26 ---> d0ab7c09493c 06:30:26 Step 8/24 : COPY . . 06:30:27 ---> a1b33cd6f4fb 06:30:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:30:31 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:30:31 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:30:31 ---> 610d959bb5c1 06:30:31 Step 3/20 : WORKDIR /edgex-go 06:30:31 ---> Using cache 06:30:31 ---> dbf517fa1ad4 06:30:31 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:31 ---> Using cache 06:30:31 ---> 90189a69cf80 06:30:31 Step 5/20 : RUN apk update && apk add make git 06:30:31 ---> Using cache 06:30:31 ---> b81eeef740aa 06:30:31 Step 6/20 : COPY go.mod . 06:30:31 ---> Using cache 06:30:31 ---> e4e5520ff7e2 06:30:31 Step 7/20 : RUN go mod download 06:30:31 ---> Using cache 06:30:31 ---> 7022c50abd59 06:30:31 Step 8/20 : COPY . . 06:30:31 ---> Using cache 06:30:31 ---> 29d627e29c18 06:30:31 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:30:31 Removing intermediate container d2b088f7beb8 06:30:31 ---> 1cab8401d3d4 06:30:31 Step 22/27 : RUN apk --no-cache add curl 06:30:35 ---> Running in af8e540d4d9e 06:30:37 ---> 8ebaff47dbbb 06:30:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:30:39 ---> Running in 8df216707f00 06:30:42 ---> 4acee03e3289 06:30:42 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:30:42 ---> Running in 5545068a2ed9 06:30:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:30:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:43 Removing intermediate container 5545068a2ed9 06:30:43 ---> c864d349d14d 06:30:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:30:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:30:43 (2/3) Installing libcurl (7.69.1-r1) 06:30:43 (3/3) Installing curl (7.69.1-r1) 06:30:43 Executing busybox-1.31.1-r16.trigger 06:30:43 OK: 72 MiB in 58 packages 06:30:46 ---> Running in a2ab559bf4e7 06:30:46 ---> 9dd3857b39a3 06:30:46 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:30:46 ---> 149dc3520e57 06:30:46 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:30:46 Removing intermediate container a2ab559bf4e7 06:30:46 ---> 4df9faac802b 06:30:46 Step 20/22 : LABEL arch=x86_64 06:30:46 ---> Running in b88f21b14263 06:30:46 ---> Running in 6345449454e5 06:30:46 ---> Running in be0a91ecdb67 06:30:46 Removing intermediate container 8df216707f00 06:30:46 ---> b2963a45d669 06:30:46 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:30:46 ---> Running in 3904e26325d3 06:30:47 Removing intermediate container be0a91ecdb67 06:30:47 ---> 40aabab0e46f 06:30:47 Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:30:47 Removing intermediate container 3904e26325d3 06:30:47 ---> 8f226f0d1bb4 06:30:47 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:30:47 ---> Running in 7be7465e3863 06:30:47 ---> Running in 55b92a61c595 06:30:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:30:47 Removing intermediate container 55b92a61c595 06:30:47 ---> 774b2f1f637a 06:30:47 Step 25/27 : LABEL arch=x86_64 06:30:47 Removing intermediate container 7be7465e3863 06:30:47 ---> 458d9a5d68c1 06:30:47 Step 22/22 : LABEL version=1.2.2-dev.75 06:30:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:30:47 ---> Running in 43e28f3893c2 06:30:47 ---> Running in c43abc0be220 06:30:48 Removing intermediate container 43e28f3893c2 06:30:48 ---> ee24dc20471e 06:30:48 Step 26/27 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:30:48 Removing intermediate container c43abc0be220 06:30:48 ---> 4c92dc5a37a6 06:30:48 06:30:48 ---> Running in 3fff6d39dd08 06:30:48 Successfully built 4c92dc5a37a6 06:30:48 Successfully tagged docker-support-logging-go:latest 06:30:48  Building docker-support-logging-go ... done Removing intermediate container 3fff6d39dd08 06:30:48 ---> c28e1d328ddd 06:30:48 Step 27/27 : LABEL version=1.2.2-dev.75 06:30:48 ---> Running in dde97544143d 06:30:48 Removing intermediate container dde97544143d 06:30:48 ---> 9a559b9da012 06:30:48 06:30:49 Successfully built 9a559b9da012 06:30:49 Successfully tagged docker-sys-mgmt-agent-go:latest 06:31:05  Building docker-sys-mgmt-agent-go ... done Removing intermediate container af8e540d4d9e 06:31:05 ---> 471515e9e9a9 06:31:05 06:31:05 Step 10/20 : FROM alpine 06:31:05 ---> a24bb4013296 06:31:05 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:31:05 ---> Running in 099c870fc649 06:31:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:31:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:31:05 v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:31:05 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:31:05 OK: 12750 distinct packages available 06:31:05 (1/4) Installing ca-certificates (20191127-r4) 06:31:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:31:05 (3/4) Installing libcurl (7.69.1-r1) 06:31:05 (4/4) Installing curl (7.69.1-r1) 06:31:05 Executing busybox-1.31.1-r16.trigger 06:31:05 Executing ca-certificates-20191127-r4.trigger 06:31:05 OK: 7 MiB in 18 packages 06:31:07 Removing intermediate container b88f21b14263 06:31:07 ---> 7ffe21ecc262 06:31:07 06:31:07 Step 9/29 : FROM alpine:latest 06:31:07 ---> a24bb4013296 06:31:07 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:31:07 ---> Running in 349f6295b9a2 06:31:10 Removing intermediate container 099c870fc649 06:31:10 ---> 8a57f449522c 06:31:10 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:31:10 Removing intermediate container 349f6295b9a2 06:31:10 ---> 3bf68bcf09b1 06:31:10 Step 11/29 : USER root 06:31:10 ---> Running in 6e9a7ff09d71 06:31:10 ---> Running in 715a51d17002 06:31:10 Removing intermediate container 6345449454e5 06:31:10 ---> 53ec7e3bed7e 06:31:10 06:31:10 Step 10/24 : FROM scratch 06:31:10 ---> 06:31:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:31:10 ---> Using cache 06:31:10 ---> 7a56dc7ebd6a 06:31:10 Step 12/24 : ENV APP_PORT=48060 06:31:10 Removing intermediate container 6e9a7ff09d71 06:31:10 ---> a39497a9fc69 06:31:10 Step 13/20 : WORKDIR /edgex 06:31:10 Removing intermediate container 715a51d17002 06:31:10 ---> e0af7061a32e 06:31:10 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:31:10 ---> Running in aa00c3ccb005 06:31:10 ---> Running in 80203d85a245 06:31:10 ---> Running in a50f9a177111 06:31:11 Removing intermediate container aa00c3ccb005 06:31:11 ---> 0e3611fb8d46 06:31:11 Step 13/24 : EXPOSE $APP_PORT 06:31:11 ---> Running in b2584e398a9b 06:31:11 Removing intermediate container 80203d85a245 06:31:11 ---> f4c551a82280 06:31:11 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:31:11 Removing intermediate container b2584e398a9b 06:31:11 ---> c6e191c446fe 06:31:11 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:31:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:31:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:31:11 ---> 928ffc1871c5 06:31:11 Step 3/21 : WORKDIR /edgex-go 06:31:11 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:31:11 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:31:11 ---> 928ffc1871c5 06:31:11 Step 3/20 : WORKDIR /edgex-go 06:31:11 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:31:11 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:31:11 ---> 928ffc1871c5 06:31:11 Step 3/27 : WORKDIR /edgex-go 06:31:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:31:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:31:11 ---> 928ffc1871c5 06:31:11 Step 3/24 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:31:11 06:31:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:31:11 ---> 928ffc1871c5 06:31:11 Step 3/22 : WORKDIR /edgex-go 06:31:11 ---> Running in 79f44e1c3171 06:31:11 ---> Running in bdbae1e4e46d 06:31:11 ---> Running in f2aa66416eb3 06:31:11 ---> Running in 526bbf9b6421 06:31:11 ---> Running in 102c70546745 06:31:11 Removing intermediate container 79f44e1c3171 06:31:11 ---> 5dab888f9363 06:31:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:11 Removing intermediate container f2aa66416eb3 06:31:11 ---> d76fd67ef5c8 06:31:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:11 Removing intermediate container 526bbf9b6421 06:31:11 ---> f3fef568e7a9 06:31:11 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:11 Removing intermediate container bdbae1e4e46d 06:31:11 ---> aad9f3d784b6 06:31:11 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:11 Removing intermediate container 102c70546745 06:31:11 ---> 9b9ce93e829d 06:31:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:11 ---> Running in f7e63ff13024 06:31:11 ---> Running in 6699354598e7 06:31:11 ---> Running in 529cf6ce67d2 06:31:11 ---> Running in 5580e015b04f 06:31:11 ---> Running in 0a88f0e52a4f 06:31:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:31:11 ---> 79245c741c87 06:31:11 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:31:11 ---> 0aed6a9e2f2d 06:31:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:31:11 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:31:11 v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:31:11 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:31:11 OK: 12750 distinct packages available 06:31:12 ---> b48821f11897 06:31:12 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:31:12 (1/2) Installing ca-certificates (20191127-r4) 06:31:12 (2/2) Installing dumb-init (1.2.2-r1) 06:31:12 Executing busybox-1.31.1-r16.trigger 06:31:12 Executing ca-certificates-20191127-r4.trigger 06:31:12 OK: 6 MiB in 16 packages 06:31:12 ---> Running in ef013343c837 06:31:12 ---> 0e1a6be1fdc7 06:31:12 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:31:13 Removing intermediate container ef013343c837 06:31:13 ---> 29e61023fda6 06:31:13 Step 17/20 : CMD ["--init=true"] 06:31:13 ---> Running in d4b780155ca5 06:31:14 Removing intermediate container a50f9a177111 06:31:14 ---> f05f77d4bf98 06:31:14 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:31:14 Removing intermediate container d4b780155ca5 06:31:14 ---> eaabb8343bf3 06:31:14 Step 18/20 : LABEL arch=x86_64 06:31:14 ---> 0c15665939a2 06:31:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:31:14 ---> Running in 74cb09f3ccad 06:31:14 ---> Running in 587a6715adbb 06:31:14 ---> f2ab147fab3d 06:31:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:31:14 Removing intermediate container 74cb09f3ccad 06:31:14 ---> 4815e9dc8444 06:31:14 Step 14/29 : WORKDIR $BASE_DIR 06:31:14 Removing intermediate container 587a6715adbb 06:31:14 ---> 9a7914949061 06:31:14 Step 19/20 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:31:14 ---> Running in cd1ac38380be 06:31:14 ---> Running in 643f49c290ef 06:31:14 Removing intermediate container f7e63ff13024 06:31:14 ---> 3feeb82c0523 06:31:14 Step 5/22 : RUN apk update && apk add make git 06:31:14 Removing intermediate container 643f49c290ef 06:31:14 ---> 1fb2987f5f7f 06:31:14 Step 20/20 : LABEL version=1.2.2-dev.75 06:31:14 Removing intermediate container cd1ac38380be 06:31:14 ---> 1e850fbf6b00 06:31:14 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:31:15 ---> Running in 642637f42e6c 06:31:15 ---> Running in 763a368b1507 06:31:15 ---> Running in 6095091afd30 06:31:15 ---> 23ccc05a497f 06:31:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:31:15 Removing intermediate container 529cf6ce67d2 06:31:15 ---> 959a4199220d 06:31:15 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:31:15 Removing intermediate container 6699354598e7 06:31:15 ---> 67e9b49cf6b1 06:31:15 Step 5/27 : RUN apk update && apk add make bash git 06:31:15 Removing intermediate container 6095091afd30 06:31:15 ---> 07891e4005b1 06:31:15 06:31:15 ---> Running in 472ce03bb199 06:31:16 ---> Running in 8780da749f66 06:31:16 Removing intermediate container 0a88f0e52a4f 06:31:16 ---> 094836fc9329 06:31:16 Step 5/21 : RUN apk update && apk add make git 06:31:16 ---> 75a293875e64 06:31:16 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:31:16 Successfully built 07891e4005b1 06:31:16 Successfully tagged docker-security-proxy-setup-go:latest 06:31:16  Building docker-security-proxy-setup-go ... done  ---> Running in c6d6d3271b82 06:31:16 Removing intermediate container 5580e015b04f 06:31:16 ---> fed0fedccc16 06:31:16 Step 5/20 : RUN apk update && apk add make git 06:31:16 ---> Running in 2549d7d4ceb2 06:31:16 Removing intermediate container c6d6d3271b82 06:31:16 ---> 7e01c3677549 06:31:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:31:16 ---> Running in db8071f0a9c1 06:31:16 ---> Running in 302a31fa9af4 06:31:16 Removing intermediate container 763a368b1507 06:31:16 ---> 3acb316d3611 06:31:16 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:31:16 Removing intermediate container db8071f0a9c1 06:31:16 ---> a1dd8eb0208a 06:31:16 Step 22/24 : LABEL arch=x86_64 06:31:16 ---> Running in e5ac4c09c8bd 06:31:16 Removing intermediate container e5ac4c09c8bd 06:31:16 ---> 782aaf6a82ea 06:31:16 Step 23/24 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:31:16 ---> Running in 68eaa64201a8 06:31:16 ---> a7ef63e7baef 06:31:16 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:31:17 Removing intermediate container 68eaa64201a8 06:31:17 ---> 316b719ead41 06:31:17 Step 24/24 : LABEL version=1.2.2-dev.75 06:31:17 ---> Running in 03df1c493343 06:31:17 ---> c8551ec99b60 06:31:17 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:31:17 Removing intermediate container 03df1c493343 06:31:17 ---> 8c5ac24e405b 06:31:17 06:31:17 Successfully built 8c5ac24e405b 06:31:17 Successfully tagged docker-support-notifications-go:latest 06:31:17  Building docker-support-notifications-go ... done  ---> 63486cbcf6d2 06:31:17 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:31:17 ---> 6409d33d9991 06:31:17 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:31:18 ---> c1a340f94ce7 06:31:18 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:31:18 ---> Running in e327405421c4 06:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:31:19 Removing intermediate container e327405421c4 06:31:19 ---> 385ec8a33dae 06:31:19 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:31:19 ---> 32949990699e 06:31:19 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:31:19 ---> Running in f8730e51a188 06:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:31:19 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:31:19 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:31:19 OK: 12623 distinct packages available 06:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:31:20 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:31:20 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:31:20 OK: 12623 distinct packages available 06:31:20 Removing intermediate container f8730e51a188 06:31:20 ---> 40da0ea34bd7 06:31:20 Step 24/29 : RUN chmod 755 security-secrets-setup 06:31:20 ---> Running in f26d1dab9640 06:31:20 OK: 217 MiB in 51 packages 06:31:21 OK: 217 MiB in 51 packages 06:31:21 Removing intermediate container f26d1dab9640 06:31:21 ---> 240379f33a2d 06:31:21 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 06:31:21 ---> Running in c60c01e943bc 06:31:21 Removing intermediate container c60c01e943bc 06:31:21 ---> c5ae090ba2f1 06:31:21 Step 26/29 : CMD [ "generate" ] 06:31:21 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:31:21 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:31:21 OK: 12623 distinct packages available 06:31:21 ---> Running in 1a6edfe3b22b 06:31:21 Removing intermediate container 1a6edfe3b22b 06:31:21 ---> 0536cfb5f0e4 06:31:21 Step 27/29 : LABEL arch=x86_64 06:31:21 ---> Running in 72006f165a74 06:31:22 Removing intermediate container 72006f165a74 06:31:22 ---> e5b1dd017ed5 06:31:22 Step 28/29 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:31:22 ---> Running in 27474b193d93 06:31:22 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:31:22 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:31:22 OK: 12623 distinct packages available 06:31:22 Removing intermediate container 27474b193d93 06:31:22 ---> d179a19f2035 06:31:22 Step 29/29 : LABEL version=1.2.2-dev.75 06:31:22 ---> Running in d7f2001411e6 06:31:22 Removing intermediate container 642637f42e6c 06:31:22 ---> 24667cc1c73f 06:31:22 Step 6/22 : COPY go.mod . 06:31:22 Removing intermediate container d7f2001411e6 06:31:22 ---> 35bdf19f14df 06:31:22 06:31:22 Successfully built 35bdf19f14df 06:31:22 Successfully tagged docker-security-secrets-setup-go:latest 06:31:22  Building docker-security-secrets-setup-go ... done  [Pipeline] } 06:31:22 OK: 217 MiB in 51 packages 06:31:22 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:31:22 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:31:22 OK: 12623 distinct packages available 06:31:22 $ docker stop --time=1 f2be328d67a0640a9a75feacbde3bde07b3a51353254a19d05c73df25e190243 06:31:23 OK: 217 MiB in 51 packages 06:31:23 Removing intermediate container 472ce03bb199 06:31:23 ---> 32d69be3b3f0 06:31:23 Step 6/24 : COPY go.mod . 06:31:23 OK: 217 MiB in 51 packages 06:31:24 ---> 24427f5dbc9a 06:31:24 Step 7/22 : RUN go mod download 06:31:24 ---> Running in 49ecc7fe6a76 06:31:24 Removing intermediate container 8780da749f66 06:31:24 ---> f8297f9ad535 06:31:24 Step 6/27 : COPY go.mod . 06:31:24 $ docker rm -f f2be328d67a0640a9a75feacbde3bde07b3a51353254a19d05c73df25e190243 [Pipeline] // withDockerContainer [Pipeline] sh 06:31:24 ---> e5b089fb130b 06:31:24 Step 7/24 : RUN go mod download 06:31:25 + docker images 06:31:25 + grep docker 06:31:25 docker-security-secrets-setup-go latest 35bdf19f14df 3 seconds ago 24MB 06:31:25 docker-support-notifications-go latest 8c5ac24e405b 8 seconds ago 13.6MB 06:31:25 docker-security-proxy-setup-go latest 07891e4005b1 10 seconds ago 15.8MB 06:31:25 docker-sys-mgmt-agent-go latest 9a559b9da012 37 seconds ago 290MB 06:31:25 docker-support-logging-go latest 4c92dc5a37a6 37 seconds ago 11.1MB 06:31:25 docker-core-command-go latest 6d0c97482cf0 About a minute ago 12.2MB 06:31:25 docker-security-secretstore-setup-go latest 10735977f2ea About a minute ago 32.4MB 06:31:25 docker-core-data-go latest 58d4092c3c2c About a minute ago 23.6MB 06:31:25 docker-core-metadata-go latest be80b9a47c3e 2 minutes ago 14.3MB 06:31:25 docker-support-scheduler-go latest 8c46c21f0147 2 minutes ago 12.3MB 06:31:25 docker latest 809cc4dba987 4 weeks ago 217MB 06:31:25 ---> Running in 25548e660437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:31:25 provisioning config files... 06:31:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/191@tmp/config4123219328952911440tmp 06:31:25 Removing intermediate container 302a31fa9af4 06:31:25 ---> 77719fe3c4ac 06:31:25 Step 6/20 : COPY go.mod .Removing intermediate container 2549d7d4ceb2 06:31:25 ---> ed01272b1022 06:31:25 Step 6/21 : COPY go.mod . 06:31:25 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:31:26 ---> c5b71347cdcf 06:31:26 Step 7/27 : RUN go mod download 06:31:26 ---> docker-login.sh 06:31:26 nexus3.edgexfoundry.org:10001 06:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:26 Configure a credential helper to remove this warning. See 06:31:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:26 06:31:26 Login Succeeded 06:31:26 nexus3.edgexfoundry.org:10002 06:31:26 ---> Running in a93fc71fd3ff 06:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:26 Configure a credential helper to remove this warning. See 06:31:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:26 06:31:26 Login Succeeded 06:31:26 nexus3.edgexfoundry.org:10003 06:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:26 Configure a credential helper to remove this warning. See 06:31:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:26 06:31:26 Login Succeeded 06:31:26 nexus3.edgexfoundry.org:10004 06:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:27 ---> 57b57df646db 06:31:27 Step 7/20 : RUN go mod download 06:31:27 ---> 4c8c92a9f965 06:31:27 Step 7/21 : RUN go mod download 06:31:27 ---> Running in 17c44604a4ca 06:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:27 Configure a credential helper to remove this warning. See 06:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:27 06:31:27 Login Succeeded 06:31:27 docker.io 06:31:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:31:27 ---> Running in 98180ec21cbf 06:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:31:27 Configure a credential helper to remove this warning. See 06:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:31:27 06:31:27 Login Succeeded 06:31:27 ---> docker-login.sh ends [Pipeline] } 06:31:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:28 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 06:31:28 f108a71e15710a3809797859c322b04b13103843 06:31:28 1.2.2-dev.75 06:31:28 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:28 master 06:31:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:28 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:31:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843 06:31:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 06:31:29 3ae55748250f: Preparing 06:31:29 fc8cf7fd72f1: Preparing 06:31:29 9644804c1812: Preparing 06:31:29 3ae55748250f: Pushed 06:31:29 9644804c1812: Pushed 06:31:29 Removing intermediate container 49ecc7fe6a76 06:31:29 ---> 1ca41bf983b4 06:31:29 Step 8/22 : COPY . . 06:31:30 Removing intermediate container 25548e660437 06:31:30 ---> 79b72a4063e7 06:31:30 Step 8/24 : COPY . . 06:31:30 fc8cf7fd72f1: Pushed 06:31:30 f108a71e15710a3809797859c322b04b13103843: digest: sha256:39ab80ec042bfef8bc90051c27454d133c90d767ad0cfa5f6a745327418e00bd size: 943 [Pipeline] isUnix [Pipeline] sh 06:31:31 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.75 06:31:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 06:31:31 3ae55748250f: Preparing 06:31:31 fc8cf7fd72f1: Preparing 06:31:31 9644804c1812: Preparing 06:31:31 fc8cf7fd72f1: Layer already exists 06:31:31 9644804c1812: Layer already exists 06:31:31 3ae55748250f: Layer already exists 06:31:31 1.2.2-dev.75: digest: sha256:39ab80ec042bfef8bc90051c27454d133c90d767ad0cfa5f6a745327418e00bd size: 943 [Pipeline] isUnix [Pipeline] sh 06:31:31 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 06:31:32 3ae55748250f: Preparing 06:31:32 fc8cf7fd72f1: Preparing 06:31:32 9644804c1812: Preparing 06:31:32 9644804c1812: Layer already exists 06:31:32 3ae55748250f: Layer already exists 06:31:32 fc8cf7fd72f1: Layer already exists 06:31:32 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:39ab80ec042bfef8bc90051c27454d133c90d767ad0cfa5f6a745327418e00bd size: 943 [Pipeline] isUnix [Pipeline] sh 06:31:32 Removing intermediate container a93fc71fd3ff 06:31:32 ---> 63167a5536f0 06:31:32 Step 8/27 : COPY . . 06:31:32 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 06:31:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 06:31:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 06:31:32 3ae55748250f: Preparing 06:31:32 fc8cf7fd72f1: Preparing 06:31:32 9644804c1812: Preparing 06:31:32 9644804c1812: Layer already exists 06:31:32 fc8cf7fd72f1: Layer already exists 06:31:32 3ae55748250f: Layer already exists 06:31:32 master: digest: sha256:39ab80ec042bfef8bc90051c27454d133c90d767ad0cfa5f6a745327418e00bd size: 943 [Pipeline] } 06:31:32 Removing intermediate container 17c44604a4ca 06:31:32 ---> ecac8d3616b3 06:31:32 Step 8/20 : COPY . . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:32 ===================================================== [Pipeline] echo 06:31:32 taggedImages: 06:31:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843 06:31:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.75 06:31:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master 06:31:32 Removing intermediate container 98180ec21cbf 06:31:32 ---> 24f44a29f0b6 06:31:32 Step 8/21 : COPY . . [Pipeline] echo 06:31:33 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 06:31:33 f108a71e15710a3809797859c322b04b13103843 06:31:33 1.2.2-dev.75 06:31:33 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:33 master 06:31:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:33 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:31:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843 06:31:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 06:31:33 86af362a5913: Preparing 06:31:33 852e6d9ad01f: Preparing 06:31:33 b6111843b490: Preparing 06:31:33 4bd36f5a525f: Preparing 06:31:33 3f58ffd7d71e: Preparing 06:31:33 50644c29ef5a: Preparing 06:31:33 50644c29ef5a: Waiting 06:31:34 3f58ffd7d71e: Pushed 06:31:34 86af362a5913: Pushed 06:31:34 b6111843b490: Pushed 06:31:34 50644c29ef5a: Layer already exists 06:31:34 4bd36f5a525f: Pushed 06:31:35 852e6d9ad01f: Pushed 06:31:35 f108a71e15710a3809797859c322b04b13103843: digest: sha256:9b826b74f6830734076a62bbcbdcf3890ab0dd9929f32ac3a78dd1d3fef40baf size: 1572 [Pipeline] isUnix [Pipeline] sh 06:31:35 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.75 06:31:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 06:31:36 86af362a5913: Preparing 06:31:36 852e6d9ad01f: Preparing 06:31:36 b6111843b490: Preparing 06:31:36 4bd36f5a525f: Preparing 06:31:36 3f58ffd7d71e: Preparing 06:31:36 50644c29ef5a: Preparing 06:31:36 50644c29ef5a: Waiting 06:31:36 b6111843b490: Layer already exists 06:31:36 86af362a5913: Layer already exists 06:31:36 3f58ffd7d71e: Layer already exists 06:31:36 4bd36f5a525f: Layer already exists 06:31:36 852e6d9ad01f: Layer already exists 06:31:36 50644c29ef5a: Layer already exists 06:31:36 1.2.2-dev.75: digest: sha256:9b826b74f6830734076a62bbcbdcf3890ab0dd9929f32ac3a78dd1d3fef40baf size: 1572 [Pipeline] isUnix [Pipeline] sh 06:31:36 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 06:31:36 86af362a5913: Preparing 06:31:36 852e6d9ad01f: Preparing 06:31:36 b6111843b490: Preparing 06:31:36 4bd36f5a525f: Preparing 06:31:36 3f58ffd7d71e: Preparing 06:31:36 50644c29ef5a: Preparing 06:31:36 50644c29ef5a: Waiting 06:31:36 b6111843b490: Layer already exists 06:31:36 852e6d9ad01f: Layer already exists 06:31:36 4bd36f5a525f: Layer already exists 06:31:36 3f58ffd7d71e: Layer already exists 06:31:36 86af362a5913: Layer already exists 06:31:36 50644c29ef5a: Layer already exists 06:31:36 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:9b826b74f6830734076a62bbcbdcf3890ab0dd9929f32ac3a78dd1d3fef40baf size: 1572 [Pipeline] isUnix [Pipeline] sh 06:31:37 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 06:31:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 06:31:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 06:31:37 86af362a5913: Preparing 06:31:37 852e6d9ad01f: Preparing 06:31:37 b6111843b490: Preparing 06:31:37 4bd36f5a525f: Preparing 06:31:37 3f58ffd7d71e: Preparing 06:31:37 50644c29ef5a: Preparing 06:31:37 50644c29ef5a: Waiting 06:31:37 852e6d9ad01f: Layer already exists 06:31:37 86af362a5913: Layer already exists 06:31:37 3f58ffd7d71e: Layer already exists 06:31:37 b6111843b490: Layer already exists 06:31:37 4bd36f5a525f: Layer already exists 06:31:37 50644c29ef5a: Layer already exists 06:31:37 master: digest: sha256:9b826b74f6830734076a62bbcbdcf3890ab0dd9929f32ac3a78dd1d3fef40baf size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:37 ===================================================== [Pipeline] echo 06:31:37 taggedImages: 06:31:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843 06:31:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.75 06:31:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 06:31:37 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 06:31:37 f108a71e15710a3809797859c322b04b13103843 06:31:37 1.2.2-dev.75 06:31:37 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:37 master 06:31:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:38 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:31:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843 06:31:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 06:31:38 3c627eabc808: Preparing 06:31:38 4bdb1e291ec0: Preparing 06:31:38 b81adcc484a0: Preparing 06:31:38 b81adcc484a0: Pushed 06:31:38 3c627eabc808: Pushed 06:31:40 4bdb1e291ec0: Pushed 06:31:40 f108a71e15710a3809797859c322b04b13103843: digest: sha256:d9600908c813628dbab6f70ade1cbd2218bb5f20c7920eaff1bfa7997803ae6a size: 943 [Pipeline] isUnix [Pipeline] sh 06:31:40 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.75 06:31:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 06:31:41 3c627eabc808: Preparing 06:31:41 4bdb1e291ec0: Preparing 06:31:41 b81adcc484a0: Preparing 06:31:41 3c627eabc808: Layer already exists 06:31:41 b81adcc484a0: Layer already exists 06:31:41 4bdb1e291ec0: Layer already exists 06:31:41 1.2.2-dev.75: digest: sha256:d9600908c813628dbab6f70ade1cbd2218bb5f20c7920eaff1bfa7997803ae6a size: 943 [Pipeline] isUnix [Pipeline] sh 06:31:41 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 06:31:41 3c627eabc808: Preparing 06:31:41 4bdb1e291ec0: Preparing 06:31:41 b81adcc484a0: Preparing 06:31:41 4bdb1e291ec0: Layer already exists 06:31:41 b81adcc484a0: Layer already exists 06:31:41 3c627eabc808: Layer already exists 06:31:41 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:d9600908c813628dbab6f70ade1cbd2218bb5f20c7920eaff1bfa7997803ae6a size: 943 [Pipeline] isUnix [Pipeline] sh 06:31:42 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 06:31:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 06:31:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 06:31:42 3c627eabc808: Preparing 06:31:42 4bdb1e291ec0: Preparing 06:31:42 b81adcc484a0: Preparing 06:31:42 3c627eabc808: Layer already exists 06:31:42 b81adcc484a0: Layer already exists 06:31:42 4bdb1e291ec0: Layer already exists 06:31:42 master: digest: sha256:d9600908c813628dbab6f70ade1cbd2218bb5f20c7920eaff1bfa7997803ae6a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:42 ===================================================== [Pipeline] echo 06:31:42 taggedImages: 06:31:42 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843 06:31:42 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.75 06:31:42 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:42 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 06:31:42 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 06:31:42 f108a71e15710a3809797859c322b04b13103843 06:31:42 1.2.2-dev.75 06:31:42 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:42 master 06:31:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:43 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:31:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843 06:31:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 06:31:43 72dc0fb6c0f1: Preparing 06:31:43 d54b784c9367: Preparing 06:31:43 0e4ea8936853: Preparing 06:31:43 a80893ea0147: Preparing 06:31:43 50644c29ef5a: Preparing 06:31:43 50644c29ef5a: Layer already exists 06:31:43 0e4ea8936853: Pushed 06:31:44 d54b784c9367: Pushed 06:31:44 a80893ea0147: Pushed 06:31:44 72dc0fb6c0f1: Pushed 06:31:44 f108a71e15710a3809797859c322b04b13103843: digest: sha256:70ade23f643806bfe4bb9c6adfa5ab57eeb93031c91eda1ba7e647cb09108335 size: 1364 [Pipeline] isUnix [Pipeline] sh 06:31:45 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.75 06:31:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 06:31:45 72dc0fb6c0f1: Preparing 06:31:45 d54b784c9367: Preparing 06:31:45 0e4ea8936853: Preparing 06:31:45 a80893ea0147: Preparing 06:31:45 50644c29ef5a: Preparing 06:31:45 a80893ea0147: Layer already exists 06:31:45 0e4ea8936853: Layer already exists 06:31:45 d54b784c9367: Layer already exists 06:31:45 50644c29ef5a: Layer already exists 06:31:45 72dc0fb6c0f1: Layer already exists 06:31:45 1.2.2-dev.75: digest: sha256:70ade23f643806bfe4bb9c6adfa5ab57eeb93031c91eda1ba7e647cb09108335 size: 1364 [Pipeline] isUnix [Pipeline] sh 06:31:45 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 06:31:46 72dc0fb6c0f1: Preparing 06:31:46 d54b784c9367: Preparing 06:31:46 0e4ea8936853: Preparing 06:31:46 a80893ea0147: Preparing 06:31:46 50644c29ef5a: Preparing 06:31:46 0e4ea8936853: Layer already exists 06:31:46 50644c29ef5a: Layer already exists 06:31:46 72dc0fb6c0f1: Layer already exists 06:31:46 d54b784c9367: Layer already exists 06:31:46 a80893ea0147: Layer already exists 06:31:46 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:70ade23f643806bfe4bb9c6adfa5ab57eeb93031c91eda1ba7e647cb09108335 size: 1364 [Pipeline] isUnix [Pipeline] sh 06:31:46 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 06:31:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 06:31:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 06:31:46 72dc0fb6c0f1: Preparing 06:31:46 d54b784c9367: Preparing 06:31:46 0e4ea8936853: Preparing 06:31:46 a80893ea0147: Preparing 06:31:46 50644c29ef5a: Preparing 06:31:46 a80893ea0147: Layer already exists 06:31:46 72dc0fb6c0f1: Layer already exists 06:31:46 0e4ea8936853: Layer already exists 06:31:46 d54b784c9367: Layer already exists 06:31:46 50644c29ef5a: Layer already exists 06:31:46 master: digest: sha256:70ade23f643806bfe4bb9c6adfa5ab57eeb93031c91eda1ba7e647cb09108335 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:46 ===================================================== [Pipeline] echo 06:31:46 taggedImages: 06:31:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843 06:31:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.75 06:31:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:46 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 06:31:47 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 06:31:47 f108a71e15710a3809797859c322b04b13103843 06:31:47 1.2.2-dev.75 06:31:47 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:47 master 06:31:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:47 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:31:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843 06:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 06:31:47 c25e202caa67: Preparing 06:31:47 18a1fdf4268e: Preparing 06:31:47 73c92387b0e7: Preparing 06:31:47 7255accc7fb7: Preparing 06:31:47 7255accc7fb7: Preparing 06:31:47 c0da79c11133: Preparing 06:31:47 18dfc18ca41a: Preparing 06:31:47 ded2f0a5761d: Preparing 06:31:47 c25e202caa67: Preparing 06:31:47 723524e7171d: Preparing 06:31:47 ffb692176d8d: Preparing 06:31:47 e74d8a77b098: Preparing 06:31:47 50644c29ef5a: Preparing 06:31:47 18dfc18ca41a: Waiting 06:31:47 ded2f0a5761d: Waiting 06:31:47 723524e7171d: Waiting 06:31:47 ffb692176d8d: Waiting 06:31:47 e74d8a77b098: Waiting 06:31:47 50644c29ef5a: Waiting 06:31:48 73c92387b0e7: Pushed 06:31:48 c0da79c11133: Pushed 06:31:48 18a1fdf4268e: Pushed 06:31:48 7255accc7fb7: Pushed 06:31:48 ded2f0a5761d: Pushed 06:31:48 18dfc18ca41a: Pushed 06:31:48 ffb692176d8d: Pushed 06:31:48 ---> dc148c7cf9c2 06:31:48 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:31:48 ---> b5fb340e736b 06:31:48 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:31:48 ---> cfd3e00c0e25 06:31:48 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:31:48 ---> 39f24e2535d1 06:31:48 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:31:48 ---> c47c85bf3aa8 06:31:48 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:31:48 ---> Running in 2dc7acff016b 06:31:48 ---> Running in 570b9dbeb453 06:31:48 ---> Running in 85092cad1366 06:31:48 ---> Running in 2e556ae5cce8 06:31:48 ---> Running in 3dccc983ebdf 06:31:48 723524e7171d: Pushed 06:31:48 50644c29ef5a: Layer already exists 06:31:48 e74d8a77b098: Pushed 06:31:48 c25e202caa67: Pushed 06:31:48 f108a71e15710a3809797859c322b04b13103843: digest: sha256:11bc6e6f0ae2edfb351de1f35ff73c117c8f5c0531a2059d2803817244ff54ef size: 3027 [Pipeline] isUnix [Pipeline] sh 06:31:49 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.75 06:31:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 06:31:49 c25e202caa67: Preparing 06:31:49 18a1fdf4268e: Preparing 06:31:49 73c92387b0e7: Preparing 06:31:49 7255accc7fb7: Preparing 06:31:49 7255accc7fb7: Preparing 06:31:49 c0da79c11133: Preparing 06:31:49 18dfc18ca41a: Preparing 06:31:49 ded2f0a5761d: Preparing 06:31:49 c25e202caa67: Preparing 06:31:49 723524e7171d: Preparing 06:31:49 ffb692176d8d: Preparing 06:31:49 e74d8a77b098: Preparing 06:31:49 50644c29ef5a: Preparing 06:31:49 18dfc18ca41a: Waiting 06:31:49 ded2f0a5761d: Waiting 06:31:49 723524e7171d: Waiting 06:31:49 ffb692176d8d: Waiting 06:31:49 e74d8a77b098: Waiting 06:31:49 50644c29ef5a: Waiting 06:31:49 7255accc7fb7: Layer already exists 06:31:49 73c92387b0e7: Layer already exists 06:31:49 c0da79c11133: Layer already exists 06:31:49 18a1fdf4268e: Layer already exists 06:31:49 c25e202caa67: Layer already exists 06:31:49 ded2f0a5761d: Layer already exists 06:31:49 723524e7171d: Layer already exists 06:31:49 18dfc18ca41a: Layer already exists 06:31:49 e74d8a77b098: Layer already exists 06:31:49 ffb692176d8d: Layer already exists 06:31:49 50644c29ef5a: Layer already exists 06:31:49 1.2.2-dev.75: digest: sha256:11bc6e6f0ae2edfb351de1f35ff73c117c8f5c0531a2059d2803817244ff54ef size: 3027 [Pipeline] isUnix [Pipeline] sh 06:31:49 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 06:31:50 c25e202caa67: Preparing 06:31:50 18a1fdf4268e: Preparing 06:31:50 73c92387b0e7: Preparing 06:31:50 7255accc7fb7: Preparing 06:31:50 7255accc7fb7: Preparing 06:31:50 c0da79c11133: Preparing 06:31:50 18dfc18ca41a: Preparing 06:31:50 ded2f0a5761d: Preparing 06:31:50 c25e202caa67: Preparing 06:31:50 723524e7171d: Preparing 06:31:50 ffb692176d8d: Preparing 06:31:50 e74d8a77b098: Preparing 06:31:50 50644c29ef5a: Preparing 06:31:50 18dfc18ca41a: Waiting 06:31:50 ded2f0a5761d: Waiting 06:31:50 ffb692176d8d: Waiting 06:31:50 e74d8a77b098: Waiting 06:31:50 723524e7171d: Waiting 06:31:50 50644c29ef5a: Waiting 06:31:50 7255accc7fb7: Layer already exists 06:31:50 73c92387b0e7: Layer already exists 06:31:50 c0da79c11133: Layer already exists 06:31:50 18a1fdf4268e: Layer already exists 06:31:50 c25e202caa67: Layer already exists 06:31:50 18dfc18ca41a: Layer already exists 06:31:50 ded2f0a5761d: Layer already exists 06:31:50 ffb692176d8d: Layer already exists 06:31:50 e74d8a77b098: Layer already exists 06:31:50 723524e7171d: Layer already exists 06:31:50 50644c29ef5a: Layer already exists 06:31:50 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:11bc6e6f0ae2edfb351de1f35ff73c117c8f5c0531a2059d2803817244ff54ef size: 3027 [Pipeline] isUnix [Pipeline] sh 06:31:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:31:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:31:50 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 06:31:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:31:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 06:31:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 06:31:50 c25e202caa67: Preparing 06:31:50 18a1fdf4268e: Preparing 06:31:50 73c92387b0e7: Preparing 06:31:50 7255accc7fb7: Preparing 06:31:50 7255accc7fb7: Preparing 06:31:50 c0da79c11133: Preparing 06:31:50 18dfc18ca41a: Preparing 06:31:50 ded2f0a5761d: Preparing 06:31:50 c25e202caa67: Preparing 06:31:50 723524e7171d: Preparing 06:31:50 ffb692176d8d: Preparing 06:31:50 e74d8a77b098: Preparing 06:31:50 50644c29ef5a: Preparing 06:31:50 18dfc18ca41a: Waiting 06:31:50 ded2f0a5761d: Waiting 06:31:50 723524e7171d: Waiting 06:31:50 ffb692176d8d: Waiting 06:31:50 e74d8a77b098: Waiting 06:31:50 50644c29ef5a: Waiting 06:31:50 c25e202caa67: Layer already exists 06:31:50 7255accc7fb7: Layer already exists 06:31:50 c0da79c11133: Layer already exists 06:31:50 18a1fdf4268e: Layer already exists 06:31:50 73c92387b0e7: Layer already exists 06:31:50 18dfc18ca41a: Layer already exists 06:31:50 ded2f0a5761d: Layer already exists 06:31:50 e74d8a77b098: Layer already exists 06:31:50 723524e7171d: Layer already exists 06:31:50 ffb692176d8d: Layer already exists 06:31:50 50644c29ef5a: Layer already exists 06:31:50 master: digest: sha256:11bc6e6f0ae2edfb351de1f35ff73c117c8f5c0531a2059d2803817244ff54ef size: 3027 [Pipeline] } 06:31:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:31:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:50 ===================================================== [Pipeline] echo 06:31:50 taggedImages: 06:31:50 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843 06:31:50 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.75 06:31:50 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:50 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 06:31:51 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 06:31:51 f108a71e15710a3809797859c322b04b13103843 06:31:51 1.2.2-dev.75 06:31:51 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:51 master 06:31:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:51 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:31:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843 06:31:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 06:31:52 c34df2b94cf6: Preparing 06:31:52 b0508d59e004: Preparing 06:31:52 cceb7fce46dc: Preparing 06:31:52 864ceb40311e: Preparing 06:31:52 685b25d011a2: Preparing 06:31:52 785583fc5218: Preparing 06:31:52 ea7b708228ea: Preparing 06:31:52 fd99aa074bdc: Preparing 06:31:52 690fffbfbdae: Preparing 06:31:52 b632f9b31398: Preparing 06:31:52 1b3ee35aacca: Preparing 06:31:52 690fffbfbdae: Waiting 06:31:52 ea7b708228ea: Waiting 06:31:52 fd99aa074bdc: Waiting 06:31:52 b632f9b31398: Waiting 06:31:52 1b3ee35aacca: Waiting 06:31:52 785583fc5218: Waiting 06:31:52 c34df2b94cf6: Pushed 06:31:52 b0508d59e004: Pushed 06:31:52 785583fc5218: Pushed 06:31:52 ea7b708228ea: Pushed 06:31:52 fd99aa074bdc: Pushed 06:31:52 690fffbfbdae: Pushed 06:31:52 1b3ee35aacca: Layer already exists 06:31:52 cceb7fce46dc: Pushed 06:31:53 685b25d011a2: Pushed 06:31:53 864ceb40311e: Pushed 06:31:53 b632f9b31398: Pushed 06:31:53 f108a71e15710a3809797859c322b04b13103843: digest: sha256:911ee0ad6f7899602d1e9bf69f66fadd5ecb77d7026b019acf1d8bd79b74a60a size: 2616 [Pipeline] isUnix [Pipeline] sh 06:31:53 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.75 06:31:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 06:31:54 c34df2b94cf6: Preparing 06:31:54 b0508d59e004: Preparing 06:31:54 cceb7fce46dc: Preparing 06:31:54 864ceb40311e: Preparing 06:31:54 685b25d011a2: Preparing 06:31:54 785583fc5218: Preparing 06:31:54 ea7b708228ea: Preparing 06:31:54 fd99aa074bdc: Preparing 06:31:54 690fffbfbdae: Preparing 06:31:54 b632f9b31398: Preparing 06:31:54 1b3ee35aacca: Preparing 06:31:54 785583fc5218: Waiting 06:31:54 ea7b708228ea: Waiting 06:31:54 fd99aa074bdc: Waiting 06:31:54 b632f9b31398: Waiting 06:31:54 1b3ee35aacca: Waiting 06:31:54 690fffbfbdae: Waiting 06:31:54 864ceb40311e: Layer already exists 06:31:54 cceb7fce46dc: Layer already exists 06:31:54 685b25d011a2: Layer already exists 06:31:54 b0508d59e004: Layer already exists 06:31:54 c34df2b94cf6: Layer already exists 06:31:54 fd99aa074bdc: Layer already exists 06:31:54 785583fc5218: Layer already exists 06:31:54 b632f9b31398: Layer already exists 06:31:54 ea7b708228ea: Layer already exists 06:31:54 690fffbfbdae: Layer already exists 06:31:54 1b3ee35aacca: Layer already exists 06:31:54 1.2.2-dev.75: digest: sha256:911ee0ad6f7899602d1e9bf69f66fadd5ecb77d7026b019acf1d8bd79b74a60a size: 2616 [Pipeline] isUnix [Pipeline] sh 06:31:54 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 06:31:54 c34df2b94cf6: Preparing 06:31:54 b0508d59e004: Preparing 06:31:54 cceb7fce46dc: Preparing 06:31:54 864ceb40311e: Preparing 06:31:54 685b25d011a2: Preparing 06:31:54 785583fc5218: Preparing 06:31:54 ea7b708228ea: Preparing 06:31:54 fd99aa074bdc: Preparing 06:31:54 690fffbfbdae: Preparing 06:31:54 b632f9b31398: Preparing 06:31:54 1b3ee35aacca: Preparing 06:31:54 fd99aa074bdc: Waiting 06:31:54 b632f9b31398: Waiting 06:31:54 1b3ee35aacca: Waiting 06:31:54 690fffbfbdae: Waiting 06:31:54 785583fc5218: Waiting 06:31:54 ea7b708228ea: Waiting 06:31:54 685b25d011a2: Layer already exists 06:31:54 c34df2b94cf6: Layer already exists 06:31:54 cceb7fce46dc: Layer already exists 06:31:54 b0508d59e004: Layer already exists 06:31:54 864ceb40311e: Layer already exists 06:31:54 ea7b708228ea: Layer already exists 06:31:54 785583fc5218: Layer already exists 06:31:54 fd99aa074bdc: Layer already exists 06:31:54 b632f9b31398: Layer already exists 06:31:54 690fffbfbdae: Layer already exists 06:31:54 1b3ee35aacca: Layer already exists 06:31:54 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:911ee0ad6f7899602d1e9bf69f66fadd5ecb77d7026b019acf1d8bd79b74a60a size: 2616 [Pipeline] isUnix [Pipeline] sh 06:31:54 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 06:31:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 06:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 06:31:55 c34df2b94cf6: Preparing 06:31:55 b0508d59e004: Preparing 06:31:55 cceb7fce46dc: Preparing 06:31:55 864ceb40311e: Preparing 06:31:55 685b25d011a2: Preparing 06:31:55 785583fc5218: Preparing 06:31:55 ea7b708228ea: Preparing 06:31:55 fd99aa074bdc: Preparing 06:31:55 690fffbfbdae: Preparing 06:31:55 b632f9b31398: Preparing 06:31:55 1b3ee35aacca: Preparing 06:31:55 fd99aa074bdc: Waiting 06:31:55 690fffbfbdae: Waiting 06:31:55 b632f9b31398: Waiting 06:31:55 1b3ee35aacca: Waiting 06:31:55 785583fc5218: Waiting 06:31:55 ea7b708228ea: Waiting 06:31:55 b0508d59e004: Layer already exists 06:31:55 685b25d011a2: Layer already exists 06:31:55 864ceb40311e: Layer already exists 06:31:55 c34df2b94cf6: Layer already exists 06:31:55 cceb7fce46dc: Layer already exists 06:31:55 785583fc5218: Layer already exists 06:31:55 ea7b708228ea: Layer already exists 06:31:55 fd99aa074bdc: Layer already exists 06:31:55 690fffbfbdae: Layer already exists 06:31:55 b632f9b31398: Layer already exists 06:31:55 1b3ee35aacca: Layer already exists 06:31:55 master: digest: sha256:911ee0ad6f7899602d1e9bf69f66fadd5ecb77d7026b019acf1d8bd79b74a60a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:31:55 ===================================================== [Pipeline] echo 06:31:55 taggedImages: 06:31:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843 06:31:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.75 06:31:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:55 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 06:31:55 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 06:31:55 f108a71e15710a3809797859c322b04b13103843 06:31:55 1.2.2-dev.75 06:31:55 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:55 master 06:31:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:56 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:31:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843 06:31:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 06:31:56 44bf8c92eb27: Preparing 06:31:56 f9db2f7a5597: Preparing 06:31:56 861d3b0d919b: Preparing 06:31:56 3104da090c18: Preparing 06:31:56 44bf8c92eb27: Pushed 06:31:56 861d3b0d919b: Pushed 06:31:56 3104da090c18: Pushed 06:31:57 f9db2f7a5597: Pushed 06:31:57 f108a71e15710a3809797859c322b04b13103843: digest: sha256:b9e0754577a8387d498b717f5b4614f10d9ce58d50163bd5d8712ea63f5d9984 size: 1153 [Pipeline] isUnix [Pipeline] sh 06:31:58 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.75 06:31:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 06:31:58 44bf8c92eb27: Preparing 06:31:58 f9db2f7a5597: Preparing 06:31:58 861d3b0d919b: Preparing 06:31:58 3104da090c18: Preparing 06:31:58 861d3b0d919b: Layer already exists 06:31:58 3104da090c18: Layer already exists 06:31:58 f9db2f7a5597: Layer already exists 06:31:58 44bf8c92eb27: Layer already exists 06:31:58 1.2.2-dev.75: digest: sha256:b9e0754577a8387d498b717f5b4614f10d9ce58d50163bd5d8712ea63f5d9984 size: 1153 [Pipeline] isUnix [Pipeline] sh 06:31:59 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:31:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:31:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 06:31:59 44bf8c92eb27: Preparing 06:31:59 f9db2f7a5597: Preparing 06:31:59 861d3b0d919b: Preparing 06:31:59 3104da090c18: Preparing 06:31:59 44bf8c92eb27: Layer already exists 06:31:59 f9db2f7a5597: Layer already exists 06:31:59 861d3b0d919b: Layer already exists 06:31:59 3104da090c18: Layer already exists 06:31:59 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:b9e0754577a8387d498b717f5b4614f10d9ce58d50163bd5d8712ea63f5d9984 size: 1153 [Pipeline] isUnix [Pipeline] sh 06:31:59 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 06:31:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 06:31:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 06:31:59 44bf8c92eb27: Preparing 06:31:59 f9db2f7a5597: Preparing 06:31:59 861d3b0d919b: Preparing 06:31:59 3104da090c18: Preparing 06:31:59 3104da090c18: Layer already exists 06:31:59 861d3b0d919b: Layer already exists 06:31:59 f9db2f7a5597: Layer already exists 06:31:59 44bf8c92eb27: Layer already exists 06:31:59 master: digest: sha256:b9e0754577a8387d498b717f5b4614f10d9ce58d50163bd5d8712ea63f5d9984 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:00 ===================================================== [Pipeline] echo 06:32:00 taggedImages: 06:32:00 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843 06:32:00 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.75 06:32:00 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:32:00 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 06:32:00 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 06:32:00 f108a71e15710a3809797859c322b04b13103843 06:32:00 1.2.2-dev.75 06:32:00 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:32:00 master 06:32:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:32:00 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:32:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843 06:32:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 06:32:01 011f80666743: Preparing 06:32:01 be943c79e9f5: Preparing 06:32:01 99abcd453aa0: Preparing 06:32:01 665228e54970: Preparing 06:32:01 cad0ec463af5: Preparing 06:32:01 a05d74a22a9a: Preparing 06:32:01 a05d74a22a9a: Waiting 06:32:01 665228e54970: Pushed 06:32:01 011f80666743: Pushed 06:32:01 cad0ec463af5: Pushed 06:32:01 99abcd453aa0: Pushed 06:32:01 a05d74a22a9a: Pushed 06:32:02 be943c79e9f5: Pushed 06:32:02 f108a71e15710a3809797859c322b04b13103843: digest: sha256:520d14e534e10bbadae3be1d8e5a59dd92bc3daa8480568e839e8a2e6c8a52d1 size: 1573 [Pipeline] isUnix [Pipeline] sh 06:32:02 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:32:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.75 06:32:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 06:32:03 011f80666743: Preparing 06:32:03 be943c79e9f5: Preparing 06:32:03 99abcd453aa0: Preparing 06:32:03 665228e54970: Preparing 06:32:03 cad0ec463af5: Preparing 06:32:03 a05d74a22a9a: Preparing 06:32:03 a05d74a22a9a: Waiting 06:32:03 99abcd453aa0: Layer already exists 06:32:03 be943c79e9f5: Layer already exists 06:32:03 011f80666743: Layer already exists 06:32:03 cad0ec463af5: Layer already exists 06:32:03 665228e54970: Layer already exists 06:32:03 a05d74a22a9a: Layer already exists 06:32:03 1.2.2-dev.75: digest: sha256:520d14e534e10bbadae3be1d8e5a59dd92bc3daa8480568e839e8a2e6c8a52d1 size: 1573 [Pipeline] isUnix [Pipeline] sh 06:32:03 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:32:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:32:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 06:32:04 011f80666743: Preparing 06:32:04 be943c79e9f5: Preparing 06:32:04 99abcd453aa0: Preparing 06:32:04 665228e54970: Preparing 06:32:04 cad0ec463af5: Preparing 06:32:04 a05d74a22a9a: Preparing 06:32:04 a05d74a22a9a: Waiting 06:32:04 cad0ec463af5: Layer already exists 06:32:04 be943c79e9f5: Layer already exists 06:32:04 665228e54970: Layer already exists 06:32:04 011f80666743: Layer already exists 06:32:04 99abcd453aa0: Layer already exists 06:32:04 a05d74a22a9a: Layer already exists 06:32:04 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:520d14e534e10bbadae3be1d8e5a59dd92bc3daa8480568e839e8a2e6c8a52d1 size: 1573 [Pipeline] isUnix [Pipeline] sh 06:32:04 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 06:32:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 06:32:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 06:32:04 011f80666743: Preparing 06:32:04 be943c79e9f5: Preparing 06:32:04 99abcd453aa0: Preparing 06:32:04 665228e54970: Preparing 06:32:04 cad0ec463af5: Preparing 06:32:04 a05d74a22a9a: Preparing 06:32:04 a05d74a22a9a: Waiting 06:32:04 011f80666743: Layer already exists 06:32:04 665228e54970: Layer already exists 06:32:04 cad0ec463af5: Layer already exists 06:32:04 be943c79e9f5: Layer already exists 06:32:04 99abcd453aa0: Layer already exists 06:32:04 a05d74a22a9a: Layer already exists 06:32:04 master: digest: sha256:520d14e534e10bbadae3be1d8e5a59dd92bc3daa8480568e839e8a2e6c8a52d1 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:05 ===================================================== [Pipeline] echo 06:32:05 taggedImages: 06:32:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843 06:32:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.75 06:32:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:32:05 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 06:32:05 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 06:32:05 f108a71e15710a3809797859c322b04b13103843 06:32:05 1.2.2-dev.75 06:32:05 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:32:05 master 06:32:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:32:05 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:32:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843 06:32:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 06:32:06 911577036eb8: Preparing 06:32:06 89f12e87f9ee: Preparing 06:32:06 277ca61f081f: Preparing 06:32:06 911577036eb8: Pushed 06:32:06 277ca61f081f: Pushed 06:32:07 89f12e87f9ee: Pushed 06:32:07 f108a71e15710a3809797859c322b04b13103843: digest: sha256:78afe7acd53f9c78d8e9f6c20bbf4d0d75246124a79c1f58c53bdf47499a7b83 size: 943 [Pipeline] isUnix [Pipeline] sh 06:32:07 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:32:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.75 06:32:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 06:32:08 911577036eb8: Preparing 06:32:08 89f12e87f9ee: Preparing 06:32:08 277ca61f081f: Preparing 06:32:08 911577036eb8: Layer already exists 06:32:08 277ca61f081f: Layer already exists 06:32:08 89f12e87f9ee: Layer already exists 06:32:08 1.2.2-dev.75: digest: sha256:78afe7acd53f9c78d8e9f6c20bbf4d0d75246124a79c1f58c53bdf47499a7b83 size: 943 [Pipeline] isUnix [Pipeline] sh 06:32:08 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:32:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:32:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 06:32:08 911577036eb8: Preparing 06:32:08 89f12e87f9ee: Preparing 06:32:08 277ca61f081f: Preparing 06:32:08 89f12e87f9ee: Layer already exists 06:32:08 277ca61f081f: Layer already exists 06:32:08 911577036eb8: Layer already exists 06:32:08 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:78afe7acd53f9c78d8e9f6c20bbf4d0d75246124a79c1f58c53bdf47499a7b83 size: 943 [Pipeline] isUnix [Pipeline] sh 06:32:09 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 06:32:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 06:32:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 06:32:09 911577036eb8: Preparing 06:32:09 89f12e87f9ee: Preparing 06:32:09 277ca61f081f: Preparing 06:32:09 277ca61f081f: Layer already exists 06:32:09 89f12e87f9ee: Layer already exists 06:32:09 911577036eb8: Layer already exists 06:32:09 master: digest: sha256:78afe7acd53f9c78d8e9f6c20bbf4d0d75246124a79c1f58c53bdf47499a7b83 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:09 ===================================================== [Pipeline] echo 06:32:09 taggedImages: 06:32:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843 06:32:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.75 06:32:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:32:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 06:32:09 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 06:32:09 f108a71e15710a3809797859c322b04b13103843 06:32:09 1.2.2-dev.75 06:32:09 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:32:09 master 06:32:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:32:10 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:32:10 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843 06:32:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 06:32:10 93d917df71e6: Preparing 06:32:10 5186c1b562c0: Preparing 06:32:10 6079ea3f8a55: Preparing 06:32:10 d0250c2e54f7: Preparing 06:32:10 06734258bead: Preparing 06:32:10 d504fb989575: Preparing 06:32:10 fdff9eb22a29: Preparing 06:32:10 527eef706b20: Preparing 06:32:10 224742e9e948: Preparing 06:32:10 5391e5290f13: Preparing 06:32:10 13baed61c795: Preparing 06:32:10 51d6d3d09136: Preparing 06:32:10 1507bc794612: Preparing 06:32:10 50644c29ef5a: Preparing 06:32:10 224742e9e948: Waiting 06:32:10 5391e5290f13: Waiting 06:32:10 13baed61c795: Waiting 06:32:10 51d6d3d09136: Waiting 06:32:10 1507bc794612: Waiting 06:32:10 50644c29ef5a: Waiting 06:32:10 d504fb989575: Waiting 06:32:10 fdff9eb22a29: Waiting 06:32:10 527eef706b20: Waiting 06:32:10 06734258bead: Pushed 06:32:10 93d917df71e6: Pushed 06:32:11 d0250c2e54f7: Pushed 06:32:11 527eef706b20: Layer already exists 06:32:11 fdff9eb22a29: Pushed 06:32:11 224742e9e948: Layer already exists 06:32:11 5391e5290f13: Layer already exists 06:32:11 13baed61c795: Layer already exists 06:32:11 51d6d3d09136: Layer already exists 06:32:11 1507bc794612: Layer already exists 06:32:11 50644c29ef5a: Layer already exists 06:32:11 d504fb989575: Pushed 06:32:11 5186c1b562c0: Pushed 06:32:18 6079ea3f8a55: Pushed 06:32:18 f108a71e15710a3809797859c322b04b13103843: digest: sha256:8ce8fb569dbfbb9b04d0cac0d2b4ac944099b9e63653c58507890d19146a7b7b size: 3253 [Pipeline] isUnix [Pipeline] sh 06:32:19 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:32:19 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.75 06:32:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 06:32:19 93d917df71e6: Preparing 06:32:19 5186c1b562c0: Preparing 06:32:19 6079ea3f8a55: Preparing 06:32:19 d0250c2e54f7: Preparing 06:32:19 06734258bead: Preparing 06:32:19 d504fb989575: Preparing 06:32:19 fdff9eb22a29: Preparing 06:32:19 527eef706b20: Preparing 06:32:19 224742e9e948: Preparing 06:32:19 5391e5290f13: Preparing 06:32:19 13baed61c795: Preparing 06:32:19 51d6d3d09136: Preparing 06:32:19 1507bc794612: Preparing 06:32:19 50644c29ef5a: Preparing 06:32:19 d504fb989575: Waiting 06:32:19 527eef706b20: Waiting 06:32:19 224742e9e948: Waiting 06:32:19 fdff9eb22a29: Waiting 06:32:19 5391e5290f13: Waiting 06:32:19 13baed61c795: Waiting 06:32:19 51d6d3d09136: Waiting 06:32:19 1507bc794612: Waiting 06:32:19 50644c29ef5a: Waiting 06:32:19 d0250c2e54f7: Layer already exists 06:32:19 5186c1b562c0: Layer already exists 06:32:19 06734258bead: Layer already exists 06:32:19 6079ea3f8a55: Layer already exists 06:32:19 93d917df71e6: Layer already exists 06:32:19 527eef706b20: Layer already exists 06:32:19 fdff9eb22a29: Layer already exists 06:32:19 5391e5290f13: Layer already exists 06:32:19 d504fb989575: Layer already exists 06:32:19 224742e9e948: Layer already exists 06:32:19 1507bc794612: Layer already exists 06:32:19 50644c29ef5a: Layer already exists 06:32:19 13baed61c795: Layer already exists 06:32:19 51d6d3d09136: Layer already exists 06:32:19 1.2.2-dev.75: digest: sha256:8ce8fb569dbfbb9b04d0cac0d2b4ac944099b9e63653c58507890d19146a7b7b size: 3253 [Pipeline] isUnix [Pipeline] sh 06:32:19 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:32:20 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:32:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 06:32:20 93d917df71e6: Preparing 06:32:20 5186c1b562c0: Preparing 06:32:20 6079ea3f8a55: Preparing 06:32:20 d0250c2e54f7: Preparing 06:32:20 06734258bead: Preparing 06:32:20 d504fb989575: Preparing 06:32:20 fdff9eb22a29: Preparing 06:32:20 527eef706b20: Preparing 06:32:20 224742e9e948: Preparing 06:32:20 5391e5290f13: Preparing 06:32:20 13baed61c795: Preparing 06:32:20 51d6d3d09136: Preparing 06:32:20 1507bc794612: Preparing 06:32:20 50644c29ef5a: Preparing 06:32:20 5391e5290f13: Waiting 06:32:20 13baed61c795: Waiting 06:32:20 51d6d3d09136: Waiting 06:32:20 d504fb989575: Waiting 06:32:20 fdff9eb22a29: Waiting 06:32:20 527eef706b20: Waiting 06:32:20 1507bc794612: Waiting 06:32:20 224742e9e948: Waiting 06:32:20 50644c29ef5a: Waiting 06:32:20 d0250c2e54f7: Layer already exists 06:32:20 5186c1b562c0: Layer already exists 06:32:20 6079ea3f8a55: Layer already exists 06:32:20 93d917df71e6: Layer already exists 06:32:20 06734258bead: Layer already exists 06:32:20 fdff9eb22a29: Layer already exists 06:32:20 d504fb989575: Layer already exists 06:32:20 224742e9e948: Layer already exists 06:32:20 527eef706b20: Layer already exists 06:32:20 5391e5290f13: Layer already exists 06:32:20 51d6d3d09136: Layer already exists 06:32:20 13baed61c795: Layer already exists 06:32:20 50644c29ef5a: Layer already exists 06:32:20 1507bc794612: Layer already exists 06:32:20 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:8ce8fb569dbfbb9b04d0cac0d2b4ac944099b9e63653c58507890d19146a7b7b size: 3253 [Pipeline] isUnix [Pipeline] sh 06:32:20 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 06:32:20 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 06:32:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 06:32:20 93d917df71e6: Preparing 06:32:20 5186c1b562c0: Preparing 06:32:20 6079ea3f8a55: Preparing 06:32:20 d0250c2e54f7: Preparing 06:32:20 06734258bead: Preparing 06:32:20 d504fb989575: Preparing 06:32:20 fdff9eb22a29: Preparing 06:32:20 527eef706b20: Preparing 06:32:20 224742e9e948: Preparing 06:32:20 5391e5290f13: Preparing 06:32:20 13baed61c795: Preparing 06:32:20 51d6d3d09136: Preparing 06:32:20 1507bc794612: Preparing 06:32:20 50644c29ef5a: Preparing 06:32:20 d504fb989575: Waiting 06:32:20 5391e5290f13: Waiting 06:32:20 fdff9eb22a29: Waiting 06:32:20 527eef706b20: Waiting 06:32:20 224742e9e948: Waiting 06:32:20 13baed61c795: Waiting 06:32:20 51d6d3d09136: Waiting 06:32:20 1507bc794612: Waiting 06:32:20 50644c29ef5a: Waiting 06:32:20 06734258bead: Layer already exists 06:32:20 5186c1b562c0: Layer already exists 06:32:20 93d917df71e6: Layer already exists 06:32:20 d0250c2e54f7: Layer already exists 06:32:20 6079ea3f8a55: Layer already exists 06:32:20 fdff9eb22a29: Layer already exists 06:32:20 527eef706b20: Layer already exists 06:32:20 d504fb989575: Layer already exists 06:32:20 5391e5290f13: Layer already exists 06:32:20 224742e9e948: Layer already exists 06:32:20 1507bc794612: Layer already exists 06:32:20 51d6d3d09136: Layer already exists 06:32:20 13baed61c795: Layer already exists 06:32:20 50644c29ef5a: Layer already exists 06:32:20 master: digest: sha256:8ce8fb569dbfbb9b04d0cac0d2b4ac944099b9e63653c58507890d19146a7b7b size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:32:20 ===================================================== [Pipeline] echo 06:32:21 taggedImages: 06:32:21 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843 06:32:21 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.75 06:32:21 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:32:21 - 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] } 06:33:27 Removing intermediate container 3dccc983ebdf 06:33:27 ---> 3e2d91d1504a 06:33:27 06:33:27 Step 10/20 : FROM alpine 06:33:27 latest: Pulling from library/alpine 06:33:27 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:33:27 Status: Downloaded newer image for alpine:latest 06:33:27 ---> 62ee0e9f8440 06:33:27 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:33:27 ---> Running in db7bce9cf2b0 06:33:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:27 v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:33:27 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:33:27 OK: 12621 distinct packages available 06:33:27 (1/4) Installing ca-certificates (20191127-r4) 06:33:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:33:27 (3/4) Installing libcurl (7.69.1-r1) 06:33:27 (4/4) Installing curl (7.69.1-r1) 06:33:27 Executing busybox-1.31.1-r16.trigger 06:33:27 Executing ca-certificates-20191127-r4.trigger 06:33:27 OK: 7 MiB in 18 packages 06:33:27 Removing intermediate container 570b9dbeb453 06:33:27 ---> b92581233f1d 06:33:27 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:33:27 ---> Running in 9e493c2fa027 06:33:28 Removing intermediate container db7bce9cf2b0 06:33:28 ---> b408eef8aca2 06:33:28 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:33:28 ---> Running in 0a072aaab5b5 06:33:29 Removing intermediate container 0a072aaab5b5 06:33:29 ---> 9dca785b6a30 06:33:29 Step 13/20 : WORKDIR /edgex 06:33:29 ---> Running in a668d5cf93dc 06:33:30 Removing intermediate container a668d5cf93dc 06:33:30 ---> 69b695e0bf8f 06:33:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:33:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:33:31 ---> b836219ff2de 06:33:31 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:33:33 ---> 71b0326b3e09 06:33:33 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:33:33 ---> Running in b45e7e2cf6b5 06:33:34 Removing intermediate container b45e7e2cf6b5 06:33:34 ---> 01d21d961e29 06:33:34 Step 17/20 : CMD ["--init=true"] 06:33:34 ---> Running in 0bd5da5ec47d 06:33:35 Removing intermediate container 0bd5da5ec47d 06:33:35 ---> 0dc1bae4bd9a 06:33:35 Step 18/20 : LABEL arch=arm64 06:33:35 ---> Running in dbc4034cf7e0 06:33:36 Removing intermediate container dbc4034cf7e0 06:33:36 ---> 3cf84b623697 06:33:36 Step 19/20 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:33:36 ---> Running in cf7e881cb874 06:33:37 Removing intermediate container cf7e881cb874 06:33:37 ---> 7870af9f2e55 06:33:37 Step 20/20 : LABEL version=1.2.2-dev.75 06:33:38 Removing intermediate container 9e493c2fa027 06:33:38 ---> 2b52ebdc88f5 06:33:38 06:33:38 Step 11/27 : FROM docker:latest 06:33:38 ---> 45884bde0078 06:33:38 Step 12/27 : RUN apk add --no-cache bash 06:33:38 ---> Running in dffbe0f383ab 06:33:38 ---> Running in 1cd75cbf2240 06:33:39 Removing intermediate container dffbe0f383ab 06:33:39 ---> 3f5ef144e979 06:33:39 06:33:39 Successfully built 3f5ef144e979 06:33:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:33:39 Building docker-security-secretstore-setup-go 06:33:41  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:42 (1/2) Installing readline (8.0.4-r0) 06:33:42 (2/2) Installing bash (5.0.17-r0) 06:33:42 Executing bash-5.0.17-r0.post-install 06:33:42 Executing busybox-1.31.1-r16.trigger 06:33:42 OK: 12 MiB in 22 packages 06:33:45 Removing intermediate container 1cd75cbf2240 06:33:45 ---> c4a50c9343e2 06:33:45 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:33:45 ---> Running in faa3d59b595e 06:33:51 Removing intermediate container faa3d59b595e 06:33:51 ---> 11e97b0c6ce8 06:33:51 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:33:52 ---> Running in f0b45acbc888 06:33:54 Removing intermediate container f0b45acbc888 06:33:54 ---> a875a9c23193 06:33:54 Step 15/27 : ENV APP_PORT=48090 06:33:54 ---> Running in 5020680647ba 06:33:55 Removing intermediate container 85092cad1366 06:33:55 ---> 24d7d8ce4dbc 06:33:55 06:33:55 Step 10/24 : FROM scratch 06:33:55 ---> 06:33:55 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:33:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 06:33:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:33:56 ---> 928ffc1871c5 06:33:56 Step 3/26 : WORKDIR /edgex-go 06:33:56 ---> Using cache 06:33:56 ---> 9b9ce93e829d 06:33:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:56 ---> Using cache 06:33:56 ---> 094836fc9329 06:33:56 Step 5/26 : RUN apk update && apk add make git 06:33:56 ---> Using cache 06:33:56 ---> ed01272b1022 06:33:56 Step 6/26 : COPY go.mod . 06:33:56 ---> Using cache 06:33:56 ---> 4c8c92a9f965 06:33:56 Step 7/26 : RUN go mod download 06:33:56 ---> Using cache 06:33:56 ---> 24f44a29f0b6 06:33:56 Step 8/26 : COPY . . 06:33:56 Removing intermediate container 2e556ae5cce8 06:33:56 ---> f280477dea40 06:33:56 06:33:56 Step 10/21 : FROM scratch 06:33:56 ---> 06:33:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:33:56 ---> Using cache 06:33:56 ---> 39f24e2535d1 06:33:56 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 06:33:56 ---> Running in ade832aabb90 06:33:56 Removing intermediate container 5020680647ba 06:33:56 ---> 55c01ab9011d 06:33:56 Step 16/27 : EXPOSE $APP_PORT 06:33:56 ---> Running in dbaf0ab00268 06:33:56 ---> Running in dfe588e22c29 06:33:56 ---> Running in bd7e55db36b5 06:33:57 Removing intermediate container ade832aabb90 06:33:57 ---> 59fa50136108 06:33:57 Step 12/24 : ENV APP_PORT=48060 06:33:57 ---> Running in fe3df447155e 06:33:57 Removing intermediate container dbaf0ab00268 06:33:57 ---> 7b16f829f3e2 06:33:57 Step 12/21 : ENV APP_PORT=48085 06:33:57 Removing intermediate container bd7e55db36b5 06:33:57 ---> b3ca925a525f 06:33:57 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:33:57 ---> Running in f8da46fd0a8a 06:33:58 Removing intermediate container fe3df447155e 06:33:58 ---> e5fdf98e05e6 06:33:58 Step 13/24 : EXPOSE $APP_PORT 06:33:58 ---> Running in 4f7076fbd1e7 06:33:58 Removing intermediate container f8da46fd0a8a 06:33:58 ---> c410ae3d7fb2 06:33:58 Step 13/21 : EXPOSE $APP_PORT 06:33:58 ---> Running in 40035eef8aa6 06:33:59 Removing intermediate container 4f7076fbd1e7 06:33:59 ---> f7309d4081bf 06:33:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:33:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:33:59 ---> f70ae9bc77b6 06:33:59 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:33:59 Removing intermediate container 40035eef8aa6 06:33:59 ---> 740518aa0d28 06:33:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:34:00 ---> 06bf640426b8 06:34:00 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:34:00 ---> e79f0a541ff9 06:34:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:34:00 ---> 76a38e531d4f 06:34:00 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:34:04 ---> e811bb02edf8 06:34:04 Step 20/27 : RUN apk --no-cache add py3-pip 06:34:04 ---> d97aa3e6f333 06:34:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:34:04 ---> c2539ed8a129 06:34:04 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:34:04 ---> Running in cab635fb6235 06:34:06 ---> 0cb03750fd96 06:34:06 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:34:07 ---> Running in b21fcc3ad14e 06:34:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:34:08 ---> 3c6a61a0b3b8 06:34:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:34:08 Removing intermediate container b21fcc3ad14e 06:34:08 ---> 090e5d4e4e81 06:34:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:34:09 (1/33) Installing libbz2 (1.0.8-r1) 06:34:09 (2/33) Installing expat (2.2.9-r1) 06:34:09 (3/33) Installing libffi (3.3-r2) 06:34:09 (4/33) Installing gdbm (1.13-r1) 06:34:09 (5/33) Installing xz-libs (5.2.5-r0) 06:34:09 (6/33) Installing sqlite-libs (3.32.1-r0) 06:34:09 (7/33) Installing python3 (3.8.5-r0) 06:34:09 ---> Running in 654f709f6a01 06:34:10 Removing intermediate container 654f709f6a01 06:34:10 ---> e157174ed471 06:34:10 Step 19/21 : LABEL arch=arm64 06:34:10 ---> 04a9c11832bb 06:34:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:34:11 Removing intermediate container 2dc7acff016b 06:34:11 ---> 036684ba04c4 06:34:11 06:34:11 Step 10/22 : FROM scratch 06:34:11 ---> 06:34:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:34:11 ---> Running in 43f87f8b65ab 06:34:11 ---> Using cache 06:34:11 ---> 7b16f829f3e2 06:34:11 Step 12/22 : ENV APP_PORT=48081 06:34:11 ---> Running in 6808ade58a88 06:34:11 (8/33) Installing py3-appdirs (1.4.4-r1) 06:34:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:34:11 (10/33) Installing py3-parsing (2.4.7-r0) 06:34:11 (11/33) Installing py3-six (1.15.0-r0) 06:34:11 (12/33) Installing py3-packaging (20.4-r0) 06:34:11 (13/33) Installing py3-setuptools (47.0.0-r0) 06:34:11 (14/33) Installing py3-chardet (3.0.4-r4) 06:34:11 (15/33) Installing py3-idna (2.9-r0) 06:34:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:34:11 Removing intermediate container 43f87f8b65ab 06:34:11 ---> 4b3ba9135d3d 06:34:11 Step 20/21 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:34:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:34:12 (18/33) Installing py3-requests (2.23.0-r0) 06:34:12 (19/33) Installing py3-msgpack (1.0.0-r0) 06:34:12 (20/33) Installing py3-lockfile (0.12.2-r3) 06:34:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:34:12 (22/33) Installing py3-colorama (0.4.3-r0) 06:34:12 (23/33) Installing py3-distlib (0.3.0-r0) 06:34:12 (24/33) Installing py3-distro (1.5.0-r1) 06:34:12 ---> Running in 10b8746fe0dd 06:34:12 Removing intermediate container 6808ade58a88 06:34:12 ---> 3b3d3369fa73 06:34:12 Step 13/22 : EXPOSE $APP_PORT 06:34:12 (25/33) Installing py3-webencodings (0.5.1-r3) 06:34:12 (26/33) Installing py3-html5lib (1.0.1-r4) 06:34:12 (27/33) Installing py3-pytoml (0.1.21-r0) 06:34:12 (28/33) Installing py3-pep517 (0.8.2-r0) 06:34:12 (29/33) Installing py3-progress (1.5-r0) 06:34:12 (30/33) Installing py3-toml (0.10.1-r0) 06:34:12 (31/33) Installing py3-retrying (1.3.3-r0) 06:34:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:34:12 (33/33) Installing py3-pip (20.1.1-r0) 06:34:12 ---> Running in fac86e38e41f 06:34:13 Executing busybox-1.31.1-r16.trigger 06:34:13 OK: 71 MiB in 55 packages 06:34:13 ---> b563e89be9be 06:34:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:34:13 Removing intermediate container 10b8746fe0dd 06:34:13 ---> 0a4946b550f3 06:34:13 Step 21/21 : LABEL version=1.2.2-dev.75 06:34:13 ---> Running in 004b43e6bec8 06:34:13 Removing intermediate container fac86e38e41f 06:34:13 ---> 1c86bf8fbe6c 06:34:13 Step 14/22 : WORKDIR / 06:34:14 ---> Running in b983c9d79883 06:34:15 Removing intermediate container 004b43e6bec8 06:34:15 ---> 2c2358d64cab 06:34:15 06:34:15 ---> 8565f3326300 06:34:15 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:34:15 Successfully built 2c2358d64cab 06:34:15 Successfully tagged docker-support-scheduler-go-arm64:latest 06:34:15  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 06:34:15 Removing intermediate container b983c9d79883 06:34:15 ---> 224b5bc6677b 06:34:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:34:15 ---> Running in 66a5f266af22 06:34:16 Removing intermediate container 66a5f266af22 06:34:16 ---> 7585230e80aa 06:34:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:34:17 ---> d61b32369a23 06:34:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:34:17 ---> Running in 25f98b83cea8 06:34:19 Removing intermediate container 25f98b83cea8 06:34:19 ---> 23937dfe8e97 06:34:19 Step 22/24 : LABEL arch=arm64 06:34:20 ---> Running in 8a502cc419bf 06:34:21 ---> c6d35147d919 06:34:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:34:21 Removing intermediate container 8a502cc419bf 06:34:21 ---> 18c399e287ee 06:34:21 Step 23/24 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:34:21 ---> Running in 5dfdd5c98111 06:34:22 Removing intermediate container 5dfdd5c98111 06:34:22 ---> 85fee124e594 06:34:22 Step 24/24 : LABEL version=1.2.2-dev.75 06:34:22 ---> 6230c3641022 06:34:22 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:34:22 ---> Running in c53eefd065d2 06:34:23 ---> Running in c40dd34b391a 06:34:23 Removing intermediate container c53eefd065d2 06:34:23 ---> 794d43686965 06:34:23 06:34:24 Successfully built 794d43686965 06:34:24 Successfully tagged docker-support-notifications-go-arm64:latest 06:34:24  Building docker-support-notifications-go ... done Building docker-core-command-go 06:34:24 Removing intermediate container c40dd34b391a 06:34:24 ---> 1e5a1a93a180 06:34:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:34:24 ---> Running in 6aab7da96e87 06:34:25 Removing intermediate container cab635fb6235 06:34:25 ---> c53fd82cc479 06:34:25 Step 21/27 : RUN pip install docker-compose==1.23.2 06:34:26 ---> Running in 351e7487f41c 06:34:26 Removing intermediate container 6aab7da96e87 06:34:26 ---> 680a0289200b 06:34:26 Step 20/22 : LABEL arch=arm64 06:34:26 ---> Running in 1b288ef802c2 06:34:28 Removing intermediate container 1b288ef802c2 06:34:28 ---> 0360b6445321 06:34:28 Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:34:28 ---> Running in 17c6ffa4c1ee 06:34:30 Removing intermediate container 17c6ffa4c1ee 06:34:30 ---> 9219f09aded0 06:34:30 Step 22/22 : LABEL version=1.2.2-dev.75 06:34:30 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:34:30 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:34:30 ---> 928ffc1871c5 06:34:30 Step 3/29 : WORKDIR /edgex-go 06:34:30 ---> Using cache 06:34:30 ---> 9b9ce93e829d 06:34:30 Step 4/29 : RUN apk update && apk add make git 06:34:31 ---> Running in 178b60657463 06:34:31 ---> Running in 264ea7bc67d9 06:34:32 Removing intermediate container 264ea7bc67d9 06:34:32 ---> ce499a85f4b6 06:34:32 06:34:32 Successfully built ce499a85f4b6 06:34:32 Successfully tagged docker-core-metadata-go-arm64:latest 06:34:32  Building docker-core-metadata-go ... done Building docker-core-data-go 06:34:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:34:34 Collecting docker-compose==1.23.2 06:34:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:34:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:34:35 Collecting docopt<0.7,>=0.6.1 06:34:35 Downloading docopt-0.6.2.tar.gz (25 kB) 06:34:36 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:34:36 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:34:36 OK: 12623 distinct packages available 06:34:38 OK: 217 MiB in 51 packages 06:34:38 Collecting jsonschema<3,>=2.5.1 06:34:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:34:41 Collecting PyYAML<4,>=3.10 06:34:41 Downloading PyYAML-3.13.tar.gz (270 kB) 06:34:41 Removing intermediate container 178b60657463 06:34:41 ---> d3863b336b3c 06:34:41 Step 5/29 : COPY go.mod . 06:34:42 ---> bd7bc64a9b8a 06:34:42 Step 6/29 : RUN go mod download 06:34:43 ---> Running in f60cf427636a 06:34:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:34:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:34:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:34:45 ---> 928ffc1871c5 06:34:45 Step 3/22 : WORKDIR /edgex-go 06:34:45 ---> Using cache 06:34:45 ---> 9b9ce93e829d 06:34:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:34:45 ---> Using cache 06:34:45 ---> 094836fc9329 06:34:45 Step 5/22 : RUN apk update && apk add make git 06:34:45 ---> Using cache 06:34:45 ---> ed01272b1022 06:34:45 Step 6/22 : COPY go.mod . 06:34:45 ---> Using cache 06:34:45 ---> 4c8c92a9f965 06:34:45 Step 7/22 : RUN go mod download 06:34:45 ---> Using cache 06:34:45 ---> 24f44a29f0b6 06:34:45 Step 8/22 : COPY . . 06:34:45 ---> Using cache 06:34:45 ---> 39f24e2535d1 06:34:45 Step 9/22 : RUN make cmd/core-command/core-command 06:34:46 Collecting cached-property<2,>=1.2.0 06:34:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:34:46 ---> Running in ead15d5f5b12 06:34:47 Collecting docker<4.0,>=3.6.0 06:34:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:34:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:34:49 Collecting websocket-client<1.0,>=0.32.0 06:34:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:34:49 Removing intermediate container f60cf427636a 06:34:49 ---> fef0270b91dc 06:34:49 Step 7/29 : COPY . . 06:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-command/core-command ./cmd/core-command 06:34:50 Collecting dockerpty<0.5,>=0.4.1 06:34:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:34:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:34:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:34:51 ---> 928ffc1871c5 06:34:51 Step 3/23 : WORKDIR /edgex-go 06:34:51 ---> Using cache 06:34:51 ---> 9b9ce93e829d 06:34:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:34:51 ---> Using cache 06:34:51 ---> 094836fc9329 06:34:51 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:34:53 ---> Running in c1fb2ce9fd03 06:34:53 Collecting texttable<0.10,>=0.9.0 06:34:54 Downloading texttable-0.9.1.tar.gz (11 kB) 06:34:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 06:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:34:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:35:00 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:35:00 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:35:00 OK: 12623 distinct packages available 06:35:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:35:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:35:01 OK: 217 MiB in 51 packages 06:35:01 Collecting docker-pycreds>=0.4.0 06:35:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:35:01 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) 06:35:02 Collecting idna<2.8,>=2.5 06:35:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:35:03 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) 06:35:03 ---> 24adc6d82088 06:35:03 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:35:03 Collecting urllib3<1.25,>=1.21.1 06:35:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:35:04 ---> Running in 17383adab12e 06:35:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:35:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:35:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:35:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:35:04 Removing intermediate container c1fb2ce9fd03 06:35:04 ---> a7396b36fd55 06:35:04 Step 6/23 : COPY go.mod . 06:35:06 ---> 003069f11933 06:35:06 Step 7/23 : RUN go mod download 06:35:06 Installing collected packages: docopt, jsonschema, PyYAML, cached-property, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, texttable, docker-compose 06:35:06 Running setup.py install for docopt: started 06:35:06 ---> Running in 78a2c22a057c 06:35:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:35:08 Running setup.py install for docopt: finished with status 'done' 06:35:09 Running setup.py install for PyYAML: started 06:35:09 Removing intermediate container dfe588e22c29 06:35:09 ---> 5ea3c037f026 06:35:09 06:35:09 Step 10/26 : FROM alpine:3.10 06:35:09 3.10: Pulling from library/alpine 06:35:11 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:35:11 Status: Downloaded newer image for alpine:3.10 06:35:11 ---> 536a684cf733 06:35:11 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:35:11 Removing intermediate container 78a2c22a057c 06:35:11 ---> 230baa217b5c 06:35:11 Step 8/23 : COPY . . 06:35:12 ---> Running in e30587dbad7f 06:35:12 Running setup.py install for PyYAML: finished with status 'done' 06:35:12 Attempting uninstall: idna 06:35:13 Found existing installation: idna 2.9 06:35:13 Uninstalling idna-2.9: 06:35:13 Successfully uninstalled idna-2.9 06:35:14 Attempting uninstall: urllib3 06:35:14 Found existing installation: urllib3 1.25.9 06:35:14 Uninstalling urllib3-1.25.9: 06:35:14 Successfully uninstalled urllib3-1.25.9 06:35:15 Attempting uninstall: requests 06:35:15 Found existing installation: requests 2.23.0 06:35:15 Uninstalling requests-2.23.0: 06:35:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 06:35:15 Successfully uninstalled requests-2.23.0 06:35:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 06:35:16 v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:35:16 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:35:16 OK: 10167 distinct packages available 06:35:17 (1/5) Installing ca-certificates (20191127-r2) 06:35:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:35:17 (3/5) Installing libcurl (7.66.0-r1) 06:35:17 (4/5) Installing curl (7.66.0-r1) 06:35:17 (5/5) Installing dumb-init (1.2.2-r1) 06:35:17 Executing busybox-1.30.1-r3.trigger 06:35:17 Executing ca-certificates-20191127-r2.trigger 06:35:17 Running setup.py install for dockerpty: started 06:35:18 OK: 7 MiB in 19 packages 06:35:21 Running setup.py install for dockerpty: finished with status 'done' 06:35:21 Running setup.py install for texttable: started 06:35:22 Removing intermediate container e30587dbad7f 06:35:22 ---> afe6f1061764 06:35:22 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:35:22 ---> Running in 5ba36b7ddfa6 06:35:23 ---> 717b51fb99c3 06:35:23 Step 9/23 : RUN make cmd/core-data/core-data 06:35:23 Running setup.py install for texttable: finished with status 'done' 06:35:23 ---> Running in 51ad931f307d 06:35:23 Removing intermediate container 5ba36b7ddfa6 06:35:23 ---> bb08041fc74f 06:35:23 Step 13/26 : WORKDIR / 06:35:24 ---> Running in 668abbac3dc2 06:35:25 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 06:35:25 Removing intermediate container 668abbac3dc2 06:35:25 ---> a29173508860 06:35:25 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:35:26 ---> f899d062dcfe 06:35:26 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:35:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/core-data/core-data ./cmd/core-data 06:35:27 ---> c3141036cabe 06:35:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:35:29 ---> dacae183c882 06:35:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 06:35:31 ---> 58637e2b5228 06:35:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:35:31 Removing intermediate container 351e7487f41c 06:35:31 ---> ad49538e372e 06:35:31 Step 22/27 : RUN apk --no-cache add curl 06:35:31 ---> Running in 94243d629088 06:35:33 ---> 44e776bd16a3 06:35:33 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:35:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:35:35 ---> aefdbe7cb675 06:35:35 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 06:35:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:35:35 (2/3) Installing libcurl (7.69.1-r1) 06:35:35 (3/3) Installing curl (7.69.1-r1) 06:35:35 Executing busybox-1.31.1-r16.trigger 06:35:35 OK: 71 MiB in 58 packages 06:35:36 ---> 9697b81e9c16 06:35:36 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:35:38 ---> 6c84b672a7c2 06:35:38 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:35:38 Removing intermediate container 94243d629088 06:35:38 ---> 742c914d911f 06:35:38 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:35:38 ---> Running in 99b842b08334 06:35:38 ---> Running in c0c075433f94 06:35:39 Removing intermediate container 99b842b08334 06:35:39 ---> 6404e6903538 06:35:39 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:35:40 ---> Running in da7e9541b09e 06:35:40 Removing intermediate container da7e9541b09e 06:35:40 ---> 0e771acbf386 06:35:40 Step 25/27 : LABEL arch=arm64 06:35:41 ---> Running in 2656d7c03dd1 06:35:42 Removing intermediate container 2656d7c03dd1 06:35:42 ---> 4ee5415c4058 06:35:42 Step 26/27 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:35:42 ---> Running in 21ae36370dae 06:35:43 Removing intermediate container 21ae36370dae 06:35:43 ---> 1649092cf1e4 06:35:43 Step 27/27 : LABEL version=1.2.2-dev.75 06:35:43 Removing intermediate container c0c075433f94 06:35:43 ---> 93a5a590feb9 06:35:43 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 06:35:43 ---> Running in 7604004b8af5 06:35:43 ---> Running in b6ddc4542150 06:35:44 Removing intermediate container 7604004b8af5 06:35:44 ---> fccb7490146d 06:35:44 06:35:44 Removing intermediate container b6ddc4542150 06:35:44 ---> af6f2f3b0cb5 06:35:44 Step 24/26 : LABEL arch=arm64 06:35:44 Successfully built fccb7490146d 06:35:44 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:35:44 Building docker-support-logging-go 06:35:45  Building docker-sys-mgmt-agent-go ... done  ---> Running in a70b61822b82 06:35:45 Removing intermediate container a70b61822b82 06:35:45 ---> e2a479d4bf65 06:35:45 Step 25/26 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:35:45 ---> Running in 9090dba95c74 06:35:46 Removing intermediate container 9090dba95c74 06:35:46 ---> 10e2ac96c816 06:35:46 Step 26/26 : LABEL version=1.2.2-dev.75 06:35:47 ---> Running in 7a6f8bb972a0 06:35:48 Removing intermediate container 7a6f8bb972a0 06:35:48 ---> 8b81bdd00732 06:35:48 06:35:48 Successfully built 8b81bdd00732 06:35:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:35:59  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:35:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:35:59 ---> 928ffc1871c5 06:35:59 Step 3/22 : WORKDIR /edgex-go 06:35:59 ---> Using cache 06:35:59 ---> 9b9ce93e829d 06:35:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:35:59 ---> Using cache 06:35:59 ---> 094836fc9329 06:35:59 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:36:01 ---> Running in 0cec79c9578a 06:36:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:05 v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:36:05 v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:36:05 OK: 12623 distinct packages available 06:36:06 OK: 217 MiB in 51 packages 06:36:07 OK: 217 MiB in 51 packages 06:36:09 Removing intermediate container 0cec79c9578a 06:36:09 ---> 6d9ae672b846 06:36:09 Step 6/22 : COPY go.mod . 06:36:10 ---> 4f032c5ff624 06:36:10 Step 7/22 : RUN go mod download 06:36:10 ---> Running in c12ddb99d360 06:36:16 Removing intermediate container c12ddb99d360 06:36:16 ---> 07c9ec81e965 06:36:16 Step 8/22 : COPY . . 06:36:28 ---> e67139d64f20 06:36:28 Step 9/22 : RUN make cmd/support-logging/support-logging 06:36:28 ---> Running in cbc2fbba133c 06:36:28 Removing intermediate container 17383adab12e 06:36:28 ---> 93c833e9e80e 06:36:28 06:36:28 Step 9/29 : FROM alpine:latest 06:36:28 ---> 62ee0e9f8440 06:36:28 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:36:28 ---> Running in 960a6566f380 06:36:28 Removing intermediate container 960a6566f380 06:36:28 ---> 0f38105bc2a0 06:36:28 Step 11/29 : USER root 06:36:28 ---> Running in 4817fa25fd7e 06:36:30 Removing intermediate container 4817fa25fd7e 06:36:30 ---> 7693b409f29e 06:36:30 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:36:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.75" -o cmd/support-logging/support-logging ./cmd/support-logging 06:36:30 ---> Running in 535cbf75c92f 06:36:32 Removing intermediate container ead15d5f5b12 06:36:32 ---> 1f553cbaef2a 06:36:32 06:36:32 Step 10/22 : FROM scratch 06:36:32 ---> 06:36:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:36:32 ---> Using cache 06:36:32 ---> 7b16f829f3e2 06:36:32 Step 12/22 : ENV APP_PORT=48082 06:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:33 ---> Running in 30f3ff72b3f4 06:36:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:33 Removing intermediate container 30f3ff72b3f4 06:36:33 ---> 596b437ef728 06:36:33 Step 13/22 : EXPOSE $APP_PORT 06:36:33 ---> Running in 6a5d3856c8c7 06:36:34 v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:36:34 v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:36:34 OK: 12621 distinct packages available 06:36:34 Removing intermediate container 6a5d3856c8c7 06:36:34 ---> ff56b26a2eac 06:36:34 Step 14/22 : WORKDIR / 06:36:34 ---> Running in 29e7adeed996 06:36:35 (1/2) Installing ca-certificates (20191127-r4) 06:36:35 (2/2) Installing dumb-init (1.2.2-r1) 06:36:35 Executing busybox-1.31.1-r16.trigger 06:36:35 Executing ca-certificates-20191127-r4.trigger 06:36:35 Removing intermediate container 29e7adeed996 06:36:35 ---> f6e356790ed0 06:36:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:36:35 OK: 6 MiB in 16 packages 06:36:36 ---> 4d98fc239159 06:36:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:36:38 Removing intermediate container 535cbf75c92f 06:36:38 ---> c58f0b6d0551 06:36:38 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:36:38 ---> Running in 203580a4e175 06:36:38 ---> a201f1f71b42 06:36:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:36:39 Removing intermediate container 203580a4e175 06:36:39 ---> c43bc918a835 06:36:39 Step 14/29 : WORKDIR $BASE_DIR 06:36:39 ---> Running in 858b568d7ea3 06:36:40 ---> 05a5bef8a636 06:36:40 Step 18/22 : ENTRYPOINT ["/core-command"] 06:36:40 Removing intermediate container 858b568d7ea3 06:36:40 ---> 9dcd499bb437 06:36:40 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:36:40 ---> Running in 41ec0748f139 06:36:40 ---> Running in 93999c006b5d 06:36:41 Removing intermediate container 41ec0748f139 06:36:41 ---> 6a658d132c16 06:36:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:36:41 ---> Running in 1103972c23f3 06:36:42 Removing intermediate container 1103972c23f3 06:36:42 ---> a41832a4dfa9 06:36:42 Step 20/22 : LABEL arch=arm64 06:36:42 ---> Running in ca523e61a4f8 06:36:43 Removing intermediate container ca523e61a4f8 06:36:43 ---> e20891d805e6 06:36:43 Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:36:43 ---> Running in d06464033920 06:36:44 Removing intermediate container d06464033920 06:36:44 ---> b8bc273c452d 06:36:44 Step 22/22 : LABEL version=1.2.2-dev.75 06:36:44 ---> Running in 23bd0b5c5f5c 06:36:45 Removing intermediate container 23bd0b5c5f5c 06:36:45 ---> 6ab88eab693a 06:36:45 06:36:45 Removing intermediate container 93999c006b5d 06:36:45 ---> 094f75f80eaa 06:36:45 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:36:45 Successfully built 6ab88eab693a 06:36:45 Successfully tagged docker-core-command-go-arm64:latest 06:36:47  Building docker-core-command-go ... done  ---> 0b68ea9d5161 06:36:47 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:36:48 ---> eba9b1576db6 06:36:48 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:36:49 ---> f9966b82bbae 06:36:49 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:36:50 ---> 74eeef225134 06:36:50 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:36:51 ---> d792d3b9bbf8 06:36:51 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:36:51 ---> Running in 039a5ee4fb48 06:36:56 Removing intermediate container 039a5ee4fb48 06:36:56 ---> 4c5f6699cb2a 06:36:56 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:36:56 ---> 5241956255e3 06:36:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:36:57 ---> Running in 66b4520f37c6 06:37:01 Removing intermediate container 66b4520f37c6 06:37:01 ---> be06617a8ead 06:37:01 Step 24/29 : RUN chmod 755 security-secrets-setup 06:37:01 ---> Running in 158efe3bbd69 06:37:05 Removing intermediate container 158efe3bbd69 06:37:05 ---> e5d879d79bd8 06:37:05 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 06:37:05 ---> Running in 13eda731ac16 06:37:05 Removing intermediate container 13eda731ac16 06:37:05 ---> a126ba44a393 06:37:05 Step 26/29 : CMD [ "generate" ] 06:37:05 ---> Running in 608d024033bf 06:37:06 Removing intermediate container 608d024033bf 06:37:06 ---> cfd99776ec31 06:37:06 Step 27/29 : LABEL arch=arm64 06:37:06 ---> Running in 04b18711b491 06:37:07 Removing intermediate container 04b18711b491 06:37:07 ---> d1d9ae5ef1ac 06:37:07 Step 28/29 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:37:07 ---> Running in daa002d76959 06:37:08 Removing intermediate container daa002d76959 06:37:08 ---> 9214547c1c40 06:37:08 Step 29/29 : LABEL version=1.2.2-dev.75 06:37:08 ---> Running in 55d23e7ce4cc 06:37:09 Removing intermediate container 55d23e7ce4cc 06:37:09 ---> e96d7095d491 06:37:09 06:37:09 Successfully built e96d7095d491 06:37:09 Successfully tagged docker-security-secrets-setup-go-arm64:latest 06:37:18  Building docker-security-secrets-setup-go ... done Removing intermediate container 51ad931f307d 06:37:18 ---> 0384a8e241e4 06:37:18 06:37:18 Step 10/23 : FROM alpine 06:37:18 ---> 62ee0e9f8440 06:37:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:37:18 ---> Running in 1700e9b4a8f0 06:37:18 Removing intermediate container 1700e9b4a8f0 06:37:18 ---> ddef9dfe7753 06:37:18 Step 12/23 : ENV APP_PORT=48080 06:37:18 ---> Running in 560df1204874 06:37:18 Removing intermediate container 560df1204874 06:37:18 ---> c2dd819c2f19 06:37:18 Step 13/23 : EXPOSE $APP_PORT 06:37:18 ---> Running in 2490f25e64d2 06:37:19 Removing intermediate container 2490f25e64d2 06:37:19 ---> 66ca3f0fddbf 06:37:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:19 Removing intermediate container cbc2fbba133c 06:37:19 ---> 588e4c4e13e3 06:37:19 06:37:19 Step 10/22 : FROM scratch 06:37:19 ---> 06:37:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:37:19 ---> Running in e5419210c574 06:37:19 ---> Using cache 06:37:19 ---> 59fa50136108 06:37:19 Step 12/22 : ENV APP_PORT=48061 06:37:19 ---> Running in 64bc7915841e 06:37:20 Removing intermediate container 64bc7915841e 06:37:20 ---> fae2e1e0a1de 06:37:20 Step 13/22 : EXPOSE $APP_PORT 06:37:20 ---> Running in 70cd563a45f4 06:37:20 Removing intermediate container 70cd563a45f4 06:37:20 ---> b819eedf7af4 06:37:20 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:37:21 ---> 8f32e9839cd1 06:37:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:37:22 Removing intermediate container e5419210c574 06:37:22 ---> 861d29cd980f 06:37:22 Step 15/23 : RUN apk --no-cache add zeromq 06:37:22 ---> Running in 4045fd845062 06:37:22 ---> 4dd0a297be21 06:37:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:37:24 ---> 6c8aa152527d 06:37:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:37:24 ---> 086224b150a5 06:37:24 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:37:24 ---> Running in ec06e2b42f8f 06:37:25 Removing intermediate container ec06e2b42f8f 06:37:25 ---> af65517db719 06:37:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:37:25 ---> Running in 5ed7802a4620 06:37:25 (1/5) Installing libgcc (9.3.0-r2) 06:37:25 (2/5) Installing libsodium (1.0.18-r0) 06:37:25 (3/5) Installing libstdc++ (9.3.0-r2) 06:37:26 Removing intermediate container 5ed7802a4620 06:37:26 ---> 61749ee68eb0 06:37:26 Step 20/22 : LABEL arch=arm64 06:37:26 (4/5) Installing libzmq (4.3.3-r0) 06:37:26 ---> Running in 536e1e9cc8c7 06:37:26 (5/5) Installing zeromq (4.3.3-r0) 06:37:26 Executing busybox-1.31.1-r16.trigger 06:37:26 OK: 8 MiB in 19 packages 06:37:26 Removing intermediate container 536e1e9cc8c7 06:37:26 ---> add40d067405 06:37:26 Step 21/22 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:37:26 ---> Running in c16caa10f050 06:37:27 Removing intermediate container c16caa10f050 06:37:27 ---> b869197c6342 06:37:27 Step 22/22 : LABEL version=1.2.2-dev.75 06:37:27 ---> Running in 7a36351a9498 06:37:27 Removing intermediate container 4045fd845062 06:37:27 ---> b531f5fe5269 06:37:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:37:28 Removing intermediate container 7a36351a9498 06:37:28 ---> 735da14ec04f 06:37:28 06:37:28 Successfully built 735da14ec04f 06:37:28 Successfully tagged docker-support-logging-go-arm64:latest 06:37:28  Building docker-support-logging-go ... done  ---> 77109a151f45 06:37:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:37:29 ---> 28e10097499e 06:37:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:37:30 ---> 9ba7c5a2e56a 06:37:30 Step 19/23 : ENTRYPOINT ["/core-data"] 06:37:30 ---> Running in 5be66bfa88ea 06:37:30 Removing intermediate container 5be66bfa88ea 06:37:30 ---> 48b6cb526d61 06:37:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:37:31 ---> Running in 5702cee7a5cb 06:37:31 Removing intermediate container 5702cee7a5cb 06:37:31 ---> d9d524d7a0d5 06:37:31 Step 21/23 : LABEL arch=arm64 06:37:31 ---> Running in 77cc363a985a 06:37:32 Removing intermediate container 77cc363a985a 06:37:32 ---> a7c128f203e2 06:37:32 Step 22/23 : LABEL git_sha=f108a71e15710a3809797859c322b04b13103843 06:37:32 ---> Running in df1864e39fdc 06:37:32 Removing intermediate container df1864e39fdc 06:37:32 ---> 0ee7dd68cc6a 06:37:32 Step 23/23 : LABEL version=1.2.2-dev.75 06:37:32 ---> Running in 0fdfcaacb41b 06:37:33 Removing intermediate container 0fdfcaacb41b 06:37:33 ---> ca7a741fa456 06:37:33 06:37:33 Successfully built ca7a741fa456 06:37:33 Successfully tagged docker-core-data-go-arm64:latest 06:37:34  Building docker-core-data-go ... done  [Pipeline] } 06:37:34 $ docker stop --time=1 80393bcecff7fc8f5e8f9be600d436032063bf48802c5ad3809b3051ccc87550 06:37:35 $ docker rm -f 80393bcecff7fc8f5e8f9be600d436032063bf48802c5ad3809b3051ccc87550 [Pipeline] // withDockerContainer [Pipeline] sh 06:37:36 + + grepdocker docker images 06:37:36 06:37:36 docker-core-data-go-arm64 latest ca7a741fa456 3 seconds ago 22.2MB 06:37:36 docker-support-logging-go-arm64 latest 735da14ec04f 9 seconds ago 10.6MB 06:37:36 docker-security-secrets-setup-go-arm64 latest e96d7095d491 27 seconds ago 22.7MB 06:37:36 docker-core-command-go-arm64 latest 6ab88eab693a 52 seconds ago 11.4MB 06:37:36 docker-security-secretstore-setup-go-arm64 latest 8b81bdd00732 About a minute ago 30.8MB 06:37:36 docker-sys-mgmt-agent-go-arm64 latest fccb7490146d About a minute ago 270MB 06:37:36 docker-core-metadata-go-arm64 latest ce499a85f4b6 3 minutes ago 13.4MB 06:37:36 docker-support-notifications-go-arm64 latest 794d43686965 3 minutes ago 12.9MB 06:37:36 docker-support-scheduler-go-arm64 latest 2c2358d64cab 3 minutes ago 11.5MB 06:37:36 docker-security-proxy-setup-go-arm64 latest 3f5ef144e979 3 minutes ago 15.1MB 06:37:36 docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:37:37 provisioning config files... 06:37:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/191@tmp/config1398053683618197597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:37:37 ---> docker-login.sh 06:37:37 nexus3.edgexfoundry.org:10001 06:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:38 Configure a credential helper to remove this warning. See 06:37:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:38 06:37:38 Login Succeeded 06:37:38 nexus3.edgexfoundry.org:10002 06:37:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:39 Configure a credential helper to remove this warning. See 06:37:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:39 06:37:39 Login Succeeded 06:37:39 nexus3.edgexfoundry.org:10003 06:37:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:39 Configure a credential helper to remove this warning. See 06:37:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:39 06:37:39 Login Succeeded 06:37:39 nexus3.edgexfoundry.org:10004 06:37:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:40 Configure a credential helper to remove this warning. See 06:37:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:40 06:37:40 Login Succeeded 06:37:40 docker.io 06:37:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:41 Configure a credential helper to remove this warning. See 06:37:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:41 06:37:41 Login Succeeded 06:37:41 ---> docker-login.sh ends [Pipeline] } 06:37:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:41 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 06:37:41 f108a71e15710a3809797859c322b04b13103843 06:37:41 1.2.2-dev.75 06:37:41 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:37:41 master 06:37:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:37:41 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:37:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:37:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 06:37:42 e05e2638bd71: Preparing 06:37:42 d0248d7ee35e: Preparing 06:37:42 96a3a6af65ac: Preparing 06:37:42 96a3a6af65ac: Pushed 06:37:42 e05e2638bd71: Pushed 06:37:45 d0248d7ee35e: Pushed 06:37:45 f108a71e15710a3809797859c322b04b13103843: digest: sha256:298287dc00c24d2bcbbccfe39d60147295e58f5ce606501952069465d89689d4 size: 943 [Pipeline] isUnix [Pipeline] sh 06:37:45 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:37:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.75 06:37:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 06:37:45 e05e2638bd71: Preparing 06:37:45 d0248d7ee35e: Preparing 06:37:45 96a3a6af65ac: Preparing 06:37:46 96a3a6af65ac: Layer already exists 06:37:46 e05e2638bd71: Layer already exists 06:37:46 d0248d7ee35e: Layer already exists 06:37:46 1.2.2-dev.75: digest: sha256:298287dc00c24d2bcbbccfe39d60147295e58f5ce606501952069465d89689d4 size: 943 [Pipeline] isUnix [Pipeline] sh 06:37:46 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:37:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:37:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 06:37:46 e05e2638bd71: Preparing 06:37:46 d0248d7ee35e: Preparing 06:37:46 96a3a6af65ac: Preparing 06:37:47 d0248d7ee35e: Layer already exists 06:37:47 96a3a6af65ac: Layer already exists 06:37:47 e05e2638bd71: Layer already exists 06:37:47 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:298287dc00c24d2bcbbccfe39d60147295e58f5ce606501952069465d89689d4 size: 943 [Pipeline] isUnix [Pipeline] sh 06:37:47 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:37:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 06:37:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 06:37:47 e05e2638bd71: Preparing 06:37:47 d0248d7ee35e: Preparing 06:37:47 96a3a6af65ac: Preparing 06:37:47 e05e2638bd71: Layer already exists 06:37:47 d0248d7ee35e: Layer already exists 06:37:47 96a3a6af65ac: Layer already exists 06:37:47 master: digest: sha256:298287dc00c24d2bcbbccfe39d60147295e58f5ce606501952069465d89689d4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:48 ===================================================== [Pipeline] echo 06:37:48 taggedImages: 06:37:48 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:37:48 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.75 06:37:48 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:37:48 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 06:37:48 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 06:37:48 f108a71e15710a3809797859c322b04b13103843 06:37:48 1.2.2-dev.75 06:37:48 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:37:48 master 06:37:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:37:48 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:37:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:37:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 06:37:49 bc29d9f09d3d: Preparing 06:37:49 f306291e0bd8: Preparing 06:37:49 db4a7ef1fbf6: Preparing 06:37:49 dd2eb0cc5c95: Preparing 06:37:49 d4c52e48afcc: Preparing 06:37:49 e2f13739ad41: Preparing 06:37:49 e2f13739ad41: Waiting 06:37:49 bc29d9f09d3d: Pushed 06:37:49 db4a7ef1fbf6: Pushed 06:37:49 e2f13739ad41: Layer already exists 06:37:49 d4c52e48afcc: Pushed 06:37:50 dd2eb0cc5c95: Pushed 06:37:52 f306291e0bd8: Pushed 06:37:52 f108a71e15710a3809797859c322b04b13103843: digest: sha256:414eae92fba07458fb0ecf14f8295b6902221bf06b84de5e80878ba03eb8ca11 size: 1572 [Pipeline] isUnix [Pipeline] sh 06:37:53 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:37:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.75 06:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 06:37:53 bc29d9f09d3d: Preparing 06:37:53 f306291e0bd8: Preparing 06:37:53 db4a7ef1fbf6: Preparing 06:37:53 dd2eb0cc5c95: Preparing 06:37:53 d4c52e48afcc: Preparing 06:37:53 e2f13739ad41: Preparing 06:37:53 e2f13739ad41: Waiting 06:37:53 f306291e0bd8: Layer already exists 06:37:53 bc29d9f09d3d: Layer already exists 06:37:53 dd2eb0cc5c95: Layer already exists 06:37:53 d4c52e48afcc: Layer already exists 06:37:53 db4a7ef1fbf6: Layer already exists 06:37:53 e2f13739ad41: Layer already exists 06:37:53 1.2.2-dev.75: digest: sha256:414eae92fba07458fb0ecf14f8295b6902221bf06b84de5e80878ba03eb8ca11 size: 1572 [Pipeline] isUnix [Pipeline] sh 06:37:54 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:37:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:37:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 06:37:54 bc29d9f09d3d: Preparing 06:37:54 f306291e0bd8: Preparing 06:37:54 db4a7ef1fbf6: Preparing 06:37:54 dd2eb0cc5c95: Preparing 06:37:54 d4c52e48afcc: Preparing 06:37:54 e2f13739ad41: Preparing 06:37:54 e2f13739ad41: Waiting 06:37:54 dd2eb0cc5c95: Layer already exists 06:37:54 f306291e0bd8: Layer already exists 06:37:54 d4c52e48afcc: Layer already exists 06:37:54 db4a7ef1fbf6: Layer already exists 06:37:54 bc29d9f09d3d: Layer already exists 06:37:54 e2f13739ad41: Layer already exists 06:37:54 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:414eae92fba07458fb0ecf14f8295b6902221bf06b84de5e80878ba03eb8ca11 size: 1572 [Pipeline] isUnix [Pipeline] sh 06:37:55 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:37:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 06:37:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 06:37:55 bc29d9f09d3d: Preparing 06:37:55 f306291e0bd8: Preparing 06:37:55 db4a7ef1fbf6: Preparing 06:37:55 dd2eb0cc5c95: Preparing 06:37:55 d4c52e48afcc: Preparing 06:37:55 e2f13739ad41: Preparing 06:37:55 e2f13739ad41: Waiting 06:37:55 db4a7ef1fbf6: Layer already exists 06:37:55 f306291e0bd8: Layer already exists 06:37:55 dd2eb0cc5c95: Layer already exists 06:37:55 bc29d9f09d3d: Layer already exists 06:37:55 d4c52e48afcc: Layer already exists 06:37:55 e2f13739ad41: Layer already exists 06:37:55 master: digest: sha256:414eae92fba07458fb0ecf14f8295b6902221bf06b84de5e80878ba03eb8ca11 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:37:56 ===================================================== [Pipeline] echo 06:37:56 taggedImages: 06:37:56 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:37:56 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.75 06:37:56 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:37:56 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 06:37:56 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 06:37:56 f108a71e15710a3809797859c322b04b13103843 06:37:56 1.2.2-dev.75 06:37:56 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:37:56 master 06:37:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:37:56 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:37:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:37:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 06:37:57 9355c6c53c0d: Preparing 06:37:57 59f25e6fe83f: Preparing 06:37:57 757208f06f12: Preparing 06:37:57 757208f06f12: Pushed 06:37:57 9355c6c53c0d: Pushed 06:38:00 59f25e6fe83f: Pushed 06:38:00 f108a71e15710a3809797859c322b04b13103843: digest: sha256:705660d536d8a3a4292bc1104e4864929dc21770e73bc9a84a95fd90621d1355 size: 943 [Pipeline] isUnix [Pipeline] sh 06:38:01 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.75 06:38:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 06:38:01 9355c6c53c0d: Preparing 06:38:01 59f25e6fe83f: Preparing 06:38:01 757208f06f12: Preparing 06:38:01 757208f06f12: Layer already exists 06:38:01 59f25e6fe83f: Layer already exists 06:38:01 9355c6c53c0d: Layer already exists 06:38:01 1.2.2-dev.75: digest: sha256:705660d536d8a3a4292bc1104e4864929dc21770e73bc9a84a95fd90621d1355 size: 943 [Pipeline] isUnix [Pipeline] sh 06:38:02 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 06:38:02 9355c6c53c0d: Preparing 06:38:02 59f25e6fe83f: Preparing 06:38:02 757208f06f12: Preparing 06:38:02 59f25e6fe83f: Layer already exists 06:38:02 757208f06f12: Layer already exists 06:38:02 9355c6c53c0d: Layer already exists 06:38:02 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:705660d536d8a3a4292bc1104e4864929dc21770e73bc9a84a95fd90621d1355 size: 943 [Pipeline] isUnix [Pipeline] sh 06:38:03 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:38:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 06:38:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 06:38:03 9355c6c53c0d: Preparing 06:38:03 59f25e6fe83f: Preparing 06:38:03 757208f06f12: Preparing 06:38:03 9355c6c53c0d: Layer already exists 06:38:03 757208f06f12: Layer already exists 06:38:03 59f25e6fe83f: Layer already exists 06:38:03 master: digest: sha256:705660d536d8a3a4292bc1104e4864929dc21770e73bc9a84a95fd90621d1355 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:38:03 ===================================================== [Pipeline] echo 06:38:03 taggedImages: 06:38:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.75 06:38:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 06:38:03 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 06:38:03 f108a71e15710a3809797859c322b04b13103843 06:38:03 1.2.2-dev.75 06:38:03 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:03 master 06:38:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:04 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:38:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 06:38:04 9d0486cde969: Preparing 06:38:04 90f1349fc2cc: Preparing 06:38:04 c257fd9209dc: Preparing 06:38:04 65f086cbe781: Preparing 06:38:04 e2f13739ad41: Preparing 06:38:05 e2f13739ad41: Layer already exists 06:38:05 90f1349fc2cc: Pushed 06:38:05 c257fd9209dc: Pushed 06:38:05 65f086cbe781: Pushed 06:38:07 9d0486cde969: Pushed 06:38:07 f108a71e15710a3809797859c322b04b13103843: digest: sha256:ce7992dda22d73c354e5f5567dbc77761dfcc36b0a2b26345940f87be2b56465 size: 1364 [Pipeline] isUnix [Pipeline] sh 06:38:07 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.75 06:38:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 06:38:08 9d0486cde969: Preparing 06:38:08 90f1349fc2cc: Preparing 06:38:08 c257fd9209dc: Preparing 06:38:08 65f086cbe781: Preparing 06:38:08 e2f13739ad41: Preparing 06:38:08 90f1349fc2cc: Layer already exists 06:38:08 e2f13739ad41: Layer already exists 06:38:08 c257fd9209dc: Layer already exists 06:38:08 9d0486cde969: Layer already exists 06:38:08 65f086cbe781: Layer already exists 06:38:08 1.2.2-dev.75: digest: sha256:ce7992dda22d73c354e5f5567dbc77761dfcc36b0a2b26345940f87be2b56465 size: 1364 [Pipeline] isUnix [Pipeline] sh 06:38:08 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 06:38:09 9d0486cde969: Preparing 06:38:09 90f1349fc2cc: Preparing 06:38:09 c257fd9209dc: Preparing 06:38:09 65f086cbe781: Preparing 06:38:09 e2f13739ad41: Preparing 06:38:09 c257fd9209dc: Layer already exists 06:38:09 90f1349fc2cc: Layer already exists 06:38:09 65f086cbe781: Layer already exists 06:38:09 e2f13739ad41: Layer already exists 06:38:09 9d0486cde969: Layer already exists 06:38:09 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:ce7992dda22d73c354e5f5567dbc77761dfcc36b0a2b26345940f87be2b56465 size: 1364 [Pipeline] isUnix [Pipeline] sh 06:38:09 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:38:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 06:38:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 06:38:10 9d0486cde969: Preparing 06:38:10 90f1349fc2cc: Preparing 06:38:10 c257fd9209dc: Preparing 06:38:10 65f086cbe781: Preparing 06:38:10 e2f13739ad41: Preparing 06:38:10 9d0486cde969: Layer already exists 06:38:10 65f086cbe781: Layer already exists 06:38:10 90f1349fc2cc: Layer already exists 06:38:10 c257fd9209dc: Layer already exists 06:38:10 e2f13739ad41: Layer already exists 06:38:10 master: digest: sha256:ce7992dda22d73c354e5f5567dbc77761dfcc36b0a2b26345940f87be2b56465 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:38:10 ===================================================== [Pipeline] echo 06:38:10 taggedImages: 06:38:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.75 06:38:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 06:38:10 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 06:38:10 f108a71e15710a3809797859c322b04b13103843 06:38:10 1.2.2-dev.75 06:38:10 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:10 master 06:38:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:11 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:38:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 06:38:11 e8f760f60e18: Preparing 06:38:11 c59c0c411c28: Preparing 06:38:11 2e0710f875be: Preparing 06:38:11 5ab022fa3107: Preparing 06:38:11 5ab022fa3107: Preparing 06:38:11 4cd807020c76: Preparing 06:38:11 c30d4bc866a6: Preparing 06:38:11 381d06306de7: Preparing 06:38:11 e8f760f60e18: Preparing 06:38:11 c58a05c62ab5: Preparing 06:38:11 a27f8204f401: Preparing 06:38:11 aee42b72013a: Preparing 06:38:11 e2f13739ad41: Preparing 06:38:11 c30d4bc866a6: Waiting 06:38:11 381d06306de7: Waiting 06:38:11 c58a05c62ab5: Waiting 06:38:11 a27f8204f401: Waiting 06:38:11 aee42b72013a: Waiting 06:38:11 e2f13739ad41: Waiting 06:38:12 2e0710f875be: Pushed 06:38:12 5ab022fa3107: Pushed 06:38:12 4cd807020c76: Pushed 06:38:12 c59c0c411c28: Pushed 06:38:12 c30d4bc866a6: Pushed 06:38:12 c58a05c62ab5: Pushed 06:38:12 a27f8204f401: Pushed 06:38:12 381d06306de7: Pushed 06:38:12 e2f13739ad41: Layer already exists 06:38:12 aee42b72013a: Pushed 06:38:14 e8f760f60e18: Pushed 06:38:14 f108a71e15710a3809797859c322b04b13103843: digest: sha256:4a310d4f6a5718d57edf5567fb43ede7a676152516dd05908b46f22c9fc02948 size: 3027 [Pipeline] isUnix [Pipeline] sh 06:38:14 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.75 06:38:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 06:38:15 e8f760f60e18: Preparing 06:38:15 c59c0c411c28: Preparing 06:38:15 2e0710f875be: Preparing 06:38:15 5ab022fa3107: Preparing 06:38:15 5ab022fa3107: Preparing 06:38:15 4cd807020c76: Preparing 06:38:15 c30d4bc866a6: Preparing 06:38:15 381d06306de7: Preparing 06:38:15 e8f760f60e18: Preparing 06:38:15 c58a05c62ab5: Preparing 06:38:15 a27f8204f401: Preparing 06:38:15 c30d4bc866a6: Waiting 06:38:15 aee42b72013a: Preparing 06:38:15 e2f13739ad41: Preparing 06:38:15 381d06306de7: Waiting 06:38:15 aee42b72013a: Waiting 06:38:15 c58a05c62ab5: Waiting 06:38:15 e2f13739ad41: Waiting 06:38:15 a27f8204f401: Waiting 06:38:15 2e0710f875be: Layer already exists 06:38:15 5ab022fa3107: Layer already exists 06:38:15 4cd807020c76: Layer already exists 06:38:15 c59c0c411c28: Layer already exists 06:38:15 e8f760f60e18: Layer already exists 06:38:15 381d06306de7: Layer already exists 06:38:15 c30d4bc866a6: Layer already exists 06:38:15 aee42b72013a: Layer already exists 06:38:15 a27f8204f401: Layer already exists 06:38:15 c58a05c62ab5: Layer already exists 06:38:15 e2f13739ad41: Layer already exists 06:38:15 1.2.2-dev.75: digest: sha256:4a310d4f6a5718d57edf5567fb43ede7a676152516dd05908b46f22c9fc02948 size: 3027 [Pipeline] isUnix [Pipeline] sh 06:38:15 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 06:38:16 e8f760f60e18: Preparing 06:38:16 c59c0c411c28: Preparing 06:38:16 2e0710f875be: Preparing 06:38:16 5ab022fa3107: Preparing 06:38:16 5ab022fa3107: Preparing 06:38:16 4cd807020c76: Preparing 06:38:16 c30d4bc866a6: Preparing 06:38:16 381d06306de7: Preparing 06:38:16 e8f760f60e18: Preparing 06:38:16 c58a05c62ab5: Preparing 06:38:16 a27f8204f401: Preparing 06:38:16 aee42b72013a: Preparing 06:38:16 e2f13739ad41: Preparing 06:38:16 c58a05c62ab5: Waiting 06:38:16 aee42b72013a: Waiting 06:38:16 e2f13739ad41: Waiting 06:38:16 a27f8204f401: Waiting 06:38:16 c30d4bc866a6: Waiting 06:38:16 381d06306de7: Waiting 06:38:16 e8f760f60e18: Layer already exists 06:38:16 c59c0c411c28: Layer already exists 06:38:16 2e0710f875be: Layer already exists 06:38:16 5ab022fa3107: Layer already exists 06:38:16 4cd807020c76: Layer already exists 06:38:16 c30d4bc866a6: Layer already exists 06:38:16 c58a05c62ab5: Layer already exists 06:38:16 aee42b72013a: Layer already exists 06:38:16 381d06306de7: Layer already exists 06:38:16 a27f8204f401: Layer already exists 06:38:16 e2f13739ad41: Layer already exists 06:38:16 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:4a310d4f6a5718d57edf5567fb43ede7a676152516dd05908b46f22c9fc02948 size: 3027 [Pipeline] isUnix [Pipeline] sh 06:38:16 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:38:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 06:38:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 06:38:17 e8f760f60e18: Preparing 06:38:17 c59c0c411c28: Preparing 06:38:17 2e0710f875be: Preparing 06:38:17 5ab022fa3107: Preparing 06:38:17 5ab022fa3107: Preparing 06:38:17 4cd807020c76: Preparing 06:38:17 c30d4bc866a6: Preparing 06:38:17 381d06306de7: Preparing 06:38:17 e8f760f60e18: Preparing 06:38:17 c58a05c62ab5: Preparing 06:38:17 a27f8204f401: Preparing 06:38:17 aee42b72013a: Preparing 06:38:17 e2f13739ad41: Preparing 06:38:17 c30d4bc866a6: Waiting 06:38:17 381d06306de7: Waiting 06:38:17 aee42b72013a: Waiting 06:38:17 c58a05c62ab5: Waiting 06:38:17 a27f8204f401: Waiting 06:38:17 e2f13739ad41: Waiting 06:38:17 5ab022fa3107: Layer already exists 06:38:17 c59c0c411c28: Layer already exists 06:38:17 4cd807020c76: Layer already exists 06:38:17 e8f760f60e18: Layer already exists 06:38:17 2e0710f875be: Layer already exists 06:38:17 c58a05c62ab5: Layer already exists 06:38:17 c30d4bc866a6: Layer already exists 06:38:17 381d06306de7: Layer already exists 06:38:17 a27f8204f401: Layer already exists 06:38:17 aee42b72013a: Layer already exists 06:38:17 e2f13739ad41: Layer already exists 06:38:17 master: digest: sha256:4a310d4f6a5718d57edf5567fb43ede7a676152516dd05908b46f22c9fc02948 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:38:17 ===================================================== [Pipeline] echo 06:38:17 taggedImages: 06:38:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.75 06:38:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 06:38:17 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 06:38:17 f108a71e15710a3809797859c322b04b13103843 06:38:17 1.2.2-dev.75 06:38:17 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:17 master 06:38:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:18 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:38:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 06:38:18 17e35c16385b: Preparing 06:38:18 ca1e4e948c66: Preparing 06:38:18 8a8ba72154c5: Preparing 06:38:18 1d93ef5dd155: Preparing 06:38:18 5b9deaa5456d: Preparing 06:38:18 ef5b50017599: Preparing 06:38:18 0e72408c757f: Preparing 06:38:18 91e4267f7bca: Preparing 06:38:18 7a105986949b: Preparing 06:38:18 376712ebbae6: Preparing 06:38:18 66b385cf80cf: Preparing 06:38:18 ef5b50017599: Waiting 06:38:18 0e72408c757f: Waiting 06:38:18 91e4267f7bca: Waiting 06:38:18 66b385cf80cf: Waiting 06:38:18 7a105986949b: Waiting 06:38:18 376712ebbae6: Waiting 06:38:19 ca1e4e948c66: Pushed 06:38:19 17e35c16385b: Pushed 06:38:19 ef5b50017599: Pushed 06:38:19 0e72408c757f: Pushed 06:38:19 91e4267f7bca: Pushed 06:38:19 7a105986949b: Pushed 06:38:19 66b385cf80cf: Layer already exists 06:38:20 376712ebbae6: Pushed 06:38:21 8a8ba72154c5: Pushed 06:38:21 5b9deaa5456d: Pushed 06:38:21 1d93ef5dd155: Pushed 06:38:21 f108a71e15710a3809797859c322b04b13103843: digest: sha256:4d337cdf0f266aaea0301a3d77ce9d123f5355d83262160eda1c858745c9caf0 size: 2616 [Pipeline] isUnix [Pipeline] sh 06:38:22 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.75 06:38:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 06:38:22 17e35c16385b: Preparing 06:38:22 ca1e4e948c66: Preparing 06:38:22 8a8ba72154c5: Preparing 06:38:22 1d93ef5dd155: Preparing 06:38:22 5b9deaa5456d: Preparing 06:38:22 ef5b50017599: Preparing 06:38:22 0e72408c757f: Preparing 06:38:22 91e4267f7bca: Preparing 06:38:22 7a105986949b: Preparing 06:38:22 376712ebbae6: Preparing 06:38:22 66b385cf80cf: Preparing 06:38:22 ef5b50017599: Waiting 06:38:22 0e72408c757f: Waiting 06:38:22 91e4267f7bca: Waiting 06:38:22 376712ebbae6: Waiting 06:38:22 7a105986949b: Waiting 06:38:22 ca1e4e948c66: Layer already exists 06:38:22 5b9deaa5456d: Layer already exists 06:38:22 1d93ef5dd155: Layer already exists 06:38:22 8a8ba72154c5: Layer already exists 06:38:22 17e35c16385b: Layer already exists 06:38:22 91e4267f7bca: Layer already exists 06:38:22 ef5b50017599: Layer already exists 06:38:22 0e72408c757f: Layer already exists 06:38:22 7a105986949b: Layer already exists 06:38:22 376712ebbae6: Layer already exists 06:38:22 66b385cf80cf: Layer already exists 06:38:22 1.2.2-dev.75: digest: sha256:4d337cdf0f266aaea0301a3d77ce9d123f5355d83262160eda1c858745c9caf0 size: 2616 [Pipeline] isUnix [Pipeline] sh 06:38:23 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 06:38:23 17e35c16385b: Preparing 06:38:23 ca1e4e948c66: Preparing 06:38:23 8a8ba72154c5: Preparing 06:38:23 1d93ef5dd155: Preparing 06:38:23 5b9deaa5456d: Preparing 06:38:23 ef5b50017599: Preparing 06:38:23 0e72408c757f: Preparing 06:38:23 91e4267f7bca: Preparing 06:38:23 7a105986949b: Preparing 06:38:23 376712ebbae6: Preparing 06:38:23 66b385cf80cf: Preparing 06:38:23 ef5b50017599: Waiting 06:38:23 0e72408c757f: Waiting 06:38:23 376712ebbae6: Waiting 06:38:23 91e4267f7bca: Waiting 06:38:23 7a105986949b: Waiting 06:38:23 66b385cf80cf: Waiting 06:38:23 8a8ba72154c5: Layer already exists 06:38:23 5b9deaa5456d: Layer already exists 06:38:23 ca1e4e948c66: Layer already exists 06:38:23 17e35c16385b: Layer already exists 06:38:23 1d93ef5dd155: Layer already exists 06:38:23 0e72408c757f: Layer already exists 06:38:23 7a105986949b: Layer already exists 06:38:23 ef5b50017599: Layer already exists 06:38:23 91e4267f7bca: Layer already exists 06:38:23 66b385cf80cf: Layer already exists 06:38:23 376712ebbae6: Layer already exists 06:38:23 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:4d337cdf0f266aaea0301a3d77ce9d123f5355d83262160eda1c858745c9caf0 size: 2616 [Pipeline] isUnix [Pipeline] sh 06:38:24 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:38:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 06:38:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 06:38:24 17e35c16385b: Preparing 06:38:24 ca1e4e948c66: Preparing 06:38:24 8a8ba72154c5: Preparing 06:38:24 1d93ef5dd155: Preparing 06:38:24 5b9deaa5456d: Preparing 06:38:24 ef5b50017599: Preparing 06:38:24 0e72408c757f: Preparing 06:38:24 91e4267f7bca: Preparing 06:38:24 7a105986949b: Preparing 06:38:24 376712ebbae6: Preparing 06:38:24 66b385cf80cf: Preparing 06:38:24 91e4267f7bca: Waiting 06:38:24 7a105986949b: Waiting 06:38:24 376712ebbae6: Waiting 06:38:24 ef5b50017599: Waiting 06:38:24 0e72408c757f: Waiting 06:38:24 66b385cf80cf: Waiting 06:38:24 17e35c16385b: Layer already exists 06:38:24 8a8ba72154c5: Layer already exists 06:38:24 1d93ef5dd155: Layer already exists 06:38:24 5b9deaa5456d: Layer already exists 06:38:24 ca1e4e948c66: Layer already exists 06:38:24 0e72408c757f: Layer already exists 06:38:24 ef5b50017599: Layer already exists 06:38:24 7a105986949b: Layer already exists 06:38:24 376712ebbae6: Layer already exists 06:38:24 91e4267f7bca: Layer already exists 06:38:24 66b385cf80cf: Layer already exists 06:38:24 master: digest: sha256:4d337cdf0f266aaea0301a3d77ce9d123f5355d83262160eda1c858745c9caf0 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:38:24 ===================================================== [Pipeline] echo 06:38:25 taggedImages: 06:38:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.75 06:38:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:25 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 06:38:25 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 06:38:25 f108a71e15710a3809797859c322b04b13103843 06:38:25 1.2.2-dev.75 06:38:25 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:25 master 06:38:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:25 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:38:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 06:38:25 7020e11d99e8: Preparing 06:38:25 83d056f461c3: Preparing 06:38:25 80f7d95d16ff: Preparing 06:38:25 affaabe17791: Preparing 06:38:26 80f7d95d16ff: Pushed 06:38:26 7020e11d99e8: Pushed 06:38:26 affaabe17791: Pushed 06:38:29 83d056f461c3: Pushed 06:38:29 f108a71e15710a3809797859c322b04b13103843: digest: sha256:0becb4dcf6d59cd77e10eaa73cae0cff4945cd1f6baf11957959efb20ec5e6f0 size: 1153 [Pipeline] isUnix [Pipeline] sh 06:38:29 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:30 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.75 06:38:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 06:38:30 7020e11d99e8: Preparing 06:38:30 83d056f461c3: Preparing 06:38:30 80f7d95d16ff: Preparing 06:38:30 affaabe17791: Preparing 06:38:30 83d056f461c3: Layer already exists 06:38:30 affaabe17791: Layer already exists 06:38:30 7020e11d99e8: Layer already exists 06:38:30 80f7d95d16ff: Layer already exists 06:38:30 1.2.2-dev.75: digest: sha256:0becb4dcf6d59cd77e10eaa73cae0cff4945cd1f6baf11957959efb20ec5e6f0 size: 1153 [Pipeline] isUnix [Pipeline] sh 06:38:30 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 06:38:31 7020e11d99e8: Preparing 06:38:31 83d056f461c3: Preparing 06:38:31 80f7d95d16ff: Preparing 06:38:31 affaabe17791: Preparing 06:38:31 80f7d95d16ff: Layer already exists 06:38:31 affaabe17791: Layer already exists 06:38:31 7020e11d99e8: Layer already exists 06:38:31 83d056f461c3: Layer already exists 06:38:31 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:0becb4dcf6d59cd77e10eaa73cae0cff4945cd1f6baf11957959efb20ec5e6f0 size: 1153 [Pipeline] isUnix [Pipeline] sh 06:38:31 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:38:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 06:38:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 06:38:32 7020e11d99e8: Preparing 06:38:32 83d056f461c3: Preparing 06:38:32 80f7d95d16ff: Preparing 06:38:32 affaabe17791: Preparing 06:38:32 83d056f461c3: Layer already exists 06:38:32 affaabe17791: Layer already exists 06:38:32 7020e11d99e8: Layer already exists 06:38:32 80f7d95d16ff: Layer already exists 06:38:32 master: digest: sha256:0becb4dcf6d59cd77e10eaa73cae0cff4945cd1f6baf11957959efb20ec5e6f0 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:38:32 ===================================================== [Pipeline] echo 06:38:32 taggedImages: 06:38:32 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:32 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.75 06:38:32 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:32 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 06:38:32 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 06:38:32 f108a71e15710a3809797859c322b04b13103843 06:38:32 1.2.2-dev.75 06:38:32 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:32 master 06:38:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:33 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:38:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 06:38:33 0111b356cfa8: Preparing 06:38:33 061a2e015f30: Preparing 06:38:33 e3feef6b8a98: Preparing 06:38:33 36d33f6a5a27: Preparing 06:38:33 0f33784945da: Preparing 06:38:33 47b0c16934e9: Preparing 06:38:33 47b0c16934e9: Waiting 06:38:34 0111b356cfa8: Pushed 06:38:34 e3feef6b8a98: Pushed 06:38:34 36d33f6a5a27: Pushed 06:38:34 0f33784945da: Pushed 06:38:34 47b0c16934e9: Pushed 06:38:36 061a2e015f30: Pushed 06:38:36 f108a71e15710a3809797859c322b04b13103843: digest: sha256:fe91315abbf86cc554e83a55cc3349d823514ffb662dee47bf5a2de119c2cf73 size: 1573 [Pipeline] isUnix [Pipeline] sh 06:38:37 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.75 06:38:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 06:38:37 0111b356cfa8: Preparing 06:38:37 061a2e015f30: Preparing 06:38:37 e3feef6b8a98: Preparing 06:38:37 36d33f6a5a27: Preparing 06:38:37 0f33784945da: Preparing 06:38:37 47b0c16934e9: Preparing 06:38:37 47b0c16934e9: Waiting 06:38:37 e3feef6b8a98: Layer already exists 06:38:37 0f33784945da: Layer already exists 06:38:37 0111b356cfa8: Layer already exists 06:38:37 36d33f6a5a27: Layer already exists 06:38:37 061a2e015f30: Layer already exists 06:38:37 47b0c16934e9: Layer already exists 06:38:37 1.2.2-dev.75: digest: sha256:fe91315abbf86cc554e83a55cc3349d823514ffb662dee47bf5a2de119c2cf73 size: 1573 [Pipeline] isUnix [Pipeline] sh 06:38:38 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 06:38:38 0111b356cfa8: Preparing 06:38:38 061a2e015f30: Preparing 06:38:38 e3feef6b8a98: Preparing 06:38:38 36d33f6a5a27: Preparing 06:38:38 0f33784945da: Preparing 06:38:38 47b0c16934e9: Preparing 06:38:38 47b0c16934e9: Waiting 06:38:38 36d33f6a5a27: Layer already exists 06:38:38 e3feef6b8a98: Layer already exists 06:38:38 0111b356cfa8: Layer already exists 06:38:38 0f33784945da: Layer already exists 06:38:38 061a2e015f30: Layer already exists 06:38:38 47b0c16934e9: Layer already exists 06:38:38 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:fe91315abbf86cc554e83a55cc3349d823514ffb662dee47bf5a2de119c2cf73 size: 1573 [Pipeline] isUnix [Pipeline] sh 06:38:39 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:38:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 06:38:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 06:38:39 0111b356cfa8: Preparing 06:38:39 061a2e015f30: Preparing 06:38:39 e3feef6b8a98: Preparing 06:38:39 36d33f6a5a27: Preparing 06:38:39 0f33784945da: Preparing 06:38:39 47b0c16934e9: Preparing 06:38:39 47b0c16934e9: Waiting 06:38:39 0f33784945da: Layer already exists 06:38:39 061a2e015f30: Layer already exists 06:38:39 e3feef6b8a98: Layer already exists 06:38:39 36d33f6a5a27: Layer already exists 06:38:39 0111b356cfa8: Layer already exists 06:38:39 47b0c16934e9: Layer already exists 06:38:39 master: digest: sha256:fe91315abbf86cc554e83a55cc3349d823514ffb662dee47bf5a2de119c2cf73 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:38:40 ===================================================== [Pipeline] echo 06:38:40 taggedImages: 06:38:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.75 06:38:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:40 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 06:38:40 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 06:38:40 f108a71e15710a3809797859c322b04b13103843 06:38:40 1.2.2-dev.75 06:38:40 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:40 master 06:38:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:40 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:38:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 06:38:41 963363d8350a: Preparing 06:38:41 d278dfb4f652: Preparing 06:38:41 b80444302ada: Preparing 06:38:41 b80444302ada: Pushed 06:38:41 963363d8350a: Pushed 06:38:44 d278dfb4f652: Pushed 06:38:44 f108a71e15710a3809797859c322b04b13103843: digest: sha256:dfbb69e1a272950308fa6064fc1a7d8dd69e6f539dc969489c77277d3732795f size: 944 [Pipeline] isUnix [Pipeline] sh 06:38:44 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.75 06:38:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 06:38:45 963363d8350a: Preparing 06:38:45 d278dfb4f652: Preparing 06:38:45 b80444302ada: Preparing 06:38:45 963363d8350a: Layer already exists 06:38:45 d278dfb4f652: Layer already exists 06:38:45 b80444302ada: Layer already exists 06:38:45 1.2.2-dev.75: digest: sha256:dfbb69e1a272950308fa6064fc1a7d8dd69e6f539dc969489c77277d3732795f size: 944 [Pipeline] isUnix [Pipeline] sh 06:38:45 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:38:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 06:38:46 963363d8350a: Preparing 06:38:46 d278dfb4f652: Preparing 06:38:46 b80444302ada: Preparing 06:38:46 d278dfb4f652: Layer already exists 06:38:46 963363d8350a: Layer already exists 06:38:46 b80444302ada: Layer already exists 06:38:46 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:dfbb69e1a272950308fa6064fc1a7d8dd69e6f539dc969489c77277d3732795f size: 944 [Pipeline] isUnix [Pipeline] sh 06:38:46 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:38:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 06:38:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 06:38:47 963363d8350a: Preparing 06:38:47 d278dfb4f652: Preparing 06:38:47 b80444302ada: Preparing 06:38:47 d278dfb4f652: Layer already exists 06:38:47 963363d8350a: Layer already exists 06:38:47 b80444302ada: Layer already exists 06:38:47 master: digest: sha256:dfbb69e1a272950308fa6064fc1a7d8dd69e6f539dc969489c77277d3732795f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:38:47 ===================================================== [Pipeline] echo 06:38:47 taggedImages: 06:38:47 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:47 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.75 06:38:47 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:47 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 06:38:47 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 06:38:47 f108a71e15710a3809797859c322b04b13103843 06:38:47 1.2.2-dev.75 06:38:47 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:38:47 master 06:38:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:48 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843 [Pipeline] isUnix [Pipeline] sh 06:38:48 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:38:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 06:38:48 7073bab88d5b: Preparing 06:38:48 2832ee9991d6: Preparing 06:38:48 09c9bf92321e: Preparing 06:38:48 ca0d3422c325: Preparing 06:38:48 f96aa471d89e: Preparing 06:38:48 9498dcf38b8b: Preparing 06:38:48 312295d0034a: Preparing 06:38:48 f875f9e206db: Preparing 06:38:48 3994ac1dcb8b: Preparing 06:38:48 5f2247eaf593: Preparing 06:38:48 62d13be1b083: Preparing 06:38:48 94fdc660876c: Preparing 06:38:48 4e7279dfc0c0: Preparing 06:38:48 e2f13739ad41: Preparing 06:38:48 5f2247eaf593: Waiting 06:38:48 62d13be1b083: Waiting 06:38:48 94fdc660876c: Waiting 06:38:48 4e7279dfc0c0: Waiting 06:38:48 e2f13739ad41: Waiting 06:38:48 9498dcf38b8b: Waiting 06:38:48 312295d0034a: Waiting 06:38:48 3994ac1dcb8b: Waiting 06:38:48 f875f9e206db: Waiting 06:38:49 f96aa471d89e: Pushed 06:38:49 7073bab88d5b: Pushed 06:38:50 312295d0034a: Pushed 06:38:50 ca0d3422c325: Pushed 06:38:50 f875f9e206db: Layer already exists 06:38:50 3994ac1dcb8b: Layer already exists 06:38:50 5f2247eaf593: Layer already exists 06:38:50 62d13be1b083: Layer already exists 06:38:50 94fdc660876c: Layer already exists 06:38:50 4e7279dfc0c0: Layer already exists 06:38:50 e2f13739ad41: Layer already exists 06:38:51 2832ee9991d6: Pushed 06:38:52 9498dcf38b8b: Pushed 06:39:02 09c9bf92321e: Pushed 06:39:02 f108a71e15710a3809797859c322b04b13103843: digest: sha256:fc83f7f10fd74a4e8a94c1f3c990ef5a9c272b91feea1806a055cc7a896eedc0 size: 3253 [Pipeline] isUnix [Pipeline] sh 06:39:02 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:39:02 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.75 06:39:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 06:39:02 7073bab88d5b: Preparing 06:39:02 2832ee9991d6: Preparing 06:39:02 09c9bf92321e: Preparing 06:39:02 ca0d3422c325: Preparing 06:39:02 f96aa471d89e: Preparing 06:39:02 9498dcf38b8b: Preparing 06:39:02 312295d0034a: Preparing 06:39:02 f875f9e206db: Preparing 06:39:02 3994ac1dcb8b: Preparing 06:39:02 5f2247eaf593: Preparing 06:39:02 62d13be1b083: Preparing 06:39:02 94fdc660876c: Preparing 06:39:02 4e7279dfc0c0: Preparing 06:39:02 e2f13739ad41: Preparing 06:39:02 9498dcf38b8b: Waiting 06:39:02 62d13be1b083: Waiting 06:39:02 312295d0034a: Waiting 06:39:02 f875f9e206db: Waiting 06:39:02 3994ac1dcb8b: Waiting 06:39:02 5f2247eaf593: Waiting 06:39:02 4e7279dfc0c0: Waiting 06:39:02 e2f13739ad41: Waiting 06:39:03 ca0d3422c325: Layer already exists 06:39:03 f96aa471d89e: Layer already exists 06:39:03 2832ee9991d6: Layer already exists 06:39:03 7073bab88d5b: Layer already exists 06:39:03 09c9bf92321e: Layer already exists 06:39:03 312295d0034a: Layer already exists 06:39:03 f875f9e206db: Layer already exists 06:39:03 9498dcf38b8b: Layer already exists 06:39:03 5f2247eaf593: Layer already exists 06:39:03 3994ac1dcb8b: Layer already exists 06:39:03 4e7279dfc0c0: Layer already exists 06:39:03 62d13be1b083: Layer already exists 06:39:03 e2f13739ad41: Layer already exists 06:39:03 94fdc660876c: Layer already exists 06:39:03 1.2.2-dev.75: digest: sha256:fc83f7f10fd74a4e8a94c1f3c990ef5a9c272b91feea1806a055cc7a896eedc0 size: 3253 [Pipeline] isUnix [Pipeline] sh 06:39:03 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 [Pipeline] isUnix [Pipeline] sh 06:39:03 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:39:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 06:39:03 7073bab88d5b: Preparing 06:39:03 2832ee9991d6: Preparing 06:39:03 09c9bf92321e: Preparing 06:39:03 ca0d3422c325: Preparing 06:39:03 f96aa471d89e: Preparing 06:39:03 9498dcf38b8b: Preparing 06:39:03 312295d0034a: Preparing 06:39:03 f875f9e206db: Preparing 06:39:03 3994ac1dcb8b: Preparing 06:39:03 5f2247eaf593: Preparing 06:39:03 62d13be1b083: Preparing 06:39:03 94fdc660876c: Preparing 06:39:03 4e7279dfc0c0: Preparing 06:39:03 e2f13739ad41: Preparing 06:39:03 3994ac1dcb8b: Waiting 06:39:03 312295d0034a: Waiting 06:39:03 5f2247eaf593: Waiting 06:39:03 62d13be1b083: Waiting 06:39:03 94fdc660876c: Waiting 06:39:03 4e7279dfc0c0: Waiting 06:39:03 f875f9e206db: Waiting 06:39:03 9498dcf38b8b: Waiting 06:39:04 7073bab88d5b: Layer already exists 06:39:04 09c9bf92321e: Layer already exists 06:39:04 f96aa471d89e: Layer already exists 06:39:04 2832ee9991d6: Layer already exists 06:39:04 ca0d3422c325: Layer already exists 06:39:04 312295d0034a: Layer already exists 06:39:04 f875f9e206db: Layer already exists 06:39:04 9498dcf38b8b: Layer already exists 06:39:04 3994ac1dcb8b: Layer already exists 06:39:04 62d13be1b083: Layer already exists 06:39:04 5f2247eaf593: Layer already exists 06:39:04 94fdc660876c: Layer already exists 06:39:04 4e7279dfc0c0: Layer already exists 06:39:04 e2f13739ad41: Layer already exists 06:39:04 f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75: digest: sha256:fc83f7f10fd74a4e8a94c1f3c990ef5a9c272b91feea1806a055cc7a896eedc0 size: 3253 [Pipeline] isUnix [Pipeline] sh 06:39:04 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:39:04 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 06:39:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 06:39:04 7073bab88d5b: Preparing 06:39:04 2832ee9991d6: Preparing 06:39:04 09c9bf92321e: Preparing 06:39:04 ca0d3422c325: Preparing 06:39:04 f96aa471d89e: Preparing 06:39:04 9498dcf38b8b: Preparing 06:39:04 312295d0034a: Preparing 06:39:04 f875f9e206db: Preparing 06:39:04 3994ac1dcb8b: Preparing 06:39:04 5f2247eaf593: Preparing 06:39:04 62d13be1b083: Preparing 06:39:04 94fdc660876c: Preparing 06:39:04 4e7279dfc0c0: Preparing 06:39:04 e2f13739ad41: Preparing 06:39:04 5f2247eaf593: Waiting 06:39:04 9498dcf38b8b: Waiting 06:39:04 62d13be1b083: Waiting 06:39:04 94fdc660876c: Waiting 06:39:04 4e7279dfc0c0: Waiting 06:39:04 312295d0034a: Waiting 06:39:04 f875f9e206db: Waiting 06:39:04 e2f13739ad41: Waiting 06:39:04 3994ac1dcb8b: Waiting 06:39:05 09c9bf92321e: Layer already exists 06:39:05 2832ee9991d6: Layer already exists 06:39:05 f96aa471d89e: Layer already exists 06:39:05 7073bab88d5b: Layer already exists 06:39:05 ca0d3422c325: Layer already exists 06:39:05 312295d0034a: Layer already exists 06:39:05 3994ac1dcb8b: Layer already exists 06:39:05 f875f9e206db: Layer already exists 06:39:05 5f2247eaf593: Layer already exists 06:39:05 9498dcf38b8b: Layer already exists 06:39:05 94fdc660876c: Layer already exists 06:39:05 4e7279dfc0c0: Layer already exists 06:39:05 62d13be1b083: Layer already exists 06:39:05 e2f13739ad41: Layer already exists 06:39:05 master: digest: sha256:fc83f7f10fd74a4e8a94c1f3c990ef5a9c272b91feea1806a055cc7a896eedc0 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:39:05 ===================================================== [Pipeline] echo 06:39:05 taggedImages: 06:39:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:39:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.75 06:39:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843-1.2.2-dev.75 06:39:05 - 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 06:39:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 06:39:07 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 06:39:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:39:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:39:07 06:39:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 06:39:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:39:07 1.317.0: Pulling from edgex-devops/edgex-snyk-go 06:39:07 cbdbe7a5bc2a: Already exists 06:39:07 408f87550127: Pulling fs layer 06:39:07 fe522b08c979: Pulling fs layer 06:39:07 221eaa008020: Pulling fs layer 06:39:07 2a4607e5d6b9: Pulling fs layer 06:39:07 8f79b27c4fd2: Pulling fs layer 06:39:07 e5c8dbe1645b: Pulling fs layer 06:39:07 23e8b3b47431: Pulling fs layer 06:39:07 5c568d65a230: Pulling fs layer 06:39:07 2a4607e5d6b9: Waiting 06:39:07 e5c8dbe1645b: Waiting 06:39:07 23e8b3b47431: Waiting 06:39:07 8f79b27c4fd2: Waiting 06:39:07 5c568d65a230: Waiting 06:39:07 fe522b08c979: Verifying Checksum 06:39:07 fe522b08c979: Download complete 06:39:07 408f87550127: Verifying Checksum 06:39:07 408f87550127: Download complete 06:39:07 8f79b27c4fd2: Verifying Checksum 06:39:07 2a4607e5d6b9: Verifying Checksum 06:39:07 2a4607e5d6b9: Download complete 06:39:07 8f79b27c4fd2: Download complete 06:39:08 408f87550127: Pull complete 06:39:08 fe522b08c979: Pull complete 06:39:08 e5c8dbe1645b: Download complete 06:39:09 23e8b3b47431: Verifying Checksum 06:39:09 23e8b3b47431: Download complete 06:39:09 5c568d65a230: Verifying Checksum 06:39:09 5c568d65a230: Download complete 06:39:11 221eaa008020: Verifying Checksum 06:39:11 221eaa008020: Download complete 06:39:17 221eaa008020: Pull complete 06:39:18 2a4607e5d6b9: Pull complete 06:39:18 8f79b27c4fd2: Pull complete 06:39:22 e5c8dbe1645b: Pull complete 06:39:26 23e8b3b47431: Pull complete 06:39:28 5c568d65a230: Pull complete 06:39:28 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 06:39:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:39:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 06:39:28 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:39:28 $ 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/191:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 06:39:29 $ docker top 1a230ea860fee1f0da9de528f0d8f8e71bfafd02e268ad115a605a299046c5cd -eo pid,comm [Pipeline] { [Pipeline] sh 06:39:30 + snyk monitor '--org=edgex-jenkins' 06:39:40 06:39:40 Monitoring /w/workspace/edgex-go/191 (github.com/edgexfoundry/edgex-go)... 06:39:40 06:39:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e44261ff-0f07-4f8a-9f3e-41af3441e324 06:39:40 06:39:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:39:40 06:39:40 06:39:40 Snyk CLI supports Node.js 8 and higher. 06:39:40 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 06:39:40 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 06:39:40 06:39:40 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 06:39:40 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 06:39:40 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 06:39:40 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:39:40 $ docker stop --time=1 1a230ea860fee1f0da9de528f0d8f8e71bfafd02e268ad115a605a299046c5cd 06:39:45 $ docker rm -f 1a230ea860fee1f0da9de528f0d8f8e71bfafd02e268ad115a605a299046c5cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:39:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:39:47 06:39:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 06:39:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:39:47 latest: Pulling from edgex-devops/edgex-klar 06:39:47 e7c96db7181b: Pulling fs layer 06:39:47 1868ca2cb446: Pulling fs layer 06:39:47 136be5d0fe8e: Pulling fs layer 06:39:47 894bfe63afcb: Pulling fs layer 06:39:47 894bfe63afcb: Waiting 06:39:47 1868ca2cb446: Verifying Checksum 06:39:47 1868ca2cb446: Download complete 06:39:47 136be5d0fe8e: Verifying Checksum 06:39:47 136be5d0fe8e: Download complete 06:39:48 894bfe63afcb: Verifying Checksum 06:39:48 894bfe63afcb: Download complete 06:39:48 e7c96db7181b: Verifying Checksum 06:39:48 e7c96db7181b: Download complete 06:39:48 e7c96db7181b: Pull complete 06:39:48 1868ca2cb446: Pull complete 06:39:48 136be5d0fe8e: Pull complete 06:39:48 894bfe63afcb: Pull complete 06:39:49 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 06:39:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:39:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 06:39:49 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:39:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:39:50 $ docker top c6201d7fcba26a5fe52fac810ae249f8ad14da915f4ac7677b19fc1a05fd251d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:50 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843 06:39:50 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:39:53 $ docker stop --time=1 c6201d7fcba26a5fe52fac810ae249f8ad14da915f4ac7677b19fc1a05fd251d 06:39:55 $ docker rm -f c6201d7fcba26a5fe52fac810ae249f8ad14da915f4ac7677b19fc1a05fd251d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:39:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:39:55 . [Pipeline] withDockerContainer 06:39:55 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:39:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:39:56 $ docker top 744d5ad3d1e385a0e08af784c42cbef6f912d605cd1c97e047080752c3a7d424 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:39:56 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:f108a71e15710a3809797859c322b04b13103843 06:39:56 + tee 06:39:56 clair timeout 1m0s 06:39:56 docker timeout: 1m0s 06:39:56 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:39:57 $ docker stop --time=1 744d5ad3d1e385a0e08af784c42cbef6f912d605cd1c97e047080752c3a7d424 06:39:59 $ docker rm -f 744d5ad3d1e385a0e08af784c42cbef6f912d605cd1c97e047080752c3a7d424 [Pipeline] // withDockerContainer [Pipeline] sh 06:39:59 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:39:59 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-command-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:39:59 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:40:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:40:00 . [Pipeline] withDockerContainer 06:40:00 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:40:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:40:01 $ docker top 6e75af02ed783087d896eff343d65809258e8c193b285ec5ce30dbae13f57c83 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:01 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843 06:40:01 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:40:07 $ docker stop --time=1 6e75af02ed783087d896eff343d65809258e8c193b285ec5ce30dbae13f57c83 06:40:08 $ docker rm -f 6e75af02ed783087d896eff343d65809258e8c193b285ec5ce30dbae13f57c83 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:40:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:40:09 . [Pipeline] withDockerContainer 06:40:09 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:40:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:40:10 $ docker top c1fe3efd447830d023593519915885f9540401b11b1a15d860ae89090b045b4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:10 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:f108a71e15710a3809797859c322b04b13103843 06:40:10 + tee 06:40:10 clair timeout 1m0s 06:40:10 docker timeout: 1m0s 06:40:10 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:40:11 $ docker stop --time=1 c1fe3efd447830d023593519915885f9540401b11b1a15d860ae89090b045b4c 06:40:13 $ docker rm -f c1fe3efd447830d023593519915885f9540401b11b1a15d860ae89090b045b4c [Pipeline] // withDockerContainer [Pipeline] sh 06:40:13 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:40:13 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-data-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:40:13 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:40:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:40:14 . [Pipeline] withDockerContainer 06:40:14 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:40:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:40:14 $ docker top 350e18010fa09e91942da9a920f5c99e8fe81ab795eabed82b31dabf49d7251f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:15 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843 06:40:15 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:40:18 $ docker stop --time=1 350e18010fa09e91942da9a920f5c99e8fe81ab795eabed82b31dabf49d7251f 06:40:19 $ docker rm -f 350e18010fa09e91942da9a920f5c99e8fe81ab795eabed82b31dabf49d7251f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:40:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:40:20 . [Pipeline] withDockerContainer 06:40:20 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:40:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:40:20 $ docker top d926db3ea8c1e983faa70173d47e91f2869cabda7642d4e13de0b77bbbce2821 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:21 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f108a71e15710a3809797859c322b04b13103843 06:40:21 + tee 06:40:21 clair timeout 1m0s 06:40:21 docker timeout: 1m0s 06:40:21 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:40:22 $ docker stop --time=1 d926db3ea8c1e983faa70173d47e91f2869cabda7642d4e13de0b77bbbce2821 06:40:23 $ docker rm -f d926db3ea8c1e983faa70173d47e91f2869cabda7642d4e13de0b77bbbce2821 [Pipeline] // withDockerContainer [Pipeline] sh 06:40:24 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:40:24 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-metadata-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:40:24 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:40:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:40:24 . [Pipeline] withDockerContainer 06:40:24 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:40:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:40:25 $ docker top 3fba6b83192a7cfa9c8b96d94259c3f1a3e23e74f34612779f4e1a2c11cc2227 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:25 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843 06:40:25 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:40:30 $ docker stop --time=1 3fba6b83192a7cfa9c8b96d94259c3f1a3e23e74f34612779f4e1a2c11cc2227 06:40:31 $ docker rm -f 3fba6b83192a7cfa9c8b96d94259c3f1a3e23e74f34612779f4e1a2c11cc2227 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:40:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:40:32 . [Pipeline] withDockerContainer 06:40:32 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:40:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:40:33 $ docker top c0f5eab3829fcbcb64091e0963775cc1f15a134d98d33dc6fcbffef334cb3e5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:33 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f108a71e15710a3809797859c322b04b13103843 06:40:33 + tee 06:40:33 clair timeout 1m0s 06:40:33 docker timeout: 1m0s 06:40:33 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:40:34 $ docker stop --time=1 c0f5eab3829fcbcb64091e0963775cc1f15a134d98d33dc6fcbffef334cb3e5a 06:40:35 $ docker rm -f c0f5eab3829fcbcb64091e0963775cc1f15a134d98d33dc6fcbffef334cb3e5a [Pipeline] // withDockerContainer [Pipeline] sh 06:40:36 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:40:36 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-proxy-setup-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:40:36 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:40:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:40:36 . [Pipeline] withDockerContainer 06:40:36 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:40:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:40:37 $ docker top 104e316a8dd6227f81abdf0705dc568cc2b6635d2253f5a2b7132bbf20062915 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:38 + tee 06:40:38 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:40:45 $ docker stop --time=1 104e316a8dd6227f81abdf0705dc568cc2b6635d2253f5a2b7132bbf20062915 06:40:46 $ docker rm -f 104e316a8dd6227f81abdf0705dc568cc2b6635d2253f5a2b7132bbf20062915 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:40:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:40:47 . [Pipeline] withDockerContainer 06:40:47 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:40:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:40:47 $ docker top 3429631ce16a6ce84a4a9a5e1bea32673cc7e4de3fa77c4a9c96f2c8757e8de9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:48 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f108a71e15710a3809797859c322b04b13103843 06:40:48 + tee 06:40:48 clair timeout 1m0s 06:40:48 docker timeout: 1m0s 06:40:48 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:40:49 $ docker stop --time=1 3429631ce16a6ce84a4a9a5e1bea32673cc7e4de3fa77c4a9c96f2c8757e8de9 06:40:51 $ docker rm -f 3429631ce16a6ce84a4a9a5e1bea32673cc7e4de3fa77c4a9c96f2c8757e8de9 [Pipeline] // withDockerContainer [Pipeline] sh 06:40:51 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:40:51 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-secrets-setup-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:40:51 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:40:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:40:52 . [Pipeline] withDockerContainer 06:40:52 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:40:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:40:53 $ docker top 43d11dfb4aac506e98ab2f43361042820fb6cea50e341682e69b4f15ffcfafef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:53 + + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843tee 06:40:53 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:41:01 $ docker stop --time=1 43d11dfb4aac506e98ab2f43361042820fb6cea50e341682e69b4f15ffcfafef 06:41:03 $ docker rm -f 43d11dfb4aac506e98ab2f43361042820fb6cea50e341682e69b4f15ffcfafef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:41:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:41:03 . [Pipeline] withDockerContainer 06:41:03 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:41:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:41:04 $ docker top 2af69a130400526b8b933fe91bbe4d64821df748f30c18bbfd14ff42f90d50d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:05 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f108a71e15710a3809797859c322b04b13103843 06:41:05 + tee 06:41:05 clair timeout 1m0s 06:41:05 docker timeout: 1m0s 06:41:05 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:41:06 $ docker stop --time=1 2af69a130400526b8b933fe91bbe4d64821df748f30c18bbfd14ff42f90d50d5 06:41:08 $ docker rm -f 2af69a130400526b8b933fe91bbe4d64821df748f30c18bbfd14ff42f90d50d5 [Pipeline] // withDockerContainer [Pipeline] sh 06:41:08 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:41:08 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-secretstore-setup-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:41:08 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:41:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:41:09 . [Pipeline] withDockerContainer 06:41:09 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:41:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:41:09 $ docker top a0413ed43b5456202a3e8095c9a2c99317986a261286c67094b75599f6fefe8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:10 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843 06:41:10 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:41:13 $ docker stop --time=1 a0413ed43b5456202a3e8095c9a2c99317986a261286c67094b75599f6fefe8d 06:41:15 $ docker rm -f a0413ed43b5456202a3e8095c9a2c99317986a261286c67094b75599f6fefe8d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:41:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:41:15 . [Pipeline] withDockerContainer 06:41:15 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:41:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:41:16 $ docker top 6bbfd656ef39c767d081c097aac68fccf7f5d90f30c224ce69e6f9938a9a7a66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:17 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:f108a71e15710a3809797859c322b04b13103843 06:41:17 + tee 06:41:17 clair timeout 1m0s 06:41:17 docker timeout: 1m0s 06:41:17 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:41:18 $ docker stop --time=1 6bbfd656ef39c767d081c097aac68fccf7f5d90f30c224ce69e6f9938a9a7a66 06:41:19 $ docker rm -f 6bbfd656ef39c767d081c097aac68fccf7f5d90f30c224ce69e6f9938a9a7a66 [Pipeline] // withDockerContainer [Pipeline] sh 06:41:19 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:41:19 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-logging-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:41:19 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:41:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:41:20 . [Pipeline] withDockerContainer 06:41:20 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:41:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:41:21 $ docker top 2c6db2a0080fa829bff3fb4a0ac0804d00db3b250b0064739124ec510ff230f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:21 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843 06:41:21 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:41:27 $ docker stop --time=1 2c6db2a0080fa829bff3fb4a0ac0804d00db3b250b0064739124ec510ff230f2 06:41:28 $ docker rm -f 2c6db2a0080fa829bff3fb4a0ac0804d00db3b250b0064739124ec510ff230f2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:41:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:41:29 . [Pipeline] withDockerContainer 06:41:29 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:41:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:41:30 $ docker top 7ed5a603fc20c9a7a481159d8d825aa7dfe63e5ace7ae144c6265a4a964b9fe8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:30 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f108a71e15710a3809797859c322b04b13103843 06:41:30 + tee 06:41:30 clair timeout 1m0s 06:41:30 docker timeout: 1m0s 06:41:30 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:41:31 $ docker stop --time=1 7ed5a603fc20c9a7a481159d8d825aa7dfe63e5ace7ae144c6265a4a964b9fe8 06:41:33 $ docker rm -f 7ed5a603fc20c9a7a481159d8d825aa7dfe63e5ace7ae144c6265a4a964b9fe8 [Pipeline] // withDockerContainer [Pipeline] sh 06:41:33 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:41:33 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-notifications-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:41:33 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:41:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:41:34 . [Pipeline] withDockerContainer 06:41:34 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:41:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:41:35 $ docker top 070abf7a4ab1ae7fe5f1de8ef9f6ea3c0ba25beaae0011ab2cf7ef6744ebc619 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:35 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843 06:41:35 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:41:38 $ docker stop --time=1 070abf7a4ab1ae7fe5f1de8ef9f6ea3c0ba25beaae0011ab2cf7ef6744ebc619 06:41:39 $ docker rm -f 070abf7a4ab1ae7fe5f1de8ef9f6ea3c0ba25beaae0011ab2cf7ef6744ebc619 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:41:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:41:40 . [Pipeline] withDockerContainer 06:41:40 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:41:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:41:41 $ docker top d51c59408249d90670ffe72cf01030340644a1a68d9c483bf9728b553f8d3f58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:42 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f108a71e15710a3809797859c322b04b13103843 06:41:42 + tee 06:41:42 clair timeout 1m0s 06:41:42 docker timeout: 1m0s 06:41:42 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:41:43 $ docker stop --time=1 d51c59408249d90670ffe72cf01030340644a1a68d9c483bf9728b553f8d3f58 06:41:44 $ docker rm -f d51c59408249d90670ffe72cf01030340644a1a68d9c483bf9728b553f8d3f58 [Pipeline] // withDockerContainer [Pipeline] sh 06:41:45 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:41:45 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-scheduler-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:41:45 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:41:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:41:45 . [Pipeline] withDockerContainer 06:41:45 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:41:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:41:46 $ docker top b8d885a2a8f0ef6f9b2cf4922a76c29f6996cc82e57d9b8408a9b4b474081107 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:47 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843 06:41:47 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:42:02 $ docker stop --time=1 b8d885a2a8f0ef6f9b2cf4922a76c29f6996cc82e57d9b8408a9b4b474081107 06:42:03 $ docker rm -f b8d885a2a8f0ef6f9b2cf4922a76c29f6996cc82e57d9b8408a9b4b474081107 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:42:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:42:04 . [Pipeline] withDockerContainer 06:42:04 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:42:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:42:05 $ docker top e028eac5f289dcfaebcd9702a0d08b8761713171a8fe918063851e1ab97c3f6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:05 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f108a71e15710a3809797859c322b04b13103843 06:42:05 + tee 06:42:05 clair timeout 1m0s 06:42:05 docker timeout: 1m0s 06:42:05 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:42:07 $ docker stop --time=1 e028eac5f289dcfaebcd9702a0d08b8761713171a8fe918063851e1ab97c3f6c 06:42:08 $ docker rm -f e028eac5f289dcfaebcd9702a0d08b8761713171a8fe918063851e1ab97c3f6c [Pipeline] // withDockerContainer [Pipeline] sh 06:42:09 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:42:09 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-sys-mgmt-agent-go_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:42:09 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:42:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:42:09 . [Pipeline] withDockerContainer 06:42:09 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:42:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:42:10 $ docker top 41222c81f8f5800a9a4679d5c42f3c5bf3686a436e2cbc6208d9add9d2cbe6e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:11 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:42:11 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:42:13 $ docker stop --time=1 41222c81f8f5800a9a4679d5c42f3c5bf3686a436e2cbc6208d9add9d2cbe6e6 06:42:15 $ docker rm -f 41222c81f8f5800a9a4679d5c42f3c5bf3686a436e2cbc6208d9add9d2cbe6e6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:42:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:42:15 . [Pipeline] withDockerContainer 06:42:15 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:42:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:42:16 $ docker top d7545958d17fbec571f9f0498bde056bf96b983c969a23c20491c1912e2471e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:17 + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:42:17 + tee 06:42:17 clair timeout 1m0s 06:42:17 docker timeout: 1m0s 06:42:17 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:42:17 $ docker stop --time=1 d7545958d17fbec571f9f0498bde056bf96b983c969a23c20491c1912e2471e8 06:42:19 $ docker rm -f d7545958d17fbec571f9f0498bde056bf96b983c969a23c20491c1912e2471e8 [Pipeline] // withDockerContainer [Pipeline] sh 06:42:19 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:42:19 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-command-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:42:19 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:42:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:42:20 . [Pipeline] withDockerContainer 06:42:20 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:42:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:42:20 $ docker top fce46718506c13eaa1c809c7396960ed768d3571512877d2a6f1430da56b888d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:21 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:42:21 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:42:27 $ docker stop --time=1 fce46718506c13eaa1c809c7396960ed768d3571512877d2a6f1430da56b888d 06:42:28 $ docker rm -f fce46718506c13eaa1c809c7396960ed768d3571512877d2a6f1430da56b888d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:42:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:42:28 . [Pipeline] withDockerContainer 06:42:29 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:42:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:42:29 $ docker top 223c06639b4fba0a240449cf3b2becf1edfd08357a2e78c88eab8be109e99c33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:30 + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:42:30 + tee 06:42:30 clair timeout 1m0s 06:42:30 docker timeout: 1m0s 06:42:30 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:42:31 $ docker stop --time=1 223c06639b4fba0a240449cf3b2becf1edfd08357a2e78c88eab8be109e99c33 06:42:32 $ docker rm -f 223c06639b4fba0a240449cf3b2becf1edfd08357a2e78c88eab8be109e99c33 [Pipeline] // withDockerContainer [Pipeline] sh 06:42:33 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:42:33 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-data-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:42:33 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:42:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:42:33 . [Pipeline] withDockerContainer 06:42:33 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:42:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:42:34 $ docker top 43c69ffc02c6aaf8f85a96b0d85ce70b81602ccadd33ba4d559d4d8decd8f822 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:35 + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:42:35 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:42:37 $ docker stop --time=1 43c69ffc02c6aaf8f85a96b0d85ce70b81602ccadd33ba4d559d4d8decd8f822 06:42:39 $ docker rm -f 43c69ffc02c6aaf8f85a96b0d85ce70b81602ccadd33ba4d559d4d8decd8f822 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:42:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:42:39 . [Pipeline] withDockerContainer 06:42:39 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:42:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:42:40 $ docker top 54d0c8e677b13f78b8b8c0f56c8a196e606165dab73b52017e46cc54ef52364a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:41 + + tee/klar 06:42:41 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:42:41 clair timeout 1m0s 06:42:41 docker timeout: 1m0s 06:42:41 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:42:41 $ docker stop --time=1 54d0c8e677b13f78b8b8c0f56c8a196e606165dab73b52017e46cc54ef52364a 06:42:43 $ docker rm -f 54d0c8e677b13f78b8b8c0f56c8a196e606165dab73b52017e46cc54ef52364a [Pipeline] // withDockerContainer [Pipeline] sh 06:42:43 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:42:43 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-core-metadata-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:42:43 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:42:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:42:44 . [Pipeline] withDockerContainer 06:42:44 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:42:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:42:44 $ docker top ed1fa31562e18a9b6187924dcd058a16492b3fb0786b43cd2c7bfadfbd4dc878 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:45 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:42:45 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:42:49 $ docker stop --time=1 ed1fa31562e18a9b6187924dcd058a16492b3fb0786b43cd2c7bfadfbd4dc878 06:42:51 $ docker rm -f ed1fa31562e18a9b6187924dcd058a16492b3fb0786b43cd2c7bfadfbd4dc878 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:42:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:42:51 . [Pipeline] withDockerContainer 06:42:51 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:42:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:42:52 $ docker top 5c3a8306eab0c6ad6ebc27a40191ec61c9c869a9343eb06b93623d364c9626b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:52 + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:42:52 + tee 06:42:52 clair timeout 1m0s 06:42:52 docker timeout: 1m0s 06:42:52 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:42:54 $ docker stop --time=1 5c3a8306eab0c6ad6ebc27a40191ec61c9c869a9343eb06b93623d364c9626b0 06:42:55 $ docker rm -f 5c3a8306eab0c6ad6ebc27a40191ec61c9c869a9343eb06b93623d364c9626b0 [Pipeline] // withDockerContainer [Pipeline] sh 06:42:55 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:42:55 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:42:55 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:42:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:42:56 . [Pipeline] withDockerContainer 06:42:56 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:42:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:42:56 $ docker top 40b613f31654094e9d2263796f262f5641114e27fb96cbc190f578ea30f869e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:57 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:42:57 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:43:04 $ docker stop --time=1 40b613f31654094e9d2263796f262f5641114e27fb96cbc190f578ea30f869e7 06:43:05 $ docker rm -f 40b613f31654094e9d2263796f262f5641114e27fb96cbc190f578ea30f869e7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:43:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:43:06 . [Pipeline] withDockerContainer 06:43:06 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:43:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:43:07 $ docker top d6b84b80308b635cf109129deb1608f750d47f0f5b5d74a59f3d0f73fb453a25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:07 + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:43:07 + tee 06:43:07 clair timeout 1m0s 06:43:07 docker timeout: 1m0s 06:43:07 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:43:09 $ docker stop --time=1 d6b84b80308b635cf109129deb1608f750d47f0f5b5d74a59f3d0f73fb453a25 06:43:10 $ docker rm -f d6b84b80308b635cf109129deb1608f750d47f0f5b5d74a59f3d0f73fb453a25 [Pipeline] // withDockerContainer [Pipeline] sh 06:43:10 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:43:10 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:43:11 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:43:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:43:11 . [Pipeline] withDockerContainer 06:43:11 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:43:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:43:12 $ docker top 2795539f098a86abff9535fbb8899d6ef5461fe3dbd10369aa87e8509acfaab1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:12 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:43:12 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:43:21 $ docker stop --time=1 2795539f098a86abff9535fbb8899d6ef5461fe3dbd10369aa87e8509acfaab1 06:43:22 $ docker rm -f 2795539f098a86abff9535fbb8899d6ef5461fe3dbd10369aa87e8509acfaab1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:43:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:43:22 . [Pipeline] withDockerContainer 06:43:22 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:43:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:43:23 $ docker top ed76277f42bb97a4df43c421c8cc09eaa6f33bec6967f393f20f1ecbf7674352 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:24 + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:43:24 + tee 06:43:24 clair timeout 1m0s 06:43:24 docker timeout: 1m0s 06:43:24 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:43:25 $ docker stop --time=1 ed76277f42bb97a4df43c421c8cc09eaa6f33bec6967f393f20f1ecbf7674352 06:43:27 $ docker rm -f ed76277f42bb97a4df43c421c8cc09eaa6f33bec6967f393f20f1ecbf7674352 [Pipeline] // withDockerContainer [Pipeline] sh 06:43:27 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:43:27 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:43:27 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:43:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:43:28 . [Pipeline] withDockerContainer 06:43:28 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:43:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:43:28 $ docker top 0abffdedcc1acdc865cf7890d0b822243d34a1e9c97c24520261d60acef7ba69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:29 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:43:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:43:32 $ docker stop --time=1 0abffdedcc1acdc865cf7890d0b822243d34a1e9c97c24520261d60acef7ba69 06:43:34 $ docker rm -f 0abffdedcc1acdc865cf7890d0b822243d34a1e9c97c24520261d60acef7ba69 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:43:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:43:34 . [Pipeline] withDockerContainer 06:43:34 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:43:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:43:36 $ docker top 8d7d540a29779aa2e6a4f316fde2af4982313f5600786b57c820ddd914859d38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:36 + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:43:36 + tee 06:43:36 clair timeout 1m0s 06:43:36 docker timeout: 1m0s 06:43:36 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:43:37 $ docker stop --time=1 8d7d540a29779aa2e6a4f316fde2af4982313f5600786b57c820ddd914859d38 06:43:38 $ docker rm -f 8d7d540a29779aa2e6a4f316fde2af4982313f5600786b57c820ddd914859d38 [Pipeline] // withDockerContainer [Pipeline] sh 06:43:39 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:43:39 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-logging-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:43:39 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:43:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:43:39 . [Pipeline] withDockerContainer 06:43:40 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:43:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:43:40 $ docker top e63915688c6078d9846a04e09f948cbdcc2c9c5192943e77ddeedd718fabea17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:41 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:43:41 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:43:46 $ docker stop --time=1 e63915688c6078d9846a04e09f948cbdcc2c9c5192943e77ddeedd718fabea17 06:43:48 $ docker rm -f e63915688c6078d9846a04e09f948cbdcc2c9c5192943e77ddeedd718fabea17 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:43:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:43:48 . [Pipeline] withDockerContainer 06:43:48 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:43:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:43:49 $ docker top baad847a00bc25631703a5d10cfc45cfa9360bf4726bd148d5e98eb0b07a22a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:49 + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:43:49 + tee 06:43:49 clair timeout 1m0s 06:43:49 docker timeout: 1m0s 06:43:49 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:43:51 $ docker stop --time=1 baad847a00bc25631703a5d10cfc45cfa9360bf4726bd148d5e98eb0b07a22a0 06:43:52 $ docker rm -f baad847a00bc25631703a5d10cfc45cfa9360bf4726bd148d5e98eb0b07a22a0 [Pipeline] // withDockerContainer [Pipeline] sh 06:43:52 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:43:52 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-notifications-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:43:52 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:43:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:43:53 . [Pipeline] withDockerContainer 06:43:53 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:43:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:43:54 $ docker top 5dbf0d44574a91ec55a403a5eae3fbcb5ff63c10ae7bec727ab8e92dffdd2473 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:54 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:43:54 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:43:57 $ docker stop --time=1 5dbf0d44574a91ec55a403a5eae3fbcb5ff63c10ae7bec727ab8e92dffdd2473 06:43:58 $ docker rm -f 5dbf0d44574a91ec55a403a5eae3fbcb5ff63c10ae7bec727ab8e92dffdd2473 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:43:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:43:59 . [Pipeline] withDockerContainer 06:43:59 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:43:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:44:00 $ docker top a8ae97868afe6fe4d1d28ced676933c8a508b31bf512dabafb7e37ed248ea3de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:00 + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:44:00 + tee 06:44:00 clair timeout 1m0s 06:44:00 docker timeout: 1m0s 06:44:00 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:44:01 $ docker stop --time=1 a8ae97868afe6fe4d1d28ced676933c8a508b31bf512dabafb7e37ed248ea3de 06:44:02 $ docker rm -f a8ae97868afe6fe4d1d28ced676933c8a508b31bf512dabafb7e37ed248ea3de [Pipeline] // withDockerContainer [Pipeline] sh 06:44:03 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:44:03 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-support-scheduler-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:44:03 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 06:44:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:44:03 . [Pipeline] withDockerContainer 06:44:03 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:44:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:44:04 $ docker top d673d9c505346b20b01dce5ac4d3a5262c73b45ecd3f293fbb9f12c863cd5103 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:05 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:44:05 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:44:20 $ docker stop --time=1 d673d9c505346b20b01dce5ac4d3a5262c73b45ecd3f293fbb9f12c863cd5103 06:44:21 $ docker rm -f d673d9c505346b20b01dce5ac4d3a5262c73b45ecd3f293fbb9f12c863cd5103 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:44:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 06:44:22 . [Pipeline] withDockerContainer 06:44:22 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:44:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@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-klar:latest cat 06:44:22 $ docker top 62d001a90a6a622f98d8e647358297046741c0e5fdcccf1eed77d7d9ebb497e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:23 + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f108a71e15710a3809797859c322b04b13103843 06:44:23 + tee 06:44:23 clair timeout 1m0s 06:44:23 docker timeout: 1m0s 06:44:23 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:44:25 $ docker stop --time=1 62d001a90a6a622f98d8e647358297046741c0e5fdcccf1eed77d7d9ebb497e1 06:44:26 $ docker rm -f 62d001a90a6a622f98d8e647358297046741c0e5fdcccf1eed77d7d9ebb497e1 [Pipeline] // withDockerContainer [Pipeline] sh 06:44:26 + mkdir -p /w/workspace/edgex-go/191/clair-reports [Pipeline] echo 06:44:26 Generated HTML Table Report. Writing to /w/workspace/edgex-go/191/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_f108a71e15710a3809797859c322b04b13103843.html [Pipeline] writeFile [Pipeline] step 06:44:27 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 06:44:27 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:44:27 provisioning config files... 06:44:27 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/191@tmp/config3546144200771820136tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:44:27 --> edgex-publish-swagger.sh 06:44:27 === Publish openapi/v1 API === 06:44:27 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 06:44:27 [publishToSwagger] Publishing API Name [core-command] 06:44:27 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:27 Dload Upload Total Spent Left Speed 06:44:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9343 0:00:01 0:00:01 --:--:-- 9343 100 10521 0 0 100 10521 0 9342 0:00:01 0:00:01 --:--:-- 9343 06:44:29 06:44:29 06:44:29 [publishToSwagger] Publishing API Name [core-data] 06:44:29 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:29 Dload Upload Total Spent Left Speed 06:44:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29894 0:00:01 0:00:01 --:--:-- 29922 100 32556 0 0 100 32556 0 29888 0:00:01 0:00:01 --:--:-- 29895 06:44:30 06:44:30 06:44:30 [publishToSwagger] Publishing API Name [core-metadata] 06:44:30 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:30 Dload Upload Total Spent Left Speed 06:44:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 64215 0:00:01 0:00:01 --:--:-- 64272 100 73720 0 0 100 73720 0 64202 0:00:01 0:00:01 --:--:-- 64216 06:44:31 06:44:31 06:44:31 [publishToSwagger] Publishing API Name [support-logging] 06:44:31 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:31 Dload Upload Total Spent Left Speed 06:44:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12428 0:00:01 0:00:01 --:--:-- 12435 100 13580 0 0 100 13580 0 12426 0:00:01 0:00:01 --:--:-- 12435 06:44:32 06:44:32 06:44:32 [publishToSwagger] Publishing API Name [support-notifications] 06:44:32 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:32 Dload Upload Total Spent Left Speed 06:44:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34527 0:00:01 0:00:01 --:--:-- 34537 100 38889 0 0 100 38889 0 34521 0:00:01 0:00:01 --:--:-- 34537 06:44:33 06:44:33 06:44:33 [publishToSwagger] Publishing API Name [support-scheduler] 06:44:33 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:33 Dload Upload Total Spent Left Speed 06:44:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13470 0:00:01 0:00:01 --:--:-- 13479 100 14248 0 0 100 14248 0 13468 0:00:01 0:00:01 --:--:-- 13479 06:44:34 06:44:34 06:44:34 [publishToSwagger] Publishing API Name [system-agent] 06:44:34 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:34 Dload Upload Total Spent Left Speed 06:44:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3801 0:00:01 0:00:01 --:--:-- 3804 100 4109 0 0 100 4109 0 3801 0:00:01 0:00:01 --:--:-- 3804 06:44:35 06:44:35 06:44:35 === Publish openapi/v2 API === 06:44:35 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 06:44:35 [publishToSwagger] Publishing API Name [core-command] 06:44:35 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:35 Dload Upload Total Spent Left Speed 06:44:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29393 0 0 100 29393 0 24500 0:00:01 0:00:01 --:--:-- 24494 100 29393 0 0 100 29393 0 22421 0:00:01 0:00:01 --:--:-- 22420 06:44:37 06:44:37 06:44:37 [publishToSwagger] Publishing API Name [core-data] 06:44:37 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:37 Dload Upload Total Spent Left Speed 06:44:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65313 0 0 100 65313 0 54429 0:00:01 0:00:01 --:--:-- 54472 100 65313 0 0 100 65313 0 46919 0:00:01 0:00:01 --:--:-- 46953 06:44:38 06:44:38 06:44:38 [publishToSwagger] Publishing API Name [core-metadata] 06:44:38 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:38 Dload Upload Total Spent Left Speed 06:44:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 103k 0:00:01 0:00:01 --:--:-- 104k 100 118k 0 0 100 118k 0 103k 0:00:01 0:00:01 --:--:-- 104k 06:44:39 06:44:39 06:44:39 [publishToSwagger] Publishing API Name [support-logging] 06:44:39 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:39 Dload Upload Total Spent Left Speed 06:44:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23547 0 0 100 23547 0 21462 0:00:01 0:00:01 --:--:-- 21484 100 23547 0 0 100 23547 0 21458 0:00:01 0:00:01 --:--:-- 21464 06:44:40 06:44:40 06:44:40 [publishToSwagger] Publishing API Name [support-notifications] 06:44:40 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:40 Dload Upload Total Spent Left Speed 06:44:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62547 0 0 100 62547 0 54853 0:00:01 0:00:01 --:--:-- 54865 06:44:42 06:44:42 06:44:42 [publishToSwagger] Publishing API Name [support-scheduler] 06:44:42 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:42 Dload Upload Total Spent Left Speed 06:44:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46054 0 0 100 46054 0 40775 0:00:01 0:00:01 --:--:-- 40755 100 46054 0 0 100 46054 0 40767 0:00:01 0:00:01 --:--:-- 40755 06:44:42 06:44:42 06:44:42 [publishToSwagger] Publishing API Name [system-agent] 06:44:42 % Total % Received % Xferd Average Speed Time Time Time Current 06:44:42 Dload Upload Total Spent Left Speed 06:44:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20114 0:00:01 0:00:01 --:--:-- 20122 100 23725 0 0 100 23725 0 20111 0:00:01 0:00:01 --:--:-- 20122 06:44:44 06:44:44 [Pipeline] } 06:44:44 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 06:44:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:44:45 . [Pipeline] withDockerContainer 06:44:45 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:44:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:44:46 $ docker top 50d65cd3e06bf7c93f89f4ce9f49ae9062967cf4e4a0e6d9c760a05004af7d1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:44:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:44:46 [ssh-agent] Looking for ssh-agent implementation... 06:44:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:44:46 $ docker exec 50d65cd3e06bf7c93f89f4ce9f49ae9062967cf4e4a0e6d9c760a05004af7d1c ssh-agent 06:44:46 SSH_AUTH_SOCK=/tmp/ssh-SrviNBEJwzI9/agent.11 06:44:46 SSH_AGENT_PID=16 06:44:46 Running ssh-add (command line suppressed) 06:44:47 Identity added: /w/workspace/edgex-go/191@tmp/private_key_7593003009322381819.key (/w/workspace/edgex-go/191@tmp/private_key_7593003009322381819.key) 06:44:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:44:47 + git semver tag 06:44:47 # -> Open(): unable to determine branch for HEAD 06:44:47 # $GIT_DIR = /w/workspace/edgex-go/191/.git 06:44:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/191 06:44:47 # $SEMVER_REMOTE_NAME = origin 06:44:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:44:47 # $SEMVER_USER_NAME = edgex-jenkins 06:44:47 # $SEMVER_BRANCH = master 06:44:47 # $SEMVER_DIR = /w/workspace/edgex-go/191/.semver 06:44:47 # f108a71e15710a3809797859c322b04b13103843 HEAD 06:44:47 # -> Force: false 06:44:48 # 2fc0003f12e0138deee6f9fdd89fa492b29b1533 refs/tags/v1.2.2-dev.75 [Pipeline] } 06:44:48 $ docker exec --env ******** --env ******** 50d65cd3e06bf7c93f89f4ce9f49ae9062967cf4e4a0e6d9c760a05004af7d1c ssh-agent -k 06:44:48 unset SSH_AUTH_SOCK; 06:44:48 unset SSH_AGENT_PID; 06:44:48 echo Agent pid 16 killed; 06:44:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:44:48 + git semver [Pipeline] } 06:44:48 $ docker stop --time=1 50d65cd3e06bf7c93f89f4ce9f49ae9062967cf4e4a0e6d9c760a05004af7d1c 06:44:50 $ docker rm -f 50d65cd3e06bf7c93f89f4ce9f49ae9062967cf4e4a0e6d9c760a05004af7d1c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:44:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:44:50 06:44:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:44:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:44:51 0.23.1-centos7: Pulling from edgex-lftools 06:44:51 ab5ef0e58194: Pulling fs layer 06:44:51 9712f1f96733: Pulling fs layer 06:44:51 63f879dbbcfc: Pulling fs layer 06:44:51 0d9ebad4ef96: Pulling fs layer 06:44:51 e9a5061849ea: Pulling fs layer 06:44:51 d747dcd14b5f: Pulling fs layer 06:44:51 2de7ff778b66: Pulling fs layer 06:44:51 e9a5061849ea: Waiting 06:44:51 d747dcd14b5f: Waiting 06:44:51 2de7ff778b66: Waiting 06:44:51 0d9ebad4ef96: Waiting 06:44:51 9712f1f96733: Download complete 06:44:53 63f879dbbcfc: Verifying Checksum 06:44:53 63f879dbbcfc: Download complete 06:44:53 e9a5061849ea: Verifying Checksum 06:44:53 e9a5061849ea: Download complete 06:44:53 d747dcd14b5f: Download complete 06:44:53 2de7ff778b66: Verifying Checksum 06:44:53 2de7ff778b66: Download complete 06:44:54 ab5ef0e58194: Verifying Checksum 06:44:54 ab5ef0e58194: Download complete 06:44:54 0d9ebad4ef96: Verifying Checksum 06:44:54 0d9ebad4ef96: Download complete 06:44:58 ab5ef0e58194: Pull complete 06:44:58 9712f1f96733: Pull complete 06:45:01 63f879dbbcfc: Pull complete 06:45:07 0d9ebad4ef96: Pull complete 06:45:10 e9a5061849ea: Pull complete 06:45:10 d747dcd14b5f: Pull complete 06:45:12 2de7ff778b66: Pull complete 06:45:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:45:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:45:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:45:13 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:45:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:45:16 $ docker top 0c1af60d000c97725fb45275a3d57a56a7f6fcd22c109064cf86aec2f73a4f69 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:45:16 provisioning config files... 06:45:16 copy managed file [sigul-config] to file:/w/workspace/edgex-go/191@tmp/config1592852266768045747tmp 06:45:16 copy managed file [sigul-password] to file:/w/workspace/edgex-go/191@tmp/config6838595589683894174tmp 06:45:16 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/191@tmp/config1011365298221948441tmp [Pipeline] { [Pipeline] echo 06:45:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:45:17 ---> sigul-configuration.sh 06:45:17 gpg: directory `/root/.gnupg' created 06:45:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:45:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:45:17 gpg: keyring `/root/.gnupg/secring.gpg' created 06:45:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:45:17 gpg: CAST5 encrypted data 06:45:17 gpg: encrypted with 1 passphrase 06:45:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:45:17 + mkdir /home/jenkins 06:45:17 + mkdir /home/jenkins/sigul [Pipeline] sh 06:45:18 + 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 06:45:18 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:45:18 ---> sigul-install.sh 06:45:25 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:45:25 + git tag --list 06:45:25 0.6.0 06:45:25 0.6.1 06:45:25 0.7.0 06:45:25 0.7.1 06:45:25 v1.0.0 06:45:25 v1.0.1 06:45:25 v1.1.0 06:45:25 v1.2.0 06:45:25 v1.2.1 06:45:25 v1.2.2-dev.1 06:45:25 v1.2.2-dev.10 06:45:25 v1.2.2-dev.11 06:45:25 v1.2.2-dev.12 06:45:25 v1.2.2-dev.13 06:45:25 v1.2.2-dev.14 06:45:25 v1.2.2-dev.15 06:45:25 v1.2.2-dev.16 06:45:25 v1.2.2-dev.17 06:45:25 v1.2.2-dev.18 06:45:25 v1.2.2-dev.19 06:45:25 v1.2.2-dev.2 06:45:25 v1.2.2-dev.20 06:45:25 v1.2.2-dev.21 06:45:25 v1.2.2-dev.22 06:45:25 v1.2.2-dev.23 06:45:25 v1.2.2-dev.24 06:45:25 v1.2.2-dev.25 06:45:25 v1.2.2-dev.26 06:45:25 v1.2.2-dev.27 06:45:25 v1.2.2-dev.28 06:45:25 v1.2.2-dev.29 06:45:25 v1.2.2-dev.3 06:45:25 v1.2.2-dev.30 06:45:25 v1.2.2-dev.31 06:45:25 v1.2.2-dev.32 06:45:25 v1.2.2-dev.33 06:45:25 v1.2.2-dev.34 06:45:25 v1.2.2-dev.35 06:45:25 v1.2.2-dev.36 06:45:25 v1.2.2-dev.37 06:45:25 v1.2.2-dev.38 06:45:25 v1.2.2-dev.39 06:45:25 v1.2.2-dev.4 06:45:25 v1.2.2-dev.40 06:45:25 v1.2.2-dev.41 06:45:25 v1.2.2-dev.42 06:45:25 v1.2.2-dev.43 06:45:25 v1.2.2-dev.44 06:45:25 v1.2.2-dev.45 06:45:25 v1.2.2-dev.46 06:45:25 v1.2.2-dev.47 06:45:25 v1.2.2-dev.48 06:45:25 v1.2.2-dev.49 06:45:25 v1.2.2-dev.5 06:45:25 v1.2.2-dev.50 06:45:25 v1.2.2-dev.51 06:45:25 v1.2.2-dev.52 06:45:25 v1.2.2-dev.53 06:45:25 v1.2.2-dev.54 06:45:25 v1.2.2-dev.55 06:45:25 v1.2.2-dev.56 06:45:25 v1.2.2-dev.57 06:45:25 v1.2.2-dev.58 06:45:25 v1.2.2-dev.59 06:45:25 v1.2.2-dev.6 06:45:25 v1.2.2-dev.60 06:45:25 v1.2.2-dev.61 06:45:25 v1.2.2-dev.62 06:45:25 v1.2.2-dev.63 06:45:25 v1.2.2-dev.64 06:45:25 v1.2.2-dev.65 06:45:25 v1.2.2-dev.66 06:45:25 v1.2.2-dev.67 06:45:25 v1.2.2-dev.68 06:45:25 v1.2.2-dev.69 06:45:25 v1.2.2-dev.7 06:45:25 v1.2.2-dev.70 06:45:25 v1.2.2-dev.71 06:45:25 v1.2.2-dev.72 06:45:25 v1.2.2-dev.73 06:45:25 v1.2.2-dev.74 06:45:25 v1.2.2-dev.75 06:45:25 v1.2.2-dev.8 06:45:25 v1.2.2-dev.9 [Pipeline] sh 06:45:25 + lftools sign git-tag v1.2.2-dev.75 06:45:27 Signing Git tag with Sigul... 06:45:27 Signing v1.2.2-dev.75 [Pipeline] echo 06:45:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:45:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:45:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:45:28 $ docker stop --time=1 0c1af60d000c97725fb45275a3d57a56a7f6fcd22c109064cf86aec2f73a4f69 06:45:30 $ docker rm -f 0c1af60d000c97725fb45275a3d57a56a7f6fcd22c109064cf86aec2f73a4f69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:45:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:45:31 . [Pipeline] withDockerContainer 06:45:31 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:45:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:45:32 $ docker top 995bbb56c18e315c9048af43fd9a0e1bd5e04e1739557d8865ff1dbc4983c38c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:45:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:45:32 [ssh-agent] Looking for ssh-agent implementation... 06:45:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:45:32 $ docker exec 995bbb56c18e315c9048af43fd9a0e1bd5e04e1739557d8865ff1dbc4983c38c ssh-agent 06:45:32 SSH_AUTH_SOCK=/tmp/ssh-HJCTe3zBGmYq/agent.12 06:45:32 SSH_AGENT_PID=18 06:45:32 Running ssh-add (command line suppressed) 06:45:33 Identity added: /w/workspace/edgex-go/191@tmp/private_key_3221569425216361432.key (/w/workspace/edgex-go/191@tmp/private_key_3221569425216361432.key) 06:45:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:45:33 + git semver bump pre 06:45:33 # -> Open(): unable to determine branch for HEAD 06:45:33 # $GIT_DIR = /w/workspace/edgex-go/191/.git 06:45:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/191 06:45:33 # $SEMVER_REMOTE_NAME = origin 06:45:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:45:33 # $SEMVER_USER_NAME = edgex-jenkins 06:45:33 # $SEMVER_BRANCH = master 06:45:33 # $SEMVER_DIR = /w/workspace/edgex-go/191/.semver 06:45:33 1.2.2-dev.76 [Pipeline] } 06:45:33 $ docker exec --env ******** --env ******** 995bbb56c18e315c9048af43fd9a0e1bd5e04e1739557d8865ff1dbc4983c38c ssh-agent -k 06:45:33 unset SSH_AUTH_SOCK; 06:45:33 unset SSH_AGENT_PID; 06:45:33 echo Agent pid 18 killed; 06:45:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:45:34 + git semver [Pipeline] } 06:45:34 $ docker stop --time=1 995bbb56c18e315c9048af43fd9a0e1bd5e04e1739557d8865ff1dbc4983c38c 06:45:35 $ docker rm -f 995bbb56c18e315c9048af43fd9a0e1bd5e04e1739557d8865ff1dbc4983c38c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:45:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:45:36 . [Pipeline] withDockerContainer 06:45:36 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:45:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:45:37 $ docker top ae1184b93fc82d01923b9d09329ac61e97e7767cc65df8e655936b2daad97a33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:45:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:45:37 [ssh-agent] Looking for ssh-agent implementation... 06:45:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:45:37 $ docker exec ae1184b93fc82d01923b9d09329ac61e97e7767cc65df8e655936b2daad97a33 ssh-agent 06:45:37 SSH_AUTH_SOCK=/tmp/ssh-exwuimNMIVIP/agent.12 06:45:37 SSH_AGENT_PID=18 06:45:37 Running ssh-add (command line suppressed) 06:45:37 Identity added: /w/workspace/edgex-go/191@tmp/private_key_6254000633891990737.key (/w/workspace/edgex-go/191@tmp/private_key_6254000633891990737.key) 06:45:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:45:38 + git semver push 06:45:38 # -> Open(): unable to determine branch for HEAD 06:45:38 # $GIT_DIR = /w/workspace/edgex-go/191/.git 06:45:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/191 06:45:38 # $SEMVER_REMOTE_NAME = origin 06:45:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:45:38 # $SEMVER_USER_NAME = edgex-jenkins 06:45:38 # $SEMVER_BRANCH = master 06:45:38 # $SEMVER_DIR = /w/workspace/edgex-go/191/.semver [Pipeline] } 06:45:48 $ docker exec --env ******** --env ******** ae1184b93fc82d01923b9d09329ac61e97e7767cc65df8e655936b2daad97a33 ssh-agent -k 06:45:48 unset SSH_AUTH_SOCK; 06:45:48 unset SSH_AGENT_PID; 06:45:48 echo Agent pid 18 killed; 06:45:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:45:48 + git semver [Pipeline] } 06:45:48 $ docker stop --time=1 ae1184b93fc82d01923b9d09329ac61e97e7767cc65df8e655936b2daad97a33 06:45:50 $ docker rm -f ae1184b93fc82d01923b9d09329ac61e97e7767cc65df8e655936b2daad97a33 [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 06:45:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:45:52 ---> package-listing.sh 06:45:52 ++ facter osfamily 06:45:52 ++ tr '[:upper:]' '[:lower:]' 06:45:52 + OS_FAMILY=redhat 06:45:52 + workspace=/w/workspace/edgex-go/191 06:45:52 + START_PACKAGES=/tmp/packages_start.txt 06:45:52 + END_PACKAGES=/tmp/packages_end.txt 06:45:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:45:52 + PACKAGES=/tmp/packages_start.txt 06:45:52 + '[' /w/workspace/edgex-go/191 ']' 06:45:52 + PACKAGES=/tmp/packages_end.txt 06:45:52 + case "${OS_FAMILY}" in 06:45:52 + rpm -qa 06:45:52 + sort 06:45:56 + '[' -f /tmp/packages_start.txt ']' 06:45:56 + '[' -f /tmp/packages_end.txt ']' 06:45:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:45:56 + '[' /w/workspace/edgex-go/191 ']' 06:45:56 + mkdir -p /w/workspace/edgex-go/191/archives/ 06:45:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/191/archives/ [Pipeline] echo 06:45:56 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/191/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:45:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:45:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:45:57 06:45:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:45:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:45:57 alpine: Pulling from edgex-lftools-log-publisher 06:45:57 df20fa9351a1: Already exists 06:45:57 36b3adc4ff6f: Pulling fs layer 06:45:57 8ad3a11d3b57: Pulling fs layer 06:45:57 46f8f816bc3b: Pulling fs layer 06:45:57 93b61091891f: Pulling fs layer 06:45:57 93b9cdb0e59b: Pulling fs layer 06:45:57 5e14af77c1be: Pulling fs layer 06:45:57 01666e4c0597: Pulling fs layer 06:45:57 aa168da1d23b: Pulling fs layer 06:45:57 93b61091891f: Waiting 06:45:57 93b9cdb0e59b: Waiting 06:45:57 5e14af77c1be: Waiting 06:45:57 01666e4c0597: Waiting 06:45:57 aa168da1d23b: Waiting 06:45:57 46f8f816bc3b: Verifying Checksum 06:45:57 46f8f816bc3b: Download complete 06:45:57 36b3adc4ff6f: Download complete 06:45:57 93b9cdb0e59b: Verifying Checksum 06:45:57 93b9cdb0e59b: Download complete 06:45:57 5e14af77c1be: Verifying Checksum 06:45:57 5e14af77c1be: Download complete 06:45:57 01666e4c0597: Verifying Checksum 06:45:57 01666e4c0597: Download complete 06:45:57 93b61091891f: Verifying Checksum 06:45:57 93b61091891f: Download complete 06:45:57 8ad3a11d3b57: Verifying Checksum 06:45:57 8ad3a11d3b57: Download complete 06:45:58 36b3adc4ff6f: Pull complete 06:45:58 8ad3a11d3b57: Pull complete 06:45:58 46f8f816bc3b: Pull complete 06:45:59 aa168da1d23b: Verifying Checksum 06:45:59 aa168da1d23b: Download complete 06:45:59 93b61091891f: Pull complete 06:46:00 93b9cdb0e59b: Pull complete 06:46:00 5e14af77c1be: Pull complete 06:46:00 01666e4c0597: Pull complete 06:46:07 aa168da1d23b: Pull complete 06:46:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:46:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:46:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:46:07 prd-centos7-docker-4c-2g-5769 does not seem to be running inside a container 06:46:07 $ 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/191/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/191 -v /w/workspace/edgex-go/191:/w/workspace/edgex-go/191:rw,z -v /w/workspace/edgex-go/191@tmp:/w/workspace/edgex-go/191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:46:10 $ docker top a4491cb7f750be3a1d1afea5775c2b632ca2deaab97fe697a5c38a533559edd9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:11 + touch /tmp/pre-build-complete [Pipeline] sh 06:46:11 + mkdir -p /var/log/sa [Pipeline] sh 06:46:11 + ls /var/log/sa-host 06:46:11 + sadf -c /var/log/sa-host/sa05 06:46:11 file_magic: OK 06:46:11 HZ: Using current value: 100 06:46:11 file_header: OK 06:46:11 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 06:46:11 Statistics: 06:46:11 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:46:11 File successfully converted to sysstat format version 12.2.1 06:46:11 + sadf -c /var/log/sa-host/sa16 06:46:11 file_magic: OK 06:46:11 HZ: Using current value: 100 06:46:11 file_header: OK 06:46:11 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 06:46:11 Statistics: 06:46:11 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...Hnuu...uuuununununu... 06:46:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:46:11 provisioning config files... 06:46:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/191@tmp/config6175002136031077819tmp [Pipeline] { [Pipeline] echo 06:46:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:46:12 ---> create-netrc.sh [Pipeline] } 06:46:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:46:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:46:12 ---> python-tools-install.sh [Pipeline] echo 06:46:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:46:13 ---> sudo-logs.sh 06:46:13 Archiving 'sudo' log.. [Pipeline] echo 06:46:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:46:13 ---> job-cost.sh 06:46:13 lf-activate-venv: SKIPPING 06:46:13 INFO: No Stack... 06:46:15 INFO: Retrieving Pricing Info for: v1-standard-2 06:46:15 INFO: Archiving Costs [Pipeline] echo 06:46:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:46:16 ---> logs-deploy.sh 06:46:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/191 06:46:16 INFO: archiving workspace using pattern(s): 06:46:17 Archives upload complete. 06:46:17 INFO: archiving logs to Nexus 06:46:19 ---> uname -a: 06:46:19 Linux prd-centos7-docker-4c-2g-5769.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:46:19 06:46:19 06:46:19 ---> lscpu: 06:46:19 Architecture: x86_64 06:46:19 CPU op-mode(s): 32-bit, 64-bit 06:46:19 Byte Order: Little Endian 06:46:19 Address sizes: 40 bits physical, 48 bits virtual 06:46:19 CPU(s): 4 06:46:19 On-line CPU(s) list: 0-3 06:46:19 Thread(s) per core: 1 06:46:19 Core(s) per socket: 1 06:46:19 Socket(s): 4 06:46:19 NUMA node(s): 1 06:46:19 Vendor ID: GenuineIntel 06:46:19 CPU family: 6 06:46:19 Model: 44 06:46:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:46:19 Stepping: 1 06:46:19 CPU MHz: 2933.442 06:46:19 BogoMIPS: 5866.88 06:46:19 Virtualization: VT-x 06:46:19 Hypervisor vendor: KVM 06:46:19 Virtualization type: full 06:46:19 L1d cache: 128 KiB 06:46:19 L1i cache: 128 KiB 06:46:19 L2 cache: 16 MiB 06:46:19 L3 cache: 64 MiB 06:46:19 NUMA node0 CPU(s): 0-3 06:46:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:46:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:46:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:46:19 Vulnerability Meltdown: Mitigation; PTI 06:46:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:46:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:46:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:46:19 Vulnerability Tsx async abort: Not affected 06:46:19 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 06:46:19 06:46:19 06:46:19 ---> nproc: 06:46:19 4 06:46:19 06:46:19 06:46:19 ---> df -h: 06:46:19 Filesystem Size Used Available Use% Mounted on 06:46:19 overlay 50.0G 12.8G 37.2G 26% / 06:46:19 tmpfs 64.0M 0 64.0M 0% /dev 06:46:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:46:19 shm 64.0M 0 64.0M 0% /dev/shm 06:46:19 /dev/vda1 50.0G 12.8G 37.2G 26% /facter-os 06:46:19 /dev/vda1 50.0G 12.8G 37.2G 26% /etc/resolv.conf 06:46:19 /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hostname 06:46:19 /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hosts 06:46:19 /dev/vda1 50.0G 12.8G 37.2G 26% /run/cloud-init/result.json 06:46:19 /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/sa-host 06:46:19 /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/secure 06:46:19 /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/auth.log 06:46:19 /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/191 06:46:19 /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/191@tmp 06:46:19 06:46:19 06:46:19 ---> free -m: 06:46:19 total used free shared buff/cache available 06:46:19 Mem: 1837 760 149 0 927 1034 06:46:19 Swap: 1023 49 974 06:46:19 06:46:19 06:46:19 ---> ip addr: 06:46:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:46:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:46:19 inet 127.0.0.1/8 scope host lo 06:46:19 valid_lft forever preferred_lft forever 06:46:19 inet6 ::1/128 scope host 06:46:19 valid_lft forever preferred_lft forever 06:46:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:46:19 link/ether fa:16:3e:52:78:4e brd ff:ff:ff:ff:ff:ff 06:46:19 inet 10.30.122.6/23 brd 10.30.123.255 scope global dynamic eth0 06:46:19 valid_lft 85071sec preferred_lft 85071sec 06:46:19 inet6 fe80::f816:3eff:fe52:784e/64 scope link 06:46:19 valid_lft forever preferred_lft forever 06:46:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:46:19 link/ether 02:42:4b:f0:e3:cd brd ff:ff:ff:ff:ff:ff 06:46:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:46:19 valid_lft forever preferred_lft forever 06:46:19 inet6 fe80::42:4bff:fef0:e3cd/64 scope link 06:46:19 valid_lft forever preferred_lft forever 06:46:19 06:46:19 06:46:19 ---> sar -b -r -n DEV: 06:46:19 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 06:46:19 06:46:19 06:23:51 LINUX RESTART (4 CPU) 06:46:19 06:46:19 06:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:46:19 06:26:01 234.63 108.24 126.39 0.00 10779.03 45912.55 0.00 06:46:19 06:27:01 231.67 44.94 186.73 0.00 3828.61 45972.70 0.00 06:46:19 06:28:01 2689.91 2346.15 343.76 0.00 156418.20 204810.52 0.00 06:46:19 06:29:01 529.38 293.18 236.20 0.00 29279.57 53059.75 0.00 06:46:19 06:30:02 1603.18 1262.60 340.58 0.00 77323.33 104997.94 0.00 06:46:19 06:31:02 1396.21 1106.71 289.49 0.00 63168.03 83376.83 0.00 06:46:19 06:32:01 146.97 35.58 111.39 0.00 6375.50 10260.39 0.00 06:46:19 06:33:01 79.50 75.06 4.45 0.00 2904.96 89.06 0.00 06:46:19 06:34:01 0.30 0.02 0.28 0.00 0.53 3.61 0.00 06:46:19 06:35:01 0.77 0.45 0.32 0.00 17.85 3.48 0.00 06:46:19 06:36:01 0.23 0.00 0.23 0.00 0.00 2.22 0.00 06:46:19 06:37:01 0.37 0.00 0.37 0.00 0.00 4.96 0.00 06:46:19 06:38:01 0.23 0.00 0.23 0.00 0.00 3.01 0.00 06:46:19 06:39:01 2.28 2.06 0.22 0.00 64.20 4.31 0.00 06:46:19 06:40:01 207.57 53.09 154.48 0.00 4279.80 34742.55 0.00 06:46:19 06:41:01 27.88 1.20 26.69 0.00 60.06 450.56 0.00 06:46:19 06:42:01 28.58 2.23 26.35 0.00 75.77 441.10 0.00 06:46:19 06:43:02 32.28 0.78 31.50 0.00 18.25 521.13 0.00 06:46:19 06:44:01 37.18 8.06 29.12 0.00 152.36 488.08 0.00 06:46:19 06:45:01 65.88 11.13 54.75 0.00 2517.16 15368.16 0.00 06:46:19 06:46:01 250.47 138.62 111.85 0.00 10601.66 23140.47 0.00 06:46:19 Average: 361.40 262.39 99.01 0.00 17580.78 29794.22 0.00 06:46:19 06:46:19 06:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:46:19 06:26:01 102652 0 685836 36.45 2064 1091004 1440120 49.15 607716 971344 30276 06:46:19 06:27:01 194692 0 712968 37.89 1492 972404 1256776 42.89 632040 801812 36 06:46:19 06:28:01 139656 0 665140 35.35 64 1076696 1383772 47.23 618008 939544 1460 06:46:19 06:29:01 73524 0 732356 38.92 64 1075612 1824008 62.25 640660 962500 7192 06:46:19 06:30:02 73516 0 831248 44.18 64 976728 2199404 75.06 748020 862408 83232 06:46:19 06:31:02 286424 0 767516 40.79 64 827552 2751560 93.91 548220 837984 25904 06:46:19 06:32:01 341436 0 635208 33.76 64 904848 1433792 48.93 507136 834624 20 06:46:19 06:33:01 291432 0 598984 31.83 64 991076 1223492 41.76 487800 906168 8 06:46:19 06:34:01 298256 0 592152 31.47 64 991084 1159744 39.58 482236 905748 8 06:46:19 06:35:01 297584 0 592256 31.48 64 991652 1159828 39.58 482732 906288 24 06:46:19 06:36:01 298028 0 591868 31.46 64 991596 1159888 39.58 482948 906268 8 06:46:19 06:37:01 298408 0 591484 31.44 64 991600 1159744 39.58 482404 906268 8 06:46:19 06:38:01 298336 0 591544 31.44 64 991612 1159744 39.58 482396 906272 8 06:46:19 06:39:01 296360 0 592420 31.49 64 992712 1159872 39.58 483108 906972 20 06:46:19 06:40:01 221972 0 631212 33.55 64 1028308 1382360 47.18 634352 799716 40 06:46:19 06:41:01 231528 0 619764 32.94 64 1030200 1260884 43.03 629168 797128 64 06:46:19 06:42:01 232192 0 618972 32.90 64 1030328 1257708 42.92 629476 796048 48 06:46:19 06:43:02 224496 0 626360 33.29 64 1030636 1358912 46.38 639412 793468 40 06:46:19 06:44:01 219660 0 631064 33.54 64 1030768 1378748 47.05 644884 792264 32 06:46:19 06:45:01 147160 0 679476 36.11 64 1054856 1430920 48.83 651948 831032 70148 06:46:19 06:46:01 72884 0 768300 40.83 8 1040364 1590376 54.28 684472 807988 28792 06:46:19 Average: 220962 0 655054 34.81 225 1005316 1434841 48.97 580911 865326 11779 06:46:19 06:46:19 06:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:46:19 06:26:01 eth0 1153.27 1205.72 5944.64 133.67 0.00 0.00 0.00 0.00 06:46:19 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:26:01 vethabf572c 28.97 33.53 2.22 121.68 0.00 0.00 0.00 0.00 06:46:19 06:26:01 docker0 894.59 788.63 71.38 2782.49 0.00 0.00 0.00 0.00 06:46:19 06:27:01 eth0 539.30 454.91 3509.86 72.67 0.00 0.00 0.00 0.00 06:46:19 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:27:01 vethf242f6d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:27:01 docker0 134.71 151.76 9.70 709.21 0.00 0.00 0.00 0.00 06:46:19 06:28:01 eth0 67.71 47.64 171.47 50.70 0.00 0.00 0.00 0.00 06:46:19 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:28:01 vethf242f6d 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 06:46:19 06:28:01 docker0 19.53 25.56 1.07 146.05 0.00 0.00 0.00 0.00 06:46:19 06:29:01 vethdabfecd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:29:01 eth0 51.13 30.99 148.41 14.96 0.00 0.00 0.00 0.00 06:46:19 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:29:01 vethf242f6d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:46:19 06:30:02 veth17ed90a 1.03 1.15 0.16 3.64 0.00 0.00 0.00 0.00 06:46:19 06:30:02 eth0 107.63 64.96 412.54 92.37 0.00 0.00 0.00 0.00 06:46:19 06:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:30:02 vethf242f6d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:31:02 veth56c8cee 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 06:46:19 06:31:02 eth0 70.44 43.95 144.60 89.04 0.00 0.00 0.00 0.00 06:46:19 06:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:31:02 vethf242f6d 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 06:46:19 06:32:01 eth0 315.57 290.68 235.29 1002.28 0.00 0.00 0.00 0.00 06:46:19 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:32:01 docker0 1123.03 1072.42 86.91 4345.47 0.00 0.00 0.00 0.00 06:46:19 06:33:01 eth0 158.14 152.43 60.87 690.15 0.00 0.00 0.00 0.00 06:46:19 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:34:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:46:19 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:35:01 eth0 0.85 0.23 0.20 0.07 0.00 0.00 0.00 0.00 06:46:19 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:36:01 eth0 0.58 0.42 0.27 0.21 0.00 0.00 0.00 0.00 06:46:19 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:37:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:46:19 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:38:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:46:19 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:46:19 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:40:01 veth6038bc3 0.12 0.13 0.01 0.08 0.00 0.00 0.00 0.00 06:46:19 06:40:01 eth0 515.89 463.18 4166.19 97.91 0.00 0.00 0.00 0.00 06:46:19 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:40:01 docker0 46.27 45.64 4.19 235.43 0.00 0.00 0.00 0.00 06:46:19 06:41:01 eth0 122.87 95.97 98.74 98.11 0.00 0.00 0.00 0.00 06:46:19 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:41:01 veth9404e64 0.55 0.75 0.18 0.29 0.00 0.00 0.00 0.00 06:46:19 06:41:01 docker0 4.16 3.90 1.10 1.85 0.00 0.00 0.00 0.00 06:46:19 06:42:01 vethfa1bd74 0.62 0.87 0.22 0.33 0.00 0.00 0.00 0.00 06:46:19 06:42:01 eth0 103.93 84.09 94.14 90.76 0.00 0.00 0.00 0.00 06:46:19 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:42:01 docker0 3.71 3.35 0.91 1.59 0.00 0.00 0.00 0.00 06:46:19 06:43:02 vetha5118d7 0.38 0.50 0.12 0.22 0.00 0.00 0.00 0.00 06:46:19 06:43:02 eth0 123.56 96.77 116.95 95.02 0.00 0.00 0.00 0.00 06:46:19 06:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:43:02 docker0 4.38 3.78 1.01 1.89 0.00 0.00 0.00 0.00 06:46:19 06:44:01 eth0 131.78 105.82 101.18 114.58 0.00 0.00 0.00 0.00 06:46:19 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:44:01 veth03fbec8 0.30 0.27 0.05 0.13 0.00 0.00 0.00 0.00 06:46:19 06:44:01 docker0 4.35 3.94 1.15 1.92 0.00 0.00 0.00 0.00 06:46:19 06:45:01 eth0 437.81 377.92 3248.80 108.95 0.00 0.00 0.00 0.00 06:46:19 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:45:01 docker0 1.31 1.30 0.44 0.66 0.00 0.00 0.00 0.00 06:46:19 06:46:01 eth0 323.66 259.72 2383.45 86.08 0.00 0.00 0.00 0.00 06:46:19 06:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 06:46:01 docker0 27.45 35.34 1.86 199.37 0.00 0.00 0.00 0.00 06:46:19 Average: eth0 201.17 179.78 993.84 134.44 0.00 0.00 0.00 0.00 06:46:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:46:19 Average: docker0 57.04 54.93 4.58 224.93 0.00 0.00 0.00 0.00 06:46:19 06:46:19 06:46:19 ---> sar -P ALL: 06:46:19 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 06:46:19 06:46:19 06:23:51 LINUX RESTART (4 CPU) 06:46:19 06:46:19 06:25:01 CPU %user %nice %system %iowait %steal %idle 06:46:19 06:26:01 all 15.01 0.00 7.65 2.11 0.04 75.20 06:46:19 06:26:01 0 16.72 0.00 10.20 3.10 0.05 69.92 06:46:19 06:26:01 1 11.14 0.00 6.52 0.80 0.03 81.50 06:46:19 06:26:01 2 15.75 0.00 7.00 1.79 0.03 75.42 06:46:19 06:26:01 3 16.42 0.00 6.87 2.76 0.03 73.92 06:46:19 06:27:01 all 10.90 0.00 7.97 6.04 0.10 74.99 06:46:19 06:27:01 0 10.90 0.00 8.87 6.26 0.07 73.90 06:46:19 06:27:01 1 11.16 0.00 7.63 6.22 0.12 74.88 06:46:19 06:27:01 2 11.66 0.00 7.98 6.06 0.10 74.20 06:46:19 06:27:01 3 9.87 0.00 7.40 5.62 0.10 77.00 06:46:19 06:28:01 all 20.20 0.00 24.15 24.30 0.16 31.18 06:46:19 06:28:01 0 19.60 0.00 24.22 22.41 0.19 33.57 06:46:19 06:28:01 1 19.97 0.00 23.78 23.00 0.16 33.10 06:46:19 06:28:01 2 21.37 0.00 24.14 24.73 0.16 29.61 06:46:19 06:28:01 3 19.88 0.00 24.47 27.10 0.14 28.40 06:46:19 06:29:01 all 57.37 0.00 16.25 12.70 0.12 13.56 06:46:19 06:29:01 0 57.29 0.00 16.03 9.91 0.12 16.66 06:46:19 06:29:01 1 58.03 0.00 16.63 16.40 0.10 8.83 06:46:19 06:29:01 2 57.85 0.00 15.58 11.51 0.14 14.93 06:46:19 06:29:01 3 56.30 0.00 16.77 13.00 0.12 13.81 06:46:19 06:30:02 all 29.59 0.00 18.51 30.05 0.61 21.24 06:46:19 06:30:02 0 29.47 0.00 17.83 28.68 0.64 23.39 06:46:19 06:30:02 1 27.67 0.00 19.51 29.82 0.55 22.45 06:46:19 06:30:02 2 29.97 0.00 18.40 30.77 0.67 20.19 06:46:19 06:30:02 3 31.25 0.00 18.33 30.94 0.57 18.91 06:46:19 06:31:02 all 36.33 0.00 16.32 24.35 0.27 22.74 06:46:19 06:31:02 0 35.90 0.00 16.70 26.16 0.28 20.96 06:46:19 06:31:02 1 35.39 0.00 16.40 24.80 0.28 23.13 06:46:19 06:31:02 2 36.40 0.00 14.78 22.20 0.30 26.32 06:46:19 06:31:02 3 37.64 0.00 17.40 24.25 0.20 20.52 06:46:19 06:32:01 all 12.46 0.00 6.76 4.99 0.13 75.66 06:46:19 06:32:01 0 12.90 0.00 7.35 6.15 0.12 73.48 06:46:19 06:32:01 1 12.39 0.00 6.83 4.89 0.14 75.75 06:46:19 06:32:01 2 12.44 0.00 6.44 4.33 0.10 76.69 06:46:19 06:32:01 3 12.11 0.00 6.40 4.60 0.17 76.71 06:46:19 06:33:01 all 3.64 0.00 1.42 1.89 0.02 93.02 06:46:19 06:33:01 0 3.44 0.00 1.63 1.86 0.02 93.06 06:46:19 06:33:01 1 3.75 0.00 1.35 1.92 0.02 92.96 06:46:19 06:33:01 2 3.68 0.00 1.52 1.87 0.02 92.90 06:46:19 06:33:01 3 3.71 0.00 1.16 1.92 0.03 93.18 06:46:19 06:34:01 all 0.06 0.00 0.05 0.00 0.00 99.90 06:46:19 06:34:01 0 0.07 0.00 0.07 0.00 0.00 99.87 06:46:19 06:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:46:19 06:34:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:46:19 06:34:01 3 0.08 0.00 0.05 0.00 0.00 99.87 06:46:19 06:35:01 all 0.17 0.00 0.04 0.00 0.00 99.78 06:46:19 06:35:01 0 0.10 0.00 0.07 0.02 0.00 99.82 06:46:19 06:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 06:46:19 06:35:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:46:19 06:35:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:46:19 06:36:01 all 0.15 0.00 0.03 0.00 0.00 99.81 06:46:19 06:36:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:46:19 06:36:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:46:19 06:36:01 2 0.03 0.00 0.05 0.00 0.00 99.92 06:46:19 06:36:01 3 0.50 0.00 0.02 0.00 0.00 99.48 06:46:19 06:46:19 06:36:01 CPU %user %nice %system %iowait %steal %idle 06:46:19 06:37:01 all 0.15 0.00 0.04 0.00 0.00 99.81 06:46:19 06:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:46:19 06:37:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:46:19 06:37:01 2 0.05 0.00 0.07 0.00 0.00 99.88 06:46:19 06:37:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:46:19 06:38:01 all 0.16 0.00 0.03 0.00 0.00 99.80 06:46:19 06:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:46:19 06:38:01 1 0.07 0.00 0.05 0.00 0.00 99.88 06:46:19 06:38:01 2 0.05 0.00 0.02 0.00 0.00 99.93 06:46:19 06:38:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:46:19 06:39:01 all 0.25 0.00 0.06 0.03 0.00 99.67 06:46:19 06:39:01 0 0.03 0.00 0.05 0.00 0.00 99.92 06:46:19 06:39:01 1 0.15 0.00 0.07 0.02 0.00 99.77 06:46:19 06:39:01 2 0.25 0.00 0.02 0.02 0.00 99.72 06:46:19 06:39:01 3 0.55 0.00 0.10 0.08 0.00 99.27 06:46:19 06:40:01 all 9.45 0.00 6.84 4.61 0.03 79.06 06:46:19 06:40:01 0 9.79 0.00 6.79 5.79 0.03 77.60 06:46:19 06:40:01 1 9.09 0.00 6.73 4.04 0.03 80.11 06:46:19 06:40:01 2 10.24 0.00 6.89 3.06 0.02 79.79 06:46:19 06:40:01 3 8.66 0.00 6.97 5.57 0.05 78.75 06:46:19 06:41:01 all 3.09 0.00 3.35 0.36 0.02 93.17 06:46:19 06:41:01 0 3.37 0.00 3.50 0.35 0.02 92.76 06:46:19 06:41:01 1 3.24 0.00 3.68 0.34 0.02 92.72 06:46:19 06:41:01 2 2.79 0.00 2.74 0.32 0.03 94.11 06:46:19 06:41:01 3 2.97 0.00 3.50 0.44 0.02 93.08 06:46:19 06:42:01 all 3.14 0.00 3.27 0.41 0.03 93.16 06:46:19 06:42:01 0 3.58 0.00 3.97 0.52 0.03 91.89 06:46:19 06:42:01 1 3.39 0.00 3.31 0.50 0.02 92.78 06:46:19 06:42:01 2 2.62 0.00 2.93 0.25 0.03 94.16 06:46:19 06:42:01 3 2.94 0.00 2.86 0.35 0.03 93.81 06:46:19 06:43:02 all 3.59 0.00 4.06 0.43 0.03 91.88 06:46:19 06:43:02 0 3.51 0.00 4.05 0.37 0.02 92.05 06:46:19 06:43:02 1 3.62 0.00 4.19 0.47 0.02 91.70 06:46:19 06:43:02 2 3.95 0.00 4.42 0.64 0.05 90.94 06:46:19 06:43:02 3 3.30 0.00 3.59 0.25 0.03 92.83 06:46:19 06:44:01 all 3.67 0.00 3.86 0.66 0.02 91.78 06:46:19 06:44:01 0 3.68 0.00 3.89 0.38 0.02 92.03 06:46:19 06:44:01 1 4.10 0.00 3.95 0.58 0.05 91.32 06:46:19 06:44:01 2 3.08 0.00 3.51 0.48 0.00 92.93 06:46:19 06:44:01 3 3.81 0.00 4.11 1.22 0.02 90.85 06:46:19 06:45:01 all 5.78 0.00 4.73 0.83 0.02 88.64 06:46:19 06:45:01 0 6.42 0.00 5.07 0.30 0.03 88.18 06:46:19 06:45:01 1 5.33 0.00 4.89 0.72 0.00 89.06 06:46:19 06:45:01 2 5.51 0.00 4.60 1.53 0.03 88.33 06:46:19 06:45:01 3 5.87 0.00 4.35 0.78 0.02 88.99 06:46:19 06:46:01 all 9.94 0.00 7.57 4.05 0.03 78.41 06:46:19 06:46:01 0 9.74 0.00 8.50 1.49 0.03 80.24 06:46:19 06:46:01 1 11.23 0.00 6.61 4.87 0.03 77.25 06:46:19 06:46:01 2 9.93 0.00 6.97 3.57 0.03 79.51 06:46:19 06:46:01 3 8.87 0.00 8.19 6.27 0.03 76.64 06:46:19 Average: all 10.53 0.00 6.23 5.49 0.08 77.67 06:46:19 Average: 0 10.60 0.00 6.52 5.30 0.08 77.50 06:46:19 Average: 1 10.27 0.00 6.20 5.56 0.07 77.90 06:46:19 Average: 2 10.69 0.00 6.01 5.28 0.08 77.94 06:46:19 Average: 3 10.56 0.00 6.20 5.82 0.07 77.35 06:46:19 06:46:19 06:46:19